Old version
June 11, 2026 01:09 UTC
74cdb72670ae84a32d01642c8710ffdf467572597c3d9dfd0be35b506f943c17
CA-V-003674
New version
July 13, 2026 01:03 UTC
4fc4edb0aef1943c0ef73577edb1cceab59cd0db0b6eec50f541a679f71389f6
CA-V-004847
Share 𝕏 Share in Share
Change Summary
Ford's Privacy Policy underwent a substantial revision on July 13, 2026, with approximately 3,491 sentences added, 3,102 removed, and 733 modified. The updated policy's meta description now states Ford collects, uses, shares, and protects personal information across websites, apps, and services, replacing the prior narrower description focused on ford.com and owner.ford.com. The document scope and operational disclosures have been substantially expanded, though the specific substantive policy changes cannot be fully determined from the provided diff excerpt, which shows primarily technical markup changes and minor text refinements.
medium severity
3491 Sentences added
3102 Sentences removed
733 Sentences modified
4577 Sentences before
4966 Sentences after
Added
Removed
Modified
BeforeAfter
0<!DOCTYPE html><html lang="en" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no"><head><meta name="referrer" content="origin"><style class="vjs-styles-defaults"> .video-js { width: 300px; height: 150px; } .vjs-fluid:not(.vjs-audio-only-mode) { padding-top: 56.25% } </style> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ford® Privacy Policy | Ford.com</title> <meta name="description" content="This privacy statement explains our policies and practices regarding online customer information on ford.com &amp; owner.ford.com."> <meta name="content-page-ref" content="pQvTTqDNLOodqn-kdOpQHwJglcwgzuF09-8u4uw1-6poFpYAFjRmWDdB_G6tpvO74oTRz2yaanjN3kUnXkQFzw"> <script defer="defer" type="text/javascript" src="/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js"></script> <link rel="manifest" href="/acslibs/etc.clientlibs/common/clientlibs/skin/ford/resources/manifest.webmanifest"> <meta property="og:type" content="website"> <meta property="og:title" content="Ford® Privacy Policy | Ford.com"> <meta property="og:description" content="This privacy statement explains our policies and practices regarding online customer information on ford.com &amp; owner.ford.com."> <meta property="og:image" content="/acslibs/content/dam/na/ford/en_us/images/brand/Ford_OG_1200x630.png"> <meta property="og:url"> <meta property="og:site_name" content="https://www.ford.com/"> <meta property="fb:app_id" content="22166130048"> <meta property="article:modified_time" content="2025-08-06T14:22:36Z"> <meta name="twitter:title" content="Ford® Privacy Policy | Ford.com"> <meta name="twitter:description" content="This privacy statement explains our policies and practices regarding online customer information on ford.com &amp; owner.ford.com."> <meta name="twitter:image" content="/acslibs/content/dam/na/ford/en_us/images/brand/Ford_OG_1200x630.png"> <meta name="twitter:site" content="https://x.com/Ford"> <meta name="twitter:creator" content="https://x.com/Ford"> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/bold.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/regular.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/semibold.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/light.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/ford.css" as="style"> <link rel="stylesheet" href="https://www.ford.com/shared/fonts/ford.css"> <!-- Thai Specific Font Loading --> <!-- Arabic Specific Font Loading --> <link rel="canonical" href="www.ford.com/help/privacy/"> <link rel="stylesheet" href="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford.lc--lc.min.css" type="text/css"> <script src="/acslibs/etc.clientlibs/clientlibs/granite/jquery.lc--lc.min.js"></script> <!-- data-sly-test="false" --> <!-- OneTrust Cookies Consent Notice start --> <script type="text/javascript"> var params = new URLSearchParams(window.location.search); if (params.get('disableCookieCheck') !== 'true') { var oneTrustScript = document.createElement('script'); oneTrustScript.src = "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"; oneTrustScript.type = "text/javascript"; oneTrustScript.charset = "UTF-8"; oneTrustScript.setAttribute('data-domain-script', ""); document.head.appendChild(oneTrustScript); } // OneTrust Changes Start Here function getCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } function OptanonWrapper() { // Get initial OnetrustActiveGroups ids if(typeof OptanonWrapperCount == "undefined"){ otGetInitialGrps(); } //Delete cookies otDeleteCookie(otIniGrps); // Assign OnetrustActiveGroups to custom variable function otGetInitialGrps(){ OptanonWrapperCount = ''; otIniGrps = OnetrustActiveGroups; // console.log("otGetInitialGrps", otIniGrps) } function otDeleteCookie(iniOptGrpId) { var otDomainGrps = JSON.parse(JSON.stringify(Optanon.GetDomainData().Groups)); var otDeletedGrpIds = otGetInactiveId(iniOptGrpId, OnetrustActiveGroups); if(otDeletedGrpIds.length != 0 && otDomainGrps.length !=0){ for(var i=0; i < otDomainGrps.length; i++){ //Check if CustomGroupId matches if(otDomainGrps[i]['CustomGroupId'] != '' && otDeletedGrpIds.includes(otDomainGrps[i]['CustomGroupId'])){ for(var j=0; j < otDomainGrps[i]['Cookies'].length; j++){ // console.log("otDeleteCookie",otDomainGrps[i]['Cookies'][j]['Name']) //Delete cookie eraseCookie(otDomainGrps[i]['Cookies'][j]['Name']); } } //Check if Hostid matches if(otDomainGrps[i]['Hosts'].length != 0){ for(var j=0; j < otDomainGrps[i]['Hosts'].length; j++){ //Check if HostId presents in the deleted list and cookie array is not blank if(otDeletedGrpIds.includes(otDomainGrps[i]['Hosts'][j]['HostId']) && otDomainGrps[i]['Hosts'][j]['Cookies'].length !=0){ for(var k=0; k < otDomainGrps[i]['Hosts'][j]['Cookies'].length; k++){ //Delete cookie eraseCookie(otDomainGrps[i]['Hosts'][j]['Cookies'][k]['Name']); } } } } } } otGetInitialGrps(); //Reassign new group ids } //Get inactive ids function otGetInactiveId(customIniId, otActiveGrp){ //Initial OnetrustActiveGroups // console.log("otGetInactiveId",customIniId) customIniId = customIniId.split(","); customIniId = customIniId.filter(Boolean); //After action OnetrustActiveGroups otActiveGrp = otActiveGrp.split(","); otActiveGrp = otActiveGrp.filter(Boolean); var result=[]; for (var i=0; i < customIniId.length; i++){ if ( otActiveGrp.indexOf(customIniId[i]) <= -1 ){ result.push(customIniId[i]); } } return result; } function eraseCookie(name) { var hostname = window.location.hostname; var domainParts = hostname.split('.'); var pathArray = window.location.pathname.split('/'); // Build list of domains to try var domains = []; // Start full hostname domains.push(hostname); // If hostname has subdomains, loop and collect all levels if (domainParts.length > 2) { for (var i = 1; i <= domainParts.length - 2; i++) { domains.push(domainParts.slice(i).join('.')); } } // Always add base domain domains.push(domainParts.slice(-2).join('.')); // Also add with leading dot versions var additionalDomains = []; for (var i = 0; i < domains.length; i++) { if (domains[i].charAt(0) !== '.') { additionalDomains.push('.' + domains[i]); } } domains = domains.concat(additionalDomains); // Remove duplicates (optional) domains = domains.filter(function(value, index, self) { return self.indexOf(value) === index; }); // Log domains we're deleting from (for debugging) console.log("Deleting cookie from domains: ", domains); // Delete from all domain variants and all path levels for (var d = 0; d < domains.length; d++) { var domainName = domains[d]; // Start with root path document.cookie = name + '=; Max-Age=-99999999; Path=/; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/;'; // Loop through path hierarchy for (var i = 0; i < pathArray.length; i++) { if (pathArray[i]) { var currentPath = pathArray.slice(0, i + 1).join('/'); document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + ';'; // Optional: handle trailing slash document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '/; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '/;'; } } } // Also remove local storage try { localStorage.removeItem(name); } catch (e) { console.warn('LocalStorage remove error:', e); } console.log("Attempted to delete cookie: ", name); } // set function to allow or block script based on OneTrust Category function decodeParameters(cookie) { var result = {}; var pairs = cookie.split('&'); for (var i = 0; i < pairs.length; i++) { var pair = pairs[i].split('='); if (pair.length === 2) { result[pair[0]] = decodeURIComponent(pair[1]); } } return result; } function allowScript(cat) { var allow = true; var cookie = getCookie('OptanonConsent'); if (cookie) { var groups = ((decodeParameters(cookie) || {}).groups || '').split(','); if (groups.indexOf(cat + ':0') >= 0) { allow = false; } } return allow; } // Function to delete Adobe AMCV/AMCVS/_evga/ _sfid cookies more aggressively function deleteAdobeCookie(name) { var hostname = window.location.hostname; var domainParts = hostname.split('.'); // Build all possible domain variations var domains = ['', hostname]; // Add domain with leading dot domains.push('.' + hostname); // Add parent domains (e.g., .ford.com from www.ford.com) for (var i = 1; i < domainParts.length; i++) { var parentDomain = domainParts.slice(i).join('.'); domains.push(parentDomain); domains.push('.' + parentDomain); } // Common paths to try var paths = ['/', '', window.location.pathname]; // Past date for expiration var expires = 'Thu, 01 Jan 1970 00:00:00 GMT'; // Try all combinations of domain and path for (var d = 0; d < domains.length; d++) { for (var p = 0; p < paths.length; p++) { var cookieStr = name + '=; expires=' + expires + '; Max-Age=0'; if (paths[p]) { cookieStr += '; path=' + paths[p]; } if (domains[d]) { cookieStr += '; domain=' + domains[d]; } document.cookie = cookieStr; document.cookie = cookieStr + '; Secure'; document.cookie = cookieStr + '; SameSite=None; Secure'; document.cookie = cookieStr + '; SameSite=Lax'; document.cookie = cookieStr + '; SameSite=Strict'; } } console.log("Attempted to delete Adobe cookie: ", name); } if(!allowScript('4')) { try { var cookiePrefixesToDelete = JSON.parse('[\x22AMCV\x22,\x22AMCVS\x22,\x22_evga\x22,\x22_sfid\x22]'); // Target all cookies matching the authorable prefixes var allCookies = document.cookie.split(';'); console.log("Checking for cookies to delete based on configured prefixes:", cookiePrefixesToDelete); for (var i = 0; i < allCookies.length; i++) { var cookieName = allCookies[i].split('=')[0].trim(); // Check if cookie name starts with any of the configured prefixes for (var j = 0; j < cookiePrefixesToDelete.length; j++) { if (cookieName.indexOf(cookiePrefixesToDelete[j]) === 0) { console.log("Deleting cookie based on configured prefix: ", cookieName); deleteAdobeCookie(cookieName); // Also try with decoded name in case of URL encoding try { var decodedName = decodeURIComponent(cookieName); if (decodedName !== cookieName) { deleteAdobeCookie(decodedName); } } catch(e) {} break; // Cookie matched, no need to check other prefixes } } } } catch(e) { console.error("Error parsing cookie prefixes or deleting cookies: ", e); } } console.log("OptanonWrapper called"); var OABCcookieName = "OptanonAlertBoxClosed"; var bannerAcceptBtn = document.getElementById("onetrust-accept-btn-handler"); var bannerRejectBtn = document.getElementById("onetrust-reject-all-handler"); var pcAllowAllBtn = document.getElementById("accept-recommended-btn-handler"); var pcSaveBtn = document.getElementsByClassName("save-preference-btn-handler onetrust-close-btn-handler")[0]; var pcRejectBtn = document.getElementsByClassName("ot-pc-refuse-all-handler"); var OABCcookie = getCookie(OABCcookieName); // IF logic needed here because ot-banner-sdk DIV is not injected on page loads if banner is not exposed if (!OABCcookie && bannerAcceptBtn) { bannerAcceptBtn.addEventListener('click', function() { console.log("Allowed all via Banner"); location.reload(); }); } if (pcAllowAllBtn) { pcAllowAllBtn.addEventListener('click', function() { console.log("Allowed all via Preference Center"); location.reload(); }); } if(pcSaveBtn){ pcSaveBtn.addEventListener('click', function() { setTimeout(function() { console.log("Set custom settings via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } if(pcRejectBtn){ pcRejectBtn.addEventListener('click', function() { setTimeout(function() { console.log("Rejected all via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } if(bannerRejectBtn){ bannerRejectBtn.addEventListener('click', function() { setTimeout(function() { console.log("Rejected all via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } } // OneTrust Changes End Here </script><script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script=""></script> <!-- OneTrust Cookies Consent Notice end --> <!-- Early digitaldata init for IMG markets — must run before Launch fires --> <script type="text/javascript" src="https://www.ford.com/adobedtmredirect/248d63c2ff6b/5e8baaa76508/launch-dda3f8250d58.min" class="optanon-category-2-4"></script><script src="https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js" async="" type="text/javascript"></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/c8fa9801817d/EX9235bfe389894bc2a5ec6d7944970b99-libraryCode_source.min.js" async=""></script><script src="https://assets.adobedtm.com/extensions/EPef068a8d6dd34a43866d9a80cc98baab/AppMeasurement_Module_AudienceManagement.min.js" async=""></script><script>_satellite["_runScript1"](function(event, target, Promise) { // commenting out for likely deletion once validated // uncommmented out code 230502 - JS document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function (e) { window.ttMETA= typeof(window.ttMETA)!="undefined" ? window.ttMETA : []; var tokens=e.detail.responseTokens; if (isEmpty(tokens)) { return; } var uniqueTokens = distinct(tokens); uniqueTokens.forEach(function(token) { window.ttMETA.push({ 'CampaignName': token["activity.name"], 'CampaignId' : token["activity.id"], 'experience': token["experience.name"], 'experienceId': token["experience.id"], 'RecipeName': token["experience.name"], //Added from Content Square documentation 'RecipeId': token["experience.id"], //Added from Content Square documentation 'OfferId': token["option.id"], 'OfferName': token["option.name"], 'MboxName': e.detail.mbox}); console.log(ttMETA); }); }); function isEmpty(val){ return (val === undefined || val == null || val.length <= 0) ? true : false; } function key(obj) { return Object.keys(obj) .map(function(k) { return k + "" + obj[k]; }) .join(""); } function distinct(arr) { var result = arr.reduce(function(acc, e) { acc[key(e)] = e; return acc; }, {}); return Object.keys(result) .map(function(k) { return result[k]; }); } });</script><script>_satellite["_runScript2"](function(event, target, Promise) { (window.Flickerlessly = window.Flickerlessly || {}), (function (A) { "use strict"; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const doesDebugParamExist = urlParams.has('Debug') && urlParams.get('Debug') === '1'; var init = function (id, sel, callbackSuccess, persist) { var animationName = 'atNodeInserted' + id; var css = [], prefixes = ['', '-moz-', '-webkit-', '-ms-', '-o-']; prefixes.forEach(function (prefix, index) { css.push('@' + prefix + 'keyframes ' + animationName + ' {from {opacity:0.99} to {opacity:1}}'); }); css.push(sel + '{'); prefixes.forEach(function (prefix, index) { css.push(prefix + 'animation-duration:0.001s;' + prefix + 'animation-name:' + animationName + ';'); }); css.push('}'); var head = document.getElementsByTagName('head')[0]; if (head) { var style = document.createElement('style'); style.setAttribute('type', 'text/css'); if (style.styleSheet) style.styleSheet.cssText = css.join('\n'); else style.appendChild(document.createTextNode(css.join('\n'))); head.insertBefore(style, head.firstChild); } var _removeListener = function () { ['animationstart', 'MSAnimationStart', 'webkitAnimationStart'].forEach(function (item, index) { document.removeEventListener(item, _insertListener, false); }); if (style) style.parentNode.removeChild(style); }; var _insertListener = function (event) { if (doesDebugParamExist) { console.log('FLK: _insertListener method called'); } if (event.animationName === animationName && typeof event.target === 'object') { var isExecute = ((persist === true) || (persist === false && event.target.getAttribute('data-flk-success') === null)); if (doesDebugParamExist) { console.log("FLK: ('" + sel + "') ready!0<!DOCTYPE html><html lang="en" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no"><head class="at-element-marker"><meta name="referrer" content="origin"><style class="vjs-styles-defaults"> .video-js { width: 300px; height: 150px; } .vjs-fluid:not(.vjs-audio-only-mode) { padding-top: 56.25% } </style> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ford® Privacy Policy | Ford.com</title> <meta name="description" content="Review Ford’s Privacy Policy to learn how we collect, use, share, and protect your personal information across our websites, apps, and services."> <meta name="content-page-ref" content="pQvTTqDNLOodqn-kdOpQHwJglcwgzuF09-8u4uw1-6poFpYAFjRmWDdB_G6tpvO74oTRz2yaanjN3kUnXkQFzw"> <script defer="defer" type="text/javascript" src="/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js"></script> <link rel="manifest" href="/acslibs/etc.clientlibs/common/clientlibs/skin/ford/resources/manifest.webmanifest"> <meta property="og:type" content="website"> <meta property="og:title" content="Ford® Privacy Policy | Ford.com"> <meta property="og:description" content="Review Ford’s Privacy Policy to learn how we collect, use, share, and protect your personal information across our websites, apps, and services."> <meta property="og:image" content="/acslibs/content/dam/na/ford/en_us/images/brand/Ford_OG_1200x630.png"> <meta property="og:url"> <meta property="og:site_name" content="https://www.ford.com/"> <meta property="fb:app_id" content="22166130048"> <meta property="article:modified_time" content="2026-06-30T21:01:32Z"> <meta name="twitter:title" content="Ford® Privacy Policy | Ford.com"> <meta name="twitter:description" content="Review Ford’s Privacy Policy to learn how we collect, use, share, and protect your personal information across our websites, apps, and services."> <meta name="twitter:image" content="/acslibs/content/dam/na/ford/en_us/images/brand/Ford_OG_1200x630.png"> <meta name="twitter:site" content="https://x.com/Ford"> <meta name="twitter:creator" content="https://x.com/Ford"> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/bold.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/regular.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/semibold.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/light.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/ford.css" as="style"> <link rel="stylesheet" href="https://www.ford.com/shared/fonts/ford.css"> <!-- Thai Specific Font Loading --> <!-- Arabic Specific Font Loading --> <link rel="canonical" href="https://www.ford.com/help/privacy/"> <link rel="stylesheet" href="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford.lc--lc.min.css" type="text/css"> <script src="/acslibs/etc.clientlibs/clientlibs/granite/jquery.lc--lc.min.js"></script> <!-- data-sly-test="false" --> <!-- OneTrust Cookies Consent Notice start --> <script type="text/javascript"> var params = new URLSearchParams(window.location.search); if (params.get('disableCookieCheck') !== 'true') { var oneTrustScript = document.createElement('script'); oneTrustScript.src = "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"; oneTrustScript.type = "text/javascript"; oneTrustScript.charset = "UTF-8"; oneTrustScript.setAttribute('data-domain-script', ""); document.head.appendChild(oneTrustScript); } // OneTrust Changes Start Here function getCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } function OptanonWrapper() { // Get initial OnetrustActiveGroups ids if(typeof OptanonWrapperCount == "undefined"){ otGetInitialGrps(); } //Delete cookies otDeleteCookie(otIniGrps); // Assign OnetrustActiveGroups to custom variable function otGetInitialGrps(){ OptanonWrapperCount = ''; otIniGrps = OnetrustActiveGroups; // console.log("otGetInitialGrps", otIniGrps) } function otDeleteCookie(iniOptGrpId) { var otDomainGrps = JSON.parse(JSON.stringify(Optanon.GetDomainData().Groups)); var otDeletedGrpIds = otGetInactiveId(iniOptGrpId, OnetrustActiveGroups); if(otDeletedGrpIds.length != 0 && otDomainGrps.length !=0){ for(var i=0; i < otDomainGrps.length; i++){ //Check if CustomGroupId matches if(otDomainGrps[i]['CustomGroupId'] != '' && otDeletedGrpIds.includes(otDomainGrps[i]['CustomGroupId'])){ for(var j=0; j < otDomainGrps[i]['Cookies'].length; j++){ // console.log("otDeleteCookie",otDomainGrps[i]['Cookies'][j]['Name']) //Delete cookie eraseCookie(otDomainGrps[i]['Cookies'][j]['Name']); } } //Check if Hostid matches if(otDomainGrps[i]['Hosts'].length != 0){ for(var j=0; j < otDomainGrps[i]['Hosts'].length; j++){ //Check if HostId presents in the deleted list and cookie array is not blank if(otDeletedGrpIds.includes(otDomainGrps[i]['Hosts'][j]['HostId']) && otDomainGrps[i]['Hosts'][j]['Cookies'].length !=0){ for(var k=0; k < otDomainGrps[i]['Hosts'][j]['Cookies'].length; k++){ //Delete cookie eraseCookie(otDomainGrps[i]['Hosts'][j]['Cookies'][k]['Name']); } } } } } } otGetInitialGrps(); //Reassign new group ids } //Get inactive ids function otGetInactiveId(customIniId, otActiveGrp){ //Initial OnetrustActiveGroups // console.log("otGetInactiveId",customIniId) customIniId = customIniId.split(","); customIniId = customIniId.filter(Boolean); //After action OnetrustActiveGroups otActiveGrp = otActiveGrp.split(","); otActiveGrp = otActiveGrp.filter(Boolean); var result=[]; for (var i=0; i < customIniId.length; i++){ if ( otActiveGrp.indexOf(customIniId[i]) <= -1 ){ result.push(customIniId[i]); } } return result; } function eraseCookie(name) { var hostname = window.location.hostname; var domainParts = hostname.split('.'); var pathArray = window.location.pathname.split('/'); // Build list of domains to try var domains = []; // Start full hostname domains.push(hostname); // If hostname has subdomains, loop and collect all levels if (domainParts.length > 2) { for (var i = 1; i <= domainParts.length - 2; i++) { domains.push(domainParts.slice(i).join('.')); } } // Always add base domain domains.push(domainParts.slice(-2).join('.')); // Also add with leading dot versions var additionalDomains = []; for (var i = 0; i < domains.length; i++) { if (domains[i].charAt(0) !== '.') { additionalDomains.push('.' + domains[i]); } } domains = domains.concat(additionalDomains); // Remove duplicates (optional) domains = domains.filter(function(value, index, self) { return self.indexOf(value) === index; }); // Log domains we're deleting from (for debugging) console.log("Deleting cookie from domains: ", domains); // Delete from all domain variants and all path levels for (var d = 0; d < domains.length; d++) { var domainName = domains[d]; // Start with root path document.cookie = name + '=; Max-Age=-99999999; Path=/; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/;'; // Loop through path hierarchy for (var i = 0; i < pathArray.length; i++) { if (pathArray[i]) { var currentPath = pathArray.slice(0, i + 1).join('/'); document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + ';'; // Optional: handle trailing slash document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '/; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '/;'; } } } // Also remove local storage try { localStorage.removeItem(name); } catch (e) { console.warn('LocalStorage remove error:', e); } console.log("Attempted to delete cookie: ", name); } // set function to allow or block script based on OneTrust Category function decodeParameters(cookie) { var result = {}; var pairs = cookie.split('&'); for (var i = 0; i < pairs.length; i++) { var pair = pairs[i].split('='); if (pair.length === 2) { result[pair[0]] = decodeURIComponent(pair[1]); } } return result; } function allowScript(cat) { var allow = true; var cookie = getCookie('OptanonConsent'); if (cookie) { var groups = ((decodeParameters(cookie) || {}).groups || '').split(','); if (groups.indexOf(cat + ':0') >= 0) { allow = false; } } return allow; } // Function to delete Adobe AMCV/AMCVS/_evga/ _sfid cookies more aggressively function deleteAdobeCookie(name) { var hostname = window.location.hostname; var domainParts = hostname.split('.'); // Build all possible domain variations var domains = ['', hostname]; // Add domain with leading dot domains.push('.' + hostname); // Add parent domains (e.g., .ford.com from www.ford.com) for (var i = 1; i < domainParts.length; i++) { var parentDomain = domainParts.slice(i).join('.'); domains.push(parentDomain); domains.push('.' + parentDomain); } // Common paths to try var paths = ['/', '', window.location.pathname]; // Past date for expiration var expires = 'Thu, 01 Jan 1970 00:00:00 GMT'; // Try all combinations of domain and path for (var d = 0; d < domains.length; d++) { for (var p = 0; p < paths.length; p++) { var cookieStr = name + '=; expires=' + expires + '; Max-Age=0'; if (paths[p]) { cookieStr += '; path=' + paths[p]; } if (domains[d]) { cookieStr += '; domain=' + domains[d]; } document.cookie = cookieStr; document.cookie = cookieStr + '; Secure'; document.cookie = cookieStr + '; SameSite=None; Secure'; document.cookie = cookieStr + '; SameSite=Lax'; document.cookie = cookieStr + '; SameSite=Strict'; } } console.log("Attempted to delete Adobe cookie: ", name); } if(!allowScript('4')) { try { var cookiePrefixesToDelete = JSON.parse('[\x22AMCV\x22,\x22AMCVS\x22,\x22_evga\x22,\x22_sfid\x22]'); // Target all cookies matching the authorable prefixes var allCookies = document.cookie.split(';'); console.log("Checking for cookies to delete based on configured prefixes:", cookiePrefixesToDelete); for (var i = 0; i < allCookies.length; i++) { var cookieName = allCookies[i].split('=')[0].trim(); // Check if cookie name starts with any of the configured prefixes for (var j = 0; j < cookiePrefixesToDelete.length; j++) { if (cookieName.indexOf(cookiePrefixesToDelete[j]) === 0) { console.log("Deleting cookie based on configured prefix: ", cookieName); deleteAdobeCookie(cookieName); // Also try with decoded name in case of URL encoding try { var decodedName = decodeURIComponent(cookieName); if (decodedName !== cookieName) { deleteAdobeCookie(decodedName); } } catch(e) {} break; // Cookie matched, no need to check other prefixes } } } } catch(e) { console.error("Error parsing cookie prefixes or deleting cookies: ", e); } } console.log("OptanonWrapper called"); var OABCcookieName = "OptanonAlertBoxClosed"; var bannerAcceptBtn = document.getElementById("onetrust-accept-btn-handler"); var bannerRejectBtn = document.getElementById("onetrust-reject-all-handler"); var pcAllowAllBtn = document.getElementById("accept-recommended-btn-handler"); var pcSaveBtn = document.getElementsByClassName("save-preference-btn-handler onetrust-close-btn-handler")[0]; var pcRejectBtn = document.getElementsByClassName("ot-pc-refuse-all-handler"); var OABCcookie = getCookie(OABCcookieName); // IF logic needed here because ot-banner-sdk DIV is not injected on page loads if banner is not exposed if (!OABCcookie && bannerAcceptBtn) { bannerAcceptBtn.addEventListener('click', function() { console.log("Allowed all via Banner"); location.reload(); }); } if (pcAllowAllBtn) { pcAllowAllBtn.addEventListener('click', function() { console.log("Allowed all via Preference Center"); location.reload(); }); } if(pcSaveBtn){ pcSaveBtn.addEventListener('click', function() { setTimeout(function() { console.log("Set custom settings via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } if(pcRejectBtn){ pcRejectBtn.addEventListener('click', function() { setTimeout(function() { console.log("Rejected all via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } if(bannerRejectBtn){ bannerRejectBtn.addEventListener('click', function() { setTimeout(function() { console.log("Rejected all via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } } // OneTrust Changes End Here </script><script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script=""></script> <!-- OneTrust Cookies Consent Notice end --> <!-- Early digitaldata init for IMG markets — must run before Launch fires --> <script type="text/javascript" src="https://www.ford.com/adobedtmredirect/248d63c2ff6b/5e8baaa76508/launch-dda3f8250d58.min" class="optanon-category-2-4"></script><script src="https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js" async="" type="text/javascript"></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/52721620837d/EX6f0844cc9618497f86c45306aaadea35-libraryCode_source.min.js" async=""></script><script src="https://assets.adobedtm.com/extensions/EPef068a8d6dd34a43866d9a80cc98baab/AppMeasurement_Module_AudienceManagement.min.js" async=""></script><script>_satellite["_runScript1"](function(event, target, Promise) { // commenting out for likely deletion once validated // uncommmented out code 230502 - JS document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function (e) { window.ttMETA= typeof(window.ttMETA)!="undefined" ? window.ttMETA : []; var tokens=e.detail.responseTokens; if (isEmpty(tokens)) { return; } var uniqueTokens = distinct(tokens); uniqueTokens.forEach(function(token) { window.ttMETA.push({ 'CampaignName': token["activity.name"], 'CampaignId' : token["activity.id"], 'experience': token["experience.name"], 'experienceId': token["experience.id"], 'RecipeName': token["experience.name"], //Added from Content Square documentation 'RecipeId': token["experience.id"], //Added from Content Square documentation 'OfferId': token["option.id"], 'OfferName': token["option.name"], 'MboxName': e.detail.mbox}); console.log(ttMETA); }); }); function isEmpty(val){ return (val === undefined || val == null || val.length <= 0) ? true : false; } function key(obj) { return Object.keys(obj) .map(function(k) { return k + "" + obj[k]; }) .join(""); } function distinct(arr) { var result = arr.reduce(function(acc, e) { acc[key(e)] = e; return acc; }, {}); return Object.keys(result) .map(function(k) { return result[k]; }); } });</script><script>_satellite["_runScript2"](function(event, target, Promise) { (window.Flickerlessly = window.Flickerlessly || {}), (function (A) { "use strict"; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const doesDebugParamExist = urlParams.has('Debug') && urlParams.get('Debug') === '1'; var init = function (id, sel, callbackSuccess, persist) { var animationName = 'atNodeInserted' + id; var css = [], prefixes = ['', '-moz-', '-webkit-', '-ms-', '-o-']; prefixes.forEach(function (prefix, index) { css.push('@' + prefix + 'keyframes ' + animationName + ' {from {opacity:0.99} to {opacity:1}}'); }); css.push(sel + '{'); prefixes.forEach(function (prefix, index) { css.push(prefix + 'animation-duration:0.001s;' + prefix + 'animation-name:' + animationName + ';'); }); css.push('}'); var head = document.getElementsByTagName('head')[0]; if (head) { var style = document.createElement('style'); style.setAttribute('type', 'text/css'); if (style.styleSheet) style.styleSheet.cssText = css.join('\n'); else style.appendChild(document.createTextNode(css.join('\n'))); head.insertBefore(style, head.firstChild); } var _removeListener = function () { ['animationstart', 'MSAnimationStart', 'webkitAnimationStart'].forEach(function (item, index) { document.removeEventListener(item, _insertListener, false); }); if (style) style.parentNode.removeChild(style); }; var _insertListener = function (event) { if (doesDebugParamExist) { console.log('FLK: _insertListener method called'); } if (event.animationName === animationName && typeof event.target === 'object') { var isExecute = ((persist === true) || (persist === false && event.target.getAttribute('data-flk-success') === null)); if (doesDebugParamExist) { console.log("FLK: ('" + sel + "') ready!
1Execute: " + isExecute, event.target); } if (typeof callbackSuccess === 'function' && isExecute) { event.target.setAttribute('data-flk-success', animationName); if (persist !== true) _removeListener(); callbackSuccess(event.target); } else { if (doesDebugParamExist) { console.log("FLK: Won't Callback", isExecute, callbackSuccess); } } } }; ['animationstart', 'MSAnimationStart', 'webkitAnimationStart'].forEach(function (item, index) { document.addEventListener(item, _insertListener, false); }); }, rand = Math.floor((Math.random() * 1000) + 1); A.onReady = function () { for (let i = 0; i < arguments.length; i++) { var obj = arguments[i]; var selector = obj.selector; var success = obj.success || null; var persist = obj.persist || false; init(rand++, selector, success, persist); } }; })(Flickerlessly), (function (window, document) { "use strict"; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const doesDebugParamExist = urlParams.has('Debug') && urlParams.get('Debug') === '1'; var init = function (url, sel, callbackSuccess, callbackError, method) { if (doesDebugParamExist) { console.log('AT-RO: init method fired'); } var head = (function (_style) { var _head = document.getElementsByTagName("head")[0]; if (_head) { var style = document.createElement("style"); style.setAttribute("type", "text/css"); if (style.stylesheet) style.styleSheet.cssText = _style; else style.appendChild(document.createTextNode(_style)); _head.insertBefore(style, _head.firstChild); return style; } return null; })(sel + "{visibility:hidden}"); if (doesDebugParamExist) { console.log("AT-RO: " + head.innerHTML); } !function (url, success, error) { if (doesDebugParamExist) { console.log("AT-RO: " + url); } var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function () { if (xhr.readyState === 4) { if (xhr.status === 200) { success(xhr.responseText); } else { error(xhr.status); } } }; xhr.open("GET", url, true); xhr.send(); }(url, function (_offer) { Flickerlessly.onReady({ selector: sel, success: function (target) { if (doesDebugParamExist) { console.log("AT-RO: " + 'Flickerly success fired'); console.log("AT-RO: " + target); } if (typeof method === "string" && method === "replace") { var div = document.createElement("div"); target.parentNode.replaceChild(div, target); target = div; } adobe.target.applyOffer({ mbox: "target-global-mbox", selector: target, offer: [{action: "setContent", content: _offer}]//todo this is the point where the content is injected into the component. }); if (doesDebugParamExist) { console.log("AT-RO: " + 'adobe offer applied'); } if (head) { head.parentNode.removeChild(head); } if (typeof callbackSuccess === "function") { callbackSuccess(); } }, persist: false }); }, function (status) { if (doesDebugParamExist) { console.log("AT-RO: " + 'OFFER API FAILURE'); } if (head) { head.parentNode.removeChild(head); } if (typeof callbackError === 'function') { callbackError(); } } ); }; window.adobe.target.ext = window.adobe.target.ext || {}; window.adobe.target.ext.remoteoffers = window.adobe.target.ext.remoteoffers || {}; window.adobe.target.ext.remoteoffers.init = window.adobe.target.ext.remoteoffers.init || function (offers) { for (let i = 0; i < offers.length; i++) { var offer = offers[i]; if (offer.url && offer.selector) { init(offer.url, offer.selector, offer.callbackSuccess, offer.callbackError, offer.method); } else { if (doesDebugParamExist) { console.log("AT-RO: " + 'Error:missing URL or selector'); } } } }; })(window, document); });</script><script>_satellite["_runScript3"](function(event, target, Promise) { // Response Token Event Handler Code document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function(event) { console.log('target response:', event.detail); var tokens=event.detail.responseTokens; if(!isEmpty(tokens)){ for (var i=0; i<event.detail.responseTokens.length; ++i) { _satellite.setVar('responseTokens',event.detail.responseTokens[i]); } }else{ _satellite.setVar('allResponseTokens','empty'); _satellite.setVar('responseTokens','empty'); } function isEmpty(val){return (val === undefined || val == null || val.length <= 0) ? true : false;} //RG - step1 to check if the digitaldata is defined and contains digitaldata.page.variantName to avoid console error //RG - This also addressess the race condition i.e. rule fires but digitaldata not ready so wrapped the code if (typeof digitaldata !== 'undefined' && digitaldata.page && digitaldata.page.variantName){ //RG - step2 to trigger DCR if the required digitaldata.page.variantName detected _satellite.logger.log('Target 2.0 - CHECK POINT: the value of digitaldata.page.variantName is: ' + digitaldata.page.variantName); //home page //if (_satellite.getVar('page: variantName') == 'home-load' && _satellite.getVar('page: page name') == 'fv:home'){_satellite.track('bsr-hp-analytics');} //vehicle home pages //if (_satellite.getVar('page: variantName') == 'vehicle-load'){_satellite.track('bsr-vhp-analytics');} //SPA test if (_satellite.getVar('page: variantName') == 'dd:bp:4:vehicle summary:ford taurus'){_satellite.track('summary-page-test');} //RG - console log target code executed _satellite.logger.log('Target 2.0 - workaround custom code executed successfully for the DCR'); } else _satellite.logger.log('Target 2.0 - digitaldata.page.variantName not detected or not ready'); //RG - console log when race condition }); });</script><script>_satellite["_runScript4"](function(event, target, Promise) { if (document.URL.indexOf('ccpaCookieTest') != -1){ _satellite.cookie.set('aaCcpaOptSell','N'); } });</script><script type="text/javascript" src="https://www.ford.com/6bb0a6072175257e_complete.js" crossorigin="anonymous"></script><script async="" type="text/javascript" src="//cdn.evgnet.com/beacon/fordretail/fordretailprod/scripts/evergage.min.js"></script> <!-- Custom Head Scripts for IMG Market --> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-dependencies.lc--lc.min.js"></script> <link rel="icon" type="image/png" href="/acslibs/content/dam/na/ford/en_us/img/shared/favicon.png"> <link rel="icon" type="image/png" sizes="180x180" href="/acslibs/content/dam/na/ford/en_us/img/shared/favicon-180x180.png"> <link rel="apple-touch-icon" href="/acslibs/content/dam/na/ford/en_us/img/shared/shortcut-icon-180px.png"> <script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"true","rua.cpre":"true","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"SJ","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"true","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script> <script>!function(){function o(n,i){if(n&&i)for(var r in i)i.hasOwnProperty(r)&&(void 0===n[r]?n[r]=i[r]:n[r].constructor===Object&&i[r].constructor===Object?o(n[r],i[r]):n[r]=i[r])}try{var n=decodeURIComponent("%7B%0A%22ResourceTiming%22%3A%7B%0A%22comment%22%3A%20%22Clear%20RT%20Buffer%20on%20mPulse%20beacon%22%2C%0A%22clearOnBeacon%22%3A%20true%0A%7D%2C%0A%0A%22AutoXHR%22%3A%7B%0A%22comment%22%3A%20%22Monitor%20XHRs%20requested%20using%20FETCH%22%2C%0A%22monitorFetch%22%3A%20true%2C%0A%22comment%22%3A%20%22Start%20Monitoring%20SPAs%20from%20Click%22%2C%0A%22spaStartFromClick%22%3A%20true%0A%7D%2C%0A%0A%22PageParams%22%3A%7B%0A%22comment%22%3A%20%22Monitor%20all%20SPA%20XHRs%22%2C%0A%22spaXhr%22%3A%20%22all%22%0A%7D%0A%7D");if(n.length>0&&window.JSON&&"function"==typeof window.JSON.parse){var i=JSON.parse(n);void 0!==window.BOOMR_config?o(window.BOOMR_config,i):window.BOOMR_config=i}}catch(r){window.console&&"function"==typeof window.console.error&&console.error("mPulse: Could not parse configuration",r)}}();</script> <script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="GYKYY-ZXCV3-7897G-57TA3-2CB7R",function(){function e(){if(!i){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,o.parentNode.appendChild(e),i=!0}}function t(e){i=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(o.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",o.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"GYKYY-ZXCV3-7897G-57TA3-2CB7R";var o=document.currentScript||document.getElementsByTagName("script")[0],i=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!i)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),o.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n="true"=="true"?1:0,t="",a="gq2o7gax2zp222rkbmoa-f-16db9ca5c-clientnsv4-s.akamaihd.net",o="false"=="true"?2:1,i={"ak.v":"41","ak.cp":"1879221","ak.ai":parseInt("246232",10),"ak.ol":"0","ak.cr":1,"ak.ipv":4,"ak.proto":"h2","ak.rid":"5afba407","ak.r":47257,"ak.a2":n,"ak.m":"dscx","ak.n":"essl","ak.cport":33830,"ak.gh":"23.214.94.150","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"","ak.t":"1781140252","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==fCBsvlZVlosauiMxKePTFcKPIOAKAcYUE34hCWVVUSCH4js8eNRzvO9y35cNthGvrBDSKaCB3Zz07Dju7e2ss7vkb4nR/7eRaA9tfmm2ZqrULiYe8MgQeWsuUwy4mwuOhzYMVB5mnx4Qpvv+sRWtKvkJPsUjw3mjEwnJuME+g/5yShmAYKLULzuShhRZroOJEwb5rm6AU508eDSuByl7x7NVNmP10KLfPIWLbfZJcL7AE4gmBfUz+srKZot5vnu54VJejHbWJH05/6W/4SLX+EeSPGR2RAwtLryU8mtUMbY699kZeywIZsC6rYeD9mDgTKb9eX4GXG/dh58MQ5PNQ/zxXdko9cmvRsG50Ub5jTgqLSpynTaoFrajS0GIxAHfWQAQSJyduket63ratJu5oh6A219TZGdLiVK66A58CVk=","ak.pv":"1587","ak.dpoabenc":"","ak.tf":o};if(""!==t)i["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))i["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(i)},rv:function(){var e=["ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:i,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script><link href="https://s.go-mpulse.net/boomerang/GYKYY-ZXCV3-7897G-57TA3-2CB7R" rel="preload" as="script"><script id="boomr-scr-as" src="https://s.go-mpulse.net/boomerang/GYKYY-ZXCV3-7897G-57TA3-2CB7R" async=""></script><style id="at--1267488544" class="at-flicker-control">#brand-nav-gm3-primary-li1 > A:nth-of-type(1) {visibility: hidden;}</style> <style id="at--1676312769" class="at-flicker-control">#brand-nav-gm3-primary-li2 > A:nth-of-type(1) {visibility: hidden;}</style> <style id="at--2085136994" class="at-flicker-control">#brand-nav-gm3-primary-li3 > A:nth-of-type(1) {visibility: hidden;}</style> <style id="at-1801006077" class="at-flicker-control">#brand-nav-gm3-primary-li4 > A:nth-of-type(1) {visibility: hidden;}</style> <style id="at-983357627" class="at-flicker-control">#brand-nav-gm3-primary-li6 > A:nth-of-type(1) {visibility: hidden;}</style> <style id="at-1392181852" class="at-flicker-control">#brand-nav-gm3-primary-li5 > A:nth-of-type(1) {visibility: hidden;}</style><meta http-equiv="origin-trial" content="A6A+1d+C3ouRtnK8HZmLfRaTibk7Y5RIysXvkTgkdjhqJIIf/lhKui+K3HFmT7FjsIInJLWjy/x5UTLp9k7IewQAAACGeyJvcmlnaW4iOiJodHRwczovL2dvLW1wdWxzZS5uZXQ6NDQzIiwiZmVhdHVyZSI6IlNvZnROYXZpZ2F0aW9uSGV1cmlzdGljcyIsImV4cGlyeSI6MTcxNjk0MDc5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="><style id="onetrust-style">#onetrust-banner-sdk .onetrust-vendors-list-handler{cursor:pointer;color:#1f96db;font-size:inherit;font-weight:bold;text-decoration:none;margin-left:5px;white-space:normal;word-wrap:break-word;text-align:left}#onetrust-banner-sdk .onetrust-vendors-list-handler:hover{color:#1f96db}#onetrust-banner-sdk:focus{outline:2px solid #000;outline-offset:-2px}#onetrust-banner-sdk a:focus{outline:2px solid #000}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{outline-offset:1px}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{height:64px;width:64px}#onetrust-banner-sdk #onetrust-policy svg,#onetrust-banner-sdk .banner-option svg{height:13px;width:13px;margin-left:1px;vertical-align:middle}#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold{font-weight:bold}#onetrust-banner-sdk .ot-button-order-0{order:0}#onetrust-banner-sdk .ot-button-order-1{order:1}#onetrust-banner-sdk .ot-button-order-2{order:2}#onetrust-banner-sdk #onetrust-close-btn-container svg{height:10px;width:10px;pointer-events:none}#onetrust-banner-sdk .ot-close-icon,#onetrust-pc-sdk .ot-close-icon,#ot-sync-ntfy .ot-close-icon{background-size:contain;background-repeat:no-repeat;background-position:center;height:12px;width:12px}#onetrust-banner-sdk .powered-by-logo,#onetrust-banner-sdk .ot-pc-footer-logo a,#onetrust-pc-sdk .powered-by-logo,#onetrust-pc-sdk .ot-pc-footer-logo a,#ot-sync-ntfy .powered-by-logo,#ot-sync-ntfy .ot-pc-footer-logo a{background-size:contain;background-repeat:no-repeat;background-position:center;height:25px;width:152px;display:block;text-decoration:none;font-size:.75em}#onetrust-banner-sdk .powered-by-logo:hover,#onetrust-banner-sdk .ot-pc-footer-logo a:hover,#onetrust-pc-sdk .powered-by-logo:hover,#onetrust-pc-sdk .ot-pc-footer-logo a:hover,#ot-sync-ntfy .powered-by-logo:hover,#ot-sync-ntfy .ot-pc-footer-logo a:hover{color:#565656}#onetrust-banner-sdk h3 *,#onetrust-banner-sdk h4 *,#onetrust-banner-sdk h6 *,#onetrust-banner-sdk button *,#onetrust-banner-sdk a[data-parent-id] *,#onetrust-banner-sdk p[role=heading] *,#onetrust-pc-sdk h3 *,#onetrust-pc-sdk h4 *,#onetrust-pc-sdk h6 *,#onetrust-pc-sdk button *,#onetrust-pc-sdk a[data-parent-id] *,#onetrust-pc-sdk p[role=heading] *,#ot-sync-ntfy h3 *,#ot-sync-ntfy h4 *,#ot-sync-ntfy h6 *,#ot-sync-ntfy button *,#ot-sync-ntfy a[data-parent-id] *,#ot-sync-ntfy p[role=heading] *{font-size:inherit;font-weight:inherit;color:inherit}#onetrust-banner-sdk .ot-hide,#onetrust-pc-sdk .ot-hide,#ot-sync-ntfy .ot-hide{display:none !important}#onetrust-banner-sdk button.ot-link-btn:hover,#onetrust-pc-sdk button.ot-link-btn:hover,#ot-sync-ntfy button.ot-link-btn:hover{text-decoration:underline;opacity:1}#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column{padding:0}#onetrust-pc-sdk .ot-sdk-container{padding-right:0}#onetrust-pc-sdk .ot-sdk-row{flex-direction:initial;width:100%}#onetrust-pc-sdk [type=checkbox]:checked,#onetrust-pc-sdk [type=checkbox]:not(:checked){pointer-events:initial}#onetrust-pc-sdk [type=checkbox]:disabled+label::before,#onetrust-pc-sdk [type=checkbox]:disabled+label:after,#onetrust-pc-sdk [type=checkbox]:disabled+label{pointer-events:none;opacity:.8}#onetrust-pc-sdk #vendor-list-content{transform:translate3d(0, 0, 0)}#onetrust-pc-sdk li input[type=checkbox]{z-index:1}#onetrust-pc-sdk li .ot-checkbox label{z-index:2}#onetrust-pc-sdk li .ot-checkbox input[type=checkbox]{height:auto;width:auto}#onetrust-pc-sdk li .host-title a,#onetrust-pc-sdk li .ot-host-name a,#onetrust-pc-sdk li .accordion-text,#onetrust-pc-sdk li .ot-acc-txt{z-index:2;position:relative}#onetrust-pc-sdk input{margin:3px .1ex}#onetrust-pc-sdk .pc-logo,#onetrust-pc-sdk .ot-pc-logo{height:60px;width:180px;background-position:center;background-size:contain;background-repeat:no-repeat;display:inline-flex;justify-content:center;align-items:center}#onetrust-pc-sdk .pc-logo img,#onetrust-pc-sdk .ot-pc-logo img{max-height:100%;max-width:100%}#onetrust-pc-sdk .pc-logo svg,#onetrust-pc-sdk .ot-pc-logo svg{height:60px;width:180px}#onetrust-pc-sdk #close-pc-btn-handler>svg{margin:auto;display:block;height:12px;width:12px}#onetrust-pc-sdk #ot-pc-desc svg,#onetrust-pc-sdk .ot-desc-cntr svg,#onetrust-pc-sdk .ot-cat-grp svg{height:13px;width:13px;margin-left:-7px;vertical-align:middle;margin-right:5px}#onetrust-pc-sdk .ot-host-hdr>a{display:inline-block}#onetrust-pc-sdk .screen-reader-only,#onetrust-pc-sdk .ot-scrn-rdr,.ot-sdk-cookie-policy .screen-reader-only,.ot-sdk-cookie-policy .ot-scrn-rdr{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#onetrust-pc-sdk.ot-fade-in,.onetrust-pc-dark-filter.ot-fade-in,#onetrust-banner-sdk.ot-fade-in,.ot-confirm-dialog-overlay.ot-fade-in{animation-name:onetrust-fade-in;animation-duration:400ms;animation-timing-function:ease-in-out}#onetrust-pc-sdk.ot-hide{display:none !important}.onetrust-pc-dark-filter.ot-hide{display:none !important}#ot-sdk-btn.ot-sdk-show-settings,#ot-sdk-btn.optanon-show-settings{color:#fff;background-color:#468254;height:auto;white-space:normal;word-wrap:break-word;padding:.8em 2em;font-size:.8em;line-height:1.2;cursor:pointer;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease}#ot-sdk-btn.ot-sdk-show-settings:hover,#ot-sdk-btn.optanon-show-settings:hover{color:#fff;background-color:#2c6415}#ot-sdk-btn.ot-sdk-show-settings:active,#ot-sdk-btn.optanon-show-settings:active{color:#fff;background-color:#2c6415;border:1px solid rgba(162,192,169,.5)}.onetrust-pc-dark-filter{background:rgba(0,0,0,.5);z-index:2147483646;width:100%;height:100%;overflow:hidden;position:fixed;top:0;bottom:0;left:0}@keyframes onetrust-fade-in{0%{opacity:0}100%{opacity:1}}.ot-cookie-label{text-decoration:underline}@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape){#onetrust-pc-sdk p{font-size:.75em}}#onetrust-banner-sdk .banner-option-input:focus+label{outline:1px solid #000;outline-style:auto}.category-vendors-list-handler+a:focus,.category-vendors-list-handler+a:focus-visible{outline:2px solid #000}#onetrust-pc-sdk .ot-userid-title{margin-top:10px}#onetrust-pc-sdk .ot-userid-title>span,#onetrust-pc-sdk .ot-userid-timestamp>span{font-weight:700}#onetrust-pc-sdk .ot-userid-desc{font-style:italic}#onetrust-pc-sdk .ot-host-desc a{pointer-events:initial}#onetrust-pc-sdk .ot-ven-hdr>p a{position:relative;z-index:2;pointer-events:initial}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a{margin-right:8px}#onetrust-pc-sdk .ot-vnd-item svg.ot-ext-lnk{align-self:center}#onetrust-pc-sdk .ot-pc-footer-logo svg,#onetrust-pc-sdk .ot-pc-footer-logo img{width:136px;height:16px}#onetrust-pc-sdk .ot-pur-vdr-count{font-weight:400;font-size:.8em;padding-top:3px;display:block}#onetrust-pc-sdk p[role=heading] .ot-pur-vdr-count{font-weight:400 !important;font-size:.8em !important}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal{border:1px solid #32ae88;border-radius:3px;padding:5px;margin-bottom:10px;background-color:#f9fffa;font-size:.85rem;line-height:2}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal .ot-optout-icon,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal .ot-optout-icon{display:inline;margin-right:5px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg{height:20px;width:30px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg.ot-source-sprite,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg.ot-source-sprite{position:relative;bottom:-3px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite),#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite){transform:scale(0.5)}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite) path,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite) path{fill:#32ae88}#onetrust-consent-sdk .ot-general-modal{overflow:hidden;position:fixed;margin:0 auto;top:50%;left:50%;width:40%;padding:1.5rem;max-width:575px;min-width:575px;z-index:2147483647;border-radius:2.5px;transform:translate(-50%, -50%)}#onetrust-consent-sdk .ot-signature-health-group{margin-top:1rem;padding-left:1.25rem;padding-right:1.25rem;margin-bottom:.625rem;width:calc(100% - 2.5rem)}#onetrust-consent-sdk .ot-signature-health-group .ot-signature-health-form{gap:.5rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:70%;gap:.35rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-input{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-consent-sdk .ot-signature-health .ot-signature-subtitle{font-size:1.125rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-group-title{font-size:1.25rem;font-weight:bold}#onetrust-consent-sdk .ot-signature-health,#onetrust-consent-sdk .ot-signature-health-group{display:flex;flex-direction:column;gap:1rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-cont{display:flex;flex-direction:column;gap:.25rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-paragraph,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-paragraph{margin:0;line-height:20px;font-size:max(14px,.875rem)}#onetrust-consent-sdk .ot-signature-health .ot-health-signature-error,#onetrust-consent-sdk .ot-signature-health-group .ot-health-signature-error{color:#4d4d4d;font-size:min(12px,.75rem)}#onetrust-consent-sdk .ot-signature-health .ot-signature-buttons-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-buttons-cont{margin-top:max(.75rem,2%);gap:1rem;display:flex;justify-content:flex-end}#onetrust-consent-sdk .ot-signature-health .ot-signature-button,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button{flex:1;height:auto;color:#fff;cursor:pointer;line-height:1.2;min-width:125px;font-weight:600;font-size:.813em;border-radius:2px;padding:12px 10px;white-space:normal;word-wrap:break-word;word-break:break-word;background-color:#68b631;border:2px solid #68b631}#onetrust-consent-sdk .ot-signature-health .ot-signature-button.reject,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button.reject{background-color:#fff}#onetrust-consent-sdk .ot-input-field-cont{display:flex;flex-direction:column;gap:.5rem}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:65%}#onetrust-consent-sdk .ot-signature-health-form{display:flex;flex-direction:column}#onetrust-consent-sdk .ot-signature-health-form .ot-signature-label{margin-bottom:0;line-height:20px;font-size:max(14px,.875rem)}#onetrust-consent-sdk #onetrust-sprite-svg{display:none}@media only screen and (max-width: 600px){#onetrust-consent-sdk .ot-general-modal{min-width:100%}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:100%}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:100%}}#onetrust-banner-sdk,#onetrust-pc-sdk,#ot-sdk-cookie-policy,#ot-sync-ntfy{font-size:16px}#onetrust-banner-sdk *,#onetrust-banner-sdk ::after,#onetrust-banner-sdk ::before,#onetrust-pc-sdk *,#onetrust-pc-sdk ::after,#onetrust-pc-sdk ::before,#ot-sdk-cookie-policy *,#ot-sdk-cookie-policy ::after,#ot-sdk-cookie-policy ::before,#ot-sync-ntfy *,#ot-sync-ntfy ::after,#ot-sync-ntfy ::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}#onetrust-banner-sdk div,#onetrust-banner-sdk span,#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p,#onetrust-banner-sdk img,#onetrust-banner-sdk svg,#onetrust-banner-sdk button,#onetrust-banner-sdk section,#onetrust-banner-sdk a,#onetrust-banner-sdk label,#onetrust-banner-sdk input,#onetrust-banner-sdk ul,#onetrust-banner-sdk li,#onetrust-banner-sdk nav,#onetrust-banner-sdk table,#onetrust-banner-sdk thead,#onetrust-banner-sdk tr,#onetrust-banner-sdk td,#onetrust-banner-sdk tbody,#onetrust-banner-sdk .ot-main-content,#onetrust-banner-sdk .ot-toggle,#onetrust-banner-sdk #ot-content,#onetrust-banner-sdk #ot-pc-content,#onetrust-banner-sdk .checkbox,#onetrust-pc-sdk div,#onetrust-pc-sdk span,#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p,#onetrust-pc-sdk img,#onetrust-pc-sdk svg,#onetrust-pc-sdk button,#onetrust-pc-sdk section,#onetrust-pc-sdk a,#onetrust-pc-sdk label,#onetrust-pc-sdk input,#onetrust-pc-sdk ul,#onetrust-pc-sdk li,#onetrust-pc-sdk nav,#onetrust-pc-sdk table,#onetrust-pc-sdk thead,#onetrust-pc-sdk tr,#onetrust-pc-sdk td,#onetrust-pc-sdk tbody,#onetrust-pc-sdk .ot-main-content,#onetrust-pc-sdk .ot-toggle,#onetrust-pc-sdk #ot-content,#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk .checkbox,#ot-sdk-cookie-policy div,#ot-sdk-cookie-policy span,#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy p,#ot-sdk-cookie-policy img,#ot-sdk-cookie-policy svg,#ot-sdk-cookie-policy button,#ot-sdk-cookie-policy section,#ot-sdk-cookie-policy a,#ot-sdk-cookie-policy label,#ot-sdk-cookie-policy input,#ot-sdk-cookie-policy ul,#ot-sdk-cookie-policy li,#ot-sdk-cookie-policy nav,#ot-sdk-cookie-policy table,#ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy tr,#ot-sdk-cookie-policy td,#ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy .ot-main-content,#ot-sdk-cookie-policy .ot-toggle,#ot-sdk-cookie-policy #ot-content,#ot-sdk-cookie-policy #ot-pc-content,#ot-sdk-cookie-policy .checkbox,#ot-sync-ntfy div,#ot-sync-ntfy span,#ot-sync-ntfy h1,#ot-sync-ntfy h2,#ot-sync-ntfy h3,#ot-sync-ntfy h4,#ot-sync-ntfy h5,#ot-sync-ntfy h6,#ot-sync-ntfy p,#ot-sync-ntfy img,#ot-sync-ntfy svg,#ot-sync-ntfy button,#ot-sync-ntfy section,#ot-sync-ntfy a,#ot-sync-ntfy label,#ot-sync-ntfy input,#ot-sync-ntfy ul,#ot-sync-ntfy li,#ot-sync-ntfy nav,#ot-sync-ntfy table,#ot-sync-ntfy thead,#ot-sync-ntfy tr,#ot-sync-ntfy td,#ot-sync-ntfy tbody,#ot-sync-ntfy .ot-main-content,#ot-sync-ntfy .ot-toggle,#ot-sync-ntfy #ot-content,#ot-sync-ntfy #ot-pc-content,#ot-sync-ntfy .checkbox{font-family:inherit;font-weight:normal;-webkit-font-smoothing:auto;letter-spacing:normal;line-height:normal;padding:0;margin:0;height:auto;min-height:0;max-height:none;width:auto;min-width:0;max-width:none;border-radius:0;border:none;clear:none;float:none;position:static;bottom:auto;left:auto;right:auto;top:auto;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;background:none;overflow:visible;vertical-align:baseline;visibility:visible;z-index:auto;box-shadow:none}#onetrust-banner-sdk img,#onetrust-pc-sdk img,#ot-sdk-cookie-policy img,#ot-sync-ntfy img{overflow:hidden !important}#onetrust-banner-sdk label:before,#onetrust-banner-sdk label:after,#onetrust-banner-sdk .checkbox:after,#onetrust-banner-sdk .checkbox:before,#onetrust-pc-sdk label:before,#onetrust-pc-sdk label:after,#onetrust-pc-sdk .checkbox:after,#onetrust-pc-sdk .checkbox:before,#ot-sdk-cookie-policy label:before,#ot-sdk-cookie-policy label:after,#ot-sdk-cookie-policy .checkbox:after,#ot-sdk-cookie-policy .checkbox:before,#ot-sync-ntfy label:before,#ot-sync-ntfy label:after,#ot-sync-ntfy .checkbox:after,#ot-sync-ntfy .checkbox:before{content:"";content:none}#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{position:relative;width:100%;max-width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{width:100%;float:left;box-sizing:border-box;padding:0;display:initial}@media(min-width: 400px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:90%;padding:0}}@media(min-width: 550px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:100%}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{margin-left:4%}#onetrust-banner-sdk .ot-sdk-column:first-child,#onetrust-banner-sdk .ot-sdk-columns:first-child,#onetrust-pc-sdk .ot-sdk-column:first-child,#onetrust-pc-sdk .ot-sdk-columns:first-child,#ot-sdk-cookie-policy .ot-sdk-column:first-child,#ot-sdk-cookie-policy .ot-sdk-columns:first-child{margin-left:0}#onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns{width:13.3333333333%}#onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns{width:22%}#onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns{width:30.6666666667%}#onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns{width:65.3333333333%}#onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns{width:74%}#onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns{width:82.6666666667%}#onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns{width:91.3333333333%}#onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns{width:100%;margin-left:0}}#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p[role=heading],#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p[role=heading],#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy p[role=heading]{margin-top:0;font-weight:600;font-family:inherit}#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem;line-height:1.2}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem;line-height:1.25}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem;line-height:1.3}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem;line-height:1.35}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem;line-height:1.5}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem;line-height:1.6}@media(min-width: 550px){#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem}}#onetrust-banner-sdk p:not([role=heading]),#onetrust-pc-sdk p:not([role=heading]),#ot-sdk-cookie-policy p:not([role=heading]){margin:0 0 1em 0;font-family:inherit;line-height:normal}#onetrust-banner-sdk a,#onetrust-pc-sdk a,#ot-sdk-cookie-policy a{color:#565656;text-decoration:underline}#onetrust-banner-sdk a:hover,#onetrust-pc-sdk a:hover,#ot-sdk-cookie-policy a:hover{color:#565656;text-decoration:none}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:.9em;font-weight:400;line-height:38px;letter-spacing:.01em;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border-radius:2px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-button:hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,#onetrust-pc-sdk .ot-sdk-button:hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,#ot-sdk-cookie-policy .ot-sdk-button:hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus{color:#333;border-color:#888;opacity:.9}#onetrust-banner-sdk .ot-sdk-button:focus,#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,#onetrust-pc-sdk .ot-sdk-button:focus,#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,#ot-sdk-cookie-policy .ot-sdk-button:focus,#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus{outline:2px solid #000}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-banner-sdk button.ot-sdk-button-primary,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-pc-sdk button.ot-sdk-button-primary,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,#ot-sdk-cookie-policy button.ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary{color:#fff;background-color:#33c3f0;border-color:#33c3f0}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-banner-sdk button.ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-banner-sdk button.ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-pc-sdk button.ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-pc-sdk button.ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus{color:#fff;background-color:#1eaedb;border-color:#1eaedb}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #707070;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}#onetrust-banner-sdk input[type=text]:focus,#onetrust-pc-sdk input[type=text]:focus,#ot-sdk-cookie-policy input[type=text]:focus{border:1px solid #000;outline:0}#onetrust-banner-sdk label,#onetrust-pc-sdk label,#ot-sdk-cookie-policy label{display:block;margin-bottom:.5rem;font-weight:600}#onetrust-banner-sdk input[type=checkbox],#onetrust-pc-sdk input[type=checkbox],#ot-sdk-cookie-policy input[type=checkbox]{display:inline}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{list-style:circle inside}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{padding-left:0;margin-top:0}#onetrust-banner-sdk ul ul,#onetrust-pc-sdk ul ul,#ot-sdk-cookie-policy ul ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}#onetrust-banner-sdk li,#onetrust-pc-sdk li,#ot-sdk-cookie-policy li{margin-bottom:1rem}#onetrust-banner-sdk th,#onetrust-banner-sdk td,#onetrust-pc-sdk th,#onetrust-pc-sdk td,#ot-sdk-cookie-policy th,#ot-sdk-cookie-policy td{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e1e1}#onetrust-banner-sdk button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-container:after,#onetrust-banner-sdk .ot-sdk-row:after,#onetrust-pc-sdk .ot-sdk-container:after,#onetrust-pc-sdk .ot-sdk-row:after,#ot-sdk-cookie-policy .ot-sdk-container:after,#ot-sdk-cookie-policy .ot-sdk-row:after{content:"";display:table;clear:both}#onetrust-banner-sdk .ot-sdk-row,#onetrust-pc-sdk .ot-sdk-row,#ot-sdk-cookie-policy .ot-sdk-row{margin:0;max-width:none;display:block}#onetrust-banner-sdk{box-shadow:0 0 18px rgba(0,0,0,.2)}#onetrust-banner-sdk.otFlat{position:fixed;z-index:2147483645;bottom:0;right:0;left:0;background-color:#fff;max-height:90%;overflow-x:hidden;overflow-y:auto}#onetrust-banner-sdk.otFlat.top{top:0px;bottom:auto}#onetrust-banner-sdk.otRelFont{font-size:1rem}#onetrust-banner-sdk>.ot-sdk-container{overflow:hidden}#onetrust-banner-sdk::-webkit-scrollbar{width:11px}#onetrust-banner-sdk::-webkit-scrollbar-thumb{border-radius:10px;background:#c1c1c1}#onetrust-banner-sdk{scrollbar-arrow-color:#c1c1c1;scrollbar-darkshadow-color:#c1c1c1;scrollbar-face-color:#c1c1c1;scrollbar-shadow-color:#c1c1c1}#onetrust-banner-sdk #onetrust-policy{margin:1.25em 0 .625em 2em;overflow:hidden}#onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler{float:left;font-size:.82em;padding:0;margin-bottom:0;border:0;line-height:normal;height:auto;width:auto}#onetrust-banner-sdk #onetrust-policy-title{font-size:1.2em;line-height:1.3;margin-bottom:10px}#onetrust-banner-sdk #onetrust-group-container{position:relative}#onetrust-banner-sdk #onetrust-policy-text{clear:both;text-align:left;font-size:.88em;line-height:1.4}#onetrust-banner-sdk #onetrust-policy-text *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk #onetrust-policy-text a{font-weight:bold}#onetrust-banner-sdk #onetrust-policy-title,#onetrust-banner-sdk #onetrust-policy-text{color:dimgray;float:left}#onetrust-banner-sdk #onetrust-button-group-parent{min-height:1px;text-align:center}#onetrust-banner-sdk #onetrust-button-group{display:inline-block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{background-color:#68b631;color:#fff;border-color:#68b631;margin-right:1em;min-width:125px;height:auto;white-space:normal;word-break:break-word;word-wrap:break-word;padding:12px 10px;line-height:1.2;font-size:.813em;font-weight:600}#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link{background-color:#fff;border:none;color:#68b631;text-decoration:underline;padding-left:0;padding-right:0}#onetrust-banner-sdk .onetrust-close-btn-ui{width:44px;height:44px;background-size:12px;border:none;position:relative;margin:auto;padding:0}#onetrust-banner-sdk .banner_logo{display:none}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{position:absolute;top:50%;transform:translateY(-50%);left:0px;margin-right:5px}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:65px}#onetrust-banner-sdk .ot-b-addl-desc{clear:both;float:left;display:block}#onetrust-banner-sdk #banner-options{float:left;display:table;margin-right:0;margin-left:1em;width:calc(100% - 1em)}#onetrust-banner-sdk .banner-option-input{cursor:pointer;width:auto;height:auto;border:none;padding:0;padding-right:3px;margin:0 0 10px;font-size:.82em;line-height:1.4}#onetrust-banner-sdk .banner-option-input *{pointer-events:none;font-size:inherit;line-height:inherit}#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details{display:block;height:auto}#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container{transform:rotate(90deg)}#onetrust-banner-sdk .banner-option{margin-bottom:12px;margin-left:0;border:none;float:left;padding:0}#onetrust-banner-sdk .banner-option:first-child{padding-left:2px}#onetrust-banner-sdk .banner-option:not(:first-child){padding:0;border:none}#onetrust-banner-sdk .banner-option-header{cursor:pointer;display:inline-block}#onetrust-banner-sdk .banner-option-header :first-child{color:dimgray;font-weight:bold;float:left}#onetrust-banner-sdk .banner-option-header .ot-arrow-container{display:inline-block;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid dimgray;margin-left:10px;vertical-align:middle}#onetrust-banner-sdk .banner-option-details{display:none;font-size:.83em;line-height:1.5;padding:10px 0px 5px 10px;margin-right:10px;height:0px}#onetrust-banner-sdk .banner-option-details *{font-size:inherit;line-height:inherit;color:dimgray}#onetrust-banner-sdk .ot-arrow-container,#onetrust-banner-sdk .banner-option-details{transition:all 300ms ease-in 0s;-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s}#onetrust-banner-sdk .ot-dpd-container{float:left}#onetrust-banner-sdk .ot-dpd-title{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-title,#onetrust-banner-sdk .ot-dpd-desc{font-size:.88em;line-height:1.4;color:dimgray}#onetrust-banner-sdk .ot-dpd-title *,#onetrust-banner-sdk .ot-dpd-desc *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text *{margin-bottom:0}#onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler{display:block;margin-left:0;margin-top:5px;clear:both;margin-bottom:0;padding:0;border:0;height:auto;width:auto}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk.ot-close-btn-link{padding-top:25px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container{top:15px;transform:none;right:15px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button{padding:0;white-space:pre-wrap;border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em}#onetrust-banner-sdk #onetrust-policy-text,#onetrust-banner-sdk .ot-dpd-desc,#onetrust-banner-sdk .ot-b-addl-desc{font-size:.813em;line-height:1.5}#onetrust-banner-sdk .ot-dpd-desc{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc{margin-top:10px;margin-bottom:10px;font-size:1em}@media only screen and (max-width: 425px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:6px;right:2px}#onetrust-banner-sdk #onetrust-policy{margin-left:0;margin-top:3em}#onetrust-banner-sdk #onetrust-button-group{display:block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk .onetrust-close-btn-ui{top:auto;transform:none}#onetrust-banner-sdk #onetrust-policy-title{display:inline;float:none}#onetrust-banner-sdk #banner-options{margin:0;padding:0;width:100%}}@media only screen and (max-width: 550px){#onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{margin-right:0}#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{margin-right:0}}@media only screen and (min-width: 426px)and (max-width: 896px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:0;right:0}#onetrust-banner-sdk #onetrust-policy{margin-left:1em;margin-right:1em}#onetrust-banner-sdk .onetrust-close-btn-ui{top:10px;right:10px}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:95%}#onetrust-banner-sdk.ot-iab-2 #onetrust-group-container{width:100%}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent{padding-left:50px}#onetrust-banner-sdk #onetrust-button-group-parent{width:100%;position:relative;margin-left:0}#onetrust-banner-sdk #onetrust-button-group button{display:inline-block}#onetrust-banner-sdk #onetrust-button-group{margin-right:0;text-align:center}#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{width:auto}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container{display:inline-flex;flex-wrap:wrap}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler{float:none}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(1){margin-right:auto !important}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler{float:left}#onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler{float:right}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group{width:calc(100% - 2em);margin-right:0}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link{padding-left:0px;text-align:left}#onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button{width:100%;text-align:center}#onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button{float:none}#onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link{text-align:center}}@media only screen and (min-width: 550px){#onetrust-banner-sdk .banner-option:not(:first-child){border-left:1px solid #d8d8d8;padding-left:25px}}@media only screen and (min-width: 425px)and (max-width: 550px){#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,#onetrust-banner-sdk.ot-iab-2 .banner-option{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler{float:left}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group.ot-button-order-container{width:auto}}@media only screen and (min-width: 769px){#onetrust-banner-sdk #onetrust-button-group{margin-right:30%}#onetrust-banner-sdk #banner-options{margin-left:2em;margin-right:5em;margin-bottom:1.25em;width:calc(100% - 7em)}}@media only screen and (min-width: 897px)and (max-width: 1023px){#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:80%;transform:translateY(-50%)}#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;padding:0;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{position:relative;margin:0;right:-22px;top:2px}}@media only screen and (min-width: 1024px){#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{right:-12px}#onetrust-banner-sdk #onetrust-policy{margin-left:2em}#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:60%;transform:translateY(-50%)}#onetrust-banner-sdk .ot-optout-signal{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:1em;width:50%;border-right:1px solid #d8d8d8;padding-right:1rem}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-container{width:45%;padding-left:1rem;display:inline-block;float:none}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-title{line-height:1.7}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent{left:auto;right:4%;margin-left:0}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{margin:auto;width:30%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:60%}#onetrust-banner-sdk #onetrust-button-group{margin-right:auto}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{margin-top:1em}}@media only screen and (min-width: 890px){#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent{padding-left:3%;padding-right:4%;margin-left:0}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group{margin-right:0;margin-top:1.25em;width:100%}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button{width:100%;margin-bottom:5px;margin-top:5px}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type{margin-bottom:20px}}@media only screen and (min-width: 1280px){#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:55%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{width:44%;padding-left:2%;padding-right:2%}#onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent{position:absolute;left:55%}} #onetrust-consent-sdk #onetrust-banner-sdk {background-color: #000000;} #onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #onetrust-policy-text, #onetrust-consent-sdk .ot-b-addl-desc, #onetrust-consent-sdk .ot-dpd-desc, #onetrust-consent-sdk .ot-dpd-title, #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *, #onetrust-banner-sdk .ot-cat-header, #onetrust-banner-sdk .ot-optout-signal { color: #FFFFFF; } #onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details { background-color: #d5cdcd;} #onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn { color: #FFFFFF; }#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #ot-dialog-confirm-handler { background-color: #066fef;border-color: #066fef; color: #eff2f5; } #onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link, #onetrust-consent-sdk #ot-dialog-cancel-handler { color: #eff2f5; border-color: #eff2f5; background-color: #066FEF; }#onetrust-banner-sdk #onetrust-policy-text a.ot-cookie-policy-link, #onetrust-banner-sdk #onetrust-policy-text a.ot-imprint-link { margin-left: 5px; }#onetrust-banner-sdk.otFlat{ left: 50px; right: 50px; margin-bottom: 24px; } #onetrust-banner-sdk .ot-close-icon, #onetrust-pc-sdk .ot-close-icon, #ot-sync-ntfy .ot-close-icon { background-image: url(https://flaticons.net/icon.php?slug_category=mobile-application&slug_icon=close) !important; background-position: top; } // #onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button{ font-family: FordMotion, arial; font-size: 16px; line-height: 16px; background-position: top; text-decoration: none; } #onetrust-banner-sdk.ot-close-btn-link {padding-top: 0px; !important} #onetrust-banner-sdk #onetrust-policy-text{ font-family: FordMotion, arial; Font-style: normal; font-weight: 400px; font-size: 14px; line-height: 20px; } #onetrust-banner-sdk #onetrust-policy{ padding-left: 16px; padding-top: 8px; padding-bottom: 8px; margin: 6px; } #onetrust-banner-sdk .ot-sdk-container{ position: relative; padding-left: 6px; padding-right: 6px; box-sizing: border-box;} #onetrust-banner-sdk #onetrust-button-group button{ display: flex; padding: var(--space-xs, 4px); justify-content: center; align-item: center; align-content: center; border-radius: gap: 8px var(--space-sm, 8px); flex-wrap: wrap; border-radius: var(--radius-full, 400px); font-family: FordMotion, arial; Font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; height: 40px; margin: 0px; border: transparent; width: 80%; margin-right: 14px;} #onetrust-banner-sdk #onetrust-button-group-parent{ text-align: right; margin: 20px; } @media (max-width:500px) and (min-width:200px) #onetrust-banner-sdk #onetrust-pc-btn-handler { font-family: FordMotion, arial; Font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; padding-left: 20px; padding-right: 20px; padding-top: 8px; padding-bottom: 8px; width: 80%;} @media (max-width:500px) and (min-width:200px) #onetrust-banner-sdk #onetrust-policy-text{ font-family: FordMotion, arial; Font-style: normal; font-weight: 400px; font-size: 14px; line-height: 20px; padding-left: 0px; padding-top: 8px; padding-bottom: 8px; width: 80%;} } @keyframes ot-slide-in-left{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ot-slide-in-right{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ot-slide-out-left{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes ot-slide-out-right{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}#onetrust-pc-sdk.otPcPanel.ot-slide-out-right{-webkit-animation-name:ot-slide-out-right;animation-name:ot-slide-out-right}#onetrust-pc-sdk.otPcPanel.ot-slide-in-left{-webkit-animation-name:ot-slide-in-left;animation-name:ot-slide-in-left}#onetrust-pc-sdk.otPcPanel.ot-slide-in-right{-webkit-animation-name:ot-slide-in-right;animation-name:ot-slide-in-right}#onetrust-pc-sdk.otPcPanel.ot-slide-out-left{-webkit-animation-name:ot-slide-out-left;animation-name:ot-slide-out-left}@media print,(prefers-reduced-motion){.ot-animated{-webkit-animation:initial !important;animation:initial !important;-webkit-transition:none !important;transition:none !important}#onetrust-pc-sdk.otPcPanel.ot-slide-out-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}#onetrust-pc-sdk.otPcPanel.ot-slide-out-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}#onetrust-pc-sdk{--ot-footer-space: 160px;position:fixed;z-index:2147483647;bottom:0;left:0;background-color:#fff;max-width:480px;min-width:480px;height:100%;-webkit-box-shadow:0px 2px 10px -3px #999;-moz-box-shadow:0px 2px 10px -3px #999;box-shadow:0px 2px 10px -3px #999}#onetrust-pc-sdk.otRelFont{font-size:1rem}#onetrust-pc-sdk.otPcPanel.right,#onetrust-pc-sdk.otPcPanel[dir=rtl]{right:0;left:auto}#onetrust-pc-sdk.otPcPanel.right-rtl[dir=rtl]{left:0;right:auto}#onetrust-pc-sdk.otPcPanel.ot-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{background-color:rgba(0,0,0,0);border:none}#onetrust-pc-sdk .ot-optout-signal{margin-top:.625rem}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track{margin-right:20px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar{width:11px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background:#d8d8d8}#onetrust-pc-sdk .ot-pc-scrollbar{scrollbar-arrow-color:#d8d8d8;scrollbar-darkshadow-color:#d8d8d8;scrollbar-face-color:#d8d8d8;scrollbar-shadow-color:#d8d8d8}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-refuse-all-handler{margin-bottom:0px}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-lst{bottom:var(--ot-footer-space)}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:var(--ot-footer-space)}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button{width:100%;max-width:none}#onetrust-pc-sdk.ot-ftr-stacked #ot-lst-cnt{max-height:84%}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus,#onetrust-pc-sdk .ot-hide-tgl{visibility:hidden}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus *,#onetrust-pc-sdk .ot-hide-tgl *{visibility:hidden}#onetrust-pc-sdk .ot-pc-header{height:39px;border-bottom:1px solid #e9e9e9;padding:10px 0 10px 25px}#onetrust-pc-sdk .ot-pc-logo{height:40px;width:120px}#onetrust-pc-sdk .ot-close-icon{float:right;height:10px;width:10px;margin-top:10px;margin-right:5px}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{position:absolute;top:60px;bottom:104px}#onetrust-pc-sdk #ot-pc-content{padding-left:2px;padding-right:10px;margin-left:23px;margin-right:7px;width:calc(100% - 42px);overflow-y:auto}#onetrust-pc-sdk #ot-pc-lst{width:100%}#onetrust-pc-sdk .ot-pc-footer{position:absolute;bottom:0px;width:100%;max-height:var(--ot-footer-space);border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-pc-footer button{margin-top:19px}#onetrust-pc-sdk .ot-button-order-0{float:left !important;margin-right:10px !important;margin-bottom:25px !important}#onetrust-pc-sdk .ot-btn-container{text-align:left;padding:0 25px}#onetrust-pc-sdk .ot-btn-container button{min-width:calc(50% - 5px)}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container{height:100%;display:flex;flex-direction:column;gap:.5rem;justify-content:space-around}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container #accept-recommended-btn-handler{width:100%;float:none !important;margin:0 !important;min-height:40px}#onetrust-pc-sdk .ot-pc-footer-logo{padding-left:25px;height:30px;background:#f4f4f4;text-align:right}#onetrust-pc-sdk .ot-pc-footer-logo a{display:inline-block;margin-top:5px;margin-right:10px}#onetrust-pc-sdk.otPcPanel[dir=rtl] .ot-pc-footer-logo{direction:rtl}#onetrust-pc-sdk.otPcPanel[dir=rtl] .ot-pc-footer-logo a{margin-right:25px}#onetrust-pc-sdk button{display:inline-block;font-size:.75em;letter-spacing:.08em;max-width:394px;padding:12px 30px;line-height:1;word-break:break-word;word-wrap:break-word;white-space:normal;font-weight:bold;height:auto}#onetrust-pc-sdk button:hover,#onetrust-pc-sdk button:focus{color:#fff;border-color:#68b631}#onetrust-pc-sdk .ot-link-btn{padding:0;margin-bottom:0;border:0;font-weight:normal;line-height:normal;width:auto;height:auto}#onetrust-pc-sdk #accept-recommended-btn-handler{margin-right:10px;margin-bottom:25px}#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-right:5px}#onetrust-pc-sdk .ot-tgl{float:right;position:relative;z-index:1}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#468254;border:1px solid #fff}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{-webkit-transform:translateX(21px);-ms-transform:translateX(21px);transform:translateX(21px);background-color:#fff}#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob{box-shadow:0 0 1px #2196f3;outline-style:auto !important;outline-width:1px !important}#onetrust-pc-sdk .ot-switch{position:relative;display:inline-block;width:45px;height:25px;margin-bottom:0}#onetrust-pc-sdk .ot-switch-nob{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#767676;border:1px solid #ddd;transition:all .2s ease-in 0s;-moz-transition:all .2s ease-in 0s;-o-transition:all .2s ease-in 0s;-webkit-transition:all .2s ease-in 0s;border-radius:20px}#onetrust-pc-sdk .ot-switch-nob:before{position:absolute;content:"";height:18px;width:18px;bottom:3px;left:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:20px}#onetrust-pc-sdk .ot-chkbox{z-index:1}#onetrust-pc-sdk .ot-chkbox input{width:28px !important;height:28px !important}#onetrust-pc-sdk .ot-chkbox input:checked~label::before{background-color:#3860be}#onetrust-pc-sdk .ot-chkbox input+label::after{content:none;color:#fff}#onetrust-pc-sdk .ot-chkbox input:checked+label::after{content:""}#onetrust-pc-sdk .ot-chkbox input:focus+label::before{outline-style:solid;outline-width:2px;outline-style:auto}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed]~label::before{background-color:#3860be}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed]+label::after{content:""}#onetrust-pc-sdk .ot-chkbox label{position:relative;display:flex;align-items:center;cursor:pointer;min-height:28px}#onetrust-pc-sdk .ot-chkbox label::before,#onetrust-pc-sdk .ot-chkbox label::after{position:absolute;content:"";display:inline-block;border-radius:3px}#onetrust-pc-sdk .ot-chkbox label::before{height:18px;width:18px;border:1px solid #3860be;left:0px;left:4px;top:4px}#onetrust-pc-sdk .ot-chkbox label::after{height:5px;width:9px;border-left:3px solid;border-bottom:3px solid;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);left:8px;top:8px}#onetrust-pc-sdk .ot-label-txt{display:none}#onetrust-pc-sdk .ot-chkbox input,#onetrust-pc-sdk .ot-tgl input{position:absolute;opacity:0;width:0;height:0}#onetrust-pc-sdk .ot-arw-cntr{left:5px;float:right;position:relative;pointer-events:none}#onetrust-pc-sdk .ot-arw{width:16px;height:16px;margin-left:5px;color:dimgray;display:inline-block;vertical-align:middle;-webkit-transition:all 150ms ease-in 0s;-moz-transition:all 150ms ease-in 0s;-o-transition:all 150ms ease-in 0s;transition:all 150ms ease-in 0s}#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw-cntr svg{transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg)}#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr{outline:1px solid #000}#onetrust-pc-sdk .ot-acc-hdr{display:inline-block;width:100%;justify-content:flex-start !important}#onetrust-pc-sdk .ot-enbl-chr .ot-acc-hdr{justify-content:space-between}#onetrust-pc-sdk .ot-cat-item p[role=heading]{max-width:60%;line-height:1.5}#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item p[role=heading]{max-width:90%}#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt{display:inline-block;font-size:.85em;color:dimgray}#onetrust-pc-sdk .ot-label-status{font-size:.75em;display:none;position:relative;top:2px;padding-right:5px;float:left}#onetrust-pc-sdk .ot-plus-minus{width:20px;height:20px;font-size:1.5em;position:relative;display:inline-block;margin-right:5px;top:3px}#onetrust-pc-sdk .ot-plus-minus span{position:absolute;background:#27455c;border-radius:1px}#onetrust-pc-sdk .ot-plus-minus span:first-of-type{top:25%;bottom:25%;width:10%;left:45%}#onetrust-pc-sdk .ot-plus-minus span:last-of-type{left:25%;right:25%;height:10%;top:45%}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:first-of-type,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{transform:rotate(90deg)}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{left:50%;right:50%}#onetrust-pc-sdk .ot-host-item,#onetrust-pc-sdk .ot-ven-item{padding-right:0}#onetrust-pc-sdk .ot-host-item .ot-plus-minus,#onetrust-pc-sdk .ot-ven-item .ot-plus-minus{float:left;margin-right:8px;margin-top:10px}#onetrust-pc-sdk .ot-ven-item ul{list-style:none inside;font-size:100%;margin:0}#onetrust-pc-sdk .ot-ven-item ul li{margin:0 !important;padding:0;border:none !important}#onetrust-pc-sdk .ot-hide-acc>button{pointer-events:none}#onetrust-pc-sdk .ot-hide-acc .ot-plus-minus>*,#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>*{visibility:hidden}#onetrust-pc-sdk .ot-hide-acc .ot-acc-hdr{min-height:30px}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk .ot-cat-item p:last-of-type:not([role=heading]){color:dimgray}#onetrust-pc-sdk #ot-pc-title{margin-top:20px;margin-bottom:10px}#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk .ot-cat-item p{font-size:.79em;line-height:1.4}#onetrust-pc-sdk #ot-pc-desc *,#onetrust-pc-sdk .ot-cat-item p *{font-size:inherit;line-height:inherit}#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk #ot-pc-title{font-size:1.125em;line-height:1.2}#onetrust-pc-sdk #ot-pc-desc{clear:both;font-size:.813em;line-height:1.5;margin-bottom:25px}#onetrust-pc-sdk #ot-pc-desc *{font-size:inherit}#onetrust-pc-sdk #ot-pc-desc a.privacy-notice-link,#onetrust-pc-sdk #ot-pc-desc a.ot-imprint-handler{margin-right:8px}#onetrust-pc-sdk #ot-pc-desc li{padding:10px 0px}#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk #accept-recommended-btn-handler,#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header{float:left}#onetrust-pc-sdk #ot-category-title{width:100%;text-align:left}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk #ot-lst-title,#onetrust-pc-sdk .ot-ven-hdr .ot-ven-name,#onetrust-pc-sdk .ot-always-active{font-weight:bold}#onetrust-pc-sdk a{color:#656565;cursor:pointer}#onetrust-pc-sdk a:hover{color:#3860be}#onetrust-pc-sdk .ot-always-active{float:right;color:#3860be;margin-top:-2px}#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk .ot-always-active{font-size:.88em;line-height:1.4;position:relative}#onetrust-pc-sdk .ot-cat-item{margin-top:25px;line-height:1.1}#onetrust-pc-sdk .ot-cat-item p:last-of-type:not([role=heading]){clear:both;padding-top:15px;margin:0}#onetrust-pc-sdk .ot-acc-txt p ul,#onetrust-pc-sdk .ot-cat-item ul,#onetrust-pc-sdk li.ot-subgrp p ul{margin:0px;list-style:disc;margin-left:15px}#onetrust-pc-sdk .ot-acc-txt p ul li,#onetrust-pc-sdk .ot-cat-item ul li,#onetrust-pc-sdk li.ot-subgrp p ul li{font-size:inherit;margin:5px 0 0 0;padding:0;border:none}#onetrust-pc-sdk .ot-subgrp-cntr{display:inline-block;width:100%}#onetrust-pc-sdk .ot-subgrp-cntr .ot-tgl-cntr{float:right}#onetrust-pc-sdk .ot-subgrp-cntr .ot-tgl-cntr.ot-always-active-subgroup{width:auto}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li h5{font-size:.813em;line-height:1.5;color:dimgray}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr{display:inline-block;width:100%;vertical-align:middle}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-txt{margin:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li{margin:10px 0 0 0;padding:0;border:none}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p{clear:both;float:left;padding-top:10px;margin:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li h5,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p[aria-level="5"]{font-weight:bold;margin-bottom:0;float:left;position:relative;top:6px;padding-top:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp{margin-left:20px;overflow:hidden}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp>p ul:first-child{padding-bottom:7.5px}#onetrust-pc-sdk ul.ot-subgrps{margin:0}#onetrust-pc-sdk .ot-hlst-cntr,#onetrust-pc-sdk .ot-vlst-cntr{margin-top:3px;overflow:hidden;clear:both;padding-left:2px;padding-bottom:2px}#onetrust-pc-sdk .ot-always-active-subgroup{width:auto;padding-left:0px !important;top:3px;position:relative}#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler+a,#onetrust-pc-sdk .category-host-list-handler{color:#3860be;margin-left:0;font-size:.813em;text-decoration:none;float:left;margin-top:5px}#onetrust-pc-sdk .category-vendors-list-handler:hover,#onetrust-pc-sdk .category-vendors-list-handler+a:hover,#onetrust-pc-sdk .category-host-list-handler:hover{text-decoration-line:underline}#onetrust-pc-sdk .category-vendors-list-handler+a{clear:none}#onetrust-pc-sdk .ot-vlst-cntr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-host-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-cat-grp svg.ot-ext-lnk{display:inline-block;height:13px;width:13px;background-repeat:no-repeat;margin-left:1px;cursor:pointer;vertical-align:middle}#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk{margin-bottom:-1px}#onetrust-pc-sdk .back-btn-handler{min-height:20px;font-size:1em;text-decoration:none}#onetrust-pc-sdk .back-btn-handler svg{width:12px;height:12px}#onetrust-pc-sdk .back-btn-handler:hover{opacity:.6}#onetrust-pc-sdk #ot-lst-title h3,#onetrust-pc-sdk #ot-lst-title p[aria-level="3"]{word-break:break-word;word-wrap:break-word;margin-bottom:0;color:#656565;font-weight:bold;margin-left:15px;display:inline-block;font-size:1em}#onetrust-pc-sdk #ot-lst-title{margin-top:15px;font-size:1em}#onetrust-pc-sdk #ot-pc-hdr{display:inline-block;padding-left:27px;padding-right:17px;width:calc(100% - 44px)}#onetrust-pc-sdk #ot-pc-hdr input::placeholder{color:#707070;font-style:italic}#onetrust-pc-sdk #vendor-search-handler{height:31px;width:100%;border-radius:50px;font-size:.8em;padding-right:35px;padding-left:15px;float:left;margin-left:15px}#onetrust-pc-sdk #ot-lst-cnt{transform:translate3d(0, 0, 0);position:relative;padding-left:27px;margin-right:10px;margin-top:10px;width:calc(100% - 37px);top:0;bottom:70px;height:calc(100% - 94px);overflow-y:auto;overflow-x:hidden}#onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr{right:32px;position:absolute;margin-top:10px;height:20px}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr):not(.ot-hosts-ui) .ot-tgl-cntr{right:12px}#onetrust-pc-sdk #ot-sel-blk{position:sticky;position:-webkit-sticky;width:100%;display:inline-block;top:0;overflow:hidden;z-index:3}#onetrust-pc-sdk #ot-sel-blk p{font-size:.75em;color:#6b6b6b;margin:0;display:inline-block}#onetrust-pc-sdk .ot-enbl-chr>:not(.ot-hosts-ui) .ot-sel-all{padding-right:33px}#onetrust-pc-sdk .ot-enbl-chr .ot-hosts-ui .ot-sel-all{padding-right:23px}#onetrust-pc-sdk .ot-enbl-chr .ot-accordion-layout h4~.ot-tgl+.ot-tgl,#onetrust-pc-sdk .ot-enbl-chr .ot-accordion-layout p[aria-level="4"]~.ot-tgl+.ot-tgl{right:105px}#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item h5+.ot-tgl-cntr,#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item p[aria-level="5"]+.ot-tgl-cntr{padding-left:31px;padding-right:13px}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr *{visibility:hidden}#onetrust-pc-sdk #ot-pc-content:not(.ot-enbl-chr) .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:center}#onetrust-pc-sdk #ot-pc-content:not(.ot-enbl-chr) .ot-pli-hdr.ot-leg-border-color span:last-child{text-align:right}#onetrust-pc-sdk .ot-hosts-ui:not(.ot-enbl-chr) .ot-tgl-cntr{right:23px}#onetrust-pc-sdk .ot-hosts-ui #ot-sel-blk{width:100%}#onetrust-pc-sdk .ot-lst-subhdr{display:inline-block;width:100%;margin-top:10px}#onetrust-pc-sdk .ot-lst-subhdr svg{width:30px;height:30px;position:absolute;float:left;right:-15px}#onetrust-pc-sdk .ot-search-cntr{float:left;width:82%;position:relative}#onetrust-pc-sdk .ot-fltr-cntr{float:right;right:15px;position:relative}#onetrust-pc-sdk #ot-filter-list-header{margin-top:20px;margin-bottom:10px;float:left;max-width:150px;text-decoration:none;color:#3860be;font-size:.9em;font-weight:bold;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);padding:1px 1px 1px 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#onetrust-pc-sdk #filter-btn-handler{background-color:#3860be;border-radius:17px;display:inline-block;position:relative;width:32px;height:32px;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease;padding:0;margin:0}#onetrust-pc-sdk #filter-btn-handler:hover{opacity:.7}#onetrust-pc-sdk #filter-btn-handler svg{width:12px;margin:6px 10px 0 9px;display:block;height:12px;position:static;right:auto;top:auto}#onetrust-pc-sdk .ot-ven-link,#onetrust-pc-sdk .ot-ven-legclaim-link{color:#3860be;text-decoration:none;display:inline-block;margin-top:10px;transform:translate(0, 1%);-o-transform:translate(0, 1%);-ms-transform:translate(0, 1%);-webkit-transform:translate(0, 1%);z-index:2;position:relative;font-size:.75em}#onetrust-pc-sdk .ot-ven-link:hover,#onetrust-pc-sdk .ot-ven-legclaim-link:hover{text-decoration:underline}#onetrust-pc-sdk .ot-ven-link *,#onetrust-pc-sdk .ot-ven-legclaim-link *{font-size:inherit}#onetrust-pc-sdk .ot-ven-name{vertical-align:middle}#onetrust-pc-sdk .ot-ven-hdr,#onetrust-pc-sdk .ot-host-hdr{width:calc(100% - 165px);height:auto;float:left;text-align:left;word-break:break-word;word-wrap:break-word;vertical-align:middle;padding-bottom:2px;padding-left:2px}#onetrust-pc-sdk .ot-host-hdr{pointer-events:none;position:relative;z-index:1}#onetrust-pc-sdk .ot-host-hdr .ot-host-name{pointer-events:none}#onetrust-pc-sdk .ot-host-hdr a{pointer-events:initial}#onetrust-pc-sdk #ot-host-lst .ot-host-info{font-size:.7em;line-height:1.1}#onetrust-pc-sdk #ot-host-lst .ot-host-name,#onetrust-pc-sdk #ot-host-lst .ot-host-name a{color:dimgray;font-size:.81em;font-weight:bold;line-height:1.4;margin-bottom:5px;position:relative}#onetrust-pc-sdk #ot-host-lst .ot-host-name a,#onetrust-pc-sdk #ot-host-lst .ot-host-info a{font-size:1em}#onetrust-pc-sdk #ot-host-lst .ot-host-desc{width:100%;margin-bottom:5px}#onetrust-pc-sdk #ot-host-lst .ot-host-expand,#onetrust-pc-sdk #ot-host-lst .ot-host-desc{color:dimgray;font-size:.69em;line-height:1.4;float:left;font-weight:normal}#onetrust-pc-sdk #ot-host-lst .ot-host-hdr>a{text-decoration:underline;font-size:.69em;position:relative;z-index:2;margin-bottom:5px;line-height:1.4}#onetrust-pc-sdk #ot-host-lst .ot-host-expand{color:#3860be}#onetrust-pc-sdk #ot-host-lst .ot-host-expand *{font-size:inherit}#onetrust-pc-sdk .ot-host-opt{margin:0;font-size:inherit;display:inline-block;width:100%}#onetrust-pc-sdk .ot-host-opt .ot-host-info{border:none;font-size:.8em;color:dimgray;display:inline-block;width:calc(100% - 20px);padding:10px;margin-bottom:10px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-host-opt .ot-host-info>div{overflow:auto}#onetrust-pc-sdk .ot-host-opt li>dl{font-size:.8em;padding:5px 0;margin:5px 0;display:flex}#onetrust-pc-sdk .ot-host-opt li>dl dt{width:30%;float:left}#onetrust-pc-sdk .ot-host-opt li>dl dd{width:70%;float:left;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk #ot-ven-lst .ot-acc-hdr{overflow:hidden;cursor:pointer}#onetrust-pc-sdk .ot-ven-dets{border-radius:2px;margin-top:10px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child{border-top:none}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child){border-top:1px solid #ddd !important}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd){width:30%}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even){width:50%;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5{padding-top:5px;padding-bottom:5px;display:block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p[aria-level="5"]{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1){padding-bottom:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur):not([role=heading]){padding-top:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont{display:inline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur{position:relative;width:50% !important;word-break:break-word;word-wrap:break-word;left:calc(30% + 17px)}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1){position:static}#onetrust-pc-sdk .ot-ven-dets p,#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets span{font-size:.69em;text-align:left;vertical-align:middle;word-break:break-word;word-wrap:break-word;margin:0;padding-bottom:10px;padding-left:15px;color:#2e3644}#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets p[aria-level="5"]{padding-top:5px;line-height:1.5}#onetrust-pc-sdk .ot-ven-dets span{color:dimgray;padding:0;vertical-align:baseline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur p[aria-level="5"]{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding-bottom:5px;margin-bottom:5px;font-weight:bold}#onetrust-pc-sdk #no-results{text-align:center;margin-top:30px;height:calc(100% - 300px);margin-left:27px}#onetrust-pc-sdk #no-results span{font-weight:bold}#onetrust-pc-sdk #no-results p{font-size:1em;color:#2e3644;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk #ot-fltr-modal{right:13px;top:87px;height:90%;max-height:370px;display:none;-moz-transition:.2s ease;-o-transition:.2s ease;-webkit-transition:2s ease;transition:.2s ease;opacity:1;position:absolute}#onetrust-pc-sdk #ot-fltr-cnt{z-index:2147483646;background-color:#fff;position:relative;height:100%;max-width:325px;border-radius:3px;padding-right:10px;padding-bottom:5px;-webkit-box-shadow:0px 0px 12px 2px #c7c5c7;-moz-box-shadow:0px 0px 12px 2px #c7c5c7;box-shadow:0px 0px 12px 2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-scrlcnt{overflow-y:auto;overflow-x:hidden;clear:both;max-height:calc(100% - 60px)}#onetrust-pc-sdk #ot-anchor{border:12px solid rgba(0,0,0,0);display:none;position:absolute;z-index:2147483647;right:36px;top:75px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);background-color:#fff;-webkit-box-shadow:-3px -3px 5px -2px #c7c5c7;-moz-box-shadow:-3px -3px 5px -2px #c7c5c7;box-shadow:-3px -3px 5px -2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-btns{margin-left:15px}#onetrust-pc-sdk #filter-apply-handler{margin-right:15px}#onetrust-pc-sdk .ot-fltr-opt{margin-bottom:5px;margin-left:15px;min-height:20px;width:75%}#onetrust-pc-sdk .ot-fltr-opt label{padding-left:30px;margin-bottom:0}#onetrust-pc-sdk .ot-fltr-opt p{display:inline-block;margin:0;font-size:.9em;color:#2e3644}#onetrust-pc-sdk #ot-sel-blk .ot-chkbox{width:20px;height:20px;float:right}#onetrust-pc-sdk .line-through label::after,#onetrust-pc-sdk[dir=rtl] .line-through label::after{height:auto;border-left:0;transform:none;-o-transform:none;-ms-transform:none;-webkit-transform:none;left:9px;top:12px}#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-adtlvencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label,#onetrust-pc-sdk #ot-selall-gnvencntr label{position:relative;display:inline-block;margin:0}#onetrust-pc-sdk #ot-selall-vencntr input,#onetrust-pc-sdk #ot-selall-adtlvencntr input,#onetrust-pc-sdk #ot-selall-hostcntr input,#onetrust-pc-sdk #ot-selall-licntr input,#onetrust-pc-sdk #ot-selall-gnvencntr input{height:auto;width:auto;border-radius:0;font-size:initial;padding:0;float:none}#onetrust-pc-sdk #ot-ven-lst:first-child{border-top:1px solid #e2e2e2}#onetrust-pc-sdk #vdr-lst-dsc{font-size:.812em;line-height:1.5;padding:10px 15px 5px 15px}#onetrust-pc-sdk #close-pc-btn-handler{margin:0;float:right;height:44px;width:44px;background-size:10px}#onetrust-pc-sdk #close-pc-btn-handler svg{display:block}#onetrust-pc-sdk .ot-close-icon{padding:0;background-color:rgba(0,0,0,0);border:none}#onetrust-pc-sdk #clear-filters-handler{float:right;max-width:200px;margin-bottom:10px;text-decoration:none;margin-top:20px;font-weight:bold;color:#3860be;font-size:.9em;letter-spacing:normal;border:none;padding:1px}#onetrust-pc-sdk #clear-filters-handler:hover{color:#2285f7}#onetrust-pc-sdk #clear-filters-handler:focus{outline:#000 solid 1px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:1px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;float:left;width:calc(100% - 2px)}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-vlst-cntr:first-child{margin-top:15px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc{font-size:.813em;line-height:1.5;padding-left:20px;padding-right:20px;width:calc(100% - 40px)}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc ul{padding-bottom:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:15px;width:calc(100% - 35px);display:inline-block;position:relative;min-height:25px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0px}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc+.ot-leg-btn-container{padding-left:20px;padding-right:16px;width:calc(100% - 36px)}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc+.ot-leg-btn-container{margin-top:5px;margin-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative}#onetrust-pc-sdk .ot-accordion-layout input[type=checkbox]:checked~.ot-acc-txt.ot-acc-grpcntr{width:auto;padding-bottom:15px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;font-size:.88em;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;vertical-align:middle;min-height:inherit}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active{right:16px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl+.ot-tgl{right:88px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{right:10px;margin-top:-2px;left:auto}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{position:absolute;top:60%;transform:translateY(-50%)}#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active{position:relative;transform:none;right:0}#onetrust-pc-sdk #ot-category-title{padding-bottom:10px}#onetrust-pc-sdk .ot-pli-hdr{color:#77808e;overflow:hidden;padding-top:7.5px;padding-bottom:7.5px;width:calc(100% - 2px);border-top-left-radius:3px;border-top-right-radius:3px}#onetrust-pc-sdk .ot-pli-hdr .ot-li-title{float:right;font-size:.813em}#onetrust-pc-sdk .ot-pli-hdr span:first-child{top:50%;transform:translateY(50%);max-width:80px}#onetrust-pc-sdk .ot-pli-hdr span:last-child{text-align:center;max-width:95px}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color{background-color:#f8f8f8;border:1px solid #e9e9e9}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:left;width:80px}#onetrust-pc-sdk .ot-subgrp>h5,#onetrust-pc-sdk .ot-subgrp>p[aria-level="5"],#onetrust-pc-sdk .ot-cat-header{width:calc(100% - 130px);max-width:60%}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>h5,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>p[aria-level="5"],#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header{width:calc(100% - 145px)}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item h5+.ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item p[aria-level="5"]+.ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header+.ot-tgl{padding-left:28px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:5px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr{border-top:1px solid #e9e9e9}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr ul.ot-subgrps li{margin-top:5px;margin-bottom:5px}#onetrust-pc-sdk .ot-acc-hdr .ot-arw-cntr+.ot-tgl,#onetrust-pc-sdk .ot-cat-item h4+.ot-tgl,#onetrust-pc-sdk .ot-acc-txt h4+.ot-tgl-cntr,#onetrust-pc-sdk .ot-cat-item p[aria-level="4"]+.ot-tgl,#onetrust-pc-sdk .ot-acc-txt p[aria-level="4"]+.ot-tgl-cntr{padding-left:30px}#onetrust-pc-sdk .ot-sel-all-hdr,#onetrust-pc-sdk .ot-sel-all-chkbox{position:relative;display:inline-block;width:100%}#onetrust-pc-sdk .ot-sel-all-chkbox{z-index:1}#onetrust-pc-sdk .ot-li-hdr,#onetrust-pc-sdk .ot-consent-hdr{float:right;font-size:.813em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-li-hdr{max-width:100px;min-width:100px}#onetrust-pc-sdk .ot-consent-hdr{margin-right:5px;max-width:55px}#onetrust-pc-sdk .ot-ven-litgl+.ot-arw-cntr{margin-left:81px}#onetrust-pc-sdk .ot-sel-all{margin:0;position:relative;padding-right:13px;float:right}#onetrust-pc-sdk #ot-selall-hostcntr,#onetrust-pc-sdk #ot-selall-vencntr{right:20px;position:relative}#onetrust-pc-sdk #ot-selall-licntr{position:relative;right:79px}#onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .ot-sel-all{position:relative;display:inline-block;width:20px;height:25px}#onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .ot-sel-all label{position:absolute;padding:0;width:18px;height:18px}#onetrust-pc-sdk .ot-always-active-group .ot-cat-header{width:55%}#onetrust-pc-sdk .ot-leg-btn-container{display:inline-block;width:100%;margin-top:10px}#onetrust-pc-sdk .ot-leg-btn-container button{height:auto;padding:6.5px 8px;margin-bottom:0;letter-spacing:0;line-height:normal}#onetrust-pc-sdk .ot-leg-btn-container svg{display:none;height:14px;width:14px;padding-right:5px;vertical-align:sub}#onetrust-pc-sdk .ot-active-leg-btn{cursor:default;pointer-events:none}#onetrust-pc-sdk .ot-active-leg-btn svg{display:inline-block}#onetrust-pc-sdk .ot-remove-objection-handler{border:none;text-decoration:underline;padding:0;font-size:.82em;font-weight:600;line-height:1.4;padding-left:10px}#onetrust-pc-sdk .ot-obj-leg-btn-handler span{font-weight:bold;text-align:center;font-size:.91em;line-height:1.5}#onetrust-pc-sdk[dir=rtl] input~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk[dir=rtl] #ot-back-arw{transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}#onetrust-pc-sdk[dir=rtl] input:checked~.ot-acc-hdr .ot-arw{transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg)}#onetrust-pc-sdk[dir=rtl] .ot-chkbox label::after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);border-left:0;border-right:3px solid}#onetrust-pc-sdk[dir=rtl] .ot-lst-subhdr svg{right:0}#onetrust-pc-sdk .ot-ven-ctgl,#onetrust-pc-sdk .ot-ven-litgl,#onetrust-pc-sdk .ot-host-tgl,#onetrust-pc-sdk .ot-ven-gvctgl{position:relative;display:inline-block;width:20px;height:20px;margin-left:60px}#onetrust-pc-sdk .ot-ven-ctgl label,#onetrust-pc-sdk .ot-ven-litgl label,#onetrust-pc-sdk .ot-host-tgl label,#onetrust-pc-sdk .ot-ven-gvctgl label{position:absolute;margin:0}#onetrust-pc-sdk #ot-host-lst .ot-host-expand{clear:both;float:none;display:block}#onetrust-pc-sdk ul{list-style:none}#onetrust-pc-sdk ul li:not(.ot-fltr-opt){position:relative;margin:0;padding:15px 15px 15px 15px;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk ul li h3,#onetrust-pc-sdk ul li h4,#onetrust-pc-sdk ul li p[aria-level="3"],#onetrust-pc-sdk ul li p[aria-level="4"]{font-size:.75em;color:#656565;margin:0;height:auto;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk ul li p:not([role=heading]){margin:0;font-size:.7em}#onetrust-pc-sdk .ot-ven-item>button:focus,#onetrust-pc-sdk .ot-host-item>button:focus,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button:focus,#onetrust-pc-sdk .ot-acc-cntr>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-ven-item>button,#onetrust-pc-sdk .ot-host-item>button,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button,#onetrust-pc-sdk .ot-acc-cntr>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-host-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-host-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;width:auto;overflow:auto;display:block}#onetrust-pc-sdk .ot-host-item>button:focus{outline:0;border:2px solid #000}#onetrust-pc-sdk.ot-addtl-vendors .ot-enbl-chr #ot-selall-vencntr{right:0}#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-licntr{right:135px}#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-adtlvencntr,#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-gnvencntr{right:40px}#onetrust-pc-sdk.ot-addtl-vendors .ot-li-hdr{margin-right:15px}#onetrust-pc-sdk.ot-addtl-vendors #ot-selall-licntr{right:115px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk{background-color:#f9f9fc;border:1px solid #e2e2e2;width:auto;padding-bottom:5px;padding-top:5px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all{padding-right:23px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) ul li{border:1px solid #e2e2e2;margin-bottom:10px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox{float:right;width:auto;right:3px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-tgl-cntr{right:12px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-ven-ctgl{margin-left:75px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-ven-litgl+.ot-arw-cntr{margin-left:95px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-acc-cntr>.ot-acc-hdr{padding-top:10px;padding-bottom:10px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-addtl-venlst .ot-tgl-cntr{right:32px}#onetrust-pc-sdk.ot-addtl-vendors #ot-ven-lst:first-child{border-top:none}#onetrust-pc-sdk.ot-addtl-vendors #ot-selall-vencntr{right:40px;position:absolute}#onetrust-pc-sdk #ot-selall-adtlvencntr,#onetrust-pc-sdk #ot-selall-gnvencntr{position:relative;right:20px}#onetrust-pc-sdk .ot-acc-cntr{position:relative;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr{background-color:#f9f9fc;padding-left:15px;padding-top:5px;padding-bottom:5px;width:calc(100% - 15px)}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-plus-minus{vertical-align:middle;top:auto}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-arw-cntr{right:10px;left:auto}#onetrust-pc-sdk .ot-acc-cntr.ot-add-tech .ot-acc-hdr{padding:10px 0 10px 15px}#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-hdr{border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-txt{padding-left:10px;padding-right:10px;padding-top:10px;position:relative;z-index:1}#onetrust-pc-sdk .ot-acc-cntr .ot-addtl-venbox{display:none}#onetrust-pc-sdk .ot-vensec-title{font-size:.813em;vertical-align:middle;display:inline-block}#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler{border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em;background:none;right:15px;top:15px;width:auto;position:absolute;font-weight:normal}#onetrust-pc-sdk .ot-cat-header{float:left;font-weight:600;font-size:.875em;line-height:1.5;max-width:90%;vertical-align:middle}#onetrust-pc-sdk .ot-vnd-item>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-vnd-item>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;opacity:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;margin-top:10px;width:100%;overflow:auto;display:block}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-grpcntr{width:auto;margin-top:0px;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:2px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;width:calc(100% - 2px);float:left}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{padding-left:20px;padding-right:20px;width:calc(100% - 40px);font-size:.812em;margin-bottom:10px;margin-top:15px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul{padding-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul li{padding-top:0;line-height:1.5;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout div+.ot-acc-grpdesc{margin-top:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child{margin-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child{margin-bottom:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:20px;width:calc(100% - 40px);display:inline-block}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr{padding-left:20px;padding-right:15px;padding-bottom:0;width:calc(100% - 35px)}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp{padding-right:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{position:absolute;top:50%;transform:translateY(-50%);right:20px;margin-top:-2px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr .ot-arw{width:15px;height:20px;margin-left:5px;color:dimgray}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;min-height:inherit}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{position:relative;min-height:25px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active{position:absolute;top:50%;transform:translateY(-50%);right:20px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl{right:95px}#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler+a{margin-top:5px}#onetrust-pc-sdk #ot-pc-lst{display:flex;flex-direction:column}#onetrust-pc-sdk #ot-lst-cnt{margin-top:1rem;max-height:calc(100% - 100px)}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 2rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info>div{display:flex}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list,#onetrust-pc-sdk .ot-vnd-serv{width:auto;padding:1rem 1.25rem;padding-bottom:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:600;font-size:.95em;line-height:2;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item{border:none;margin:0;padding:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button{outline:none;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true]{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child{margin-top:.25rem;border-top:unset}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child{margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 1.75rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info>div,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info>div{display:flex}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt{padding-left:40px}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-size:.8em}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header{font-size:.8em}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv{margin-bottom:1rem;padding:1rem .95rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:700;font-size:.8em;line-height:20px;margin-left:.82rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header{font-weight:700;font-size:.8em;line-height:20px}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox{margin-left:.82rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr{padding:.7rem 0;margin:0;display:flex;width:100%;align-items:center;justify-content:space-between}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child{margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child{margin-right:.5rem;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active{position:relative;right:unset;top:unset;transform:unset}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-plus-minus{top:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr{float:none;top:unset;right:unset;transform:unset;margin-top:-2px;position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header{flex:1;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl{position:relative;transform:none;right:0;top:0;float:none}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox{position:relative;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label{padding:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before{position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input{position:absolute;cursor:pointer;width:100%;height:100%;opacity:0;margin:0;top:0;left:0;z-index:1}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="5"].ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="4"].ot-cat-header{margin:0}#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5,#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp p[aria-level="5"]{top:0;line-height:20px}#onetrust-pc-sdk .ot-vs-list{display:flex;flex-direction:column;padding:0;margin:.5rem 4px}#onetrust-pc-sdk .ot-vs-selc-all{display:flex;padding:0;float:unset;align-items:center;justify-content:flex-start}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf{justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:48px}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin:0;padding:0;margin-right:14px;justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl{display:inline-block;right:unset;width:auto;height:auto;float:none}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label{width:45px;height:25px}#onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox{margin-right:11px;margin-left:.75rem;display:flex;align-items:center}#onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr{margin:0 1.25rem;font-size:.812em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox{float:unset;right:0}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:.5rem}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin-right:15px}#onetrust-pc-sdk #ot-sel-blk .ot-chkbox{right:unset}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl{padding:0}#onetrust-pc-sdk .ot-vs-list{margin-top:.5rem}#onetrust-pc-sdk .ot-pgph-link{font-size:.813em;margin-top:5px;position:relative}#onetrust-pc-sdk .ot-pgph-link.ot-pgph-link-subgroup{margin-bottom:1rem}#onetrust-pc-sdk .ot-pgph-contr{margin:0 2.5rem}#onetrust-pc-sdk .ot-pgph-title{font-size:1.18rem;margin-bottom:2rem}#onetrust-pc-sdk .ot-pgph-desc{font-size:1rem;font-weight:400;margin-bottom:2rem;line-height:1.5rem}#onetrust-pc-sdk .ot-pgph-desc:not(:last-child):after{content:"";width:96%;display:block;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid #e9e9e9}@media(min-width: 768px){#onetrust-pc-sdk.ot-tgl-with-label .ot-label-status{display:inline}#onetrust-pc-sdk.ot-tgl-with-label #ot-pc-lst .ot-label-status{display:none}}@media only screen and (max-width: 600px){#onetrust-pc-sdk{max-width:100%;min-width:100%}#onetrust-pc-sdk .ot-ftr-stacked button{width:100%}#onetrust-pc-sdk #ot-lst-cnt,#onetrust-pc-sdk #ot-pc-hdr{margin-top:0;padding:0 5px 0 10px;width:calc(100% - 25px)}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container{height:100%;display:flex;flex-direction:column;justify-content:space-around}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container #accept-recommended-btn-handler{width:100%;float:none !important;margin:0 !important}}@media only screen and (max-width: 425px){#onetrust-pc-sdk.otPcPanel{left:0;min-width:100%;height:100%;top:0;border-radius:0}#onetrust-pc-sdk #ot-host-lst .ot-chkbox{margin-left:0}#onetrust-pc-sdk #ot-pc-content{margin:0 10px 0 20px}#onetrust-pc-sdk p{font-size:.7em}#onetrust-pc-sdk .ot-tgl-cntr{width:auto}#onetrust-pc-sdk #vendor-search-handler{font-size:1em}#onetrust-pc-sdk #ot-lst-cnt{height:calc(100% - 95px)}#onetrust-pc-sdk .ot-switch+p{max-width:80%}#onetrust-pc-sdk button{letter-spacing:.01em}#onetrust-pc-sdk .save-preference-btn-handler{margin-top:0}#onetrust-pc-sdk .ot-search-cntr{width:75%}}@media only screen and (max-width: 320px){#onetrust-pc-sdk #ot-fltr-cnt{margin-left:15px}}@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape){#onetrust-pc-sdk{left:0;top:0;min-width:100%;height:100%;border-radius:0}#onetrust-pc-sdk .ot-pc-header{height:auto;min-height:20px}#onetrust-pc-sdk .ot-pc-header .ot-pc-logo{max-height:30px}#onetrust-pc-sdk .ot-pc-footer{max-height:90px;height:100%}#onetrust-pc-sdk .ot-pc-footer .ot-btn-container{overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 30px)}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{bottom:100px;height:auto !important}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:100px}#onetrust-pc-sdk button{letter-spacing:.02em}#onetrust-pc-sdk #ot-anchor{left:initial;right:50px}#onetrust-pc-sdk #ot-lst-title{margin-top:12px}#onetrust-pc-sdk #ot-lst-title *{font-size:inherit}#onetrust-pc-sdk #ot-pc-hdr input{margin-right:0;padding-right:45px}#onetrust-pc-sdk .ot-switch+p{max-width:85%}#onetrust-pc-sdk #ot-lst-cnt{max-height:none;overflow:initial}#onetrust-pc-sdk #ot-lst-cnt.no-results{height:auto}#onetrust-pc-sdk input{font-size:1em !important}#onetrust-pc-sdk p{font-size:.6em}#onetrust-pc-sdk #ot-pc-lst{overflow:auto}#onetrust-pc-sdk #ot-fltr-modal{width:100%;height:100%;max-height:none;top:0}#onetrust-pc-sdk #ot-sel-blk{position:static}#onetrust-pc-sdk #ot-fltr-cnt{height:250px;width:100%}#onetrust-pc-sdk.ot-shw-fltr #ot-anchor{display:none !important}#onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst{height:100% !important;overflow:hidden;top:0px}#onetrust-pc-sdk.ot-shw-fltr #ot-fltr-cnt{margin:0;height:100%;padding:10px;top:0;width:calc(100% - 20px);position:absolute;right:0;left:0;max-width:none}#onetrust-pc-sdk.ot-shw-fltr .ot-fltr-scrlcnt{max-height:calc(100% - 65px)}} #onetrust-consent-sdk #onetrust-pc-sdk, #onetrust-consent-sdk #ot-search-cntr, #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle, #onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after ,#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt, #onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor { background-color: #FFFFFF; } #onetrust-consent-sdk #onetrust-pc-sdk h3, #onetrust-consent-sdk #onetrust-pc-sdk h4, #onetrust-consent-sdk #onetrust-pc-sdk h5, #onetrust-consent-sdk #onetrust-pc-sdk h6, #onetrust-consent-sdk #onetrust-pc-sdk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header, #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title p[aria-level="3"], #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status, #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal { color: #1F3047; } #onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link, #onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a, #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link, #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-legclaim-link, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc a { color: #066FEF; } #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover { text-decoration: underline;} #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets { background-color: #F8F8F8; } #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn { background-color: #066FEF;border-color: #066FEF; color: #FFFFFF; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu { border-color: #066FEF; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler{ background-color: transparent; border: 1px solid transparent; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn { background-color: #FFFFFF; color: #4D4D4D; border-color: #4D4D4D; }#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob { background-color: #d5e9ff; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob { background-color: #767676; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch, .ot-switch .ot-switch-nob, .ot-switch .ot-switch-nob:before, #onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus + label::before, #onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus + label::before { outline-color: #000000; outline-width: 1px; outline-offset: 1px; } #onetrust-pc-sdk .ot-host-item > button:focus, #onetrust-pc-sdk .ot-ven-item > button:focus { border: 1px solid #000000; } #onetrust-consent-sdk #onetrust-pc-sdk *:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus { outline: 1px solid #000000; outline-offset: 1px; }#ot-header-id-BG115.ot-cat-header {display: none !important;} #ot-desc-id-BG115.ot-category-desc {display: none !important;} #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon { background-image: url("https://cdn.cookielaw.org/logos/static/ot_close.svg") !important; } #onetrust-pc-sdk .ot-optout-signal{ Color: #1F3047; Font-family: FordMotion, arial; Font-size: 16px; Font-Style: normal; Font-weight: 500px; Background-color: #E5F3E6; Border: transparent; Text-align: left;} #onetrust-pc-sdk #ot-pc-title{ Font-family: FordMotion, arial; Font-size: 24px; Font-style: normal; Font-weight: 500; Line-height: 32px;} #onetrust-pc-sdk .ot-cat-header{ Color: #4D5B6D; Font-family: FordMotion, arial; Font-size: 16px; Font-style: normal; Font-weight: 400; Line-height: 24px;} #onetrust-pc-sdk #ot-pc-desc{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 400; line-height: 20px;} #onetrust-consent-sdk #onetrust-pc-sdk p{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 400; line-height: 20px;} #onetrust-pc-sdk button{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 700; line-height: 20px; border-radius: var(--radius-full, 400px);} #onetrust-pc-sdk .ot-pc-footer-logo{ background: transparent;} #onetrust-pc-sdk .ot-switch-nob{ outline-color: transparent; background-color: #9CA3AD;} #onetrust-pc-sdk .ot-switch-nob:before{ background-color: #FFFFFF; border: transparent; outline-color: transparent;} #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{ background-color: #d5e9ff; border: #3860be; outline-color: transparent;} #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{ background-color: #3860be; border: #3860be;} .ot-sdk-cookie-policy{font-family:inherit;font-size:16px}.ot-sdk-cookie-policy.otRelFont{font-size:1rem}.ot-sdk-cookie-policy h3,.ot-sdk-cookie-policy h4,.ot-sdk-cookie-policy h6,.ot-sdk-cookie-policy p,.ot-sdk-cookie-policy li,.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy th,.ot-sdk-cookie-policy #cookie-policy-description,.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}.ot-sdk-cookie-policy h4{font-size:1.2em}.ot-sdk-cookie-policy h6{font-size:1em;margin-top:2em}.ot-sdk-cookie-policy th{min-width:75px}.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy a:hover{background:#fff}.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}.ot-sdk-cookie-policy .ot-mobile-border{display:none}.ot-sdk-cookie-policy section{margin-bottom:2em}.ot-sdk-cookie-policy table{border-collapse:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy{font-family:inherit;font-size:1rem}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup{margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td{font-size:.9em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a{font-size:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group{font-size:1em;margin-bottom:.6em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title{margin-bottom:1.2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th{min-width:75px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover{background:#fff}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border{display:none}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section{margin-bottom:2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li{list-style:disc;margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4{display:inline-block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{border-collapse:inherit;margin:auto;border:1px solid #d7d7d7;border-radius:5px;border-spacing:initial;width:100%;overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border-bottom:1px solid #d7d7d7;border-right:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child{border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:25%}.ot-sdk-cookie-policy[dir=rtl]{text-align:left}#ot-sdk-cookie-policy h3{font-size:1.5em}@media only screen and (max-width: 530px){.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{display:block}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr{position:absolute;top:-9999px;left:-9999px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{margin:0 0 1em 0}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a{background:#f6f6f4}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{position:absolute;height:100%;left:6px;width:40%;padding-right:10px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border{display:inline-block;background-color:#e4e4e4;position:absolute;height:100%;top:0;left:45%;width:2px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{content:attr(data-label);font-weight:bold}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border:none;border-bottom:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{display:block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:auto}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{margin:0 0 1em 0}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{height:100%;width:40%;padding-right:10px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{content:attr(data-label);font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr{position:absolute;top:-9999px;left:-9999px;z-index:-9999}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:1px solid #d7d7d7;border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child{border-bottom:0px}} #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th { background-color: #F8F8F8; } .ot-floating-button__front{background-image:url('https://cdn.cookielaw.org/logos/static/ot_persistent_cookie.png')} @keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } @-webkit-keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } @-moz-keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } </style><script type="text/javascript" src="https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie.js"></script><script src="https://www.account.ford.com/etc/fd/fma/bundle.js" defer="" async="" data-app-id="" data-fma-script="" data-lang="en_us" data-property-key="brand_ford" data-region="na" data-fs-url="https://stg.api.mps.ford.com" data-client-id="" data-base-path="/" data-base-path-redirection="true" data-redirect-url="https://www.ford.com/login/"></script><script src="https://www.ford.com/fps/script/Ford/USA" async=""></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/c8fa9801817d/RC79026732bf684b57aeb5c7a8c840d8f2-source.min.js" async=""></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/c8fa9801817d/RCca4f6f5cc02b4b7d9e5572335793c2bc-source.min.js" async=""></script><style type="text/css" id="kampyleStyle">.noOutline{outline: none !important;}.wcagOutline:focus{outline: 1px dashed #595959 !important;outline-offset: 2px !important;transition: none !important;}</style></head> <body class="opt1 gdux--lightTheme back-to-top-enabled"> <div id="fmc-icon-sprites" style="display:none" data-url="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-sprites/resources/fordIcons.svg"><svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <!-- add.svg --> <symbol id="add" viewBox="0 0 24 24"> <path d="M11 13H6C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H11V6C11 5.71667 11.0958 5.47917 11.2875 5.2875C11.4792 5.09583 11.7167 5 12 5C12.2833 5 12.5208 5.09583 12.7125 5.2875C12.9042 5.47917 13 5.71667 13 6V11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H13V18C13 18.2833 12.9042 18.5208 12.7125 18.7125C12.5208 18.9042 12.2833 19 12 19C11.7167 19 11.4792 18.9042 11.2875 18.7125C11.0958 18.5208 11 18.2833 11 18V13Z" fill="currentColor"></path> </symbol> <!-- arrow_left_alt.svg --> <symbol id="arrow_left_alt" viewBox="0 0 24 24"> <path d="M7.85002 13L10.7 15.85C10.9 16.05 10.9959 16.2833 10.9875 16.55C10.9792 16.8167 10.8834 17.05 10.7 17.25C10.5 17.45 10.2625 17.5542 9.98752 17.5625C9.71252 17.5708 9.47502 17.475 9.27502 17.275L4.70002 12.7C4.50002 12.5 4.40002 12.2667 4.40002 12C4.40002 11.7333 4.50002 11.5 4.70002 11.3L9.27502 6.72501C9.47502 6.52501 9.71252 6.42918 9.98752 6.43751C10.2625 6.44585 10.5 6.55001 10.7 6.75001C10.8834 6.95001 10.9792 7.18335 10.9875 7.45001C10.9959 7.71668 10.9 7.95001 10.7 8.15001L7.85002 11H19C19.2834 11 19.5209 11.0958 19.7125 11.2875C19.9042 11.4792 20 11.7167 20 12C20 12.2833 19.9042 12.5208 19.7125 12.7125C19.5209 12.9042 19.2834 13 19 13H7.85002Z" fill="currentColor"></path> </symbol> <!-- arrow_right_alt.svg --> <symbol id="arrow_right_alt" viewBox="0 0 24 24"> <path d="M16.15 13H5C4.71667 13 4.47917 12.9042 4.2875 12.7125C4.09583 12.5208 4 12.2833 4 12C4 11.7167 4.09583 11.4792 4.2875 11.2875C4.47917 11.0958 4.71667 11 5 11H16.15L13.3 8.15001C13.1 7.95001 13.0042 7.71668 13.0125 7.45001C13.0208 7.18335 13.1167 6.95001 13.3 6.75001C13.5 6.55001 13.7375 6.44585 14.0125 6.43751C14.2875 6.42918 14.525 6.52501 14.725 6.72501L19.3 11.3C19.4 11.4 19.4708 11.5083 19.5125 11.625C19.5542 11.7417 19.575 11.8667 19.575 12C19.575 12.1333 19.5542 12.2583 19.5125 12.375C19.4708 12.4917 19.4 12.6 19.3 12.7L14.725 17.275C14.525 17.475 14.2875 17.5708 14.0125 17.5625C13.7375 17.5542 13.5 17.45 13.3 17.25C13.1167 17.05 13.0208 16.8167 13.0125 16.55C13.0042 16.2833 13.1 16.05 13.3 15.85L16.15 13Z" fill="currentColor"></path> </symbol> <!-- arrow_upward_alt.svg --> <symbol id="arrow_upward_alt" viewBox="0 0 24 24"> <path d="M11 8.79999L8.09999 11.7C7.91665 11.8833 7.68332 11.975 7.39999 11.975C7.11665 11.975 6.88332 11.8833 6.69999 11.7C6.51665 11.5167 6.42499 11.2833 6.42499 11C6.42499 10.7167 6.51665 10.4833 6.69999 10.3L11.3 5.69999C11.5 5.49999 11.7333 5.39999 12 5.39999C12.2667 5.39999 12.5 5.49999 12.7 5.69999L17.3 10.3C17.4833 10.4833 17.575 10.7167 17.575 11C17.575 11.2833 17.4833 11.5167 17.3 11.7C17.1167 11.8833 16.8833 11.975 16.6 11.975C16.3167 11.975 16.0833 11.8833 15.9 11.7L13 8.79999V17C13 17.2833 12.9042 17.5208 12.7125 17.7125C12.5208 17.9042 12.2833 18 12 18C11.7167 18 11.4792 17.9042 11.2875 17.7125C11.0958 17.5208 11 17.2833 11 17V8.79999Z" fill="currentColor"></path> </symbol> <!-- close.svg --> <symbol id="close" viewBox="0 0 24 24"> <path d="M12 13.4L7.09999 18.3C6.91665 18.4834 6.68332 18.575 6.39999 18.575C6.11665 18.575 5.88332 18.4834 5.69999 18.3C5.51665 18.1167 5.42499 17.8834 5.42499 17.6C5.42499 17.3167 5.51665 17.0834 5.69999 16.9L10.6 12L5.69999 7.10005C5.51665 6.91672 5.42499 6.68338 5.42499 6.40005C5.42499 6.11672 5.51665 5.88338 5.69999 5.70005C5.88332 5.51672 6.11665 5.42505 6.39999 5.42505C6.68332 5.42505 6.91665 5.51672 7.09999 5.70005L12 10.6L16.9 5.70005C17.0833 5.51672 17.3167 5.42505 17.6 5.42505C17.8833 5.42505 18.1167 5.51672 18.3 5.70005C18.4833 5.88338 18.575 6.11672 18.575 6.40005C18.575 6.68338 18.4833 6.91672 18.3 7.10005L13.4 12L18.3 16.9C18.4833 17.0834 18.575 17.3167 18.575 17.6C18.575 17.8834 18.4833 18.1167 18.3 18.3C18.1167 18.4834 17.8833 18.575 17.6 18.575C17.3167 18.575 17.0833 18.4834 16.9 18.3L12 13.4Z" fill="currentColor"></path> </symbol> <!-- closed_caption.svg --> <symbol id="closed_caption" viewBox="0 0 24 24"> <path d="M5 20C4.45 20 3.97917 19.8042 3.5875 19.4125C3.19583 19.0208 3 18.55 3 18V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V18C21 18.55 20.8042 19.0208 20.4125 19.4125C20.0208 19.8042 19.55 20 19 20H5ZM5 18H19V6H5V18ZM7 15H10C10.2833 15 10.5208 14.9042 10.7125 14.7125C10.9042 14.5208 11 14.2833 11 14V13.5C11 13.35 10.95 13.225 10.85 13.125C10.75 13.025 10.625 12.975 10.475 12.975H10.025C9.875 12.975 9.75 13.025 9.65 13.125C9.55 13.225 9.5 13.35 9.5 13.5H7.5V10.5H9.5C9.5 10.65 9.55 10.775 9.65 10.875C9.75 10.975 9.875 11.025 10.025 11.025H10.475C10.625 11.025 10.75 10.975 10.85 10.875C10.95 10.775 11 10.65 11 10.5V10C11 9.71667 10.9042 9.47917 10.7125 9.2875C10.5208 9.09583 10.2833 9 10 9H7C6.71667 9 6.47917 9.09583 6.2875 9.2875C6.09583 9.47917 6 9.71667 6 10V14C6 14.2833 6.09583 14.5208 6.2875 14.7125C6.47917 14.9042 6.71667 15 7 15ZM17 9H14C13.7167 9 13.4792 9.09583 13.2875 9.2875C13.0958 9.47917 13 9.71667 13 10V14C13 14.2833 13.0958 14.5208 13.2875 14.7125C13.4792 14.9042 13.7167 15 14 15H17C17.2833 15 17.5208 14.9042 17.7125 14.7125C17.9042 14.5208 18 14.2833 18 14V13.5C18 13.35 17.95 13.225 17.85 13.125C17.75 13.025 17.625 12.975 17.475 12.975H17.025C16.875 12.975 16.75 13.025 16.65 13.125C16.55 13.225 16.5 13.35 16.5 13.5H14.5V10.5H16.5C16.5 10.65 16.55 10.775 16.65 10.875C16.75 10.975 16.875 11.025 17.025 11.025H17.475C17.625 11.025 17.75 10.975 17.85 10.875C17.95 10.775 18 10.65 18 10.5V10C18 9.71667 17.9042 9.47917 17.7125 9.2875C17.5208 9.09583 17.2833 9 17 9Z" fill="currentColor"></path> </symbol> <!-- error.svg --> <symbol id="error" viewBox="0 0 24 24"> <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 13C12.2833 13 12.5208 12.9042 12.7125 12.7125C12.9042 12.5208 13 12.2833 13 12V8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8V12C11 12.2833 11.0958 12.5208 11.2875 12.7125C11.4792 12.9042 11.7167 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- expand_circle_right.svg --> <symbol id="expand_circle_right" viewBox="0 0 24 24"> <path d="M12.675 12L10.3 14.375C10.1167 14.5583 10.025 14.7875 10.025 15.0625C10.025 15.3375 10.1167 15.575 10.3 15.775C10.5 15.975 10.7375 16.075 11.0125 16.075C11.2875 16.075 11.525 15.975 11.725 15.775L14.8 12.7C15 12.5 15.1 12.2667 15.1 12C15.1 11.7333 15 11.5 14.8 11.3L11.7 8.2C11.5 8 11.2667 7.90417 11 7.9125C10.7333 7.92083 10.5 8.025 10.3 8.225C10.1167 8.425 10.0208 8.65833 10.0125 8.925C10.0042 9.19167 10.1 9.425 10.3 9.625L12.675 12ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- fullscreen.svg --> <symbol id="fullscreen" viewBox="0 0 24 24"> <path d="M5 19H7C7.28333 19 7.52083 19.0958 7.7125 19.2875C7.90417 19.4792 8 19.7167 8 20C8 20.2833 7.90417 20.5208 7.7125 20.7125C7.52083 20.9042 7.28333 21 7 21H4C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V17C3 16.7167 3.09583 16.4792 3.2875 16.2875C3.47917 16.0958 3.71667 16 4 16C4.28333 16 4.52083 16.0958 4.7125 16.2875C4.90417 16.4792 5 16.7167 5 17V19ZM19 19V17C19 16.7167 19.0958 16.4792 19.2875 16.2875C19.4792 16.0958 19.7167 16 20 16C20.2833 16 20.5208 16.0958 20.7125 16.2875C20.9042 16.4792 21 16.7167 21 17V20C21 20.2833 20.9042 20.5208 20.7125 20.7125C20.5208 20.9042 20.2833 21 20 21H17C16.7167 21 16.4792 20.9042 16.2875 20.7125C16.0958 20.5208 16 20.2833 16 20C16 19.7167 16.0958 19.4792 16.2875 19.2875C16.4792 19.0958 16.7167 19 17 19H19ZM5 5V7C5 7.28333 4.90417 7.52083 4.7125 7.7125C4.52083 7.90417 4.28333 8 4 8C3.71667 8 3.47917 7.90417 3.2875 7.7125C3.09583 7.52083 3 7.28333 3 7V4C3 3.71667 3.09583 3.47917 3.2875 3.2875C3.47917 3.09583 3.71667 3 4 3H7C7.28333 3 7.52083 3.09583 7.7125 3.2875C7.90417 3.47917 8 3.71667 8 4C8 4.28333 7.90417 4.52083 7.7125 4.7125C7.52083 4.90417 7.28333 5 7 5H5ZM19 5H17C16.7167 5 16.4792 4.90417 16.2875 4.7125C16.0958 4.52083 16 4.28333 16 4C16 3.71667 16.0958 3.47917 16.2875 3.2875C16.4792 3.09583 16.7167 3 17 3H20C20.2833 3 20.5208 3.09583 20.7125 3.2875C20.9042 3.47917 21 3.71667 21 4V7C21 7.28333 20.9042 7.52083 20.7125 7.7125C20.5208 7.90417 20.2833 8 20 8C19.7167 8 19.4792 7.90417 19.2875 7.7125C19.0958 7.52083 19 7.28333 19 7V5Z" fill="currentColor"></path> </symbol> <!-- fullscreen_exit.svg --> <symbol id="fullscreen_exit" viewBox="0 0 24 24"> <path d="M6 18H4C3.71667 18 3.47917 17.9042 3.2875 17.7125C3.09583 17.5208 3 17.2833 3 17C3 16.7167 3.09583 16.4792 3.2875 16.2875C3.47917 16.0958 3.71667 16 4 16H7C7.28333 16 7.52083 16.0958 7.7125 16.2875C7.90417 16.4792 8 16.7167 8 17V20C8 20.2833 7.90417 20.5208 7.7125 20.7125C7.52083 20.9042 7.28333 21 7 21C6.71667 21 6.47917 20.9042 6.2875 20.7125C6.09583 20.5208 6 20.2833 6 20V18ZM18 18V20C18 20.2833 17.9042 20.5208 17.7125 20.7125C17.5208 20.9042 17.2833 21 17 21C16.7167 21 16.4792 20.9042 16.2875 20.7125C16.0958 20.5208 16 20.2833 16 20V17C16 16.7167 16.0958 16.4792 16.2875 16.2875C16.4792 16.0958 16.7167 16 17 16H20C20.2833 16 20.5208 16.0958 20.7125 16.2875C20.9042 16.4792 21 16.7167 21 17C21 17.2833 20.9042 17.5208 20.7125 17.7125C20.5208 17.9042 20.2833 18 20 18H18ZM6 6V4C6 3.71667 6.09583 3.47917 6.2875 3.2875C6.47917 3.09583 6.71667 3 7 3C7.28333 3 7.52083 3.09583 7.7125 3.2875C7.90417 3.47917 8 3.71667 8 4V7C8 7.28333 7.90417 7.52083 7.7125 7.7125C7.52083 7.90417 7.28333 8 7 8H4C3.71667 8 3.47917 7.90417 3.2875 7.7125C3.09583 7.52083 3 7.28333 3 7C3 6.71667 3.09583 6.47917 3.2875 6.2875C3.47917 6.09583 3.71667 6 4 6H6ZM18 6H20C20.2833 6 20.5208 6.09583 20.7125 6.2875C20.9042 6.47917 21 6.71667 21 7C21 7.28333 20.9042 7.52083 20.7125 7.7125C20.5208 7.90417 20.2833 8 20 8H17C16.7167 8 16.4792 7.90417 16.2875 7.7125C16.0958 7.52083 16 7.28333 16 7V4C16 3.71667 16.0958 3.47917 16.2875 3.2875C16.4792 3.09583 16.7167 3 17 3C17.2833 3 17.5208 3.09583 17.7125 3.2875C17.9042 3.47917 18 3.71667 18 4V6Z" fill="currentColor"></path> </symbol> <!-- hybrid.svg --> <symbol id="hybrid" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.361 8.52832H16.3745V15.9563H14.361V13.2601H9.63929V15.9563H7.62578V8.52832H9.63929V11.2206H14.361V8.52832ZM24 8.31049L21.2692 3.69013L16.9096 3.68913L14.7289 0H9.2688L7.09142 3.68913L2.73158 3.69013L0 8.31049L2.18018 12.0016L0 15.6907L2.73158 20.3109L7.0899 20.3104L9.2688 24H14.7289L16.9096 20.3089L21.2692 20.3109L24 15.6907L21.8193 12.0001L24 8.31049Z" fill="#6AAD40"></path> </symbol> <!-- info.svg --> <symbol id="info" viewBox="0 0 24 24"> <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16V12C13 11.7167 12.9042 11.4792 12.7125 11.2875C12.5208 11.0958 12.2833 11 12 11C11.7167 11 11.4792 11.0958 11.2875 11.2875C11.0958 11.4792 11 11.7167 11 12V16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 9C12.2833 9 12.5208 8.90417 12.7125 8.7125C12.9042 8.52083 13 8.28333 13 8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8C11 8.28333 11.0958 8.52083 11.2875 8.7125C11.4792 8.90417 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_down.svg --> <symbol id="keyboard_arrow_down" viewBox="0 0 24 24"> <path d="M12 15.975C11.8667 15.975 11.7417 15.9542 11.625 15.9125C11.5083 15.8708 11.4 15.8 11.3 15.7L6.69999 11.1C6.51665 10.9167 6.42499 10.6833 6.42499 10.4C6.42499 10.1167 6.51665 9.88334 6.69999 9.7C6.88332 9.51667 7.11665 9.425 7.39999 9.425C7.68332 9.425 7.91665 9.51667 8.09999 9.7L12 13.6L15.9 9.7C16.0833 9.51667 16.3167 9.425 16.6 9.425C16.8833 9.425 17.1167 9.51667 17.3 9.7C17.4833 9.88334 17.575 10.1167 17.575 10.4C17.575 10.6833 17.4833 10.9167 17.3 11.1L12.7 15.7C12.6 15.8 12.4917 15.8708 12.375 15.9125C12.2583 15.9542 12.1333 15.975 12 15.975Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_left.svg --> <symbol id="keyboard_arrow_left" viewBox="0 0 24 24"> <path d="M10.8 12L14.7 15.9C14.8833 16.0833 14.975 16.3167 14.975 16.6C14.975 16.8833 14.8833 17.1167 14.7 17.3C14.5167 17.4833 14.2833 17.575 14 17.575C13.7167 17.575 13.4833 17.4833 13.3 17.3L8.69999 12.7C8.59999 12.6 8.52915 12.4917 8.48749 12.375C8.44582 12.2583 8.42499 12.1333 8.42499 12C8.42499 11.8667 8.44582 11.7417 8.48749 11.625C8.52915 11.5083 8.59999 11.4 8.69999 11.3L13.3 6.7C13.4833 6.51667 13.7167 6.425 14 6.425C14.2833 6.425 14.5167 6.51667 14.7 6.7C14.8833 6.88334 14.975 7.11667 14.975 7.4C14.975 7.68334 14.8833 7.91667 14.7 8.1L10.8 12Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_right.svg --> <symbol id="keyboard_arrow_right" viewBox="0 0 24 24"> <path d="M13.6 12L9.69999 8.1C9.51665 7.91667 9.42499 7.68334 9.42499 7.4C9.42499 7.11667 9.51665 6.88334 9.69999 6.7C9.88332 6.51667 10.1167 6.425 10.4 6.425C10.6833 6.425 10.9167 6.51667 11.1 6.7L15.7 11.3C15.8 11.4 15.8708 11.5083 15.9125 11.625C15.9542 11.7417 15.975 11.8667 15.975 12C15.975 12.1333 15.9542 12.2583 15.9125 12.375C15.8708 12.4917 15.8 12.6 15.7 12.7L11.1 17.3C10.9167 17.4833 10.6833 17.575 10.4 17.575C10.1167 17.575 9.88332 17.4833 9.69999 17.3C9.51665 17.1167 9.42499 16.8833 9.42499 16.6C9.42499 16.3167 9.51665 16.0833 9.69999 15.9L13.6 12Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_up.svg --> <symbol id="keyboard_arrow_up" viewBox="0 0 24 24"> <path d="M12 10.8L8.09999 14.7C7.91665 14.8833 7.68332 14.975 7.39999 14.975C7.11665 14.975 6.88332 14.8833 6.69999 14.7C6.51665 14.5167 6.42499 14.2833 6.42499 14C6.42499 13.7167 6.51665 13.4833 6.69999 13.3L11.3 8.7C11.5 8.5 11.7333 8.4 12 8.4C12.2667 8.4 12.5 8.5 12.7 8.7L17.3 13.3C17.4833 13.4833 17.575 13.7167 17.575 14C17.575 14.2833 17.4833 14.5167 17.3 14.7C17.1167 14.8833 16.8833 14.975 16.6 14.975C16.3167 14.975 16.0833 14.8833 15.9 14.7L12 10.8Z" fill="currentColor"></path> </symbol> <!-- location_on.svg --> <symbol id="location_on" viewBox="0 0 24 24"> <path d="M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 21.325C11.7667 21.325 11.5333 21.2833 11.3 21.2C11.0667 21.1167 10.8583 20.9917 10.675 20.825C9.59167 19.825 8.63333 18.85 7.8 17.9C6.96667 16.95 6.27083 16.0292 5.7125 15.1375C5.15417 14.2458 4.72917 13.3875 4.4375 12.5625C4.14583 11.7375 4 10.95 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 10.95 19.8542 11.7375 19.5625 12.5625C19.2708 13.3875 18.8458 14.2458 18.2875 15.1375C17.7292 16.0292 17.0333 16.95 16.2 17.9C15.3667 18.85 14.4083 19.825 13.325 20.825C13.1417 20.9917 12.9333 21.1167 12.7 21.2C12.4667 21.2833 12.2333 21.325 12 21.325ZM12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12Z" fill="currentColor"></path> </symbol> <!-- more_horiz.svg --> <symbol id="more_horiz" viewBox="0 0 24 24"> <path d="M6 14C5.45 14 4.97917 13.8042 4.5875 13.4125C4.19583 13.0208 4 12.55 4 12C4 11.45 4.19583 10.9792 4.5875 10.5875C4.97917 10.1958 5.45 10 6 10C6.55 10 7.02083 10.1958 7.4125 10.5875C7.80417 10.9792 8 11.45 8 12C8 12.55 7.80417 13.0208 7.4125 13.4125C7.02083 13.8042 6.55 14 6 14ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14ZM18 14C17.45 14 16.9792 13.8042 16.5875 13.4125C16.1958 13.0208 16 12.55 16 12C16 11.45 16.1958 10.9792 16.5875 10.5875C16.9792 10.1958 17.45 10 18 10C18.55 10 19.0208 10.1958 19.4125 10.5875C19.8042 10.9792 20 11.45 20 12C20 12.55 19.8042 13.0208 19.4125 13.4125C19.0208 13.8042 18.55 14 18 14Z" fill="currentColor"></path> </symbol> <!-- my_location.svg --> <symbol id="my_location" viewBox="0 0 24 24"> <path d="M11.2498 22.2V20.4693C9.16647 20.2551 7.41264 19.4359 5.9883 18.0115C4.56397 16.5872 3.74472 14.8334 3.53055 12.75H1.7998V11.25H3.53055C3.74472 9.16672 4.56397 7.41288 5.9883 5.98855C7.41264 4.56421 9.16647 3.74496 11.2498 3.5308V1.80005H12.7498V3.5308C14.8331 3.74496 16.587 4.56421 18.0113 5.98855C19.4356 7.41288 20.2549 9.16672 20.4691 11.25H22.1998V12.75H20.4691C20.2549 14.8334 19.4356 16.5872 18.0113 18.0115C16.587 19.4359 14.8331 20.2551 12.7498 20.4693V22.2H11.2498ZM11.9998 19C13.9331 19 15.5831 18.3167 16.9498 16.95C18.3165 15.5834 18.9998 13.9334 18.9998 12C18.9998 10.0667 18.3165 8.41672 16.9498 7.05005C15.5831 5.68338 13.9331 5.00005 11.9998 5.00005C10.0665 5.00005 8.41647 5.68338 7.0498 7.05005C5.68314 8.41672 4.9998 10.0667 4.9998 12C4.9998 13.9334 5.68314 15.5834 7.0498 16.95C8.41647 18.3167 10.0665 19 11.9998 19ZM11.9998 15.5C11.0373 15.5 10.2134 15.1573 9.52805 14.4718C8.84255 13.7865 8.4998 12.9625 8.4998 12C8.4998 11.0375 8.84255 10.2136 9.52805 9.5283C10.2134 8.8428 11.0373 8.50005 11.9998 8.50005C12.9623 8.50005 13.7862 8.8428 14.4716 9.5283C15.1571 10.2136 15.4998 11.0375 15.4998 12C15.4998 12.9625 15.1571 13.7865 14.4716 14.4718C13.7862 15.1573 12.9623 15.5 11.9998 15.5ZM11.9998 14C12.5498 14 13.0206 13.8042 13.4123 13.4125C13.804 13.0209 13.9998 12.55 13.9998 12C13.9998 11.45 13.804 10.9792 13.4123 10.5875C13.0206 10.1959 12.5498 10 11.9998 10C11.4498 10 10.979 10.1959 10.5873 10.5875C10.1956 10.9792 9.9998 11.45 9.9998 12C9.9998 12.55 10.1956 13.0209 10.5873 13.4125C10.979 13.8042 11.4498 14 11.9998 14Z" fill="black"></path> </symbol> <!-- pause.svg --> <symbol id="pause" viewBox="0 0 24 24"> <path d="M16 19C15.45 19 14.9792 18.8042 14.5875 18.4125C14.1958 18.0208 14 17.55 14 17V7C14 6.45 14.1958 5.97917 14.5875 5.5875C14.9792 5.19583 15.45 5 16 5C16.55 5 17.0208 5.19583 17.4125 5.5875C17.8042 5.97917 18 6.45 18 7V17C18 17.55 17.8042 18.0208 17.4125 18.4125C17.0208 18.8042 16.55 19 16 19ZM8 19C7.45 19 6.97917 18.8042 6.5875 18.4125C6.19583 18.0208 6 17.55 6 17V7C6 6.45 6.19583 5.97917 6.5875 5.5875C6.97917 5.19583 7.45 5 8 5C8.55 5 9.02083 5.19583 9.4125 5.5875C9.80417 5.97917 10 6.45 10 7V17C10 17.55 9.80417 18.0208 9.4125 18.4125C9.02083 18.8042 8.55 19 8 19Z" fill="currentColor"></path> </symbol> <!-- play_arrow.svg --> <symbol id="play_arrow" viewBox="0 0 24 24"> <path d="M8 17.175V6.82501C8 6.54168 8.1 6.30418 8.3 6.11251C8.5 5.92085 8.73333 5.82501 9 5.82501C9.08333 5.82501 9.17083 5.83751 9.2625 5.86251C9.35417 5.88751 9.44167 5.92501 9.525 5.97501L17.675 11.15C17.825 11.25 17.9375 11.375 18.0125 11.525C18.0875 11.675 18.125 11.8333 18.125 12C18.125 12.1667 18.0875 12.325 18.0125 12.475C17.9375 12.625 17.825 12.75 17.675 12.85L9.525 18.025C9.44167 18.075 9.35417 18.1125 9.2625 18.1375C9.17083 18.1625 9.08333 18.175 9 18.175C8.73333 18.175 8.5 18.0792 8.3 17.8875C8.1 17.6958 8 17.4583 8 17.175Z" fill="currentColor"></path> </symbol> <!-- print.svg --> <symbol id="print" viewBox="0 0 24 24"> <path d="M8 21C7.45 21 6.97917 20.8042 6.5875 20.4125C6.19583 20.0208 6 19.55 6 19V17H4C3.45 17 2.97917 16.8042 2.5875 16.4125C2.19583 16.0208 2 15.55 2 15V11C2 10.15 2.29167 9.4375 2.875 8.8625C3.45833 8.2875 4.16667 8 5 8H19C19.85 8 20.5625 8.2875 21.1375 8.8625C21.7125 9.4375 22 10.15 22 11V15C22 15.55 21.8042 16.0208 21.4125 16.4125C21.0208 16.8042 20.55 17 20 17H18V19C18 19.55 17.8042 20.0208 17.4125 20.4125C17.0208 20.8042 16.55 21 16 21H8ZM4 15H6C6 14.45 6.19583 13.9792 6.5875 13.5875C6.97917 13.1958 7.45 13 8 13H16C16.55 13 17.0208 13.1958 17.4125 13.5875C17.8042 13.9792 18 14.45 18 15H20V11C20 10.7167 19.9042 10.4792 19.7125 10.2875C19.5208 10.0958 19.2833 10 19 10H5C4.71667 10 4.47917 10.0958 4.2875 10.2875C4.09583 10.4792 4 10.7167 4 11V15ZM16 8V5H8V8H6V5C6 4.45 6.19583 3.97917 6.5875 3.5875C6.97917 3.19583 7.45 3 8 3H16C16.55 3 17.0208 3.19583 17.4125 3.5875C17.8042 3.97917 18 4.45 18 5V8H16ZM18 12.5C18.2833 12.5 18.5208 12.4042 18.7125 12.2125C18.9042 12.0208 19 11.7833 19 11.5C19 11.2167 18.9042 10.9792 18.7125 10.7875C18.5208 10.5958 18.2833 10.5 18 10.5C17.7167 10.5 17.4792 10.5958 17.2875 10.7875C17.0958 10.9792 17 11.2167 17 11.5C17 11.7833 17.0958 12.0208 17.2875 12.2125C17.4792 12.4042 17.7167 12.5 18 12.5ZM16 19V15H8V19H16Z" fill="currentColor"></path> </symbol> <!-- remove.svg --> <symbol id="remove" viewBox="0 0 24 24"> <path d="M6 13C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H6Z" fill="currentColor"></path> </symbol> <!-- unpaved_road.svg --> <symbol id="unpaved_road" viewBox="0 0 24 24"> <path d="M16.95 19.35C16.7667 19.4667 16.5833 19.575 16.4 19.675C16.2167 19.775 16.025 19.8667 15.825 19.95C15.575 20.0667 15.3208 20.0667 15.0625 19.95C14.8042 19.8333 14.625 19.6417 14.525 19.375C14.425 19.125 14.4375 18.8792 14.5625 18.6375C14.6875 18.3958 14.875 18.2167 15.125 18.1C15.1917 18.0667 15.2542 18.0333 15.3125 18C15.3708 17.9667 15.4333 17.9333 15.5 17.9L12.175 14.575V17.35C12.175 17.8 11.9708 18.1125 11.5625 18.2875C11.1542 18.4625 10.7917 18.3917 10.475 18.075L7.175 14.775H4.175C3.89167 14.775 3.65417 14.6792 3.4625 14.4875C3.27083 14.2958 3.175 14.0583 3.175 13.775V9.775C3.175 9.49167 3.27083 9.25417 3.4625 9.0625C3.65417 8.87083 3.89167 8.775 4.175 8.775H6.375L2.275 4.675C2.09167 4.49167 2 4.25833 2 3.975C2 3.69167 2.09167 3.45833 2.275 3.275C2.45833 3.09167 2.69167 3 2.975 3C3.25833 3 3.49167 3.09167 3.675 3.275L20.675 20.275C20.8583 20.4583 20.95 20.6917 20.95 20.975C20.95 21.2583 20.8583 21.4917 20.675 21.675C20.4917 21.8583 20.2583 21.95 19.975 21.95C19.6917 21.95 19.4583 21.8583 19.275 21.675L16.95 19.35ZM19.175 11.75C19.175 10.3667 18.8083 9.10417 18.075 7.9625C17.3417 6.82083 16.3583 5.96667 15.125 5.4C14.875 5.28333 14.6917 5.10417 14.575 4.8625C14.4583 4.62083 14.4417 4.375 14.525 4.125C14.625 3.85833 14.8042 3.66667 15.0625 3.55C15.3208 3.43333 15.5833 3.43333 15.85 3.55C17.4667 4.26667 18.7583 5.35833 19.725 6.825C20.6917 8.29167 21.175 9.93333 21.175 11.75C21.175 12.3 21.125 12.8458 21.025 13.3875C20.925 13.9292 20.7833 14.45 20.6 14.95C20.4667 15.3167 20.2625 15.5458 19.9875 15.6375C19.7125 15.7292 19.4583 15.7333 19.225 15.65C18.9917 15.5667 18.8042 15.4167 18.6625 15.2C18.5208 14.9833 18.5167 14.7333 18.65 14.45C18.8333 14.0167 18.9667 13.5792 19.05 13.1375C19.1333 12.6958 19.175 12.2333 19.175 11.75ZM14.95 8.2C15.5 8.55 15.925 9.075 16.225 9.775C16.525 10.475 16.675 11.1417 16.675 11.775V12.025C16.675 12.1083 16.6667 12.1917 16.65 12.275C16.6167 12.4917 16.5 12.6333 16.3 12.7C16.1 12.7667 15.9167 12.7167 15.75 12.55L14.475 11.275C14.375 11.175 14.3 11.0625 14.25 10.9375C14.2 10.8125 14.175 10.6833 14.175 10.55V8.625C14.175 8.425 14.2625 8.27917 14.4375 8.1875C14.6125 8.09583 14.7833 8.1 14.95 8.2ZM9.925 6.725C9.825 6.625 9.775 6.50833 9.775 6.375C9.775 6.24167 9.825 6.125 9.925 6.025L10.475 5.475C10.7917 5.15833 11.1542 5.0875 11.5625 5.2625C11.9708 5.4375 12.175 5.75 12.175 6.2V7.775C12.175 8.00833 12.075 8.16667 11.875 8.25C11.675 8.33333 11.4917 8.29167 11.325 8.125L9.925 6.725ZM10.175 14.925V12.575L8.375 10.775H5.175V12.775H8.025L10.175 14.925Z" fill="currentColor"></path> </symbol> <!-- volume_up.svg --> <symbol id="volume_up" viewBox="0 0 24 24"> <path d="M19 12.2875C19 10.9042 18.6333 9.64167 17.9 8.5C17.1667 7.35833 16.1833 6.50417 14.95 5.9375C14.7 5.82083 14.5167 5.64167 14.4 5.4C14.2833 5.15833 14.2667 4.9125 14.35 4.6625C14.45 4.39583 14.6292 4.20417 14.8875 4.0875C15.1458 3.97083 15.4083 3.97083 15.675 4.0875C17.2917 4.80417 18.5833 5.9 19.55 7.375C20.5167 8.85 21 10.4875 21 12.2875C21 14.0875 20.5167 15.725 19.55 17.2C18.5833 18.675 17.2917 19.7708 15.675 20.4875C15.4083 20.6042 15.1458 20.6042 14.8875 20.4875C14.6292 20.3708 14.45 20.1792 14.35 19.9125C14.2667 19.6625 14.2833 19.4167 14.4 19.175C14.5167 18.9333 14.7 18.7542 14.95 18.6375C16.1833 18.0708 17.1667 17.2167 17.9 16.075C18.6333 14.9333 19 13.6708 19 12.2875ZM7 15.3125H4C3.71667 15.3125 3.47917 15.2167 3.2875 15.025C3.09583 14.8333 3 14.5958 3 14.3125V10.3125C3 10.0292 3.09583 9.79167 3.2875 9.6C3.47917 9.40833 3.71667 9.3125 4 9.3125H7L10.3 6.0125C10.6167 5.69583 10.9792 5.625 11.3875 5.8C11.7958 5.975 12 6.2875 12 6.7375V17.8875C12 18.3375 11.7958 18.65 11.3875 18.825C10.9792 19 10.6167 18.9292 10.3 18.6125L7 15.3125ZM16.5 12.3125C16.5 13.0125 16.3417 13.675 16.025 14.3C15.7083 14.925 15.2917 15.4375 14.775 15.8375C14.6083 15.9375 14.4375 15.9417 14.2625 15.85C14.0875 15.7583 14 15.6125 14 15.4125V9.1625C14 8.9625 14.0875 8.81667 14.2625 8.725C14.4375 8.63333 14.6083 8.6375 14.775 8.7375C15.2917 9.15417 15.7083 9.67917 16.025 10.3125C16.3417 10.9458 16.5 11.6125 16.5 12.3125ZM10 9.1625L7.85 11.3125H5V13.3125H7.85L10 15.4625V9.1625Z" fill="currentColor"></path> </symbol> </svg> </div> <script> !function(){ const spriteContainer = document.getElementById("fmc-icon-sprites"); if (!spriteContainer) { return; } const spriteUrl = spriteContainer.getAttribute("data-url"); if (!spriteUrl) { return; } fetch(spriteUrl).then(function(response){ if (!response.ok) { throw new Error("HTTP "+response.status+" "+response.statusText); } return response.text(); }).then(function(svgContent){ if (!svgContent) { return; } spriteContainer.innerHTML=svgContent; }).catch(function(){}); }(); </script> <main class="main-container"> </main> <div class="zipcode-overlay"> <div class="metrics-actions hidden"></div> <div class="zipcode-overlay__content" role="dialog" tabindex="-1"> <button type="button" role="button" aria-label="Close" class="icon icon-close zipcode-toggle-popup"> <span> <svg aria-label="Close" aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </span> </button> <div class="header_section"> <h2 class="header" aria-labelledby="Find local incentives">Find local incentives</h2> <p class="description">Enter your ZIP code so we can find incentives near you.</p> </div> <div class="zipcode-overlay__form" data-zip-errormsg="Please enter a valid 5-digit ZIP code"> <label class="zipcode-overlay_label">ZIP code</label> <div class="zipcode-overlay_field"> <input type="text" class="zipcode-overlay__input" aria-label="ZIP code" maxlength="5"> <span class="icon-info"></span> </div> <div class="error_msg">Please enter a valid 5-digit ZIP code</div> </div> <div class="zipcode-overlay__location_submit"> <button type="button" class="zipcode-overlay__submit cmp-button"> Submit location </button> <button type="button" data-url="#" class="zipcode-overlay_uselocation">Use my location</button> </div> </div> </div> <!-- locationVerificationModal.html --> <div class="cmp-location-verification-modal" data-component-name="Location Verification Modal" data-loc-verify-headline="Find local incentives" data-loc-verify-description="Enter your ZIP code so we can find incentives and dealers near you." data-loc-verify-zip-label="ZIP code" data-loc-verify-error-msg="Please enter a valid ZIP code" data-loc-verify-submit-label="Submit Location" data-loc-verify-use-location-label="Use My Location" data-loc-verify-finding-location-label="Finding Location..." data-loc-verify-close-aria-label="Close" data-loc-verify-dealer-label="Closest Dealer" data-comp-init="true"> <div class="cmp-location-verification-modal__overlay" role="dialog" aria-modal="true" aria-labelledby="loc-verify-title" tabindex="-1" style="display:none;"> <div class="cmp-location-verification-modal__content"> <button type="button" class="cmp-location-verification-modal__close" aria-label="Close"> <svg aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </button> <div class="cmp-location-verification-modal__header"> <h2 id="loc-verify-title" class="cmp-location-verification-modal__title"> Find local incentives </h2> <p class="cmp-location-verification-modal__subtitle"> Enter your ZIP code so we can find incentives and dealers near you. </p> </div> <div class="cmp-location-verification-modal__form"> <label class="cmp-location-verification-modal__label" for="loc-verify-input"> ZIP code </label> <div class="cmp-location-verification-modal__field"> <input type="text" id="loc-verify-input" class="cmp-location-verification-modal__input" aria-label="ZIP code" aria-describedby="loc-verify-error" autocomplete="postal-code"> </div> <div id="loc-verify-error" class="cmp-location-verification-modal__error" role="alert" aria-live="assertive" style="display:none;"> Please enter a valid ZIP code </div> </div> <div class="cmp-location-verification-modal__dealer-preview" style="display:none;"> <p class="cmp-location-verification-modal__dealer-label">Closest Dealer</p> <p class="cmp-location-verification-modal__dealer-name"></p> <p class="cmp-location-verification-modal__dealer-address"></p> </div> <div class="cmp-location-verification-modal__actions"> <button type="button" class="cmp-location-verification-modal__use-location cmp-button cmp-button--secondary"> Use My Location </button> <button type="button" class="cmp-location-verification-modal__submit cmp-button cmp-button--primary"> Submit Location </button> </div> </div> </div> </div> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-lazysizes.lc--lc.min.js"></script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-picturefill.lc--lc.min.js"></script> <!-- Render the New Syndicated Header HTML content --> <link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-header.lc--lc.min.css" type="text/css"><link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-footer.lc--lc.min.css" type="text/css"><link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-blank-page.lc--lc.min.css" type="text/css"> <div class="promobanner promoBanner"> </div><header class="header header--theme-transparent-on-dark" data-cmp-is="header"> <div class="metrics-actions hidden"></div> <svg style="display: none" xmlns="http://www.w3.org/2000/svg"> <symbol id="navigation-menu-ford-logo" viewBox="0 0 80 30"> <path d="M40 0C17.7988 0 0 6.65555 0 15C0 23.2944 17.9432 30 40 30C62.0568 30 80 23.2722 80 15C80 6.72778 62.0568 0 40 0Z" fill="#00095B"></path> <path d="M63.4981 10.6943C63.5509 10.6027 63.4953 10.536 63.3787 10.536C62.7759 10.536 61.9843 10.536 61.3566 10.536C61.2066 10.536 61.1288 10.5555 61.0594 10.6943C60.8288 11.1388 58.004 15.3721 57.4763 16.1943C57.3874 16.3193 57.2791 16.3027 57.268 16.161C57.2152 15.6721 56.793 15.111 56.1292 14.8416C55.6236 14.636 55.1265 14.5999 54.6126 14.6666C53.6849 14.7916 52.8544 15.2805 52.1267 15.8332C51.0295 16.6666 50.0824 17.7471 48.863 18.5471C48.1964 18.9805 47.2826 19.361 46.6715 18.7943C46.1187 18.2805 46.1799 17.1416 47.027 16.261C47.1159 16.1693 47.2242 16.2471 47.2076 16.3277C47.127 16.7249 47.227 17.1221 47.527 17.3999C47.8964 17.7305 48.4241 17.7693 48.8769 17.5471C49.4102 17.2832 49.7241 16.7721 49.8157 16.1916C49.9574 15.2916 49.2658 14.4999 48.3991 14.436C47.6964 14.386 47.0215 14.6305 46.3632 15.1749C46.0326 15.4471 45.8465 15.6499 45.5605 16.0555C45.491 16.1555 45.3855 16.1666 45.3882 16.0193C45.4216 14.8693 44.9438 14.2221 43.9939 14.1999C43.2551 14.1832 42.4662 14.5832 41.8524 15.0721C41.1774 15.6138 40.5886 16.3305 39.9581 17.0055C39.8803 17.0888 39.8109 17.086 39.7886 16.9249C39.7692 16.161 39.5775 15.4249 39.2248 14.8999C39.0998 14.7166 38.8359 14.6277 38.6165 14.7499C38.5137 14.8055 38.161 14.9693 37.9027 15.1777C37.7749 15.2832 37.7249 15.436 37.7804 15.6305C38.1221 16.7693 38.0471 18.0638 37.5832 19.1582C37.1583 20.161 36.3333 21.0638 35.3639 21.3693C34.7251 21.5721 34.0613 21.4721 33.6502 20.9055C33.0863 20.1249 33.3141 18.7638 34.1557 17.636C34.8973 16.6416 35.9722 16.011 37.0416 15.6055C37.1666 15.5582 37.1944 15.4749 37.1583 15.3693C37.0999 15.1943 37.0083 14.9527 36.9694 14.8443C36.8722 14.5832 36.5972 14.5416 36.2611 14.5777C35.4834 14.6693 34.7806 14.936 34.089 15.3055C32.2725 16.2777 31.3642 18.1582 30.9642 19.1666C30.7726 19.6499 30.6087 19.9527 30.3948 20.2193C30.1087 20.5777 29.7504 20.9055 29.0922 21.4832C29.0338 21.536 28.9894 21.6471 29.0394 21.7499C29.106 21.8888 29.4477 22.3721 29.5449 22.4138C29.6504 22.4666 29.7754 22.3916 29.8254 22.3582C30.2865 22.0471 30.8337 21.5527 31.1031 21.2166C31.1976 21.1027 31.2948 21.1499 31.3448 21.3249C31.5948 22.2221 32.253 22.9527 33.1641 23.2582C34.8279 23.8193 36.5555 23.0082 37.8582 21.5916C38.6859 20.6916 38.9859 20.1138 39.3026 19.7221C39.8414 19.0555 40.9024 17.5638 42.1662 16.6055C42.6301 16.2527 43.1773 15.9832 43.455 16.161C43.6773 16.3055 43.7467 16.6388 43.3939 17.2832C42.1051 19.636 40.208 22.4027 39.8608 23.0721C39.797 23.1888 39.8525 23.2805 39.9747 23.2805C40.6497 23.2777 41.3163 23.2777 41.9301 23.2777C42.0329 23.2721 42.0774 23.2277 42.1274 23.1555C43.1162 21.6082 44.0467 20.1332 45.0438 18.611C45.0994 18.5221 45.1521 18.5916 45.1521 18.6305C45.1716 18.9832 45.2605 19.4666 45.4688 19.786C45.8465 20.3721 46.3798 20.6249 46.9742 20.6305C47.4464 20.636 47.6853 20.5638 48.1936 20.3749C48.6075 20.2221 48.9408 20.0193 49.1935 19.8388C49.3435 19.736 49.3685 19.9082 49.3657 19.936C49.138 21.1638 49.4185 22.6221 50.6407 23.2249C52.1017 23.9443 53.7071 22.9332 54.632 22.0193C54.7237 21.9305 54.8181 21.9416 54.8293 22.1305C54.8487 22.4805 55.007 22.8943 55.2959 23.1832C56.0708 23.961 57.6318 23.6527 59.2012 22.4388C60.2067 21.661 61.2621 20.5638 62.2121 19.3999C62.2482 19.3555 62.2732 19.2832 62.2065 19.2082C62.0621 19.0555 61.851 18.8832 61.7093 18.7499C61.6427 18.6943 61.5482 18.711 61.4927 18.7527C60.5177 19.6805 59.64 20.7388 58.3707 21.6138C57.9429 21.9138 57.2596 22.1527 56.9541 21.7388C56.8347 21.5777 56.8486 21.3555 56.9652 21.0638C57.3374 20.1416 63.1953 11.2221 63.4981 10.6943ZM55.7542 18.1749C55.7653 18.2443 55.8542 18.3082 55.9431 18.3416C55.9736 18.3527 55.9903 18.3749 55.957 18.4471C55.707 18.9805 55.4792 19.2888 55.1653 19.7527C54.8793 20.1805 54.5543 20.5166 54.1626 20.836C53.571 21.3249 52.7516 21.8582 52.0739 21.4999C51.7739 21.3443 51.6434 20.9221 51.6489 20.5805C51.6656 19.6193 52.0906 18.636 52.8794 17.6666C53.8404 16.4832 54.9042 15.8693 55.6014 16.2055C56.3236 16.5499 56.0931 17.386 55.7709 18.0416C55.7431 18.0916 55.7431 18.1332 55.7542 18.1749Z" fill="white"></path> <path d="M21.0065 23.2525C18.8233 23.2692 16.8984 21.9192 16.6762 19.5803C16.554 18.2859 16.9207 17.1303 17.6512 16.1803C18.3011 15.3331 19.4011 14.6303 20.3315 14.4581C20.6343 14.4025 21.0426 14.4387 21.2093 14.6387C21.4731 14.947 21.3981 15.2831 21.1343 15.4192C20.4232 15.7831 19.5677 16.4025 19.1455 17.2498C18.8011 17.9414 18.7317 18.7775 19.2566 19.572C20.1343 20.897 22.5786 20.9331 24.8535 18.8192C25.4173 18.3025 25.92 17.8053 26.4339 17.2164C27.4338 16.072 27.7671 15.6553 29.1004 13.8081C29.117 13.7859 29.1198 13.7581 29.1143 13.7442C29.1032 13.722 29.0837 13.7137 29.0448 13.7109C28.156 13.7359 27.3811 13.9998 26.6283 14.5637C26.4117 14.722 26.1006 14.6998 25.9617 14.4914C25.8089 14.2553 25.92 13.9498 26.17 13.7775C27.3811 12.9359 28.7032 12.7831 30.0559 12.5553C30.0559 12.5553 30.1503 12.5609 30.2281 12.4581C30.7836 11.747 31.2002 11.1025 31.7919 10.3831C32.3863 9.65254 33.1584 8.9831 33.7445 8.47754C34.5667 7.77199 35.0916 7.5331 35.6277 7.24421C35.7694 7.17199 35.611 7.0831 35.5666 7.0831C32.5807 6.52199 29.4754 5.79421 26.5089 6.89421C24.4535 7.66088 23.5535 9.29143 23.9868 10.3775C24.2952 11.1498 25.309 11.2748 26.2617 10.8109C27.0505 10.4248 27.781 9.79976 28.3004 8.99699C28.5893 8.55254 29.2004 8.87199 28.8698 9.64699C28.0032 11.6887 26.3422 13.3053 24.3229 13.3748C22.6036 13.4303 21.4954 12.1664 21.4981 10.6053C21.5037 7.52754 24.9312 5.49976 28.531 5.19699C32.8668 4.83865 36.9748 5.99421 41.2773 6.51643C44.5771 6.91643 47.738 6.92476 51.0544 6.16365C51.4461 6.07754 51.721 6.32754 51.696 6.72476C51.6627 7.29699 51.2211 7.84699 50.1295 8.44421C48.8879 9.12476 47.588 9.3331 46.2325 9.34421C42.9522 9.37199 39.8941 8.09143 36.7332 7.40532C36.7387 7.54421 36.7721 7.7081 36.6582 7.79699C34.9055 9.08865 33.3223 10.4025 32.2613 12.2442C32.2252 12.2859 32.2446 12.3275 32.3057 12.322C33.2279 12.272 34.0556 12.2498 34.9139 12.1803C35.0639 12.1692 35.0694 12.1303 35.0555 12.0192C34.9805 11.3831 35.1638 10.6609 35.7249 10.1609C36.2971 9.64699 37.0137 9.58865 37.4887 9.9581C38.0275 10.3775 37.9803 11.1359 37.6859 11.7025C37.3859 12.2775 36.8887 12.5859 36.4138 12.7359C36.4138 12.7359 36.3138 12.7581 36.3277 12.8498C36.3471 12.9942 36.9943 13.3553 37.0498 13.4498C37.1026 13.5414 37.0748 13.6831 36.9776 13.7914C36.9082 13.8692 36.8026 13.9442 36.6637 13.9414C36.5526 13.9387 36.486 13.8998 36.3415 13.8248C36.0499 13.6664 35.686 13.4081 35.4444 13.1025C35.3611 12.9998 35.3194 12.997 35.1139 13.0081C34.1834 13.0609 32.7335 13.2025 31.7502 13.3248C31.5113 13.3553 31.478 13.3998 31.428 13.4803C29.8614 16.0637 28.1893 18.8498 26.3506 20.7164C24.3813 22.7137 22.7425 23.2387 21.0065 23.2525ZM35.936 11.772C35.961 11.9053 36.0138 11.9303 36.0721 11.9192C36.3693 11.8609 36.6971 11.6137 36.8915 11.3303C37.0665 11.072 37.1498 10.6998 36.9748 10.5498C36.8193 10.4164 36.5638 10.4525 36.3777 10.6192C36.0027 10.9498 35.8888 11.4192 35.936 11.772Z" fill="white"></path> <path d="M39.9997 28.6919C18.829 28.6919 1.66907 22.5641 1.66907 15.003C1.66907 7.44193 18.829 1.31415 39.9997 1.31415C61.1677 1.31415 78.3249 7.44193 78.3249 15.003C78.3249 22.5641 61.1649 28.6919 39.9997 28.6919ZM39.9997 2.45304C19.5734 2.45304 3.01897 8.09748 3.01897 15.003C3.01897 21.9114 19.5762 27.5558 39.9997 27.5558C60.4233 27.5558 76.9805 21.9114 76.9805 15.003C76.9777 8.09748 60.4233 2.45304 39.9997 2.45304Z" fill="white"></path> </symbol> <symbol id="navigation-menu-plus" viewBox="0 0 24 24"> <path d="M10.9 0v10.9H0v2.2h10.9V24h2.2V13.1H24v-2.2H13.1V0z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-minus" viewBox="0 0 24 24"> <path d="M0 10.9v2.2h24v-2.2z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-search" viewBox="0 0 24 24"> <path d="M2.6 9.6c0-3.9 3.2-7.1 7.1-7.1s7.1 3.2 7.1 7.1-3.2 7.1-7.1 7.1-7.1-3.2-7.1-7.1m20.2 13.2c.3-.3.3-.8 0-1.1l-6.5-6.5c1.5-1.8 2.2-4.1 2-6.4-.4-3.9-3.5-7.2-7.5-7.7C6 .5 1.7 3.8 1.1 8.5v2.2c.5 3.9 3.7 7.1 7.7 7.5 2.3.3 4.7-.5 6.4-2l6.5 6.5c.3.3.8.3 1.1 0" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-up" viewBox="0 0 24 13.4"> <path d="M12, 0L0, 12l1.4, 1.4L12, 2.8l10.6, 10.6, 1.4-1.4L12, 0Z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-right" viewBox="0 0 13 24"> <path d="M1.4 0 13 12 1.4 24 0 22.6 10.3 12 0 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-down" viewBox="0 0 24 13.4"> <path d="m12 13.4 12-12L22.6 0 12 10.6 1.4 0 0 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-left" viewBox="0 0 13 24"> <path d="M11.6 0 0 12l11.6 12 1.4-1.4L2.7 12 13 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="vehicle-link-hybrid" viewBox="0 0 15.4 16"> <path d="M9.2 5.7h1.3v5H9.2V8.9h-3v1.8H4.9v-5h1.3v1.8h3zm6.2-.1-1.8-3.1h-2.8L9.4 0H5.9L4.5 2.4H1.8L0 5.5 1.4 8 0 10.4l1.8 3.1h2.8L6 15.9h3.5l1.4-2.5h2.8l1.8-3.1-1.4-2.5 1.4-2.4Z" fill="#6aad40"></path> </symbol> <symbol id="close" viewBox="0 0 24 24"> <g> <path d="M12 13.4L7.09999 18.3C6.91665 18.4834 6.68332 18.575 6.39999 18.575C6.11665 18.575 5.88332 18.4834 5.69999 18.3C5.51665 18.1167 5.42499 17.8834 5.42499 17.6C5.42499 17.3167 5.51665 17.0834 5.69999 16.9L10.6 12L5.69999 7.10005C5.51665 6.91672 5.42499 6.68338 5.42499 6.40005C5.42499 6.11672 5.51665 5.88338 5.69999 5.70005C5.88332 5.51672 6.11665 5.42505 6.39999 5.42505C6.68332 5.42505 6.91665 5.51672 7.09999 5.70005L12 10.6L16.9 5.70005C17.0833 5.51672 17.3167 5.42505 17.6 5.42505C17.8833 5.42505 18.1167 5.51672 18.3 5.70005C18.4833 5.88338 18.575 6.11672 18.575 6.40005C18.575 6.68338 18.4833 6.91672 18.3 7.10005L13.4 12L18.3 16.9C18.4833 17.0834 18.575 17.3167 18.575 17.6C18.575 17.8834 18.4833 18.1167 18.3 18.3C18.1167 18.4834 17.8833 18.575 17.6 18.575C17.3167 18.575 17.0833 18.4834 16.9 18.3L12 13.4Z" fill="currentColor"></path> </g> </symbol> <symbol id="vehicle-link-electric" viewBox="0 0 15.8 16"> <path d="M1.9 7.4H.7C1 3.9 3.8 1.1 7.2.8V2c-2.8.3-5.1 2.6-5.4 5.4m5.4 6.7v1.2C3.8 15 1 12.2.7 8.7h1.2c.3 2.9 2.5 5.1 5.4 5.4M15 8.7c-.3 3.5-3.1 6.3-6.5 6.6v-1.2c2.8-.3 5-2.6 5.3-5.4zM8.5 2V.8c3.4.3 6.2 3.1 6.5 6.6h-1.2c-.3-2.9-2.5-5.1-5.3-5.4m2.3 4.6H6.2s-.3 0-.3.3v.6h4.7v1.2H5.9v.6c0 .2.2.3.3.3h4.6v1.2H6.3c-1.3 0-1.6-1.2-1.7-1.6v-2c0-.4.4-1.6 1.7-1.6h4.5v1.2ZM7.9 0C3.5 0 0 3.6 0 8s3.5 8 7.9 8 7.9-3.6 7.9-8-3.6-8-7.9-8" fill="#009cc8"></path> </symbol> <symbol id="vehicle-link-electric-canada" viewBox="0 0 13.9 16"> <path d="M6.9 0 0 4v8l6.9 4 6.9-4V4z" fill="#00a5b5"></path> <path d="m6.9 1-6 3.5v7l6 3.5 6-3.5v-7zm5 9.9-5 2.9-5-2.9V5.1l5-2.9 5 2.9z" fill="#fff"></path> <path d="M9.5 7.4c0-.8-.3-1.5-1.8-1.5H4.8V10h1.1V8.9h1.5l.7 1.2h1.2l-.8-1.4c.7-.2.9-.8.9-1.4Zm-3.6-.5h1.8c.5 0 .6.1.6.5s-.2.5-.6.5H5.9V6.8Z" fill="#fff"></path> </symbol> <symbol id="vehicle-link-plugin" viewBox="0 0 13.6 16"> <path d="M7.8 8.2c.6 0 .8-.2.8-.7s-.2-.7-.8-.7H5.6v1.3h2.2ZM4.2 5.6h3.6c1.7 0 2.1.8 2.1 1.8s-.4 1.9-2.2 1.9H5.6v1.4H4.2zM0 4v8l6.8 4 6.8-4V4L6.8 0z" fill="#009ba5"></path> </symbol> <symbol id="navigation-menu-my-account" viewBox="0 0 24 24"> <path d="M8.8 6.3c0 1.8 1.4 3.2 3.2 3.2s3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2-3.2 1.4-3.2 3.2m8 0c0 2.7-2.1 4.8-4.8 4.8S7.2 8.9 7.2 6.3 9.3 1.5 12 1.5s4.8 2.2 4.8 4.8m1.6 12.2v2.4H5.6v-2.4c0-2.2 1.8-4 4-4h4.8c2.2 0 4 1.8 4 4M4 22.5h16v-4c0-3.1-2.5-5.7-5.6-5.7H9.6c-3.1 0-5.6 2.5-5.6 5.7z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-my-account-authenticated" viewBox="0 0 16 16"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.7995 5.1999C10.7995 6.7599 9.55946 7.9999 7.99946 7.9999C6.43946 7.9999 5.19946 6.7599 5.19946 5.1999C5.19946 3.6399 6.43946 2.3999 7.99946 2.3999C9.55946 2.3999 10.7995 3.6399 10.7995 5.1999ZM3.19922 14.4003H12.7992V12.0003C12.7992 10.2403 11.3592 8.80029 9.59922 8.80029H6.39922C4.63922 8.80029 3.19922 10.2403 3.19922 12.0003V14.4003Z" fill="#00095B"></path> </symbol> <symbol id="navigation-menu-language-selector" viewBox="0 0 24 24"> <path d="M14.7 21c1.7-2.5 2.6-5.3 2.8-8.2h3.9c-.3 3.9-3 7.1-6.7 8.2M2.6 12.8h3.9c.1 2.9 1.1 5.8 2.8 8.2-3.6-1.1-6.3-4.3-6.7-8.2M9.3 3c-1.7 2.5-2.6 5.3-2.8 8.2H2.6c.3-3.9 3-7.1 6.7-8.2m3.5 8.2V3c1.9 2.4 3 5.3 3.1 8.2zm0 1.6h3.1c-.2 2.9-1.2 5.8-3.1 8.2zm-1.6 0V21c-1.9-2.4-3-5.3-3.1-8.2zm0-1.6H8.1c.2-2.9 1.2-5.8 3.1-8.2zm10.2 0h-3.9c-.1-2.9-1.1-5.8-2.8-8.2 3.6 1.1 6.3 4.3 6.7 8.2M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-new-window" viewBox="0 0 24 24"> <path d="M16.4 0H24v7.6h-2.8V4.8l-7.6 7.6-2.1-2.1 7.6-7.6h-2.8V0ZM0 2.9h11.8v2H2V22h17.1v-9.8h2V24H0z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-heart" viewBox="0 0 25 22.9"> <path d="m12.8 2.5-.3.3-.3-.3c-2.7-2.7-7-2.7-9.7 0s-2.7 7 0 9.7l.3.3 9.7 9.7 9.7-9.7.3-.3c2.7-2.7 2.7-7 0-9.7s-7-2.7-9.7 0Z" fill="none" stroke="currentColor" stroke-width="1.5px"></path> </symbol> <symbol id="navigation-menu-cart" viewBox="0 0 24 24"> <path d="M8.9 13.4 21.5 12V7.3L7 5.8zM2.6 2.6C1.7 2.6 1 1.9 1 1h4.7l.8 3.2L23 5.9V12c0 .8-.6 1.5-1.4 1.6L8.2 15.1l-1 1.7h12.6c.9 0 1.6.7 1.6 1.6H7.3c-1.2 0-2-1.3-1.4-2.3l1.4-2.4L4.5 2.6zm6.3 17.3c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6 1.6-.7 1.6-1.6-.7-1.6-1.6-1.6m9.4 0c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6 1.6-.7 1.6-1.6-.7-1.6-1.6-1.6" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-clear" viewBox="0 0 16 16"> <path d="m8.6 0 1 .2c3.1.6 5.5 3.1 6.2 6.2v1c.1.4.2.9.1 1.3-.4 6.3-8 9.6-13 5.6C-2.6 9.8.1.6 7.3 0s1.3 0 1.3 0m-1 1.2c-6 .4-8.7 7.9-4.1 11.9 5.1 4.5 12.8-.5 11.1-6.9-.8-3-3.9-5.3-7-5.1Z" fill="currentColor"></path> <path d="M5.4 4.6 8 7.2l2.6-2.6.8.8L8.8 8l2.6 2.6-.8.8L8 8.8l-2.6 2.6-.8-.8L7.2 8 4.6 5.4z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-link" viewBox="0 0 16 16"> <path d="M.8 8c0 2.4 2 4.4 4.4 4.4h2v-.8h-2c-2 0-3.6-1.6-3.6-3.6s1.6-3.6 3.6-3.6h2v-.8h-2C2.8 3.6.8 5.6.8 8M12 7.6H4v.8h8zm-1.2-4c2.4 0 4.4 2 4.4 4.4s-2 4.4-4.4 4.4h-2v-.8h2c2 0 3.6-1.6 3.6-3.6s-1.6-3.6-3.6-3.6h-2v-.8z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-clock" viewBox="0 0 16 16"> <path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m0 1.1c3.7 0 6.9 3.1 6.9 6.9s-3.1 6.9-6.9 6.9S1.1 11.7 1.1 8 4.3 1.1 8 1.1m2.4 8.6q.45.45 0 .9t-.9 0L7.6 8.7c-.3-.3-.3-.6-.3-.9V2.9c0-.3.3-.6.6-.6s.6.3.6.6v4.9z" fill="currentColor"></path> </symbol> <symbol id="locate-dealer-icon" viewBox="0 0 24 24"> <mask id="mask0_62110_835" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"> <rect width="24" height="24" fill="white"></rect> </mask> <g mask="url(#mask0_62110_835)"> <path d="M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 21.325C11.7667 21.325 11.5333 21.2833 11.3 21.2C11.0667 21.1167 10.8583 20.9917 10.675 20.825C9.59167 19.825 8.63333 18.85 7.8 17.9C6.96667 16.95 6.27083 16.0292 5.7125 15.1375C5.15417 14.2458 4.72917 13.3875 4.4375 12.5625C4.14583 11.7375 4 10.95 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 10.95 19.8542 11.7375 19.5625 12.5625C19.2708 13.3875 18.8458 14.2458 18.2875 15.1375C17.7292 16.0292 17.0333 16.95 16.2 17.9C15.3667 18.85 14.4083 19.825 13.325 20.825C13.1417 20.9917 12.9333 21.1167 12.7 21.2C12.4667 21.2833 12.2333 21.325 12 21.325ZM12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12Z" fill="currentColor"></path> </g> </symbol> </svg> <div class="header__scrim"></div> <nav class="header__navbar" id="header__navbar" role="navigation" aria-label="Main Navigation"> <div class="header__navbar-container"> <a aria-label="Skip to content" class="header__skip-content visually-hidden" href="#header__content-end"> Skip to content </a> <div class="mobile-navigation"> <a class="mobile-navigation__brand" href="http://www.ford.com/"> <svg aria-label="Ford Home Page" height="30" width="80"> <title>Ford Home Page</title> <use href="#navigation-menu-ford-logo"></use> </svg> </a> <div class="mobile-navigation__toggle"> <button aria-controls="navigation-menu" class="mobile-navigation__toggle-button" type="button"> <span aria-hidden="true" class="mobile-navigation__toggle-lines"></span> <div class="mobile-navigation__toggle-label mobile-navigation__toggle-label--open visually-hidden"> display menu </div> <div aria-hidden="true" class="mobile-navigation__toggle-label mobile-navigation__toggle-label--close visually-hidden"> close menu </div> </button> </div> </div> <div class="navigation-menu" data-cmp-is="navigation-menu" id="navigation-menu"> <div class="navigation-menu__container" data-role-cfg="{&quot;mbl&quot;: &quot;list&quot;, &quot;dsk&quot;: &quot;presentation&quot;}" role="presentation"> <ul class="navigation-menu__unordered-list"> <a class="navigation-menu__brand" href="http://www.ford.com/" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:ford logo&quot;}}"> <svg aria-label="Ford Home Page" height="30" width="80"> <title>Ford Home Page</title> <use href="#navigation-menu-ford-logo"></use> </svg> </a> <li class="navigation-menu__list-item locate-dealer"> <a class="utility-item locate-dealer-link" href="//www.ford.com/content/brand_ford/en_us/brand/dealerships" id="brand-nav-lad-desktop-lnk" aria-label="Locate Dealer" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:locate dealer&quot;}}"> <span class="fgx-icon locate-dealer-icon icon-location-v2" aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <use href="#locate-dealer-icon"></use> </svg> </span> <span class="locate-dealer-label">Locate Dealer</span> </a> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Vehicles" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:vehicles&quot;}}"> <span class="navigation-menu__text">Vehicles</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable flyout--vehicle" data-cmp-is="vehicle-flyout"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Shop" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:shop&quot;}}"> <span class="navigation-menu__text">Shop</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button at-element-click-tracking" type="button" aria-label="Support &amp; Service" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:support and service&quot;}}"> <span class="navigation-menu__text">Support &amp; Service</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="For Business" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:for business&quot;}}"> <span class="navigation-menu__text">For Business</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item navigation-menu__list-item--hide-on-desktop navigation-menu__list-item--my-account" data-cmp-is="my-account-menu-item" data-authentication-state="logged out"> <button class="navigation-menu__list-item-button" type="button" aria-label="My Account" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:account&quot;}}"> <span class="my-account-auth-greeting"> Hi {firstName} </span> <span class="navigation-menu__text">My Account</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> </ul> <ul class="navigation-menu__unordered-list navigation-menu__unordered-list--icons"> <li class="navigation-menu__list-item search-bar" data-cmp-is="search-bar"> <form action="https://www.ford.com/search/" class="search-bar__form navigation-menu__list-item-button" method="GET" novalidate="" role="search" data-search-click-action="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:header{($typeahead,:)}&quot;}}" data-search-input-name="f:searchInputString"> <div class="search-bar__form-group"> <input aria-label="Type your search" autocapitalize="none" autocomplete="off" autocorrect="off" class="search-bar__input" maxlength="{55}" name="f:searchInputString" placeholder="Search" type="search"> <button aria-label="Search Submit" class="search-bar__button search-bar__submit" type="submit"> <svg aria-label="Search Submit" height="16" width="16"> <title>Search Submit</title> <use href="#navigation-menu-search"></use> </svg> </button> <button aria-label="Clear" class="search-bar__button search-bar__clear" type="button"> <svg aria-label="Clear" height="16" width="16"> <title>Clear</title> <use href="#navigation-menu-clear"></use> </svg> </button> </div> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> </form> <div class="flyout flyout--simple search-prompts"> <div class="search-prompts__recent"> <div class="search-prompts__heading"> <h6>Recent Searches</h6> <button class="search-prompts__clear-recent" type="button"> Clear </button> </div> <ul class="search-prompts__prompts search-prompts__prompts--recent"></ul> </div> <div class="search-prompts__suggested"> <div class="search-prompts__heading"> <h6>Suggested Searches</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--suggested"></ul> </div> <div class="search-prompts__history"> <div class="search-prompts__heading"> <h6>Search History</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--history"></ul> </div> <div class="flyout__tab-panels"> <div class="flyout__tab-panel"> <form action="https://www.ford.com/search/" class="search-bar__form search-bar__form--mobile search-bar__form--active" method="GET" novalidate="" role="search" data-search-input-name="f:searchInputString"> <button class="search-bar__close-flyout" type="button"> <svg aria-label="back" height="16" width="8.67"> <title>back</title> <use href="#navigation-menu-arrow-left"></use> </svg> </button> <div class="search-bar__form-group"> <input aria-label="Type your search" autocapitalize="none" autocomplete="off" autocorrect="off" class="search-bar__input" maxlength="{55}" name="f:searchInputString" placeholder="Search" type="search"> <button aria-label="Search Submit" class="search-bar__button search-bar__submit" type="submit" data-ford-metrics-click="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:header{($typeahead,:)}&quot;}}"> <svg aria-label="Search Submit" height="16" width="16"> <title>Search Submit</title> <use href="#navigation-menu-search"></use> </svg> </button> <button aria-label="Clear" class="search-bar__button search-bar__clear" type="button"> <svg aria-label="Clear" height="16" width="16"> <title>Clear</title> <use href="#navigation-menu-clear"></use> </svg> </button> </div> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> </form> <div class="search-prompts"> <div class="search-prompts__recent"> <div class="search-prompts__heading"> <h6>Recent Searches</h6> <button class="search-prompts__clear-recent" type="button"> Clear </button> </div> <ul class="search-prompts__prompts search-prompts__prompts--recent"></ul> </div> <div class="search-prompts__suggested"> <div class="search-prompts__heading"> <h6>Suggested Searches</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--suggested"></ul> </div> <div class="search-prompts__history"> <div class="search-prompts__heading"> <h6>Search History</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--history"></ul> </div> </div> </div> </div> </div> </li> <li class="navigation-menu__list-item locate-dealer"> <a class="utility-item locate-dealer-link" href="//www.ford.com/content/brand_ford/en_us/brand/dealerships" id="brand-nav-lad-desktop-lnk" aria-label="Locate Dealer" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:locate dealer&quot;}}"> <span class="fgx-icon locate-dealer-icon icon-location-v2" aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <use href="#locate-dealer-icon"></use> </svg> </span> <span class="locate-dealer-label">Locate Dealer</span> </a> </li> <li class="navigation-menu__list-item navigation-menu__list-item--my-account" data-cmp-is="my-account-menu-item" data-authentication-state="logged out"> <button class="navigation-menu__list-item-button" type="button" aria-label="My Account" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:account&quot;}}"> <svg aria-label="My Account" height="16" width="16"> <title>My Account</title> <use href="#navigation-menu-my-account"></use> </svg> <span class="my-account-auth-greeting"> Hi {firstName} </span> </button> <div class="flyout flyout--simple"> <div class="flyout__headline-container"> <p class="flyout__headline">Get more with a Ford Account</p> <p class="flyout__description">Sign in for easier vehicle and accessories shopping, order tracking or to manage your vehicle.</p> <div class="flyout__headline-cta-container"> <a aria-label="Sign In" class="cmp-button cmp-button--primary cmp-button--on-background-light cmp-button--color-blue " data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:sign in:header&quot;}}" href="#$userSignIn"> <span class="cmp-button__text">Sign In</span> </a> <a aria-label="Create Account" class="cmp-button cmp-button--primary cmp-button--on-background-light cmp-button--color-blue " data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:create account:header&quot;}}" href="#$userCreateAccount"> <span class="cmp-button__text">Create Account</span> </a> </div> </div> <div class="flyout__button-list"> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/?gnav=header-account" style="--transition-delay: 0" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:account:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:account&quot;}}" data-auth-type="user"> {firstName}'s Account </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/vehicle-order-tracking/?gnav=header-account" style="--transition-delay: 0;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:cvot:lp:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:cvot:lp&quot;}}" data-auth-type="anonymous"> Check Order Status </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/support/vehicle-dashboard/?gnav=header-account" style="--transition-delay: 2" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:account:add vehicle:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:account:add vehicle&quot;}}" data-auth-type="user"> Vehicle Dashboard </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/order-history?gnav=header-account" style="--transition-delay: 3" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:orders:header&quot;}}" data-auth-type="user"> Orders </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/finance/pay-my-bill/?gnav=header-account" style="--transition-delay: 1;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:pay mybill:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:pay mybill&quot;}}" data-auth-type="both"> Payment Center </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/support/fordpass/fordpass-rewards/overview/?gnav=header-account" style="--transition-delay: 2;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fpr:overview:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fpr:overview&quot;}}" data-auth-type="anonymous"> Ford Rewards </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/account/saveditems/#/?gnav=header-account" style="--transition-delay: 3;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:saved items:header&quot;}}" data-auth-type="both"> Saved Items </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="#$userSignOut" style="--transition-delay: 7" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:sign out:header&quot;}}" data-auth-type="user"> Sign Out </a> </div> </div> </li> <li class="navigation-menu__list-item navigation-menu__list-item--language-selector" data-cmp-is="language-selector-menu-item"> <button class="navigation-menu__list-item-button" type="button" aria-label="Language Selection" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:language selection&quot;}}"> <svg aria-label="Language Selection" height="16" width="16"> <title>Language Selection</title> <use href="#navigation-menu-language-selector"></use> </svg> </button> <div class="flyout flyout--simple"><p class="flyout__eyebrow-label">Language Selection</p><div class="flyout__button-list"><a class="flyout__interactive-item flyout__interactive-item--link flyout__interactive-item--active" href="#" data-language-code="en" data-language-domain="www.ford.com" target="_self" title="English" style="--transition-delay: 0;">English</a><a class="flyout__interactive-item flyout__interactive-item--link" href="//es.ford.com/help/privacy/" data-language-code="es" data-language-domain="es.ford.com" target="_self" title="Spanish" style="--transition-delay: 1;">Spanish</a></div></div></li> <template id="language-selector-list-item" data-eyebrow-label="Language Selection"> [[SAMPLE_TEXT]] </template> </ul> </div> </div> <div class="header__content-end" id="header__content-end" tabindex="-1"></div> </div> </nav> </header> <div class="responsivegrid"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section id="USprivacypolicy" class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__text-container pad-bottom-56"> <div id="USprivacypolicy-id" class="cmp-grid__heading-container "> <h1 class="cmp-grid__heading fade " style="opacity: 1;"> Privacy </h1> </div> </div> <div class="cmp-grid__items-section "> <div id="container-024c1d9524" class="cmp-container"> <div class="fofAccordion"> <div class="cmp-accordion "> <div class="metrics-actions" data-fofaccordion-click-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:expand{($accordionName,:)}&quot;}}"></div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="Ford US Privacy Notice" id="accordion-g120imdyl">Ford US Privacy Notice</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-g120imdyl"> <div> <div class="container responsivegrid"> <div id="container-5b6cb87599" class="cmp-container"> <div class="experiencefragment"> <div id="USprivacynotice" class="cmp-experiencefragment cmp-experiencefragment--ac1"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-5ce21b5ffd" class="cmp-container"> <div class="text"> <div id="text-b2fdab4c0a" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <h3><b>Ford Motor Company US Privacy Notice</b></h3> <p><i>Effective on: January 16, 2026<br> <br> </i>For California residents: This US Privacy Notice supplements our California Notice at Collection and Privacy Disclosures.1Execute: " + isExecute, event.target); } if (typeof callbackSuccess === 'function' && isExecute) { event.target.setAttribute('data-flk-success', animationName); if (persist !== true) _removeListener(); callbackSuccess(event.target); } else { if (doesDebugParamExist) { console.log("FLK: Won't Callback", isExecute, callbackSuccess); } } } }; ['animationstart', 'MSAnimationStart', 'webkitAnimationStart'].forEach(function (item, index) { document.addEventListener(item, _insertListener, false); }); }, rand = Math.floor((Math.random() * 1000) + 1); A.onReady = function () { for (let i = 0; i < arguments.length; i++) { var obj = arguments[i]; var selector = obj.selector; var success = obj.success || null; var persist = obj.persist || false; init(rand++, selector, success, persist); } }; })(Flickerlessly), (function (window, document) { "use strict"; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const doesDebugParamExist = urlParams.has('Debug') && urlParams.get('Debug') === '1'; var init = function (url, sel, callbackSuccess, callbackError, method) { if (doesDebugParamExist) { console.log('AT-RO: init method fired'); } var head = (function (_style) { var _head = document.getElementsByTagName("head")[0]; if (_head) { var style = document.createElement("style"); style.setAttribute("type", "text/css"); if (style.stylesheet) style.styleSheet.cssText = _style; else style.appendChild(document.createTextNode(_style)); _head.insertBefore(style, _head.firstChild); return style; } return null; })(sel + "{visibility:hidden}"); if (doesDebugParamExist) { console.log("AT-RO: " + head.innerHTML); } !function (url, success, error) { if (doesDebugParamExist) { console.log("AT-RO: " + url); } var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function () { if (xhr.readyState === 4) { if (xhr.status === 200) { success(xhr.responseText); } else { error(xhr.status); } } }; xhr.open("GET", url, true); xhr.send(); }(url, function (_offer) { Flickerlessly.onReady({ selector: sel, success: function (target) { if (doesDebugParamExist) { console.log("AT-RO: " + 'Flickerly success fired'); console.log("AT-RO: " + target); } if (typeof method === "string" && method === "replace") { var div = document.createElement("div"); target.parentNode.replaceChild(div, target); target = div; } adobe.target.applyOffer({ mbox: "target-global-mbox", selector: target, offer: [{action: "setContent", content: _offer}]//todo this is the point where the content is injected into the component. }); if (doesDebugParamExist) { console.log("AT-RO: " + 'adobe offer applied'); } if (head) { head.parentNode.removeChild(head); } if (typeof callbackSuccess === "function") { callbackSuccess(); } }, persist: false }); }, function (status) { if (doesDebugParamExist) { console.log("AT-RO: " + 'OFFER API FAILURE'); } if (head) { head.parentNode.removeChild(head); } if (typeof callbackError === 'function') { callbackError(); } } ); }; window.adobe.target.ext = window.adobe.target.ext || {}; window.adobe.target.ext.remoteoffers = window.adobe.target.ext.remoteoffers || {}; window.adobe.target.ext.remoteoffers.init = window.adobe.target.ext.remoteoffers.init || function (offers) { for (let i = 0; i < offers.length; i++) { var offer = offers[i]; if (offer.url && offer.selector) { init(offer.url, offer.selector, offer.callbackSuccess, offer.callbackError, offer.method); } else { if (doesDebugParamExist) { console.log("AT-RO: " + 'Error:missing URL or selector'); } } } }; })(window, document); });</script><script>_satellite["_runScript3"](function(event, target, Promise) { // Response Token Event Handler Code document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function(event) { console.log('target response:', event.detail); var tokens=event.detail.responseTokens; if(!isEmpty(tokens)){ for (var i=0; i<event.detail.responseTokens.length; ++i) { _satellite.setVar('responseTokens',event.detail.responseTokens[i]); } }else{ _satellite.setVar('allResponseTokens','empty'); _satellite.setVar('responseTokens','empty'); } function isEmpty(val){return (val === undefined || val == null || val.length <= 0) ? true : false;} //RG - step1 to check if the digitaldata is defined and contains digitaldata.page.variantName to avoid console error //RG - This also addressess the race condition i.e. rule fires but digitaldata not ready so wrapped the code if (typeof digitaldata !== 'undefined' && digitaldata.page && digitaldata.page.variantName){ //RG - step2 to trigger DCR if the required digitaldata.page.variantName detected _satellite.logger.log('Target 2.0 - CHECK POINT: the value of digitaldata.page.variantName is: ' + digitaldata.page.variantName); //home page //if (_satellite.getVar('page: variantName') == 'home-load' && _satellite.getVar('page: page name') == 'fv:home'){_satellite.track('bsr-hp-analytics');} //vehicle home pages //if (_satellite.getVar('page: variantName') == 'vehicle-load'){_satellite.track('bsr-vhp-analytics');} //SPA test if (_satellite.getVar('page: variantName') == 'dd:bp:4:vehicle summary:ford taurus'){_satellite.track('summary-page-test');} //RG - console log target code executed _satellite.logger.log('Target 2.0 - workaround custom code executed successfully for the DCR'); } else _satellite.logger.log('Target 2.0 - digitaldata.page.variantName not detected or not ready'); //RG - console log when race condition }); });</script><script>_satellite["_runScript4"](function(event, target, Promise) { if (document.URL.indexOf('ccpaCookieTest') != -1){ _satellite.cookie.set('aaCcpaOptSell','N'); } });</script><script async="" type="text/javascript" src="//cdn.evgnet.com/beacon/fordretail/fordretailprod/scripts/evergage.min.js"></script><script type="text/javascript" src="https://www.ford.com/6bb0a6072175257e_complete.js" crossorigin="anonymous"></script> <!-- Custom Head Scripts for IMG Market --> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-dependencies.lc--lc.min.js"></script> <link rel="icon" type="image/png" href="/acslibs/content/dam/na/ford/en_us/img/shared/favicon.png"> <link rel="icon" type="image/png" sizes="180x180" href="/acslibs/content/dam/na/ford/en_us/img/shared/favicon-180x180.png"> <link rel="apple-touch-icon" href="/acslibs/content/dam/na/ford/en_us/img/shared/shortcut-icon-180px.png"> <script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"true","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"SJ","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"true","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script> <script>!function(){function o(n,i){if(n&&i)for(var r in i)i.hasOwnProperty(r)&&(void 0===n[r]?n[r]=i[r]:n[r].constructor===Object&&i[r].constructor===Object?o(n[r],i[r]):n[r]=i[r])}try{var n=decodeURIComponent("%7B%0A%22ResourceTiming%22%3A%7B%0A%22comment%22%3A%20%22Clear%20RT%20Buffer%20on%20mPulse%20beacon%22%2C%0A%22clearOnBeacon%22%3A%20true%0A%7D%2C%0A%0A%22AutoXHR%22%3A%7B%0A%22comment%22%3A%20%22Monitor%20XHRs%20requested%20using%20FETCH%22%2C%0A%22monitorFetch%22%3A%20true%2C%0A%22comment%22%3A%20%22Start%20Monitoring%20SPAs%20from%20Click%22%2C%0A%22spaStartFromClick%22%3A%20true%0A%7D%2C%0A%0A%22PageParams%22%3A%7B%0A%22comment%22%3A%20%22Monitor%20all%20SPA%20XHRs%22%2C%0A%22spaXhr%22%3A%20%22all%22%0A%7D%0A%7D");if(n.length>0&&window.JSON&&"function"==typeof window.JSON.parse){var i=JSON.parse(n);void 0!==window.BOOMR_config?o(window.BOOMR_config,i):window.BOOMR_config=i}}catch(r){window.console&&"function"==typeof window.console.error&&console.error("mPulse: Could not parse configuration",r)}}();</script> <script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="GYKYY-ZXCV3-7897G-57TA3-2CB7R",function(){function e(){if(!i){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,o.parentNode.appendChild(e),i=!0}}function t(e){i=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(o.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",o.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"GYKYY-ZXCV3-7897G-57TA3-2CB7R";var o=document.currentScript||document.getElementsByTagName("script")[0],i=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!i)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),o.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n="true"=="true"?1:0,t="",a="bu2fyyaxhyxik2suhgra-f-38cef3261-clientnsv4-s.akamaihd.net",o="false"=="true"?2:1,i={"ak.v":"41","ak.cp":"1879221","ak.ai":parseInt("246232",10),"ak.ol":"0","ak.cr":1,"ak.ipv":4,"ak.proto":"h2","ak.rid":"52cdd903","ak.r":47697,"ak.a2":n,"ak.m":"dscx","ak.n":"essl","ak.cport":33040,"ak.gh":"23.62.45.133","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"","ak.t":"1783904674","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==uQjIo40De1vpNr4hN4hhqyr8cmywL4cj+1fvhSwl3hC7VsGDsTW7sTP3ArpjvBPEz1pK6+e5+hNjEcklnrrABiCHME9D2oAh9rRHKFhp+L6J/UrtrCoPxnWyXohe9dGUfUJ49oN17n6HffsgAZaE/UIPsfbtLXhrOSaCEQVMaZp7FHo0YGYA/+cwzVirRaELQnsC4pGHiszXDywxiDuI/cgzLE9QblfqKOpyahQxs05MT8n5iRhK12KvU6gYdfLlry0hkSmu9JeTcX9WQsrGENNQip/FmNJI4XeKG4AtIsdyB0BQjvKsSlTpmWYeybTV2a6S7y5dxK4pMNo0V696ovVRsSeL6SNz5wfOT4Xl8d6KP9xxeZMMP0DcEKmk7JpFqjmZeWHxvljWHHQJDAMt+lAOgA8ywhFpfBF7a6ySWzI=","ak.pv":"1620","ak.dpoabenc":"","ak.tf":o};if(""!==t)i["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))i["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(i)},rv:function(){var e=["ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:i,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script><link href="https://s.go-mpulse.net/boomerang/GYKYY-ZXCV3-7897G-57TA3-2CB7R" rel="preload" as="script"><script id="boomr-scr-as" src="https://s.go-mpulse.net/boomerang/GYKYY-ZXCV3-7897G-57TA3-2CB7R" async=""></script><script> (function() { var TIRES_ID = 'flyout-tab-Tires'; var PARTS_ID = 'flyout-tab-Parts'; var MAX_WAIT_MS = 10000; // Stop observing after 10 seconds as a safety net function insertTiresLink(partsButton) { // Guard against duplicate insertion if (document.getElementById(TIRES_ID)) { return true; } if (!partsButton) { return false; } var tiresLink = document.createElement('a'); tiresLink.className = 'flyout__interactive-item flyout__interactive-item--link'; tiresLink.id = TIRES_ID; tiresLink.href = 'https://www.ford.com/support/tire-finder/?gnav=header-shop-tires'; tiresLink.target = '_self'; tiresLink.setAttribute('tabindex', '0'); tiresLink.setAttribute('role', 'link'); var partsDelay = partsButton.style.getPropertyValue('--transition-delay') || '9'; var tiresDelay = parseInt(partsDelay, 10) + 1; tiresLink.setAttribute('style', '--transition-delay: ' + tiresDelay + '; cursor: pointer;'); tiresLink.setAttribute('data-ford-metrics-click', JSON.stringify({ name: "global-onclick", direct: "global-onclick", secondary: "websdk-onclick", actionFrequency: "none", app: "Brand", variables: { onclick_onclickLinkName: "{($sitePrefix)}:global nav:action", onclick_onclick: "global nav action:header click:shop:tires" } })); tiresLink.textContent = 'Tires'; partsButton.parentNode.insertBefore(tiresLink, partsButton.nextSibling); return true; } // 1.
2Try immediately in case the nav is already in the DOM var existingPartsButton = document.getElementById(PARTS_ID); if (insertTiresLink(existingPartsButton)) { return; // Success, no need to observe } // 2.
3Fallback: watch the DOM for the Parts button to appear var observer = new MutationObserver(function(mutations, obs) { var partsButton = document.getElementById(PARTS_ID); if (partsButton) { insertTiresLink(partsButton); obs.disconnect(); // Stop observing once successfully inserted } }); observer.observe(document.body, { childList: true, subtree: true }); // 3.
4Safety net: stop observing after MAX_WAIT_MS to avoid an infinite observer // lingering on the page if the Parts button never appears (e.g., nav markup changes) setTimeout(function() { observer.disconnect(); }, MAX_WAIT_MS); })(); </script><style id="onetrust-style">#onetrust-banner-sdk .onetrust-vendors-list-handler{cursor:pointer;color:#1f96db;font-size:inherit;font-weight:bold;text-decoration:none;margin-left:5px;white-space:normal;word-wrap:break-word;text-align:left}#onetrust-banner-sdk .onetrust-vendors-list-handler:hover{color:#1f96db}#onetrust-banner-sdk:focus{outline:2px solid #000;outline-offset:-2px}#onetrust-banner-sdk a:focus{outline:2px solid #000}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{outline-offset:1px}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{height:64px;width:64px}#onetrust-banner-sdk #onetrust-policy svg,#onetrust-banner-sdk .banner-option svg{height:13px;width:13px;margin-left:1px;vertical-align:middle}#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold{font-weight:bold}#onetrust-banner-sdk .ot-button-order-0{order:0}#onetrust-banner-sdk .ot-button-order-1{order:1}#onetrust-banner-sdk .ot-button-order-2{order:2}#onetrust-banner-sdk #onetrust-close-btn-container svg{height:10px;width:10px;pointer-events:none}#onetrust-banner-sdk .ot-close-icon,#onetrust-pc-sdk .ot-close-icon,#ot-sync-ntfy .ot-close-icon{background-size:contain;background-repeat:no-repeat;background-position:center;height:12px;width:12px}#onetrust-banner-sdk .powered-by-logo,#onetrust-banner-sdk .ot-pc-footer-logo a,#onetrust-pc-sdk .powered-by-logo,#onetrust-pc-sdk .ot-pc-footer-logo a,#ot-sync-ntfy .powered-by-logo,#ot-sync-ntfy .ot-pc-footer-logo a{background-size:contain;background-repeat:no-repeat;background-position:center;height:25px;width:152px;display:block;text-decoration:none;font-size:.75em}#onetrust-banner-sdk .powered-by-logo:hover,#onetrust-banner-sdk .ot-pc-footer-logo a:hover,#onetrust-pc-sdk .powered-by-logo:hover,#onetrust-pc-sdk .ot-pc-footer-logo a:hover,#ot-sync-ntfy .powered-by-logo:hover,#ot-sync-ntfy .ot-pc-footer-logo a:hover{color:#565656}#onetrust-banner-sdk h3 *,#onetrust-banner-sdk h4 *,#onetrust-banner-sdk h6 *,#onetrust-banner-sdk button *,#onetrust-banner-sdk a[data-parent-id] *,#onetrust-banner-sdk p[role=heading] *,#onetrust-pc-sdk h3 *,#onetrust-pc-sdk h4 *,#onetrust-pc-sdk h6 *,#onetrust-pc-sdk button *,#onetrust-pc-sdk a[data-parent-id] *,#onetrust-pc-sdk p[role=heading] *,#ot-sync-ntfy h3 *,#ot-sync-ntfy h4 *,#ot-sync-ntfy h6 *,#ot-sync-ntfy button *,#ot-sync-ntfy a[data-parent-id] *,#ot-sync-ntfy p[role=heading] *{font-size:inherit;font-weight:inherit;color:inherit}#onetrust-banner-sdk .ot-hide,#onetrust-pc-sdk .ot-hide,#ot-sync-ntfy .ot-hide{display:none !important}#onetrust-banner-sdk button.ot-link-btn:hover,#onetrust-pc-sdk button.ot-link-btn:hover,#ot-sync-ntfy button.ot-link-btn:hover{text-decoration:underline;opacity:1}#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column{padding:0}#onetrust-pc-sdk .ot-sdk-container{padding-right:0}#onetrust-pc-sdk .ot-sdk-row{flex-direction:initial;width:100%}#onetrust-pc-sdk [type=checkbox]:checked,#onetrust-pc-sdk [type=checkbox]:not(:checked){pointer-events:initial}#onetrust-pc-sdk [type=checkbox]:disabled+label::before,#onetrust-pc-sdk [type=checkbox]:disabled+label:after,#onetrust-pc-sdk [type=checkbox]:disabled+label{pointer-events:none;opacity:.8}#onetrust-pc-sdk #vendor-list-content{transform:translate3d(0, 0, 0)}#onetrust-pc-sdk li input[type=checkbox]{z-index:1}#onetrust-pc-sdk li .ot-checkbox label{z-index:2}#onetrust-pc-sdk li .ot-checkbox input[type=checkbox]{height:auto;width:auto}#onetrust-pc-sdk li .host-title a,#onetrust-pc-sdk li .ot-host-name a,#onetrust-pc-sdk li .accordion-text,#onetrust-pc-sdk li .ot-acc-txt{z-index:2;position:relative}#onetrust-pc-sdk input{margin:3px .1ex}#onetrust-pc-sdk .pc-logo,#onetrust-pc-sdk .ot-pc-logo{height:60px;width:180px;background-position:center;background-size:contain;background-repeat:no-repeat;display:inline-flex;justify-content:center;align-items:center}#onetrust-pc-sdk .pc-logo img,#onetrust-pc-sdk .ot-pc-logo img{max-height:100%;max-width:100%}#onetrust-pc-sdk .pc-logo svg,#onetrust-pc-sdk .ot-pc-logo svg{height:60px;width:180px}#onetrust-pc-sdk #close-pc-btn-handler>svg{margin:auto;display:block;height:12px;width:12px}#onetrust-pc-sdk #ot-pc-desc svg,#onetrust-pc-sdk .ot-desc-cntr svg,#onetrust-pc-sdk .ot-cat-grp svg{height:13px;width:13px;margin-left:-7px;vertical-align:middle;margin-right:5px}#onetrust-pc-sdk .ot-host-hdr>a{display:inline-block}#onetrust-pc-sdk .screen-reader-only,#onetrust-pc-sdk .ot-scrn-rdr,.ot-sdk-cookie-policy .screen-reader-only,.ot-sdk-cookie-policy .ot-scrn-rdr{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#onetrust-pc-sdk.ot-fade-in,.onetrust-pc-dark-filter.ot-fade-in,#onetrust-banner-sdk.ot-fade-in,.ot-confirm-dialog-overlay.ot-fade-in{animation-name:onetrust-fade-in;animation-duration:400ms;animation-timing-function:ease-in-out}#onetrust-pc-sdk.ot-hide{display:none !important}.onetrust-pc-dark-filter.ot-hide{display:none !important}#ot-sdk-btn.ot-sdk-show-settings,#ot-sdk-btn.optanon-show-settings{color:#fff;background-color:#468254;height:auto;white-space:normal;word-wrap:break-word;padding:.8em 2em;font-size:.8em;line-height:1.2;cursor:pointer;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease}#ot-sdk-btn.ot-sdk-show-settings:hover,#ot-sdk-btn.optanon-show-settings:hover{color:#fff;background-color:#2c6415}#ot-sdk-btn.ot-sdk-show-settings:active,#ot-sdk-btn.optanon-show-settings:active{color:#fff;background-color:#2c6415;border:1px solid rgba(162,192,169,.5)}.onetrust-pc-dark-filter{background:rgba(0,0,0,.5);z-index:2147483646;width:100%;height:100%;overflow:hidden;position:fixed;top:0;bottom:0;left:0}@keyframes onetrust-fade-in{0%{opacity:0}100%{opacity:1}}.ot-cookie-label{text-decoration:underline}@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape){#onetrust-pc-sdk p{font-size:.75em}}#onetrust-banner-sdk .banner-option-input:focus+label{outline:1px solid #000;outline-style:auto}.category-vendors-list-handler+a:focus,.category-vendors-list-handler+a:focus-visible{outline:2px solid #000}#onetrust-pc-sdk .ot-userid-title{margin-top:10px}#onetrust-pc-sdk .ot-userid-title>span,#onetrust-pc-sdk .ot-userid-timestamp>span{font-weight:700}#onetrust-pc-sdk .ot-userid-desc{font-style:italic}#onetrust-pc-sdk .ot-host-desc a{pointer-events:initial}#onetrust-pc-sdk .ot-ven-hdr>p a{position:relative;z-index:2;pointer-events:initial}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a{margin-right:8px}#onetrust-pc-sdk .ot-vnd-item svg.ot-ext-lnk{align-self:center}#onetrust-pc-sdk .ot-pc-footer-logo svg,#onetrust-pc-sdk .ot-pc-footer-logo img{width:136px;height:16px}#onetrust-pc-sdk .ot-pur-vdr-count{font-weight:400;font-size:.8em;padding-top:3px;display:block}#onetrust-pc-sdk p[role=heading] .ot-pur-vdr-count{font-weight:400 !important;font-size:.8em !important}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal{border:1px solid #32ae88;border-radius:3px;padding:5px;margin-bottom:10px;background-color:#f9fffa;font-size:.85rem;line-height:2}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal .ot-optout-icon,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal .ot-optout-icon{display:inline;margin-right:5px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg{height:20px;width:30px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg.ot-source-sprite,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg.ot-source-sprite{position:relative;bottom:-3px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite),#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite){transform:scale(0.5)}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite) path,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite) path{fill:#32ae88}#onetrust-consent-sdk .ot-general-modal{overflow:hidden;position:fixed;margin:0 auto;top:50%;left:50%;width:40%;padding:1.5rem;max-width:575px;min-width:575px;z-index:2147483647;border-radius:2.5px;transform:translate(-50%, -50%)}#onetrust-consent-sdk .ot-signature-health-group{margin-top:1rem;padding-left:1.25rem;padding-right:1.25rem;margin-bottom:.625rem;width:calc(100% - 2.5rem)}#onetrust-consent-sdk .ot-signature-health-group .ot-signature-health-form{gap:.5rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:70%;gap:.35rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-input{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-consent-sdk .ot-signature-health .ot-signature-subtitle{font-size:1.125rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-group-title{font-size:1.25rem;font-weight:bold}#onetrust-consent-sdk .ot-signature-health,#onetrust-consent-sdk .ot-signature-health-group{display:flex;flex-direction:column;gap:1rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-cont{display:flex;flex-direction:column;gap:.25rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-paragraph,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-paragraph{margin:0;line-height:20px;font-size:max(14px,.875rem)}#onetrust-consent-sdk .ot-signature-health .ot-health-signature-error,#onetrust-consent-sdk .ot-signature-health-group .ot-health-signature-error{color:#4d4d4d;font-size:min(12px,.75rem)}#onetrust-consent-sdk .ot-signature-health .ot-signature-buttons-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-buttons-cont{margin-top:max(.75rem,2%);gap:1rem;display:flex;justify-content:flex-end}#onetrust-consent-sdk .ot-signature-health .ot-signature-button,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button{flex:1;height:auto;color:#fff;cursor:pointer;line-height:1.2;min-width:125px;font-weight:600;font-size:.813em;border-radius:2px;padding:12px 10px;white-space:normal;word-wrap:break-word;word-break:break-word;background-color:#68b631;border:2px solid #68b631}#onetrust-consent-sdk .ot-signature-health .ot-signature-button.reject,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button.reject{background-color:#fff}#onetrust-consent-sdk .ot-input-field-cont{display:flex;flex-direction:column;gap:.5rem}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:65%}#onetrust-consent-sdk .ot-signature-health-form{display:flex;flex-direction:column}#onetrust-consent-sdk .ot-signature-health-form .ot-signature-label{margin-bottom:0;line-height:20px;font-size:max(14px,.875rem)}#onetrust-consent-sdk #onetrust-sprite-svg{display:none}@media only screen and (max-width: 600px){#onetrust-consent-sdk .ot-general-modal{min-width:100%}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:100%}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:100%}}#onetrust-banner-sdk,#onetrust-pc-sdk,#ot-sdk-cookie-policy,#ot-sync-ntfy{font-size:16px}#onetrust-banner-sdk *,#onetrust-banner-sdk ::after,#onetrust-banner-sdk ::before,#onetrust-pc-sdk *,#onetrust-pc-sdk ::after,#onetrust-pc-sdk ::before,#ot-sdk-cookie-policy *,#ot-sdk-cookie-policy ::after,#ot-sdk-cookie-policy ::before,#ot-sync-ntfy *,#ot-sync-ntfy ::after,#ot-sync-ntfy ::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}#onetrust-banner-sdk div,#onetrust-banner-sdk span,#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p,#onetrust-banner-sdk img,#onetrust-banner-sdk svg,#onetrust-banner-sdk button,#onetrust-banner-sdk section,#onetrust-banner-sdk a,#onetrust-banner-sdk label,#onetrust-banner-sdk input,#onetrust-banner-sdk ul,#onetrust-banner-sdk li,#onetrust-banner-sdk nav,#onetrust-banner-sdk table,#onetrust-banner-sdk thead,#onetrust-banner-sdk tr,#onetrust-banner-sdk td,#onetrust-banner-sdk tbody,#onetrust-banner-sdk .ot-main-content,#onetrust-banner-sdk .ot-toggle,#onetrust-banner-sdk #ot-content,#onetrust-banner-sdk #ot-pc-content,#onetrust-banner-sdk .checkbox,#onetrust-pc-sdk div,#onetrust-pc-sdk span,#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p,#onetrust-pc-sdk img,#onetrust-pc-sdk svg,#onetrust-pc-sdk button,#onetrust-pc-sdk section,#onetrust-pc-sdk a,#onetrust-pc-sdk label,#onetrust-pc-sdk input,#onetrust-pc-sdk ul,#onetrust-pc-sdk li,#onetrust-pc-sdk nav,#onetrust-pc-sdk table,#onetrust-pc-sdk thead,#onetrust-pc-sdk tr,#onetrust-pc-sdk td,#onetrust-pc-sdk tbody,#onetrust-pc-sdk .ot-main-content,#onetrust-pc-sdk .ot-toggle,#onetrust-pc-sdk #ot-content,#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk .checkbox,#ot-sdk-cookie-policy div,#ot-sdk-cookie-policy span,#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy p,#ot-sdk-cookie-policy img,#ot-sdk-cookie-policy svg,#ot-sdk-cookie-policy button,#ot-sdk-cookie-policy section,#ot-sdk-cookie-policy a,#ot-sdk-cookie-policy label,#ot-sdk-cookie-policy input,#ot-sdk-cookie-policy ul,#ot-sdk-cookie-policy li,#ot-sdk-cookie-policy nav,#ot-sdk-cookie-policy table,#ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy tr,#ot-sdk-cookie-policy td,#ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy .ot-main-content,#ot-sdk-cookie-policy .ot-toggle,#ot-sdk-cookie-policy #ot-content,#ot-sdk-cookie-policy #ot-pc-content,#ot-sdk-cookie-policy .checkbox,#ot-sync-ntfy div,#ot-sync-ntfy span,#ot-sync-ntfy h1,#ot-sync-ntfy h2,#ot-sync-ntfy h3,#ot-sync-ntfy h4,#ot-sync-ntfy h5,#ot-sync-ntfy h6,#ot-sync-ntfy p,#ot-sync-ntfy img,#ot-sync-ntfy svg,#ot-sync-ntfy button,#ot-sync-ntfy section,#ot-sync-ntfy a,#ot-sync-ntfy label,#ot-sync-ntfy input,#ot-sync-ntfy ul,#ot-sync-ntfy li,#ot-sync-ntfy nav,#ot-sync-ntfy table,#ot-sync-ntfy thead,#ot-sync-ntfy tr,#ot-sync-ntfy td,#ot-sync-ntfy tbody,#ot-sync-ntfy .ot-main-content,#ot-sync-ntfy .ot-toggle,#ot-sync-ntfy #ot-content,#ot-sync-ntfy #ot-pc-content,#ot-sync-ntfy .checkbox{font-family:inherit;font-weight:normal;-webkit-font-smoothing:auto;letter-spacing:normal;line-height:normal;padding:0;margin:0;height:auto;min-height:0;max-height:none;width:auto;min-width:0;max-width:none;border-radius:0;border:none;clear:none;float:none;position:static;bottom:auto;left:auto;right:auto;top:auto;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;background:none;overflow:visible;vertical-align:baseline;visibility:visible;z-index:auto;box-shadow:none}#onetrust-banner-sdk img,#onetrust-pc-sdk img,#ot-sdk-cookie-policy img,#ot-sync-ntfy img{overflow:hidden !important}#onetrust-banner-sdk label:before,#onetrust-banner-sdk label:after,#onetrust-banner-sdk .checkbox:after,#onetrust-banner-sdk .checkbox:before,#onetrust-pc-sdk label:before,#onetrust-pc-sdk label:after,#onetrust-pc-sdk .checkbox:after,#onetrust-pc-sdk .checkbox:before,#ot-sdk-cookie-policy label:before,#ot-sdk-cookie-policy label:after,#ot-sdk-cookie-policy .checkbox:after,#ot-sdk-cookie-policy .checkbox:before,#ot-sync-ntfy label:before,#ot-sync-ntfy label:after,#ot-sync-ntfy .checkbox:after,#ot-sync-ntfy .checkbox:before{content:"";content:none}#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{position:relative;width:100%;max-width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{width:100%;float:left;box-sizing:border-box;padding:0;display:initial}@media(min-width: 400px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:90%;padding:0}}@media(min-width: 550px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:100%}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{margin-left:4%}#onetrust-banner-sdk .ot-sdk-column:first-child,#onetrust-banner-sdk .ot-sdk-columns:first-child,#onetrust-pc-sdk .ot-sdk-column:first-child,#onetrust-pc-sdk .ot-sdk-columns:first-child,#ot-sdk-cookie-policy .ot-sdk-column:first-child,#ot-sdk-cookie-policy .ot-sdk-columns:first-child{margin-left:0}#onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns{width:13.3333333333%}#onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns{width:22%}#onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns{width:30.6666666667%}#onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns{width:65.3333333333%}#onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns{width:74%}#onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns{width:82.6666666667%}#onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns{width:91.3333333333%}#onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns{width:100%;margin-left:0}}#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p[role=heading],#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p[role=heading],#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy p[role=heading]{margin-top:0;font-weight:600;font-family:inherit}#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem;line-height:1.2}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem;line-height:1.25}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem;line-height:1.3}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem;line-height:1.35}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem;line-height:1.5}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem;line-height:1.6}@media(min-width: 550px){#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem}}#onetrust-banner-sdk p:not([role=heading]),#onetrust-pc-sdk p:not([role=heading]),#ot-sdk-cookie-policy p:not([role=heading]){margin:0 0 1em 0;font-family:inherit;line-height:normal}#onetrust-banner-sdk a,#onetrust-pc-sdk a,#ot-sdk-cookie-policy a{color:#565656;text-decoration:underline}#onetrust-banner-sdk a:hover,#onetrust-pc-sdk a:hover,#ot-sdk-cookie-policy a:hover{color:#565656;text-decoration:none}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:.9em;font-weight:400;line-height:38px;letter-spacing:.01em;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border-radius:2px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-button:hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,#onetrust-pc-sdk .ot-sdk-button:hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,#ot-sdk-cookie-policy .ot-sdk-button:hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus{color:#333;border-color:#888;opacity:.9}#onetrust-banner-sdk .ot-sdk-button:focus,#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,#onetrust-pc-sdk .ot-sdk-button:focus,#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,#ot-sdk-cookie-policy .ot-sdk-button:focus,#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus{outline:2px solid #000}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-banner-sdk button.ot-sdk-button-primary,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-pc-sdk button.ot-sdk-button-primary,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,#ot-sdk-cookie-policy button.ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary{color:#fff;background-color:#33c3f0;border-color:#33c3f0}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-banner-sdk button.ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-banner-sdk button.ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-pc-sdk button.ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-pc-sdk button.ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus{color:#fff;background-color:#1eaedb;border-color:#1eaedb}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #707070;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}#onetrust-banner-sdk input[type=text]:focus,#onetrust-pc-sdk input[type=text]:focus,#ot-sdk-cookie-policy input[type=text]:focus{border:1px solid #000;outline:0}#onetrust-banner-sdk label,#onetrust-pc-sdk label,#ot-sdk-cookie-policy label{display:block;margin-bottom:.5rem;font-weight:600}#onetrust-banner-sdk input[type=checkbox],#onetrust-pc-sdk input[type=checkbox],#ot-sdk-cookie-policy input[type=checkbox]{display:inline}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{list-style:circle inside}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{padding-left:0;margin-top:0}#onetrust-banner-sdk ul ul,#onetrust-pc-sdk ul ul,#ot-sdk-cookie-policy ul ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}#onetrust-banner-sdk li,#onetrust-pc-sdk li,#ot-sdk-cookie-policy li{margin-bottom:1rem}#onetrust-banner-sdk th,#onetrust-banner-sdk td,#onetrust-pc-sdk th,#onetrust-pc-sdk td,#ot-sdk-cookie-policy th,#ot-sdk-cookie-policy td{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e1e1}#onetrust-banner-sdk button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-container:after,#onetrust-banner-sdk .ot-sdk-row:after,#onetrust-pc-sdk .ot-sdk-container:after,#onetrust-pc-sdk .ot-sdk-row:after,#ot-sdk-cookie-policy .ot-sdk-container:after,#ot-sdk-cookie-policy .ot-sdk-row:after{content:"";display:table;clear:both}#onetrust-banner-sdk .ot-sdk-row,#onetrust-pc-sdk .ot-sdk-row,#ot-sdk-cookie-policy .ot-sdk-row{margin:0;max-width:none;display:block}#onetrust-banner-sdk{box-shadow:0 0 18px rgba(0,0,0,.2)}#onetrust-banner-sdk.otFlat{position:fixed;z-index:2147483645;bottom:0;right:0;left:0;background-color:#fff;max-height:90%;overflow-x:hidden;overflow-y:auto}#onetrust-banner-sdk.otFlat.top{top:0px;bottom:auto}#onetrust-banner-sdk.otRelFont{font-size:1rem}#onetrust-banner-sdk>.ot-sdk-container{overflow:hidden}#onetrust-banner-sdk::-webkit-scrollbar{width:11px}#onetrust-banner-sdk::-webkit-scrollbar-thumb{border-radius:10px;background:#c1c1c1}#onetrust-banner-sdk{scrollbar-arrow-color:#c1c1c1;scrollbar-darkshadow-color:#c1c1c1;scrollbar-face-color:#c1c1c1;scrollbar-shadow-color:#c1c1c1}#onetrust-banner-sdk #onetrust-policy{margin:1.25em 0 .625em 2em;overflow:hidden}#onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler{float:left;font-size:.82em;padding:0;margin-bottom:0;border:0;line-height:normal;height:auto;width:auto}#onetrust-banner-sdk #onetrust-policy-title{font-size:1.2em;line-height:1.3;margin-bottom:10px}#onetrust-banner-sdk #onetrust-group-container{position:relative}#onetrust-banner-sdk #onetrust-policy-text{clear:both;text-align:left;font-size:.88em;line-height:1.4}#onetrust-banner-sdk #onetrust-policy-text *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk #onetrust-policy-text a{font-weight:bold}#onetrust-banner-sdk #onetrust-policy-title,#onetrust-banner-sdk #onetrust-policy-text{color:dimgray;float:left}#onetrust-banner-sdk #onetrust-button-group-parent{min-height:1px;text-align:center}#onetrust-banner-sdk #onetrust-button-group{display:inline-block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{background-color:#68b631;color:#fff;border-color:#68b631;margin-right:1em;min-width:125px;height:auto;white-space:normal;word-break:break-word;word-wrap:break-word;padding:12px 10px;line-height:1.2;font-size:.813em;font-weight:600}#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link{background-color:#fff;border:none;color:#68b631;text-decoration:underline;padding-left:0;padding-right:0}#onetrust-banner-sdk .onetrust-close-btn-ui{width:44px;height:44px;background-size:12px;border:none;position:relative;margin:auto;padding:0}#onetrust-banner-sdk .banner_logo{display:none}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{position:absolute;top:50%;transform:translateY(-50%);left:0px;margin-right:5px}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:65px}#onetrust-banner-sdk .ot-b-addl-desc{clear:both;float:left;display:block}#onetrust-banner-sdk #banner-options{float:left;display:table;margin-right:0;margin-left:1em;width:calc(100% - 1em)}#onetrust-banner-sdk .banner-option-input{cursor:pointer;width:auto;height:auto;border:none;padding:0;padding-right:3px;margin:0 0 10px;font-size:.82em;line-height:1.4}#onetrust-banner-sdk .banner-option-input *{pointer-events:none;font-size:inherit;line-height:inherit}#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details{display:block;height:auto}#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container{transform:rotate(90deg)}#onetrust-banner-sdk .banner-option{margin-bottom:12px;margin-left:0;border:none;float:left;padding:0}#onetrust-banner-sdk .banner-option:first-child{padding-left:2px}#onetrust-banner-sdk .banner-option:not(:first-child){padding:0;border:none}#onetrust-banner-sdk .banner-option-header{cursor:pointer;display:inline-block}#onetrust-banner-sdk .banner-option-header :first-child{color:dimgray;font-weight:bold;float:left}#onetrust-banner-sdk .banner-option-header .ot-arrow-container{display:inline-block;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid dimgray;margin-left:10px;vertical-align:middle}#onetrust-banner-sdk .banner-option-details{display:none;font-size:.83em;line-height:1.5;padding:10px 0px 5px 10px;margin-right:10px;height:0px}#onetrust-banner-sdk .banner-option-details *{font-size:inherit;line-height:inherit;color:dimgray}#onetrust-banner-sdk .ot-arrow-container,#onetrust-banner-sdk .banner-option-details{transition:all 300ms ease-in 0s;-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s}#onetrust-banner-sdk .ot-dpd-container{float:left}#onetrust-banner-sdk .ot-dpd-title{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-title,#onetrust-banner-sdk .ot-dpd-desc{font-size:.88em;line-height:1.4;color:dimgray}#onetrust-banner-sdk .ot-dpd-title *,#onetrust-banner-sdk .ot-dpd-desc *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text *{margin-bottom:0}#onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler{display:block;margin-left:0;margin-top:5px;clear:both;margin-bottom:0;padding:0;border:0;height:auto;width:auto}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk.ot-close-btn-link{padding-top:25px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container{top:15px;transform:none;right:15px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button{padding:0;white-space:pre-wrap;border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em}#onetrust-banner-sdk #onetrust-policy-text,#onetrust-banner-sdk .ot-dpd-desc,#onetrust-banner-sdk .ot-b-addl-desc{font-size:.813em;line-height:1.5}#onetrust-banner-sdk .ot-dpd-desc{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc{margin-top:10px;margin-bottom:10px;font-size:1em}@media only screen and (max-width: 425px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:6px;right:2px}#onetrust-banner-sdk #onetrust-policy{margin-left:0;margin-top:3em}#onetrust-banner-sdk #onetrust-button-group{display:block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk .onetrust-close-btn-ui{top:auto;transform:none}#onetrust-banner-sdk #onetrust-policy-title{display:inline;float:none}#onetrust-banner-sdk #banner-options{margin:0;padding:0;width:100%}}@media only screen and (max-width: 550px){#onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{margin-right:0}#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{margin-right:0}}@media only screen and (min-width: 426px)and (max-width: 896px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:0;right:0}#onetrust-banner-sdk #onetrust-policy{margin-left:1em;margin-right:1em}#onetrust-banner-sdk .onetrust-close-btn-ui{top:10px;right:10px}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:95%}#onetrust-banner-sdk.ot-iab-2 #onetrust-group-container{width:100%}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent{padding-left:50px}#onetrust-banner-sdk #onetrust-button-group-parent{width:100%;position:relative;margin-left:0}#onetrust-banner-sdk #onetrust-button-group button{display:inline-block}#onetrust-banner-sdk #onetrust-button-group{margin-right:0;text-align:center}#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{width:auto}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container{display:inline-flex;flex-wrap:wrap}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler{float:none}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(1){margin-right:auto !important}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler{float:left}#onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler{float:right}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group{width:calc(100% - 2em);margin-right:0}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link{padding-left:0px;text-align:left}#onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button{width:100%;text-align:center}#onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button{float:none}#onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link{text-align:center}}@media only screen and (min-width: 550px){#onetrust-banner-sdk .banner-option:not(:first-child){border-left:1px solid #d8d8d8;padding-left:25px}}@media only screen and (min-width: 425px)and (max-width: 550px){#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,#onetrust-banner-sdk.ot-iab-2 .banner-option{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler{float:left}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group.ot-button-order-container{width:auto}}@media only screen and (min-width: 769px){#onetrust-banner-sdk #onetrust-button-group{margin-right:30%}#onetrust-banner-sdk #banner-options{margin-left:2em;margin-right:5em;margin-bottom:1.25em;width:calc(100% - 7em)}}@media only screen and (min-width: 897px)and (max-width: 1023px){#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:80%;transform:translateY(-50%)}#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;padding:0;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{position:relative;margin:0;right:-22px;top:2px}}@media only screen and (min-width: 1024px){#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{right:-12px}#onetrust-banner-sdk #onetrust-policy{margin-left:2em}#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:60%;transform:translateY(-50%)}#onetrust-banner-sdk .ot-optout-signal{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:1em;width:50%;border-right:1px solid #d8d8d8;padding-right:1rem}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-container{width:45%;padding-left:1rem;display:inline-block;float:none}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-title{line-height:1.7}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent{left:auto;right:4%;margin-left:0}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{margin:auto;width:30%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:60%}#onetrust-banner-sdk #onetrust-button-group{margin-right:auto}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{margin-top:1em}}@media only screen and (min-width: 890px){#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent{padding-left:3%;padding-right:4%;margin-left:0}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group{margin-right:0;margin-top:1.25em;width:100%}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button{width:100%;margin-bottom:5px;margin-top:5px}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type{margin-bottom:20px}}@media only screen and (min-width: 1280px){#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:55%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{width:44%;padding-left:2%;padding-right:2%}#onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent{position:absolute;left:55%}} #onetrust-consent-sdk #onetrust-banner-sdk {background-color: #000000;} #onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #onetrust-policy-text, #onetrust-consent-sdk .ot-b-addl-desc, #onetrust-consent-sdk .ot-dpd-desc, #onetrust-consent-sdk .ot-dpd-title, #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *, #onetrust-banner-sdk .ot-cat-header, #onetrust-banner-sdk .ot-optout-signal { color: #FFFFFF; } #onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details { background-color: #d5cdcd;} #onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn { color: #FFFFFF; }#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #ot-dialog-confirm-handler { background-color: #066fef;border-color: #066fef; color: #eff2f5; } #onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link, #onetrust-consent-sdk #ot-dialog-cancel-handler { color: #eff2f5; border-color: #eff2f5; background-color: #066FEF; }#onetrust-banner-sdk #onetrust-policy-text a.ot-cookie-policy-link, #onetrust-banner-sdk #onetrust-policy-text a.ot-imprint-link { margin-left: 5px; }#onetrust-banner-sdk.otFlat{ left: 50px; right: 50px; margin-bottom: 24px; } #onetrust-banner-sdk .ot-close-icon, #onetrust-pc-sdk .ot-close-icon, #ot-sync-ntfy .ot-close-icon { background-image: url(https://flaticons.net/icon.php?slug_category=mobile-application&slug_icon=close) !important; background-position: top; } // #onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button{ font-family: FordMotion, arial; font-size: 16px; line-height: 16px; background-position: top; text-decoration: none; } #onetrust-banner-sdk.ot-close-btn-link {padding-top: 0px; !important} #onetrust-banner-sdk #onetrust-policy-text{ font-family: FordMotion, arial; Font-style: normal; font-weight: 400px; font-size: 14px; line-height: 20px; } #onetrust-banner-sdk #onetrust-policy{ padding-left: 16px; padding-top: 8px; padding-bottom: 8px; margin: 6px; } #onetrust-banner-sdk .ot-sdk-container{ position: relative; padding-left: 6px; padding-right: 6px; box-sizing: border-box;} #onetrust-banner-sdk #onetrust-button-group button{ display: flex; padding: var(--space-xs, 4px); justify-content: center; align-item: center; align-content: center; border-radius: gap: 8px var(--space-sm, 8px); flex-wrap: wrap; border-radius: var(--radius-full, 400px); font-family: FordMotion, arial; Font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; height: 40px; margin: 0px; border: transparent; width: 80%; margin-right: 14px;} #onetrust-banner-sdk #onetrust-button-group-parent{ text-align: right; margin: 20px; } @media (max-width:500px) and (min-width:200px) #onetrust-banner-sdk #onetrust-pc-btn-handler { font-family: FordMotion, arial; Font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; padding-left: 20px; padding-right: 20px; padding-top: 8px; padding-bottom: 8px; width: 80%;} @media (max-width:500px) and (min-width:200px) #onetrust-banner-sdk #onetrust-policy-text{ font-family: FordMotion, arial; Font-style: normal; font-weight: 400px; font-size: 14px; line-height: 20px; padding-left: 0px; padding-top: 8px; padding-bottom: 8px; width: 80%;} } @keyframes ot-slide-in-left{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ot-slide-in-right{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ot-slide-out-left{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes ot-slide-out-right{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}#onetrust-pc-sdk.otPcPanel.ot-slide-out-right{-webkit-animation-name:ot-slide-out-right;animation-name:ot-slide-out-right}#onetrust-pc-sdk.otPcPanel.ot-slide-in-left{-webkit-animation-name:ot-slide-in-left;animation-name:ot-slide-in-left}#onetrust-pc-sdk.otPcPanel.ot-slide-in-right{-webkit-animation-name:ot-slide-in-right;animation-name:ot-slide-in-right}#onetrust-pc-sdk.otPcPanel.ot-slide-out-left{-webkit-animation-name:ot-slide-out-left;animation-name:ot-slide-out-left}@media print,(prefers-reduced-motion){.ot-animated{-webkit-animation:initial !important;animation:initial !important;-webkit-transition:none !important;transition:none !important}#onetrust-pc-sdk.otPcPanel.ot-slide-out-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}#onetrust-pc-sdk.otPcPanel.ot-slide-out-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}#onetrust-pc-sdk{--ot-footer-space: 160px;position:fixed;z-index:2147483647;bottom:0;left:0;background-color:#fff;max-width:480px;min-width:480px;height:100%;-webkit-box-shadow:0px 2px 10px -3px #999;-moz-box-shadow:0px 2px 10px -3px #999;box-shadow:0px 2px 10px -3px #999}#onetrust-pc-sdk.otRelFont{font-size:1rem}#onetrust-pc-sdk.otPcPanel.right,#onetrust-pc-sdk.otPcPanel[dir=rtl]{right:0;left:auto}#onetrust-pc-sdk.otPcPanel.right-rtl[dir=rtl]{left:0;right:auto}#onetrust-pc-sdk.otPcPanel.ot-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{background-color:rgba(0,0,0,0);border:none}#onetrust-pc-sdk .ot-optout-signal{margin-top:.625rem}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track{margin-right:20px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar{width:11px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background:#d8d8d8}#onetrust-pc-sdk .ot-pc-scrollbar{scrollbar-arrow-color:#d8d8d8;scrollbar-darkshadow-color:#d8d8d8;scrollbar-face-color:#d8d8d8;scrollbar-shadow-color:#d8d8d8}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-refuse-all-handler{margin-bottom:0px}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-lst{bottom:var(--ot-footer-space)}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:var(--ot-footer-space)}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button{width:100%;max-width:none}#onetrust-pc-sdk.ot-ftr-stacked #ot-lst-cnt{max-height:84%}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus,#onetrust-pc-sdk .ot-hide-tgl{visibility:hidden}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus *,#onetrust-pc-sdk .ot-hide-tgl *{visibility:hidden}#onetrust-pc-sdk .ot-pc-header{height:39px;border-bottom:1px solid #e9e9e9;padding:10px 0 10px 25px}#onetrust-pc-sdk .ot-pc-logo{height:40px;width:120px}#onetrust-pc-sdk .ot-close-icon{float:right;height:10px;width:10px;margin-top:10px;margin-right:5px}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{position:absolute;top:60px;bottom:104px}#onetrust-pc-sdk #ot-pc-content{padding-left:2px;padding-right:10px;margin-left:23px;margin-right:7px;width:calc(100% - 42px);overflow-y:auto}#onetrust-pc-sdk #ot-pc-lst{width:100%}#onetrust-pc-sdk .ot-pc-footer{position:absolute;bottom:0px;width:100%;max-height:var(--ot-footer-space);border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-pc-footer button{margin-top:19px}#onetrust-pc-sdk .ot-button-order-0{float:left !important;margin-right:10px !important;margin-bottom:25px !important}#onetrust-pc-sdk .ot-btn-container{text-align:left;padding:0 25px}#onetrust-pc-sdk .ot-btn-container button{min-width:calc(50% - 5px)}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container{height:100%;display:flex;flex-direction:column;gap:.5rem;justify-content:space-around}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container #accept-recommended-btn-handler{width:100%;float:none !important;margin:0 !important;min-height:40px}#onetrust-pc-sdk .ot-pc-footer-logo{padding-left:25px;height:30px;background:#f4f4f4;text-align:right}#onetrust-pc-sdk .ot-pc-footer-logo a{display:inline-block;margin-top:5px;margin-right:10px}#onetrust-pc-sdk.otPcPanel[dir=rtl] .ot-pc-footer-logo{direction:rtl}#onetrust-pc-sdk.otPcPanel[dir=rtl] .ot-pc-footer-logo a{margin-right:25px}#onetrust-pc-sdk button{display:inline-block;font-size:.75em;letter-spacing:.08em;max-width:394px;padding:12px 30px;line-height:1;word-break:break-word;word-wrap:break-word;white-space:normal;font-weight:bold;height:auto}#onetrust-pc-sdk button:hover,#onetrust-pc-sdk button:focus{color:#fff;border-color:#68b631}#onetrust-pc-sdk .ot-link-btn{padding:0;margin-bottom:0;border:0;font-weight:normal;line-height:normal;width:auto;height:auto}#onetrust-pc-sdk #accept-recommended-btn-handler{margin-right:10px;margin-bottom:25px}#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-right:5px}#onetrust-pc-sdk .ot-tgl{float:right;position:relative;z-index:1}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#468254;border:1px solid #fff}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{-webkit-transform:translateX(21px);-ms-transform:translateX(21px);transform:translateX(21px);background-color:#fff}#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob{box-shadow:0 0 1px #2196f3;outline-style:auto !important;outline-width:1px !important}#onetrust-pc-sdk .ot-switch{position:relative;display:inline-block;width:45px;height:25px;margin-bottom:0}#onetrust-pc-sdk .ot-switch-nob{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#767676;border:1px solid #ddd;transition:all .2s ease-in 0s;-moz-transition:all .2s ease-in 0s;-o-transition:all .2s ease-in 0s;-webkit-transition:all .2s ease-in 0s;border-radius:20px}#onetrust-pc-sdk .ot-switch-nob:before{position:absolute;content:"";height:18px;width:18px;bottom:3px;left:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:20px}#onetrust-pc-sdk .ot-chkbox{z-index:1}#onetrust-pc-sdk .ot-chkbox input{width:28px !important;height:28px !important}#onetrust-pc-sdk .ot-chkbox input:checked~label::before{background-color:#3860be}#onetrust-pc-sdk .ot-chkbox input+label::after{content:none;color:#fff}#onetrust-pc-sdk .ot-chkbox input:checked+label::after{content:""}#onetrust-pc-sdk .ot-chkbox input:focus+label::before{outline-style:solid;outline-width:2px;outline-style:auto}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed]~label::before{background-color:#3860be}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed]+label::after{content:""}#onetrust-pc-sdk .ot-chkbox label{position:relative;display:flex;align-items:center;cursor:pointer;min-height:28px}#onetrust-pc-sdk .ot-chkbox label::before,#onetrust-pc-sdk .ot-chkbox label::after{position:absolute;content:"";display:inline-block;border-radius:3px}#onetrust-pc-sdk .ot-chkbox label::before{height:18px;width:18px;border:1px solid #3860be;left:0px;left:4px;top:4px}#onetrust-pc-sdk .ot-chkbox label::after{height:5px;width:9px;border-left:3px solid;border-bottom:3px solid;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);left:8px;top:8px}#onetrust-pc-sdk .ot-label-txt{display:none}#onetrust-pc-sdk .ot-chkbox input,#onetrust-pc-sdk .ot-tgl input{position:absolute;opacity:0;width:0;height:0}#onetrust-pc-sdk .ot-arw-cntr{left:5px;float:right;position:relative;pointer-events:none}#onetrust-pc-sdk .ot-arw{width:16px;height:16px;margin-left:5px;color:dimgray;display:inline-block;vertical-align:middle;-webkit-transition:all 150ms ease-in 0s;-moz-transition:all 150ms ease-in 0s;-o-transition:all 150ms ease-in 0s;transition:all 150ms ease-in 0s}#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw-cntr svg{transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg)}#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr{outline:1px solid #000}#onetrust-pc-sdk .ot-acc-hdr{display:inline-block;width:100%;justify-content:flex-start !important}#onetrust-pc-sdk .ot-enbl-chr .ot-acc-hdr{justify-content:space-between}#onetrust-pc-sdk .ot-cat-item p[role=heading]{max-width:60%;line-height:1.5}#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item p[role=heading]{max-width:90%}#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt{display:inline-block;font-size:.85em;color:dimgray}#onetrust-pc-sdk .ot-label-status{font-size:.75em;display:none;position:relative;top:2px;padding-right:5px;float:left}#onetrust-pc-sdk .ot-plus-minus{width:20px;height:20px;font-size:1.5em;position:relative;display:inline-block;margin-right:5px;top:3px}#onetrust-pc-sdk .ot-plus-minus span{position:absolute;background:#27455c;border-radius:1px}#onetrust-pc-sdk .ot-plus-minus span:first-of-type{top:25%;bottom:25%;width:10%;left:45%}#onetrust-pc-sdk .ot-plus-minus span:last-of-type{left:25%;right:25%;height:10%;top:45%}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:first-of-type,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{transform:rotate(90deg)}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{left:50%;right:50%}#onetrust-pc-sdk .ot-host-item,#onetrust-pc-sdk .ot-ven-item{padding-right:0}#onetrust-pc-sdk .ot-host-item .ot-plus-minus,#onetrust-pc-sdk .ot-ven-item .ot-plus-minus{float:left;margin-right:8px;margin-top:10px}#onetrust-pc-sdk .ot-ven-item ul{list-style:none inside;font-size:100%;margin:0}#onetrust-pc-sdk .ot-ven-item ul li{margin:0 !important;padding:0;border:none !important}#onetrust-pc-sdk .ot-hide-acc>button{pointer-events:none}#onetrust-pc-sdk .ot-hide-acc .ot-plus-minus>*,#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>*{visibility:hidden}#onetrust-pc-sdk .ot-hide-acc .ot-acc-hdr{min-height:30px}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk .ot-cat-item p:last-of-type:not([role=heading]){color:dimgray}#onetrust-pc-sdk #ot-pc-title{margin-top:20px;margin-bottom:10px}#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk .ot-cat-item p{font-size:.79em;line-height:1.4}#onetrust-pc-sdk #ot-pc-desc *,#onetrust-pc-sdk .ot-cat-item p *{font-size:inherit;line-height:inherit}#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk #ot-pc-title{font-size:1.125em;line-height:1.2}#onetrust-pc-sdk #ot-pc-desc{clear:both;font-size:.813em;line-height:1.5;margin-bottom:25px}#onetrust-pc-sdk #ot-pc-desc *{font-size:inherit}#onetrust-pc-sdk #ot-pc-desc a.privacy-notice-link,#onetrust-pc-sdk #ot-pc-desc a.ot-imprint-handler{margin-right:8px}#onetrust-pc-sdk #ot-pc-desc li{padding:10px 0px}#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk #accept-recommended-btn-handler,#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header{float:left}#onetrust-pc-sdk #ot-category-title{width:100%;text-align:left}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk #ot-lst-title,#onetrust-pc-sdk .ot-ven-hdr .ot-ven-name,#onetrust-pc-sdk .ot-always-active{font-weight:bold}#onetrust-pc-sdk a{color:#656565;cursor:pointer}#onetrust-pc-sdk a:hover{color:#3860be}#onetrust-pc-sdk .ot-always-active{float:right;color:#3860be;margin-top:-2px}#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk .ot-always-active{font-size:.88em;line-height:1.4;position:relative}#onetrust-pc-sdk .ot-cat-item{margin-top:25px;line-height:1.1}#onetrust-pc-sdk .ot-cat-item p:last-of-type:not([role=heading]){clear:both;padding-top:15px;margin:0}#onetrust-pc-sdk .ot-acc-txt p ul,#onetrust-pc-sdk .ot-cat-item ul,#onetrust-pc-sdk li.ot-subgrp p ul{margin:0px;list-style:disc;margin-left:15px}#onetrust-pc-sdk .ot-acc-txt p ul li,#onetrust-pc-sdk .ot-cat-item ul li,#onetrust-pc-sdk li.ot-subgrp p ul li{font-size:inherit;margin:5px 0 0 0;padding:0;border:none}#onetrust-pc-sdk .ot-subgrp-cntr{display:inline-block;width:100%}#onetrust-pc-sdk .ot-subgrp-cntr .ot-tgl-cntr{float:right}#onetrust-pc-sdk .ot-subgrp-cntr .ot-tgl-cntr.ot-always-active-subgroup{width:auto}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li h5{font-size:.813em;line-height:1.5;color:dimgray}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr{display:inline-block;width:100%;vertical-align:middle}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-txt{margin:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li{margin:10px 0 0 0;padding:0;border:none}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p{clear:both;float:left;padding-top:10px;margin:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li h5,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p[aria-level="5"]{font-weight:bold;margin-bottom:0;float:left;position:relative;top:6px;padding-top:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp{margin-left:20px;overflow:hidden}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp>p ul:first-child{padding-bottom:7.5px}#onetrust-pc-sdk ul.ot-subgrps{margin:0}#onetrust-pc-sdk .ot-hlst-cntr,#onetrust-pc-sdk .ot-vlst-cntr{margin-top:3px;overflow:hidden;clear:both;padding-left:2px;padding-bottom:2px}#onetrust-pc-sdk .ot-always-active-subgroup{width:auto;padding-left:0px !important;top:3px;position:relative}#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler+a,#onetrust-pc-sdk .category-host-list-handler{color:#3860be;margin-left:0;font-size:.813em;text-decoration:none;float:left;margin-top:5px}#onetrust-pc-sdk .category-vendors-list-handler:hover,#onetrust-pc-sdk .category-vendors-list-handler+a:hover,#onetrust-pc-sdk .category-host-list-handler:hover{text-decoration-line:underline}#onetrust-pc-sdk .category-vendors-list-handler+a{clear:none}#onetrust-pc-sdk .ot-vlst-cntr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-host-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-cat-grp svg.ot-ext-lnk{display:inline-block;height:13px;width:13px;background-repeat:no-repeat;margin-left:1px;cursor:pointer;vertical-align:middle}#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk{margin-bottom:-1px}#onetrust-pc-sdk .back-btn-handler{min-height:20px;font-size:1em;text-decoration:none}#onetrust-pc-sdk .back-btn-handler svg{width:12px;height:12px}#onetrust-pc-sdk .back-btn-handler:hover{opacity:.6}#onetrust-pc-sdk #ot-lst-title h3,#onetrust-pc-sdk #ot-lst-title p[aria-level="3"]{word-break:break-word;word-wrap:break-word;margin-bottom:0;color:#656565;font-weight:bold;margin-left:15px;display:inline-block;font-size:1em}#onetrust-pc-sdk #ot-lst-title{margin-top:15px;font-size:1em}#onetrust-pc-sdk #ot-pc-hdr{display:inline-block;padding-left:27px;padding-right:17px;width:calc(100% - 44px)}#onetrust-pc-sdk #ot-pc-hdr input::placeholder{color:#707070;font-style:italic}#onetrust-pc-sdk #vendor-search-handler{height:31px;width:100%;border-radius:50px;font-size:.8em;padding-right:35px;padding-left:15px;float:left;margin-left:15px}#onetrust-pc-sdk #ot-lst-cnt{transform:translate3d(0, 0, 0);position:relative;padding-left:27px;margin-right:10px;margin-top:10px;width:calc(100% - 37px);top:0;bottom:70px;height:calc(100% - 94px);overflow-y:auto;overflow-x:hidden}#onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr{right:32px;position:absolute;margin-top:10px;height:20px}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr):not(.ot-hosts-ui) .ot-tgl-cntr{right:12px}#onetrust-pc-sdk #ot-sel-blk{position:sticky;position:-webkit-sticky;width:100%;display:inline-block;top:0;overflow:hidden;z-index:3}#onetrust-pc-sdk #ot-sel-blk p{font-size:.75em;color:#6b6b6b;margin:0;display:inline-block}#onetrust-pc-sdk .ot-enbl-chr>:not(.ot-hosts-ui) .ot-sel-all{padding-right:33px}#onetrust-pc-sdk .ot-enbl-chr .ot-hosts-ui .ot-sel-all{padding-right:23px}#onetrust-pc-sdk .ot-enbl-chr .ot-accordion-layout h4~.ot-tgl+.ot-tgl,#onetrust-pc-sdk .ot-enbl-chr .ot-accordion-layout p[aria-level="4"]~.ot-tgl+.ot-tgl{right:105px}#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item h5+.ot-tgl-cntr,#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item p[aria-level="5"]+.ot-tgl-cntr{padding-left:31px;padding-right:13px}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr *{visibility:hidden}#onetrust-pc-sdk #ot-pc-content:not(.ot-enbl-chr) .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:center}#onetrust-pc-sdk #ot-pc-content:not(.ot-enbl-chr) .ot-pli-hdr.ot-leg-border-color span:last-child{text-align:right}#onetrust-pc-sdk .ot-hosts-ui:not(.ot-enbl-chr) .ot-tgl-cntr{right:23px}#onetrust-pc-sdk .ot-hosts-ui #ot-sel-blk{width:100%}#onetrust-pc-sdk .ot-lst-subhdr{display:inline-block;width:100%;margin-top:10px}#onetrust-pc-sdk .ot-lst-subhdr svg{width:30px;height:30px;position:absolute;float:left;right:-15px}#onetrust-pc-sdk .ot-search-cntr{float:left;width:82%;position:relative}#onetrust-pc-sdk .ot-fltr-cntr{float:right;right:15px;position:relative}#onetrust-pc-sdk #ot-filter-list-header{margin-top:20px;margin-bottom:10px;float:left;max-width:150px;text-decoration:none;color:#3860be;font-size:.9em;font-weight:bold;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);padding:1px 1px 1px 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#onetrust-pc-sdk #filter-btn-handler{background-color:#3860be;border-radius:17px;display:inline-block;position:relative;width:32px;height:32px;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease;padding:0;margin:0}#onetrust-pc-sdk #filter-btn-handler:hover{opacity:.7}#onetrust-pc-sdk #filter-btn-handler svg{width:12px;margin:6px 10px 0 9px;display:block;height:12px;position:static;right:auto;top:auto}#onetrust-pc-sdk .ot-ven-link,#onetrust-pc-sdk .ot-ven-legclaim-link{color:#3860be;text-decoration:none;display:inline-block;margin-top:10px;transform:translate(0, 1%);-o-transform:translate(0, 1%);-ms-transform:translate(0, 1%);-webkit-transform:translate(0, 1%);z-index:2;position:relative;font-size:.75em}#onetrust-pc-sdk .ot-ven-link:hover,#onetrust-pc-sdk .ot-ven-legclaim-link:hover{text-decoration:underline}#onetrust-pc-sdk .ot-ven-link *,#onetrust-pc-sdk .ot-ven-legclaim-link *{font-size:inherit}#onetrust-pc-sdk .ot-ven-name{vertical-align:middle}#onetrust-pc-sdk .ot-ven-hdr,#onetrust-pc-sdk .ot-host-hdr{width:calc(100% - 165px);height:auto;float:left;text-align:left;word-break:break-word;word-wrap:break-word;vertical-align:middle;padding-bottom:2px;padding-left:2px}#onetrust-pc-sdk .ot-host-hdr{pointer-events:none;position:relative;z-index:1}#onetrust-pc-sdk .ot-host-hdr .ot-host-name{pointer-events:none}#onetrust-pc-sdk .ot-host-hdr a{pointer-events:initial}#onetrust-pc-sdk #ot-host-lst .ot-host-info{font-size:.7em;line-height:1.1}#onetrust-pc-sdk #ot-host-lst .ot-host-name,#onetrust-pc-sdk #ot-host-lst .ot-host-name a{color:dimgray;font-size:.81em;font-weight:bold;line-height:1.4;margin-bottom:5px;position:relative}#onetrust-pc-sdk #ot-host-lst .ot-host-name a,#onetrust-pc-sdk #ot-host-lst .ot-host-info a{font-size:1em}#onetrust-pc-sdk #ot-host-lst .ot-host-desc{width:100%;margin-bottom:5px}#onetrust-pc-sdk #ot-host-lst .ot-host-expand,#onetrust-pc-sdk #ot-host-lst .ot-host-desc{color:dimgray;font-size:.69em;line-height:1.4;float:left;font-weight:normal}#onetrust-pc-sdk #ot-host-lst .ot-host-hdr>a{text-decoration:underline;font-size:.69em;position:relative;z-index:2;margin-bottom:5px;line-height:1.4}#onetrust-pc-sdk #ot-host-lst .ot-host-expand{color:#3860be}#onetrust-pc-sdk #ot-host-lst .ot-host-expand *{font-size:inherit}#onetrust-pc-sdk .ot-host-opt{margin:0;font-size:inherit;display:inline-block;width:100%}#onetrust-pc-sdk .ot-host-opt .ot-host-info{border:none;font-size:.8em;color:dimgray;display:inline-block;width:calc(100% - 20px);padding:10px;margin-bottom:10px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-host-opt .ot-host-info>div{overflow:auto}#onetrust-pc-sdk .ot-host-opt li>dl{font-size:.8em;padding:5px 0;margin:5px 0;display:flex}#onetrust-pc-sdk .ot-host-opt li>dl dt{width:30%;float:left}#onetrust-pc-sdk .ot-host-opt li>dl dd{width:70%;float:left;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk #ot-ven-lst .ot-acc-hdr{overflow:hidden;cursor:pointer}#onetrust-pc-sdk .ot-ven-dets{border-radius:2px;margin-top:10px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child{border-top:none}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child){border-top:1px solid #ddd !important}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd){width:30%}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even){width:50%;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5{padding-top:5px;padding-bottom:5px;display:block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p[aria-level="5"]{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1){padding-bottom:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur):not([role=heading]){padding-top:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont{display:inline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur{position:relative;width:50% !important;word-break:break-word;word-wrap:break-word;left:calc(30% + 17px)}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1){position:static}#onetrust-pc-sdk .ot-ven-dets p,#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets span{font-size:.69em;text-align:left;vertical-align:middle;word-break:break-word;word-wrap:break-word;margin:0;padding-bottom:10px;padding-left:15px;color:#2e3644}#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets p[aria-level="5"]{padding-top:5px;line-height:1.5}#onetrust-pc-sdk .ot-ven-dets span{color:dimgray;padding:0;vertical-align:baseline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur p[aria-level="5"]{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding-bottom:5px;margin-bottom:5px;font-weight:bold}#onetrust-pc-sdk #no-results{text-align:center;margin-top:30px;height:calc(100% - 300px);margin-left:27px}#onetrust-pc-sdk #no-results span{font-weight:bold}#onetrust-pc-sdk #no-results p{font-size:1em;color:#2e3644;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk #ot-fltr-modal{right:13px;top:87px;height:90%;max-height:370px;display:none;-moz-transition:.2s ease;-o-transition:.2s ease;-webkit-transition:2s ease;transition:.2s ease;opacity:1;position:absolute}#onetrust-pc-sdk #ot-fltr-cnt{z-index:2147483646;background-color:#fff;position:relative;height:100%;max-width:325px;border-radius:3px;padding-right:10px;padding-bottom:5px;-webkit-box-shadow:0px 0px 12px 2px #c7c5c7;-moz-box-shadow:0px 0px 12px 2px #c7c5c7;box-shadow:0px 0px 12px 2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-scrlcnt{overflow-y:auto;overflow-x:hidden;clear:both;max-height:calc(100% - 60px)}#onetrust-pc-sdk #ot-anchor{border:12px solid rgba(0,0,0,0);display:none;position:absolute;z-index:2147483647;right:36px;top:75px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);background-color:#fff;-webkit-box-shadow:-3px -3px 5px -2px #c7c5c7;-moz-box-shadow:-3px -3px 5px -2px #c7c5c7;box-shadow:-3px -3px 5px -2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-btns{margin-left:15px}#onetrust-pc-sdk #filter-apply-handler{margin-right:15px}#onetrust-pc-sdk .ot-fltr-opt{margin-bottom:5px;margin-left:15px;min-height:20px;width:75%}#onetrust-pc-sdk .ot-fltr-opt label{padding-left:30px;margin-bottom:0}#onetrust-pc-sdk .ot-fltr-opt p{display:inline-block;margin:0;font-size:.9em;color:#2e3644}#onetrust-pc-sdk #ot-sel-blk .ot-chkbox{width:20px;height:20px;float:right}#onetrust-pc-sdk .line-through label::after,#onetrust-pc-sdk[dir=rtl] .line-through label::after{height:auto;border-left:0;transform:none;-o-transform:none;-ms-transform:none;-webkit-transform:none;left:9px;top:12px}#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-adtlvencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label,#onetrust-pc-sdk #ot-selall-gnvencntr label{position:relative;display:inline-block;margin:0}#onetrust-pc-sdk #ot-selall-vencntr input,#onetrust-pc-sdk #ot-selall-adtlvencntr input,#onetrust-pc-sdk #ot-selall-hostcntr input,#onetrust-pc-sdk #ot-selall-licntr input,#onetrust-pc-sdk #ot-selall-gnvencntr input{height:auto;width:auto;border-radius:0;font-size:initial;padding:0;float:none}#onetrust-pc-sdk #ot-ven-lst:first-child{border-top:1px solid #e2e2e2}#onetrust-pc-sdk #vdr-lst-dsc{font-size:.812em;line-height:1.5;padding:10px 15px 5px 15px}#onetrust-pc-sdk #close-pc-btn-handler{margin:0;float:right;height:44px;width:44px;background-size:10px}#onetrust-pc-sdk #close-pc-btn-handler svg{display:block}#onetrust-pc-sdk .ot-close-icon{padding:0;background-color:rgba(0,0,0,0);border:none}#onetrust-pc-sdk #clear-filters-handler{float:right;max-width:200px;margin-bottom:10px;text-decoration:none;margin-top:20px;font-weight:bold;color:#3860be;font-size:.9em;letter-spacing:normal;border:none;padding:1px}#onetrust-pc-sdk #clear-filters-handler:hover{color:#2285f7}#onetrust-pc-sdk #clear-filters-handler:focus{outline:#000 solid 1px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:1px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;float:left;width:calc(100% - 2px)}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-vlst-cntr:first-child{margin-top:15px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc{font-size:.813em;line-height:1.5;padding-left:20px;padding-right:20px;width:calc(100% - 40px)}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc ul{padding-bottom:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:15px;width:calc(100% - 35px);display:inline-block;position:relative;min-height:25px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0px}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc+.ot-leg-btn-container{padding-left:20px;padding-right:16px;width:calc(100% - 36px)}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc+.ot-leg-btn-container{margin-top:5px;margin-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative}#onetrust-pc-sdk .ot-accordion-layout input[type=checkbox]:checked~.ot-acc-txt.ot-acc-grpcntr{width:auto;padding-bottom:15px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;font-size:.88em;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;vertical-align:middle;min-height:inherit}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active{right:16px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl+.ot-tgl{right:88px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{right:10px;margin-top:-2px;left:auto}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{position:absolute;top:60%;transform:translateY(-50%)}#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active{position:relative;transform:none;right:0}#onetrust-pc-sdk #ot-category-title{padding-bottom:10px}#onetrust-pc-sdk .ot-pli-hdr{color:#77808e;overflow:hidden;padding-top:7.5px;padding-bottom:7.5px;width:calc(100% - 2px);border-top-left-radius:3px;border-top-right-radius:3px}#onetrust-pc-sdk .ot-pli-hdr .ot-li-title{float:right;font-size:.813em}#onetrust-pc-sdk .ot-pli-hdr span:first-child{top:50%;transform:translateY(50%);max-width:80px}#onetrust-pc-sdk .ot-pli-hdr span:last-child{text-align:center;max-width:95px}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color{background-color:#f8f8f8;border:1px solid #e9e9e9}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:left;width:80px}#onetrust-pc-sdk .ot-subgrp>h5,#onetrust-pc-sdk .ot-subgrp>p[aria-level="5"],#onetrust-pc-sdk .ot-cat-header{width:calc(100% - 130px);max-width:60%}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>h5,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>p[aria-level="5"],#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header{width:calc(100% - 145px)}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item h5+.ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item p[aria-level="5"]+.ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header+.ot-tgl{padding-left:28px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:5px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr{border-top:1px solid #e9e9e9}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr ul.ot-subgrps li{margin-top:5px;margin-bottom:5px}#onetrust-pc-sdk .ot-acc-hdr .ot-arw-cntr+.ot-tgl,#onetrust-pc-sdk .ot-cat-item h4+.ot-tgl,#onetrust-pc-sdk .ot-acc-txt h4+.ot-tgl-cntr,#onetrust-pc-sdk .ot-cat-item p[aria-level="4"]+.ot-tgl,#onetrust-pc-sdk .ot-acc-txt p[aria-level="4"]+.ot-tgl-cntr{padding-left:30px}#onetrust-pc-sdk .ot-sel-all-hdr,#onetrust-pc-sdk .ot-sel-all-chkbox{position:relative;display:inline-block;width:100%}#onetrust-pc-sdk .ot-sel-all-chkbox{z-index:1}#onetrust-pc-sdk .ot-li-hdr,#onetrust-pc-sdk .ot-consent-hdr{float:right;font-size:.813em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-li-hdr{max-width:100px;min-width:100px}#onetrust-pc-sdk .ot-consent-hdr{margin-right:5px;max-width:55px}#onetrust-pc-sdk .ot-ven-litgl+.ot-arw-cntr{margin-left:81px}#onetrust-pc-sdk .ot-sel-all{margin:0;position:relative;padding-right:13px;float:right}#onetrust-pc-sdk #ot-selall-hostcntr,#onetrust-pc-sdk #ot-selall-vencntr{right:20px;position:relative}#onetrust-pc-sdk #ot-selall-licntr{position:relative;right:79px}#onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .ot-sel-all{position:relative;display:inline-block;width:20px;height:25px}#onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .ot-sel-all label{position:absolute;padding:0;width:18px;height:18px}#onetrust-pc-sdk .ot-always-active-group .ot-cat-header{width:55%}#onetrust-pc-sdk .ot-leg-btn-container{display:inline-block;width:100%;margin-top:10px}#onetrust-pc-sdk .ot-leg-btn-container button{height:auto;padding:6.5px 8px;margin-bottom:0;letter-spacing:0;line-height:normal}#onetrust-pc-sdk .ot-leg-btn-container svg{display:none;height:14px;width:14px;padding-right:5px;vertical-align:sub}#onetrust-pc-sdk .ot-active-leg-btn{cursor:default;pointer-events:none}#onetrust-pc-sdk .ot-active-leg-btn svg{display:inline-block}#onetrust-pc-sdk .ot-remove-objection-handler{border:none;text-decoration:underline;padding:0;font-size:.82em;font-weight:600;line-height:1.4;padding-left:10px}#onetrust-pc-sdk .ot-obj-leg-btn-handler span{font-weight:bold;text-align:center;font-size:.91em;line-height:1.5}#onetrust-pc-sdk[dir=rtl] input~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk[dir=rtl] #ot-back-arw{transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}#onetrust-pc-sdk[dir=rtl] input:checked~.ot-acc-hdr .ot-arw{transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg)}#onetrust-pc-sdk[dir=rtl] .ot-chkbox label::after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);border-left:0;border-right:3px solid}#onetrust-pc-sdk[dir=rtl] .ot-lst-subhdr svg{right:0}#onetrust-pc-sdk .ot-ven-ctgl,#onetrust-pc-sdk .ot-ven-litgl,#onetrust-pc-sdk .ot-host-tgl,#onetrust-pc-sdk .ot-ven-gvctgl{position:relative;display:inline-block;width:20px;height:20px;margin-left:60px}#onetrust-pc-sdk .ot-ven-ctgl label,#onetrust-pc-sdk .ot-ven-litgl label,#onetrust-pc-sdk .ot-host-tgl label,#onetrust-pc-sdk .ot-ven-gvctgl label{position:absolute;margin:0}#onetrust-pc-sdk #ot-host-lst .ot-host-expand{clear:both;float:none;display:block}#onetrust-pc-sdk ul{list-style:none}#onetrust-pc-sdk ul li:not(.ot-fltr-opt){position:relative;margin:0;padding:15px 15px 15px 15px;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk ul li h3,#onetrust-pc-sdk ul li h4,#onetrust-pc-sdk ul li p[aria-level="3"],#onetrust-pc-sdk ul li p[aria-level="4"]{font-size:.75em;color:#656565;margin:0;height:auto;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk ul li p:not([role=heading]){margin:0;font-size:.7em}#onetrust-pc-sdk .ot-ven-item>button:focus,#onetrust-pc-sdk .ot-host-item>button:focus,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button:focus,#onetrust-pc-sdk .ot-acc-cntr>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-ven-item>button,#onetrust-pc-sdk .ot-host-item>button,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button,#onetrust-pc-sdk .ot-acc-cntr>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-host-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-host-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;width:auto;overflow:auto;display:block}#onetrust-pc-sdk .ot-host-item>button:focus{outline:0;border:2px solid #000}#onetrust-pc-sdk.ot-addtl-vendors .ot-enbl-chr #ot-selall-vencntr{right:0}#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-licntr{right:135px}#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-adtlvencntr,#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-gnvencntr{right:40px}#onetrust-pc-sdk.ot-addtl-vendors .ot-li-hdr{margin-right:15px}#onetrust-pc-sdk.ot-addtl-vendors #ot-selall-licntr{right:115px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk{background-color:#f9f9fc;border:1px solid #e2e2e2;width:auto;padding-bottom:5px;padding-top:5px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all{padding-right:23px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) ul li{border:1px solid #e2e2e2;margin-bottom:10px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox{float:right;width:auto;right:3px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-tgl-cntr{right:12px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-ven-ctgl{margin-left:75px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-ven-litgl+.ot-arw-cntr{margin-left:95px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-acc-cntr>.ot-acc-hdr{padding-top:10px;padding-bottom:10px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-addtl-venlst .ot-tgl-cntr{right:32px}#onetrust-pc-sdk.ot-addtl-vendors #ot-ven-lst:first-child{border-top:none}#onetrust-pc-sdk.ot-addtl-vendors #ot-selall-vencntr{right:40px;position:absolute}#onetrust-pc-sdk #ot-selall-adtlvencntr,#onetrust-pc-sdk #ot-selall-gnvencntr{position:relative;right:20px}#onetrust-pc-sdk .ot-acc-cntr{position:relative;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr{background-color:#f9f9fc;padding-left:15px;padding-top:5px;padding-bottom:5px;width:calc(100% - 15px)}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-plus-minus{vertical-align:middle;top:auto}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-arw-cntr{right:10px;left:auto}#onetrust-pc-sdk .ot-acc-cntr.ot-add-tech .ot-acc-hdr{padding:10px 0 10px 15px}#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-hdr{border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-txt{padding-left:10px;padding-right:10px;padding-top:10px;position:relative;z-index:1}#onetrust-pc-sdk .ot-acc-cntr .ot-addtl-venbox{display:none}#onetrust-pc-sdk .ot-vensec-title{font-size:.813em;vertical-align:middle;display:inline-block}#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler{border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em;background:none;right:15px;top:15px;width:auto;position:absolute;font-weight:normal}#onetrust-pc-sdk .ot-cat-header{float:left;font-weight:600;font-size:.875em;line-height:1.5;max-width:90%;vertical-align:middle}#onetrust-pc-sdk .ot-vnd-item>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-vnd-item>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;opacity:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;margin-top:10px;width:100%;overflow:auto;display:block}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-grpcntr{width:auto;margin-top:0px;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:2px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;width:calc(100% - 2px);float:left}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{padding-left:20px;padding-right:20px;width:calc(100% - 40px);font-size:.812em;margin-bottom:10px;margin-top:15px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul{padding-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul li{padding-top:0;line-height:1.5;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout div+.ot-acc-grpdesc{margin-top:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child{margin-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child{margin-bottom:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:20px;width:calc(100% - 40px);display:inline-block}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr{padding-left:20px;padding-right:15px;padding-bottom:0;width:calc(100% - 35px)}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp{padding-right:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{position:absolute;top:50%;transform:translateY(-50%);right:20px;margin-top:-2px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr .ot-arw{width:15px;height:20px;margin-left:5px;color:dimgray}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;min-height:inherit}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{position:relative;min-height:25px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active{position:absolute;top:50%;transform:translateY(-50%);right:20px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl{right:95px}#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler+a{margin-top:5px}#onetrust-pc-sdk #ot-pc-lst{display:flex;flex-direction:column}#onetrust-pc-sdk #ot-lst-cnt{margin-top:1rem;max-height:calc(100% - 100px)}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 2rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info>div{display:flex}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list,#onetrust-pc-sdk .ot-vnd-serv{width:auto;padding:1rem 1.25rem;padding-bottom:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:600;font-size:.95em;line-height:2;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item{border:none;margin:0;padding:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button{outline:none;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true]{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child{margin-top:.25rem;border-top:unset}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child{margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 1.75rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info>div,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info>div{display:flex}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt{padding-left:40px}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-size:.8em}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header{font-size:.8em}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv{margin-bottom:1rem;padding:1rem .95rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:700;font-size:.8em;line-height:20px;margin-left:.82rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header{font-weight:700;font-size:.8em;line-height:20px}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox{margin-left:.82rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr{padding:.7rem 0;margin:0;display:flex;width:100%;align-items:center;justify-content:space-between}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child{margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child{margin-right:.5rem;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active{position:relative;right:unset;top:unset;transform:unset}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-plus-minus{top:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr{float:none;top:unset;right:unset;transform:unset;margin-top:-2px;position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header{flex:1;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl{position:relative;transform:none;right:0;top:0;float:none}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox{position:relative;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label{padding:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before{position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input{position:absolute;cursor:pointer;width:100%;height:100%;opacity:0;margin:0;top:0;left:0;z-index:1}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="5"].ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="4"].ot-cat-header{margin:0}#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5,#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp p[aria-level="5"]{top:0;line-height:20px}#onetrust-pc-sdk .ot-vs-list{display:flex;flex-direction:column;padding:0;margin:.5rem 4px}#onetrust-pc-sdk .ot-vs-selc-all{display:flex;padding:0;float:unset;align-items:center;justify-content:flex-start}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf{justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:48px}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin:0;padding:0;margin-right:14px;justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl{display:inline-block;right:unset;width:auto;height:auto;float:none}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label{width:45px;height:25px}#onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox{margin-right:11px;margin-left:.75rem;display:flex;align-items:center}#onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr{margin:0 1.25rem;font-size:.812em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox{float:unset;right:0}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:.5rem}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin-right:15px}#onetrust-pc-sdk #ot-sel-blk .ot-chkbox{right:unset}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl{padding:0}#onetrust-pc-sdk .ot-vs-list{margin-top:.5rem}#onetrust-pc-sdk .ot-pgph-link{font-size:.813em;margin-top:5px;position:relative}#onetrust-pc-sdk .ot-pgph-link.ot-pgph-link-subgroup{margin-bottom:1rem}#onetrust-pc-sdk .ot-pgph-contr{margin:0 2.5rem}#onetrust-pc-sdk .ot-pgph-title{font-size:1.18rem;margin-bottom:2rem}#onetrust-pc-sdk .ot-pgph-desc{font-size:1rem;font-weight:400;margin-bottom:2rem;line-height:1.5rem}#onetrust-pc-sdk .ot-pgph-desc:not(:last-child):after{content:"";width:96%;display:block;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid #e9e9e9}@media(min-width: 768px){#onetrust-pc-sdk.ot-tgl-with-label .ot-label-status{display:inline}#onetrust-pc-sdk.ot-tgl-with-label #ot-pc-lst .ot-label-status{display:none}}@media only screen and (max-width: 600px){#onetrust-pc-sdk{max-width:100%;min-width:100%}#onetrust-pc-sdk .ot-ftr-stacked button{width:100%}#onetrust-pc-sdk #ot-lst-cnt,#onetrust-pc-sdk #ot-pc-hdr{margin-top:0;padding:0 5px 0 10px;width:calc(100% - 25px)}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container{height:100%;display:flex;flex-direction:column;justify-content:space-around}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container #accept-recommended-btn-handler{width:100%;float:none !important;margin:0 !important}}@media only screen and (max-width: 425px){#onetrust-pc-sdk.otPcPanel{left:0;min-width:100%;height:100%;top:0;border-radius:0}#onetrust-pc-sdk #ot-host-lst .ot-chkbox{margin-left:0}#onetrust-pc-sdk #ot-pc-content{margin:0 10px 0 20px}#onetrust-pc-sdk p{font-size:.7em}#onetrust-pc-sdk .ot-tgl-cntr{width:auto}#onetrust-pc-sdk #vendor-search-handler{font-size:1em}#onetrust-pc-sdk #ot-lst-cnt{height:calc(100% - 95px)}#onetrust-pc-sdk .ot-switch+p{max-width:80%}#onetrust-pc-sdk button{letter-spacing:.01em}#onetrust-pc-sdk .save-preference-btn-handler{margin-top:0}#onetrust-pc-sdk .ot-search-cntr{width:75%}}@media only screen and (max-width: 320px){#onetrust-pc-sdk #ot-fltr-cnt{margin-left:15px}}@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape){#onetrust-pc-sdk{left:0;top:0;min-width:100%;height:100%;border-radius:0}#onetrust-pc-sdk .ot-pc-header{height:auto;min-height:20px}#onetrust-pc-sdk .ot-pc-header .ot-pc-logo{max-height:30px}#onetrust-pc-sdk .ot-pc-footer{max-height:90px;height:100%}#onetrust-pc-sdk .ot-pc-footer .ot-btn-container{overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 30px)}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{bottom:100px;height:auto !important}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:100px}#onetrust-pc-sdk button{letter-spacing:.02em}#onetrust-pc-sdk #ot-anchor{left:initial;right:50px}#onetrust-pc-sdk #ot-lst-title{margin-top:12px}#onetrust-pc-sdk #ot-lst-title *{font-size:inherit}#onetrust-pc-sdk #ot-pc-hdr input{margin-right:0;padding-right:45px}#onetrust-pc-sdk .ot-switch+p{max-width:85%}#onetrust-pc-sdk #ot-lst-cnt{max-height:none;overflow:initial}#onetrust-pc-sdk #ot-lst-cnt.no-results{height:auto}#onetrust-pc-sdk input{font-size:1em !important}#onetrust-pc-sdk p{font-size:.6em}#onetrust-pc-sdk #ot-pc-lst{overflow:auto}#onetrust-pc-sdk #ot-fltr-modal{width:100%;height:100%;max-height:none;top:0}#onetrust-pc-sdk #ot-sel-blk{position:static}#onetrust-pc-sdk #ot-fltr-cnt{height:250px;width:100%}#onetrust-pc-sdk.ot-shw-fltr #ot-anchor{display:none !important}#onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst{height:100% !important;overflow:hidden;top:0px}#onetrust-pc-sdk.ot-shw-fltr #ot-fltr-cnt{margin:0;height:100%;padding:10px;top:0;width:calc(100% - 20px);position:absolute;right:0;left:0;max-width:none}#onetrust-pc-sdk.ot-shw-fltr .ot-fltr-scrlcnt{max-height:calc(100% - 65px)}} #onetrust-consent-sdk #onetrust-pc-sdk, #onetrust-consent-sdk #ot-search-cntr, #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle, #onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after ,#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt, #onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor { background-color: #FFFFFF; } #onetrust-consent-sdk #onetrust-pc-sdk h3, #onetrust-consent-sdk #onetrust-pc-sdk h4, #onetrust-consent-sdk #onetrust-pc-sdk h5, #onetrust-consent-sdk #onetrust-pc-sdk h6, #onetrust-consent-sdk #onetrust-pc-sdk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header, #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title p[aria-level="3"], #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status, #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal { color: #1F3047; } #onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link, #onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a, #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link, #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-legclaim-link, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc a { color: #066FEF; } #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover { text-decoration: underline;} #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets { background-color: #F8F8F8; } #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn { background-color: #066FEF;border-color: #066FEF; color: #FFFFFF; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu { border-color: #066FEF; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler{ background-color: transparent; border: 1px solid transparent; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn { background-color: #FFFFFF; color: #4D4D4D; border-color: #4D4D4D; }#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob { background-color: #d5e9ff; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob { background-color: #767676; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch, .ot-switch .ot-switch-nob, .ot-switch .ot-switch-nob:before, #onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus + label::before, #onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus + label::before { outline-color: #000000; outline-width: 1px; outline-offset: 1px; } #onetrust-pc-sdk .ot-host-item > button:focus, #onetrust-pc-sdk .ot-ven-item > button:focus { border: 1px solid #000000; } #onetrust-consent-sdk #onetrust-pc-sdk *:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus { outline: 1px solid #000000; outline-offset: 1px; }#ot-header-id-BG115.ot-cat-header {display: none !important;} #ot-desc-id-BG115.ot-category-desc {display: none !important;} #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon { background-image: url("https://cdn.cookielaw.org/logos/static/ot_close.svg") !important; } #onetrust-pc-sdk .ot-optout-signal{ Color: #1F3047; Font-family: FordMotion, arial; Font-size: 16px; Font-Style: normal; Font-weight: 500px; Background-color: #E5F3E6; Border: transparent; Text-align: left;} #onetrust-pc-sdk #ot-pc-title{ Font-family: FordMotion, arial; Font-size: 24px; Font-style: normal; Font-weight: 500; Line-height: 32px;} #onetrust-pc-sdk .ot-cat-header{ Color: #4D5B6D; Font-family: FordMotion, arial; Font-size: 16px; Font-style: normal; Font-weight: 400; Line-height: 24px;} #onetrust-pc-sdk #ot-pc-desc{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 400; line-height: 20px;} #onetrust-consent-sdk #onetrust-pc-sdk p{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 400; line-height: 20px;} #onetrust-pc-sdk button{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 700; line-height: 20px; border-radius: var(--radius-full, 400px);} #onetrust-pc-sdk .ot-pc-footer-logo{ background: transparent;} #onetrust-pc-sdk .ot-switch-nob{ outline-color: transparent; background-color: #9CA3AD;} #onetrust-pc-sdk .ot-switch-nob:before{ background-color: #FFFFFF; border: transparent; outline-color: transparent;} #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{ background-color: #d5e9ff; border: #3860be; outline-color: transparent;} #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{ background-color: #3860be; border: #3860be;} .ot-sdk-cookie-policy{font-family:inherit;font-size:16px}.ot-sdk-cookie-policy.otRelFont{font-size:1rem}.ot-sdk-cookie-policy h3,.ot-sdk-cookie-policy h4,.ot-sdk-cookie-policy h6,.ot-sdk-cookie-policy p,.ot-sdk-cookie-policy li,.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy th,.ot-sdk-cookie-policy #cookie-policy-description,.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}.ot-sdk-cookie-policy h4{font-size:1.2em}.ot-sdk-cookie-policy h6{font-size:1em;margin-top:2em}.ot-sdk-cookie-policy th{min-width:75px}.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy a:hover{background:#fff}.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}.ot-sdk-cookie-policy .ot-mobile-border{display:none}.ot-sdk-cookie-policy section{margin-bottom:2em}.ot-sdk-cookie-policy table{border-collapse:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy{font-family:inherit;font-size:1rem}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup{margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td{font-size:.9em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a{font-size:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group{font-size:1em;margin-bottom:.6em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title{margin-bottom:1.2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th{min-width:75px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover{background:#fff}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border{display:none}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section{margin-bottom:2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li{list-style:disc;margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4{display:inline-block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{border-collapse:inherit;margin:auto;border:1px solid #d7d7d7;border-radius:5px;border-spacing:initial;width:100%;overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border-bottom:1px solid #d7d7d7;border-right:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child{border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:25%}.ot-sdk-cookie-policy[dir=rtl]{text-align:left}#ot-sdk-cookie-policy h3{font-size:1.5em}@media only screen and (max-width: 530px){.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{display:block}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr{position:absolute;top:-9999px;left:-9999px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{margin:0 0 1em 0}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a{background:#f6f6f4}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{position:absolute;height:100%;left:6px;width:40%;padding-right:10px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border{display:inline-block;background-color:#e4e4e4;position:absolute;height:100%;top:0;left:45%;width:2px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{content:attr(data-label);font-weight:bold}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border:none;border-bottom:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{display:block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:auto}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{margin:0 0 1em 0}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{height:100%;width:40%;padding-right:10px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{content:attr(data-label);font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr{position:absolute;top:-9999px;left:-9999px;z-index:-9999}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:1px solid #d7d7d7;border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child{border-bottom:0px}} #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th { background-color: #F8F8F8; } .ot-floating-button__front{background-image:url('https://cdn.cookielaw.org/logos/static/ot_persistent_cookie.png')} @keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } @-webkit-keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } @-moz-keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } </style><meta http-equiv="origin-trial" content="A6A+1d+C3ouRtnK8HZmLfRaTibk7Y5RIysXvkTgkdjhqJIIf/lhKui+K3HFmT7FjsIInJLWjy/x5UTLp9k7IewQAAACGeyJvcmlnaW4iOiJodHRwczovL2dvLW1wdWxzZS5uZXQ6NDQzIiwiZmVhdHVyZSI6IlNvZnROYXZpZ2F0aW9uSGV1cmlzdGljcyIsImV4cGlyeSI6MTcxNjk0MDc5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="><script type="text/javascript" src="https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie.js"></script><script src="https://www.account.ford.com/etc/fd/fma/bundle.js" defer="" async="" data-app-id="" data-fma-script="" data-lang="en_us" data-property-key="brand_ford" data-region="na" data-fs-url="https://stg.api.mps.ford.com" data-client-id="" data-base-path="/" data-base-path-redirection="true" data-redirect-url="https://www.ford.com/login/"></script><script src="https://www.ford.com/fps/script/Ford/USA" async=""></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/52721620837d/RC79026732bf684b57aeb5c7a8c840d8f2-source.min.js" async=""></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/52721620837d/RCca4f6f5cc02b4b7d9e5572335793c2bc-source.min.js" async=""></script><style type="text/css" id="kampyleStyle">.noOutline{outline: none !important;}.wcagOutline:focus{outline: 1px dashed #595959 !important;outline-offset: 2px !important;transition: none !important;}</style></head> <body class="opt1 gdux--lightTheme back-to-top-enabled"> <div id="fmc-icon-sprites" style="display:none" data-url="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-sprites/resources/fordIcons.svg"><svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <!-- add.svg --> <symbol id="add" viewBox="0 0 24 24"> <path d="M11 13H6C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H11V6C11 5.71667 11.0958 5.47917 11.2875 5.2875C11.4792 5.09583 11.7167 5 12 5C12.2833 5 12.5208 5.09583 12.7125 5.2875C12.9042 5.47917 13 5.71667 13 6V11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H13V18C13 18.2833 12.9042 18.5208 12.7125 18.7125C12.5208 18.9042 12.2833 19 12 19C11.7167 19 11.4792 18.9042 11.2875 18.7125C11.0958 18.5208 11 18.2833 11 18V13Z" fill="currentColor"></path> </symbol> <!-- arrow_left_alt.svg --> <symbol id="arrow_left_alt" viewBox="0 0 24 24"> <path d="M7.85002 13L10.7 15.85C10.9 16.05 10.9959 16.2833 10.9875 16.55C10.9792 16.8167 10.8834 17.05 10.7 17.25C10.5 17.45 10.2625 17.5542 9.98752 17.5625C9.71252 17.5708 9.47502 17.475 9.27502 17.275L4.70002 12.7C4.50002 12.5 4.40002 12.2667 4.40002 12C4.40002 11.7333 4.50002 11.5 4.70002 11.3L9.27502 6.72501C9.47502 6.52501 9.71252 6.42918 9.98752 6.43751C10.2625 6.44585 10.5 6.55001 10.7 6.75001C10.8834 6.95001 10.9792 7.18335 10.9875 7.45001C10.9959 7.71668 10.9 7.95001 10.7 8.15001L7.85002 11H19C19.2834 11 19.5209 11.0958 19.7125 11.2875C19.9042 11.4792 20 11.7167 20 12C20 12.2833 19.9042 12.5208 19.7125 12.7125C19.5209 12.9042 19.2834 13 19 13H7.85002Z" fill="currentColor"></path> </symbol> <!-- arrow_right_alt.svg --> <symbol id="arrow_right_alt" viewBox="0 0 24 24"> <path d="M16.15 13H5C4.71667 13 4.47917 12.9042 4.2875 12.7125C4.09583 12.5208 4 12.2833 4 12C4 11.7167 4.09583 11.4792 4.2875 11.2875C4.47917 11.0958 4.71667 11 5 11H16.15L13.3 8.15001C13.1 7.95001 13.0042 7.71668 13.0125 7.45001C13.0208 7.18335 13.1167 6.95001 13.3 6.75001C13.5 6.55001 13.7375 6.44585 14.0125 6.43751C14.2875 6.42918 14.525 6.52501 14.725 6.72501L19.3 11.3C19.4 11.4 19.4708 11.5083 19.5125 11.625C19.5542 11.7417 19.575 11.8667 19.575 12C19.575 12.1333 19.5542 12.2583 19.5125 12.375C19.4708 12.4917 19.4 12.6 19.3 12.7L14.725 17.275C14.525 17.475 14.2875 17.5708 14.0125 17.5625C13.7375 17.5542 13.5 17.45 13.3 17.25C13.1167 17.05 13.0208 16.8167 13.0125 16.55C13.0042 16.2833 13.1 16.05 13.3 15.85L16.15 13Z" fill="currentColor"></path> </symbol> <!-- arrow_upward_alt.svg --> <symbol id="arrow_upward_alt" viewBox="0 0 24 24"> <path d="M11 8.79999L8.09999 11.7C7.91665 11.8833 7.68332 11.975 7.39999 11.975C7.11665 11.975 6.88332 11.8833 6.69999 11.7C6.51665 11.5167 6.42499 11.2833 6.42499 11C6.42499 10.7167 6.51665 10.4833 6.69999 10.3L11.3 5.69999C11.5 5.49999 11.7333 5.39999 12 5.39999C12.2667 5.39999 12.5 5.49999 12.7 5.69999L17.3 10.3C17.4833 10.4833 17.575 10.7167 17.575 11C17.575 11.2833 17.4833 11.5167 17.3 11.7C17.1167 11.8833 16.8833 11.975 16.6 11.975C16.3167 11.975 16.0833 11.8833 15.9 11.7L13 8.79999V17C13 17.2833 12.9042 17.5208 12.7125 17.7125C12.5208 17.9042 12.2833 18 12 18C11.7167 18 11.4792 17.9042 11.2875 17.7125C11.0958 17.5208 11 17.2833 11 17V8.79999Z" fill="currentColor"></path> </symbol> <!-- close.svg --> <symbol id="close" viewBox="0 0 24 24"> <path d="M12 13.4L7.09999 18.3C6.91665 18.4834 6.68332 18.575 6.39999 18.575C6.11665 18.575 5.88332 18.4834 5.69999 18.3C5.51665 18.1167 5.42499 17.8834 5.42499 17.6C5.42499 17.3167 5.51665 17.0834 5.69999 16.9L10.6 12L5.69999 7.10005C5.51665 6.91672 5.42499 6.68338 5.42499 6.40005C5.42499 6.11672 5.51665 5.88338 5.69999 5.70005C5.88332 5.51672 6.11665 5.42505 6.39999 5.42505C6.68332 5.42505 6.91665 5.51672 7.09999 5.70005L12 10.6L16.9 5.70005C17.0833 5.51672 17.3167 5.42505 17.6 5.42505C17.8833 5.42505 18.1167 5.51672 18.3 5.70005C18.4833 5.88338 18.575 6.11672 18.575 6.40005C18.575 6.68338 18.4833 6.91672 18.3 7.10005L13.4 12L18.3 16.9C18.4833 17.0834 18.575 17.3167 18.575 17.6C18.575 17.8834 18.4833 18.1167 18.3 18.3C18.1167 18.4834 17.8833 18.575 17.6 18.575C17.3167 18.575 17.0833 18.4834 16.9 18.3L12 13.4Z" fill="currentColor"></path> </symbol> <!-- closed_caption.svg --> <symbol id="closed_caption" viewBox="0 0 24 24"> <path d="M5 20C4.45 20 3.97917 19.8042 3.5875 19.4125C3.19583 19.0208 3 18.55 3 18V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V18C21 18.55 20.8042 19.0208 20.4125 19.4125C20.0208 19.8042 19.55 20 19 20H5ZM5 18H19V6H5V18ZM7 15H10C10.2833 15 10.5208 14.9042 10.7125 14.7125C10.9042 14.5208 11 14.2833 11 14V13.5C11 13.35 10.95 13.225 10.85 13.125C10.75 13.025 10.625 12.975 10.475 12.975H10.025C9.875 12.975 9.75 13.025 9.65 13.125C9.55 13.225 9.5 13.35 9.5 13.5H7.5V10.5H9.5C9.5 10.65 9.55 10.775 9.65 10.875C9.75 10.975 9.875 11.025 10.025 11.025H10.475C10.625 11.025 10.75 10.975 10.85 10.875C10.95 10.775 11 10.65 11 10.5V10C11 9.71667 10.9042 9.47917 10.7125 9.2875C10.5208 9.09583 10.2833 9 10 9H7C6.71667 9 6.47917 9.09583 6.2875 9.2875C6.09583 9.47917 6 9.71667 6 10V14C6 14.2833 6.09583 14.5208 6.2875 14.7125C6.47917 14.9042 6.71667 15 7 15ZM17 9H14C13.7167 9 13.4792 9.09583 13.2875 9.2875C13.0958 9.47917 13 9.71667 13 10V14C13 14.2833 13.0958 14.5208 13.2875 14.7125C13.4792 14.9042 13.7167 15 14 15H17C17.2833 15 17.5208 14.9042 17.7125 14.7125C17.9042 14.5208 18 14.2833 18 14V13.5C18 13.35 17.95 13.225 17.85 13.125C17.75 13.025 17.625 12.975 17.475 12.975H17.025C16.875 12.975 16.75 13.025 16.65 13.125C16.55 13.225 16.5 13.35 16.5 13.5H14.5V10.5H16.5C16.5 10.65 16.55 10.775 16.65 10.875C16.75 10.975 16.875 11.025 17.025 11.025H17.475C17.625 11.025 17.75 10.975 17.85 10.875C17.95 10.775 18 10.65 18 10.5V10C18 9.71667 17.9042 9.47917 17.7125 9.2875C17.5208 9.09583 17.2833 9 17 9Z" fill="currentColor"></path> </symbol> <!-- error.svg --> <symbol id="error" viewBox="0 0 24 24"> <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 13C12.2833 13 12.5208 12.9042 12.7125 12.7125C12.9042 12.5208 13 12.2833 13 12V8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8V12C11 12.2833 11.0958 12.5208 11.2875 12.7125C11.4792 12.9042 11.7167 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- expand_circle_right.svg --> <symbol id="expand_circle_right" viewBox="0 0 24 24"> <path d="M12.675 12L10.3 14.375C10.1167 14.5583 10.025 14.7875 10.025 15.0625C10.025 15.3375 10.1167 15.575 10.3 15.775C10.5 15.975 10.7375 16.075 11.0125 16.075C11.2875 16.075 11.525 15.975 11.725 15.775L14.8 12.7C15 12.5 15.1 12.2667 15.1 12C15.1 11.7333 15 11.5 14.8 11.3L11.7 8.2C11.5 8 11.2667 7.90417 11 7.9125C10.7333 7.92083 10.5 8.025 10.3 8.225C10.1167 8.425 10.0208 8.65833 10.0125 8.925C10.0042 9.19167 10.1 9.425 10.3 9.625L12.675 12ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- fullscreen.svg --> <symbol id="fullscreen" viewBox="0 0 24 24"> <path d="M5 19H7C7.28333 19 7.52083 19.0958 7.7125 19.2875C7.90417 19.4792 8 19.7167 8 20C8 20.2833 7.90417 20.5208 7.7125 20.7125C7.52083 20.9042 7.28333 21 7 21H4C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V17C3 16.7167 3.09583 16.4792 3.2875 16.2875C3.47917 16.0958 3.71667 16 4 16C4.28333 16 4.52083 16.0958 4.7125 16.2875C4.90417 16.4792 5 16.7167 5 17V19ZM19 19V17C19 16.7167 19.0958 16.4792 19.2875 16.2875C19.4792 16.0958 19.7167 16 20 16C20.2833 16 20.5208 16.0958 20.7125 16.2875C20.9042 16.4792 21 16.7167 21 17V20C21 20.2833 20.9042 20.5208 20.7125 20.7125C20.5208 20.9042 20.2833 21 20 21H17C16.7167 21 16.4792 20.9042 16.2875 20.7125C16.0958 20.5208 16 20.2833 16 20C16 19.7167 16.0958 19.4792 16.2875 19.2875C16.4792 19.0958 16.7167 19 17 19H19ZM5 5V7C5 7.28333 4.90417 7.52083 4.7125 7.7125C4.52083 7.90417 4.28333 8 4 8C3.71667 8 3.47917 7.90417 3.2875 7.7125C3.09583 7.52083 3 7.28333 3 7V4C3 3.71667 3.09583 3.47917 3.2875 3.2875C3.47917 3.09583 3.71667 3 4 3H7C7.28333 3 7.52083 3.09583 7.7125 3.2875C7.90417 3.47917 8 3.71667 8 4C8 4.28333 7.90417 4.52083 7.7125 4.7125C7.52083 4.90417 7.28333 5 7 5H5ZM19 5H17C16.7167 5 16.4792 4.90417 16.2875 4.7125C16.0958 4.52083 16 4.28333 16 4C16 3.71667 16.0958 3.47917 16.2875 3.2875C16.4792 3.09583 16.7167 3 17 3H20C20.2833 3 20.5208 3.09583 20.7125 3.2875C20.9042 3.47917 21 3.71667 21 4V7C21 7.28333 20.9042 7.52083 20.7125 7.7125C20.5208 7.90417 20.2833 8 20 8C19.7167 8 19.4792 7.90417 19.2875 7.7125C19.0958 7.52083 19 7.28333 19 7V5Z" fill="currentColor"></path> </symbol> <!-- fullscreen_exit.svg --> <symbol id="fullscreen_exit" viewBox="0 0 24 24"> <path d="M6 18H4C3.71667 18 3.47917 17.9042 3.2875 17.7125C3.09583 17.5208 3 17.2833 3 17C3 16.7167 3.09583 16.4792 3.2875 16.2875C3.47917 16.0958 3.71667 16 4 16H7C7.28333 16 7.52083 16.0958 7.7125 16.2875C7.90417 16.4792 8 16.7167 8 17V20C8 20.2833 7.90417 20.5208 7.7125 20.7125C7.52083 20.9042 7.28333 21 7 21C6.71667 21 6.47917 20.9042 6.2875 20.7125C6.09583 20.5208 6 20.2833 6 20V18ZM18 18V20C18 20.2833 17.9042 20.5208 17.7125 20.7125C17.5208 20.9042 17.2833 21 17 21C16.7167 21 16.4792 20.9042 16.2875 20.7125C16.0958 20.5208 16 20.2833 16 20V17C16 16.7167 16.0958 16.4792 16.2875 16.2875C16.4792 16.0958 16.7167 16 17 16H20C20.2833 16 20.5208 16.0958 20.7125 16.2875C20.9042 16.4792 21 16.7167 21 17C21 17.2833 20.9042 17.5208 20.7125 17.7125C20.5208 17.9042 20.2833 18 20 18H18ZM6 6V4C6 3.71667 6.09583 3.47917 6.2875 3.2875C6.47917 3.09583 6.71667 3 7 3C7.28333 3 7.52083 3.09583 7.7125 3.2875C7.90417 3.47917 8 3.71667 8 4V7C8 7.28333 7.90417 7.52083 7.7125 7.7125C7.52083 7.90417 7.28333 8 7 8H4C3.71667 8 3.47917 7.90417 3.2875 7.7125C3.09583 7.52083 3 7.28333 3 7C3 6.71667 3.09583 6.47917 3.2875 6.2875C3.47917 6.09583 3.71667 6 4 6H6ZM18 6H20C20.2833 6 20.5208 6.09583 20.7125 6.2875C20.9042 6.47917 21 6.71667 21 7C21 7.28333 20.9042 7.52083 20.7125 7.7125C20.5208 7.90417 20.2833 8 20 8H17C16.7167 8 16.4792 7.90417 16.2875 7.7125C16.0958 7.52083 16 7.28333 16 7V4C16 3.71667 16.0958 3.47917 16.2875 3.2875C16.4792 3.09583 16.7167 3 17 3C17.2833 3 17.5208 3.09583 17.7125 3.2875C17.9042 3.47917 18 3.71667 18 4V6Z" fill="currentColor"></path> </symbol> <!-- hybrid.svg --> <symbol id="hybrid" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.361 8.52832H16.3745V15.9563H14.361V13.2601H9.63929V15.9563H7.62578V8.52832H9.63929V11.2206H14.361V8.52832ZM24 8.31049L21.2692 3.69013L16.9096 3.68913L14.7289 0H9.2688L7.09142 3.68913L2.73158 3.69013L0 8.31049L2.18018 12.0016L0 15.6907L2.73158 20.3109L7.0899 20.3104L9.2688 24H14.7289L16.9096 20.3089L21.2692 20.3109L24 15.6907L21.8193 12.0001L24 8.31049Z" fill="#6AAD40"></path> </symbol> <!-- info.svg --> <symbol id="info" viewBox="0 0 24 24"> <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16V12C13 11.7167 12.9042 11.4792 12.7125 11.2875C12.5208 11.0958 12.2833 11 12 11C11.7167 11 11.4792 11.0958 11.2875 11.2875C11.0958 11.4792 11 11.7167 11 12V16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 9C12.2833 9 12.5208 8.90417 12.7125 8.7125C12.9042 8.52083 13 8.28333 13 8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8C11 8.28333 11.0958 8.52083 11.2875 8.7125C11.4792 8.90417 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- info_filled.svg --> <symbol id="info_filled" viewBox="0 0 24 24"> <path d="M12 16.9946C12.2833 16.9946 12.5208 16.8988 12.7125 16.7071C12.9042 16.5155 13 16.278 13 15.9946V11.9946C13 11.7113 12.9042 11.4738 12.7125 11.2821C12.5208 11.0905 12.2833 10.9946 12 10.9946C11.7167 10.9946 11.4792 11.0905 11.2875 11.2821C11.0958 11.4738 11 11.7113 11 11.9946V15.9946C11 16.278 11.0958 16.5155 11.2875 16.7071C11.4792 16.8988 11.7167 16.9946 12 16.9946ZM12 8.99463C12.2833 8.99463 12.5208 8.8988 12.7125 8.70713C12.9042 8.51546 13 8.27796 13 7.99463C13 7.7113 12.9042 7.4738 12.7125 7.28213C12.5208 7.09046 12.2833 6.99463 12 6.99463C11.7167 6.99463 11.4792 7.09046 11.2875 7.28213C11.0958 7.4738 11 7.7113 11 7.99463C11 8.27796 11.0958 8.51546 11.2875 8.70713C11.4792 8.8988 11.7167 8.99463 12 8.99463ZM12 21.9946C10.6167 21.9946 9.31667 21.7321 8.1 21.2071C6.88333 20.6821 5.825 19.9696 4.925 19.0696C4.025 18.1696 3.3125 17.1113 2.7875 15.8946C2.2625 14.678 2 13.378 2 11.9946C2 10.6113 2.2625 9.3113 2.7875 8.09463C3.3125 6.87796 4.025 5.81963 4.925 4.91963C5.825 4.01963 6.88333 3.30713 8.1 2.78213C9.31667 2.25713 10.6167 1.99463 12 1.99463C13.3833 1.99463 14.6833 2.25713 15.9 2.78213C17.1167 3.30713 18.175 4.01963 19.075 4.91963C19.975 5.81963 20.6875 6.87796 21.2125 8.09463C21.7375 9.3113 22 10.6113 22 11.9946C22 13.378 21.7375 14.678 21.2125 15.8946C20.6875 17.1113 19.975 18.1696 19.075 19.0696C18.175 19.9696 17.1167 20.6821 15.9 21.2071C14.6833 21.7321 13.3833 21.9946 12 21.9946Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_down.svg --> <symbol id="keyboard_arrow_down" viewBox="0 0 24 24"> <path d="M12 15.975C11.8667 15.975 11.7417 15.9542 11.625 15.9125C11.5083 15.8708 11.4 15.8 11.3 15.7L6.69999 11.1C6.51665 10.9167 6.42499 10.6833 6.42499 10.4C6.42499 10.1167 6.51665 9.88334 6.69999 9.7C6.88332 9.51667 7.11665 9.425 7.39999 9.425C7.68332 9.425 7.91665 9.51667 8.09999 9.7L12 13.6L15.9 9.7C16.0833 9.51667 16.3167 9.425 16.6 9.425C16.8833 9.425 17.1167 9.51667 17.3 9.7C17.4833 9.88334 17.575 10.1167 17.575 10.4C17.575 10.6833 17.4833 10.9167 17.3 11.1L12.7 15.7C12.6 15.8 12.4917 15.8708 12.375 15.9125C12.2583 15.9542 12.1333 15.975 12 15.975Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_left.svg --> <symbol id="keyboard_arrow_left" viewBox="0 0 24 24"> <path d="M10.8 12L14.7 15.9C14.8833 16.0833 14.975 16.3167 14.975 16.6C14.975 16.8833 14.8833 17.1167 14.7 17.3C14.5167 17.4833 14.2833 17.575 14 17.575C13.7167 17.575 13.4833 17.4833 13.3 17.3L8.69999 12.7C8.59999 12.6 8.52915 12.4917 8.48749 12.375C8.44582 12.2583 8.42499 12.1333 8.42499 12C8.42499 11.8667 8.44582 11.7417 8.48749 11.625C8.52915 11.5083 8.59999 11.4 8.69999 11.3L13.3 6.7C13.4833 6.51667 13.7167 6.425 14 6.425C14.2833 6.425 14.5167 6.51667 14.7 6.7C14.8833 6.88334 14.975 7.11667 14.975 7.4C14.975 7.68334 14.8833 7.91667 14.7 8.1L10.8 12Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_right.svg --> <symbol id="keyboard_arrow_right" viewBox="0 0 24 24"> <path d="M13.6 12L9.69999 8.1C9.51665 7.91667 9.42499 7.68334 9.42499 7.4C9.42499 7.11667 9.51665 6.88334 9.69999 6.7C9.88332 6.51667 10.1167 6.425 10.4 6.425C10.6833 6.425 10.9167 6.51667 11.1 6.7L15.7 11.3C15.8 11.4 15.8708 11.5083 15.9125 11.625C15.9542 11.7417 15.975 11.8667 15.975 12C15.975 12.1333 15.9542 12.2583 15.9125 12.375C15.8708 12.4917 15.8 12.6 15.7 12.7L11.1 17.3C10.9167 17.4833 10.6833 17.575 10.4 17.575C10.1167 17.575 9.88332 17.4833 9.69999 17.3C9.51665 17.1167 9.42499 16.8833 9.42499 16.6C9.42499 16.3167 9.51665 16.0833 9.69999 15.9L13.6 12Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_up.svg --> <symbol id="keyboard_arrow_up" viewBox="0 0 24 24"> <path d="M12 10.8L8.09999 14.7C7.91665 14.8833 7.68332 14.975 7.39999 14.975C7.11665 14.975 6.88332 14.8833 6.69999 14.7C6.51665 14.5167 6.42499 14.2833 6.42499 14C6.42499 13.7167 6.51665 13.4833 6.69999 13.3L11.3 8.7C11.5 8.5 11.7333 8.4 12 8.4C12.2667 8.4 12.5 8.5 12.7 8.7L17.3 13.3C17.4833 13.4833 17.575 13.7167 17.575 14C17.575 14.2833 17.4833 14.5167 17.3 14.7C17.1167 14.8833 16.8833 14.975 16.6 14.975C16.3167 14.975 16.0833 14.8833 15.9 14.7L12 10.8Z" fill="currentColor"></path> </symbol> <!-- location_on.svg --> <symbol id="location_on" viewBox="0 0 24 24"> <path d="M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 21.325C11.7667 21.325 11.5333 21.2833 11.3 21.2C11.0667 21.1167 10.8583 20.9917 10.675 20.825C9.59167 19.825 8.63333 18.85 7.8 17.9C6.96667 16.95 6.27083 16.0292 5.7125 15.1375C5.15417 14.2458 4.72917 13.3875 4.4375 12.5625C4.14583 11.7375 4 10.95 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 10.95 19.8542 11.7375 19.5625 12.5625C19.2708 13.3875 18.8458 14.2458 18.2875 15.1375C17.7292 16.0292 17.0333 16.95 16.2 17.9C15.3667 18.85 14.4083 19.825 13.325 20.825C13.1417 20.9917 12.9333 21.1167 12.7 21.2C12.4667 21.2833 12.2333 21.325 12 21.325ZM12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12Z" fill="currentColor"></path> </symbol> <!-- more_horiz.svg --> <symbol id="more_horiz" viewBox="0 0 24 24"> <path d="M6 14C5.45 14 4.97917 13.8042 4.5875 13.4125C4.19583 13.0208 4 12.55 4 12C4 11.45 4.19583 10.9792 4.5875 10.5875C4.97917 10.1958 5.45 10 6 10C6.55 10 7.02083 10.1958 7.4125 10.5875C7.80417 10.9792 8 11.45 8 12C8 12.55 7.80417 13.0208 7.4125 13.4125C7.02083 13.8042 6.55 14 6 14ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14ZM18 14C17.45 14 16.9792 13.8042 16.5875 13.4125C16.1958 13.0208 16 12.55 16 12C16 11.45 16.1958 10.9792 16.5875 10.5875C16.9792 10.1958 17.45 10 18 10C18.55 10 19.0208 10.1958 19.4125 10.5875C19.8042 10.9792 20 11.45 20 12C20 12.55 19.8042 13.0208 19.4125 13.4125C19.0208 13.8042 18.55 14 18 14Z" fill="currentColor"></path> </symbol> <!-- my_location.svg --> <symbol id="my_location" viewBox="0 0 24 24"> <path d="M11.2498 22.2V20.4693C9.16647 20.2551 7.41264 19.4359 5.9883 18.0115C4.56397 16.5872 3.74472 14.8334 3.53055 12.75H1.7998V11.25H3.53055C3.74472 9.16672 4.56397 7.41288 5.9883 5.98855C7.41264 4.56421 9.16647 3.74496 11.2498 3.5308V1.80005H12.7498V3.5308C14.8331 3.74496 16.587 4.56421 18.0113 5.98855C19.4356 7.41288 20.2549 9.16672 20.4691 11.25H22.1998V12.75H20.4691C20.2549 14.8334 19.4356 16.5872 18.0113 18.0115C16.587 19.4359 14.8331 20.2551 12.7498 20.4693V22.2H11.2498ZM11.9998 19C13.9331 19 15.5831 18.3167 16.9498 16.95C18.3165 15.5834 18.9998 13.9334 18.9998 12C18.9998 10.0667 18.3165 8.41672 16.9498 7.05005C15.5831 5.68338 13.9331 5.00005 11.9998 5.00005C10.0665 5.00005 8.41647 5.68338 7.0498 7.05005C5.68314 8.41672 4.9998 10.0667 4.9998 12C4.9998 13.9334 5.68314 15.5834 7.0498 16.95C8.41647 18.3167 10.0665 19 11.9998 19ZM11.9998 15.5C11.0373 15.5 10.2134 15.1573 9.52805 14.4718C8.84255 13.7865 8.4998 12.9625 8.4998 12C8.4998 11.0375 8.84255 10.2136 9.52805 9.5283C10.2134 8.8428 11.0373 8.50005 11.9998 8.50005C12.9623 8.50005 13.7862 8.8428 14.4716 9.5283C15.1571 10.2136 15.4998 11.0375 15.4998 12C15.4998 12.9625 15.1571 13.7865 14.4716 14.4718C13.7862 15.1573 12.9623 15.5 11.9998 15.5ZM11.9998 14C12.5498 14 13.0206 13.8042 13.4123 13.4125C13.804 13.0209 13.9998 12.55 13.9998 12C13.9998 11.45 13.804 10.9792 13.4123 10.5875C13.0206 10.1959 12.5498 10 11.9998 10C11.4498 10 10.979 10.1959 10.5873 10.5875C10.1956 10.9792 9.9998 11.45 9.9998 12C9.9998 12.55 10.1956 13.0209 10.5873 13.4125C10.979 13.8042 11.4498 14 11.9998 14Z" fill="black"></path> </symbol> <!-- pause.svg --> <symbol id="pause" viewBox="0 0 24 24"> <path d="M16 19C15.45 19 14.9792 18.8042 14.5875 18.4125C14.1958 18.0208 14 17.55 14 17V7C14 6.45 14.1958 5.97917 14.5875 5.5875C14.9792 5.19583 15.45 5 16 5C16.55 5 17.0208 5.19583 17.4125 5.5875C17.8042 5.97917 18 6.45 18 7V17C18 17.55 17.8042 18.0208 17.4125 18.4125C17.0208 18.8042 16.55 19 16 19ZM8 19C7.45 19 6.97917 18.8042 6.5875 18.4125C6.19583 18.0208 6 17.55 6 17V7C6 6.45 6.19583 5.97917 6.5875 5.5875C6.97917 5.19583 7.45 5 8 5C8.55 5 9.02083 5.19583 9.4125 5.5875C9.80417 5.97917 10 6.45 10 7V17C10 17.55 9.80417 18.0208 9.4125 18.4125C9.02083 18.8042 8.55 19 8 19Z" fill="currentColor"></path> </symbol> <!-- play_arrow.svg --> <symbol id="play_arrow" viewBox="0 0 24 24"> <path d="M8 17.175V6.82501C8 6.54168 8.1 6.30418 8.3 6.11251C8.5 5.92085 8.73333 5.82501 9 5.82501C9.08333 5.82501 9.17083 5.83751 9.2625 5.86251C9.35417 5.88751 9.44167 5.92501 9.525 5.97501L17.675 11.15C17.825 11.25 17.9375 11.375 18.0125 11.525C18.0875 11.675 18.125 11.8333 18.125 12C18.125 12.1667 18.0875 12.325 18.0125 12.475C17.9375 12.625 17.825 12.75 17.675 12.85L9.525 18.025C9.44167 18.075 9.35417 18.1125 9.2625 18.1375C9.17083 18.1625 9.08333 18.175 9 18.175C8.73333 18.175 8.5 18.0792 8.3 17.8875C8.1 17.6958 8 17.4583 8 17.175Z" fill="currentColor"></path> </symbol> <!-- print.svg --> <symbol id="print" viewBox="0 0 24 24"> <path d="M8 21C7.45 21 6.97917 20.8042 6.5875 20.4125C6.19583 20.0208 6 19.55 6 19V17H4C3.45 17 2.97917 16.8042 2.5875 16.4125C2.19583 16.0208 2 15.55 2 15V11C2 10.15 2.29167 9.4375 2.875 8.8625C3.45833 8.2875 4.16667 8 5 8H19C19.85 8 20.5625 8.2875 21.1375 8.8625C21.7125 9.4375 22 10.15 22 11V15C22 15.55 21.8042 16.0208 21.4125 16.4125C21.0208 16.8042 20.55 17 20 17H18V19C18 19.55 17.8042 20.0208 17.4125 20.4125C17.0208 20.8042 16.55 21 16 21H8ZM4 15H6C6 14.45 6.19583 13.9792 6.5875 13.5875C6.97917 13.1958 7.45 13 8 13H16C16.55 13 17.0208 13.1958 17.4125 13.5875C17.8042 13.9792 18 14.45 18 15H20V11C20 10.7167 19.9042 10.4792 19.7125 10.2875C19.5208 10.0958 19.2833 10 19 10H5C4.71667 10 4.47917 10.0958 4.2875 10.2875C4.09583 10.4792 4 10.7167 4 11V15ZM16 8V5H8V8H6V5C6 4.45 6.19583 3.97917 6.5875 3.5875C6.97917 3.19583 7.45 3 8 3H16C16.55 3 17.0208 3.19583 17.4125 3.5875C17.8042 3.97917 18 4.45 18 5V8H16ZM18 12.5C18.2833 12.5 18.5208 12.4042 18.7125 12.2125C18.9042 12.0208 19 11.7833 19 11.5C19 11.2167 18.9042 10.9792 18.7125 10.7875C18.5208 10.5958 18.2833 10.5 18 10.5C17.7167 10.5 17.4792 10.5958 17.2875 10.7875C17.0958 10.9792 17 11.2167 17 11.5C17 11.7833 17.0958 12.0208 17.2875 12.2125C17.4792 12.4042 17.7167 12.5 18 12.5ZM16 19V15H8V19H16Z" fill="currentColor"></path> </symbol> <!-- remove.svg --> <symbol id="remove" viewBox="0 0 24 24"> <path d="M6 13C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H6Z" fill="currentColor"></path> </symbol> <!-- unpaved_road.svg --> <symbol id="unpaved_road" viewBox="0 0 24 24"> <path d="M16.95 19.35C16.7667 19.4667 16.5833 19.575 16.4 19.675C16.2167 19.775 16.025 19.8667 15.825 19.95C15.575 20.0667 15.3208 20.0667 15.0625 19.95C14.8042 19.8333 14.625 19.6417 14.525 19.375C14.425 19.125 14.4375 18.8792 14.5625 18.6375C14.6875 18.3958 14.875 18.2167 15.125 18.1C15.1917 18.0667 15.2542 18.0333 15.3125 18C15.3708 17.9667 15.4333 17.9333 15.5 17.9L12.175 14.575V17.35C12.175 17.8 11.9708 18.1125 11.5625 18.2875C11.1542 18.4625 10.7917 18.3917 10.475 18.075L7.175 14.775H4.175C3.89167 14.775 3.65417 14.6792 3.4625 14.4875C3.27083 14.2958 3.175 14.0583 3.175 13.775V9.775C3.175 9.49167 3.27083 9.25417 3.4625 9.0625C3.65417 8.87083 3.89167 8.775 4.175 8.775H6.375L2.275 4.675C2.09167 4.49167 2 4.25833 2 3.975C2 3.69167 2.09167 3.45833 2.275 3.275C2.45833 3.09167 2.69167 3 2.975 3C3.25833 3 3.49167 3.09167 3.675 3.275L20.675 20.275C20.8583 20.4583 20.95 20.6917 20.95 20.975C20.95 21.2583 20.8583 21.4917 20.675 21.675C20.4917 21.8583 20.2583 21.95 19.975 21.95C19.6917 21.95 19.4583 21.8583 19.275 21.675L16.95 19.35ZM19.175 11.75C19.175 10.3667 18.8083 9.10417 18.075 7.9625C17.3417 6.82083 16.3583 5.96667 15.125 5.4C14.875 5.28333 14.6917 5.10417 14.575 4.8625C14.4583 4.62083 14.4417 4.375 14.525 4.125C14.625 3.85833 14.8042 3.66667 15.0625 3.55C15.3208 3.43333 15.5833 3.43333 15.85 3.55C17.4667 4.26667 18.7583 5.35833 19.725 6.825C20.6917 8.29167 21.175 9.93333 21.175 11.75C21.175 12.3 21.125 12.8458 21.025 13.3875C20.925 13.9292 20.7833 14.45 20.6 14.95C20.4667 15.3167 20.2625 15.5458 19.9875 15.6375C19.7125 15.7292 19.4583 15.7333 19.225 15.65C18.9917 15.5667 18.8042 15.4167 18.6625 15.2C18.5208 14.9833 18.5167 14.7333 18.65 14.45C18.8333 14.0167 18.9667 13.5792 19.05 13.1375C19.1333 12.6958 19.175 12.2333 19.175 11.75ZM14.95 8.2C15.5 8.55 15.925 9.075 16.225 9.775C16.525 10.475 16.675 11.1417 16.675 11.775V12.025C16.675 12.1083 16.6667 12.1917 16.65 12.275C16.6167 12.4917 16.5 12.6333 16.3 12.7C16.1 12.7667 15.9167 12.7167 15.75 12.55L14.475 11.275C14.375 11.175 14.3 11.0625 14.25 10.9375C14.2 10.8125 14.175 10.6833 14.175 10.55V8.625C14.175 8.425 14.2625 8.27917 14.4375 8.1875C14.6125 8.09583 14.7833 8.1 14.95 8.2ZM9.925 6.725C9.825 6.625 9.775 6.50833 9.775 6.375C9.775 6.24167 9.825 6.125 9.925 6.025L10.475 5.475C10.7917 5.15833 11.1542 5.0875 11.5625 5.2625C11.9708 5.4375 12.175 5.75 12.175 6.2V7.775C12.175 8.00833 12.075 8.16667 11.875 8.25C11.675 8.33333 11.4917 8.29167 11.325 8.125L9.925 6.725ZM10.175 14.925V12.575L8.375 10.775H5.175V12.775H8.025L10.175 14.925Z" fill="currentColor"></path> </symbol> <!-- volume_up.svg --> <symbol id="volume_up" viewBox="0 0 24 24"> <path d="M19 12.2875C19 10.9042 18.6333 9.64167 17.9 8.5C17.1667 7.35833 16.1833 6.50417 14.95 5.9375C14.7 5.82083 14.5167 5.64167 14.4 5.4C14.2833 5.15833 14.2667 4.9125 14.35 4.6625C14.45 4.39583 14.6292 4.20417 14.8875 4.0875C15.1458 3.97083 15.4083 3.97083 15.675 4.0875C17.2917 4.80417 18.5833 5.9 19.55 7.375C20.5167 8.85 21 10.4875 21 12.2875C21 14.0875 20.5167 15.725 19.55 17.2C18.5833 18.675 17.2917 19.7708 15.675 20.4875C15.4083 20.6042 15.1458 20.6042 14.8875 20.4875C14.6292 20.3708 14.45 20.1792 14.35 19.9125C14.2667 19.6625 14.2833 19.4167 14.4 19.175C14.5167 18.9333 14.7 18.7542 14.95 18.6375C16.1833 18.0708 17.1667 17.2167 17.9 16.075C18.6333 14.9333 19 13.6708 19 12.2875ZM7 15.3125H4C3.71667 15.3125 3.47917 15.2167 3.2875 15.025C3.09583 14.8333 3 14.5958 3 14.3125V10.3125C3 10.0292 3.09583 9.79167 3.2875 9.6C3.47917 9.40833 3.71667 9.3125 4 9.3125H7L10.3 6.0125C10.6167 5.69583 10.9792 5.625 11.3875 5.8C11.7958 5.975 12 6.2875 12 6.7375V17.8875C12 18.3375 11.7958 18.65 11.3875 18.825C10.9792 19 10.6167 18.9292 10.3 18.6125L7 15.3125ZM16.5 12.3125C16.5 13.0125 16.3417 13.675 16.025 14.3C15.7083 14.925 15.2917 15.4375 14.775 15.8375C14.6083 15.9375 14.4375 15.9417 14.2625 15.85C14.0875 15.7583 14 15.6125 14 15.4125V9.1625C14 8.9625 14.0875 8.81667 14.2625 8.725C14.4375 8.63333 14.6083 8.6375 14.775 8.7375C15.2917 9.15417 15.7083 9.67917 16.025 10.3125C16.3417 10.9458 16.5 11.6125 16.5 12.3125ZM10 9.1625L7.85 11.3125H5V13.3125H7.85L10 15.4625V9.1625Z" fill="currentColor"></path> </symbol> </svg> </div> <script> !function(){ const spriteContainer = document.getElementById("fmc-icon-sprites"); if (!spriteContainer) { return; } const spriteUrl = spriteContainer.getAttribute("data-url"); if (!spriteUrl) { return; } fetch(spriteUrl).then(function(response){ if (!response.ok) { throw new Error("HTTP "+response.status+" "+response.statusText); } return response.text(); }).then(function(svgContent){ if (!svgContent) { return; } spriteContainer.innerHTML=svgContent; }).catch(function(){}); }(); </script> <main class="main-container"> </main> <div class="zipcode-overlay"> <div class="metrics-actions hidden"></div> <div class="zipcode-overlay__content" role="dialog" tabindex="-1"> <button type="button" role="button" aria-label="Close" class="icon icon-close zipcode-toggle-popup"> <span> <svg aria-label="Close" aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </span> </button> <div class="header_section"> <h2 class="header" aria-labelledby="Find local incentives">Find local incentives</h2> <p class="description">Enter your ZIP code so we can find incentives near you.</p> </div> <div class="zipcode-overlay__form" data-zip-errormsg="Please enter a valid 5-digit ZIP code"> <label class="zipcode-overlay_label">ZIP code</label> <div class="zipcode-overlay_field"> <input type="text" class="zipcode-overlay__input" aria-label="ZIP code" maxlength="5"> <span class="icon-info"></span> </div> <div class="error_msg">Please enter a valid 5-digit ZIP code</div> </div> <div class="zipcode-overlay__location_submit"> <button type="button" class="zipcode-overlay__submit cmp-button"> Submit location </button> <button type="button" data-url="#" class="zipcode-overlay_uselocation">Use my location</button> </div> </div> </div> <!-- locationVerificationModal.html --> <div class="cmp-location-verification-modal" data-component-name="Location Verification Modal" data-loc-verify-headline="Find local incentives" data-loc-verify-description="Enter your ZIP code so we can find incentives and dealers near you." data-loc-verify-zip-label="ZIP code" data-loc-verify-error-msg="Please enter a valid ZIP code" data-loc-verify-submit-label="Submit Location" data-loc-verify-use-location-label="Use My Location" data-loc-verify-finding-location-label="Finding Location..." data-loc-verify-close-aria-label="Close" data-loc-verify-dealer-label="Closest Dealer" data-comp-init="true"> <div class="cmp-location-verification-modal__overlay" role="dialog" aria-modal="true" aria-labelledby="loc-verify-title" tabindex="-1" style="display:none;"> <div class="cmp-location-verification-modal__content"> <button type="button" class="cmp-location-verification-modal__close" aria-label="Close"> <svg aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </button> <div class="cmp-location-verification-modal__header"> <h2 id="loc-verify-title" class="cmp-location-verification-modal__title"> Find local incentives </h2> <p class="cmp-location-verification-modal__subtitle"> Enter your ZIP code so we can find incentives and dealers near you. </p> </div> <div class="cmp-location-verification-modal__form"> <label class="cmp-location-verification-modal__label" for="loc-verify-input"> ZIP code </label> <div class="cmp-location-verification-modal__field"> <input type="text" id="loc-verify-input" class="cmp-location-verification-modal__input" aria-label="ZIP code" aria-describedby="loc-verify-error" autocomplete="postal-code"> </div> <div id="loc-verify-error" class="cmp-location-verification-modal__error" role="alert" aria-live="assertive" style="display:none;"> Please enter a valid ZIP code </div> </div> <div class="cmp-location-verification-modal__dealer-preview" style="display:none;"> <p class="cmp-location-verification-modal__dealer-label">Closest Dealer</p> <p class="cmp-location-verification-modal__dealer-name"></p> <p class="cmp-location-verification-modal__dealer-address"></p> </div> <div class="cmp-location-verification-modal__actions"> <button type="button" class="cmp-location-verification-modal__use-location cmp-button cmp-button--secondary"> Use My Location </button> <button type="button" class="cmp-location-verification-modal__submit cmp-button cmp-button--primary"> Submit Location </button> </div> </div> </div> </div> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-lazysizes.lc--lc.min.js"></script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-picturefill.lc--lc.min.js"></script> <!-- Render the New Syndicated Header HTML content --> <link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-header.lc--lc.min.css" type="text/css"><link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-footer.lc--lc.min.css" type="text/css"><link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-blank-page.lc--lc.min.css" type="text/css"> <div class="promobanner promoBanner"> </div><header class="header header--theme-transparent-on-dark" data-cmp-is="header"> <div class="metrics-actions hidden"></div> <svg style="display: none" xmlns="http://www.w3.org/2000/svg"> <symbol id="navigation-menu-ford-logo" viewBox="0 0 80 30"> <path d="M40 0C17.7988 0 0 6.65555 0 15C0 23.2944 17.9432 30 40 30C62.0568 30 80 23.2722 80 15C80 6.72778 62.0568 0 40 0Z" fill="#00095B"></path> <path d="M63.4981 10.6943C63.5509 10.6027 63.4953 10.536 63.3787 10.536C62.7759 10.536 61.9843 10.536 61.3566 10.536C61.2066 10.536 61.1288 10.5555 61.0594 10.6943C60.8288 11.1388 58.004 15.3721 57.4763 16.1943C57.3874 16.3193 57.2791 16.3027 57.268 16.161C57.2152 15.6721 56.793 15.111 56.1292 14.8416C55.6236 14.636 55.1265 14.5999 54.6126 14.6666C53.6849 14.7916 52.8544 15.2805 52.1267 15.8332C51.0295 16.6666 50.0824 17.7471 48.863 18.5471C48.1964 18.9805 47.2826 19.361 46.6715 18.7943C46.1187 18.2805 46.1799 17.1416 47.027 16.261C47.1159 16.1693 47.2242 16.2471 47.2076 16.3277C47.127 16.7249 47.227 17.1221 47.527 17.3999C47.8964 17.7305 48.4241 17.7693 48.8769 17.5471C49.4102 17.2832 49.7241 16.7721 49.8157 16.1916C49.9574 15.2916 49.2658 14.4999 48.3991 14.436C47.6964 14.386 47.0215 14.6305 46.3632 15.1749C46.0326 15.4471 45.8465 15.6499 45.5605 16.0555C45.491 16.1555 45.3855 16.1666 45.3882 16.0193C45.4216 14.8693 44.9438 14.2221 43.9939 14.1999C43.2551 14.1832 42.4662 14.5832 41.8524 15.0721C41.1774 15.6138 40.5886 16.3305 39.9581 17.0055C39.8803 17.0888 39.8109 17.086 39.7886 16.9249C39.7692 16.161 39.5775 15.4249 39.2248 14.8999C39.0998 14.7166 38.8359 14.6277 38.6165 14.7499C38.5137 14.8055 38.161 14.9693 37.9027 15.1777C37.7749 15.2832 37.7249 15.436 37.7804 15.6305C38.1221 16.7693 38.0471 18.0638 37.5832 19.1582C37.1583 20.161 36.3333 21.0638 35.3639 21.3693C34.7251 21.5721 34.0613 21.4721 33.6502 20.9055C33.0863 20.1249 33.3141 18.7638 34.1557 17.636C34.8973 16.6416 35.9722 16.011 37.0416 15.6055C37.1666 15.5582 37.1944 15.4749 37.1583 15.3693C37.0999 15.1943 37.0083 14.9527 36.9694 14.8443C36.8722 14.5832 36.5972 14.5416 36.2611 14.5777C35.4834 14.6693 34.7806 14.936 34.089 15.3055C32.2725 16.2777 31.3642 18.1582 30.9642 19.1666C30.7726 19.6499 30.6087 19.9527 30.3948 20.2193C30.1087 20.5777 29.7504 20.9055 29.0922 21.4832C29.0338 21.536 28.9894 21.6471 29.0394 21.7499C29.106 21.8888 29.4477 22.3721 29.5449 22.4138C29.6504 22.4666 29.7754 22.3916 29.8254 22.3582C30.2865 22.0471 30.8337 21.5527 31.1031 21.2166C31.1976 21.1027 31.2948 21.1499 31.3448 21.3249C31.5948 22.2221 32.253 22.9527 33.1641 23.2582C34.8279 23.8193 36.5555 23.0082 37.8582 21.5916C38.6859 20.6916 38.9859 20.1138 39.3026 19.7221C39.8414 19.0555 40.9024 17.5638 42.1662 16.6055C42.6301 16.2527 43.1773 15.9832 43.455 16.161C43.6773 16.3055 43.7467 16.6388 43.3939 17.2832C42.1051 19.636 40.208 22.4027 39.8608 23.0721C39.797 23.1888 39.8525 23.2805 39.9747 23.2805C40.6497 23.2777 41.3163 23.2777 41.9301 23.2777C42.0329 23.2721 42.0774 23.2277 42.1274 23.1555C43.1162 21.6082 44.0467 20.1332 45.0438 18.611C45.0994 18.5221 45.1521 18.5916 45.1521 18.6305C45.1716 18.9832 45.2605 19.4666 45.4688 19.786C45.8465 20.3721 46.3798 20.6249 46.9742 20.6305C47.4464 20.636 47.6853 20.5638 48.1936 20.3749C48.6075 20.2221 48.9408 20.0193 49.1935 19.8388C49.3435 19.736 49.3685 19.9082 49.3657 19.936C49.138 21.1638 49.4185 22.6221 50.6407 23.2249C52.1017 23.9443 53.7071 22.9332 54.632 22.0193C54.7237 21.9305 54.8181 21.9416 54.8293 22.1305C54.8487 22.4805 55.007 22.8943 55.2959 23.1832C56.0708 23.961 57.6318 23.6527 59.2012 22.4388C60.2067 21.661 61.2621 20.5638 62.2121 19.3999C62.2482 19.3555 62.2732 19.2832 62.2065 19.2082C62.0621 19.0555 61.851 18.8832 61.7093 18.7499C61.6427 18.6943 61.5482 18.711 61.4927 18.7527C60.5177 19.6805 59.64 20.7388 58.3707 21.6138C57.9429 21.9138 57.2596 22.1527 56.9541 21.7388C56.8347 21.5777 56.8486 21.3555 56.9652 21.0638C57.3374 20.1416 63.1953 11.2221 63.4981 10.6943ZM55.7542 18.1749C55.7653 18.2443 55.8542 18.3082 55.9431 18.3416C55.9736 18.3527 55.9903 18.3749 55.957 18.4471C55.707 18.9805 55.4792 19.2888 55.1653 19.7527C54.8793 20.1805 54.5543 20.5166 54.1626 20.836C53.571 21.3249 52.7516 21.8582 52.0739 21.4999C51.7739 21.3443 51.6434 20.9221 51.6489 20.5805C51.6656 19.6193 52.0906 18.636 52.8794 17.6666C53.8404 16.4832 54.9042 15.8693 55.6014 16.2055C56.3236 16.5499 56.0931 17.386 55.7709 18.0416C55.7431 18.0916 55.7431 18.1332 55.7542 18.1749Z" fill="white"></path> <path d="M21.0065 23.2525C18.8233 23.2692 16.8984 21.9192 16.6762 19.5803C16.554 18.2859 16.9207 17.1303 17.6512 16.1803C18.3011 15.3331 19.4011 14.6303 20.3315 14.4581C20.6343 14.4025 21.0426 14.4387 21.2093 14.6387C21.4731 14.947 21.3981 15.2831 21.1343 15.4192C20.4232 15.7831 19.5677 16.4025 19.1455 17.2498C18.8011 17.9414 18.7317 18.7775 19.2566 19.572C20.1343 20.897 22.5786 20.9331 24.8535 18.8192C25.4173 18.3025 25.92 17.8053 26.4339 17.2164C27.4338 16.072 27.7671 15.6553 29.1004 13.8081C29.117 13.7859 29.1198 13.7581 29.1143 13.7442C29.1032 13.722 29.0837 13.7137 29.0448 13.7109C28.156 13.7359 27.3811 13.9998 26.6283 14.5637C26.4117 14.722 26.1006 14.6998 25.9617 14.4914C25.8089 14.2553 25.92 13.9498 26.17 13.7775C27.3811 12.9359 28.7032 12.7831 30.0559 12.5553C30.0559 12.5553 30.1503 12.5609 30.2281 12.4581C30.7836 11.747 31.2002 11.1025 31.7919 10.3831C32.3863 9.65254 33.1584 8.9831 33.7445 8.47754C34.5667 7.77199 35.0916 7.5331 35.6277 7.24421C35.7694 7.17199 35.611 7.0831 35.5666 7.0831C32.5807 6.52199 29.4754 5.79421 26.5089 6.89421C24.4535 7.66088 23.5535 9.29143 23.9868 10.3775C24.2952 11.1498 25.309 11.2748 26.2617 10.8109C27.0505 10.4248 27.781 9.79976 28.3004 8.99699C28.5893 8.55254 29.2004 8.87199 28.8698 9.64699C28.0032 11.6887 26.3422 13.3053 24.3229 13.3748C22.6036 13.4303 21.4954 12.1664 21.4981 10.6053C21.5037 7.52754 24.9312 5.49976 28.531 5.19699C32.8668 4.83865 36.9748 5.99421 41.2773 6.51643C44.5771 6.91643 47.738 6.92476 51.0544 6.16365C51.4461 6.07754 51.721 6.32754 51.696 6.72476C51.6627 7.29699 51.2211 7.84699 50.1295 8.44421C48.8879 9.12476 47.588 9.3331 46.2325 9.34421C42.9522 9.37199 39.8941 8.09143 36.7332 7.40532C36.7387 7.54421 36.7721 7.7081 36.6582 7.79699C34.9055 9.08865 33.3223 10.4025 32.2613 12.2442C32.2252 12.2859 32.2446 12.3275 32.3057 12.322C33.2279 12.272 34.0556 12.2498 34.9139 12.1803C35.0639 12.1692 35.0694 12.1303 35.0555 12.0192C34.9805 11.3831 35.1638 10.6609 35.7249 10.1609C36.2971 9.64699 37.0137 9.58865 37.4887 9.9581C38.0275 10.3775 37.9803 11.1359 37.6859 11.7025C37.3859 12.2775 36.8887 12.5859 36.4138 12.7359C36.4138 12.7359 36.3138 12.7581 36.3277 12.8498C36.3471 12.9942 36.9943 13.3553 37.0498 13.4498C37.1026 13.5414 37.0748 13.6831 36.9776 13.7914C36.9082 13.8692 36.8026 13.9442 36.6637 13.9414C36.5526 13.9387 36.486 13.8998 36.3415 13.8248C36.0499 13.6664 35.686 13.4081 35.4444 13.1025C35.3611 12.9998 35.3194 12.997 35.1139 13.0081C34.1834 13.0609 32.7335 13.2025 31.7502 13.3248C31.5113 13.3553 31.478 13.3998 31.428 13.4803C29.8614 16.0637 28.1893 18.8498 26.3506 20.7164C24.3813 22.7137 22.7425 23.2387 21.0065 23.2525ZM35.936 11.772C35.961 11.9053 36.0138 11.9303 36.0721 11.9192C36.3693 11.8609 36.6971 11.6137 36.8915 11.3303C37.0665 11.072 37.1498 10.6998 36.9748 10.5498C36.8193 10.4164 36.5638 10.4525 36.3777 10.6192C36.0027 10.9498 35.8888 11.4192 35.936 11.772Z" fill="white"></path> <path d="M39.9997 28.6919C18.829 28.6919 1.66907 22.5641 1.66907 15.003C1.66907 7.44193 18.829 1.31415 39.9997 1.31415C61.1677 1.31415 78.3249 7.44193 78.3249 15.003C78.3249 22.5641 61.1649 28.6919 39.9997 28.6919ZM39.9997 2.45304C19.5734 2.45304 3.01897 8.09748 3.01897 15.003C3.01897 21.9114 19.5762 27.5558 39.9997 27.5558C60.4233 27.5558 76.9805 21.9114 76.9805 15.003C76.9777 8.09748 60.4233 2.45304 39.9997 2.45304Z" fill="white"></path> </symbol> <symbol id="navigation-menu-plus" viewBox="0 0 24 24"> <path d="M10.9 0v10.9H0v2.2h10.9V24h2.2V13.1H24v-2.2H13.1V0z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-minus" viewBox="0 0 24 24"> <path d="M0 10.9v2.2h24v-2.2z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-search" viewBox="0 0 24 24"> <path d="M2.6 9.6c0-3.9 3.2-7.1 7.1-7.1s7.1 3.2 7.1 7.1-3.2 7.1-7.1 7.1-7.1-3.2-7.1-7.1m20.2 13.2c.3-.3.3-.8 0-1.1l-6.5-6.5c1.5-1.8 2.2-4.1 2-6.4-.4-3.9-3.5-7.2-7.5-7.7C6 .5 1.7 3.8 1.1 8.5v2.2c.5 3.9 3.7 7.1 7.7 7.5 2.3.3 4.7-.5 6.4-2l6.5 6.5c.3.3.8.3 1.1 0" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-up" viewBox="0 0 24 13.4"> <path d="M12, 0L0, 12l1.4, 1.4L12, 2.8l10.6, 10.6, 1.4-1.4L12, 0Z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-right" viewBox="0 0 13 24"> <path d="M1.4 0 13 12 1.4 24 0 22.6 10.3 12 0 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-down" viewBox="0 0 24 13.4"> <path d="m12 13.4 12-12L22.6 0 12 10.6 1.4 0 0 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-left" viewBox="0 0 13 24"> <path d="M11.6 0 0 12l11.6 12 1.4-1.4L2.7 12 13 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="vehicle-link-hybrid" viewBox="0 0 15.4 16"> <path d="M9.2 5.7h1.3v5H9.2V8.9h-3v1.8H4.9v-5h1.3v1.8h3zm6.2-.1-1.8-3.1h-2.8L9.4 0H5.9L4.5 2.4H1.8L0 5.5 1.4 8 0 10.4l1.8 3.1h2.8L6 15.9h3.5l1.4-2.5h2.8l1.8-3.1-1.4-2.5 1.4-2.4Z" fill="#6aad40"></path> </symbol> <symbol id="close" viewBox="0 0 24 24"> <g> <path d="M12 13.4L7.09999 18.3C6.91665 18.4834 6.68332 18.575 6.39999 18.575C6.11665 18.575 5.88332 18.4834 5.69999 18.3C5.51665 18.1167 5.42499 17.8834 5.42499 17.6C5.42499 17.3167 5.51665 17.0834 5.69999 16.9L10.6 12L5.69999 7.10005C5.51665 6.91672 5.42499 6.68338 5.42499 6.40005C5.42499 6.11672 5.51665 5.88338 5.69999 5.70005C5.88332 5.51672 6.11665 5.42505 6.39999 5.42505C6.68332 5.42505 6.91665 5.51672 7.09999 5.70005L12 10.6L16.9 5.70005C17.0833 5.51672 17.3167 5.42505 17.6 5.42505C17.8833 5.42505 18.1167 5.51672 18.3 5.70005C18.4833 5.88338 18.575 6.11672 18.575 6.40005C18.575 6.68338 18.4833 6.91672 18.3 7.10005L13.4 12L18.3 16.9C18.4833 17.0834 18.575 17.3167 18.575 17.6C18.575 17.8834 18.4833 18.1167 18.3 18.3C18.1167 18.4834 17.8833 18.575 17.6 18.575C17.3167 18.575 17.0833 18.4834 16.9 18.3L12 13.4Z" fill="currentColor"></path> </g> </symbol> <symbol id="vehicle-link-electric" viewBox="0 0 15.8 16"> <path d="M1.9 7.4H.7C1 3.9 3.8 1.1 7.2.8V2c-2.8.3-5.1 2.6-5.4 5.4m5.4 6.7v1.2C3.8 15 1 12.2.7 8.7h1.2c.3 2.9 2.5 5.1 5.4 5.4M15 8.7c-.3 3.5-3.1 6.3-6.5 6.6v-1.2c2.8-.3 5-2.6 5.3-5.4zM8.5 2V.8c3.4.3 6.2 3.1 6.5 6.6h-1.2c-.3-2.9-2.5-5.1-5.3-5.4m2.3 4.6H6.2s-.3 0-.3.3v.6h4.7v1.2H5.9v.6c0 .2.2.3.3.3h4.6v1.2H6.3c-1.3 0-1.6-1.2-1.7-1.6v-2c0-.4.4-1.6 1.7-1.6h4.5v1.2ZM7.9 0C3.5 0 0 3.6 0 8s3.5 8 7.9 8 7.9-3.6 7.9-8-3.6-8-7.9-8" fill="#009cc8"></path> </symbol> <symbol id="vehicle-link-electric-canada" viewBox="0 0 13.9 16"> <path d="M6.9 0 0 4v8l6.9 4 6.9-4V4z" fill="#00a5b5"></path> <path d="m6.9 1-6 3.5v7l6 3.5 6-3.5v-7zm5 9.9-5 2.9-5-2.9V5.1l5-2.9 5 2.9z" fill="#fff"></path> <path d="M9.5 7.4c0-.8-.3-1.5-1.8-1.5H4.8V10h1.1V8.9h1.5l.7 1.2h1.2l-.8-1.4c.7-.2.9-.8.9-1.4Zm-3.6-.5h1.8c.5 0 .6.1.6.5s-.2.5-.6.5H5.9V6.8Z" fill="#fff"></path> </symbol> <symbol id="vehicle-link-plugin" viewBox="0 0 13.6 16"> <path d="M7.8 8.2c.6 0 .8-.2.8-.7s-.2-.7-.8-.7H5.6v1.3h2.2ZM4.2 5.6h3.6c1.7 0 2.1.8 2.1 1.8s-.4 1.9-2.2 1.9H5.6v1.4H4.2zM0 4v8l6.8 4 6.8-4V4L6.8 0z" fill="#009ba5"></path> </symbol> <symbol id="navigation-menu-my-account" viewBox="0 0 24 24"> <path d="M8.8 6.3c0 1.8 1.4 3.2 3.2 3.2s3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2-3.2 1.4-3.2 3.2m8 0c0 2.7-2.1 4.8-4.8 4.8S7.2 8.9 7.2 6.3 9.3 1.5 12 1.5s4.8 2.2 4.8 4.8m1.6 12.2v2.4H5.6v-2.4c0-2.2 1.8-4 4-4h4.8c2.2 0 4 1.8 4 4M4 22.5h16v-4c0-3.1-2.5-5.7-5.6-5.7H9.6c-3.1 0-5.6 2.5-5.6 5.7z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-my-account-authenticated" viewBox="0 0 16 16"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.7995 5.1999C10.7995 6.7599 9.55946 7.9999 7.99946 7.9999C6.43946 7.9999 5.19946 6.7599 5.19946 5.1999C5.19946 3.6399 6.43946 2.3999 7.99946 2.3999C9.55946 2.3999 10.7995 3.6399 10.7995 5.1999ZM3.19922 14.4003H12.7992V12.0003C12.7992 10.2403 11.3592 8.80029 9.59922 8.80029H6.39922C4.63922 8.80029 3.19922 10.2403 3.19922 12.0003V14.4003Z" fill="#00095B"></path> </symbol> <symbol id="navigation-menu-language-selector" viewBox="0 0 24 24"> <path d="M14.7 21c1.7-2.5 2.6-5.3 2.8-8.2h3.9c-.3 3.9-3 7.1-6.7 8.2M2.6 12.8h3.9c.1 2.9 1.1 5.8 2.8 8.2-3.6-1.1-6.3-4.3-6.7-8.2M9.3 3c-1.7 2.5-2.6 5.3-2.8 8.2H2.6c.3-3.9 3-7.1 6.7-8.2m3.5 8.2V3c1.9 2.4 3 5.3 3.1 8.2zm0 1.6h3.1c-.2 2.9-1.2 5.8-3.1 8.2zm-1.6 0V21c-1.9-2.4-3-5.3-3.1-8.2zm0-1.6H8.1c.2-2.9 1.2-5.8 3.1-8.2zm10.2 0h-3.9c-.1-2.9-1.1-5.8-2.8-8.2 3.6 1.1 6.3 4.3 6.7 8.2M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-new-window" viewBox="0 0 24 24"> <path d="M16.4 0H24v7.6h-2.8V4.8l-7.6 7.6-2.1-2.1 7.6-7.6h-2.8V0ZM0 2.9h11.8v2H2V22h17.1v-9.8h2V24H0z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-heart" viewBox="0 0 25 22.9"> <path d="m12.8 2.5-.3.3-.3-.3c-2.7-2.7-7-2.7-9.7 0s-2.7 7 0 9.7l.3.3 9.7 9.7 9.7-9.7.3-.3c2.7-2.7 2.7-7 0-9.7s-7-2.7-9.7 0Z" fill="none" stroke="currentColor" stroke-width="1.5px"></path> </symbol> <symbol id="navigation-menu-cart" viewBox="0 0 24 24"> <path d="M8.9 13.4 21.5 12V7.3L7 5.8zM2.6 2.6C1.7 2.6 1 1.9 1 1h4.7l.8 3.2L23 5.9V12c0 .8-.6 1.5-1.4 1.6L8.2 15.1l-1 1.7h12.6c.9 0 1.6.7 1.6 1.6H7.3c-1.2 0-2-1.3-1.4-2.3l1.4-2.4L4.5 2.6zm6.3 17.3c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6 1.6-.7 1.6-1.6-.7-1.6-1.6-1.6m9.4 0c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6 1.6-.7 1.6-1.6-.7-1.6-1.6-1.6" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-clear" viewBox="0 0 16 16"> <path d="m8.6 0 1 .2c3.1.6 5.5 3.1 6.2 6.2v1c.1.4.2.9.1 1.3-.4 6.3-8 9.6-13 5.6C-2.6 9.8.1.6 7.3 0s1.3 0 1.3 0m-1 1.2c-6 .4-8.7 7.9-4.1 11.9 5.1 4.5 12.8-.5 11.1-6.9-.8-3-3.9-5.3-7-5.1Z" fill="currentColor"></path> <path d="M5.4 4.6 8 7.2l2.6-2.6.8.8L8.8 8l2.6 2.6-.8.8L8 8.8l-2.6 2.6-.8-.8L7.2 8 4.6 5.4z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-link" viewBox="0 0 16 16"> <path d="M.8 8c0 2.4 2 4.4 4.4 4.4h2v-.8h-2c-2 0-3.6-1.6-3.6-3.6s1.6-3.6 3.6-3.6h2v-.8h-2C2.8 3.6.8 5.6.8 8M12 7.6H4v.8h8zm-1.2-4c2.4 0 4.4 2 4.4 4.4s-2 4.4-4.4 4.4h-2v-.8h2c2 0 3.6-1.6 3.6-3.6s-1.6-3.6-3.6-3.6h-2v-.8z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-clock" viewBox="0 0 16 16"> <path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m0 1.1c3.7 0 6.9 3.1 6.9 6.9s-3.1 6.9-6.9 6.9S1.1 11.7 1.1 8 4.3 1.1 8 1.1m2.4 8.6q.45.45 0 .9t-.9 0L7.6 8.7c-.3-.3-.3-.6-.3-.9V2.9c0-.3.3-.6.6-.6s.6.3.6.6v4.9z" fill="currentColor"></path> </symbol> <symbol id="locate-dealer-icon" viewBox="0 0 24 24"> <mask id="mask0_62110_835" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"> <rect width="24" height="24" fill="white"></rect> </mask> <g mask="url(#mask0_62110_835)"> <path d="M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 21.325C11.7667 21.325 11.5333 21.2833 11.3 21.2C11.0667 21.1167 10.8583 20.9917 10.675 20.825C9.59167 19.825 8.63333 18.85 7.8 17.9C6.96667 16.95 6.27083 16.0292 5.7125 15.1375C5.15417 14.2458 4.72917 13.3875 4.4375 12.5625C4.14583 11.7375 4 10.95 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 10.95 19.8542 11.7375 19.5625 12.5625C19.2708 13.3875 18.8458 14.2458 18.2875 15.1375C17.7292 16.0292 17.0333 16.95 16.2 17.9C15.3667 18.85 14.4083 19.825 13.325 20.825C13.1417 20.9917 12.9333 21.1167 12.7 21.2C12.4667 21.2833 12.2333 21.325 12 21.325ZM12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12Z" fill="currentColor"></path> </g> </symbol> </svg> <div class="header__scrim"></div> <nav class="header__navbar" id="header__navbar" role="navigation" aria-label="Main Navigation"> <div class="header__navbar-container"> <a aria-label="Skip to content" class="header__skip-content visually-hidden" href="#header__content-end"> Skip to content </a> <div class="mobile-navigation"> <a class="mobile-navigation__brand" href="http://www.ford.com/" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:ford logo&quot;}}"> <svg aria-label="Ford Home Page" height="30" width="80"> <title>Ford Home Page</title> <use href="#navigation-menu-ford-logo"></use> </svg> </a> <div class="mobile-navigation__toggle"> <button aria-controls="navigation-menu" class="mobile-navigation__toggle-button" type="button"> <span aria-hidden="true" class="mobile-navigation__toggle-lines"></span> <div class="mobile-navigation__toggle-label mobile-navigation__toggle-label--open visually-hidden"> display menu </div> <div aria-hidden="true" class="mobile-navigation__toggle-label mobile-navigation__toggle-label--close visually-hidden"> close menu </div> </button> </div> </div> <div class="navigation-menu" data-cmp-is="navigation-menu" id="navigation-menu"> <div class="navigation-menu__container" data-role-cfg="{&quot;mbl&quot;: &quot;list&quot;, &quot;dsk&quot;: &quot;presentation&quot;}" role="presentation"> <ul class="navigation-menu__unordered-list"> <a class="navigation-menu__brand" href="http://www.ford.com/" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:ford logo&quot;}}"> <svg aria-label="Ford Home Page" height="30" width="80"> <title>Ford Home Page</title> <use href="#navigation-menu-ford-logo"></use> </svg> </a> <li class="navigation-menu__list-item locate-dealer"> <a class="utility-item locate-dealer-link" href="//www.ford.com/content/brand_ford/en_us/brand/dealerships" id="brand-nav-lad-desktop-lnk" aria-label="Locate Dealer" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:locate dealer&quot;}}"> <span class="fgx-icon locate-dealer-icon icon-location-v2" aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <use href="#locate-dealer-icon"></use> </svg> </span> <span class="locate-dealer-label">Locate Dealer</span> </a> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Vehicles" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:vehicles&quot;}}"> <span class="navigation-menu__text">Vehicles</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable flyout--vehicle" data-cmp-is="vehicle-flyout"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Shop" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:shop&quot;}}"> <span class="navigation-menu__text">Shop</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button at-element-click-tracking" type="button" aria-label="Support &amp; Service" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:support and service&quot;}}"> <span class="navigation-menu__text">Support &amp; Service</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="For Business" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:for business&quot;}}"> <span class="navigation-menu__text">For Business</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item navigation-menu__list-item--hide-on-desktop navigation-menu__list-item--my-account" data-cmp-is="my-account-menu-item" data-authentication-state="logged out"> <button class="navigation-menu__list-item-button" type="button" aria-label="My Account" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:account&quot;}}"> <span class="my-account-auth-greeting"> Hi {firstName} </span> <span class="navigation-menu__text">My Account</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> </ul> <ul class="navigation-menu__unordered-list navigation-menu__unordered-list--icons"> <li class="navigation-menu__list-item search-bar" data-cmp-is="search-bar"> <form action="https://www.ford.com/search/" class="search-bar__form navigation-menu__list-item-button" method="GET" novalidate="" role="search" data-search-click-action="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:header{($typeahead,:)}&quot;}}" data-search-input-name="f:searchInputString"> <div class="search-bar__form-group"> <input aria-label="Type your search" autocapitalize="none" autocomplete="off" autocorrect="off" class="search-bar__input" maxlength="{55}" name="f:searchInputString" placeholder="Search" type="search"> <button aria-label="Search Submit" class="search-bar__button search-bar__submit" type="submit"> <svg aria-label="Search Submit" height="16" width="16"> <title>Search Submit</title> <use href="#navigation-menu-search"></use> </svg> </button> <button aria-label="Clear" class="search-bar__button search-bar__clear" type="button"> <svg aria-label="Clear" height="16" width="16"> <title>Clear</title> <use href="#navigation-menu-clear"></use> </svg> </button> </div> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> </form> <div class="flyout flyout--simple search-prompts"> <div class="search-prompts__recent"> <div class="search-prompts__heading"> <h6>Recent Searches</h6> <button class="search-prompts__clear-recent" type="button"> Clear </button> </div> <ul class="search-prompts__prompts search-prompts__prompts--recent"></ul> </div> <div class="search-prompts__suggested"> <div class="search-prompts__heading"> <h6>Suggested Searches</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--suggested"></ul> </div> <div class="search-prompts__history"> <div class="search-prompts__heading"> <h6>Search History</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--history"></ul> </div> <div class="flyout__tab-panels"> <div class="flyout__tab-panel"> <form action="https://www.ford.com/search/" class="search-bar__form search-bar__form--mobile search-bar__form--active" method="GET" novalidate="" role="search" data-search-click-action="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:header{($typeahead,:)}&quot;}}" data-search-input-name="f:searchInputString"> <button class="search-bar__close-flyout" type="button"> <svg aria-label="back" height="16" width="8.67"> <title>back</title> <use href="#navigation-menu-arrow-left"></use> </svg> </button> <div class="search-bar__form-group"> <input aria-label="Type your search" autocapitalize="none" autocomplete="off" autocorrect="off" class="search-bar__input" maxlength="{55}" name="f:searchInputString" placeholder="Search" type="search"> <button aria-label="Search Submit" class="search-bar__button search-bar__submit" type="submit"> <svg aria-label="Search Submit" height="16" width="16"> <title>Search Submit</title> <use href="#navigation-menu-search"></use> </svg> </button> <button aria-label="Clear" class="search-bar__button search-bar__clear" type="button"> <svg aria-label="Clear" height="16" width="16"> <title>Clear</title> <use href="#navigation-menu-clear"></use> </svg> </button> </div> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> </form> <div class="search-prompts"> <div class="search-prompts__recent"> <div class="search-prompts__heading"> <h6>Recent Searches</h6> <button class="search-prompts__clear-recent" type="button"> Clear </button> </div> <ul class="search-prompts__prompts search-prompts__prompts--recent"></ul> </div> <div class="search-prompts__suggested"> <div class="search-prompts__heading"> <h6>Suggested Searches</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--suggested"></ul> </div> <div class="search-prompts__history"> <div class="search-prompts__heading"> <h6>Search History</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--history"></ul> </div> </div> </div> </div> </div> </li> <li class="navigation-menu__list-item locate-dealer"> <a class="utility-item locate-dealer-link" href="//www.ford.com/content/brand_ford/en_us/brand/dealerships" id="brand-nav-lad-desktop-lnk" aria-label="Locate Dealer" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:locate dealer&quot;}}"> <span class="fgx-icon locate-dealer-icon icon-location-v2" aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <use href="#locate-dealer-icon"></use> </svg> </span> <span class="locate-dealer-label">Locate Dealer</span> </a> </li> <li class="navigation-menu__list-item navigation-menu__list-item--my-account" data-cmp-is="my-account-menu-item" data-authentication-state="logged out"> <button class="navigation-menu__list-item-button" type="button" aria-label="My Account" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:account&quot;}}"> <svg aria-label="My Account" height="16" width="16"> <title>My Account</title> <use href="#navigation-menu-my-account"></use> </svg> <span class="my-account-auth-greeting"> Hi {firstName} </span> </button> <div class="flyout flyout--simple"> <div class="flyout__headline-container"> <p class="flyout__headline">Get more with a Ford Account</p> <p class="flyout__description">Sign in for easier vehicle and accessories shopping, order tracking or to manage your vehicle.</p> <div class="flyout__headline-cta-container"> <a aria-label="Sign In" class="cmp-button cmp-button--primary cmp-button--on-background-light cmp-button--color-blue " data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:sign in:header&quot;}}" href="#$userSignIn"> <span class="cmp-button__text">Sign In</span> </a> <a aria-label="Create Account" class="cmp-button cmp-button--primary cmp-button--on-background-light cmp-button--color-blue " data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:create account:header&quot;}}" href="#$userCreateAccount"> <span class="cmp-button__text">Create Account</span> </a> </div> </div> <div class="flyout__button-list"> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/?gnav=header-account" style="--transition-delay: 0" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:account:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:account&quot;}}" data-auth-type="user"> {firstName}'s Account </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/vehicle-order-tracking/?gnav=header-account" style="--transition-delay: 0;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:cvot:lp:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:cvot:lp&quot;}}" data-auth-type="anonymous"> Check Order Status </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/support/vehicle-dashboard/?gnav=header-account" style="--transition-delay: 2" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:account:add vehicle:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:account:add vehicle&quot;}}" data-auth-type="user"> Vehicle Dashboard </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/order-history?gnav=header-account" style="--transition-delay: 3" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:orders:header&quot;}}" data-auth-type="user"> Orders </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/finance/pay-my-bill/?gnav=header-account" style="--transition-delay: 1;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:pay mybill:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:pay mybill&quot;}}" data-auth-type="both"> Payment Center </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/support/fordpass/fordpass-rewards/overview/?gnav=header-account" style="--transition-delay: 2;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fpr:overview:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fpr:overview&quot;}}" data-auth-type="anonymous"> Ford Rewards </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/account/saveditems/#/?gnav=header-account" style="--transition-delay: 3;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:saved items:header&quot;}}" data-auth-type="both"> Saved Items </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="#$userSignOut" style="--transition-delay: 7" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:sign out:header&quot;}}" data-auth-type="user"> Sign Out </a> </div> </div> </li> <li class="navigation-menu__list-item navigation-menu__list-item--language-selector" data-cmp-is="language-selector-menu-item"> <button class="navigation-menu__list-item-button" type="button" aria-label="Language Selection" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:language selection&quot;}}"> <svg aria-label="Language Selection" height="16" width="16"> <title>Language Selection</title> <use href="#navigation-menu-language-selector"></use> </svg> </button> <div class="flyout flyout--simple"><p class="flyout__eyebrow-label">Language Selection</p><div class="flyout__button-list"><a class="flyout__interactive-item flyout__interactive-item--link flyout__interactive-item--active" href="#" data-language-code="en" data-language-domain="www.ford.com" target="_self" title="English" style="--transition-delay: 0;">English</a><a class="flyout__interactive-item flyout__interactive-item--link" href="//es.ford.com/help/privacy/" data-language-code="es" data-language-domain="es.ford.com" target="_self" title="Spanish" style="--transition-delay: 1;">Spanish</a></div></div></li> <template id="language-selector-list-item" data-eyebrow-label="Language Selection"> [[SAMPLE_TEXT]] </template> </ul> </div> </div> <div class="header__content-end" id="header__content-end" tabindex="-1"></div> </div> </nav> </header> <div class="responsivegrid"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section id="USprivacypolicy" class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__text-container pad-bottom-56"> <div id="USprivacypolicy-id" class="cmp-grid__heading-container "> <h2 class="cmp-grid__heading fade " style="opacity: 1;"> Privacy </h2> </div> </div> <div class="cmp-grid__items-section "> <div id="container-024c1d9524" class="cmp-container"> <div class="fofAccordion"> <div class="cmp-accordion "> <div class="metrics-actions" data-fofaccordion-click-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:expand{($accordionName,:)}&quot;}}"></div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="Ford US Privacy Notice" id="accordion-zxacnh3jz">Ford US Privacy Notice</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-zxacnh3jz"> <div> <div class="container responsivegrid"> <div id="container-5b6cb87599" class="cmp-container"> <div class="experiencefragment"> <div id="USprivacynotice" class="cmp-experiencefragment cmp-experiencefragment--ac1"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-5ce21b5ffd" class="cmp-container"> <div class="text"> <div id="text-b2fdab4c0a" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <h3><b>Ford Motor Company US Privacy Notice</b></h3> <p><i><br> Effective on: July 1, 2026<br> <br> </i>For California residents: This US Privacy Notice supplements our California Notice at Collection and Privacy Disclosures.
4Today, we rely on data to incorporate state-of-the-art technology into our products and services, improve quality and safety, minimize environmental impact, and make our vehicles more enjoyable to drive, own, and use.<br> <br> If you are the owner or driver of a Ford or Lincoln vehicle, it is important to be aware of these privacy safeguards:</p> <ul><li>Inform others who drive the vehicle, and passengers who connect their mobile devices to the vehicle, about the information in this Notice, including the <a></a><a href="#connected" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a> section below; and</li><li>If you plan to sell or transfer your vehicle, remember to perform a Master/User Reset of your vehicle before it leaves your possession.7Today, we rely on data to incorporate state-of-the-art technology into our products and services, improve quality and safety, minimize environmental impact, and make our vehicles more enjoyable to drive, own, and use.<br> <br> If you are the owner or driver of a Ford or Lincoln vehicle, it is important to be aware of these privacy safeguards:</p> <ul><li>Inform others who drive the vehicle, and passengers who connect their mobile devices to the vehicle, about the information in this Notice, including the <a></a><a href="#connected" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a> section; and</li><li>If you plan to sell or transfer your vehicle, remember to perform a Master/User Reset of your vehicle before it leaves your possession.
5Please review the <a></a><a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a> section below for more information.</li></ul> <p>By using Products that display, link to, or refer to this Notice, you acknowledge the disclosures and obligations in this Notice and agree to our&nbsp;<a href="https://www.ford.com/help/terms/#terms" aria-label="Terms and Conditions">Terms and Conditions</a>.<br> <br> <b><br> You can click on the following links to navigate to the different sections in this Notice:</b><br> <br> <a></a><a href="#what-this-privacy-notice-covers" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:what this privacy notice covers&quot;}}" aria-label="What This Privacy Notice Covers">What This Privacy Notice Covers</a><br> <a href="#categoriesandsources" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:categories and sources of personal information we collect&quot;}}" aria-label="Categories and Sources of Personal Information We Collect">Categories and Sources of Personal Information We Collect</a><br> <a href="#cookies" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies and similar technologies&quot;}}" aria-label="Cookies and Similar Technologies">Cookies and Similar Technologies</a></p> <p>&nbsp; &nbsp;&nbsp;<a href="#interestbasedads" aria-label="Interest-Based Advertising">Interest-Based Advertising</a></p> <p><a href="#ouruseofpi" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:our use of personal information&quot;}}" aria-label="Our Use of Personal Information">Our Use of Personal Information</a><br> <a></a><a href="#ourdiscofpersonalinformation" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:our disclosures of personal information&quot;}}" aria-label="Our Disclosures of Personal Information">Our Disclosures of Personal Information</a><br> <a></a><a href="#othersites" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:other sites and services&quot;}}" aria-label="Other Sites and Services">Other Sites and Services</a><br> <a href="#choiceandcontrol" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:choice and control of personal information&quot;}}" aria-label="Choice and Control of Personal Information">Choice and Control of Personal Information</a><br> <a href="#retentionpersonalinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:retention of personal information&quot;}}" aria-label="Retention of Personal Information">Retention of Personal Information</a><br> <a></a><a href="#locationpersonalinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:location of personal information&quot;}}" aria-label="Location of Personal Information">Location of Personal Information</a><br> <a href="#securitypersonalinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;fof:privacy:content:anchor:security of personal information&quot;}}" aria-label="Security of Personal Information">Security of Personal Information</a><br> <a></a><a href="#stateprivacyrights" aria-label="Your State-Specific Disclosures and Privacy Rights">Your State-Specific Disclosures and Privacy Rights</a><br> &nbsp;&nbsp;&nbsp;&nbsp;<a href="#consumerrights" aria-label="Consumer rights">Consumer rights</a><br> <a></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#exercisingrights" aria-label="Exercising your rights and obtaining more information">Exercising your rights and obtaining more information</a><br> <a></a><a href="#changesprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:changes to this privacy notice&quot;}}" aria-label="Changes to This Privacy Notice">Changes to This Privacy Notice</a><br> <a href="#howtocontactus" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:how to contact us&quot;}}" aria-label="How to Contact Us">How to Contact Us</a><br> <br> </p> <h3><b><u>What This Privacy Notice Covers<a id="what-this-privacy-notice-covers"></a></u></b></h3> <p>This Privacy Notice (this “Notice”) explains our collection, use, and disclosure of personal information, including information we collect through our Products, at offline locations and events, and from third parties.8Please review the <a></a><a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a> section for more information.</li></ul> <p>By using Products that display, link to, or refer to this Notice, you acknowledge the disclosures and obligations in this Notice and agree to our <a href="https://www.ford.com/help/terms/#terms" aria-label="Terms and Conditions">Terms and Conditions</a>.<br> <br> <b><br> You can click on the following links to navigate to the different sections in this Notice:</b><br> <br> <a></a><a href="#what-this-privacy-notice-covers" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:what this privacy notice covers&quot;}}" aria-label="What This Privacy Notice Covers">What This Privacy Notice Covers</a><br> <a href="#categoriesandsources" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:categories and sources of personal information we collect&quot;}}" aria-label="Categories and Sources of Personal Information We Collect">Categories and Sources of Personal Information We Collect</a><br> <a href="#cookies" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies and similar technologies&quot;}}" aria-label="Cookies and Similar Technologies">Cookies and Similar Technologies</a></p> <p style=" margin-left: 40.0px; "><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:interest based advertising&quot;}}" href="#interestbasedads" aria-label="Interest-Based Advertising">Interest-Based Advertising</a></p> <p><a href="#ouruseofpi" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:our use of personal information&quot;}}" aria-label="Our Use of Personal Information">Our Use of Personal Information</a><br> <a></a><a href="#ourdiscofpersonalinformation" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:our disclosures of personal information&quot;}}" aria-label="Our Disclosures of Personal Information">Our Disclosures of Personal Information</a><br> <a></a><a href="#othersites" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:other sites and services&quot;}}" aria-label="Other Sites and Services">Other Sites and Services</a><br> <a href="#choiceandcontrol" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:choice and control of personal information&quot;}}" aria-label="Choice and Control of Personal Information">Choice and Control of Personal Information</a><br> <a href="#retentionpersonalinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:retention of personal information&quot;}}" aria-label="Retention of Personal Information">Retention of Personal Information</a><br> <a></a><a href="#locationpersonalinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:location of personal information&quot;}}" aria-label="Location of Personal Information">Location of Personal Information</a><br> <a href="#securitypersonalinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;fof:privacy:content:anchor:security of personal information&quot;}}" aria-label="Security of Personal Information">Security of Personal Information</a><br> <a></a><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:your state specific disclosures and privacy rights&quot;}}" href="#stateprivacyrights" aria-label="Your State-Specific Disclosures and Privacy Rights">Your State-Specific Disclosures and Privacy Rights</a></p> <p style=" margin-left: 40.0px; "><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:consumer rights&quot;}}" href="#consumerrights" aria-label="Consumer rights">Consumer rights</a><br> <a></a> <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:exercising your rights and obtaining more information&quot;}}" href="#exercisingrights" aria-label="Exercising your rights and obtaining more information">Exercising your rights and obtaining more information</a></p> <p><a></a><a href="#changesprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:changes to this privacy notice&quot;}}" aria-label="Changes to This Privacy Notice">Changes to This Privacy Notice</a><br> <a href="#howtocontactus" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:how to contact us&quot;}}" aria-label="How to Contact Us">How to Contact Us</a><br> <br> </p> <h3><b><u>What This Privacy Notice Covers<a id="what-this-privacy-notice-covers"></a></u></b></h3> <p>This Privacy Notice (this “Notice”) explains our collection, use, and disclosure of personal information, including information we collect through our Products, at offline locations and events, and from third parties.
6It also includes information about your privacy rights and how to exercise them.<br> <br> This Notice covers and applies to:</p> <ul><li>Products, services, and features we provide, such as websites, mobile applications, online services, technology platforms, and devices we own or operate, as well as the vehicles we manufacture (collectively, “Products”).</li><li>Personal information collected by or on behalf of Ford Motor Company and our controlled affiliates and subsidiaries (collectively, “Ford,” “we”, “us” or “our”) through Products that link to, refer to, or display this Notice (for example, on their websites or in their own privacy notices).</li><li>The following Connected Services (defined in the&nbsp;<a></a><a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a>&nbsp;section below), which have a Product-specific privacy notice that supplements this Notice (for mobile applications, you should also review the privacy information contained on the applications’ download pages, which supplement this Notice):<ul><li><a href="https://www.fordpass.com/content/ford_com/fp_app/en_us/termsprivacy.html#two" aria-label="Ford Pass" target="_blank" rel="noopener noreferrer">Ford Pass</a></li><li><a href="https://www.lincoln.com/lincolnway/en_us/termsprivacy.html#two" aria-label="Lincoln Way" target="_blank" rel="noopener noreferrer">Lincoln Way</a></li></ul> </li></ul> <p>Additional privacy details may be provided in your vehicle owner’s manual.9It also includes information about your privacy rights and how to exercise them.<br> <br> This Notice covers and applies to:</p> <ul><li>Products, services, programs and features we provide, such as websites, mobile applications, online services, technology platforms, and devices we own or operate, as well as the vehicles we manufacture (collectively, “Products”).</li><li>Personal information collected by or on behalf of Ford Motor Company and our controlled affiliates and subsidiaries (collectively, “Ford,” “we”, “us” or “our”) through Products that link to, refer to, or display this Notice (for example, on their websites or in their own privacy notices).</li><li>The following Connected Services (features or services that wirelessly transmit vehicle-originated data to Ford as part of their function), which have a Product-specific privacy notice that supplements this Notice (for mobile applications, you should also review the privacy information contained on the applications’ download pages, which supplement this Notice):<br> <ul><li><a aria-label="Ford App" href="https://www.fordpass.com/content/ford_com/fp_app/en_us/termsprivacy.html" target="_blank" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fordpass.com/content/ford_com/fp_app/en_us/termsprivacy.html&quot;}}" rel="noopener noreferrer">Ford App</a></li><li><a aria-label="Lincoln App" href="https://www.lincoln.com/lincolnway/en_us/termsprivacy.html#two" target="_blank" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.lincoln.com/lincolnway/en_us/termsprivacy.html#two&quot;}}" rel="noopener noreferrer">Lincoln App</a></li></ul> </li></ul> <p><br> Additional privacy details may be provided in your vehicle owner’s manual.
7Owner’s manuals are available at the following links:</p> <ul><li><a href="https://owner.ford.com/tools/account/how-tos/owner-manuals.html" aria-label="Ford Vehicles" target="_blank" rel="noopener noreferrer">Ford Vehicles</a></li><li><a href="https://owner.lincoln.com/tools/account/how-tos/owner-manuals.html" aria-label="Lincoln Vehicles" target="_blank" rel="noopener noreferrer">Lincoln Vehicles</a><br> <br> </li></ul> <p><a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u>What This Privacy Notice Does Not Cover</u></b></h3> <p>This Notice does not apply to:</p> <ul><li>The privacy practices of Ford Motor Company affiliates or subsidiaries with respect to Products that link to, refer to, or display a privacy notice other than this Notice, such as:<ul><li><u>Ford Motor Credit Company (Ford Credit)</u>: If you have applied for or received financing through Ford Credit or are a Ford Interest Advantage investor, the personal information you provide as part of applying for, obtaining, and managing your account or investment is subject to the Ford Credit privacy notices available <a href="https://www.ford.com/finance/privacy" aria-label="Ford Credit privacy">here</a>.10Owner’s manuals are available at the following links:</p> <ul><li><a href="https://owner.ford.com/tools/account/how-tos/owner-manuals.html" aria-label="Ford Vehicles" target="_blank" rel="noopener noreferrer">Ford Vehicles</a></li><li><a href="https://owner.lincoln.com/tools/account/how-tos/owner-manuals.html" aria-label="Lincoln Vehicles" target="_blank" rel="noopener noreferrer">Lincoln Vehicles</a><br> <br> </li></ul> <p><a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> <h3><b><u><br> What This Privacy Notice Does Not Cover</u></b></h3> <p>This Notice does not apply to:</p> <ul><li>The privacy practices of Ford Motor Company affiliates or subsidiaries with respect to Products that link to, refer to, or display a privacy notice other than this Notice, such as:<ul><li><u>Ford Motor Credit Company (Ford Credit)</u>: If you have applied for or received financing through Ford Credit or are a Ford Interest Advantage investor, the personal information you provide as part of applying for, obtaining, and managing your account or investment is subject to the Ford Credit privacy notices available <a href="https://www.ford.com/finance/privacy" aria-label="Ford Credit privacy">here</a>.
8Other information collected when you visit the Finance section of the ford.com website (including through cookies and other digital technologies) is processed by Ford Motor Company and is subject to this Notice.</li><li><u>FordDirect</u>: If you request information or a contact from your local dealer through various shopping tools on Ford.com (including Build and Price, Search Dealer Inventory, Incentives and Offers, Request a Local Quote, and Trade-in Value), your personal information is collected and used by FordDirect, a company that assists Ford and its dealers, subject to the FordDirect Privacy Statement available&nbsp;<a href="https://www.forddirect.com/privacy" aria-label="FordDirect Privacy Statement">here</a>.</li></ul> </li><li>Other Ford privacy notices that pertain to: employees, contractors, agency resources, retirees, and applicants, relative to employment or engagement with Ford; or Products that Ford makes available to the personnel of companies that have a business relationship with Ford.11Other information collected when you visit the Finance section of the ford.com website (including through cookies and other digital technologies) is processed by Ford Motor Company and is subject to this Notice.</li><li><u>FordDirect</u>: If you request information or a contact from your local dealer through various shopping tools on Ford.com (including Build and Price, Search Dealer Inventory, Incentives and Offers, Request a Local Quote, and Trade-in Value), your personal information is collected and used by FordDirect, a company that assists Ford and its dealers, subject to the FordDirect Privacy Statement available <a href="https://www.forddirect.com/privacy" aria-label="FordDirect Privacy Statement">here</a>.</li></ul> </li><li>Other Ford privacy notices that pertain to: employees, contractors, agency resources, retirees, and applicants, relative to employment or engagement with Ford; or Products that Ford makes available to the personnel of companies that have a business relationship with Ford.
9These other Ford privacy notices are available through the applicable website, mobile app, or other online Product.</li><li>Content, products, services, features, websites, mobile applications, platforms, or properties not owned or operated by Ford, as described in the&nbsp;<a></a><a href="#othersites" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:other sites and services&quot;}}" aria-label="Other Sites and Services section">Other Sites and Services</a>&nbsp;section below.</li><li>The privacy practices of Ford dealers, dealer distributors, dealer advertising associations, or other dealer associations.</li></ul> <h3><b><u><br> Dealers</u></b></h3> <p>When you purchase or lease a Ford or Lincoln vehicle from an authorized dealer, some information you provide to the dealer is disclosed to Ford.12These other Ford privacy notices are available through the applicable website, mobile app, or other online Product.</li><li>Content, products, services, features, websites, mobile applications, platforms, or properties not owned or operated by Ford, as described in the <a href="#othersites" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:other sites and services&quot;}}" aria-label="Other Sites and Services section">Other Sites and Services</a> section below.</li><li>The privacy practices of Ford dealers, dealer distributors, dealer advertising associations, or other dealer associations.</li></ul> <h3><b><u><br> Dealers</u></b></h3> <p>When you purchase or lease a Ford or Lincoln vehicle from an authorized dealer, some information you provide to the dealer is disclosed to Ford.
10Ford’s privacy practices (as described in our privacy notices) apply to personal information the dealer discloses to us, whether in connection with the purchase/lease transaction, vehicle service you may receive from the dealer, or joint marketing activities.</p> <p>Please be aware, however, that dealers are separate legal entities from Ford and have their own privacy practices.13Ford’s privacy practices (as described in our privacy notices) apply to personal information the dealer discloses to us, whether in connection with the purchase/lease transaction, vehicle service you may receive from the dealer, or joint marketing activities.</p> <p><br> Please be aware, however, that dealers are separate legal entities from Ford and have their own privacy practices.
13If you are located in another country, please review the Ford privacy notice that applies for your country.<br> &nbsp;</p> <p><a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> <h3><b><u><br> <a id="categoriesandsources"></a>CATEGORIES AND SOURCES OF PERSONAL INFORMATION WE COLLECT</u></b></h3> <p>The personal information we collect depends on how you interact with us, the Products you use, and the choices you make.16If you are located in another country, please review the Ford privacy notice that applies for your country.</p> <p><br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> <h3><br> <b><u><a id="categoriesandsources"></a>CATEGORIES AND SOURCES OF PERSONAL INFORMATION WE COLLECT</u></b></h3> <p>The personal information we collect depends on how you interact with us, the Products you use, and the choices you make.
15Details about our privacy practices relating to Ford and Lincoln vehicles appear in the&nbsp;<a></a><a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a>&nbsp;section below.</p> <h3><b><u><br> Information You Provide to Us</u></b></h3> <p>You provide information to us in various ways, including when you create or modify an account with us, use our Products, make a purchase from us, ask us for information about our Products, sign up for an event, enter a contest or sweepstakes, contact the Customer Relationship Center, or otherwise communicate with us.18Details about our privacy practices relating to Ford and Lincoln vehicles appear in the <a></a><a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a> section.</p> <h3><b><u><br> Information You Provide to Us</u></b></h3> <p>You provide information to us in various ways, including when you create or modify an account with us, use our Products, make a purchase from us, ask us for information about our Products, sign up for an event, enter a contest or sweepstakes, contact the Customer Relationship Center, or otherwise communicate with us.
17We may also ask you to provide email addresses of others, for example if you use a “tell-a-friend” tool.</li><li><b>Demographics</b>: When you interact with us or our Products, you may also provide additional information such as your age range, nationality, and gender.</li><li><b>Payment Data</b>: If you make a purchase, we collect credit card numbers and other payment or billing information.</li><li><b>Preferences</b>: You may indicate preferences such as your preferred communication method, language, time zone, and dealer.20We may also ask you to provide email addresses of others, for example if you use a “tell-a-friend” tool.</li><li><b>Demographics</b>: When you interact with us or our Products, you may also provide additional information such as your age range, nationality, and gender.</li><li><b>Payment Data</b>: If you make a purchase, we may collect payment or billing information.</li><li><b>Preferences</b>: You may indicate preferences such as your preferred communication method, language, time zone, and dealer.
20You can use these credentials to sign into other Ford experiences (if supported) including experiences offered by our affiliates, including Ford Credit, so you only need to remember one username and password when accessing our online and mobile Products.</li><li><b>Content of Communications</b>: When you communicate with us, such as via emails, customer service requests, survey responses, website chats or social media posts, likes, or messages, we collect the content of your communication.</li><li><b>Vehicle Service History</b>: We collect vehicle service history from you when you provide it to us on our sites.</li></ul> <p>When you are asked to provide personal information, you may decline (such as not entering a credit card to use wallet services in the FordPass mobile app).23You can use these credentials to sign into other Ford experiences (if supported) including experiences offered by our affiliates, including Ford Credit, so you only need to remember one username and password when accessing our online and mobile Products.</li><li><b>Content of Communications</b>: When you communicate with us, such as via emails, customer service requests, survey responses, website chats or social media posts, likes, or messages, we collect the content of your communication.</li><li><b>Vehicle Service History</b>: We collect vehicle service history from you when you provide it to us on our sites.</li></ul> <p>When you are asked to provide personal information, you may decline (such as not entering a credit card to use wallet services in the Ford App).
22This data may be associated with a vehicle's unique identification number (“VIN”) or other identifiers, and VIN or the other identifiers may be linked to you.</p> <p>If your vehicle is equipped with Connected Services or has factory-installed connectivity technology capable of electronically transmitting vehicle-originated data to Ford, we may collect the following categories of information from your vehicle:</p> <ul><li>Vehicle Data</li><li>Driving Data</li><li>Vehicle Location (which may be collected through location-based features and functions in the vehicle or in our mobile apps and which may be derived from other information such as your mobile device’s location)</li><li>Audio/Visual</li><li>Media Analytics</li><li>Vehicle Analytics</li></ul> <p>Which categories of information are collected from your vehicle typically depends on how the vehicle is equipped for connectivity; in other words, what connectivity technologies, software version, data sharing settings, and Connected Services are present and what selections have been made for the data sharing settings.25This data may be associated with a vehicle's unique identification number (“VIN”) or other identifiers, and the VIN or other identifiers may be linked to you.</p> <p><br> If your vehicle is equipped with Connected Services or has factory-installed connectivity technology capable of electronically transmitting vehicle-originated data to Ford, we may collect the following categories of information from your vehicle:</p> <ul><li>Vehicle Data</li><li>Driving Data</li><li>Vehicle Location (which may be collected through location-based features and functions in the vehicle or in our mobile apps and which may be derived from other information such as your mobile device’s location)</li><li>Audio/Visual</li><li>Media Analytics</li></ul> <p><br> Which categories of information are collected from your vehicle typically depends on how the vehicle is equipped for connectivity; in other words, what connectivity technologies, software version, data sharing settings, and Connected Services are present and what selections have been made for the data sharing settings.
23See the&nbsp;<a></a><a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a>&nbsp;section below for details and data category definitions.</p> <p>In limited situations, we may collect <b>Vehicle Location</b>, regardless of location settings.26See the <a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a> section for details and data category definitions.</p> <p><br> In limited situations, we may collect <b>Vehicle Location</b>, regardless of location settings.
24We do this to protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency) or to comply with applicable law, to respond to valid legal process (including from law enforcement or other government agencies), or, in the event of exigent circumstances, to help prevent the loss of life or serious injury or help protect the personal safety of Ford personnel, users of our vehicles, websites, or apps, our visitors, or the public.27We do this to protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency) or to comply with applicable law, to respond to valid legal process (including from law enforcement or other government agencies), or, in the event of exigent circumstances, to help prevent the loss of life or serious injury or help protect the personal safety of Ford personnel, users of our vehicles, websites, or apps, our visitors, or the public.</p> <p><br> Ford may also, in limited situations, and with proper consent or legal or regulatory authority such as a safety investigation, collect or obtain data that has been recorded on the vehicle through physical access to the vehicle.
25For additional details about these situations, see the “<a></a><a href="#ourdiscofpersonalinformation" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:our disclosures of personal information&quot;}}" aria-label="Our Disclosures of Personal Information section">Our Disclosure of Personal Information</a>” section below.</p> <h3><b><u><br> Information From Your Devices</u></b></h3> <p>When you use our websites, mobile apps, online services, and other Products, we automatically collect some information from the devices you’re using (such as mobile phone, tablet, smartwatch, or computer).28This may include data generated or captured by the vehicle and may include a driver-facing camera image.</p> <p><br> For additional details about these situations, see the <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:our disclosures of personal information section&quot;}}" href="#ourdiscofpersonalinformation" aria-label="Our Disclosures of Personal Information section">Our Disclosures of Personal Information</a>&nbsp;section below.</p> <h3><b><u><br> Information From Your Devices</u></b></h3> <p>When you use our websites, mobile apps, online services, and other Products, we automatically collect some information from the devices you’re using (such as mobile phone, tablet, smartwatch, or computer).
28As described more in the&nbsp;<a href="#cookies" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies&quot;}}" aria-label="Cookies section">Cookies</a> section below, our websites and online Products store and retrieve device identifiers (such as browser and other unique online identifiers) using cookies, pixel tags, and other digital technologies set on your device.</li><li><b>Digital Activity</b>: As described more in the&nbsp;<a href="#cookies" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies&quot;}}" aria-label="Cookies section">Cookies</a> section below, when you browse our website or use our other online Products, we collect information about your online activity and interaction with our Products, such as access times, webpages or content viewed, mouse movements, scrolling, features used, how the webpage or online feature performed, the results of vehicles saved, built, searched for, or viewed during previous visits, other websites visited, etc.</li><li><b>Device and Mobile Location</b>: Depending on your device and app settings, we also collect location data from your devices.31As described more in the <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies section&quot;}}" href="#cookies" aria-label="Cookies section">Cookies and Similar Technologies</a> section below, our websites and online Products store and retrieve device identifiers (such as browser and other unique online identifiers) using cookies, pixel tags, and other digital technologies set on your device.</li><li><b>Digital Activity</b>: As described more in the <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies section&quot;}}" href="#cookies" aria-label="Cookies section">Cookies and Similar Technologies</a> section below, when you browse our website or use our other online Products, we collect information about your online activity and interaction with our Products, such as access times, webpages or content viewed, mouse movements, scrolling, features used, how the webpage or online feature performed, the results of vehicles saved, built, searched for, or viewed during previous visits, other websites visited, etc.</li><li><b>Device and Mobile Location</b>: Depending on your device and app settings, we also collect location data from your devices.
32When you browse our website or use our other online Products, we may infer your zip code, city, state, and/or country location based on your IP address.</li><li><b>Inferred Preferences</b>: We infer new information from other data we collect, including using automated means to generate information about your likely preferences or other characteristics.35When you browse our website or use our other online Products, we may infer your zip code, city, state, and/or country location based on your IP address.</li><li><b>Inferred Preferences</b>: We infer information from data we collect, including using automated means to generate information about your likely preferences or other characteristics.
37It may also allow you to access and spread photos and videos if you use available technology to take your picture and/or video at the event.</li><li><b>Payment Data</b>: We may generate information when you pay for products and services, e.g., transaction history.</li></ul> <h3><b><u>Information From Other Sources</u></b></h3> <p>We obtain information from others when you direct them to disclose information to us.<br> We also obtain information from the following sources:</p> <ul><li><b>Affiliates</b>: We receive information from other companies within the Ford Motor Company family of companies and affiliates.40It may also allow you to access and share photos and videos if you use available technology to take your picture and/or video at the event.</li><li><b>Payment Data</b>: We may generate information when you pay for products and services, e.g., transaction history.</li></ul> <h3><b><u><br> Information From Other Sources</u></b></h3> <p>We obtain information from others when you direct them to disclose information to us.<br> We also obtain information from the following sources:</p> <ul><li><b>Affiliates</b>: We receive information from other companies within the Ford Motor Company family of companies and affiliates.
43Examples include:<ul><li><b>Advertising and Analytics Companies</b>: Please see the&nbsp;<a href="#cookies" aria-label="Cookies section">Cookies</a>&nbsp;section of this Notice for a description of how we receive information from advertising and analytics providers.</li><li><b>Joint Marketing Partners</b>: We may receive personal information from partners with which we offer co-branded services or engage in joint marketing activities.<br> </li></ul> </li></ul> <ul><li><b>Law enforcement agencies, courts, regulatory agencies, and others</b>: We may receive personal information from government agencies or courts for legal compliance purposes, to protect your personal safety or the safety of others, to protect Ford’s or others’ rights or property, or to investigate fraud.46Examples include:<ul><li><b>Advertising and Analytics Companies</b>: Please see the <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies section&quot;}}" href="#cookies" aria-label="Cookies section">Cookies and Similar Technologies</a> section of this Notice for a description of how we receive information from advertising and analytics providers.</li><li><b>Joint Marketing Partners</b>: We may receive personal information from partners with which we offer co-branded services or engage in joint marketing activities.<br> </li></ul> </li></ul> <ul><li><b>Law enforcement agencies, courts, regulatory agencies, and others</b>: We may receive personal information from government agencies or courts for legal compliance purposes, to protect your personal safety or the safety of others, to protect Ford’s or others’ rights or property, or to investigate fraud.
44We may also receive personal information from others; for example, in connection with litigation settlements, we may acquire information about you from third parties for the purpose of meeting our tax reporting obligations.</li><li><b>Consumer Data Analytics Firms:</b> We receive Contact Information, Demographics, and other data from third parties for purposes such as keeping information current, supporting our marketing campaigns, and personalizing Products to our customers.</li><li><b>Parties to Corporate Transactions</b>: We may receive personal information as part of a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or at transfer, divestiture, or sale of all or a portion of business or assets.</li><li><b>Publicly Available Sources</b>: We may obtain Demographics and other data from publicly available sources, such as open government databases or other data in the public domain, as well as information that is publicly available online on social media, networking, and other sites.<br> </li></ul> <p>We may combine personal information we collect from any of the above sources.<br> &nbsp;</p> <p><a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="cookies"></a>COOKIES AND SIMILAR TECHNOLOGIES</u></b></h3> <p>Our websites, mobile apps, and other online Products use cookies, pixels, tags, trackers, and similar digital technologies to operate and to help collect data.47We may also receive personal information from others; for example, in connection with litigation settlements, we may acquire information about you from third parties for the purpose of meeting our tax reporting obligations.</li><li><b>Consumer Data Analytics Firms:</b> We receive Contact Information, Demographics, and other data from third parties for purposes such as keeping information current, supporting our marketing campaigns, and personalizing Products to our customers.</li><li><b>Parties to Corporate Transactions</b>: We may receive personal information as part of a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or at transfer, divestiture, or sale of all or a portion of business or assets.</li><li><b>Publicly Available Sources</b>: We may obtain Demographics and other data from publicly available sources, such as open government databases or other data in the public domain, as well as information that is publicly available online on social media, networking, and other sites.<br> </li></ul> <p>We may combine personal information we collect from any of the above sources.</p> <p><br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> <h3><br> <b><u><a id="cookies"></a>COOKIES AND SIMILAR TECHNOLOGIES</u></b></h3> <p>Our websites, mobile apps, and other online Products use cookies, pixels, tags, trackers, and similar digital technologies to operate and to help collect data.
50When your browser connects to a third party’s web server to retrieve content and/or web beacons, that third party is able to set or read its own cookies on your device and may collect information about your online activities over time and across different websites or online services that also contain that third party’s content or web beacons.<br> <br> For example, our online Products use third-party tools (such as Mouseflow, Dynatrace, Amplitude, Adobe, and Google Analytics and other Google services), to support the operation and performance of our online Products and to analyze your interactions and experiences with our Products, including the features you engage with, how you navigate, and your click/touch, movement, scroll, and keystroke activity.<br> <br> You can find out how Google Analytics uses data&nbsp;<a href="https://support.google.com/analytics/answer/6004245" target="_blank" aria-label="How Google Analytics uses data" rel="noopener noreferrer">here</a>&nbsp;and how to opt out of Google Analytics&nbsp;<a href="https://tools.google.com/dlpage/gaoptout" target="_blank" aria-label="How to opt out of Google Analytics" rel="noopener noreferrer">here</a>.53When your browser connects to a third party’s web server to retrieve content and/or web beacons, that third party is able to set or read its own cookies on your device and may collect information about your online activities over time and across different websites or online services that also contain that third party’s content or web beacons.<br> <br> For example, some of our online Products use third-party tools (such as Mouseflow, Dynatrace, Amplitude, Adobe, Microsoft Clarity, ContentSquare, and Google Analytics and other Google services), to support the operation and performance of our online Products and to analyze your interactions and experiences with our Products, including the features you engage with, how you navigate, and your click/touch, movement, scroll, and keystroke activity.</p> <p><br> You can find more information on Mouseflow’s privacy practices <a href="https://mouseflow.com/legal/company/privacy-policy/">here</a> and how to opt out <a href="https://mouseflow.com/opt-out/">here</a> .</p> <p><br> With respect to Google Analytics, we may in some cases integrate Google Analytics services we use with certain advertising services that are also made available by our analytics providers.
51For more information on how Google uses data when you use our websites, click&nbsp;<a href="https://policies.google.com/technologies/partner-sites" target="_blank" aria-label="How Google uses data when you use our websites" rel="noopener noreferrer">here</a>.<br> <br> You can also find more information on Mouseflow’s privacy practices&nbsp;<a href="https://mouseflow.com/legal/company/privacy-policy/" target="_blank" aria-label="More information on Mouseflow’s privacy practices" rel="noopener noreferrer">here</a>&nbsp;and how to opt out&nbsp;<a href="https://mouseflow.com/opt-out/" target="_blank" aria-label="How to opt out" rel="noopener noreferrer">here</a>.<br> <br> For more information about the privacy practices of the other listed companies, please review their privacy policies.<br> <br> You can learn more about how to opt-out of certain cookies and other technologies by visiting our&nbsp;<a href="https://www.ford.com/help/privacy/ccpa.html" aria-label="Your Privacy Choices Page">Your Privacy Choices Page</a>.<br> &nbsp;</p> <h3><b><u><a id="interestbasedads"></a>Interest-Based Advertising</u></b></h3> <p>As noted above, on some pages of our websites we allow third-party advertising partners to use cookies, web beacons, and other digital technologies to collect or receive information regarding your activities on those web pages (e.g., your IP address, page(s) visited, time of day, and other identifiers).54For example, we may integrate Google Analytics with the following Google advertising features:</p> <ul><li>Remarketing with Google Analytics</li><li>Cross Device Remarketing &amp; Reporting</li><li>Google Analytics Demographics &amp; Interest Reporting</li><li>Google Display Network Impression Reporting</li></ul> <p><br> You can opt-out of Google Analytics advertising features directly with Google through its Ads Settings and through the NAI’s consumer opt-out mechanism available here.</p> <p><br> You can find out how Google Analytics uses data <a href="https://support.google.com/analytics/answer/6004245" target="_blank" aria-label="How Google Analytics uses data" rel="noopener noreferrer">here</a> and how to opt out of Google Analytics <a href="https://tools.google.com/dlpage/gaoptout" target="_blank" aria-label="How to opt out of Google Analytics" rel="noopener noreferrer">here</a> .<br> <br> For more information on how Google uses data when you use our websites, click <a href="https://policies.google.com/technologies/partner-sites" target="_blank" aria-label="How Google uses data when you use our websites" rel="noopener noreferrer">here</a>.</p> <p><br> For more information about the privacy practices of the other listed companies, please review their privacy policies.<br> <br> You can learn more about how to opt out of certain cookies and other technologies by visiting our <a href="https://www.ford.com/help/privacy/ccpa.html" aria-label="Your Privacy Choices Page">Your Privacy Choices Page</a>.</p> <h3><br> <b><u><a id="interestbasedads"></a>Interest-Based Advertising</u></b></h3> <p>As noted above, on some pages of our websites we allow third-party advertising partners to use cookies, web beacons, and other digital technologies to collect or receive information regarding your activities on those web pages (e.g., your IP address, page(s) visited, time of day, and other identifiers).
55You can also learn more by visiting our&nbsp;<a href="https://www.ford.com/help/privacy/ccpa.html" aria-label="Your Privacy Choices Page">Your Privacy Choices Page</a>&nbsp;and the additional information below.<br> <u><br> Industry-wide opt-outs</u>.58You can also learn more by visiting our <a href="https://www.ford.com/help/privacy/ccpa.html" aria-label="Your Privacy Choices Page">Your Privacy Choices Page</a> and the additional information below.<br> <u><br> Industry-wide opt-outs</u>.
56Many advertising and analytics providers are members of associations, which provide a simple way to opt out of analytics and ad targeting, which you can access at:</p> <ul><li>United States:&nbsp;<a href="https://optout.aboutads.info/" target="_blank" aria-label="United States Digital Advertising Alliance" rel="noopener noreferrer">Digital Advertising Alliance</a></li><li>Canada:&nbsp;<a href="https://youradchoices.ca/" target="_blank" aria-label="Digital Advertising Alliance of Canada" rel="noopener noreferrer">Digital Advertising Alliance of Canada</a></li><li>Europe:&nbsp;<a href="https://www.youronlinechoices.com/" target="_blank" aria-label="European Digital Advertising Alliance" rel="noopener noreferrer">European Digital Advertising Alliance</a></li></ul> <p><u>Mobile advertising ID controls</u>.59Many advertising and analytics providers are members of associations, which provide a simple way to opt out of analytics and ad targeting, which you can access at:</p> <ul><li>United States: <a href="https://optout.aboutads.info/" target="_blank" aria-label="United States Digital Advertising Alliance" rel="noopener noreferrer">Digital Advertising Alliance</a></li><li>Canada: <a href="https://youradchoices.ca/" target="_blank" aria-label="Digital Advertising Alliance of Canada" rel="noopener noreferrer">Digital Advertising Alliance of Canada</a></li><li>Europe: <a href="https://www.youronlinechoices.com/" target="_blank" aria-label="European Digital Advertising Alliance" rel="noopener noreferrer">European Digital Advertising Alliance</a></li></ul> <p><u>Mobile advertising ID controls</u>.
66You can disable web beacons in email messages by changing the settings on your email client to prevent the automatic downloading of images.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="ouruseofpi"></a>OUR USE OF PERSONAL INFORMATION</u></b></h3> <p>We use the personal information we collect for purposes described in this Notice or otherwise disclosed to you.69You can disable web beacons in email messages by changing the settings on your email client to prevent the automatic downloading of images.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> <h3><br> <b><u><a id="ouruseofpi"></a>OUR USE OF PERSONAL INFORMATION</u></b></h3> <p>We use the personal information we collect for purposes described in this Notice or otherwise disclosed to you.
67For example, we have used personal information for the following purposes, including:</p> <ul><li><b>Product and Service Delivery</b>: To provide and deliver our products and services, including operating, securing, and troubleshooting; providing support for vehicle service, warranty, and recall; fulfilling your requests or answering your questions; providing customer service and technical support; and providing credit and financing services.</li><li><b>Product Improvement:</b> To evaluate the quality of and improve our existing products, services, processes, and technologies, including investigating, verifying, or maintaining the quality or safety of a Ford or Lincoln vehicle, service, product, or technology; updating our products and services; evaluating the quality of the products and services that our suppliers provide to us or on our behalf; and troubleshooting and debugging activities to identify and repair technical errors that impair existing or intended functionality.</li><li><b>Research and Development:</b> To conduct internal research to develop new products, services, processes, and technologies.</li><li><b>Personalization</b>: To support our customer relationship management activities, to understand you and your preferences, to make recommendations about the Products you use and our other Products that may be relevant to you, and to deliver personalized communications, promotions, and other experiences centered around you.<br> </li><li><b>Dealer Support</b>: To support dealer operations.</li><li><b>Marketing and Advertising</b>: To promote our products and services and those of our selected partners through marketing, advertising, and sponsorships, as permitted by law (see the&nbsp;<a href="#cookies" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies&quot;}}" aria-label="Cookies section">Cookies</a>&nbsp;section below for information about personalized advertising and your advertising choices and the&nbsp;<a href="#choiceandcontrol" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:choice and control of personal information&quot;}}" aria-label="Choice and Control of Personal Information section">Choice and Control of Personal Information</a> section for how to change your preferences for promotional communications).</li><li><b>Security, Integrity, Safety, and Legal</b>: To comply with our legal and regulatory responsibilities; to respond to legal process or requests for information issued by government authorities or other third parties; to prevent, detect, protect against, investigate, prosecute those responsible for, or otherwise respond to a security incident, identity theft, fraud, harassment, or malicious, deceptive, or illegal activity; to investigate, establish, exercise, prepare for, or defend a pending or anticipated investigation or legal claim; to cooperate with law enforcement agencies concerning conduct or activity that we reasonably and in good faith believe may violate federal, state, or local laws or regulations, where permitted by law; and in the event of exigent circumstances, to help prevent the loss of life or serious injury or to protect the personal safety of individuals; and to protect the rights or property of others.</li><li><b>Business Operations</b>:&nbsp;To manage and improve our business operations and our relationship with you; to operate our business and perform business functions, including accounting, finance, tax, regulatory compliance, litigation, information security, fraud detection and prevention activities; to preserve the integrity or security of our systems or vehicle systems; to protect our rights and property; to manage our supplier and vendor relationships, including to evaluate the quality of the products and services that our suppliers provide to us or on our behalf; to manage human resources and information technology; to improve our internal operations; and to facilitate a corporate transaction, such as a merger or acquisition, where permitted by law.</li></ul> <p>In carrying out these purposes, we combine data we collect from different sources to give you a more seamless, consistent, personalized, and relevant experience.70For example, we have used personal information for the following purposes, including:</p> <ul><li><b>Product and Service Delivery</b>: To provide and deliver our products, services, and programs, including operating, securing, and troubleshooting; providing support for vehicle service, warranty, and recall; fulfilling your requests or answering your questions; providing customer service and technical support; and providing credit and financing services.</li><li><b>Product Improvement:</b> To evaluate the quality of and improve our existing products, services, programs, processes, and technologies, including investigating, verifying, or maintaining the quality or safety of a Ford or Lincoln vehicle, service, product, or technology; updating our products, services, and programs; evaluating the quality of the products, services, and programs that our suppliers provide to us or on our behalf; and troubleshooting and debugging activities to identify and repair technical errors that impair existing or intended functionality.</li><li><b>Research and Development:</b> To conduct research to develop new products, services, programs, processes, and technologies, including to support energy, infrastructure, and community development initiatives.</li><li><b>Personalization</b>: To support our customer relationship management activities, to understand you and your preferences, to make recommendations about the Products you use and our other Products that may be relevant to you, and to deliver personalized communications, promotions, and other experiences centered around you.<br> </li><li><b>Dealer Support</b>: To support dealer operations.</li><li><b>Marketing and Advertising</b>: To promote our products, services, and programs and those of our selected partners through marketing, advertising, and sponsorships, as permitted by law (see the <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies section&quot;}}" href="#cookies" aria-label="Cookies section">Cookies and Similar Technologies</a> section below for information about personalized advertising and your advertising choices and the <a href="#choiceandcontrol" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:choice and control of personal information&quot;}}" aria-label="Choice and Control of Personal Information section">Choice and Control of Personal Information</a> section for how to change your preferences for promotional communications).</li><li><b>Security, Integrity, Safety, and Legal</b>: To comply with our legal and regulatory responsibilities; to respond to legal process or requests for information issued by government authorities or other third parties; to prevent, detect, protect against, investigate, prosecute those responsible for, or otherwise respond to a security incident, identity theft, fraud, harassment, or malicious, deceptive, or illegal activity; to investigate, establish, exercise, prepare for, or defend a pending or anticipated investigation or legal claim; to cooperate with law enforcement agencies concerning conduct or activity that we reasonably and in good faith believe may violate federal, state, or local laws or regulations, where permitted by law; and in the event of exigent circumstances, to help prevent the loss of life or serious injury or to protect the personal safety of individuals; and to protect the rights or property of others.</li><li><b>Business Operations</b>: To manage and improve our business operations and our relationship with you; to operate our business and perform business functions, including accounting, finance, tax, regulatory compliance, litigation, information security, fraud detection and prevention activities; to preserve the integrity or security of our systems or vehicle systems; to protect our rights and property; to manage our supplier and vendor relationships, including to evaluate the quality of the products and services that our suppliers provide to us or on our behalf; to manage human resources and information technology; to improve our internal operations; and to facilitate a corporate transaction, such as a merger or acquisition, where permitted by law.</li></ul> <p>In carrying out these purposes, we combine data we collect from different sources to give you a more seamless, consistent, personalized, and relevant experience.
69To support our Products, we may use AI-enabled chatbots, some of which may be provided by vendors.72This may include using your personal information to develop and improve our use of these technologies.
70If a Product involves an AI-enabled chatbot, we will inform you of that at or before the initiation of the chat.73To support our Products, we may use AI, including AI-enabled chatbots or virtual assistants, which may be provided by vendors.
74If a Product involves an AI-enabled chatbot or virtual assistant, we will inform you of that at or before the initiation of the chat.
72Any information shared via an AI-enabled chatbot may be processed, stored, or used in accordance with this Notice and any applicable Product terms and conditions.<br> <br> Finally, we may de-identify information we collect about you (including Connected Vehicle Information) and use it for any purpose in accordance with applicable law.</p> <p><br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="ourdiscofpersonalinformation"></a>OUR DISCLOSURES OF PERSONAL INFORMATION</u></b></h3> <p>We disclose personal information with your consent, when you direct us to disclose it to others, as necessary to complete your transactions, or provide the Products you have requested or authorized.76Any information shared via an AI-enabled chatbot or virtual assistant may be processed, stored, or used in accordance with this Notice and any applicable Product terms and conditions.<br> <br> Finally, we may deidentify information we collect about you (including Connected Vehicle Information) and use it for any purpose in accordance with applicable law.</p> <p><br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> <h3><br> <b><u><a id="ourdiscofpersonalinformation"></a>OUR DISCLOSURES OF PERSONAL INFORMATION</u></b></h3> <p>We disclose personal information with your consent, when you direct us to disclose it to others, as necessary to complete your transactions, or provide the Products you have requested or authorized.
84Please see the&nbsp;<a href="#cookies" aria-label="Cookies section">Cookies</a>&nbsp;section of this Notice for a description of how we work with advertising and digital analytics providers.</li><li><u>Social Media Platforms.</u> We disclose hashed emails from our marketing database or other information we have collected as described in this Notice to social media advertising platforms, such as Facebook, so that they can create Custom Audiences and deliver advertisements on our behalf to their users.88Please see the <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies section&quot;}}" href="#cookies" aria-label="Cookies section">Cookies and Similar Technologies</a> section of this Notice for a description of how we work with advertising and digital analytics providers.</li><li><u>Social Media Platforms.</u> We disclose hashed emails from our marketing database or other information we have collected as described in this Notice to social media advertising platforms, such as Facebook, so that they can create Custom Audiences and deliver advertisements on our behalf to their users.
88We may also disclose personal information as part of a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or at transfer, divestiture, or sale of all or a portion of our business or assets.</li></ul> <p>Finally, we may disclose de-identified information (including Connected Vehicle Information) to others in accordance with applicable law.<br> <br> <a href="#top" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="othersites"></a>OTHER SITES AND SERVICES</u></b></h3> <p>Our websites, mobile applications, and other Products may contain links to other content, products, services, features, websites, mobile applications, platforms, or properties that Ford doesn’t own or operate (“Other Sites”) even if they look similar to ours.92We may also disclose personal information as part of a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or at transfer, divestiture, or sale of all or a portion of our business or assets.</li></ul> <p>Finally, we may disclose deidentified information (including Connected Vehicle Information) to others in accordance with applicable law.<br> <br> <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" href="#top" aria-label="Return to top">Return to top</a><br> <br> </p> <h3><b><u><a id="othersites"></a>OTHER SITES AND SERVICES</u></b></h3> <p>Our websites, mobile applications, and other Products may contain links to other content, products, services, programs, features, websites, mobile applications, platforms, or properties that Ford doesn’t own or operate (“Other Sites”) even if they look similar to ours.
90Your use of the reCAPTCHA tool is subject to the&nbsp;<a href="https://www.google.com/policies/privacy/" target="_blank" aria-label="Google Privacy Policy" rel="noopener noreferrer">Google Privacy Policy</a>&nbsp;and&nbsp;<a href="https://www.google.com/policies/terms/" target="_blank" aria-label="Terms of Use" rel="noopener noreferrer">Terms of Use</a>.</p> <p>Ford is also not responsible for third party applications or services that are governed by a privacy policy other than Ford’s and that may:</p> <ul><li>Be integrated with or offered through our Products;</li><li>Be made available to you through the vehicle infotainment system or in our mobile apps;</li><li>Be made available to you through the third party's app on your mobile device when you connect your mobile device to the vehicle via Bluetooth or tether; or</li><li>Require or permit the account you have with the third party to be linked to a Ford or Lincoln vehicle, mobile application, or other Product.</li></ul> <p>For example, some of our websites and online Products include mapping features provided by&nbsp;<a href="https://www.google.com/maps/streetview/policies/" target="_blank" aria-label="Google" rel="noopener noreferrer">Google</a>,&nbsp;<a href="https://legal.here.com/en-gb/privacy" target="_blank" aria-label="HERE.com" rel="noopener noreferrer">HERE</a>, and&nbsp;<a href="https://privacy.microsoft.com/en-us/privacystatement" target="_blank" aria-label="Microsoft" rel="noopener noreferrer">Microsoft</a>&nbsp;(Bing Maps), which will collect and use personal information, including location information.94Your use of the reCAPTCHA tool is subject to the <a href="https://www.google.com/policies/privacy/" target="_blank" aria-label="Google Privacy Policy" rel="noopener noreferrer">Google Privacy Policy</a> and <a href="https://www.google.com/policies/terms/" target="_blank" aria-label="Terms of Use" rel="noopener noreferrer">Terms of Use</a>.</p> <p>Ford is also not responsible for third party applications or services that are governed by a privacy policy other than Ford’s and that may:</p> <ul><li>Be integrated with or offered through our Products;</li><li>Be made available to you through the vehicle infotainment system or in our mobile apps;</li><li>Be made available to you through the third party's app on your mobile device when you connect your mobile device to the vehicle via Bluetooth or tether; or</li><li>Require or permit the account you have with the third party to be linked to a Ford or Lincoln vehicle, mobile application, or other Product.</li></ul> <p>For example, some of our websites and online Products include mapping features (provided by <a href="https://www.google.com/maps/streetview/policies/" target="_blank" aria-label="Google" rel="noopener noreferrer">Google</a> and <a href="https://legal.here.com/en-gb/privacy" target="_blank" aria-label="HERE.com" rel="noopener noreferrer">HERE</a>), which will collect and use personal information, including location information.
91If you use those mapping services, provide personal information to any of those third parties, or consent to our disclosure of personal information to them, the personal information they receive is governed by their privacy statements available via the above links.95If you use those mapping services, provide personal information to any of those third parties, or consent to our disclosure of personal information to them, the personal information they receive is governed by their privacy statements available via the above links.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> <br> </p> <h3><b><u><a id="choiceandcontrol"></a>CHOICE AND CONTROL OF PERSONAL INFORMATION</u></b></h3> <h4><b>Access, Correction, and Deletion</b></h4> <p>You can access, edit, or delete some of the personal information we have collected by logging into your account and accessing the information displayed in your profile or account settings.</p> <p>For example, if you sign into your owner account on the <a href="https://www.ford.com/index.html" aria-label="Ford website">Ford website</a> and then select your profile, you can view and change your personal information and information about your vehicle(s), as well as change your email contact preferences.</p> <p>If you are a participant in Ford’s New Vehicle Purchase Plan (for eligible Ford Motor Company employees, retirees, Family and Friends, and certain employees of Ford dealerships, suppliers, and other partners), you can access your personal information related to the New Vehicle Purchase Plan by signing in and choosing “My Profile” on <a href="https://www.axz.ford.com/" aria-label="https://www.axz.ford.com" target="_blank" rel="noopener noreferrer">https://www.axz.ford.com/</a> (for employees and retirees), <a href="https://www.myplan.ford.com/" aria-label="https://www.myplan.ford.com" target="_blank" rel="noopener noreferrer">https://www.myplan.ford.com/</a> (for friends and family), or <a href="https://www.dplan.dealerconnection.com/" aria-label="https://www.dplan.dealerconnection.com" target="_blank" rel="noopener noreferrer">https://www.dplan.dealerconnection.com/</a> (for dealership employees).
92For example, if you use Bing Maps you agree to be bound by the Bing Terms of Use and Microsoft Privacy Policy.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="choiceandcontrol"></a>CHOICE AND CONTROL OF PERSONAL INFORMATION</u></b></h3> <h4><b>Access, Correction, and Deletion</b></h4> <p>You can access, edit, or delete some of the personal information we have collected by logging into your account and accessing the information displayed in your profile or account settings.</p> <p>For example, if you sign into your owner account on the&nbsp;<a href="https://www.ford.com/index.html" aria-label="Ford website">Ford website</a>&nbsp;and then select your profile, you can view and change your personal information and information about your vehicle(s), as well as change your email contact preferences.</p> <p>If you are a participant in Ford’s New Vehicle Purchase Plan (for eligible Ford Motor Company employees, retirees, Family and Friends, and certain employees of Ford dealerships, suppliers, and other partners), you can access your personal information related to the New Vehicle Purchase Plan by signing in and choosing “My Profile” on&nbsp;<a href="https://www.axz.ford.com/" aria-label="https://www.axz.ford.com" target="_blank" rel="noopener noreferrer">https://www.axz.ford.com/</a>&nbsp;(for employees and retirees),&nbsp;<a href="https://www.myplan.ford.com/" aria-label="https://www.myplan.ford.com" target="_blank" rel="noopener noreferrer">https://www.myplan.ford.com/</a>&nbsp;(for friends and family), or&nbsp;<a href="https://www.dplan.dealerconnection.com/" aria-label="https://www.dplan.dealerconnection.com" target="_blank" rel="noopener noreferrer">https://www.dplan.dealerconnection.com/</a>&nbsp;(for dealership employees).96Ford partners can make corrections to personal information collected through the <a href="https://www.fordpartner.com/" aria-label="https://www.fordpartner.com" target="_blank" rel="noopener noreferrer">https://www.fordpartner.com/</a> website by calling the AXZ Call Center at 800-348-7709.<br> <b><br> Communications Preferences<br> <br> </b>You can choose whether to receive promotional communications from us by email, physical mail, and telephone by contacting our Customer Relationship Center (see the <a href="#howtocontactus" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:how to contact us&quot;}}" aria-label="How to Contact Us section">How to Contact Us</a> section below).
93Ford partners can make corrections to personal information collected through the&nbsp;<a href="https://www.fordpartner.com/" aria-label="https://www.fordpartner.com" target="_blank" rel="noopener noreferrer">https://www.fordpartner.com/</a>&nbsp;website by calling the AXZ Call Center at 800-348-7709.<br> <b><br> Communications Preferences<br> <br> </b>You can choose whether to receive promotional communications from us by email, physical mail, and telephone by contacting our Customer Relationship Center (see the&nbsp;<a href="#howtocontactus" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:how to contact us&quot;}}" aria-label="How to Contact Us section">How to Contact Us</a>&nbsp;section below).97As noted above, you can access and change your email communications preferences by logging into your owner account profile on the <a href="https://www.ford.com/index.html" aria-label="Ford website">Ford website</a>.
94As noted above, you can access and change your email communications preferences by logging into your owner account profile on the&nbsp;<a href="https://www.ford.com/index.html" aria-label="Ford website">Ford website</a>.Removed
98For controls related to connected vehicles, please see the <a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a> section below.101For controls related to connected vehicles, please see the <a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy&quot;}}" aria-label="Connected Vehicle Privacy section">Connected Vehicle Privacy</a> section.
99Additional details and instructions may be available in your vehicle owner’s manual.<br> <b><br> Choices for Cookies and Similar Technologies<br> <br> </b>See the <a></a><a href="#cookies" aria-label="Cookies and Similar Technologies section">Cookies and Similar Technologies</a> section for choices about cookies and other analytics and advertising controls.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> <br> </p> <h3><b><u><a id="retentionpersonalinfo"></a>RETENTION OF PERSONAL INFORMATION</u></b></h3> <p>We retain personal information for as long as necessary to provide the products and fulfill the transactions you have requested, comply with our legal obligations, resolve disputes, enforce our agreements, and other legitimate and lawful business purposes.102Additional details and instructions may be available in your vehicle owner’s manual.<br> <b><br> Choices for Cookies and Similar Technologies<br> <br> </b>See the <a></a><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:cookies and similar technologies section&quot;}}" href="#cookies" aria-label="Cookies and Similar Technologies section">Cookies and Similar Technologies</a> section for choices about cookies and other analytics and advertising controls.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> <br> </p> <h3><b><u><a id="retentionpersonalinfo"></a>RETENTION OF PERSONAL INFORMATION</u></b></h3> <p>We retain personal information for as long as necessary to provide the products and fulfill the transactions you have requested, comply with our legal obligations, resolve disputes, enforce our agreements, and other legitimate and lawful business purposes.
104When we do so, we use a variety of legal mechanisms, including contracts, to help ensure your rights and protections.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="securitypersonalinfo"></a>SECURITY OF PERSONAL INFORMATION</u></b></h3> <p>Safeguarding personal information is important to us.107When we do so, we use a variety of legal mechanisms, including contracts, to help ensure your rights and protections.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> <br> </p> <h3><b><u><a id="securitypersonalinfo"></a>SECURITY OF PERSONAL INFORMATION</u></b></h3> <p>Safeguarding personal information is important to us.
105While no systems, applications, or websites are 100% secure, we take reasonable and appropriate steps to help protect personal information from unauthorized access, use, disclosure, alteration, and destruction.</p> <p>To help us protect personal information, we request that you use a strong password and never disclose your password to anyone or use the same password with other sites or accounts.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="stateprivacyrights"></a>YOUR STATE-SPECIFIC DISCLOSURES AND PRIVACY RIGHTS</u></b></h3> <p>This section supplements the US Privacy Notice above and applies to residents of Colorado, Connecticut, Delaware, Indiana, Iowa, Kentucky, Maryland, Minnesota, Montana, Nebraska, New Hampshire, New Jersey, Nevada, Oregon, Rhode Island, Tennessee, Texas, Utah, and Virginia.108While no systems, applications, or websites are 100% secure, we take reasonable and appropriate steps to help protect personal information from unauthorized access, use, disclosure, alteration, and destruction.</p> <p>To help us protect personal information, we request that you use a strong password and never disclose your password to anyone or use the same password with other sites or accounts.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> <br> </p> <h3><b><u><a id="stateprivacyrights"></a>YOUR STATE-SPECIFIC DISCLOSURES AND PRIVACY RIGHTS</u></b></h3> <p>This section supplements the US Privacy Notice above and applies to residents of Colorado, Connecticut, Delaware, Indiana, Iowa, Kentucky, Maryland, Minnesota, Montana, Nebraska, New Hampshire, New Jersey, Nevada, Oregon, Rhode Island, Tennessee, Texas, Utah, and Virginia.
111Specific pieces of Personal Data we collect, use, and disclose may vary, depending on your relationship with us and how you interact with us, and may not include all examples listed.</p> <table width="98%" cellspacing="0" cellpadding="0" border="1"><tbody><tr><td width="27%"><p><b>Category of Personal Data </b></p> </td><td width="72%" valign="top"><p><b>Purposes for Collection, Use, and Disclosure&nbsp; </b></p> </td></tr><tr><td width="27%" valign="top"><p>(1) Identifiers such as name, email address, postal address, phone number, driver’s license number, or other similar identifiers</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships&nbsp;&nbsp;&nbsp;</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To allow you to participate in Ford-sponsored special driving events</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(2) Personal Records such as a phone number or other financial information</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>For payment processing, fraud prevention, credit risk reduction, or other related financial services</li><li>To allow you to participate in Ford-sponsored special driving events</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(3) General demographic information such as age, marital or family status, languages spoken, education information, gender, and military and veteran status</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To support authorized dealer operations (for example, to enhance the overall dealership sales and service experience)</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(4) Customer Account Details/ Commercial information such as purchase history or tendencies</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(5) Internet or Other Electronic Network Activity Information such as IP address, mobile network provider, and other network related information</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p><a name="_Hlk117508676" id="_Hlk117508676"></a>(6)&nbsp;Geolocation data such as information about your vehicle location or your device and mobile location</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To provide Products you request or offer Products to you</li><li>To provide location-based Products</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling)</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency)</li></ul> </td></tr><tr><td width="27%" valign="top">(7)&nbsp;Sensory Data, including audio and visual data such as voice commands and other utterances captured when the vehicle’s voice recognition system is in “active listen” state, customer care call recording, in-vehicle feedback feature, and audio or video surveys</td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(8) Inferences drawn from Personal Data collected to generate information about your likely preferences or other characteristics</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To assess your potential interest in a vehicle or other Product</li></ul> </td></tr><tr><td width="27%" valign="top"><p>Connected Vehicle Information, as further describe in our <a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy notice&quot;}}" aria-label="Connected Vehicle Privacy Notice">Connected Vehicle Privacy Notice</a></p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency)</li></ul> </td></tr></tbody></table> <p><b>Sales and Targeted Advertising</b>.114Specific pieces of Personal Data we collect, use, and disclose may vary, depending on your relationship with us and how you interact with us, and may not include all examples listed.</p> <table width="98%" cellspacing="0" cellpadding="0" border="1"><tbody><tr><td width="27%"><p><b>Category of Personal Data </b></p> </td><td width="72%" valign="top"><p><b>Purposes for Collection, Use, and Disclosure</b></p> </td></tr><tr><td width="27%" valign="top"><p>(1) Identifiers such as name, email address, postal address, phone number, driver’s license number, or other similar identifiers</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To allow you to participate in Ford-sponsored special driving events</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(2) Personal Records such as a phone number or other financial information</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>For payment processing, fraud prevention, credit risk reduction, or other related financial services</li><li>To allow you to participate in Ford-sponsored special driving events</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(3) General demographic information such as age, marital or family status, languages spoken, education information, gender, and military and veteran status</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To support authorized dealer operations (for example, to enhance the overall dealership sales and service experience)</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(4) Customer Account Details/ Commercial information such as purchase history or tendencies</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(5) Internet or Other Electronic Network Activity Information such as IP address, mobile network provider, and other network related information</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><a name="_Hlk117508676" id="_Hlk117508676"></a>(6) Geolocation data such as information about your vehicle location or your device and mobile location</td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To provide Products you request or offer Products to you</li><li>To provide location-based Products</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling)</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency)</li></ul> </td></tr><tr><td width="27%" valign="top">(7) Sensory Data, including audio and visual data such as voice commands and other utterances captured when the vehicle’s voice recognition system is in “active listen” state, customer care call recording, in-vehicle feedback feature, and audio or video surveys</td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(8) Inferences drawn from Personal Data collected to generate information about your likely preferences or other characteristics</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To assess your potential interest in a vehicle or other Product</li></ul> </td></tr><tr><td width="27%" valign="top"><p>Connected Vehicle Information, as further described in the <a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:connected vehicle privacy notice&quot;}}" aria-label="Connected Vehicle Privacy Notice">Connected Vehicle Privacy</a> section</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency)</li></ul> </td></tr><tr><td><p>Sensitive Data:</p> <ul><li>precise geolocation data</li><li>driver’s license number</li></ul> </td><td><ul><li>For precise geolocation data:<br> <ul><li>To provide location-based services<br> </li><li>To protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency)</li><li>To help prevent the loss of life or serious injury, to or help protect the personal safety of Ford personnel, users of our vehicles, websites, or apps, our visitors, or the public</li><li>To provide Products you request, including information you request when using our Products (for example, charging locations that are part of the BlueOval Charging Network)</li><li>For other purposes as authorized by applicable law, including undertaking activities to verify or maintain the quality or safety of services or devices that are owned, manufactured, manufactured for, or controlled by us, and to improve, upgrade, or enhance services or devices that are owned, manufactured, manufactured for, or controlled by us.</li></ul> </li><li>For driver’s license number:<ul><li>To allow you to participate in Ford-sponsored special driving events</li></ul> </li></ul> </td></tr></tbody></table> <p><br> We may also Collect, use, or disclose all categories of Personal Data described above for other purposes authorized by applicable laws, including:</p> <ul><li>to help prevent the loss of life or serious injury or to protect the personal safety of Ford personnel, users of our vehicles, websites, or mobile apps, our visitors, or the public;</li><li>to detect, investigate, prevent or otherwise address fraud or other security and integrity issues;</li><li>as part of a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or at transfer, divestiture, or sale of all or a portion of our business or assets;</li><li>to operate and maintain the security and integrity of our Products; and</li><li>to protect the rights or property of ourselves, our affiliates, or others, including by enforcing our agreements, terms, and policies.</li></ul> <p><b><br> Sales and Targeted Advertising</b>.
114Information on how to exercise your opt-out rights, as well as other rights you may have under the applicable laws, is provided below.<br> <br> We may sell or disclose the categories of Personal Data listed above to the following types of third parties: SiriusXM, joint marketing partners and authorized dealers, advertising and digital analytics companies, and social media platforms.&nbsp;For more information about these third parties and how they use the information, see the section above titled <a></a><a href="#ourdiscofpersonalinformation" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:our disclosures of personal information&quot;}}" aria-label="Our Disclosures of Personal Information section">Our Disclosures of Personal Information</a>.<br> <br> <b>Deidentification</b>.117Information on how to exercise your opt-out rights, as well as other rights you may have under the applicable laws, is provided below.<br> <br> We may sell or disclose the categories of Personal Data listed above to the following types of third parties: SiriusXM, joint marketing partners and authorized dealers, advertising and digital analytics companies, and social media platforms.
118For more information about these third parties and how they use the information, see the section above titled <a></a><a href="#ourdiscofpersonalinformation" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:our disclosures of personal information&quot;}}" aria-label="Our Disclosures of Personal Information section">Our Disclosures of Personal Information</a>.<br> <br> <b>Deidentification</b>.
116Where we deidentify information or use deidentified information, we will use the data only in deidentified form and will not attempt to reidentify that information.<br> <br> <b><a id="consumerrights"></a>Consumer rights</b>.120Where we deidentify information or use deidentified information, we will maintain and use the data only in deidentified form and will not attempt to reidentify that information, except we may attempt to reidentify the data for the purpose of determining whether the deidentification processes satisfied applicable legal requirements.<br> <br> <b><a id="consumerrights"></a>Consumer rights and disclosures</b>.
117Subject to your state of residency and certain conditions and limitations in applicable laws, you have the following rights with regard to your Personal Data:<br> </p> <ol><li><u>Right to Access</u>.121Subject to your state residency and certain conditions and limitations in applicable laws, you have the following rights with regard to your Personal Data:<br> </p> <ol><li><u>Right to Access</u>.
125If we decline to act on your request, you may appeal our decision.</li><li><u>Minnesota, Oregon, and Rhode Island Residents – Third-Party Disclosures</u>.129If we decline to act on your request, you may appeal our decision.</li><li><u>Third-Party Disclosures</u>.<br> a.
126If you live in Minnesota, Oregon, or Rhode Island, you also have the right to a list of third parties to which we disclosed Personal Data.</li><li><u>Delaware and Maryland Residents – Categories of Third Parties</u>.130If you live in Connecticut, Minnesota, Oregon, or Rhode Island, you have the right to a list of third parties to which we disclosed Personal Data.<br> b.
127If you live in Delaware, you have the right to request a list of the categories of third parties to which we disclosed your Personal Data.&nbsp;If you live in Maryland, you have the right to request a list of the categories of third parties to which we disclosed Personal Data.<br> </li></ol> <p><b><a id="exercisingrights"></a>Exercising your rights and obtaining more information</b></p> <ul><li><b>Exercising your rights.</b> You can exercise the rights listed above (including the right to access, delete, or correct) by:</li></ul> <ol><li>Using our request form <a href="https://privacyportal.onetrust.com/webform//" aria-label="request form" target="_blank" rel="noopener noreferrer">here</a>; or</li><li>Calling our Customer Relationship Center, toll-free, at 1-800-392-3673, Monday through Friday from 8:00 am until 11:00 pm Eastern time or Saturday from 8:00 am until 8:00 pm Eastern time.131If you live in Delaware or Maryland, you have the right to request a list of the categories of third parties to which we disclosed your specific Personal Data (Delaware) or Personal Data generally (Maryland).</li><li><u>LLM Disclosures</u>.
132As required by Connecticut law, we disclose that we do not collect, use, or sell personal data of Connecticut consumers for the purpose of training large language models.<br> <br> </li></ol> <p><b><a id="exercisingrights"></a>Exercising your rights and obtaining more information</b></p> <ul><li><b>Exercising your rights.</b> You can exercise the rights listed above (including the right to access, delete, or correct) by:</li></ul> <ol><li>Using our request form <a href="https://privacyportal.onetrust.com/webform//" aria-label="request form" target="_blank" rel="noopener noreferrer">here</a>; or</li><li>Calling our Customer Relationship Center, toll-free, at 1-800-392-3673, Monday through Friday from 8:00 am until 11:00 pm Eastern time or Saturday from 8:00 am until 8:00 pm Eastern time.
135Authorized agents should use this <a href="https://privacyportal.onetrust.com/webform//" aria-label="submit a request form" target="_blank" rel="noopener noreferrer">form</a> to submit a request on your behalf.</li><li><b>Right to non-discrimination. </b>If you choose to exercise any of the privacy rights described above, you will not receive discriminatory treatment from us.</li></ul> <p><a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><u><b><a id="changesprivacynotice"></a>CHANGES TO THIS PRIVACY NOTICE</b></u></h3> <p>We will update this Notice when necessary to reflect changes in applicable law, our Products, what personal information we collect, or how we use personal information.140Authorized agents should use this <a href="https://privacyportal.onetrust.com/webform//" aria-label="submit a request form" target="_blank" rel="noopener noreferrer">form</a> to submit a request on your behalf.</li><li><b>Right to non-discrimination. </b>If you choose to exercise any of the privacy rights described above, you will not receive discriminatory treatment from us.<br> <br> </li></ul> <p><a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> <br> </p> <h3><u><b><a id="changesprivacynotice"></a>CHANGES TO THIS PRIVACY NOTICE</b></u></h3> <p>We will update this Notice when necessary to reflect changes in applicable law, our Products, what personal information we collect, or how we use personal information.
137If we make material changes to the Notice, we will provide notice or obtain consent regarding such changes as may be required by law.</p> <p>Before the current update, this Notice was last updated September 30, 2025.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="howtocontactus"></a>HOW TO CONTACT US</u></b></h3> <p>If you have a privacy concern, complaint, or question for Ford, please contact us at:</p> <p>Ford Motor Company<br> Customer Relationship Center<br> P.O. Box 6248<br> Dearborn, MI 48126</p> <p>Telephone<br> 1-800-392-3673<br> For TTY/TDD users, please contact 1-800-392-3673, using the Telecommunication Relay Service by dialing 711<br> <br> Available M-F 8:00 am&nbsp;– 11:00 pm Eastern time<br> Available Sat. 8:00 am – 8:00 pm Eastern time<br> <br> Our Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="Connected Vehicle Privacy Notice" id="accordion-fq8620w8k">Connected Vehicle Privacy Notice </h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-fq8620w8k"> <div> <div class="container responsivegrid"> <div id="container-4250557ae2" class="cmp-container"> <div class="experiencefragment"> <div id="connectedvehicleprivacynotice" class="cmp-experiencefragment cmp-experiencefragment--ac2"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-a12d43c61c" class="cmp-container"> <div class="text"> <div id="text-7be9defb83" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><i>Effective on: July 23, 2025<a id="connected"></a></i><br> <br> A variety of technologies work together to provide connectivity.142If we make material changes to the Notice, we will provide notice or obtain consent regarding such changes as may be required by law.</p> <p>Before the current update, this Notice was last updated January 16, 2026.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> <br> </p> <h3><b><u><a id="howtocontactus"></a>HOW TO CONTACT US</u></b></h3> <p>If you have a privacy concern, complaint, or question for Ford, please contact us at:</p> <p><b><br> Mail:</b></p> <p>Ford Motor Company<br> Customer Relationship Center<br> P.O. Box 6248<br> Dearborn, MI 48126</p> <p><b><br> Email:</b></p> <p>privacy@ford.com</p> <p><br> <b>Telephone:</b><br> 1-800-392-3673<br> For TTY/TDD users, please contact 1-800-392-3673, using the Telecommunication Relay Service by dialing 711<br> <br> Available M-F 8:00 am – 11:00 pm Eastern time<br> Available Sat. 8:00 am – 8:00 pm Eastern time<br> <br> Our Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.<br> <br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="Connected Vehicle Privacy" id="accordion-qgog3ltot">Connected Vehicle Privacy</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-qgog3ltot"> <div> <div class="container responsivegrid"> <div id="container-4250557ae2" class="cmp-container"> <div class="experiencefragment"> <div id="connectedvehicleprivacynotice" class="cmp-experiencefragment cmp-experiencefragment--ac2"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-a12d43c61c" class="cmp-container"> <div class="text"> <div id="text-7be9defb83" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><i>Effective on: July 1, 2026<a id="connected"></a></i><br> <br> A variety of technologies work together to provide connectivity.
142For example, for information on our use of personal information, see the section “Our Use of Personal Information” above, and for information on how we disclose personal information to others, see the section “Our Disclosures of Personal Information” above.<br> <b><u><br> Connected Vehicle Information<br> <br> </u></b>The following categories describe Connected Vehicle Information and the purposes for which we use it, where applicable based on vehicle technology and service selections:</p> <table border="1" cellspacing="0" cellpadding="0"><tbody><tr><td width="137" valign="top"><b>Connected Vehicle Information Categories</b></td><td width="264" valign="top"><p><b>Examples of Data</b></p> </td><td width="221" valign="top"><p><b>How is it used by Ford?</b></p> </td></tr><tr><td width="137" valign="top">Vehicle Data<br> (may also be referred to as Vehicle Information)<br> &nbsp;</td><td width="264" valign="top"><ul><li>Information about the vehicle and its performance, including:<br> <br> • Identifiers such as the vehicle identification number (VIN), modem electronic serial number (ESN), SIM serial number (ICCID), hardware model and part numbers, software version numbers, etc.;<br> • Vehicle maintenance data;<br> • The status of vehicle systems (such as fuel and fluid levels, tire pressure, engine temperature, and odometer information); and<br> • Vehicle diagnostics and other information about the vehicle's performance (such as diagnostic trouble codes, timestamps, and memory usage when detected).</li></ul> </td><td width="221" valign="top"><p>To provide connected features and services; troubleshooting; product improvement; research and development; and for offering products and services tailored to you.</p> </td></tr><tr><td width="137" valign="top">Driving Data<br> (may also be referred to as Driving Characteristics and Behavior)</td><td width="264" valign="top"><p>Information about how the vehicle is operated and used (such as speed as well as use of accelerator, brakes, steering, seat belts, etc.).</p> </td><td width="221" valign="top"><p>To provide connected features and services; troubleshooting; product improvement; research and development.</p> </td></tr><tr><td width="137" valign="top"><p>Vehicle Location</p> </td><td width="264" valign="top"><p>The vehicle’s precise latitude and longitude.</p> </td><td width="221" valign="top"><p>To provide connected features and services; troubleshooting; product improvement; and research and development.</p> </td></tr><tr><td width="137" valign="top">Audio/Visual<br> (may also be referred to as Connected Voice Data, Digital Assistant, Ford Assistant, or Lincoln Assistant)</td><td width="264" valign="top">Images from forward-facing or interior-facing cameras.<br> <br> Voice commands and other utterances captured when the vehicle’s connected voice recognition system is in “active listen” state.</td><td width="221" valign="top"><p>To provide connected features and services; troubleshooting; product improvement; and research and development.</p> </td></tr><tr><td width="137" valign="top">Media Analytics<br> (may also be referred to as Audio Listening Analytics)</td><td width="264" valign="top"><p>Information about what is listened to in the vehicle (such as radio presets, volume, channels, media sources, title, artist, and genre).</p> </td><td width="221" valign="top"><p>Troubleshooting; product improvement; and research and development.</p> </td></tr><tr><td width="137" valign="top">Vehicle Analytics<br> (may also be referred to as SYNC Analytics or In-Vehicle Services Information)</td><td width="264" valign="top"><p>Information about the usage of vehicle features, apps, services, and technology (such as which features are used).</p> </td><td width="221"><p>Troubleshooting; product improvement; and research and development.</p> </td></tr></tbody></table> <h3><b><u><br> Collection of Connected Vehicle Information<br> </u></b></h3> <p>Whether your vehicle discloses Connected Vehicle Information to us typically depends on how the vehicle is equipped – in other words, what connectivity technologies, features, software version, data sharing settings, and Connected Services are present and what selections have been made for data sharing settings.147For example, for information on our use of personal information, see the section “Our Use of Personal Information” above, and for information on how we disclose personal information to others, see the section “Our Disclosures of Personal Information” above.<br> <b><u><br> <br> Connected Vehicle Information<br> </u></b><br> The following categories describe Connected Vehicle Information and the purposes for which we use it, where applicable, based on vehicle technology and service selections:</p> <table border="1" cellspacing="0" cellpadding="0"><tbody><tr><td width="137" valign="top"><b>Connected Vehicle Information Categories</b></td><td width="264" valign="top"><p><b>Examples of Data</b></p> </td><td width="221" valign="top"><p><b>How is it used by Ford?</b></p> </td></tr><tr><td width="137" valign="top">Vehicle Data<br> (may also be referred to as Vehicle Information)</td><td width="264" valign="top"><ul><li>Information about the vehicle and its performance, including:<br> <br> • Identifiers such as the vehicle identification number (VIN), modem electronic serial number (ESN), SIM serial number (ICCID), hardware model and part numbers, software version numbers, etc.;<br> • Vehicle maintenance data;<br> • The status of vehicle systems (such as fuel and fluid levels, tire pressure, engine temperature, and odometer information);<br> • Vehicle diagnostics and other information about the vehicle's performance (such as diagnostic trouble codes, timestamps, and memory usage when detected); and<br> • Vehicle analytics including usage of vehicle features, apps, services, and technology (such as which features are used).</li></ul> </td><td width="221" valign="top"><p>To provide connected features and services; troubleshooting; product improvement; research and development; and for offering products and services tailored to you.</p> </td></tr><tr><td width="137" valign="top">Driving Data<br> (may also be referred to as Driving Characteristics and Behavior)</td><td width="264" valign="top"><p>Information about how the vehicle is operated and used (such as speed, use of accelerator, brakes, steering, driver assist technologies, seat belts, activation of airbag deployment, collision signals, etc.).</p> </td><td width="221" valign="top"><p>To provide connected features and services; troubleshooting; product improvement; research and development.</p> </td></tr><tr><td width="137" valign="top"><p>Vehicle Location</p> </td><td width="264" valign="top"><p>The vehicle’s precise latitude and longitude, compass direction, heading, altitude, and charging location.</p> </td><td width="221" valign="top"><p>To provide connected features and services; troubleshooting; product improvement; and research and development.</p> </td></tr><tr><td width="137" valign="top">Audio/Visual<br> (may also be referred to as Connected Voice Data, Digital Assistant, Ford Assistant, or Lincoln Assistant)</td><td width="264" valign="top">Images from forward-facing or rear-facing cameras.<br> <br> Voice commands and other utterances captured when the vehicle’s connected voice recognition system is in “active listen” state.</td><td width="221" valign="top"><p>To provide connected features and services; troubleshooting; product improvement; and research and development.</p> </td></tr><tr><td width="137" valign="top">Media Analytics<br> (may also be referred to as Audio Listening Analytics)</td><td width="264" valign="top"><p>Information about what is listened to in the vehicle (such as radio presets, volume, channels, media sources, title, artist, and genre).</p> </td><td width="221" valign="top"><p>Troubleshooting; product improvement; and research and development.</p> </td></tr></tbody></table> <h3><b><u><br> Collection of Connected Vehicle Information<br> </u></b></h3> <p>Whether your vehicle discloses Connected Vehicle Information to us typically depends on how the vehicle is equipped – in other words, what connectivity technologies, features, software version, data sharing settings, and Connected Services are present and what selections have been made for data sharing settings.
145If de-identified information has been transmitted to us from the vehicle, we will use the information only in de-identified form and will not attempt to reidentify it.<br> <br> Some vehicles for model year 2020 and later automatically transmit Vehicle Analytics and specific types of Vehicle Data (such as vehicle diagnostics) to us at delivery.<br> <br> When you are asked to provide Connected Vehicle Information, you may decline (such as by not associating a VIN to a FordPass/Lincoln Way account).150If de-identified information has been transmitted to us from the vehicle, we will use the information only in de-identified form and will not attempt to reidentify it.<br> <br> Some vehicles for model year 2020 and later automatically transmit Vehicle Analytics and specific types of Vehicle Data (such as vehicle diagnostics) to us at delivery.<br> <br> When you are asked to provide Connected Vehicle Information, you may decline (such as by not associating a VIN to a Ford or Lincoln account).
146But, if you choose not to provide or allow Connected Vehicle Information, which is necessary for some Connected Services and other products, those Connected Services and other products may not function correctly or be available for use.<br> &nbsp;</p> <h3><b><u>Your Disclosure of Connected Vehicle Information to Third Parties<br> </u></b></h3> <p>You can disclose Connected Vehicle Information to third parties, or you can direct Ford to disclose Connected Vehicle Information to third parties, when you choose to use their applications or services that: &nbsp;</p> <ul><li>Are made available to you through the vehicle information and entertainment (“infotainment”) system;</li><li>Are made available to you through the third party’s app on your mobile device when you connect your mobile device to the vehicle via Bluetooth or tether; or</li><li>Require or permit the account you have with the third party to be linked to a Ford or Lincoln vehicle or mobile app.</li></ul> <p>If you choose to disclose Connected Vehicle Information with third parties, the third party’s terms and conditions and privacy policies (and not this Connected Vehicle Privacy Notice) apply to the information you disclose, or that you direct Ford to disclose, to them.<br> &nbsp;</p> <h3><b><u>Our Use of Connected Vehicle Information<br> </u></b></h3> <p><br> We may use the Connected Vehicle Information described above to:</p> <ul><li>determine whether FordPass Connect is fully connected and, if it is not, to contact you with information about our connectivity services, where permitted by law;</li><li>provide connected features and services;</li><li>maintain and manage the vehicle’s connection to the telecommunications network;&nbsp;</li><li>fulfil your requests or answer your questions;&nbsp;</li><li>investigate, verify, or maintain the quality or safety of a Ford vehicle, service, product, technologies or processes, including troubleshooting and debugging activities to identify and repair technical errors that impair existing or intended functionality;&nbsp;</li><li>preserve the integrity or security of our systems or vehicle systems;</li><li>effectuate a product recall;</li><li>conduct internal research to evaluate the quality of and improve our products, services, processes, and technologies;&nbsp;</li><li>evaluate the quality of the products and services that our suppliers provide to us or on our behalf;</li><li>conduct internal research to develop new products, services, processes, and technologies;</li><li>manage and improve our business operations and our relationship with you;</li><li>marketing purposes as permitted by law, which, in some circumstances, may require your consent;&nbsp;</li><li>comply with our legal and regulatory responsibilities, to respond to legal process or requests for information issued by government authorities or other third parties, to prevent and detect crime and fraud, or investigate, establish, exercise, prepare for, or defend a pending or anticipated investigation or legal claim;</li><li>cooperate with law enforcement agencies concerning conduct or activity that we reasonably and in good faith believe may violate federal, state, or local laws or regulations, where permitted by law;</li><li>take immediate steps to protect an interest that is essential for the life, physical safety, or other vital interests of individuals;&nbsp;</li><li>prevent, detect, protect against, investigate, prosecute those responsible for, or otherwise respond to a security incident, identity theft, fraud, harassment, or malicious, deceptive, or illegal activity; and</li><li>facilitate a corporate transaction, such as a merger or acquisition, where permitted by law.<br> </li></ul> <p>We may, where permitted by law, combine and analyze the Connected Vehicle Information with other information we hold about you, to assist with the purposes outlined above.151But, if you choose not to provide or allow Connected Vehicle Information, which is necessary for some Connected Services and other products, those Connected Services and other products may not function correctly or be available for use.</p> <h3><b><u><br> Your Disclosure of Connected Vehicle Information to Third Parties<br> </u></b></h3> <p>You can disclose Connected Vehicle Information to third parties, or you can direct Ford to disclose Connected Vehicle Information to third parties, when you choose to use their applications or services that:</p> <ul><li>Are made available to you through the vehicle information and entertainment (“infotainment”) system;</li><li>Are made available to you through the third party’s app on your mobile device when you connect your mobile device to the vehicle via Bluetooth or tether; or</li><li>Require or permit the account you have with the third party to be linked to a Ford or Lincoln vehicle or mobile app.</li></ul> <p>If you choose to disclose Connected Vehicle Information with third parties, the third party’s terms and conditions and privacy policies (and not this Connected Vehicle Privacy section of our US Privacy Notice) apply to the information you disclose, or that you direct Ford to disclose, to them.</p> <h3><b><u><br> Our Use of Connected Vehicle Information<br> </u></b></h3> <p><br> We may use the Connected Vehicle Information described above to:</p> <ul><li>determine whether the modem is fully connected and, if it is not, to contact you with information about our connectivity services, where permitted by law;</li><li>provide connected features and services;</li><li>maintain and manage the vehicle’s connection to the telecommunications network;</li><li>fulfil your requests or answer your questions;</li><li>investigate, verify, or maintain the quality or safety of a Ford vehicle, service, product, technologies or processes, including troubleshooting and debugging activities to identify and repair technical errors that impair existing or intended functionality;</li><li>preserve the integrity or security of our systems or vehicle systems;</li><li>effectuate a product recall;</li><li>conduct internal research to evaluate the quality of and improve our products, services, processes, and technologies;</li><li>evaluate the quality of the products and services that our suppliers provide to us or on our behalf;</li><li>conduct internal research to develop new products, services, processes, and technologies;</li><li>manage and improve our business operations and our relationship with you;</li><li>marketing purposes as permitted by law, which, in some circumstances, may require your consent;</li><li>comply with our legal and regulatory responsibilities, to respond to legal process or requests for information issued by government authorities or other third parties, to prevent and detect crime and fraud, or investigate, establish, exercise, prepare for, or defend a pending or anticipated investigation or legal claim;</li><li>cooperate with law enforcement agencies concerning conduct or activity that we reasonably and in good faith believe may violate federal, state, or local laws or regulations, where permitted by law;</li><li>take immediate steps to protect an interest that is essential for the life, physical safety, or other vital interests of individuals;</li><li>prevent, detect, protect against, investigate, prosecute those responsible for, or otherwise respond to a security incident, identity theft, fraud, harassment, or malicious, deceptive, or illegal activity; and</li><li>facilitate a corporate transaction, such as a merger or acquisition, where permitted by law.<br> </li></ul> <p>We may, where permitted by law, combine and analyze the Connected Vehicle Information with other information we hold about you, to assist with the purposes outlined above.
148We do this to protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency) or to comply with applicable law, to respond to valid legal process (including from law enforcement or other government agencies), or, in the event of exigent circumstances, to help prevent the loss of life or serious injury or help protect the personal safety of Ford personnel, users of our vehicles, websites, or apps, our visitors, or the public.&nbsp;</p> <p>We will process your personal information where we have legal grounds under applicable data protection laws to do so.153We do this to protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency) or to comply with applicable law, to respond to valid legal process (including from law enforcement or other government agencies), or, in the event of exigent circumstances, to help prevent the loss of life or serious injury or help protect the personal safety of Ford personnel, users of our vehicles, websites, or apps, our visitors, or the public.</p> <p>We will process your personal information where we have legal grounds under applicable data protection laws to do so.
150Once de-identified, Ford will not attempt to reidentify the data.<br> &nbsp;</p> <h3><b><u>Our Disclosure of Connected Vehicle Information<br> </u></b></h3> <p>We disclose Connected Vehicle Information, as permitted by applicable data protection laws:</p> <ul><li>with your consent;&nbsp;</li><li>where you have directed us to disclose your Connected Vehicle Information, as described above in the section “Your Disclosure of Connected Vehicle Information to Third Parties”; and</li><li>in support of the uses described above in the section “Our Use of Connected Vehicle Information.”<br> </li></ul> <p>In these circumstances, and as permitted by applicable data protection laws, we may disclose Connected Vehicle Information to:</p> <ul><li>the companies related to us by common control or ownership;</li><li>other organizations that provide services to us under agreements that restrict how they are permitted to use the Connected Vehicle Information and require them to use adequate safeguards to protect it (such as mail providers, roadside assistance providers, analytics providers, event hosting services, website and data hosting providers, etc.);</li><li>other organizations that use Connected Vehicle Information to provide you with their products or services or with a product or service that we provide jointly with another organization;</li><li>other organizations that we work together with to promote their products or services, our products or services, or a jointly-offered product or service;</li><li>our authorized dealers, to whom we make VIN-based information Vehicle Data (related to the current status of vehicle systems and vehicle health alerts) available so that when you schedule service with an authorized dealer, they can more conveniently assist in the diagnosis and repair of the vehicle;</li><li>our professional advisors (such as auditors, accounting firms, law firms, etc.);</li><li>courts, regulators, governmental authorities, participants in litigation, law enforcement agencies, and similar third parties; and&nbsp;</li><li>third parties with whom we are engaged in corporate transactions, such as mergers or acquisitions.<br> &nbsp;</li></ul> <h3><b><u>Connected Vehicle Controls<br> </u></b></h3> <p>A variety of technologies work together to provide the ability to access Connected Services and features.155Once de-identified, Ford will not attempt to reidentify the data.</p> <h3><b><u><br> Our Disclosure of Connected Vehicle Information<br> </u></b></h3> <p>We disclose Connected Vehicle Information, as permitted by applicable data protection laws:</p> <ul><li>with your consent;</li><li>where you have directed us to disclose your Connected Vehicle Information, as described above in the section “Your Disclosure of Connected Vehicle Information to Third Parties”; and</li><li>in support of the uses described above in the section “Our Use of Connected Vehicle Information.”<br> </li></ul> <p>In these circumstances, and as permitted by applicable data protection laws, we may disclose Connected Vehicle Information to:</p> <ul><li>the companies related to us by common control or ownership;</li><li>other organizations that provide services to us under agreements that restrict how they are permitted to use the Connected Vehicle Information and require them to use adequate safeguards to protect it (such as mail providers, roadside assistance providers, analytics providers, event hosting services, website and data hosting providers, etc.);</li><li>other organizations that use Connected Vehicle Information to provide you with their products or services or with a product or service that we provide jointly with another organization;</li><li>other organizations that we work together with to promote their products or services, our products or services, or a jointly-offered product or service;</li><li>our authorized dealers, to whom we make VIN-based information Vehicle Data (related to the current status of vehicle systems and vehicle health alerts) available so that when you schedule service with an authorized dealer, they can more conveniently assist in the diagnosis and repair of the vehicle;</li><li>our professional advisors (such as auditors, accounting firms, law firms, etc.);</li><li>courts, regulators, governmental authorities, participants in litigation, law enforcement agencies, and similar third parties; and</li><li>third parties with whom we are engaged in corporate transactions, such as mergers or acquisitions.</li></ul> <h3><b><u><br> Connected Vehicle Controls<br> </u></b></h3> <p>A variety of technologies work together to provide the ability to access Connected Services and features.
153Owner’s manuals are available at the following links:</p> <ul><li><a href="https://www.ford.com/support/owner-manuals/" aria-label="Ford Vehicles">Ford Vehicles</a></li><li><a href="https://owner.lincoln.com/tools/account/how-tos/owner-manuals.html" aria-label="Lincoln Vehicles">Lincoln Vehicles</a></li></ul> <p>You can use the in-vehicle controls and take other steps to protect your privacy with respect to Connected Services.&nbsp;&nbsp;</p> <p>Changing in-vehicle settings to prevent the vehicle from transmitting Connected Vehicle Information (or certain types of Connected Vehicle Information) will affect the quality or availability of some Connected Services and other products that depend on vehicle connectivity or the transmission of certain types of Connected Vehicle Information to us or others who provide the affected Connected Service or product.<br> &nbsp;</p> <h3><b><u>MASTER/FACTORY RESET</u></b></h3> <p><br> Performing a <b>MASTER/FACTORY RESET</b> returns the vehicle’s modem to the factory settings and removes any imported personal information from the vehicle (such as contact lists, names of paired devices, or the names of connected WiFi networks or hot-spots).<br> <b><br> MASTER/FACTORY RESET</b> also disconnects modem-equipped vehicles from any FordPass / Lincoln Way accounts.<br> <br> Note, for vehicles with a Connectivity Device: you must remove the VIN from your FordPass/Lincoln Way account(s) to disassociate the vehicle from the account and stop any account-related data sharing.<br> <br> If a <b>MASTER/FACTORY RESET</b> is not available, please perform a Connectivity Reset.<br> <br> If the Factory Reset button is not accessible in Ford Digital Experience and Lincoln Digital Experience vehicles, you may need to create a “profile” in order to access the functionality in the vehicle’s Settings.<br> <br> Deleting the FordPass/Lincoln Way app from your device without also performing a <b>MASTER/FACTORY RESET</b> will not disable data sharing from the vehicle.<br> <br> YOU SHOULD PERFORM A MASTER/FACTORY RESET:</p> <ul><li>BEFORE SELLING THE VEHICLE OR TRANSFERRING VEHICLE OWNERSHIP</li><li>AFTER PURCHASING OR LEASING A PRE-OWNED VEHICLE</li><li>BEFORE AND AFTER RENTING A VEHICLE FROM A RENTAL COMPANY</li><li>ANY TIME YOU WANT TO DISCONNECT A MODEM-EQUIPPED VEHICLE FROM ALL FORDPASS/LINCOLN WAY ACCOUNTS ASSOCIATED WITH THE VEHICLE (WHETHER THE ACCOUNT IS YOURS OR SOMEONE ELSE’S).<br> &nbsp;</li></ul> <h3><b><u>Connected Vehicle Services and Technologies<br> </u></b></h3> <p>We work with AT&amp;T as our current cellular network provider for our Connected Services in the United States.158Owner’s manuals are available at the following links:</p> <ul><li><a href="https://www.ford.com/support/owner-manuals/" aria-label="Ford Vehicles" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.ford.com/support/owner-manuals/&quot;}}">Ford Vehicles</a></li><li><a href="https://owner.lincoln.com/tools/account/how-tos/owner-manuals.html" aria-label="Lincoln Vehicles" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://owner.lincoln.com/tools/account/how-tos/owner-manuals.html&quot;}}">Lincoln Vehicles</a></li></ul> <p>You can use the in-vehicle controls and take other steps to protect your privacy with respect to Connected Services.</p> <p><br> Changing in-vehicle settings to prevent the vehicle from transmitting Connected Vehicle Information (or certain types of Connected Vehicle Information) will affect the quality or availability of some Connected Services and other products that depend on vehicle connectivity or the transmission of certain types of Connected Vehicle Information to us or others who provide the affected Connected Service or product.</p> <h3><b><u><br> MASTER/FACTORY RESET</u></b></h3> <p><br> Performing a <b>MASTER/FACTORY RESET</b> returns the vehicle’s modem to the factory settings and removes any imported personal information from the vehicle (such as contact lists, names of paired devices, or the names of connected Wi-Fi networks or hot-spots).<br> <b><br> MASTER/FACTORY RESET</b> also disconnects modem-equipped vehicles from any Ford/Lincoln accounts.<br> <br> Note, for vehicles with a Connectivity Device: you must remove the VIN from your Ford/Lincoln account(s) to disassociate the vehicle from the account and stop any account-related data sharing.</p> <p><br> If a <b>MASTER/FACTORY RESET</b> is not available, please perform a Connectivity Reset.<br> <br> If the Factory Reset button is not accessible in Ford Digital Experience and Lincoln Digital Experience vehicles, you may need to create a “profile” in order to access the functionality in the vehicle’s Settings.<br> <br> Deleting the Ford/Lincoln app from your device without also performing a <b>MASTER/FACTORY RESET</b> will not disable data sharing from the vehicle.<br> <br> YOU SHOULD PERFORM A MASTER/FACTORY RESET:</p> <ul><li>BEFORE SELLING THE VEHICLE OR TRANSFERRING VEHICLE OWNERSHIP</li><li>AFTER PURCHASING OR LEASING A PRE-OWNED VEHICLE</li><li>BEFORE AND AFTER RENTING A VEHICLE FROM A RENTAL COMPANY</li><li>ANY TIME YOU WANT TO DISCONNECT A MODEM-EQUIPPED VEHICLE FROM ALL FORD/LINCOLN ACCOUNTS ASSOCIATED WITH THE VEHICLE (WHETHER THE ACCOUNT IS YOURS OR SOMEONE ELSE’S).</li></ul> <h3><b><u><br> Connected Vehicle Services and Technologies<br> </u></b></h3> <p>We work with AT&amp;T as our current cellular network provider for our Connected Services in the United States.
157Vehicle connectivity and Connected Services, including over-the-air Software updates, may be unavailable or interrupted from time to time for a variety of reasons, such as environmental or topographical conditions or data plan coverage.</p> <p>Our Connected Services include:</p> <ul><li><b>FordPass Connect (SYNC Connect) / Lincoln Connect (if equipped)</b>: FordPass Connect (SYNC Connect) or Lincoln Connect enables access to features through a modem built into the vehicle.162Vehicle connectivity and Connected Services, including over-the-air Software updates, may be unavailable or interrupted from time to time for a variety of reasons, such as environmental or topographical conditions or data plan coverage.</p> <p>Our Connected Services include:</p> <ul><li><b>Modem-activated connected services and features (if equipped)</b>: Formerly called FordPass Connect (SYNC Connect) or Lincoln Connect, a modem built into the vehicle enables access to features and services.
161The messages could include information that identifies the vehicle, the SIM, and the electronic serial number (ESN) of the FordPass Connect (SYNC Connect) / Lincoln Connect modem.166The messages could include information that identifies the vehicle, the SIM, and the electronic serial number (ESN) of the modem.
166When connected with the FordPass app or the Lincoln Way app, you may be able to access additional features.&nbsp;</li></ul> <ul><li><b>Ford Connectivity Devices Other Than Modems (if equipped)</b>: Connectivity devices (either installed in the vehicle at the factory, installed in the vehicle by a dealer, or plugged into the OBD port in compatible vehicles) enable access to Connectivity Services.171Certain Connected Services or features may require activating the modem with a Ford or Lincoln account.</li></ul> <ul><li><b>Ford Connectivity Devices Other Than Modems (if equipped)</b>: Connectivity devices (either installed in the vehicle at the factory, installed in the vehicle by a dealer, or plugged into the OBD port in compatible vehicles) enable access to Connectivity Services.
173When connected with the FordPass app (Lincoln Way app) and associated to the vehicle, you may be able to access additional features.178When connected with the Ford or Lincoln App and associated to the vehicle, you may be able to access additional features.
174Some features require an active Ford / Lincoln Account.&nbsp;</li></ul> <ul><li><b>Wi-Fi Hotspot (if equipped)</b>: Certain vehicles equipped with FordPass Connect (SYNC Connect) or Lincoln Connect can sign-up with AT&amp;T for Wi-Fi Hotspot service in the vehicle.179Some features require an active Ford / Lincoln Account.</li></ul> <ul><li><b>Wi-Fi Hotspot (if equipped)</b>: Certain vehicles equipped with a modem can sign-up with AT&amp;T for Wi-Fi Hotspot service in the vehicle.
175To enable the activation of the Wi-Fi Hotspot, certain information, including the vehicle's VIN and the SIM identifier, is provided to AT&amp;T, who manages the subscription and will use that information according to its own privacy notice, which you can find&nbsp;<a href="https://www.att.com/" aria-label="ATT privacy notice">here</a>.180To enable the activation of the Wi-Fi Hotspot, certain information, including the vehicle's VIN and the SIM identifier, is provided to AT&amp;T, who manages the subscription and will use that information according to its own privacy notice, which you can find <a href="https://www.att.com/" aria-label="ATT privacy notice">here</a>.
177If you have paired FordPass Connect (SYNC Connect) or Lincoln Connect to the FordPass or Lincoln Way app, you can view approximate data plan usage amounts within the app and in your vehicle.182If you have activated the modem with a Ford or Lincoln account through the Ford or Lincoln App, you can view approximate data plan usage amounts within the app and in your vehicle.<br> <br> For more information about the vehicle Wi-Fi hotspot, please visit the following websites:<ul><li><a href="https://www.ford.com/support/category/fordpass/fordpass-connect-wifi-hotspot/" aria-label="Ford Vehicles">Ford Vehicles</a></li><li><a href="https://owner.lincoln.com/tools/account/lincoln-connect-with-wifi-hotspot.html" aria-label="Lincoln Vehicles">Lincoln Vehicles</a></li></ul> </li></ul> <p><b>Note:</b> If you’re planning to sell your Ford or Lincoln connected vehicle, remember to remove the vehicle from your AT&amp;T account before you sell the vehicle.
178For more information about the vehicle Wi-Fi hotspot, please visit the following websites:<ul><li><a href="https://www.ford.com/support/category/fordpass/fordpass-connect-wifi-hotspot/" aria-label="Ford Vehicles">Ford Vehicles</a></li><li><a href="https://owner.lincoln.com/tools/account/lincoln-connect-with-wifi-hotspot.html" aria-label="Lincoln Vehicles">Lincoln Vehicles</a> &nbsp;</li></ul> </li></ul> <p><b>Note:</b> If you’re planning to sell your Ford or Lincoln connected vehicle, remember to remove the vehicle from your AT&amp;T account before you sell the vehicle.183And, if you purchase or lease a used Ford or Lincoln connected vehicle, you’ll need to contact AT&amp;T to add the new vehicle to your AT&amp;T account.<br> </p> <ul><li><b>Wi-Fi (if equipped)</b>: To enhance the SYNC experience, when connected to Wi-Fi (data charges may apply), Vehicle Data, such as vehicle analytics, is shared with us and we periodically release software updates (cellular connectivity may also be used).
179And, if you purchase or lease a used Ford or Lincoln connected vehicle, you’ll need to contact AT&amp;T to add the new vehicle to your AT&amp;T account. &nbsp;</p> <ul><li><b>Wi-Fi (if equipped)</b>: To enhance the SYNC experience, when connected to Wi-Fi (data charges may apply), Vehicle Analytics is shared with us and we periodically release software updates (cellular connectivity may also be used).184You may also be able to choose to enable Share Media Analytics, Send Failed Voice Commands, and/or Submit Feedback regarding SYNC in the in-vehicle settings menu.<br> </li></ul> <p><b>Note:</b> Please make sure you connect the vehicle to trusted Wi-Fi networks.</p> <ul><li><b>Mobile Apps (if equipped):</b> You may be able to use Mobile Apps with SYNC using AppLink, USB, or Bluetooth to connect compatible mobile apps on your device with SYNC 3/SYNC 4 (SYNC).
180You may also be able to choose to enable Share Media Analytics, Send Failed Voice Commands, and/or Submit Feedback regarding SYNC in the in-vehicle settings menu. &nbsp;</li></ul> <p><b>Note:</b> Please make sure you connect the vehicle to trusted Wi-Fi networks. &nbsp;</p> <ul><li><b>Mobile Apps (if equipped):</b> You may be able to use Mobile Apps with SYNC using AppLink, USB, or Bluetooth to connect compatible mobile apps on your device with SYNC 3/SYNC 4 (SYNC).Removed
182Mobile Apps with SYNC will use the connected device’s data plan to send encrypted data including your VIN, SYNC module serial number, odometer, enabled apps, usage statistics and debugging information to Ford which may be used for service functionality, troubleshooting, continuous improvement, and for the other purposes set out in this Policy.&nbsp;<br> <br> In certain Ford Digital Experience and Lincoln Digital Experience vehicles, where available, you can use embedded or download compatible apps directly to the infotainment system.186Mobile Apps with SYNC will use the connected device’s data plan to send encrypted data including your VIN, SYNC module serial number, odometer, enabled apps, usage statistics and debugging information to Ford which may be used for service functionality, troubleshooting, continuous improvement, and for the other purposes set out in this Policy.<br> <br> In certain Ford Digital Experience and Lincoln Digital Experience vehicles, where available, you can use embedded or download compatible apps directly to the infotainment system.
183To download apps through the Google Play Store, you will need to log into your Google Account using the vehicle infotainment touchscreen.&nbsp;<br> <br> The vehicle will send us information regarding what apps are enabled, usage statistics and debugging information for service functionality, continuous improvement, and for the other purposes set out in this Policy.<br> <br> Use of mobile apps requires user consent to send and receive app authorization information and updates.187To download apps through the Google Play Store, you will need to log into your Google Account using the vehicle infotainment touchscreen.<br> <br> The vehicle will send us information regarding what apps are enabled, usage statistics and debugging information for service functionality, continuous improvement, and for the other purposes set out in this Policy.<br> <br> Use of mobile apps requires user consent to send and receive app authorization information and updates.
194If you choose to share information about your vehicle through your use of third-party apps or services, once you have shared the information, the third party’s terms and conditions and privacy notices (and not this Notice) apply to the shared information.<br> <br> </li></ul> <p>If you change your mind about sharing vehicle information with a mobile app or want to stop using it with SYNC, you can change your preferences in SYNC’s settings in the vehicle.<br> <br> </p> <ul><li><b>911 Assist (if equipped):</b> 911 Assist (if equipped and active) may, through any paired and connected cellular phone, disclose to emergency services that the vehicle has been in a crash involving the deployment of an airbag or, in certain vehicles, the activation of the fuel pump shut-off.198If you choose to share information about your vehicle through your use of third-party apps or services, once you have shared the information, the third party’s terms and conditions and privacy notices (and not this Notice) apply to the shared information.<br> <br> </li></ul> <p>If you change your mind about sharing vehicle information with a mobile app or want to stop using it with SYNC, you can change your preferences in SYNC’s settings in the vehicle.<br> </p> <ul><li><b>911 Assist (if equipped):</b> 911 Assist (if equipped and active) may, through any paired and connected cellular phone, disclose to emergency services that the vehicle has been in a crash involving the deployment of an airbag or, in certain vehicles, the activation of the fuel pump shut-off.
198To switch 911 Assist on and off or for more information, please see your owner’s manual (SYNC and Settings).<br> &nbsp;</li></ul> <p><b>Note:</b> Vehicles equipped with the MyKey feature may be capable of overriding the 911 Assist settings and turning 911 Assist On, even if it was previously set to Off.202To switch 911 Assist on and off or for more information, please see your owner’s manual (SYNC and Settings).<br> </li></ul> <p><b>Note:</b> Vehicles equipped with the MyKey feature may be capable of overriding the 911 Assist settings and turning 911 Assist On, even if it was previously set to Off.
199If you do not want to disclose this information, do not enable MyKey.<br> &nbsp;</p> <ul><li><b>Location and Global Positioning System (GPS) (if equipped):</b> Some vehicles contain global positioning system (GPS) capability or, in some instances, may utilize the GPS in connected mobile devices.203If you do not want to disclose this information, do not enable MyKey.</p> <ul><li><b>Location and Global Positioning System (GPS) (if equipped):</b> Some vehicles contain global positioning system (GPS) capability or, in some instances, may utilize the GPS in connected mobile devices.
200GPS may be used to determine the vehicle’s precise physical location, travel direction, and speed, and to record this information over time to provide location-based services.<br> </li></ul> <ul><li><b>Ford Apps:</b> If a vehicle is equipped with connectivity technology, you may be able to connect to the vehicle using the FordPass/Lincoln Way apps.204GPS may be used to determine the vehicle’s precise physical location, travel direction, and speed, and to record this information over time to provide location-based services.<br> </li></ul> <ul><li><b>Ford Apps:</b> If a vehicle is equipped with connectivity technology, you may be able to connect to the vehicle using the Ford/Lincoln apps.
201If you associate a vehicle to your FordPass/Lincoln Way account, the vehicle may send Connected Vehicle Information, including location information, to us.205You must have a Ford/Lincoln Account and have associated a vehicle to your Account.
202To turn off sharing data associated with your FordPass/Lincoln Way Account, you must perform a <b>MASTER/FACTORY RESET</b> on the vehicle or remove the VIN from your FordPass / Lincoln Way app garage.206Once activated with the Account, the vehicle may send Connected Vehicle Information, including location information, to us.
207To turn off sharing data associated with your Ford/Lincoln Account, you must perform a <b>MASTER/FACTORY RESET</b> on the vehicle or remove the VIN from your Ford/Lincoln Account or via the app garage.
205For more information, please see the app privacy notice:<ul><li><a href="https://www.fordpass.com/en_us/privacy.html" aria-label="Ford Pass">Ford Pass</a></li><li><a href="https://www.lincoln.com/lincolnway/en_us/termsprivacy.html#two" aria-label="Lincoln Way">Lincoln Way</a></li></ul> </li></ul> <ul><li><b>Multimedia Infotainment Systems (for example SYNC®):</b></li></ul> <p>Vehicles equipped with an “infotainment” system, for example SYNC, allow you to connect a mobile device to your vehicle, display data from your device on the touchscreen for example, music and album art, use the device’s cellular data connection to transmit vehicle data or make phone calls, or use embedded or downloaded apps.&nbsp;&nbsp;</p> <p>If equipped, you may be able to connect the vehicle to a Wi-Fi access point outside of the vehicle using the infotainment touchscreen.210For more information, please see the app privacy notice:<br> <ul><li><a aria-label="Ford Pass" href="https://www.fordpass.com/content/ford_com/fp_app/en_us/termsprivacy.html" target="_blank" rel="noopener noreferrer">Ford&nbsp;App</a><br> </li><li><a aria-label="Lincoln App" href="https://www.lincoln.com/lincolnway/en_us/termsprivacy.html#two" target="_blank" rel="noopener noreferrer">Lincoln&nbsp;App</a></li></ul> </li></ul> <ul><li><b>Multimedia Infotainment Systems (for example SYNC®):</b></li></ul> <p>Vehicles equipped with an “infotainment” system, for example SYNC, allow you to connect a mobile device to your vehicle, display data from your device on the touchscreen for example, music and album art, use the device’s cellular data connection to transmit vehicle data or make phone calls, or use embedded or downloaded apps.</p> <p>If equipped, you may be able to connect the vehicle to a Wi-Fi access point outside of the vehicle using the infotainment touchscreen.
207Data charges may apply.&nbsp;&nbsp;</p> <p><b>If you no longer plan to use the infotainment system or the vehicle, we recommend you perform a MASTER/FACTORY RESET or Connectivity Reset to erase the stored information.212Data charges may apply.</p> <p><b>If you no longer plan to use the infotainment system or the vehicle, we recommend you perform a MASTER/FACTORY RESET or Connectivity Reset to erase the stored information.
208You can find more information about the available reset options in your in-vehicle Settings menu or in the Owner’s Manual.&nbsp;</b></p> <ul><li><b>Over-the-Air Updates:<br> <br> </b>If your vehicle is equipped with a connected functionality, we may be able to remotely update the Infotainment System, embedded modem, connectivity device software, or the vehicle’s operating system (“<b>Software</b>”) via an over-the-air (“<b>OTA</b>”) update.213You can find more information about the available reset options in your in-vehicle Settings menu or in the Owner’s Manual.</b></p> <ul><li><b>Over-the-Air Updates:<br> <br> </b>If your vehicle is equipped with a connected functionality, we may be able to remotely update the Infotainment System, embedded modem, connectivity device software, or the vehicle’s operating system (“<b>Software</b>”) via an over-the-air (“<b>OTA</b>”) update.
209Data usage rates and fees may apply.&nbsp;<br> <br> Please be aware that we (or our affiliates or service providers) may remotely check and automatically update the Software and your use of the Software is in accordance with the vehicle software End User License Agreement (“EULA”) provided in your vehicle Owner Manual.&nbsp; You may be able to disable Software updates in your in-vehicle Settings menu.214Data usage rates and fees may apply.<br> <br> Please be aware that we (or our affiliates or service providers) may remotely check and automatically update the Software and your use of the Software is in accordance with the vehicle software End User License Agreement (“EULA”) provided in your vehicle Owner Manual.
215You may be able to disable Software updates in your in-vehicle Settings menu.
216We are not responsible for any affected or erased data due to a Software update or change.&nbsp;<br> &nbsp;</li></ul> <p><i>Because the vehicle will store preferences and any imported data, such as an address book, don't forget to do a Reset if you ever sell your car or buy a used vehicle equipped with the Modem.&nbsp;</i></p> <p><i>The owner's manual explains available options and how to do this.<br> <br> </i><b><u>Data Sharing Icons - How to Know if a Vehicle is Sharing Data&nbsp;</u></b></p> <p><br> Select model year vehicles include in-vehicle icons that indicate when Connected Vehicle Information is being shared.222We are not responsible for any affected or erased data due to a Software update or change.</li></ul> <p><i><br> Because the vehicle will store preferences and any imported data, such as an address book, don't forget to do a Reset if you ever sell your car or buy a used vehicle equipped with the Modem.</i></p> <p><i>The owner's manual explains available options and how to do this.<br> <br> </i><b><u>Data Sharing Icons - How to Know if a Vehicle is Sharing Data</u></b></p> <p><br> Select model year vehicles include in-vehicle icons that indicate when Connected Vehicle Information is being shared.
217These icons may be hidden temporarily while you navigate in menus or use certain features and services (such as Android Auto™ or Apple CarPlay®).</p> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-6e092ba03c" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-cb0ca19495" class="cmp-experiencefragment cmp-experiencefragment--icon2"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-618dd124f4" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="65fe1deb" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Lincoln icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-568232dcc0" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="eb48e27a" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>Beginning in Model Year 2024, Ford Digital Experience equipped vehicles have the above Wi-Fi and cellular signal strength icon which indicates the reception strength of the connected network and also indicates the potential transmission of data, including Vehicle Data and/or Driving Data.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-78dfec6b18" class="cmp-experiencefragment cmp-experiencefragment--icon3"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-cde48e1ca9" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="8b186d5f" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Data and location sharing icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-0fa17fbc06" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="d2d64513" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a FordPass / Lincoln Way account has been associated with the vehicle, the above icon indicates that Vehicle Data and/or Driving Data, plus Vehicle Location are being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-5c0f28bc1b" class="cmp-experiencefragment cmp-experiencefragment--icon4"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-f68fe084d0" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="b9f57f85" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Location Sharing icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-bb62b86e6b" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="a88e8e95" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a FordPass / Lincoln Way account has been associated with the vehicle, the above icon indicates Vehicle Location is being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-7c5bdb18d3" class="cmp-experiencefragment cmp-experiencefragment--icon1"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-e0b477c366" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="01f99f19" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Connectivity icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-575dc22511" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="7d870945" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a FordPass / Lincoln Way account has not been associated with the vehicle, the above icon indicates that only Vehicle Data is being shared.223These icons may be hidden temporarily while you navigate in menus or use certain features and services (such as Android Auto™ or Apple CarPlay®).</p> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-6e092ba03c" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-cb0ca19495" class="cmp-experiencefragment cmp-experiencefragment--icon2"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-618dd124f4" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="9e52a482" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Lincoln icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-568232dcc0" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="cbbfb4b9" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>Beginning in Model Year 2024, Ford Digital Experience equipped vehicles have the above Wi-Fi and cellular signal strength icon which indicates the reception strength of the connected network and also indicates the potential transmission of data, including Vehicle Data and/or Driving Data.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-78dfec6b18" class="cmp-experiencefragment cmp-experiencefragment--icon3"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-cde48e1ca9" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="69b727a6" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Data and location sharing icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-0fa17fbc06" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="3cc3ff08" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a Ford / Lincoln account has been associated with the vehicle, the above icon indicates that Vehicle Data and/or Driving Data, plus Vehicle Location are being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-5c0f28bc1b" class="cmp-experiencefragment cmp-experiencefragment--icon4"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-f68fe084d0" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="0c7778b1" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Location Sharing icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-bb62b86e6b" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="62ff0690" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a Ford / Lincoln account has been associated with the vehicle, the above icon indicates Vehicle Location is being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-7c5bdb18d3" class="cmp-experiencefragment cmp-experiencefragment--icon1"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-e0b477c366" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="a0452331" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Connectivity icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-575dc22511" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="965ab8aa" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a Ford / Lincoln account has not been associated with the vehicle, the above icon indicates that only Vehicle Data is being shared.
218If a FordPass / Lincoln Way account has been associated with the vehicle, the above icon indicates that Vehicle Data and/or Driving Data is being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-8 pad-bottom-40"> <div class="cmp-grid__items-section "> <div id="container-d4ae8a5b58" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="efcd8ed8" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Connectivity Device"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-7df200c37f" class="cmp-container"> <div class="text"> <div id="text-ea887c915e" class="cmp-text width-lg- width-md- width-sm- "> <p>Vehicles equipped with Connectivity Devices include a window etching (or sticker) with an image similar to below, indicating the Connectivity Device may be sharing Connected Vehicle Information, for example Vehicle Data and Vehicle Location.</p> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-dcc7c50c41" class="cmp-container"> <div class="text"> <div id="text-f18b1ef0c2" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><b>Note</b>: To stop the Connectivity Device from sharing this information, see your Connectivity Settings through the FordPass / Lincoln Way app.224If a Ford / Lincoln account has been associated with the vehicle, the above icon indicates that Vehicle Data and/or Driving Data is being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-8 pad-bottom-40"> <div class="cmp-grid__items-section "> <div id="container-d4ae8a5b58" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="722fc069" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Connectivity Device"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-7df200c37f" class="cmp-container"> <div class="text"> <div id="text-ea887c915e" class="cmp-text width-lg- width-md- width-sm- "> <p>Vehicles equipped with Connectivity Devices include a window etching (or sticker) with an image similar to below, indicating the Connectivity Device may be sharing Connected Vehicle Information, for example Vehicle Data and Vehicle Location.</p> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-dcc7c50c41" class="cmp-container"> <div class="text"> <div id="text-f18b1ef0c2" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><b>Note</b>: To stop the Connectivity Device from sharing this information, see your Connectivity Settings through the Ford / Lincoln app.
219You may also remove the vehicle from your FordPass / Lincoln Way account.<br> <br> You may be able to check the status bar on the screen of the in-vehicle infotainment system, if equipped, for alerts and notifications, including strength of nearby Wi-Fi networks or the strength of the connection coming from your mobile device.<br> <br> For other vehicle models, please see the owner’s manual, check the in-vehicle Settings menu (if equipped), or contact your dealer for more information about what connectivity equipment is installed in the vehicle and how to tell if the vehicle is sharing data.225You may also remove the vehicle from your Ford / Lincoln account.<br> <br> You may be able to check the status bar on the screen of the in-vehicle infotainment system, if equipped, for alerts and notifications, including strength of nearby Wi-Fi networks or the strength of the connection coming from your mobile device.<br> <br> For other vehicle models, please see the owner’s manual, check the in-vehicle Settings menu (if equipped), or contact your dealer for more information about what connectivity equipment is installed in the vehicle and how to tell if the vehicle is sharing data.
222In addition, tell other drivers how they can make changes using the in-vehicle Settings menu.<br> <br> You are responsible for ensuring that anyone sharing your vehicle has read and understood this Connected Vehicle Privacy Notice and, if required by law, has consented to our collection, use and/or disclosure of personal data when driving your vehicle.<br> <br> In certain vehicles, drivers and passengers with an unrecognized mobile device may see a pop-up window in the vehicle that alerts them to current data sharing settings.228In addition, tell other drivers how they can make changes using the in-vehicle Settings menu.<br> <br> You are responsible for ensuring that anyone sharing your vehicle has read and understood this Connected Vehicle Privacy section of our US Privacy Notice and, if required by law, has consented to our collection, use and/or disclosure of personal data when driving your vehicle.<br> <br> In certain vehicles, drivers and passengers with an unrecognized mobile device may see a pop-up window in the vehicle that alerts them to current data sharing settings.
227California residents can learn about their privacy rights in our California Notice at Collection and Privacy Disclosures.<br> <b><u><br> Changes to this Notice&nbsp;</u></b></p> <p>We may periodically modify or update this Connected Vehicle Privacy Notice, so please visit www.fordconnected.com and select the flag for the appropriate country to get updates.233California residents can learn about their privacy rights in our California Notice at Collection and Privacy Disclosures.<br> <b><u><br> Changes to this Notice</u></b></p> <p>We may periodically modify or update this Connected Vehicle Privacy section of our US Privacy Notice, so please visit <a target="_blank" href="http://www.fordconnected.com" rel="noopener noreferrer">www.fordconnected.com</a> and select the flag for the appropriate country to get updates.
228When we make material changes to this policy, we will give you sufficient advance notice to enable you to exercise your rights in relation to your personal information (e.g., object to processing).<br> <br> </p> <p><b><u>How to Contact Us</u></b></p> <p>If you have a privacy concern, complaint, or question for Ford, please contact us at:</p> <p>Ford Motor Company<br> Customer Relationship Center<br> P.O. Box 6248<br> Dearborn, MI 48126<br> <br> Telephone<br> 800-392-3673<br> 800-232-5952 (TDD for the hearing impaired)<br> <br> Available M-F 8:00 am - 11:00 pm EST<br> Available Sat. 8:00 am – 8:00 pm EST</p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="California Notice At Collection And Privacy Disclosures" id="accordion-bp1f4h4g7">California Notice At Collection And Privacy Disclosures</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-bp1f4h4g7"> <div> <div class="container responsivegrid"> <div id="caPrivacy" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-306ff270b1" class="cmp-experiencefragment cmp-experiencefragment--ac3"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section id="ccpap" class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-879c9787b4" class="cmp-container"> <div class="text"> <div id="text-9ed789bb1a" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <h3>CALIFORNIA NOTICE AT COLLECTION AND PRIVACY DISCLOSURES<br> &nbsp;</h3> <p>Effective Date: June 26, 2025</p> <p>This California Consumer Privacy Act ("CCPA") Notice at Collection and Privacy Disclosures (the “California Notice”) describes how we Collect and use Personal Information (“PI”).<br> <br> To learn more about the Personal Information we collect and how we use it, you can click <a href="#whatinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;directAction&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:#whatinfo&quot;}}" aria-label="view our information practices">here</a> to view our information practices.234When we make material changes to this section of our US Privacy Notice, we will give you sufficient advance notice to enable you to exercise your rights in relation to your personal information (e.g., object to processing).<br> <br> </p> <p><b><u>How to Contact Us</u></b></p> <p>If you have a privacy concern, complaint, or question for Ford, please contact us at:</p> <p><b><br> Mail:</b><br> Ford Motor Company<br> Customer Relationship Center<br> P.O. Box 6248<br> Dearborn, MI 48126<br> <br> <b>Email:</b><br> privacy@ford.com</p> <p><br> <b>Telephone:</b><br> 800-392-3673<br> 800-232-5952 (TDD for the hearing impaired)<br> <br> Available M-F 8:00 am - 11:00 pm EST<br> Available Sat. 8:00 am – 8:00 pm EST</p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="California Notice At Collection And Privacy Disclosures" id="accordion-ac74cl378">California Notice At Collection And Privacy Disclosures</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-ac74cl378"> <div> <div class="container responsivegrid"> <div id="container-8faca07cdd" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-306ff270b1" class="cmp-experiencefragment cmp-experiencefragment--ac3"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section id="ccpap" class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-879c9787b4" class="cmp-container"> <div class="text"> <div id="text-9ed789bb1a" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <h3><a></a><a></a><a></a><a></a><a></a><a id="caPrivacy"></a>CALIFORNIA NOTICE AT COLLECTION AND PRIVACY DISCLOSURES</h3> <p><br> <i>Effective Date: July 1, 2026</i></p> <p><br> This California Consumer Privacy Act ("CCPA") Notice at Collection and Privacy Disclosures (the “California Notice”) describes how we Collect and use Personal Information (“PI”).<br> <br> To learn more about the Personal Information we collect and how we use it, you can click <a href="#whatinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;directAction&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:#whatinfo&quot;}}" aria-label="view our information practices">here</a> to view our information practices.
234Capitalized terms in this California Notice have the same meaning as the matching terms defined in the CCPA or our main Notice.<br> <b><br> You can click on the following links to navigate to the different sections in this California Notice<br> &nbsp;</b></p> <p><a href="#whatinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;directAction&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:what personal information we collect and why we collect it&quot;}}" aria-label="What Personal Information We Collect and Why We Collect It">What Personal Information We Collect and Why We Collect It</a><br> &nbsp;</p> <p><a href="#sources" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:sources of personal information&quot;}}" aria-label="Sources of Personal Information">Sources of Personal Information</a><br> &nbsp;</p> <p><a href="#whowedisclose" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:who we disclose personal information to&quot;}}" aria-label="Who We Disclose Personal Information To">Who We Disclose Personal Information To</a><br> &nbsp;</p> <p><a href="#sellingandshare" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:selling and sharing of personal information&quot;}}" aria-label="Selling and Sharing of Personal Information">Selling and Sharing of Personal Information</a><br> &nbsp;</p> <p><a href="#retention" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:retention of personal information&quot;}}" aria-label="Retention of Personal Information">Retention of Personal Information</a><br> &nbsp;</p> <p><a href="#ycpr" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:your california privacy rights&quot;}}" aria-label="Your California Privacy Rights">Your California Privacy Rights</a><br> &nbsp;</p> <p><a href="#howtoexercise" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:how to exercise your california privacy rights&quot;}}" aria-label="How to Exercise Your California Privacy Rights">How to Exercise Your California Privacy Rights</a><br> &nbsp;</p> <p><a href="#annualmetrics" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:annual ccpa metrics&quot;}}" aria-label="Annual CCPA Metrics">Annual CCPA Metrics</a><br> &nbsp;</p> <h3><b><a></a><span class="headline-three"><a id="whatinfo"></a>What Personal Information We Collect and Why We Collect It</span><br> </b><br> </h3> <p>We Collected the categories of Personal Information about California residents that are indicated in the chart below.240Capitalized terms in this California Notice have the same meaning as the matching terms defined in the CCPA or our main Notice.<br> <b> <br> You can click on the following links to navigate to the different sections in this California Notice<br> <br> </b></p> <p><a href="#whatinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;directAction&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:what personal information we collect and why we collect it&quot;}}" aria-label="What Personal Information We Collect and Why We Collect It">What Personal Information We Collect and Why We Collect It</a><br> <br> </p> <p><a href="#sources" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:sources of personal information&quot;}}" aria-label="Sources of Personal Information">Sources of Personal Information</a><br> <br> </p> <p><a href="#whowedisclose" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:who we disclose personal information to&quot;}}" aria-label="Who We Disclose Personal Information To">Who We Disclose Personal Information To</a><br> <br> </p> <p><a href="#sellingandshare" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:selling and sharing of personal information&quot;}}" aria-label="Selling and Sharing of Personal Information">Selling and Sharing of Personal Information</a><br> <br> </p> <p><a href="#retention" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:retention of personal information&quot;}}" aria-label="Retention of Personal Information">Retention of Personal Information</a><br> <br> </p> <p><a href="#ycpr" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:your california privacy rights&quot;}}" aria-label="Your California Privacy Rights">Your California Privacy Rights</a><br> <br> </p> <p><a href="#howtoexercise" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:how to exercise your california privacy rights&quot;}}" aria-label="How to Exercise Your California Privacy Rights">How to Exercise Your California Privacy Rights</a><br> <br> </p> <p><a href="#annualmetrics" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:annual ccpa metrics&quot;}}" aria-label="Annual CCPA Metrics">Annual CCPA Metrics</a><br> <br> </p> <h3><b><a></a><span class="headline-three"><a id="whatinfo"></a>What Personal Information We Collect and Why We Collect It</span><br> </b><br> </h3> <p>We Collected the categories of Personal Information about California residents that are indicated in the chart below.
235Specific pieces of Personal Information we Collected about you may vary, depending on your&nbsp;relationship with us and how you interact with us, and may not include all examples listed.</p> <table width="98%" cellspacing="0" cellpadding="0" border="1"><tbody><tr><td width="27%"><p><b>Category of PI </b></p> </td><td width="72%" valign="top"><p><b>Purposes for Collection, Use, and Disclosure</b></p> </td></tr><tr><td width="27%" valign="top"><p>(1) Identifiers such as name, email address, postal address, phone number, driver’s license number, or other similar identifiers</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To allow you to participate in Ford-sponsored special driving events</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(2) Personal Records (personal information described in 1798.80(e) of the California Civil Code) such as a phone number or other financial information</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>For payment processing, fraud prevention, credit risk reduction, or other related financial services</li><li>To allow you to participate in Ford-sponsored special driving events</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(3) Characteristics of protected classifications under California or federal law, such as age, race, ethnicity, gender, and veteran and military status</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To support authorized dealer operations (for example, to enhance the overall dealership sales and service experience)</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(4) Customer Account Details/ Commercial information such as purchase history or tendencies</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(5) Internet or Other Electronic Network Activity Information such as IP address, mobile network provider, and other network related information</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(6) Geolocation data such as information about your vehicle location or your device and mobile location</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To provide Products you request or offer Products to you</li><li>To provide location-based Products</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling)</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency)</li></ul> </td></tr><tr><td width="27%" valign="top">(7) Sensory Data, including audio and visual data such as voice commands and other utterances captured when the vehicle’s voice recognition system is in “active listen” state, customer care call recording, in vehicle feedback feature, and audio or video surveys</td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(8) Inferences drawn from Personal Information Collected to generate information about your likely preferences or other characteristics</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To assess your potential interest in a vehicle or other Product</li></ul> </td></tr><tr><td width="27%" valign="top"><p>Connected Vehicle Information, as further described in our <a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:connected vehicle privacy notice&quot;}}" aria-label="Connected Vehicle Privacy Notice">Connected Vehicle Privacy Notice</a></p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr></tbody></table> <p>The CCPA defines Sensitive Personal Information as a type of Personal Information.241Specific pieces of Personal Information we Collected about you may vary, depending on your relationship with us and how you interact with us, and may not include all examples listed.</p> <table width="98%" cellspacing="0" cellpadding="0" border="1"><tbody><tr><td width="27%"><p><b>Category of PI </b></p> </td><td width="72%" valign="top"><p><b>Purposes for Collection, Use, and Disclosure</b></p> </td></tr><tr><td width="27%" valign="top"><p>(1) Identifiers such as name, email address, postal address, phone number, driver’s license number, or other similar identifiers</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To allow you to participate in Ford-sponsored special driving events</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(2) Personal Records (personal information described in 1798.80(e) of the California Civil Code) such as a phone number or other financial information</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>For payment processing, fraud prevention, credit risk reduction, or other related financial services</li><li>To allow you to participate in Ford-sponsored special driving events</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(3) Characteristics of protected classifications under California or federal law, such as age, gender, and veteran and military status</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To support authorized dealer operations (for example, to enhance the overall dealership sales and service experience)</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(4) Customer Account Details/ Commercial information such as purchase history or tendencies</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(5) Internet or Other Electronic Network Activity Information such as IP address, mobile network provider, and other network related information</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(6) Geolocation data such as information about your vehicle location or your device and mobile location</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To provide Products you request or offer Products to you</li><li>To provide location-based Products</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling)</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency)</li></ul> </td></tr><tr><td width="27%" valign="top">(7) Sensory Data, including audio and visual data such as voice commands and other utterances captured when the vehicle’s voice recognition system is in “active listen” state, customer care call recording, in vehicle feedback feature, and audio or video surveys</td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td width="27%" valign="top"><p>(8) Inferences drawn from Personal Information Collected to generate information about your likely preferences or other characteristics</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li><li>To assess your potential interest in a vehicle or other Product</li></ul> </td></tr><tr><td width="27%" valign="top"><p>Connected Vehicle Information, as further described in the <a href="#connectedvehicleprivacynotice" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:connected vehicle privacy notice&quot;}}" aria-label="Connected Vehicle Privacy Notice">Connected Vehicle Privacy</a>&nbsp;section of our US Privacy Notice</p> </td><td width="72%" valign="top"><ul><li>To develop, improve, and provide our Products (for example, customer service, technical support, troubleshooting, vehicle service, warranty and recall needs, conducting Product research and improvements, and personalizing Products)</li><li>To understand your preferences, make recommendations, and deliver personalized offers and communications</li><li>To support authorized dealer operations (for example, to assist with service and repair scheduling and enhance the overall dealership sales and service experience)</li><li>To promote and offer our Products, and those of our selected partners, through co-branded service offerings, joint marketing, advertising, contests, and sponsorships</li><li>To operate our business, complete transactions, and comply with legal requirements</li></ul> </td></tr><tr><td>Sensitive Data:<br> <ul><li>precise geolocation data</li><li>driver’s license number</li></ul> </td><td><ul><li>For precise geolocation data:<ul><li>To provide location-based services</li><li>To protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency)</li><li>To help prevent the loss of life or serious injury, to or help protect the personal safety of Ford personnel, users of our vehicles, websites, or apps, our visitors, or the public</li><li>To provide Products you request, including information you request when using our Products (for example, charging locations that are part of the BlueOval Charging Network)</li><li>For other purposes as authorized by the CCPA, including undertaking activities to verify or maintain the quality or safety of services or devices that are owned, manufactured, manufactured for, or controlled by us, and to improve, upgrade, or enhance services or devices that are owned, manufactured, manufactured for, or controlled by us.<br> <br> </li></ul> </li><li>For driver’s license number:<ul><li>To allow you to participate in Ford-sponsored special driving events<br> <br> </li></ul> </li></ul> <p>We do not use Sensitive Personal Information for the purpose of inferring characteristics about you, or for any other reasons besides permitted Business Purposes.
236This section describes how we Collected and used the types of Sensitive Personal Information about California residents described below.242For this reason, we do not treat the Sensitive Personal Information we Collect as subject to a request to limit the use of Sensitive Personal Information and, therefore, we do not offer a way for you to submit such a request.</p> <ul></ul> </td></tr></tbody></table> <p>We may also Collect, use, or disclose all categories of PI described above for other purposes authorized by applicable laws, including:</p> <ul><li>to help prevent the loss of life or serious injury or to protect the personal safety of Ford personnel, users of our vehicles, websites, or mobile apps, our visitors, or the public;</li><li>to detect, investigate, prevent or otherwise address fraud or other security and integrity issues;</li><li>as part of a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or at transfer, divestiture, or sale of all or a portion of our business or assets;</li><li>to operate and maintain the security and integrity of our Products; and</li><li>to protect the rights or property of ourselves, our affiliates, or others, including by enforcing our agreements, terms, and policies.</li></ul> <p><br> In addition, when we process data we collect for the purposes described in this California Notice, we may use artificial intelligence, machine learning, and other automated decision-making technologies to support the processing, in accordance with applicable law.</p> <p><br> Further, we may Deidentify your Personal Information and disclose this Deidentified information to others as permitted by applicable law.
237Specific pieces of Sensitive Personal Information we Collected about you may vary, depending on your relationship with us and how you interact with us and may not include all examples listed.<br> <br> </p> <p><i>Personal Information that reveals a consumer’s precise geolocation</i><b>.</b> We Collected, and may Collect, this information from your vehicle or mobile device.243Where we Deidentify information or use Deidentified information, we will use the data only in Deidentified form and will not attempt to reidentify that information.<br> <br> </p> <p><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top of california notice&quot;}}" href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> <br> </p> <h3><b><a></a><a id="sources"></a>Sources of Personal Information<br> </b></h3> <p><br> We Collect Personal Information:</p> <ul><li>directly from you;</li><li>from your vehicle;</li><li>from your devices or browser;</li><li>from our affiliates;</li><li>from authorized dealers and other repairers;</li><li>from Service Providers and suppliers;</li><li>from business partners;</li><li>from law enforcement agencies, courts, regulatory agencies, and others;</li><li>from data analytics firms;</li><li>from parties to corporate transactions;</li><li>and from publicly available sources.<br> <br> </li></ul> <p><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top of california notice&quot;}}" href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> <br> </p> <h3><b><a></a><a id="whowedisclose"></a>Who We Disclose Personal Information To<br> </b></h3> <p><br> We may have disclosed, or may disclose, each category of Personal Information described above to these categories of recipients:</p> <ul><li>companies within the Ford Motor Company family of companies and affiliates;</li><li>authorized Ford dealers;</li><li>Service Providers working on our behalf, including customer service providers, advertising and digital analytics companies;</li><li>joint marketing partners and authorized dealers; or</li><li>other companies that we work with to offer Products to our customers.</li></ul> <p>We have also disclosed, or may disclose, each category of Personal Information described above in other circumstances when required to or permitted by law.
238We collect, use, and disclose this information:</p> <ul><li>To provide location-based services</li><li>To protect and defend our rights or property (including repossessing a vehicle in the event of a delinquency)</li><li>To help prevent the loss of life or serious injury, to or help protect the personal safety of Ford personnel, users of our vehicles, websites, or apps, our visitors, or the public</li><li>To provide Products you request, including information you request when using our Products (for example, charging locations that are part of the Blue Oval Charging Network)</li><li>For other purposes as authorized by the CCPA and its regulations, including undertaking activities to verify or maintain the quality or safety of services or devices that are owned, manufactured, manufactured for, or controlled by us, and to improve, upgrade, or enhance services or devices that are owned, manufactured, manufactured for, or controlled by us.</li></ul> <p>We do not use Sensitive Personal Information for the purpose of inferring characteristics about you, or for any other reasons besides permitted Business Purposes.244These circumstances include:</p> <ul><li>to businesses we partner with to provide Products requested by you;</li><li>to outside parties when disclosures are required or permitted by law to defend against legal claims;</li><li>to law enforcement agencies, courts, regulatory agencies and others when the disclosure is required or permitted by law, including to comply with valid legal process; and</li><li>to parties with whom we are involved in a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or at transfer, divestiture, or sale of all or a portion of our business or assets.<br> <br> </li></ul> <p><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top of california notice&quot;}}" href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> </p> <h3><b><a></a><br> <a id="sellingandshare"></a>Selling and Sharing of Personal Information</b></h3> <p><br> This section describes the categories of Personal Information Sold to Third Parties (other than Sharing) or Shared with Third Parties for Cross-Context Behavioral Advertising in the preceding 12 months.
239For this reason, we do not treat the Sensitive Personal Information we Collect as subject to a request to limit the use of Sensitive Personal Information and, therefore, we do not offer a way for you to submit such a request.</p> <p>We may also Collect, use, or disclose all categories of PI described above for other purposes authorized by applicable laws, including:</p> <ul><li>to help prevent the loss of life or serious injury or to protect the personal safety of Ford personnel, users of our vehicles, websites, or mobile apps, our visitors, or the public;</li><li>to detect, investigate, prevent or otherwise address fraud or other security and integrity issues;</li><li>as part of a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or at transfer, divestiture, or sale of all or a portion of our business or assets;</li><li>to operate and maintain the security and integrity of our Products; and</li><li>to protect the rights or property of ourselves, our affiliates, or others, including by enforcing our agreements, terms, and policies.</li></ul> <p>In addition, when we process data we collect for the purposes described in this California Notice, we may use artificial intelligence, machine learning, and other automated decision-making technologies to support the processing, in accordance with applicable law.<br> <br> Further, we may De-identify your Personal Information and disclose this De-identified information to others as permitted by applicable law.245We offer you the ability to opt-out of these disclosures as set forth in the <a href="#ycpr" aria-label="Your Opt Out Rights section">Your Opt Out Rights</a>&nbsp;section below or by visiting our <a href="https://www.ford.com/help/privacy/ccpa.html" aria-label="Your Privacy Choices">Your Privacy Choices</a> page.</p> <table cellspacing="0" cellpadding="0" border="1"><tbody><tr><td width="128" valign="top"><p>PI Category</p> </td><td width="46" valign="top"><p>Sale<br> (other than Sharing)</p> </td><td width="54" valign="top"><p>Share</p> </td><td width="403" valign="top"><p>Purposes and Categories of Recipients</p> </td></tr><tr><td width="128" valign="top"><p><b>Identifiers</b></p> </td><td width="46" valign="top"><p>Yes</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top"><p>Purposes: To inform customers of satellite radio subscriptions, for marketing and advertising purposes, and co-branded offerings or joint marketing activities<br> <br> Categories of Recipients: SiriusXM, joint marketing partners and authorized dealers, advertising and digital analytics companies, social media platforms, and data analytics firms</p> </td></tr><tr><td width="128" valign="top"><p><b>Personal Records</b></p> </td><td width="46" valign="top"><p>Yes</p> </td><td width="54" valign="top"><p>No</p> </td><td width="403" valign="top">Purposes: To provide complimentary satellite radio trials, for marketing and advertising purposes, and co-branded offerings or joint marketing activities<br> <br> Categories of Recipients: SiriusXM, joint marketing partners, authorized dealers, and data analytics firms</td></tr><tr><td width="128" valign="top"><p><b>Characteristics of Protected Classifications</b></p> </td><td width="46" valign="top"><p>No</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top">Purposes: For analytics, marketing and advertising purposes and co-branded offerings or joint marketing activities<br> <br> Categories of Recipients: Advertising and digital analytics companies and joint marketing partners</td></tr><tr><td width="128" valign="top"><p><b>Customer Account Details / Commercial Information</b></p> </td><td width="46" valign="top"><p>Yes</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top">Purposes: For co-branded offerings or joint marketing activities<br> <br> Categories of Recipients: Joint marketing partners and authorized dealers</td></tr><tr><td width="128" valign="top"><p><b>Internet or Other Electronic Network Activity Information</b></p> </td><td width="46" valign="top"><p>No</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top">Purposes: For marketing and advertising and co-branded service offerings or joint marketing activities<br> <br> Categories of Recipients: Advertising and digital analytics companies, and joint marketing partners</td></tr><tr><td width="128" valign="top"><p><b>Geolocation Data</b></p> </td><td width="46" valign="top"><p>Yes</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top">Purposes: For marketing and advertising<br> <br> Categories of Recipients: Advertising and digital analytics companies, and other companies that we work with to offer Products to our customers</td></tr></tbody></table> <p>We have also Sold information about factory-installed vehicle features and options with third parties such as auction companies, insurance companies, authorized dealers, lenders, guidebook providers, vehicle websites, and prospective buyers so that they can verify a vehicle’s features and options and estimate its value.
240Where we De-identify information or use De-identified information, we will use the data only in De-identified form and will not attempt to reidentify that information.<br> &nbsp;</p> <p><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> &nbsp;</p> <h3><b><a></a><a id="sources"></a>Sources of Personal Information<br> &nbsp;</b></h3> <p>We Collect Personal Information:</p> <ul><li>directly from you;</li><li>from your vehicle;</li><li>from your devices or browser;</li><li>from our affiliates;</li><li>from authorized dealers and other repairers;</li><li>from Service Providers and suppliers;</li><li>from business partners;</li><li>from law enforcement agencies, courts, regulatory agencies, and others;</li><li>from data analytics firms;</li><li>from parties to corporate transactions;</li><li>and from publicly available sources.</li></ul> <p><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> <br> </p> <h3><b><a></a><a id="whowedisclose"></a>Who We Disclose Personal Information To<br> &nbsp;</b></h3> <p>We may have disclosed, or may disclose, each category of Personal Information described above to these categories of recipients:</p> <ul><li>companies within the Ford Motor Company family of companies and affiliates;</li><li>authorized Ford dealers;</li><li>vendors or agents working on our behalf;</li><li>advertising and digital analytics companies;</li><li>joint marketing partners and authorized dealers;</li><li>Service Providers that provide customer service offerings; or</li><li>other companies that we work with to offer Products to our customers.</li></ul> <p>We have also disclosed, or may disclose, each category of Personal Information described above in other circumstances when required to or permitted by law.246The features and options information that we share with these third parties is linked to the vehicle identification number (VIN).</p> <p>We do not knowingly Sell the Personal Information of minors under 16 years of age.<br> <br> </p> <p><a></a><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top of california notice&quot;}}" href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> <a href="#top"></a><br> </p> <h3><b><a></a><a id="retention"></a>Retention of Personal Information<br> </b></h3> <p>We keep the categories of Personal Information described above for as long as is necessary for the purposes described in this Notice or otherwise authorized by law.</p> <p><br> This generally means holding each category of Personal Information for as long as one of the following criteria apply:</p> <ul><li>whether your Personal Information is reasonably necessary to manage our operations, to manage your relationship with us, or to satisfy another purpose for which we collected the information;</li><li>whether your Personal Information is reasonably necessary to carry out a disclosed purpose that is reasonably compatible with the context in which the Personal Information was Collected;</li><li>whether the Personal Information is reasonably required to protect or defend our rights or property (which will generally relate to applicable laws that limit actions in a particular case); or</li><li>whether we are otherwise required or permitted to keep your Personal Information by applicable laws or regulations.</li></ul> <p>Where Personal Information is used for more than one purpose, we may retain it until the purpose with the latest period expires.
241These circumstances include:</p> <ul><li>to businesses we partner with to provide Products requested by you;</li><li>to outside parties when disclosures are required or permitted by law to defend against legal claims;</li><li>to law enforcement agencies, courts, regulatory agencies and others when the disclosure is required or permitted by law, including to comply with valid legal process; and</li><li>to parties with whom we are involved in a corporate transaction or proceeding such as a merger, financing, acquisition, bankruptcy, dissolution, or at transfer, divestiture, or sale of all or a portion of our business or assets.</li></ul> <p><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a></p> <h3><b><a></a><br> <a id="sellingandshare"></a>Selling and Sharing of Personal Information</b></h3> <p><br> This section describes the categories of Personal Information Sold to Third Parties (other than Sharing) or Shared with Third Parties for Cross-Context Behavioral Advertising in the preceding 12 months.247For more information about our retention policies, please contact us using the contact details below.<br> <br> </p> <p><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top of california notice&quot;}}" href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><a href="#top"><br> </a><br> </p> <h3><b><a></a><a id="ycpr"></a>Your California Privacy Rights<br> </b></h3> <p><br> The CCPA gives California Consumers certain rights.
242We offer you the ability to opt-out of these disclosures as set forth in the “Your Opt Out Rights” Section <a href="#ycpr" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:below&quot;}}" aria-label="Your Opt Out Rights section">below</a> or by visiting our <a href="https://www.ford.com/help/privacy/ccpa.html" aria-label="Your Privacy Choices">Your Privacy Choices</a> page.</p> <table cellspacing="0" cellpadding="0" border="1"><tbody><tr><td width="128" valign="top"><p>PI Category</p> </td><td width="46" valign="top"><p>Sale<br> (other than Sharing)</p> </td><td width="54" valign="top"><p>Share</p> </td><td width="403" valign="top"><p>Purposes and Categories of Recipients</p> </td></tr><tr><td width="128" valign="top"><p><b>Identifiers</b></p> </td><td width="46" valign="top"><p>Yes</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top"><p>Purposes: To inform customers of satellite radio subscriptions, for marketing and advertising purposes, and co-branded offerings or joint marketing activities<br> <br> Categories of Recipients: SiriusXM, joint marketing partners and authorized dealers, advertising and digital analytics companies, social media platforms, and data analytics firms</p> </td></tr><tr><td width="128" valign="top"><p><b>Personal Records</b></p> </td><td width="46" valign="top"><p>Yes</p> </td><td width="54" valign="top"><p>No</p> </td><td width="403" valign="top">Purposes: To provide complimentary satellite radio trials, for marketing and advertising purposes, and co-branded offerings or joint marketing activities<br> <br> Categories of Recipients: SiriusXM, joint marketing partners, authorized dealers, and data analytics firms</td></tr><tr><td width="128" valign="top"><p><b>Characteristics of Protected Classifications</b></p> </td><td width="46" valign="top"><p>No</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top">Purposes: For analytics, marketing and advertising purposes and co-branded offerings or joint marketing activities<br> <br> Categories of Recipients: Advertising and digital analytics companies and joint marketing partners</td></tr><tr><td width="128" valign="top"><p><b>Customer Account Details / Commercial Information</b></p> </td><td width="46" valign="top"><p>Yes</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top">Purposes: For co-branded offerings or joint marketing activities<br> <br> Categories of Recipients: Joint marketing partners and authorized dealers</td></tr><tr><td width="128" valign="top"><p><b>Internet or Other Electronic Network Activity Information</b></p> </td><td width="46" valign="top"><p>No</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top">Purposes: For marketing and advertising and co-branded service offerings or joint marketing activities<br> <br> Categories of Recipients: Advertising and digital analytics companies, and joint marketing partners</td></tr><tr><td width="128" valign="top"><p><b>Geolocation Data</b></p> </td><td width="46" valign="top"><p>Yes</p> </td><td width="54" valign="top"><p>Yes</p> </td><td width="403" valign="top">Purposes: For marketing and advertising<br> <br> Categories of Recipients: Advertising and digital analytics companies, and other companies that we work with to offer Products to our customers</td></tr><tr><td width="128" valign="top">&nbsp;</td><td width="46" valign="top">&nbsp;</td><td width="54" valign="top">&nbsp;</td><td width="403" valign="top">&nbsp;</td></tr></tbody></table> <p>We have also Sold information about factory-installed vehicle features and options with third parties such as auction companies, insurance companies, authorized dealers, lenders, guidebook providers, vehicle websites, and prospective buyers so that they can verify a vehicle’s features and options and estimate its value.248Where required, we will ask you to verify your identity before honoring your requests (including requests made by authorized agents).</p> <p><u><br> Right to Access/Know</u>.
243The features and options information that we share with these third parties is linked to the vehicle identification number (VIN).<br> &nbsp;</p> <p>We do not knowingly Sell the Personal Information of minors under 16 years of age.<br> &nbsp;</p> <p><a></a><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><a href="#top"><br> </a>&nbsp;</p> <h3><b><a></a><a id="retention"></a>Retention of Personal Information<br> &nbsp;</b></h3> <p>We keep the categories of Personal Information described above for as long as is necessary for the purposes described in this Notice or otherwise authorized by law.<br> &nbsp;</p> <p>This generally means holding each category of Personal Information for as long as one of the following criteria apply:</p> <ul><li>whether your Personal Information is reasonably necessary to manage our operations, to manage your relationship with us, or to satisfy another purpose for which we collected the information;</li><li>whether your Personal Information is reasonably necessary to carry out a disclosed purpose that is reasonably compatible with the context in which the Personal Information was Collected;</li><li>whether the Personal Information is reasonably required to protect or defend our rights or property (which will generally relate to applicable laws that limit actions in a particular case); or</li><li>whether we are otherwise required or permitted to keep your Personal Information by applicable laws or regulations.</li></ul> <p>Where Personal Information is used for more than one purpose, we may retain it until the purpose with the latest period expires.Removed
244For more information about our retention policies, please contact us using the contact details below.<br> &nbsp;</p> <p><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><a href="#top"><br> </a>&nbsp;</p> <h3><b><a></a><a id="ycpr"></a>Your California Privacy Rights<br> &nbsp;</b></h3> <p>The CCPA gives California Consumers certain rights.Removed
245Where required, we will ask you to verify your identity before honoring your requests (this includes for requests made by authorized agents).<br> &nbsp;</p> <p><u>Right to Access/Know</u>.Removed
247You have the right to request that we delete Personal Information under certain circumstances, subject to several exceptions.<br> &nbsp;</p> <p><u>Right to Correct. </u>You have the right to request that we correct Personal Information that we maintain about you if you believe it is inaccurate.250You have the right to request that we delete Personal Information under certain circumstances, subject to several exceptions.<br> <br> </p> <p><u>Right to Correct. </u>You have the right to request that we correct Personal Information that we maintain about you if you believe it is inaccurate.
250You can also correct certain Personal Information that we maintain about you by logging into your Ford account.<br> &nbsp;</p> <p><u>Your Opt-Out Rights. </u>You have the right to opt out of the Sale and Sharing of your Personal Information.253You can also correct certain Personal Information that we maintain about you by logging into your Ford account.<br> <br> </p> <p><u>Your Opt-Out Rights. </u>You have the right to opt out of the Sale and Sharing of your Personal Information.
251You can opt out of Sales or Sharing via cookies or tracking technologies through an opt-out preference signal or through our Cookie Settings.<br> &nbsp;</p> <p>You may opt out through our cookie preference center by clicking on the “Cookie Settings” link in the footer of our websites.<br> &nbsp;</p> <p>We have also enabled the Global Privacy Control, which is designed to recognize opt-out preference signals.254You can opt out of Sales or Sharing via cookies or tracking technologies through an opt-out preference signal or through our Cookie Settings.<br> <br> </p> <p>You may opt out through our cookie preference center by clicking on the “Cookie Settings” link in the footer of our websites.<br> <br> </p> <p>We have also enabled the Global Privacy Control, which is designed to recognize opt-out preference signals.
253If you choose to use an opt-out preference signal, you will need to turn it on for each browser and each device you use.<br> &nbsp;</p> <p>If you would like to opt out of Sales and Sharing other than through cookies or other online tracking technologies, you can do so by filling out the request form <a href="https://privacyportal.onetrust.com/webform//" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://privacyportal.onetrust.com/webform//&quot;}}" aria-label="Opt out request form">here</a>.<br> &nbsp;</p> <p><u>Right to Non-Discrimination</u>.256If you choose to use an opt-out preference signal, you will need to turn it on for each browser and each device you use.<br> <br> </p> <p>If you would like to opt out of Sales and Sharing other than through cookies or other online tracking technologies, you can do so by filling out the request form <a href="https://privacyportal.onetrust.com/webform//" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://privacyportal.onetrust.com/webform//&quot;}}" aria-label="Opt out request form">here</a>.<br> <br> </p> <p><u>Right to Non-Discrimination</u>.
254You have a right to not be discriminated against for exercising rights set out in the CCPA.<br> &nbsp;</p> <p><a></a><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> &nbsp;</p> <h3><b><a></a><a id="howtoexercise"></a>How to Exercise Your California Privacy Rights<br> &nbsp;</b></h3> <p>You can exercise your CCPA rights by submitting your request(s) to us using the web form located <a href="https://privacyportal.onetrust.com/webform//" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://privacyportal.onetrust.com/webform//&quot;}}" aria-label="Web request form">here</a>.257You have a right to not be discriminated against for exercising rights set out in the CCPA.<br> <br> </p> <p><a></a><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top of california notice&quot;}}" href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> <br> </p> <h3><b><a></a><a id="howtoexercise"></a>How to Exercise Your California Privacy Rights<br> </b></h3> <p>You can exercise your CCPA rights by submitting your request(s) to us using the web form located <a href="https://privacyportal.onetrust.com/webform//" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://privacyportal.onetrust.com/webform//&quot;}}" aria-label="Web request form">here</a>.
256For TTY/TDD users, please contact 1-800-392-3673, using the Telecommunication Relay Service by dialing 711.&nbsp;Our&nbsp;Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.<br> &nbsp;</p> <p>If you want to exercise more than one of your CCPA rights, please submit a separate request for each CCPA right, so we can track and respond to your requests more effectively.259For TTY/TDD users, please contact 1-800-392-3673, using the Telecommunication Relay Service by dialing 711.
257Please be aware that we will process your requests in the order we receive them.<br> &nbsp;</p> <p>Whether you use the web form or call us, we will need information from you to process your request so that we can confirm you are a California resident, determine if we have Personal Information about you, and, for access, correction, and deletion requests, verify your identity.<br> &nbsp;</p> <p>Please be aware there might be circumstances where we will not honor your request, as permitted under the CCPA.260Our Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.<br> <br> </p> <p>If you want to exercise more than one of your CCPA rights, please submit a separate request for each CCPA right, so we can track and respond to your requests more effectively.
261Please be aware that we will process your requests in the order we receive them.<br> <br> </p> <p>Whether you use the web form or call us, we will need information from you to process your request so that we can confirm you are a California resident, determine if we have Personal Information about you, and, for access, correction, and deletion requests, verify your identity.<br> <br> </p> <p>Please be aware there might be circumstances where we will not honor your request, as permitted under the CCPA.
259In addition, we may not delete your Personal Information if an exception under the CCPA applies.<br> &nbsp;</p> <p>You may designate, in writing or through a power of attorney, an authorized agent to make requests on your behalf to exercise your rights under the CCPA.263In addition, we may not delete your Personal Information if an exception under the CCPA applies.<br> <br> </p> <p>You may designate, in writing or through a power of attorney, an authorized agent to make requests on your behalf to exercise your rights under the CCPA.
260Before accepting a request from an agent, we will require the agent to provide proof you have authorized it to act on your behalf, and we may need you to verify your identity directly with us.<br> &nbsp;</p> <p><a></a><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> <br> &nbsp;</p> <h3><b><a id="annualmetrics"></a>Annual CCPA Metrics 2024</b></h3> <p><br> The following metrics cover January 1, 2024 through December 31, 2024:</p> <ul><li>Requests to Know / Access Requests:<ul><li>Received: 85</li><li>Complied with in whole or in part (providing categories or specific pieces of personal information): 79</li><li>Denied: 6</li><li>Median number of days to substantive response: 32</li></ul> </li><li>Requests to Delete:<ul><li>Received: 137</li><li>Complied with in whole or in part (deleting all personal information or personal information not subject to an exception): 130</li><li>Denied: 7</li><li>Median number of days to substantive response: 24</li></ul> </li><li>Requests to Opt-Out / Do Not Sell Requests:<ul><li>Received: 2,248</li><li>Complied with in whole or in part: 2,024</li><li>Denied: 224</li><li>Median number of days to substantive response: 1</li></ul> </li></ul> <p><a href="#top"></a><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><a href="#top"><br> </a>&nbsp;</p> <p><a href="#top" aria-label="Return to top of Privacy">Return to top of Privacy</a></p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__text-container pad-bottom-56"> <div id="-id" class="cmp-grid__heading-container "> <h2 class="cmp-grid__heading fade " style="opacity: 1;"> California Consumer Warranty Notice </h2> </div> </div> <div class="cmp-grid__items-section "> <div id="container-a8fe4e71fd" class="cmp-container"> <div class="fofAccordion"> <div class="cmp-accordion "> <div class="metrics-actions" data-fofaccordion-click-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:expand{($accordionName,:)}&quot;}}"></div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="California Consumer Warranty Notice" id="accordion-5ut906nxx">California Consumer Warranty Notice</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-5ut906nxx"> <div> <div class="container responsivegrid"> <div id="container-60c22f5b55" class="cmp-container"> <div class="experiencefragment"> <div id="californiaconsumernotice" class="cmp-experiencefragment cmp-experiencefragment--ac4"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-9c328710a6" class="cmp-container"> <div class="text"> <div id="text-ce4de72982" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><b>Notification requirements in California</b>.264Before accepting a request from an agent, we will require the agent to provide proof you have authorized it to act on your behalf, and we may need you to verify your identity directly with us.<br> <br> </p> <p><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top of california notice&quot;}}" href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> <br> </p> <h3><b><a id="annualmetrics"></a>Annual CCPA Metrics 2025</b></h3> <p><br> The following metrics cover January 1, 2025, through December 31, 2025:</p> <ul><li>Requests to Know / Access Requests:<ul><li>Received: 95</li><li>Complied with in whole or in part (providing categories or specific pieces of personal information): 75</li><li>Denied: 20</li><li>Median number of days to substantive response: 41</li></ul> </li><li>Requests to Delete:<ul><li>Received: 266</li><li>Complied with in whole or in part (deleting all personal information or personal information not subject to an exception): 232</li><li>Denied: 34</li><li>Median number of days to substantive response: 41</li></ul> </li><li>Requests to Opt-Out / Do Not Sell Requests:<ul><li>Received: 1454</li><li>Complied with in whole or in part: 1335</li><li>Denied: 119</li><li>Median number of days to substantive response: 1<br> <br> </li></ul> </li></ul> <p><a href="#top"></a><a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top of california notice&quot;}}" href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a></p> <p><br> <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top of privacy&quot;}}" href="#top" aria-label="Return to top of Privacy">Return to top of Privacy</a><br> </p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__text-container pad-bottom-56"> <div id="-id" class="cmp-grid__heading-container "> <h2 class="cmp-grid__heading fade " style="opacity: 1;"> California Consumer Warranty Notice </h2> </div> </div> <div class="cmp-grid__items-section "> <div id="container-a8fe4e71fd" class="cmp-container"> <div class="fofAccordion"> <div class="cmp-accordion "> <div class="metrics-actions" data-fofaccordion-click-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:expand{($accordionName,:)}&quot;}}"></div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="California Consumer Warranty Notice" id="accordion-fm5gxqibr">California Consumer Warranty Notice</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-fm5gxqibr"> <div> <div class="container responsivegrid"> <div id="container-60c22f5b55" class="cmp-container"> <div class="experiencefragment"> <div id="californiaconsumernotice" class="cmp-experiencefragment cmp-experiencefragment--ac4"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-9c328710a6" class="cmp-container"> <div class="text"> <div id="text-ce4de72982" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><b>Notification requirements in California</b>.
265Code § 1794(c)), you must:</p> <ol><li>Notify Ford of your name and the name(s) of any other vehicle owner(s), the accurate Vehicle Identification Number (“VIN”) of your motor vehicle, and a brief summary of the repair history and problems with your motor vehicle, and</li><li>Demand that Ford repurchase or replace your motor vehicle.</li></ol> <p>When you submit the notice to Ford, you must have possession of your motor vehicle.<br> <br> Your notice to Ford must be in writing and must be sent either by email to <a href="mailto:llnotice@ford.com" aria-label="LLNOTICE@ford.com">LLNOTICE@ford.com</a> or by certified or registered mail, return receipt requested, to:<br> <br> </p> <p>Ford Motor Company<br> Office of General Counsel<br> Attn: California LL Notice<br> One American Road<br> Dearborn, MI 48126<br> <br> </p> <p>For California residents who wish to submit a privacy request under the California Consumer Privacy Act (CCPA), do not contact the above mailbox.269Code § 1794(c)), you must:</p> <ol><li>Notify Ford of your name and the name(s) of any other vehicle owner(s), the accurate Vehicle Identification Number (“VIN”) of your motor vehicle, and a brief summary of the repair history and problems with your motor vehicle, and</li><li>Demand that Ford repurchase or replace your motor vehicle.</li></ol> <p>When you submit the notice to Ford, you must have possession of your motor vehicle.<br> <br> Your notice to Ford must be in writing and must be sent either by email to <a data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:email&quot;}}" href="mailto:llnotice@ford.com" aria-label="LLNOTICE@ford.com">LLNOTICE@ford.com</a> or by certified or registered mail, return receipt requested, to:<br> <br> </p> <p>Ford Motor Company<br> Office of General Counsel<br> Attn: California LL Notice<br> One American Road<br> Dearborn, MI 48126<br> <br> </p> <p>For California residents who wish to submit a privacy request under the California Consumer Privacy Act (CCPA), do not contact the above mailbox.
268Our Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.</p> <p><br> You can learn more at <a href="https://privacyportal.onetrust.com/webform//" aria-label="https://www.ford.com/help/privacy">https://www.ford.com/help/privacy/</a> by viewing our California Notice at Collection and Privacy Disclosures.</p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> <script> // Context Object Definition. window.FMC = window.FMC || {}; FMC.context = FMC.context || {}; FMC.context.vehicle = {}; FMC.context.site = FMC.context.site || {}; FMC.context.vehicle = FMC.context.vehicle || {}; FMC.context.shared = FMC.context.shared || {}; FMC.context.site.make = "Ford"; FMC.context.site.locale = "en_us"; if(FMC?.context?.site?.locale){ FMC.context.site.language = "en"; FMC.context.site.country = "US"; FMC.context.site.languageKey = "EN"; FMC.context.site.digURL = "//build.ford.com/dig" FMC.context.site.shopURL = "//shop.ford.com"; FMC.context.site.nasapiDomain = "https:\/\/www.ford.com"; FMC.context.site.nasapiId = "07152898\u002D698b\u002D456e\u002Dbe56\u002Dd3d83011d0a6"; FMC.context.site.brightcovePlayerId = "HJSjbNICW"; FMC.context.site.brightcoveAccountId = "2267017474001"; FMC.context.site.msrplabel = "<p>Starting at MSRP {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.azlabel = "<p>Starting AZ Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.xplanlabel = "<p>Starting X Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.leasepricelabel = "{{payment}}\/mo"; FMC.context.site.saleseventpricelabel = "Employee Pricing Starting At {{hamiltonPricing}}<sup data\u002Ddisc\u002Did=\x2264\x22 data\u002Ddisc=\x22Employee\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 class=\x22disclosure global_disclosures\x22> 64 <\/sup>\x26nbsp;"; FMC.context.site.fepEnabled = "true"; FMC.context.site.fepVehicleExclusionList = JSON.parse('[\x22*|E\u002DStripped Chassis|*\x22,\x22*|F\u002DStripped Chassis|*\x22,\x22*|*|F\u002D650\u002D750\x22,\x22*|*|f\u002D450lariat\x22,\x22*|*|f\u002D450kingranch\x22,\x22*|*|f\u002D450platinum\x22,\x22*|E\u002DTransit|*\x22,\x22*|Transit Commerical|*\x22,\x22*|*|raptor\x22,\x22*|bronco|oates\x22,\x22*|*|darkhorsesec\x22]'); FMC.context.site.playarialabel = "Play"; FMC.context.site.pausearialabel = "Pause"; FMC.context.site.mutearialabel = ""; FMC.context.site.unmutearialabel = ""; FMC.context.site.closecaptiononarialabel = ""; FMC.context.site.closecaptionoffarialabel = ""; FMC.context.site.closearialabel = "Close"; FMC.context.site.compareheadline = ""; FMC.context.site.standardlabel = ""; FMC.context.site.optionallabel = ""; FMC.context.site.notavailablelabel = ""; FMC.context.site.globalDisclosureLabelPrefix = ""; FMC.context.site.inlineDisclosureLabelPrefix = ""; FMC.context.site.zipcodeAriaLabelPrefix = "Zipcode"; FMC.context.site.backToTopAriaLabel = ""; FMC.context.site.reduceMotion = "false" === "true"; FMC.context.site.headerUrl = "https://www.ford.com"; FMC.context.site.videoStartAction = "{\x22name\x22:\x22video\u002Dsegment\u002D0\x22,\x22direct\x22:\x22video\u002Dsegment\u002D0\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22,\x22onclick_onclick\x22:\x22video:play\x22,\x22video_videoName\x22:\x22{($videoName)}\x22}}"; FMC.context.site.videoPauseAction = ""; FMC.context.site.video25Action = "{\x22name\x22:\x22video\u002Dsegment\u002D25\x22,\x22direct\x22:\x22video\u002Dsegment\u002D25\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.video50Action = "{\x22name\x22:\x22video\u002Dsegment\u002D50\x22,\x22direct\x22:\x22video\u002Dsegment\u002D50\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.video75Action = "{\x22name\x22:\x22video\u002Dsegment\u002D75\x22,\x22direct\x22:\x22video\u002Dsegment\u002D75\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.videoCompleteAction = "{\x22name\x22:\x22video\u002Dsegment\u002D100\x22,\x22direct\x22:\x22video\u002Dsegment\u002D100\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; } </script> <script> FMC.context.site.backToTopLabel = "Back To Top"; </script> <script> FMC.context.golf = FMC.context.golf || {}; FMC.context.golf.domain = "https:\/\/shop.ford.com"; FMC.context.golf.forms = [{"smartLinkId":"getupdates","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312720","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0001)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{(modelYear_0001)}\",\"vehicle_nameplate\":\"{(nameplate_0001)}\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate)}\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate)}\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate)}\",\"user_leadType\":\"get updates\"}}","phoneOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate)}\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"getquote","golfFormType":"request","golfFormId":"request","golfLeadContext":"Quote","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"312726","golfFormQaCodeEmail":"0799A","golfBrochureCode":"222","golfAllowChangeDealer":"true","golfAllowChangeVehicle":"false","golfHideAddress":"true","formShowAction":"{\"name\":\"quick-quote-start\",\"direct\":\"quick-quote-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0003)}{($nameplate,:ford )}\",\"page_siteSection\":\"{(site_section_0001)}\",\"page_hierarchy\":\"{(h1_0003)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0003)}\",\"page_pageType\":\"{(v129_0001)}\",\"onclick_onclick\":\"{(c5_0004)}\"}}","submissionSuccessAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0004)}{($nameplate,:ford )}\",\"page_siteSection\":\"{(site_section_0001)}\",\"page_hierarchy\":\"{(h1_0003)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0004)}\",\"page_tool\":\"{(v48_0001)}\",\"page_toolDescriptor\":\"{(v49_0001)}\",\"page_pageType\":\"{(v129_0001)}\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"{(v28_0001)}\",\"onclick_onclick\":\"{(c5_0004)}\"}}","emailOptinAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0004)}{($nameplate,:ford )}\",\"page_siteSection\":\"{(site_section_0001)}\",\"page_hierarchy\":\"{(h1_0003)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0004)}\",\"page_tool\":\"{(v48_0001)}\",\"page_toolDescriptor\":\"{(v49_0001)}\",\"page_pageType\":\"{(v129_0001)}\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"{(v28_0001)}\",\"onclick_onclick\":\"{(c5_0004)}\"}}"},{"smartLinkId":"testdrive","golfFormType":"schedule","golfFormId":"schedule","golfLeadContext":"ScheduleTestDrive","golfFormPresentation":"overlay","golfAllowChangeDealer":"true","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($golfNameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\"}}"},{"smartLinkId":"testdrivev2","golfFormType":"schedulev2","golfFormId":"schedulev2","golfLeadContext":"ScheduleTestDrive","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfAllowChangeDealer":"true","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($golfNameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"vehicle_modelYear\":\"{($golfYear)}\"}}"},{"smartLinkId":"schedulemodele","golfFormType":"schedulemodele","golfFormId":"schedulemodele","golfAffiliateLeadSource":"test drive","golfLeadContext":"BrandScheduleTestDriveModele","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"320801","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312720","golfAllowChangeDealer":"true","golfAllowChangeVehicle":"false","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($golfNameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\"}}"},{"smartLinkId":"guShop","golfFormType":"getupdates","golfFormId":"guShop","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312726"},{},{"smartLinkId":"guComm","golfFormType":"getupdates","golfFormId":"guComm","golfFormPresentation":"overlay","golfFormSkinVersion":"commform","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848501420"},{"smartLinkId":"fvslbroncortr","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700514","golfFormQaCodeMail":"0848700514","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslmustangnightshade","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700509","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslsdcarhartt","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700518","golfBrochureCode":"0848700518","formShowAction":"{\"name\":\"get-updates-start\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\"}}","submissionSuccessAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","phoneOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslmlb","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700568","golfBrochureCode":"0848700568","formShowAction":"{\"name\":\"get-updates-start\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:1:info{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:1:info\",\"page_pageType\":\"fv:golf form\"}}","submissionSuccessAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvbroncofilsonwildland","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848700588","golfBrochureCode":"0848700588","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0001)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{(modelYear_0001)}\",\"vehicle_nameplate\":\"{(nameplate_0001)}\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"get updates\"}}","phoneOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"get updates\"}}"}]; FMC.context.golf.substitutions = "[\x22pageNameNoVehicle_0001={($sitePrefix)}:vehicle:home:test drive:1:info\x22,\x22h1_0001=shopping tools:fof:test drive{($modelYear,:)}{($segment,:)}{($nameplate,:ford )}\x22,\x22pageNameNoVehicle_0002={($sitePrefix)}:vehicle:home:test drive:2:thank you\x22,\x22c5_0001=vehicle:fof:home:test drive:thank you:addit\x27l info{($checkboxSelected,:)}\x22,\x22pageName_0001={($sitePrefix)}:vehicle:get updates:1:info{($nameplate,:ford )}\x22,\x22h1_0002=shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\x22,\x22pageName_0002={($sitePrefix)}:vehicle:get updates:2:thank you{($golfNameplate,:)}\x22,\x22modelYear_0001={($modelYear)}\x22,\x22nameplate_0001={($nameplate,ford )}\x22,\x22pageNameNoVehicle_0003=fv:qrfq:gip\x22,\x22pageNameNoVehicle_0004=fv:qrfq:gip:thank you\x22,\x22site_section_0001=quick quote\x22,\x22h1_0003=shopping tools:quick quote{($segment,:)}{($nameplate,:ford )}\x22,\x22v28_0001=qrfq:gip\x22,\x22v129_0001=fv:quote form\x22,\x22v48_0001=event:quick quote\x22,\x22v49_0001=gip\x22]"; </script> <script> FMC.context.credit = FMC.context.credit || {}; FMC.context.credit.prequalScript = "https://www.qualify.ford.com/webcompbutton/prequal-app-button.js"; FMC.context.credit.prequalSource = "SHOP\u002DP"; </script> <script> FMC.context.salesforce = FMC.context.salesforce || {}; FMC.context.salesforce.salesforceUrl = ""; </script> <script src="/acservices/metrics.ford.en_us.js"></script> <!-- Conditionally include tier2 content only when relevant data exists to optimize JSON payload size --> <script type="text/javascript"> FMC.context.tier2 = FMC.context.tier2 || {}; FMC.context.tier2.regionList = []; FMC.context.tier2.offerCard = FMC.context.tier2.offerCard || {}; FMC.context.tier2.offerCard.externalSmartLink = ""; FMC.context.tier2.offerCard.cardVariation = "HomePage"; FMC.context.tier2.offerCard.tabAction = ""; FMC.context.tier2.offerCard.segmentAction = ""; FMC.context.tier2.offerCard.carouselAction = ""; FMC.context.tier2.offerCard.offersSubstitution = ""; FMC.context.tier2.offerCard.noOffersSubstitution = ""; FMC.context.tier2.offerCard.offersPendingSubstitution = ""; FMC.context.tier2.offerCard.offersHeadingTag = ""; FMC.context.tier2.offerCard.noOffersHeadingTag = ""; FMC.context.tier2.offerCard.noOffersTitle = ""; FMC.context.tier2.offerCard.noOffersLabel = ""; FMC.context.tier2.offerCard.leaseOfferLabel = ""; FMC.context.tier2.offerCard.retailOfferLabel = ""; FMC.context.tier2.offerCard.justAnnouncedLabel = ""; FMC.context.tier2.offerCard.endingSoonLabel = ""; FMC.context.tier2.offerCard.disclaimerLabel = ""; FMC.context.tier2.offerCard.disclaimerAriaLabel = ""; FMC.context.tier2.offerCard.directionsLabel = ""; FMC.context.tier2.offerCard.directionsAriaLabel = ""; FMC.context.tier2.offerCard.directionsMtxAction = ""; FMC.context.tier2.offerCard.changeDealerLabel = ""; FMC.context.tier2.offerCard.changeDealerAriaLabel = ""; FMC.context.tier2.offerCard.changeDealerMtxAction = ""; FMC.context.tier2.offerCard.dynamicChangeDealerLabel = ""; FMC.context.tier2.offerCard.dynamicChangeDealerAriaLabel = ""; FMC.context.tier2.offerCard.dynamicChangeDealerMtxAction = ""; FMC.context.tier2.offerCard.dynamicMobileDealerMtxAction = ""; FMC.context.tier2.offerCard.dealerServiceURL = ""; FMC.context.tier2.offerCard.goToOffersLabel = ""; FMC.context.tier2.offerCard.goToOffersAriaLabel = ""; FMC.context.tier2.offerCard.campaignId = ""; FMC.context.tier2.offerCard.viewInventoryLabel = ""; FMC.context.tier2.offerCard.viewInventoryAriaLabel = ""; FMC.context.tier2.offerCard.viewInventoryMtxAction = ""; FMC.context.tier2.offerCard.viewInventoryCampaignId = ""; FMC.context.tier2.offerCard.visitDealerLabel = ""; FMC.context.tier2.offerCard.visitDealerAriaLabel = ""; FMC.context.tier2.offerCard.visitDealerMtxAction = ""; FMC.context.tier2.offerCard.visitDealerCampaignId = ""; FMC.context.tier2.offerCard.mobileVisitDealerLabel = ""; FMC.context.tier2.offerCard.mobileVisitDealerAriaLabel = ""; FMC.context.tier2.offerCard.mobileVisitDealerMtxAction = ""; FMC.context.tier2.offerCard.hideImage = "false"; FMC.context.tier2.dealerModal = FMC.context.tier2.dealerModal || {}; FMC.context.tier2.dealerModal.dealerModalTitle = ""; FMC.context.tier2.dealerModal.dealerModalCloseAriaLabel = ""; FMC.context.tier2.dealerModal.dealerModalScreenReaderDescription = ""; FMC.context.tier2.dealerModal.currentDealerLabel = ""; FMC.context.tier2.dealerModal.selectDifferentDealerLabel = ""; FMC.context.tier2.dealerModal.availableDealersLabel = ""; FMC.context.tier2.dealerModal.milesAwayLabel = ""; FMC.context.tier2.dealerModal.overlayOpenedScreenReaderDialog = ","; FMC.context.tier2.dealerModal.overlayClosedScreenReaderDialog = ","; FMC.context.tier2.dealerModal.selectedDealerLabel = ""; FMC.context.tier2.dealerModal.selectDealerMtxAction = ""; FMC.context.tier2.competitiveCompareModal = FMC.context.tier2.competitiveCompareModal || {}; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalTitle = ""; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalCloseAriaLabel = ""; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalScreenReaderDescription = ""; FMC.context.tier2.competitiveCompareModal.currentVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.selectDifferentVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.availableVehiclesLabel = ""; FMC.context.tier2.competitiveCompareModal.selectVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.selectVehicleMtxAction = ""; </script> <script async="" src="https://shop.ford.com/aemservices/common/api/component/v2/loader.js/golf-spc?make=Ford&amp;region=US"></script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford.lc--lc.min.js"></script> <footer data-cmp-is="footer" aria-label="Footer" class="footer"> <div class="language-selector-modal-overlay" tabindex="-1"> <button aria-label="Close" class="language-selector-modal-overlay__close" type="button"> <svg aria-label="Close Dialog" height="25" width="25"> <title>Close Dialog</title> <use href="#footer-skinny-close"></use> </svg> </button> <dialog class="language-selector-modal"> <h2 class="language-selector-modal__heading"> Please choose a language </h2> <div class="language-selector-modal__buttons"><a class="language-selector-modal__button language-selector-modal__button--current" href="#" data-language-code="en" data-language-domain="www.ford.com" title="English">English</a><a class="language-selector-modal__button" href="//es.ford.com/help/privacy/" data-language-code="es" data-language-domain="es.ford.com" title="Spanish">Spanish</a></div> </dialog> </div> <svg style="display: none" xmlns="http://www.w3.org/2000/svg"> <symbol id="footer-main-plus" viewBox="0 0 24 24"> <path d="M10.9 0v10.9H0v2.2h10.9V24h2.2V13.1H24v-2.2H13.1V0z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-main-minus" viewBox="0 0 24 24"> <path d="M0 10.9v2.2h24v-2.2z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-nav-search" viewBox="0 0 24 24"> <path d="M2.6 9.6c0-3.9 3.2-7.1 7.1-7.1s7.1 3.2 7.1 7.1-3.2 7.1-7.1 7.1-7.1-3.2-7.1-7.1m20.2 13.2c.3-.3.3-.8 0-1.1l-6.5-6.5c1.5-1.8 2.2-4.1 2-6.4-.4-3.9-3.5-7.2-7.5-7.7C6 .5 1.7 3.8 1.1 8.5v2.2c.5 3.9 3.7 7.1 7.7 7.5 2.3.3 4.7-.5 6.4-2l6.5 6.5c.3.3.8.3 1.1 0" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-main-new-window" viewBox="0 0 24 24"> <path d="M16.4 0H24v7.6h-2.8V4.8l-7.6 7.6-2.1-2.1 7.6-7.6h-2.8V0ZM0 2.9h11.8v2H2V22h17.1v-9.8h2V24H0z" fill="currentColor"></path> </symbol> <symbol id="footer-skinny-language-selector" viewBox="0 0 24 24"> <path d="M14.7 21c1.7-2.5 2.6-5.3 2.8-8.2h3.9c-.3 3.9-3 7.1-6.7 8.2M2.6 12.8h3.9c.1 2.9 1.1 5.8 2.8 8.2-3.6-1.1-6.3-4.3-6.7-8.2M9.3 3c-1.7 2.5-2.6 5.3-2.8 8.2H2.6c.3-3.9 3-7.1 6.7-8.2m3.5 8.2V3c1.9 2.4 3 5.3 3.1 8.2zm0 1.6h3.1c-.2 2.9-1.2 5.8-3.1 8.2zm-1.6 0V21c-1.9-2.4-3-5.3-3.1-8.2zm0-1.6H8.1c.2-2.9 1.2-5.8 3.1-8.2zm10.2 0h-3.9c-.1-2.9-1.1-5.8-2.8-8.2 3.6 1.1 6.3 4.3 6.7 8.2M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-skinny-logo" viewBox="0 0 80 30"> <path d="M40 0C17.7988 0 0 6.65555 0 15C0 23.2944 17.9432 30 40 30C62.0568 30 80 23.2722 80 15C80 6.72778 62.0568 0 40 0Z" fill="#00095B"></path> <path d="M63.4981 10.6943C63.5509 10.6027 63.4953 10.536 63.3787 10.536C62.7759 10.536 61.9843 10.536 61.3566 10.536C61.2066 10.536 61.1288 10.5555 61.0594 10.6943C60.8288 11.1388 58.004 15.3721 57.4763 16.1943C57.3874 16.3193 57.2791 16.3027 57.268 16.161C57.2152 15.6721 56.793 15.111 56.1292 14.8416C55.6236 14.636 55.1265 14.5999 54.6126 14.6666C53.6849 14.7916 52.8544 15.2805 52.1267 15.8332C51.0295 16.6666 50.0824 17.7471 48.863 18.5471C48.1964 18.9805 47.2826 19.361 46.6715 18.7943C46.1187 18.2805 46.1799 17.1416 47.027 16.261C47.1159 16.1693 47.2242 16.2471 47.2076 16.3277C47.127 16.7249 47.227 17.1221 47.527 17.3999C47.8964 17.7305 48.4241 17.7693 48.8769 17.5471C49.4102 17.2832 49.7241 16.7721 49.8157 16.1916C49.9574 15.2916 49.2658 14.4999 48.3991 14.436C47.6964 14.386 47.0215 14.6305 46.3632 15.1749C46.0326 15.4471 45.8465 15.6499 45.5605 16.0555C45.491 16.1555 45.3855 16.1666 45.3882 16.0193C45.4216 14.8693 44.9438 14.2221 43.9939 14.1999C43.2551 14.1832 42.4662 14.5832 41.8524 15.0721C41.1774 15.6138 40.5886 16.3305 39.9581 17.0055C39.8803 17.0888 39.8109 17.086 39.7886 16.9249C39.7692 16.161 39.5775 15.4249 39.2248 14.8999C39.0998 14.7166 38.8359 14.6277 38.6165 14.7499C38.5137 14.8055 38.161 14.9693 37.9027 15.1777C37.7749 15.2832 37.7249 15.436 37.7804 15.6305C38.1221 16.7693 38.0471 18.0638 37.5832 19.1582C37.1583 20.161 36.3333 21.0638 35.3639 21.3693C34.7251 21.5721 34.0613 21.4721 33.6502 20.9055C33.0863 20.1249 33.3141 18.7638 34.1557 17.636C34.8973 16.6416 35.9722 16.011 37.0416 15.6055C37.1666 15.5582 37.1944 15.4749 37.1583 15.3693C37.0999 15.1943 37.0083 14.9527 36.9694 14.8443C36.8722 14.5832 36.5972 14.5416 36.2611 14.5777C35.4834 14.6693 34.7806 14.936 34.089 15.3055C32.2725 16.2777 31.3642 18.1582 30.9642 19.1666C30.7726 19.6499 30.6087 19.9527 30.3948 20.2193C30.1087 20.5777 29.7504 20.9055 29.0922 21.4832C29.0338 21.536 28.9894 21.6471 29.0394 21.7499C29.106 21.8888 29.4477 22.3721 29.5449 22.4138C29.6504 22.4666 29.7754 22.3916 29.8254 22.3582C30.2865 22.0471 30.8337 21.5527 31.1031 21.2166C31.1976 21.1027 31.2948 21.1499 31.3448 21.3249C31.5948 22.2221 32.253 22.9527 33.1641 23.2582C34.8279 23.8193 36.5555 23.0082 37.8582 21.5916C38.6859 20.6916 38.9859 20.1138 39.3026 19.7221C39.8414 19.0555 40.9024 17.5638 42.1662 16.6055C42.6301 16.2527 43.1773 15.9832 43.455 16.161C43.6773 16.3055 43.7467 16.6388 43.3939 17.2832C42.1051 19.636 40.208 22.4027 39.8608 23.0721C39.797 23.1888 39.8525 23.2805 39.9747 23.2805C40.6497 23.2777 41.3163 23.2777 41.9301 23.2777C42.0329 23.2721 42.0774 23.2277 42.1274 23.1555C43.1162 21.6082 44.0467 20.1332 45.0438 18.611C45.0994 18.5221 45.1521 18.5916 45.1521 18.6305C45.1716 18.9832 45.2605 19.4666 45.4688 19.786C45.8465 20.3721 46.3798 20.6249 46.9742 20.6305C47.4464 20.636 47.6853 20.5638 48.1936 20.3749C48.6075 20.2221 48.9408 20.0193 49.1935 19.8388C49.3435 19.736 49.3685 19.9082 49.3657 19.936C49.138 21.1638 49.4185 22.6221 50.6407 23.2249C52.1017 23.9443 53.7071 22.9332 54.632 22.0193C54.7237 21.9305 54.8181 21.9416 54.8293 22.1305C54.8487 22.4805 55.007 22.8943 55.2959 23.1832C56.0708 23.961 57.6318 23.6527 59.2012 22.4388C60.2067 21.661 61.2621 20.5638 62.2121 19.3999C62.2482 19.3555 62.2732 19.2832 62.2065 19.2082C62.0621 19.0555 61.851 18.8832 61.7093 18.7499C61.6427 18.6943 61.5482 18.711 61.4927 18.7527C60.5177 19.6805 59.64 20.7388 58.3707 21.6138C57.9429 21.9138 57.2596 22.1527 56.9541 21.7388C56.8347 21.5777 56.8486 21.3555 56.9652 21.0638C57.3374 20.1416 63.1953 11.2221 63.4981 10.6943ZM55.7542 18.1749C55.7653 18.2443 55.8542 18.3082 55.9431 18.3416C55.9736 18.3527 55.9903 18.3749 55.957 18.4471C55.707 18.9805 55.4792 19.2888 55.1653 19.7527C54.8793 20.1805 54.5543 20.5166 54.1626 20.836C53.571 21.3249 52.7516 21.8582 52.0739 21.4999C51.7739 21.3443 51.6434 20.9221 51.6489 20.5805C51.6656 19.6193 52.0906 18.636 52.8794 17.6666C53.8404 16.4832 54.9042 15.8693 55.6014 16.2055C56.3236 16.5499 56.0931 17.386 55.7709 18.0416C55.7431 18.0916 55.7431 18.1332 55.7542 18.1749Z" fill="white"></path> <path d="M21.0065 23.2525C18.8233 23.2692 16.8984 21.9192 16.6762 19.5803C16.554 18.2859 16.9207 17.1303 17.6512 16.1803C18.3011 15.3331 19.4011 14.6303 20.3315 14.4581C20.6343 14.4025 21.0426 14.4387 21.2093 14.6387C21.4731 14.947 21.3981 15.2831 21.1343 15.4192C20.4232 15.7831 19.5677 16.4025 19.1455 17.2498C18.8011 17.9414 18.7317 18.7775 19.2566 19.572C20.1343 20.897 22.5786 20.9331 24.8535 18.8192C25.4173 18.3025 25.92 17.8053 26.4339 17.2164C27.4338 16.072 27.7671 15.6553 29.1004 13.8081C29.117 13.7859 29.1198 13.7581 29.1143 13.7442C29.1032 13.722 29.0837 13.7137 29.0448 13.7109C28.156 13.7359 27.3811 13.9998 26.6283 14.5637C26.4117 14.722 26.1006 14.6998 25.9617 14.4914C25.8089 14.2553 25.92 13.9498 26.17 13.7775C27.3811 12.9359 28.7032 12.7831 30.0559 12.5553C30.0559 12.5553 30.1503 12.5609 30.2281 12.4581C30.7836 11.747 31.2002 11.1025 31.7919 10.3831C32.3863 9.65254 33.1584 8.9831 33.7445 8.47754C34.5667 7.77199 35.0916 7.5331 35.6277 7.24421C35.7694 7.17199 35.611 7.0831 35.5666 7.0831C32.5807 6.52199 29.4754 5.79421 26.5089 6.89421C24.4535 7.66088 23.5535 9.29143 23.9868 10.3775C24.2952 11.1498 25.309 11.2748 26.2617 10.8109C27.0505 10.4248 27.781 9.79976 28.3004 8.99699C28.5893 8.55254 29.2004 8.87199 28.8698 9.64699C28.0032 11.6887 26.3422 13.3053 24.3229 13.3748C22.6036 13.4303 21.4954 12.1664 21.4981 10.6053C21.5037 7.52754 24.9312 5.49976 28.531 5.19699C32.8668 4.83865 36.9748 5.99421 41.2773 6.51643C44.5771 6.91643 47.738 6.92476 51.0544 6.16365C51.4461 6.07754 51.721 6.32754 51.696 6.72476C51.6627 7.29699 51.2211 7.84699 50.1295 8.44421C48.8879 9.12476 47.588 9.3331 46.2325 9.34421C42.9522 9.37199 39.8941 8.09143 36.7332 7.40532C36.7387 7.54421 36.7721 7.7081 36.6582 7.79699C34.9055 9.08865 33.3223 10.4025 32.2613 12.2442C32.2252 12.2859 32.2446 12.3275 32.3057 12.322C33.2279 12.272 34.0556 12.2498 34.9139 12.1803C35.0639 12.1692 35.0694 12.1303 35.0555 12.0192C34.9805 11.3831 35.1638 10.6609 35.7249 10.1609C36.2971 9.64699 37.0137 9.58865 37.4887 9.9581C38.0275 10.3775 37.9803 11.1359 37.6859 11.7025C37.3859 12.2775 36.8887 12.5859 36.4138 12.7359C36.4138 12.7359 36.3138 12.7581 36.3277 12.8498C36.3471 12.9942 36.9943 13.3553 37.0498 13.4498C37.1026 13.5414 37.0748 13.6831 36.9776 13.7914C36.9082 13.8692 36.8026 13.9442 36.6637 13.9414C36.5526 13.9387 36.486 13.8998 36.3415 13.8248C36.0499 13.6664 35.686 13.4081 35.4444 13.1025C35.3611 12.9998 35.3194 12.997 35.1139 13.0081C34.1834 13.0609 32.7335 13.2025 31.7502 13.3248C31.5113 13.3553 31.478 13.3998 31.428 13.4803C29.8614 16.0637 28.1893 18.8498 26.3506 20.7164C24.3813 22.7137 22.7425 23.2387 21.0065 23.2525ZM35.936 11.772C35.961 11.9053 36.0138 11.9303 36.0721 11.9192C36.3693 11.8609 36.6971 11.6137 36.8915 11.3303C37.0665 11.072 37.1498 10.6998 36.9748 10.5498C36.8193 10.4164 36.5638 10.4525 36.3777 10.6192C36.0027 10.9498 35.8888 11.4192 35.936 11.772Z" fill="white"></path> <path d="M39.9997 28.6919C18.829 28.6919 1.66907 22.5641 1.66907 15.003C1.66907 7.44193 18.829 1.31415 39.9997 1.31415C61.1677 1.31415 78.3249 7.44193 78.3249 15.003C78.3249 22.5641 61.1649 28.6919 39.9997 28.6919ZM39.9997 2.45304C19.5734 2.45304 3.01897 8.09748 3.01897 15.003C3.01897 21.9114 19.5762 27.5558 39.9997 27.5558C60.4233 27.5558 76.9805 21.9114 76.9805 15.003C76.9777 8.09748 60.4233 2.45304 39.9997 2.45304Z" fill="white"></path> </symbol> <symbol id="footer-skinny-ccpa" viewBox="0 0 49.9 24"> <path d="M17.1 24c-5.1 0-6.1 0-6.6-.1-1.3-.2-2.7-.6-3.7-1.1-.6-.3-1.5-.8-1.6-.8l-.6-.4c-1.4-1-2.7-2.6-3.5-4.3-.4-.9-.8-1.8-1-2.9-.2-.8-.2-.9-.2-2.2s0-1.8.3-3 1-2.7 1.7-3.7c1.7-2.5 4-4.2 6.6-5C9.8.1 10.2.1 12.4 0h25.1c1.9 0 2.4 0 3.4.4 1 .2 2.7 1 3.6 1.6 2.8 1.8 4.5 4.5 5.2 7.8.1.7.1.8.1 2.2s0 1.4-.2 2.2c-.8 3.9-3.2 7-6.8 8.7-1 .5-2.6.9-3.6 1H17m5.5-2.1.4-1.2c.4-1.6.4-1.7.9-3.5.2-.9.6-2.3.8-3.1.3-1.3.5-2 .9-3.4 0-.1.1-.5.2-.9s.2-.9.4-1.3.3-.9.3-1.2.3-1 .4-1.5.3-1.1.3-1.3c.1-.6.4-1.6.5-1.8v-.4h-17c-3.3.4-6.2 2.4-7.7 5.3-.4.8-.7 1.5-.9 2.3-.7 3 0 6 1.9 8.4 1.7 2 3.9 3.3 6.5 3.6.8 0 11.7.1 11.8 0m10.2-4.5s1-.9 2-2l1.9-1.9s.9.8 1.9 1.9c1.8 1.8 1.9 1.9 2.2 2s.6 0 .9-.1c.4-.2.5-.6.4-1.1 0-.3-.2-.4-2-2.2-1.1-1-1.9-1.9-1.9-2s.9-.9 1.9-2c1.4-1.4 2-2.2 2-2.6 0-.6-.8-1-1.5-.7-.1 0-.9.8-2.1 2l-1.9 1.9-1.9-1.9c-1-1-2-1.9-2.1-2q-.45-.15-.9 0c-.45.15-.3.2-.4.4-.3.6-.3.7 2 3l1.9 1.9-1.9 1.9c-1.1 1.1-2 2-2 2.1-.4.9.5 1.8 1.4 1.3" fill="#2b64f6"></path> <path d="M12.7 17.2c-.1 0-.4-.3-1.1-1l-2-2c-.6-.6-1.2-1.2-1.2-1.3-.2-.3-.1-.7 0-1 .2-.3.5-.5.8-.5h.5c.1 0 .8.7 1.7 1.6l1.6 1.6h.2s.4-.4.7-.8c.6-.7 1.6-1.8 2-2.3.2-.2.3-.4.4-.4 0 0 .2-.2.4-.5s.4-.5.6-.7c.1-.1.4-.5.7-.8.2-.3.5-.5.5-.6s.4-.4.7-.8c.6-.8.8-.9 1.3-.9s1 .5 1 1-.2.7-.4.8-.2.2-.3.3c-.2.2-.6.7-1.6 2-.7.9-2 2.3-2.4 2.8-.2.2-.3.4-.3.4s-.2.3-.5.6-.5.6-.6.6-.4.4-.7.8c-.7.8-.8.9-1.2 1h-.6" fill="#2b64f6"></path> </symbol> <symbol id="footer-skinny-close" viewBox="0 0 14.9 14.9"> <path d="M.011 13.864 13.871.004l1.06 1.061-13.86 13.86z" fill="currentColor"></path> <path d="M-.13 1.036.93-.024l13.86 13.859-1.06 1.06z" fill="currentColor"></path> </symbol> <symbol id="footer-social-get-updates" viewBox="0 0 36 27"> <path d="M0 0v27h36V0zm32.1 2.2L18 16.3 3.9 2.2h28.4-.1Zm-9.6 12.9L19.6 18c-.9.9-2.3.9-3.1 0l-2.9-2.9L4 24.7h28.4l-9.6-9.6zm-10.6-1.6-9.6 9.6V3.9zm12.2 0 9.6 9.6V3.9z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-social-facebook" viewBox="0 0 12 22"> <path d="M10.3 10.5H7v11H3.4v-11H1V8h2.4V4C3.4 2 5 .4 7 .4h3.5v3.1H8c-.6 0-1 .4-1 1v3.4h4.1l-.7 2.5Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-twitter" viewBox="0 0 24 24"> <path d="M14.5 10.2 23.2 0h-2.1l-7.6 8.8-6-8.8h-7l9.2 13.3L.5 24h2.1l8-9.3L17 24h7zm-2.9 3.3-.9-1.3L3.3 1.6h3.2l6 8.5.9 1.3 7.7 11.1h-3.2z" fill="currentColor"></path> </symbol> <symbol id="footer-social-youtube" viewBox="0 0 34 24"> <path d="M7.1.8h19.8c3.5 0 6.3 2.8 6.3 6.3V17c0 3.5-2.8 6.3-6.3 6.3H7.1C3.6 23.3.8 20.5.8 17V7C.8 3.6 3.6.8 7.1.8Zm6.1 16.8 9.3-4.4c.8-.4.9-1.6 0-2l-9.3-4.7c-.7-.4-1.6.2-1.6 1v9.1c0 .8.9 1.4 1.6 1Z" fill="none" stroke="currentColor" stroke-width="1.5px"></path> </symbol> <symbol id="footer-social-instagram" viewBox="0 0 25 24"> <path d="M17.1 0H7.4C3.5 0 .3 3.2.3 7.1v9.7c0 3.9 3.2 7.1 7.1 7.1h9.7c3.9 0 7.1-3.2 7.1-7.1V7.1C24.2 3.2 21 0 17.1 0m4.8 16.9c0 2.6-2.1 4.7-4.7 4.7H7.4c-2.6 0-4.7-2.1-4.7-4.7V7.1c0-2.6 2.1-4.7 4.7-4.7h9.7c2.6 0 4.7 2.1 4.7 4.7v9.7Z" fill="currentColor"></path> <path d="M12.3 5.8c-3.4 0-6.2 2.8-6.2 6.2s2.8 6.2 6.2 6.2 6.2-2.8 6.2-6.2-2.8-6.2-6.2-6.2m0 10c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8M18.5 7.3c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5S17 5 17 5.8s.7 1.5 1.5 1.5" fill="currentColor"></path> </symbol> <symbol id="footer-social-threads" viewBox="0 0 24 24"> <path d="M22.4 7.2c-.3-1.1-.8-2.2-1.5-3.1-1.1-1.6-2.5-2.7-4.3-3.3-1-.4-2-.6-3.1-.7-1.9-.2-3.7 0-5.5.6-1.3.5-2.5 1.2-3.4 2.2-1.3 1.3-2 2.9-2.5 4.6-.3 1.1-.5 2.3-.5 3.4 0 1.7 0 3.5.4 5.2.2 1 .6 2 1.1 3 1.2 2.2 3 3.7 5.4 4.4 1.1.3 2.2.5 3.3.5 1.3 0 2.6 0 3.8-.4 1.3-.4 2.5-1 3.5-1.9 1.7-1.6 2.6-3.5 2.3-5.8q-.15-1.35-.9-2.4c-.7-1.1-1.7-1.8-2.9-2.3-.1 0-.1-.1-.1-.2q0-1.2-.6-2.4c-.5-1.2-1.4-2-2.6-2.5-1.2-.4-2.3-.5-3.5-.2s-2.2.9-3 2v.2c.5.3 1 .7 1.5 1h.2c.4-.5.9-.9 1.5-1.1q1.05-.3 2.1 0c.6.1 1.2.5 1.5 1 .3.4.4.9.5 1.3 0 .2 0 .2-.1.1-.7 0-1.3-.1-2-.1-.6 0-1.2 0-1.8.1-.8.2-1.6.4-2.3.9-1.5 1.1-2 3-1.3 4.6.5 1.1 1.4 1.7 2.5 2.1 1 .4 2.1.4 3.2.2q1.95-.45 3-2.1c.5-.8.8-1.7.9-2.6 0 0 0-.1.1 0 .6.4 1.1.8 1.4 1.4.6 1.3.6 2.6 0 3.8-.5 1-1.4 1.8-2.4 2.3-.9.5-2 .8-3 .9-1.4.1-2.9 0-4.3-.3-.9-.3-1.8-.7-2.6-1.3-1.3-1-2-2.4-2.5-3.9-.3-1-.5-2.1-.5-3.2 0-1.4 0-2.8.3-4.2.2-.9.5-1.8.9-2.6.6-1.3 1.6-2.3 2.9-3.1 1.1-.6 2.4-.9 3.7-1h2.1c.9 0 1.7.3 2.5.6 1.8.7 3.1 2 3.9 3.7l.6 1.5s0 .1.2 0c.6-.2 1.2-.3 1.8-.5 0 0 .1 0 0-.2v-.2Zm-7 5.5c0 .7-.2 1.3-.5 1.9-.4.9-1.2 1.4-2.2 1.6-.6 0-1.1 0-1.7-.2-.5-.2-.9-.4-1.2-.9-.4-.7-.2-1.6.5-2.1.4-.3.9-.5 1.3-.6.5-.1 1-.1 1.5-.1.8 0 1.4 0 2.1.2.2 0 .2 0 .2.2" fill="currentColor"></path> </symbol> <symbol id="footer-social-tiktok" viewBox="0 0 24 24"> <path d="M18.1 6C17 5.3 16.2 4.2 16 2.9V2h-3.4v13.8c0 1.5-1.3 2.8-2.9 2.8s-.9-.1-1.3-.3c-.9-.5-1.5-1.4-1.5-2.6 0-1.6 1.3-2.9 2.9-2.9s.6 0 .9.1V9.4h-.9c-3.5 0-6.3 2.8-6.3 6.3s1.1 4 2.7 5.2c1 .7 2.3 1.1 3.6 1.1 3.5 0 6.3-2.8 6.3-6.3v-7c1.3 1 3 1.5 4.8 1.5V6.8c-1 0-1.9-.3-2.6-.8Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-vimeo" viewBox="0 0 29.8 24"> <path d="M25.4 0c2.9 0 4.3 1.7 4.3 4.9v.7c-.1 2.7-2.1 6.4-6.1 11.1-4 4.9-7.5 7.3-10.3 7.4-1.8 0-3.2-1.5-4.4-4.5l-1.2-4.1-1.2-4.1c-.9-3-1.8-4.5-2.9-4.5s-1 .4-2.3 1.3L-.1 6.5l2.2-1.8 2.2-1.8C6.3 1.3 7.8.4 8.8.3h.4q3.15 0 3.9 4.5c.3 1.7.5 3.1.7 4.1.2 1.1.3 1.8.5 2.2.7 2.8 1.4 4.2 2.2 4.2.6 0 1.5-.9 2.8-2.7 1.2-1.9 1.9-3.3 2-4.2v-.5c0-1.2-.7-1.8-2-1.8s-1.4.1-2.2.4c1.3-4.3 4-6.5 8-6.5z" fill="currentColor"></path> </symbol> <symbol id="footer-social-pinterest" viewBox="0 0 24 24"> <path d="M12 0C5.4 0 0 5.4 0 12s3 9.1 7.2 11c0-.8 0-1.8.2-2.8s1.5-6.5 1.5-6.5-.4-.8-.4-1.9c0-1.8 1-3.1 2.3-3.1s1.6.8 1.6 1.8-.7 2.7-1.1 4.3c-.3 1.3.6 2.3 1.9 2.3 2.3 0 3.8-2.9 3.8-6.4s-1.8-4.6-5-4.6-5.9 2.7-5.9 5.7.3 1.8.8 2.4c.2.3.3.4.2.7 0 .2-.2.8-.2 1 0 .3-.3.4-.6.3-1.7-.7-2.5-2.5-2.5-4.6 0-3.4 2.9-7.5 8.6-7.5S20 7.4 20 11s-2.6 8.2-6.5 8.2-2.5-.7-2.9-1.5c0 0-.7 2.8-.8 3.3-.3.9-.8 1.9-1.2 2.6 1.1.3 2.2.5 3.4.5 6.6 0 12-5.4 12-12S18.6.1 12 .1Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-bluesky" viewBox="0 0 27 24"> <path d="M13.5 10.6c-1.2-2.4-4.6-6.8-7.6-9C2.9-.4 1.8 0 1 .3S0 2 0 2.7.4 9.1.7 10c.9 3.1 4.2 4.1 7.2 3.8h.5-.5c-4.4.7-8.3 2.3-3.2 8 5.6 5.8 7.7-1.3 8.8-4.8 1.1 3.6 2.3 10.4 8.7 4.8 4.8-4.8 1.3-7.3-3.1-8h-.5.5c3 .3 6.3-.7 7.2-3.8.3-.9.7-6.5.7-7.3S26.8.6 26 .2c-.7-.3-1.9-.7-4.8 1.4-3.1 2.2-6.4 6.6-7.6 9Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-zalo" viewBox="0 0 24 24"> <path d="M8.128 1.02C10.31.413 12.606.336 14.824.797c3.611.745 6.986 2.842 8.514 6.326.796 1.814.879 4.16.218 6.042-.396 1.065-1.035 2.146-1.777 3.005-2.158 2.498-4.941 4.522-7.709 6.292-.775.496-2.174 1.48-3.067 1.314-.052-.672.018-1.29.136-1.953.274-1.535-.76-1.491-1.895-1.724-.393-.082-.785-.17-1.175-.267l-.284-.102c-.406-.154-.856-.227-1.247-.407C4.002 18.155 1.695 16.266.615 13.63a7.69 7.69 0 0 1-.362-1.037C-1.064 6.967 2.934 2.508 8.128 1.02ZM2.874 7.27l.004 1.036c1.095 0 2.224-.014 3.316.012C5.057 9.69 4.052 11.192 2.93 12.58c-.276.342-.3.504-.359.926l3.044.008c.517 0 1.046.011 1.562-.02a.324.324 0 0 0 .26-.117c.096-.31.08-.578.082-.897-.26.007-.529.005-.789-.001-.812-.018-1.637.015-2.448-.013 1.034-1.61 2.438-3.092 3.453-4.72.072-.116.113-.326.148-.462-.572-.026-1.174-.031-1.748-.023-1.082.016-2.182-.024-3.261.008Zm7.473 1.022c-.807.074-1.441.35-1.947.96-.901 1.088-.732 2.867.415 3.718.559.413 1.177.576 1.857.506.213-.023.423-.07.625-.143.233-.097.467-.198.686-.324.038.15.067.28.131.422.344.088.567.082.926.081l.005-5.025c-.17-.002-.93-.035-1.026.042-.018.094-.014.13-.007.223-.117.058-.446-.132-.565-.199-.344-.193-.704-.29-1.1-.261Zm3.763 2.787c0 .623-.045 1.822.082 2.381.337.04.56.052.9.053V7.244c-.322-.002-.658-.01-.98-.004l-.002 3.84Zm4.533-2.777c-1.437.081-2.536 1.313-2.454 2.75.083 1.437 1.315 2.535 2.752 2.452 1.435-.084 2.533-1.315 2.45-2.75-.082-1.435-1.312-2.533-2.748-2.452ZM10.146 9.388c.552-.097 1.114.11 1.47.543.357.432.455 1.023.255 1.547-.2.523-.667.899-1.22.983-.844.128-1.634-.446-1.772-1.287-.138-.842.428-1.638 1.267-1.786Zm8.383.002c.551-.096 1.112.111 1.468.544.355.432.452 1.022.252 1.545-.2.522-.666.898-1.219.982-.843.129-1.633-.446-1.77-1.288-.137-.842.429-1.637 1.269-1.783Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-linkedin" viewBox="0 0 24 24"> <path d="M21.1283 1.0021C21.3822 1.00152 21.6661 0.993329 21.9164 1.01382C22.5426 1.06525 23.1724 1.61684 23.2621 2.24624C23.3015 2.52237 23.2897 2.8404 23.2894 3.12319L23.2875 4.46401V17.6662L23.2885 20.3341C23.2891 20.8183 23.2964 21.3023 23.2826 21.7863C23.2598 22.5803 22.6487 23.1534 21.8881 23.2775C21.5063 23.2912 21.0106 23.2758 20.6215 23.2755L17.9379 23.2746H4.7201L3.34705 23.2765C3.08771 23.2787 2.68278 23.2949 2.43983 23.2707C2.11614 23.2416 1.80949 23.1114 1.56385 22.8986C1.24836 22.6289 1.03184 22.2533 1.01502 21.8371C0.998656 21.4314 1.00673 21.0034 1.00721 20.5958L1.00819 18.3751V11.3322L1.00721 5.27651L1.00526 3.42397C1.00471 3.10085 0.989675 2.74179 1.01307 2.42202C1.07296 1.60563 1.70595 1.05273 2.50819 1.00308L15.6957 1.00405H19.8676L21.1283 1.0021ZM4.31092 9.35562L4.30995 19.9708C5.39552 19.9711 6.53259 19.9529 7.61366 19.9718L7.61463 9.35562H4.31092ZM17.5931 9.298C17.0671 9.14074 16.3935 9.05956 15.8392 9.10171C14.4798 9.15973 13.5344 9.75115 12.8334 10.8986C12.8439 10.3848 12.8459 9.87041 12.8392 9.35659H9.67616V19.9699C10.7665 19.9703 11.8916 19.9561 12.9789 19.9718L12.9769 16.175C12.9769 15.2174 12.879 13.7488 13.2914 12.9152C13.9509 11.6102 16.1252 11.6422 16.5072 13.0402C16.7656 13.986 16.6805 15.4705 16.6801 16.4787V19.9699L20.0072 19.9718V15.5822C20.0069 13.3576 20.2711 10.0989 17.5931 9.298ZM5.87538 4.06069C4.81406 4.11046 3.99538 5.01423 4.05018 6.07534C4.10523 7.13626 5.01287 7.95073 6.07362 7.89077C7.1269 7.8309 7.93461 6.93075 7.88026 5.8771C7.8258 4.82335 6.92933 4.01165 5.87538 4.06069Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-line" viewBox="0 0 24 24"> <path d="M11.9872 1.0001C13.6114 0.994087 15.2247 1.26548 16.7577 1.80186C21.4455 3.45726 25.39 8.04514 23.5292 13.2481C22.2664 16.7794 18.7538 19.9078 15.6473 21.8536C14.6298 22.4797 13.5759 23.0461 12.4921 23.5489C12.1733 23.6973 11.323 24.0317 11.1083 23.7413C10.5082 22.9298 11.878 21.1357 10.6454 20.544C10.2789 20.3682 9.7104 20.2566 9.28015 20.1905C4.82571 19.5072 0.381433 16.1098 0.0233106 11.3565C-0.152367 9.05633 0.67433 6.85755 2.18542 5.13291C4.44976 2.55433 7.70229 1.26575 11.0751 1.02939C11.2518 1.00523 11.7981 1.00032 11.9872 1.0001ZM15.5341 8.22666C15.3362 8.10589 14.3148 8.0626 14.3026 8.28037C14.2548 9.17487 14.277 10.6126 14.2762 11.4806L12.7118 9.35947C12.4391 8.99141 12.0885 8.49038 11.8016 8.14756C11.4572 8.14651 11.0607 8.13542 10.7206 8.14854C10.5409 8.37314 10.5969 8.95452 10.5966 9.25596L10.5946 10.8604V12.6017C10.5946 12.9199 10.575 13.2568 10.6112 13.5724C10.6206 13.6536 10.6199 13.7082 10.6864 13.7638C10.8539 13.9029 11.4898 13.8678 11.7108 13.8331C11.7905 13.8204 11.8388 13.7743 11.8807 13.7091C11.986 13.5444 11.9205 10.9419 11.9208 10.5216C12.4583 11.2367 12.9928 11.9549 13.5223 12.6759C13.7784 13.0221 14.1278 13.5231 14.3983 13.838C14.7361 13.8384 15.1326 13.8492 15.4657 13.836C15.5207 13.7731 15.5731 13.7024 15.5751 13.6153C15.6116 12.0047 15.5832 10.3899 15.5897 8.77842C15.5904 8.62686 15.5875 8.36455 15.5341 8.22666ZM20.1493 8.20811C19.9679 8.10383 16.8689 8.13691 16.5067 8.14756C16.45 8.22073 16.4004 8.29618 16.3993 8.39268C16.3852 10.1136 16.3941 11.8401 16.4003 13.5606C16.4006 13.6103 16.4336 13.6979 16.4559 13.7423C16.9412 13.9735 18.9901 13.7787 19.6454 13.8429C19.7677 13.8548 20.1696 13.8469 20.1874 13.6993C20.2294 13.5379 20.3207 12.558 20.078 12.544C19.3037 12.4994 18.4954 12.5178 17.7157 12.5187C17.7131 12.3149 17.6686 11.7679 17.7811 11.6456L17.83 11.6427C18.2124 11.6448 19.88 11.6944 20.1366 11.5831C20.2757 11.428 20.281 10.5305 20.1112 10.378C19.792 10.2793 18.1379 10.324 17.7157 10.3263L17.7167 9.45615C18.1016 9.4578 19.9457 9.52059 20.1522 9.37705C20.2698 9.21965 20.2639 8.39239 20.1493 8.20811ZM9.74597 8.23545C9.53242 8.0819 8.86478 8.14357 8.58483 8.15049C8.42649 8.35809 8.47869 9.02597 8.47839 9.30381L8.47741 11.0255L8.47839 12.6778C8.4798 13.9939 8.32518 13.8728 9.68835 13.8321C9.73097 13.78 9.77811 13.7107 9.78015 13.6427C9.80224 12.887 9.79408 12.0792 9.79479 11.3263V9.46396C9.79444 9.22527 9.81826 8.42887 9.74597 8.23545ZM4.04284 8.14854C3.98647 8.22014 3.94345 8.28942 3.94128 8.38193C3.92138 9.20213 3.92956 10.0621 3.92956 10.879V12.5226C3.92988 12.7773 3.8911 13.6301 4.04968 13.7979C4.34207 13.8641 5.27324 13.8479 5.63073 13.8429C6.28227 13.8336 6.99465 13.8553 7.64147 13.837C7.86213 13.6031 7.80254 12.6519 7.67175 12.5919C7.3613 12.4545 5.54999 12.518 5.25476 12.5196C5.25586 11.9231 5.30523 8.58104 5.19128 8.22568C5.02939 8.08767 4.27561 8.14405 4.04284 8.14854Z" fill="currentColor"></path> </symbol> </svg> <div class="disclosures" data-cmp-is="disclosures"> <div class="disclosures__container"> <button aria-expanded="false" class="disclosures__heading" type="button"> Disclosures <span class="disclosures__control-icon"> <svg aria-hidden="true" height="16" width="16"> &gt; <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> &gt; <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-hidden="true" class="disclosures__content" data-subheadline-tag="h2" role="region" tabindex="-1" style="display: block"> <div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">Note</h2></div><div class="disclosures__disclosure-description">Information is provided on an "as is" basis and could include technical, typographical or other errors.272Our Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.</p> <p><br> You can learn more at <a href="https://privacyportal.onetrust.com/webform//" aria-label="https://www.ford.com/help/privacy">https://www.ford.com/help/privacy/</a> by viewing our California Notice at Collection and Privacy Disclosures.</p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> <script> // Context Object Definition. window.FMC = window.FMC || {}; FMC.context = FMC.context || {}; FMC.context.vehicle = {}; FMC.context.site = FMC.context.site || {}; FMC.context.vehicle = FMC.context.vehicle || {}; FMC.context.shared = FMC.context.shared || {}; FMC.context.site.make = "Ford"; FMC.context.site.locale = "en_us"; if(FMC?.context?.site?.locale){ FMC.context.site.language = "en"; FMC.context.site.country = "US"; FMC.context.site.languageKey = "EN"; FMC.context.site.digURL = "//build.ford.com/dig" FMC.context.site.shopURL = "//shop.ford.com"; FMC.context.site.nasapiDomain = "https:\/\/www.ford.com"; FMC.context.site.nasapiId = "07152898\u002D698b\u002D456e\u002Dbe56\u002Dd3d83011d0a6"; FMC.context.site.brightcovePlayerId = "HJSjbNICW"; FMC.context.site.brightcoveAccountId = "2267017474001"; FMC.context.site.msrplabel = "<p>Starting at MSRP {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.azlabel = "<p>Starting AZ Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.xplanlabel = "<p>Starting X Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.leasepricelabel = "{{payment}}\/mo"; FMC.context.site.saleseventpricelabel = "Employee Pricing Starting At {{hamiltonPricing}}<sup data\u002Ddisc\u002Did=\x2264\x22 data\u002Ddisc=\x22Employee\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 class=\x22disclosure global_disclosures\x22> 64 <\/sup>\x26nbsp;"; FMC.context.site.fepEnabled = "false"; FMC.context.site.fepVehicleExclusionList = JSON.parse('[\x22*|E\u002DStripped Chassis|*\x22,\x22*|F\u002DStripped Chassis|*\x22,\x22*|*|F\u002D650\u002D750\x22,\x22*|*|f\u002D450lariat\x22,\x22*|*|f\u002D450kingranch\x22,\x22*|*|f\u002D450platinum\x22,\x22*|E\u002DTransit|*\x22,\x22*|Transit Commerical|*\x22,\x22*|*|raptor\x22,\x22*|bronco|oates\x22,\x22*|*|darkhorsesec\x22]'); FMC.context.site.secondarymsrplabel = ""; FMC.context.site.playarialabel = "Play"; FMC.context.site.pausearialabel = "Pause"; FMC.context.site.mutearialabel = ""; FMC.context.site.unmutearialabel = ""; FMC.context.site.closecaptiononarialabel = ""; FMC.context.site.closecaptionoffarialabel = ""; FMC.context.site.closearialabel = "Close"; FMC.context.site.compareheadline = ""; FMC.context.site.standardlabel = ""; FMC.context.site.optionallabel = ""; FMC.context.site.notavailablelabel = ""; FMC.context.site.globalDisclosureLabelPrefix = ""; FMC.context.site.inlineDisclosureLabelPrefix = ""; FMC.context.site.zipcodeAriaLabelPrefix = "Zipcode"; FMC.context.site.backToTopAriaLabel = ""; FMC.context.site.reduceMotion = "false" === "true"; FMC.context.site.headerUrl = "https://www.ford.com"; FMC.context.site.videoStartAction = "{\x22name\x22:\x22video\u002Dsegment\u002D0\x22,\x22direct\x22:\x22video\u002Dsegment\u002D0\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22,\x22onclick_onclick\x22:\x22video:play\x22,\x22video_videoName\x22:\x22{($videoName)}\x22}}"; FMC.context.site.videoPauseAction = ""; FMC.context.site.video25Action = "{\x22name\x22:\x22video\u002Dsegment\u002D25\x22,\x22direct\x22:\x22video\u002Dsegment\u002D25\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.video50Action = "{\x22name\x22:\x22video\u002Dsegment\u002D50\x22,\x22direct\x22:\x22video\u002Dsegment\u002D50\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.video75Action = "{\x22name\x22:\x22video\u002Dsegment\u002D75\x22,\x22direct\x22:\x22video\u002Dsegment\u002D75\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.videoCompleteAction = "{\x22name\x22:\x22video\u002Dsegment\u002D100\x22,\x22direct\x22:\x22video\u002Dsegment\u002D100\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; } </script> <script> FMC.context.site.backToTopLabel = "Back To Top"; </script> <script> FMC.context.golf = FMC.context.golf || {}; FMC.context.golf.domain = "https:\/\/shop.ford.com"; FMC.context.golf.forms = [{"smartLinkId":"getupdates","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312720","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0001)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{(modelYear_0001)}\",\"vehicle_nameplate\":\"{(nameplate_0001)}\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate)}\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate)}\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate)}\",\"user_leadType\":\"get updates\"}}","phoneOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate)}\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"getquote","golfFormType":"request","golfFormId":"request","golfLeadContext":"Quote","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"312726","golfFormQaCodeEmail":"0799A","golfBrochureCode":"222","golfAllowChangeDealer":"true","golfAllowChangeVehicle":"false","golfHideAddress":"true","formShowAction":"{\"name\":\"quick-quote-start\",\"direct\":\"quick-quote-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0003)}{($nameplate,:ford )}\",\"page_siteSection\":\"{(site_section_0001)}\",\"page_hierarchy\":\"{(h1_0003)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0003)}\",\"page_pageType\":\"{(v129_0001)}\",\"onclick_onclick\":\"{(c5_0004)}\"}}","submissionSuccessAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0004)}{($nameplate,:ford )}\",\"page_siteSection\":\"{(site_section_0001)}\",\"page_hierarchy\":\"{(h1_0003)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0004)}\",\"page_tool\":\"{(v48_0001)}\",\"page_toolDescriptor\":\"{(v49_0001)}\",\"page_pageType\":\"{(v129_0001)}\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"{(v28_0001)}\",\"onclick_onclick\":\"{(c5_0004)}\"}}","emailOptinAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0004)}{($nameplate,:ford )}\",\"page_siteSection\":\"{(site_section_0001)}\",\"page_hierarchy\":\"{(h1_0003)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0004)}\",\"page_tool\":\"{(v48_0001)}\",\"page_toolDescriptor\":\"{(v49_0001)}\",\"page_pageType\":\"{(v129_0001)}\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"{(v28_0001)}\",\"onclick_onclick\":\"{(c5_0004)}\"}}"},{"smartLinkId":"testdrive","golfFormType":"schedule","golfFormId":"schedule","golfLeadContext":"ScheduleTestDrive","golfFormPresentation":"overlay","golfAllowChangeDealer":"true","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($golfNameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\"}}"},{"smartLinkId":"testdrivev2","golfFormType":"schedulev2","golfFormId":"schedulev2","golfLeadContext":"ScheduleTestDrive","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfAllowChangeDealer":"true","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($golfNameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"vehicle_modelYear\":\"{($golfYear)}\"}}"},{"smartLinkId":"schedulemodele","golfFormType":"schedulemodele","golfFormId":"schedulemodele","golfAffiliateLeadSource":"test drive","golfLeadContext":"BrandScheduleTestDriveModele","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"320801","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312720","golfAllowChangeDealer":"true","golfAllowChangeVehicle":"false","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($golfNameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\"}}"},{"smartLinkId":"guShop","golfFormType":"getupdates","golfFormId":"guShop","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312726"},{"smartLinkId":"guComm","golfFormType":"getupdates","golfFormId":"guComm","golfFormPresentation":"overlay","golfFormSkinVersion":"commform","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848501420"},{"smartLinkId":"fvslbroncortr","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700514","golfFormQaCodeMail":"0848700514","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\",\"page_toolDescriptor\":\"mail only\"}}"},{"smartLinkId":"fvslmustangnightshade","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700509","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslsdcarhartt","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700518","golfBrochureCode":"0848700518","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford super duty\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\",\"vehicle_nameplate\":\"ford super duty\",\"vehicle_modelYear\":\"2027\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford super duty\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford super duty\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslmlb","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700568","golfBrochureCode":"0848700568","formShowAction":"{\"name\":\"get-updates-start\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:1:info{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:1:info\",\"page_pageType\":\"fv:golf form\"}}","submissionSuccessAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadOptIn\":\"get updates\"}}","emailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadOptIn\":\"get updates\",\"page_toolDescriptor\":\"email only\"}}","mailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadOptIn\":\"get updates\",\"page_toolDescriptor\":\"mail only\"}}"},{"smartLinkId":"fvbroncofilsonwildland","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848700615","golfBrochureCode":"0848700615","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}"}]; FMC.context.golf.substitutions = "[\x22pageNameNoVehicle_0001={($sitePrefix)}:vehicle:home:test drive:1:info\x22,\x22h1_0001=shopping tools:fof:test drive{($modelYear,:)}{($segment,:)}{($nameplate,:ford )}\x22,\x22pageNameNoVehicle_0002={($sitePrefix)}:vehicle:home:test drive:2:thank you\x22,\x22c5_0001=vehicle:fof:home:test drive:thank you:addit\x27l info{($checkboxSelected,:)}\x22,\x22pageName_0001={($sitePrefix)}:vehicle:get updates:1:info{($nameplate,:ford )}\x22,\x22h1_0002=shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\x22,\x22pageName_0002={($sitePrefix)}:vehicle:get updates:2:thank you{($golfNameplate,:)}\x22,\x22modelYear_0001={($modelYear)}\x22,\x22nameplate_0001={($nameplate,ford )}\x22,\x22pageNameNoVehicle_0003=fv:qrfq:gip\x22,\x22pageNameNoVehicle_0004=fv:qrfq:gip:thank you\x22,\x22site_section_0001=quick quote\x22,\x22h1_0003=shopping tools:quick quote{($segment,:)}{($nameplate,:ford )}\x22,\x22v28_0001=qrfq:gip\x22,\x22v129_0001=fv:quote form\x22,\x22v48_0001=event:quick quote\x22,\x22v49_0001=gip\x22]"; </script> <script> FMC.context.credit = FMC.context.credit || {}; FMC.context.credit.prequalScript = "https://www.qualify.ford.com/webcompbutton/prequal-app-button.js"; FMC.context.credit.prequalSource = "SHOP\u002DP"; </script> <script> FMC.context.salesforce = FMC.context.salesforce || {}; FMC.context.salesforce.salesforceUrl = ""; </script> <script src="/acservices/metrics.ford.en_us.js"></script> <!-- Conditionally include tier2 content only when relevant data exists to optimize JSON payload size --> <script type="text/javascript"> FMC.context.tier2 = FMC.context.tier2 || {}; FMC.context.tier2.regionList = []; FMC.context.tier2.offerCard = FMC.context.tier2.offerCard || {}; FMC.context.tier2.offerCard.externalSmartLink = ""; FMC.context.tier2.offerCard.cardVariation = "HomePage"; FMC.context.tier2.offerCard.tabAction = ""; FMC.context.tier2.offerCard.segmentAction = ""; FMC.context.tier2.offerCard.carouselAction = ""; FMC.context.tier2.offerCard.offersSubstitution = ""; FMC.context.tier2.offerCard.noOffersSubstitution = ""; FMC.context.tier2.offerCard.offersPendingSubstitution = ""; FMC.context.tier2.offerCard.offersHeadingTag = ""; FMC.context.tier2.offerCard.noOffersHeadingTag = ""; FMC.context.tier2.offerCard.noOffersTitle = ""; FMC.context.tier2.offerCard.noOffersLabel = ""; FMC.context.tier2.offerCard.leaseOfferLabel = ""; FMC.context.tier2.offerCard.retailOfferLabel = ""; FMC.context.tier2.offerCard.justAnnouncedLabel = ""; FMC.context.tier2.offerCard.endingSoonLabel = ""; FMC.context.tier2.offerCard.disclaimerLabel = ""; FMC.context.tier2.offerCard.disclaimerAriaLabel = ""; FMC.context.tier2.offerCard.directionsLabel = ""; FMC.context.tier2.offerCard.directionsAriaLabel = ""; FMC.context.tier2.offerCard.directionsMtxAction = ""; FMC.context.tier2.offerCard.changeDealerLabel = ""; FMC.context.tier2.offerCard.changeDealerAriaLabel = ""; FMC.context.tier2.offerCard.changeDealerMtxAction = ""; FMC.context.tier2.offerCard.dynamicChangeDealerLabel = ""; FMC.context.tier2.offerCard.dynamicChangeDealerAriaLabel = ""; FMC.context.tier2.offerCard.dynamicChangeDealerMtxAction = ""; FMC.context.tier2.offerCard.dynamicMobileDealerMtxAction = ""; FMC.context.tier2.offerCard.dealerServiceURL = ""; FMC.context.tier2.offerCard.goToOffersLabel = ""; FMC.context.tier2.offerCard.goToOffersAriaLabel = ""; FMC.context.tier2.offerCard.campaignId = ""; FMC.context.tier2.offerCard.viewInventoryLabel = ""; FMC.context.tier2.offerCard.viewInventoryAriaLabel = ""; FMC.context.tier2.offerCard.viewInventoryMtxAction = ""; FMC.context.tier2.offerCard.viewInventoryCampaignId = ""; FMC.context.tier2.offerCard.visitDealerLabel = ""; FMC.context.tier2.offerCard.visitDealerAriaLabel = ""; FMC.context.tier2.offerCard.visitDealerMtxAction = ""; FMC.context.tier2.offerCard.visitDealerCampaignId = ""; FMC.context.tier2.offerCard.mobileVisitDealerLabel = ""; FMC.context.tier2.offerCard.mobileVisitDealerAriaLabel = ""; FMC.context.tier2.offerCard.mobileVisitDealerMtxAction = ""; FMC.context.tier2.offerCard.hideImage = "false"; FMC.context.tier2.dealerModal = FMC.context.tier2.dealerModal || {}; FMC.context.tier2.dealerModal.dealerModalTitle = ""; FMC.context.tier2.dealerModal.dealerModalCloseAriaLabel = ""; FMC.context.tier2.dealerModal.dealerModalScreenReaderDescription = ""; FMC.context.tier2.dealerModal.currentDealerLabel = ""; FMC.context.tier2.dealerModal.selectDifferentDealerLabel = ""; FMC.context.tier2.dealerModal.availableDealersLabel = ""; FMC.context.tier2.dealerModal.milesAwayLabel = ""; FMC.context.tier2.dealerModal.overlayOpenedScreenReaderDialog = ","; FMC.context.tier2.dealerModal.overlayClosedScreenReaderDialog = ","; FMC.context.tier2.dealerModal.selectedDealerLabel = ""; FMC.context.tier2.dealerModal.selectDealerMtxAction = ""; FMC.context.tier2.competitiveCompareModal = FMC.context.tier2.competitiveCompareModal || {}; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalTitle = ""; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalCloseAriaLabel = ""; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalScreenReaderDescription = ""; FMC.context.tier2.competitiveCompareModal.currentVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.selectDifferentVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.availableVehiclesLabel = ""; FMC.context.tier2.competitiveCompareModal.selectVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.selectVehicleMtxAction = ""; </script> <script async="" src="https://shop.ford.com/aemservices/common/api/component/v2/loader.js/golf-spc?make=Ford&amp;region=US"></script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford.lc--lc.min.js"></script> <footer data-cmp-is="footer" aria-label="Footer" class="footer"> <div class="language-selector-modal-overlay" tabindex="-1"> <button aria-label="Close" class="language-selector-modal-overlay__close" type="button"> <svg aria-label="Close Dialog" height="25" width="25"> <title>Close Dialog</title> <use href="#footer-skinny-close"></use> </svg> </button> <dialog class="language-selector-modal"> <h2 class="language-selector-modal__heading"> Please choose a language </h2> <div class="language-selector-modal__buttons"><a class="language-selector-modal__button language-selector-modal__button--current" href="#" data-language-code="en" data-language-domain="www.ford.com" title="English">English</a><a class="language-selector-modal__button" href="//es.ford.com/help/privacy/" data-language-code="es" data-language-domain="es.ford.com" title="Spanish">Spanish</a></div> </dialog> </div> <svg style="display: none" xmlns="http://www.w3.org/2000/svg"> <symbol id="footer-main-plus" viewBox="0 0 24 24"> <path d="M10.9 0v10.9H0v2.2h10.9V24h2.2V13.1H24v-2.2H13.1V0z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-main-minus" viewBox="0 0 24 24"> <path d="M0 10.9v2.2h24v-2.2z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-nav-search" viewBox="0 0 24 24"> <path d="M2.6 9.6c0-3.9 3.2-7.1 7.1-7.1s7.1 3.2 7.1 7.1-3.2 7.1-7.1 7.1-7.1-3.2-7.1-7.1m20.2 13.2c.3-.3.3-.8 0-1.1l-6.5-6.5c1.5-1.8 2.2-4.1 2-6.4-.4-3.9-3.5-7.2-7.5-7.7C6 .5 1.7 3.8 1.1 8.5v2.2c.5 3.9 3.7 7.1 7.7 7.5 2.3.3 4.7-.5 6.4-2l6.5 6.5c.3.3.8.3 1.1 0" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-main-new-window" viewBox="0 0 24 24"> <path d="M16.4 0H24v7.6h-2.8V4.8l-7.6 7.6-2.1-2.1 7.6-7.6h-2.8V0ZM0 2.9h11.8v2H2V22h17.1v-9.8h2V24H0z" fill="currentColor"></path> </symbol> <symbol id="footer-skinny-language-selector" viewBox="0 0 24 24"> <path d="M14.7 21c1.7-2.5 2.6-5.3 2.8-8.2h3.9c-.3 3.9-3 7.1-6.7 8.2M2.6 12.8h3.9c.1 2.9 1.1 5.8 2.8 8.2-3.6-1.1-6.3-4.3-6.7-8.2M9.3 3c-1.7 2.5-2.6 5.3-2.8 8.2H2.6c.3-3.9 3-7.1 6.7-8.2m3.5 8.2V3c1.9 2.4 3 5.3 3.1 8.2zm0 1.6h3.1c-.2 2.9-1.2 5.8-3.1 8.2zm-1.6 0V21c-1.9-2.4-3-5.3-3.1-8.2zm0-1.6H8.1c.2-2.9 1.2-5.8 3.1-8.2zm10.2 0h-3.9c-.1-2.9-1.1-5.8-2.8-8.2 3.6 1.1 6.3 4.3 6.7 8.2M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-skinny-logo" viewBox="0 0 80 30"> <path d="M40 0C17.7988 0 0 6.65555 0 15C0 23.2944 17.9432 30 40 30C62.0568 30 80 23.2722 80 15C80 6.72778 62.0568 0 40 0Z" fill="#00095B"></path> <path d="M63.4981 10.6943C63.5509 10.6027 63.4953 10.536 63.3787 10.536C62.7759 10.536 61.9843 10.536 61.3566 10.536C61.2066 10.536 61.1288 10.5555 61.0594 10.6943C60.8288 11.1388 58.004 15.3721 57.4763 16.1943C57.3874 16.3193 57.2791 16.3027 57.268 16.161C57.2152 15.6721 56.793 15.111 56.1292 14.8416C55.6236 14.636 55.1265 14.5999 54.6126 14.6666C53.6849 14.7916 52.8544 15.2805 52.1267 15.8332C51.0295 16.6666 50.0824 17.7471 48.863 18.5471C48.1964 18.9805 47.2826 19.361 46.6715 18.7943C46.1187 18.2805 46.1799 17.1416 47.027 16.261C47.1159 16.1693 47.2242 16.2471 47.2076 16.3277C47.127 16.7249 47.227 17.1221 47.527 17.3999C47.8964 17.7305 48.4241 17.7693 48.8769 17.5471C49.4102 17.2832 49.7241 16.7721 49.8157 16.1916C49.9574 15.2916 49.2658 14.4999 48.3991 14.436C47.6964 14.386 47.0215 14.6305 46.3632 15.1749C46.0326 15.4471 45.8465 15.6499 45.5605 16.0555C45.491 16.1555 45.3855 16.1666 45.3882 16.0193C45.4216 14.8693 44.9438 14.2221 43.9939 14.1999C43.2551 14.1832 42.4662 14.5832 41.8524 15.0721C41.1774 15.6138 40.5886 16.3305 39.9581 17.0055C39.8803 17.0888 39.8109 17.086 39.7886 16.9249C39.7692 16.161 39.5775 15.4249 39.2248 14.8999C39.0998 14.7166 38.8359 14.6277 38.6165 14.7499C38.5137 14.8055 38.161 14.9693 37.9027 15.1777C37.7749 15.2832 37.7249 15.436 37.7804 15.6305C38.1221 16.7693 38.0471 18.0638 37.5832 19.1582C37.1583 20.161 36.3333 21.0638 35.3639 21.3693C34.7251 21.5721 34.0613 21.4721 33.6502 20.9055C33.0863 20.1249 33.3141 18.7638 34.1557 17.636C34.8973 16.6416 35.9722 16.011 37.0416 15.6055C37.1666 15.5582 37.1944 15.4749 37.1583 15.3693C37.0999 15.1943 37.0083 14.9527 36.9694 14.8443C36.8722 14.5832 36.5972 14.5416 36.2611 14.5777C35.4834 14.6693 34.7806 14.936 34.089 15.3055C32.2725 16.2777 31.3642 18.1582 30.9642 19.1666C30.7726 19.6499 30.6087 19.9527 30.3948 20.2193C30.1087 20.5777 29.7504 20.9055 29.0922 21.4832C29.0338 21.536 28.9894 21.6471 29.0394 21.7499C29.106 21.8888 29.4477 22.3721 29.5449 22.4138C29.6504 22.4666 29.7754 22.3916 29.8254 22.3582C30.2865 22.0471 30.8337 21.5527 31.1031 21.2166C31.1976 21.1027 31.2948 21.1499 31.3448 21.3249C31.5948 22.2221 32.253 22.9527 33.1641 23.2582C34.8279 23.8193 36.5555 23.0082 37.8582 21.5916C38.6859 20.6916 38.9859 20.1138 39.3026 19.7221C39.8414 19.0555 40.9024 17.5638 42.1662 16.6055C42.6301 16.2527 43.1773 15.9832 43.455 16.161C43.6773 16.3055 43.7467 16.6388 43.3939 17.2832C42.1051 19.636 40.208 22.4027 39.8608 23.0721C39.797 23.1888 39.8525 23.2805 39.9747 23.2805C40.6497 23.2777 41.3163 23.2777 41.9301 23.2777C42.0329 23.2721 42.0774 23.2277 42.1274 23.1555C43.1162 21.6082 44.0467 20.1332 45.0438 18.611C45.0994 18.5221 45.1521 18.5916 45.1521 18.6305C45.1716 18.9832 45.2605 19.4666 45.4688 19.786C45.8465 20.3721 46.3798 20.6249 46.9742 20.6305C47.4464 20.636 47.6853 20.5638 48.1936 20.3749C48.6075 20.2221 48.9408 20.0193 49.1935 19.8388C49.3435 19.736 49.3685 19.9082 49.3657 19.936C49.138 21.1638 49.4185 22.6221 50.6407 23.2249C52.1017 23.9443 53.7071 22.9332 54.632 22.0193C54.7237 21.9305 54.8181 21.9416 54.8293 22.1305C54.8487 22.4805 55.007 22.8943 55.2959 23.1832C56.0708 23.961 57.6318 23.6527 59.2012 22.4388C60.2067 21.661 61.2621 20.5638 62.2121 19.3999C62.2482 19.3555 62.2732 19.2832 62.2065 19.2082C62.0621 19.0555 61.851 18.8832 61.7093 18.7499C61.6427 18.6943 61.5482 18.711 61.4927 18.7527C60.5177 19.6805 59.64 20.7388 58.3707 21.6138C57.9429 21.9138 57.2596 22.1527 56.9541 21.7388C56.8347 21.5777 56.8486 21.3555 56.9652 21.0638C57.3374 20.1416 63.1953 11.2221 63.4981 10.6943ZM55.7542 18.1749C55.7653 18.2443 55.8542 18.3082 55.9431 18.3416C55.9736 18.3527 55.9903 18.3749 55.957 18.4471C55.707 18.9805 55.4792 19.2888 55.1653 19.7527C54.8793 20.1805 54.5543 20.5166 54.1626 20.836C53.571 21.3249 52.7516 21.8582 52.0739 21.4999C51.7739 21.3443 51.6434 20.9221 51.6489 20.5805C51.6656 19.6193 52.0906 18.636 52.8794 17.6666C53.8404 16.4832 54.9042 15.8693 55.6014 16.2055C56.3236 16.5499 56.0931 17.386 55.7709 18.0416C55.7431 18.0916 55.7431 18.1332 55.7542 18.1749Z" fill="white"></path> <path d="M21.0065 23.2525C18.8233 23.2692 16.8984 21.9192 16.6762 19.5803C16.554 18.2859 16.9207 17.1303 17.6512 16.1803C18.3011 15.3331 19.4011 14.6303 20.3315 14.4581C20.6343 14.4025 21.0426 14.4387 21.2093 14.6387C21.4731 14.947 21.3981 15.2831 21.1343 15.4192C20.4232 15.7831 19.5677 16.4025 19.1455 17.2498C18.8011 17.9414 18.7317 18.7775 19.2566 19.572C20.1343 20.897 22.5786 20.9331 24.8535 18.8192C25.4173 18.3025 25.92 17.8053 26.4339 17.2164C27.4338 16.072 27.7671 15.6553 29.1004 13.8081C29.117 13.7859 29.1198 13.7581 29.1143 13.7442C29.1032 13.722 29.0837 13.7137 29.0448 13.7109C28.156 13.7359 27.3811 13.9998 26.6283 14.5637C26.4117 14.722 26.1006 14.6998 25.9617 14.4914C25.8089 14.2553 25.92 13.9498 26.17 13.7775C27.3811 12.9359 28.7032 12.7831 30.0559 12.5553C30.0559 12.5553 30.1503 12.5609 30.2281 12.4581C30.7836 11.747 31.2002 11.1025 31.7919 10.3831C32.3863 9.65254 33.1584 8.9831 33.7445 8.47754C34.5667 7.77199 35.0916 7.5331 35.6277 7.24421C35.7694 7.17199 35.611 7.0831 35.5666 7.0831C32.5807 6.52199 29.4754 5.79421 26.5089 6.89421C24.4535 7.66088 23.5535 9.29143 23.9868 10.3775C24.2952 11.1498 25.309 11.2748 26.2617 10.8109C27.0505 10.4248 27.781 9.79976 28.3004 8.99699C28.5893 8.55254 29.2004 8.87199 28.8698 9.64699C28.0032 11.6887 26.3422 13.3053 24.3229 13.3748C22.6036 13.4303 21.4954 12.1664 21.4981 10.6053C21.5037 7.52754 24.9312 5.49976 28.531 5.19699C32.8668 4.83865 36.9748 5.99421 41.2773 6.51643C44.5771 6.91643 47.738 6.92476 51.0544 6.16365C51.4461 6.07754 51.721 6.32754 51.696 6.72476C51.6627 7.29699 51.2211 7.84699 50.1295 8.44421C48.8879 9.12476 47.588 9.3331 46.2325 9.34421C42.9522 9.37199 39.8941 8.09143 36.7332 7.40532C36.7387 7.54421 36.7721 7.7081 36.6582 7.79699C34.9055 9.08865 33.3223 10.4025 32.2613 12.2442C32.2252 12.2859 32.2446 12.3275 32.3057 12.322C33.2279 12.272 34.0556 12.2498 34.9139 12.1803C35.0639 12.1692 35.0694 12.1303 35.0555 12.0192C34.9805 11.3831 35.1638 10.6609 35.7249 10.1609C36.2971 9.64699 37.0137 9.58865 37.4887 9.9581C38.0275 10.3775 37.9803 11.1359 37.6859 11.7025C37.3859 12.2775 36.8887 12.5859 36.4138 12.7359C36.4138 12.7359 36.3138 12.7581 36.3277 12.8498C36.3471 12.9942 36.9943 13.3553 37.0498 13.4498C37.1026 13.5414 37.0748 13.6831 36.9776 13.7914C36.9082 13.8692 36.8026 13.9442 36.6637 13.9414C36.5526 13.9387 36.486 13.8998 36.3415 13.8248C36.0499 13.6664 35.686 13.4081 35.4444 13.1025C35.3611 12.9998 35.3194 12.997 35.1139 13.0081C34.1834 13.0609 32.7335 13.2025 31.7502 13.3248C31.5113 13.3553 31.478 13.3998 31.428 13.4803C29.8614 16.0637 28.1893 18.8498 26.3506 20.7164C24.3813 22.7137 22.7425 23.2387 21.0065 23.2525ZM35.936 11.772C35.961 11.9053 36.0138 11.9303 36.0721 11.9192C36.3693 11.8609 36.6971 11.6137 36.8915 11.3303C37.0665 11.072 37.1498 10.6998 36.9748 10.5498C36.8193 10.4164 36.5638 10.4525 36.3777 10.6192C36.0027 10.9498 35.8888 11.4192 35.936 11.772Z" fill="white"></path> <path d="M39.9997 28.6919C18.829 28.6919 1.66907 22.5641 1.66907 15.003C1.66907 7.44193 18.829 1.31415 39.9997 1.31415C61.1677 1.31415 78.3249 7.44193 78.3249 15.003C78.3249 22.5641 61.1649 28.6919 39.9997 28.6919ZM39.9997 2.45304C19.5734 2.45304 3.01897 8.09748 3.01897 15.003C3.01897 21.9114 19.5762 27.5558 39.9997 27.5558C60.4233 27.5558 76.9805 21.9114 76.9805 15.003C76.9777 8.09748 60.4233 2.45304 39.9997 2.45304Z" fill="white"></path> </symbol> <symbol id="footer-skinny-ccpa" viewBox="0 0 49.9 24"> <path d="M17.1 24c-5.1 0-6.1 0-6.6-.1-1.3-.2-2.7-.6-3.7-1.1-.6-.3-1.5-.8-1.6-.8l-.6-.4c-1.4-1-2.7-2.6-3.5-4.3-.4-.9-.8-1.8-1-2.9-.2-.8-.2-.9-.2-2.2s0-1.8.3-3 1-2.7 1.7-3.7c1.7-2.5 4-4.2 6.6-5C9.8.1 10.2.1 12.4 0h25.1c1.9 0 2.4 0 3.4.4 1 .2 2.7 1 3.6 1.6 2.8 1.8 4.5 4.5 5.2 7.8.1.7.1.8.1 2.2s0 1.4-.2 2.2c-.8 3.9-3.2 7-6.8 8.7-1 .5-2.6.9-3.6 1H17m5.5-2.1.4-1.2c.4-1.6.4-1.7.9-3.5.2-.9.6-2.3.8-3.1.3-1.3.5-2 .9-3.4 0-.1.1-.5.2-.9s.2-.9.4-1.3.3-.9.3-1.2.3-1 .4-1.5.3-1.1.3-1.3c.1-.6.4-1.6.5-1.8v-.4h-17c-3.3.4-6.2 2.4-7.7 5.3-.4.8-.7 1.5-.9 2.3-.7 3 0 6 1.9 8.4 1.7 2 3.9 3.3 6.5 3.6.8 0 11.7.1 11.8 0m10.2-4.5s1-.9 2-2l1.9-1.9s.9.8 1.9 1.9c1.8 1.8 1.9 1.9 2.2 2s.6 0 .9-.1c.4-.2.5-.6.4-1.1 0-.3-.2-.4-2-2.2-1.1-1-1.9-1.9-1.9-2s.9-.9 1.9-2c1.4-1.4 2-2.2 2-2.6 0-.6-.8-1-1.5-.7-.1 0-.9.8-2.1 2l-1.9 1.9-1.9-1.9c-1-1-2-1.9-2.1-2q-.45-.15-.9 0c-.45.15-.3.2-.4.4-.3.6-.3.7 2 3l1.9 1.9-1.9 1.9c-1.1 1.1-2 2-2 2.1-.4.9.5 1.8 1.4 1.3" fill="#2b64f6"></path> <path d="M12.7 17.2c-.1 0-.4-.3-1.1-1l-2-2c-.6-.6-1.2-1.2-1.2-1.3-.2-.3-.1-.7 0-1 .2-.3.5-.5.8-.5h.5c.1 0 .8.7 1.7 1.6l1.6 1.6h.2s.4-.4.7-.8c.6-.7 1.6-1.8 2-2.3.2-.2.3-.4.4-.4 0 0 .2-.2.4-.5s.4-.5.6-.7c.1-.1.4-.5.7-.8.2-.3.5-.5.5-.6s.4-.4.7-.8c.6-.8.8-.9 1.3-.9s1 .5 1 1-.2.7-.4.8-.2.2-.3.3c-.2.2-.6.7-1.6 2-.7.9-2 2.3-2.4 2.8-.2.2-.3.4-.3.4s-.2.3-.5.6-.5.6-.6.6-.4.4-.7.8c-.7.8-.8.9-1.2 1h-.6" fill="#2b64f6"></path> </symbol> <symbol id="footer-skinny-close" viewBox="0 0 14.9 14.9"> <path d="M.011 13.864 13.871.004l1.06 1.061-13.86 13.86z" fill="currentColor"></path> <path d="M-.13 1.036.93-.024l13.86 13.859-1.06 1.06z" fill="currentColor"></path> </symbol> <symbol id="footer-social-get-updates" viewBox="0 0 36 27"> <path d="M0 0v27h36V0zm32.1 2.2L18 16.3 3.9 2.2h28.4-.1Zm-9.6 12.9L19.6 18c-.9.9-2.3.9-3.1 0l-2.9-2.9L4 24.7h28.4l-9.6-9.6zm-10.6-1.6-9.6 9.6V3.9zm12.2 0 9.6 9.6V3.9z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-social-facebook" viewBox="0 0 12 22"> <path d="M10.3 10.5H7v11H3.4v-11H1V8h2.4V4C3.4 2 5 .4 7 .4h3.5v3.1H8c-.6 0-1 .4-1 1v3.4h4.1l-.7 2.5Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-twitter" viewBox="0 0 24 24"> <path d="M14.5 10.2 23.2 0h-2.1l-7.6 8.8-6-8.8h-7l9.2 13.3L.5 24h2.1l8-9.3L17 24h7zm-2.9 3.3-.9-1.3L3.3 1.6h3.2l6 8.5.9 1.3 7.7 11.1h-3.2z" fill="currentColor"></path> </symbol> <symbol id="footer-social-youtube" viewBox="0 0 34 24"> <path d="M7.1.8h19.8c3.5 0 6.3 2.8 6.3 6.3V17c0 3.5-2.8 6.3-6.3 6.3H7.1C3.6 23.3.8 20.5.8 17V7C.8 3.6 3.6.8 7.1.8Zm6.1 16.8 9.3-4.4c.8-.4.9-1.6 0-2l-9.3-4.7c-.7-.4-1.6.2-1.6 1v9.1c0 .8.9 1.4 1.6 1Z" fill="none" stroke="currentColor" stroke-width="1.5px"></path> </symbol> <symbol id="footer-social-instagram" viewBox="0 0 25 24"> <path d="M17.1 0H7.4C3.5 0 .3 3.2.3 7.1v9.7c0 3.9 3.2 7.1 7.1 7.1h9.7c3.9 0 7.1-3.2 7.1-7.1V7.1C24.2 3.2 21 0 17.1 0m4.8 16.9c0 2.6-2.1 4.7-4.7 4.7H7.4c-2.6 0-4.7-2.1-4.7-4.7V7.1c0-2.6 2.1-4.7 4.7-4.7h9.7c2.6 0 4.7 2.1 4.7 4.7v9.7Z" fill="currentColor"></path> <path d="M12.3 5.8c-3.4 0-6.2 2.8-6.2 6.2s2.8 6.2 6.2 6.2 6.2-2.8 6.2-6.2-2.8-6.2-6.2-6.2m0 10c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8M18.5 7.3c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5S17 5 17 5.8s.7 1.5 1.5 1.5" fill="currentColor"></path> </symbol> <symbol id="footer-social-threads" viewBox="0 0 24 24"> <path d="M22.4 7.2c-.3-1.1-.8-2.2-1.5-3.1-1.1-1.6-2.5-2.7-4.3-3.3-1-.4-2-.6-3.1-.7-1.9-.2-3.7 0-5.5.6-1.3.5-2.5 1.2-3.4 2.2-1.3 1.3-2 2.9-2.5 4.6-.3 1.1-.5 2.3-.5 3.4 0 1.7 0 3.5.4 5.2.2 1 .6 2 1.1 3 1.2 2.2 3 3.7 5.4 4.4 1.1.3 2.2.5 3.3.5 1.3 0 2.6 0 3.8-.4 1.3-.4 2.5-1 3.5-1.9 1.7-1.6 2.6-3.5 2.3-5.8q-.15-1.35-.9-2.4c-.7-1.1-1.7-1.8-2.9-2.3-.1 0-.1-.1-.1-.2q0-1.2-.6-2.4c-.5-1.2-1.4-2-2.6-2.5-1.2-.4-2.3-.5-3.5-.2s-2.2.9-3 2v.2c.5.3 1 .7 1.5 1h.2c.4-.5.9-.9 1.5-1.1q1.05-.3 2.1 0c.6.1 1.2.5 1.5 1 .3.4.4.9.5 1.3 0 .2 0 .2-.1.1-.7 0-1.3-.1-2-.1-.6 0-1.2 0-1.8.1-.8.2-1.6.4-2.3.9-1.5 1.1-2 3-1.3 4.6.5 1.1 1.4 1.7 2.5 2.1 1 .4 2.1.4 3.2.2q1.95-.45 3-2.1c.5-.8.8-1.7.9-2.6 0 0 0-.1.1 0 .6.4 1.1.8 1.4 1.4.6 1.3.6 2.6 0 3.8-.5 1-1.4 1.8-2.4 2.3-.9.5-2 .8-3 .9-1.4.1-2.9 0-4.3-.3-.9-.3-1.8-.7-2.6-1.3-1.3-1-2-2.4-2.5-3.9-.3-1-.5-2.1-.5-3.2 0-1.4 0-2.8.3-4.2.2-.9.5-1.8.9-2.6.6-1.3 1.6-2.3 2.9-3.1 1.1-.6 2.4-.9 3.7-1h2.1c.9 0 1.7.3 2.5.6 1.8.7 3.1 2 3.9 3.7l.6 1.5s0 .1.2 0c.6-.2 1.2-.3 1.8-.5 0 0 .1 0 0-.2v-.2Zm-7 5.5c0 .7-.2 1.3-.5 1.9-.4.9-1.2 1.4-2.2 1.6-.6 0-1.1 0-1.7-.2-.5-.2-.9-.4-1.2-.9-.4-.7-.2-1.6.5-2.1.4-.3.9-.5 1.3-.6.5-.1 1-.1 1.5-.1.8 0 1.4 0 2.1.2.2 0 .2 0 .2.2" fill="currentColor"></path> </symbol> <symbol id="footer-social-tiktok" viewBox="0 0 24 24"> <path d="M18.1 6C17 5.3 16.2 4.2 16 2.9V2h-3.4v13.8c0 1.5-1.3 2.8-2.9 2.8s-.9-.1-1.3-.3c-.9-.5-1.5-1.4-1.5-2.6 0-1.6 1.3-2.9 2.9-2.9s.6 0 .9.1V9.4h-.9c-3.5 0-6.3 2.8-6.3 6.3s1.1 4 2.7 5.2c1 .7 2.3 1.1 3.6 1.1 3.5 0 6.3-2.8 6.3-6.3v-7c1.3 1 3 1.5 4.8 1.5V6.8c-1 0-1.9-.3-2.6-.8Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-vimeo" viewBox="0 0 29.8 24"> <path d="M25.4 0c2.9 0 4.3 1.7 4.3 4.9v.7c-.1 2.7-2.1 6.4-6.1 11.1-4 4.9-7.5 7.3-10.3 7.4-1.8 0-3.2-1.5-4.4-4.5l-1.2-4.1-1.2-4.1c-.9-3-1.8-4.5-2.9-4.5s-1 .4-2.3 1.3L-.1 6.5l2.2-1.8 2.2-1.8C6.3 1.3 7.8.4 8.8.3h.4q3.15 0 3.9 4.5c.3 1.7.5 3.1.7 4.1.2 1.1.3 1.8.5 2.2.7 2.8 1.4 4.2 2.2 4.2.6 0 1.5-.9 2.8-2.7 1.2-1.9 1.9-3.3 2-4.2v-.5c0-1.2-.7-1.8-2-1.8s-1.4.1-2.2.4c1.3-4.3 4-6.5 8-6.5z" fill="currentColor"></path> </symbol> <symbol id="footer-social-pinterest" viewBox="0 0 24 24"> <path d="M12 0C5.4 0 0 5.4 0 12s3 9.1 7.2 11c0-.8 0-1.8.2-2.8s1.5-6.5 1.5-6.5-.4-.8-.4-1.9c0-1.8 1-3.1 2.3-3.1s1.6.8 1.6 1.8-.7 2.7-1.1 4.3c-.3 1.3.6 2.3 1.9 2.3 2.3 0 3.8-2.9 3.8-6.4s-1.8-4.6-5-4.6-5.9 2.7-5.9 5.7.3 1.8.8 2.4c.2.3.3.4.2.7 0 .2-.2.8-.2 1 0 .3-.3.4-.6.3-1.7-.7-2.5-2.5-2.5-4.6 0-3.4 2.9-7.5 8.6-7.5S20 7.4 20 11s-2.6 8.2-6.5 8.2-2.5-.7-2.9-1.5c0 0-.7 2.8-.8 3.3-.3.9-.8 1.9-1.2 2.6 1.1.3 2.2.5 3.4.5 6.6 0 12-5.4 12-12S18.6.1 12 .1Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-bluesky" viewBox="0 0 27 24"> <path d="M13.5 10.6c-1.2-2.4-4.6-6.8-7.6-9C2.9-.4 1.8 0 1 .3S0 2 0 2.7.4 9.1.7 10c.9 3.1 4.2 4.1 7.2 3.8h.5-.5c-4.4.7-8.3 2.3-3.2 8 5.6 5.8 7.7-1.3 8.8-4.8 1.1 3.6 2.3 10.4 8.7 4.8 4.8-4.8 1.3-7.3-3.1-8h-.5.5c3 .3 6.3-.7 7.2-3.8.3-.9.7-6.5.7-7.3S26.8.6 26 .2c-.7-.3-1.9-.7-4.8 1.4-3.1 2.2-6.4 6.6-7.6 9Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-zalo" viewBox="0 0 24 24"> <path d="M8.128 1.02C10.31.413 12.606.336 14.824.797c3.611.745 6.986 2.842 8.514 6.326.796 1.814.879 4.16.218 6.042-.396 1.065-1.035 2.146-1.777 3.005-2.158 2.498-4.941 4.522-7.709 6.292-.775.496-2.174 1.48-3.067 1.314-.052-.672.018-1.29.136-1.953.274-1.535-.76-1.491-1.895-1.724-.393-.082-.785-.17-1.175-.267l-.284-.102c-.406-.154-.856-.227-1.247-.407C4.002 18.155 1.695 16.266.615 13.63a7.69 7.69 0 0 1-.362-1.037C-1.064 6.967 2.934 2.508 8.128 1.02ZM2.874 7.27l.004 1.036c1.095 0 2.224-.014 3.316.012C5.057 9.69 4.052 11.192 2.93 12.58c-.276.342-.3.504-.359.926l3.044.008c.517 0 1.046.011 1.562-.02a.324.324 0 0 0 .26-.117c.096-.31.08-.578.082-.897-.26.007-.529.005-.789-.001-.812-.018-1.637.015-2.448-.013 1.034-1.61 2.438-3.092 3.453-4.72.072-.116.113-.326.148-.462-.572-.026-1.174-.031-1.748-.023-1.082.016-2.182-.024-3.261.008Zm7.473 1.022c-.807.074-1.441.35-1.947.96-.901 1.088-.732 2.867.415 3.718.559.413 1.177.576 1.857.506.213-.023.423-.07.625-.143.233-.097.467-.198.686-.324.038.15.067.28.131.422.344.088.567.082.926.081l.005-5.025c-.17-.002-.93-.035-1.026.042-.018.094-.014.13-.007.223-.117.058-.446-.132-.565-.199-.344-.193-.704-.29-1.1-.261Zm3.763 2.787c0 .623-.045 1.822.082 2.381.337.04.56.052.9.053V7.244c-.322-.002-.658-.01-.98-.004l-.002 3.84Zm4.533-2.777c-1.437.081-2.536 1.313-2.454 2.75.083 1.437 1.315 2.535 2.752 2.452 1.435-.084 2.533-1.315 2.45-2.75-.082-1.435-1.312-2.533-2.748-2.452ZM10.146 9.388c.552-.097 1.114.11 1.47.543.357.432.455 1.023.255 1.547-.2.523-.667.899-1.22.983-.844.128-1.634-.446-1.772-1.287-.138-.842.428-1.638 1.267-1.786Zm8.383.002c.551-.096 1.112.111 1.468.544.355.432.452 1.022.252 1.545-.2.522-.666.898-1.219.982-.843.129-1.633-.446-1.77-1.288-.137-.842.429-1.637 1.269-1.783Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-linkedin" viewBox="0 0 24 24"> <path d="M21.1283 1.0021C21.3822 1.00152 21.6661 0.993329 21.9164 1.01382C22.5426 1.06525 23.1724 1.61684 23.2621 2.24624C23.3015 2.52237 23.2897 2.8404 23.2894 3.12319L23.2875 4.46401V17.6662L23.2885 20.3341C23.2891 20.8183 23.2964 21.3023 23.2826 21.7863C23.2598 22.5803 22.6487 23.1534 21.8881 23.2775C21.5063 23.2912 21.0106 23.2758 20.6215 23.2755L17.9379 23.2746H4.7201L3.34705 23.2765C3.08771 23.2787 2.68278 23.2949 2.43983 23.2707C2.11614 23.2416 1.80949 23.1114 1.56385 22.8986C1.24836 22.6289 1.03184 22.2533 1.01502 21.8371C0.998656 21.4314 1.00673 21.0034 1.00721 20.5958L1.00819 18.3751V11.3322L1.00721 5.27651L1.00526 3.42397C1.00471 3.10085 0.989675 2.74179 1.01307 2.42202C1.07296 1.60563 1.70595 1.05273 2.50819 1.00308L15.6957 1.00405H19.8676L21.1283 1.0021ZM4.31092 9.35562L4.30995 19.9708C5.39552 19.9711 6.53259 19.9529 7.61366 19.9718L7.61463 9.35562H4.31092ZM17.5931 9.298C17.0671 9.14074 16.3935 9.05956 15.8392 9.10171C14.4798 9.15973 13.5344 9.75115 12.8334 10.8986C12.8439 10.3848 12.8459 9.87041 12.8392 9.35659H9.67616V19.9699C10.7665 19.9703 11.8916 19.9561 12.9789 19.9718L12.9769 16.175C12.9769 15.2174 12.879 13.7488 13.2914 12.9152C13.9509 11.6102 16.1252 11.6422 16.5072 13.0402C16.7656 13.986 16.6805 15.4705 16.6801 16.4787V19.9699L20.0072 19.9718V15.5822C20.0069 13.3576 20.2711 10.0989 17.5931 9.298ZM5.87538 4.06069C4.81406 4.11046 3.99538 5.01423 4.05018 6.07534C4.10523 7.13626 5.01287 7.95073 6.07362 7.89077C7.1269 7.8309 7.93461 6.93075 7.88026 5.8771C7.8258 4.82335 6.92933 4.01165 5.87538 4.06069Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-line" viewBox="0 0 24 24"> <path d="M11.9872 1.0001C13.6114 0.994087 15.2247 1.26548 16.7577 1.80186C21.4455 3.45726 25.39 8.04514 23.5292 13.2481C22.2664 16.7794 18.7538 19.9078 15.6473 21.8536C14.6298 22.4797 13.5759 23.0461 12.4921 23.5489C12.1733 23.6973 11.323 24.0317 11.1083 23.7413C10.5082 22.9298 11.878 21.1357 10.6454 20.544C10.2789 20.3682 9.7104 20.2566 9.28015 20.1905C4.82571 19.5072 0.381433 16.1098 0.0233106 11.3565C-0.152367 9.05633 0.67433 6.85755 2.18542 5.13291C4.44976 2.55433 7.70229 1.26575 11.0751 1.02939C11.2518 1.00523 11.7981 1.00032 11.9872 1.0001ZM15.5341 8.22666C15.3362 8.10589 14.3148 8.0626 14.3026 8.28037C14.2548 9.17487 14.277 10.6126 14.2762 11.4806L12.7118 9.35947C12.4391 8.99141 12.0885 8.49038 11.8016 8.14756C11.4572 8.14651 11.0607 8.13542 10.7206 8.14854C10.5409 8.37314 10.5969 8.95452 10.5966 9.25596L10.5946 10.8604V12.6017C10.5946 12.9199 10.575 13.2568 10.6112 13.5724C10.6206 13.6536 10.6199 13.7082 10.6864 13.7638C10.8539 13.9029 11.4898 13.8678 11.7108 13.8331C11.7905 13.8204 11.8388 13.7743 11.8807 13.7091C11.986 13.5444 11.9205 10.9419 11.9208 10.5216C12.4583 11.2367 12.9928 11.9549 13.5223 12.6759C13.7784 13.0221 14.1278 13.5231 14.3983 13.838C14.7361 13.8384 15.1326 13.8492 15.4657 13.836C15.5207 13.7731 15.5731 13.7024 15.5751 13.6153C15.6116 12.0047 15.5832 10.3899 15.5897 8.77842C15.5904 8.62686 15.5875 8.36455 15.5341 8.22666ZM20.1493 8.20811C19.9679 8.10383 16.8689 8.13691 16.5067 8.14756C16.45 8.22073 16.4004 8.29618 16.3993 8.39268C16.3852 10.1136 16.3941 11.8401 16.4003 13.5606C16.4006 13.6103 16.4336 13.6979 16.4559 13.7423C16.9412 13.9735 18.9901 13.7787 19.6454 13.8429C19.7677 13.8548 20.1696 13.8469 20.1874 13.6993C20.2294 13.5379 20.3207 12.558 20.078 12.544C19.3037 12.4994 18.4954 12.5178 17.7157 12.5187C17.7131 12.3149 17.6686 11.7679 17.7811 11.6456L17.83 11.6427C18.2124 11.6448 19.88 11.6944 20.1366 11.5831C20.2757 11.428 20.281 10.5305 20.1112 10.378C19.792 10.2793 18.1379 10.324 17.7157 10.3263L17.7167 9.45615C18.1016 9.4578 19.9457 9.52059 20.1522 9.37705C20.2698 9.21965 20.2639 8.39239 20.1493 8.20811ZM9.74597 8.23545C9.53242 8.0819 8.86478 8.14357 8.58483 8.15049C8.42649 8.35809 8.47869 9.02597 8.47839 9.30381L8.47741 11.0255L8.47839 12.6778C8.4798 13.9939 8.32518 13.8728 9.68835 13.8321C9.73097 13.78 9.77811 13.7107 9.78015 13.6427C9.80224 12.887 9.79408 12.0792 9.79479 11.3263V9.46396C9.79444 9.22527 9.81826 8.42887 9.74597 8.23545ZM4.04284 8.14854C3.98647 8.22014 3.94345 8.28942 3.94128 8.38193C3.92138 9.20213 3.92956 10.0621 3.92956 10.879V12.5226C3.92988 12.7773 3.8911 13.6301 4.04968 13.7979C4.34207 13.8641 5.27324 13.8479 5.63073 13.8429C6.28227 13.8336 6.99465 13.8553 7.64147 13.837C7.86213 13.6031 7.80254 12.6519 7.67175 12.5919C7.3613 12.4545 5.54999 12.518 5.25476 12.5196C5.25586 11.9231 5.30523 8.58104 5.19128 8.22568C5.02939 8.08767 4.27561 8.14405 4.04284 8.14854Z" fill="currentColor"></path> </symbol> </svg> <div class="disclosures" data-cmp-is="disclosures"> <div class="disclosures__container"> <button aria-expanded="false" class="disclosures__heading" type="button"> Disclosures <span class="disclosures__control-icon"> <svg aria-hidden="true" height="16" width="16"> &gt; <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> &gt; <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-hidden="true" class="disclosures__content" data-subheadline-tag="h2" role="region" tabindex="-1" style="display: block"> <div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">Note</h2></div><div class="disclosures__disclosure-description">Information is provided on an "as is" basis and could include technical, typographical or other errors.
373It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.</div><div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">50</h2></div><div class="disclosures__disclosure-description"><p>Ford Security Package requires the Ford app, modem activation, and an activated plan.377It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.</div><div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">50</h2></div><div class="disclosures__disclosure-description">Ford Security Package requires the Ford app, modem activation, and an activated plan.
376Not available in U.S. territories.</p> </div><div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">63</h2></div><div class="disclosures__disclosure-description">Commands may vary by phone and AppLink<sup>®</sup> software.</div><div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">64</h2></div><div class="disclosures__disclosure-description"><p>Employee Pricing is available at participating dealers.380Not available in U.S. territories.</div><div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">63</h2></div><div class="disclosures__disclosure-description">Commands may vary by phone and AppLink<sup>®</sup> software.</div><div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">68</h2></div><div class="disclosures__disclosure-description">Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
377Employee Starting At Price is for base vehicle.Removed
378Excludes <a href="https://www.ford.com/auto-shipping-delivery-charges/" aria-label="Learn more about Ford auto transport and delivery charges">destination/delivery fee</a> plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
379Optional equipment not included.Removed
380See dealer for details.</p> </div><div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">68</h2></div><div class="disclosures__disclosure-description">Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
448Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.&nbsp;See dealer for details.</div></div> </div> </div> <nav class="footer-nav"> <form action="https://www.ford.com/search/" class="footer-nav__form" method="GET" name="globalSearchForm" role="search" data-search-click-action="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:footer{($typeahead,:)}&quot;}}"> <div class="footer-nav__form-group"> <input aria-label="Search" autocapitalize="none" autocomplete="off" autocorrect="off" class="footer-nav__input" name="f:searchInputString" placeholder="Search" type="search"> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> <button aria-label="Search Submit" class="footer-nav__submit" style="order: -1" type="submit"> <svg aria-label="Search Submit" height="24" width="24"> <title>Search Submit</title> <use href="#footer-nav-search"></use> </svg> </button> </div> </form> <div class="footer-nav__popular"> <h2 class="footer-nav__heading"> </h2> <ul class="footer-nav__unordered-list"> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/trucks/f150-lightning/2025/?gnav=footer-popular" target="_self"> Lightning® </a> </li> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/suvs/bronco/2026/?gnav=footer-popular" target="_self"> Bronco® </a> </li> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/trucks/maverick/2026/?gnav=footer-popular" target="_self"> Maverick® </a> </li> </ul> </div> </nav> <div class="footer-main" data-cmp-is="footer-main" style="--footer-main-column-count: 5" test="com.ford.aem.foundation.core.models.footer.NavigationLinkModel@172b087d,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@43bfc067,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@1c9f50e,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@68a8c1f4,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@270f447c"> <div class="footer-main__item"> <h2 class="footer-main__heading"> All Vehicles </h2> <button aria-controls="footer-main-accordion-0" aria-expanded="true" class="footer-main__heading footer-main__control" id="footer-main-control-0" type="button" disabled="true"> All Vehicles <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-0" class="footer-main__accordion" id="footer-main-accordion-0" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/suvs/?gnav=footer-all-vehicles" target="_self"> SUVs &amp; Crossovers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-trucks/?gnav=footer-all-vehicles" target="_self"> Trucks &amp; Vans </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self"> </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-cars/?gnav=footer-all-vehicles" target="_self"> Cars </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-hybrids-evs/?gnav=footer-all-vehicles" target="_self"> Electrified </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-commercial-trucks/?gnav=footer-all-vehicles" target="_self"> Commercial Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/future-vehicles/?gnav=footer-all-vehicles" target="_self"> Future Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/used/?gnav=footer-all-vehicles" target="_self"> Certified Used </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="http://shop.ford.com/showroom/?gnav=footer-all-vehicles" target="_self"> All Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-performance-vehicles/?gnav=footer-all-vehicles" target="_self"> Performance Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/awards/?gnav=footer-all-vehicles" target="_self"> Awards </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Shop </h2> <button aria-controls="footer-main-accordion-1" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-1" type="button"> Shop <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-1" class="footer-main__accordion" id="footer-main-accordion-1" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##bp?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Build &amp; Price </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##si?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Search Inventory </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##iqq?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Get a Quote </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="http://www.intelliprice.com/intellipricedealer/start.htm?dealerID=1141009&amp;VendorBrand=Ford&amp;SecondaryLeadSource=VeretechFV&amp;SecondaryID=FordVehiclesOEM&amp;PrimaryLeadSource=VeretechFV?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://www.intelliprice.com/intellipricedealer/start.htm?dealerID=1141009&amp;VendorBrand=Ford&amp;SecondaryLeadSource=VeretechFV&amp;SecondaryID=FordVehiclesOEM&amp;PrimaryLeadSource=VeretechFV?gnav=footer-shop:footer&quot;}}"> Trade-In Value </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/towing/?gnav=footer-shop" target="_self"> Towing Guides </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##getupdates?gnav=footer-shop" tabindex="0" role="button" style="cursor: pointer;"> Get Updates </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordblueadvantage.com/cars-for-sale/all/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fordblueadvantage.com/cars-for-sale/all/:footer&quot;}}"> Certified Used </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/firstresponder?gnav=footer-shop" target="_self"> First Responder </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/accessories/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:gfa:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;gfa:home&quot;}}"> Accessories Store </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://merchandise.ford.com/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://merchandise.ford.com/?gnav=footer-shop:footer&quot;}}"> Ford Merchandise </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/accessibility/?gnav=footer-shop" target="_self"> Accessibility Program </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/parts/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fpol:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fpol:home&quot;}}"> Ford Parts </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Finance </h2> <button aria-controls="footer-main-accordion-2" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-2" type="button"> Finance <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-2" class="footer-main__accordion" id="footer-main-accordion-2" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:home&quot;}}"> Ford Credit Home </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/why-ford-credit?gnav=footer-finance" target="_self"> Why Ford Credit </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/finance-options?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:finance options:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:finance options&quot;}}"> Finance Options </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/payment-calculator?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:payment estimator:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:payment estimator&quot;}}"> Payment Calculator </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/credit-education?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:credit education:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:credit education&quot;}}"> Credit Education </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/customer-support?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:support:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:support&quot;}}"> Customer Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/prequalify/?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:ovf:prequal:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:ovf:prequal&quot;}}"> Qualify for Financing </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://accountmanager.ford.com?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:amo:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:amo&quot;}}"> Ford Credit Account </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/ford-insure?gnav=footer-finance" target="_self"> Ford Insure </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/investor-center/ford-interest-advantage/?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:fia:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:fia&quot;}}"> Ford Interest Advantage </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/investor-center?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:investor center:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:investor center&quot;}}"> Investor Center </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Experience Ford </h2> <button aria-controls="footer-main-accordion-3" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-3" type="button"> Experience Ford <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-3" class="footer-main__accordion" id="footer-main-accordion-3" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://corporate.ford.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fv:corporate:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fv:corporate:home&quot;}}"> Corporate </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.careers.ford.com/en/home.html/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:ford:careers:footer&quot;,&quot;onclick_referredTo&quot;:&quot;ford:careers&quot;}}"> Careers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://shareholder.ford.com/investors/overview/default.aspx/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://shareholder.ford.com/investors/overview/default.aspx:footer&quot;}}"> Investors </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fromtheroad.ford.com/us/en/home?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fromtheroad.ford.com/us/en/home&quot;}}"> Ford From the Road </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fromtheroad.ford.com/us/en/company-news?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fromtheroad.ford.com/us/en/company-news&quot;}}"> Company News </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://corporate.ford.com/about/purpose/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:ford:about:footer&quot;,&quot;onclick_referredTo&quot;:&quot;ford:about&quot;}}"> About Ford </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordpro.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fpro:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fpro:home&quot;}}"> Ford Pro </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://performance.ford.com/home.html?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fr:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fr:home&quot;}}"> Ford Racing </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.warriorsinpink.ford.com/?srccode=501582-016&amp;utm_source=fordcomlink&amp;utm_medium=fordcom&amp;utm_campaign=WIP2022&amp;gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:wip:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;wip:home&quot;}}"> Warriors in Pink </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordphilanthropy.org/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fordphilanthropy.org:footer&quot;}}"> Ford Philanthropy </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/technology/connected-navigation?gnav=footer-aboutford" target="_self"> Connected Navigation </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/fordpass?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fordpass:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fordpass&quot;}}"> Ford App </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/technology/driver-assist-technology/?gnav=footer-aboutford" target="_self"> Ford Co-Pilot360 Technology </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/owner-benefits?gnav=footer-aboutford" target="_self"> Owner Benefits </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/electric?gnav=footer-aboutford" target="_self"> Going Electric </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://fordheritagevault.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://fordheritagevault.com:footer&quot;}}"> Ford Heritage Vault </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Support </h2> <button aria-controls="footer-main-accordion-4" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-4" type="button"> Support <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-4" class="footer-main__accordion" id="footer-main-accordion-4" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/dealerships/#/context/owner/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:lad:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:lad&quot;}}"> Locate a Dealer </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:home&quot;}}"> Support Home </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/technology/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:tech:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:tech&quot;}}"> Technology Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:service maintainance:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:service maintainance&quot;}}"> Service and Maintenance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/electric-vehicle/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:electric vehicle:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:electric vehicle&quot;}}"> Electric Vehicle Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/vehicle-dashboard/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:vehile dashboard:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:vehile dashboard&quot;}}"> Owner Vehicle Dashboard Log In </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/fordpass/fordpass-rewards/overview/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fpr:overview:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fpr:overview&quot;}}"> Ford Rewards </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/vehicle-health/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:vehicle heath report:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:vehicle heath report&quot;}}"> Vehicle Health Report </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/owner-manuals/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner manual:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner manual&quot;}}"> Warranty &amp; Owner Manuals </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/maintenance-schedule/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:maintenance schedule:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:maintenance schedule&quot;}}"> Maintenance Schedule </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/recalls/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:recalls:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:recalls&quot;}}"> Recalls </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/service-maintenance/coupons-offers-rebates/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:coupons offers rebates:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:coupons offers rebates&quot;}}"> Coupons and Offers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/roadside-assistance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:roadside:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:roadside&quot;}}"> Roadside Assistance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/collision-assistance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:service maintain:collision assist:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:service maintain:collision assist&quot;}}"> Collision Assistance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/help/privacy?gnav=footer-support" target="_self"> California Consumer Notice </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/how-tos/fordpass/fordpass-connect/how-do-i-disconnect-remote-vehicle-access/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:howtos:disconnect remote vehicle access:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:howtos:disconnect remote vehicle access&quot;}}"> Disconnect Remote Vehicle Access </a> </li> </ul> </div> </div> </div> <div class="footer-social"> <a class="footer-social__subscribe" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;get-updates-start-cta&quot;,&quot;direct&quot;:&quot;get-updates-start-cta&quot;,&quot;secondary&quot;:&quot;websdk-get-updates-start-cta&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:vehicle:get updates:content action&quot;,&quot;onclick_onclick&quot;:&quot;get updates:content:location:social footer&quot;}}" data-smartlink-href="##getupdates" tabindex="0" role="button" style="cursor: pointer;"> <svg aria-hidden="true" height="24" width="32"> <title>Get Updates Icon</title> <use href="#footer-social-get-updates"></use> </svg> Get Updates </a> <div class="footer-social-v2__media"> <h2 class="footer-social-v2__media-heading">Follow Ford</h2> <ul class="footer-social-v2__links"> <li class="footer-social-v2__links"> <a class="footer-social__link-icon footer-social__link-icon--facebook" href="http://www.facebook.com/ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:facebook:footer&quot;}}"> <svg aria-label="facebook" height="24" width="24"> <title>facebook</title> <use href="#footer-social-facebook"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--twitter" href="http://www.twitter.com/ford" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:twitter:footer&quot;}}"> <svg aria-label="twitter" height="24" width="24"> <title>twitter</title> <use href="#footer-social-twitter"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--youtube" href="http://www.youtube.com/user/ford" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:youtube:footer&quot;}}"> <svg aria-label="youtube" height="24" width="34"> <title>youtube</title> <use href="#footer-social-youtube"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--instagram" href="http://www.instagram.com/ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:instagram:footer&quot;}}"> <svg aria-label="instagram" height="24" width="24"> <title>instagram</title> <use href="#footer-social-instagram"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--threads" href="https://www.threads.net/@ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:threads:footer&quot;}}"> <svg aria-label="threads" height="24" width="24"> <title>threads</title> <use href="#footer-social-threads"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--tiktok" href="https://www.tiktok.com/@ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:tik tok:footer&quot;}}"> <svg aria-label="tiktok" height="24" width="24"> <title>tiktok</title> <use href="#footer-social-tiktok"></use> </svg> </a> </li> </ul> </div> </div> <div class="footer-skinny " data-cmp-is="footer-skinny"> <div class="footer-skinny__primary "> <button class="footer-skinny__language-selector" type="button"> <svg aria-hidden="true" height="24" width="24"> Change Language <title>Change Language Icon</title> <use href="#footer-skinny-language-selector"></use> </svg> Change Language </button> <a class="footer-skinny__logo hide-on-mobile" href="https://www.ford.com"> <svg height="33" width="84"> <title></title> <use href="#footer-skinny-logo"></use> </svg> </a> </div> <div class="footer-skinny__secondary"> <ul class="footer-skinny__bottom-links"> <li class="footer-skinny__bottom-link"> <a href="http://corporate.ford.com" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fv:corporate:home&quot;,&quot;onclick_referredTo&quot;:&quot;fv:corporate:home&quot;}}"> © 2026 Ford Motor Company </a> </li> <li class="footer-skinny__bottom-link hide-on-mobile"> <a href="//www.ford.com/content/na/ford/en_us/help/sitemap" target="_self" rel="noopener noreferrer"> Site Map </a> </li> <li class="footer-skinny__bottom-link "> <a target="_self" rel="noopener noreferrer" data-smartlink-href="#$commentCard" tabindex="0" role="button" style="cursor: pointer;"> Site Feedback </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/glossary" target="_self" rel="noopener noreferrer"> Glossary </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/contact" target="_self" rel="noopener noreferrer"> Contact Us </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/brand_ford/en_us/brand/help/contact#accessibility" target="_self" rel="noopener noreferrer"> Accessibility </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/terms" target="_self" rel="noopener noreferrer"> Terms &amp; Conditions </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/privacy" target="_self" rel="noopener noreferrer"> Privacy Notice </a> </li> <li class="footer-skinny__bottom-link "> <a target="_self" rel="noopener noreferrer" data-smartlink-href="#$cookieSettings" tabindex="0" role="button" style="cursor: pointer;"> Cookie Settings </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/privacy/ccpa" target="_self" rel="noopener noreferrer"> Your Privacy Choices <svg height="16" width="33.3" aria-hidden="true" class="footer-skinny__icon footer-skinny__icon--mobile "> <title>CCPA compliance badge</title> <use href="#footer-skinny-ccpa"></use> </svg> </a> </li> <li class="footer-skinny__bottom-link hide-on-mobile"> <a href="https://www.ford.com/help/privacy/#interestbasedads" target="_self" rel="noopener noreferrer"> Interest Based Ads </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/third-party-trademarks" target="_self" rel="noopener noreferrer"> Third-Party Trademarks </a> </li> </ul> <a class="footer-skinny__logo hide-on-desktop"> <svg height="30" width="80"> <title></title> <use href="#footer-skinny-logo"></use> </svg> </a> </div> </div> </footer><div class="simplechoiceoverlay simpleChoiceOverlay"> <div class="cmp-simpleChoiceOverlay simple-choice-overlay-component inherit" data-fgx-simple-choice-overlay-list=""> <div class="cmp-simpleChoiceOverlay__overlay simple-choice-overlay-new externalUrl overlay-hidden" data-sc-overlay-id="adchoices" data-sc-overlay-trigger="externalUrl" role="dialog" aria-labelledby="adchoicesHeading" aria-describedby="description" tabindex="-1" data-fgx-simple-choice="" aria-modal="true" data-sc-initialized="true"> <div class="cmp-simpleChoiceOverlay__content"> <div class="cmp-simpleChoiceOverlay__modal-header"> <button aria-label="Close" class="close-button" data-close-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:close&quot;}}"> <svg aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </button> </div> <div class="cmp-simpleChoiceOverlay__modal-body"> <div class="container"> <h2 class="modal-headline" id="adchoicesHeading"> You are now leaving www.ford.com </h2> <div class="modal-description" id="description"> <p>Ford’s privacy will no longer apply.448Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.&nbsp;See dealer for details.</div><div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">196</h2></div><div class="disclosures__disclosure-description">An activated vehicle modem, compatible network availability, and the Ford app (formerly known as the FordPass<sup>®</sup> app) are required for remote features.
449Please refer to the redirected website for its privacy policy.<br> </p> <p><i>&nbsp;</i></p> </div> <div class="modal-buttons"> <div class="hidden metrics-actions" data-cta-two-action=" {&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:close&quot;}}" data-cta-one-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:close&quot;}}"></div> <div class="button cmp-button--primary background-light color-blue" data-target-component="button"> <a type="link" id="cta-one" class="cmp-button " href="#" aria-label="Stay on the Ford website" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{(pev2_0002)}&quot;,&quot;onclick_onclick&quot;:&quot;{(c5_0003)}&quot;}}" target="_self"> <span class="cmp-button__text">Continue</span> </a> </div> <div class="button cmp-button--primary background-light color-blue" data-target-component="button"> <a type="link" id="cta-two" class="cmp-button " href="#" aria-label="Leave the Ford website" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:cancel&quot;}}" target="_self"> <span class="cmp-button__text">Cancel</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> <script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-header.lc--lc.min.js"></script><script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-footer.lc--lc.min.js"></script><script defer="defer" type="text/javascript" src="https://www.ford.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js"></script><script> window.FMC = window.FMC || {}; window.FMC.context = window.FMC.context || {}; window.FMC.context.inlinedisclosures = {}; window.FMC.context.header = window.FMC.context.header || {}; window.FMC.context.site = window.FMC.context.site || {}; FMC.context.header.translator = "motionpoint"; FMC.context.header.allLanguages = JSON.parse( "[{\x22code\x22:\x22en\x22,\x22label\x22:\x22EN\x22,\x22description\x22:\x22English\x22,\x22domain\x22:\x22www.ford.com\x22,\x22isCurrent\x22:true},{\x22code\x22:\x22es\x22,\x22label\x22:\x22ES\x22,\x22description\x22:\x22Spanish\x22,\x22domain\x22:\x22es.ford.com\x22}]", ); FMC.context.header.languageLinks = JSON.parse( "[{\x22code\x22:\x22es\x22,\x22label\x22:\x22ES\x22,\x22description\x22:\x22Spanish\x22,\x22domain\x22:\x22es.ford.com\x22}]", ); FMC.context.header.currentLanguage = JSON.parse( "{\x22code\x22:\x22en\x22,\x22label\x22:\x22EN\x22,\x22description\x22:\x22English\x22,\x22domain\x22:\x22www.ford.com\x22,\x22isCurrent\x22:true}", ); FMC.context.header.mpEasyLinkUrlFord = ""; FMC.context.header.clwApplicationId = "CCCA9FB8\u002DB941\u002D46AD\u002DA89F\u002DF9D9D699DD68"; FMC.context.header.ciClientId = "98569d7d\u002Dcfed\u002D4ede\u002Da134\u002D875acc6e97d1"; FMC.context.header.fmaUseAzureAuth = "enabled"; FMC.context.header.fmaRedirectPagePath = "https://www.ford.com/login/"; FMC.context.header.fmaDataFSUrl = "https://stg.api.mps.ford.com"; FMC.context.site.fsUrl = "https://stg.api.mps.ford.com"; FMC.context.site.fpsUrl = "https://www.ford.com/fps"; FMC.context.header.locale = "en_us"; FMC.context.header.pageType = "none"; FMC.context.header.includeFMAScriptIfSyndicated = "include"; FMC.context.header.profileLandingUrlFord = ""; FMC.context.header.fmaIncludeScript = "https://www.account.ford.com/etc/fd/fma/bundle.js"; FMC.context.header.clwMpsHost = "https://api.foundational.ford.com"; FMC.context.header.shopUrlFord = ""; FMC.context.header.medalliaFormId = "6333"; FMC.context.site.country = FMC?.context?.header?.locale ?.substring(3, 5) .toUpperCase(); let make = "ford"; FMC.context.site.make = make.charAt(0).toUpperCase() + make.slice(1); // Using scriptString to safely inject the JSON data let vehicleData = "[{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:38135.0,\x22azPrice\x22:34883.0,\x22xPrice\x22:36542.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37790.0,\x22azPrice\x22:34570.0,\x22xPrice\x22:36216.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Escape\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:30350.0,\x22azPrice\x22:28231.0,\x22xPrice\x22:29458.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:28231.0,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22F\u002DStripped Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45025.0,\x22azPrice\x22:38096.0,\x22xPrice\x22:39861.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22SuperDuty\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45975.0,\x22azPrice\x22:42108.0,\x22xPrice\x22:44073.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:42108.0,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Expedition\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:62700.0,\x22azPrice\x22:57912.0,\x22xPrice\x22:60430.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:57912.0,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Escape Plugin Hybrid\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:35400.0,\x22azPrice\x22:32865.0,\x22xPrice\x22:34286.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Maverick\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:28145.0,\x22azPrice\x22:26771.0,\x22xPrice\x22:27912.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:26771.0,\x22destinationDeliveryCharge\x22:1845.0},{\x22model\x22:\x22Explorer\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:40050.0,\x22azPrice\x22:37131.0,\x22xPrice\x22:38733.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1695.0},{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:38134.0,\x22azPrice\x22:34882.0,\x22xPrice\x22:36541.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Bronco Sport\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:31845.0,\x22azPrice\x22:29763.0,\x22xPrice\x22:31044.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:29763.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:69995.0,\x22azPrice\x22:58371.0,\x22xPrice\x22:61149.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2495.0},{\x22model\x22:\x22Mache\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37995.0,\x22azPrice\x22:36005.0,\x22xPrice\x22:35484.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:36005.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D150 F\u002D150\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:37290.0,\x22azPrice\x22:34412.0,\x22xPrice\x22:35969.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:34412.0,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:41330.0,\x22azPrice\x22:37782.0,\x22xPrice\x22:39565.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:44890.0,\x22azPrice\x22:41123.0,\x22xPrice\x22:42959.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22F\u002DStripped Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:42125.0,\x22azPrice\x22:35661.0,\x22xPrice\x22:37313.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit VanWagon\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:56400.0,\x22azPrice\x22:51568.0,\x22xPrice\x22:53850.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Escape Plugin Hybrid\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:38400.0,\x22azPrice\x22:35617.0,\x22xPrice\x22:37155.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22E\u002DTransit\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45700.0,\x22azPrice\x22:42315.0,\x22xPrice\x22:41995.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:42315.0,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Mustang\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:32640.0,\x22azPrice\x22:30333.0,\x22xPrice\x22:31642.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:30333.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:34595.0,\x22azPrice\x22:31670.0,\x22xPrice\x22:33192.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Explorer\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:38465.0,\x22azPrice\x22:35676.0,\x22xPrice\x22:37233.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:35676.0,\x22destinationDeliveryCharge\x22:1795.0},{\x22model\x22:\x22Bronco Sport\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:31695.0,\x22azPrice\x22:29941.0,\x22xPrice\x22:31216.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:29941.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:69995.0,\x22azPrice\x22:58371.0,\x22xPrice\x22:61159.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:0.0},{\x22model\x22:\x22Mache\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:37795.0,\x22azPrice\x22:35818.0,\x22xPrice\x22:35239.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:35818.0,\x22destinationDeliveryCharge\x22:2045.0},{\x22model\x22:\x22Chassis Cab\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:50165.0,\x22azPrice\x22:45909.0,\x22xPrice\x22:48121.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D150 F\u002D150\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37450.0,\x22azPrice\x22:34558.0,\x22xPrice\x22:36122.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:34558.0,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Escape Hybrid\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:33890.0,\x22azPrice\x22:31480.0,\x22xPrice\x22:32843.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:41330.0,\x22azPrice\x22:37782.0,\x22xPrice\x22:39565.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22SuperDuty Commercial\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45300.0,\x22azPrice\x22:41495.0,\x22xPrice\x22:43436.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:43700.0,\x22azPrice\x22:40043.0,\x22xPrice\x22:41834.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit VanWagon\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:59180.0,\x22azPrice\x22:54091.0,\x22xPrice\x22:56480.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22Bronco\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:39995.0,\x22azPrice\x22:38080.0,\x22xPrice\x22:39691.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:38080.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22E\u002DTransit\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:48150.0,\x22azPrice\x22:44563.0,\x22xPrice\x22:44039.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:44563.0,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22Mustang\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:31920.0,\x22azPrice\x22:29671.0,\x22xPrice\x22:30953.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:29671.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Ranger\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:33550.0,\x22azPrice\x22:31503.0,\x22xPrice\x22:32861.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:31503.0,\x22destinationDeliveryCharge\x22:1895.0},{\x22model\x22:\x22Transit Commercial\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:47400.0,\x22azPrice\x22:43401.0,\x22xPrice\x22:45335.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:69685.0,\x22azPrice\x22:58113.0,\x22xPrice\x22:60889.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:0.0},{\x22model\x22:\x22Escape\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:29515.0,\x22azPrice\x22:27465.0,\x22xPrice\x22:28659.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22SuperDuty Commercial\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45975.0,\x22azPrice\x22:42108.0,\x22xPrice\x22:44073.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Chassis Cab\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:50540.0,\x22azPrice\x22:46250.0,\x22xPrice\x22:48474.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22SuperDuty\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45300.0,\x22azPrice\x22:41495.0,\x22xPrice\x22:43436.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:41495.0,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D150 Lightning\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:54780.0,\x22azPrice\x22:50646.0,\x22xPrice\x22:50179.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:50646.0,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Bronco\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:40795.0,\x22azPrice\x22:38834.0,\x22xPrice\x22:40476.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:38834.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Expedition\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:62400.0,\x22azPrice\x22:57637.0,\x22xPrice\x22:60144.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:57637.0,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Ranger\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:33350.0,\x22azPrice\x22:31318.0,\x22xPrice\x22:32668.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:31318.0,\x22destinationDeliveryCharge\x22:1895.0},{\x22model\x22:\x22Maverick\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:28145.0,\x22azPrice\x22:26771.0,\x22xPrice\x22:27913.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:26771.0,\x22destinationDeliveryCharge\x22:1695.0},{\x22model\x22:\x22Escape Hybrid\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:32490.0,\x22azPrice\x22:30195.0,\x22xPrice\x22:31504.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Transit Commercial\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:48400.0,\x22azPrice\x22:44308.0,\x22xPrice\x22:46280.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0}]"; // Parse the vehicle data and assign it to the FMC context FMC.context.header.vehicle = JSON.parse(vehicleData); FMC.context.site.headerUrl = "https://www.ford.com"; FMC.context.site.searchURL = "https://www.ford.com/search/"; FMC.context.site.azlabel = "<p>Starting AZ Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.xplanlabel = "<p>Starting X Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.leasepricelabel = "{{payment}}\/mo"; FMC.context.site.msrplabel = "<p>Starting at MSRP {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.priceFormat = ""; window.FMC.context.globaldisclosures = {"0":{"id":"35","ariaLabel":"","title":"disclaimerSirusXM","description":"All SiriusXM services require a subscription.449Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.
450Service subject to the SiriusXM Customer Agreement and Privacy Policy, visit <a href=\"https://www.siriusxm.com#!adchoices\" title=\"\" target=\"_blank\">www.siriusxm.com</a> to see complete terms and how to cancel which includes calling <a href=\"tel:1-866-635-2349\" title=\"\" target=\"\">1-866-635-2349</a>.450Remote features may vary by model.</div></div> </div> </div> <nav class="footer-nav"> <form action="https://www.ford.com/search/" class="footer-nav__form" method="GET" name="globalSearchForm" role="search" data-search-click-action="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:footer{($typeahead,:)}&quot;}}"> <div class="footer-nav__form-group"> <input aria-label="Search" autocapitalize="none" autocomplete="off" autocorrect="off" class="footer-nav__input" name="f:searchInputString" placeholder="Search" type="search"> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> <button aria-label="Search Submit" class="footer-nav__submit" style="order: -1" type="submit"> <svg aria-label="Search Submit" height="24" width="24"> <title>Search Submit</title> <use href="#footer-nav-search"></use> </svg> </button> </div> </form> <div class="footer-nav__popular"> <h2 class="footer-nav__heading"> </h2> <ul class="footer-nav__unordered-list"> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/trucks/f150-lightning/2025/?gnav=footer-popular" target="_self"> Lightning® </a> </li> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/suvs/bronco/2026/?gnav=footer-popular" target="_self"> Bronco® </a> </li> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/trucks/maverick/2026/?gnav=footer-popular" target="_self"> Maverick® </a> </li> </ul> </div> </nav> <div class="footer-main" data-cmp-is="footer-main" style="--footer-main-column-count: 5" test="com.ford.aem.foundation.core.models.footer.NavigationLinkModel@2c16acc7,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@c930762,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@c1c0709,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@5b65908a,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@428c7fb5"> <div class="footer-main__item"> <h2 class="footer-main__heading"> All Vehicles </h2> <button aria-controls="footer-main-accordion-0" aria-expanded="true" class="footer-main__heading footer-main__control" id="footer-main-control-0" type="button" disabled="true"> All Vehicles <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-0" class="footer-main__accordion" id="footer-main-accordion-0" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/suvs/?gnav=footer-all-vehicles" target="_self"> SUVs &amp; Crossovers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-trucks/?gnav=footer-all-vehicles" target="_self"> Trucks &amp; Vans </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self"> </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-cars/?gnav=footer-all-vehicles" target="_self"> Cars </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-hybrids-evs/?gnav=footer-all-vehicles" target="_self"> Electrified </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-commercial-trucks/?gnav=footer-all-vehicles" target="_self"> Commercial Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/future-vehicles/?gnav=footer-all-vehicles" target="_self"> Future Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/used/?gnav=footer-all-vehicles" target="_self"> Certified Used </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="http://shop.ford.com/showroom/?gnav=footer-all-vehicles" target="_self"> All Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-performance-vehicles/?gnav=footer-all-vehicles" target="_self"> Performance Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/awards/?gnav=footer-all-vehicles" target="_self"> Awards </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Shop </h2> <button aria-controls="footer-main-accordion-1" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-1" type="button"> Shop <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-1" class="footer-main__accordion" id="footer-main-accordion-1" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##bp?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Build &amp; Price </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##si?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Search Inventory </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##iqq?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Get a Quote </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="http://www.intelliprice.com/intellipricedealer/start.htm?dealerID=1141009&amp;VendorBrand=Ford&amp;SecondaryLeadSource=VeretechFV&amp;SecondaryID=FordVehiclesOEM&amp;PrimaryLeadSource=VeretechFV?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://www.intelliprice.com/intellipricedealer/start.htm?dealerID=1141009&amp;VendorBrand=Ford&amp;SecondaryLeadSource=VeretechFV&amp;SecondaryID=FordVehiclesOEM&amp;PrimaryLeadSource=VeretechFV?gnav=footer-shop:footer&quot;}}"> Trade-In Value </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/towing/?gnav=footer-shop" target="_self"> Towing Guides </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##getupdates?gnav=footer-shop" tabindex="0" role="button" style="cursor: pointer;"> Get Updates </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordblueadvantage.com/cars-for-sale/all/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fordblueadvantage.com/cars-for-sale/all/:footer&quot;}}"> Certified Used </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/firstresponder?gnav=footer-shop" target="_self"> First Responder </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/accessories/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:gfa:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;gfa:home&quot;}}"> Accessories Store </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://merchandise.ford.com/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://merchandise.ford.com/?gnav=footer-shop:footer&quot;}}"> Ford Merchandise </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="/accessibility?gnav=footer-shop" target="_self"> Accessibility Program </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/parts/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fpol:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fpol:home&quot;}}"> Ford Parts </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Finance </h2> <button aria-controls="footer-main-accordion-2" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-2" type="button"> Finance <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-2" class="footer-main__accordion" id="footer-main-accordion-2" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:home&quot;}}"> Ford Credit Home </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/why-ford-credit?gnav=footer-finance" target="_self"> Why Ford Credit </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/finance-options?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:finance options:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:finance options&quot;}}"> Finance Options </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/payment-calculator?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:payment estimator:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:payment estimator&quot;}}"> Payment Calculator </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/credit-education?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:credit education:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:credit education&quot;}}"> Credit Education </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/customer-support?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:support:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:support&quot;}}"> Customer Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/prequalify/?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:ovf:prequal:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:ovf:prequal&quot;}}"> Qualify for Financing </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://accountmanager.ford.com?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:amo:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:amo&quot;}}"> Ford Credit Account </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/ford-insure?gnav=footer-finance" target="_self"> Ford Insure </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/investor-center/ford-interest-advantage/?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:fia:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:fia&quot;}}"> Ford Interest Advantage </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/investor-center?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:investor center:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:investor center&quot;}}"> Investor Center </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Experience Ford </h2> <button aria-controls="footer-main-accordion-3" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-3" type="button"> Experience Ford <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-3" class="footer-main__accordion" id="footer-main-accordion-3" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://corporate.ford.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fv:corporate:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fv:corporate:home&quot;}}"> Corporate </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.careers.ford.com/en/home.html/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:ford:careers:footer&quot;,&quot;onclick_referredTo&quot;:&quot;ford:careers&quot;}}"> Careers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://shareholder.ford.com/investors/overview/default.aspx/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://shareholder.ford.com/investors/overview/default.aspx:footer&quot;}}"> Investors </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fromtheroad.ford.com/us/en/home?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fromtheroad.ford.com/us/en/home&quot;}}"> Ford From the Road </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fromtheroad.ford.com/us/en/company-news?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fromtheroad.ford.com/us/en/company-news&quot;}}"> Company News </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://corporate.ford.com/about/purpose/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:ford:about:footer&quot;,&quot;onclick_referredTo&quot;:&quot;ford:about&quot;}}"> About Ford </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordpro.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fpro:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fpro:home&quot;}}"> Ford Pro </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://performance.ford.com/home.html?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fr:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fr:home&quot;}}"> Ford Racing </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.warriorsinpink.ford.com/?srccode=501582-016&amp;utm_source=fordcomlink&amp;utm_medium=fordcom&amp;utm_campaign=WIP2022&amp;gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:wip:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;wip:home&quot;}}"> Warriors in Pink </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordphilanthropy.org/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fordphilanthropy.org:footer&quot;}}"> Ford Philanthropy </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/technology/connected-navigation?gnav=footer-aboutford" target="_self"> Connected Navigation </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/fordpass?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fordpass:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fordpass&quot;}}"> Ford App </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/technology/driver-assist-technology/?gnav=footer-aboutford" target="_self"> Ford Co-Pilot360 Technology </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/owner-benefits?gnav=footer-aboutford" target="_self"> Owner Benefits </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/electric?gnav=footer-aboutford" target="_self"> Going Electric </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://fordheritagevault.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://fordheritagevault.com:footer&quot;}}"> Ford Heritage Vault </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Support </h2> <button aria-controls="footer-main-accordion-4" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-4" type="button"> Support <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-4" class="footer-main__accordion" id="footer-main-accordion-4" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/dealerships/#/context/owner/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:lad:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:lad&quot;}}"> Locate a Dealer </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:home&quot;}}"> Support Home </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/technology/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:tech:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:tech&quot;}}"> Technology Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:service maintainance:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:service maintainance&quot;}}"> Service and Maintenance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/electric-vehicle/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:electric vehicle:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:electric vehicle&quot;}}"> Electric Vehicle Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/vehicle-dashboard/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:vehile dashboard:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:vehile dashboard&quot;}}"> Owner Vehicle Dashboard Log In </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/fordpass/fordpass-rewards/overview/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fpr:overview:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fpr:overview&quot;}}"> Ford Rewards </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/vehicle-health/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:vehicle heath report:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:vehicle heath report&quot;}}"> Vehicle Health Report </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/owner-manuals/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner manual:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner manual&quot;}}"> Warranty &amp; Owner Manuals </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/maintenance-schedule/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:maintenance schedule:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:maintenance schedule&quot;}}"> Maintenance Schedule </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/recalls/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:recalls:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:recalls&quot;}}"> Recalls </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/service-maintenance/coupons-offers-rebates/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:coupons offers rebates:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:coupons offers rebates&quot;}}"> Coupons and Offers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/roadside-assistance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:roadside:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:roadside&quot;}}"> Roadside Assistance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/collision-assistance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:service maintain:collision assist:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:service maintain:collision assist&quot;}}"> Collision Assistance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/help/privacy?gnav=footer-support" target="_self"> California Consumer Notice </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/how-tos/ford-technology/vehicle-modem/how-do-i-disconnect-remote-vehicle-access/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:howtos:disconnect remote vehicle access:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:howtos:disconnect remote vehicle access&quot;}}"> Disconnect Remote Vehicle Access </a> </li> </ul> </div> </div> </div> <div class="footer-social"> <a class="footer-social__subscribe" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;get-updates-start-cta&quot;,&quot;direct&quot;:&quot;get-updates-start-cta&quot;,&quot;secondary&quot;:&quot;websdk-get-updates-start-cta&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:vehicle:get updates:content action&quot;,&quot;onclick_onclick&quot;:&quot;get updates:content:location:social footer&quot;}}" data-smartlink-href="##getupdates" tabindex="0" role="button" style="cursor: pointer;"> <svg aria-hidden="true" height="24" width="32"> <title>Get Updates Icon</title> <use href="#footer-social-get-updates"></use> </svg> Get Updates </a> <div class="footer-social-v2__media"> <h2 class="footer-social-v2__media-heading">Follow Ford</h2> <ul class="footer-social-v2__links"> <li class="footer-social-v2__links"> <a class="footer-social__link-icon footer-social__link-icon--facebook" href="http://www.facebook.com/ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:facebook:footer&quot;}}"> <svg aria-label="facebook" height="24" width="24"> <title>facebook</title> <use href="#footer-social-facebook"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--twitter" href="http://www.twitter.com/ford" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:twitter:footer&quot;}}"> <svg aria-label="twitter" height="24" width="24"> <title>twitter</title> <use href="#footer-social-twitter"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--youtube" href="http://www.youtube.com/user/ford" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:youtube:footer&quot;}}"> <svg aria-label="youtube" height="24" width="34"> <title>youtube</title> <use href="#footer-social-youtube"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--instagram" href="http://www.instagram.com/ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:instagram:footer&quot;}}"> <svg aria-label="instagram" height="24" width="24"> <title>instagram</title> <use href="#footer-social-instagram"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--threads" href="https://www.threads.net/@ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:threads:footer&quot;}}"> <svg aria-label="threads" height="24" width="24"> <title>threads</title> <use href="#footer-social-threads"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--tiktok" href="https://www.tiktok.com/@ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:tik tok:footer&quot;}}"> <svg aria-label="tiktok" height="24" width="24"> <title>tiktok</title> <use href="#footer-social-tiktok"></use> </svg> </a> </li> </ul> </div> </div> <div class="footer-skinny " data-cmp-is="footer-skinny"> <div class="footer-skinny__primary "> <button class="footer-skinny__language-selector" type="button"> <svg aria-hidden="true" height="24" width="24"> Change Language <title>Change Language Icon</title> <use href="#footer-skinny-language-selector"></use> </svg> Change Language </button> <a class="footer-skinny__logo hide-on-mobile" href="https://www.ford.com"> <svg height="33" width="84"> <title></title> <use href="#footer-skinny-logo"></use> </svg> </a> </div> <div class="footer-skinny__secondary"> <ul class="footer-skinny__bottom-links"> <li class="footer-skinny__bottom-link"> <a href="http://corporate.ford.com" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fv:corporate:home&quot;,&quot;onclick_referredTo&quot;:&quot;fv:corporate:home&quot;}}"> © 2026 Ford Motor Company </a> </li> <li class="footer-skinny__bottom-link hide-on-mobile"> <a href="//www.ford.com/content/na/ford/en_us/help/sitemap" target="_self" rel="noopener noreferrer"> Site Map </a> </li> <li class="footer-skinny__bottom-link "> <a target="_self" rel="noopener noreferrer" data-smartlink-href="#$commentCard" tabindex="0" role="button" style="cursor: pointer;"> Site Feedback </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/glossary" target="_self" rel="noopener noreferrer"> Glossary </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/contact" target="_self" rel="noopener noreferrer"> Contact Us </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/brand_ford/en_us/brand/help/contact#accessibility" target="_self" rel="noopener noreferrer"> Accessibility </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/terms" target="_self" rel="noopener noreferrer"> Terms &amp; Conditions </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/privacy" target="_self" rel="noopener noreferrer"> Privacy Notice </a> </li> <li class="footer-skinny__bottom-link "> <a target="_self" rel="noopener noreferrer" data-smartlink-href="#$cookieSettings" tabindex="0" role="button" style="cursor: pointer;"> Cookie Settings </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/privacy/ccpa" target="_self" rel="noopener noreferrer"> Your Privacy Choices <svg height="16" width="33.3" aria-hidden="true" class="footer-skinny__icon footer-skinny__icon--mobile "> <title>CCPA compliance badge</title> <use href="#footer-skinny-ccpa"></use> </svg> </a> </li> <li class="footer-skinny__bottom-link hide-on-mobile"> <a href="https://www.ford.com/help/privacy/#interestbasedads" target="_self" rel="noopener noreferrer"> Interest Based Ads </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/third-party-trademarks" target="_self" rel="noopener noreferrer"> Third-Party Trademarks </a> </li> </ul> <a class="footer-skinny__logo hide-on-desktop"> <svg height="30" width="80"> <title></title> <use href="#footer-skinny-logo"></use> </svg> </a> </div> </div> </footer><div class="simplechoiceoverlay simpleChoiceOverlay"> <div class="cmp-simpleChoiceOverlay simple-choice-overlay-component inherit" data-fgx-simple-choice-overlay-list=""> <div class="cmp-simpleChoiceOverlay__overlay simple-choice-overlay-new externalUrl overlay-hidden" data-sc-overlay-id="adchoices" data-sc-overlay-trigger="externalUrl" role="dialog" aria-labelledby="adchoicesHeading" aria-describedby="description" tabindex="-1" data-fgx-simple-choice="" aria-modal="true" data-sc-initialized="true"> <div class="cmp-simpleChoiceOverlay__content"> <div class="cmp-simpleChoiceOverlay__modal-header"> <button aria-label="Close" class="close-button" data-close-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:close&quot;}}"> <svg aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </button> </div> <div class="cmp-simpleChoiceOverlay__modal-body"> <div class="container"> <h2 class="modal-headline" id="adchoicesHeading"> You are now leaving www.ford.com </h2> <div class="modal-description" id="description"> <p>Ford’s privacy will no longer apply.
451Some services, content and features are subject to device capabilities, an active data connection enabled in the vehicle and location availability.451Please refer to the redirected website for its privacy policy.<br> </p> <p><i>&nbsp;</i></p> </div> <div class="modal-buttons"> <div class="hidden metrics-actions" data-cta-two-action=" {&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:close&quot;}}" data-cta-one-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:close&quot;}}"></div> <div class="button cmp-button--primary background-light color-blue" data-target-component="button"> <a type="link" id="cta-one" class="cmp-button " href="#" aria-label="Stay on the Ford website" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;{(c5_0003)}&quot;}}" target="_self"> <span class="cmp-button__text">Continue</span> </a> </div> <div class="button cmp-button--primary background-light color-blue" data-target-component="button"> <a type="link" id="cta-two" class="cmp-button " href="#" aria-label="Leave the Ford website" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:cancel&quot;}}" target="_self"> <span class="cmp-button__text">Cancel</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> <script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-header.lc--lc.min.js"></script><script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-footer.lc--lc.min.js"></script><script defer="defer" type="text/javascript" src="https://www.ford.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js"></script><script> window.FMC = window.FMC || {}; window.FMC.context = window.FMC.context || {}; window.FMC.context.inlinedisclosures = {}; window.FMC.context.header = window.FMC.context.header || {}; window.FMC.context.site = window.FMC.context.site || {}; window.FMC.context.vehicle = window.FMC.context.vehicle || {}; FMC.context.header.translator = "motionpoint"; FMC.context.header.allLanguages = JSON.parse( "[{\x22code\x22:\x22en\x22,\x22label\x22:\x22EN\x22,\x22description\x22:\x22English\x22,\x22domain\x22:\x22www.ford.com\x22,\x22isCurrent\x22:true},{\x22code\x22:\x22es\x22,\x22label\x22:\x22ES\x22,\x22description\x22:\x22Spanish\x22,\x22domain\x22:\x22es.ford.com\x22}]", ); FMC.context.header.languageLinks = JSON.parse( "[{\x22code\x22:\x22es\x22,\x22label\x22:\x22ES\x22,\x22description\x22:\x22Spanish\x22,\x22domain\x22:\x22es.ford.com\x22}]", ); FMC.context.header.currentLanguage = JSON.parse( "{\x22code\x22:\x22en\x22,\x22label\x22:\x22EN\x22,\x22description\x22:\x22English\x22,\x22domain\x22:\x22www.ford.com\x22,\x22isCurrent\x22:true}", ); FMC.context.header.mpEasyLinkUrlFord = ""; FMC.context.header.clwApplicationId = "CCCA9FB8\u002DB941\u002D46AD\u002DA89F\u002DF9D9D699DD68"; FMC.context.header.ciClientId = "98569d7d\u002Dcfed\u002D4ede\u002Da134\u002D875acc6e97d1"; FMC.context.header.fmaUseAzureAuth = "enabled"; FMC.context.header.fmaRedirectPagePath = "https://www.ford.com/login/"; FMC.context.header.fmaDataFSUrl = "https://stg.api.mps.ford.com"; FMC.context.site.fsUrl = "https://stg.api.mps.ford.com"; FMC.context.site.fpsUrl = "https://www.ford.com/fps"; FMC.context.header.locale = "en_us"; FMC.context.header.pageType = "none"; FMC.context.header.includeFMAScriptIfSyndicated = "include"; FMC.context.header.profileLandingUrlFord = ""; FMC.context.header.fmaIncludeScript = "https://www.account.ford.com/etc/fd/fma/bundle.js"; FMC.context.header.clwMpsHost = "https://api.foundational.ford.com"; FMC.context.header.shopUrlFord = ""; FMC.context.header.medalliaFormId = "6333"; FMC.context.site.country = FMC?.context?.header?.locale ?.substring(3, 5) .toUpperCase(); let make = "ford"; FMC.context.site.make = make.charAt(0).toUpperCase() + make.slice(1); // Using scriptString to safely inject the JSON data let vehicleData = "[{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:38135.0,\x22azPrice\x22:34883.0,\x22xPrice\x22:36583.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37790.0,\x22azPrice\x22:34570.0,\x22xPrice\x22:36216.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Escape\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:30350.0,\x22azPrice\x22:28231.0,\x22xPrice\x22:29471.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22F\u002DStripped Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45025.0,\x22azPrice\x22:38096.0,\x22xPrice\x22:39866.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22SuperDuty\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45975.0,\x22azPrice\x22:42108.0,\x22xPrice\x22:44129.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Expedition\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:62700.0,\x22azPrice\x22:57912.0,\x22xPrice\x22:60453.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Escape Plugin Hybrid\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:35400.0,\x22azPrice\x22:32865.0,\x22xPrice\x22:34300.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Maverick\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:28145.0,\x22azPrice\x22:26771.0,\x22xPrice\x22:27926.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1845.0},{\x22model\x22:\x22Explorer\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:40050.0,\x22azPrice\x22:37131.0,\x22xPrice\x22:38733.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1695.0},{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:38134.0,\x22azPrice\x22:34882.0,\x22xPrice\x22:36585.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Bronco Sport\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:31845.0,\x22azPrice\x22:30081.0,\x22xPrice\x22:31375.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:69995.0,\x22azPrice\x22:58371.0,\x22xPrice\x22:61164.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Mache\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37995.0,\x22azPrice\x22:36005.0,\x22xPrice\x22:35484.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D150 F\u002D150\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:37290.0,\x22azPrice\x22:34412.0,\x22xPrice\x22:35998.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:41330.0,\x22azPrice\x22:37782.0,\x22xPrice\x22:39609.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:44890.0,\x22azPrice\x22:41123.0,\x22xPrice\x22:42984.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22F\u002DStripped Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:42125.0,\x22azPrice\x22:35661.0,\x22xPrice\x22:37317.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit VanWagon\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:56400.0,\x22azPrice\x22:51568.0,\x22xPrice\x22:53875.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Expedition\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:63600.0,\x22azPrice\x22:58738.0,\x22xPrice\x22:61314.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Escape Plugin Hybrid\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:38400.0,\x22azPrice\x22:35617.0,\x22xPrice\x22:37168.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22E\u002DTransit\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45700.0,\x22azPrice\x22:42315.0,\x22xPrice\x22:41995.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Mustang\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:32995.0,\x22azPrice\x22:30658.0,\x22xPrice\x22:31994.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:34595.0,\x22azPrice\x22:31670.0,\x22xPrice\x22:33192.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Explorer\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:38465.0,\x22azPrice\x22:35676.0,\x22xPrice\x22:37250.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1795.0},{\x22model\x22:\x22Bronco Sport\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:31695.0,\x22azPrice\x22:29941.0,\x22xPrice\x22:31229.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:69995.0,\x22azPrice\x22:58371.0,\x22xPrice\x22:61175.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:0.0},{\x22model\x22:\x22Mache\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:37795.0,\x22azPrice\x22:35818.0,\x22xPrice\x22:35239.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2045.0},{\x22model\x22:\x22Chassis Cab\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:50165.0,\x22azPrice\x22:45909.0,\x22xPrice\x22:48200.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D150 F\u002D150\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37450.0,\x22azPrice\x22:34558.0,\x22xPrice\x22:36151.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Escape Hybrid\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:33890.0,\x22azPrice\x22:31480.0,\x22xPrice\x22:32857.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:41330.0,\x22azPrice\x22:37782.0,\x22xPrice\x22:39606.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22SuperDuty Commercial\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45300.0,\x22azPrice\x22:41495.0,\x22xPrice\x22:43492.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:43700.0,\x22azPrice\x22:40043.0,\x22xPrice\x22:41858.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit VanWagon\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:59180.0,\x22azPrice\x22:54091.0,\x22xPrice\x22:56504.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22Bronco\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:39995.0,\x22azPrice\x22:38080.0,\x22xPrice\x22:39709.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22E\u002DTransit\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:48150.0,\x22azPrice\x22:44563.0,\x22xPrice\x22:44039.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22Mustang\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:31920.0,\x22azPrice\x22:29671.0,\x22xPrice\x22:30966.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Ranger\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:33550.0,\x22azPrice\x22:31503.0,\x22xPrice\x22:32877.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1895.0},{\x22model\x22:\x22Transit Commercial\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:47400.0,\x22azPrice\x22:43401.0,\x22xPrice\x22:45359.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:69685.0,\x22azPrice\x22:58113.0,\x22xPrice\x22:60889.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:0.0},{\x22model\x22:\x22Escape\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:29515.0,\x22azPrice\x22:27465.0,\x22xPrice\x22:28672.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22SuperDuty Commercial\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45975.0,\x22azPrice\x22:42108.0,\x22xPrice\x22:44129.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Chassis Cab\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:50540.0,\x22azPrice\x22:46250.0,\x22xPrice\x22:48553.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22SuperDuty\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45300.0,\x22azPrice\x22:41495.0,\x22xPrice\x22:43492.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D150 Lightning\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:54780.0,\x22azPrice\x22:50646.0,\x22xPrice\x22:50179.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Bronco\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:40795.0,\x22azPrice\x22:38834.0,\x22xPrice\x22:40493.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Expedition\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:62400.0,\x22azPrice\x22:57637.0,\x22xPrice\x22:60167.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Ranger\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:33350.0,\x22azPrice\x22:31318.0,\x22xPrice\x22:32684.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1895.0},{\x22model\x22:\x22Maverick\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:28145.0,\x22azPrice\x22:26771.0,\x22xPrice\x22:27927.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1695.0},{\x22model\x22:\x22Escape Hybrid\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:32490.0,\x22azPrice\x22:30195.0,\x22xPrice\x22:31518.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Transit Commercial\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:48400.0,\x22azPrice\x22:44308.0,\x22xPrice\x22:46304.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0}]"; // Parse the vehicle data and assign it to the FMC context FMC.context.header.vehicle = JSON.parse(vehicleData); FMC.context.site.headerUrl = "https://www.ford.com"; FMC.context.site.searchURL = "https://www.ford.com/search/"; FMC.context.site.azlabel = "<p>Starting AZ Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.xplanlabel = "<p>Starting X Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.leasepricelabel = "{{payment}}\/mo"; FMC.context.site.msrplabel = "<p>Starting at MSRP {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.secondarymsrplabel = ""; FMC.context.site.priceFormat = ""; window.FMC.context.globaldisclosures = {"0":{"id":"Note","ariaLabel":"","title":"note","description":"Information is provided on an \"as is\" basis and could include technical, typographical or other errors.
452All fees, content and features are subject to change.Removed
453Content varies by subscription plan.Removed
454SiriusXM and related logos are trademarks of Sirius XM Radio LLC and its respective subsidiaries.Removed
455Certain features and/or content may not be available unless an active data connection is enabled in the vehicle.Removed
456Content varies by SiriusXM subscription plan."},"1":{"id":"64","ariaLabel":"","title":"Employee Pricing","description":"<p>Employee Pricing is available at participating dealers.Removed
457Employee Starting At Price is for base vehicle.Removed
458Excludes <a href=\"https://www.ford.com/auto-shipping-delivery-charges/\" aria-label=\"Learn more about Ford auto transport and delivery charges\">destination/delivery fee</a> plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
459Optional equipment not included.Removed
460See dealer for details.</p>\n"},"2":{"id":"Note","ariaLabel":"","title":"note","description":"Information is provided on an \"as is\" basis and could include technical, typographical or other errors.Removed
463Your Ford dealer is the best source of the most up-to-date information on Ford vehicles.<br>\r\n"},"3":{"id":"1","ariaLabel":"","title":"disclaimerStartingMSRP","description":"Current Manufacturer Suggested Retail Price (MSRP) for base vehicle.454Your Ford dealer is the best source of the most up-to-date information on Ford vehicles.<br>\r\n"},"1":{"id":"1","ariaLabel":"","title":"disclaimerStartingMSRP","description":"Current Manufacturer Suggested Retail Price (MSRP) for base vehicle.
467Not all vehicles qualify for A/X/Z Plan."},"4":{"id":"2","ariaLabel":"","title":"disclaimerMPG","description":"EPA-estimated city/hwy mpg for the model indicated.458Not all vehicles qualify for A/X/Z Plan."},"2":{"id":"2","ariaLabel":"","title":"disclaimerMPG","description":"EPA-estimated city/hwy mpg for the model indicated.
470On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.<br>\r\n\r\n"},"5":{"id":"3","ariaLabel":"","title":"Safety belt","description":"Always wear your seat belt and secure children in the rear seat."},"6":{"id":"4","ariaLabel":"","title":"Details and system limitations","description":"Don’t drive while distracted.461On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.<br>\r\n\r\n"},"3":{"id":"3","ariaLabel":"","title":"Safety belt","description":"Always wear your seat belt and secure children in the rear seat."},"4":{"id":"4","ariaLabel":"","title":"Details and system limitations","description":"Don’t drive while distracted.
471See Owner’s Manual for details and system limitations."},"7":{"id":"5","ariaLabel":"","title":"disclaimerFordPass","description":"An activated vehicle modem and the Ford app (formerly known as the FordPass<sup>®</sup> app) are required to remotely schedule software updates.462See Owner’s Manual for details and system limitations."},"5":{"id":"5","ariaLabel":"","title":"disclaimerFordPass","description":"An activated vehicle modem and the Ford app (formerly known as the FordPass<sup>®</sup> app) are required to remotely schedule software updates.
472See Owner’s Manual for more information."},"8":{"id":"6","ariaLabel":"","title":"disclaimerAPR","description":"Special APR offers applied to Estimated Selling Price.463See Owner’s Manual for more information."},"6":{"id":"6","ariaLabel":"","title":"disclaimerAPR","description":"Special APR offers applied to Estimated Selling Price.
475See dealer for qualifications and complete details.<br>\r\n"},"9":{"id":"7","ariaLabel":"","title":"disclaimerLease1","description":"Special Lease offers applied to Estimated Capitalized Cost.466See dealer for qualifications and complete details.<br>\r\n"},"7":{"id":"7","ariaLabel":"","title":"disclaimerLease1","description":"Special Lease offers applied to Estimated Capitalized Cost.
478See dealer for qualifications and complete details.<br>\r\n\r\n"},"10":{"id":"8","ariaLabel":"","title":"disclaimerPricing","description":"Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.469See dealer for qualifications and complete details.<br>\r\n\r\n"},"8":{"id":"8","ariaLabel":"","title":"disclaimerPricing","description":"Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
479Does not include A, Z or X Plan price."},"11":{"id":"9","ariaLabel":"","title":"disclaimerWiFi","description":"Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.470Does not include A, Z or X Plan price."},"9":{"id":"9","ariaLabel":"","title":"disclaimerWiFi","description":"Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.
482Use voice controls."},"12":{"id":"10","ariaLabel":"","title":"disclaimerDriverAssistFeatures","description":"Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.473Use voice controls."},"10":{"id":"10","ariaLabel":"","title":"disclaimerDriverAssistFeatures","description":"Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
485See Owner’s Manual for details and limitations."},"13":{"id":"12","ariaLabel":"","title":"disclaimerConnectedBuilt-InNavigation","description":"Equipped vehicles require modem activation and a Connected Navigation service plan.476See Owner’s Manual for details and limitations."},"11":{"id":"12","ariaLabel":"","title":"disclaimerConnectedBuilt-InNavigation","description":"Equipped vehicles require modem activation and a Connected Navigation service plan.
487Evolving technology/cellular networks/vehicle capability may limit or prevent functionality."},"14":{"id":"13","ariaLabel":"","title":"disclaimerEstimatedNetPrice","description":"Estimated Net Price is the Total Manufacturer's Suggested Retail Price (\"Total MSRP\") minus any available offers and/or incentives.478Evolving technology/cellular networks/vehicle capability may limit or prevent functionality."},"12":{"id":"13","ariaLabel":"","title":"disclaimerEstimatedNetPrice","description":"Estimated Net Price is the Total Manufacturer's Suggested Retail Price (\"Total MSRP\") minus any available offers and/or incentives.
491Not all AXZ Plan customers will qualify for the Plan pricing shown and not all offers or incentives are available to AXZ Plan customers."},"15":{"id":"14","ariaLabel":"","title":"disclaimerEstimateSellingPrice","description":"<p>The \"estimated selling price\" is for estimation purposes only and the figures presented do not represent an offer that can be accepted by you.482Not all AXZ Plan customers will qualify for the Plan pricing shown and not all offers or incentives are available to AXZ Plan customers."},"13":{"id":"14","ariaLabel":"","title":"disclaimerEstimateSellingPrice","description":"<p>The \"estimated selling price\" is for estimation purposes only and the figures presented do not represent an offer that can be accepted by you.
501For Commercial Lease product, upfit amounts are included.</p>"},"16":{"id":"15","ariaLabel":"","title":"Available Qi wireless charging","description":"Available Qi wireless charging may not be compatible with all mobile phones."},"17":{"id":"16","ariaLabel":"","title":"disclaimerAmountFinanced","description":"<p>The \"amount financed\" is for estimation purposes only and the figures presented do not represent an offer that can be accepted by you.492For Commercial Lease product, upfit amounts are included.</p>"},"14":{"id":"15","ariaLabel":"","title":"Available Qi wireless charging","description":"Available Qi wireless charging may not be compatible with all mobile phones."},"15":{"id":"16","ariaLabel":"","title":"disclaimerAmountFinanced","description":"<p>The \"amount financed\" is for estimation purposes only and the figures presented do not represent an offer that can be accepted by you.
507It is equal to the Estimated Capitalized Cost less Down Payment, Available Incentives, and Net Trade-in Amount.</p>"},"18":{"id":"17","ariaLabel":"","title":"disclaimerDealerAccesories","description":"<p>Dealer Accessories are defined as items that do not appear on the factory window sticker that are installed by a Ford or Lincoln Dealers.498It is equal to the Estimated Capitalized Cost less Down Payment, Available Incentives, and Net Trade-in Amount.</p>"},"16":{"id":"17","ariaLabel":"","title":"disclaimerDealerAccesories","description":"<p>Dealer Accessories are defined as items that do not appear on the factory window sticker that are installed by a Ford or Lincoln Dealers.
514To determine which parts come with a warranty from the original manufacturer, or from Ford Racing, please contact the Ford Racing Techline at (800) FORD788.</p>"},"19":{"id":"18","ariaLabel":"","title":"disclaimerTradeInValue","description":"The “Trade-In Value” of your vehicle is an estimate, only, and many factors that cannot be assessed without a physical inspection of the vehicle may affect actual value.505To determine which parts come with a warranty from the original manufacturer, or from Ford Racing, please contact the Ford Racing Techline at (800) FORD788.</p>"},"17":{"id":"18","ariaLabel":"","title":"disclaimerTradeInValue","description":"The “Trade-In Value” of your vehicle is an estimate, only, and many factors that cannot be assessed without a physical inspection of the vehicle may affect actual value.
517Please see your local Ford dealer for information regarding actual trade-in availability and value."},"20":{"id":"19","ariaLabel":"","title":"Ford Pickup and Delivery","description":"Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.508Please see your local Ford dealer for information regarding actual trade-in availability and value."},"18":{"id":"19","ariaLabel":"","title":"Ford Pickup and Delivery","description":"Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
519A nonoperational vehicle is not eligible for Ford Pickup &amp; Delivery and will require a Roadside event."},"21":{"id":"20","ariaLabel":"","title":"Cargo and load capacity","description":"Cargo and load capacity limited by weight and weight distribution."},"22":{"id":"21","ariaLabel":"","title":"Cargo capacity","description":"Cargo and load capacity limited by weight and weight distribution.510A nonoperational vehicle is not eligible for Ford Pickup &amp; Delivery and will require a Roadside event."},"19":{"id":"20","ariaLabel":"","title":"Cargo and load capacity","description":"Cargo and load capacity limited by weight and weight distribution."},"20":{"id":"21","ariaLabel":"","title":"Cargo capacity","description":"Cargo and load capacity limited by weight and weight distribution.
520Cargo capacity based on load floor in the lowest position."},"23":{"id":"22","ariaLabel":"","title":"Requires feature activation","description":"Available on select vehicles.511Cargo capacity based on load floor in the lowest position."},"21":{"id":"22","ariaLabel":"","title":"Requires feature activation","description":"Available on select vehicles.
522Not compatible with all mobile phones."},"24":{"id":"23","ariaLabel":"","title":"Ford Digital Experience","description":"Some Ford Digital Experience features require a Connectivity plan.513Not compatible with all mobile phones."},"22":{"id":"23","ariaLabel":"","title":"Ford Digital Experience","description":"Some Ford Digital Experience features require a Connectivity plan.
526Not all features are compatible with all phones."},"25":{"id":"24","ariaLabel":"","title":"Available Connectivity features","description":"Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.517Not all features are compatible with all phones."},"23":{"id":"24","ariaLabel":"","title":"Available Connectivity features","description":"Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
531Terms apply."},"26":{"id":"25","ariaLabel":"","title":"Connected Services","description":"Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.522Terms apply."},"24":{"id":"25","ariaLabel":"","title":"Connected Services","description":"Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
535Terms apply."},"27":{"id":"26","ariaLabel":"","title":"Connected Services and features","description":"4G/5G not available everywhere.526Terms apply."},"25":{"id":"26","ariaLabel":"","title":"Connected Services and features","description":"4G/5G not available everywhere.
536Evolving technology/cellular networks/vehicle capability may limit or prevent functionality."},"28":{"id":"27","ariaLabel":"","title":"disclaimerSafetyControl","description":"Don’t drive while distracted or while using handheld devices.527Evolving technology/cellular networks/vehicle capability may limit or prevent functionality."},"26":{"id":"27","ariaLabel":"","title":"disclaimerSafetyControl","description":"Don’t drive while distracted or while using handheld devices.
539Not all features are compatible with all phones."},"29":{"id":"28","ariaLabel":"","title":"disclaimerElectricalSystem","description":"The vehicle's electrical system (including the battery), the wireless service provider's signal and a connected mobile phone must all be available and operating for 911 Assist<sup>®</sup> to function properly.530Not all features are compatible with all phones."},"27":{"id":"28","ariaLabel":"","title":"disclaimerElectricalSystem","description":"The vehicle's electrical system (including the battery), the wireless service provider's signal and a connected mobile phone must all be available and operating for 911 Assist<sup>®</sup> to function properly.
544To avoid interference, remove the device or contact the device maker for more information on compatibility."},"30":{"id":"31","ariaLabel":"","title":"disclaimerAlexa Built-in","description":"Eligible vehicles receive three years of complimentary access to Alexa Built-in.535To avoid interference, remove the device or contact the device maker for more information on compatibility."},"28":{"id":"31","ariaLabel":"","title":"disclaimerAlexa Built-in","description":"Eligible vehicles receive three years of complimentary access to Alexa Built-in.
547Some Alexa Built-in features require a Connectivity plan or Wi-Fi<sup>®</sup> wireless network."},"31":{"id":"34","ariaLabel":"","title":"disclaimerOptionalSatRadio","description":"Service will automatically stop at the end of your trial subscription period unless you decide to continue service.538Some Alexa Built-in features require a Connectivity plan or Wi-Fi<sup>®</sup> wireless network."},"29":{"id":"34","ariaLabel":"","title":"disclaimerOptionalSatRadio","description":"Service will automatically stop at the end of your trial subscription period unless you decide to continue service.
554SiriusXM and related logos are trademarks of Sirius XM Radio Inc. and its respective subsidiaries."},"32":{"id":"36","ariaLabel":"","title":"disclaimerDataConection","description":"Certain features and/or content may not be available unless an active data connection is enabled in the vehicle.545SiriusXM and related logos are trademarks of Sirius XM Radio Inc. and its respective subsidiaries."},"30":{"id":"35","ariaLabel":"","title":"disclaimerSirusXM","description":"All SiriusXM services require a subscription.
555Content varies by SiriusXM subscription plan.Removed
556Some features may not be available while driving."},"33":{"id":"39","ariaLabel":"","title":"disclaimerVehicleControl","description":"Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
557Remember that even advanced technology cannot overcome the laws of physics.Removed
558It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions."},"34":{"id":"50","ariaLabel":"","title":"disclaimerfordsecurity","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
559Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
560Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
561Not available in U.S. territories.</p>\n"},"35":{"id":"63","ariaLabel":"","title":"disclaimerCompatibleSmartphones","description":"Commands may vary by phone and AppLink<sup>®</sup> software."},"36":{"id":"68","ariaLabel":"","title":"disclaimerPremiumFuelAchieved","description":"Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
562Your results may vary."},"37":{"id":"69","ariaLabel":"","title":"Hybrid (Powersplit & MHT, 20MY+)","description":"Calculated via combined performance of the engine and electric motor(s) with peak battery power.Removed
563The calculations utilize SAE J1349<sup>®</sup> engine results and Ford electric motor dyno testing.Removed
564Your results may vary."},"38":{"id":"70","ariaLabel":"","title":"Battery Electric (eMotor only)","description":"Calculated via peak performance of the electric motor(s) at peak battery power.Removed
565Your results may vary."},"39":{"id":"72","ariaLabel":"","title":"Max payload - carrying capacity","description":"Max payload varies based on accessories and vehicle configuration.Removed
566See label on doorjamb for carrying capacity of a specific vehicle.Removed
567Always properly secure cargo."},"40":{"id":"74","ariaLabel":"","title":"One-Pedal Drive","description":"One-Pedal Drive is an extra driving aid.Removed
568It does not replace the driver’s attention and judgment or the need to apply the brakes.Removed
569See Owner’s Manual for details and limitations."},"41":{"id":"76","ariaLabel":"","title":"See Owner’s Manual","description":"See Owner’s Manual for important operating instructions."},"42":{"id":"78","ariaLabel":"","title":"When properly equipped","description":"When properly equipped.Removed
570Requires Tow/Haul Package and optional Max Tow Axle.Removed
571Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers."},"43":{"id":"79","ariaLabel":"","title":"Max Towing","description":"When properly equipped.Removed
572Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers."},"44":{"id":"125","ariaLabel":"","title":"Limited Warranty","description":"See your dealer for limited-warranty details."},"45":{"id":"127","ariaLabel":"","title":"BluecruiseDisclaimer","description":"Available feature on select vehicles.Removed
573BlueCruise requires an active plan or trial – see <a href=\"https://www.ford.com/technology/bluecruise/\" title=\"\" target=\"\">ford.com/bluecruise</a> for details.Removed
574Terms apply.&nbsp;BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.Removed
575Only remove hands in a hands-free Blue Zone.Removed
576Always watch the road and be prepared to resume control.Removed
577See Owner’s Manual for details and limitations."},"46":{"id":"161","ariaLabel":"","title":"disclaimerSyncAndroidAuto","description":"Compatible Android or iPhone with compatible active data plan and software required.Removed
578Wireless use of Android Auto requires a compatible Android 11.0+ phone and compatible active data plan.Removed
579Check <a href=\"https://support.google.com/androidauto/answer/6348019?hl=en&amp;ref_topic=6106969#!adchoices\" title=\"\" target=\"_blank\">g.co/androidauto/requirements</a> for compatibility.Removed
580SYNC<sup>®</sup> 4 and Ford Digital Experience system does not control third-party products while in use.Removed
581Third parties are solely responsible for their respective functionality."},"47":{"id":"162","ariaLabel":"","title":"Requires Connectivity Services","description":"Requires SYNC<sup>®</sup> 4 technology or Ford Premium Connectivity Connected Service Plan or Wi-Fi<sup>®</sup> network.Removed
582Vehicle must be in park."},"48":{"id":"164","ariaLabel":"","title":"DisclaimerFordpass2","description":"The Ford app, formerly known as the FordPass<sup>®</sup>&nbsp;app, compatible with select smartphone platforms, is available via a download.Removed
583Message and data rates may apply.Removed
584Terms and conditions apply.Removed
585Visit ford.com for our privacy notice."},"49":{"id":"166","ariaLabel":"","title":"disclaimerRoadside","description":"Roadside Assistance is a complimentary offering to all Ford Owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.Removed
586For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.Removed
587Ford reserves the right to change program details without obligations."},"50":{"id":"168","ariaLabel":"","title":"Evasive steering","description":"Evasive steering does not control steering."},"51":{"id":"171","ariaLabel":"","title":"","description":"EPA-estimated driving range based on full charge.Removed
588Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health."},"52":{"id":"172","ariaLabel":"","title":"DisclaimerTrackuse","description":"Closed track.Removed
589Electronic line-lock is intended for track use only.Removed
590It should not be used on public roads.Removed
591See Owner’s Manual for information on use."},"53":{"id":"173","ariaLabel":"","title":"DisclaimerPricemay","description":"Prices may vary depending on form of payment.<br>\r\n"},"54":{"id":"174","ariaLabel":"","title":"disclaimerBlueOvalChargeNetwork","description":"Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/25.Removed
592Numbers are subject to change.Removed
593Ford app, compatible with select smartphone platforms, is available via download.Removed
594Message and data rates may apply."},"55":{"id":"177","ariaLabel":"","title":"Mach-E Reservation","description":"Reservation does not guarantee vehicle delivery nor priority for ordering a vehicle.Removed
595See <a href=\"https://www.ford.com/help/terms/reservations-payments-orders/\" title=\"null\" target=\"_blank\">Reservation Terms and Conditions</a> for important details."},"56":{"id":"178","ariaLabel":"","title":"Range and charge time","description":"Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range-calculation methodology.Removed
596The charging rate decreases as battery reaches full capacity.Removed
597Your results may vary based on peak charging times and battery state of charge.Removed
598Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health."},"57":{"id":"180","ariaLabel":"","title":"Vehicle Pre-Conditioning","description":"Effectiveness of cabin preconditioning may be reduced by extreme outside temperatures."},"58":{"id":"181","ariaLabel":"","title":"Peak Power; HP; Torque; 0-60","description":"Based on manufacturer calculation using computer engineering simulations.&nbsp; Your results may vary.<br>\r\n\r\n"},"59":{"id":"182","ariaLabel":"","title":"reserve page where DC charge time is noted","description":"Estimated Average additional range.Removed
599Range and charge time based on manufacturer computer engineering simulations and EPA-estimated range calculation methodology.Removed
600The charging rate decreases as battery reaches full capacity.Removed
601Your results may vary based on peak charging times and battery state of charge.Removed
602Actual vehicle range varies with conditions such as external elements, driving behaviors, vehicle maintenance, and lithium-ion battery age.Removed
603Stat achieved with extended-range battery and rear-wheel drive on a 150 kW Direct Current fast charge charger.\r\n"},"60":{"id":"183","ariaLabel":"","title":"Dealer Selling Price E6","description":"Price the dealer is willing to sell the vehicle for in a purchase transaction and corresponds to the estimated dealer selling price for the vehicle displayed in the Pricing Summary.Removed
604Excludes available&nbsp; incentives (including AXZD-Plans Pricing for qualified customers), governmental taxes and fees, title or registration fees.&nbsp; All current available incentives (including AXZD-Plans Pricing), taxes and&nbsp; fees will be applied at purchase.&nbsp; See dealer for details, residency restrictions may apply."},"61":{"id":"184","ariaLabel":"","title":"currentAvailableIncentivesE7","description":"Incentives are available at the time of posting, determined by zip code entered by the consumer,&nbsp; and subject to change and expiration.Removed
605Not all incentives can be redeemed together.Removed
606Restrictions may apply.Removed
607See your dealer for further details."},"62":{"id":"185","ariaLabel":"","title":"","description":"This is the deposit your Dealer will receive to process your order.Removed
608Your Dealer Deposit will be applied towards the purchase price of the Vehicle.Removed
609By paying a Dealer Deposit, you are agreeing to the Dealer’s selling price for your selected vehicle.Removed
610Dealer Deposit refund policy may vary based on your selected Dealer.Removed
611Please ask your Dealer for their refund policy before you place your order."},"63":{"id":"186","ariaLabel":"","title":"Annual Mileage","description":"<b>Term</b>: The number of scheduled months in your Purchase/Lease contract.Removed
612If your Purchase/Lease the vehicle, the term represents the number of months&nbsp; you agree to pay off the contract obligation with your scheduled payments.&nbsp;\r\n<p><b>Annual Mileage: </b>The miles per year that you expect to drive should match the mileage allowance you select for your lease.Removed
613The mileage allowance you select will impact the monthly lease payment and the terms of repayment.Removed
614You will be responsible for a per-mile excess mileage charge over the mileage allowance in your lease (see footnote 10 Estimated Monthly Payment for excess mileage charges).</p>\r\n"},"64":{"id":"188","ariaLabel":"","title":"Estimated Monthly Payment","description":"Financing payment calculations are based on APR and term.Removed
615NOT ALL BUYERS WILL QUALIFY FOR THE LOWEST FORD CREDIT APR."},"65":{"id":"189","ariaLabel":"","title":"Destination & Delivery ChargesE3","description":"Charges associated with getting the vehicle from the manufacturer to the dealership."},"66":{"id":"190","ariaLabel":"","title":"Down Payment E19","description":"Down Payment: The cash amount paid to reduce the Dealer Selling Price of the vehicle being purchased or leased."},"67":{"id":"191","ariaLabel":"","title":"disclaimerOptionsS4","description":"The Option Package price and monthly payment displayed is for illustration purposes, only.Removed
616Prices and monthly payments may vary based on features included in package, financing terms and availability.Removed
617Some Options are not available separately.Removed
618Not all Options or Option Packages are available on all vehicles.Removed
619See your local dealer for details."},"68":{"id":"192","ariaLabel":"","title":"disclaimerTotalMSRP","description":"Total MSRP is Base MSRP plus options, destination and delivery charges.Removed
620Excludes taxes, title, and registration fees."},"69":{"id":"193","ariaLabel":"","title":"disclaimerDestinationCharge","description":"<a href=\"https://www.ford.com/auto-shipping-delivery-charges/\" title=\"null\" target=\"null\">Destination Charges</a> are associated with getting the vehicle from the manufacturer to the dealership.Removed
621Prices listed are MSRP and are based on information updated on this website from time to time."},"70":{"id":"194","ariaLabel":"","title":"Estimated Employee Net Price","description":"Estimated Employee Net Price is the Total Manufacturer's Suggested Retail Price \"Total MSRP\" minus any available offers and/or incentives, including the Employee Pricing Adjustment.Removed
622Other incentives may vary.Removed
623Excludes Dealer Adjustment, dealer add-ons, or dealer fees such as documentary fees, as well as taxes, title, and registration fees.Removed
624Contact your local Ford or Lincoln dealer for Dealer Price and Employee Pricing Adjustment participation.Removed
625For non-participating dealers, dealer price may be lower or higher than MSRP and Employee Pricing Adjustment Amount."},"71":{"id":"195","ariaLabel":"","title":"Employee Pricing Adjustment","description":"Available at participating dealers.Removed
626Available to U.S. residents only.Removed
627Prior purchases not eligible.Removed
628Other exclusions may apply.&nbsp;Employee Pricing Adjustment based on dealer invoice amount.Removed
629Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.&nbsp;See dealer for details."}}; </script><script> FMC.context.credit = FMC.context.credit || {}; FMC.context.credit.prequalScript = "https://www.qualify.ford.com/webcompbutton/prequal-app-button.js"; FMC.context.credit.prequalSource = "SHOP\u002DP"; </script><script> FMC.context.salesforce = FMC.context.salesforce || {}; FMC.context.salesforce.mcpConfigUrl = ""; </script><script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-blank-page.lc--lc.min.js"></script><script defer="" src="https://www.ford.com/acservices/metrics.ford.en_us.js"></script> <!-- Inject Old Syndicated JS content and footer HTML content dynamically --> <script type="text/javascript"> window.FMC = window.FMC || {}; window.FMC.Metrics = window.FMC.Metrics || {}; window.FMC.Metrics = Object.assign(window.FMC.Metrics, { dtmScript: "https:\/\/www.ford.com\/adobedtmredirect\/248d63c2ff6b\/5e8baaa76508\/launch\u002Ddda3f8250d58.min", pageAction: "{\x22name\x22:\x22global\u002Dload\x22,\x22secondary\x22:\x22websdk\u002Dpageload\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22page_pageName\x22:\x22{($sitePrefix)}:help:privacy\x22,\x22page_siteSection\x22:\x22help\x22,\x22page_hierarchy\x22:\x22help:privacy\x22,\x22page_userLanguage\x22:\x22application\x22,\x22page_pageNameNoVehicle\x22:\x22{($sitePrefix)}:help:privacy\x22,\x22page_dynamicMedia\x22:\x22application\x22,\x22page_radUIVersion\x22:\x22application\x22,\x22page_variantName\x22:\x22global\u002Dload\x22,\x22page_pageDomain\x22:\x22application\x22,\x22page_pageType\x22:\x22{($sitePrefix)}:help\x22,\x22page_experienceType\x22:\x22application\x22,\x22user_paCode\x22:\x22application\x22,\x22user_fordRegion\x22:\x22application\x22,\x22user_fdafCode\x22:\x22application\x22,\x22user_loginStatus\x22:\x22application\x22}}", application: "Brand" }); </script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-videojs.lc--lc.min.js"></script> <script> document.addEventListener("DOMContentLoaded", function() { // Wait for 3 seconds before un-hiding header. setTimeout(function() { // Unhide the header after a delay var header = document.querySelector('header'); if (header) { header.style.opacity = '1'; // Make the header visible by removing opacity } }, 3000); // 1000 milliseconds = 1 second }); </script> <!-- AI Chat Script --> <script> FMC.context.allVehicles = [{"model":"E-Stripped Chassis","year":"2027","msrpPrice":38135.0,"azPrice":34883.0,"xPrice":36542.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2195.0},{"model":"Econoline Cutaway","year":"2025","msrpPrice":37790.0,"azPrice":34570.0,"xPrice":36216.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1995.0},{"model":"Escape","year":"2026","msrpPrice":30350.0,"azPrice":28231.0,"xPrice":29458.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":28231.0,"destinationDeliveryCharge":1495.0},{"model":"F-Stripped Chassis","year":"2026","msrpPrice":45025.0,"azPrice":38096.0,"xPrice":39861.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2195.0},{"model":"SuperDuty","year":"2026","msrpPrice":45975.0,"azPrice":42108.0,"xPrice":44073.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":42108.0,"destinationDeliveryCharge":2795.0},{"model":"Expedition","year":"2026","msrpPrice":62700.0,"azPrice":57912.0,"xPrice":60430.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":57912.0,"destinationDeliveryCharge":2795.0},{"model":"Escape Plugin Hybrid","year":"2026","msrpPrice":35400.0,"azPrice":32865.0,"xPrice":34286.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1495.0},{"model":"Maverick","year":"2026","msrpPrice":28145.0,"azPrice":26771.0,"xPrice":27912.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":26771.0,"destinationDeliveryCharge":1845.0},{"model":"Explorer","year":"2025","msrpPrice":40050.0,"azPrice":37131.0,"xPrice":38733.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1695.0},{"model":"E-Stripped Chassis","year":"2026","msrpPrice":38134.0,"azPrice":34882.0,"xPrice":36541.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2095.0},{"model":"Bronco Sport","year":"2026","msrpPrice":31845.0,"azPrice":29763.0,"xPrice":31044.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":29763.0,"destinationDeliveryCharge":1995.0},{"model":"F-650-750","year":"2027","msrpPrice":69995.0,"azPrice":58371.0,"xPrice":61149.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2495.0},{"model":"Mache","year":"2025","msrpPrice":37995.0,"azPrice":36005.0,"xPrice":35484.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":36005.0,"destinationDeliveryCharge":1995.0},{"model":"F-150 F-150","year":"2026","msrpPrice":37290.0,"azPrice":34412.0,"xPrice":35969.0,"spx":"false","fnx":"false","prx":"false","az":"false","specialEventBasePrice":34412.0,"destinationDeliveryCharge":2795.0},{"model":"Econoline Cutaway","year":"2026","msrpPrice":41330.0,"azPrice":37782.0,"xPrice":39565.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2095.0},{"model":"Transit Chassis","year":"2026","msrpPrice":44890.0,"azPrice":41123.0,"xPrice":42959.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2395.0},{"model":"F-Stripped Chassis","year":"2025","msrpPrice":42125.0,"azPrice":35661.0,"xPrice":37313.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2095.0},{"model":"Transit VanWagon","year":"2025","msrpPrice":56400.0,"azPrice":51568.0,"xPrice":53850.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"Escape Plugin Hybrid","year":"2025","msrpPrice":38400.0,"azPrice":35617.0,"xPrice":37155.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1495.0},{"model":"E-Transit","year":"2025","msrpPrice":45700.0,"azPrice":42315.0,"xPrice":41995.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":42315.0,"destinationDeliveryCharge":2095.0},{"model":"Mustang","year":"2026","msrpPrice":32640.0,"azPrice":30333.0,"xPrice":31642.0,"spx":"false","fnx":"false","prx":"false","az":"false","specialEventBasePrice":30333.0,"destinationDeliveryCharge":1995.0},{"model":"E-Stripped Chassis","year":"2025","msrpPrice":34595.0,"azPrice":31670.0,"xPrice":33192.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1995.0},{"model":"Explorer","year":"2026","msrpPrice":38465.0,"azPrice":35676.0,"xPrice":37233.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":35676.0,"destinationDeliveryCharge":1795.0},{"model":"Bronco Sport","year":"2025","msrpPrice":31695.0,"azPrice":29941.0,"xPrice":31216.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":29941.0,"destinationDeliveryCharge":1995.0},{"model":"F-650-750","year":"2026","msrpPrice":69995.0,"azPrice":58371.0,"xPrice":61159.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":0.0},{"model":"Mache","year":"2026","msrpPrice":37795.0,"azPrice":35818.0,"xPrice":35239.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":35818.0,"destinationDeliveryCharge":2045.0},{"model":"Chassis Cab","year":"2025","msrpPrice":50165.0,"azPrice":45909.0,"xPrice":48121.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2095.0},{"model":"F-150 F-150","year":"2025","msrpPrice":37450.0,"azPrice":34558.0,"xPrice":36122.0,"spx":"false","fnx":"false","prx":"false","az":"false","specialEventBasePrice":34558.0,"destinationDeliveryCharge":2595.0},{"model":"Escape Hybrid","year":"2026","msrpPrice":33890.0,"azPrice":31480.0,"xPrice":32843.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1495.0},{"model":"Econoline Cutaway","year":"2027","msrpPrice":41330.0,"azPrice":37782.0,"xPrice":39565.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2195.0},{"model":"SuperDuty Commercial","year":"2025","msrpPrice":45300.0,"azPrice":41495.0,"xPrice":43436.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"Transit Chassis","year":"2025","msrpPrice":43700.0,"azPrice":40043.0,"xPrice":41834.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"Transit VanWagon","year":"2026","msrpPrice":59180.0,"azPrice":54091.0,"xPrice":56480.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2395.0},{"model":"Bronco","year":"2025","msrpPrice":39995.0,"azPrice":38080.0,"xPrice":39691.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":38080.0,"destinationDeliveryCharge":1995.0},{"model":"E-Transit","year":"2026","msrpPrice":48150.0,"azPrice":44563.0,"xPrice":44039.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":44563.0,"destinationDeliveryCharge":2395.0},{"model":"Mustang","year":"2025","msrpPrice":31920.0,"azPrice":29671.0,"xPrice":30953.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":29671.0,"destinationDeliveryCharge":1995.0},{"model":"Ranger","year":"2026","msrpPrice":33550.0,"azPrice":31503.0,"xPrice":32861.0,"spx":"false","fnx":"false","prx":"false","az":"false","specialEventBasePrice":31503.0,"destinationDeliveryCharge":1895.0},{"model":"Transit Commercial","year":"2025","msrpPrice":47400.0,"azPrice":43401.0,"xPrice":45335.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"F-650-750","year":"2025","msrpPrice":69685.0,"azPrice":58113.0,"xPrice":60889.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":0.0},{"model":"Escape","year":"2025","msrpPrice":29515.0,"azPrice":27465.0,"xPrice":28659.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1495.0},{"model":"SuperDuty Commercial","year":"2026","msrpPrice":45975.0,"azPrice":42108.0,"xPrice":44073.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2795.0},{"model":"Chassis Cab","year":"2026","msrpPrice":50540.0,"azPrice":46250.0,"xPrice":48474.0,"spx":"false","fnx":"true","prx":"false","az":"false","destinationDeliveryCharge":2795.0},{"model":"SuperDuty","year":"2025","msrpPrice":45300.0,"azPrice":41495.0,"xPrice":43436.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":41495.0,"destinationDeliveryCharge":2095.0},{"model":"F-150 Lightning","year":"2025","msrpPrice":54780.0,"azPrice":50646.0,"xPrice":50179.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":50646.0,"destinationDeliveryCharge":2595.0},{"model":"Bronco","year":"2026","msrpPrice":40795.0,"azPrice":38834.0,"xPrice":40476.0,"spx":"false","fnx":"false","prx":"false","az":"false","specialEventBasePrice":38834.0,"destinationDeliveryCharge":1995.0},{"model":"Expedition","year":"2025","msrpPrice":62400.0,"azPrice":57637.0,"xPrice":60144.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":57637.0,"destinationDeliveryCharge":2595.0},{"model":"Ranger","year":"2025","msrpPrice":33350.0,"azPrice":31318.0,"xPrice":32668.0,"spx":"false","fnx":"false","prx":"false","az":"false","specialEventBasePrice":31318.0,"destinationDeliveryCharge":1895.0},{"model":"Maverick","year":"2025","msrpPrice":28145.0,"azPrice":26771.0,"xPrice":27913.0,"spx":"true","fnx":"true","prx":"true","az":"true","specialEventBasePrice":26771.0,"destinationDeliveryCharge":1695.0},{"model":"Escape Hybrid","year":"2025","msrpPrice":32490.0,"azPrice":30195.0,"xPrice":31504.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1495.0},{"model":"Transit Commercial","year":"2026","msrpPrice":48400.0,"azPrice":44308.0,"xPrice":46280.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2395.0}]; </script> <!-- Inline Disclosures - rendered at the end of the page --> <script> window.FMC = window.FMC || {}; FMC.context = FMC.context || {}; FMC.context.globaldisclosures = {"0":{"id":"35","ariaLabel":"","title":"disclaimerSirusXM","description":"All SiriusXM services require a subscription.Removed
636Content varies by SiriusXM subscription plan."},"1":{"id":"64","ariaLabel":"","title":"Employee Pricing","description":"<p>Employee Pricing is available at participating dealers.552Content varies by SiriusXM subscription plan."},"31":{"id":"36","ariaLabel":"","title":"disclaimerDataConection","description":"Certain features and/or content may not be available unless an active data connection is enabled in the vehicle.
637Employee Starting At Price is for base vehicle.553Content varies by SiriusXM subscription plan.
638Excludes <a href=\"https://www.ford.com/auto-shipping-delivery-charges/\" aria-label=\"Learn more about Ford auto transport and delivery charges\">destination/delivery fee</a> plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.554Some features may not be available while driving."},"32":{"id":"39","ariaLabel":"","title":"disclaimerVehicleControl","description":"Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
639Optional equipment not included.555Remember that even advanced technology cannot overcome the laws of physics.
640See dealer for details.</p>\n"},"2":{"id":"Note","ariaLabel":"","title":"note","description":"Information is provided on an \"as is\" basis and could include technical, typographical or other errors.556It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions."},"33":{"id":"50","ariaLabel":"","title":"disclaimerfordsecurity","description":"Ford Security Package requires the Ford app, modem activation, and an activated plan.
557Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
558Requires vehicle connectivity and a connected mobile device with enabled push notifications.
559Not available in U.S. territories."},"34":{"id":"63","ariaLabel":"","title":"disclaimerCompatibleSmartphones","description":"Commands may vary by phone and AppLink<sup>®</sup> software."},"35":{"id":"68","ariaLabel":"","title":"disclaimerPremiumFuelAchieved","description":"Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
560Your results may vary."},"36":{"id":"69","ariaLabel":"","title":"Hybrid (Powersplit & MHT, 20MY+)","description":"Calculated via combined performance of the engine and electric motor(s) with peak battery power.
561The calculations utilize SAE J1349<sup>®</sup> engine results and Ford electric motor dyno testing.
562Your results may vary."},"37":{"id":"70","ariaLabel":"","title":"Battery Electric (eMotor only)","description":"Calculated via peak performance of the electric motor(s) at peak battery power.
563Your results may vary."},"38":{"id":"72","ariaLabel":"","title":"Max payload - carrying capacity","description":"Max payload varies based on accessories and vehicle configuration.
564See label on doorjamb for carrying capacity of a specific vehicle.
565Always properly secure cargo."},"39":{"id":"74","ariaLabel":"","title":"One-Pedal Drive","description":"One-Pedal Drive is an extra driving aid.
566It does not replace the driver’s attention and judgment or the need to apply the brakes.
567See Owner’s Manual for details and limitations."},"40":{"id":"76","ariaLabel":"","title":"See Owner’s Manual","description":"See Owner’s Manual for important operating instructions."},"41":{"id":"78","ariaLabel":"","title":"When properly equipped","description":"When properly equipped.
568Requires Tow/Haul Package and optional Max Tow Axle.
569Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers."},"42":{"id":"79","ariaLabel":"","title":"Max Towing","description":"When properly equipped.
570Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers."},"43":{"id":"125","ariaLabel":"","title":"Limited Warranty","description":"See your dealer for limited-warranty details."},"44":{"id":"127","ariaLabel":"","title":"BluecruiseDisclaimer","description":"Available feature on select vehicles.
571BlueCruise requires an active plan or trial – see <a href=\"https://www.ford.com/technology/bluecruise/\" title=\"\" target=\"\">ford.com/bluecruise</a> for details.
572Terms apply.&nbsp;BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.
573Only remove hands in a hands-free Blue Zone.
574Always watch the road and be prepared to resume control.
575See Owner’s Manual for details and limitations."},"45":{"id":"161","ariaLabel":"","title":"disclaimerSyncAndroidAuto","description":"Compatible Android or iPhone with compatible active data plan and software required.
576Wireless use of Android Auto requires a compatible Android 11.0+ phone and compatible active data plan.
577Check <a href=\"https://support.google.com/androidauto/answer/6348019?hl=en&amp;ref_topic=6106969#!adchoices\" title=\"\" target=\"_blank\">g.co/androidauto/requirements</a> for compatibility.
578SYNC<sup>®</sup> 4 and Ford Digital Experience system does not control third-party products while in use.
579Third parties are solely responsible for their respective functionality."},"46":{"id":"162","ariaLabel":"","title":"Requires Connectivity Services","description":"Requires SYNC<sup>®</sup> 4 technology or Ford Premium Connectivity Connected Service Plan or Wi-Fi<sup>®</sup> network.
580Vehicle must be in park."},"47":{"id":"164","ariaLabel":"","title":"DisclaimerFordpass2","description":"The Ford app, formerly known as the FordPass<sup>®</sup>&nbsp;app, compatible with select smartphone platforms, is available via a download.
581Message and data rates may apply.
582Terms and conditions apply.
583Visit ford.com for our privacy notice."},"48":{"id":"166","ariaLabel":"","title":"disclaimerRoadside","description":"Roadside Assistance is a complimentary offering to all Ford Owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
584For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.
585Ford reserves the right to change program details without obligations."},"49":{"id":"168","ariaLabel":"","title":"Evasive steering","description":"Evasive steering does not control steering."},"50":{"id":"171","ariaLabel":"","title":"","description":"EPA-estimated driving range based on full charge.
586Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health."},"51":{"id":"172","ariaLabel":"","title":"DisclaimerTrackuse","description":"Closed track.
587Electronic line-lock is intended for track use only.
588It should not be used on public roads.
589See Owner’s Manual for information on use."},"52":{"id":"173","ariaLabel":"","title":"DisclaimerPricemay","description":"Prices may vary depending on form of payment.<br>\r\n"},"53":{"id":"174","ariaLabel":"","title":"disclaimerBlueOvalChargeNetwork","description":"Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/25.
590Numbers are subject to change.
591Ford app, compatible with select smartphone platforms, is available via download.
592Message and data rates may apply."},"54":{"id":"177","ariaLabel":"","title":"Mach-E Reservation","description":"Reservation does not guarantee vehicle delivery nor priority for ordering a vehicle.
593See <a href=\"https://www.ford.com/help/terms/reservations-payments-orders/\" title=\"null\" target=\"_blank\">Reservation Terms and Conditions</a> for important details."},"55":{"id":"178","ariaLabel":"","title":"Range and charge time","description":"Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range-calculation methodology.
594The charging rate decreases as battery reaches full capacity.
595Your results may vary based on peak charging times and battery state of charge.
596Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health."},"56":{"id":"180","ariaLabel":"","title":"Vehicle Pre-Conditioning","description":"Effectiveness of cabin preconditioning may be reduced by extreme outside temperatures."},"57":{"id":"181","ariaLabel":"","title":"Peak Power; HP; Torque; 0-60","description":"Based on manufacturer calculation using computer engineering simulations.&nbsp; Your results may vary.<br>\r\n\r\n"},"58":{"id":"182","ariaLabel":"","title":"reserve page where DC charge time is noted","description":"Estimated Average additional range.
597Range and charge time based on manufacturer computer engineering simulations and EPA-estimated range calculation methodology.
598The charging rate decreases as battery reaches full capacity.
599Your results may vary based on peak charging times and battery state of charge.
600Actual vehicle range varies with conditions such as external elements, driving behaviors, vehicle maintenance, and lithium-ion battery age.
601Stat achieved with extended-range battery and rear-wheel drive on a 150 kW Direct Current fast charge charger.\r\n"},"59":{"id":"183","ariaLabel":"","title":"Dealer Selling Price E6","description":"Price the dealer is willing to sell the vehicle for in a purchase transaction and corresponds to the estimated dealer selling price for the vehicle displayed in the Pricing Summary.
602Excludes available&nbsp; incentives (including AXZD-Plans Pricing for qualified customers), governmental taxes and fees, title or registration fees.&nbsp; All current available incentives (including AXZD-Plans Pricing), taxes and&nbsp; fees will be applied at purchase.&nbsp; See dealer for details, residency restrictions may apply."},"60":{"id":"184","ariaLabel":"","title":"currentAvailableIncentivesE7","description":"Incentives are available at the time of posting, determined by zip code entered by the consumer,&nbsp; and subject to change and expiration.
603Not all incentives can be redeemed together.
604Restrictions may apply.
605See your dealer for further details."},"61":{"id":"185","ariaLabel":"","title":"","description":"This is the deposit your Dealer will receive to process your order.
606Your Dealer Deposit will be applied towards the purchase price of the Vehicle.
607By paying a Dealer Deposit, you are agreeing to the Dealer’s selling price for your selected vehicle.
608Dealer Deposit refund policy may vary based on your selected Dealer.
609Please ask your Dealer for their refund policy before you place your order."},"62":{"id":"186","ariaLabel":"","title":"Annual Mileage","description":"<b>Term</b>: The number of scheduled months in your Purchase/Lease contract.
610If your Purchase/Lease the vehicle, the term represents the number of months&nbsp; you agree to pay off the contract obligation with your scheduled payments.&nbsp;\r\n<p><b>Annual Mileage: </b>The miles per year that you expect to drive should match the mileage allowance you select for your lease.
611The mileage allowance you select will impact the monthly lease payment and the terms of repayment.
612You will be responsible for a per-mile excess mileage charge over the mileage allowance in your lease (see footnote 10 Estimated Monthly Payment for excess mileage charges).</p>\r\n"},"63":{"id":"188","ariaLabel":"","title":"Estimated Monthly Payment","description":"Financing payment calculations are based on APR and term.
613NOT ALL BUYERS WILL QUALIFY FOR THE LOWEST FORD CREDIT APR."},"64":{"id":"189","ariaLabel":"","title":"Destination & Delivery ChargesE3","description":"Charges associated with getting the vehicle from the manufacturer to the dealership."},"65":{"id":"190","ariaLabel":"","title":"Down Payment E19","description":"Down Payment: The cash amount paid to reduce the Dealer Selling Price of the vehicle being purchased or leased."},"66":{"id":"191","ariaLabel":"","title":"disclaimerOptionsS4","description":"The Option Package price and monthly payment displayed is for illustration purposes, only.
614Prices and monthly payments may vary based on features included in package, financing terms and availability.
615Some Options are not available separately.
616Not all Options or Option Packages are available on all vehicles.
617See your local dealer for details."},"67":{"id":"192","ariaLabel":"","title":"disclaimerTotalMSRP","description":"Total MSRP is Base MSRP plus options, destination and delivery charges.
618Excludes taxes, title, and registration fees."},"68":{"id":"193","ariaLabel":"","title":"disclaimerDestinationCharge","description":"<a href=\"https://www.ford.com/auto-shipping-delivery-charges/\" title=\"null\" target=\"null\">Destination Charges</a> are associated with getting the vehicle from the manufacturer to the dealership.
619Prices listed are MSRP and are based on information updated on this website from time to time."},"69":{"id":"194","ariaLabel":"","title":"Estimated Employee Net Price","description":"Estimated Employee Net Price is the Total Manufacturer's Suggested Retail Price \"Total MSRP\" minus any available offers and/or incentives, including the Employee Pricing Adjustment.
620Other incentives may vary.
621Excludes Dealer Adjustment, dealer add-ons, or dealer fees such as documentary fees, as well as taxes, title, and registration fees.
622Contact your local Ford or Lincoln dealer for Dealer Price and Employee Pricing Adjustment participation.
623For non-participating dealers, dealer price may be lower or higher than MSRP and Employee Pricing Adjustment Amount."},"70":{"id":"195","ariaLabel":"","title":"Employee Pricing Adjustment","description":"Available at participating dealers.
624Available to U.S. residents only.
625Prior purchases not eligible.
626Other exclusions may apply.&nbsp;Employee Pricing Adjustment based on dealer invoice amount.
627Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.&nbsp;See dealer for details."},"71":{"id":"196","ariaLabel":"","title":"disclaimerVehicleModem","description":"An activated vehicle modem, compatible network availability, and the Ford app (formerly known as the FordPass<sup>®</sup> app) are required for remote features.
628Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.
629Remote features may vary by model."}}; </script><script> FMC.context.credit = FMC.context.credit || {}; FMC.context.credit.prequalScript = "https://www.qualify.ford.com/webcompbutton/prequal-app-button.js"; FMC.context.credit.prequalSource = "SHOP\u002DP"; </script><script> FMC.context.salesforce = FMC.context.salesforce || {}; FMC.context.salesforce.mcpConfigUrl = ""; </script><script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-blank-page.lc--lc.min.js"></script><script defer="" src="https://www.ford.com/acservices/metrics.ford.en_us.js"></script> <!-- Inject Old Syndicated JS content and footer HTML content dynamically --> <script type="text/javascript"> window.FMC = window.FMC || {}; window.FMC.Metrics = window.FMC.Metrics || {}; window.FMC.Metrics = Object.assign(window.FMC.Metrics, { dtmScript: "https:\/\/www.ford.com\/adobedtmredirect\/248d63c2ff6b\/5e8baaa76508\/launch\u002Ddda3f8250d58.min", pageAction: "{\x22name\x22:\x22global\u002Dload\x22,\x22secondary\x22:\x22websdk\u002Dpageload\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22page_pageName\x22:\x22{($sitePrefix)}:help:privacy\x22,\x22page_siteSection\x22:\x22help\x22,\x22page_hierarchy\x22:\x22help:privacy\x22,\x22page_userLanguage\x22:\x22application\x22,\x22page_pageNameNoVehicle\x22:\x22{($sitePrefix)}:help:privacy\x22,\x22page_dynamicMedia\x22:\x22application\x22,\x22page_radUIVersion\x22:\x22application\x22,\x22page_variantName\x22:\x22global\u002Dload\x22,\x22page_pageDomain\x22:\x22application\x22,\x22page_pageType\x22:\x22{($sitePrefix)}:help\x22,\x22page_experienceType\x22:\x22application\x22,\x22user_paCode\x22:\x22application\x22,\x22user_fordRegion\x22:\x22application\x22,\x22user_fdafCode\x22:\x22application\x22,\x22user_loginStatus\x22:\x22application\x22}}", application: "Brand" }); </script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-videojs.lc--lc.min.js"></script> <script> document.addEventListener("DOMContentLoaded", function() { // Wait for 3 seconds before un-hiding header. setTimeout(function() { // Unhide the header after a delay var header = document.querySelector('header'); if (header) { header.style.opacity = '1'; // Make the header visible by removing opacity } }, 3000); // 1000 milliseconds = 1 second }); </script> <!-- AI Chat Script --> <script> FMC.context.allVehicles = [{"model":"E-Stripped Chassis","year":"2027","msrpPrice":38135.0,"azPrice":34883.0,"xPrice":36583.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2795.0},{"model":"Econoline Cutaway","year":"2025","msrpPrice":37790.0,"azPrice":34570.0,"xPrice":36216.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1995.0},{"model":"Escape","year":"2026","msrpPrice":30350.0,"azPrice":28231.0,"xPrice":29471.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1495.0},{"model":"F-Stripped Chassis","year":"2026","msrpPrice":45025.0,"azPrice":38096.0,"xPrice":39866.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2195.0},{"model":"SuperDuty","year":"2026","msrpPrice":45975.0,"azPrice":42108.0,"xPrice":44129.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2795.0},{"model":"Expedition","year":"2026","msrpPrice":62700.0,"azPrice":57912.0,"xPrice":60453.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2795.0},{"model":"Escape Plugin Hybrid","year":"2026","msrpPrice":35400.0,"azPrice":32865.0,"xPrice":34300.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1495.0},{"model":"Maverick","year":"2026","msrpPrice":28145.0,"azPrice":26771.0,"xPrice":27926.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1845.0},{"model":"Explorer","year":"2025","msrpPrice":40050.0,"azPrice":37131.0,"xPrice":38733.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1695.0},{"model":"E-Stripped Chassis","year":"2026","msrpPrice":38134.0,"azPrice":34882.0,"xPrice":36585.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2095.0},{"model":"Bronco Sport","year":"2026","msrpPrice":31845.0,"azPrice":30081.0,"xPrice":31375.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1995.0},{"model":"F-650-750","year":"2027","msrpPrice":69995.0,"azPrice":58371.0,"xPrice":61164.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2795.0},{"model":"Mache","year":"2025","msrpPrice":37995.0,"azPrice":36005.0,"xPrice":35484.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1995.0},{"model":"F-150 F-150","year":"2026","msrpPrice":37290.0,"azPrice":34412.0,"xPrice":35998.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2795.0},{"model":"Econoline Cutaway","year":"2026","msrpPrice":41330.0,"azPrice":37782.0,"xPrice":39609.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2095.0},{"model":"Transit Chassis","year":"2026","msrpPrice":44890.0,"azPrice":41123.0,"xPrice":42984.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2395.0},{"model":"F-Stripped Chassis","year":"2025","msrpPrice":42125.0,"azPrice":35661.0,"xPrice":37317.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2095.0},{"model":"Transit VanWagon","year":"2025","msrpPrice":56400.0,"azPrice":51568.0,"xPrice":53875.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"Expedition","year":"2027","msrpPrice":63600.0,"azPrice":58738.0,"xPrice":61314.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2795.0},{"model":"Escape Plugin Hybrid","year":"2025","msrpPrice":38400.0,"azPrice":35617.0,"xPrice":37168.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1495.0},{"model":"E-Transit","year":"2025","msrpPrice":45700.0,"azPrice":42315.0,"xPrice":41995.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"Mustang","year":"2026","msrpPrice":32995.0,"azPrice":30658.0,"xPrice":31994.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1995.0},{"model":"E-Stripped Chassis","year":"2025","msrpPrice":34595.0,"azPrice":31670.0,"xPrice":33192.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1995.0},{"model":"Explorer","year":"2026","msrpPrice":38465.0,"azPrice":35676.0,"xPrice":37250.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1795.0},{"model":"Bronco Sport","year":"2025","msrpPrice":31695.0,"azPrice":29941.0,"xPrice":31229.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1995.0},{"model":"F-650-750","year":"2026","msrpPrice":69995.0,"azPrice":58371.0,"xPrice":61175.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":0.0},{"model":"Mache","year":"2026","msrpPrice":37795.0,"azPrice":35818.0,"xPrice":35239.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2045.0},{"model":"Chassis Cab","year":"2025","msrpPrice":50165.0,"azPrice":45909.0,"xPrice":48200.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2095.0},{"model":"F-150 F-150","year":"2025","msrpPrice":37450.0,"azPrice":34558.0,"xPrice":36151.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2595.0},{"model":"Escape Hybrid","year":"2026","msrpPrice":33890.0,"azPrice":31480.0,"xPrice":32857.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1495.0},{"model":"Econoline Cutaway","year":"2027","msrpPrice":41330.0,"azPrice":37782.0,"xPrice":39606.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2795.0},{"model":"SuperDuty Commercial","year":"2025","msrpPrice":45300.0,"azPrice":41495.0,"xPrice":43492.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"Transit Chassis","year":"2025","msrpPrice":43700.0,"azPrice":40043.0,"xPrice":41858.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"Transit VanWagon","year":"2026","msrpPrice":59180.0,"azPrice":54091.0,"xPrice":56504.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2395.0},{"model":"Bronco","year":"2025","msrpPrice":39995.0,"azPrice":38080.0,"xPrice":39709.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1995.0},{"model":"E-Transit","year":"2026","msrpPrice":48150.0,"azPrice":44563.0,"xPrice":44039.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2395.0},{"model":"Mustang","year":"2025","msrpPrice":31920.0,"azPrice":29671.0,"xPrice":30966.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1995.0},{"model":"Ranger","year":"2026","msrpPrice":33550.0,"azPrice":31503.0,"xPrice":32877.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1895.0},{"model":"Transit Commercial","year":"2025","msrpPrice":47400.0,"azPrice":43401.0,"xPrice":45359.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"F-650-750","year":"2025","msrpPrice":69685.0,"azPrice":58113.0,"xPrice":60889.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":0.0},{"model":"Escape","year":"2025","msrpPrice":29515.0,"azPrice":27465.0,"xPrice":28672.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1495.0},{"model":"SuperDuty Commercial","year":"2026","msrpPrice":45975.0,"azPrice":42108.0,"xPrice":44129.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2795.0},{"model":"Chassis Cab","year":"2026","msrpPrice":50540.0,"azPrice":46250.0,"xPrice":48553.0,"spx":"false","fnx":"true","prx":"false","az":"false","destinationDeliveryCharge":2795.0},{"model":"SuperDuty","year":"2025","msrpPrice":45300.0,"azPrice":41495.0,"xPrice":43492.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2095.0},{"model":"F-150 Lightning","year":"2025","msrpPrice":54780.0,"azPrice":50646.0,"xPrice":50179.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":2595.0},{"model":"Bronco","year":"2026","msrpPrice":40795.0,"azPrice":38834.0,"xPrice":40493.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1995.0},{"model":"Expedition","year":"2025","msrpPrice":62400.0,"azPrice":57637.0,"xPrice":60167.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2595.0},{"model":"Ranger","year":"2025","msrpPrice":33350.0,"azPrice":31318.0,"xPrice":32684.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1895.0},{"model":"Maverick","year":"2025","msrpPrice":28145.0,"azPrice":26771.0,"xPrice":27927.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":1695.0},{"model":"Escape Hybrid","year":"2025","msrpPrice":32490.0,"azPrice":30195.0,"xPrice":31518.0,"spx":"false","fnx":"false","prx":"false","az":"false","destinationDeliveryCharge":1495.0},{"model":"Transit Commercial","year":"2026","msrpPrice":48400.0,"azPrice":44308.0,"xPrice":46304.0,"spx":"true","fnx":"true","prx":"true","az":"true","destinationDeliveryCharge":2395.0}]; </script> <!-- Inline Disclosures - rendered at the end of the page --> <script> window.FMC = window.FMC || {}; FMC.context = FMC.context || {}; FMC.context.globaldisclosures = {"0":{"id":"Note","ariaLabel":"","title":"note","description":"Information is provided on an \"as is\" basis and could include technical, typographical or other errors.
643Your Ford dealer is the best source of the most up-to-date information on Ford vehicles.<br>\r\n"},"3":{"id":"1","ariaLabel":"","title":"disclaimerStartingMSRP","description":"Current Manufacturer Suggested Retail Price (MSRP) for base vehicle.632Your Ford dealer is the best source of the most up-to-date information on Ford vehicles.<br>\r\n"},"1":{"id":"1","ariaLabel":"","title":"disclaimerStartingMSRP","description":"Current Manufacturer Suggested Retail Price (MSRP) for base vehicle.
647Not all vehicles qualify for A/X/Z Plan."},"4":{"id":"2","ariaLabel":"","title":"disclaimerMPG","description":"EPA-estimated city/hwy mpg for the model indicated.636Not all vehicles qualify for A/X/Z Plan."},"2":{"id":"2","ariaLabel":"","title":"disclaimerMPG","description":"EPA-estimated city/hwy mpg for the model indicated.
650On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.<br>\r\n\r\n"},"5":{"id":"3","ariaLabel":"","title":"Safety belt","description":"Always wear your seat belt and secure children in the rear seat."},"6":{"id":"4","ariaLabel":"","title":"Details and system limitations","description":"Don’t drive while distracted.639On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.<br>\r\n\r\n"},"3":{"id":"3","ariaLabel":"","title":"Safety belt","description":"Always wear your seat belt and secure children in the rear seat."},"4":{"id":"4","ariaLabel":"","title":"Details and system limitations","description":"Don’t drive while distracted.
651See Owner’s Manual for details and system limitations."},"7":{"id":"5","ariaLabel":"","title":"disclaimerFordPass","description":"An activated vehicle modem and the Ford app (formerly known as the FordPass<sup>®</sup> app) are required to remotely schedule software updates.640See Owner’s Manual for details and system limitations."},"5":{"id":"5","ariaLabel":"","title":"disclaimerFordPass","description":"An activated vehicle modem and the Ford app (formerly known as the FordPass<sup>®</sup> app) are required to remotely schedule software updates.
652See Owner’s Manual for more information."},"8":{"id":"6","ariaLabel":"","title":"disclaimerAPR","description":"Special APR offers applied to Estimated Selling Price.641See Owner’s Manual for more information."},"6":{"id":"6","ariaLabel":"","title":"disclaimerAPR","description":"Special APR offers applied to Estimated Selling Price.
655See dealer for qualifications and complete details.<br>\r\n"},"9":{"id":"7","ariaLabel":"","title":"disclaimerLease1","description":"Special Lease offers applied to Estimated Capitalized Cost.644See dealer for qualifications and complete details.<br>\r\n"},"7":{"id":"7","ariaLabel":"","title":"disclaimerLease1","description":"Special Lease offers applied to Estimated Capitalized Cost.
658See dealer for qualifications and complete details.<br>\r\n\r\n"},"10":{"id":"8","ariaLabel":"","title":"disclaimerPricing","description":"Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.647See dealer for qualifications and complete details.<br>\r\n\r\n"},"8":{"id":"8","ariaLabel":"","title":"disclaimerPricing","description":"Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
659Does not include A, Z or X Plan price."},"11":{"id":"9","ariaLabel":"","title":"disclaimerWiFi","description":"Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.648Does not include A, Z or X Plan price."},"9":{"id":"9","ariaLabel":"","title":"disclaimerWiFi","description":"Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.
662Use voice controls."},"12":{"id":"10","ariaLabel":"","title":"disclaimerDriverAssistFeatures","description":"Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.651Use voice controls."},"10":{"id":"10","ariaLabel":"","title":"disclaimerDriverAssistFeatures","description":"Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
665See Owner’s Manual for details and limitations."},"13":{"id":"12","ariaLabel":"","title":"disclaimerConnectedBuilt-InNavigation","description":"Equipped vehicles require modem activation and a Connected Navigation service plan.654See Owner’s Manual for details and limitations."},"11":{"id":"12","ariaLabel":"","title":"disclaimerConnectedBuilt-InNavigation","description":"Equipped vehicles require modem activation and a Connected Navigation service plan.
667Evolving technology/cellular networks/vehicle capability may limit or prevent functionality."},"14":{"id":"13","ariaLabel":"","title":"disclaimerEstimatedNetPrice","description":"Estimated Net Price is the Total Manufacturer's Suggested Retail Price (\"Total MSRP\") minus any available offers and/or incentives.656Evolving technology/cellular networks/vehicle capability may limit or prevent functionality."},"12":{"id":"13","ariaLabel":"","title":"disclaimerEstimatedNetPrice","description":"Estimated Net Price is the Total Manufacturer's Suggested Retail Price (\"Total MSRP\") minus any available offers and/or incentives.
671Not all AXZ Plan customers will qualify for the Plan pricing shown and not all offers or incentives are available to AXZ Plan customers."},"15":{"id":"14","ariaLabel":"","title":"disclaimerEstimateSellingPrice","description":"<p>The \"estimated selling price\" is for estimation purposes only and the figures presented do not represent an offer that can be accepted by you.660Not all AXZ Plan customers will qualify for the Plan pricing shown and not all offers or incentives are available to AXZ Plan customers."},"13":{"id":"14","ariaLabel":"","title":"disclaimerEstimateSellingPrice","description":"<p>The \"estimated selling price\" is for estimation purposes only and the figures presented do not represent an offer that can be accepted by you.
681For Commercial Lease product, upfit amounts are included.</p>"},"16":{"id":"15","ariaLabel":"","title":"Available Qi wireless charging","description":"Available Qi wireless charging may not be compatible with all mobile phones."},"17":{"id":"16","ariaLabel":"","title":"disclaimerAmountFinanced","description":"<p>The \"amount financed\" is for estimation purposes only and the figures presented do not represent an offer that can be accepted by you.670For Commercial Lease product, upfit amounts are included.</p>"},"14":{"id":"15","ariaLabel":"","title":"Available Qi wireless charging","description":"Available Qi wireless charging may not be compatible with all mobile phones."},"15":{"id":"16","ariaLabel":"","title":"disclaimerAmountFinanced","description":"<p>The \"amount financed\" is for estimation purposes only and the figures presented do not represent an offer that can be accepted by you.
687It is equal to the Estimated Capitalized Cost less Down Payment, Available Incentives, and Net Trade-in Amount.</p>"},"18":{"id":"17","ariaLabel":"","title":"disclaimerDealerAccesories","description":"<p>Dealer Accessories are defined as items that do not appear on the factory window sticker that are installed by a Ford or Lincoln Dealers.676It is equal to the Estimated Capitalized Cost less Down Payment, Available Incentives, and Net Trade-in Amount.</p>"},"16":{"id":"17","ariaLabel":"","title":"disclaimerDealerAccesories","description":"<p>Dealer Accessories are defined as items that do not appear on the factory window sticker that are installed by a Ford or Lincoln Dealers.
694To determine which parts come with a warranty from the original manufacturer, or from Ford Racing, please contact the Ford Racing Techline at (800) FORD788.</p>"},"19":{"id":"18","ariaLabel":"","title":"disclaimerTradeInValue","description":"The “Trade-In Value” of your vehicle is an estimate, only, and many factors that cannot be assessed without a physical inspection of the vehicle may affect actual value.683To determine which parts come with a warranty from the original manufacturer, or from Ford Racing, please contact the Ford Racing Techline at (800) FORD788.</p>"},"17":{"id":"18","ariaLabel":"","title":"disclaimerTradeInValue","description":"The “Trade-In Value” of your vehicle is an estimate, only, and many factors that cannot be assessed without a physical inspection of the vehicle may affect actual value.
697Please see your local Ford dealer for information regarding actual trade-in availability and value."},"20":{"id":"19","ariaLabel":"","title":"Ford Pickup and Delivery","description":"Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.686Please see your local Ford dealer for information regarding actual trade-in availability and value."},"18":{"id":"19","ariaLabel":"","title":"Ford Pickup and Delivery","description":"Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
699A nonoperational vehicle is not eligible for Ford Pickup &amp; Delivery and will require a Roadside event."},"21":{"id":"20","ariaLabel":"","title":"Cargo and load capacity","description":"Cargo and load capacity limited by weight and weight distribution."},"22":{"id":"21","ariaLabel":"","title":"Cargo capacity","description":"Cargo and load capacity limited by weight and weight distribution.688A nonoperational vehicle is not eligible for Ford Pickup &amp; Delivery and will require a Roadside event."},"19":{"id":"20","ariaLabel":"","title":"Cargo and load capacity","description":"Cargo and load capacity limited by weight and weight distribution."},"20":{"id":"21","ariaLabel":"","title":"Cargo capacity","description":"Cargo and load capacity limited by weight and weight distribution.
700Cargo capacity based on load floor in the lowest position."},"23":{"id":"22","ariaLabel":"","title":"Requires feature activation","description":"Available on select vehicles.689Cargo capacity based on load floor in the lowest position."},"21":{"id":"22","ariaLabel":"","title":"Requires feature activation","description":"Available on select vehicles.
702Not compatible with all mobile phones."},"24":{"id":"23","ariaLabel":"","title":"Ford Digital Experience","description":"Some Ford Digital Experience features require a Connectivity plan.691Not compatible with all mobile phones."},"22":{"id":"23","ariaLabel":"","title":"Ford Digital Experience","description":"Some Ford Digital Experience features require a Connectivity plan.
706Not all features are compatible with all phones."},"25":{"id":"24","ariaLabel":"","title":"Available Connectivity features","description":"Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.695Not all features are compatible with all phones."},"23":{"id":"24","ariaLabel":"","title":"Available Connectivity features","description":"Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
711Terms apply."},"26":{"id":"25","ariaLabel":"","title":"Connected Services","description":"Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.700Terms apply."},"24":{"id":"25","ariaLabel":"","title":"Connected Services","description":"Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
715Terms apply."},"27":{"id":"26","ariaLabel":"","title":"Connected Services and features","description":"4G/5G not available everywhere.704Terms apply."},"25":{"id":"26","ariaLabel":"","title":"Connected Services and features","description":"4G/5G not available everywhere.
716Evolving technology/cellular networks/vehicle capability may limit or prevent functionality."},"28":{"id":"27","ariaLabel":"","title":"disclaimerSafetyControl","description":"Don’t drive while distracted or while using handheld devices.705Evolving technology/cellular networks/vehicle capability may limit or prevent functionality."},"26":{"id":"27","ariaLabel":"","title":"disclaimerSafetyControl","description":"Don’t drive while distracted or while using handheld devices.
719Not all features are compatible with all phones."},"29":{"id":"28","ariaLabel":"","title":"disclaimerElectricalSystem","description":"The vehicle's electrical system (including the battery), the wireless service provider's signal and a connected mobile phone must all be available and operating for 911 Assist<sup>®</sup> to function properly.708Not all features are compatible with all phones."},"27":{"id":"28","ariaLabel":"","title":"disclaimerElectricalSystem","description":"The vehicle's electrical system (including the battery), the wireless service provider's signal and a connected mobile phone must all be available and operating for 911 Assist<sup>®</sup> to function properly.
724To avoid interference, remove the device or contact the device maker for more information on compatibility."},"30":{"id":"31","ariaLabel":"","title":"disclaimerAlexa Built-in","description":"Eligible vehicles receive three years of complimentary access to Alexa Built-in.713To avoid interference, remove the device or contact the device maker for more information on compatibility."},"28":{"id":"31","ariaLabel":"","title":"disclaimerAlexa Built-in","description":"Eligible vehicles receive three years of complimentary access to Alexa Built-in.
727Some Alexa Built-in features require a Connectivity plan or Wi-Fi<sup>®</sup> wireless network."},"31":{"id":"34","ariaLabel":"","title":"disclaimerOptionalSatRadio","description":"Service will automatically stop at the end of your trial subscription period unless you decide to continue service.716Some Alexa Built-in features require a Connectivity plan or Wi-Fi<sup>®</sup> wireless network."},"29":{"id":"34","ariaLabel":"","title":"disclaimerOptionalSatRadio","description":"Service will automatically stop at the end of your trial subscription period unless you decide to continue service.
734SiriusXM and related logos are trademarks of Sirius XM Radio Inc. and its respective subsidiaries."},"32":{"id":"36","ariaLabel":"","title":"disclaimerDataConection","description":"Certain features and/or content may not be available unless an active data connection is enabled in the vehicle.723SiriusXM and related logos are trademarks of Sirius XM Radio Inc. and its respective subsidiaries."},"30":{"id":"35","ariaLabel":"","title":"disclaimerSirusXM","description":"All SiriusXM services require a subscription.
724Service subject to the SiriusXM Customer Agreement and Privacy Policy, visit <a href=\"https://www.siriusxm.com#!adchoices\" title=\"\" target=\"_blank\">www.siriusxm.com</a> to see complete terms and how to cancel which includes calling <a href=\"tel:1-866-635-2349\" title=\"\" target=\"\">1-866-635-2349</a>.
725Some services, content and features are subject to device capabilities, an active data connection enabled in the vehicle and location availability.
726All fees, content and features are subject to change.
727Content varies by subscription plan.
728SiriusXM and related logos are trademarks of Sirius XM Radio LLC and its respective subsidiaries.
729Certain features and/or content may not be available unless an active data connection is enabled in the vehicle.
730Content varies by SiriusXM subscription plan."},"31":{"id":"36","ariaLabel":"","title":"disclaimerDataConection","description":"Certain features and/or content may not be available unless an active data connection is enabled in the vehicle.
736Some features may not be available while driving."},"33":{"id":"39","ariaLabel":"","title":"disclaimerVehicleControl","description":"Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.732Some features may not be available while driving."},"32":{"id":"39","ariaLabel":"","title":"disclaimerVehicleControl","description":"Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
738It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions."},"34":{"id":"50","ariaLabel":"","title":"disclaimerfordsecurity","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.734It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions."},"33":{"id":"50","ariaLabel":"","title":"disclaimerfordsecurity","description":"Ford Security Package requires the Ford app, modem activation, and an activated plan.
741Not available in U.S. territories.</p>\n"},"35":{"id":"63","ariaLabel":"","title":"disclaimerCompatibleSmartphones","description":"Commands may vary by phone and AppLink<sup>®</sup> software."},"36":{"id":"68","ariaLabel":"","title":"disclaimerPremiumFuelAchieved","description":"Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.737Not available in U.S. territories."},"34":{"id":"63","ariaLabel":"","title":"disclaimerCompatibleSmartphones","description":"Commands may vary by phone and AppLink<sup>®</sup> software."},"35":{"id":"68","ariaLabel":"","title":"disclaimerPremiumFuelAchieved","description":"Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
742Your results may vary."},"37":{"id":"69","ariaLabel":"","title":"Hybrid (Powersplit & MHT, 20MY+)","description":"Calculated via combined performance of the engine and electric motor(s) with peak battery power.738Your results may vary."},"36":{"id":"69","ariaLabel":"","title":"Hybrid (Powersplit & MHT, 20MY+)","description":"Calculated via combined performance of the engine and electric motor(s) with peak battery power.
744Your results may vary."},"38":{"id":"70","ariaLabel":"","title":"Battery Electric (eMotor only)","description":"Calculated via peak performance of the electric motor(s) at peak battery power.740Your results may vary."},"37":{"id":"70","ariaLabel":"","title":"Battery Electric (eMotor only)","description":"Calculated via peak performance of the electric motor(s) at peak battery power.
745Your results may vary."},"39":{"id":"72","ariaLabel":"","title":"Max payload - carrying capacity","description":"Max payload varies based on accessories and vehicle configuration.741Your results may vary."},"38":{"id":"72","ariaLabel":"","title":"Max payload - carrying capacity","description":"Max payload varies based on accessories and vehicle configuration.
747Always properly secure cargo."},"40":{"id":"74","ariaLabel":"","title":"One-Pedal Drive","description":"One-Pedal Drive is an extra driving aid.743Always properly secure cargo."},"39":{"id":"74","ariaLabel":"","title":"One-Pedal Drive","description":"One-Pedal Drive is an extra driving aid.
749See Owner’s Manual for details and limitations."},"41":{"id":"76","ariaLabel":"","title":"See Owner’s Manual","description":"See Owner’s Manual for important operating instructions."},"42":{"id":"78","ariaLabel":"","title":"When properly equipped","description":"When properly equipped.745See Owner’s Manual for details and limitations."},"40":{"id":"76","ariaLabel":"","title":"See Owner’s Manual","description":"See Owner’s Manual for important operating instructions."},"41":{"id":"78","ariaLabel":"","title":"When properly equipped","description":"When properly equipped.
751Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers."},"43":{"id":"79","ariaLabel":"","title":"Max Towing","description":"When properly equipped.747Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers."},"42":{"id":"79","ariaLabel":"","title":"Max Towing","description":"When properly equipped.
752Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers."},"44":{"id":"125","ariaLabel":"","title":"Limited Warranty","description":"See your dealer for limited-warranty details."},"45":{"id":"127","ariaLabel":"","title":"BluecruiseDisclaimer","description":"Available feature on select vehicles.748Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers."},"43":{"id":"125","ariaLabel":"","title":"Limited Warranty","description":"See your dealer for limited-warranty details."},"44":{"id":"127","ariaLabel":"","title":"BluecruiseDisclaimer","description":"Available feature on select vehicles.
757See Owner’s Manual for details and limitations."},"46":{"id":"161","ariaLabel":"","title":"disclaimerSyncAndroidAuto","description":"Compatible Android or iPhone with compatible active data plan and software required.753See Owner’s Manual for details and limitations."},"45":{"id":"161","ariaLabel":"","title":"disclaimerSyncAndroidAuto","description":"Compatible Android or iPhone with compatible active data plan and software required.
761Third parties are solely responsible for their respective functionality."},"47":{"id":"162","ariaLabel":"","title":"Requires Connectivity Services","description":"Requires SYNC<sup>®</sup> 4 technology or Ford Premium Connectivity Connected Service Plan or Wi-Fi<sup>®</sup> network.757Third parties are solely responsible for their respective functionality."},"46":{"id":"162","ariaLabel":"","title":"Requires Connectivity Services","description":"Requires SYNC<sup>®</sup> 4 technology or Ford Premium Connectivity Connected Service Plan or Wi-Fi<sup>®</sup> network.
762Vehicle must be in park."},"48":{"id":"164","ariaLabel":"","title":"DisclaimerFordpass2","description":"The Ford app, formerly known as the FordPass<sup>®</sup>&nbsp;app, compatible with select smartphone platforms, is available via a download.758Vehicle must be in park."},"47":{"id":"164","ariaLabel":"","title":"DisclaimerFordpass2","description":"The Ford app, formerly known as the FordPass<sup>®</sup>&nbsp;app, compatible with select smartphone platforms, is available via a download.
765Visit ford.com for our privacy notice."},"49":{"id":"166","ariaLabel":"","title":"disclaimerRoadside","description":"Roadside Assistance is a complimentary offering to all Ford Owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.761Visit ford.com for our privacy notice."},"48":{"id":"166","ariaLabel":"","title":"disclaimerRoadside","description":"Roadside Assistance is a complimentary offering to all Ford Owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
767Ford reserves the right to change program details without obligations."},"50":{"id":"168","ariaLabel":"","title":"Evasive steering","description":"Evasive steering does not control steering."},"51":{"id":"171","ariaLabel":"","title":"","description":"EPA-estimated driving range based on full charge.763Ford reserves the right to change program details without obligations."},"49":{"id":"168","ariaLabel":"","title":"Evasive steering","description":"Evasive steering does not control steering."},"50":{"id":"171","ariaLabel":"","title":"","description":"EPA-estimated driving range based on full charge.
768Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health."},"52":{"id":"172","ariaLabel":"","title":"DisclaimerTrackuse","description":"Closed track.764Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health."},"51":{"id":"172","ariaLabel":"","title":"DisclaimerTrackuse","description":"Closed track.
771See Owner’s Manual for information on use."},"53":{"id":"173","ariaLabel":"","title":"DisclaimerPricemay","description":"Prices may vary depending on form of payment.<br>\r\n"},"54":{"id":"174","ariaLabel":"","title":"disclaimerBlueOvalChargeNetwork","description":"Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/25.767See Owner’s Manual for information on use."},"52":{"id":"173","ariaLabel":"","title":"DisclaimerPricemay","description":"Prices may vary depending on form of payment.<br>\r\n"},"53":{"id":"174","ariaLabel":"","title":"disclaimerBlueOvalChargeNetwork","description":"Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/25.
774Message and data rates may apply."},"55":{"id":"177","ariaLabel":"","title":"Mach-E Reservation","description":"Reservation does not guarantee vehicle delivery nor priority for ordering a vehicle.770Message and data rates may apply."},"54":{"id":"177","ariaLabel":"","title":"Mach-E Reservation","description":"Reservation does not guarantee vehicle delivery nor priority for ordering a vehicle.
775See <a href=\"https://www.ford.com/help/terms/reservations-payments-orders/\" title=\"null\" target=\"_blank\">Reservation Terms and Conditions</a> for important details."},"56":{"id":"178","ariaLabel":"","title":"Range and charge time","description":"Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range-calculation methodology.771See <a href=\"https://www.ford.com/help/terms/reservations-payments-orders/\" title=\"null\" target=\"_blank\">Reservation Terms and Conditions</a> for important details."},"55":{"id":"178","ariaLabel":"","title":"Range and charge time","description":"Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range-calculation methodology.
778Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health."},"57":{"id":"180","ariaLabel":"","title":"Vehicle Pre-Conditioning","description":"Effectiveness of cabin preconditioning may be reduced by extreme outside temperatures."},"58":{"id":"181","ariaLabel":"","title":"Peak Power; HP; Torque; 0-60","description":"Based on manufacturer calculation using computer engineering simulations.&nbsp; Your results may vary.<br>\r\n\r\n"},"59":{"id":"182","ariaLabel":"","title":"reserve page where DC charge time is noted","description":"Estimated Average additional range.774Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health."},"56":{"id":"180","ariaLabel":"","title":"Vehicle Pre-Conditioning","description":"Effectiveness of cabin preconditioning may be reduced by extreme outside temperatures."},"57":{"id":"181","ariaLabel":"","title":"Peak Power; HP; Torque; 0-60","description":"Based on manufacturer calculation using computer engineering simulations.&nbsp; Your results may vary.<br>\r\n\r\n"},"58":{"id":"182","ariaLabel":"","title":"reserve page where DC charge time is noted","description":"Estimated Average additional range.
783Stat achieved with extended-range battery and rear-wheel drive on a 150 kW Direct Current fast charge charger.\r\n"},"60":{"id":"183","ariaLabel":"","title":"Dealer Selling Price E6","description":"Price the dealer is willing to sell the vehicle for in a purchase transaction and corresponds to the estimated dealer selling price for the vehicle displayed in the Pricing Summary.779Stat achieved with extended-range battery and rear-wheel drive on a 150 kW Direct Current fast charge charger.\r\n"},"59":{"id":"183","ariaLabel":"","title":"Dealer Selling Price E6","description":"Price the dealer is willing to sell the vehicle for in a purchase transaction and corresponds to the estimated dealer selling price for the vehicle displayed in the Pricing Summary.
784Excludes available&nbsp; incentives (including AXZD-Plans Pricing for qualified customers), governmental taxes and fees, title or registration fees.&nbsp; All current available incentives (including AXZD-Plans Pricing), taxes and&nbsp; fees will be applied at purchase.&nbsp; See dealer for details, residency restrictions may apply."},"61":{"id":"184","ariaLabel":"","title":"currentAvailableIncentivesE7","description":"Incentives are available at the time of posting, determined by zip code entered by the consumer,&nbsp; and subject to change and expiration.780Excludes available&nbsp; incentives (including AXZD-Plans Pricing for qualified customers), governmental taxes and fees, title or registration fees.&nbsp; All current available incentives (including AXZD-Plans Pricing), taxes and&nbsp; fees will be applied at purchase.&nbsp; See dealer for details, residency restrictions may apply."},"60":{"id":"184","ariaLabel":"","title":"currentAvailableIncentivesE7","description":"Incentives are available at the time of posting, determined by zip code entered by the consumer,&nbsp; and subject to change and expiration.
787See your dealer for further details."},"62":{"id":"185","ariaLabel":"","title":"","description":"This is the deposit your Dealer will receive to process your order.783See your dealer for further details."},"61":{"id":"185","ariaLabel":"","title":"","description":"This is the deposit your Dealer will receive to process your order.
791Please ask your Dealer for their refund policy before you place your order."},"63":{"id":"186","ariaLabel":"","title":"Annual Mileage","description":"<b>Term</b>: The number of scheduled months in your Purchase/Lease contract.787Please ask your Dealer for their refund policy before you place your order."},"62":{"id":"186","ariaLabel":"","title":"Annual Mileage","description":"<b>Term</b>: The number of scheduled months in your Purchase/Lease contract.
794You will be responsible for a per-mile excess mileage charge over the mileage allowance in your lease (see footnote 10 Estimated Monthly Payment for excess mileage charges).</p>\r\n"},"64":{"id":"188","ariaLabel":"","title":"Estimated Monthly Payment","description":"Financing payment calculations are based on APR and term.790You will be responsible for a per-mile excess mileage charge over the mileage allowance in your lease (see footnote 10 Estimated Monthly Payment for excess mileage charges).</p>\r\n"},"63":{"id":"188","ariaLabel":"","title":"Estimated Monthly Payment","description":"Financing payment calculations are based on APR and term.
795NOT ALL BUYERS WILL QUALIFY FOR THE LOWEST FORD CREDIT APR."},"65":{"id":"189","ariaLabel":"","title":"Destination & Delivery ChargesE3","description":"Charges associated with getting the vehicle from the manufacturer to the dealership."},"66":{"id":"190","ariaLabel":"","title":"Down Payment E19","description":"Down Payment: The cash amount paid to reduce the Dealer Selling Price of the vehicle being purchased or leased."},"67":{"id":"191","ariaLabel":"","title":"disclaimerOptionsS4","description":"The Option Package price and monthly payment displayed is for illustration purposes, only.791NOT ALL BUYERS WILL QUALIFY FOR THE LOWEST FORD CREDIT APR."},"64":{"id":"189","ariaLabel":"","title":"Destination & Delivery ChargesE3","description":"Charges associated with getting the vehicle from the manufacturer to the dealership."},"65":{"id":"190","ariaLabel":"","title":"Down Payment E19","description":"Down Payment: The cash amount paid to reduce the Dealer Selling Price of the vehicle being purchased or leased."},"66":{"id":"191","ariaLabel":"","title":"disclaimerOptionsS4","description":"The Option Package price and monthly payment displayed is for illustration purposes, only.
799See your local dealer for details."},"68":{"id":"192","ariaLabel":"","title":"disclaimerTotalMSRP","description":"Total MSRP is Base MSRP plus options, destination and delivery charges.795See your local dealer for details."},"67":{"id":"192","ariaLabel":"","title":"disclaimerTotalMSRP","description":"Total MSRP is Base MSRP plus options, destination and delivery charges.
800Excludes taxes, title, and registration fees."},"69":{"id":"193","ariaLabel":"","title":"disclaimerDestinationCharge","description":"<a href=\"https://www.ford.com/auto-shipping-delivery-charges/\" title=\"null\" target=\"null\">Destination Charges</a> are associated with getting the vehicle from the manufacturer to the dealership.796Excludes taxes, title, and registration fees."},"68":{"id":"193","ariaLabel":"","title":"disclaimerDestinationCharge","description":"<a href=\"https://www.ford.com/auto-shipping-delivery-charges/\" title=\"null\" target=\"null\">Destination Charges</a> are associated with getting the vehicle from the manufacturer to the dealership.
801Prices listed are MSRP and are based on information updated on this website from time to time."},"70":{"id":"194","ariaLabel":"","title":"Estimated Employee Net Price","description":"Estimated Employee Net Price is the Total Manufacturer's Suggested Retail Price \"Total MSRP\" minus any available offers and/or incentives, including the Employee Pricing Adjustment.797Prices listed are MSRP and are based on information updated on this website from time to time."},"69":{"id":"194","ariaLabel":"","title":"Estimated Employee Net Price","description":"Estimated Employee Net Price is the Total Manufacturer's Suggested Retail Price \"Total MSRP\" minus any available offers and/or incentives, including the Employee Pricing Adjustment.
805For non-participating dealers, dealer price may be lower or higher than MSRP and Employee Pricing Adjustment Amount."},"71":{"id":"195","ariaLabel":"","title":"Employee Pricing Adjustment","description":"Available at participating dealers.801For non-participating dealers, dealer price may be lower or higher than MSRP and Employee Pricing Adjustment Amount."},"70":{"id":"195","ariaLabel":"","title":"Employee Pricing Adjustment","description":"Available at participating dealers.
809Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.&nbsp;See dealer for details."}}; FMC.context.inlinedisclosures = {"0":{"id":"max-towing-11200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,400 lbs. available on Crew Cab 6.5’ box 4x2&nbsp;with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.805Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.&nbsp;See dealer for details."},"71":{"id":"196","ariaLabel":"","title":"disclaimerVehicleModem","description":"An activated vehicle modem, compatible network availability, and the Ford app (formerly known as the FordPass<sup>®</sup> app) are required for remote features.
806Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.
807Remote features may vary by model."}}; FMC.context.inlinedisclosures = {"0":{"id":"CargoCapacity","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n<p>Properly secure all cargo.</p>\n"},"1":{"id":"DiscloseFeaturesVariesDrama","ariaLabel":"","title":"Image Details","description":"<p>Feature availability varies by vehicle.
808All Images are a dramatization.<br>\n</p>\n"},"2":{"id":"discloseDriverAssistManual","ariaLabel":"","title":"Image Details","description":"<p>Driver-assist features are supplemental and do not replace the driver's attention, judgment and need to control the vehicle.
809It does not replace safe driving.
810See Owner's Manual for details and limitations.</p>\n"},"3":{"id":"DisclosureFordPremiumConnectivityComplimentary","ariaLabel":"","title":"*","description":"<p>Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
811Package pricing, included plans, and term lengths vary by model.
812Some features may only be available while vehicle is parked.
813Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.
814Terms apply.</p>\n"},"4":{"id":"2025-Explorer-Hero-Billboard-Image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,695<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford Explorer® ST in Vapor Blue (extra cost color option) and available 4WD with Panoramic Vista Roof®.</p>\n<p>&nbsp;</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"5":{"id":"S3","ariaLabel":"","title":"S3","description":"<p>Offers shown may not be available to all customers.
815Incentives lists are examples of offers available at the time of posting and are subject to change and expiration.
816Not all incentives can be redeemed together.
817To take advantage of rebates, incentives and/or financing offers you must take new retail delivery from dealer stock by the expiration date noted.
818Not all buyers will qualify for Ford Credit financing or other offers.
819Restrictions apply.
820See your local dealer for complete details.</p>\n"},"6":{"id":"S5","ariaLabel":"","title":"S5","description":"<p>Estimated Net Price is the Total Manufacturer's Suggested Retail Price (&quot;Total MSRP&quot;) minus any available offers and/or incentives.
821Incentives may vary.
822Excludes&nbsp;Dealer Adjustment, dealer add-ons, or dealer fees such as documentary fees, as well as&nbsp;taxes, title, and registration fees.
823For authenticated AXZ Plan customers, the price displayed may represent Plan pricing.
824Not all AXZ Plan customers will qualify for the Plan pricing shown and not all offers or incentives are available to AXZ Plan customers.</p>\n"},"7":{"id":"Image-DisclosureVisualdramatizationofAdaptiveCruiseControl","ariaLabel":"","title":"Image Details","description":"<p>Visual dramatization of Adaptive Cruise Control functionality</p>\n"},"8":{"id":"2025ExplorerTowingCard","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
825Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"9":{"id":"S4","ariaLabel":"","title":"S4","description":"<p>The Option Package price and monthly payment displayed is for illustration purposes, only.
826Prices and monthly payments may vary based on features included in package, financing terms and availability.
827Some Options are not available separately.
828Not all Options or Option Packages are available on all vehicles.
829See your local dealer for details.</p>\n"},"10":{"id":"S17","ariaLabel":"","title":"S17","description":"<p>Destination Charges are associated with getting the vehicle from the manufacturer to the dealership.
830Prices listed are MSRP and are based on information updated on this website from time to time.</p>\n"},"11":{"id":"DisclosureMaxTowing ","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
831Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"12":{"id":"image-DisclosureVisualdramatizationofBlindSpotDetection","ariaLabel":"","title":"Image Details","description":"<p>Visual dramatization of Blind Spot Information System technology.<br>\n</p>\n"},"13":{"id":"DiscloseOffRoading","ariaLabel":"","title":"Image Disclosure","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"14":{"id":"DiscloseRequireConnected ServicePlan","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connected Services Plan.
832Don’t drive while distracted or while using handheld devices.
833Use voice-operated systems when possible.
834Some features may be locked out while the vehicle is in gear.
835Not all features are compatible with all phones.</p>\n"},"15":{"id":"S1","ariaLabel":"","title":"S1","description":"<p>Current Manufacturer Suggested Retail Price (MSRP) for base vehicle.
836Excludes <a href=\"https://www.ford.com/auto-shipping-delivery-charges/\" title=\"null\">destination/delivery fee</a> plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
837Optional equipment not included.
838Starting A, Z and X Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.
839Not all vehicles qualify for A, Z or X Plan.</p>\n"},"16":{"id":"DiscloseFordPassAppCompatible","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
840Message and data rates may apply.
841Terms and conditions apply.
842Visit ford.com for our privacy notice.</p>\n"},"17":{"id":"testInlineDisclosure","ariaLabel":"","title":"Test Inline Disclosure","description":"<p>Please consult with your own tax or legal professional to determine your individual eligibility.
843Tax credit amount is based on vehicle-specific component sourcing and assembly and may be subject to change.
844You may not claim the credit if (1) your adjusted gross income exceeds certain thresholds or (2) the MSRP of the vehicle, as configured, exceeds $80,000 (including all optional equipment attached to the vehicle at the time of delivery to the dealer, but excluding destination charges, optional items added by the dealer, taxes and fees).
845Not every F-150 Lightning will qualify for the tax credit.
846For you to receive the tax credit, the dealer must confirm that your specific vehicle qualifies and must provide you with an IRS time-of-sale report.
847Tax credit may be applied at point of sale, subject to dealer availability, or as a potential future tax savings.
848Tax credit is not available for vehicles acquired after September 30, 2025.
849The amount of your tax savings will depend on your individual tax circumstances.
850Incentives and additional rebates are not within Ford’s control.
851This information does not constitute tax or legal advice.
852For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml.\">https://fueleconomy.gov/feg/tax2023.shtml.</a></p>\n<p>&nbsp;</p>\n"},"18":{"id":"2025ExplorerSTasshownprice","ariaLabel":"","title":"*","description":"<p>2025 Ford Explorer® ST in Vapor Blue (extra cost color option) and available 4WD with Panoramic Vista Roof®.
853As shown price $59,695</p>\n"},"19":{"id":"S16","ariaLabel":"","title":"S16","description":"<p>Total MSRP is Base MSRP plus options, destination and delivery charges.
854Excludes taxes, title, and registration fees.</p>\n"},"20":{"id":"FordPickupDeliveryOffered","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
855Does not include parts or repair charges.
856A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"21":{"id":"DiscloseAvailableFeature4WD","ariaLabel":"","title":"*","description":"<p>*Available feature.
857Included on 4WD models.</p>\n"},"22":{"id":"Disclosure2025BestSellingSUV","ariaLabel":"","title":"*","description":"<p>Based on S&amp;P Global Mobility 1946-current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"23":{"id":"DisclosureCurrentMSRP","ariaLabel":"","title":"*","description":"<p>Current Manufacturer Suggested Retail Price (MSRP)</p>\n"},"24":{"id":"DisclosurePricingSubjectToChange","ariaLabel":"","title":"*","description":"<p>Pricing Is Subject To Change</p>\n"},"25":{"id":"DisclosureHorsepowerTorqueRatingsBased","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.
858Your results may vary.
859Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"26":{"id":"DisclosureFordPassRewardsClaiming","ariaLabel":"","title":"*","description":"<p>Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
860Points are not redeemable for cash and have no monetary value.
861Point earning and redemption values are approximate and vary by products and services redeemed.
862See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"27":{"id":"DisclosureFeatureAvailableTrimOwnerManual","ariaLabel":"","title":"*","description":"<p>Features availability may vary based on model.
863Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
864If stop is longer than three seconds, the driver must intervene and press “RES” button or accelerator pedal to resume system operation.
865Refer to your Owner's Manual for details and limitations. </p>\n"},"28":{"id":"DiscloseOptionalEquipmentExtraCostColorShown","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and extra-cost color shown.</p>\n"},"29":{"id":"DiscloseOptionalEquipmentShown","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.</p>\n"},"30":{"id":"Disclosure2025ExplorerActiveOptionalEquipmentExtraCostColorOptionShown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer Active(TM) model with optional equipment and extra-cost color option shown.</p>\n"},"31":{"id":"Disclosure2025ExplorerSTExtraCostColorOptionShown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer ST model with extra-cost color option shown.</p>\n"},"32":{"id":"DiscloseAvailableFeature","ariaLabel":"","title":"*","description":"<p>Available Feature</p>\n"},"33":{"id":"Vehicle Details","ariaLabel":"","title":"Vehicle Details","description":"<p>Several Bronco® Sport models with optional equipment and accessories shown.</p>\n"},"34":{"id":"DisclosureTrail1Pedal","ariaLabel":"","title":"*","description":"<p>Trail 1-Pedal Drive is an extra driving aid.
866It does not replace the driver’s attention and judgment or the need to apply the brakes.
867See Owner’s Manual for details and limitations.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"35":{"id":"MustHaveAnActivatedFordPassRewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
868Points are not redeemable for cash and have no monetary value.
869Point earning and redemption values are approximate and vary by products and services redeemed.
870See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"36":{"id":"","ariaLabel":"","title":"","description":""},"37":{"id":"DisclosureMustangBillboardAsShown","ariaLabel":"","title":"Image Details","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Mustang® Dark Horse Premium with available Dark Horse Appearance Package in Blue Ember (extra-cost color option).</p>\n"},"38":{"id":"DisclaimerPreProdModel","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown.</p>\n"},"39":{"id":"DisclaimerClosedCourse","ariaLabel":"","title":"Image Details","description":"<p>Closed course.
871Professional driver.
872Do not attempt.</p>\n"},"40":{"id":"DisclaimerExtraCostColor","ariaLabel":"","title":"*","description":"<p>*Extra-cost paint.</p>\n"},"41":{"id":"DisclosureClosedTrack","ariaLabel":"","title":"Video Details","description":"<p>Professional driver.
873Closed course.
874Do not attempt.
875Closed track.
876Drift brake is intended for track use only.
877It should never be used on public roads.
878See Owner’s Manual for information on use.
879Optional equipment shown.</p>\n"},"42":{"id":"DisclosureHighPowered","ariaLabel":"","title":"*","description":"<p>*Class is High-Powered Sports Cars with available 300+ HP.
880Closed track.
881Drift brake is intended for track use only.
882It should never be used on public roads.
883See Owner’s Manual for information on use.</p>\n"},"43":{"id":"DisclosureTREMECTM","ariaLabel":"","title":"*","description":"<p>TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"44":{"id":"DisclosureHighPerformanceSportsCars","ariaLabel":"","title":"*","description":"<p>Class is High-Powered Sports Cars with available 300+ HP.
884Closed track.
885Drift brake is intended for track use only.
886It should never be used on public roads.
887See Owner’s Manual for information on use.</p>\n"},"45":{"id":"DiscloseTORSENTM","ariaLabel":"","title":"*","description":"<p>*TORSEN is a registered trademark of JTEKT Corporation.\u2028\u2028</p>\n"},"46":{"id":"DiscloseBremboTM","ariaLabel":"","title":"*","description":"<p>*Brembo is a trademark of Brembo S.p.A.</p>\n"},"47":{"id":"DiscloseRECAROTM","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.</p>\n"},"48":{"id":"DiscloseTrackUseOnly","ariaLabel":"","title":"*","description":"<p>*For track use only.
888Not to be used under any other driving conditions.
889May void your vehicle’s limited warranty.
890See your warranty booklet for details.</p>\n"},"49":{"id":"DisclosureNotoriousBlue","ariaLabel":"","title":"*","description":"<p>*Notorious Blue is available on the following: Mustang<sup>®</sup> Dark Horse<sup>™</sup> Appearance Package, Mustang GT model with the GT Performance Package, and Mustang GT Premium model with the GT Performance Package.<br>\n</p>\n"},"50":{"id":"DisclosureAvailableActiveValvePerformance","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang<sup>®</sup> V8 models with automatic transmission as well as on 2.3L models with Ford active exhaust.</p>\n"},"51":{"id":"DisclosureRECAROTM-notinclude","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.
891RECARO seats do not include heating, cooling, or memory features.<br>\n</p>\n"},"52":{"id":"DisclosureAvailableAutomaticTransmission","ariaLabel":"","title":"*","description":"<p>*Available only on automatic transmission models.<br>\n</p>\n"},"53":{"id":"DisclosureDarkHorseCoupe","ariaLabel":"","title":"*","description":"<p>*Not available on the 2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> coupe.</p>\n"},"54":{"id":"DisclosureTORSENOptionalEQ","ariaLabel":"","title":"*","description":"<p>*TORSEN is a registered trademark of JTEKT Corporation.\u2028\u2028 Optional equipment shown.</p>\n"},"55":{"id":"DisclosureDesignedDrivingDyn","ariaLabel":"","title":"*","description":"<p>*Designed to optimize driving dynamics and provide superior performance on wet and dry roads.
892High-performance summer tires wear faster than non-performance tires.
893Ford does not recommend using summer tires when temperatures drops to approximately 7 °C (45 °F) or below or in conditions with snow/ice.</p>\n"},"56":{"id":"DisclosureBronzeAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance package.
894Wheels included with the Bronze Appearance Package when ordered with the GT Performance Package.<br>\n</p>\n"},"57":{"id":"DisclosurePreproductionModel","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction model with optional equipment shown.
895Not all features may be available.
896See your local dealer for details.<br>\n</p>\n"},"58":{"id":"DisclosureShadowBlackPaint","ariaLabel":"","title":"*","description":"<p>*Except when ordered with Shadow Black paint.<br>\n</p>\n"},"59":{"id":"DisclosureMustangNitePonyPackage","ariaLabel":"","title":"*","description":"<p>*Wheels included with Mustang Nite Pony Package when ordered with the GT Performance Package.
897Image shows available appearance and GT Performance Package.
898Pre-production model with optional equipment shown.
899Not all features may be available.
900See your local dealer for details.</p>\n<p>&nbsp;</p>\n"},"60":{"id":"DisclosureShownWithAvailableAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance package.<br>\n</p>\n"},"61":{"id":"DisclosureAvailableAppearanceHandlingPackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance and handling package.</p>\n"},"62":{"id":"DisclosureClosedTrackLineLock","ariaLabel":"","title":"*","description":"<p>*Closed track.
901Line-lock is intended for track use only.
902It should never be used on public roads.
903See Owner's Manual for information on use.<br>\n</p>\n"},"63":{"id":"DisclosureHorsepowerAndTorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"64":{"id":"DisclosureFeatureAvailabilityVariesByModel","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by model.</p>\n"},"65":{"id":"DisclaimerEPAEstimatedRating","ariaLabel":"","title":"*","description":"<p><sup>*</sup>EPA-estimated ratings.
904Actual mileage will vary.<br>\n</p>\n"},"66":{"id":"DisclosureMustangDarkHorsecoupe","ariaLabel":"","title":"*","description":"<p>*Not available on the 2025 Mustang® Dark Horse™ coupe.</p>\n"},"67":{"id":"2025-maverick-billboard-as-shown-pricing","ariaLabel":"","title":"As shown pricing","description":"<p>Price as shown $31,185<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford Maverick® XLT shown with available Ford Accessories.</p>\n"},"68":{"id":"image-details-optional-equipment-maverick","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and extra-cost color option shown.</p>\n"},"69":{"id":"image-details-disclosure-secure-cargo","ariaLabel":"","title":"Image Details","description":"<p>Always properly secure cargo.</p>\n"},"70":{"id":"disclosure-flexbed-max-payload","ariaLabel":"","title":"*","description":"<p>Max payload varies and is based on accessories and vehicle configuration.
905See label on doorjamb for carrying capacity of a specific vehicle.
906Always properly secure cargo.
907Optional equipment and extra-cost color option shown.</p>\n"},"71":{"id":"disclosure-towing-power","ariaLabel":"","title":"*","description":"<p>When properly equipped.
908Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
909Optional equipment and extra-cost color option shown.</p>\n"},"72":{"id":"DisclosureRECAROnotInclude","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.
910RECARO seats do not include heating, cooling, or memory features.</p>\n"},"73":{"id":"disclosure-image-details-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"74":{"id":"disclosure-image-details-max-towing","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
911Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"75":{"id":"disclosure-secure-cargo","ariaLabel":"","title":"*","description":"<p>*Always properly secure cargo.</p>\n"},"76":{"id":"image-details-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n"},"77":{"id":"disclosure-max-towing-maverick","ariaLabel":"","title":"**","description":"<p>Max towing on AWD models with available Max Trailer Tow Package.
912Excludes Maverick® Lobo™ and Tremor® models.
913When properly equipped.
914Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"78":{"id":"disclosure-ford-pass","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
915Message and data rates may apply.
916Terms and conditions apply.
917Visit ford.com for our privacy notice.</p>\n"},"79":{"id":"disclosure-towing-maverick","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with available Max Trailer Tow Package.
918Excludes Maverick® Lobo™ and Tremor® models.
919When properly equipped.
920Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"80":{"id":"disclosure-mpg-maverick","ariaLabel":"","title":"**","description":"<p>**Targeted rating of 40 city mpg based on 2.5L Hybrid engine, Automatic Continuously Variable Transmission, and AWD.
921Actual mileage will vary.
922Final EPA-estimated ratings available late 2024.</p>\n"},"81":{"id":"disclosure-closed-course","ariaLabel":"","title":"*","description":"<p>*Closed-course use only.</p>\n"},"82":{"id":"disclosure-max-towing-varies","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
923Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"83":{"id":"disclosure-owners-manual-offroad","ariaLabel":"","title":"†","description":"<p>†Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"84":{"id":"disclosure-owners-manual-offroad-driving","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"85":{"id":"image-details-maverick-lariat","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® Lariat® shown with optional equipment.</p>\n"},"86":{"id":"image-details-maverick-xlt","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with available Ford Accessories shown.</p>\n"},"87":{"id":"image-details-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.</p>\n"},"88":{"id":"image-details-maverick-xlt-offroad","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with FX4® Off-Road Package shown.
924Max payload varies and is based on accessories and vehicle configuration.
925See label on doorjamb for carrying capacity of a specific vehicle.
926Always properly secure cargo.</p>\n"},"89":{"id":"disclosure-maverick-max-payload","ariaLabel":"","title":"*","description":"<p>*Max payload on Maverick® pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.
927Excludes Maverick® Lobo™ and Tremor® models.
928Max payload varies and is based on accessories and vehicle configuration.
929See label on doorjamb for carrying capacity of a specific vehicle.
930Always properly secure cargo.</p>\n"},"90":{"id":"disclosure-max-payload-maverick","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick® pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.
931Excludes Maverick® Lobo™ and Tremor® models.
932Max payload varies and is based on accessories and vehicle configuration.
933See label on doorjamb for carrying capacity of a specific vehicle.
934Always properly secure cargo.</p>\n"},"91":{"id":"disclosure-class-touchscreen-maverick","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.</p>\n"},"92":{"id":"disclosure-black-appearance-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® Lariat® with Black Appearance Package and extra-cost color option shown.</p>\n"},"93":{"id":"disclosure-off-road-package-extra-cost","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with FX4® Off-Road Package and extra-cost color option shown.
935Always properly secure cargo.</p>\n"},"94":{"id":"disclosure-max-flexible-storage","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.
936See label on doorjamb for carrying capacity of a specific vehicle.
937Always properly secure cargo.</p>\n"},"95":{"id":"disclosure-max-towing-capacity-maverick","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
938Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"96":{"id":"disclosure-max-towing-power-image-details","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
939Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
940Optional equipment and extra-cost color option shown.</p>\n"},"97":{"id":"model-walk-disclosure-technology","ariaLabel":"","title":"*","description":"<p>*Closed-course use only.</p>\n"},"98":{"id":"ClassIsHighPoweredSportsCars","ariaLabel":"","title":"**","description":"<p>**Class is High-Powered Sports Cars with available 300+ HP.
941Closed track.
942Drift brake is intended for track use only.
943It should never be used on public roads.
944See Owner’s Manual for information on use.</p>\n"},"99":{"id":"Includedwith201A","ariaLabel":"","title":"*","description":"<p>*Included with 201A.</p>\n"},"100":{"id":"targeted-rating-mpg-attributes-bar","ariaLabel":"","title":"**","description":"<p>**Targeted rating of 40 city mpg based on 2.5L Hybrid engine, Automatic Continuously Variable Transmission, and AWD.
945Actual mileage will vary.
946Final EPA-estimated ratings available late 2024.</p>\n"},"101":{"id":"disclosure-brembo-mustang","ariaLabel":"","title":"**","description":"<p>**Brembo is a trademark of Brembo S.p.A.</p>\n"},"102":{"id":"disclosure-recaro-mustang","ariaLabel":"","title":"†","description":"<p>†RECARO is a trademark of RECARO Holding CmbH.</p>\n"},"103":{"id":"disclosure-towing-expedition","ariaLabel":"","title":"*","description":"<p>*Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"104":{"id":"DisclosureAWDClassIITowing","ariaLabel":"","title":"**","description":"<p>**With AWD and Class II Towing Package.</p>\n"},"105":{"id":"ford-connectivity-package-expedition","ariaLabel":"","title":"*","description":"<p>*Available with Ford Connectivity Package.</p>\n"},"106":{"id":"evasive-steer-assist-expedition","ariaLabel":"","title":"*","description":"<p>*Evasive Steer Assist does not control steering.</p>\n"},"107":{"id":"siriusxm-expedition","ariaLabel":"","title":"*","description":"<p>*All SiriusXM services require a subscription.
947Service subject to the SiriusXM Customer Agreement and Privacy Policy; visit <a href=\"http://www.siriusxm.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://www.siriusxm.com&quot;}}\">www.siriusxm.com</a> to see complete terms and how to cancel, which includes calling 1-866-635-2349.
948Some services, content, and features are subject to device capabilities, an active data connection enabled in the vehicle and location availability.
949All fees, content and features are subject to change.
950Content varies by subscription plan.
951SiriusXM and related logos are trademarks of Sirius XM Radio Inc. and its respective subsidiaries.</p>\n"},"108":{"id":"dont-drive-distracted-expedition","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.
952Use voice controls.</p>\n"},"109":{"id":"available-with-ford-expedition","ariaLabel":"","title":"**","description":"<p>**Available with Ford Connectivity Package.</p>\n"},"110":{"id":"eligible-model-vehicles-expedition","ariaLabel":"","title":"*","description":"<p>*Eligible 2025 model-year vehicles receive complimentary access to three-years of Alexa Built-In and one-year of Ford Connectivity Package plan enabling Google Assistant, Google Maps and Google Play which begins on the activation start date.
953To activate the one-year complimentary trial, credit card authorization for auto renewal is required; customer may cancel at any time.
954Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>\n"},"111":{"id":"max-payload-varies-maverick","ariaLabel":"","title":"*","description":"<p>*Max payload varies based on accessories and vehicle configuration.
955See label on doorjamb for carrying capacity of a specific vehicle.
956Always properly secure cargo.</p>\n"},"112":{"id":"available-on-select-vehicles","ariaLabel":"","title":"*","description":"<p>*Available on select vehicles.
957Requires feature activation.
958Not compatible with all mobile phones.</p>\n"},"113":{"id":"2025-escape-hero-billboard-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>As shown price $40,735<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup></p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"114":{"id":"pre-collision-assist-aeb","ariaLabel":"","title":"*","description":"<p>*Pre-Collision Assist® with Automatic Emergency Braking (AEB) can detect pedestrians, but not in all conditions, and does not replace safe driving.
959See your Owner’s Manual for system limitations.</p>\n"},"115":{"id":"eligible-vehicles-receive-expedition","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
960Package pricing, included plans, and term lengths vary by model.
961Some features may only be available while vehicle is parked.
962Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.
963Terms apply.</p>\n"},"116":{"id":"behind-firt-row-expedition","ariaLabel":"","title":"**","description":"<p>**Behind the first-row seats with the second- and third-row seats folded flat.</p>\n"},"117":{"id":"extra-cost-color-expedition","ariaLabel":"","title":"*","description":"<p>*Extra-cost color.</p>\n"},"118":{"id":"vehicle-details-1-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>Model shown with optional features and available Ford accessories.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"119":{"id":"vehicle-details-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>Model shown with optional features and available Ford accessories.</p>\n"},"120":{"id":"vehicle-details-2-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>*Compatible Android™ phone and compatible active data plan required.</p>\n"},"121":{"id":"cameras-only-operate","ariaLabel":"","title":"*","description":"<p>*Cameras only operate at speeds under 6 miles per hour.</p>\n"},"122":{"id":"available-connectivity-second-row","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
964Package pricing, features, included plans, and term lengths vary by model.
965Some features may only be available while vehicle is parked.
966Owners can log into the Ford app to see specific features available to them.
967Terms apply.</p>\n"},"123":{"id":"Available-summer-2025","ariaLabel":"","title":"**","description":"<p>**Available summer 2025.</p>\n"},"124":{"id":"DisclosureAlexaBuiltIn","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
968Package pricing, included plans, and term lengths vary by model.
969Some features may only be available while vehicle is parked.
970Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.
971Terms apply.</p>\n"},"125":{"id":"ImageDetailsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and extra-cost color shown.</p>\n"},"126":{"id":"qi-wireless-charging","ariaLabel":"","title":"*","description":"<p>*Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"127":{"id":"2025-video-details-expedition-cargo-capacity","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"128":{"id":"video-details-model-shown-always-consult","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford accessories.<br>\nWhen properly equipped.
972Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
973Towing capacity varies by model trim and equipment.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"129":{"id":"eligible-vehicle-and-second-row","ariaLabel":"","title":"*","description":"<p>Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
974Package pricing, included plans, and term lengths vary by model.
975Some features may only be available while vehicle is parked.
976Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.
977Terms apply.</p>\n"},"130":{"id":"disclosure-max-towing","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
978Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"131":{"id":"disclosure-horsepower-calculated","ariaLabel":"","title":"*","description":"<p>*Calculated via combined performance of the engine and electric motor(s) with peak battery power.
979The calculations utilize SAE J1349<sup>®</sup> engine results and Ford electric motor dyno testing.
980Your results may vary.</p>\n"},"132":{"id":"disclosure-auto-star-stop-technology","ariaLabel":"","title":"*","description":"<p>*Auto Start-Stop may not shut your engine off if your vehicle battery is charging, the engine is still warming up, or if you are using heat or air conditioning.</p>\n"},"133":{"id":"disclosure-actual-mileage-may-vary","ariaLabel":"","title":"*","description":"<p>*Actual mileage may vary.</p>\n"},"134":{"id":"disclosure-based-on-full-charge","ariaLabel":"","title":"**","description":"<p>**Based on full charge.
981Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"135":{"id":"applecarplayexpedition2025","ariaLabel":"","title":"*","description":"<p>*Compatible Android™ phone and compatible active data plan required.<br>\nSome Ford Digital Experience features require a Connected Services plan.
982Don’t drive while distracted or while using handheld devices.
983Use voice-operated systems when possible.
984Some features may be locked out while the vehicle is in gear.
985Not all features are compatible with all phones.<br>\nApple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.<br>\nAndroid Auto is a trademark of Google LLC.</p>\n"},"136":{"id":"eligible-vehicle-expedition-2025-fordconnectivitypackage","ariaLabel":"","title":"*","description":"<p>*Eligible 2025 model-year vehicles receive complimentary access to three-years of Alexa Built-In and one-year of Ford Connectivity Package plan enabling Google Assistant, Google Maps and Google Play which begins on the activation start date.
986To activate the one-year complimentary trial, credit card authorization for auto renewal is required; customer may cancel at any time.
987Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.<br>\nSecond-row digital device holder available summer 2025.</p>\n"},"137":{"id":"horsepower-and-torque-sae-j1349","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.
988Your results may vary.</p>\n"},"138":{"id":"compatible-android-expedition-2025-2","ariaLabel":"","title":"*","description":"<p>*Compatible Android<sup>™</sup> phone and compatible active data plan required.</p>\n<p>Some Ford Digital Experience features require a Connectivity plan.
989Don’t drive while distracted or while using handheld devices.
990Use voice-operated systems when possible.
991Some features may be locked out while the vehicle is in gear.
992Not all features are compatible with all phones.</p>\n"},"139":{"id":"equipped-valve-exhaust","ariaLabel":"","title":"*","description":"<p>*When equipped with active valve exhaust.
993Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"140":{"id":"feature-available-mustang","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang® V8 models with automatic transmission as well as on 2.3L models with Active Valve Performance Exhaust.</p>\n"},"141":{"id":"epa-estimated-cty-hwy-mpg","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.
994See <a href=\"https://fueleconomy.gov/\">fueleconomy.gov</a> for fuel economy of other engine/transmission combinations.
995Actual mileage will vary.
996On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.<br>\n4x2 model MPG listed.</p>\n"},"142":{"id":"horsepower-torque-expedition","ariaLabel":"","title":"**","description":"<p>**Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"143":{"id":"Sub-Compact-Utility","ariaLabel":"","title":"*","description":"<p>*Class is Non-Premium Sub-Compact Utility.
997Based on current publicly available information.</p>\n"},"144":{"id":"horsepower-and-torque-are-independent","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.
998Your results may vary.</p>\n"},"145":{"id":"driver-safety-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional driver with special safety equipment.
999Closed course.
1000Do not attempt.</p>\n"},"146":{"id":"vermillion-red-retro","ariaLabel":"","title":"Image Details","description":"<p>Due to supply issues the Center Cap in Vermillion Red Retro Theme is unavailable at this time.</p>\n"},"147":{"id":"max-towing-capacity","ariaLabel":"","title":"**","description":"<p>**Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"148":{"id":"2-5l-hybrid-engine","ariaLabel":"","title":"*","description":"<p>*2.5L hybrid engine.</p>\n"},"149":{"id":"available-connectivity","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
1001Package pricing, features, included plans, and term lengths vary by model.
1002Some features may only be available while vehicle is parked.
1003Owners can log into the Ford app to see specific features available to them.
1004Terms apply.</p>\n"},"150":{"id":"Non-angled parking spaces","ariaLabel":"","title":"*","description":"<p>*Non-angled parking spaces.
1005Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
1006It does not replace safe driving.
1007See Owner’s Manual for details and limitations.</p>\n"},"151":{"id":"AndroidAndAndroidAuto","ariaLabel":"","title":"*","description":"<p>*Android and Android Auto are trademarks of Google LLC.</p>\n<p>Apple CarPlay and iPhone are trademarks of Apple Inc., registered in the U.S. and other countries.</p>\n"},"152":{"id":"VoiceOperatedSystems","ariaLabel":"","title":"*","description":"<p>*Eligible vehicles receive complimentary access to Alexa Built-in.
1008Alexa functionality may vary by model and may be dependent on smart home technology.
1009Access to Alexa Built-in requires an Amazon account and an activated modem.
1010Some Alexa Built-in features require a Connectivity plan or connection to a Wi-Fi® wireless network.</p>\n"},"153":{"id":"HorsepowerAndTorque","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
1011Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"154":{"id":"HorsepowerPremium","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
1012Your results may vary.
1013When properly equipped.
1014Horsepower and torque Ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"155":{"id":"imagedetailsexpedition2025","ariaLabel":"","title":"Image Details","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford Expedition® Tremor® in Wild Green color shown with available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"156":{"id":"MaxPayload","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.
1015See label on doorjamb for carrying capacity of a specific vehicle.</p>\n"},"157":{"id":"WirelesslyIphone","ariaLabel":"","title":"*","description":"<p>*Wirelessly use what you love about your iPhone<sup>®</sup> on your in-vehicle display, including Apple Maps and supported third-party navigation apps.</p>\n"},"158":{"id":"AvailableOnXLT","ariaLabel":"","title":"*","description":"<p>Available on XLT.</p>\n"},"159":{"id":"NonAngledParkingSpaces","ariaLabel":"","title":"*","description":"<p>Non-angled parking spaces.
1016Parking assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.</p>\n"},"160":{"id":"MaxTowing","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
1017Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"161":{"id":"epa-estimated-city-hwy","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.
1018See <a href=\"https://fueleconomy.gov/\">fueleconomy.gov</a> for fuel economy of other engine/transmission combinations.
1019Actual mileage will vary.
1020On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.</p>\n"},"162":{"id":"disclosure-escape-including-in-hybrid-and-phev","ariaLabel":"","title":"*","description":"<p>*Including hybrid and plug-in hybrid.</p>\n"},"163":{"id":"when-equipped-horsepower-mustang","ariaLabel":"","title":"**","description":"<p>**When equipped with active valve exhaust.
1021Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"164":{"id":"ImageDetails","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $67,255<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>.</p>\n<p>2025 Passenger Van XLT in Race Red with High Roof, 3.5L EcoBoost<sup>®</sup> V6, 16-inch Forged Aluminum Wheels – DRW with HD Front Axle, 15 Passenger Seats, Heavy Duty Trailer Tow Package and High-Intensity Discharge Headlamps with LED Signatures.</p>\n"},"165":{"id":"lanekeepingsystem","ariaLabel":"","title":"*","description":"<p>*Lane-Keeping System does not control steering.</p>\n"},"166":{"id":"PreCollisionAssist","ariaLabel":"","title":"*","description":"<p>*Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.</p>\n"},"167":{"id":"evasivesteering","ariaLabel":"","title":"*","description":"<p>*Evasive steering does not control steering.</p>\n"},"168":{"id":"frontseatbeltsvehicledetails","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belts (safety belts) removed in order to provide a clear view of the vehicle interior.</p>\n"},"169":{"id":"disclosure=escape-epa-estimated-rating-27-34-30","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 27 city/34 hwy/30 combined mpg, 1.5L engine/8-speed transmission/FWD drivetrain.
1022Actual mileage will vary.</p>\n"},"170":{"id":"disclosure-escape-epa-estimated-rating-26-32-28","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 26 city/32 hwy/28 combined mpg, 1.5L engine/8-speed transmission/AWD drivetrain.
1023Actual mileage will vary.</p>\n"},"171":{"id":"disclosure-escape-when-properly-equipped","ariaLabel":"","title":"†","description":"<p>†When properly equipped.
1024Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"172":{"id":"disclosure-escape-epa-estimated-rating-23-31-26","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 23 city/31 hwy/26 combined mpg, 2.0L engine/8-speed transmission/AWD drivetrain.
1025Actual mileage will vary.</p>\n"},"173":{"id":"disclosure-escape-when-properly-equipped-2nd-disclaimer","ariaLabel":"","title":"**","description":"<p>**When properly equipped with Class II Towing Package.
1026Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"174":{"id":"disclosure-escape-epa-estimated-rating-42-36-39","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/FWD and AWD drivetrain.
1027Actual mileage will vary.</p>\n"},"175":{"id":"2025broncosportouterbanksmodelwithsasquatchpackage","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Sasquatch<sup>®</sup> Outer Banks<sup>®</sup> Package, extra-cost color option and available Ford Accessories shown.</p>\n"},"176":{"id":"extracostcoloroption","ariaLabel":"","title":"*","description":"<p>*Extra-cost color option.</p>\n"},"177":{"id":"cargoandloadcapacitylimited","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"178":{"id":"2025broncosportbadlandsmodelwithsasquatchpackage","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color and Sasquatch Badlands<sup>®</sup> Package shown.
1028Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"179":{"id":"alwaysdeterminethewaterdepth","ariaLabel":"","title":"*","description":"<p>*Always determine the water depth before attempting a crossing and proceed slowly.
1029Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"180":{"id":"2025broncosportbadlandsmodelwithoptionalequipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
1030Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"181":{"id":"2025broncosportbigbendmodelwithblackdiamond","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with Black Diamond Off-Road Package and extra-cost color option shown.</p>\n"},"182":{"id":"2025broncosportbadlandsmodelwithsasquatchpackage","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands<sup>®</sup> Package and extra-cost color option shown.</p>\n"},"183":{"id":"2025broncosportouterbanksmodelwithblackapperance","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with Black Appearance Package and extra-cost color option shown.</p>\n"},"184":{"id":"2025broncosportbuterbanksmodelwiththesasquatchpackageshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with the Sasquatch<sup>®</sup> Package shown.</p>\n"},"185":{"id":"2025broncosportbadlandswithaftermarketequipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with aftermarket equipment and available Ford Accessories shown.</p>\n"},"186":{"id":"2025broncobadlandsmodelshown","ariaLabel":"","title":"Video Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.
1031Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"187":{"id":"SeatBelt","ariaLabel":"","title":"*","description":"<p>*Always&nbsp;wear&nbsp;your&nbsp;safety&nbsp;belt&nbsp;and&nbsp;secure&nbsp;children&nbsp;in&nbsp;the&nbsp;rear&nbsp;seat.</p>\n"},"188":{"id":"LaneKeeping","ariaLabel":"","title":"*","description":"<p>*Lane-Keeping System does not control steering.
1032Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
1033It does not replace safe driving.
1034See Owner’s Manual for details and limitations.</p>\n"},"189":{"id":"one-year-inclusion","ariaLabel":"","title":"*","description":"<p>*One-Year Inclusion only available on Platinum Ultimate model.</p>\n"},"190":{"id":"based-on-full-charge-e-transit","ariaLabel":"","title":"**","description":"<p>**Based on full charge. 2025 Ford E-Transit<sup>™</sup> Enhanced Range Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf</a>) at ALVW (Adjusted Loaded Vehicle Weight).
1035Medium Roof and High Roof models projected range reflecting capability based on CAE analytical adjustments from tested vehicle and adjusted for roof height.
1036Actual driving range varies with conditions such as external environment, vehicle use, upfits and alternation, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"191":{"id":"eligible-vehicles-ford-pro-e-telematics","ariaLabel":"","title":"*","description":"<p>*Eligible (2022 and 2023 MY) vehicles receive a complimentary three-year trial of Ford Pro<sup>™</sup> E-Telematics services, and eligible (2024 and 2025 MY) vehicles receive a one-year trial that begins on the new vehicle warranty start date.
1037Requires modem activation.
1038Terms and conditions apply.
1039Telematics service and features depend on compatible AT&amp;T network availability.
1040Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.
1041Annual service contract is required for E-Telematics service after trial.
1042Call 1-833-811-3673 or go to <a href=\"http://fordpro.com/\" target=\"_self\">fordpro.com</a> to activate E-Telematics service.</p>\n"},"192":{"id":"based-on-full-charge-enhanced-range-cargo","ariaLabel":"","title":"*","description":"<p>*Based on full charge. 2025 Ford E-Transit<sup>™</sup> Enhanced Range Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf</a>)\u2028at ALVW (Adjusted Loaded Vehicle Weight).
1043Medium Roof and High Roof models projected range reflecting capability based on CAE analytical adjustments from tested vehicle and adjusted for roof height.
1044Actual driving range varies with conditions such as external\u2028 environment, vehicle use, upfits and alternation, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"193":{"id":"see-owners-manual-e-transit","ariaLabel":"","title":"*","description":"<p>*See Owner's Manual for important operating instructions.</p>\n"},"194":{"id":"based-on-vocations-electric-vans","ariaLabel":"","title":"*","description":"<p>*Based on vocations in which registrations are reported in S&amp;P Global Mobility CY January-December 2023, US TIPNet, including Electric Cargo Vans, Passenger Vans, and Cutaway Vans.</p>\n"},"195":{"id":"ford-charge-station-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new Ford F-150 Lightning<sup>®</sup> pickup, Mustang Mach-E<sup>®</sup> SUV, or E-Transit™ Cargo Van from a participating Ford Dealer between 10/1/2024 and 1/2/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation or (b) $2,000 bonus cash.
1045No trade-in required.
1046Offer not available to fleet or commercial customers.
1047Complimentary home installation must be performed through Qmerit Electrification LLC at a residential location with a dedicated electrical meter; restrictions may apply based on structural and electrical limitations.
1048Installation must be completed by 6/30/2025.
1049For all offers, must take retail delivery from an authorized Ford Dealer's stock by 1/2/2025.
1050See your Ford Dealer for details and terms.</p>\n"},"196":{"id":"battery-electric-vehicle-warranty-disclaimer","ariaLabel":"","title":"*","description":"<p>*See your dealer and the <a href=\"https://www.fordservicecontent.com/Ford_Content/Catalog/owner_information/2024_US_Ford_Mach_E_WG_V2.pdf\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-download&quot;,&quot;direct&quot;:&quot;global-download&quot;,&quot;secondary&quot;:&quot;websdk-download&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:lp:power promise:pdf:download&quot;,&quot;onclick_onclick&quot;:&quot;lp:power promise:pdf download:2024usfordmachewgv2.pdf&quot;}}\" rel=\"noopener noreferrer\">Battery Electric Vehicle Warranty Guide</a> for limited warranty details.</p>\n"},"197":{"id":"numbers-subject-to-change","ariaLabel":"","title":"**","description":"<p>**Numbers subject to change.</p>\n"},"198":{"id":"ford-electric-live-support-disclaimer","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.
1051Message and Data Rates May Apply.
1052By texting, you agree to receive text messages.
1053Text HELP for information.
1054Text STOP to cancel.
1055Privacy Policy at <a href=\"http://www.ford.com/help/privacy/\">www.ford.com/help/privacy/</a>.
1056Customer must agree to Ford's Electric Vehicle 24/7 Live Support Service terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.
1057Not available on select holidays including New Year's Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, Day after Thanksgiving Day and Christmas Day.​</p>\n"},"199":{"id":"roadside-assistance-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.</p>\n"},"200":{"id":"zero-emissions-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on EPA tailpipe rating.
1058Visit <a href=\"https://fueleconomy.gov/\" target=\"_blank\">fueleconomy.gov</a> for more information.</p>\n"},"201":{"id":"range-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.
1059Your results may vary.
1060Horsepower and torque are independent variables and may not be achieved simultaneously.</p>\n"},"202":{"id":"ford-test-data-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft. roll-out.
1061Your results may vary.
1062Tested with optional summer tires.</p>\n"},"203":{"id":"leveraging-ford-telematics","ariaLabel":"","title":"*","description":"<p>*Leveraging Ford Telematics data, we analyzed more than 2.5 million trips, totaling 30 million miles, to understand that the average daily range for commercial vans in the U.S. is 74 miles.
1063Based on full charge.
1064USA targeted range reflecting current capability based on analytical projection consistent with US EPA MCT drive-cycle methodology (<a href=\"http://www.fueleconomy.gov/feg/pdfs/EPA\" target=\"_blank\">www.fueleconomy.gov/feg/pdfs/EPA</a> test procedure for EVs-PHEVs-11-14-2017.pdf).
1065Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, upfits and alterations, lithium-ion battery age, and state of health.</p>\n"},"204":{"id":"scheduled-maintenance-costs-disclaimer","ariaLabel":"","title":"*","description":"<p>*Scheduled maintenance costs are based on recommended service schedule as published in the Owner’s Manual.
1066Analysis reflects Ford Motor Company’s standard method for calculating scheduled maintenance cost and reflects data available in 2025.</p>\n"},"205":{"id":"based-on-original-equipment","ariaLabel":"","title":"*","description":"<p>*Based on original equipment manufacturers (OEM) / automotive manufacturers that sell all-electric vehicles and have active charging networks.
1067Department of Energy data as of February 15, 2024 used.
1068Numbers subject to change.
1069Ford app, compatible with select smartphone platforms, is available via download.
1070Message and data rates may apply.</p>\n"},"206":{"id":"based-on-2023-cy","ariaLabel":"","title":"*","description":"<p>*Based on 2023 CY industry-reported total sales.</p>\n"},"207":{"id":"based-on-full-charge-demonstrated-range","ariaLabel":"","title":"*","description":"<p>*Based on full charge. 2025 E-Transit<sup>™</sup> Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive-cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA test procedure for EVs-PHEVs-11-14-2017.pdf</a>) at ALVW (Adjusted Loaded Vehicle Weight).
1071Medium Roof and High Roof models projected range reflecting capability based on CAE analytical adjustments from tested vehicle and adjusted for roof height.
1072Actual range varies with conditions such as external environment, vehicle use, upfits and alterations, vehicle maintenance, lithium-ion battery age, and state of health.</p>\n"},"208":{"id":"ford-mobile-service","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
1073Does not include parts or repair charges.</p>\n"},"209":{"id":"evasive-steering-assist-asterisk","ariaLabel":"","title":"*","description":"<p>*Evasive steering assist does not control steering.</p>\n"},"210":{"id":"connected-navigation-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Connected Navigation is included for 3 years.
1074After Connected Navigation 3-year inclusion expires, Connected Navigation is only available as part of the Ford Connectivity Package.</p>\n"},"211":{"id":"ford-charge-station-pro-qmerit-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new Ford F-150 Lightning<sup>®&nbsp;</sup>pickup, Mustang Mach-E<sup>®</sup> SUV, or E-Transit<sup>™</sup> Cargo Van from a participating Ford Dealer between 10/1/2024 and 1/2/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation or (b) $2,000 bonus cash.
1075No trade-in required.
1076Offer not available to fleet or commercial customers.
1077Complimentary home installation must be performed through Qmerit Electrification LLC at a residential location with a dedicated electrical meter; restrictions may apply based on structural and electrical limitations.
1078Installation must be completed by 6/30/2025.
1079For all offers, must take retail delivery from an authorized Ford Dealer's stock by 1/2/2025.
1080See your Ford Dealer for details and terms.</p>\n"},"212":{"id":"horsepower-peak-battery-power-disclaimer","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.
1081Calculated via peak performance of the electric motor(s) and peak battery power.
1082Your results may vary.</p>\n"},"213":{"id":"optional-summer-tires-disclaimer","ariaLabel":"","title":"***","description":"<p>***Based on internal testing with optional summer tires.</p>\n"},"214":{"id":"billboard-e-transit","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford E-Transit<sup>™</sup> T-350 Low Roof Cargo Van, 148&quot; long wheelbase, shown in Oxford White.</p>\n"},"215":{"id":"ford-bluecruise-disclaimer","ariaLabel":"","title":"*","description":"<p>*Available Feature.
1083Equipped Ford vehicles come with either a complimentary trial period or an included duration, after which purchase of a BlueCruise subscription is required.
1084Modem activation is required for subscription purchase and for initial activation of BlueCruise (for pre-2024 model-year vehicles).
1085See <a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a> for details.
1086BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment or need to control the vehicle.
1087Only remove hands in a Hands-Free Blue Zone.
1088Always watch the road and be prepared to resume control.
1089See Owner’s Manual for details and limitations.</p>\n"},"216":{"id":"range-battery-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
1090USA EPA-estimated range based on analytical projection consistent with US EPA combined drive cycle.
1091Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health. **EPA-estimated driving range based on full charge.
1092Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"217":{"id":"range-battery-asterisk-dsclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
1093Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"218":{"id":"ford-test-data-disclaimer-2","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.
1094Your results may vary.</p>\n"},"219":{"id":"summer-tires-disclaimer-2","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Tested with optional summer tires.</p>\n"},"220":{"id":"epa-estimated-range-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range based on full charge.
1095Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"221":{"id":"based-on-full-charge-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
1096USA EPA-Est. range based on analytical projection consistent with US EPA combined drive cycle.
1097Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>"},"222":{"id":"horsepower-performance-disclaimer","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Calculated via peak performance of the electric motor(s) at peak battery power.
1098Your results may vary.</p>\n"},"223":{"id":"2025MachEBillboard","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $43,680<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Mustang Mach-E<sup>®</sup> Premium model with extra-cost color option shown.</p>\n"},"224":{"id":"range-premiun-model-mach-e","ariaLabel":"","title":"*","description":"<p>*Premium model with available extended-range battery and RWD.</p>\n"},"225":{"id":"maverick-epa-estimated-rating","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/35 hwy/38 combined mpg, 2.5L hybrid engine, Automatic Continuously Variable Transmission, and FWD.
1099Actual mileage will vary.</p>\n"},"226":{"id":"bosoundsystemstandardonflashandlariatmodels","ariaLabel":"","title":"*","description":"<p><sup>*</sup>B&amp;O<sup>®</sup> Sound System standard on Flash<sup>™</sup> and Lariat<sup>®</sup> models.
1100B&amp;O Unleashed Sound System standard on Platinum<sup>®</sup> models.</p>\n"},"227":{"id":"T350LowRoof","ariaLabel":"","title":"*","description":"<p>*T-350 Low Roof – Long Length, Passenger Van (12 and 15 passenger).
1101Rear Wheel Drive, 3.5L PFDi V6 with 4.1 Rear Axle Ratio (SRW).<br>\nWhen properly equipped.
1102Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"228":{"id":"T350HighRoof","ariaLabel":"","title":"*","description":"<p>*T-350 High Roof - Extended Length, Passenger Van (15 passenger).
1103Rear Wheel Drive, 3.5L PFDi V6 with 4.1 Rear Axle Ratio (DRW).<br>\nMax payload varies based on accessories and vehicle configuration.
1104See label on doorjamb for carrying capacity of a specific vehicle.
1105Always properly secure cargo.</p>\n"},"229":{"id":"basedoncomparisonbetween2025f150lightninglariat","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on comparison between 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with a maximum manufacturer-tested 580 hp and 2025 F-150 5.0L Ti-VCT V8 engine with a maximum manufacturer-tested 400 hp.</p>\n"},"230":{"id":"basedonmanufacturertesting","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on manufacturer testing using computer engineering simulations.
1106Calculated via peak performance of the electric motor(s) at peak battery power.
1107Your results may vary.</p>\n"},"231":{"id":"basedoncomparisonbetween2025f150","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on comparison between 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with a manufacturer-tested 0–60 mph time of 3.8 seconds and 2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> with 10-Speed Automatic Transmission with a 0–60 mph time of 3.7 seconds.</p>\n"},"232":{"id":"rangeandchargetimebasedonmanufacturercomputerengineeringsimulations","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.
1108The charging rate decreases as battery reaches full capacity.
1109Your results may vary based on peak charging times and battery state of charge.
1110Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"233":{"id":"assumes48kwhuseperday","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.
1111Assumes 4.8 kWh use per day for Pro Power Onboard<sup>™</sup>.
1112Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"234":{"id":"assumes98kwhuseperday","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.
1113Assumes 9.8 kWh use per day for Pro Power Onboard<sup>™</sup>.
1114Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"235":{"id":"usesynctouchscreen","ariaLabel":"","title":"*","description":"<p>See Owner’s Manual for important operating instructions.
1115Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard™ use and set a reserve driving range.</p>\n"},"236":{"id":"available-on-select-vehicles-01","ariaLabel":"","title":"*","description":"<p>*Available on select vehicles.
1116Requires feature activation.
1117Not compatible with all mobile phones.</p>\n"},"237":{"id":"2025broncosportouterbanksmodelwithextracostcoloroption","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with extra-cost color option shown.</p>\n"},"238":{"id":"2025f150lightninglariatrangeandchargetime","ariaLabel":"","title":"*","description":"<p><sup>*</sup>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.
1118The charging rate decreases as battery reaches full capacity.
1119Your results may vary based on peak charging times and battery state of charge.
1120Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"239":{"id":"modified-display-expedition","ariaLabel":"","title":"Image Details","description":"<p>Modified Display.</p>\n"},"240":{"id":"2025broncosportbadlandsmodelwithoptionalequipmentandextracostcoloroptionshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"241":{"id":"whenhomeisproperlyequippedandhometransfer","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped and home transfer switch disconnects home from the grid.
1121Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with extended-range battery.
1122Your results may vary based on energy usage.
1123Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"242":{"id":"featureavailabilitymayvarybasedonmodel","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Feature availability may vary based on model.
1124Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.
1125If stop is longer than three seconds, the driver must intervene and press &quot;RES&quot; button or accelerator pedal to resume system operation.
1126Refer to your Owner's Manual for details and limitations.</p>\n"},"243":{"id":"f150-lightning-bb-disclosure","ariaLabel":"","title":"Image Details","description":"<p>As shown price $XX,XXX<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> MODELNAME shown in COLORNAME (extra-cost color option) and OPTION.</p>\n"},"244":{"id":"potential-3-year-savings","ariaLabel":"","title":"*","description":"<p>* $7,500 IRA Federal Tax Credit* (not all vehicles qualify)</p>\n<p>+ $2,641.17 3-year fuel savings**</p>\n<p>_______________________________________________</p>\n<p>= $10,141.17 potential 3-year savings</p>\n<p>&nbsp;</p>\n<p>* Please consult with your own tax or legal professional to determine your individual eligibility.
1127Tax credit amount is based on vehicle-specific component sourcing and assembly and may be subject to change.
1128You may not claim the credit if (1) your adjusted gross income exceeds certain thresholds or (2) the MSRP of the vehicle, as configured, exceeds $80,000 (including all optional equipment attached to the vehicle at the time of delivery to the dealer, but excluding destination charges, optional items added by the dealer, taxes and fees).
1129Tax credit may be applied at point of sale, subject to dealer availability, or as a potential future tax savings.
1130The amount of your tax savings will depend on your individual tax circumstances.
1131Incentives and additional rebates are not within Ford’s control.
1132This information does not constitute tax or legal advice.
1133For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml#!adchoices\" target=\"_blank\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n<p>&nbsp;</p>\n<p>** Based on comparison between 2025 F-150® Lightning® Pro/XLT with an EPA-est. combined consumption rate of 49 kWh/100 miles and 2024 F-150 3.5L EcoBoost® 4x4 with an EPA-est. combined rating of 19 MPG.
1134Assumes 10,000 miles per year, 3-month rolling average gasoline cost $3.14/gallon and residential electricity cost of $0.1576/kWh as provided by AAA and U.S. EIA (latest data available as of May 2024), with all charging carried out at home.
1135Actual savings will vary with conditions such as external elements, driving behaviors and mix of city/highway driving, vehicle maintenance, fuel and electricity prices, charging habits, and lithium-ion battery age.</p>\n"},"245":{"id":"range-and-charge-time","ariaLabel":"","title":"**","description":"<p>**Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.
1136The charging rate decreases as battery reaches full capacity.
1137Your results may vary based on peak charging times and battery state of charge.
1138Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"246":{"id":"ford-test-data-based-on-typical-industry","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Ford test data based on typical industry methodology using 1-ft. rollout.
1139Your results may vary.</p>\n"},"247":{"id":"cargo-space-disclaimer","ariaLabel":"","title":"*","description":"<p>*59.7 cu. ft on the Select and Premium models when properly equipped.
1140Cargo and load capacity limited by weight and weight distribution.</p>\n"},"248":{"id":"epa-estimated-city-hwy1","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.
1141See <a href=\"https://fueleconomy.gov/\" target=\"_blank\">fueleconomy.gov</a> for fuel economy of other engine/transmission combinations.
1142Actual mileage will vary.
1143On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.</p>\n"},"249":{"id":"vehicle-details-mach-e","ariaLabel":"","title":"Vehicle Details","description":"<p>*Premium model with Sport Appearance Package shown.</p>\n"},"250":{"id":"sync-technology-disclaimer","ariaLabel":"","title":"*","description":"<p>*Requires SYNC<sup>®</sup> 4 Technology or Ford Connectivity Package or Wi-Fi<sup>®</sup> network.
1144Vehicle must be in park.</p>\n"},"251":{"id":"cargo-space-mach-e-disclaimer","ariaLabel":"","title":"*","description":"<p>*Premium model shown with maximum cargo space of 59.1 cu.-ft when properly equipped.
1145Cargo and load capacity limited by weight and weight distribution.</p>\n"},"252":{"id":"available-connectivity-features","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
1146Package pricing, features, included plans, and term lengths vary by model.
1147Some features may only be available while vehicle is parked.
1148Owners can log into the Ford app to see specific features available to them.
1149Terms apply.</p>\n"},"253":{"id":"must-purchase-or-lease","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>™</sup> Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation, or (b) $1,000 bonus cash.
1150No trade-in required.
1151Offer not available to fleet or commercial customers.
1152Complimentary home installation must be completed through Qmerit Electrification LLC by 9/30/2025; restrictions may apply based on structural and electrical limitations.
1153Must take retail delivery from an authorized Ford dealer's stock by 3/31/2025.
1154See your Ford dealer for details and terms.</p>\n"},"254":{"id":"mache-us-disclosurevideos","ariaLabel":"","title":"*","description":"<p>*Requires SYNC<sup>®</sup> 4 Technology or Ford Connectivity Package or Wi-Fi<sup>®</sup> network.
1155Vehicle must be in park.</p>\n"},"255":{"id":"internal-testing-optional-summer-tires","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Based on internal testing with optional summer tires.</p>\n"},"256":{"id":"sport-apperance-package-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Premium model with Sport Appearance Package shown.</p>\n"},"257":{"id":"charger-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning, Mustang Mach-E, or E-Transit Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation, or (b) $1,000 bonus cash.&nbsp; No trade-in required.&nbsp; Offer not available to fleet or commercial customers.&nbsp; Complimentary home installation must be completed through Qmerit Electrification LLC by 9/30/2025; restrictions may apply based on structural and electrical limitations.&nbsp; Must take retail delivery from an authorized Ford dealer's stock by 3/31/2025.&nbsp; See your Ford dealer for details and terms.</p>\n"},"258":{"id":"summer-tires-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on internal testing with optional summer tires.</p>\n"},"259":{"id":"ford-test-data-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft. rollout.
1156Your results may vary.
1157Tested with optional summer tires.</p>\n"},"260":{"id":"max-payload-varies","ariaLabel":"","title":"**","description":"<p>**Max payload varies and is based on accessories and vehicle configuration.
1158See label on door jamb for carrying capacity of a specific vehicle.</p>\n"},"261":{"id":"eligible-vehicles","ariaLabel":"","title":"*","description":"<p>*Eligible vehicles (2022 and 2023 MY) receive a complimentary 3-year trial of E-Telematics services and eligible vehicles (2024MY) receive a 1-year trial that begins on the New Vehicle Warranty start date.
1159Requires modem activation.
1160Terms and conditions apply.
1161Telematics service and features depend on compatible AT&amp;T network availability.
1162Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.
1163Annual service contract is required for E-Telematics service after trial.
1164Call 1-833-811-3673 or go to</p>\n"},"262":{"id":"ford-connectivity-package-disclaimer","ariaLabel":"","title":"*","description":"<p>*Select option for a one-time purchase of Ford Connectivity Package.
1165Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN)</p>\n"},"263":{"id":"one-time-purchase-disclaimer","ariaLabel":"","title":"*","description":"<p>*Select option for a one-time purchase of Ford Connectivity Package.
1166Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN)</p>\n"},"264":{"id":"broncosportouterbanksoptionalequipmentaccessoriescolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"265":{"id":"broncosportbadlandsextracostcoloroption","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> with extra-cost color option shown.</p>\n"},"266":{"id":"broncosportouterbandsmodelwithoptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"267":{"id":"epaestmpgforthebroncosportmodelwithengine","ariaLabel":"","title":"*","description":"<p>EPA-Est.
1167MPG for the 2025 Bronco Sport<sup>®</sup> model with 1.5L engine.</p>\n"},"268":{"id":"extracostcoloroptionandoptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option and optional equipment shown.</p>\n"},"269":{"id":"broncosportouterbanksoptionalequipmentavailablefordaccessoriesextracostcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"270":{"id":"maxpayloadmaverick2025","ariaLabel":"","title":"Important Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
1168See label on doorjamb for carrying capacity of a specific vehicle.
1169Always properly secure cargo.</p>\n<p>2025 Maverick<sup>®</sup> XLT model shown.
1170Price as shown $31,785 (Includes destination and delivery charges.) Current Manufacturer Suggested Retail Price for base vehicle.
1171Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.</p>\n<p>Optional equipment not included.
1172Starting A/X/Z Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.
1173Not all vehicles qualify for A/X/Z Plan.</p>\n"},"271":{"id":"2025broncosportoptionalequipment","ariaLabel":"","title":"Important Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n<p>Price as shown $32,814 (Includes destination and delivery charges.) Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
1174Current Manufacturer Suggested Retail Price for base vehicle.
1175Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.</p>\n<p>Optional equipment not included.
1176Starting A/X/Z Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.
1177Not all vehicles qualify for A/X/Z Plan.</p>\n"},"272":{"id":"DisclosureAsShownPricing","ariaLabel":"","title":"As-shown pricing","description":"<p>Optional equipment and extra-cost color option shown.</p>\n"},"273":{"id":"DisclosureStandardInterior","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat<sup>®</sup> and Ranger<sup>®</sup> Raptor<sup>®</sup> models.
1178Available on the XLT model.</p>\n"},"274":{"id":"DisclosureMaxAvailableTowing","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> Crew Cab models with available Trailer Tow Package.
1179Excludes Raptor<sup>®</sup> models.
1180When properly equipped.
1181Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"275":{"id":"DisclosureMaxAvailablePayload","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup> engine.
1182Max payload varies based on accessories and vehicle configuration.
1183See label on doorjamb for carrying capacity of a specific vehicle.
1184Always properly secure cargo.</p>\n"},"276":{"id":"DisclosureMaxAvailablePayloadRaptor","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Raptor Crew Cab AWD with 3.0L EcoBoost<sup>®</sup> engine.
1185Max payload varies based on accessories and vehicle configuration.
1186See label on doorjamb for carrying capacity of a specific vehicle.
1187Always properly secure cargo.</p>\n"},"277":{"id":"DisclosureBlackAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Available on XLT and Lariat<sup>®</sup> models.</p>\n"},"278":{"id":"DisclosureImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
1188Optional equipment shown.</p>\n"},"279":{"id":"DisclosureSTXAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Standard on XL model.</p>\n"},"280":{"id":"DisclosureImageDetails2","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n"},"281":{"id":"DisclosureWireless ChargingPad","ariaLabel":"","title":"*","description":"<p>*Optional on XLT and Lariat models.
1189Standard on Ranger Raptor model.</p>\n"},"282":{"id":"DisclosureStandarRangerModels","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat&nbsp;and Ranger&nbsp;Raptor&nbsp;models.</p>\n"},"283":{"id":"DisclosureFOXRacingShocks","ariaLabel":"","title":"*","description":"<p>*FOX and Live Valve are registered trademarks of FOX Factory, Inc.</p>\n"},"284":{"id":"DisclosureBaja","ariaLabel":"","title":"*","description":"<p>*Using Baja Mode on dry, hard surfaces could produce some vibration, driveline bind-up, and potential excessive tire and vehicle wear.
1190Depending on the four-wheel drive mode selection.</p>\n"},"285":{"id":"DisclosureConnectedNavigation","ariaLabel":"","title":"*","description":"<p>*Equipped vehicles require modem activation and a Connected Navigation service plan.
1191Package pricing, features, included plans, and term lengths vary by model.
1192Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"286":{"id":"DisclosureEquipmentShownR","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.</p>\n<p>&nbsp;</p>\n<p>When properly equipped.
1193Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"287":{"id":"DisclosureOptionalOwnerMax","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.<br>\n<br>\n</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\n</p>\n<p>Max payload varies based on accessories and vehicle configuration.
1194See label on doorjamb for carrying capacity of a specific vehicle.
1195Always properly secure cargo.</p>\n"},"288":{"id":"DisclosureOptionalOwner","ariaLabel":"","title":"*","description":"<p>Optional equipment shown.&nbsp;<br>\n<br>\n*Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"289":{"id":"DisclosureOptionalRanger","ariaLabel":"","title":"*","description":"<p>Optional equipment shown.&nbsp;</p>\n<p>&nbsp;</p>\n<p>*When properly equipped.
1196Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>Standard on Ranger<sup>®</sup> Raptor<sup>®</sup>.</p>\n<p>&nbsp;</p>\n<p>Available on XLT and Lariat® models.</p>\n"},"290":{"id":"2025 Ford F150 - FAQ1","ariaLabel":"","title":"*","description":"<p>Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
812Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1":{"id":"2026-mustang-mach-e-packages-4","ariaLabel":"","title":"*","description":"<p>*Option to purchase BlueCruise hardware and 1 year and 90 days of BlueCruise access at time of vehicle order.1199Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"291":{"id":"2025 Ford F150 - FAQ2","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
813Without selecting this option, the vehicle will never be capable of BlueCruise functionality.1200Class is Full-Size Pickups under 8,500 lbs.
814After this initial duration, customers need to purchase a subscription to continue using BlueCruise.1201GVWR.
815See subscription options and pricing on <a href=\"https://www.ford.com/bluecruise\">ford.com/bluecruise</a>.</p>\n"},"2":{"id":"transit-hp-aftermarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Transit® Cargo Van with aftermarket equipment shown.</p>\n"},"3":{"id":"2025-bronco-sport-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"4":{"id":"first-time-buyer-bonus-cash-available-to-customers-v3","ariaLabel":"","title":"Offer Details","description":"<p>$500 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report.1202When properly equipped.
816Available on the purchase or lease of an eligible 2025 or 2026 Bronco Sport®, Maverick®, Escape®, Mustang Mach-E®, and Ranger® only.1203Max payload varies and is based on accessories and vehicle configuration.
817Not available on all other Ford and Lincoln vehicles including Ranger Raptor®.1204See label on doorjamb for carrying capacity of a specific vehicle.</p>\n"},"292":{"id":"max-towing-available-on-f-150","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
818Limit one purchase or lease per eligible buyer.1205Not available on King Ranch, Platinum, Tremor, Raptor models.
819Not all buyers will qualify.1206When properly equipped.
820Must finance or lease through Ford Credit.1207Requires Tow/Haul Package and Max Tow Axle upgrade.
821Requires $1,000 down payment.1208Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"293":{"id":"maximum-power-limited-drive-mode","ariaLabel":"","title":"**","description":"<p>**Maximum power available is limited to the combined total of all items in use.
822May not be used/combined with any private offers.1209Power may also be limited in Drive mode, or certain ambient temperature conditions.
823Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.1210Some electrical equipment requires higher startup power than the running rating and could exceed the power capacity of the system.
824See dealer for vehicle availability, qualifications and complete details.1211See Owner’s Manual for important operating instructions.</p>\n"},"294":{"id":"2025 Ford F150-Tech1","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted.
825(PGM #32972) Offer subject to confirmation of eligibility.</p>\n"},"5":{"id":"fafaOfferDetails","ariaLabel":"","title":"Offer Details","description":"<p>Offer available on the purchase or lease of the following eligible new <b>2024–2025</b> Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new <b>2024</b> Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new <b>2025</b> Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.1212See Owner’s Manual for details on system limitations.</p>\n"},"295":{"id":"2025 Ford F150-Tech3","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
1213Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
1214Credit card required for activation and Package automatically renews until cancelled.
1215Requires vehicle connectivity and a connected mobile device with enabled push notifications.
1216Not available in U.S. territories.</p>\n"},"296":{"id":"image-details-f-150-reskin","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on a closed course.
1217Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"297":{"id":"max-towing-8400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max towing of 8,400 lbs. available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.
1218When properly equipped.
1219Requires Tow/Haul Package and optional Max Tow Axle.
1220Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"298":{"id":"max-payload-1775-f-150-reskin","ariaLabel":"","title":"†","description":"<p>†Max payload of 1,775 lbs. available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.
1221Max payload varies and is based on accessories and vehicle configuration.
1222See label on doorjamb for carrying capacity of a specific vehicle.
1223Always properly secure cargo.</p>\n"},"299":{"id":"max-payload-regular-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max payload on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 5.0L V8 engine and Max Trailer Tow and Heavy-Duty Payload Pkgs.
1224Max payload varies and is based on accessories and vehicle configuration.
1225See label on doorjamb for carrying capacity of a specific vehicle.
1226Always properly secure cargo.</p>\n"},"300":{"id":"max-towing-12900-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,900 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.
1227When properly equipped.
1228Requires Tow/Haul Package and optional Max Tow Axle.
1229Max towing varies based on cargo, vehicle configuration, accessories and number of passengers</p>\n"},"301":{"id":"horsepower-sae-j1349-reskin","ariaLabel":"","title":"†","description":"<p>†Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
1230Your results may vary</p>\n"},"302":{"id":"image-details-professional-driver-off-roading","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"303":{"id":"max-towing-11200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,400 lbs. available on Crew Cab 6.5’ box 4x2&nbsp;with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.
1231When properly equipped.
1232Requires Tow/Haul Package and optional Max Tow Axle.
1233Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"304":{"id":"max-payload-supercrew-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload available on SuperCrew 5.5' box 4x4 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.
1234Max payload varies and is based on accessories and vehicle configuration.
1235See label on door jamb for carrying capacity of a specific vehicle.
1236Always properly secure cargo.</p>\n"},"305":{"id":"see-owners-f-150-reskin","ariaLabel":"","title":"†","description":"<p>†See Owner's Manual for important operating instructions.</p>\n"},"306":{"id":"vehicle-details-extra-cost-color","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra Cost Color.</p>\n"},"307":{"id":"max-towing-13500-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1237When properly equipped.
1238Requires Tow/Haul Package and Max Tow Axle upgrade.
1239Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"308":{"id":"max-payload-2440-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1240Max payload varies based on accessories and vehicle configuration.
1241See label on doorjamb for carrying capacity of a specific vehicle.
1242Always properly secure cargo.</p>\n"},"309":{"id":"max-payload-available-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max payload available&nbsp;on SuperCrew<sup>®</sup> 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.&nbsp;Max payload varies and is based on accessories and vehicle&nbsp;configuration.
1243See label on door jamb for carrying capacity of a&nbsp;specific vehicle.</p>\n"},"310":{"id":"owners-manual-disclaimer-asterisk","ariaLabel":"","title":"**","description":"<p>**See Owner’s Manual for important operating instructions.</p>\n"},"311":{"id":"image-details-f150-off-roading-2","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>&nbsp;</p>\n<p>Always determine the water depth before attempting a crossing and proceed slowly.
1244Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"312":{"id":"peak-performance-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.
1245Your results may vary.</p>\n"},"313":{"id":"max-towing-of-13500-lbs-available-on-f150","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1246When properly equipped.
1247Requires Tow/Haul Package and Max Tow Axle upgrade.
1248Max towing varies and is based on accessories and vehicle configuration.
1249Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"314":{"id":"max-payload-of-2445-lbs-available-on-f150","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1250When properly equipped.
1251Max payload varies and is based on accessories and vehicle configuration.
1252See label on doorjamb for carrying capacity of a specific vehicle.
1253Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"315":{"id":"professional-driver-on-a-closed-course-disclaimer","ariaLabel":"","title":"*","description":"<p>*Professional driver on a closed course.
1254Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"316":{"id":"vehicle-details-f150","ariaLabel":"","title":"Vehicle Details","description":"<p>When properly equipped.
1255Requires Tow/Haul Package and Max Tow Axle upgrade.
1256Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"317":{"id":"max-towing-2-8400-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,400 lbs available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.
1257When properly equipped.
1258Requires Tow/Haul Package and optional Max Tow Axle.
1259Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"318":{"id":"max-payload-2-1775-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,775 lbs available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.
1260Max payload varies and is based on accessories and vehicle configuration.
1261See label on doorjamb for carrying capacity of a specific vehicle.
1262Always properly secure cargo.</p>\n"},"319":{"id":"max-towing-2-12900-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,900 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.
1263When properly equipped.
1264Requires Tow/Haul Package and optional Max Tow Axle.
1265Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"320":{"id":"max-payload-2225-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,225 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
1266Max payload varies and is based on accessories and vehicle configuration.
1267See label on doorjamb for carrying capacity of a specific vehicle.
1268Always properly secure cargo.</p>\n"},"321":{"id":"cargo-load-and-owners-manual-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.<br>\nSee Owner's Manual for important operating instructions.</p>\n"},"322":{"id":"max-payload-2-2440-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs available on F-150<sup>®</sup> Regular Cab 5.5’ box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1269Max payload varies and is based on accessories and vehicle configuration.
1270See label on doorjamb for carrying capacity of a specific vehicle.
1271Always properly secure cargo.</p>\n"},"323":{"id":"max-towing-2-11200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,200 lbs. available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
1272When properly equipped.
1273Requires Tow/Haul Package and optional Max Tow Axle.
1274Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"324":{"id":"max-payload-1740-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,740 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x2 with 5.0L V8 engine.
1275Max payload varies based on accessories and vehicle configuration.
1276See label on doorjamb for carrying capacity of a specific vehicle.
1277Always properly secure cargo.</p>"},"325":{"id":"max-payload-8200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,200 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5’ box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.
1278When properly equipped.
1279Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"326":{"id":"max-payload-1400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5’ box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.
1280Max payload varies and is based on accessories and vehicle configuration.
1281See label on doorjamb for carrying capacity of a specific vehicle.
1282Always properly secure cargo.</p>\n"},"327":{"id":"max-payload-2-1400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 5.2L Supercharged V8 engine.
1283Max payload varies and is based on accessories and vehicle configuration.
1284See label on doorjamb for carrying capacity of a specific vehicle.
1285Always properly secure cargo.</p>\n"},"328":{"id":"max-payload-8700-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,700 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 5.2L Supercharged V8 engine.
1286When properly equipped.
1287Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"329":{"id":"max-towing-2-13500-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1288When properly equipped.
1289Requires Tow/Haul Package and optional Max Tow Axle.
1290Max towing varies based on cargo, vehicle configuration, accessories and number of\u2028passengers.</p>\n"},"330":{"id":"numbers-subject-to-change_v2","ariaLabel":"","title":"*","description":"<p>*Based on original equipment manufacturers (OEM) / automotive manufacturers that sell all-electric vehicles and have active charging networks.
1291Department of Energy data as of February 15, 2024 used.
1292Numbers subject to change.
1293Ford app, compatible with select smartphone platforms, is available via download.
1294Message and data rates may apply.</p>\n<p>&nbsp;</p>\n<p>Offered by automotive manufacturers with over 35,000 charging locations (over 128,000 chargers/plugs) and growing and Ford electric vehicle (EV) drivers now have access to more than 15,000 Tesla Superchargers.
1295Numbers subject to change.</p>\n"},"331":{"id":"tremec-registered-trademark-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"332":{"id":"image-details-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"333":{"id":"features-availability-super-duty","ariaLabel":"","title":"*","description":"<p>*Features availability varies by model.</p>\n"},"334":{"id":"king-ranch-interior-shown","ariaLabel":"","title":"Image Details","description":"<p>King Ranch<sup>®</sup> interior shown.</p>\n"},"335":{"id":"do-not-use-while-driving","ariaLabel":"","title":"*","description":"<p>*Do not use while driving.</p>\n"},"336":{"id":"always-consult-the-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Optional equipment shown.</p>\n"},"337":{"id":"optional-equipment-properly-secure","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n<p>Properly secure all items in the truck bed.</p>\n<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.
1296Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"338":{"id":"max-430-horsepower-and-485-lb","ariaLabel":"","title":"*","description":"<p>*Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L V8 gas engine.
1297Class is Full-Size Pickups over 8,500 lbs.
1298GVWR.
1299Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
1300Your results may vary.
1301When properly equipped.
1302Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"339":{"id":"max-500-horsepower-and-1200-lb","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower and 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
1303Class is Full-Size Pickups over 8,500 lbs.
1304GVWR.
1305Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
1306Your results may vary.
1307When properly equipped.
1308Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"340":{"id":"must-have-an-activated-fordpass-rewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
1309Points are not redeemable for cash and have no monetary value.
1310Point earning and redemption values are approximate and vary by products and services redeemed.
1311See the Ford Rewards Program Terms at&nbsp;<a href=\"FordRewards.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a>&nbsp;for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"341":{"id":"max-gooseneck-tow-rating","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
1312Class is Full-Size Pickups over 8,500 lbs.
1313GVWR.
1314Based on current publicly available competitive information.
1315When properly equipped.
1316Requires F-450 High-Capacity Gooseneck Tow Package.
1317Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"342":{"id":"max-payload-of-8000-lbs","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.
1318Max payload varies and is based on accessories and vehicle configuration.
1319See label on doorjamb for carrying capacity of specific vehicle.
1320Always properly secure cargo.
1321Class is Full-Size Pickups over 8,500 lbs.
1322GVWR.</p>\n"},"343":{"id":"requires-360-degree-camera-package","ariaLabel":"","title":"*","description":"<p>*Requires 360-Degree Camera Package.</p>\n"},"344":{"id":"feature-varies-by-model","ariaLabel":"","title":"*","description":"<p>*Feature varies by model.</p>\n"},"345":{"id":"image-details-bronco","ariaLabel":"","title":"Image Details","description":"<p>As shown price<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"346":{"id":"billboard-superduty-diclosure","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2024 CY industry-reported total.</p>\n"},"347":{"id":"when-properly-equipped","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
1323Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"348":{"id":"current-manufacturer-suggested-sd","ariaLabel":"","title":"*","description":"<p>*Current Manufacturer Suggested Retail Price for base vehicle.
1324Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
1325Optional equipment not included.
1326Starting A/X/Z Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.
1327Not all vehicles qualify for A/X/Z Plan.
1328For all Mustang<sup>®</sup> Darkhorse<sup>™</sup> models, prices exclude gas guzzler tax.</p>\n"},"349":{"id":"image-details-bronco-2025","ariaLabel":"","title":"Image Details","description":"<p>Always determine the water depth before attempting a crossing and proceed slowly.
1329Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"350":{"id":"image-details-bronco-2025-2","ariaLabel":"","title":"Image Details","description":"<p>See your Owner’s Manual for detailed information.
1330Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"351":{"id":"owners-manual-bronco-2025","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"352":{"id":"image-details-bronco-2025-3","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"353":{"id":"driver-assist-bronco-2025","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.
1331Remember that even advanced technology cannot overcome the laws of physics.
1332It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.&nbsp;Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"354":{"id":"max-payload-varies-based-on-accessories","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
1333See label on doorjamb for carrying capacity of a specific vehicle.
1334Always properly secure cargo.</p>\n"},"355":{"id":"ford-security-package-disclaimer","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
1335Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
1336Credit card required for activation and Package automatically renews until cancelled.
1337Requires vehicle connectivity and a connected mobile device with enabled push notifications.
1338Not available in U.S. territories.</p>\n"},"356":{"id":"ford-mobile-service-image-details","ariaLabel":"","title":"Image Details","description":"<p>Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
1339Does not include parts or repair charges.</p>\n"},"357":{"id":"max-payload-of-8000-lbs-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.
1340Max payload varies and is based on accessories and vehicle configuration.
1341See label on doorjamb for carrying capacity of a specific vehicle.
1342Always properly secure cargo.
1343Class is Full-Size Pickups over 8,500 lbs.
1344GVWR.</p>\n"},"358":{"id":"max-gooseneck-tow-rating-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
1345Class is Full-Size Pickups over 8,500 lbs.
1346GVWR.
1347Based on current publicly available competitive information.
1348When properly equipped.
1349Requires F-450 High-Capacity Gooseneck Tow Package.
1350Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"359":{"id":"max-430-horsepower-and-torque-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and torque of 485 lb.-ft. based on 7.3L V8 gas engine.
1351Class is Full-Size Pickups over 8,500 lbs.
1352GVWR.
1353Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
1354Your results may vary.
1355Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"360":{"id":"image-details-optional-equipment-bronco-2025","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.
1356Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"361":{"id":"bronco-2025-owner-manual","ariaLabel":"","title":"*","description":"<p>Always consult the Raptor<sup>®</sup> Supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"362":{"id":"AsShownPriceRanger","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ford Ranger<sup>®</sup> XLT model with Black Appearance Package in Carbonized Gray as shown $40,490.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"363":{"id":"as-shown-price-f150","ariaLabel":"","title":"As shown pricing","description":"<p>As Shown $54,620<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 F-150<sup>®</sup> XLT model with FX4<sup>®</sup> Off-Road Package and Tow/Haul Package* shown.</p>\n<p><sup>*When properly equipped.
1357Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</sup></p>\n"},"364":{"id":"MaxTowingonRanger","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger SuperCrew<sup>®</sup> models with available Trailer Tow Package.
1358Excludes Raptor<sup>®</sup> models.
1359When properly equipped.
1360Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"365":{"id":"imagedetails2025bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
1361Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
1362See your Owner’s Manual for detailed information.</p>\n"},"366":{"id":"computer-generated-image-shown","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
1363Actual product may vary.</p>\n"},"367":{"id":"imagedetailsperformance2025bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
1364See your Owner’s Manual for detailed information.</p>\n"},"368":{"id":"dont-drive-while-sd","ariaLabel":"","title":"*","description":"<p>*Don't drive while distracted.
1365See Owner’s Manual for details and system limitations.</p>\n"},"369":{"id":"2025fordbroncoowner’smanual ","ariaLabel":"","title":"*","description":"<p>*2025 Ford Bronco<sup>®</sup> Base model with optional equipment.
1366Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.
1367Removal of doors for off-road use only.
1368See your Owner’s Manual for detailed information.</p>\n"},"370":{"id":"max-payload-8000-sd","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.
1369Max payload varies and is based on accessories and vehicle configuration.
1370See label on doorjamb for carrying capacity of a specific vehicle.
1371Always properly secure cargo.
1372Class is Full-Size Pickups over 8,500 lbs.
1373GVWR.</p>\n"},"371":{"id":"class-exclusive-disclosure","ariaLabel":"","title":"*","description":"<p>*Class is Medium Traditional SUVs.</p>\n"},"372":{"id":"faq-disclosure-bronco2025","ariaLabel":"","title":"*","description":"<p>*Always check your Owner’s Manual for details.</p>\n"},"373":{"id":"faq-disclosure2-bronco2025","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
1374Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"374":{"id":"disclosuremustangbillboardasshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p><br>\n2025 Ford Mustang Dark Horse<sup>®</sup> Premium with available Mustang Dark Horse Appearance Package in Blue Ember (extra-cost color option).</p>\n"},"375":{"id":"2025broncosport-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $46,715<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
1375Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"376":{"id":"2025-escape-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $40,735<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"377":{"id":"cameras-operate-below-6-mph","ariaLabel":"","title":"*","description":"<p>*Cameras operate below 6 mph.</p>\n"},"378":{"id":"billboardetransitasshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,000<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford E-Transit<sup>™</sup> T-350 Low Roof Cargo Van, 148&quot; long wheelbase, shown in Oxford White.</p>\n"},"379":{"id":"2025-maverick-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $31,185<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford Maverick<sup>®</sup> XLT shown with available Ford Accessories.</p>\n"},"380":{"id":"expedition-2025-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Expedition<sup>®</sup>&nbsp;Tremor<sup>®</sup>&nbsp;in Wild Green color shown with available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"381":{"id":"owners-manual-for-importan-operating-instructions","ariaLabel":"","title":"**","description":"<p>**See Owner’s Manual for important operating instructions.
1376Assumes 4.8 kWh use per day for Pro Power Onboard<sup>™</sup>.
1377Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"382":{"id":"owners-manual-3","ariaLabel":"","title":"†","description":"<p>†See Owner’s Manual for important operating instructions.
1378Assumes 9.8 kWh use per day for Pro Power Onboard<sup>™</sup>.
1379Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"383":{"id":"owners-manual-4","ariaLabel":"","title":"‡","description":"<p>‡See Owner’s Manual for important operating instructions.
1380Assumes 9.8 kWh use per day for Pro Power Onboard<sup>™</sup>.
1381Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"384":{"id":"as-shown-price-lightning-US","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $67,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><sup></sup></p>\n<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> shown in Antimatter Blue Metallic.</p>\n"},"385":{"id":"as-shown-price-f150-disclaimer-xlt-model","ariaLabel":"","title":"As shown pricing","description":"<p>As Shown $54,620<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 F-150<sup>®</sup>&nbsp;XLT model with FX4<sup>®</sup>&nbsp;Off-Road Package and Tow/Haul Package* shown.</p>\n<p>&nbsp;</p>\n<p><sup>*When properly equipped.
1382Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</sup></p>\n"},"386":{"id":"driver-assist-features","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
1383They do not make your vehicle autonomous or replace your responsibility to drive safely.
1384Please only use if you will pay attention to the road and be prepared to take over at any time.
1385See Owner’s Manual for details and limitations.</p>\n"},"387":{"id":"max-towing-disclaimer-f150-models","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1386Available on XL, STX, XLT and Lariat models.
1387When properly equipped.
1388Requires Tow/Haul Package and Max Tow Axle upgrade.
1389Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"388":{"id":"2024 Ford F150 Lightning Lariat shown with optional equipment","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat shown with optional equipment.</p>\n"},"389":{"id":"Max towing F150 Fof","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150® SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost® V6 engine.
1390Available on select models.
1391When properly equipped.
1392Requires Tow/Haul Package and Max Tow Axle upgrade.
1393Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"390":{"id":"driver-assist-features-disclaimer","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
1394They do not make your vehicle autonomous or replace your responsibility to drive safely.
1395Please only use if you will pay attention to the road and be prepared to take over at any time.
1396See Owner’s Manual for details and limitations.</p>\n"},"391":{"id":"max-towing-13500-f-150-reskin-2","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on select F-150<sup>®</sup> SuperCrew models, 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1397When properly equipped.
1398Requires Tow/Haul Package and Max Tow Axle upgrade.
1399Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"392":{"id":"image-details-f150-off-roading-3","ariaLabel":"","title":"Image Details","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p><br>\nAlways determine the water depth before attempting a crossing and proceed slowly.
1400Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"393":{"id":"power-and-possibilities-new-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>Platinum Plus with extra cost color shown.</p>\n"},"394":{"id":"professional-driver-vehicle-details","ariaLabel":"","title":"*Vehicle Details","description":"<p>*Professional driver on a closed course.
1401Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"395":{"id":"max-towing-13500-available-on-f150-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1402When properly equipped.
1403Requires Tow/Haul Package and optional Max Tow Axle.
1404Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>"},"396":{"id":"max-payload-2440-on-f150-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs available on F-150<sup>®</sup> Regular Cab 5.5' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1405Max payload varies based on accessories and vehicle configuration.
1406See label on doorjamb for carrying capacity of a specific vehicle.
1407Always properly secure cargo.</p>"},"397":{"id":"Image Details F150 Off Roading Tremor","ariaLabel":"","title":"*","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>&nbsp;</p>\n<p>Always determine the water depth before attempting a crossing and proceed slowly.
1408Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"398":{"id":"billboard-sd-updated","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $65,740<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Crew Cab Lariat with available 7.3 V8 gas engine.</p>\n"},"399":{"id":"ford-security-package-sd","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
1409Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
1410Credit card required for activation and Package automatically renews until cancelled.
1411Requires vehicle connectivity and a connected mobile device with enabled push notifications.
1412Not available in U.S. territories.</p>\n"},"400":{"id":"super-duty-ranked-1-disc","ariaLabel":"","title":"*","description":"<p>*Ford Super Duty ranked #1 in segment in the J.D. Power 2024 U.S. Automotive Performance, Execution, and Layout (APEAL) Study.
1413Award based on 2024 model year. 2025 model shown.
1414Visit <a href=\"http://jdpower.com/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a> for more information.</p>\n<p>Extra-cost color option shown.</p>\n"},"401":{"id":"estimated-fuel-savings","ariaLabel":"","title":"*","description":"<p>*Estimated fuel savings are based on comparison between 2025 Mustang Mach-E<sup>®</sup> Select/Premium with standard-range battery and RWD with an EPA-est. combined consumption rate of 31 kWh/100 miles and 2025 Ford Escape 2.0L AWD with an EPA-est. combined rating of 26 MPG.
1415Assumes 15,000 miles per year, Q2 2025 average gasoline cost of $3.157/gallon, and residential electricity cost of $0.1746/kWh with all charging carried out at home.
1416Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"402":{"id":"When home is properly equipped","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped and home transfer switch disconnects home from grid.</p>\n"},"403":{"id":"owners-manual-before-off-road","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"404":{"id":"max-payload-1750-f-150-reskin-2","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,750 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
1417Max payload varies and is based on accessories and vehicle configuration.
1418See label on doorjamb for carrying capacity of a specific vehicle.
1419Always properly secure cargo.</p>\n"},"405":{"id":"Vehicle Details LED Lighting F150","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional driver on a closed course.
1420Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"406":{"id":"disclosure-horsepower-torque-calculated","ariaLabel":"","title":"*","description":"<p>*Calculated via combined performance of the engine and electric motor with peak battery power.
1421The calculations utilize SAE Net J1439<sup>®</sup> engine results and Ford electric motor dyno testing.
1422Your results may vary.</p>\n"},"407":{"id":"epa-estimated-rating","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/FWD drivetrain.
1423Actual mileage will vary.</p>\n"},"408":{"id":"epa-estimated-rating-disclaimer","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/AWD drivetrain.
1424Actual mileage will vary.</p>\n"},"409":{"id":"max-payload-maverick-2025-disclaimer","ariaLabel":"","title":"*Important Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
1425See label on doorjamb for carrying capacity of a specific vehicle.
1426Always properly secure cargo.</p>\n<p>*2025 Maverick® XL model shown.
1427Price as shown: $28,590 (including destination and delivery charges).
1428Current Manufacturer Suggested Retail Price for base vehicle.
1429Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.</p>\n<p>Optional equipment not included.
1430Starting A/X/Z Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.
1431Not all vehicles qualify for A/X/Z Plan.</p>\n"},"410":{"id":"RemovalOfDoors","ariaLabel":"","title":"*","description":"<p>*Removal of doors for off-road use only.
1432Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"411":{"id":"as-shown-pricing-bronco2025-billboard-change","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown $83,680<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup>. 2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.
1433Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"412":{"id":"RemovalOfDoorsOfRoad","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
1434Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"413":{"id":"vehicle-details-bronco2025-modalchange","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and Ford Accessories shown.
1435Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"414":{"id":"vehicle-details-bronco2025-modalchange-2","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image model with optional equipment shown.</p>\n"},"415":{"id":"vehicle-details-bronco2025-modalchange-3","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.
1436Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"416":{"id":"24-7-live-support-disclaimer","ariaLabel":"","title":"*","description":"<p>Available only for Ford F-150 Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.
1437Message and Data Rates May Apply.
1438By texting, you agree to receive text messages.
1439Text HELP for information.
1440Text STOP to cancel.
1441Privacy Policy at <a href=\"https://www.ford.com/help/privacy/?intcmp=liveSupport-cta-helpPrivacy\" contenteditable=\"false\" style=\"cursor: pointer;\">www.ford.com/help/privacy/</a>.
1442Customer must agree to terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.
1443Not available on select holidays.
1444See your Ford dealer for details.</p>\n"},"417":{"id":"24-7-live-support-towing-disclaimer","ariaLabel":"","title":"*","description":"<p>Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
1445For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.
1446Ford reserves the right to change program details without obligations.</p>\n"},"418":{"id":"24-7-live-support-testimonial-details","ariaLabel":"","title":"Testimonial Details","description":"<p>Based on 2024/2025 customer survey responses.</p>\n"},"419":{"id":"24-7-live-support-fordpass-disclaimer","ariaLabel":"","title":"*","description":"<p>The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
1447Message and data rates may apply.
1448Terms and conditions apply.
1449Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"420":{"id":"vehicle-details-kelley-blue-book","ariaLabel":"","title":"Vehicle Details","description":"<p>For more information, visit Kelley Blue Book’s KBB.com.
1450Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n<p>Extra-cost color shown.</p>\n"},"421":{"id":"billboard-sd-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $96,830<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>. 2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Crew Cab King Ranch<sup>®</sup>, 4x4, DRW, with available 6.7L High Output Diesel engine and Chrome Appearance Package and Gooseneck Dual Hitch kit.</p>\n"},"422":{"id":"DisclosureSuperDutyBlackApp","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty with available Black Appearance Package.
1451Optional equipment shown.</p>\n"},"423":{"id":"DisclosureSeeOwnerManual","ariaLabel":"","title":"Image Details","description":"<p>See Owner’s Manual for important operating instructions.</p>\n"},"424":{"id":"Epa-Estimated-Expedition","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.
1452See <a href=\"fueleconomy.gov\" target=\"_blank\">fueleconomy.gov</a> for fuel economy of other engine/transmission combinations.
1453Actual mileage will vary.<br>\n4x2 model MPG listed.</p>\n"},"425":{"id":"AvailableConnectivityExpedition","ariaLabel":"","title":"**","description":"<p>**Available Connectivity features and functionality vary by model and compatible devices.
1454Package pricing, features, included plans, and term lengths vary by model.
1455Some features may only be available while vehicle is parked.
1456Owners can log into the Ford app to see specific features available to them.
1457Terms apply.</p>\n"},"426":{"id":"cargo-and-load-capacity-01","ariaLabel":"","title":"†","description":"<p>†Cargo and load capacity limited by weight and weight distribution.</p>\n"},"427":{"id":"cargo-and-load-capacity-02","ariaLabel":"","title":"††","description":"<p>††Cargo and load capacity limited by weight and weight distribution.</p>\n"},"428":{"id":"cargo-and-load-capacity-03","ariaLabel":"","title":"**","description":"<p>**Cargo and load capacity limited by weight and weight distribution.</p>\n"},"429":{"id":"when-properly-equipped-01","ariaLabel":"","title":"††","description":"<p>††When properly equipped.
1458Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"430":{"id":"when-properly-equipped-02","ariaLabel":"","title":"‡","description":"<p>‡When properly equipped.
1459Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"431":{"id":"15l-engine-8-speed-fwd","ariaLabel":"","title":"*","description":"<p>*1.5L engine/8-speed transmission/FWD.
1460Actual mileage will vary.</p>\n"},"432":{"id":"15l-engine-8-speed-awd","ariaLabel":"","title":"**","description":"<p>**1.5L engine/8-speed transmission/AWD.
1461Actual mileage will vary.</p>\n"},"433":{"id":"25l-hybrid-engine-fwd","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/FWD.
1462Actual mileage will vary.</p>\n"},"434":{"id":"20l-engine-8-speed-awd","ariaLabel":"","title":"*","description":"<p>*2.0L engine/8-speed transmission/AWD.
1463Actual mileage will vary.</p>\n"},"435":{"id":"25l-hybrid-engine-awd","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/AWD.
1464Actual mileage will vary.</p>\n"},"436":{"id":"25l-hybrid-engine-awd-01","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/AWD.
1465Actual mileage will vary.</p>\n"},"437":{"id":"25l-plugin-hybrid-engine-fwd","ariaLabel":"","title":"*","description":"<p>*2.5L Plug-In Hybrid engine/eCVT Automatic transmission/FWD.
1466Actual mileage will vary.</p>\n"},"438":{"id":"25l-hybrid-engine-fwd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/FWD.
1467Actual mileage will vary.</p>\n"},"439":{"id":"estimatedfuelsavingsf150","ariaLabel":"","title":"*","description":"<p>*Estimated fuel savings are based on comparison between 2025 F-150 Lightning<sup>®</sup> Lariat<sup>®</sup> with an EPA-est. combined consumption rate of 48 kWh/100 miles and 2025 Ford F-150 3.5L EcoBoost 4x4 with an EPA-est. combined rating of 19 MPG.
1468Assumes 15,000 miles per year, Q4 2024 average gasoline cost of $3.069/gallon, and residential electricity cost of $0.167/kWh with all charging carried out at home.
1469Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"440":{"id":"broncosportbigbendaempub-67497","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"441":{"id":"15l-engine-8-speed-fwd-01","ariaLabel":"","title":"*","description":"<p>*1.5L engine/8-speed transmission/FWD.
1470Actual mileage will vary.</p>\n"},"442":{"id":"15l-engine-8-speed-awd-01","ariaLabel":"","title":"**","description":"<p>**1.5L engine/8-speed transmission/AWD.
1471Actual mileage will vary.</p>\n"},"443":{"id":"20l-engine-8-speed-awd-01","ariaLabel":"","title":"*","description":"<p>*2.0L engine/8-speed transmission/AWD.
1472Actual mileage will vary.</p>\n"},"444":{"id":"25l-hybrid-engine-awd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/AWD.
1473Actual mileage will vary.</p>\n"},"445":{"id":"25l-hybrid-engine-fwd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/FWD.
1474Actual mileage will vary.</p>\n"},"446":{"id":"25l-hybrid-engine-fwd-02","ariaLabel":"","title":"*","description":"<p>*2.5L Plug-In Hybrid engine/eCVT Automatic transmission/FWD.
1475Actual mileage will vary.</p>\n"},"447":{"id":"25l-hybrid-engine-awd-02","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/AWD.
1476Actual mileage will vary.</p>\n"},"448":{"id":"VehicleDetails-2025Bronco-VHPChange","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype model shown, modified for racing.
1477Professional driver with special safety equipment.
1478Closed course.
1479Do not attempt.</p>\n"},"449":{"id":"disclosuresuper-dutyblackapp","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty with available Black Appearance Package.
1480Optional equipment shown.</p>\n"},"450":{"id":"must-purchase-or-lease-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 4/1/2025 and 6/30/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.
1481Offer not available to fleet or commercial customers.
1482Complimentary home installation must be completed through Qmerit Electrification LLC.
1483Installation exclusions apply.
1484Must take retail delivery from an authorized Ford dealer's stock by 6/30/2025.
1485No trade-in required.
1486See your Ford dealer for details and terms.</p>\n"},"451":{"id":"Disclosure-Front-seatbelt-removed","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belt removed in order to provide a clear view of the vehicle interior.</p>\n"},"452":{"id":"disclaimer-2025expeditiontremoracc","ariaLabel":"","title":"Image Details","description":"<p>2025 Expedition® Tremor® SUV with optional features and available Ford Accessories shown.<br>\n<br>\nWhen properly equipped.
1487Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"453":{"id":"must-purchase-or-lease-disclosure","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.
1488Offer not available to fleet or commercial customers.
1489Complimentary home installation must be completed through Qmerit Electrification LLC.
1490Installation exclusions apply.
1491Must take retail delivery from an authorized Ford dealer's stock by 3/31/2025.
1492No trade-in required.
1493See your Ford dealer for details and terms.</p>\n"},"454":{"id":"disclaimer-2025expeditionplatinumcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition® Platinum® SUV with extra-cost color shown.</p>\n"},"455":{"id":"must-purchase-or-lease-new-date","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 4/3/2025 and 6/30/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.
1494Offer not available to fleet or commercial customers.
1495Complimentary home installation must be completed through Qmerit Electrification LLC.
1496Installation exclusions apply.
1497Must take retail delivery from an authorized Ford dealer's stock by 6/30/2025.
1498No trade-in required.
1499See your Ford dealer for details and terms.</p>\n"},"456":{"id":"fafaOfferDetails","ariaLabel":"","title":"Offer Details","description":"<p>Offer available on the purchase or lease of the following eligible new <b>2024–2025</b> Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new <b>2024</b> Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new <b>2025</b> Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
832See a participating dealer or retailer for details and current inventory status.</p>\n<p>&nbsp;</p>\n"},"6":{"id":"overcome image","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>® </sup>Lightning<sup>®</sup> Platinum model shown.</p>\n"},"7":{"id":"t2-cc-f150-tires-img","ariaLabel":"t2-cc-f150-tires-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model with extra-cost color option shown.</p>\n"},"8":{"id":"video-details-suvs-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment and available Ford Accessories shown throughout.1506See a participating dealer or retailer for details and current inventory status.</p>\n<p>&nbsp;</p>\n"},"457":{"id":"fafaAssemblyDisclosure","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on S&amp;P Global Mobility CY 2024 U.S. Light Vehicle Production data.
1507Assembled in the U.S.A. with domestic and foreign parts.</p>\n"},"458":{"id":"fafaHourlyDisclosure","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Based on 2024 year-end hourly employment data.</p>\n"},"459":{"id":"disclaimer-2025explorerplatinumsuv","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer® Platinum SUV with extra-cost color option shown.</p>\n"},"460":{"id":"disclaimer-2025explorerstsuv","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer® ST SUV with optional equipment shown.</p>\n"},"461":{"id":"disclaimer-2025explorerstsuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Explorer® ST SUV with optional equipment extra-cost color option.</p>\n"},"462":{"id":"disclaimer-whenproperlyequippedmaxtowingvaries","ariaLabel":"","title":"*","description":"<p>* When properly equipped.
1508Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"463":{"id":"disclaimer-2025expeditionplatinumsuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition® Platinum® SUV with extra-cost color shown.</p>\n"},"464":{"id":"disclaimer-2025broncobadlandssuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco® Badlands® SUV with optional equipment and extra-cost color shown.</p>\n"},"465":{"id":"disclaimer-2025rangerxlttruck","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® XLT truck with optional equipment shown.</p>\n"},"466":{"id":"availableonsuperdutysrwmodels","ariaLabel":"","title":"*","description":"<p>*Available on Super Duty<sup>®</sup> XLT, Lariat<sup>®</sup>, King Ranch<sup>®</sup>, and Platinum<sup>®</sup> SRW models. 6-3/4’ box only.</p>\n"},"467":{"id":"availableonallsuperduty","ariaLabel":"","title":"*","description":"<p>*Available on all Super Duty 4x4 models.</p>\n"},"468":{"id":"disclaimer-maxtowingof9600lbsavailableonexpedition","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs. available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.
1509When properly equipped.
1510Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\n</p>\n"},"469":{"id":"availableonthesuperdutyxl","ariaLabel":"","title":"*","description":"<p>*Available on the Super Duty XL 4x4 SRW model.</p>\n"},"470":{"id":"CargoImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"471":{"id":"based-on-2021-2024-cy","ariaLabel":"","title":"*","description":"<p>*Based on 2021–2024 CY industry-reported total sales.</p>\n"},"472":{"id":"based-on-2024-cy","ariaLabel":"","title":"**","description":"<p>**Based on 2024 CY industry-reported total sales.</p>\n"},"473":{"id":"max120067lhighoutput","ariaLabel":"","title":"*","description":"<p>*Max. 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
1511Class is Full-Size Pickups over 8,500 lbs.
1512GVWR.
1513Torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
1514Your results may vary.</p>\n"},"474":{"id":"EscapePlugIn","ariaLabel":"","title":"*","description":"<p>2025 Escape Plug-In Hybrid model with extra-cost colour option shown.</p>\n"},"475":{"id":"Offer valid for one-time only","ariaLabel":"","title":"*","description":"<p>*Offer valid for one-time only ecommerce purchase of accessories from ford.com/accessories.
1515Limited time offer expires 90 days after vehicle purchase date.
1516Excludes shipping and installation.
1517Must be a registered customer on Ford.com/accessories at time of purchase to receive discount.
1518Maximum amount of discount is $500.
1519Promo code must be applied at checkout to receive discount.
1520Cannot be combined with other offers.
1521Bronco Hardtop (M10500HT) is excluded from discount.
1522Ford.com/accessories reserves the right to change program details at any time without obligations.
1523Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"476":{"id":"fafa-landing","ariaLabel":"","title":"*Important Details","description":"<p>*Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Ford Mustang®, Escape®, Bronco®, Bronco Sport®, F-150®, F-150® Lightning®, Mustang Mach-E®, Maverick®, Ranger®, Transit®, E-Transit™, Lincoln Corsair® and Nautilus®; new 2024 Ford Super Duty® (pickup models only), Expedition®, and Lincoln Navigator® only; and new 2025 Ford Explorer® and Lincoln Aviator® only.
1524Excludes all Bronco Stroppe models, Raptor® models, Mustang Dark Horse®, Mustang GTD, and all chassis cab models.
1525U.S. residents only.
1526Prior purchases not eligible.
1527A/X/Z/D Plan ineligible.
1528Place a new retail order or take new retail delivery from an authorized Ford Dealer’s or Lincoln Retailer’s stock by 6/2/25.
1529See a participating dealer or retailer for details.
1530Optional equipment shown. 2025 Mustang Mach-E® SUV inventory may be limited and may vary by location.
1531Please contact your Ford Dealer for the most current inventory status.</p>\n"},"477":{"id":"employee-pricing-starting-at","ariaLabel":"","title":"*","description":"<p>Current Manufacturer Suggested Retail Price (MSRP) for Employees on the base model.
1532Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
1533Optional equipment not included.
1534Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 6/2/25.
1535See a participating dealer for details.</p>\n"},"478":{"id":"available-on-the-2024-mustang-mach-e-gt","ariaLabel":"","title":"*","description":"<p>*Available on the 2024 Mustang Mach-E GT</p>\n"},"479":{"id":"available-on-the-2024-mustang-mach-e-rally","ariaLabel":"","title":"**","description":"<p>**Available on the 2024 Mustang Mach-E Rally</p>\n"},"480":{"id":"epa-estimated-2025-us-expedition","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.
1536See fueleconomy.gov for fuel economy of other engine/transmission combinations.
1537Actual mileage will vary.</p>\n"},"481":{"id":"fordpass-app-disclaimer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
1538Message and data rates may apply.
1539Terms and conditions apply.
1540Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"482":{"id":"based-on-active-charging-stations","ariaLabel":"","title":"**","description":"<p>**Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.
1541Numbers subject to change.</p>\n"},"483":{"id":"requires-nacs-disclaimer","ariaLabel":"","title":"†","description":"<p>†Requires NACS Fast Charging Adapter.</p>\n"},"484":{"id":"avoidwaterplusoptionalequipment","ariaLabel":"","title":"Image Details","description":"<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.
1542Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n<p>Optional equipment shown.</p>\n"},"485":{"id":"2024-us-ford-edge-billboard-sunset-page","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Edge<sup>®</sup> ST SUV shown with extra-cost color option.</p>\n"},"486":{"id":"Edge Sunset Carousel 1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST SUV shown with extra-cost color option.
1543Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"487":{"id":"Edge Sunset Carousel 2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> SUV shown with optional equipment and extra-cost color option.
1544Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"488":{"id":"Edge Sunset Carousel 3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT SUV shown with optional equipment and extra-cost color option.&nbsp;2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
1545Please contact your Ford Dealer for the most current inventory status.</p>\n"},"489":{"id":"fafa-bev-disc1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 Mustang Mach-E from a participating Ford dealer between 7/7/2026 and 7/31/2026, or 2026 Mustang Mach-E from a participating Ford dealer between 7/7/2026 and 9/30/2026, to be eligible to receive (a) one (1) complimentary home charge station with complimentary standard installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
1546Home charge station model and brand may vary based on availability.
1547Offer not available to fleet or commercial customers.
1548Complimentary home installation must be completed through Qmerit Electrification LLC.
1549Installation exclusions apply.
1550Must take retail delivery from an authorized Ford dealer's stock by 7/31/26 (2025 models) or 9/30/2026 (2026 models).
1551No trade-in required.
1552See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"490":{"id":"fafa-bev-disc2","ariaLabel":"","title":"**","description":"<p>**Offer available on the purchase or lease of the following eligible new <b>2024–2025</b> Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new <b>2024</b> Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new <b>2025</b> Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
1553Excludes all Bronco Stroppe models, Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD, all Super Duty chassis cab/cutaway models; also excludes 2025 Expedition<sup>®</sup>, Navigator<sup>®</sup>, and Transit<sup>®</sup> (Wagon).
1554U.S. residents only.
1555Prior purchases not eligible.
1556A/X/Z/D Plan ineligible.
1557Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 7/7/25.
1558The <b>2025</b> Mustang Mach-E SUV inventory may be limited and may vary by location.
1559See a participating dealer or retailer for details and current inventory status.</p>\n"},"491":{"id":"disclaimer2025broncosportouterbanksoptequip","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport® Outer Banks® model with optional equipment, available Ford Accessories and extra-cost color option.
1560Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"492":{"id":"based-on-sp-global-mobility-total-soprt-cars","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations across all sports car segments CYE 2024.</p>\n"},"493":{"id":"fafa-lightning-details","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer generated image depicting 2025 Ford F-150 Lightning Platinum with available Dark Elements Package</p>\n"},"494":{"id":"disclaimer2025maverickxlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Maverick® XLT pickup with optional equipment shown.<br>\n</p>\n"},"495":{"id":"disclaimer2025rangerlariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat pickup with optional equipment shown.</p>\n"},"496":{"id":"disclaimer2025escapest","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Escape® ST-Line Elite SUV with extra-cost color shown.</p>\n"},"497":{"id":"disclaimer2025broncosportoptequip","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and extra-cost color option shown.
1561Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"498":{"id":"disclaimer2025broncosportcolormanual","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option shown.
1562Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
1563Cargo and load capacity limited by weight and weight distribution.</p>\n"},"499":{"id":"ranger-image-detail","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n"},"500":{"id":"2025-escape-st-line-elite-image-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>®</sup> ST-Line Elite.</p>\n"},"501":{"id":"fafa-bev-disc2-v2","ariaLabel":"","title":"**","description":"<p>**Offer available on the purchase or lease of the following eligible new 2024-2025 Ford &amp; Lincoln vehicles ONLY: Ford Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup>, E-Transit<sup>™</sup>, Lincoln Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Ford Super Duty<sup>®</sup> (pick-up models Only), Expedition<sup>®</sup> and Lincoln Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Lincoln Aviator<sup>®</sup> only.
1564Excludes all new Ford Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD and all Chassis Cab models.
1565U.S. residents only.
1566Prior purchases not eligible.
1567A/X/Z/D Plan ineligible.
1568Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 6/2/25.
1569See a participating dealer or retailer for details. 2025 Mustang Mach-E<sup>®</sup> inventory may be limited and may vary by location.
1570Please contact your Ford dealer for the most current inventory status.</p>\n"},"502":{"id":"fafa-bev-disc1-update","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2024 or 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 4/3/2025 and 7/7/2025 to be eligible to receive (a) one (1) complimentary Ford home charge station (model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.
1571Offer not available to fleet or commercial customers.
1572Complimentary home installation must be completed through Qmerit Electrification LLC.
1573Installation exclusions apply.
1574Must take retail delivery from an authorized Ford dealer's stock by 7/7/2025.
1575No trade-in required. 2025 Mustang Mach-E inventory may be limited and may vary by location.
1576See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"503":{"id":"bb-fpp-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E GT shown with optional equipment and extra-cost color option.<br>\n<br>\n2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
1577Please contact your Ford Dealer for the most current inventory status.</p>\n"},"504":{"id":"when-properly-equipped-with-mustang-mach-e","ariaLabel":"","title":"*","description":"<p>*When properly equipped with Mustang Mach-E GT<sup>™</sup> Performance Upgrade.
1578Ford test data based on typical industry methodology using 1-ft rollout.
1579Tested with optional Summer tires.</p>\n"},"505":{"id":"charge-time-based-on-manufacturer-tests","ariaLabel":"","title":"**","description":"<p>**Charge time based on manufacturer tests.
1580The charging rate decreases as battery reaches full capacity.
1581Your results may vary based on peak charging times, battery state of charge, lithium ion battery age, and state of health.</p>\n"},"506":{"id":"2024-mustang-mach-e-gt-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E GT shown.</p>\n"},"507":{"id":"beyond-the-power-promise-support-and-guidance","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.
1582Message and Data Rates May Apply.
1583By texting, you agree to receive text messages.
1584Text HELP for information.
1585Text STOP to cancel.
1586Privacy Policy at <a href=\"http://www.ford.com/help/privacy/\">www.ford.com/help/privacy/</a>.
1587Customer must agree to terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.
1588Not available on select holidays.
1589See your Ford dealer for details.</p>\n"},"508":{"id":"beyond-the-power-promise-roadside-assistance","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
1590For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.</p>\n<p>Ford reserves the right to change program details without obligations.</p>\n"},"509":{"id":"message-and-data-rates-may-apply","ariaLabel":"","title":"*","description":"<p>*Message and Data Rates May Apply.
1591By texting, you agree to receive text messages.
1592Text HELP for information.
1593Text STOP to cancel.
1594Privacy Policy at <a href=\"http://www.ford.com/help/privacy/\">www.ford.com/help/privacy/</a>.
1595Customer must agree to Ford's Electric Vehicle 24/7 Live Support Service terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.</p>\n"},"510":{"id":"roadside-assistance-disclaimer-2","ariaLabel":"","title":"**","description":"<p>**This service is part of Roadside Assistance, which is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.</p>\n"},"511":{"id":"how-do-customers-enroll-faq-disclaimer","ariaLabel":"","title":"*","description":"<p>*This service requires customer to have a Ford account and an electric vehicle VIN added in their vehicle garage to be eligible for enrollment.</p>\n"},"512":{"id":"home-charger-installation-disclaimer-asterisk","ariaLabel":"","title":"*","description":"<p>Must purchase or lease a new 2024 or 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 4/3/2025 and 7/7/2025 to be eligible to receive (a) one (1) complimentary Ford home charge station (model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.&nbsp; Offer not available to fleet or commercial customers.&nbsp; Complimentary home installation must be completed through Qmerit Electrification LLC.
1596Installation exclusions apply.
1597Must take retail delivery from an authorized Ford dealer's stock by 7/7/2025.&nbsp; No trade-in required.&nbsp;2025 Mustang Mach-E inventory may be limited and may vary by location.
1598See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"513":{"id":"disclaimer-2025broncosportbigbend","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport® Big Bend® model with optional equipment shown.<br>\n</p>\n"},"514":{"id":"computer-generated-vehicle-shown","ariaLabel":"","title":"Image Details","description":"<p>Computer generated vehicle shown.</p>\n"},"515":{"id":"disclaimer2025broncobadlandssuvmodelsoptions","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.
835See your Owner’s Manual for detailed information.1601See your Owner’s Manual for detailed information.</p>\n"},"516":{"id":"disclaimer2025rangerlariatmodelsoptions","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat model with optional equipment and available extra-cost color shown.
837Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"9":{"id":"Optional-equipment-shown-2025-bronco-sell-down","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.1603Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
1604Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n</p>\n"},"517":{"id":"DisclaimerBFNequipcolor","ariaLabel":"","title":"Disclaimer","description":"<p>Optional equipment and extra cost color option shown.&nbsp;</p>\n<p>*Offer available on the purchase or lease of the following eligible new 2024-2025 Ford<sup>®</sup> &amp; Lincoln<sup>®</sup> vehicles ONLY: Ford Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup>, E-Transit<sup>®</sup>, Lincoln Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Ford Super Duty<sup>®</sup> (pick-up models only), Expedition<sup>®</sup> and Lincoln Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Lincoln Aviator<sup>®</sup> only.
1605Excludes all new Ford Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD<sup>®</sup> and all Chassis Cab models.
1606U.S. residents only.
1607Prior purchases not eligible.
1608A/X/Z/D Plan ineligible.
1609Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 6/2/25.
1610See a participating dealer or retailer for details.</p>\n"},"518":{"id":"DisclaimerBFNequipcost","ariaLabel":"","title":"Disclaimer","description":"<p>2024 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"519":{"id":"disclaimer2025maverickxltmodelshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Maverick® XLT model shown.<br>\n</p>\n"},"520":{"id":"escape-retail-customer-disclaimer","ariaLabel":"","title":"*","description":"<p>*Retail Customer Cash: Take new retail delivery of a 2025 Escape Plug-in Hybrid from an authorized Ford Dealer’s stock by 7/7/25.</p>\n"},"521":{"id":"escape-offer-details-target","ariaLabel":"","title":"*Important Details","description":"<p>Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
1611Excludes all Bronco Stroppe models, Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD, all Super Duty chassis cab/cutaway models; also excludes 2025 Expedition<sup>®</sup>, Navigator<sup>®</sup>, and Transit<sup>®</sup> (Wagon).
1612U.S. residents only.
1613Prior purchases not eligible.
1614A/X/Z/D Plan ineligible.
1615Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 7/7/25.
1616The 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.
1617See a participating dealer or retailer for details and current inventory status.</p>\n"},"522":{"id":"inline-disclosures/tesla-conquest-billboard-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E<sup>®</sup> Premium model shown. 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.
1618Please contact your Ford Dealer for the most current inventory status.<br>\n<br>\n2025 Ford F-150 Lightning Platinum shown.</p>\n"},"523":{"id":"ImageDetailsEscapePhev","ariaLabel":"","title":"Image Details","description":"<p>2025 Escape Plug-in Hybrid model with optional equipment shown.</p>\n"},"524":{"id":"battery-electric-vehicle-warranty-disclaimer-v2","ariaLabel":"","title":"**","description":"<p>**See your dealer and the Battery Electric Vehicle Warranty Guide for limited warranty details.</p>\n"},"525":{"id":"based-on-1977-2024-cy","ariaLabel":"","title":"*","description":"<p>*Based on 1977–2025 CY industry-reported total sales.</p>\n"},"526":{"id":"when-home-is-properly-equipped-v2","ariaLabel":"","title":"**","description":"<p>**When home is properly equipped and home transfer switch disconnects home from the grid.
1619Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with extended-range battery.
1620Your results may vary based on energy usage.
1621Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"527":{"id":"optional-equipment-2025-mustang-mach-e","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color.</p>\n"},"528":{"id":"the-2024-iihs-top-safety-pick","ariaLabel":"","title":"*","description":"<p>*The 2024 IIHS Top Safety Pick+ was awarded to Mustang Mach-E models built after August 2024.</p>\n"},"529":{"id":"requires-nacs-02","ariaLabel":"","title":"*","description":"<p>*Requires NACS fast charging adapter.</p>\n"},"530":{"id":"disclaimer2025rangerlariatmodelsoptionstowing","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat model with optional equipment shown.
1622When properly equipped.
1623Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"531":{"id":"disclaimer2025rangerXLmodeloptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® XL model with optional equipment shown.<br>\n</p>\n"},"532":{"id":"2025-ford-f-150-lightning-platinum-vehicle-details","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150 Lightning Platinum model with available Dark Elements Package shown.</p>\n"},"533":{"id":"wheelsshownarenotavailableforretailorder","ariaLabel":"","title":"*","description":"<p>*Wheels shown are not available for retail order.
1624Dealers may have limited inventory.
1625Please see your dealer for current inventory status.</p>\n"},"534":{"id":"vehicledetailswheelsshownarenotavailableforretailorder","ariaLabel":"","title":"Image Details","description":"<p>Wheels shown are not available for retail order.
1626Dealers may have limited inventory.
1627Please see your dealer for current inventory status.</p>\n"},"535":{"id":"vehicledetailswheelsshownarenotavailableforretailorder2","ariaLabel":"","title":"Image Details","description":"<p>Wheels shown are not available for retail order.
1628Dealers may have limited inventory.
1629Please see your dealer for current inventory status.<br>\nOptional equipment and extra-cost color option shown.</p>\n"},"536":{"id":"based-on-active-charging-stations-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.
1630Numbers subject to change.</p>\n"},"537":{"id":"2026-mustang-billboard-image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,945<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2026 Mustang<sup>®</sup> GT Premium Coupe with GT Performance Package, Nite Pony Package, optional equipment and extra-cost color shown.
1631Actual production vehicle may vary.</p>\n"},"538":{"id":"offered-up-to-5-years-disclaimer","ariaLabel":"","title":"†","description":"<p>†Offered up to 5 years after purchase or 60,000 miles, whichever comes first.</p>\n"},"539":{"id":"must-have-an-activated-fordpass-rewards-disclaimer","ariaLabel":"","title":"**","description":"<p>**Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
1632Points are not redeemable for cash and have no monetary value.
1633Point earning and redemption values are approximate and vary by products and services redeemed.
1634See the Ford Rewards Program Terms at&nbsp;<a href=\"https://www.ford.com/product/ford-fast-charging-adapter-nacs-p2999073032?fmccmp=fv-unlockingConvenience-fa-productDetails-adapter-nacs\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fa:product details:adapter nacs&quot;,&quot;onclick_referredTo&quot;:&quot;fa:product details:adapter nacs&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"540":{"id":"disclaimer2025f150lobohorsepowerandtorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.
1635Your results may vary.
1636When properly equipped.
1637Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"541":{"id":"important-details-red-cross","ariaLabel":"","title":"Important Details","description":"<p>The American Red Cross name, logo and copyrighted materials are used with its permission, which in no way constitutes an endorsement, express or implied, of any product, service, company, opinion or political position.
1638The American Red Cross name and logo are registered trademarks owned by the American National Red Cross.
1639For more information about the American Red Cross, please visit redcross.org.</p>\n"},"542":{"id":"details-2025-bronco-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> SUV with optional equipment shown.</p>\n"},"543":{"id":"details-2025-bronco-raptor-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
1640Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
839Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"10":{"id":"When home is properly equipped","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped and home transfer switch disconnects home from grid.</p>\n"},"11":{"id":"2025 lightning target 7","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $84,995.<br>\n2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"12":{"id":"t2-owner-service-may-tire-offer1","ariaLabel":"t2-owner-service-may-tire-offer1","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.1642See your Owner's Manual for detailed information.</p>\n"},"544":{"id":"details-2025-bronco-outerbanks-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"545":{"id":"details-2025-bronco-badlands-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
840Requires presentation of competitor’s current price ad/offer on exact tire sold by dealership within 30 days after purchase.1643Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"546":{"id":"details-2025-bronco-ownermanual-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> SUV with optional features shown.
841For online quotes, guarantee applies only to new tires sold on retailer websites.1644Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"547":{"id":"details-2025-bronco-driverassist-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional features shown.
842Excludes tires sold by third parties on marketplace sites and any resellers.1645Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.
843See a participating U.S. dealership for details.1646It does not replace safe driving.
844Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"13":{"id":"20l-engine-8-speed-awd-01","ariaLabel":"","title":"*","description":"<p>*2.0L engine/8-speed transmission/AWD.1647See Owner's Manual for details and limitations.</p>\n"},"548":{"id":"us-nonluxury-fullline-auto-manufacturer-bfn","ariaLabel":"","title":"Details","description":"<p>Based on U.S., non-luxury, full-line auto manufacturer owner’s mobile apps only.
845Actual mileage will vary.</p>\n"},"14":{"id":"rsf-adventure-vlu-bronco-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $68,110<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color shown.1648FordPass® Connect (optional on select vehicles), the FordPass® App, and FordPass Connect Services are required for remote features (see FordPass Terms for details).
846Always consult the Owner's Manual before off-road driving, know your terrain, and trail difficulty, and use appropriate safety gear.1649Connected Services are now complimentary for remote features, excluding Wi-Fi® hotspot.
847Removal of doors for off-road use only.1650Connected Services and features depend on compatible AT&amp;T network availability.
848See your Owner’s Manual for detailed information.</p>\n"},"15":{"id":"t2-presidents-day-los-angeles","ariaLabel":"t2-presidents-day-los-angeles","title":"Disclaimer","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown.&nbsp;© 2026 Ford Motor Company.1651Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.
849F-150 is a trademark of Ford Motor Company or its affiliates.1652FordPass App, compatible with select smartphone platforms, is available via a download.
850All rights reserved.</p>\n"},"16":{"id":"DiscMustang2026DarkHorse","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Dark Horse<sup>®</sup> with optional equipment (Dark Horse Appearance Package and Dark Horse Handling Package) and extra-cost color option (Blue Ember Metallic) shown.</p>\n"},"17":{"id":"t2-superduty-3","ariaLabel":"3","title":"3","description":"<p>See owner’s manual for important operating instructions.</p>"},"18":{"id":"T2-compare-mache-2a","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color option shown.</p>\n"},"19":{"id":"epa-estimated-cty-hwy-mpg","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.1653Message and data rates may apply.</p>\n"},"549":{"id":"automatic-transmission-only-select-vehicles","ariaLabel":"","title":"*","description":"<p>*Automatic transmission only.
851See <a href=\"https://fueleconomy.gov/\">fueleconomy.gov</a> for fuel economy of other engine/transmission combinations.1654Available on select vehicles.</p>\n"},"550":{"id":"fordpass-app-compatible-smartphone","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
852Actual mileage will vary.Removed
853On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.<br>\n4x2 model MPG listed.</p>\n"},"20":{"id":"rally-att-bar-26-mach-e","ariaLabel":"","title":"*","description":"<p>*Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.Removed
854Ford test data based on typical industry methodology using 1-ft rollout.Removed
855Your results may vary.Removed
856Based on internal testing with optional summer tires.</p>\n"},"21":{"id":"defy-limits","ariaLabel":"","title":"Disclosure","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color option shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
857See your dealer for current inventory status.&nbsp;</p>\n"},"22":{"id":"target-bronco-badlands-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.</p>\n"},"23":{"id":"rds-v2-billboard","ariaLabel":"","title":"Video Details","description":"<p>*2026 Ford Super Duty<sup>®</sup> F-350 XL DRW with available XL chrome package, 2025 Ford F-150<sup>®</sup> XLT with optional equipment, 2024 Ford F-150<sup>®</sup> King Ranch shown.Removed
858See Owner's Manual for important Pro Power Onboard<sup>™</sup> operating instructions.Removed
859When properly equipped.Removed
860Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"24":{"id":"vermillion-red-retro","ariaLabel":"","title":"Image Details","description":"<p>Due to supply issues the Center Cap in Vermillion Red Retro Theme is unavailable at this time.</p>\n"},"25":{"id":"fba-ford-insure-is-a-product-presented-by-ford-motor-insurance-agency","ariaLabel":"","title":"*","description":"<p>*Ford Insure is a product presented by Ford Motor Insurance Agency (FMIA NPN 95889, CA license #0C02678), a Ford affiliate and licensed insurance agency.Removed
861Ford Motor Insurance Agency’s principal place of business is in Dearborn, Michigan, with its domicile in Delaware.Removed
862Ford Insure is underwritten by Incline Property &amp; Casualty Company and Redpoint County Mutual.Removed
863Home Office: Austin, TX.Removed
864Agency of Record: Alset Insurance Services, LLC.Removed
865Subsidiary of In The Car, LLC.Removed
866Home Office: Stamford, CT.Removed
867Insurance terms, definitions, and explanations are intended for informational purposes only and do not in any way replace or modify the definitions and information contained in individual insurance contracts, policies, or declaration pages, which are controlling.Removed
868Product coverages, features and discounts may vary by state and are subject to qualifications.Removed
869Ford Motor Company and Ford Credit are not insurance companies or agents.</p>\n"},"26":{"id":"awards-migration-9","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Gas Mileage for PHEV SUVs on Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.Removed
870Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.Removed
871Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"27":{"id":"fordpass-app-pod","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.Removed
874Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"28":{"id":"merchescape2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Escape ST-Line Elite with optional equipment and extra-cost color option.</p>\n"},"29":{"id":"bluecruise-at-vehicle-purchase","ariaLabel":"","title":"*","description":"<p>*At vehicle purchase, customers have the option to buy a 1-year plan for $495.1657Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"551":{"id":"disclaimer-epa-estimated-range-lightning","ariaLabel":"","title":"*","description":"<p>EPA-estimated 300-mile range with available 123kWh extended range battery.
875At the end of the initial complimentary trial or included plan duration, customers can choose to purchase a monthly subscription for $49.99 or an annual subscription for $495.1658Based on full charge.
876Eligible on 2025 model year and newer vehicles purchased from a Ford dealer on or after 8/22/2025.1659Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"552":{"id":"disclaimer2025mustangmachemodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® model with optional equipment and extra-cost color option shown.</p>\n"},"553":{"id":"disclaimer2025mustangmachegtmodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® GT model with optional equipment and extra-cost color option shown.</p>\n"},"554":{"id":"disclaimer2025mustangmachepremiummodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® Premium model shown with optional equipment and extra-cost color option.</p>\n"},"555":{"id":"disclosurealwaysconsulttheownersmanual","ariaLabel":"","title":"Vehicle Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"556":{"id":"stallion-pre-pro-img","ariaLabel":"","title":"Image Details","description":"<p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Fastback model with FX Package and GT Performance Package with extra-cost color shown.
877BlueCruise-equipped vehicles come with a 90-day complimentary trial period, starting with your vehicle's warranty start date.1660Actual production vehicle may vary.
878After the trial, you can choose to purchase BlueCruise monthly or annually based on your needs.1661Available summer 2025.</p>\n"},"557":{"id":"disclaimer2025f150lobostxwithlobopackage","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2025 F-150<sup>®</sup> STX model with F-150 Lobo<sup>™</sup> Package shown.
879Pricing subject to change.</p>\n"},"30":{"id":"T2-compare-mache-7b","ariaLabel":"","title":"**","description":"<p>**Compatible Android or iPhone with compatible active data plan and software required.1662Actual production vehicle may vary.
880Wireless use of Android Auto requires a compatible Android 11.0+ phone and compatible active data plan.1663Available for retail order now at your local Ford Dealer.
881Check <a href=\"http://g.co/androidauto/requirements\">g.co/androidauto/requirements</a> for compatibility.1664Arriving Fall 2025.</p>\n"},"558":{"id":"bfn-bronco-outer-banks-billboard","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
882SYNC® 4 does not control third-party products while in use.1665Always determine the water depth before attempting a crossing and proceed slowly.
883Third parties are solely responsible for their respective functionality.1666Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"559":{"id":"maverick-offer-details-target","ariaLabel":"","title":"*","description":"<p>*Employee Pricing Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup>, and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
884Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"31":{"id":"2026-bronco-sport-big-bend-ford-accessories","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and Ford Accessories shown.1667Excludes all Bronco Stroppe models, Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD, all Super Duty chassis cab/cutaway models; also excludes 2025 Expedition, Navigator, and Transit (Wagon).
885Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"32":{"id":"ford-mobile-service-disclosure","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance or other dealer-specified criteria.1668U.S. residents only.
886Does not include parts or repair charges.</p>\n"},"33":{"id":"technology-package-double-asterisk-gt-mach-e","ariaLabel":"","title":"**","description":"<p>**Equipped vehicle, comes with 1 year and 90 days of BlueCruise access at time of vehicle order.1669Prior purchases not eligible.
887After this initial duration, customers need to purchase a subscription to continue\u2028using BlueCruise.1670A/X/Z/D Plan ineligible.
888Customers also have the option to purchase a one-time purchase of BlueCruise at time of vehicle order.1671Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 7/7/25.
889See subscription options and pricing on <a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a>.</p>\n"},"34":{"id":"do-not-use-while-driving","ariaLabel":"","title":"*","description":"<p>*Do not use while driving.</p>\n"},"35":{"id":"DiscMustang2026CoPilotAssist","ariaLabel":"","title":"*","description":"<p>*Requires Ford Co-Pilot360 Assist+</p>\n"},"36":{"id":"rsf-build-vlu-superduty-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $88,765<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2026 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road Package and Black Appearance Package, Glacier Gray is an extra-cost color shown.</p>\n"},"37":{"id":"security-package-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.1672The 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.
890Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.1673See a participating dealer or retailer for details and current inventory status.</p>\n"},"560":{"id":"maverick-retail-disclaimer","ariaLabel":"","title":"**","description":"<p>**Take new retail delivery from an authorized Ford Dealer’s stock by 6/15/25.
891Requires vehicle connectivity and a connected mobile device with enabled push notifications.1674See dealer for details.</p>\n"},"561":{"id":"imagedetailsmaverickphev","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Maverick<sup>®</sup> truck with available Tremor<sup>®</sup> Off-Road Package shown.
892Not available in U.S. territories.<br>\nDeductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or U.S. territories.1675Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"562":{"id":"discolsure-bronco-sport-max-towing-capacity","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
893Terms apply.</p>\n"},"38":{"id":"25l-plugin-hybrid-engine-fwd","ariaLabel":"","title":"*","description":"<p>*2.5L Plug-In Hybrid engine/eCVT Automatic transmission/FWD.1676Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"563":{"id":"disclaimer-outer-banks-extra-cost-color-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with extra-cost color and optional equipment shown.</p>\n"},"564":{"id":"disclaimer-ranger-xlt-extra-cost-color-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT with optional equipment and extra cost color option shown.</p>\n"},"565":{"id":"disclaimer-ranger-lariat-extra-cost-color-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> with optional equipment shown.
894Actual mileage will vary.</p>\n"},"39":{"id":"vehicle-modified-for-racing-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Vehicle modified for racing shown.Removed
895Professional driver with special safety equipment.Removed
896Closed course.Removed
897Do not attempt.</p>\n"},"40":{"id":"adapt-conquer","ariaLabel":"","title":"Disclosure","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown. 2025 Bronco<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.Removed
898Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"41":{"id":"T2-compare-escape-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>®</sup> Platinum<sup>™</sup> model shown.</p>\n"},"42":{"id":"wave-2-2025-f150-achiever-2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup>&nbsp;model with optional equipment shown.</p>\n"},"43":{"id":"max-towing-2-11200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,200 lbs. available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.Removed
900Requires Tow/Haul Package and optional Max Tow Axle.1678Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"566":{"id":"disclaimer-ranger-raptor-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with optional equipment shown.</p>\n"},"567":{"id":"bronco-offer-details-target","ariaLabel":"","title":"*","description":"<p>*Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
901Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"44":{"id":"DiscHomepageMigrationOffersFedTaxCred","ariaLabel":"","title":"*","description":"<p>Please consult with your own tax or legal professional to determine your individual eligibility.1679Excludes all Bronco Stroppe models, Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD, all Super Duty chassis cab/cutaway models; also excludes 2025 Expedition, Navigator, and Transit (Wagon).
902Tax credit amount is based on vehicle-specific component sourcing and assembly and may be subject to change.1680U.S. residents only.
903You may not claim the credit if (1) your adjusted gross income exceeds certain thresholds or (2) the MSRP of the vehicle, as configured, exceeds $80,000 (including all optional equipment attached to the vehicle at the time of delivery to the dealer, but excluding destination charges, optional items added by the dealer, taxes and fees).1681Prior purchases not eligible.
904Not every F-150 Lightning will qualify for the tax credit.1682A/X/Z/D Plan ineligible.
905For you to receive the tax credit, the dealer must confirm that your specific vehicle qualifies and must provide you with an IRS time-of-sale report.1683Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 7/7/25.
906Tax credit may be applied at point of sale, subject to dealer availability, or as a potential future tax savings.1684The 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.
907Tax credit is not available for vehicles acquired after September 30, 2025.1685See a participating dealer or retailer for details and current inventory status.</p>\n"},"568":{"id":"bronco-retail-disclaimer","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit limited-term financing.
908The IRS considers a vehicle acquired as of the date a written binding contract is entered into and a payment has been made.1686Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/7/25.
909For this purpose, a payment includes a nominal down payment or a vehicle trade-in.1687See dealer for qualifications, and details.</p>\n"},"569":{"id":"disclaimer-2024-f-150-is-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 F-150<sup>®</sup> truck shown.</p>\n"},"570":{"id":"disclaimer-2024-f-150-lightning-is-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 F-150<sup>®</sup> Lightning<sup>®</sup> truck shown.</p>\n"},"571":{"id":"disclaimer-f-150-lightning-properly-equipped","ariaLabel":"","title":"**","description":"<p>**When home is properly equipped.
910Eligible customers who acquire a qualified vehicle on or before September 30, 2025 will be entitled to claim the credit when they take possession of the vehicle, even if they take possession of the vehicle after September 30, 2025.1688Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> pickup with the extended-range battery.
911The amount of your tax savings will depend on your individual tax circumstances.1689Your results may vary depending on energy usage.</p>\n"},"572":{"id":"disclaimer-f-150-lightning-properly-equipped-v2","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When home is properly equipped.
912Incentives and additional rebates are not within Ford’s control.1690Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> pickup with the extended-range battery.
913This information does not constitute tax or legal advice.1691Your results may vary depending on energy usage.
914For additional information, go to <a title=\"Follow link\" href=\"https://fueleconomy.gov/feg/tax2023.shtml#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;directAction&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://fueleconomy.gov/feg/tax2023.shtml#!adchoices&quot;}}\">https://fueleconomy.gov/feg/tax2023.shtml.</a><br>\n</p>\n"},"45":{"id":"2025-mustang-gtd-model-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GTD model shown.1692Rationing power refers to limiting the number of devices and turning the truck off when not needed.</p>\n"},"573":{"id":"Discbillboardtier2f150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"574":{"id":"DiscTier2Card1F150","ariaLabel":"","title":"*","description":"<p>*Based on 1977–2024 industry-reported total sales.</p>\n"},"575":{"id":"DiscTier2Card4F150","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for important operating instructions.
915Preproduction model shown.1693Max payload varies and is based on accessories and vehicle configuration.
916Actual production vehicle may vary.Removed
917Very limited availability.Removed
918Inquiry does not guarantee ability to purchase.</p>\n"},"46":{"id":"target-bronco-sport-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"47":{"id":"mach-e-technology-asterisk-disclaimer-features-included","ariaLabel":"","title":"*","description":"<p>*Features included with the available Ford Connectivity Package, which is included for one year.</p>\n"},"48":{"id":"Dueto2025Expedition","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.Removed
919Due to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"49":{"id":"image-details-max-payload-varies","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies and is based on accessories and vehicle configuration.Removed
921Always properly secure cargo.</p>\n"},"50":{"id":"T2-compare-ranger-7b","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford vehicle in model-year 2024.1695Always properly secure cargo.</p>\n"},"576":{"id":"DiscTier2Card5F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color shown.</p>\n"},"577":{"id":"DiscTier2Card6F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment shown.
922Includes all models with RTM population greater than 1,000.</p>\n"},"51":{"id":"matteblackdisclaimer4","ariaLabel":"","title":"Image Details","description":"<p>Smoked Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage –– 122 years of Ford iconic cool, to be exact.1696When properly equipped.
923A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"52":{"id":"lanekeepingsystem","ariaLabel":"","title":"*","description":"<p>*Lane-Keeping System does not control steering.</p>\n"},"53":{"id":"optional-equipment-max-towing","ariaLabel":"","title":"Video Details","description":"<p>Shown with optional equipment and available Ford Accessories.1697Horsepower, torque, payload, and towing are independent attributes and may not be achieved simultaneously.
924Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.1698Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"578":{"id":"DiscTier2Card7F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
925Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"54":{"id":"disclaimer-2025BroncoBadlandsSAR2","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and aftermarket equipment shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"55":{"id":"MustangMDPEcoboostCovertibleAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $43,525.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Convertible model parked on a closed course shown in Avalanche Gray.</p>\n"},"56":{"id":"featureavailabilitymayvarybasedonmodel","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Feature availability may vary based on model.Removed
926Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.Removed
927If stop is longer than three seconds, the driver must intervene and press &quot;RES&quot; button or accelerator pedal to resume system operation.Removed
928Refer to your Owner's Manual for details and limitations.</p>\n"},"57":{"id":"disclaimer-2025explorerstsuv","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer® ST SUV with optional equipment shown.</p>\n"},"58":{"id":"2026-escape-bb-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>As shown price $42,100.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option.Removed
929Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
930They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
931Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
932See Owner’s Manual for details and limitations.</p>\n"},"59":{"id":"t2-compare-mustang-1b","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
933Your results may vary.Removed
934Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"60":{"id":"equipped-rtr-mustang-2026","ariaLabel":"","title":"*","description":"<p>*When equipped with the Mustang® RTR® Performance Package.</p>\n"},"61":{"id":"DiscTier2Card6Explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> Platinum<sup>®</sup> model shown with optional equipment.</p>\n"},"62":{"id":"mustang-mach-e-extra-cost-color-option","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with extra-cost color shown.</p>\n"},"63":{"id":"2023-bronco-badlands-model","ariaLabel":"","title":"Vehicle Details","description":"<p>2023 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"64":{"id":"vehicle-details-2-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>*Compatible Android™ phone and compatible active data plan required.</p>\n"},"65":{"id":"t2-telematics-7","ariaLabel":"7","title":"7","description":"<p>Available on vehicles with embedded modem or equipped with approved plug-in device (PID).Removed
935May require modem activation.Removed
936Ford Pro™ Telematics and Ford Pro™ Data Services require a purchased subscription.Removed
937Terms and conditions apply.Removed
938Telematics service and features, and access to vehicle data, depend on subscription and compatible cellular network availability.Removed
939Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>"},"66":{"id":"target-maverick-lariat-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
942Always properly secure cargo.</p>\n"},"67":{"id":"PreproductionModelShown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.1701Always properly secure cargo.</p>\n"},"579":{"id":"DiscTier2Card8F150","ariaLabel":"","title":"Details","description":"<p>Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and Truck segments, Ford Trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford truck in model year 2024.
943Actual production vehicle may vary.1702Includes all models with RTM population greater than 1,000.</p>\n"},"580":{"id":"epa-estimated-driving-range-disclaimer","ariaLabel":"","title":"**","description":"<p>**EPA-estimated driving range based on full charge.
944Optional equipment shown.1703Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"581":{"id":"extra-cost-color-and-package-shown","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color and package shown.</p>\n"},"582":{"id":"extra-cost-colors","ariaLabel":"","title":"*","description":"<p>*Extra-cost colors.</p>\n"},"583":{"id":"DiscBillboardTier2Explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST model shown with optional equipment and extra-cost color shown.</p>\n"},"584":{"id":"DiscTier2Card1Explorer","ariaLabel":"","title":"Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST model shown with optional equipment and extra-cost color shown.
945Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"68":{"id":"disclaimer-ranger-raptor-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with optional equipment shown.</p>\n"},"69":{"id":"explorer-st-extra-color-option","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST with extra-cost color shown.</p>\n"},"70":{"id":"max-payload-maverick-2025-disclaimer","ariaLabel":"","title":"*Important Details","description":"<p>Max payload varies based on accessories and vehicle configuration.1704Based on S&amp;P Global Mobility 1946-Current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"585":{"id":"DiscTier2Card5Explorer","ariaLabel":"","title":"*","description":"<p>*85.8 cubic feet on Active and ST-Line, 85.3 on Platinum (shown) and ST models.
946See label on doorjamb for carrying capacity of a specific vehicle.1705Cargo and load capacity limited by weight and weight distribution.</p>\n"},"586":{"id":"DiscTier2Card6Explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> Platinum<sup>®</sup> model shown with optional equipment.</p>\n"},"587":{"id":"DiscTier2Card9Explorer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
947Always properly secure cargo.</p>\n<p>*2025 Maverick® XL model shown.1706Message and data rates may apply.
948Price as shown: $28,590 (including destination and delivery charges).1707Terms and conditions apply.
949Current Manufacturer Suggested Retail Price for base vehicle.1708Visit ford.com for our privacy notice.</p>\n"},"588":{"id":"DiscTier2Card9Explorer2","ariaLabel":"","title":"**","description":"<p>**Vehicle's modem, the Ford App, and complimentary Connected Services are required for remote features (see Ford Terms for details).
950Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.</p>\n<p>Optional equipment not included.1709Connected Services and features depend on compatible AT&amp;T network availability.
951Starting A/X/Z Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.1710Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.
952Not all vehicles qualify for A/X/Z Plan.</p>\n"},"71":{"id":"ready-set-ford-adventure-bronco-badlands-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> with optional equipment, available Ford Accessories, and extra-cost color usage.1711Connected Services excludes Wi-Fi<sup>®</sup> hotspot.</p>\n"},"589":{"id":"2025-bronco-sport-blistein-trademark-bfn","ariaLabel":"","title":"Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands<sup>®</sup> Package and extra-cost color option shown.
953Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"72":{"id":"always-consult-owner-manual-bronco26","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Carbonized Gray Metallic exterior color not currently available to order.1712Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
954Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"73":{"id":"important-details-diesel-horsepower-and-torque","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.1713Bilstein is a trademark of ThyssenKrupp Bilstein GmbH.</p>\n"},"590":{"id":"bronco-sport-big-bend-nhtsa-bfn","ariaLabel":"","title":"Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and extra-cost color option shown.
955Class is Full-Size Pickups over 8,500 lbs GVWR.1714Government 5-Star Safety Ratings are part of the NHTSA’s New Car Assessment Program (www.nhtsa.gov).</p>\n"},"591":{"id":"rear-cameras-driver-assist-bfn","ariaLabel":"","title":"Image Details","description":"<p>Rear cameras only operate at speeds under 6 miles per hour.
956Based on current publicly available competitive information.1715Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.
957Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.1716It does not replace safe driving.
958Your results may vary.1717See Owner's Manual for details and limitations.</p>\n"},"592":{"id":"2026MustangGTPremiumColors","ariaLabel":"","title":"Video Details","description":"<p>Colors shown available on Preproduction 2026 Mustang<sup>®</sup> GT Premium model.
959When properly equipped.1718Optional Equipment shown.
960Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"74":{"id":"merchbronco-2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Wildtrak<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"75":{"id":"2025-f150-wave-bb-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $75,097<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup>. 2025 F-150<sup>®</sup> Lariat High with the optional bed utility package.</p>\n"},"76":{"id":"range-and-charge-time","ariaLabel":"","title":"**","description":"<p>**Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.1719Actual production vehicle will vary.
961The charging rate decreases as battery reaches full capacity.1720Available for retail order now, arriving fall 2025.</p>\n"},"593":{"id":"optional-recaro-trademark","ariaLabel":"","title":"*","description":"<p>Optional RECARO<sup>®</sup> Seats shown.</p>\n<p>RECARO is a trademark of RECARO Holding CmbH.
962Your results may vary based on peak charging times and battery state of charge.1721RECARO seats do not include heating, cooling, or memory features.</p>\n"},"594":{"id":"explorer_tremor_disclosure","ariaLabel":"","title":"*","description":"<p>When equipped with the available 3.0L EcoBoost<sup>®</sup> engine.</p>\n"},"595":{"id":"explorer_tremor_videodetails","ariaLabel":"","title":"Video Details","description":"<p>2026 Explorer<sup>®</sup> Tremor<sup>®</sup> shown with optional equipment and available Ford accessories.<br>\nWhen properly equipped.
963Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"77":{"id":"image-details-disc-bronco-sar-homepage","ariaLabel":"","title":"Image Details","description":"<p>Based on S&amp;P Global Mobility US VIO as of September 2025 for the Emergency Vehicles vocation.1722Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\nCargo and load capacity limited by weight and weight distribution.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"596":{"id":"TBD based on image selection","ariaLabel":"","title":"Image Details","description":"<p>TBD based on image selection</p>\n"},"597":{"id":"2026 US Super Duty Technology","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.
964Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"78":{"id":"Towing and payload are independent","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.1723Use voice-operated systems when possible.
965See label on door jamb for carrying capacity of a specific vehicle.1724Some features may be locked out while the vehicle is in gear.
966Towing and payload are independent attributes and may not be achieved simultaneously.</p>\n"},"79":{"id":"basedoncomparisonbetween2025f150lightninglariat","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on comparison between 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with a maximum manufacturer-tested 580 hp and 2025 F-150 5.0L Ti-VCT V8 engine with a maximum manufacturer-tested 400 hp.</p>\n"},"80":{"id":"image-details-bronco-2025-3","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"81":{"id":"2026-mustang-mach-e-premium-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color shown.</p>\n"},"82":{"id":"wave-asterisk-disclaimer-cruiser-towing","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,200 lbs. available on SuperCrew 5.5’ box 4x4 with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.1725Not all features are compatible with all phones.</p>\n"},"598":{"id":"2026 US Super Duty Technology 1","ariaLabel":"","title":"*","description":"<p>*Separate subscriptions required for streaming services.</p>\n"},"599":{"id":"2026 US Super Duty Technology 2","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
967When properly equipped.Removed
968Requires Tow/Haul Package and optional Max Tow Axle.Removed
969Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"83":{"id":"2026-f-150-mp-billboard-xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $45,400.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>&nbsp;2026 Ford F-150<sup>®</sup> XL SuperCab 4x4 model shown.</p>\n"},"84":{"id":"when-properly-equipped-with-mustang-mach-e","ariaLabel":"","title":"*","description":"<p>*When properly equipped with Mustang Mach-E GT<sup>™</sup> Performance Upgrade.Removed
970Ford test data based on typical industry methodology using 1-ft rollout.Removed
971Tested with optional Summer tires.</p>\n"},"85":{"id":"epa-estimated-rating-disclaimer","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/AWD drivetrain.Removed
972Actual mileage will vary.</p>\n"},"86":{"id":"2026-mustang-mach-e-gt-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color shown.</p>\n"},"87":{"id":"based-on-sp-cye-mobility-export-import","ariaLabel":"","title":"***","description":"<p>***Based on S&amp;P Global Mobility CYE 2023 Export and Import Sourcing Module data.</p>\n"},"88":{"id":"based-on-sp-cye-production-and-export","ariaLabel":"","title":"**","description":"<p>**Based on S&amp;P Global Mobility CYE 2023 US Light Vehicle Production data and CYE 2023 Export and Import Sourcing Module data.</p>\n"},"89":{"id":"rsf-thrill-vlu-mustang-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $67,465<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
973Drift brake is intended for track use only.Removed
974It should never be used on public roads.Removed
975See Owner’s Manual for information on use.Removed
976Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"90":{"id":"2025-bronco-badlands-model-with-optional-equipment-available-ford-accessories","ariaLabel":"","title":"*","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and aftermarket equipment shown.Removed
977Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"91":{"id":"when-properly-equipped-02","ariaLabel":"","title":"‡","description":"<p>‡When properly equipped.Removed
978Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"92":{"id":"pickup-delivery-event","ariaLabel":"","title":"Disclosure","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
979Does not include parts or repair charges.Removed
980A nonoperational vehicle is not eligible and will require a Roadside event.</p>\n"},"93":{"id":"under-hood-air-compressor-kit-by-arb-fcg","ariaLabel":"","title":"Image Details","description":"<p>Under Hood Air Compressor Kit by ARB<sup>®</sup></p>\n"},"94":{"id":"mach-e-sell-down-specs-new-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Calculated via peak performance of the electric motor(s) at peak battery power.Removed
981Your results may vary.</p>\n"},"95":{"id":"rsf-acc-1","ariaLabel":"","title":"Image Details","description":"<p>Transit Cargo Van High Roof Extended Length.</p>\n"},"96":{"id":"2026-ford-explorer-st-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer® ST model shown.</p>\n"},"97":{"id":"DiscHomepageMigrationOffersBB2","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.Removed
982Payments may vary; dealer determines price.Removed
983Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.Removed
984Lessee has option to purchase at lease-end at price negotiated at signing.Removed
985For 2025 Bronco Sport Big Bend 200A, cash due at signing is after $1,000 RCL Cash (#50634).Removed
986For 2025 Escape Active FWD 200A, cash due at signing is after $5,000 cash back ($1,500 RCL cash + $3,500 Bonus Cash) (#50634+ #11510).Removed
987For 2025 F-150 Lightning XLT 311A, cash due at signing is after $12,750 cash back ($500 Ford Power Promise Alt cash + $12,250 EV RCL cash) (#11436 + #50626).Removed
988For 2025 Mustang EcoBoost 100A, cash due at signing is after $2,000 RCL cash (#50634).Removed
989For 2025 Mustang Mach-E Select RWD w/Std. range battery 100A, cash due at signing is after $5,250 cash back ($500 Ford Power Promise Alt cash + $4,750 EV RCL cash) (#11436 + #50626).Removed
990Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.Removed
991See dealer for qualifications and details.</p>\n"},"98":{"id":"disclaimer-see-owner-s-manual","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for proper operating instructions.</p>\n"},"99":{"id":"2026 ABM value practical carrusel disclaimer 2","ariaLabel":"","title":"Image Details","description":"<p>Maverick<sup>®</sup> Lariat<sup>®</sup> with extra-cost color option shown.</p>\n"},"100":{"id":"DiscloseBremboTM","ariaLabel":"","title":"*","description":"<p>*Brembo is a trademark of Brembo S.p.A.</p>\n"},"101":{"id":"2026MaverickPickup","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment shown.Removed
992Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"102":{"id":"2025-bronco-sport-ambassadors-gallery-2b","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"103":{"id":"disclosure-escape-when-properly-equipped-2nd-disclaimer","ariaLabel":"","title":"**","description":"<p>**When properly equipped with Class II Towing Package.Removed
993Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"104":{"id":"Optional-mustang-rtr-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.Removed
994Preproduction model shown.Removed
995Actual production vehicle may vary.Removed
996Available summer 2026.</p>\n"},"105":{"id":"t2-presidents-day-homepage-1","ariaLabel":"t2-presidents-day-homepage-1","title":"1","description":"<p>&nbsp;<sup>1</sup>Ford F-150® for Full-Size Trucks.Removed
997Escape® for Small SUVs. Mustang® for Sporty Cars.Removed
998Super Duty® for Heavy-Duty Trucks.Removed
999All Ranked #1 among their segments for New-Vehicle Quality for J.D. Power for 2025.Removed
1000Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.Removed
1001Visit&nbsp;<a href=\"https://www.jdpower.com/business/awards\">jdpower.com/awards</a>&nbsp;for more details.Removed
1002Awards based on 2025 model year.Removed
1003Newer models may be shown.<br>\n</p>\n"},"106":{"id":"2026 ABM value practical attributes disclaimer 2","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.Removed
1004Excludes Maverick<sup>®</sup> Lobo<sup>™</sup> and Tremor<sup>®</sup> models.Removed
1005Max payload varies and is based on accessories and vehicle configuration.Removed
1006See label on doorjamb for carrying capacity of a specific vehicle.Removed
1007Always properly secure cargo.</p>\n"},"107":{"id":"t2-feb-rewards-1","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
1008Points are not redeemable for cash and have no monetary value.Removed
1009Point earning and redemption values are approximate and vary by products and services redeemed.Removed
1010See the Ford Rewards Program Terms at&nbsp;FordRewards.com regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.Removed
1011Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"108":{"id":"4g-not-available-averywhere-disclaimer","ariaLabel":"","title":"*","description":"<p>*4G not available everywhere.Removed
1012Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"109":{"id":"2026-maverick-xlt-equipment-properly-equipped-max-towing-owner-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment.Removed
1013When properly equipped.Removed
1014Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
1015Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"110":{"id":"maximum-power-limited-drive-mode","ariaLabel":"","title":"**","description":"<p>**Maximum power available is limited to the combined total of all items in use.Removed
1016Power may also be limited in Drive mode, or certain ambient temperature conditions.Removed
1017Some electrical equipment requires higher startup power than the running rating and could exceed the power capacity of the system.Removed
1018See Owner’s Manual for important operating instructions.</p>\n"},"111":{"id":"video-details-exterior-modal-banner-2026-bronco-sport","ariaLabel":"","title":"Video Details","description":"<p>A 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"112":{"id":"t2-owner-service-floridas-may","ariaLabel":"t2-owner-service-floridas-may","title":"Disclosure","description":"<p>Complimentary pair of front Windshield Wipers with the purchase of The Works® package While supplies last.Removed
1019Applies to the purchase of The Works® package only.Removed
1020Up to six (6) quarts of Motorcraft® oil and oil filter.Removed
1021Hybrid battery test excluded.Removed
1022Limit one (1) offer per vehicle.Removed
1023Not valid on prior purchases.Removed
1024Not valid with other discounts or coupons.Removed
1025Valid at participating locations.Removed
1026Residency restrictions apply.Removed
1027No cash value.Removed
1028Offer valid 5/1/26 to 5/31/26 on Ford Omnicraft or Motorcraft® windshield wipers only.Removed
1029Motorcraft® is a registered trademark of Ford Motor Company.Removed
1030Ford reserves the right to change, modify, or discontinue this program at any time.Removed
1031See a participating U.S. dealership for exclusions and details.&nbsp;</p>\n"},"113":{"id":"basedon19772025cyindustryreportedtotalsales","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2025 CY industry-reported total sales.</p>\n<p>2026 Super Duty<sup>®</sup> F-250<sup>®</sup> XL Crew Cab model with optional equipment shown. 2026 F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>When properly equipped.Removed
1032Requires Tow/Haul Package and optional Max Tow Axle.Removed
1033Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"114":{"id":"DiscMaxPayF-150-2-235","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,235 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.Removed
1034Max payload varies and is based on accessories and vehicle configuration.Removed
1035See label on doorjamb for carrying capacity of a specific vehicle.Removed
1036Always properly secure cargo.</p>\n"},"115":{"id":"preproduction-model-production-vehicle-may-vary-available-fall-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.Removed
1037Actual production vehicle may vary.Removed
1038Available fall 2026.</p>\n"},"116":{"id":"rsf-v2-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Ford F-150<sup>®</sup> Lariat model with optional equipment and available Ford Accessories shown.</p>\n"},"117":{"id":"one-time-purchase-disclaimer","ariaLabel":"","title":"*","description":"<p>*Select option for a one-time purchase of Ford Connectivity Package.Removed
1039Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN)</p>\n"},"118":{"id":"f-150-computer-image-1","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image shown.</p>\n"},"119":{"id":"optional-equipment-target-ford-accessories","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and available Ford accessories with extra-cost color option shown.</p>\n"},"120":{"id":"awards-electric-truck-kelley-blue-book","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Buy Award for Electric Trucks on Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\">KBB.com</a>.Removed
1040Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a rel=\"noopener noreferrer\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\">KBB.com</a>.Removed
1041Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"121":{"id":"disclaimer-bronze-appearance-package-shown","ariaLabel":"","title":"Image Details","description":"<p>Shown with available appearance package.</p>\n"},"122":{"id":"Horsepower-ratings-determined-maverick-2026","ariaLabel":"","title":"*","description":"<p>*Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
1042Your results may vary.</p>\n"},"123":{"id":"2026-mache-packages","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford<sup>®</sup> app, modem activation, and an activated plan.Removed
1727Credit card required for activation and Package automatically renews until cancelled.
1045Terms apply.</p>\n"},"124":{"id":"T2-compare-2024-bronco-6a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Outer Banks<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"125":{"id":"2025 US Expedition 1","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. </p>\n<p>Second-row digital device holder available summer 2025.</p>\n"},"126":{"id":"2026-superduty-regular-cab-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL Regular Cab model shown.1729Not available in U.S. territories.</p>\n"},"600":{"id":"2026-super-duty-billboard","ariaLabel":"","title":"As shown pricing","description":"<p>As shown $92,860.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2026 Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat Crew Cab SRW with available Tremor Off-Road Package, Black Appearance Package, Lariat Premium Package, Lariat Ultimate Package and 6.7L High Output diesel engine.</p>\n"},"601":{"id":"2026 US Super Duty Performance","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
1046When properly equipped.1730Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"602":{"id":"2026 US Super Duty Performance 1","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
1047Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"127":{"id":"t2-h2h-26-bronco-clearance-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.Removed
1048Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"128":{"id":"2025-f-150-xlt-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150 XLT with optional equipment shown.Removed
1049Max payload varies based on accessories and vehicle configuration.Removed
1050See label on doorjamb for carrying capacity of a specific vehicle.Removed
1051Always properly secure cargo.Removed
1052Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"129":{"id":"t2-supportbelt-story-behind","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.Removed
1053For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"130":{"id":"with-extended-range-battery-and-eawd-select-model","ariaLabel":"","title":"**","description":"<p>**With extended-range battery and eAWD.Removed
1054Ford test data based on typical industry methodology using 1-ft rollout.Removed
1055Your results may vary.Removed
1056Based on internal testing with optional summer tires.</p>\n"},"131":{"id":"DiscBillboardTier2Explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST model shown with optional equipment and extra-cost color shown.</p>\n"},"132":{"id":"t2-san-diego-black-friday-yese","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.Removed
1057F-150 is a trademark of Ford Motor Company or its affiliates.Removed
1058All rights reserved.</p>\n"},"133":{"id":"Max 430 horsepower and 485 lb ft of torque","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.Removed
1065Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"134":{"id":"driver-safety-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional driver with special safety equipment.1737Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"603":{"id":"important-details-tow-rating-of-40000lbs","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
1066Closed course.1738Class is Full-Size Pickups over 8,500 lbs GVWR.
1067Do not attempt.</p>\n"},"135":{"id":"important-details-red-cross","ariaLabel":"","title":"Important Details","description":"<p>The American Red Cross name, logo and copyrighted materials are used with its permission, which in no way constitutes an endorsement, express or implied, of any product, service, company, opinion or political position.1739Based on current publicly available competitive information.
1068The American Red Cross name and logo are registered trademarks owned by the American National Red Cross.1740When properly equipped.
1069For more information about the American Red Cross, please visit redcross.org.</p>\n"},"136":{"id":"awards-migration-6","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Outer Banks® model with optional equipment and extra-cost color option shown.1741Requires F-450 High-Capacity Gooseneck Tow Package.
1070Removal of doors for off-road use only.1742Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"604":{"id":"2026 US Super Duty Performance 2","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
1071See your Owner’s Manual for detailed information.1743Class is Full-Size Pickups over 8,500 lbs GVWR.
1072Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"137":{"id":"t2-tax-savings-service","ariaLabel":"","title":"*","description":"<p>*Ford Pro<sup>™</sup> Mobile Service available in select locations.</p>\n"},"138":{"id":"Offervalidforonetimeonlyecommerce","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Offer valid for one-time only ecommerce, purchase of accessories from ford.com/accessories.1744Based on current publicly available competitive information.
1745Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
1746Your results may vary.
1747When properly equipped.
1748Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"605":{"id":"important-details-max-payload-of-8000lbs","ariaLabel":"","title":"Important Details","description":"<p>Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.
1749Max payload varies and is based on accessories and vehicle configuration.
1750See label on doorjamb for carrying capacity of a specific vehicle.
1751Always properly secure cargo.
1752Class is Full-Size Pickups over 8,500 lbs GVWR.
1753Based on current publicly available competitive information.</p>\n"},"606":{"id":"important-details-max-500-horsepower","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
1754Class is Full-Size Pickups over 8,500 lbs.
1755GVWR.
1756Horsepower ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
1757Your results may vary.
1758When properly equipped.
1759Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"607":{"id":"24-wheels-not-available","ariaLabel":"","title":"Image Details","description":"<p>24-inch wheels are not currently available to order on Expedition<sup>®</sup> Platinum<sup>®</sup> Ultimate Package.
1760Contact a Ford dealer to check available inventory or place a custom order.</p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"608":{"id":"2026 US Super Duty Towing","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High-Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
1761Class is Full-Size Pickups over 8,500 lbs.
1762GVWR.
1763Based on current publicly available competitive information.
1764When properly equipped.
1765Requires F-450 High-Capacity Gooseneck Tow Package.
1766Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"609":{"id":"2026 US Super Duty Towing 1","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.
1767Max payload varies and is based on accessories and vehicle configuration.
1768See label on doorjamb for carrying capacity of a specific vehicle.
1769Always properly secure cargo.
1770Class is Full-Size Pickups over 8,500 lbs GVWR.
1771Based on current publicly available competitive information.</p>\n"},"610":{"id":"important-details-diesel-horsepower-and-torque","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
1772Class is Full-Size Pickups over 8,500 lbs GVWR.
1773Based on current publicly available competitive information.
1774Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
1775Your results may vary.
1776When properly equipped.
1777Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"611":{"id":"important-details-max-430-horsepower-and-485","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
1778Class is Full-Size Pickups over 8,500 lbs GVWR.
1779Based on current publicly available competitive information.
1780Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
1781Your results may vary.
1782When properly equipped.
1783Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"612":{"id":"image-details-aftemarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>Aftermarket equipment shown.
1784Optional equipment shown.
1785Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"613":{"id":"image-details-ford-security-package","ariaLabel":"","title":"Image Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.
1786Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
1787Credit card required for activation and Package automatically renews until cancelled.
1788Requires vehicle connectivity and a connected mobile device with enabled push notifications.
1789Not available in U.S. territories.</p>\n"},"614":{"id":"image-details-available-qi-wireless","ariaLabel":"","title":"Image Details","description":"<p>Available Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"615":{"id":"driver-assist-features-are-supplemental-sd","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
1790It does not replace safe driving.
1791See Owner’s Manual for details and limitations.</p>\n"},"616":{"id":"availablecustomersforregistrationincalifornia","ariaLabel":"","title":"*","description":"<p>Available to customers for registration in California, Massachusetts, Oregon, New York, Vermont and Washington.</p>\n"},"617":{"id":"notavailablecustomersforregistrationincalifornia","ariaLabel":"","title":"*","description":"<p>Not available to customers for registration in California, Massachusetts, Oregon, New York, Vermont and Washington.</p>\n"},"618":{"id":"fordpass-compatible-with-selected-smartphone","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
1792Message and data rates may apply.
1793Terms and conditions apply.
1794Visit ford.com for our privacy notice.
1795Start Inhibit remote disable feature only available on select 2024–2025 F-150<sup>®</sup> and select 2025 Super Duty<sup>®</sup> trucks.</p>\n"},"619":{"id":"colors-shown-mustang-2026-401a","ariaLabel":"","title":"Video Details","description":"<p>Colors shown available on 2026 Mustang<sup>®</sup> GT Premium 401A.</p>\n"},"620":{"id":"max-1200-torque-attributes-bar-sd","ariaLabel":"","title":"*","description":"<p>*Max 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
1796Class is FullSize Pickups over 8,500 lbs GVWR.
1797Based on current publicly available competitive information.
1798Torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
1799Your results may vary.</p>\n"},"621":{"id":"also-available-with-recaro-leather-trimmed-sport-seats","ariaLabel":"","title":"*","description":"<p>*Also available with RECARO® Leather-Trimmed Sport Seats. </p>\n<p>RECARO seats do not include heating, cooling, or memory features.</p>\n"},"622":{"id":"based-on-sp-global-compact-sport-and-mid-size-sport-segments-cye-2024","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations across Compact Sport and Mid-Size Sport segments CYE 2024.</p>\n"},"623":{"id":"aftermarketequipmentshown","ariaLabel":"","title":"Image Details","description":"<p>Aftermarket equipment shown.</p>\n"},"624":{"id":"extracost-and-package-shown-preproduction-actual-production-vehicle-will-vary","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Coupe with the FX Package and extra-cost color shown.
1800Actual production vehicle may vary.
1801Available for retail order now, arriving fall 2025.</p>\n"},"625":{"id":"rememberthatevenadvancedtechnologycannotovercomethelawsofphysics","ariaLabel":"","title":"Image Details","description":"<p>Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.
1802Remember that even advanced technology cannot overcome the laws of physics.
1803It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.</p>\n"},"626":{"id":"offer-valid-one-time-limited-ford-accessories","ariaLabel":"","title":"*","description":"<p>*Offer valid for one-time only E-Commerce purchase of accessories from <a href=\"https://www.ford.com/accessories\" target=\"_self\">ford.com/accessories</a>.
1804Limited-time offer expires 90 days after vehicle purchase date.
1805Excludes shipping and installation.
1806Must be a registered customer on <a href=\"https://www.ford.com/accessories\" target=\"_self\">Ford.com/accessories</a> at time of purchase to receive discount.
1807Maximum amount of discount is $500.
1808Promo code must be applied at checkout to receive discount.
1809Cannot be combined with other offers.
1810Bronco Hardtop (M10500HT) is excluded from discount. <a href=\"https://www.ford.com/accessories\" target=\"_self\">Ford.com/accessories</a> reserves the right to change program details at any time without obligations.
1811Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"627":{"id":"available-on-all-super-duty-r-ball-4x4","ariaLabel":"","title":"*","description":"<p>*Available on all Super Duty<sup>®</sup> 4x4 models.</p>\n"},"628":{"id":"available-on-super-duty-xl-r-ball-4x4-srw","ariaLabel":"","title":"*","description":"<p>*Available on the Super Duty<sup>®</sup> XL 4x4 SRW model.</p>\n"},"629":{"id":"important-details-offer-valid-for-ecommerce","ariaLabel":"","title":"Important Details","description":"<p>Offer valid for one-time only ecommerce purchase of accessories from <a href=\"https://www.ford.com/accessories\" target=\"_self\">ford.com/accessories</a>.
1812Limited-time offer expires 90 days after vehicle purchase date.
1813Excludes shipping and installation.
1814Must be a registered customer on <a href=\"https://www.ford.com/accessories\" target=\"_self\">Ford.com/accessories</a> at time of purchase to receive discount.
1815Maximum amount of discount is $500.
1816Promo code must be applied at checkout to receive discount.
1817Cannot be combined with other offers.
1818Bronco Hardtop (M10500HT) is excluded from discount. <a href=\"https://www.ford.com/accessories\" target=\"_blank\">Ford.com/accessories</a> reserves the right to change program details at any time without obligations.
1819Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"630":{"id":"max-payload-of-8000-available-f-350","ariaLabel":"","title":"*","description":"<p>*Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.
1820Max payload varies and is based on accessories and vehicle configuration.
1821See label on doorjamb for carrying capacity of a specific vehicle.
1822Always properly secure cargo.
1823Class is Full-Size Pickups over 8,500 lbs GVWR.
1824Based on current publicly available competitive information.</p>\n"},"631":{"id":"max-gooseneck-tow-rating-40000lbs-sd","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
1825When properly equipped.
1826Requires F-450 High-Capacity Gooseneck Tow Package.
1827Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"632":{"id":"2026 US Expedition 1","ariaLabel":"","title":"*","description":"<p>*4x2 model MPG listed.</p>\n"},"633":{"id":"2026 US Expedition 2","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
1828Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"634":{"id":"maxtowingexpedition2025","ariaLabel":"","title":"**","description":"<p>**Max towing of 9,600 lbs available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.
1829When properly equipped.
1830Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"635":{"id":"equipped2025expeditionfaqs","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
1831Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
1832Towing capacity varies by model trim and equipment.</p>\n"},"636":{"id":"vehicle-details-expedition-media","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.<br>\n&nbsp;<br>\n24-inch wheels are not currently available to order.
1833Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"637":{"id":"2025-expedition-billboard-v2","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>Model shown with optional features and available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"638":{"id":"vehicle-details-expedition-media-highlights","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford Accessories.<br>\n<br>\n24-inch wheels are not currently available to order.
1834Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"639":{"id":"vehicle-details-expedition-highlights-ford-digital","ariaLabel":"","title":"Video Details","description":"<p>Some Ford Digital Experience features require a Connectivity plan.
1835Don’t drive while distracted or while using handheld devices.
1836Use voice-operated systems when possible.
1837Some features may be locked out while the vehicle is in gear.
1838Not all features are compatible with all phones.</p>\n"},"640":{"id":"horsepower-and-torque-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Horsepower and torque are independent attributes and may not be achieved simultaneously.
1839Your results may vary.</p>\n"},"641":{"id":"Supplies-are-limited","ariaLabel":"","title":"*","description":"<p>*Supplies are limited.
1840No longer in production.
1841See your dealer for details.</p>\n"},"642":{"id":"frontseatbeltsvehicledetailsnologerinproduction","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belts (safety belts) removed in order to provide a clear view of the vehicle interior.
1842Supplies are limited.
1843No longer in production.
1844See your dealer for details.</p>\n"},"643":{"id":"Supplies-are-limited-bronco-sport-free-wheeling","ariaLabel":"","title":"*","description":"<p>Bronco Sport<sup>®</sup> Free Wheeling<sup>™</sup> supplies are limited.
1845No longer in production.
1846See your dealer for details.</p>\n"},"644":{"id":"availableconnectivityfeatures","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
1847Package pricing, features, included plans, and term lengths vary by model.
1848Some features may only be available while vehicle is parked.
1849Owners can log into the Ford app to see specific features available to them.
1850Terms apply.</p>\n"},"645":{"id":"merchbroncosport2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option and Bronco Off-Roadeo<sup>®</sup> badging.</p>\n"},"646":{"id":"merchescape2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Escape ST-Line Elite with optional equipment and extra-cost color option.</p>\n"},"647":{"id":"merchmaverick2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Maverick<sup>®</sup> truck with available Tremor<sup>®</sup> Off-Road Package shown.
1851Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"648":{"id":"merchbronco-2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Wildtrak<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"649":{"id":"2026 Super Duty F450 Regular Cab","ariaLabel":"","title":"As shown pricing","description":"<p>As shown $60,830.<sup>8</sup></p>\n<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> Regular Cab XL DRW with available 6.7L High Output diesel engine and F-450<sup>®</sup> High Capacity Gooseneck Tow Package.</p>\n<p>Based on 1977–2024 CY industry-reported total sales.</p>\n<p>When properly equipped.
1852Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"650":{"id":"Max 500 horsepower based on 6.7L","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
1853Class is Full-Size Pickups over 8,500 lbs.
1854GVWR.
1855Based on current publicly available competitive information.
1856Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
1857Your results may vary.</p>\n"},"651":{"id":"Max 430 horsepower and 485 lb ft of torque","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
1858Class is Full-Size Pickups over 8,500 lbs.
1859GVWR.
1860Based on current publicly available competitive information.
1861Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
1862Your results may vary.
1863When properly equipped.
1864Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"652":{"id":"Offervalidforonetimeonlyecommerce","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Offer valid for one-time only ecommerce, purchase of accessories from ford.com/accessories.
1081Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"139":{"id":"As-shown-price-2026-mustang-gt-premium-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $54,015.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Mustang<sup>®</sup> GT Premium Fastback model parked on a closed course shown in extra-cost color Orange Fury Metallic.</p>\n"},"140":{"id":"streaming-apps-pod","ariaLabel":"","title":"**","description":"<p>**Eligible vehicles receive complimentary access to Alexa Built-in.1873Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"653":{"id":"Available Connectivity features and functionality","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
1082Alexa functionality may vary by model and may be dependent on smart home technology.1874Package pricing, features, included plans, and term lengths vary by model.
1083Access to Alexa Built-in requires an Amazon account and an activated modem.1875Some features may only be available while vehicle is parked.
1084Some Alexa Built-in features require a Connectivity plan or connection to a Wi-Fi® wireless network.</p>\n"},"141":{"id":"BadlandsEquipmentAccessories","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and after-market equipment shown.</p>\n"},"142":{"id":"disclosure-off-road-package-extra-cost","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with FX4® Off-Road Package and extra-cost color option shown.1876Owners can log into the Ford app to see specific features available to them.
1085Always properly secure cargo.</p>\n"},"143":{"id":"t2-feb-connect-2","ariaLabel":"","title":"**","description":"<p>**Data speeds may be slowed down after 50 GB of usage within a 30-day period.</p>\n"},"144":{"id":"2026-bronco-sport-interior-modal-1","ariaLabel":"","title":"*","description":"<p>*Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"145":{"id":"as-shown-price-sd-350lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $64,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"146":{"id":"disclaimer2025mustangtax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Eco-Boost<sup>®</sup> with optional wheel and stripe package.</p>\n"},"147":{"id":"DiscRangerXLT2025AsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> XLT model with extra-cost color option shown.</p>\n<p>$36,270 (does not include D&amp;D fees).</p>\n"},"148":{"id":"available-with-ford-expedition","ariaLabel":"","title":"**","description":"<p>**Available with Ford Connectivity Package.</p>\n"},"149":{"id":"as-show-price-rally-mdp-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,675<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown.</p>\n"},"150":{"id":"image-details-2026-ranger-raptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger® Raptor® model with extra-cost color option shown.</p>\n"},"151":{"id":"stallion-pre-pro-img","ariaLabel":"","title":"Image Details","description":"<p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Fastback model with FX Package and GT Performance Package with extra-cost color shown.1877Terms apply.</p>\n"},"654":{"id":"Ford Security Package requires the FordPass app","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
1086Actual production vehicle may vary.Removed
1087Available summer 2025.</p>\n"},"152":{"id":"2026-bronco-sport-billboard","ariaLabel":"","title":"As Shown Pricing","description":"<p>As Shown Price $35,640.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"AsShownPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
1088Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"153":{"id":"ford-pickup-delivery-asterisk","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
1089Does not include parts or repair charges.Removed
1090A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"154":{"id":"escape-platinum-elite-opt-equip-image-details","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> Platinum<sup>™</sup> model with optional equipment and extra-cost color shown.</p>\n"},"155":{"id":"availablecustomersforregistrationincalifornia","ariaLabel":"","title":"*","description":"<p>Available to customers for registration in California, Massachusetts, Oregon, New York, Vermont and Washington.</p>\n"},"156":{"id":"CoastalDisclaimer4","ariaLabel":"","title":"Image Details","description":"<p>Silver Free Wheeling Grille</p>\n<p>Command the coast thanks to the retro-inspired grille front and center.Removed
1091An Iconic Silver grille will have your surf-ready rig look like it's glinting in the sun during any cruise.</p>\n"},"157":{"id":"ford-performance-fender-vent-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Fender Vent Kit</p>\n<p>Sleek vents from Ford Performance speak volumes with a custom touch to your fenders.Removed
1092OEM-quality finish communicates the FP legacy and the raised letters and gloss black handling say ”stealth.”</p>\n"},"158":{"id":"disclaimer-whenproperlyequippedmaxtowingvaries","ariaLabel":"","title":"*","description":"<p>* When properly equipped.Removed
1093Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"159":{"id":"start-inhibit-is-available-on-your-ford-app","ariaLabel":"","title":"*","description":"<p>*Vehicles enrolled in Ford Security Package may require a software update in order to access Start Inhibit.Removed
1094Please contact us at <a href=\"tel:866-861-0420\">866-861-0420</a> for assistance.</p>\n"},"160":{"id":"Includedwith201A","ariaLabel":"","title":"*","description":"<p>*Included with 201A.</p>\n"},"161":{"id":"2026-escape-vhp-selldown-exp-id-3674-2","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick® XLT model with optional equipment shown.</p>\n"},"162":{"id":"professional-driver-vehicle-details","ariaLabel":"","title":"*Vehicle Details","description":"<p>*Professional driver on a closed course.Removed
1095Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"163":{"id":"zero-emissions-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Based on EPA tailpipe rating.Removed
1096Visit <a href=\"http://fueleconomy.gov/#!adchoices\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://fueleconomy.gov/&quot;}}\" target=\"_blank\">fueleconomy.gov</a> for more information.</p>\n"},"164":{"id":"Offer valid for one-time only","ariaLabel":"","title":"*","description":"<p>*Offer valid for one-time only ecommerce purchase of accessories from ford.com/accessories.Removed
1097Limited time offer expires 90 days after vehicle purchase date.Removed
1098Excludes shipping and installation.Removed
1099Must be a registered customer on Ford.com/accessories at time of purchase to receive discount.Removed
1100Maximum amount of discount is $500.Removed
1101Promo code must be applied at checkout to receive discount.Removed
1102Cannot be combined with other offers.Removed
1103Bronco Hardtop (M10500HT) is excluded from discount.Removed
1104Ford.com/accessories reserves the right to change program details at any time without obligations.Removed
1105Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"165":{"id":"max-payload-2440-on-f150-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs available on F-150<sup>®</sup> Regular Cab 5.5' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
1106Max payload varies based on accessories and vehicle configuration.Removed
1107See label on doorjamb for carrying capacity of a specific vehicle.Removed
1108Always properly secure cargo.</p>"},"166":{"id":"disclosure lightning lariat 2025","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lariat with optional equipment shown.</p>\n"},"167":{"id":"2026 bronco target carrusel 1","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment and available Ford Accessories shown.</p>\n"},"168":{"id":"Based on 1977 2024 CY industry-reported total sales","ariaLabel":"","title":"Important Details","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"169":{"id":"25l-hybrid-engine-fwd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/FWD.Removed
1109Actual mileage will vary.</p>\n"},"170":{"id":"t2-hp-bb-cardinals-giveaway","ariaLabel":"t2-hp-bb-cardinals-giveaway","title":"Disclosure","description":"<p>2026 Ford Bronco Badlands.Removed
1110NO PURCHASE OR PAYMENT NECESSARY TO ENTER OR WIN.</p>\n<p>NO PURCHASE OR PAYMENT OF ANY KIND WILL INCREASE YOUR CHANCES OF WINNING.</p>\n"},"171":{"id":"appropriate-safety-gear-2025-bronco-sport-badlands","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. 2025&nbsp;Ford Bronco Sport Badlands model with optional equipment and extra-cost color shown.</p>\n"},"172":{"id":"2026MustangDarkHorsePremium","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> Premium model parked on a closed course shown in extra-cost color Vapor Blue Metallic.</p>\n"},"173":{"id":"2026 US Super Duty Technology 2","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
1114Not available in U.S. territories.</p>\n"},"174":{"id":" DiscBronco2026Badlands","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models shown with optional equipment.1881Not available in U.S. territories.</p>\n"},"655":{"id":"FordPass compatible with select smartphone platforms","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
1115Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"175":{"id":"t2-h2h-26-bronco-bb","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford accessories, and extra-cost color option shown.Removed
1116Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"176":{"id":"rsf-build-vlu-f150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $77,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><sup><br>\n</sup><br>\n2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.</p>\n"},"177":{"id":"24-7-live-support-towing-disclaimer","ariaLabel":"","title":"*","description":"<p>Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.Removed
1117For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.Removed
1118Ford reserves the right to change program details without obligations.</p>\n"},"178":{"id":"DiscTier2Card7F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
1119Max payload varies based on accessories and vehicle configuration.Removed
1120See label on doorjamb for carrying capacity of a specific vehicle.Removed
1121Always properly secure cargo.</p>\n"},"179":{"id":"disclaimer2025rangertax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> XLT with optional equipment shown.</p>\n"},"180":{"id":"bb-fpp-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E GT shown with optional equipment and extra-cost color option.<br>\n<br>\n2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
1122Please contact your Ford Dealer for the most current inventory status.</p>\n"},"181":{"id":"homepage-rv-experiences-mme-lux-2up-exp-id-3211","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment.Removed
1123Computer-generated image shown.</p>\n"},"182":{"id":"imagedetailsmaverickphev","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Maverick<sup>®</sup> truck with available Tremor<sup>®</sup> Off-Road Package shown.Removed
1124Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"183":{"id":"water-depth-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Previous model-year vehicle shown.Removed
1125Always determine the water depth before attempting a crossing and proceed slowly.Removed
1126Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"184":{"id":"DisclosureMaxAvailablePayloadRaptor","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Raptor Crew Cab AWD with 3.0L EcoBoost<sup>®</sup> engine.Removed
1127Max payload varies based on accessories and vehicle configuration.Removed
1128See label on doorjamb for carrying capacity of a specific vehicle.Removed
1129Always properly secure cargo.</p>\n"},"185":{"id":"max-payload-1400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5’ box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
1130Max payload varies and is based on accessories and vehicle configuration.Removed
1131See label on doorjamb for carrying capacity of a specific vehicle.Removed
1132Always properly secure cargo.</p>\n"},"186":{"id":"disclaimer-game-function","ariaLabel":"","title":"Disclaimer","description":"<p>Game only functions when vehicle is in park.</p>\n"},"187":{"id":"max-500-horsepower-based-on-6-7l-sd","ariaLabel":"","title":"Important Details","description":"<p>Max. 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.Removed
1133Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
1134Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
1135Your results may vary.</p>\n"},"188":{"id":"important-details-computer-generated-image-shown","ariaLabel":"","title":"Important Details","description":"<p>Computer-generated image shown.</p>\n"},"189":{"id":"t2-owner-content-test","ariaLabel":"","title":"*","description":"<p>lorem ipsum dolor sit amet&nbsp;lorem ipsum dolor sit amet lorem ipsum dolor sit ametlorem ipsum dolor sit amet</p>\n"},"190":{"id":"notavailablecustomersforregistrationincalifornia","ariaLabel":"","title":"*","description":"<p>Not available to customers for registration in California, Massachusetts, Oregon, New York, Vermont and Washington.</p>\n"},"191":{"id":"disclaimer-2024BroncoBadlandsSAR3","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco® Badlands® model with optional equipment and extra-cost color option shown.</p>\n"},"192":{"id":"imagedetailsexpedition2025","ariaLabel":"","title":"Image Details","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford Expedition® Tremor® in Wild Green color shown with available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"193":{"id":"Edge Sunset Carousel 1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST SUV shown with extra-cost color option.Removed
1136Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"194":{"id":"as-shown-price-sd-350platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $80,460.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"195":{"id":"DiscExplorerSinisterReveal","ariaLabel":"","title":"Image Details","description":"<p>2027 Ford Explorer® ST model shown with optional equipment and available Ford Accessories.</p>\n"},"196":{"id":"DisclosureMustangDarkHorsecoupe","ariaLabel":"","title":"*","description":"<p>*Not available on the 2025 Mustang® Dark Horse™ coupe.</p>\n"},"197":{"id":"Public Charging Attributes bar","ariaLabel":"","title":"*","description":"<p>*Requires available NACS Fast Charging Adapter.</p>\n"},"198":{"id":"when-equipped-mustang-rtr-performance-package","ariaLabel":"","title":"*","description":"<p>*When equipped with the Mustang<sup>®</sup> RTR<sup>®</sup> Performance Package.</p>\n"},"199":{"id":"t2-hawaii-yese-bronco","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® model shown.Removed
1137Optional equipment shown. © 2025 Ford Motor Company.Removed
1138Bronco is a trademark of Ford Motor Company or its affiliates.Removed
1139All rights reserved.</p>\n"},"200":{"id":"rsf-adventure-vlu-explorer-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $50,869<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.Removed
1140When properly equipped.Removed
1141Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
1142Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"201":{"id":"lifestyle-event","ariaLabel":"","title":"Disclosure","description":"<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.Removed
1143Max payload varies based on accessories and vehicle configuration.Removed
1144See label on doorjamb for carrying capacity of a specific vehicle.Removed
1145Always properly secure cargo.</p>\n"},"202":{"id":"new-fx-package-disclosure","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color with FX Package and GT Performance Package shown.</p>\n"},"203":{"id":"DisclosureClosedTrackLineLock","ariaLabel":"","title":"*","description":"<p>*Closed track.Removed
1146Line-lock is intended for track use only.Removed
1147It should never be used on public roads.Removed
1148See Owner's Manual for information on use.<br>\n</p>\n"},"204":{"id":"disclosure-recaro-mustang","ariaLabel":"","title":"†","description":"<p>†RECARO is a trademark of RECARO Holding CmbH.</p>\n"},"205":{"id":"t2-truck-month-owners-manual","ariaLabel":"t2-truck-month-owners-manual","title":"*","description":"<p>*See Owner's Manual for important operating instructions.</p>\n"},"206":{"id":"2026-mustang-mach-e-packages-1","ariaLabel":"","title":"*","description":"<p>*Front floor mats with Blue and Metal Gray stitching are not available when ordered with the Interior Protection Package.</p>\n"},"207":{"id":"removal-of-doors-for-off-road-use-only","ariaLabel":"","title":"Video Details","description":"<p>Removal of doors for off-road use only.Removed
1149Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"208":{"id":"rtr-packages-mustang-ecoboost","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
1150Preproduction model with optional Hyper Lime brake caliper shown.Removed
1151Actual production vehicle may vary.Removed
1152Available summer 2026.</p>\n<p>Drift brake is intended for track use only.Removed
1153It should never be used on public roads.Removed
1154See Owner’s Manual for information on use.Removed
1155Professional driver.Removed
1156Closed course.Removed
1157Closed track.</p>\n"},"209":{"id":"t2-yese-399","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.Removed
1158Payments may vary; dealer determines price.Removed
1159Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.Removed
1160Lessee has option to purchase at lease-end at price negotiated at signing.Removed
1161For 2025 Bronco Sport™ Big Bend™, cash due at signing is after $1,000 RCL Cash.Removed
1162For 2025 Escape Active™ FWD, cash due at signing is after $4,500 cash back ($1,000 RCL Cash + $3,500 Bonus Cash).Removed
1163For 2025 Mustang™ EcoBoost™ 100A, cash due at signing is after $1,000 RCL Cash.Removed
1164For 2025 Mustang Mach-E™ Select RWD, cash due at signing is after $8,250 cash back ($6,250 RCL Cash + $2,000 Open Bonus Cash).Removed
1165For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.Removed
1166See dealer for qualifications and details. 2025 Mustang Mach-E inventory may be limited and may vary by location.Removed
1167Please contact your Ford Dealer for the most current inventory status.</p>\n"},"210":{"id":"image-details-maverick-xlt-offroad","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with FX4® Off-Road Package shown.Removed
1168Max payload varies and is based on accessories and vehicle configuration.Removed
1169See label on doorjamb for carrying capacity of a specific vehicle.Removed
1170Always properly secure cargo.</p>\n"},"211":{"id":"2025-ford-mustang-dark-horse-with-extra-cost-color-option","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> with extra-cost color option (Vapor Blue) shown.Removed
1171Professional driver with special safety equipment.Removed
1172Closed course.Removed
1173Do not attempt.Removed
1174Drift brake is intended for track use only.Removed
1175It should never be used on public roads.Removed
1176See Owner’s Manual for information on use.</p>\n"},"212":{"id":"lobo-lowering-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Lobo Lowering Kit</p>\n"},"213":{"id":"AsShownPriceMaxKingRanchModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> MAX King Ranch<sup>®</sup> SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"214":{"id":"MaxTowingonRanger","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger SuperCrew<sup>®</sup> models with available Trailer Tow Package.Removed
1177Excludes Raptor<sup>®</sup> models.Removed
1178When properly equipped.Removed
1179Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"215":{"id":"t2-feb-works-offer-1","ariaLabel":"","title":"*","description":"<p>*Up to six (6) quarts of Motorcraft® oil and oil filter.Removed
1180Hybrid battery test excluded.Removed
1181Limit one (1) offer per vehicle.Removed
1182Not valid on prior purchases.Removed
1183Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
1184Points are not redeemable for cash and have no monetary value.Removed
1185Point earning and redemption values are approximate and vary by products and services redeemed.Removed
1186See Ford Rewards Program Terms at <a href=\"https://fordrewards.com\">FordRewards.com</a> regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.Removed
1187Points will be awarded within eight weeks of rebate submission.Removed
1188Offer valid through 3/31/26.Removed
1189Submit rebate by 4/30/26 online at <a href=\"https://www.ford.com/support/service-maintenance/service-rebates/redeem-rebates/\">Ford.com/service-rebates</a> or by mail-in rebate form; rebate payment will be sent by mail.Removed
1190See a participating U.S. dealership for exclusions and details through 3/31/26.Removed
1191Ford reserves the right to change, modify, or discontinue this program at any time.Removed
1192Motorcraft® is a registered trademark of Ford Motor Company.</p>"},"216":{"id":"2025fordbroncoowner’smanual ","ariaLabel":"","title":"*","description":"<p>*2025 Ford Bronco<sup>®</sup> Base model with optional equipment.Removed
1193Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.Removed
1194Removal of doors for off-road use only.Removed
1195See your Owner’s Manual for detailed information.</p>\n"},"217":{"id":"2026 US Explorer Gallery 3","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Platinum<sup>™</sup> model shown with available Lux Leather Package.</p>\n"},"218":{"id":"fafa-bev-disc1-update","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2024 or 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 4/3/2025 and 7/7/2025 to be eligible to receive (a) one (1) complimentary Ford home charge station (model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.Removed
1196Offer not available to fleet or commercial customers.Removed
1197Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
1198Installation exclusions apply.Removed
1199Must take retail delivery from an authorized Ford dealer's stock by 7/7/2025.Removed
1200No trade-in required. 2025 Mustang Mach-E inventory may be limited and may vary by location.Removed
1201See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"219":{"id":"mustang-sc-prototype-vehicle-shown","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.Removed
1202Actual production vehicle may vary.Removed
1203Available summer 2026.Removed
1204Extra-cost color option.</p>\n"},"220":{"id":"t2-owner-ford-bluecruise","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.Removed
1205BlueCruise requires an active plan or trial – see ford.com/bluecruise for details.Removed
1206Terms apply.Removed
1207BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, or need to control the vehicle.Removed
1208Only remove hands in a hands-free Blue Zone.Removed
1209Always watch the road and be prepared to resume control.Removed
1210See Owner’s Manual for details and limitations.</p>\n"},"221":{"id":"rsf-v2-2up-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Lariat model with available Black Appearance Package, extra-cost color shown.</p>\n"},"222":{"id":"disclosureFordPerformancemodifiedracingmodelshown","ariaLabel":"","title":"Vehicle Details","description":"<p>Ford Performance modified racing model shown.Removed
1211Professional driver with special safety equipment.Removed
1212Closed course.Removed
1213Do not attempt.</p>\n"},"223":{"id":"targeted-rating-mpg-attributes-bar","ariaLabel":"","title":"**","description":"<p>**Targeted rating of 40 city mpg based on 2.5L Hybrid engine, Automatic Continuously Variable Transmission, and AWD.Removed
1214Actual mileage will vary.Removed
1215Final EPA-estimated ratings available late 2024.</p>\n"},"224":{"id":"max-payload-varies","ariaLabel":"","title":"**","description":"<p>**Max payload varies and is based on accessories and vehicle configuration.Removed
1216See label on door jamb for carrying capacity of a specific vehicle.</p>\n"},"225":{"id":"2025MaverickFX4","ariaLabel":"","title":"Image Details","description":"<p>2025 Maverick<sup>®</sup> FX4 Package with available accessories and optional equipment shown.Removed
1217Extra-cost color.<br>\nMax payload varies based on accessories and vehicle configuration.Removed
1218See label on doorjamb for carrying capacity of a specific vehicle.Removed
1219Always properly secure cargo.</p>\n"},"226":{"id":"computer-generated-image-f-150-lightning-flash","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image of a 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash model shown.</p>\n"},"227":{"id":"image-details-disc-bronco-family-2-column-tile","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Sport® Outer Banks® model with optional equipment, available Ford accessories, and extra-cost color.</p>\n"},"228":{"id":"rsf-build-vlu-transit-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $62,895<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Transit<sup>®</sup> 350 XLT Passenger van high roof with optional equipment shown.</p>\n"},"229":{"id":"Professional-driver-on-closed-course","ariaLabel":"","title":"Video Details","description":"<p>Professional driver on closed course.Removed
1220Do not attempt.Removed
1221Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. 2025 F-150<sup>®</sup> Raptor R<sup>™</sup>&nbsp;shown. 2025 Ford Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.Removed
1222Optional equipment shown throughout.</p>\n"},"230":{"id":"target-low-millage-ford-credit-2","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit<sup>®</sup> Red Carpet Lease<sup>®</sup>.Removed
1223Payments may vary; dealer determines price.Removed
1224Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.Removed
1225Lessee has option to purchase at lease-end at price negotiated at signing.Removed
1226Cash due at signing is after $2,000 RCL cash (50634).Removed
1227Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.Removed
1228See dealer for qualifications and details.</p>\n"},"231":{"id":"disclosuresuper-dutyblackapp","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty with available Black Appearance Package.Removed
1229Optional equipment shown.</p>\n"},"232":{"id":"performance bronco ca 2026 2","ariaLabel":"","title":"Image Details","description":"<p>U.S. model shown.Removed
1230When properly equipped.Removed
1231Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"233":{"id":"Ford Security Package requires the FordPass app","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
1232Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
1233Credit card required for activation and Package automatically renews until cancelled.Removed
1234Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
1235Not available in U.S. territories.Removed
1236Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or U.S. territories.Removed
1237Terms apply.</p>\n"},"234":{"id":"DiscloseAvailableFeature4WD","ariaLabel":"","title":"*","description":"<p>*Available feature.Removed
1238Included on 4WD models.</p>\n"},"235":{"id":"image-details-2026-sd-f450-regular-cab","ariaLabel":"","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL Regular Cab model shown.</p>\n"},"236":{"id":"t2-cc-SD-onboard-scales-with-smart-hitch","ariaLabel":"t2-cc-SD-onboard-scales-with-smart-hitch","title":"*","description":"<p>Class is Full-Size Pickups over 8,500 lbs.Removed
1239GVWR.</p>\n"},"237":{"id":"VehicleDetails-2025Bronco-VHPChange","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype model shown, modified for racing.Removed
1240Professional driver with special safety equipment.Removed
1241Closed course.Removed
1242Do not attempt.</p>\n"},"238":{"id":"disclosure-max-towing","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
1243Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"239":{"id":"image-details-disc-bronco-family-experiences-off-roadeo","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco®&nbsp;Badlands®&nbsp;model with optional equipment and Ford accessories shown.</p>\n"},"240":{"id":"2025-bronco-badlands-model","ariaLabel":"","title":"Image Details","description":"<p>*2023 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
1244Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"241":{"id":"T2-compare-maverick-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.Removed
1245Max payload varies based on accessories and vehicle configuration.Removed
1246See label on doorjamb for carrying capacity of a specific vehicle.Removed
1247Always properly secure cargo.</p>\n"},"242":{"id":"as-shown-pricing-lightning-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $78,115<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
1248Max payload varies based on accessories and vehicle configuration.Removed
1249See label on doorjamb for carrying capacity of a specific vehicle.Removed
1250Always properly secure cargo.Removed
1251Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"243":{"id":"rocker-panel-aero-shield-delete-fcg","ariaLabel":"","title":"Image Details","description":"<p>Rocker Panel Aero Shield Delete</p>\n<p>Shared with the Tremor package, these low-profile rocker panel guards replace standard aero shields.Removed
1252Protect the body, reduce drag, and maximize clearance while taking on the track or rugged terrain.</p>\n"},"244":{"id":"DiscBronco2025Offer","ariaLabel":"","title":"Offer Disclaimer","description":"<p>*Take new retail delivery from an authorized Ford Dealer’s stock by 9/30/25.Removed
1253See dealer for details.Removed
1254(PGM #11564).Removed
1255Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"245":{"id":"as-shown-pricing-bronco2025-billboard-change","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown $83,680<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup>. 2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.Removed
1256Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"246":{"id":"the-inflation-reduction-act","ariaLabel":"","title":"*","description":"<p>*The Inflation Reduction Act (IRA) provides clean vehicle tax credits for certain purchasers of eligible vehicles.Removed
1257A lease customer (lessee) does not purchase a vehicle and therefore is not allowed to claim a tax credit.Removed
1258Lessees may receive a benefit in the form of a lower payment on their vehicle, but they are not permitted to claim a tax credit on the leased vehicle.</p>\n"},"247":{"id":"disclaimer-image-details-professional-driver","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on closed course.Removed
1259Do not attempt.Removed
1260Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"248":{"id":"T2-compare-2024-bronco-3a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Badlands<sup>®</sup>&nbsp;model with optional equipment and available Ford Accessories shown.Removed
1261Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
1262Removal of doors for off-road use only.Removed
1263See your Owner’s Manual for detailed information.</p>\n"},"249":{"id":"video-home-energy","ariaLabel":"","title":"*","description":"<p>*Ford Mustang Mach E<sup>®</sup> SUV drivers or owners could potentially save an average of $600 per year with TXU Free EV Miles.Removed
1264Ford F-150 Lightning<sup>®</sup> pickup drivers or owners could potentially save an average of $900 per year with TXU Free EV Miles.Removed
1265Ford battery electric vehicle drivers or owners could potentially save an average of $600 dollars per year with TXU Free EV Miles.Removed
1266Ford Escape<sup>®</sup> PHEV drivers or owners could potentially save an average of $250 per year with TXU Free EV Miles.Removed
1267Estimated savings based on drivers charging at home only during off peak hours of 10pm to 1pm the next day, TXU energy charges, and average annual electricity consumed during home charging in 2024.</p>\n"},"250":{"id":"2026-kf-dark-house-sc-1","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown.Removed
1268Actual production vehicle may vary.Removed
1269Available summer 2026.</p>\n"},"251":{"id":"DiscF1502026MaxPayload","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 5.5’ box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
1270Max payload varies and is based on accessories and vehicle configuration.Removed
1271See label on doorjamb for carrying capacity of a specific vehicle.Removed
1272Always properly secure cargo.</p>\n"},"252":{"id":"owner-manual-proper-process-setup","ariaLabel":"","title":"*","description":"<p>See Owner's Manual for proper process setup.</p>\n"},"253":{"id":"t2-cc-SD-horsepower-and-torque","ariaLabel":"t2-cc-SD-horsepower-and-torque","title":"*","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 gas engine.Removed
1273Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
1274Based on current publicly available competitive information.Removed
1275Horsepower and torque ratings based on testing requirements prescribed in SAE J1349<sup>®</sup> standard.Removed
1276Your results may vary.Removed
1277When properly equipped.Removed
1278Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"254":{"id":"the-supportbelt-designed-for-ford-lincoln","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.Removed
1279For shoulder belt use only.Removed
1280Do not use on lap portion of belt.Removed
1281Not for use by children or with child seats or booster seats.Removed
1282For use by mastectomy patients.</p>\n"},"255":{"id":"important-details-offer-valid-for-ecommerce","ariaLabel":"","title":"Important Details","description":"<p>Offer valid for one-time only ecommerce purchase of accessories from <a href=\"https://www.ford.com/accessories\" target=\"_self\">ford.com/accessories</a>.Removed
1283Limited-time offer expires 90 days after vehicle purchase date.Removed
1284Excludes shipping and installation.Removed
1285Must be a registered customer on <a href=\"https://www.ford.com/accessories\" target=\"_self\">Ford.com/accessories</a> at time of purchase to receive discount.Removed
1286Maximum amount of discount is $500.Removed
1287Promo code must be applied at checkout to receive discount.Removed
1288Cannot be combined with other offers.Removed
1289Bronco Hardtop (M10500HT) is excluded from discount. <a href=\"https://www.ford.com/accessories\" target=\"_blank\">Ford.com/accessories</a> reserves the right to change program details at any time without obligations.Removed
1290Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"256":{"id":"2026-sd-asp","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $88,771<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Super Duty F-250 Lariat with Black Appearance Package, Tremor Off-Road Package, Lariat Premium Package, 6.7L High-Output diesel engine, and extra-cost color shown.Removed
1291Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
1292Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
1293Does not include A, Z or X Plan price.</p>\n"},"257":{"id":"ford-test-data-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft. roll-out.Removed
1294Your results may vary.Removed
1295Tested with optional summer tires.</p>\n"},"258":{"id":"T2-compare-2024-bronco-8b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Always determine the water depth before attempting a crossing and proceed slowly.Removed
1296Refer to your Owner’s Manual for detailed information regarding driving through water.&nbsp;&nbsp;</p>\n"},"259":{"id":"t2-cc-SD-payload","ariaLabel":"t2-cc-SD-payload","title":"*","description":"<p>Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.Removed
1297Max payload varies and is based on accessories and vehicle configuration.Removed
1298See label on doorjamb for carrying capacity of a specific vehicle.Removed
1299Always properly secure cargo.Removed
1300Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
1301Based on current publicly available competitive information.</p>\n"},"260":{"id":"t2-25-bronco-big-bend","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Big Bend model shown.Removed
1302Optional equipment shown. © 2025 Ford Motor Company.Removed
1303Bronco is a trademark of Ford Motor Company or its affiliates.Removed
1304All rights reserved.</p>\n"},"261":{"id":"2025broncosportbadlandsmodelwithoptionalequipmentandextracostcoloroptionshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"262":{"id":"ford-electric-live-support-disclaimer","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.Removed
1305Message and Data Rates May Apply.Removed
1306By texting, you agree to receive text messages.Removed
1307Text HELP for information.Removed
1308Text STOP to cancel.Removed
1309Privacy Policy at <a href=\"http://www.ford.com/help/privacy/\">www.ford.com/help/privacy/</a>.Removed
1310Customer must agree to Ford's Electric Vehicle 24/7 Live Support Service terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.Removed
1311Not available on select holidays including New Year's Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, Day after Thanksgiving Day and Christmas Day.​</p>\n"},"263":{"id":"T2-compare-mache-0","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color option shown.&nbsp;</p>\n"},"264":{"id":"t2-feb-brakes-offer-1","ariaLabel":"","title":"*","description":"<p>*Dealer-installed retail purchases only.Removed
1312Not valid on prior purchases.Removed
1313Limit one offer per vehicle.Removed
1314Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
1315Points are not redeemable for cash and have no monetary value.Removed
1316Point earning and redemption values are approximate and vary by products and services redeemed.Removed
1317See Ford Rewards Program Terms at <a href=\"https://fordrewards.com\">FordRewards.com</a> regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.Removed
1318Points will be awarded within eight weeks of rebate submission.Removed
1319Offer valid through 3/31/26.Removed
1320Submit rebate by 4/30/26 online at <a href=\"https://www.ford.com/support/service-maintenance/service-rebates/redeem-rebates/\">Ford.com/service-rebates</a> or by mail-in rebate form; rebate payment will be sent by mail.Removed
1321See a participating U.S. dealership for exclusions and details through 3/31/26.Removed
1322Ford reserves the right to change, modify, or discontinue this program at any time.Removed
1323Motorcraft® is a registered trademark of Ford Motor Company.</p>"},"265":{"id":"DiscVanWagon2026Driver-assist","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.Removed
1324Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.Removed
1325It does not replace safe driving.Removed
1326See Owner’s Manual for details and limitations.</p>\n"},"266":{"id":"","ariaLabel":"","title":"","description":""},"267":{"id":"image-details-line-lock","ariaLabel":"","title":"Image Details","description":"<p>Closed track.Removed
1327Line-lock is intended for track use only.Removed
1328It should never be used on public roads.Removed
1329See Owner’s Manual for information on use.</p>\n"},"268":{"id":"details-2025-bronco-badlands-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
1330Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"269":{"id":"fog-light-upgrade-kit-by-rigid-industries-fcg","ariaLabel":"","title":"Image Details","description":"<p>Fog Light Upgrade Kit by RIGID Industries<sup>®</sup></p>\n"},"270":{"id":"DiscHPMVehicleDetails","ariaLabel":"","title":"Vehicle Details","description":"<p>Ford Performance Ranger Raptor Rally truck (non-production model) shown off-road driving within this footage.Removed
1331Amongst other vehicles.Removed
1332Professional drivers.Removed
1333Do not attempt.</p>\n"},"271":{"id":"max-horsepower-and-torque-sd","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.Removed
1334Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
1335Based on current publicly available competitive information.Removed
1336Horsepower and torque ratings based on testing requirements prescribed in SAE J1349<sup>®</sup> standard.Removed
1337Your results may vary.Removed
1338When properly equipped.Removed
1339Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"272":{"id":"DiscPickUpandDelivery","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
1340Does not include parts or repair charges.Removed
1341A nonoperational vehicle is not eligible and will require a Roadside event.Removed
1342See your Ford Dealer for details.</p>\n"},"273":{"id":"T2-compare-ranger-3a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>® </sup>model with available FX4<sup>® </sup>Off-Road Package shown.&nbsp;</p>\n"},"274":{"id":"mache-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>*2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
1343See your dealer for current inventory status.</p>\n<p>&nbsp;</p>\n<p>**Compatible Android™ or iPhone with compatible active data plan and software required.Removed
1344Wireless use of Android Auto™ requires a compatible Android 11.0+ phone and compatible active data plan.Removed
1345Check g.co/androidauto/requirements for compatibility.Removed
1346SYNC<sup>®</sup> 4 does not control third-party products while in use.Removed
1347Third parties are solely responsible for their respective functionality.Removed
1348Google, Android, Android Auto, Google Maps and other marks are trademarks of Google LLC.Removed
1349Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"275":{"id":"2024-f-150-raptor","ariaLabel":"","title":"Image Details","description":"<p>2024 F-150<sup>®</sup> Raptor<sup>®</sup> R.Removed
1350Professional driver on a closed course.Removed
1351Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"276":{"id":"t2-feb-battery-offer-1","ariaLabel":"","title":"Disclosure","description":"<p>*Visually inspect and test battery using tester.Removed
1352Hybrid battery test excluded.Removed
1353See a participating U.S. dealership for details.Removed
1354Ford reserves the right to change, modify, or discontinue this program at any time.</p><p>&nbsp;</p>"},"277":{"id":"availableonxltandlariatcrewcabmodels","ariaLabel":"","title":"*","description":"<p>*Available on XLT and Lariat<sup>®</sup> Crew Cab models.</p>\n"},"278":{"id":"charge up image detail","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Mustang Mach-E<sup>®</sup> GT Performance model in Grabber Blue shown.</p>\n"},"279":{"id":"t2-cc-f150-towing","ariaLabel":"t2-cc-f150-towing","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
1355When properly equipped.Removed
1356Requires Tow/Haul Package and optional Max Tow Axle.Removed
1357Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
1358Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"280":{"id":"epa-estimated-city-hwy","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.Removed
1359See <a href=\"https://fueleconomy.gov/\">fueleconomy.gov</a> for fuel economy of other engine/transmission combinations.Removed
1360Actual mileage will vary.Removed
1361On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.</p>\n"},"281":{"id":"2026 ABM value practical carrusel disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Some Ford Digital Experience features require a Connectivity plan.Removed
1362Don’t drive while distracted or while using handheld devices.Removed
1363Use voice-operated systems when possible.Removed
1364Some features may be locked out while the vehicle is in gear.Removed
1365Not all features are compatible with all phones.</p>\n"},"282":{"id":"available-only-for-ford-f-150-lightning-and-mustang-mach-e-owners","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.Removed
1366Message and Data Rates May Apply.Removed
1367By texting, you agree to receive text messages.Removed
1368Text HELP for information.Removed
1369Text STOP to cancel.Removed
1370Privacy Policy at www.ford.com/help/privacy/.Removed
1371Customer must agree to terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.Removed
1372Not available on select holidays.Removed
1373See your Ford dealer for details.</p>\n"},"283":{"id":"2025machesummersales1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150<sup>®</sup>&nbsp;Lightning<sup>®</sup>, or 2025 or 2026 Mustang Mach-E<sup>®</sup>, from a participating Ford dealer between 1/6/2026 and 3/31/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.Removed
1374Home charge station model and brand may vary based on availability.Removed
1375Offer not available to fleet or commercial customers.Removed
1376Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
1377Installation exclusions apply.Removed
1378Must take retail delivery from an authorized Ford dealer's stock by 3/31/2026.Removed
1379No trade-in required.Removed
1380See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"284":{"id":"T2-compare-ranger-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT 4x2 model with optional equipment and extra-cost color option shown</p>\n"},"285":{"id":"maverick-xlt-showing-price","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick<sup>®</sup> XLT. $30,645 (does not include fees)</p>\n"},"286":{"id":"DiscExtraCostColorShown","ariaLabel":"","title":"Image Details","description":"<p>Extra cost color shown.</p>\n"},"287":{"id":"DiscF150MaxTowing","ariaLabel":"","title":"**","description":"<p>**Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
1381Available on select models.Removed
1382When properly equipped.Removed
1383Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
1384Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"288":{"id":"banner image detail","ariaLabel":"","title":"Image Details","description":"<p>2022 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat model shown.</p>\n"},"289":{"id":"","ariaLabel":"","title":"","description":""},"290":{"id":"asterisk-disclaimer-trailer-tow-package-expedition-media","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.Removed
1385When properly equipped.Removed
1386Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"291":{"id":"ford-pickup-delivery-and-mobile-services-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
1387Does not include parts or repair charges.Removed
1388A non-operational vehicle is not eligible for Ford Pickup &amp; Delivery and will require a Roadside event.Removed
1389See your Ford Dealer for details.</p>\n"},"292":{"id":"disclaimer2025rangerlariatmodelsoptions","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat model with optional equipment and available extra-cost color shown.Removed
1390When properly equipped.Removed
1391Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
1392Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n</p>\n"},"293":{"id":"with-extended-range-battery-and-eawd","ariaLabel":"","title":"**","description":"<p>**With extended-range battery and eAWD.</p>\n"},"294":{"id":"dagger-if-stop-is-longer-than-three-seconds-the-driver-must-intervene","ariaLabel":"","title":"†","description":"<p>†If stop is longer than three seconds, the driver must intervene and press the “RES” button or accelerator pedal to resume system operation.Removed
1393For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s FordPass<sup>®</sup> Connect modem and enabling Connected Navigation services.Removed
1394See Owner’s Manual for details and limitations.</p>\n"},"295":{"id":"preproduction-computer-generated-images-shown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction computer-generated images shown.</p>\n"},"296":{"id":"t2-h2h-2026-SD-billboard","ariaLabel":"Image Disclaimer","title":"Image Disclaimer","description":"<p>2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> model with the available Tremor<sup>®</sup> Off-Road Package and optional equipment shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"297":{"id":"","ariaLabel":"","title":"","description":""},"298":{"id":"epa-est-bronco-sport-2026-vhp","ariaLabel":"","title":"*","description":"<p>*On models with 1.5L EcoBoost<sup>®</sup> engine.</p>\n"},"299":{"id":"t2-a250-img-detail-transit","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Transit<b><sup>®</sup></b> Cargo Van with optional and aftermarket equipment shown.</p>\n"},"300":{"id":"2026MaverickOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT with optional equipment and extra-cost color option shown.</p>\n"},"301":{"id":"escape-active-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> Active model with extra-cost color shown.</p>\n"},"302":{"id":"Optional-equipment-shown-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.Removed
1395Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"303":{"id":"based-on-1977-2024-cy","ariaLabel":"","title":"*","description":"<p>*Based on 1977–2025 CY industry-reported total sales.</p>\n"},"304":{"id":"2026-f150-design","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.Removed
1396When properly equipped.Removed
1397Requires Tow/Haul Package and optional Max Tow Axle.Removed
1398Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"305":{"id":"image-details-disclaimer-mach-e-carousel-vhp","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option.</p>\n"},"306":{"id":"computer-generated-image-shown","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.Removed
1399Actual product may vary.</p>\n"},"307":{"id":"disclaimer-f-150-lightning-properly-equipped","ariaLabel":"","title":"**","description":"<p>**When home is properly equipped.Removed
1400Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> pickup with the extended-range battery.Removed
1401Your results may vary depending on energy usage.</p>\n"},"308":{"id":"price-as-shown-2026-mustang-dark-horse-premium","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>&nbsp;2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> Premium parked on a closed course shown in Vapor Blue Metallic.</p>\n"},"309":{"id":"DiscTier2Card6F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment shown.Removed
1402When properly equipped.Removed
1403Horsepower, torque, payload, and towing are independent attributes and may not be achieved simultaneously.Removed
1404Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"310":{"id":"as-shown-price-mustang-2026-vhp","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $61,885<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Ford Mustang<sup>®</sup> GT Premium fastback model with available GT Premium Performance Package, Nite Pony Package, and extra-cost color shown.Removed
1405Available for retail order now, arriving fall 2026.</p>\n"},"311":{"id":"2025broncosportbadlandsmodelwithsasquatchpackage","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands<sup>®</sup> Package and extra-cost color option shown.</p>\n"},"312":{"id":"image-details-gallery-2026-f150","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> STX<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color shown.</p>\n"},"313":{"id":"hawaii-billboard-disc","ariaLabel":"","title":"Disclaimer","description":"<p>2025 Ford F-150® XLT model shown.Removed
1406Optional equipment shown. © 2025 Ford Motor Company.Removed
1407F-150 is a trademark of Ford Motor Company or its affiliates.Removed
1408All rights reserved.</p>\n"},"314":{"id":"CargoCapacity","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n<p>Properly secure all cargo.</p>\n"},"315":{"id":"t2-cc-f150-horsepower-torque-img","ariaLabel":"t2-cc-f150-horsepower-torque-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model shown</p>\n"},"316":{"id":"t2-cc-f150-payload-img","ariaLabel":"t2-cc-f150-payload-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;XL model with optional equipment shown.</p>\n"},"317":{"id":"wave-2-2025-f150-achiever-3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> model with extra-cost color option shown.</p>\n"},"318":{"id":"optional-mustang-rtr-package-actual-production-vehicle-may-vary-available-summer-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.Removed
1409Preproduction model with optional Hyper Lime brake caliper shown.Removed
1410Actual production vehicle may vary.Removed
1411Available summer 2026.</p>\n"},"319":{"id":"Available-summer-2025","ariaLabel":"","title":"**","description":"<p>**Available summer 2025.</p>\n"},"320":{"id":"as-shown-price-2026-ford-transit-xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $71,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Transit® XLT model shown in Race Red with optional equipment shown.</p>\n"},"321":{"id":"billboard-e-transit","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford E-Transit<sup>™</sup> T-350 Low Roof Cargo Van, 148&quot; long wheelbase, shown in Oxford White.</p>\n"},"322":{"id":"DisclosureOptionalRanger","ariaLabel":"","title":"*","description":"<p>Optional equipment shown.&nbsp;</p>\n<p>&nbsp;</p>\n<p>*When properly equipped.Removed
1412Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>Standard on Ranger<sup>®</sup> Raptor<sup>®</sup>.</p>\n<p>&nbsp;</p>\n<p>Available on XLT and Lariat® models.</p>\n"},"323":{"id":"cpo-rtm-truck-audiences-4-vhp-f150-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition<sup>®</sup> Platinum<sup>®</sup> model with optional features and extra-cost color option shown.</p>\n"},"324":{"id":"as-shown-price-expedition-max-king-ranch-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $86,690.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® MAX King Ranch® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"325":{"id":"as-shown-price-sd-350xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $50,570.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XLT Regular Cab model with extra-cost color shown.</p>\n"},"326":{"id":"MustHaveAnActivatedFordPassRewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
1413Points are not redeemable for cash and have no monetary value.Removed
1414Point earning and redemption values are approximate and vary by products and services redeemed.Removed
1415See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"327":{"id":"one-time-home-backup-power-fee","ariaLabel":"","title":"*","description":"<p>*One-time $500 Home Backup Power fee applies to standard range F-150 Lightning vehicles only.</p>\n"},"328":{"id":"bfn-bronco-outer-banks-billboard","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
1416Always determine the water depth before attempting a crossing and proceed slowly.Removed
1417Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"329":{"id":"VideoDetailsDiscBroncoRTR","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown throughout.Removed
1418Actual production vehicle may vary.Removed
1419Available fall 2026.Removed
1420Professional driver on closed course.Removed
1421Do not attempt.Removed
1422Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"330":{"id":"DisclosureBlackAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Available on XLT and Lariat<sup>®</sup> models.</p>\n"},"331":{"id":"bronco-badlands-and-big-bend-models","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"332":{"id":"fafa-bev-disc1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 7/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.Removed
1423Home charge station model and brand may vary based on availability.Removed
1424Offer not available to fleet or commercial customers.Removed
1425Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
1426Installation exclusions apply.Removed
1427Must take retail delivery from an authorized Ford dealer's stock by 7/6/2026.Removed
1428No trade-in required.Removed
1429See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"333":{"id":"ClosedTrackMustangMDP26","ariaLabel":"","title":"Image Details","description":"<p>Closed track.Removed
1430Electronic line-lock is intended for track use only.Removed
1431It should not be used on public roads.Removed
1432See Owner’s Manual for information on use.</p>\n<p>2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback with extra-cost color shown.</p>\n"},"334":{"id":"Max towing F150 Fof","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150® SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost® V6 engine.Removed
1433Available on select models.Removed
1434When properly equipped.Removed
1435Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
1436Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"335":{"id":"price-as-shown-2026-mustang-ecoboost-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $35,725.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Fastback parked on a closed course shown in Race Red.</p>\n"},"336":{"id":"2025-ford-f-150-rock-solid","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> optional equipment shown.Removed
1437Professional Driver on closed course.Removed
1438Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"337":{"id":"owners-manual-for-importan-operating-instructions","ariaLabel":"","title":"**","description":"<p>**See Owner’s Manual for important operating instructions.Removed
1439Assumes 4.8 kWh use per day for Pro Power Onboard<sup>™</sup>.Removed
1440Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"338":{"id":"t2-truck-month-lariat-img","ariaLabel":"t2-truck-month-lariat-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Lariat®&nbsp;model with optional equipment and extra-cost color option shown.Removed
1441When properly equipped.Removed
1442Max towing varies based on cargo, vehicle configuration,&nbsp;accessories, and number of passengers.</p>\n"},"339":{"id":"target-maverick-xlt-payload","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment shown.Removed
1443Max payload varies based on accessories and vehicle configuration.Removed
1444See label on doorjamb for carrying capacity of a specific vehicle.Removed
1445Always properly secure cargo.</p>\n"},"340":{"id":"T2-compare-expedition-9","ariaLabel":"","title":"*","description":"<p>*Based on Automotive News Almanac historical data and industry-reported sales data from 1909 through 2024 CY.&nbsp;</p>\n"},"341":{"id":"disclaimer2025f150lobohorsepowerandtorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.Removed
1446Your results may vary.Removed
1447When properly equipped.Removed
1448Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"342":{"id":"vehicle-details-bronco-ready-set-ford","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.Removed
1449Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"343":{"id":"available-appearance-and-handling-packages","ariaLabel":"","title":"Image Details","description":"<p>Shown with available appearance and handling packages.</p>\n"},"344":{"id":"wave-2025-f150-image-details","ariaLabel":"","title":"Image Details","description":"<p>Available Ford Accessories shown.Removed
1450Max payload varies based on accessories and vehicle configuration.Removed
1451See label on doorjamb for carrying capacity of a specific vehicle.Removed
1452Always properly secure cargo.</p>\n"},"345":{"id":"fba-siriusxm-trial-subscription-will-stop-at-the-end-of-trial-is-non-transferable","ariaLabel":"","title":"*","description":"<p>*SiriusXM trial subscription will stop at the end of the trial period.Removed
1453Trial is non-transferable.Removed
1454If you do not wish to enjoy your trial, cancel by calling the number below.Removed
1455Service subject to the SiriusXM Customer Agreement and Privacy Policy; visit www.siriusxm.com for full terms and how to cancel, which includes online methods or calling 1-866-635-2349.Removed
1456Services, content and features are subject to device capabilities, location availability or active data connection.Removed
1457Fees, content and features are subject to change.Removed
1458Available in the 48 contiguous United States, D.C. and Puerto Rico (with coverage limits and capable receiver).Removed
1459Visit&nbsp;<a href=\"http://www.siriusxm.com/FAQS\" title=\"Follow link\">http://www.siriusxm.com/FAQS</a>&nbsp;for most current service area information.</p>\n"},"346":{"id":"DiscEscapeEliteExtraCostColor","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite model with extra-cost color shown.</p>\n"},"347":{"id":"rsf-v2-c1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> STX model shown.</p>\n"},"348":{"id":"2026-mustang-mach-e-rally-not-available","ariaLabel":"","title":"*","description":"<p>*Not available with Mustang Mach-E<sup>®</sup> Rally model.</p>\n"},"349":{"id":"ready-set-ford-adventure-bronco-badlands-3","ariaLabel":"","title":"Image","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color shown.Removed
1460Always consult the Owner's Manual before off-road driving, know your terrain, and trail difficulty, and use appropriate safety gear.Removed
1461Removal of doors for off-road use only.Removed
1462See your Owner’s Manual for detailed information.</p>\n"},"350":{"id":"ford-maverick-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n"},"351":{"id":"DiscAwardsHomepageMigration","ariaLabel":"","title":"*","description":"<p>*Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.Removed
1463Visit <a href=\"https://www.jdpower.com/awards#!adchoices\" style=\"cursor: pointer;\" target=\"_blank\">jdpower.com/awards</a> for more details.Removed
1464Awards based on 2025 model year.Removed
1465Newer models may be shown.</p>\n"},"352":{"id":"DiscImageDetailsRaptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"353":{"id":"DisclosureMaxAvailablePayload","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup> engine.Removed
1466Max payload varies based on accessories and vehicle configuration.Removed
1467See label on doorjamb for carrying capacity of a specific vehicle.Removed
1468Always properly secure cargo.</p>\n"},"354":{"id":"DiscMustang2026ConnectivityPackage","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.Removed
1469Use voice controls.</p>\n<p>Available with Ford Connectivity Package.</p>\n"},"355":{"id":"extra-cost-color-option-fx-package","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option with FX Package and GT Performance Package shown.</p>\n"},"356":{"id":"","ariaLabel":"","title":"","description":""},"357":{"id":"available-connectivity-features","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.Removed
1470Package pricing, features, included plans, and term lengths vary by model.Removed
1471Some features may only be available while vehicle is parked.Removed
1472Owners can log into the Ford app to see specific features available to them.Removed
1473Terms apply.</p>\n"},"358":{"id":"max-towing-2-13500-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
1474When properly equipped.Removed
1475Requires Tow/Haul Package and optional Max Tow Axle.Removed
1476Max towing varies based on cargo, vehicle configuration, accessories and number of\u2028passengers.</p>\n"},"359":{"id":"image-details-bronco","ariaLabel":"","title":"Image Details","description":"<p>As shown price<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"360":{"id":"t2-truck-month-driver-assist","ariaLabel":"t2-truck-month-driver-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
1477They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
1478Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
1479See Owner’s Manual for details and limitations.</p>\n"},"361":{"id":"Interior Modal Black Onyx Disc","ariaLabel":"","title":"*","description":"<p>*Not available on the 2026 Mustang Dark Horse<sup>®</sup> fastback.</p>\n"},"362":{"id":"2025-maverick-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $31,185<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford Maverick<sup>®</sup> XLT shown with available Ford Accessories.</p>\n"},"363":{"id":"Prototype-models-shown-2025-Bronco","ariaLabel":"","title":"Image Details","description":"<p>Prototype models shown throughout.Removed
1480Modified for racing.Removed
1481Professional drivers with special safety equipment.Removed
1482Close course.Removed
1483Do not attempt.</p>\n"},"364":{"id":"image-details-gallery-2026-f150-6","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> XLT model shown.</p>\n"},"365":{"id":"fafa-lightning-details","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer generated image depicting 2025 Ford F-150 Lightning Platinum with available Dark Elements Package</p>\n"},"366":{"id":"T2-compare-lightning-7","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.Removed
1484See label on doorjamb for carrying capacity of a specific vehicle.Removed
1485Always properly secure cargo.</p>\n<p>For more information, visit Kelley Blue Book’s KBB.com.Removed
1486Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.&nbsp;</p>\n"},"367":{"id":"2025 Ford F150-Tech1","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted.Removed
1487See Owner’s Manual for details on system limitations.</p>\n"},"368":{"id":"t2-cc-SD-wi-fi","ariaLabel":"t2-cc-SD-wi-fi","title":"*","description":"<p>Class is Full-Size Pickups over 8,500 lbs GVWR.</p>\n"},"369":{"id":"2026 US Super Duty Performance 1","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.Removed
1488Class is Full-Size Pickups over 8,500 lbs.Removed
1489GVWR.Removed
1490Based on current publicly available competitive information.Removed
1491Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
1492Your results may vary.Removed
1493When properly equipped.Removed
1494Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"370":{"id":"disclosure-max-towing-varies","ariaLabel":"","title":"**","description":"<p>**When properly equipped.Removed
1495Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"371":{"id":"DiscHomepageMigrationOffersBB3","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.Removed
1496Payments may vary; dealer determines price.Removed
1497Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.Removed
1498Lessee has option to purchase at lease-end at price negotiated at signing.Removed
1499For 2025 Bronco Big Bend 4DR 4x4 222A, cash due at signing is after $1,000 RCL Cash (#50634).Removed
1500For 2025 Explorer Active 4WD w/Comfort Pkg. 200A, cash due at signing is after $2,500 cash back ($1,500 Bonus cash + $1,000 RCL Cash) (#50634+ #11510).Removed
1501For 2025 F-150 SuperCrew STX 4x4 2.7L 200A, cash due at signing is after $1,000 RCL cash (#50634).Removed
1502For 2025 Mustang GT Auto Trans 300A, cash due at signing is after $2,000 RCL cash.Removed
1503Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.Removed
1504See dealer for qualifications and details.</p>\n"},"372":{"id":"150-calculated-via-peak-performance-of-the-electric-motor-at-peak-battery-power","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.Removed
1505Your results may vary.Removed
1506When home is properly equipped and home transfer switch disconnects home from the grid.Removed
1507Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> with the extended-range battery.Removed
1508Your results may vary based on energy usage.</p>\n"},"373":{"id":"As-shwon-price-expedition-2027-active-max","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $67,095.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><sup> </sup>2027 Ford Expedition® MAX Active model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"374":{"id":"DisclosureHorsepowerTorqueRatingsBased","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.Removed
1509Your results may vary.Removed
1510Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"375":{"id":"DiscloseFeaturesVariesDrama","ariaLabel":"","title":"Image Details","description":"<p>Feature availability varies by vehicle.Removed
1511All Images are a dramatization.<br>\n</p>\n"},"376":{"id":"disclaimer2025explorertax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST extra cost color option.</p>\n"},"377":{"id":"Vehicle Details","ariaLabel":"","title":"Vehicle Details","description":"<p>Several Bronco® Sport models with optional equipment and accessories shown.</p>\n"},"378":{"id":"merchmaverick2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Maverick<sup>®</sup> truck with available Tremor<sup>®</sup> Off-Road Package shown.Removed
1512Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"379":{"id":"t2-presidents-day-homepage-2","ariaLabel":"t2-presidents-day-homepage-2","title":"2","description":"<p><sup>2</sup>Based on 1977-2022 CY industry-reported total sales.</p>\n"},"380":{"id":"image-details-bb-disc-bronco-family","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Black Diamond® model with optional equipment and Ford accessories.&nbsp;</p>\n<p>Ford Bronco® Raptor® model with optional equipment and extra-cost color.&nbsp;</p>\n<p>Ford Bronco Sport® Outer Banks® with optional equipment and extra-cost color.</p>\n"},"381":{"id":"vehicle-details-preproduction-model-shown-always-consult-the-owners-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction model shown.Removed
1513Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"382":{"id":"avoidwaterplusoptionalequipment","ariaLabel":"","title":"Image Details","description":"<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.Removed
1514Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n<p>Optional equipment shown.</p>\n"},"383":{"id":"2026 ABM value practical attributes disclaimer 3","ariaLabel":"","title":"✝︎","description":"<p>✝︎Max towing on AWD models with available Max Trailer Tow Package.Removed
1515Excludes Maverick Lobo<sup>™</sup> and Tremor<sup>®</sup> models.Removed
1516When properly equipped.Removed
1517Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
1518Towing and payload are independent attributes and may not be achieved simultaneously.</p>\n"},"384":{"id":"Supplies-are-limited","ariaLabel":"","title":"*","description":"<p>*Supplies are limited.Removed
1519No longer in production.Removed
1520See your dealer for details.</p>\n"},"385":{"id":"2026-explorer-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Explorer<sup>®</sup> ST model with extra-cost color option shown.</p>\n"},"386":{"id":"2024-bronco--badlands--model-with-optional-equipment","ariaLabel":"","title":"*","description":"<p>2024 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"387":{"id":"vehicle-details-motorsport-closed-course","ariaLabel":"","title":"Vehicle Details","description":"<p>Sanctioned instructor-led event.Removed
1521Supervised closed-course driving with off-road safety equipment.Removed
1522Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"388":{"id":"optional-rtr-package-available-on-2026-ford-mustang-ecoboost-fastback","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
1523Preproduction model with optional Hyper Lime brake caliper shown.Removed
1524Actual production vehicle may vary.Removed
1525Available late spring 2026.</p>\n"},"389":{"id":"DisclosureRECAROTM-notinclude","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.Removed
1526RECARO seats do not include heating, cooling, or memory features.<br>\n</p>\n"},"390":{"id":"the-super-duty-tremor-offroad-package-is-available-on-f250-and-f350-series","ariaLabel":"","title":"*","description":"<p>*The Super Duty Tremor<sup>®</sup> Off-Road Package is available on F-250<sup>®</sup> and F-350<sup>®</sup>&nbsp;SRW series and for the XLT, Lariat<sup>®</sup>, King Ranch<sup>®</sup>, and Platinum<sup>®</sup> models.Removed
1527This package requires the 4x4 drivetrain, single rear wheel, and is not compatible with the 6.8L 2V DEVCT NA PFI V8 gas engine.</p>\n"},"391":{"id":"2024-us-ford-edge-billboard-sunset-page","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Edge<sup>®</sup> ST SUV shown with extra-cost color option.</p>\n"},"392":{"id":"ford-mobile-service-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
1528Does not include parts or repair charges.Removed
1529See your Ford Dealer for details.</p>\n"},"393":{"id":"DiscVehicleDetailsHP","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.</p>\n"},"394":{"id":"T2-compare-maverick-8b","ariaLabel":"","title":"*","description":"<p>*For more information, visit Kelley Blue Book’s KBB.com.Removed
1530Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"395":{"id":"max120067lhighoutput","ariaLabel":"","title":"*","description":"<p>*Max. 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.Removed
1531Class is Full-Size Pickups over 8,500 lbs.Removed
1532GVWR.Removed
1533Torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
1534Your results may vary.</p>\n"},"396":{"id":"max-towing-13500-f-150-reskin-2","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on select F-150<sup>®</sup> SuperCrew models, 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
1535When properly equipped.Removed
1536Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
1537Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"397":{"id":"t2-compare-mustang-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> Fastback model with optional Wheel and Stripe package shown.</p>\n"},"398":{"id":"preproduction-shown-available-2027","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.Removed
1538Actual production vehicle may vary.Removed
1539Available spring 2027.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"399":{"id":"must-purchase-or-lease-new-date","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 4/3/2025 and 6/30/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.Removed
1540Offer not available to fleet or commercial customers.Removed
1541Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
1542Installation exclusions apply.Removed
1543Must take retail delivery from an authorized Ford dealer's stock by 6/30/2025.Removed
1544No trade-in required.Removed
1545See your Ford dealer for details and terms.</p>\n"},"400":{"id":"optional-recaro-trademark","ariaLabel":"","title":"*","description":"<p>Optional RECARO<sup>®</sup> Seats shown.</p>\n<p>RECARO is a trademark of RECARO Holding CmbH.Removed
1546RECARO seats do not include heating, cooling, or memory features.</p>\n"},"401":{"id":"available-on-select-vehicles","ariaLabel":"","title":"*","description":"<p>*Available on select vehicles.Removed
1547Requires feature activation.Removed
1548Not compatible with all mobile phones.</p>\n"},"402":{"id":"as-shown-pricing-f-150-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$114,615<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford F-150<sup>®</sup> Raptor R<sup>™</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
1549Does not include A, Z or X Plan price.</p>\n<p>&nbsp;</p>\n"},"403":{"id":"disclaimer-2025broncobadlandssuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco® Badlands® SUV with optional equipment and extra-cost color shown.</p>\n"},"404":{"id":"2026-maverick-lobo-model-shown-value-does-not-include-fees","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick Lobo<sup>™</sup> model shown. $35,930 (does not include fees)</p>\n"},"405":{"id":"as-shown-pricing-2025-transit-ready-set-ford","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $67,255<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Passenger Van XLT in Race Red with High Roof, 3.5L EcoBoost<sup>®</sup> V6, 16-inch Forged Aluminum Wheels – DRW with HD Front Axle, 15 Passenger Seats, Heavy Duty Trailer Tow Package and High-Intensity Discharge Headlamps with LED Signatures.</p>\n"},"406":{"id":"t2-cc-SD-towing-img","ariaLabel":"t2-cc-SD-towing-img","title":"Image Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL model with optional equipment shown.</p>\n"},"407":{"id":"not-available-on-the-mustang-mach-e-select-model","ariaLabel":"","title":"*","description":"<p>*Not available on the Mustang Mach-E<sup>®</sup> Select model.</p>\n"},"408":{"id":"DisclosureImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.Removed
1550Optional equipment shown.</p>\n"},"409":{"id":"2025 US Expedition 2","ariaLabel":"","title":"Image Details","description":"<p>Due to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"410":{"id":"DiscF1502026MaxTowing","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.Removed
1551When properly equipped.Removed
1552Requires Tow/Haul Package and optional Max Tow Axle.Removed
1553Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"411":{"id":"vhp-mach-e-disclaimer-carousel-data","ariaLabel":"","title":"*","description":"<p>*Based on data from the 2024 Global EV Drivers Survey by Global EV Alliance.</p>\n"},"412":{"id":"t2-000-thousand-update","ariaLabel":"","title":"Disclosure","description":"<p>Optional equipment and extra-cost color options shown.Removed
1554For Final Days Bonus Cash back, take new retail delivery from an authorized Ford Dealer's stock by 1/2/26.Removed
1555See dealer for details.Removed
1556Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
1557Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
1558See dealer for qualifications, and details.Removed
1559Customer can defer first payment up to 90 days.Removed
1560Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
1561Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
1562For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
1563Must take delivery by 1/5/26 from an authorized Ford Dealer's stock. <strong data-renderer-mark=\"true\">All offers exclude</strong>: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, Super Duty® Crew Cab, Super Duty® Chassis Cab, E-Transit™ and Transit® Wagon.Removed
1564See dealer for qualification and details.</p>"},"413":{"id":"MaverickLariatAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick Lariat model with extra-cost color option. $38,480 (does not include fees)</p>\n"},"414":{"id":"charger-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning, Mustang Mach-E, or E-Transit Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation, or (b) $1,000 bonus cash.&nbsp; No trade-in required.&nbsp; Offer not available to fleet or commercial customers.&nbsp; Complimentary home installation must be completed through Qmerit Electrification LLC by 9/30/2025; restrictions may apply based on structural and electrical limitations.&nbsp; Must take retail delivery from an authorized Ford dealer's stock by 3/31/2025.&nbsp; See your Ford dealer for details and terms.</p>\n"},"415":{"id":"image-details-bronco-family-accessories-accordion","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco®&nbsp;Raptor®&nbsp;model shown.Removed
1565Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"416":{"id":"rsf-thrill-vlu-ranger-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,465<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with extra-cost color option shown.Removed
1566Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"417":{"id":"DiscBronco2026RemovalDoors","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Removal of doors for off-road use only.Removed
1567See Bronco Owner’s Manual for detailed information.</p>\n<p>Outer Banks<sup>®</sup> model shown.&nbsp;</p>\n"},"418":{"id":"DisclosureTORSENOptionalEQ","ariaLabel":"","title":"*","description":"<p>*TORSEN is a registered trademark of JTEKT Corporation.\u2028\u2028 Optional equipment shown.</p>\n"},"419":{"id":"","ariaLabel":"","title":"","description":""},"420":{"id":"vehicle-details-bronco2025-modalchange","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and Ford Accessories shown.Removed
1568Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"421":{"id":"DiscloseTORSENTM","ariaLabel":"","title":"*","description":"<p>*TORSEN is a registered trademark of JTEKT Corporation.\u2028\u2028</p>\n"},"422":{"id":"DiscBroncoMDP2026AsShownBigBend","ariaLabel":"","title":"As shown Price","description":"<p>Price as shown $44,080.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup> 2026 Ford Bronco<sup>®</sup> Big Bend model shown in Avalanche Gray.Removed
1569Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"423":{"id":"2026-ford-bronco-big-bend-model-with-optional-equipment-always-consult","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco® Big Bend® model with optional equipment and extra-cost color option shown.Removed
1570Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"424":{"id":"bluecruise-connected-service-plan-fordpass-app-and-modem-activation","ariaLabel":"","title":"*","description":"<p>*Available Feature.Removed
1571BlueCruise requires a Connected Service plan, Ford app, and modem activation.Removed
1572Equipped Ford vehicles come with either a complimentary trial period or an included BlueCruise Connected Service plan duration, after which purchase is required.Removed
1573See <a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a> for more details.Removed
1574BlueCruise driver-assist features are supplemental and do not replace safe driving or driver’s attention, judgment and need to control the vehicle.Removed
1575Only remove hands in a Hands-Free Blue Zone.Removed
1576Always watch the road and be prepared to resume control.Removed
1577See Owner’s Manual for details and limitations.</p>\n"},"425":{"id":"disclosure-escape-epa-estimated-rating-42-36-39","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/FWD and AWD drivetrain.Removed
1578Actual mileage will vary.</p>\n"},"426":{"id":"t2-26-explorer-h2h-blue-cruise","ariaLabel":"t2-26-explorer-h2h-blue-cruise","title":"*","description":"<p>*Available feature on select vehicles.Removed
1579BlueCruise requires an active plan or trial – see ford.com/bluecruise for details.Removed
1580Terms apply.Removed
1581BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.Removed
1582Only remove hands in a hands-free Blue Zone.Removed
1583Always watch the road and be prepared to resume control.Removed
1584See Owner’s Manual for details and limitations.<b></b></p>\n"},"427":{"id":"2025-expedition-billboard-v2","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>Model shown with optional features and available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"428":{"id":"ready-set-ford-adventure-billboard-video-details","ariaLabel":"","title":"Video Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.Removed
1585Removal of doors for off-road use only.Removed
1586See your Owner’s Manual for detailed information.Removed
1587Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. 2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.Removed
1588When properly equipped.Removed
1589Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. ©2025 Ford Motor Company.Removed
1590Bronco and related trademarks are trademarks of Ford or its affiliates.Removed
1591All rights reserved.</p>\n"},"429":{"id":"2026-bronco-shown-available-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Badlands shown with available Ford Accessories.Removed
1592Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"430":{"id":"seating-disclaimer-transit-retail-2026","ariaLabel":"","title":"*","description":"<p>*Standard on XLT.</p>\n"},"431":{"id":" t2-cc-SD-reclining-seats","ariaLabel":" t2-cc-SD-reclining-seats","title":"*","description":"<p>Class is Full-Size Pickups over 8,500 lbs.Removed
1593GVWR.Removed
1594Not to be used while driving.<b></b></p>\n"},"432":{"id":"epa-estimated-driving-range-disclaimer","ariaLabel":"","title":"**","description":"<p>**EPA-estimated driving range based on full charge.Removed
1595Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"433":{"id":"2025broncobadlandsmodelshown","ariaLabel":"","title":"Video Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.Removed
1596Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"434":{"id":"DisclaimerPreProdModel","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown.</p>\n"},"435":{"id":"Expedition King Ranch 2026 4","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition<sup>®</sup> King Ranch<sup>®</sup> SUV with extra-cost color option shown parked in the wilderness.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"436":{"id":"ford-bluecruise-disclaimer","ariaLabel":"","title":"*","description":"<p>*Available Feature.Removed
1597Equipped Ford vehicles come with either a complimentary trial period or an included duration, after which purchase of a BlueCruise subscription is required.Removed
1598Modem activation is required for subscription purchase and for initial activation of BlueCruise (for pre-2024 model-year vehicles).Removed
1599See <a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a> for details.Removed
1600BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment or need to control the vehicle.Removed
1601Only remove hands in a Hands-Free Blue Zone.Removed
1602Always watch the road and be prepared to resume control.Removed
1603See Owner’s Manual for details and limitations.</p>\n"},"437":{"id":"video-details-expedition-25-us-billboard","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. </p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"438":{"id":"CoastalDisclaimer5","ariaLabel":"","title":"Image Details","description":"<p>Bimini Top – Silver Horse</p>\n<p>Cruise coastlines in open-air comfort: This Bimini top with a silver Bucking Bronco lets you catch a breeze while staying cool under the sun.Removed
1604Golden hour just got better.</p>\n"},"439":{"id":"based-on-f150-lightning","ariaLabel":"","title":"*","description":"<p>*Based on F-150<sup>®</sup> Lightning<sup>®</sup> with extended-range battery and Tesla Powerwall 2.0. Assumes 25% of vehicle battery reserved for driving.Removed
1605Does not include installation costs.</p>\n"},"440":{"id":"heavy-duty-rear-differential-cover-fcg","ariaLabel":"","title":"Image Details","description":"<p>Heavy Duty Rear Differential Cover</p>\n"},"441":{"id":"ClassIsHighPoweredSportsCars","ariaLabel":"","title":"**","description":"<p>**Class is High-Powered Sports Cars with available 300+ HP.Removed
1606Closed track.Removed
1607Drift brake is intended for track use only.Removed
1608It should never be used on public roads.Removed
1609See Owner’s Manual for information on use.</p>\n"},"442":{"id":"Disc-max-towing-reskin-f-150-13500","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
1610Class is full-sized trucks under 8,500 lbs GVWR.Removed
1611When properly equipped.Removed
1612Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
1613Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"443":{"id":"rememberthatevenadvancedtechnologycannotovercomethelawsofphysics","ariaLabel":"","title":"Image Details","description":"<p>Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.Removed
1614Remember that even advanced technology cannot overcome the laws of physics.Removed
1615It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.</p>\n"},"444":{"id":"DisclosureWireless ChargingPad","ariaLabel":"","title":"*","description":"<p>*Optional on XLT and Lariat models.Removed
1616Standard on Ranger Raptor model.</p>\n"},"445":{"id":"when-equipped-horsepower-mustang","ariaLabel":"","title":"**","description":"<p>**When equipped with active valve exhaust.Removed
1617Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"446":{"id":"maverick-xlt-extra-cost-option","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"447":{"id":"escape-offer-details-target","ariaLabel":"","title":"*Important Details","description":"<p>Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.Removed
1618Excludes all Bronco Stroppe models, Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD, all Super Duty chassis cab/cutaway models; also excludes 2025 Expedition<sup>®</sup>, Navigator<sup>®</sup>, and Transit<sup>®</sup> (Wagon).Removed
1619U.S. residents only.Removed
1620Prior purchases not eligible.Removed
1621A/X/Z/D Plan ineligible.Removed
1622Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 7/7/25.Removed
1623The 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.Removed
1624See a participating dealer or retailer for details and current inventory status.</p>\n"},"448":{"id":"f150-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>2025 F-150<sup>®</sup> XLT model with optional equipment shown.<b></b></p>\n<p><b>&nbsp;</b></p>\n<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup>&nbsp;V6 engine.Removed
1625When properly equipped.Removed
1626Requires Tow/Haul Package and optional Max Tow Axle upgrade.Removed
1627Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"449":{"id":"2026 bronco target carrusel 2","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.</p>\n"},"450":{"id":"HorsepowerAndTorqueExpedition26","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When properly equipped.Removed
1628Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"451":{"id":"DiscEscapeSTLineEExtracost","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"452":{"id":"horsepower-peak-battery-power-disclaimer","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.Removed
1629Calculated via peak performance of the electric motor(s) and peak battery power.Removed
1630Your results may vary.</p>\n"},"453":{"id":"double-asterisk-bluecruise-equipped-vehicles","ariaLabel":"","title":"**","description":"<p>**BlueCruise-equipped vehicles come with a complimentary trial period, starting with your vehicles warranty start date.Removed
1631After that trial, you can choose to purchase BlueCruise monthly or annually based on your needs.Removed
1632Pricing subject to change.</p>\n"},"454":{"id":"2025-f150-teaser-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.Removed
1633Requires Tow/Haul Package and optional Max Tow Axle.Removed
1634Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"455":{"id":"DisclaimerBFNequipcolor","ariaLabel":"","title":"Disclaimer","description":"<p>Optional equipment and extra cost color option shown.&nbsp;</p>\n<p>*Offer available on the purchase or lease of the following eligible new 2024-2025 Ford<sup>®</sup> &amp; Lincoln<sup>®</sup> vehicles ONLY: Ford Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup>, E-Transit<sup>®</sup>, Lincoln Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Ford Super Duty<sup>®</sup> (pick-up models only), Expedition<sup>®</sup> and Lincoln Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Lincoln Aviator<sup>®</sup> only.Removed
1635Excludes all new Ford Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD<sup>®</sup> and all Chassis Cab models.Removed
1636U.S. residents only.Removed
1637Prior purchases not eligible.Removed
1638A/X/Z/D Plan ineligible.Removed
1639Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 6/2/25.Removed
1640See a participating dealer or retailer for details.</p>\n"},"456":{"id":"2026-ford-bronco-raptor-model-with-optional-equipment-always-consult","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco® Raptor® model with optional equipment and extra-cost color option shown.Removed
1641Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"457":{"id":"fba-siriusxm-audio-data-services-require-subscription","ariaLabel":"","title":"*","description":"<p>*SiriusXM audio and data services each require a subscription sold separately, or as a package, by SiriusXM Radio Inc.Removed
1642If you decide to continue service after your trial, the subscription plan you choose will automatically renew thereafter and you will be charged according to your chosen payment method at then-current rates.Removed
1643Fees and taxes apply.Removed
1644To cancel, you must call SiriusXM at 1-866-635-2349.Removed
1645See SiriusXM Customer Agreement for complete terms at www.siriusxm.com.Removed
1646All fees and programming subject to change.Removed
1647Sirius, XM and all related marks and logos are trademarks of SiriusXM Radio Inc.</p>\n"},"458":{"id":"explorer-platinum-shown","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> Platinum<sup>™</sup> shown.</p>\n"},"459":{"id":"fpp-off-road-suspension-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP Off-Road Suspension Kit</p>\n<p>More clearance.Removed
1648More capability.Removed
1649Elevate your ride and dominate tougher terrain.Removed
1650The kit lifts the front end 2” for level ride height front-rear, and Ford Performance Parts’ uniquely tuned Bilstein shocks soak up the ruts and smooth out the rocks.</p>\n"},"460":{"id":"as-shown-pricing-maverick-video-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $30,645<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Maverick<sup>®</sup> XLT model shown.Removed
1651Max payload varies based on accessories and vehicle configuration.Removed
1652See label on doorjamb for carrying capacity of a specific vehicle.Removed
1653Always properly secure cargo.</p>\n"},"461":{"id":"maxtowingexpedition2025","ariaLabel":"","title":"**","description":"<p>**Max towing of 9,600 lbs available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.Removed
1654When properly equipped.Removed
1655Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"462":{"id":"image-details-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n"},"463":{"id":"AsShownPriceMaxPlatinumModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $77,945.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> MAX Platinum<sup>®</sup> SUV with extra-cost color option shown.<br>\n</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"464":{"id":"ready-set-ford-adventure-explorer-tremor","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> shown.</p>\n"},"465":{"id":"2026MaverickMaxPayload","ariaLabel":"","title":"Video Details","description":"<p>2026 Maverick XLT and Lariat models with optional equipment and extra cost colors shown.<br>\n<br>\nMax payload varies based on accessories and vehicle configuration.Removed
1656See label on doorjamb for carrying capacity of a specific vehicle.Removed
1657Always properly secure cargo.<br>\n<br>\nWhen properly equipped.Removed
1658Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\n<br>\nDriver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
1659They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
1660Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
1661See Owner’s Manual for details and limitations.</p>\n"},"466":{"id":"t2-owner-service-ford-app-tech","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.Removed
1662Message and data rates may apply.Removed
1663Terms apply.Removed
1664Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.Removed
1665An activated vehicle modem, and the Ford app are required for remote features.Removed
1666Remote features may vary by model.Removed
1667Visit <a href=\"http://ford.com/\">Ford® - New Hybrid &amp; Electric Vehicles, SUVs, Crossovers, Trucks, Vans &amp; Cars</a> for our privacy notice.</p>\n"},"467":{"id":"Available-on-2027-expedition-platinum","ariaLabel":"","title":"*","description":"<p>*Available on 2027 Expedition® Platinum® models with the 30th Anniversary Appearance Package and Expedition Tremor® models.Removed
1668Standard on Platinum models with the Stealth Performance Package or Platinum® Ultimate Package.</p>\n"},"468":{"id":"DiscBroncoMDP2026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and available Ford Accessories shown.Removed
1669Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"469":{"id":"cargo-and-load-capacity-03","ariaLabel":"","title":"**","description":"<p>**Cargo and load capacity limited by weight and weight distribution.</p>\n"},"470":{"id":"disclaimer2025mustangmachegtmodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® GT model with optional equipment and extra-cost color option shown.</p>\n"},"471":{"id":"ImageDetailsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Extra cost color, available accessories, and optional equipment shown.</p>\n"},"472":{"id":"fafaHourlyDisclosure","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Based on 2024 year-end hourly employment data.</p>\n"},"473":{"id":"offer-valid-one-time-limited-ford-accessories","ariaLabel":"","title":"*","description":"<p>*Offer valid for one-time only E-Commerce purchase of accessories from <a href=\"https://www.ford.com/accessories\" target=\"_self\">ford.com/accessories</a>.Removed
1670Limited-time offer expires 90 days after vehicle purchase date.Removed
1671Excludes shipping and installation.Removed
1672Must be a registered customer on <a href=\"https://www.ford.com/accessories\" target=\"_self\">Ford.com/accessories</a> at time of purchase to receive discount.Removed
1673Maximum amount of discount is $500.Removed
1674Promo code must be applied at checkout to receive discount.Removed
1675Cannot be combined with other offers.Removed
1676Bronco Hardtop (M10500HT) is excluded from discount. <a href=\"https://www.ford.com/accessories\" target=\"_self\">Ford.com/accessories</a> reserves the right to change program details at any time without obligations.Removed
1677Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"474":{"id":"prototype-model-shown-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Prototype model shown, modified for racing.Removed
1678Professional driver with special safety equipment.Removed
1679Closed course.Removed
1680Do not attempt.</p>\n"},"475":{"id":"DiscRanger2026AvailableQi","ariaLabel":"","title":"*","description":"<p>*Available Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"476":{"id":"2027-expedition-equipment-shown-extra-cost-option","ariaLabel":"","title":"Video Details","description":"<p>2027 Ford Expedition® Platinum® model with optional equipment and extra-cost color option shown.Removed
1681Computer-generated image shown.</p>\n"},"477":{"id":"2026-f-150-mp-billboard-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $64,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.</p>\n"},"478":{"id":"hotspot-includes-complimentary-wireless-data-trial","ariaLabel":"","title":"*","description":"<p>*Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.Removed
1682To activate, go to <a href=\"http://www.att.com/ford#!adchoices\" target=\"_blank\">www.att.com/ford</a>.Removed
1683Don’t drive distracted or while using handheld devices.Removed
1684Use voice controls.</p>\n"},"479":{"id":"disclaimer-outer-banks-extra-cost-color-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with extra-cost color and optional equipment shown.</p>\n"},"480":{"id":"T2-compare-maverick-3","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.Removed
1685Based on competitors’ EPA-estimated ratings and on Ford Maverick<sup>® </sup>pickup EPA-estimated rating of 42 city/35 hwy/38 combined MPG, 2.5L hybrid engine, automatic continuously variable transmission, and FWD.Removed
1686Actual mileage will vary.</p>\n"},"481":{"id":"t2-h2h-26-bronco-axle-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>® </sup>Badlands<sup>® </sup>model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"482":{"id":"T2-compare-2024-bronco-2","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Black Diamond<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.Removed
1687Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"483":{"id":"2026-bronco-sport-bb","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $35,145<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model shown.</p>\n"},"484":{"id":"2026-mustang-mach-e-packages-2","ariaLabel":"","title":"*","description":"<p>*Not included when ordered with the California Special Package.</p>\n"},"485":{"id":"vehicle-details-prototype-models-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype models shown throughout.Removed
1688Modified for racing.Removed
1689Professional drivers with special safety equipment.Removed
1690Close course.Removed
1691Do not attempt.</p>\n"},"486":{"id":"accessories-holiday-performance-parts","ariaLabel":"","title":"*","description":"<p>*Offer valid 12/09/25-12/18/25 for e-commerce purchases of accessories or Ford Performance Parts from ford.com/accessories.Removed
1692Limited-time offer.Removed
1693Excludes shipping and installation.Removed
1694Not valid on the purchase of electric vehicle charging equipment (including but not limited to vehicle charging replacement parts, charging accessories, cables, adaptors, and charging units), four-door Bronco® hardtop (SKU: M10500HT), two-door Bronco tube door kit (SKU: M19008BTD2), and four-door Bronco tube door kit (SKU: M19008BTD4).Removed
1695No registration required.Removed
1696This offer cannot be redeemed at Ford Dealerships or for products on ford.com/parts.Removed
1697Promo code JOLLY15, JOLLY20, or JOLLY25 must be applied at checkout to receive discount.</p>\n<ul>\n<li>Receive 15% off accessories purchase when you spend $1–$300 and use code JOLLY15.Removed
1698Maximum amount of discount is $45.</li>\n<li>Receive 20% off accessories purchase when you spend $301–$500 and use code JOLLY20.Removed
1699Maximum amount of discount is $100.</li>\n<li>Receive 25% off accessories purchase when you spend $501–$1,000 and use code JOLLY25.Removed
1700Maximum amount of discount is $250.</li>\n</ul>\n<p>Cannot be combined with other current offers.Removed
1701This offer can be utilized with Ford Rewards Points.Removed
1702Ford.com/accessories reserves the right to change program details at any time without obligation.Removed
1703Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"487":{"id":"requires-available-generlink-transfer-switch-sold-separately","ariaLabel":"","title":"*","description":"<p>*Requires available GenerLink transfer switch, sold separately.</p>\n"},"488":{"id":"this-round-of-applications-will-cover-the-next-three-years","ariaLabel":"","title":"*","description":"<p>This round of applications will cover the next three years of production (27-29MY orders).Removed
1704This application process will be open April 17th - May 18th, 2026.</p>\n"},"489":{"id":"an-activated-vehicle-modem-and-the-fordpass-app-are-required","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, and the Ford app are required for remote features.Removed
1705Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.Removed
1706Remote features may vary by model.</p>\n"},"490":{"id":"available-connectivity-second-row","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.Removed
1707Package pricing, features, included plans, and term lengths vary by model.Removed
1708Some features may only be available while vehicle is parked.Removed
1709Owners can log into the Ford app to see specific features available to them.Removed
1710Terms apply.</p>\n"},"491":{"id":"DiscF150MaxTowRating","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.Removed
1711When properly equipped.Removed
1712Requires Tow/Haul Package and optional Max Tow Axle.Removed
1713Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"492":{"id":"t2-owner-service-lifetime-brake-pads","ariaLabel":"t2-owner-service-lifetime-brake-pads","title":"Disclosure","description":"<p>*Available for Motorcraft® brake pads purchased after 7/1/14.Removed
1714Nontransferable.Removed
1715Replacement requires copy of original repair order and completion of any other necessary brake service, such as brake rotor service.Removed
1716Motorcraft brake pads must be installed by U.S. Ford Dealership, Lincoln Retailer, or Quick Lane® Store technician to be covered.Removed
1717Pads only; labor costs not included.Removed
1718Commercial delivery vehicles, taxi, limousine, postal, police, tow trucks, racing, and emergency vehicles are excluded.Removed
1719Restrictions and exclusions apply.Removed
1720See a Service Advisor for details.Removed
1721Ford reserves the right to change, modify, or discontinue this program at any time.Removed
1722Quick Lane® and Motorcraft® are registered trademarks of Ford Motor Company.<b></b></p>\n"},"493":{"id":"disclaimer-max-payload-f150","ariaLabel":"","title":"*","description":"<p>*Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.Removed
1723Max payload varies based on accessories and vehicle configuration.Removed
1724See label on door jamb for carrying capacity of a specific vehicle.Removed
1725Always properly secure cargo.</p>\n"},"494":{"id":"t2-a250-img-detail-maverick","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>® </sup>XLT model shown.</p>\n<p><a href=\"https://www.motortrend.com/news/ford-maverick-2026-truck-of-the-year\">https://www.motortrend.com/news/ford-maverick-2026-truck-of-the-year</a></p>\n"},"495":{"id":"PrototypeVehicleShownMustang","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.Removed
1726Actual production vehicle may vary.Removed
1727Available summer 2026.</p>\n"},"496":{"id":"t2-philadelphia-harrisburg-allentown-homepage-billboard","ariaLabel":"","title":"Disclosures","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
1728Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"497":{"id":"t2-feb-works-offer-2","ariaLabel":"","title":"**","description":"<p class=\"Default\"><a name=\"_Hlk215734758\"></a>**Limitations apply.Removed
1729Earn Points for the purchase of Ford, Motorcraft®, or Omnicraft™ parts and associated labor at a participating Ford Dealership.Removed
1730See Ford Rewards Terms and <a href=\"https://www.ford.com/support/category/ford-app/\">FAQs</a>.Removed
1731Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of service invoice date to receive Ford Rewards Points.Removed
1732Motorcraft® and Omnicraft™ are trademarks of Ford Motor Company.</p>"},"498":{"id":"fba-roadside-assistance-complimentary-offering-owners-5-years-or-60000-miles","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per-service fee.Removed
1733Ford reserves the right to change program details without obligations.Removed
1734Ford Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles and Lincoln owners for up to 6 years or 70,000 miles (from the date of sale), whichever comes first.Removed
1735EV Owners: Beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.</p>\n"},"499":{"id":"max-gooseneck-tow-rating-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.Removed
1736Class is Full-Size Pickups over 8,500 lbs.Removed
1737GVWR.Removed
1738Based on current publicly available competitive information.Removed
1739When properly equipped.Removed
1740Requires F-450 High-Capacity Gooseneck Tow Package.Removed
1741Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"500":{"id":"awards-migration-4","ariaLabel":"","title":"Award Details","description":"<p>Government 5-Star Safety Ratings are part of the National Highway Traffic Safety Administration’s (NHTSA’s) New Car Assessment Program (<a href=\"https://www.nhtsa.gov/#!external\" target=\"_blank\" aria-label=\"Learn More about National Highway Traffic Safety Administration\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.nhtsa.gov/&quot;}}\">www.nhtsa.gov</a>).</p>\n"},"501":{"id":"2026-bronco-sport-outer-banks-vehicledetails","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport® Outer Banks® model with optional equipment and extra-cost color option shown.</p>\n"},"502":{"id":"DisclosureMaxAvailableTowing","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> Crew Cab models with available Trailer Tow Package.Removed
1742Excludes Raptor<sup>®</sup> models.Removed
1743When properly equipped.Removed
1744Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"503":{"id":"bfn-sse-2024-year-end-hourly","ariaLabel":"","title":"*","description":"<p>*Based on 2024 year-end hourly employment data.</p>\n"},"504":{"id":"extra-color-option-1","ariaLabel":"","title":"*","description":"<p>*Extra-cost color option shown.</p>\n"},"505":{"id":"horsepower-torque-expedition","ariaLabel":"","title":"**","description":"<p>**Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"506":{"id":"t2-superduty-1","ariaLabel":"1","title":"1","description":"<p>Maximum 500 horsepower and 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke® V8 Turbo Diesel B20 engine.Removed
1745Class is Full-Size Pickups over 8,500 lbs.Removed
1746GVWR.Removed
1747Based on current publicly available competitive information.Removed
1748Horsepower and torque ratings based upon testing requirements prescribed in SAE J1349®.Removed
1749Individual results may vary.Removed
1750When properly equipped.Removed
1751Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>"},"507":{"id":"Badlands-model-with-starting-bronco-2025","ariaLabel":"","title":"Vehicle Details","description":"<p>Badlands model with starting at MSRP of $65,035 including D&amp;D.Removed
1752Includes Sasquatch Package, Black Appearance Package, HOSS 3.0 with FOX<sup>™</sup> Internal Bypass Dampers, Modular Front Bumper, Auto transmission and extra cost paint (Desert Sand) package shown.Removed
1753Aftermarket accessories shown.</p>\n"},"508":{"id":"epa-estimated-rating","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/FWD drivetrain.Removed
1754Actual mileage will vary.</p>\n"},"509":{"id":"image-details-maverick-xlt","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with available Ford Accessories shown.</p>\n"},"510":{"id":"max-payload-2-1775-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,775 lbs available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.Removed
1755Max payload varies and is based on accessories and vehicle configuration.Removed
1756See label on doorjamb for carrying capacity of a specific vehicle.Removed
1757Always properly secure cargo.</p>\n"},"511":{"id":"ford-performance-extreme-cat-back-exhaust-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Extreme Cat-back Exhaust</p>\n"},"512":{"id":"ford-mobile-service-image-details","ariaLabel":"","title":"Image Details","description":"<p>Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
1758Does not include parts or repair charges.</p>\n"},"513":{"id":"t2-cc-f150-towing-img","ariaLabel":"t2-cc-f150-towing-img","title":"Image Details","description":"<p>2026 Ford F-150®XLT model with optional equipment and extra-cost color option shown.</p>\n"},"514":{"id":"2025-explorer-st-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST shown with extra-cost color option.</p>\n"},"515":{"id":"cargo-load-and-owners-manual-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.<br>\nSee Owner's Manual for important operating instructions.</p>\n"},"516":{"id":"EPA-estimated-maverick-2026-mdl-lariat","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 39 city/32 hwy/36 combined, Lariat model with 2.5L hybrid engine, Power-Split Electric CVT, and AWD.Removed
1759Actual mileage will vary.</p>\n"},"517":{"id":"jdpower-dealer-service-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>For JD Power 2026 U.S. award information, visit <a href=\"https://www.jdpower.com/awards/#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\">jdpower.com/awards</a>.</p>\n"},"518":{"id":"max-payload-8700-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,700 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 5.2L Supercharged V8 engine.Removed
1760When properly equipped.Removed
1761Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"519":{"id":"image-details-actual-mileage-may-vary","ariaLabel":"","title":"Image Details","description":"<p>Actual mileage may vary</p>\n"},"520":{"id":"Supplies-are-limited-bronco-sport-free-wheeling","ariaLabel":"","title":"*","description":"<p>Bronco Sport<sup>®</sup> Free Wheeling<sup>™</sup> supplies are limited.Removed
1762No longer in production.Removed
1763See your dealer for details.</p>\n"},"521":{"id":"as-shown-price-sd-350kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,075.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"522":{"id":"DiscElegibleVehiclesTechEscape","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.Removed
1764Use voice controls.</p>\n"},"523":{"id":"2026-us-bronco-sport-tech-2","ariaLabel":"","title":"*","description":"<p>*For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"524":{"id":"SeatBelt","ariaLabel":"","title":"*","description":"<p>*Always&nbsp;wear&nbsp;your&nbsp;safety&nbsp;belt&nbsp;and&nbsp;secure&nbsp;children&nbsp;in&nbsp;the&nbsp;rear&nbsp;seat.</p>\n"},"525":{"id":"estimatedfuelsavingsf150","ariaLabel":"","title":"*","description":"<p>*Estimated fuel savings are based on comparison between 2025 F-150 Lightning<sup>®</sup> Lariat<sup>®</sup> with an EPA-est. combined consumption rate of 48 kWh/100 miles and 2025 Ford F-150 3.5L EcoBoost 4x4 with an EPA-est. combined rating of 19 MPG.Removed
1765Assumes 15,000 miles per year, Q4 2024 average gasoline cost of $3.069/gallon, and residential electricity cost of $0.167/kWh with all charging carried out at home.Removed
1766Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"526":{"id":"properly-equipped-payload-towing-independent-target","ariaLabel":"","title":"**","description":"<p>**When properly equipped.Removed
1767Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"527":{"id":"update disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 07/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.Removed
1768Home charge station model and brand may vary based on availability.Removed
1769Offer not available to fleet or commercial customers.Removed
1770Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
1771Installation exclusions apply.Removed
1772Must take retail delivery from an authorized Ford dealer's stock by 7/6/2026.Removed
1773No trade-in required.Removed
1774See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"528":{"id":"disclosure-max-towing-maverick","ariaLabel":"","title":"**","description":"<p>Max towing on AWD models with available Max Trailer Tow Package.Removed
1775Excludes Maverick® Lobo™ and Tremor® models.Removed
1776When properly equipped.Removed
1777Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"529":{"id":"PreproductionModelShownEntryPoint","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.Removed
1778Actual production vehicle may vary.Removed
1779Available summer 2026.</p>\n<p>Prototype vehicle shown.Removed
1780Actual production vehicle may vary.Removed
1781Available summer 2026.Removed
1782Extra-cost color option.</p>\n"},"530":{"id":"t2-hp-memorial-day-bronco","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco Sport® Big Bend® model shown. © 2026 Ford Motor Company.Removed
1783Bronco Sport is a trademark of Ford Motor Company or its affiliates.Removed
1784All rights reserved.</p>\n"},"531":{"id":"Discbillboardtier2f150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"532":{"id":"driver-assist-features-disclaimer","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
1785They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
1786Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
1787See Owner’s Manual for details and limitations.</p>\n"},"533":{"id":"T2-compare-2024-bronco-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup>&nbsp;standard.Removed
1788Your results may vary.Removed
1789Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"534":{"id":"2026-kf-dark-house-sc-2","ariaLabel":"","title":"*","description":"<p>*In total, Mustang Dark Horse<sup>®</sup> SC with Track Pack produces 620 pounds of rear downforce at 180 miles per hour.</p>\n"},"535":{"id":"","ariaLabel":"","title":"","description":""},"536":{"id":"DiscImageDetailsExtraCost","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color shown.</p>\n"},"537":{"id":"buyers-yese-mache-1","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.Removed
1790Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.Removed
1791Customer can defer first payment up to 90 days.Removed
1792Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
1793Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
1794For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
1795For all offers take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
1796See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
1797Please contact your Ford Dealer for the most current inventory status.</p>"},"538":{"id":"frontseatbeltsvehicledetails","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belts (safety belts) removed in order to provide a clear view of the vehicle interior.</p>\n"},"539":{"id":"rear-cameras-driver-assist-bfn","ariaLabel":"","title":"Image Details","description":"<p>Rear cameras only operate at speeds under 6 miles per hour.Removed
1798Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.Removed
1799It does not replace safe driving.Removed
1800See Owner's Manual for details and limitations.</p>\n"},"540":{"id":"disclosure-ford-pass","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.Removed
1803Visit ford.com for our privacy notice.</p>\n"},"541":{"id":"requires-nacs-02","ariaLabel":"","title":"*","description":"<p>*Requires NACS fast charging adapter.</p>\n"},"542":{"id":"disclaimer-asterisk-mach-e-rally-key-features","ariaLabel":"","title":"*","description":"<p>*The Mustang Mach-E GT<sup>™</sup> Performance Upgrade values are calculated via peak performance of the electric motor(s) and peak battery power.1884Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.
1804Your results may vary.</p>\n"},"543":{"id":"t2-compare-super-duty-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Platinum<sup>® </sup>Plus model with 6.7L HO engine shown.</p>\n"},"544":{"id":"DiscVanWagon2026Non-Ecoboost","ariaLabel":"","title":"*","description":"<p>*When properly equipped.1885Start Inhibit remote disable feature only available on select 2024–2025 F-150<sup>®</sup> and select 2025 Super Duty<sup>®</sup> trucks.</p>\n"},"656":{"id":"expedition-tremor-media-launch-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"657":{"id":"expedition-media-ford-digital-experience-disclaimer","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connectivity plan.
1805Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"545":{"id":"as-shown-price-explorer-st-line","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Explorer<sup>®</sup> ST-Line model shown with extra-cost color option.Removed
1806Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"546":{"id":"discloseDriverAssistManual","ariaLabel":"","title":"Image Details","description":"<p>Driver-assist features are supplemental and do not replace the driver's attention, judgment and need to control the vehicle.Removed
1807It does not replace safe driving.Removed
1808See Owner's Manual for details and limitations.</p>\n"},"547":{"id":"driver-assist-bronco-2025","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.Removed
1809Remember that even advanced technology cannot overcome the laws of physics.Removed
1810It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.&nbsp;Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"548":{"id":"as-shown-price-explorer-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $48,960.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model shown with extra-cost color option.Removed
1811Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"549":{"id":"video-details-introducing-tremor-media-launch-disclaimer","ariaLabel":"","title":"Video details","description":"<p>Model shown with optional features and available Ford accessories.Removed
1812Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"550":{"id":"assumes48kwhuseperday","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.Removed
1813Assumes 4.8 kWh use per day for Pro Power Onboard<sup>™</sup>.Removed
1814Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"551":{"id":"t2-tax-savings-billboard","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.Removed
1815To qualify, vehicles must be used primarily for business purposes and must be placed in service in the tax year that the deduction is claimed.Removed
1816This information does not constitute tax or legal advice.Removed
1817Customers should consult with their own tax or legal professional.</p>"},"552":{"id":"brembo-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Brembo is a trademark of Brembo S.p.A.</p>\n"},"553":{"id":" T2-compare-mache-1","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range based on full charge.Removed
1818Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"554":{"id":"t2-26-explorer-h2h-towing","ariaLabel":"*","title":"*","description":"<p>*When properly equipped.Removed
1819Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. </p>\n"},"555":{"id":"2026 ABM value practical carrusel disclaimer 3","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment, available Ford Accessories, and an extra-cost color option.</p>"},"556":{"id":"2026-mustang-mach-e-rally-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with extra-cost color shown.</p>\n"},"557":{"id":"image-details-2026-maverick-lobo","ariaLabel":"","title":"Image Details","description":"<p>Image Details: 2026 Maverick Lobo™ pickup in Velocity Blue Metallic.</p>\n"},"558":{"id":"t2-compare-super-duty-3a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL model with available F-450 High-Capacity Gooseneck Tow Package shown.</p>\n"},"559":{"id":"t2-pitt-auto-show","ariaLabel":"t2-pitt-auto-show","title":"Disclosure","description":"<p>Offer available on select new 2025-2026 Ford vehicles.Removed
1820Excludes F-150® Raptor, Ranger® Raptor, Mustang Dark Horse®, Mustang®, and Transit®.Removed
1821May not combine with other private or commercial offers, or conquest cash.Removed
1822A/Z/D Plan ineligible.Removed
1823Nontransferable out of household.Removed
1824Limit one per household.Removed
1825U.S. residents only.Removed
1826Must redeem using original offer; no duplicates are accepted.Removed
1827Prior purchases not eligible.Removed
1828Residency restrictions apply.Removed
1829Place a new retail order or take new retail delivery from an authorized Ford Dealer's stock by 3/31/26.Removed
1830See dealer for details</p>\n"},"560":{"id":"video-details-2026-bronco-sport-ext-design","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with available Ford accessories, optional equipment and extra-cost color shown.Removed
1831Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"561":{"id":"owners-manual-before-off-road","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"562":{"id":"t2-owner-service-low-price","ariaLabel":"t2-owner-service-low-price","title":"Disclosure","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.Removed
1832Requires presentation of competitor’s current price ad/offer on exact tire sold by dealership within 30 days after purchase.Removed
1833For online quotes, guarantee applies only to new tires sold on retailer websites.Removed
1834Excludes tires sold by third parties on marketplace sites and any resellers.Removed
1835See a participating U.S. dealership for details.Removed
1836Ford reserves the right to change, modify, or discontinue this program at any time.<b></b></p>\n"},"563":{"id":"DiscHeadlampsAndTaillamps","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.Removed
1837Extra-cost color shown.Removed
1838Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty and use appropriate safety gear.</p>\n"},"564":{"id":"game-only-functions-video","ariaLabel":"","title":"Video Details","description":"<p>Game only functions when vehicle is in park.</p>\n"},"565":{"id":"equipped2025expeditionfaqs","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
1839Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
1840Towing capacity varies by model trim and equipment.</p>\n"},"566":{"id":"DisclosureFordPremiumConnectivityComplimentary","ariaLabel":"","title":"*","description":"<p>Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.Removed
1841Package pricing, included plans, and term lengths vary by model.Removed
1842Some features may only be available while vehicle is parked.Removed
1843Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.Removed
1844Terms apply.</p>\n"},"567":{"id":"charge-time-based-on-manufacturer-tests","ariaLabel":"","title":"**","description":"<p>**Charge time based on manufacturer tests.Removed
1845The charging rate decreases as battery reaches full capacity.Removed
1846Your results may vary based on peak charging times, battery state of charge, lithium ion battery age, and state of health.</p>\n"},"568":{"id":"mustang-mach-e-rally-2026","ariaLabel":"","title":"*","description":"<p>*Standard on the Mustang Mach-E<sup>®</sup> Rally: 700 lb.-ft. of torque with 0-60 mph in 3.4 seconds.Removed
1847Torque is calculated via peak performance of the electric motor(s) at peak battery power.Removed
1848Your results may vary.Removed
1849O–60 times use Ford test data based on typical industry methodology using 1-ft. rollout.Removed
1850Your results may vary.Removed
1851Tested with optional summer tires.</p>\n"},"569":{"id":"t2-cc-SD-head-up-display","ariaLabel":"t2-cc-SD-head-up-display","title":"*","description":"<p>Don’t drive while distracted.Removed
1852See Owner’s Manual for details and system limitations.</p>\n<p>&nbsp;</p>\n"},"570":{"id":"asterisk-optional-equipment-and-extra-cost-color-option-shown","ariaLabel":"","title":"*","description":"<p>*Optional equipment and extra-cost color option shown.</p>\n"},"571":{"id":"2025 lightning target 5","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.Removed
1853Computer-generated image shown.</p>\n"},"572":{"id":"T2-compare-ranger-4b","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup> engine.Removed
1854Max payload varies based on accessories and vehicle configuration.Removed
1855See label on doorjamb for carrying capacity of a specific vehicle.Removed
1856Always properly secure cargo.</p>\n"},"573":{"id":"tremec-registered-trademark-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"574":{"id":"as-shown-pricing-target-exp-f150-cruiser-bb","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price&nbsp;$90,035<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup><sup><br>\n </sup>2025 Ford F-150<sup>®</sup> Platinum Plus in Marsh Gray shown.</p>\n"},"575":{"id":"current-manufacturer-suggested-sd","ariaLabel":"","title":"*","description":"<p>*Current Manufacturer Suggested Retail Price for base vehicle.Removed
1857Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
1858Optional equipment not included.Removed
1859Starting A/X/Z Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.Removed
1860Not all vehicles qualify for A/X/Z Plan.Removed
1861For all Mustang<sup>®</sup> Darkhorse<sup>™</sup> models, prices exclude gas guzzler tax.</p>\n"},"576":{"id":"Disclosure2025ExplorerActiveOptionalEquipmentExtraCostColorOptionShown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer Active(TM) model with optional equipment and extra-cost color option shown.</p>\n"},"577":{"id":"employee-pricing-starting-at","ariaLabel":"","title":"*","description":"<p>Current Manufacturer Suggested Retail Price (MSRP) for Employees on the base model.Removed
1862Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
1863Optional equipment not included.Removed
1864Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 6/2/25.Removed
1865See a participating dealer for details.</p>\n"},"578":{"id":"fordpass-app-disclaimer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.Removed
1866Message and data rates may apply.Removed
1867Terms and conditions apply.Removed
1868Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"579":{"id":"requires-360-degree-camera-package","ariaLabel":"","title":"*","description":"<p>*Requires 360-Degree Camera Package.</p>\n"},"580":{"id":"select-mdp-range-disclaimer-two","ariaLabel":"","title":"*","description":"<p>*With available extended-range battery and available eAWD.</p>\n"},"581":{"id":"2026-us-bronco-sport-vhp","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.Removed
1869Computer-generated imagery.Removed
1870Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"582":{"id":"fba-only-available-ford-dealers-vehicle-returned-14-days-1000-miles","ariaLabel":"","title":"*","description":"<p>*Only available at participating Ford Dealers.Removed
1871Vehicle must be returned within 14 days/1,000 miles (whichever comes first) from the original sales date and mileage as stated on bill of sale and returned in same condition as sold (excludes normal wear and tear).Removed
1872Dealer cannot accept a return if the vehicle has a lien or other encumbrance.Removed
1873Original trade-in vehicle will not be returned to you.Removed
1874Purchasing a different vehicle may require a new credit application with different financial terms than the original contract.Removed
1875If you have already returned a Ford Blue Advantage vehicle to a Ford dealer within the last six months, you are not eligible for the Money Back Guarantee program and your request to return will not be honored.Removed
1876See your dealer for important program guidelines and restrictions.</p>\n"},"583":{"id":"driver-safety-equipment-target","ariaLabel":"","title":"Image Details","description":"<p>Professional driver with special safety equipment.Removed
1877Close course.Removed
1878Do not attempt.</p>\n"},"584":{"id":"disclaimer-maycampaign-offerDetailemployeepricing","ariaLabel":"","title":"Offer Details","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford vehicle from a participating Ford Dealer.Removed
1879Excludes: 2025 Ford Escape®, 2025 Explorer®, 2026 Super Duty® Lariat®, all King Ranch® and Platinum® models; all Chassis Cab and E-Series® models; 2026 Bronco® Stroppe and all Raptor® models except 2025 Bronco Raptor; all Mustang Dark Horse® SC, Mustang® GTD™ models, Ford GT™; and Transit® Wagon.Removed
1880U.S. residents only.Removed
1881Prior purchases not eligible.Removed
1882Other exclusions may apply.Removed
1883Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.&nbsp; See dealer for details.</p>\n"},"585":{"id":"target-disclaimer-mustang-fastback-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> GT Fastback model with optional equipment and extra-cost color option shown. 2026 Ford Mustang<sup>®</sup> GT Premium Convertible model with optional equipment and extra-cost color option shown.</p>\n"},"586":{"id":"target-bb-f-150-lobo-as-shown ","ariaLabel":"","title":"As Shown Pricing","description":"<p>Preproduction model shown. 2025 F-150<sup>®</sup> STX model with F-150 Lobo<sup>™</sup> Package shown with pricing starting at $59,190.Removed
1884Actual production vehicle may vary.Removed
1885Available for retail order now at your local Ford Dealer.Removed
1886Arriving Fall 2025.</p>\n"},"587":{"id":"awards-migration-7","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
1887Removal of doors for off-road use only.Removed
1888See your Owner’s Manual for detailed information.</p>\n"},"588":{"id":"2026-explorer-tremor-banner-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Tremor<sup>®</sup> shown with optional equipment and available Ford Accessories.Removed
1889Recreational equipment not included.Removed
1890Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"589":{"id":"disclaimer-max-towing-of-8,200-f150","ariaLabel":"","title":"**","description":"<p>**Max towing of 8,200 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
1891When properly equipped.Removed
1892Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"590":{"id":"model-walk-disclosure-technology","ariaLabel":"","title":"*","description":"<p>*Closed-course use only.</p>\n"},"591":{"id":"ready-set-ford-adventure-bronco-sport-badlands-2","ariaLabel":"","title":"Image","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.Removed
1893Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use the appropriate safety gear.</p>\n"},"592":{"id":"as-shown-price-explorer-st-trim","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Ford Explorer<sup>®</sup> ST model shown with extra-cost color option.Removed
1894Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"593":{"id":"ready-set-ford-adventure-bronco-sport-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.Removed
1895Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"594":{"id":"max-payload-1740-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,740 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x2 with 5.0L V8 engine.Removed
1896Max payload varies based on accessories and vehicle configuration.Removed
1897See label on doorjamb for carrying capacity of a specific vehicle.Removed
1898Always properly secure cargo.</p>"},"595":{"id":"Estimated fuel savings Mach-E 2026","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Estimated fuel savings are based on comparison between 2026 Mustang Mach-E<sup>®</sup> Select/Premium with standard-range battery and RWD with an EPA-est. combined consumption rate of 31 kWh/100 miles and 2026 Ford Escape 2.0L AWD with an EPA-est. combined rating of 26 MPG.Removed
1899Assumes 15,000 miles per year, Q3 2025 average gasoline cost of $3.141/gallon, and residential electricity cost of $0.1769/kWh with all charging carried out at home.Removed
1900Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"596":{"id":"2025-ranger-survives-baja","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional Driver on closed course.Removed
1901Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"597":{"id":"DiscTier2Card5F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color shown.</p>\n"},"598":{"id":"image-details-driver-assist-features-are-supplemental","ariaLabel":"","title":"Image details","description":"<p>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
1902They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
1903Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
1904See Owner’s Manual for details and limitations.</p>\n"},"599":{"id":"available-ford-accessories-2026-bronco","ariaLabel":"","title":"Video Details","description":"<p>Available Ford Accessories shown.Removed
1905Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"600":{"id":"standard-30th-anniversary-2027-expedition","ariaLabel":"","title":"†","description":"<p>†Standard on 30th Anniversary Appearance Package, so it's not included in Driver's Package for that combination.Removed
1906Not included in Driver's Package for Expedition® Tremor, as it is already standard.</p>\n"},"601":{"id":"","ariaLabel":"","title":"","description":""},"602":{"id":"rsf-adventure-vlu-bronco-sport-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $43,600<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands package and Ruby Red extra-cost color shown.Removed
1907Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use the appropriate safety gear.</p>\n"},"603":{"id":"customers-have-the-option-to-add-a-bluecruise","ariaLabel":"","title":"*","description":"<p>*Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.Removed
1908Ask your local dealer for details.Removed
1909Eligible on 2025 model year and newer vehicles purchased from a Ford dealer on or after 8/22/2025.Removed
1910Price is based on current MSRP pricing.Removed
1911See your authorized Ford dealer for details.</p>\n"},"604":{"id":"based-on-vocations-electric-vans","ariaLabel":"","title":"*","description":"<p>*Based on vocations in which registrations are reported in S&amp;P Global Mobility CY January-December 2023, US TIPNet, including Electric Cargo Vans, Passenger Vans, and Cutaway Vans.</p>\n"},"605":{"id":"rsf-thrill-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $35,930<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Maverick<sup>®</sup> Lobo<sup>™</sup> shown.</p>\n"},"606":{"id":"t2-truck-month-security-package","ariaLabel":"t2-truck-month-security-package","title":"*","description":"<p>*Ford Security Package requires the Ford app, formerly known as the FordPass<sup>®</sup> app, modem activation, and an activated plan.Removed
1912Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
1913Credit card required for activation and Package automatically renews until cancelled.Removed
1914Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
1915Not available in U.S. territories.Removed
1916Start Inhibit and Theft Alerts are not available for Ford Pro customers.Removed
1917Deductible Reimbursement is not currently available in AL, CA, FL, KY, LA, MD, MA, MI, MN, MS, MO, NJ, NY, OR, TN, WA, WI, Canada or U.S. territories.Removed
1918Terms apply.</p>\n"},"607":{"id":"disclaimer-max-towing-12,800-f150","ariaLabel":"","title":"†","description":"<p>†Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with available 5.0L V8 engine.Removed
1919When properly equipped.Removed
1920Requires Tow/Haul Package and optional Max Tow Axle.Removed
1921Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"608":{"id":"T2-compare-ranger-1","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
1922Your results may vary.Removed
1923Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"609":{"id":"matteblackdisclaimer2","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Script Badges</p>\n<p>Tell the world you drive a legend with these modern nods to the past.Removed
1924Matte black script lends a present-day presence while borrowing from 60 years of all-purpose capability and sophistication.</p>\n"},"610":{"id":"as-shown-price-sd-450xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $69,430.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XLT Crew Cab model with extra-cost color shown.</p>\n"},"611":{"id":"2026 US Super Duty Towing","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.Removed
1925Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
1926Based on current publicly available competitive information.Removed
1927When properly equipped.Removed
1928Requires F-450 High-Capacity Gooseneck Tow Package.Removed
1929Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"612":{"id":"disclaimer-pre-production-model","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model with optional equipment shown.Removed
1930Not all features may be available.Removed
1931See your local dealer for details.</p>\n"},"613":{"id":"expedition-media-ford-digital-experience-disclaimer","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connectivity plan.Removed
1936Game only functions when vehicle is in park.</p>\n"},"614":{"id":"bronco-big-bend-equipment","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Bronco<sup>®</sup> Big Bend model shown.1890Game only functions when vehicle is in park.</p>\n"},"658":{"id":"2025-expedition-billboard-media-launch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>Model shown with optional features and available Ford Accessories.</p>\n"},"659":{"id":"video-details-introducing-tremor-media-launch-disclaimer","ariaLabel":"","title":"Video details","description":"<p>Model shown with optional features and available Ford accessories.
1937Optional equipment shown. © 2025 Ford Motor Company.1891Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"660":{"id":"video-details-modified-display-expedition","ariaLabel":"","title":"Video Details","description":"<p>Modified Display.</p>\n"},"661":{"id":"asterisk-disclaimer-trailer-tow-package-expedition-media","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.
1938Bronco is a trademark of Ford Motor Company or its affiliates.Removed
1939All rights reserved.</p>\n"},"615":{"id":"vehicledetailswheelsshownarenotavailableforretailorder","ariaLabel":"","title":"Image Details","description":"<p>Wheels shown are not available for retail order.Removed
1940Dealers may have limited inventory.Removed
1941Please see your dealer for current inventory status.</p>\n"},"616":{"id":"the-ford-app-make-every-drive-yours","ariaLabel":"","title":"*","description":"<p>The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.Removed
1942Message and data rates may apply.Removed
1943Terms and conditions apply.Removed
1944Visit ford.com for our privacy notice.Removed
1945Make every drive yours.</p>\n"},"617":{"id":"2026-ford-bronco-badlands-equipment-shown-owner-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco® Badlands<sup>®</sup> model with optional equipment shown.Removed
1946Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
1947Removal of doors for off-road use only.Removed
1948See your Owner’s Manual for detailed information.</p>\n"},"618":{"id":"as-shown-price-sd-250xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $48,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XL Regular Cab 4x4 model shown.</p>\n"},"619":{"id":"2026-f-150-mp-billboard-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $70,020.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"620":{"id":"disclaimer-max-payload-of-1,740-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,740 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with 3.5L PowerBoost<sup>®</sup> engine.Removed
1949Max payload varies based on accessories and vehicle configuration.Removed
1950See label on doorjamb for carrying capacity of a specific vehicle.Removed
1951Always properly secure cargo.</p>\n"},"621":{"id":"disclaimer2025rangerlariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat pickup with optional equipment shown.</p>\n"},"622":{"id":"wifi-details","ariaLabel":"Provides user with information regarding the Connectivity Package Wi-Fi","title":"*","description":"<p><strong><em>Wi-Fi® Details</em></strong></p><p><em>Data speeds may be slowed down after 50GB of usage within a 30-day period.Removed
1952Don’t drive distracted or while using handheld devices.Removed
1953Use voice controls.</em></p>"},"623":{"id":"image-details-ford-security-package","ariaLabel":"","title":"Image Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
1954Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
1955Credit card required for activation and Package automatically renews until cancelled.Removed
1956Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
1957Not available in U.S. territories.Removed
1958Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or U.S. territories.Removed
1959Terms apply.</p>\n"},"624":{"id":"based-on-active-charging-stations-in-fords-ocpi-data-2024","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in Ford’s OCPI data from Ford’s CMS partners, generated between 9/1/2024 and 10/11/2024.Removed
1960Numbers subject to change.</p>\n"},"625":{"id":"CargoAndLoadCapacityLimited","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.Removed
1961Properly secure all cargo.</p>\n"},"626":{"id":"2026MvckLoboOptional","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick Lobo<sup>™</sup> with optional equipment shown.</p>\n"},"627":{"id":"2025-ranger-asp-disc","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,070<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>. 2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.Removed
1962Professional driver on closed course.Removed
1963Do not attempt.Removed
1964Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
1965Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
1966Does not include A Z or X Plan price.</p>\n"},"628":{"id":"2025-Explorer-Hero-Billboard-Image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,695<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford Explorer® ST in Vapor Blue (extra cost color option) and available 4WD with Panoramic Vista Roof®.</p>\n<p>&nbsp;</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"629":{"id":"DisclosureMustangBillboardAsShown","ariaLabel":"","title":"Image Details","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Mustang® Dark Horse Premium with available Dark Horse Appearance Package in Blue Ember (extra-cost color option).</p>\n"},"630":{"id":"ask-your-dealer-disclaimer","ariaLabel":"","title":"*","description":"<p>*For important participation details and mileage limitations, please ask your dealer.</p>\n"},"631":{"id":"T2-compare-expedition-1b","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs. available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.Removed
1968Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"632":{"id":"closed-track-drift-brake-is-intended-for-track-use-only","ariaLabel":"","title":"Image Details","description":"<p>Closed track.1893Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"662":{"id":"computer-generated-image-disclaimer-expedition","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n<p>Second-row digital device holder available summer 2025.</p>\n"},"663":{"id":"2025 US Expedition 1","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. </p>\n<p>Second-row digital device holder available summer 2025.</p>\n"},"664":{"id":"2025-introducing-expedition-tremor-2","ariaLabel":"","title":"Image Details","description":"<p>24-inch wheels are not currently available to order on Expedition<sup>®</sup> Platinum<sup>®</sup> Ultimate Package.
1969Drift brake is intended for track use only.1894Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"665":{"id":"DiscTier2EmployeePricing","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available on the purchase or lease of the following eligible new 2024-2025Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
1970It should never be used on public roads.Removed
1971See Owner’s Manual for information on use.Removed
1972Optional equipment shown.</p>\n"},"633":{"id":"bronco-as-shown-price-64860-badlands","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $64,860.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> shown in Marsh Gray with optional equipment.Removed
1973Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"634":{"id":"image-details-bronco-2025","ariaLabel":"","title":"Image Details","description":"<p>Always determine the water depth before attempting a crossing and proceed slowly.Removed
1974Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"635":{"id":"target-disclaimer-bronco-sport-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"636":{"id":"ford-charge-station-pro-qmerit-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new Ford F-150 Lightning<sup>®&nbsp;</sup>pickup, Mustang Mach-E<sup>®</sup> SUV, or E-Transit<sup>™</sup> Cargo Van from a participating Ford Dealer between 10/1/2024 and 1/2/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation or (b) $2,000 bonus cash.Removed
1975No trade-in required.Removed
1976Offer not available to fleet or commercial customers.Removed
1977Complimentary home installation must be performed through Qmerit Electrification LLC at a residential location with a dedicated electrical meter; restrictions may apply based on structural and electrical limitations.Removed
1978Installation must be completed by 6/30/2025.Removed
1979For all offers, must take retail delivery from an authorized Ford Dealer's stock by 1/2/2025.Removed
1980See your Ford Dealer for details and terms.</p>\n"},"637":{"id":"FordPassAppDisclaimer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.Removed
1981Message and data rates may apply.Removed
1982Terms and conditions apply.Removed
1983Visit <a href=\"http://ford.com/\" target=\"_blank\">ford.com</a> for our privacy notice.</p>\n"},"638":{"id":"updated-charger-and-installation-offer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150<sup>®</sup> Lightning<sup>®</sup>, or 2025 or 2026 Mustang Mach-E<sup>®</sup>, from a participating Ford dealer between 4/1/2026 and 07/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.Removed
1984Home charge station model and brand may vary based on availability.Removed
1985Offer not available to fleet or commercial customers.Removed
1986Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
1987Installation exclusions apply.Removed
1988Must take retail delivery from an authorized Ford dealer's stock by 7/6/2026.Removed
1989No trade-in required.Removed
1990See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"639":{"id":"DiscDeductibleReimbursement","ariaLabel":"","title":"*","description":"<p>*Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or the U.S. territories.Removed
1991Terms apply.</p>\n"},"640":{"id":"removal-doors-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.Removed
1992See your Owner’s Manual for detailed information.Removed
1993Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"641":{"id":"CoastalDisclaimer2","ariaLabel":"","title":"Image Details","description":"<p>Outer Banks Silver Fender Flares</p>\n<p>Protect your paint with Iconic Silver fender flares modeled after Bronco SUVs of the 1960s and 70s.Removed
1994Look classic and stay confident you'll leave the beach with memories made, not rock rash.</p>\n"},"642":{"id":"image-details-mach-e-gt-gallery-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment shown.</p>\n"},"643":{"id":"disc-3-horsepower-torque","ariaLabel":"","title":"†","description":"<p>†When properly equipped.Removed
1995Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"644":{"id":"select-mpd-mach-e-disclaimer-two","ariaLabel":"","title":"**","description":"<p>**On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.Removed
1996Based on internal testing with optional summer tires.</p>\n"},"645":{"id":"LaneKeeping","ariaLabel":"","title":"*","description":"<p>*Lane-Keeping System does not control steering.Removed
1997Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
1998It does not replace safe driving.Removed
1999See Owner’s Manual for details and limitations.</p>\n"},"646":{"id":"red-grille-letter-caps-fcg","ariaLabel":"","title":"Image Details","description":"<p>Red Grille Letter Caps</p>\n"},"647":{"id":"disclosure-escape-when-properly-equipped","ariaLabel":"","title":"†","description":"<p>†When properly equipped.Removed
2000Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"648":{"id":"Disc360-DegreeCamera2025","ariaLabel":"","title":"*","description":"<p>*Front Cameras operate at speeds up to 13mph.Removed
2001Rear cameras only operate at speeds under six miles per hour.Removed
2002Ranger<sup>®</sup> XLT model shown.</p>\n"},"649":{"id":"roadside-assistance-asterisk-disc-1","ariaLabel":"","title":"*","description":"<p>*Roadside Assistance is included for certain owners and available to everyone for a per-service fee.Removed
2003Ford reserves the right to change program details without obligations.Removed
2004Ford Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever comes first.</p>\n"},"650":{"id":"disclaimer-ranger-lariat-extra-cost-color-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> with optional equipment shown.Removed
2005When properly equipped.Removed
2006Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"651":{"id":"with-available-3-ecoboost-engine","ariaLabel":"","title":"*","description":"<p>*With available 3.0L EcoBoost<sup>®</sup> V6 engine.</p>\n"},"652":{"id":"DiscBroncoMDP2026FAQ","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"653":{"id":"T2-compare-lightning-5b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"654":{"id":"shownpricemaverick2026bb","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n<p>$31,140 (does not include D&amp;D fees).</p>\n"},"655":{"id":"as-shown-price-sd-250kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $77,775.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"656":{"id":"video-details-manual-before-off-road-driving","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"657":{"id":"availableconnectivityfeatures","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.Removed
2007Package pricing, features, included plans, and term lengths vary by model.Removed
2008Some features may only be available while vehicle is parked.Removed
2009Owners can log into the Ford app to see specific features available to them.Removed
2010Terms apply.</p>\n"},"658":{"id":"ford-experience-hub-disc-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
2011Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"659":{"id":"message-and-data-rates-may-apply","ariaLabel":"","title":"*","description":"<p>*Message and Data Rates May Apply.Removed
2012By texting, you agree to receive text messages.Removed
2013Text HELP for information.Removed
2014Text STOP to cancel.Removed
2015Privacy Policy at <a href=\"http://www.ford.com/help/privacy/\">www.ford.com/help/privacy/</a>.Removed
2016Customer must agree to Ford's Electric Vehicle 24/7 Live Support Service terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.</p>\n"},"660":{"id":"disc-2-horsepower-torque","ariaLabel":"","title":"**","description":"<p>**When properly equipped.Removed
2017Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"661":{"id":"details-2025-bronco-ownermanual-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> SUV with optional features shown.Removed
2018Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"662":{"id":"st-line-opt-equip-video-details","ariaLabel":"","title":"Video Details","description":"<p>ST-Line Elite model with optional equipment and extra-cost color shown.</p>\n"},"663":{"id":"as-ahown-price-active-100a","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $38,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup> 2026 Ford Explorer<sup>®</sup> Active 100A model shown.Removed
2019Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"664":{"id":"max-gooseneck-tow-rating-40000lbs-sd","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.Removed
2020When properly equipped.Removed
2021Requires F-450 High-Capacity Gooseneck Tow Package.Removed
2022Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"665":{"id":"availableonlariat4x4onlyandkingranchmodels","ariaLabel":"","title":"*","description":"<p>*Available on Lariat<sup>®</sup> (4x4 only) and King Ranch<sup>®</sup> models.Removed
2023King Ranch trim includes chrome front and rear bumpers.</p>\n"},"666":{"id":"extracost-and-package-shown-preproduction-actual-production-vehicle-will-vary","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Coupe with the FX Package and extra-cost color shown.Removed
2024Actual production vehicle may vary.Removed
2025Available for retail order now, arriving fall 2025.</p>\n"},"667":{"id":"as-shown-price-sd-250xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $49,270.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XLT Regular Cab model with extra-cost color shown.</p>\n"},"668":{"id":"t2-tax-service-propower-onboard","ariaLabel":"","title":"Disclosure","description":"<p>See owner’s manual for important operating instructions.</p>\n"},"669":{"id":"ranger disclaimer faq 2","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Raptor<sup>®</sup> Crew Cab 4x4 with 3.0L EcoBoost<sup>®</sup> V6 engine.Removed
2026Max payload varies based on accessories and vehicle configuration.Removed
2027See label on doorjamb for carrying capacity of a specific vehicle.Removed
2028Always properly secure cargo.</p>\n"},"670":{"id":"max-payload-8200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,200 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5’ box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
2029When properly equipped.Removed
2030Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"671":{"id":"image-details-2026-ranger-raptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
2031Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"672":{"id":"owners-manual-4","ariaLabel":"","title":"‡","description":"<p>‡See Owner’s Manual for important operating instructions.Removed
2032Assumes 9.8 kWh use per day for Pro Power Onboard<sup>™</sup>.Removed
2033Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"673":{"id":"max-towing-13500-lbs-f150supercrew-65box-4x4-35l-ecoboost","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
2034Available on select models.Removed
2035When properly equipped.Removed
2036Requires Tow/Haul Package and optional Max Tow Axle upgrade.Removed
2037Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"674":{"id":"electric-activated-vehicle-modem-the-ford-app-required-for-remote-features","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, and the Ford app are required for remote features.Removed
2038Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.Removed
2039Remote features may vary by model.</p>\n"},"675":{"id":"DiscRanger2026BB","ariaLabel":"","title":"Image Details","description":"<p>As shown price $49,950.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup> 2026 Ranger<sup>®</sup> Lariat model with optional equipment shown.Removed
2040Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2041Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
2042Does not include A Z or X Plan price.</p>\n"},"676":{"id":"AvailableOnXLT","ariaLabel":"","title":"*","description":"<p>Available on XLT.</p>\n"},"677":{"id":"disclaimer-torque-ratings-sae-j1349","ariaLabel":"","title":"*","description":"<p>*Torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
2043Your results may vary.</p>\n"},"678":{"id":"SuperDutyXLPackageOffRoad","ariaLabel":"","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL Off-Road Package shown.</p>\n"},"679":{"id":"rsf-thrill-vlu-mach-e-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
2044See your dealer for current inventory status.Removed
2045Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"680":{"id":"availableoxltrimforsrwanddrw","ariaLabel":"","title":"*","description":"<p>*Available on XL trim for SRW and DRW.</p>\n"},"681":{"id":"bronco-outer-banks-optional-equipment-color","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"682":{"id":"2025broncosportouterbanksmodelwithsasquatchpackage","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Sasquatch<sup>®</sup> Outer Banks<sup>®</sup> Package, extra-cost color option and available Ford Accessories shown.</p>\n"},"683":{"id":"explorer_tremor_disclosure","ariaLabel":"","title":"*","description":"<p>When equipped with the available 3.0L EcoBoost<sup>®</sup> engine.</p>\n"},"684":{"id":"eligible-vehicles","ariaLabel":"","title":"*","description":"<p>*Eligible vehicles (2022 and 2023 MY) receive a complimentary 3-year trial of E-Telematics services and eligible vehicles (2024MY) receive a 1-year trial that begins on the New Vehicle Warranty start date.Removed
2046Requires modem activation.Removed
2047Terms and conditions apply.Removed
2048Telematics service and features depend on compatible AT&amp;T network availability.Removed
2049Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.Removed
2050Annual service contract is required for E-Telematics service after trial.Removed
2051Call 1-833-811-3673 or go to</p>\n"},"685":{"id":"smoked-chrome-ford-oval-fcg","ariaLabel":"","title":"Image Details","description":"<p>Smoked Chrome Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage — 122 years of Ford iconic cool, to be exact.Removed
2052A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"686":{"id":"as-shown-price-sd-450platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $95,830.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"687":{"id":"connected-services-available-connectivity-features-and-functionality-vary-by-model-trim","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model/trim and compatible devices.Removed
2053Package pricing, features, included plans, and term lengths vary by model.Removed
2054Some features may only be available while vehicle is parked.Removed
2055Owners can log into the Ford app to see specific features available to them.Removed
2056Terms apply.Removed
2057Separate subscriptions required for streaming services.</p>\n"},"688":{"id":"t2-26-explorer-h2h-towing-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Explorer<sup>®</sup> Active<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"689":{"id":"bluecruise-event","ariaLabel":"","title":"Disclosure","description":"<p>Available feature on select vehicles.Removed
2058BlueCruise requires an active plan or trial – see <a href=\"http://ford.com/bluecruise\">ford.com/bluecruise</a> for details.Removed
2059Terms apply.Removed
2060BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.Removed
2061Only remove hands in a hands-free Blue Zone.Removed
2062Always watch the road and be prepared to resume control.Removed
2063See Owner’s Manual for details and limitations.</p>\n"},"690":{"id":"T2-compare-escape-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>® </sup>Platinum™ model shown.Removed
2064Wheels shown are not available for retail order.Removed
2065Dealers may have limited inventory.Removed
2066Please see your dealer for current inventory status.</p>\n"},"691":{"id":"limitations-apply-earn-points-for-the-purchase-of-ford-motorcraft","ariaLabel":"","title":"**","description":"<p>**Limitations apply.Removed
2067Earn Points for the purchase of Ford, Motorcraft®, or Omnicraft™ parts and associated labor at a participating Ford Dealership.Removed
2068See the Ford Rewards Terms and <a href=\"https://www.ford.com/support/category/ford-app/\">FAQs</a>.Removed
2069Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of service invoice date to receive Ford Rewards Points.Removed
2070Motorcraft® and Omnicraft™ are trademarks of Ford Motor Company.</p>\n"},"692":{"id":"awards-migration-10","ariaLabel":"","title":"Award Details","description":"<p>For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.Removed
2071Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"693":{"id":"2026 US Super Duty Technology","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.Removed
2072Use voice-operated systems when possible.Removed
2073Some features may be locked out while the vehicle is in gear.Removed
2074Not all features are compatible with all phones.</p>\n"},"694":{"id":"Epa-Estimated-Expedition","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.Removed
2075See <a href=\"fueleconomy.gov\" target=\"_blank\">fueleconomy.gov</a> for fuel economy of other engine/transmission combinations.Removed
2076Actual mileage will vary.<br>\n4x2 model MPG listed.</p>\n"},"695":{"id":"us-nonluxury-fullline-auto-manufacturer-bfn","ariaLabel":"","title":"Details","description":"<p>Based on U.S., non-luxury, full-line auto manufacturer owner’s mobile apps only.Removed
2077FordPass® Connect (optional on select vehicles), the FordPass® App, and FordPass Connect Services are required for remote features (see FordPass Terms for details).Removed
2078Connected Services are now complimentary for remote features, excluding Wi-Fi® hotspot.Removed
2079Connected Services and features depend on compatible AT&amp;T network availability.Removed
2080Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.Removed
2081FordPass App, compatible with select smartphone platforms, is available via a download.Removed
2082Message and data rates may apply.</p>\n"},"696":{"id":"vehicle-details-bronco2025-modalchange-2","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image model with optional equipment shown.</p>\n"},"697":{"id":"beyond-the-power-promise-roadside-assistance","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.Removed
2083For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.</p>\n<p>Ford reserves the right to change program details without obligations.</p>\n"},"698":{"id":"estimated-fuel-savings","ariaLabel":"","title":"*","description":"<p>*Estimated fuel savings are based on comparison between 2025 Mustang Mach-E<sup>®</sup> Select/Premium with standard-range battery and RWD with an EPA-est. combined consumption rate of 31 kWh/100 miles and 2025 Ford Escape 2.0L AWD with an EPA-est. combined rating of 26 MPG.Removed
2084Assumes 15,000 miles per year, Q2 2025 average gasoline cost of $3.157/gallon, and residential electricity cost of $0.1746/kWh with all charging carried out at home.Removed
2085Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"699":{"id":"2026 US Explorer Gallery","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> ST-Line shown.Removed
2086Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"700":{"id":"DiscMustang2026Feature","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang<sup>®</sup> V8 models with automatic transmission as well as on 2.3L models with Ford active valve performance exhaust.</p>\n"},"701":{"id":"xl-off-road-package-disclosure","ariaLabel":"","title":"*","description":"<p>*Performance front and rear shocks absorb F-250® series trucks greater than the 10K GVWR Package.</p>\n"},"702":{"id":"t2-compare-super-duty-7b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.</p>\n"},"703":{"id":"compatible-android-expedition-2025-2","ariaLabel":"","title":"*","description":"<p>*Compatible Android<sup>™</sup> phone and compatible active data plan required.</p>\n<p>Some Ford Digital Experience features require a Connectivity plan.Removed
2087Don’t drive while distracted or while using handheld devices.Removed
2088Use voice-operated systems when possible.Removed
2089Some features may be locked out while the vehicle is in gear.Removed
2090Not all features are compatible with all phones.</p>\n"},"704":{"id":"frontseatbeltsvehicledetailsnologerinproduction","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belts (safety belts) removed in order to provide a clear view of the vehicle interior.Removed
2091Supplies are limited.Removed
2092No longer in production.Removed
2093See your dealer for details.</p>\n"},"705":{"id":"vehicle-details-2026-ford-mustang-dark-horse","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown. 2026 Ford Mustang Dark Horse<sup>®</sup> SC with available Track Pack, optional equipment, and extra-cost color option shown.Removed
2094Coming summer 2026.</p>\n"},"706":{"id":"disclosure-secure-cargo","ariaLabel":"","title":"*","description":"<p>*Always properly secure cargo.</p>\n"},"707":{"id":"t2-cc-sd-ford-commercial","ariaLabel":"","title":"","description":""},"708":{"id":"automatic-lane-change-or-lane-change-assist","ariaLabel":"","title":"*","description":"<p>*Automatic Lane Change or Lane Change Assist if equipped.Removed
2095Features vary by vehicle and model year.</p>\n"},"709":{"id":"applecarplayexpedition2025","ariaLabel":"","title":"*","description":"<p>*Compatible Android™ phone and compatible active data plan required.<br>\nSome Ford Digital Experience features require a Connected Services plan.Removed
2096Don’t drive while distracted or while using handheld devices.Removed
2097Use voice-operated systems when possible.Removed
2098Some features may be locked out while the vehicle is in gear.Removed
2099Not all features are compatible with all phones.<br>\nApple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.<br>\nAndroid Auto is a trademark of Google LLC.</p>\n"},"710":{"id":"T2-compare-escape-7","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.Removed
2100Use voice-operated systems when possible.Removed
2101Some features may be locked out while the vehicle is in gear.Removed
2102Not all features are compatible with all phones.</p>\n"},"711":{"id":"DiscVehicleDetailsF150","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with extra-cost color option shown.Removed
2103When properly equipped.Removed
2104Requires Tow/Haul Package and optional Max Tow Axle.Removed
2105Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"712":{"id":"t2-compare-super-duty-8b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Class is Full-Size Pickups over 8,500 lbs.Removed
2106GVWR.&nbsp;</p>\n"},"713":{"id":"bronze-hood-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Hood Graphics</p>\n"},"714":{"id":"cargo-space-disclaimer","ariaLabel":"","title":"*","description":"<p>*59.7 cu. ft on the Select and Premium models when properly equipped.Removed
2107Cargo and load capacity limited by weight and weight distribution.</p>\n"},"715":{"id":"AsShownPriceRanger","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ford Ranger<sup>®</sup> XLT model with Black Appearance Package in Carbonized Gray as shown $40,490.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"716":{"id":"epa-estimated-2025-us-expedition","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.Removed
2108See fueleconomy.gov for fuel economy of other engine/transmission combinations.Removed
2109Actual mileage will vary.</p>\n"},"717":{"id":"DisclaimerClosedCourse","ariaLabel":"","title":"Image Details","description":"<p>Closed course.Removed
2110Professional driver.Removed
2111Do not attempt.</p>\n"},"718":{"id":"t2-compare-super-duty-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> model with available Tremor Off-Road Package and optional equipment shown.Removed
2112Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"719":{"id":"ready-set-ford-adventure-maverick-tremor","ariaLabel":"","title":"Image","description":"<p>2025 Ford Maverick<sup>®</sup> Tremor<sup>®</sup> model with available Ford Accessories shown.Removed
2113Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"720":{"id":"disclosure-maverick-max-payload","ariaLabel":"","title":"*","description":"<p>*Max payload on Maverick® pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.Removed
2114Excludes Maverick® Lobo™ and Tremor® models.Removed
2115Max payload varies and is based on accessories and vehicle configuration.Removed
2116See label on doorjamb for carrying capacity of a specific vehicle.Removed
2117Always properly secure cargo.</p>\n"},"721":{"id":"bronco-2025-owner-manual","ariaLabel":"","title":"*","description":"<p>Always consult the Raptor<sup>®</sup> Supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"722":{"id":"optional-equipment-properly-secure","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n<p>Properly secure all items in the truck bed.</p>\n<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.Removed
2118Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"723":{"id":"FordDealerDetails","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2119Does not include parts or repair charges.Removed
2120A non-operational vehicle is not eligible for Ford Pickup &amp; Delivery and will require a Roadside event.Removed
2121See your Ford Dealer for details.</p>\n"},"724":{"id":"ready-set-ford-adventure-f-150-tremor","ariaLabel":"","title":"Image","description":"<p>2025 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.Removed
2122Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"725":{"id":"25l-hybrid-engine-fwd-02","ariaLabel":"","title":"*","description":"<p>*2.5L Plug-In Hybrid engine/eCVT Automatic transmission/FWD.Removed
2123Actual mileage will vary.</p>\n"},"726":{"id":"homepage-rv-experiences-mme-lux-billboard-exp-id-3211","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>. 2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.Removed
2124Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"727":{"id":"disclaimer-previous-model-year-shown","ariaLabel":"","title":"**","description":"<p>**Previous model year shown.</p>\n"},"728":{"id":"sport-cat-back-exhaust-by-borla-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sport Cat-back Exhaust by Borla</p>\n"},"729":{"id":"t2-san-diego-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.Removed
2125F-150 is a trademark of Ford Motor Company or its affiliates.Removed
2126All rights reserved.</p>\n"},"730":{"id":"disclaimer2025mustangmachepremiummodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® Premium model shown with optional equipment and extra-cost color option.</p>\n"},"731":{"id":"important-details-tow-rating-of-40000lbs","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.Removed
2127Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
2128Based on current publicly available competitive information.Removed
2129When properly equipped.Removed
2130Requires F-450 High-Capacity Gooseneck Tow Package.Removed
2131Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"732":{"id":"dont-drive-while-distracted-sd","ariaLabel":"","title":"**","description":"<p>**Don’t drive while distracted or while using handheld devices.Removed
2132Use voice-operated systems when possible.Removed
2133Some features may be locked out while the vehicle is in gear.Removed
2134Not all features are compatible with all phones.</p>\n"},"733":{"id":"pickup-delivery-disclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2135Does not include parts or repair charges.Removed
2136A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"734":{"id":"T2-compare-maverick-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.</p>\n"},"735":{"id":"ford-test-data-disclaimer-2","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.Removed
2137Your results may vary.</p>\n"},"736":{"id":"","ariaLabel":"","title":"","description":""},"737":{"id":"computer-generated-vehicle-shown","ariaLabel":"","title":"Image Details","description":"<p>Computer generated vehicle shown.</p>\n"},"738":{"id":"geometric-bronco-hood-graphic","ariaLabel":"","title":"Image Details","description":"<p>Geometric Bronco Hood Graphic</p>\n<p>Hot heat snakes across the hood and reverberates down to the rocker panel.Removed
2138Amplify your Bronco SUV's presence with this shapely graphic that turns your hood into a display of unbridled strength.</p>\n"},"739":{"id":"max-500-horsepower-and-1200-lb","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower and 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.Removed
2139Class is Full-Size Pickups over 8,500 lbs.Removed
2140GVWR.Removed
2141Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
2142Your results may vary.Removed
2143When properly equipped.Removed
2144Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"740":{"id":"disclaimer-2025expeditiontremoracc","ariaLabel":"","title":"Image Details","description":"<p>2025 Expedition® Tremor® SUV with optional features and available Ford Accessories shown.<br>\n<br>\nWhen properly equipped.Removed
2145Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"741":{"id":"t2-phoenix-las-vegas-tucson-hp-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Badlands® model shown.Removed
2146Optional equipment shown. © 2025 Ford Motor Company.Removed
2147Bronco is a trademark of Ford Motor Company or its affiliates.Removed
2148All rights reserved.</p>\n"},"742":{"id":"rsf-build-vlu-superduty-chassis-cab-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,345<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Super Duty<sup>®</sup> Chassis Cab shown.</p>\n"},"743":{"id":"upgraded-spare-tire-carrier-fcg","ariaLabel":"","title":"Image Details","description":"<p>Upgraded Spare Tire Carrier</p>\n<p>Carry a full-sized spare with confidence, because the trails don't play favorites when it comes to flats: Help protect your Bronco from failure with a carrier sized for the recommended 35&quot; Goodyear Territory RT 315/70R17 tires (as shown) and get your friends and family home from every adventure.</p>\n"},"744":{"id":"t2-cc-SD-diesel-horsepower-and-torque","ariaLabel":"t2-cc-SD-diesel-horsepower-and-torque","title":"*","description":"<p>Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High-Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.Removed
2149Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
2150Based on current publicly available competitive information.Removed
2151Horsepower and torque ratings based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
2152Your results may vary.Removed
2153When properly equipped.Removed
2154Horsepower and torque are independent attributes and may not be achieved simultaneously.<a href=\"https://www.ford.com/inventory/superduty/results/?intcmp=ef-performance-cta-siResults&amp;engine=EN-Y3\"><br>\n</a></p>\n"},"745":{"id":"unique-modular-grille-with-bronze-inserts-fcg","ariaLabel":"","title":"Image Details","description":"<p>Unique Modular Grille with Bronze Inserts</p>\n"},"746":{"id":"first-time-buyer-bonus-cash-available-to-customers-v2","ariaLabel":"","title":"Offer Details","description":"<p>$500 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report.Removed
2155Available on the purchase or lease of an eligible 2025 or 2026 Bronco Sport<sup>®</sup>, Maverick<sup>®</sup>, Escape<sup>®</sup>, Mustang Mach-E<sup>®</sup>, and Ranger<sup>®</sup> only.Removed
2156Not available on all other Ford and Lincoln vehicles including Ranger Raptor<sup>®</sup>.Removed
2157Limit one purchase or lease per eligible buyer.Removed
2158Not all buyers will qualify.Removed
2159Must finance or lease through Ford Credit.Removed
2160May not be used/combined with any Ford private offers.Removed
2161Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 3/31/26.Removed
2162See dealer for qualifications and complete details.Removed
2163(PGM #32972) Offer subject to confirmation of eligibility.</p>\n"},"747":{"id":"max-gooseneck-tow-rating","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.Removed
2164Class is Full-Size Pickups over 8,500 lbs.Removed
2165GVWR.Removed
2166Based on current publicly available competitive information.Removed
2167When properly equipped.Removed
2168Requires F-450 High-Capacity Gooseneck Tow Package.Removed
2169Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"748":{"id":"available-on-select-vehicles-01","ariaLabel":"","title":"*","description":"<p>*Available on select vehicles.Removed
2170Requires feature activation.Removed
2171Not compatible with all mobile phones.</p>\n"},"749":{"id":"bronco-sport-outer-banks-model-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport Outer Banks model with optional equipment and extra-cost color shown.Removed
2172Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"750":{"id":"epa-estimated-city-hwy1","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.Removed
2173See <a href=\"https://fueleconomy.gov/\" target=\"_blank\">fueleconomy.gov</a> for fuel economy of other engine/transmission combinations.Removed
2174Actual mileage will vary.Removed
2175On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.</p>\n"},"751":{"id":"Max 430 torque and 485 lb","ariaLabel":"","title":"*","description":"<p>*Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.Removed
2176Class is Full-Size Pickups over 8,500 lbs.Removed
2177GVWR.Removed
2178Based on current publicly available competitive information.Removed
2179Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
2180Your results may vary.Removed
2181When properly equipped.Removed
2182Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"752":{"id":"T2-compare-lightning-1b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload varies and is based on accessories and vehicle configuration.Removed
2183See label on doorjamb for carrying capacity of a specific vehicle.Removed
2184Always properly secure cargo.</p>\n"},"753":{"id":"disclaimer-max-payload-of-2,235-f150-2","ariaLabel":"","title":"††","description":"<p>††Max payload of 2,235 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.Removed
2185Max payload varies based on accessories and vehicle configuration.Removed
2186See label on doorjamb for carrying capacity of a specific vehicle.Removed
2187Always properly secure cargo.</p>\n"},"754":{"id":"24-wheels-not-available","ariaLabel":"","title":"Image Details","description":"<p>24-inch wheels are not currently available to order on Expedition<sup>®</sup> Platinum<sup>®</sup> Ultimate Package.Removed
2188Contact a Ford dealer to check available inventory or place a custom order.</p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"755":{"id":"CoastalDisclaimer","ariaLabel":"","title":"Image Details","description":"<p>Iconic Silver 17&quot; x 8&quot; Wheel Kit</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.Removed
2189Iconic Silver wheels fuse classic Bronco flair with modern performance for every beach, backroad, and boardwalk.</p>\n"},"756":{"id":"AsShownPriceKingRanch","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> King Ranch<sup>®</sup> SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"757":{"id":"20l-engine-8-speed-awd","ariaLabel":"","title":"*","description":"<p>*2.0L engine/8-speed transmission/AWD.Removed
2190Actual mileage will vary.</p>\n"},"758":{"id":"awards-migration-5","ariaLabel":"","title":"Award Details","description":"<p>Vehicle’s projected resale value is specific to the 2024 model year.Removed
2191For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.Removed
2192Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"759":{"id":"2026 US Explorer Gallery 1","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> Tremor<sup>®</sup> shown.</p>\n"},"760":{"id":"optional-rtr-mustang-hyper-lime","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional RTR package available on 2026 Ford Mustang® EcoBoost® fastback.Removed
2193Preproduction model with optional Hyper Lime brake caliper shown.</p>\n"},"761":{"id":"DiscF1502026MaxTow","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,900 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.Removed
2194When properly equipped.Removed
2195Requires Tow/Haul Package and optional Max Tow Axle.Removed
2196Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"762":{"id":"fordTruckBedCameraInstallation","ariaLabel":"","title":"*","description":"<p>*The Ford Truck Bed Camera is sold separately and requires installation, an active Ford Security Package plan and the Ford app.Removed
2197Evolving technology/cellular networks may limit functionality and prevent operation of certain features.Removed
2198Available on select 2024 and newer Ford F-150® and Super Duty® trucks, excluding all F-150 Lightning®, F-650® and F-750® models.</p>\n"},"763":{"id":"Expedition Tremor 2026 3","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $82,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup> 2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"764":{"id":"24-7-live-support-fordpass-disclaimer","ariaLabel":"","title":"*","description":"<p>The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.Removed
2199Message and data rates may apply.Removed
2200Terms and conditions apply.Removed
2201Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"765":{"id":"2asterisks-pre-collision-assist-with-automatic-emergency","ariaLabel":"","title":"**","description":"<p>**Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.</p>"},"766":{"id":"t2-superduty-2","ariaLabel":"2","title":"2","description":"<p>Maximum conventional rating of 30,000 lbs. available on F-450® Crew Cab DRW.Removed
2202Class is Full-Size Pickups over 8,500 lbs.Removed
2203GVWR.Removed
2204Based on current publicly available competitive information.Removed
2205When properly equipped.Removed
2206Maximum towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"767":{"id":"range-battery-asterisk-dsclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.Removed
2207Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"768":{"id":"T2-compare-lightning-2b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>When properly equipped.Removed
2208Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"769":{"id":"intercooler-upgrade-fcg","ariaLabel":"","title":"Image Details","description":"<p>Intercooler Upgrade</p>\n"},"770":{"id":"eligible-model-vehicles-expedition","ariaLabel":"","title":"*","description":"<p>*Eligible 2025 model-year vehicles receive complimentary access to three-years of Alexa Built-In and one-year of Ford Connectivity Package plan enabling Google Assistant, Google Maps and Google Play which begins on the activation start date.Removed
2209To activate the one-year complimentary trial, credit card authorization for auto renewal is required; customer may cancel at any time.Removed
2210Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>\n"},"771":{"id":"ranger-image-detail","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n"},"772":{"id":"rangeandchargetimebasedonmanufacturercomputerengineeringsimulations","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.Removed
2211The charging rate decreases as battery reaches full capacity.Removed
2212Your results may vary based on peak charging times and battery state of charge.Removed
2213Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"773":{"id":"PreCollisionAssist","ariaLabel":"","title":"*","description":"<p>*Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.</p>\n"},"774":{"id":"T2-compare-maverick-4b","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with available Max Trailer Tow Package.Removed
2214Excludes Maverick<sup> </sup>Lobo™ and Tremor<sup>®</sup> models.Removed
2215When properly equipped.Removed
2216Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"775":{"id":"2025-ford-mustang-mache-rally","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown.</p>\n"},"776":{"id":"2026-ford-mustang-ecoboost-fastback-in-extra-cost-color-avalanche-gray-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback in extra-cost color Avalanche Gray shown.</p>\n"},"777":{"id":"2026-super-duty-billboard","ariaLabel":"","title":"As shown pricing","description":"<p>As shown $92,860.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2026 Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat Crew Cab SRW with available Tremor Off-Road Package, Black Appearance Package, Lariat Premium Package, Lariat Ultimate Package and 6.7L High Output diesel engine.</p>\n"},"778":{"id":"DiscFoxLiveValveShocks2025","ariaLabel":"","title":"*","description":"<p>*FOX<sup>™</sup> and Live Valve are registered trademarks of FOX Factory, Inc.</p>\n"},"779":{"id":"disclaimer-f-150-lightning-properly-equipped-v2","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When home is properly equipped.Removed
2217Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> pickup with the extended-range battery.Removed
2218Your results may vary depending on energy usage.Removed
2219Rationing power refers to limiting the number of devices and turning the truck off when not needed.</p>\n"},"780":{"id":"buyers-ford-credit-lease-target","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.Removed
2220Payments may vary; dealer determines price.Removed
2221Lessee is responsible for excess wear and mileage over 31,500 miles at $0.20/mile.Removed
2222Lessee has option to purchase at lease-end at price negotiated at signing.Removed
2223Cash due at signing is after $2,000 RCL cash (50634).Removed
2224Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.Removed
2225See dealer for qualifications and details.</p>\n"},"781":{"id":"DisclosureShadowBlackPaint","ariaLabel":"","title":"*","description":"<p>*Except when ordered with Shadow Black paint.<br>\n</p>\n"},"782":{"id":"ford-connectivity-package-expedition","ariaLabel":"","title":"*","description":"<p>*Available with Ford Connectivity Package.</p>\n"},"783":{"id":"class-2-trailer-tow-package-disc","ariaLabel":"","title":"*","description":"<p>*When equipped with the Class II Trailer Tow Package.</p>\n"},"784":{"id":"T2-compare-escape-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape®<sup> </sup>ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"785":{"id":"off roading ranger disclaimer","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2226Available on XL, XLT, and Lariat<sup>®</sup> models.</p>\n"},"786":{"id":"2025-expedition-us-hl-2","ariaLabel":"","title":"Video Details","description":"<p>Optional second-row bench seat shown.</p>\n"},"787":{"id":"DiscHPMVehicleDetailsAmericasMostAwarded","ariaLabel":"","title":"Vehicle Details","description":"<ul>\n<li>2025 Mustang EcoBoost<sup>®</sup> Fastback model shown with EcoBoost with optional Wheel &amp; Stripe package.Removed
2227Color shown is Oxford White.</li>\n<li>2025 Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model shown.Removed
2228When properly equipped.Removed
2229Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</li>\n<li>2025 F-150® Platinum<sup>®</sup> model with extra-cost color option shown.</li>\n<li>2025 Escape<sup>®</sup> ST-Line Elite model shown.</li>\n</ul>\n"},"788":{"id":"vehicle-details-expedition-media-highlights","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford Accessories.<br>\n<br>\n24-inch wheels are not currently available to order.Removed
2230Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"789":{"id":"2026-bronco-badlands-sar","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2231Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
2232Remember that even advanced technology cannot overcome the laws of physics.Removed
2233It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.Removed
2234Always determine the water depth before attempting a crossing and proceed slowly.Removed
2235Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"790":{"id":"ongoing-disclaimer-1","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150<sup>®</sup> Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.Removed
2236Message and data rates may apply.Removed
2237By texting, you agree to receive text messages.Removed
2238Text HELP for information.Removed
2239Text STOP to cancel.Removed
2240Privacy Policy at www.ford.com/help/privacy/.Removed
2241Customer must agree to terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.Removed
2242Not available on select holidays.Removed
2243See your Ford dealer for details.</p>\n"},"791":{"id":"t2-26-explorer-h2h-cargo-space","ariaLabel":"","title":"Image Details","description":"<p>*85.8 cubic feet on Active and ST-Line, 85.3 on Ford Explorer<sup>®</sup> Platinum™ (shown), Tremor<sup>® </sup>and ST models.Removed
2244Cargo and load capacity limited by weight and weight distribution.</p>\n"},"792":{"id":"f150-lightning-platinum-optional-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model with optional Ford Accessories shown.</p>\n"},"793":{"id":"t2-truck-month-ford-mobile-service","ariaLabel":"t2-truck-month-ford-mobile-service","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2245Does not include parts or repair charges.</p>\n"},"794":{"id":"t2-compare-mustang-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with optional Appearance Package and extra-cost color option shown.</p>\n"},"795":{"id":"As Shown Price Ranger Raptor 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $57,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> Raptor shown in extra-cost color option, Shelter Green Metallic.Removed
2246Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"796":{"id":"T2-compare-expedition-7","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> MAX Platinum<sup>®</sup> model with extra-cost color option shown.Removed
2247Cargo and load capacity limited by weight and weight distribution.</p>\n"},"797":{"id":"2025-mach-e-optional-extra-color","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E GT shown with optional equipment and extra-cost color option.</p>\n"},"798":{"id":"T350LowRoof","ariaLabel":"","title":"*","description":"<p>*T-350 Low Roof – Long Length, Passenger Van (12 and 15 passenger).Removed
2248Rear Wheel Drive, 3.5L PFDi V6 with 4.1 Rear Axle Ratio (SRW).<br>\nWhen properly equipped.Removed
2249Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"799":{"id":"t2-cc-SD-pro-trailer-hitch-assist","ariaLabel":"t2-cc-SD-pro-trailer-hitch-assist","title":"*","description":"<p>Class is Full-Size Pickups over 8,500 lbs.Removed
2250GVWR.Removed
2251Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
2252They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
2253Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
2254See Owner’s Manual for details and limitations.</p>\n"},"800":{"id":"merchbroncosport2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option and Bronco Off-Roadeo<sup>®</sup> badging.</p>\n"},"801":{"id":"details-2025-bronco-raptor-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
2255Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2256Removal of doors for off-road use only.Removed
2257See your Owner's Manual for detailed information.</p>\n"},"802":{"id":"stealth-hood-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>Stealth Hood Decal</p>\n"},"803":{"id":"ComputerDueto25Exp","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. <br>\nDue to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"804":{"id":"2026-mustang-video-details-billboard","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium Fastback with GT Premium Performance Package, optional equipment and extra-cost color shown.Removed
2258Actual production vehicle may vary.Removed
2259Available for retail order now, arriving fall 2026.</p>\n"},"805":{"id":"service-maintenance-the-works-disclaimer","ariaLabel":"","title":"†","description":"<p>†Up to six quarts of Motorcraft<sup>®</sup> oil and Motorcraft oil filter.Removed
2260Hybrid battery test excluded.Removed
2261See a participating U.S. dealership for exclusions and details.Removed
2262Ford reserves the right to change, modify, or discontinue this program at any time.Removed
2263Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"806":{"id":"awards-best-buy-full-size-truck","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Buy Award for Full-Size Trucks on Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/#!external&quot;}}\">KBB.com</a>.Removed
2264Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/#!external&quot;}}\">KBB.com</a>.Removed
2265Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"807":{"id":"t2-compare-super-duty-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.Removed
2266Class is Full-Size Pickups over 8,500 lbs.Removed
2267GVWR.Removed
2268Based on current publicly available competitive information.Removed
2269When properly equipped.Removed
2270Requires F- 450 High-Capacity Gooseneck Tow Package.Removed
2271Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"808":{"id":"t2-cc-f150-leadership","ariaLabel":"t2-cc-f150-leadership","title":"*","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"809":{"id":"S3","ariaLabel":"","title":"S3","description":"<p>Offers shown may not be available to all customers.Removed
2272Incentives lists are examples of offers available at the time of posting and are subject to change and expiration.Removed
2273Not all incentives can be redeemed together.Removed
2274To take advantage of rebates, incentives and/or financing offers you must take new retail delivery from dealer stock by the expiration date noted.Removed
2275Not all buyers will qualify for Ford Credit financing or other offers.Removed
2276Restrictions apply.Removed
2277See your local dealer for complete details.</p>\n"},"810":{"id":"2026-mustang-mach-e-packages-7","ariaLabel":"","title":"*","description":"<p>*Replaces front and rear carpeted floor mats.</p>\n"},"811":{"id":"image-details-disc-bronco-family-2-column","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment and extra-cost color.</p>\n<p>Ford Bronco® Big Bend® model with optional equipment, available Ford accessories, and extra-cost color.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"812":{"id":"with-the-available-second-row","ariaLabel":"","title":"*","description":"<p>*With available second-row bench seats.</p>\n"},"813":{"id":"video-details-bb-homepage-disclaimer-rsf","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown throughout.Removed
2278Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.Removed
2279Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n<p>Removal of doors for off-road use only.Removed
2280See your Owner’s Manual for detailed information.Removed
2281Closed course.Removed
2282Professional driver.Removed
2283Sales and service for this vehicle will be managed by Multimatic.Removed
2284Ownership inquiries may be directed to them.Removed
2285Very limited availability.Removed
2286Inquiry does not guarantee ability to purchase.</p>\n"},"814":{"id":"available-ford-accessories-bronco26","ariaLabel":"","title":"Video Details","description":"<p>Available Ford Accessories shown.Removed
2287Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Carbonized Gray Metallic exterior color not currently available to order.Removed
2288Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"815":{"id":"us-mach-e-design-modal-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Not available on Select or Rally models.</p>\n"},"816":{"id":"15l-engine-8-speed-awd","ariaLabel":"","title":"**","description":"<p>**1.5L engine/8-speed transmission/AWD.Removed
2289Actual mileage will vary.</p>\n"},"817":{"id":"2024-mach-e-premium-model","ariaLabel":"","title":"Image Details","description":"<p>2024 Mach-E Premium model with extra-cost color shown.</p>\n"},"818":{"id":"t2-compare-super-duty-4b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.Removed
2290Max payload varies and is based on accessories and vehicle configuration.Removed
2291See label on doorjamb for carrying capacity of a specific vehicle.Removed
2292Always properly secure cargo.Removed
2293Class is Full-Size Pickups over 8,500 lbs.Removed
2294GVWR.&nbsp;</p>\n"},"819":{"id":"2dagger-intersection-assist-does-not-detect-all-vehicles-in-intersections","ariaLabel":"","title":"††","description":"<p>††Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.</p>\n"},"820":{"id":"2025 lightning target 6","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $70,375.<br>\n2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with optional equipment shown.</p>\n"},"821":{"id":"video-details-modified-display-expedition","ariaLabel":"","title":"Video Details","description":"<p>Modified Display.</p>\n"},"822":{"id":"2026-superduty-lariat-drw-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> DRW model with extra-cost color option shown.</p>\n"},"823":{"id":"offer-details-disclaimer-homepage-yese","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.&nbsp;</p>\n<p>Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.Removed
2295Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.Removed
2296Customer can defer first payment up to 90 days.Removed
2297Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
2298Deferred first payment not allowed in Pennsylvania on APRs higher than 0%.Removed
2299For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
2300All offers exclude Mustang<sup>®</sup> Dark Horse<sup>™</sup>, Mustang GTD<sup>®</sup>, F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup> Raptor, Ford GT<sup>™</sup>, Bronco<sup>®</sup> Raptor, and Bronco Stroppe.Removed
2301For all offers take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
2302See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
2303Please contact your Ford Dealer for the most current inventory status.</p>\n<p>&nbsp;</p>\n"},"824":{"id":"DiscVideoDetailsExpedition","ariaLabel":"","title":"Video Details","description":"<p>2026 Expedition® Tremor® with available Ford Accessories, and extra cost color option shown.Removed
2304Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"825":{"id":"raptor-r-model-driving","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150&nbsp;Raptor R<sup>™</sup> model shown.Removed
2305Driving shown takes place under professional supervision and in the controlled Ford Experience environment.Removed
2306Always drive consistent with your ability and in accordance with the owner's manual.</p>\n"},"826":{"id":"disclosure-image-details-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"827":{"id":"f150-xlt-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"828":{"id":"landing-service-maintenance-motorcraft-disclaimer","ariaLabel":"","title":"*","description":"<p>*Up to six quarts of Motorcraft® oil and Motorcraft oil filter.Removed
2307Hybrid battery test excluded.Removed
2308See a participating U.S. dealership for exclusions and details.Removed
2309Ford reserves the right to change, modify, or discontinue this program at any time.Removed
2310Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"829":{"id":"EPA-estimated-maverick-2026-mdl-lobo","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 21 city/30 hwy/24 combined, 2.0L EcoBoost<sup>®</sup> engine, 7-Speed Automatic Transmission, Advanced 4WD.Removed
2311Actual mileage will vary.</p>\n"},"830":{"id":"t2-feb-service-main","ariaLabel":"","title":"*","description":"<p class=\"MsoNormal\"><span style=\"font-size: 11.0pt; font-family: 'Arial',sans-serif; mso-fareast-font-family: SimHei; mso-fareast-theme-font: minor-fareast; color: black; mso-themecolor: text1;\">*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2312Does not include parts or repair charges.Removed
2313Ford reserves the right to change, modify, or discontinue this program at any time.</span></p>"},"831":{"id":"disclaimer2025f150tax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> XLT model shown.</p>\n"},"832":{"id":"FrontCameraDisclaimer","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 miles per hour.Removed
2314Rear cameras only operate at speeds under six miles per hour.</p>\n"},"833":{"id":"DiscloseAvailableFeature","ariaLabel":"","title":"*","description":"<p>Available Feature</p>\n"},"834":{"id":"DisclosureShownWithAvailableAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance package.<br>\n</p>\n"},"835":{"id":"dont-drive-while-sd","ariaLabel":"","title":"*","description":"<p>*Don't drive while distracted.Removed
2315See Owner’s Manual for details and system limitations.</p>\n"},"836":{"id":"max-payload-1750-f-150-reskin-2","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,750 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.Removed
2316Max payload varies and is based on accessories and vehicle configuration.Removed
2317See label on doorjamb for carrying capacity of a specific vehicle.Removed
2318Always properly secure cargo.</p>\n"},"837":{"id":"t2-hompage-veterans-first-responders","ariaLabel":"","title":"*","description":"<p>First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).Removed
2319Ford Military Exclusive Cash Reward is available to all active, retirees, and all veteran military personnel of an eligible military branch, including their spouses/ surviving spouses, and household members.Removed
2320(PGM# 32892) Offers are available on the purchase or lease of an eligible new 2024/2025/2026 Ford vehicle.Removed
2321See an authorized Ford Dealer or go to&nbsp;<a href=\"https://www.fordrecognizesu.com/\">Ford Recognition Programs</a> for complete details and eligibility.Removed
2322Customer may only claim one Cash Reward.Removed
2323Offers are subject to confirmation of eligibility.</p>\n"},"838":{"id":"vehicle-details-daytona-carousel-disc","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype models shown throughout.Removed
2324Modified for racing.Removed
2325Professional drivers with special safety equipment.Removed
2326Closed course.Removed
2327Do not attempt.</p>\n"},"839":{"id":"DiscImageDetailsRanger2026Owner","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2328Available on XL, XLT, and Lariat<sup>®</sup> models.</p>\n"},"840":{"id":"2026-maverick-xlt-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XL model shown.</p>\n"},"841":{"id":"","ariaLabel":"","title":"","description":""},"842":{"id":"DiscTargetAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $78,1158. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
2329Max payload varies based on accessories and vehicle configuration.Removed
2330See label on doorjamb for carrying capacity of a specific vehicle.Removed
2331Always properly secure cargo.Removed
2332Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.​</p>\n"},"843":{"id":"disclosuremustangbillboardasshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p><br>\n2025 Ford Mustang Dark Horse<sup>®</sup> Premium with available Mustang Dark Horse Appearance Package in Blue Ember (extra-cost color option).</p>\n"},"844":{"id":"t2-hp-bb-california-state-parks","ariaLabel":"Disclosure","title":"Disclosure","description":"<p>Restrictions apply to the California Explorer Vehicle Day Use Annual Pass offer.Removed
2333A valid email address is required for eligibility and must be recorded in VINCENT under program #31270.Removed
2334Limit one (1) pass per vehicle VIN.Removed
2335Eligible customer must purchase or lease a new 2026MY or 2025MY Ford Bronco® SUV or Ford Bronco Sport® SUV.Removed
2336The California Explorer Vehicle Day Use Annual Pass has a retail value of $195 and is non-transferable, non-refundable, and may not be redeemed or exchanged for cash or cash equivalent.Removed
2337Eligible customers will receive an email with program details, instructions to claim the annual pass, and must verify the proof of purchase/lease.Removed
2338Must take new retail delivery from an authorized California Ford Dealer’s stock from 5/22/26 to 7/6/26.Removed
2339See Dealer for qualifications and complete details.</p>\n"},"845":{"id":"25l-hybrid-engine-awd-01","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/AWD.Removed
2340Actual mileage will vary.</p>\n"},"846":{"id":"preproduction-model-shown-with-available-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown with available Ford accessories.Removed
2341Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"847":{"id":"explorer-active-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Active model shown.</p>\n"},"848":{"id":"t2-compare-super-duty-10a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model with available Chrome package and 6.7L High Output diesel engine shown.&nbsp;</p>\n"},"849":{"id":"DiscF1502026Global50","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
2342Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
2343Credit card required for activation and Package automatically renews until cancelled.Removed
2344Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
2345Not available in U.S. territories.Removed
2346Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or U.S. territories.Removed
2347Terms apply.</p>\n"},"850":{"id":"T2-HP-Billboard-RSF","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.Removed
2348Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"851":{"id":"T2-compare-ranger-2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> model interior shown.<b></b></p>\n"},"852":{"id":"mach-e-gt-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E GT model shown with optional equipment.</p>\n"},"853":{"id":"closed-track-electronic-line-2026-mustang-ecoboost-extra-cost-race-red","ariaLabel":"","title":"Image Details","description":"<p>Closed track.Removed
2349Electronic line-lock is intended for track use only.Removed
2350It should not be used on public roads.Removed
2351See Owner’s Manual for information on use.</p>\n<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback in extra-cost color Race Red shown.</p>\n"},"854":{"id":"disclosure-owners-manual-offroad","ariaLabel":"","title":"†","description":"<p>†Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"855":{"id":"ShowingPriceMaverickXl","ariaLabel":"","title":"As Showing Price","description":"<p>2026 Maverick<sup>®</sup> XL model shown. $28,145 (does not include fees)</p>\n"},"856":{"id":"2025-mustang-mach-e-premium","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with extra-cost color option shown.</p>\n"},"857":{"id":"battery-electric-vehicle-warranty-disclaimer","ariaLabel":"","title":"*","description":"<p>*See your dealer and the <a href=\"https://www.fordservicecontent.com/Ford_Content/Catalog/owner_information/2024_US_Ford_Mach_E_WG_V2.pdf\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-download&quot;,&quot;direct&quot;:&quot;global-download&quot;,&quot;secondary&quot;:&quot;websdk-download&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:lp:power promise:pdf:download&quot;,&quot;onclick_onclick&quot;:&quot;lp:power promise:pdf download:2024usfordmachewgv2.pdf&quot;}}\" rel=\"noopener noreferrer\">Battery Electric Vehicle Warranty Guide</a> for limited warranty details.</p>\n"},"858":{"id":"2025-ranger-lariat-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.</p>\n"},"859":{"id":"max-towing-2-12900-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,900 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.Removed
2352When properly equipped.Removed
2353Requires Tow/Haul Package and optional Max Tow Axle.Removed
2354Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"860":{"id":"video-details-2026-ford-explorer-tremor-with-optional","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Explorer® Tremor® with optional equipment shown.Removed
2355Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"861":{"id":"hawaii-memorial-day-bb","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco Sport® Big Bend® model shown. © 2026 Ford Motor Company.Removed
2356F-150 is a trademark of Ford Motor Company or its affiliates.Removed
2357All rights reserved.</p>\n"},"862":{"id":"2025-ford-super-duty-lariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Black Appearance Package and optional equipment shown.</p>\n"},"863":{"id":"DiscImageDetailsXLTModel","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.</p>\n"},"864":{"id":"f-150-computer-image-extra-color","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image shown.Removed
2358Extra-cost color shown.</p>\n"},"865":{"id":"image-details-off-roading-modal-2026-f150","ariaLabel":"","title":"Image Details","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"866":{"id":"bronco-retail-disclaimer","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit limited-term financing.Removed
2359Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/7/25.Removed
2360See dealer for qualifications, and details.</p>\n"},"867":{"id":"as-shown-pricing-2025-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$56,070<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
2361Does not include A, Z or X Plan price.</p>\n"},"868":{"id":"T2-compare-expedition-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.</p>\n"},"869":{"id":"t2-truck-month-bluecruise","ariaLabel":"t2-truck-month-bluecruise","title":"*","description":"<p>*Available feature on select vehicles.Removed
2362BlueCruise requires an active plan or trial – see <a href=\"http://ford.com/bluecruise\">ford.com/bluecruise</a> for details.Removed
2363Terms apply.Removed
2364BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.Removed
2365Only remove hands in a hands-free Blue Zone.Removed
2366Always watch the road and be prepared to resume control.Removed
2367See Owner’s Manual for details and limitations.</p>\n"},"870":{"id":"max-payload-2225-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,225 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.Removed
2368Max payload varies and is based on accessories and vehicle configuration.Removed
2369See label on doorjamb for carrying capacity of a specific vehicle.Removed
2370Always properly secure cargo.</p>\n"},"871":{"id":"DisclosureImageDetails2","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n"},"872":{"id":"2026-expedition-tremor-with-accessories-and-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> with available Ford accessories and extra-cost color option shown.</p>\n"},"873":{"id":"t2-transitcom-6","ariaLabel":"6","title":"6","description":"<p>Lane-Keeping System does not control steering.</p>"},"874":{"id":"2025-f150-platinum-plus-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.Removed
2371When properly equipped.Removed
2372Requires Tow/Haul Package and optional Max Tow Axle.Removed
2373Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"875":{"id":"disclaimer-2025explorerplatinumsuv","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer® Platinum SUV with extra-cost color option shown.</p>\n"},"876":{"id":"homepage-rv-experiences-mme-lux-carousel-exp-id-3211","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.Removed
2374Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2375Computer-generated image shown.</p>\n"},"877":{"id":"cameras-only-operate","ariaLabel":"","title":"*","description":"<p>*Cameras only operate at speeds under 6 miles per hour.</p>\n"},"878":{"id":"DisclosureBaja","ariaLabel":"","title":"*","description":"<p>*Using Baja Mode on dry, hard surfaces could produce some vibration, driveline bind-up, and potential excessive tire and vehicle wear.Removed
2376Depending on the four-wheel drive mode selection.</p>\n"},"879":{"id":"2026-maverick-epa-estimated-rating","ariaLabel":"","title":"†","description":"<p>†EPA-estimated rating of 42 city/35 hwy/38 combined mpg, 2.5L hybrid engine, Automatic Continuously Variable Transmission, and FWD.Removed
2377Actual mileage will vary.</p>\n"},"880":{"id":"pick-up-delivery-service-disclaimer","ariaLabel":"","title":"Service Details","description":"<p>Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2378Does not include parts or repair charges.Removed
2379A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"881":{"id":"black-lug-nuts-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nuts</p>\n<p>Blend in but don’t back down.Removed
2380Keep your wheels secure with lugs that complement the matte black color.Removed
2381The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"882":{"id":"max-430-horsepower-and-485-lb-ft-of-torque-based-on","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.Removed
2382Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
2383Based on current publicly available competitive information.Removed
2384Horsepower and torque ratings based on testing requirements prescribed in SAE J1349<sup>®</sup> standard.Removed
2385Your results may vary.Removed
2386When properly equipped.Removed
2387Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"883":{"id":"24-7-live-support-disclaimer","ariaLabel":"","title":"*","description":"<p>Available only for Ford F-150 Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.Removed
2388Message and Data Rates May Apply.Removed
2389By texting, you agree to receive text messages.Removed
2390Text HELP for information.Removed
2391Text STOP to cancel.Removed
2392Privacy Policy at <a href=\"https://www.ford.com/help/privacy/?intcmp=liveSupport-cta-helpPrivacy\" contenteditable=\"false\" style=\"cursor: pointer;\">www.ford.com/help/privacy/</a>.Removed
2393Customer must agree to terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.Removed
2394Not available on select holidays.Removed
2395See your Ford dealer for details.</p>\n"},"884":{"id":"wheel-not-available-expedition","ariaLabel":"","title":"Image Details","description":"<p>Wheel shown is not available for purchase on 2026 Expedition<sup>®</sup>.Removed
2396See dealer for details.</p>\n"},"885":{"id":"disclaimer-data-50gb-asterisk","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"886":{"id":"fba-see-your-dealer-for-warranty-coverage-details","ariaLabel":"","title":"*","description":"<p>*See your dealer for warranty coverage details.</p>\n"},"887":{"id":"as-shown-price-2026-transit","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $68,990<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Transit high-roof extended length XLT Passenger model with optional equipment shown.Removed
2397When properly equipped.Removed
2398Requires Heavy-Duty Trailer Tow Package.Removed
2399Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"888":{"id":"important-details-j-d-power","ariaLabel":"","title":"Important Details","description":"<p>Tied in 2025.Removed
2400For J.D. Power 2025 U.S. Initial Quality Study award information, visit jdpower.com/awards.Removed
2401Awards based on 2025 model year.Removed
2402Newer models may be shown.</p>\n"},"889":{"id":"t2-cc-f150-horsepower-torque","ariaLabel":"t2-cc-f150-horsepower-torque","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
2403Your results may vary.Removed
2404When properly equipped.Removed
2405Horsepower and torque are independent attributes and may not be achieved simultaneously.Removed
2406Class is Full-Sized Pickups under 8,500 lbs GVWR.Removed
2407Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"890":{"id":"2026-transit-retail-max-towing-capacity","ariaLabel":"","title":"*","description":"<p>*T-350 Low Roof – Long Length, Passenger Van (12 and 15 passenger).Removed
2408Rear Wheel Drive, 3.5L PFDi V6 with 4.1 Rear Axle Ratio (SRW)</p>\n<p>When properly equipped.Removed
2409Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"891":{"id":"owners-manual-avoid-water-higher-than-the-bottom-of-the-hubs","ariaLabel":"","title":"*","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2410Try to avoid water higher than the bottom of the hubs and proceed slowly.Removed
2411Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"892":{"id":"not-all-buyers-ford-credit","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing.Removed
2412Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
2413For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.Removed
2414See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
2415Please contact your Ford Dealer for the most current inventory status.</p>\n"},"893":{"id":"matte-black-script-badges-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Script Badges</p>\n<p>Tell the world you drive a legend with these modern nods to the past.Removed
2416Matte black script lends a present-day presence while borrowing from 60 years of all-purpose capability and sophistication.</p>\n"},"894":{"id":"Standard-on-30th-anniversary-expdition-2027","ariaLabel":"","title":"†","description":"<p>†Standard on 30th Anniversary Appearance Package, so it's not included in Driver's Package for that combination.</p>\n"},"895":{"id":"t2-truck-month-connectivity-data","ariaLabel":"t2-truck-month-connectivity-data","title":"**","description":"<p>**Data speeds may be slowed down after 50 GB of usage within a 30-day period.</p>\n<p><b>&nbsp;</b></p>\n"},"896":{"id":"image-details-gallery-2026-f150-4","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Raptor R with extra-cost color shown.</p>\n"},"897":{"id":"CoastalDisclaimer3","ariaLabel":"","title":"Image Details","description":"<p>Stripe Graphic</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage – 122 years of Ford iconic cool, to be exact.Removed
2417A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"898":{"id":"details-2025-bronco-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> SUV with optional equipment shown.</p>\n"},"899":{"id":"2025-ranger-raptor-optional-equipment-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.Removed
2418Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"900":{"id":"driver-assist-features-are-supplemental-sd","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
2419It does not replace safe driving.Removed
2420See Owner’s Manual for details and limitations.</p>\n"},"901":{"id":"DiscF150HorsepowerandTorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
2421Your results may vary.</p>\n"},"902":{"id":"2026MustangGTPremiumExtraColor","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium convertible with optional equipment and extra-cost color shown.</p>\n"},"903":{"id":"2025-ford-super-duty-xl","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> XL model with XL Chrome Package and optional equipment shown.</p>\n"},"904":{"id":"ford-accesories-water-crossing-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and available Ford Accessories shown.Removed
2422Always determine the water depth before attempting a crossing and proceed slowly.Removed
2423Refer to your Owner’s Manual for detailed information regarding driving through water.</p>"},"905":{"id":"ford-mobile-service-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2424Does not include parts or repair charges.</p>\n"},"906":{"id":"DiscTier2Card8F150","ariaLabel":"","title":"Details","description":"<p>Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and Truck segments, Ford Trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford truck in model year 2024.Removed
2425Includes all models with RTM population greater than 1,000.</p>\n"},"907":{"id":"Always-consult-owners-manual-bronco","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"908":{"id":"half-shaft-upgrade-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Half-shaft Upgrade Kit</p>\n"},"909":{"id":"class-exclusive-disclosure","ariaLabel":"","title":"*","description":"<p>*Class is Medium Traditional SUVs.</p>\n"},"910":{"id":"disclaimer-fordpass-rewards-account","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
2426Points are not redeemable for cash and have no monetary value.Removed
2427Point earning and redemption values are approximate and vary by products and services redeemed.Removed
2428See the Ford Rewards Program Terms at <a href=\"https://www.ford.com/support/fordpass/fordpass-rewards/overview/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fpr:overview&quot;,&quot;onclick_referredTo&quot;:&quot;fmo:fpr&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"911":{"id":"maverick-retail-disclaimer","ariaLabel":"","title":"**","description":"<p>**Take new retail delivery from an authorized Ford Dealer’s stock by 6/15/25.Removed
2429See dealer for details.</p>\n"},"912":{"id":"Lariat with optional equipment shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150® Lariat with optional equipment shown.</p>\n"},"913":{"id":"t2-f150-desert","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® King Ranch® model shown.Removed
2430Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"914":{"id":"evasivesteering","ariaLabel":"","title":"*","description":"<p>*Evasive steering does not control steering.</p>\n"},"915":{"id":"bfn-sse-global-mobility-cy-2024","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility CY 2024 US Light Vehicle Production data and CY 2024 Import Sourcing Module data.</p>\n"},"916":{"id":"vehicle-details-ford-bluecruise-shown","ariaLabel":"","title":"Image Details","description":"<p>Available Ford BlueCruise shown.</p>\n"},"917":{"id":"video-details-raptor-r-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on a closed course.Removed
2431Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"918":{"id":"vehicle-details-mach-e","ariaLabel":"","title":"Vehicle Details","description":"<p>*Premium model with Sport Appearance Package shown.</p>\n"},"919":{"id":"2026-maverick-xlt-with-available-fx4-offroad-package-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick XLT with available FX4® Off-Road Package shown.</p>\n"},"920":{"id":"super-duty-ranked-1-disc","ariaLabel":"","title":"*","description":"<p>*Ford Super Duty ranked #1 in segment in the J.D. Power 2024 U.S. Automotive Performance, Execution, and Layout (APEAL) Study.Removed
2432Award based on 2024 model year. 2025 model shown.Removed
2433Visit <a href=\"http://jdpower.com/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a> for more information.</p>\n<p>Extra-cost color option shown.</p>\n"},"921":{"id":"2026-ford-ranger-xl-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Ranger® XL model shown.</p>\n"},"922":{"id":"bluecruise-equipped-vehicles-come-with-a-complimentary-trial-period","ariaLabel":"","title":"*","description":"<p>*BlueCruise-equipped vehicles come with a complimentary trial period, starting with your vehicles warranty start date.Removed
2434After that trial, you can choose to purchase BlueCruise monthly or annually based on your needs.Removed
2435Pricing subject to change.</p>\n"},"923":{"id":"Standard on King Ranch and Platinum models","ariaLabel":"","title":"*","description":"<p>*Standard on King Ranch<sup>®</sup> and Platinum<sup>®</sup> models.</p>\n"},"924":{"id":"as-shown-price-max-platinum-updates-expedition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $78,245.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition®&nbsp;MAX Platinum®&nbsp;model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"925":{"id":"commercial-vehicles-image","ariaLabel":"","title":"Image Disclaimer","description":"<p>Aftermarket equipment shown</p>\n"},"926":{"id":"Disc2026FordVanWagon","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.Removed
2436Use voice-operated systems when possible.Removed
2437Some features may be locked out while the vehicle is in gear.Removed
2438Not all features are compatible with all phones.Removed
2439Certain Alexa functionality is dependent on smart home technology.Removed
2440Ford Premium Connectivity offered on eligible vehicles with a one-year complimentary service plan.Removed
2441Access to Alexa Built-in requires an Amazon account, and SYNC<sup>®</sup> 4 with Enhanced Voice Recognition, activated through the FordPass<sup>®</sup> app.Removed
2442Connected Services and features depend on compatible network availability.Removed
2443Evolving technology, cellular networks, and vehicle capability may limit functionality and prevent operation of connected features.Removed
2444The Ford app, compatible with select smartphone platforms, is available via download.Removed
2445Message and data rates may apply.</p>\n"},"927":{"id":"towingyearspayload","ariaLabel":"","title":"Video Details","description":"<p>Max towing varies on cargo vehicle configuration, accessories and number of passengers.</p>\n<p>&nbsp;</p>\n<p>Multiple model years shown.Removed
2446Not all vehicles available for purchase.Removed
2447Professional drivers on closed courses.Removed
2448Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2449Removal of doors for off road use only.</p>\n<p>&nbsp;</p>\n<p>Max payload varies based on accessories and vehicle configuration.Removed
2450See label on doorjamb for carrying capacity of specific vehicle.Removed
2451Always properly secure cargo.Removed
2452Maximum power available is limited to the combined total of all items in use.Removed
2453Power may also be limited in Drive mode or in certain ambient temperature conditions.Removed
2454Some electrical equipment requires higher start-up power capacity of the system.Removed
2455See Owner's Manual for important operating instructions.</p>\n"},"928":{"id":"2026 US Expedition 2","ariaLabel":"","title":"**","description":"<p>**When properly equipped.Removed
2456Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"929":{"id":"qi-wireless-charging","ariaLabel":"","title":"*","description":"<p>*Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"930":{"id":"optional-summer-tires-disclaimer","ariaLabel":"","title":"***","description":"<p>***Based on internal testing with optional summer tires.</p>\n"},"931":{"id":"t2-yese-mainevent","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
2457Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
2458See dealer for qualifications, and details.Removed
2459Customer can defer first payment up to 90 days.Removed
2460Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
2461Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
2462For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
2463All offers exclude: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, E-Transit® and Transit®.&nbsp;For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
2464See dealer for qualifications and complete details.</p>\n"},"932":{"id":"S5","ariaLabel":"","title":"S5","description":"<p>Estimated Net Price is the Total Manufacturer's Suggested Retail Price (&quot;Total MSRP&quot;) minus any available offers and/or incentives.Removed
2465Incentives may vary.Removed
2466Excludes&nbsp;Dealer Adjustment, dealer add-ons, or dealer fees such as documentary fees, as well as&nbsp;taxes, title, and registration fees.Removed
2467For authenticated AXZ Plan customers, the price displayed may represent Plan pricing.Removed
2468Not all AXZ Plan customers will qualify for the Plan pricing shown and not all offers or incentives are available to AXZ Plan customers.</p>\n"},"933":{"id":"sse-not-all-buyers-will-qualify","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing.Removed
2469Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
2470For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.Removed
2471See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
2472Please contact your Ford Dealer for the most current inventory status.</p>\n"},"934":{"id":"t2-a250-billboard","ariaLabel":"","title":"Disclosure","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford vehicle from a participating dealer.Removed
2473Excludes: 2025 Ford Escape®, 2025 Explorer®, 2026 Super Duty® Lariat®, King Ranch® and Platinum® models; all Chassis Cab and E-Series models (except for E-Transit™); 2026 Bronco® Stroppe and all Raptor® models except 2025 Bronco Raptor; Mustang Dark Horse® SC, Mustang GTD™ models, Ford GT; Transit Wagon.Removed
2474U.S. residents only.Removed
2475Prior purchases not eligible.Removed
2476Other exclusions may apply.Removed
2477Must place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.Removed
2478See dealer for details.</p>\n"},"935":{"id":"ImageDetailsF150STX","ariaLabel":"","title":"Image Details","description":"<p>Arriving spring 2026.<br>\n<br>\n2026 F-150<sup>®</sup> STX<sup>®</sup> with optional equipment shown.</p>\n"},"936":{"id":"mustang-dark-horse-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> model and extra-cost color option shown.</p>\n"},"937":{"id":"fba-ford-roadside-assistance-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Ford Roadside Assistance is included for certain owners and available to everyone for a per service fee.Removed
2479Ford reserves the right to change program details without obligations.</p>\n"},"938":{"id":"Image Details F150 Off Roading Tremor","ariaLabel":"","title":"*","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>&nbsp;</p>\n<p>Always determine the water depth before attempting a crossing and proceed slowly.Removed
2480Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"939":{"id":"25l-hybrid-engine-fwd","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/FWD.Removed
2481Actual mileage will vary.</p>\n"},"940":{"id":"Professional-driver-mustang-2026","ariaLabel":"","title":"Image Details","description":"<p>Professional driver.Removed
2482Closed course.Removed
2483Closed track.</p>\n<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.Removed
2484Preproduction model with optional Hyper Lime brake caliper shown.Removed
2485Actual production vehicle may vary.Removed
2486Available summer 2026.</p>\n"},"941":{"id":"t2-h2h-26-bronco-horsepower-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Raptor<sup>® </sup>model with optional equipment shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"942":{"id":"t2-compare-mustang-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with extra-cost color option shown.Removed
2487Closed track.Removed
2488Electronic line-lock is intended for track use only.Removed
2489It should not be used on public roads.Removed
2490See Owner’s Manual for information on use.</p>\n"},"943":{"id":"video-details-lightning-2025-lariat-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>2025 F-150<sup>®</sup> Lariat with optional equipment shown.</p>\n"},"944":{"id":"2-5l-hybrid-engine","ariaLabel":"","title":"*","description":"<p>*2.5L hybrid engine.</p>\n"},"945":{"id":"as-shown-price-f150-doer","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $77,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"946":{"id":"must-purchase-or-lease","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>™</sup> Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation, or (b) $1,000 bonus cash.Removed
2491No trade-in required.Removed
2492Offer not available to fleet or commercial customers.Removed
2493Complimentary home installation must be completed through Qmerit Electrification LLC by 9/30/2025; restrictions may apply based on structural and electrical limitations.Removed
2494Must take retail delivery from an authorized Ford dealer's stock by 3/31/2025.Removed
2495See your Ford dealer for details and terms.</p>\n"},"947":{"id":"faq-disclosure2-bronco2025","ariaLabel":"","title":"**","description":"<p>**When properly equipped.Removed
2496Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"948":{"id":"upgrade-your-gt-model-disc-1","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.Removed
2497The Mustang Mach-E GT<sup>™</sup> Performance Upgrade values are calculated via peak performance of the electric motor(s) and peak battery power.Removed
2498Your results may vary.</p>\n"},"949":{"id":"NonAngledParkingSpaces","ariaLabel":"","title":"*","description":"<p>Non-angled parking spaces.Removed
2499Parking assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.</p>\n"},"950":{"id":"disclosure-max-payload-maverick","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick® pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.Removed
2500Excludes Maverick® Lobo™ and Tremor® models.Removed
2501Max payload varies and is based on accessories and vehicle configuration.Removed
2502See label on doorjamb for carrying capacity of a specific vehicle.Removed
2503Always properly secure cargo.</p>\n"},"951":{"id":"2025-ranger-lariat-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.Removed
2504When properly equipped.Removed
2505Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"952":{"id":"rsf-thrill-vlu-bronco-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $82,265<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup><br>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
2506Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>"},"953":{"id":"DiscF150MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.Removed
2507Max payload varies and is based on accessories and vehicle configuration.Removed
2508See label on door jamb for carrying capacity of a specific vehicle.Removed
2509Always properly secure cargo.</p>\n"},"954":{"id":"T2-compare-escape-2b","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
2510Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"955":{"id":"Max 500 horsepower based on 6.7L","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.Removed
2511Class is Full-Size Pickups over 8,500 lbs.Removed
2512GVWR.Removed
2513Based on current publicly available competitive information.Removed
2514Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
2515Your results may vary.</p>\n"},"956":{"id":"2026-expedition-tremor-with-available-ford-accessories","ariaLabel":"","title":"Video Details","description":"<p>2026 Expedition® Tremor® with available Ford Accessories, and extra cost color option shown.Removed
2516Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"957":{"id":"t2-feb-connect-1","ariaLabel":"","title":"*","description":"<p class=\"MsoNormal\">*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.Removed
2517Package pricing, included plans, and term lengths vary by model.Removed
2518Some features may only be available while vehicle is parked.Removed
2519Owners can log in to the Ford app (formerly known as the FordPass® app) to see specific features available to them.Removed
2520Credit card required for plan activation and automatically renews unless cancelled.Removed
2521Terms apply.</p>\n"},"958":{"id":"cameras-operate-below-6-mph","ariaLabel":"","title":"*","description":"<p>*Cameras operate below 6 mph.</p>\n"},"959":{"id":"max-payload-available-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max payload available&nbsp;on SuperCrew<sup>®</sup> 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.&nbsp;Max payload varies and is based on accessories and vehicle&nbsp;configuration.Removed
2522See label on door jamb for carrying capacity of a&nbsp;specific vehicle.</p>\n"},"960":{"id":"t2-yese-blackfri","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
2523Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
2524See dealer for qualifications, and details.Removed
2525Customer can defer first payment up to 90 days.Removed
2526Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
2527Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
2528For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
2529All offers exclude: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, E-Transit® and Transit®.&nbsp;For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
2530See dealer for qualifications and complete details.</p>\n"},"961":{"id":"shown-optional-equipment-maverick-disclosure","ariaLabel":"","title":"Image Details","description":"<p>Shown with optional equipment and extra-cost color.Removed
2531Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"962":{"id":"maverick-xlt-fx4-off-roading-package","ariaLabel":"","title":"Image Details","description":"<p>Maverick<sup>®</sup> XLT with available FX4<sup>®</sup> Off-Road Package.</p>\n"},"963":{"id":"disclosure-fuel-economy-may-vary","ariaLabel":"","title":"*","description":"<p>*Actual fuel economy may vary.\u2028</p>\n"},"964":{"id":"asterisk-gaming-disclaimer","ariaLabel":"","title":"*","description":"<p>*Game only functions when vehicle is in park.</p>\n"},"965":{"id":"disclaimer-2024-f-150-is-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 F-150<sup>®</sup> truck shown.</p>\n"},"966":{"id":"rsf-build-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $30,645<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Maverick<sup>®</sup> XLT shown.</p>\n"},"967":{"id":"t2-homepage-f150","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® XLT model shown.Removed
2532Optional equipment shown. © 2025 Ford Motor Company.Removed
2533F-150 is a trademark of Ford Motor Company or its affiliates.Removed
2534All rights reserved.</p>\n"},"968":{"id":"mlb","ariaLabel":"","title":"Important Details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.Removed
2535Visit <a title=\"http://mlb.com/\" href=\"http://mlb.com/#!external\" target=\"_blank\"><u>MLB.com</u></a>&nbsp;and <a title=\"http://milb.com/\" href=\"http://milb.com/#!external\" target=\"_blank\"><u>MiLB.com</u></a>.</p>\n<ul>\n</ul>\n"},"969":{"id":"vehicle-details-raptor-target-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Raptor with optional equipment and extra-cost color option shown with off-road disclaimer.</p>\n"},"970":{"id":"2025-ford-mustang-dark-horse","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"971":{"id":"map-details","ariaLabel":"Provides user with information about the Connectivity Package map details","title":"Disclaimer","description":"<p><strong><em>Maps Details</em></strong></p><p><em>Maps systems vary by model and trim.Removed
2536Equipped vehicles require modem activation and a Connected Navigation service plan.Removed
2537Package pricing, features, included plans, and term lengths vary by model.Removed
2538Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</em></p>"},"972":{"id":"rsf-adventure-vlu-super-duty-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $86,170<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road and Lariat Ultimate Packages shown.Removed
2539Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"973":{"id":"as-shown-price-sd-450lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $78,660.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"974":{"id":"fordpass-app-scheduling-service","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.Removed
2540Message and data rates may apply.Removed
2541Terms and conditions apply.Removed
2542Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"975":{"id":"max-gooseneck-tow-rating-of-40000-lbs-available-on-f-450-xl-regular-cab-4x2","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs. available on F-450® XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.Removed
2543Class is Full-Size Pickups over 8,500 lbs.Removed
2544GVWR.Removed
2545Based on current publicly available competitive information.Removed
2546When properly equipped.Removed
2547Requires F-450 High-Capacity Gooseneck Tow Package.Removed
2548Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"976":{"id":"service-ford-pickup-delivery-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2549Does not include parts or repair charges.Removed
2550A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"977":{"id":"2024-super-duty-offer-details-disclaimer","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> financing. 3.9% APR financing for 72 months at $15.60 per month per $1,000 financed, or up to $8,500 retail customer cash.Removed
2551Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 9/30/25.Removed
2552See dealer for qualifications and complete details.</p>\n"},"978":{"id":"based-on-2023-cy","ariaLabel":"","title":"*","description":"<p>*Based on 2023 CY industry-reported total sales.</p>\n"},"979":{"id":"power-and-possibilities-new-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>Platinum Plus with extra cost color shown.</p>\n"},"980":{"id":"2026-escape-vhp-selldown-exp-id-3674-1","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport® Badlands® model with optional equipment and extra-cost color option shown.</p>\n"},"981":{"id":"roadside-assistance-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.</p>\n"},"982":{"id":"always-consult-your-owners-manual-before-off-road-driving","ariaLabel":"","title":"*","description":"<p>*Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"983":{"id":"2025-maverick-billboard-as-shown-pricing","ariaLabel":"","title":"As shown pricing","description":"<p>Price as shown $31,185<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford Maverick® XLT shown with available Ford Accessories.</p>\n"},"984":{"id":"horsepower-torque-payload-target","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
2553Horsepower, torque, payload, and towing are independent attributes and may not be achieved.</p>\n"},"985":{"id":"image-details-rtr-performance-package-disclaimer-2","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
2554Preproduction model shown.Removed
2555Available late spring 2026.</p>\n<p>Drift brake is intended for track use only.Removed
2556It should never be used on public roads.Removed
2557See Owner’s Manual for information on use.</p>\n"},"986":{"id":"EPA-estimated-maverick-2026-mdl-xl-xlt","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.Removed
2558Actual mileage will vary.</p>\n"},"987":{"id":"video-details-model-shown-always-consult","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford accessories.<br>\nWhen properly equipped.Removed
2559Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
2560Towing capacity varies by model trim and equipment.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"988":{"id":"MustangMDPGTFastbackAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $49,495.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> GT Fastback model parked on a closed course shown in extra-cost color Molten Magenta Metallic.</p>\n"},"989":{"id":"merch-2025-meverick-request-a-quote","ariaLabel":"","title":"Image Details","description":"<p>2025 Maverick<sup>®</sup> Tremor with available Ford accessories shown.Removed
2561Max payload varies based on accessories and vehicle configuration.Removed
2562See label on doorjamb for carrying capacity of a specific vehicle.Removed
2563Always properly secure cargo.Removed
2564Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"990":{"id":"disclaimer-2025explorerstsuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Explorer® ST SUV with optional equipment extra-cost color option.</p>\n"},"991":{"id":"2025-bronco-the-proof","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.Removed
2565Professional driver on closed course.Removed
2566Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"992":{"id":"as-shown-price-2026-maverick-lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $40,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"993":{"id":"t2-compare-super-duty-8c","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
2567They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
2568Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
2569See Owner’s Manual for details and limitations.</p>\n"},"994":{"id":"price-as-shown-mustang-dark-horse-2026","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $66,770.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> model parked on a closed course shown in Carbonized Gray Metallic.</p>\n"},"995":{"id":"2026 US Super Duty Technology 1","ariaLabel":"","title":"*","description":"<p>*Separate subscriptions required for streaming services.</p>\n"},"996":{"id":"target-disclaimer-f-150-lightning-home-properly-equipped","ariaLabel":"","title":"*","description":"<p>When home is properly equipped and home transfer switch disconnects home from the grid.Removed
2570Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> with the extended-range battery.Removed
2571Your results may vary based on energy usage.</p>\n"},"997":{"id":"disclosure-max-towing-capacity-maverick","ariaLabel":"","title":"**","description":"<p>**When properly equipped.Removed
2572Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"998":{"id":"offer-details-disclaimer-2-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.Removed
2573Payments may vary; dealer determines price.Removed
2574Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.Removed
2575Lessee has option to purchase at lease-end at price negotiated at signing.Removed
2576For 2025 Bronco<sup>™</sup> Big Bend<sup>™</sup> 4DR 4x4 222A, cash due at signing is after $1,000 RCL Cash.Removed
2577For 2025 Explorer<sup>™</sup> Active 4WD with Comfort Pkg., cash due at signing is after $2,500 Cash back ($1,500 Bonus Cash + $1,000 RCL Cash).Removed
2578For 2025 Ranger<sup>™</sup> XLT, cash due at signing is after $2,000 Open Bonus Cash.Removed
2579For 2025 F-150<sup>®</sup> STX<sup>®</sup> SuperCrew<sup>®</sup> 4x4 2.7L EcoBoost<sup>™</sup>, cash due at signing is after $1,750 RCL Cash.Removed
2580For 2025 F-150<sup>™</sup> Lightning<sup>™</sup> XLT, cash due at signing is after $11,000 Cash back ($9,000 RCL Cash + $2,000 Bonus Cash).Removed
2581For 2025 Mustang<sup>™</sup> GT coupe Auto Trans 300A, cash due at signing is after $2,000 RCL Cash back.Removed
2582Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.Removed
2583See dealer for qualifications and details.Removed
2584See your dealer for a complete list of coverage details and limitations.</p>\n"},"999":{"id":"2025-escape-hero-billboard-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>As shown price $40,735<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup></p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"1000":{"id":" 2026-mustang-mach-e-premium-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment shown.</p>\n"},"1001":{"id":"details-2025-bronco-outerbanks-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"1002":{"id":"max-payload-8000-sd","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.Removed
2585Max payload varies and is based on accessories and vehicle configuration.Removed
2586See label on doorjamb for carrying capacity of a specific vehicle.Removed
2587Always properly secure cargo.Removed
2588Class is Full-Size Pickups over 8,500 lbs.Removed
2589GVWR.</p>\n"},"1003":{"id":"2025-mustang-mach-e-gt-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color option shown.</p>\n"},"1004":{"id":"2026ExpeditionSecurityPackage","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires Ford app, modem activation, and an activated plan.Removed
2590Equipped Ford vehicles come with a one-year included trial from new-vehicle warranty start date, after which purchase is required.Removed
2591Available on select 2024-2026 F-150<sup>®</sup> (excluding F-150<sup>®</sup> Lightning<sup>®</sup>), 2025 Super Duty<sup>®</sup> trucks.Removed
2592Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
2593Ford Security Package is not available in U.S. territories.Removed
2594Terms apply.Removed
2595Start Inhibit and Theft Alerts are not available for Ford Pro™ customers.</p>\n"},"1005":{"id":"DiscVideoDetailsF150","ariaLabel":"","title":"Video Details","description":"<p>2026 F-150® XL model shown with regular cab long box.Removed
2596Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1006":{"id":"fpp-procal-tool-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP ProCal Tool</p>\n<p>Tune your speedometer with precision.Removed
2597Get easy recalibration for Bronco upgrades that don't fit the factory mold.Removed
2598Your dash readouts will be dialed in, from speed to fuel economy, with numbers that match real output.</p>\n"},"1007":{"id":"sinister-bronze-bronco-badge-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze Bronco Badge</p>\n<p>Stamp your Bronco with Built Wild<sup>®</sup> style and strength.Removed
2599This subtle metallic horse replaces the factory emblem with a look that is all yours: powerful, rugged, and striking.Removed
2600It's a cohesive detail planned to pull your build together.</p>\n"},"1008":{"id":"disclaimer-max-payload-of-1,400-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
2601Max payload varies based on accessories and vehicle configuration.Removed
2602See label on doorjamb for carrying capacity of a specific vehicle.Removed
2603Always properly secure cargo.</p>\n"},"1009":{"id":"outer-banks-model-disclaimer-key-feature","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.Removed
2604Dramatization.</p>\n"},"1010":{"id":"IntendedForTrackUse","ariaLabel":"","title":"*","description":"<p>*Intended for track use only.Removed
2605Do not use on public roads.Removed
2606See Owner’s Manual for important operating instructions.</p>\n"},"1011":{"id":"cargo-and-load-capacity-01","ariaLabel":"","title":"†","description":"<p>†Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1012":{"id":"max-payload-1775-f-150-reskin","ariaLabel":"","title":"†","description":"<p>†Max payload of 1,775 lbs. available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.Removed
2607Max payload varies and is based on accessories and vehicle configuration.Removed
2608See label on doorjamb for carrying capacity of a specific vehicle.Removed
2609Always properly secure cargo.</p>\n"},"1013":{"id":"fba-buyers-of-ford-blue-advantage-vehicles-will-receive-22000-points","ariaLabel":"","title":"*","description":"<p>*Within 60 days of vehicle sale, you must activate your Ford Rewards (formerly known as FordPass<sup>®</sup> Rewards) account and set your preferred Ford Dealer to receive 22,000 Points (Gold Certified) or 11,000 Points (Blue Certified) and one Tier Activity.Removed
2610Modem not required.Removed
2611Visit a participating dealer for details.</p>\n"},"1014":{"id":"DisclosureFordPassRewardsClaiming","ariaLabel":"","title":"*","description":"<p>Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
2612Points are not redeemable for cash and have no monetary value.Removed
2613Point earning and redemption values are approximate and vary by products and services redeemed.Removed
2614See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1015":{"id":"double-asterisk-mustang-mach-e-rally-key-features","ariaLabel":"","title":"**","description":"<p>**Based on internal testing with optional summer tires.</p>\n"},"1016":{"id":"DisclosureNotoriousBlue","ariaLabel":"","title":"*","description":"<p>*Notorious Blue is available on the following: Mustang<sup>®</sup> Dark Horse<sup>™</sup> Appearance Package, Mustang GT model with the GT Performance Package, and Mustang GT Premium model with the GT Performance Package.<br>\n</p>\n"},"1017":{"id":"2025-mme-model-year-gt-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT shown with optional equipment and extra-cost color option.Removed
2615Computer-generated image shown.</p>\n"},"1018":{"id":"max-towing-13500-lbs-available-f150-supercrew-65-box-4x4-with-available-35l-ecoboost-v6","ariaLabel":"","title":"†","description":"<p>†Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
2616Class is full-sized trucks under 8,500 lbs GVWR.Removed
2617When properly equipped.Removed
2618Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
2619Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1019":{"id":"DiscFordSecurityPackage","ariaLabel":"","title":"*","description":"<p>*The Ford Security Package is included for one year with the purchase of select 2024 or newer Ford F-150® and Super Duty® trucks (excluding F-150® Lightning®, F-650® and F-750® trucks), the 2026 Expedition® SUV, 2026 Bronco Sport® SUV, and 2026 Mustang Mach-E® SUV from new vehicle warranty start date.Removed
2620After the first year, pricing starts at $7.99/month.Removed
2621Activation is required to utilize product features.</p>\n"},"1020":{"id":"mach-e-gt-performance-upgrade","ariaLabel":"","title":"**","description":"<p>**Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade: 3.3 seconds</p>\n"},"1021":{"id":"available-on-super-duty-xl-r-ball-4x4-srw","ariaLabel":"","title":"*","description":"<p>*Available on the Super Duty<sup>®</sup> XL 4x4 SRW model.</p>\n"},"1022":{"id":"2026 US Super Duty Performance","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
2622Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1023":{"id":"image-details-f150-off-roading-3","ariaLabel":"","title":"Image Details","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p><br>\nAlways determine the water depth before attempting a crossing and proceed slowly.Removed
2623Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"1024":{"id":"DiscRanger2026Mud-Ruts","ariaLabel":"","title":"*","description":"<p>*Mud/Ruts and Sand drive modes included with the available FX4<sup>®</sup> Off-Road Package.Removed
2624Off-Road, Rock Crawl, and Baja drive modes are standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1025":{"id":"battery-electric-vehicle-warranty-disclaimer-v2","ariaLabel":"","title":"**","description":"<p>**See your dealer and the Battery Electric Vehicle Warranty Guide for limited warranty details.</p>\n"},"1026":{"id":"Image-DisclosureVisualdramatizationofAdaptiveCruiseControl","ariaLabel":"","title":"Image Details","description":"<p>Visual dramatization of Adaptive Cruise Control functionality</p>\n"},"1027":{"id":"2025-introducing-expedition-tremor-2","ariaLabel":"","title":"Image Details","description":"<p>24-inch wheels are not currently available to order on Expedition<sup>®</sup> Platinum<sup>®</sup> Ultimate Package.Removed
2625Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"1028":{"id":"t2-owner-service-fourtires","ariaLabel":"t2-owner-service-fourtires","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.Removed
2626Requires presentation of competitor’s current price ad/offer on exact tire sold by dealership within 30 days after purchase.Removed
2627For online quotes, guarantee applies only to new tires sold on retailer websites.Removed
2628Excludes tires sold by third parties on marketplace sites and any resellers.Removed
2629See a participating U.S. dealership for details.Removed
2630Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1029":{"id":"geometric-bronco-rocker-graphic","ariaLabel":"","title":"Image Details","description":"<p>Geometric Bronco Rocker Graphic</p>\n<p>Make every mile fierce.Removed
2631Crackled energy and geometric lines fork across the rocker panel.Removed
2632The unmistakable power of the Bronco flashes across this moody graphic for all to see.</p>\n"},"1030":{"id":"2025-explorer-active-motor-company-trademark","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Explorer<sup>®</sup> Active model shown.Removed
2633Optional equipment shown. © 2025 Ford Motor Company.Removed
2634Explorer is a trademark of Ford Motor Company or its affiliates.Removed
2635All rights reserved.</p>\n"},"1031":{"id":"LimitationsApplyDisclaimer","ariaLabel":"","title":"**","description":"<p>**Limitations apply.Removed
2636Earn Points for the purchase of Ford, Motorcraft<sup>®</sup>, or Omnicraft<sup>™</sup> parts and associated labor at a participating Ford Dealership.Removed
2637See Ford Rewards Terms and FAQs. Must have an activated Ford Rewards (formerly known as FordPass<sup>®</sup> Rewards) account within 60 days of service invoice date to receive Ford Rewards Points.</p>\n"},"1032":{"id":"designated-off-road-trails-and-recreation-areas","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2638Follow all laws and drive on designated off-road trails and recreation areas.</p>\n"},"1033":{"id":"wave-2-2025-f150-doer-carousel-exp-id-3546","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150® Lariat with optional equipment and available Ford Accessories</p>\n"},"1034":{"id":"FaqExpeditionMaxActive","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
2639Equipped Ford vehicles come with a one-year included trial from new-vehicle warranty start date, after which purchase is required.Removed
2640Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
2641Not available in U.S. territories.Removed
2642Start Inhibit and Theft Alerts are not available for Ford Pro customers.Removed
2643Deductible Reimbursement is not currently available in AL, CA, FL, KY, LA, MA, MD, MI, MN, MO, MS, NJ, NY, OR, TN, WA, WI, Canada or U.S. territories.Removed
2644Terms apply.</p>\n"},"1035":{"id":"2026BroncoAnniversaryPackage","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2026 Bronco<sup>®</sup> Outer Banks model with the 60th Anniversary Package shown.Removed
2645Actual production vehicle may vary.Removed
2646Available for retail ordering fall 2025.</p>\n"},"1036":{"id":"T2-compare-2024-bronco-0","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Badlands<sup>®</sup>&nbsp;model with available Ford Accessories shown.</p>\n<p>Computer-generated image.</p>\n"},"1037":{"id":"image-details-maverick-lariat","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® Lariat® shown with optional equipment.</p>\n"},"1038":{"id":"video-details-2025-f150-lightning-lariat-model","ariaLabel":"","title":"Video Details","description":"<p>2025 F-150® Lightning® Lariat® model with extra cost color shown.Removed
2647Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1039":{"id":"gt-250548","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.Removed
2648EPA-estimated driving range based on full charge.Removed
2649Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1040":{"id":"T2-HP-Banner-2025-Ford_F-150_Platinum","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150* Platinum® model with optional equipment and extra-cost color option shown.Removed
2650When properly equipped.Removed
2651Requires Tow/Haul Package and optional Max Tow Axle.Removed
2652Max towing varies based on cargo vehicle configuration, accessories and number of passengers.</p>\n"},"1041":{"id":"broncosportouterbanksoptionalequipmentavailablefordaccessoriesextracostcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"1042":{"id":"2025-ford-mustang-mache-rally-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
2653See your dealer for current inventory status.</p>\n"},"1043":{"id":"disclaimer2025superdutytax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor<sup>®</sup> Off-Road package and 6.7L High Output diesel engine with optional equipment shown.</p>\n"},"1044":{"id":"bfn-sse-ford-mobile-service-dealers","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2654Does not include parts or repair charges.Removed
2655Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1045":{"id":"tradein","ariaLabel":"","title":"*","description":"<p>*The “Trade-In Value” of your vehicle is an estimate, only, and many factors that cannot be assessed without a physical inspection of the vehicle may affect actual value.Removed
2656For purposes of this website, we use the services of a third-party vendor to provide Trade-In Value calculations.Removed
2657While we believe this information is reliable, we are not responsible for and do not guarantee the accuracy or reliability of the information.Removed
2658Please see your local Ford dealer for information regarding actual trade in availability value.</p>\n"},"1046":{"id":"2026-mustang-mach-e-rally-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"1047":{"id":"2025 lightning target 3","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $72,005<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with optional equipment and available Ford Accessories shown.Removed
2659See Owner’s Manual for important operating instructions.</p>\n"},"1048":{"id":"video-details-2026-bronco-sport-perf-package","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.Removed
2660Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1049":{"id":"as-shown-price-expedition-active-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $64,095.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Active model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1050":{"id":"colors-shown-mustang-2026-401a","ariaLabel":"","title":"Video Details","description":"<p>Colors shown available on 2026 Mustang<sup>®</sup> GT Premium 401A.</p>\n"},"1051":{"id":"feature-available-mustang","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang® V8 models with automatic transmission as well as on 2.3L models with Active Valve Performance Exhaust.</p>\n"},"1052":{"id":"t2-feb-tire-offer-1","ariaLabel":"","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.Removed
2661Requires presentation of competitor’s current price ad/offer on exact tire sold by dealership within 30 days after purchase.Removed
2662For online quotes, guarantee applies only to new tires sold on retailer websites.Removed
2663Excludes tires sold by third parties on marketplace sites and any resellers.Removed
2664See a participating U.S. dealership for details.Removed
2665Ford reserves the right to change, modify, or discontinue this program at any time.</p>"},"1053":{"id":"awards-migration-2","ariaLabel":"","title":"Award Details","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit <a aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" href=\"https://www.jdpower.com/awards/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.jdpower.com/awards/&quot;}}\">jdpower.com/awards</a>.Removed
2666Awards based on 2025 model year.Removed
2667Newer models may be shown.</p>\n"},"1054":{"id":"numbers-subject-to-change_v2","ariaLabel":"","title":"*","description":"<p>*Based on original equipment manufacturers (OEM) / automotive manufacturers that sell all-electric vehicles and have active charging networks.Removed
2668Department of Energy data as of February 15, 2024 used.Removed
2669Numbers subject to change.Removed
2670Ford app, compatible with select smartphone platforms, is available via download.Removed
2671Message and data rates may apply.</p>\n<p>&nbsp;</p>\n<p>Offered by automotive manufacturers with over 35,000 charging locations (over 128,000 chargers/plugs) and growing and Ford electric vehicle (EV) drivers now have access to more than 15,000 Tesla Superchargers.Removed
2672Numbers subject to change.</p>\n"},"1055":{"id":"2026-us-explorer-gallery-2","ariaLabel":"","title":"Image Details","description":"<p>Available feature on select vehicles.Removed
2673BlueCruise requires an active plan or trial – see <a href=\"https://ford.com/bluecruise/?intcmp=tdGuide-cta-bluecruise\" target=\"_blank\" aria-label=\"Explore more information about Ford BlueCruise\">ford.com/bluecruise</a> for details.Removed
2674Terms apply.Removed
2675BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.Removed
2676Only remove hands in a hands-free Blue Zone.Removed
2677Always watch the road and be prepared to resume control.Removed
2678See Owner’s Manual for details and limitations.</p>\n"},"1056":{"id":"2026-mustang-mach-e-premium-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color shown.</p>\n"},"1057":{"id":"ford-sumer-tires-recommendation","ariaLabel":"","title":"*","description":"<p>*Ford does not recommend using summer tires when temperatures drop below approximately 45 degrees F (7 degrees C) or below (depending on tire wear and environmental conditions) or in snow/ice conditions.Removed
2679If the vehicle must be driven in these conditions, Ford recommends using all-season, or snow tires.</p>\n"},"1058":{"id":"DisclosureAvailableAutomaticTransmission","ariaLabel":"","title":"*","description":"<p>*Available only on automatic transmission models.<br>\n</p>\n"},"1059":{"id":"wifi-details-target-2026","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.Removed
2680Don’t drive distracted or while using handheld devices.Removed
2681Use voice controls.</p>\n"},"1060":{"id":"t2-owner-complimentary-pickup-delivery","ariaLabel":"t2-owner-complimentary-pickup-delivery","title":"Disclosure","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2682Does not include parts or repair charges.Removed
2683A nonoperational vehicle is not eligible and will require a Roadside event.Removed
2684See your Ford Dealer for details.<b></b></p>\n"},"1061":{"id":"max-towing-2-8400-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,400 lbs available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.Removed
2685When properly equipped.Removed
2686Requires Tow/Haul Package and optional Max Tow Axle.Removed
2687Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1062":{"id":"extra-cost-color-and-package-shown","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color and package shown.</p>\n"},"1063":{"id":"available-fx4-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Platinum<sup>®</sup> with available FX4<sup>®</sup> Off-Road Package shown.</p>\n"},"1064":{"id":"Maverick4KTowPackage","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with the available 4K Tow Package.Removed
2688Excludes Maverick<sup>®</sup> Lobo<sup>™</sup> and Tremor<sup>®</sup> models.Removed
2689When properly equipped.Removed
2690Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1065":{"id":"2026-f-150-mp-billboard-xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $61,415.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> XLT 4x4 model with optional equipment shown.</p>\n"},"1066":{"id":"coverking-neosupreme-front-seat-covers","ariaLabel":"","title":"Image Details","description":"<p>Coverking Neosupreme Front Seat Covers</p>\n<p>These seat covers feature a bold two-tone blue design with smooth black accents, giving a sporty and modern look.Removed
2691They provide comfort while protecting your seats from wear and spills.Removed
2692The side panels include a subtle embossed Bronco logo, adding a stylish touch that matches the adventurous spirit of the vehicle.</p>\n"},"1067":{"id":"third-bluecruise-subscription-at-time-of-online-vehicle-order","ariaLabel":"","title":"†","description":"<p>†Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.Removed
2693Ask your local dealer for details.Removed
2694Eligible on 2025 model year and newer vehicles purchased from a Ford dealer on or after 8/22/2025.Removed
2695Price is based on current MSRP pricing.Removed
2696See your authorized Ford dealer for details.</p>\n"},"1068":{"id":"MustangEcoboostPremiumRaceRed","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $33,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium fastback parked on a closed course shown in Race Red.</p>\n"},"1069":{"id":"how-do-customers-enroll-faq-disclaimer","ariaLabel":"","title":"*","description":"<p>*This service requires customer to have a Ford account and an electric vehicle VIN added in their vehicle garage to be eligible for enrollment.</p>\n"},"1070":{"id":"ford-mobile-service","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
2697Does not include parts or repair charges.</p>\n"},"1071":{"id":"t2-F150-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® XLT model shown.Removed
2698Optional equipment shown. © 2025 Ford Motor Company.Removed
2699F-150 is a trademark of Ford Motor Company or its affiliates.Removed
2700All rights reserved.</p>\n"},"1072":{"id":"MaverickLoboOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick<sup>®</sup> Lobo<sup>™</sup> shown with optional equipment.</p>\n"},"1073":{"id":"2026ExpeditionPerformanceDisclosure","ariaLabel":"","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n<p>When properly equipped.Removed
2701Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
2702Towing capacity varies by model trim and equipment.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1074":{"id":"26MustangOptionalEquipmentImageDetails","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment shown.</p>\n"},"1075":{"id":"disclaimer-maxtowingof9600lbsavailableonexpedition","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs. available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.Removed
2703When properly equipped.Removed
2704Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\n</p>\n"},"1076":{"id":"ford-test-data-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft. rollout.Removed
2705Your results may vary.Removed
2706Tested with optional summer tires.</p>\n"},"1077":{"id":"bronco-runner-compare","ariaLabel":"","title":"Image details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty,and use appropriate safety gear.</p>\n"},"1078":{"id":"disclaimer2025rangerlariatmodelsoptionstowing","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat model with optional equipment shown.Removed
2707When properly equipped.Removed
2708Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1079":{"id":"Tremor Expedition 2026 5","ariaLabel":"","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment, available Ford accessories and extra-cost color option shown.<br>\n</p>\n"},"1080":{"id":"navigation-services-f-150-pod","ariaLabel":"","title":"*","description":"<p>*Equipped vehicles require modem activation and a Connected Navigation service plan.Removed
2709Package pricing, features, included plans, and term lengths vary by model.Removed
2710Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1081":{"id":"t2-compare-super-duty-9c","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.Removed
2711To activate, go to www.att.com/ford.Removed
2712Don’t drive distracted or while using handheld devices.Removed
2713Use voice controls.</p>\n"},"1082":{"id":"owners-manual-disclaimer-asterisk","ariaLabel":"","title":"**","description":"<p>**See Owner’s Manual for important operating instructions.</p>\n"},"1083":{"id":"T2-compare-ranger-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.Removed
2714Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1084":{"id":"target-ranger-lariat-equipment-towing","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.Removed
2715When properly equipped.Removed
2716Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1085":{"id":"disclaimer2025rangerXLmodeloptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® XL model with optional equipment shown.<br>\n</p>\n"},"1086":{"id":"MustangMDPGTPremiumConvertibleAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $58,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> GT Premium Convertible model parked on a closed course shown in extra-cost color Adriatic Blue Metallic.</p>\n"},"1087":{"id":"rsf-adventure-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $40,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Maverick<sup>®</sup> Tremor<sup>®</sup> model with available Ford Accessories shown.Removed
2717Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1088":{"id":"vehicle-details-extra-cost-color","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra Cost Color.</p>\n"},"1089":{"id":"PreproductionComputerGenerated","ariaLabel":"","title":"Image Details","description":"<p>Preproduction computer-generated image.Removed
2718Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1090":{"id":"t2-cc-SD-diesel-horsepower-and-torque-img","ariaLabel":"t2-cc-SD-diesel-horsepower-and-torque-img","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL model with optional equipment shown.</p>\n"},"1091":{"id":"2025ExplorerTowingCard","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
2719Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1092":{"id":"DiscVehicleDetailsHPMTrucksandVans","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger Raptor and Ford F-150 Tremor with optional equipment and available Ford Accessories shown.Removed
2720Always determine the water depth before attempting a crossing and proceed slowly.Removed
2721Refer to your Owner’s Manual for detailed information regarding driving through water.Removed
2722When properly equipped.Removed
2723Requires Tow/Haul Package and optional Max Tow Axle.Removed
2724Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
2725Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1093":{"id":"wave-2-2025-f150-achiever-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color option shown.</p>\n"},"1094":{"id":"as-shown-price-sd-450kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $93,890.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"1095":{"id":"DiscVehicleDetailsRanger2025","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> XLT model shown.</p>\n"},"1096":{"id":"t2-h2h-26-bronco-doors","ariaLabel":"*","title":"*","description":"<p>*Removal of doors for off-road use only.Removed
2726See Bronco Owner’s Manual for detailed information.</p>\n"},"1097":{"id":"DisclosureHorsepowerAndTorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1098":{"id":"ranger-power-moonroof-available","ariaLabel":"","title":"*","description":"<p>*Power Moonroof (incl.Removed
2727Power-Sliding Rear Window) is available on XLT and Lariat.</p>\n"},"1099":{"id":"image-details-2026-bronco-sport-heritage","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Heritage with optional features and extra cost color shown.</p>\n"},"1100":{"id":"tremor-off-road-disclosure","ariaLabel":"","title":"*","description":"<p>*Must be paired with the XL Driver Assist Package and the 160&quot; wheelbase.</p>\n"},"1101":{"id":"DiscF1502026MAxPay","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Max payload of 2,225 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.Removed
2728Max payload varies and is based on accessories and vehicle configuration.Removed
2729See label on doorjamb for carrying capacity of a specific vehicle.Removed
2730Always properly secure cargo.</p>\n"},"1102":{"id":"disclosure-towing-expedition","ariaLabel":"","title":"*","description":"<p>*Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1103":{"id":"T2-compare-expedition-8","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connectivity plan.Removed
2731Don’t drive while distracted or while using handheld devices.Removed
2732Use voice-operated systems when possible.Removed
2733Some features may be locked out while the vehicle is in gear.Removed
2734Not all features are compatible with all phones.<b></b></p>\n"},"1104":{"id":"wave-1-perfo-mkt-2025-bronco-durability","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"1105":{"id":"disclosure-max-towing-power-image-details","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.Removed
2735Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
2736Optional equipment and extra-cost color option shown.</p>\n"},"1106":{"id":"DisclosureAvailableAppearanceHandlingPackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance and handling package.</p>\n"},"1107":{"id":"Interior Accent Overlay Kit","ariaLabel":"","title":"Image Details","description":"<p>Interior Accent Overlay Kit</p>\n<p>The Free Wheeling fun doesn't stop: Velocity Blue-accented cloth seats and colorful door panel strips brighten the cabin.Removed
2737It's a nod to the past, updated for today, making each drive feel laid back.</p>\n"},"1108":{"id":"S4","ariaLabel":"","title":"S4","description":"<p>The Option Package price and monthly payment displayed is for illustration purposes, only.Removed
2738Prices and monthly payments may vary based on features included in package, financing terms and availability.Removed
2739Some Options are not available separately.Removed
2740Not all Options or Option Packages are available on all vehicles.Removed
2741See your local dealer for details.</p>\n"},"1109":{"id":"sinister-bronze-bronco-grille-letter-caps-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze Bronco Grille Letter Caps</p>\n<p>Take your Bronco SUV's front end from standard to &quot;statement&quot;.Removed
2742Durable letter caps encase the Bronco branding and transform it into a sleek nameplate.Removed
2743Turn trailmates' heads and command rearview mirror double-takes with this first-impression touch.</p>\n"},"1110":{"id":"2025 Ford Bronco Raptor model with optional equipment and extracost","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
2744Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1111":{"id":"whenhomeisproperlyequippedandhometransfer","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped and home transfer switch disconnects home from the grid.Removed
2745Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with extended-range battery.Removed
2746Your results may vary based on energy usage.Removed
2747Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"1112":{"id":"T2-compare-2024-bronco-8a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Everglades<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.</p>\n"},"1113":{"id":"2025-escape-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $40,735<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"1114":{"id":"2025-ford-ranger-raptor-with-extra-cost-color-option-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with extra-cost color option shown.Removed
2748Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1115":{"id":"2025-mme-epa-range-320","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range of 320 miles based on full charge.Removed
2749Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1116":{"id":"equipped-valve-exhaust","ariaLabel":"","title":"*","description":"<p>*When equipped with active valve exhaust.Removed
2750Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1117":{"id":"important-details-max-payload-of-8000lbs","ariaLabel":"","title":"Important Details","description":"<p>Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.Removed
2751Max payload varies and is based on accessories and vehicle configuration.Removed
2752See label on doorjamb for carrying capacity of a specific vehicle.Removed
2753Always properly secure cargo.Removed
2754Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
2755Based on current publicly available competitive information.</p>\n"},"1118":{"id":"image-details-gallery-2026-f150-2","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Platinum<sup>®</sup> Plus with optional equipment shown.</p>\n"},"1119":{"id":"T2-compare-2024-bronco-9a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Badlands<sup>®</sup>&nbsp;model with optional equipment shown.Removed
2756The Bluetooth®&nbsp;word mark and logos are registered trademarks owned by Bluetooth SIG, Inc. and any use of such marks by Ford Motor Company is under license.</p>\n"},"1120":{"id":"disclosure-auto-star-stop-technology","ariaLabel":"","title":"*","description":"<p>*Auto Start-Stop may not shut your engine off if your vehicle battery is charging, the engine is still warming up, or if you are using heat or air conditioning.</p>\n"},"1121":{"id":"broncosportouterbandsmodelwithoptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"1122":{"id":"RemovalOfDoors","ariaLabel":"","title":"*","description":"<p>*Removal of doors for off-road use only.Removed
2757Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1123":{"id":"horsepower-and-torque-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Horsepower and torque are independent attributes and may not be achieved simultaneously.Removed
2758Your results may vary.</p>\n"},"1124":{"id":"recaro disclaimer 2026","ariaLabel":"","title":"*","description":"<p>*RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1125":{"id":"owners-manual-bronco-2025","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1126":{"id":"t2-truck-month","ariaLabel":"t2-truck-month","title":"Disclosure","description":"<p>2025 Ford F-150® model shown.Removed
2759Optional equipment shown.Removed
2760F-150® is a trademark of Ford Motor Company or its affiliates.Removed
2761All rights reserved.</p>\n"},"1127":{"id":"2025-ford-f150-platinum-plus","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment shown.</p>\n"},"1128":{"id":"DiscCoPilot360HPM","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by vehicle.</p>\n"},"1129":{"id":"max-payload-varies-based-on-accessories","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.Removed
2762See label on doorjamb for carrying capacity of a specific vehicle.Removed
2763Always properly secure cargo.</p>\n"},"1130":{"id":"computer-generated-image-shown-video-details","ariaLabel":"","title":"Video Details","description":"<p>Computer-generated image shown.</p>\n"},"1131":{"id":"black-weld-wheel-kit-17-x-8-5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black WELD Wheel Kit (17&quot; x 8.5&quot;)</p>\n"},"1132":{"id":"2026DarkHorsePremiumExtraCost","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang® Dark Horse™&nbsp;Premium with available&nbsp;Mustang® Dark Horse™&nbsp; Appearance Package in Blue Ember Metallic (extra-cost color option) shown.</p>\n"},"1133":{"id":"2025-expedition-billboard-media-launch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>Model shown with optional features and available Ford Accessories.</p>\n"},"1134":{"id":"FXPackageMustangMDP","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang® GT Premium fastback model with extra-cost color with FX Package and GT Performance Package shown.</p>\n"},"1135":{"id":"DisclosureAsShownPricing","ariaLabel":"","title":"As-shown pricing","description":"<p>Optional equipment and extra-cost color option shown.</p>\n"},"1136":{"id":"DiscVanWagon2026FordApp","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.Removed
2764Message and data rates may apply.Removed
2765Terms apply.Removed
2766Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.Removed
2767An activated vehicle modem, and the Ford app are required for remote features.Removed
2768Remote features may vary by model.Removed
2769Visit <a href=\"https://www.ford.com/\">ford.com</a> for our privacy notice.</p>\n"},"1137":{"id":"t2-h2h-bronco-badlands","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.Removed
2770Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1138":{"id":"disclaimer-mustang-rtr-package","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
2771Preproduction model shown.&nbsp;Actual production vehicle may vary.Removed
2772Available summer 2026.</p>\n"},"1139":{"id":"2026-explorer-hero-billboard-image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,430<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup> (Excludes available Ford Accessories shown)</p>\n<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.Removed
2773Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
2774When properly equipped.Removed
2775Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1140":{"id":"sd-billboard-target","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $82,290<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford Super Duty<sup>®</sup> Platinum with available FX4 Off-Road Package and 6.7L High Output diesel engine.Removed
2776Optional equipment shown.Removed
2777When properly equipped.Removed
2778Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
2779Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
2780Does not include A, Z or X Plan price.</p>\n"},"1141":{"id":"as-shown-price-expedition-platinum-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $71,545.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Platinum® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1142":{"id":"bluecruise-image-details-new-disc-maintenance","ariaLabel":"","title":"Image Details","description":"<p>Available feature.Removed
2781BlueCruise requires an active plan or trial – see <a href=\"https://www.ford.com/bluecruise/\">ford.com/bluecruise</a> for details.Removed
2782Terms apply.Removed
2783BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.Removed
2784Only remove hands in a hands-free Blue Zone.Removed
2785Always watch the road and be prepared to resume control.Removed
2786See Owner’s Manual for details and limitations.</p>\n"},"1143":{"id":"as-shown-price-lightning-US","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $67,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><sup></sup></p>\n<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> shown in Antimatter Blue Metallic.</p>\n"},"1144":{"id":"disclaimer-SPGlobalMobilityUSVIO","ariaLabel":"","title":"Image Details","description":"<p>Based on S&amp;P Global Mobility US VIO as of September 2025 for the Emergency Vehicles vocation.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1145":{"id":"AttributesBarDisclaimerMustangMDP","ariaLabel":"","title":"**","description":"<p>**486 hp can be achieved on Mustang<sup>®</sup> GT models equipped with active valve dual exhaust.</p>\n"},"1146":{"id":"S17","ariaLabel":"","title":"S17","description":"<p>Destination Charges are associated with getting the vehicle from the manufacturer to the dealership.Removed
2787Prices listed are MSRP and are based on information updated on this website from time to time.</p>\n"},"1147":{"id":"disclaimer-image-details-rtr-performance-package","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
2788Preproduction model with optional Hyper Lime brake caliper shown.&nbsp;Actual production vehicle may vary.Removed
2789Available summer 2026.</p>\n"},"1148":{"id":"computer-generated-image-shown-bronco-sport","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.Removed
2790Computer-generated image shown.</p>\n"},"1149":{"id":"broncosportbigbendaempub-67497","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1150":{"id":"image-details-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.</p>\n"},"1151":{"id":"2026-maverick-awd-billboard-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>As shown price $33,335<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1152":{"id":"DiscF1502026VideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Professional driver on a closed course.Removed
2791Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1153":{"id":"vhp-mach-e-ford-power-promise-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2026 F-150 Lightning or Mustang Mach-E from a participating Ford dealer between 10/1/26 and 1/5/2027 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.Removed
2792Home charge station model and brand may vary based on availability.Removed
2793Offer not available to fleet or commercial customers.Removed
2794Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
2795Installation exclusions apply.Removed
2796Must take retail delivery from an authorized Ford dealer's stock by 1/5/2027.Removed
2797No trade-in required. 2025 Mustang Mach-E inventory may be limited and may vary by location.Removed
2798See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1154":{"id":"consult-the-owner-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1155":{"id":"25l-hybrid-engine-awd","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/AWD.Removed
2799Actual mileage will vary.</p>\n"},"1156":{"id":"financed-upfront","ariaLabel":"Can be financed upfront with vehicle purchase","title":"*","description":"<p>Can be financed upfront with vehicle purchase</p>\n"},"1157":{"id":"ranger XLT 2","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1158":{"id":"DiscHomepageMigrationOffersBB1","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.Removed
2800Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.Removed
2801Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.Removed
2802Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
2803For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.Removed
2804See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
2805Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1159":{"id":"orv-fender-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>ORV Fender Decal</p>\n"},"1160":{"id":"disclaimer2025expeditiontax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> extra cost color option.</p>\n"},"1161":{"id":"attributes-bar-epa-disc","ariaLabel":"","title":"*","description":"<p>*With available extended-range battery and available eAWD.Removed
2806EPA-estimated driving range based on full charge.Removed
2807Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>"},"1162":{"id":"scheduled-maintenance-costs-disclaimer","ariaLabel":"","title":"*","description":"<p>*Scheduled maintenance costs are based on recommended service schedule as published in the Owner’s Manual.Removed
2808Analysis reflects Ford Motor Company’s standard method for calculating scheduled maintenance cost and reflects data available in 2025.</p>\n"},"1163":{"id":"HorsepowerRatingsTestingRequirements","ariaLabel":"","title":"*","description":"<p>Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
2809Your results may vary.</p>\n"},"1164":{"id":"t2-illinois-hp-auto-show","ariaLabel":"t2-illinois-hp-auto-show","title":"Disclaimer","description":"<p>Some models, trims, and features may not be available or may be subject to change.</p>\n"},"1165":{"id":"t2-homepage-mlb-bb","ariaLabel":"t2-homepage-mlb-bb","title":"Disclosure","description":"<p>™/© 2026 MLB</p>\n<p>&nbsp;&nbsp;&nbsp; © 2026, Little League Baseball, Incorporated.</p>\n<p>&nbsp;&nbsp;&nbsp; © 2026 Ford Motor Company.Removed
2810F-150 is a trademark of Ford or its affiliates.Removed
2811All rights reserved.</p>\n"},"1166":{"id":"DiscVideoDetailsBroncoSportSP","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport® Heritage with optional equipment and extra-cost color option shown.Removed
2812Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1167":{"id":"25l-hybrid-engine-awd-02","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/AWD.Removed
2813Actual mileage will vary.</p>\n"},"1168":{"id":"Disclosure-Front-seatbelt-removed","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belt removed in order to provide a clear view of the vehicle interior.</p>\n"},"1169":{"id":"FordSecurityPackage2026Expedition","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
2814Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
2815Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
2816Terms apply.</p>\n"},"1170":{"id":"bronze-wheel-kit-20-x-8-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Wheel Kit (20&quot; x 8&quot;)</p>\n"},"1171":{"id":"max-payload-2440-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
2817Max payload varies based on accessories and vehicle configuration.Removed
2818See label on doorjamb for carrying capacity of a specific vehicle.Removed
2819Always properly secure cargo.</p>\n"},"1172":{"id":"t2-compare-super-duty-10b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and Truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford truck in model-year 2024.Removed
2820Includes all models with RTM population greater than 1,000.Removed
2821When properly equipped.Removed
2822Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1173":{"id":"","ariaLabel":"","title":"","description":""},"1174":{"id":"automatic-transmission-only-select-vehicles","ariaLabel":"","title":"*","description":"<p>*Automatic transmission only.Removed
2823Available on select vehicles.</p>\n"},"1175":{"id":"available-on-the-2024-mustang-mach-e-gt","ariaLabel":"","title":"*","description":"<p>*Available on the 2024 Mustang Mach-E GT</p>\n"},"1176":{"id":"T2-compare-ranger-7a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>® </sup>model with optional equipment shown.</p>\n"},"1177":{"id":"incentives-offer-v2","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 72 months at $13.89 per month per $1,000 financed, regardless of down payment.Removed
2824U.S. residents only.Removed
2825Prior purchases not eligible.Removed
2826Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.Removed
2827See dealer for qualifications and details.</p>\n"},"1178":{"id":"2026-homepage-summer","ariaLabel":"","title":"Image Details","description":"<p>Preproduction and prototype models shown.Removed
2828Actual production vehicles may vary.Removed
2829Available summer 2026.<br>\n</p>\n"},"1179":{"id":"fordpass-compatible-with-selected-smartphone","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.Removed
2830Message and data rates may apply.Removed
2831Terms and conditions apply.Removed
2832Visit ford.com for our privacy notice.Removed
2833Start Inhibit remote disable feature only available on select 2024–2025 F-150<sup>®</sup> and select 2025 Super Duty<sup>®</sup> trucks.</p>\n"},"1180":{"id":"2025-bronco-sport-ambassadors-gallery-4b","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1181":{"id":"standard-ranger-raptor-model","ariaLabel":"","title":"*","description":"<p>*Standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1182":{"id":"2026DarkHorsePremiumAppearancePackage","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang Dark Horse<sup>®</sup> Premium with available Mustang Dark Horse Appearance Package.</p>\n"},"1183":{"id":"vehicle-details-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>Model shown with optional features and available Ford accessories.</p>\n"},"1184":{"id":"based-on-active-charging-stations-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.Removed
2834Numbers subject to change.</p>\n"},"1185":{"id":"max-payload-2-2440-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs available on F-150<sup>®</sup> Regular Cab 5.5’ box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
2835Max payload varies and is based on accessories and vehicle configuration.Removed
2836See label on doorjamb for carrying capacity of a specific vehicle.Removed
2837Always properly secure cargo.</p>\n"},"1186":{"id":"disclosure-brembo-mustang","ariaLabel":"","title":"**","description":"<p>**Brembo is a trademark of Brembo S.p.A.</p>\n"},"1187":{"id":"t2-los-angeles-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT model shown with extra-cost color option.</p>\n"},"1188":{"id":"DisclosureMaxTowing ","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
2838Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1189":{"id":"disclaimer2025f150lightningtax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model shown.Removed
2839Computer generated image shown.</p>\n"},"1190":{"id":"DiscImageDetailsCGIImageHPM","ariaLabel":"","title":"Image Details","description":"<p>CGI Image shown.</p>\n"},"1191":{"id":"video-details-expedition-us-25-highlight-1","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford Accessories.</p>\n<p>24-inch wheels are not currently available to order.Removed
2840Contact a Ford dealer to check available inventory or place a custom order.</p>\n<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1192":{"id":"BadlandsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Badlands® model with optional equipment shown.</p>\n"},"1193":{"id":"wave-3-bb-reliable-performance-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $75,845<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"1194":{"id":"rsf-build-vlu-lightning-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $80,757<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 F-150<sup>®</sup> Lightning<sup>®</sup> Platinum shown with extra cost color and available Ford accessories.</p>\n"},"1195":{"id":"disclosure-class-touchscreen-maverick","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.</p>\n"},"1196":{"id":"image-DisclosureVisualdramatizationofBlindSpotDetection","ariaLabel":"","title":"Image Details","description":"<p>Visual dramatization of Blind Spot Information System technology.<br>\n</p>\n"},"1197":{"id":"2026SuperDutyNowAvailableToOrderDisclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Lariat Premium Package shown.Removed
2841Preproduction model shown in Argon Blue.Removed
2842Actual production vehicle may vary.Removed
2843Available fall 2025.</p>\n"},"1198":{"id":"image-details-brfamily-equipment-accessories","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment, Ford accessories, aftermarket accessories, and extra-cost color option shown.<br>\nFord Bronco® Badlands® model with optional equipment and Ford accessories shown.</p>\n"},"1199":{"id":"vehicle-details-extra-cost-color-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color shown.</p>\n"},"1200":{"id":"rsf-modal-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250 Platinum model with available FX4 Off-Road Package, extra cost color shown.</p>\n"},"1201":{"id":"2025-mache-sell-down-1","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.Removed
2844Your results may vary.Removed
2845Tested with optional summer tires.</p>\n"},"1202":{"id":"blue-free-wheeling-body-graphic-kit","ariaLabel":"","title":"Image Details","description":"<p>Blue Free Wheeling Body Graphic Kit</p>\n<p>Elevate the aesthetic with wheels that blend high-gloss sophistication and eye-catching blue accents.Removed
2846Inspired by the spoked designs of past generations, these wheels blend classic flair with modern function.Removed
2847They're a perfect fit for your Bronco Sport<sup>®</sup>, whether you're spending time on the trail or cruising the city.</p>\n"},"1203":{"id":"ford-security-package-sd","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
2848Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
2849Credit card required for activation and Package automatically renews until cancelled.Removed
2850Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
2851Not available in U.S. territories.Removed
2852Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or U.S. territories.Removed
2853Terms apply.</p>\n"},"1204":{"id":"As Shown Price Ranger Lariat 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $43,755.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> Lariat 4x2 shown in Carbonized Gray Metallic with Sport Appearance Package.Removed
2854Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1205":{"id":"as-shown-pricing-super-duty-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$92,860<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Tremor<sup>®</sup> Off-Road Package and Black Appearance Package.Removed
2855Optional equipment shown.Removed
2856When properly equipped.Removed
2857Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
2858Does not include A, Z or X Plan price.</p>\n"},"1206":{"id":"DiscRanger2026RaptorMaxTow","ariaLabel":"","title":"**","description":"<p>**Max towing on Ranger<sup>®</sup>&nbsp;Raptor<sup>®</sup> truck.Removed
2859When properly equipped.Removed
2860Max towing varies based on cargo,&nbsp;vehicle configuration, accessories, and number of passengers.</p>\n"},"1207":{"id":"2024-f-150-lightning-platinum","ariaLabel":"","title":"Image Details","description":"<p>2024 F-150<sup>®</sup> Lightning<sup>®</sup> Platinum model with optional Ford accessories shown.</p>\n"},"1208":{"id":"HorsepowerAndTorque","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
2861Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1209":{"id":"DiscWifiAppsMapsHPM","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 500GB of usage within a 30-day period.&nbsp;Feature availability varies by vehicle.</p>\n"},"1210":{"id":"t2-truck-month-499","ariaLabel":"t2-truck-month-499","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit® Red Carpet Lease®.Removed
2862Payments may vary; dealer determines price.Removed
2863Offer requires Dealer contribution.Removed
2864Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.Removed
2865Lessee has option to purchase at lease-end at price negotiated at signing.Removed
2866For 2025 Ranger XLT: Cash due at signing is after $3,000 Cash Back ($2,000 Bonus Cash + $1,000 Truck Month Cash).Removed
2867For 2025 F-150 STX SuperCrew: Cash due at signing is after $750 RCL Cash back.Removed
2868For 2025 F-150 Lightning XLT: Cash due at signing is after $9,500 Cash Back ($7,500 RCL cash + $2,000 Bonus Cash).Removed
2869For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 3/31/2026.Removed
2870See dealer for qualifications and details.</p>\n"},"1211":{"id":"raptor disclaimer faq","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> Raptor<sup>®</sup> truck.Removed
2871When properly equipped.Removed
2872Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1212":{"id":"image-details-gallery-2026-f150-5","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color shown.Removed
2873Always properly secure cargo.</p>\n"},"1213":{"id":"us-mach-e-technology-modal-phone-key","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, compatible network availability, and the Ford app (formerly known as the FordPass® app) are required for remote features.Removed
2874Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.Removed
2875Remote features may vary by model.</p>\n"},"1214":{"id":"disclaimer-2024-f-150-lightning-is-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 F-150<sup>®</sup> Lightning<sup>®</sup> truck shown.</p>\n"},"1215":{"id":"disclosure-horsepower-torque-calculated","ariaLabel":"","title":"*","description":"<p>*Calculated via combined performance of the engine and electric motor with peak battery power.Removed
2876The calculations utilize SAE Net J1439<sup>®</sup> engine results and Ford electric motor dyno testing.Removed
2877Your results may vary.</p>\n"},"1216":{"id":"removal-of-doors-disclaimer","ariaLabel":"","title":"*","description":"<p>*Removal of doors for off-road use only.Removed
2878See your Owner’s Manual for detailed information.</p>\n"},"1217":{"id":"2026-electric-propower","ariaLabel":"","title":"*","description":"<p>*Maximum power available is limited to the combined total of all items in use.Removed
2879Power may also be limited in Drive mode, or certain ambient temperature conditions.Removed
2880Some electrical equipment requires higher startup power than the running rating and could exceed the power capacity of the system.Removed
2881See Owner’s Manual for important operating instructions.Removed
2882Essential home backup power requires the F-150® Hybrid PowerBoost® truck with 7.2kW Pro Power Onboard™ and GenerLink transfer switch, sold separately.</p>\n"},"1218":{"id":"t2-truck-month-bb-499","ariaLabel":"t2-truck-month-bb-499","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit® Red Carpet Lease®.Removed
2883Payments may vary; dealer determines price.Removed
2884Offer requires Dealer contribution.Removed
2885Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.Removed
2886Lessee has option to purchase at lease-end at price negotiated at signing.Removed
2887For 2025 Ranger XLT: Cash due at signing is after $3,000 Cash Back ($2,000 Bonus Cash + $1,000 Truck Month Cash).Removed
2888For 2025 F-150 STX SuperCrew: Cash due at signing is after $750 RCL Cash back.Removed
2889For 2025 F-150 Lightning XLT: Cash due at signing is after $9,500 Cash Back ($7,500 RCL cash + $2,000 Bonus Cash).Removed
2890For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 3/31/2026.Removed
2891See dealer for qualifications and details.</p>\n"},"1219":{"id":"DiscAsShownPriceRangerLARIAT25","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n<p>$43,775 (does not include D&amp;D fees).</p>\n"},"1220":{"id":"t2-feb-rewards-2","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.Removed
2892Message and data rates may apply.Removed
2893Terms and conditions apply.Removed
2894Visit Ford.com for our privacy notice.</p>\n"},"1221":{"id":"2025-ranger-raptor-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.Removed
2895Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1222":{"id":"image-details-optional-equipment-bronco-2025","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.Removed
2896Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1223":{"id":"max-towing-12900-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,900 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.Removed
2897When properly equipped.Removed
2898Requires Tow/Haul Package and optional Max Tow Axle.Removed
2899Max towing varies based on cargo, vehicle configuration, accessories and number of passengers</p>\n"},"1224":{"id":"DiscBroncoMDP2026AsShowHeritage","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $54,810.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;2026 Ford Bronco<sup>®</sup> Heritage Edition model shown in Ruby Red Metallic Tinted Clearcoat.Removed
2900Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1225":{"id":"as-show-price-bb-gt-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $53,890<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> GT with extra-cost color option shown.</p>\n"},"1226":{"id":"max-payload-2-1400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 5.2L Supercharged V8 engine.Removed
2901Max payload varies and is based on accessories and vehicle configuration.Removed
2902See label on doorjamb for carrying capacity of a specific vehicle.Removed
2903Always properly secure cargo.</p>\n"},"1227":{"id":"fba-not-all-buyers-qualify-for-ford-credit-financing-60-months","ariaLabel":"","title":"*","description":"<p>*Not all buyers qualify for Ford Credit financing 4.49% APR for 60 months at $18.64 per $1,000 financed, on Gold, Blue and EV Certified vehicles, regardless of down payment.Removed
2904Take delivery from an authorized Ford Dealer's stock by 06/30/2026.Removed
2905Residency restrictions may apply.Removed
2906See dealer for qualifications.</p>\n"},"1228":{"id":"DiscF1502026Faq6","ariaLabel":"","title":"**","description":"<p>**Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
2907When properly equipped.Removed
2908Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
2909Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1229":{"id":"intended-for-track-use-only","ariaLabel":"","title":"**","description":"<p>**Intended for track use only.Removed
2910Do not use on public roads.Removed
2911See Owner’s Manual for important operating instructions.</p>\n"},"1230":{"id":"2026-ford-escape-platinum-model","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Escape® Platinum model with optional equipment and extra-cost color option shown.</p>\n"},"1231":{"id":"DiscTier2EmployeePricing","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available on the purchase or lease of the following eligible new 2024-2025Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.Removed
2928See an authorized Ford Dealer or Lincoln Retailer, or go to <a href=\"http://www.fordrecognizesu.com\">www.fordrecognizesu.com</a>, for complete details and eligibility (PGM# 32800).</p>\n"},"1232":{"id":"target-maverick-lariat-equipment-towing","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment, extra-cost color, and available Ford Accessories shown.1911See an authorized Ford Dealer or Lincoln Retailer, or go to <a href=\"http://www.fordrecognizesu.com\">www.fordrecognizesu.com</a>, for complete details and eligibility (PGM# 32800).</p>\n"},"666":{"id":"disclaimer-expedition-timberline","ariaLabel":"","title":"Image Details","description":"<p>2024 Expedition<sup>®</sup> Timberline<sup>®</sup> with optional features and available Ford accessories.</p>\n"},"667":{"id":"2025machesummersales1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150<sup>®</sup>&nbsp;Lightning<sup>®</sup>, or 2025 or 2026 Mustang Mach-E<sup>®</sup>, from a participating Ford dealer between 1/6/2026 and 3/31/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
1912Home charge station model and brand may vary based on availability.
1913Offer not available to fleet or commercial customers.
1914Complimentary home installation must be completed through Qmerit Electrification LLC.
1915Installation exclusions apply.
1916Must take retail delivery from an authorized Ford dealer's stock by 3/31/2026.
1917No trade-in required.
1918See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"668":{"id":"bfn-summer-sales-image-details-f150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"669":{"id":"complimentary-2-year-maintenance-plan-available","ariaLabel":"","title":"*","description":"<p>*Complimentary 2-year Maintenance Plan available on select Ford vehicles.
1919Coverage begins at the new vehicle's limited warranty start date for 2 years or up to 25,000 miles, whichever occurs first.
1920Transferable for a fee.
1921See your dealer for a complete list of coverage details and limitations.</p>\n"},"670":{"id":"consumer-reports","ariaLabel":"","title":"Disclaimer","description":"<p>Consumer Reports does not endorse products or services.</p>\n"},"671":{"id":"globally-mobillity","ariaLabel":"","title":"Disclaimer","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registration across all sports car segments CYE 2024.</p>\n"},"672":{"id":"not-all-buyers-ford-credit","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing.
1922Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
1923For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.
1924See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
1925Please contact your Ford Dealer for the most current inventory status.</p>\n"},"673":{"id":"Max 430 torque and 485 lb","ariaLabel":"","title":"*","description":"<p>*Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
1926Class is Full-Size Pickups over 8,500 lbs.
1927GVWR.
1928Based on current publicly available competitive information.
1929Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
1930Your results may vary.
2930Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1233":{"id":"disclaimer-max-payload-of-2,235-f150","ariaLabel":"","title":"†","description":"<p>†Max payload of 2,235 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.1932Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"674":{"id":"video-details-expedition-25-us-billboard","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. </p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"675":{"id":"video-details-expedition-us-25-highlight-1","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford Accessories.</p>\n<p>24-inch wheels are not currently available to order.
2931Max payload varies based on accessories and vehicle configuration.1933Contact a Ford dealer to check available inventory or place a custom order.</p>\n<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"676":{"id":"bfn-sse-global-mobility-cy-2024","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility CY 2024 US Light Vehicle Production data and CY 2024 Import Sourcing Module data.</p>\n"},"677":{"id":"bfn-sse-2024-year-end-hourly","ariaLabel":"","title":"*","description":"<p>*Based on 2024 year-end hourly employment data.</p>\n"},"678":{"id":"bfn-sse-home-transfer-switch-disconnects","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When home is properly equipped and home transfer switch disconnects home from the grid.
1934Based on 30 kWh use per day using the Ford F-150<sup>®</sup> Lightning<sup>® </sup>Platinum<sup>® </sup>model with the extended-range battery.
1935Your results may vary based on energy usage.</p>\n"},"679":{"id":"bfn-sse-payload-and-towing-are-independent-attributes","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1936When properly equipped.
1937Max payload varies and is based on accessories and vehicle configuration.
2933Always properly secure cargo.</p>\n"},"1234":{"id":"FordPickupDeliveryService","ariaLabel":"","title":"*","description":"<p>Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.1939Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"680":{"id":"bfn-sse-bronco-sport-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p><b> </b>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment and available Ford Accessories shown.</p>\n"},"681":{"id":"bfn-sse-ford-mobile-service-dealers","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2935A nonoperational vehicle is not eligible and will require a Roadside event.1941Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"682":{"id":"tax-incentive-disclaimer-lightning","ariaLabel":"","title":"*","description":"<p>*Please consult with your own tax or legal professional to determine your individual eligibility.
2936See your Ford Dealer for&nbsp;details.&nbsp;</p>\n"},"1235":{"id":"Available on all models","ariaLabel":"","title":"*","description":"<p>*Available on all models.</p>\n"},"1236":{"id":"extra-cost-color-expedition","ariaLabel":"","title":"*","description":"<p>*Extra-cost color.</p>\n"},"1237":{"id":"DiscVehicleDetailsHPMSuvsandCars","ariaLabel":"","title":"Vehicle Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\nAlways determine the water depth before attempting a crossing and proceed slowly.1942Tax credit amount is based on vehicle-specific component sourcing and assembly and may be subject to change.
2937Refer to your Owner’s Manual for detailed information regarding driving through water.<br>\n<br>\nClosed track.1943You may not claim the credit if (1) your adjusted gross income exceeds certain thresholds or (2) the MSRP of the vehicle, as configured, exceeds $80,000 (including all optional equipment attached to the vehicle at the time of delivery to the dealer, but excluding destination charges, optional items added by the dealer, taxes and fees).
2938Electronic line-lock is intended for track use only.1944Not every F-150 Lightning will qualify for the tax credit.
2939It should not be used on public roads.1945For you to receive the tax credit, the dealer must confirm that your specific vehicle qualifies and must provide you with an IRS time-of-sale report.
2940See Owner’s Manual for information on use.</p>\n"},"1238":{"id":"ready-set-ford-adventure-ranger-lariat-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1239":{"id":"as-shown-price-sd-450xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $66,925.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL Crew Cab model shown.</p>\n"},"1240":{"id":"DiscBroncoRTRPreProdModel","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.1946Tax credit may be applied at point of sale, subject to dealer availability, or as a potential future tax savings.
2941Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1241":{"id":"T2-compare-maverick-8a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.1947Tax credit is not available for vehicles acquired after September 30, 2025.
2942Max payload varies based on accessories and vehicle configuration.1948The amount of your tax savings will depend on your individual tax circumstances.
2943See label on doorjamb for carrying capacity of a specific vehicle.1949Incentives and additional rebates are not within Ford’s control.
2944Always properly secure cargo.</p>\n"},"1242":{"id":"2027-expedition-tremor-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2027 Expedition® Tremor® model with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n<p>When properly equipped.1950This information does not constitute tax or legal advice.
2945Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1243":{"id":"2026-superduty-f350-xl-regular-cab","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> F-350<sup>®</sup> XL Regular Cab model shown.1951For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;actionId&quot;:&quot;action0018&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://fueleconomy.gov/feg/tax2023.shtml&quot;}}\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n"},"683":{"id":"sse-not-all-buyers-will-qualify","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing.
2946Max payload varies based on accessories and vehicle configuration.1952Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
2947See label on doorjamb for carrying capacity of a specific vehicle.1953For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.
2948Always properly secure cargo.</p>\n"},"1244":{"id":"image-details-disclaimer-mach-e-return-gallery","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model (left) and 2026 Mustang Mach-E GT model (right) shown with optional equipment and extra-cost color.</p>\n"},"1245":{"id":"availableonallsuperduty","ariaLabel":"","title":"*","description":"<p>*Available on all Super Duty 4x4 models.</p>\n"},"1246":{"id":"availableonthesuperdutyxl","ariaLabel":"","title":"*","description":"<p>*Available on the Super Duty XL 4x4 SRW model.</p>\n"},"1247":{"id":"as-shown-price-2027-expedition-bb","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $91,830<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2027 Ford Expedition® Platinum® model with optional Platinum Ultimate Package and extra-cost color option shown.</p>\n"},"1248":{"id":"consult-tax-legal","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Please consult with your own tax or legal professional to determine your individual eligibility.1954See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
1955Please contact your Ford Dealer for the most current inventory status.</p>\n"},"684":{"id":"sse-must-purchase-or-lease","ariaLabel":"","title":"**","description":"<p>**Must purchase or lease a new 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 7/8/2025 and 9/30/2025 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.
1956Home charge station model and brand may vary based on availability.
1957Offer not available to fleet or commercial customers.
1958Complimentary home installation must be completed through Qmerit Electrification LLC.
1959Installation exclusions apply.
1960Must take retail delivery from an authorized Ford dealer's stock by 9/30/2025.
1961No trade-in required. 2025 Mustang Mach-E inventory may be limited and may vary by location.
1962See your Ford dealer for details, terms and the most current inventory status.</p>\n<p>Home charge station model and brand may vary based on availability.
1963See your Ford dealer for details.</p>\n"},"685":{"id":"available-tremor-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> with available Tremor<sup>®</sup> Off-Road Package and 6.7L High Output diesel engine shown.</p>\n"},"686":{"id":"available-fx4-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Platinum<sup>®</sup> with available FX4<sup>®</sup> Off-Road Package shown.</p>\n"},"687":{"id":"available-xl-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL Off-Road Package shown.</p>\n"},"688":{"id":"dont-drive-while-distracted-sd","ariaLabel":"","title":"**","description":"<p>**Don’t drive while distracted or while using handheld devices.
1964Use voice-operated systems when possible.
1965Some features may be locked out while the vehicle is in gear.
1966Not all features are compatible with all phones.</p>\n"},"689":{"id":"2025-expedition-us-hl-2","ariaLabel":"","title":"Video Details","description":"<p>Optional second-row bench seat shown.</p>\n"},"690":{"id":"the-inflation-reduction-act","ariaLabel":"","title":"*","description":"<p>*The Inflation Reduction Act (IRA) provides clean vehicle tax credits for certain purchasers of eligible vehicles.
1967A lease customer (lessee) does not purchase a vehicle and therefore is not allowed to claim a tax credit.
1968Lessees may receive a benefit in the form of a lower payment on their vehicle, but they are not permitted to claim a tax credit on the leased vehicle.</p>\n"},"691":{"id":"2025 US Expedition 2","ariaLabel":"","title":"Image Details","description":"<p>Due to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"692":{"id":"when-properly-equipped-sd-platinum-shown","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
1969Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2026 Super Duty<sup>®</sup> Platinum<sup>®</sup> shown.</p>\n"},"693":{"id":"superduty-xl-chrome-package-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL chrome package and 6.7L High Output diesel engine shown.</p>\n"},"694":{"id":"tax-break-2025","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Deduction is available for eligible buyers who finance a new vehicle assembled in the U.S. Vehicle must be purchased for personal use.
1970Lease vehicles and vehicles used for business or commercial use are not eligible.
1971Deduction is available for tax years 2025 through 2028, for interest paid on new vehicles financed after December 31, 2024.
1972Deduction begins to phase out for taxpayers with modified adjusted gross income over $100,000 ($200,000 for joint filers).
1973The amount of your tax savings will depend on your individual tax circumstances.
1974Please consult with your own tax or legal professional to determine your individual eligibility.
1975This information does not constitute tax or legal advice.
1976For additional information, go to <a title=\"https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors\" href=\"https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\"><u>https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors</u></a></p>\n"},"695":{"id":"assembled-in-usa","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Assembled in the USA with domestic and foreign parts.</p>\n"},"696":{"id":"consult-tax-legal","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Please consult with your own tax or legal professional to determine your individual eligibility.
2958For additional information, go to&nbsp;<a href=\"https://fueleconomy.gov/feg/tax2023.shtml\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;directAction&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;event_action&quot;:&quot;brand referral&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://fueleconomy.gov/feg/tax2023.shtml&quot;}}\" rel=\"noopener noreferrer\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n"},"1249":{"id":"DisclosureAWDClassIITowing","ariaLabel":"","title":"**","description":"<p>**With AWD and Class II Towing Package.</p>\n"},"1250":{"id":"t2-26-explorer-h2h-best-selling","ariaLabel":"*","title":"*","description":"<p>*Based on S&amp;P Global Mobility 1946–Current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"1251":{"id":"2025-ranger-xlt-model-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.1986For additional information, go to&nbsp;<a href=\"https://fueleconomy.gov/feg/tax2023.shtml\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;directAction&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;event_action&quot;:&quot;brand referral&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://fueleconomy.gov/feg/tax2023.shtml&quot;}}\" rel=\"noopener noreferrer\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n"},"697":{"id":"when-properly-equipped-extra-cost-color-sd","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
2959Max payload varies based on accessories and vehicle configuration.1987Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2960See label on doorjamb for carrying capacity of a specific vehicle.1988Extra-cost color shown.</p>\n"},"698":{"id":"2026SuperDutyNowAvailableToOrderDisclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Lariat Premium Package shown.
2961Always properly secure cargo.</p>\n"},"1252":{"id":"DiscTier2Card5Explorer","ariaLabel":"","title":"*","description":"<p>*85.8 cubic feet on Active and ST-Line, 85.3 on Platinum (shown) and ST models.1989Preproduction model shown in Argon Blue.
2962Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1253":{"id":"ImageDetailsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and extra-cost color shown.</p>\n"},"1254":{"id":"T2-compare-2024-bronco-5a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Raptor<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.1990Actual production vehicle may vary.
2963Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1255":{"id":"RSF mosaic gallery mustang 26 3","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> GT Premium Convertible with Carmine Red interior with optional PCAP package shown.</p>\n"},"1256":{"id":"rsf-adventure-vlu-expedition-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $81,350<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.1991Available fall 2025.</p>\n"},"699":{"id":"max-horsepower-and-torque-sd","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
1992Class is Full-Size Pickups over 8,500 lbs GVWR.
1993Based on current publicly available competitive information.
1994Horsepower and torque ratings based on testing requirements prescribed in SAE J1349<sup>®</sup> standard.
1995Your results may vary.
2965Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.1997Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"700":{"id":"disclaimer2025transittax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> XLT extra cost color option.</p>\n"},"701":{"id":"disclaimer2025f150lightningtax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model shown.
2966Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1257":{"id":"requires-nacs-disclaimer","ariaLabel":"","title":"†","description":"<p>†Requires NACS Fast Charging Adapter.</p>\n"},"1258":{"id":"2026-ford-maverick-xlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Maverick® XLT model with optional equipment shown.</p>\n"},"1259":{"id":"Expedition Platinum 2026 2","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $75,245.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1260":{"id":"PreproductionModelVideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.1998Computer generated image shown.</p>\n"},"702":{"id":"disclaimer2025f150tax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> XLT model shown.</p>\n"},"703":{"id":"disclaimer2025superdutytax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor<sup>®</sup> Off-Road package and 6.7L High Output diesel engine with optional equipment shown.</p>\n"},"704":{"id":"disclaimer2025rangertax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> XLT with optional equipment shown.</p>\n"},"705":{"id":"disclaimer2025expeditiontax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> extra cost color option.</p>\n"},"706":{"id":"disclaimer2025explorertax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST extra cost color option.</p>\n"},"707":{"id":"disclaimer2025broncotax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
1999Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"708":{"id":"disclaimer2025mustangtax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Eco-Boost<sup>®</sup> with optional wheel and stripe package.</p>\n"},"709":{"id":"disclaimer2025escapetax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Escape<sup>®</sup> Plug-in Hybrid with optional equipment shown.</p>\n"},"710":{"id":"max-500-horsepower-based-on-6-7l-sd","ariaLabel":"","title":"Important Details","description":"<p>Max. 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
2000Class is Full-Size Pickups over 8,500 lbs GVWR.
2001Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
2002Your results may vary.</p>\n"},"711":{"id":"TBD","ariaLabel":"","title":"*","description":"<p>TBD</p>\n"},"712":{"id":"Max 430 horsepower and 485 Commercial","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L V8 gas engine.
2003Class is Full-Size Pickups over 8,500 lbs.
2004GVWR.
2005Horsepower and torque ratings based on testing requirements prescribed in SAE J1349<sup>®</sup> standard.
2006Your results may vary.
2007When properly equipped.
2008Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"713":{"id":"target-low-millage-ford-credit","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit<sup>®</sup> Red Carpet Lease<sup>®</sup>.
2009Payments may vary; dealer determines price.
2010Lessee responsible for excess wear and mileage over 10,500 miles at $0.20/mile.
2011Lessee has option to purchase at lease-end at price negotiated at signing.
2012Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.
2013See dealer for qualifications and details.
2014Complimentary two-year maintenance plan available on select Ford vehicles.
2015Coverage begins at the new-vehicle limited warranty start date for two years or up to 25,000 miles, whichever occurs first.
2016Transferable for a fee.
2017See your dealer for a complete list of coverage details and limitations.</p>\n"},"714":{"id":"target-mustang-gt-package-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium model with Mustang<sup>®</sup> Nite Pony<sup>™</sup> and GT Performance Packages with Vapor Blue extra-cost exterior color, and a 2025 Mustang<sup>®</sup> EcoBoost fastback with Carbonized Gray exterior color.</p>\n"},"715":{"id":"target-mustang-gt-premium-performance-package","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium model with Mustang<sup>®</sup> Nite Pony<sup>™</sup> and GT Performance Packages with Vapor Blue extra-cost exterior.</p>\n"},"716":{"id":"based-on-full-charge-going-electric-disc","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
2018Actual range varies with conditions such as trim, standard- or extended-range battery, RWD or eAWD, external environment, vehicle use, vehicle maintenance, lithium-ion battery age and state of health.</p>\n"},"717":{"id":"computer-generated-image-f-150-lightning-flash","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image of a 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash model shown.</p>\n"},"718":{"id":"target-low-millage-ford-credit-2","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit<sup>®</sup> Red Carpet Lease<sup>®</sup>.
2019Payments may vary; dealer determines price.
2020Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
2021Lessee has option to purchase at lease-end at price negotiated at signing.
2022Cash due at signing is after $2,000 RCL cash (50634).
2023Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.
2024See dealer for qualifications and details.</p>\n"},"719":{"id":"target-low-millage-ford-credit-3","ariaLabel":"","title":"**","description":"<p>**Complimentary two-year maintenance plan available on select Ford vehicles.
2025Coverage begins at the new-vehicle limited warranty start date for two years or up to 25,000 miles, whichever occurs first.
2026Transferable for a fee.
2027See your dealer for a complete list of coverage details and limitations.</p>\n"},"720":{"id":"ford-mobile-service-disclosure","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance or other dealer-specified criteria.
2028Does not include parts or repair charges.</p>\n"},"721":{"id":"must-purchase-or-lease-going-electric-page","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 7/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
2029Home charge station model and brand may vary based on availability.
2030Offer not available to fleet or commercial customers.
2031Complimentary home installation must be completed through Qmerit Electrification LLC.
2032Installation exclusions apply.
2033Must take retail delivery from an authorized Ford dealer's stock by 7/6/2026.
2034No trade-in required.
2035See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"722":{"id":"an-activated-vehicle-modem-and-the-fordpass-app-are-required","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, and the Ford app are required for remote features.
2036Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.
2037Remote features may vary by model.</p>\n"},"723":{"id":"buyers-ford-credit-lease-target","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
2038Payments may vary; dealer determines price.
2039Lessee is responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
2040Lessee has option to purchase at lease-end at price negotiated at signing.
2041Cash due at signing is after $2,000 RCL cash (50634).
2042Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.
2043See dealer for qualifications and details.</p>\n"},"724":{"id":"2025-bronco-badlands-model","ariaLabel":"","title":"Image Details","description":"<p>*2023 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
2044Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"725":{"id":"image-detail-homeenergy","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash model shown.</p>\n"},"726":{"id":"video-home-energy","ariaLabel":"","title":"*","description":"<p>*Ford Mustang Mach E<sup>®</sup> SUV drivers or owners could potentially save an average of $600 per year with TXU Free EV Miles.
2045Ford F-150 Lightning<sup>®</sup> pickup drivers or owners could potentially save an average of $900 per year with TXU Free EV Miles.
2046Ford battery electric vehicle drivers or owners could potentially save an average of $600 dollars per year with TXU Free EV Miles.
2047Ford Escape<sup>®</sup> PHEV drivers or owners could potentially save an average of $250 per year with TXU Free EV Miles.
2048Estimated savings based on drivers charging at home only during off peak hours of 10pm to 1pm the next day, TXU energy charges, and average annual electricity consumed during home charging in 2024.</p>\n"},"727":{"id":"charge up image detail","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Mustang Mach-E<sup>®</sup> GT Performance model in Grabber Blue shown.</p>\n"},"728":{"id":"Overcome Outages Image details","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped, and home transfer switch disconnects the home from the grid.
2049Based on 30 kWh use per day using the F-150 Lightning with the extended-range battery.
2050Your results may vary based on energy usage.
2051Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"729":{"id":"2024-mach-e-premium-model","ariaLabel":"","title":"Image Details","description":"<p>2024 Mach-E Premium model with extra-cost color shown.</p>\n"},"730":{"id":"power-up-image-detail","ariaLabel":"","title":"Image Details","description":"<p>2023 Mustang Mach-E<sup>®</sup> shown.</p>\n"},"731":{"id":"charge-time-based-on-manufacturer-tests-disc","ariaLabel":"","title":"*","description":"<p>*Charge time based on manufacturer tests.
2052The charging rate decreases as battery reaches full capacity.
2053Your results may vary based on peak charging times, battery state of charge, lithium ion battery age, and state of health.</p>\n"},"732":{"id":"2025-mustang-mach-e-gt-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color option shown.</p>\n"},"733":{"id":"based-on-a-2024-manufacturer","ariaLabel":"","title":"*","description":"<p>*Based on a 2024 manufacturer field data study of high-voltage battery state of health on Ford battery electric vehicles.</p>\n"},"734":{"id":"overcome image","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>® </sup>Lightning<sup>®</sup> Platinum model shown.</p>\n"},"735":{"id":"banner image detail","ariaLabel":"","title":"Image Details","description":"<p>2022 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat model shown.</p>\n"},"736":{"id":"Public Charging Attributes bar","ariaLabel":"","title":"*","description":"<p>*Requires available NACS Fast Charging Adapter.</p>\n"},"737":{"id":"based-on-f150-lightning","ariaLabel":"","title":"*","description":"<p>*Based on F-150<sup>®</sup> Lightning<sup>®</sup> with extended-range battery and Tesla Powerwall 2.0. Assumes 25% of vehicle battery reserved for driving.
2054Does not include installation costs.</p>\n"},"738":{"id":"one-time-home-backup-power-fee","ariaLabel":"","title":"*","description":"<p>*One-time $500 Home Backup Power fee applies to standard range F-150 Lightning vehicles only.</p>\n"},"739":{"id":"ford intelligent rage","ariaLabel":"","title":"*","description":"<p>*Actual range varies with conditions such as external elements, driving behaviors, vehicle maintenance, lithium-ion battery age, and state of health.</p>\n"},"740":{"id":"ongoing-disclaimer-1","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150<sup>®</sup> Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.
2055Message and data rates may apply.
2056By texting, you agree to receive text messages.
2057Text HELP for information.
2058Text STOP to cancel.
2059Privacy Policy at www.ford.com/help/privacy/.
2060Customer must agree to terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.
2061Not available on select holidays.
2062See your Ford dealer for details.</p>\n"},"741":{"id":"ongoing-disclaimer-2","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
2063For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.
2064Ford reserves the right to change program details without obligations.</p>\n"},"742":{"id":"DiscSuperDutyBasedSales","ariaLabel":"","title":"Disclaimer","description":"<p>Based on 1977–2024 CY industry-reported total sales.</p>\n"},"743":{"id":"Dueto2025Expedition","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.
2065Due to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"744":{"id":"ComputerDueto25Exp","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. <br>\nDue to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"745":{"id":"tool tip faq","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup> or E-Transit<sup>®</sup> Cargo Van from a participating Ford dealer between 7/8/2025 and 9/30/2025 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.
2066Home charge station model and brand may vary based on availability.
2067Offer not available to fleet or commercial customers.
2068Complimentary home installation must be completed through Qmerit Electrification LLC.
2069Installation exclusions apply.
2070Must take retail delivery from an authorized Ford dealer's stock by 9/30/2025.
2071No trade-in required. 2025 Mustang Mach-E inventory may be limited and may vary by location.
2072See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"746":{"id":"2025-mustang-mach-e-premium","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with extra-cost color option shown.</p>\n"},"747":{"id":"2024-f-150-lightning-platinum","ariaLabel":"","title":"Image Details","description":"<p>2024 F-150<sup>®</sup> Lightning<sup>®</sup> Platinum model with optional Ford accessories shown.</p>\n"},"748":{"id":"jdpower-initial-quality-study-award","ariaLabel":"","title":"Disclaimer","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;directAction&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://www.jdpower.com/business/awards&quot;}}\" rel=\"noopener noreferrer\">jdpower.com/awards</a>.
2073Awards based on 2025 model year.
2074Newer models may be shown.</p>\n"},"749":{"id":"2025-f-150-lightning-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat model shown.</p>\n"},"750":{"id":"disclosure-fuel-economy-may-vary","ariaLabel":"","title":"*","description":"<p>*Actual fuel economy may vary.\u2028</p>\n"},"751":{"id":"2026-escape-performance-image-details","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite with extra-cost color option.</p>\n"},"752":{"id":"Maxgoosenecktowratingof40000lbsavailable","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
2075Class is Full-Size Pickups over 8,500 lbs GVWR.
2076Based on current publicly available competitive information.
2077When properly equipped.
2078Requires F-450<sup>®</sup> High-Capacity Gooseneck Tow Package.
2079Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"753":{"id":"DiscImageDetailsExtraCost","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color shown.</p>\n"},"754":{"id":"DiscEscapeAdaptativeCruiseControl","ariaLabel":"","title":"*","description":"<p>*Adaptive Cruise Control - Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
2080They do not make your vehicle autonomous or replace your responsibility to drive safely.
2081Please only use if you will pay attention to the road and be prepared to take over at any time.
2082See Owner’s Manual for details and limitations.
2083For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"755":{"id":"DiscElegibleVehiclesTechEscape","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.
2084Use voice controls.</p>\n"},"756":{"id":"DiscEscapeSTLineEExtracost","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"757":{"id":"2025-bronco-sport-ambassadors-gallery-2b","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"758":{"id":"2025-bronco-sport-ambassadors-gallery-4b","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"759":{"id":"2025-bronco-sport-ambassadors-gallery-6b","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, aftermarket Accessories, and extra-cost color option shown.</p>\n"},"760":{"id":"2026BroncoAnniversaryPackage","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2026 Bronco<sup>®</sup> Outer Banks model with the 60th Anniversary Package shown.
2968Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1261":{"id":"t2-compare-mustang-6","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> GT Premium model with optional PCAP package shown.2086Available for retail ordering fall 2025.</p>\n"},"761":{"id":"2026-escape-bb-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>As shown price $42,100.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option.
2972See Owner’s Manual for details and limitations.</p>\n"},"1262":{"id":"disclaimer-track-capability-2026-mustang","ariaLabel":"","title":"*","description":"<p>*Track capability is dependent on environmental conditions, track conditions, and driver inputs.2090See Owner’s Manual for details and limitations.</p>\n"},"762":{"id":"disclaimer specs 1","ariaLabel":"","title":"*","description":"<p>*2.0L engine/AWD.
2973Always consult owner’s manual and drive within your and the vehicle’s capability limits.</p>\n"},"1263":{"id":"wave-video-details-teaser-lives-up-cruiser","ariaLabel":"","title":"Video Details","description":"<p>Closed track.2091Actual mileage will vary.</p>\n"},"763":{"id":"disclaimer specs 2","ariaLabel":"","title":"**","description":"<p>**Hybrid engine.
2974Drift brake is intended for track use only.2092Actual mileage will vary.</p>\n"},"764":{"id":"DiscEscapeEliteExtraCostColor","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite model with extra-cost color shown.</p>\n"},"765":{"id":"WildtrakEquipmentExtraCost","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Wildtrak<sup>®</sup> model with optional equipment, available Ford Accessories, after-market equipment, and extra-cost color option shown.</p>\n"},"766":{"id":"BadlandsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Badlands® model with optional equipment shown.</p>\n"},"767":{"id":"BadlandsEquipmentAccessories","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and after-market equipment shown.</p>\n"},"768":{"id":"disclaimer escape exterior 1","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.
2975It should never be used on public roads.2093U.S. model shown.</p>\n"},"769":{"id":"disclaimer escape exterior 2","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.
2976See Owner’s Manual for information on use.2094U.S. model shown.</p>\n"},"770":{"id":"2026 US Explorer Gallery","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> ST-Line shown.
2977Optional equipment and extra-cost color shown.</p>\n"},"1264":{"id":"AlwaysBeSureItemsAreProperlySecured","ariaLabel":"","title":"*","description":"<p>*Always be sure items are properly secured in the truck bed before driving.</p>\n"},"1265":{"id":"maverick-maintenance-disclaimer-epa-estimated","ariaLabel":"","title":"✝︎","description":"<p>✝︎EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.2095Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"771":{"id":"explorer-platinum-shown","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> Platinum<sup>™</sup> shown.</p>\n"},"772":{"id":"video-details-optional-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.</p>\n"},"773":{"id":"explorer-st-shown","ariaLabel":"","title":"Video Details","description":"<p>Explorer<sup>®</sup> ST shown.</p>\n"},"774":{"id":"2026 US Explorer Gallery 1","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> Tremor<sup>®</sup> shown.</p>\n"},"775":{"id":"merch-2025-meverick-request-a-quote","ariaLabel":"","title":"Image Details","description":"<p>2025 Maverick<sup>®</sup> Tremor with available Ford accessories shown.
2978Actual mileage will vary.</p>\n"},"1266":{"id":"king-ranch-interior-shown","ariaLabel":"","title":"Image Details","description":"<p>King Ranch<sup>®</sup> interior shown.</p>\n"},"1267":{"id":"As-shown-price-modelpage-2026-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick<sup>®</sup> Tremor<sup>®</sup> model shown. $40,645 (does not include fees)</p>\n"},"1268":{"id":"2025-ford-transit","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> medium roof cargo van with aftermarket equipment shown.</p>\n"},"1269":{"id":"also-available-with-recaro-leather-trimmed-sport-seats","ariaLabel":"","title":"*","description":"<p>*Also available with RECARO® Leather-Trimmed Sport Seats. </p>\n<p>RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1270":{"id":"ford-test-data-based-on-typical-industry","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Ford test data based on typical industry methodology using 1-ft. rollout.2096Max payload varies based on accessories and vehicle configuration.
2979Your results may vary.</p>\n"},"1271":{"id":"eligible-vehicles-ford-pro-e-telematics","ariaLabel":"","title":"*","description":"<p>*Eligible (2022 and 2023 MY) vehicles receive a complimentary three-year trial of Ford Pro<sup>™</sup> E-Telematics services, and eligible (2024 and 2025 MY) vehicles receive a one-year trial that begins on the new vehicle warranty start date.2097See label on doorjamb for carrying capacity of a specific vehicle.
2980Requires modem activation.2098Always properly secure cargo.
2981Terms and conditions apply.2099Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"776":{"id":"vd-bluecruise-ownermanual","ariaLabel":"","title":"Video Details","description":"<p>Available feature.
2982Telematics service and features depend on compatible AT&amp;T network availability.2100BlueCruise requires an active plan or trial – see <a href=\"https://www.ford.com/bluecruise/\">ford.com/bluecruise</a> for details.
2983Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.2101Terms apply.
2984Annual service contract is required for E-Telematics service after trial.2102BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.
2985Call 1-833-811-3673 or go to <a href=\"http://fordpro.com/\" target=\"_self\">fordpro.com</a> to activate E-Telematics service.</p>\n"},"1272":{"id":"disclaimer-ranger-xlt-extra-cost-color-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT with optional equipment and extra cost color option shown.</p>\n"},"1273":{"id":"visually-inspect-and-test-battery-using-tester","ariaLabel":"","title":"*","description":"<p>*Visually inspect and test battery using tester.2103Only remove hands in a hands-free Blue Zone.
2986Hybrid battery test excluded.2104Always watch the road and be prepared to resume control.
2987See a participating U.S. dealership for details.2105See Owner’s Manual for details and limitations.</p>\n"},"777":{"id":"2026-us-explorer-gallery-2","ariaLabel":"","title":"Image Details","description":"<p>Available feature on select vehicles.
2988Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1274":{"id":"DisclaimerEPAEstimatedRating","ariaLabel":"","title":"*","description":"<p><sup>*</sup>EPA-estimated ratings.2106BlueCruise requires an active plan or trial – see <a href=\"https://ford.com/bluecruise/?intcmp=tdGuide-cta-bluecruise\" target=\"_blank\" aria-label=\"Explore more information about Ford BlueCruise\">ford.com/bluecruise</a> for details.
2989Actual mileage will vary.<br>\n</p>\n"},"1275":{"id":"preproduction-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.2107Terms apply.
2990Actual production vehicle may vary.</p>\n"},"1276":{"id":"siriusxm-expedition","ariaLabel":"","title":"*","description":"<p>*All SiriusXM services require a subscription.2108BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.
2991Service subject to the SiriusXM Customer Agreement and Privacy Policy; visit <a href=\"http://www.siriusxm.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://www.siriusxm.com&quot;}}\">www.siriusxm.com</a> to see complete terms and how to cancel, which includes calling 1-866-635-2349.2109Only remove hands in a hands-free Blue Zone.
2992Some services, content, and features are subject to device capabilities, an active data connection enabled in the vehicle and location availability.2110Always watch the road and be prepared to resume control.
2993All fees, content and features are subject to change.2111See Owner’s Manual for details and limitations.</p>\n"},"778":{"id":"2026 US Explorer Gallery 3","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Platinum<sup>™</sup> model shown with available Lux Leather Package.</p>\n"},"779":{"id":"escape-st-line-elite-opt-equip","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> Platinum model with optional equipment and extra-cost color option shown.</p>\n"},"780":{"id":"escape-st-line-elite-opt-equip-video-details","ariaLabel":"","title":"Video Details","description":"<p>Escape<sup>®</sup> ST-Line Elite model with optional equipment shown.</p>\n"},"781":{"id":"escape-active-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> Active model with extra-cost color shown.</p>\n"},"782":{"id":"2026-explorer-hero-billboard-image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,430<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup> (Excludes available Ford Accessories shown)</p>\n<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
2994Content varies by subscription plan.2112Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2995SiriusXM and related logos are trademarks of Sirius XM Radio Inc. and its respective subsidiaries.</p>\n"},"1277":{"id":"sd-chassis-cab-aftermarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty® XLT Chassis Cab with aftermarket equipment shown.</p>\n"},"1278":{"id":"recaro-seats-with-ford-performance-logo-fcg","ariaLabel":"","title":"Image Details","description":"<p>Recaro Seats with Ford Performance Logo</p>\n"},"1279":{"id":"important-details-max-500-horsepower","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.Removed
2996Class is Full-Size Pickups over 8,500 lbs.Removed
2997GVWR.Removed
2998Horsepower ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
2999Your results may vary.Removed
3001Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1280":{"id":"2025broncosportbadlandsmodelwithoptionalequipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.2114Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"783":{"id":"EquippedConnectedNavigationPackage","ariaLabel":"","title":"*","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.
3002Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1281":{"id":"tailgate-applique-by-air-design-fcg","ariaLabel":"","title":"Image Details","description":"<p>Tailgate Appliqué by Air Design</p>\n"},"1282":{"id":"15l-engine-8-speed-awd-01","ariaLabel":"","title":"**","description":"<p>**1.5L engine/8-speed transmission/AWD.2115Package pricing, features, included plans, and term lengths vary by model.
3003Actual mileage will vary.</p>\n"},"1283":{"id":"as-shown-price-2025-mustang-mach-e-rally","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>.&nbsp;2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.2116Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"784":{"id":"DiscHomepageMigrationOffersBB1","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.
3004Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1284":{"id":"disclaimer2025maverickxlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Maverick® XLT pickup with optional equipment shown.<br>\n</p>\n"},"1285":{"id":"important-details-kbb","ariaLabel":"","title":"Important Details","description":"<p>For more information, visit Kelley Blue Book’s KBB.com.2117Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.
3005Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1286":{"id":"ford-security-package-requires-the-ford-app","ariaLabel":"","title":"*","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.2118Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.
3006Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.2119Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3007Requires vehicle connectivity and a connected mobile device with enabled push notifications.2120For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.
3008Not available in U.S. territories.2121See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
3009Start Inhibit and Theft Alerts are not available for Ford Pro customers.2122Please contact your Ford Dealer for the most current inventory status.</p>\n"},"785":{"id":"plug-in-hybrid-opt-equip","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape Plug-in Hybrid model with optional equipment and extra-cost color shown.</p>\n"},"786":{"id":"DiscHomepageMigrationOffersBB2","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
3010Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or U.S. territories.2123Payments may vary; dealer determines price.
3011Terms apply.</p>\n"},"1287":{"id":"ford-connectivity-package-features-disc","ariaLabel":"","title":"*","description":"<p>*Features included with the available Ford Connectivity Package, which is included for a year.</p>\n"},"1288":{"id":"ready-set-ford-adventure-super-duty-lariat","ariaLabel":"","title":"Image","description":"<p>2025 Ford F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road Package shown.2124Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
3012Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1289":{"id":"2026-f150-max-towing-11600","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on Crew Cab 6.5’ box 4x2 with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.2125Lessee has option to purchase at lease-end at price negotiated at signing.
2126For 2025 Bronco Sport Big Bend 200A, cash due at signing is after $1,000 RCL Cash (#50634).
2127For 2025 Escape Active FWD 200A, cash due at signing is after $5,000 cash back ($1,500 RCL cash + $3,500 Bonus Cash) (#50634+ #11510).
2128For 2025 F-150 Lightning XLT 311A, cash due at signing is after $12,750 cash back ($500 Ford Power Promise Alt cash + $12,250 EV RCL cash) (#11436 + #50626).
2129For 2025 Mustang EcoBoost 100A, cash due at signing is after $2,000 RCL cash (#50634).
2130For 2025 Mustang Mach-E Select RWD w/Std. range battery 100A, cash due at signing is after $5,250 cash back ($500 Ford Power Promise Alt cash + $4,750 EV RCL cash) (#11436 + #50626).
2131Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.
2132See dealer for qualifications and details.</p>\n"},"787":{"id":"DiscHomepageMigrationOffersBB3","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
2133Payments may vary; dealer determines price.
2134Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
2135Lessee has option to purchase at lease-end at price negotiated at signing.
2136For 2025 Bronco Big Bend 4DR 4x4 222A, cash due at signing is after $1,000 RCL Cash (#50634).
2137For 2025 Explorer Active 4WD w/Comfort Pkg. 200A, cash due at signing is after $2,500 cash back ($1,500 Bonus cash + $1,000 RCL Cash) (#50634+ #11510).
2138For 2025 F-150 SuperCrew STX 4x4 2.7L 200A, cash due at signing is after $1,000 RCL cash (#50634).
2139For 2025 Mustang GT Auto Trans 300A, cash due at signing is after $2,000 RCL cash.
2140Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.
2141See dealer for qualifications and details.</p>\n"},"788":{"id":"DiscAwardsHomepageMigration","ariaLabel":"","title":"*","description":"<p>*Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.
2142Visit <a href=\"https://www.jdpower.com/awards#!adchoices\" style=\"cursor: pointer;\" target=\"_blank\">jdpower.com/awards</a> for more details.
2143Awards based on 2025 model year.
2144Newer models may be shown.</p>\n"},"789":{"id":"st-line-opt-equip-video-details","ariaLabel":"","title":"Video Details","description":"<p>ST-Line Elite model with optional equipment and extra-cost color shown.</p>\n"},"790":{"id":"DiscVehicleDetailsHP","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.</p>\n"},"791":{"id":"disclaimer-data-50gb-asterisk","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"792":{"id":"DiscHomepageMigrationOffersFedTaxCred","ariaLabel":"","title":"*","description":"<p>Please consult with your own tax or legal professional to determine your individual eligibility.
2145Tax credit amount is based on vehicle-specific component sourcing and assembly and may be subject to change.
2146You may not claim the credit if (1) your adjusted gross income exceeds certain thresholds or (2) the MSRP of the vehicle, as configured, exceeds $80,000 (including all optional equipment attached to the vehicle at the time of delivery to the dealer, but excluding destination charges, optional items added by the dealer, taxes and fees).
2147Not every F-150 Lightning will qualify for the tax credit.
2148For you to receive the tax credit, the dealer must confirm that your specific vehicle qualifies and must provide you with an IRS time-of-sale report.
2149Tax credit may be applied at point of sale, subject to dealer availability, or as a potential future tax savings.
2150Tax credit is not available for vehicles acquired after September 30, 2025.
2151The IRS considers a vehicle acquired as of the date a written binding contract is entered into and a payment has been made.
2152For this purpose, a payment includes a nominal down payment or a vehicle trade-in.
2153Eligible customers who acquire a qualified vehicle on or before September 30, 2025 will be entitled to claim the credit when they take possession of the vehicle, even if they take possession of the vehicle after September 30, 2025.
2154The amount of your tax savings will depend on your individual tax circumstances.
2155Incentives and additional rebates are not within Ford’s control.
2156This information does not constitute tax or legal advice.
2157For additional information, go to <a title=\"Follow link\" href=\"https://fueleconomy.gov/feg/tax2023.shtml#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;directAction&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://fueleconomy.gov/feg/tax2023.shtml#!adchoices&quot;}}\">https://fueleconomy.gov/feg/tax2023.shtml.</a><br>\n</p>\n"},"793":{"id":"do-not-drive-distracted-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Don’t drive distracted or while using handheld devices.
2158Use voice controls.</p>\n"},"794":{"id":"DiscWifiAppsMapsHPM","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 500GB of usage within a 30-day period.&nbsp;Feature availability varies by vehicle.</p>\n"},"795":{"id":"DiscCoPilot360HPM","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by vehicle.</p>\n"},"796":{"id":"DiscHPMVehicleDetails","ariaLabel":"","title":"Vehicle Details","description":"<p>Ford Performance Ranger Raptor Rally truck (non-production model) shown off-road driving within this footage.
2159Amongst other vehicles.
2160Professional drivers.
2161Do not attempt.</p>\n"},"797":{"id":"DiscImageDetailsCGIImageHPM","ariaLabel":"","title":"Image Details","description":"<p>CGI Image shown.</p>\n"},"798":{"id":"DiscHPMVehicleDetailsAmericasMostAwarded","ariaLabel":"","title":"Vehicle Details","description":"<ul>\n<li>2025 Mustang EcoBoost<sup>®</sup> Fastback model shown with EcoBoost with optional Wheel &amp; Stripe package.
2162Color shown is Oxford White.</li>\n<li>2025 Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model shown.
2163When properly equipped.
2164Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</li>\n<li>2025 F-150® Platinum<sup>®</sup> model with extra-cost color option shown.</li>\n<li>2025 Escape<sup>®</sup> ST-Line Elite model shown.</li>\n</ul>\n"},"799":{"id":"DiscVehicleDetailsHPMTrucksandVans","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger Raptor and Ford F-150 Tremor with optional equipment and available Ford Accessories shown.
2165Always determine the water depth before attempting a crossing and proceed slowly.
2166Refer to your Owner’s Manual for detailed information regarding driving through water.
3015Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>"},"1290":{"id":"cpo-rtm-truck-audiences-4-vhp-f150","ariaLabel":"","title":"Image Details","description":"<p>Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.2169Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2170Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"800":{"id":"DiscVehicleDetailsHPMSuvsandCars","ariaLabel":"","title":"Vehicle Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\nAlways determine the water depth before attempting a crossing and proceed slowly.
2171Refer to your Owner’s Manual for detailed information regarding driving through water.<br>\n<br>\nClosed track.
2172Electronic line-lock is intended for track use only.
2173It should not be used on public roads.
2174See Owner’s Manual for information on use.</p>\n"},"801":{"id":"DiscVehicleDetailsHPMEandH","ariaLabel":"","title":"Vehicle Details","description":"<p>Shown with optional equipment and extra-cost color shown.
3017Requires Tow/Haul Package and Max Tow Axle upgrade.2176Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"802":{"id":"2024-f-150-raptor","ariaLabel":"","title":"Image Details","description":"<p>2024 F-150<sup>®</sup> Raptor<sup>®</sup> R.
3018Max towing varies and is based on accessories and vehicle configuration.2177Professional driver on a closed course.
3019Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"1291":{"id":"DisclosureCurrentMSRP","ariaLabel":"","title":"*","description":"<p>Current Manufacturer Suggested Retail Price (MSRP)</p>\n"},"1292":{"id":"DiscMustang2026DriftBrake","ariaLabel":"","title":"Image Details","description":"<p>Closed track.2178Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"803":{"id":"performance-video-details-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>2025 Mustang<sup>®</sup> GTD model shown.
3020Drift brake is intended for track use only.2179Preproduction model shown.
2180Actual production vehicle may vary.
2181Very limited availability.
2182Inquiry does not guarantee ability to purchase.</p>\n<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.
2183Professional driver on a closed course.
2184Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup>&nbsp;model with extra-cost color option shown.<br>\n<br>\nProfessional driver with special safety equipment.
2185Closed course.
2186Do not attempt.<br>\n<br>\nDrift brake is intended for track use only.
3022See Owner’s Manual for information on use.</p>\n"},"1293":{"id":"disc-ford-app-connected-services","ariaLabel":"","title":"*","description":"<p>*The Ford app, compatible with select smartphone platforms, is available via download.2188See Owner’s Manual for information on use.</p>\n<p>Prototype model shown, modified for racing.
2189Professional driver on a closed course.
2190Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"804":{"id":"bronco-raptor-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Raptor model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"805":{"id":"2025-ranger-raptor-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.
2191Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"806":{"id":"f150-raptor-r-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> model shown.
2192Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"807":{"id":"video-details-raptor-r-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on a closed course.
2193Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"808":{"id":"mustang-dark-horse-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> model and extra-cost color option shown.</p>\n"},"809":{"id":"2025-mustang-gtd-model-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GTD model shown.
2194Preproduction model shown.
2195Actual production vehicle may vary.
2196Very limited availability.
2197Inquiry does not guarantee ability to purchase.</p>\n"},"810":{"id":"disclaimer-for-more-information-visit-kelley-blue-book","ariaLabel":"","title":"Disclaimer","description":"<p>For more information, visit Kelley Blue Book's <a href=\"https://www.kbb.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;}}\">KBB.com</a>.
2198Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"811":{"id":"disclaimer-based-on-1977-2024-industry-reported-total-sales","ariaLabel":"","title":"Disclaimer","description":"<p>Based on 1977–2024 industry-reported total sales.</p>\n"},"812":{"id":"video-details-mustang-dark-horse-2025","ariaLabel":"","title":"Video Details","description":"<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup>&nbsp;model with extra-cost color option shown.<br>\n<br>\nProfessional driver with special safety equipment.
2199Closed course.
2200Do not attempt.<br>\n<br>\nDrift brake is intended for track use only.
2201It should never be used on public roads.
2202See Owner’s Manual for information on use.</p>\n"},"813":{"id":"range-raptor-motorsports-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Ranger Raptor performance vehicle equipped with Ford Performance parts.</p>\n"},"814":{"id":"vehicle-details-extra-cost-color-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color shown.</p>\n"},"815":{"id":"2025-explorer-st-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST shown with extra-cost color option.</p>\n"},"816":{"id":"disclaimer-fordpass-rewards-account","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
2203Points are not redeemable for cash and have no monetary value.
2204Point earning and redemption values are approximate and vary by products and services redeemed.
2205See the Ford Rewards Program Terms at <a href=\"https://www.ford.com/support/fordpass/fordpass-rewards/overview/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fpr:overview&quot;,&quot;onclick_referredTo&quot;:&quot;fmo:fpr&quot;}}\" aria-label=\"Learn more about Ford rewards\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"817":{"id":"vehicle-details-ford-bluecruise-shown","ariaLabel":"","title":"Image Details","description":"<p>Available Ford BlueCruise shown.</p>\n"},"818":{"id":"disclaimer-previous-model-year-shown","ariaLabel":"","title":"**","description":"<p>**Previous model year shown.</p>\n"},"819":{"id":"disclaimer-battery-warranty-guide","ariaLabel":"","title":"*","description":"<p>*See your dealer and the Battery Electric Vehicle Warranty Guide for limited warranty details.
2206Roadside Assistance is a complimentary offering to all Ford Owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
2207For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.
2208Ford reserves the right to change program details without obligations.
2209Available only for Ford F-150<sup>®</sup> Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.
3024Ford app and complimentary Connected Services are required for remote features (see Ford app Terms for details).2211By texting, you agree to receive text messages.
3025Connected Services and features depend on compatible AT&amp;T network availability.2212Text HELP for information.
3026Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.2213Text STOP to cancel.
3027Connected Services excludes Wi-Fi hotspot.</p>\n"},"1294":{"id":"T2-compare-escape-5","ariaLabel":"","title":"*","description":"<p>*Based on the second-row seats in the most rearward position for models with the EcoBoost<sup>®</sup> engine.</p>\n"},"1295":{"id":"matteblackdisclaimer1","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bronze Bronco Grille Letter Caps</p>\n<p>Take your Bronco SUV's front end from standard to &quot;statement&quot;.2214Privacy Policy at <a href=\"https://www.ford.com/help/privacy/\">www.ford.com/help/privacy/</a>.
3028Durable letter caps encase the Bronco branding and transform it into a sleek nameplate.2215Customer must agree to Ford’s Electric Vehicle 24/7 Live Support Service Terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.
3029Turn trailmates' heads and command rearview mirror double-takes with this first-impression touch.</p>\n"},"1296":{"id":"tax-break-2025","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Deduction is available for eligible buyers who finance a new vehicle assembled in the U.S. Vehicle must be purchased for personal use.2216Not available on select holidays, including New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, day after Thanksgiving Day, and Christmas Day.</p>\n"},"820":{"id":"DiscHPMRangerXLTOwnerMaxPay","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger XLT with available Fx4 Off-Road Package shown.
3030Lease vehicles and vehicles used for business or commercial use are not eligible.2217Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\n</p>\n<p>Max payload varies based on accessories and vehicle configuration.
3031Deduction is available for tax years 2025 through 2028, for interest paid on new vehicles financed after December 31, 2024.2218See label on doorjamb for carrying capacity of a specific vehicle.
3032Deduction begins to phase out for taxpayers with modified adjusted gross income over $100,000 ($200,000 for joint filers).2219Always properly secure cargo.</p>\n"},"821":{"id":"image detail mobile services","ariaLabel":"","title":"Image Details","description":"<p>Transit Cargo Van High Roof Extended Length.
3033The amount of your tax savings will depend on your individual tax circumstances.2220DRW</p>\n"},"822":{"id":"image details pick up","ariaLabel":"","title":"Image Details","description":"<p>2024 Expedition Limited 302A High Package.</p>\n"},"823":{"id":"bronco-badlands-and-big-bend-models","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"824":{"id":"video-details-manual-before-off-road-driving","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"825":{"id":"pickup-delivery-disclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3034Please consult with your own tax or legal professional to determine your individual eligibility.2221Does not include parts or repair charges.
3035This information does not constitute tax or legal advice.2222A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"826":{"id":"fordpass-app-scheduling-service","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
3036For additional information, go to <a title=\"https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors\" href=\"https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\"><u>https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors</u></a></p>\n"},"1297":{"id":"DiscMaxPayF-150-12-800","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,800 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.2223Message and data rates may apply.
3037When properly equipped.2224Terms and conditions apply.
3038Requires Tow/Haul Package and optional Max Tow Axle.2225Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"827":{"id":"ford-pickup-delivery-asterisk","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3039Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1298":{"id":"f150-raptor-r-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> model shown.2226Does not include parts or repair charges.
3040Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1299":{"id":"DisclosureAvailableActiveValvePerformance","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang<sup>®</sup> V8 models with automatic transmission as well as on 2.3L models with Ford active exhaust.</p>\n"},"1300":{"id":"DiscloseOptionalEquipmentExtraCostColorShown","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and extra-cost color shown.</p>\n"},"1301":{"id":"explorer_tremor_videodetails","ariaLabel":"","title":"Video Details","description":"<p>2026 Explorer<sup>®</sup> Tremor<sup>®</sup> shown with optional equipment and available Ford accessories.<br>\nWhen properly equipped.2227A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"828":{"id":"disclaimer-game-function","ariaLabel":"","title":"Disclaimer","description":"<p>Game only functions when vehicle is in park.</p>\n"},"829":{"id":"2025-ranger-raptor-optional-equipment-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.
3041Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\nCargo and load capacity limited by weight and weight distribution.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1302":{"id":"home-charger-installation-disclaimer-asterisk","ariaLabel":"","title":"*","description":"<p>Must purchase or lease a new 2024 or 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 4/3/2025 and 7/7/2025 to be eligible to receive (a) one (1) complimentary Ford home charge station (model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.&nbsp; Offer not available to fleet or commercial customers.&nbsp; Complimentary home installation must be completed through Qmerit Electrification LLC.2228Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"830":{"id":"Towing and payload are independent","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.
3042Installation exclusions apply.2229See label on door jamb for carrying capacity of a specific vehicle.
3043Must take retail delivery from an authorized Ford dealer's stock by 7/7/2025.&nbsp; No trade-in required.&nbsp;2025 Mustang Mach-E inventory may be limited and may vary by location.2230Towing and payload are independent attributes and may not be achieved simultaneously.</p>\n"},"831":{"id":"tesla banner disclaimer","ariaLabel":"","title":"*","description":"<p>*Offer available to customers who currently own or lease a 2008 or newer Tesla vehicle, or have leased a minimum of 30 days, prior to new retail delivery of a new Ford Mustang Mach-E<sup>®</sup> SUV or F-150<sup>®</sup> Lightning<sup>®</sup> truck.
3044See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1303":{"id":"image-details-available-qi-wireless","ariaLabel":"","title":"Image Details","description":"<p>Available Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"1304":{"id":"DisclosureRECAROnotInclude","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.2231Must show proof of ownership or prior lease.
3045RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1305":{"id":"rsf-adventure-vlu-ranger-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $47,750<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.2232No trade-in required.
3046When properly equipped.2233Take new retail delivery from dealer stock by 9/30/25.
3047Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1306":{"id":"as-shown-price-sd-250platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"1307":{"id":"430-horsepower-and-485-lbft-of-torque-based-on-73l-v8-gas-engine-super-duty-lariat","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb-ft of torque based on 7.3L V8 gas engine.2234Residency restrictions apply.
2235See dealer for complete details.</p>\n"},"832":{"id":"2026-mustang-video-details-billboard","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium Fastback with GT Premium Performance Package, optional equipment and extra-cost color shown.
2236Actual production vehicle may vary.
2237Available for retail order now, arriving fall 2026.</p>\n"},"833":{"id":"f150-lightning-platinum-optional-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model with optional Ford Accessories shown.</p>\n"},"834":{"id":"maximum-power-available-limited-combined-total-of-all-items","ariaLabel":"","title":"*","description":"<p>*Maximum power available is limited to the combined total of all items in use.
2238Power may also be limited in Drive mode, or certain ambient temperature conditions.
2239Some electrical equipment requires higher startup power than the running rating and could exceed the power capacity of the system.
2240See Owner’s Manual for important operating instructions.</p>\n"},"835":{"id":"Based on 1977 2024 CY industry-reported total sales","ariaLabel":"","title":"Important Details","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"836":{"id":"Standard on XL XLT and Lariat models","ariaLabel":"","title":"*","description":"<p>*Standard on XL, XLT, and Lariat® models.</p>\n"},"837":{"id":"Standard on King Ranch and Platinum models","ariaLabel":"","title":"*","description":"<p>*Standard on King Ranch<sup>®</sup> and Platinum<sup>®</sup> models.</p>\n"},"838":{"id":"Available on all models","ariaLabel":"","title":"*","description":"<p>*Available on all models.</p>\n"},"839":{"id":"escape-st-line-elite-opt-equip-image-details","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> ST-Line Elite model with optional equipment shown.</p>\n"},"840":{"id":"escape-platinum-elite-opt-equip-image-details","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> Platinum<sup>™</sup> model with optional equipment and extra-cost color shown.</p>\n"},"841":{"id":"DiscEscape2026VideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color option shown.</p>\n"},"842":{"id":"Escape2026GlobalDisc11","ariaLabel":"","title":"*","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.
2241Package pricing, features, included plans, and term lengths vary by model.
2242Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.&nbsp;</p>\n"},"843":{"id":"max-430-horsepower-and-485-lb-ft-of-torque-based-on","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
2244Based on current publicly available competitive information.
3052Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1308":{"id":"t2-h2h-26-bronco-terrain-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>® </sup>model shown.</p>\n"},"1309":{"id":"video-details-bronco-sport-job-2-security-terms","ariaLabel":"","title":"Video Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.2248Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"844":{"id":"based-on-active-charging-stations-in-fords-ocpi-data-2024","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in Ford’s OCPI data from Ford’s CMS partners, generated between 9/1/2024 and 10/11/2024.
3053Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.2249Numbers subject to change.</p>\n"},"845":{"id":"2023-bronco-badlands-model","ariaLabel":"","title":"Vehicle Details","description":"<p>2023 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"846":{"id":"distance-to-dc-fast-chargers","ariaLabel":"","title":"**","description":"<p>**Distance to DC fast chargers within the BlueOval Charge Network based on 2024 U.S. Department of Transportation Statistics and TomTom software data from Off-Peak Q1 2024 dataset, Class 1 and 2 roads in the contiguous United States.</p>\n"},"847":{"id":"image-details-actual-mileage-may-vary","ariaLabel":"","title":"Image Details","description":"<p>Actual mileage may vary</p>\n"},"848":{"id":"T2-HP-Banner-2025-Ford_F-150_Platinum","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150* Platinum® model with optional equipment and extra-cost color option shown.
3054Credit card required for activation and Package automatically renews until cancelled.2250When properly equipped.
3055Requires vehicle connectivity and a connected mobile device with enabled push notifications.2251Requires Tow/Haul Package and optional Max Tow Axle.
3056Not available in U.S. territories.<br>\n<br>\nDeductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or the U.S. territories.2252Max towing varies based on cargo vehicle configuration, accessories and number of passengers.</p>\n"},"849":{"id":"T2-compare-ranger-billboard","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger® Raptor® model with optional equipment shown.
3057Terms apply.</p>\n"},"1310":{"id":"ford-performance-rear-badge-fcg-sema","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Rear Badge</p>\n"},"1311":{"id":"T2-compare-mache-6b","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.2253Professional Driver.
2254Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"850":{"id":"T2-compare-ranger-1","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
2255Your results may vary.
2256Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"851":{"id":"T2-compare-ranger-2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> model interior shown.<b></b></p>\n"},"852":{"id":"T2-compare-ranger-3a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>® </sup>model with available FX4<sup>® </sup>Off-Road Package shown.&nbsp;</p>\n"},"853":{"id":"T2-compare-ranger-3b","ariaLabel":"","title":"*","description":"<p>*Max towing on Ford Ranger<sup>®</sup> Crew Cab models with available Trailer Tow Package.
2257Excludes Raptor<sup>®</sup> models.
2258When properly equipped.
2259Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.&nbsp;&nbsp;</p>\n"},"854":{"id":"T2-compare-ranger-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT 4x2 model with optional equipment and extra-cost color option shown</p>\n"},"855":{"id":"T2-compare-ranger-4b","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup> engine.
2260Max payload varies based on accessories and vehicle configuration.
2261See label on doorjamb for carrying capacity of a specific vehicle.
2262Always properly secure cargo.</p>\n"},"856":{"id":"T2-compare-ranger-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XL model with STX<sup>®</sup> Appearance Package shown.</p>\n<p>North American Truck of the Year<sup>™</sup> is a trademark of North American Car and Truck of the Year<sup>™</sup> Corporation used under license by Ford.</p>\n"},"857":{"id":"T2-compare-ranger-6","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>® </sup>model with optional equipment and extra-cost color option shown.</p>\n"},"858":{"id":"T2-compare-ranger-7a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>® </sup>model with optional equipment shown.</p>\n"},"859":{"id":"T2-compare-ranger-7b","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford vehicle in model-year 2024.
2263Includes all models with RTM population greater than 1,000.</p>\n"},"860":{"id":"T2-compare-ranger-8","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT model with extra-cost color option shown.<b></b></p>\n"},"861":{"id":"T2-compare-ranger-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.
2264Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"862":{"id":"DiscF150MaxTowRating","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
2265When properly equipped.
2266Requires Tow/Haul Package and optional Max Tow Axle.
2267Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"863":{"id":"DiscF150MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.
2268Max payload varies and is based on accessories and vehicle configuration.
2269See label on door jamb for carrying capacity of a specific vehicle.
2270Always properly secure cargo.</p>\n"},"864":{"id":"T2-compare-mache-0","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color option shown.&nbsp;</p>\n"},"865":{"id":" T2-compare-mache-1","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range based on full charge.
2271Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"866":{"id":"DiscF150MaxTowing","ariaLabel":"","title":"**","description":"<p>**Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2272Available on select models.
2273When properly equipped.
2274Requires Tow/Haul Package and Max Tow Axle upgrade.
2275Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"867":{"id":"T2-compare-mache-2a","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color option shown.</p>\n"},"868":{"id":"T2-compare-mache-2b","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.
2276Your results may vary.
2277Tested with optional summer tires.</p>\n"},"869":{"id":"DiscF1502026MaxPayload","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 5.5’ box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2278Max payload varies and is based on accessories and vehicle configuration.
2279See label on doorjamb for carrying capacity of a specific vehicle.
2280Always properly secure cargo.</p>\n"},"870":{"id":"T2-compare-mache-4","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Ford Mustang Mach-E<sup>®</sup> Rally model shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"871":{"id":"T2-compare-mache-5","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.
2281Your results may vary.</p>\n"},"872":{"id":"DiscF1502026MaxTow","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,900 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.
2282When properly equipped.
2283Requires Tow/Haul Package and optional Max Tow Axle.
2284Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"873":{"id":"T2-compare-mache-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model shown.</p>\n"},"874":{"id":"T2-compare-mache-6b","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.
3064Some types of glasses and sunglasses may interfere with operation of the driver-facing camera.</p>\n"},"1312":{"id":"t2-veterans-day","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).2291Some types of glasses and sunglasses may interfere with operation of the driver-facing camera.</p>\n"},"875":{"id":"T2-compare-mache-7a","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.
2292Use voice-operated systems when possible.
2293Some features may be locked out while the vehicle is in gear.
2294Not all features are compatible with all phones.</p>\n"},"876":{"id":"DiscF1502026MAxPay","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Max payload of 2,225 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
2295Max payload varies and is based on accessories and vehicle configuration.
2296See label on doorjamb for carrying capacity of a specific vehicle.
2297Always properly secure cargo.</p>\n"},"877":{"id":"T2-compare-mache-7b","ariaLabel":"","title":"**","description":"<p>**Compatible Android or iPhone with compatible active data plan and software required.
2298Wireless use of Android Auto requires a compatible Android 11.0+ phone and compatible active data plan.
2299Check <a href=\"http://g.co/androidauto/requirements\">g.co/androidauto/requirements</a> for compatibility.
2300SYNC® 4 does not control third-party products while in use.
2301Third parties are solely responsible for their respective functionality.
2302Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"878":{"id":"T2-compare-maverick-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.</p>\n"},"879":{"id":"T2-compare-maverick-1","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.
2303Currently starting at Manufacturer’s Suggested Retail Price (MSRP) of $28,145. 2025 Ford Maverick<sup>®</sup> XL model with 2.5L Hybrid (Base model).
2304Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2305Optional equipment not included.</p>\n"},"880":{"id":"T2-compare-maverick-3","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.
2306Based on competitors’ EPA-estimated ratings and on Ford Maverick<sup>® </sup>pickup EPA-estimated rating of 42 city/35 hwy/38 combined MPG, 2.5L hybrid engine, automatic continuously variable transmission, and FWD.
2307Actual mileage will vary.</p>\n"},"881":{"id":"DiscF1502026VideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Professional driver on a closed course.
2308Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"882":{"id":"T2-compare-maverick-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"883":{"id":"T2-compare-maverick-4b","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with available Max Trailer Tow Package.
2309Excludes Maverick<sup> </sup>Lobo™ and Tremor<sup>®</sup> models.
2310When properly equipped.
2311Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"884":{"id":"T2-compare-maverick-5a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model interior shown.&nbsp;</p>\n"},"885":{"id":"T2-compare-maverick-5b","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.</p>\n"},"886":{"id":"T2-compare-maverick-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.
2312Max payload varies based on accessories and vehicle configuration.
2313See label on doorjamb for carrying capacity of a specific vehicle.
2314Always properly secure cargo.</p>\n"},"887":{"id":"T2-compare-maverick-6b","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford in model-year 2024.
2315Includes all models with RTM population greater than 1,000.</p>\n"},"888":{"id":"DiscF1502026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"889":{"id":"T2-compare-maverick-7","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with available Black Appearance Package and extra-cost color option shown.</p>\n"},"890":{"id":"T2-compare-maverick-8a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.
2316Max payload varies based on accessories and vehicle configuration.
2317See label on doorjamb for carrying capacity of a specific vehicle.
2318Always properly secure cargo.</p>\n"},"891":{"id":"T2-compare-maverick-8b","ariaLabel":"","title":"*","description":"<p>*For more information, visit Kelley Blue Book’s KBB.com.
2319Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"892":{"id":"DiscF1502026Faq6","ariaLabel":"","title":"**","description":"<p>**Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2320When properly equipped.
2321Requires Tow/Haul Package and Max Tow Axle upgrade.
2322Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"893":{"id":"DiscF1502026Global50","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
2323Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
2324Credit card required for activation and Package automatically renews until cancelled.
2325Requires vehicle connectivity and a connected mobile device with enabled push notifications.
2326Not available in U.S. territories.</p>\n"},"894":{"id":"T2-compare-expedition-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.</p>\n"},"895":{"id":"T2-compare-expedition-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Platinum<sup>® </sup>model with optional equipment shown.&nbsp;</p>\n"},"896":{"id":"T2-compare-expedition-1b","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs. available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.
2327When properly equipped.
2328Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"897":{"id":"T2-compare-expedition-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> MAX Platinum<sup>® </sup>model with optional equipment and extra-cost color option shown.
2329Cargo and load capacity limited by weight and weight distribution.</p>\n"},"898":{"id":"T2-compare-expedition-2b","ariaLabel":"","title":"*","description":"<p>*Class is Large Traditional Utility.</p>\n"},"899":{"id":"T2-compare-expedition-4","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model shown.
2330Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"900":{"id":"T2-compare-expedition-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Tremor<sup>® </sup>model with optional equipment and available Ford Accessories shown.
2331Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"901":{"id":"T2-compare-expedition-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Platinum<sup>® </sup>model shown.</p>\n"},"902":{"id":"T2-compare-expedition-6b","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>® </sup>standard.
2332Your results may vary.
2333When properly equipped.
2334Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"903":{"id":"T2-compare-expedition-7","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> MAX Platinum<sup>®</sup> model with extra-cost color option shown.
2335Cargo and load capacity limited by weight and weight distribution.</p>\n"},"904":{"id":"T2-compare-expedition-8","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connectivity plan.
2336Don’t drive while distracted or while using handheld devices.
2337Use voice-operated systems when possible.
2338Some features may be locked out while the vehicle is in gear.
2339Not all features are compatible with all phones.<b></b></p>\n"},"905":{"id":"T2-compare-expedition-9","ariaLabel":"","title":"*","description":"<p>*Based on Automotive News Almanac historical data and industry-reported sales data from 1909 through 2024 CY.&nbsp;</p>\n"},"906":{"id":"T2-compare-escape-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape®<sup> </sup>ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"907":{"id":"T2-compare-escape-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>®</sup> Platinum<sup>™</sup> model shown.</p>\n"},"908":{"id":"T2-compare-escape-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>® </sup>Platinum™ model shown.
2340Wheels shown are not available for retail order.
2341Dealers may have limited inventory.
2342Please see your dealer for current inventory status.</p>\n"},"909":{"id":"T2-compare-escape-2b","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
2343Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"910":{"id":"T2-compare-escape-3","ariaLabel":"","title":"Image Details","description":"<p>Don’t drive while distracted or while using handheld devices.
2344Use voice-operated systems when possible.
2345Some features may be locked out while the vehicle is in gear.
2346Not all features are compatible with all phones.</p>\n"},"911":{"id":"T2-compare-escape-4a","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.</p>\n"},"912":{"id":"T2-compare-escape-4b","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"913":{"id":"T2-compare-escape-5","ariaLabel":"","title":"*","description":"<p>*Based on the second-row seats in the most rearward position for models with the EcoBoost<sup>®</sup> engine.</p>\n"},"914":{"id":"T2-compare-escape-6","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
2347They do not make your vehicle autonomous or replace your responsibility to drive safely.
2348Please only use if you will pay attention to the road and be prepared to take over at any time.
2349See Owner’s Manual for details and limitations.
2350Front Cameras operate at speeds up to 13mph.
2351Rear cameras only operate at speeds under six miles per hour.</p>\n"},"915":{"id":"T2-compare-escape-7","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.
2352Use voice-operated systems when possible.
2353Some features may be locked out while the vehicle is in gear.
2354Not all features are compatible with all phones.</p>\n"},"916":{"id":"T2-compare-escape-8a","ariaLabel":"","title":"Image Details","description":"<p>2025 Escape<sup>®</sup> Platinum<sup>™</sup> model with optional equipment and extra-cost color option shown.
2355Wheels shown are not available for retail order.
2356Dealers may have limited inventory.
2357Please see your dealer for current inventory status.</p>\n"},"917":{"id":"T2-compare-escape-8b","ariaLabel":"","title":"*","description":"<p>*Government 5-Star Safety Ratings are part of the National Highway Traffic Safety Administration’s (NHTSA’s) New Car Assessment Program (www.nhtsa.gov).</p>\n"},"918":{"id":"T2-compare-maverick-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XL model shown.</p>\n"},"919":{"id":"availableonxltandlariatcrewcabmodels","ariaLabel":"","title":"*","description":"<p>*Available on XLT and Lariat<sup>®</sup> Crew Cab models.</p>\n"},"920":{"id":"availableoxltrimforsrwanddrw","ariaLabel":"","title":"*","description":"<p>*Available on XL trim for SRW and DRW.</p>\n"},"921":{"id":"availableonlariat4x4onlyandkingranchmodels","ariaLabel":"","title":"*","description":"<p>*Available on Lariat<sup>®</sup> (4x4 only) and King Ranch<sup>®</sup> models.
2358King Ranch trim includes chrome front and rear bumpers.</p>\n"},"922":{"id":"t2-compare-mustang-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> Fastback model with optional Wheel and Stripe package shown.</p>\n"},"923":{"id":"t2-compare-mustang-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with optional Appearance Package and extra-cost color option shown.</p>\n"},"924":{"id":"t2-compare-mustang-1b","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
2359Your results may vary.
2360Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"925":{"id":"t2-compare-mustang-3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with extra-cost color option shown.
2361Drift brake is intended for track use only.
2362It should never be used on public roads.
2363See Owner’s Manual for information on use.</p>\n"},"926":{"id":"t2-compare-mustang-4","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> GT model with extra-cost color option shown.&nbsp;</p>\n"},"927":{"id":"t2-compare-mustang-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with extra-cost color option shown.
2364Closed track.
2365Electronic line-lock is intended for track use only.
2366It should not be used on public roads.
2367See Owner’s Manual for information on use.</p>\n"},"928":{"id":"t2-compare-mustang-6","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> GT Premium model with optional PCAP package shown.
2368Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
2369They do not make your vehicle autonomous or replace your responsibility to drive safely.
2370Please only use if you will pay attention to the road and be prepared to take over at any time.
2371See Owner’s Manual for details and limitations.</p>\n"},"929":{"id":"t2-compare-mustang-9","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium Convertible model with optional PCAP package and extra-cost color option shown.
2372Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.
2373It does not replace safe driving.
2374See Owner’s Manual for details and limitations.</p>\n"},"930":{"id":"2025 SSE Take Down","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model shown.
2375When properly equipped.
2376Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.</p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model shown.</p>\n<p>2025 Mustang EcoBoost<sup>®</sup> Fastback model shown.</p>\n"},"931":{"id":"tradein","ariaLabel":"","title":"*","description":"<p>*The “Trade-In Value” of your vehicle is an estimate, only, and many factors that cannot be assessed without a physical inspection of the vehicle may affect actual value.
2377For purposes of this website, we use the services of a third-party vendor to provide Trade-In Value calculations.
2378While we believe this information is reliable, we are not responsible for and do not guarantee the accuracy or reliability of the information.
2379Please see your local Ford dealer for information regarding actual trade in availability value.</p>\n"},"932":{"id":"optional-equipment-max-towing","ariaLabel":"","title":"Video Details","description":"<p>Shown with optional equipment and available Ford Accessories.
2380Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2381Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"933":{"id":"dramatizations-video-details","ariaLabel":"","title":"Video Details","description":"<p>Dramatization.</p>\n"},"934":{"id":"game-only-functions-video","ariaLabel":"","title":"Video Details","description":"<p>Game only functions when vehicle is in park.</p>\n"},"935":{"id":"video-details-extra-cost-colors-and-accessories","ariaLabel":"","title":"Video Details","description":"<p>Vehicles shown with extra-cost colors and available Ford Accessories.
2382Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"936":{"id":"as-shown-price-2025-mustang-mach-e-rally","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>.&nbsp;2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.
2383Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"937":{"id":"as-shown-pricing-2025-transit-ready-set-ford","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $67,255<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Passenger Van XLT in Race Red with High Roof, 3.5L EcoBoost<sup>®</sup> V6, 16-inch Forged Aluminum Wheels – DRW with HD Front Axle, 15 Passenger Seats, Heavy Duty Trailer Tow Package and High-Intensity Discharge Headlamps with LED Signatures.</p>\n"},"938":{"id":"as-shown-pricing-f-150-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$114,615<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford F-150<sup>®</sup> Raptor R<sup>™</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2384Does not include A, Z or X Plan price.</p>\n<p>&nbsp;</p>\n"},"939":{"id":"image-details-dramatization","ariaLabel":"","title":"Image Details","description":"<p>Dramatization.</p>"},"940":{"id":"as-shown-pricing-2025-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$56,070<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2385Does not include A, Z or X Plan price.</p>\n"},"941":{"id":"2025-maverick-disclaimer-bb-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$41,425<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Maverick<sup>®</sup> Lobo<sup>™</sup> with optional equipment shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2386Does not include A, Z or X Plan price.</p>\n"},"942":{"id":"as-shown-pricing-bronco-sport-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$43,200<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> with optional equipment and extra-cost color shown.
2387Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2388Does not include A, Z or X Plan price.</p>\n"},"943":{"id":"T2-compare-2024-bronco-0","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Badlands<sup>®</sup>&nbsp;model with available Ford Accessories shown.</p>\n<p>Computer-generated image.</p>\n"},"944":{"id":"T2-compare-2024-bronco-1","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Heritage Limited Edition model shown.&nbsp;</p>\n"},"945":{"id":"T2-compare-2024-bronco-2","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Black Diamond<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.
2389Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"946":{"id":"T2-compare-2024-bronco-3a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Badlands<sup>®</sup>&nbsp;model with optional equipment and available Ford Accessories shown.
2390Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2391Removal of doors for off-road use only.
2392See your Owner’s Manual for detailed information.</p>\n"},"947":{"id":"T2-compare-2024-bronco-4","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Black Diamond<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.
2393Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"948":{"id":"T2-compare-2024-bronco-5a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Raptor<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.
2394Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"949":{"id":"T2-compare-2024-bronco-6a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Outer Banks<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"950":{"id":"T2-compare-2024-bronco-7","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Raptor<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.
2395Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"951":{"id":"T2-compare-2024-bronco-8a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Everglades<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.</p>\n"},"952":{"id":"T2-compare-2024-bronco-9a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Badlands<sup>®</sup>&nbsp;model with optional equipment shown.
2396The Bluetooth®&nbsp;word mark and logos are registered trademarks owned by Bluetooth SIG, Inc. and any use of such marks by Ford Motor Company is under license.</p>\n"},"953":{"id":"T2-compare-2024-bronco-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup>&nbsp;standard.
2397Your results may vary.
2398Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"954":{"id":"T2-compare-2024-bronco-5b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Removal of doors for off-road use only.
2399See Bronco Owner’s Manual for detailed information.
2400Shown with optional equipment.</p>\n"},"955":{"id":"T2-compare-2024-bronco-6b","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"956":{"id":"T2-compare-2024-bronco-8b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Always determine the water depth before attempting a crossing and proceed slowly.
2401Refer to your Owner’s Manual for detailed information regarding driving through water.&nbsp;&nbsp;</p>\n"},"957":{"id":"T2-compare-2024-bronco-9b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Don’t drive while distracted or while using handheld devices.
2402Use voice-operated systems when possible.
2403Some features may be locked out while the vehicle is in gear.
2404Not all features are compatible with all phones.</p>\n"},"958":{"id":"2025-expedition-ready-set-ford-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$81,350<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown throughout.
2405Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2406When properly equipped.
2407Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"959":{"id":"as-shown-pricing-super-duty-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$92,860<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Tremor<sup>®</sup> Off-Road Package and Black Appearance Package.
2408Optional equipment shown.
2409When properly equipped.
2410Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2411Does not include A, Z or X Plan price.</p>\n"},"960":{"id":"as-shown-price-mustang-2026-vhp","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $61,885<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Ford Mustang<sup>®</sup> GT Premium fastback model with available GT Premium Performance Package, Nite Pony Package, and extra-cost color shown.
2412Available for retail order now, arriving fall 2026.</p>\n"},"961":{"id":"video-details-bb-homepage-disclaimer-rsf","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown throughout.
2413Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.
2414Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n<p>Removal of doors for off-road use only.
2415See your Owner’s Manual for detailed information.
2416Closed course.
2417Professional driver.
2418Sales and service for this vehicle will be managed by Multimatic.
2419Ownership inquiries may be directed to them.
2420Very limited availability.
2421Inquiry does not guarantee ability to purchase.</p>\n"},"962":{"id":"new-fx-package-disclosure","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color with FX Package and GT Performance Package shown.</p>\n"},"963":{"id":"vehicle-details-bronco-ready-set-ford","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.
2422Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"964":{"id":"video-details-electric-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.
2423Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"965":{"id":"video-details-suvs-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment and available Ford Accessories shown throughout.
2424Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2425Removal of doors for off-road use only.
2426See your Owner’s Manual for detailed information.
2427When properly equipped.
2428Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"966":{"id":"as-shown-pricing-lightning-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $78,115<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
2429Max payload varies based on accessories and vehicle configuration.
2430See label on doorjamb for carrying capacity of a specific vehicle.
2431Always properly secure cargo.
2432Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"967":{"id":"as-shown-pricing-maverick-video-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $30,645<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Maverick<sup>®</sup> XLT model shown.
2433Max payload varies based on accessories and vehicle configuration.
2434See label on doorjamb for carrying capacity of a specific vehicle.
2435Always properly secure cargo.</p>\n"},"968":{"id":"as-shown-pricing-bronco-video-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $68,110<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.
2436Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"969":{"id":"T2-compare-lightning-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™ </sup>model with extra-cost color option shown.</p>\n"},"970":{"id":"T2-compare-lightning-1b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload varies and is based on accessories and vehicle configuration.
2437See label on doorjamb for carrying capacity of a specific vehicle.
2438Always properly secure cargo.</p>\n"},"971":{"id":"T2-compare-lightning-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with extra-cost color option shown.
2439Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"972":{"id":"T2-compare-lightning-3","ariaLabel":"","title":"Image Details","description":"<p>Available Ford Accessories shown.</p>\n"},"973":{"id":"T2-compare-lightning-4b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
2440They do not make your vehicle autonomous or replace your responsibility to drive safely.
2441Please only use if you will pay attention to the road and be prepared to take over at any time.
2442See Owner’s Manual for details and limitations.</p>\n"},"974":{"id":"T2-compare-lightning-5b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"975":{"id":"T2-compare-lightning-7","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
2443See label on doorjamb for carrying capacity of a specific vehicle.
2444Always properly secure cargo.</p>\n<p>For more information, visit Kelley Blue Book’s KBB.com.
2445Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.&nbsp;</p>\n"},"976":{"id":"T2-compare-lightning-2b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>When properly equipped.
2446Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"977":{"id":"T2-compare-lightning-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload available on F-150<sup>®</sup> Lightning<sup>®</sup> Pro pickup with Standard-Range Battery.
2447Max payload varies based on accessories and vehicle configuration.
2448See label on doorjamb for carrying capacity of a specific vehicle.
2449Always properly secure cargo.</p>\n"},"978":{"id":"intended-for-track-use-only","ariaLabel":"","title":"**","description":"<p>**Intended for track use only.
2450Do not use on public roads.
2451See Owner’s Manual for important operating instructions.</p>\n"},"979":{"id":"image-details-2026-maverick-lobo","ariaLabel":"","title":"Image Details","description":"<p>Image Details: 2026 Maverick Lobo™ pickup in Velocity Blue Metallic.</p>\n"},"980":{"id":"connected-navigation-mme-pod","ariaLabel":"","title":"†","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.
2452Package pricing, features, included plans, and term lengths vary by model.
2453Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"981":{"id":"ipsos-mme-pod","ariaLabel":"","title":"*","description":"<p>This IPSOS New Vehicle Customer Survey is based off data collected from customers who purchased a BEV during the timeframe of October 2022 through September 2023 and charge at home at least once a week.</p>\n"},"982":{"id":"charging-mme-pod","ariaLabel":"","title":"**","description":"<p>Charging the 2025 Mustang Mach-E<sup>®</sup> Select and Premium models with standard-range battery and RWD using the available 32-amp Ford Mobile Power Cord and a standard 240V outlet can add an estimated 22.2 miles (35.5 kilometers) of range on average per charging hour. <br>\n<br>\nRange and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.
2454The charging rate decreases as battery reaches full capacity.
2455Your results may vary based on peak charging times and battery state of charge.
2456Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"983":{"id":"charge-mme-pod","ariaLabel":"","title":"*","description":"<p>Based on connected vehicle data from Mustang Mach-E and F-150 Lightning vehicles for trips in 2024.
2457Assumes a full charge and normal driving conditions.
2458Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"984":{"id":"always-consult-your-owners-manual-before-off-road-driving","ariaLabel":"","title":"*","description":"<p>*Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"985":{"id":"maverick-lariat-with-extra-cost-color-option-shown","ariaLabel":"","title":"Image Details","description":"<p>Maverick® Lariat® with extra-cost color option shown.</p>\n"},"986":{"id":"max-towing-13500-lbs-f150supercrew-65box-4x4-35l-ecoboost","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2459Available on select models.
2460When properly equipped.
2461Requires Tow/Haul Package and optional Max Tow Axle upgrade.
2462Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"987":{"id":"t2-owner-ford-pass-rewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
2463Points are not redeemable for cash and have no monetary value.
2464Point earning and redemption values are approximate and vary by products and services redeemed.
2465See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"988":{"id":"t2-owner-ford-pass-app","ariaLabel":"","title":"*","description":"<p>*Vehicle Health Alerts require SYNC® 3 version 2.0 or higher and a data connection via a mobile device or an activated vehicle modem.
2466See SYNC interface, a dealer, or a Customer Experience Specialist for more information.</p>\n"},"989":{"id":"t2-owner-mobile-service","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2467Does not include parts or repair charges.
2468Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"990":{"id":"","ariaLabel":"","title":"","description":""},"991":{"id":"t2-owner-ford-bluecruise","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.
2469BlueCruise requires an active plan or trial – see ford.com/bluecruise for details.
2470Terms apply.
2471BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, or need to control the vehicle.
2472Only remove hands in a hands-free Blue Zone.
2473Always watch the road and be prepared to resume control.
2474See Owner’s Manual for details and limitations.</p>\n"},"992":{"id":"2026-maverick-xlt-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XL model shown.</p>\n"},"993":{"id":"t2-compare-super-duty-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> model with available Tremor Off-Road Package and optional equipment shown.
2475Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"994":{"id":"t2-compare-super-duty-1b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on 1977–2024 CY industry-reported total sales.</p>\n"},"995":{"id":"t2-compare-super-duty-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Platinum<sup>® </sup>Plus model with 6.7L HO engine shown.</p>\n"},"996":{"id":"t2-compare-super-duty-2b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max. 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
2476Class is Full-Size Pickups over 8,500 lbs.
2477GVWR.
2478Horsepower and torque ratings based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
2479Your results may vary.
2480When properly equipped.
2481Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"997":{"id":"t2-compare-super-duty-3a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL model with available F-450 High-Capacity Gooseneck Tow Package shown.</p>\n"},"998":{"id":"t2-compare-super-duty-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
2482Class is Full-Size Pickups over 8,500 lbs.
2483GVWR.
2484Based on current publicly available competitive information.
2485When properly equipped.
2486Requires F- 450 High-Capacity Gooseneck Tow Package.
2487Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"999":{"id":"t2-compare-super-duty-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL model with available F-350 Gas Heavy-Duty Payload Package shown.</p>\n"},"1000":{"id":"t2-compare-super-duty-4b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.
2488Max payload varies and is based on accessories and vehicle configuration.
2489See label on doorjamb for carrying capacity of a specific vehicle.
2490Always properly secure cargo.
2491Class is Full-Size Pickups over 8,500 lbs.
2492GVWR.&nbsp;</p>\n"},"1001":{"id":"t2-compare-super-duty-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>® </sup>Lariat<sup>® </sup>model with available Tremor<sup>® </sup>Off-Road Package and optional equipment shown.
2493Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"1002":{"id":"t2-compare-super-duty-6b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Don’t drive while distracted.
2494See Owner’s Manual for details and system limitations.</p>\n"},"1003":{"id":"t2-compare-super-duty-7b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.</p>\n"},"1004":{"id":"t2-compare-super-duty-8b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Class is Full-Size Pickups over 8,500 lbs.
2495GVWR.&nbsp;</p>\n"},"1005":{"id":"t2-compare-super-duty-8c","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
2496They do not make your vehicle autonomous or replace your responsibility to drive safely.
2497Please only use if you will pay attention to the road and be prepared to take over at any time.
2498See Owner’s Manual for details and limitations.</p>\n"},"1006":{"id":"t2-compare-super-duty-9b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>5G not available everywhere.
2499Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1007":{"id":"t2-compare-super-duty-9c","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.
2500To activate, go to www.att.com/ford.
2501Don’t drive distracted or while using handheld devices.
2502Use voice controls.</p>\n"},"1008":{"id":"t2-compare-super-duty-10a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model with available Chrome package and 6.7L High Output diesel engine shown.&nbsp;</p>\n"},"1009":{"id":"t2-compare-super-duty-10b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and Truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford truck in model-year 2024.
2503Includes all models with RTM population greater than 1,000.
2504When properly equipped.
2505Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1010":{"id":"t2-owner-ford-mobile-service","ariaLabel":"t2-owner-ford-mobile-service","title":"Disclosure","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2506Does not include parts or repair charges.&nbsp;See your Ford Dealer for details.</p>\n"},"1011":{"id":"t2-owner-complimentary-pickup-delivery","ariaLabel":"t2-owner-complimentary-pickup-delivery","title":"Disclosure","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2507Does not include parts or repair charges.
2508A nonoperational vehicle is not eligible and will require a Roadside event.
2509See your Ford Dealer for details.<b></b></p>\n"},"1012":{"id":"navigation-services-f-150-pod","ariaLabel":"","title":"*","description":"<p>*Equipped vehicles require modem activation and a Connected Navigation service plan.
2510Package pricing, features, included plans, and term lengths vary by model.
2511Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1013":{"id":"streaming-apps-pod","ariaLabel":"","title":"**","description":"<p>**Eligible vehicles receive complimentary access to Alexa Built-in.
2512Alexa functionality may vary by model and may be dependent on smart home technology.
2513Access to Alexa Built-in requires an Amazon account and an activated modem.
2514Some Alexa Built-in features require a Connectivity plan or connection to a Wi-Fi® wireless network.</p>\n"},"1014":{"id":"fordpass-app-pod","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
2515Message and data rates may apply.
2516Terms and conditions apply.
2517Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"1015":{"id":"t2-owner-content-test","ariaLabel":"","title":"*","description":"<p>lorem ipsum dolor sit amet&nbsp;lorem ipsum dolor sit amet lorem ipsum dolor sit ametlorem ipsum dolor sit amet</p>\n"},"1016":{"id":"2026MaverickOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT with optional equipment and extra-cost color option shown.</p>\n"},"1017":{"id":"MaverickLoboOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick<sup>®</sup> Lobo<sup>™</sup> shown with optional equipment.</p>\n"},"1018":{"id":"check-your-owners-manual-for-flat-tow-information","ariaLabel":"","title":"*","description":"<p>*Check your Owner’s Manual for flat tow information.</p>\n"},"1019":{"id":"IntendedForTrackUse","ariaLabel":"","title":"*","description":"<p>*Intended for track use only.
2518Do not use on public roads.
2519See Owner’s Manual for important operating instructions.</p>\n"},"1020":{"id":"2025-ford-mustang-dark-horse-with-extra-cost-color-option","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> with extra-cost color option (Vapor Blue) shown.
2520Professional driver with special safety equipment.
2521Closed course.
2522Do not attempt.
2523Drift brake is intended for track use only.
2524It should never be used on public roads.
2525See Owner’s Manual for information on use.</p>\n"},"1021":{"id":"2025-ford-mustang-ecoboost-available-wheel-stripe","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> model with available Wheel &amp; Stripe Package in Oxford White shown.</p>\n"},"1022":{"id":"Previous-model-year-bronco","ariaLabel":"","title":"Video Details","description":"<p>Previous model year vehicle(s) shown.
2526Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1023":{"id":"as-shown-pricing-bronco","ariaLabel":"","title":"As Shown Pricing","description":"<p>Price as shown $64,370.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> shown in Carbonized Grey with optional equipment.
2527Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1024":{"id":"Optional-equipment-shown-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.
2528Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1025":{"id":"Always-consult-owners-manual-bronco","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1026":{"id":"st-explorer-disclaimer-horsepower-torque-attributes","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are separate attributes and may not be achieved simultaneously.</p>\n"},"1027":{"id":"based-on-sandp-global-mobility","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility CYE 2023 US Light Vehicle Production data.</p>\n"},"1028":{"id":"based-on-sp-cye-production-and-export","ariaLabel":"","title":"**","description":"<p>**Based on S&amp;P Global Mobility CYE 2023 US Light Vehicle Production data and CYE 2023 Export and Import Sourcing Module data.</p>\n"},"1029":{"id":"based-on-sp-cye-mobility-export-import","ariaLabel":"","title":"***","description":"<p>***Based on S&amp;P Global Mobility CYE 2023 Export and Import Sourcing Module data.</p>\n"},"1030":{"id":"the-supportbelt-designed-for-ford-lincoln","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
2529For shoulder belt use only.
2530Do not use on lap portion of belt.
2531Not for use by children or with child seats or booster seats.
2532For use by mastectomy patients.</p>\n"},"1031":{"id":"consult-the-owner-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1032":{"id":"2026-bronco-shown-available-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Badlands shown with available Ford Accessories.
2533Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1033":{"id":"feature-availability-2026-bronco","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model.</p>\n"},"1034":{"id":"featurea-vailability-owners-manual","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model.
2534Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1035":{"id":"removal-of-doors-2026-bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
2535Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1036":{"id":"water-depth-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Previous model-year vehicle shown.
2536Always determine the water depth before attempting a crossing and proceed slowly.
2537Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"1037":{"id":"removal-of-doors-2026-bronco-video","ariaLabel":"","title":"Video Details","description":"<p>Removal of doors for off-road use only.
2538Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1038":{"id":"Seat-belts-removed-video","ariaLabel":"","title":"Video Details","description":"<p>Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1039":{"id":"T2-HP-Billboard-RSF","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.
2539Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1040":{"id":"Home Power Management","ariaLabel":"","title":"*","description":"<p>*Estimated savings based on drivers charging at home only during off peak hours of 10pm to 1pm the next day, TXU energy charges, and average annual electricity consumed during home charging in 2024.</p>\n"},"1041":{"id":"available-ford-accessories-2026-bronco","ariaLabel":"","title":"Video Details","description":"<p>Available Ford Accessories shown.
2540Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1042":{"id":"max-payload-of-2400-lbs-available-on-f-150-regular-cab-8-box-4x4","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
2541When properly equipped.
2542Requires Tow/Haul Package and optional Max Tow Axle.
2543Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1043":{"id":"max-towing-8400lbs-available-on-f150-regularcab-8ft-box-4x2-available-27l-ecoboost","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,400 lbs available on F-150<sup>®</sup> Regular Cab 8ft box 4x2 with available 2.7L EcoBoost<sup>®</sup> engine.
2544When Properly equipped.
2545Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1044":{"id":"max-towing-12400-lbs-available-f150-crew-cab-6-5-box-4-2-available-3-5l-powerboost","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
2546When properly equipped.
2547Requires Tow/Haul Package and optional Max Tow Axle.
2548Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1045":{"id":"max-towing-13500-lbs-available-f150-supercrew-65-box-4x4-with-available-35l-ecoboost-v6","ariaLabel":"","title":"†","description":"<p>†Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2549Class is full-sized trucks under 8,500 lbs GVWR.
2550When properly equipped.
2551Requires Tow/Haul Package and Max Tow Axle upgrade.
2552Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1046":{"id":"max-towing-12800-lbs-available-f150-supercrew-85-box-available-50l-v8engine","ariaLabel":"","title":"††","description":"<p>††Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew 6.5' box with available 5.0L V8 engine.
2553Requires tow/haul package and optional Max Tow Axle upgrade.
2554Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1047":{"id":"fba-see-your-dealer-for-warranty-coverage-details","ariaLabel":"","title":"*","description":"<p>*See your dealer for warranty coverage details.</p>\n"},"1048":{"id":"fba-only-available-ford-dealers-vehicle-returned-14-days-1000-miles","ariaLabel":"","title":"*","description":"<p>*Only available at participating Ford Dealers.
2555Vehicle must be returned within 14 days/1,000 miles (whichever comes first) from the original sales date and mileage as stated on bill of sale and returned in same condition as sold (excludes normal wear and tear).
2556Dealer cannot accept a return if the vehicle has a lien or other encumbrance.
2557Original trade-in vehicle will not be returned to you.
2558Purchasing a different vehicle may require a new credit application with different financial terms than the original contract.
2559If you have already returned a Ford Blue Advantage vehicle to a Ford dealer within the last six months, you are not eligible for the Money Back Guarantee program and your request to return will not be honored.
2560See your dealer for important program guidelines and restrictions.</p>\n"},"1049":{"id":"t2-supportbelt","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
2561For shoulder belt use only.
2562Do not use on lap portion of belt.
2563Not for use by children or with child seats or booster seats.
2564For use by mastectomy patients.</p>\n"},"1050":{"id":"2026-explorer-tremor-banner-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Tremor<sup>®</sup> shown with optional equipment and available Ford Accessories.
2565Recreational equipment not included.
2566Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1051":{"id":" fba-ford-roadside-assistance-included-certain-owners-available-service-fee","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per service fee.
2567Ford reserves the right to change program details without obligations.</p>"},"1052":{"id":"fba-not-all-buyers-qualify-for-ford-credit-financing-60-months","ariaLabel":"","title":"*","description":"<p>*Not all buyers qualify for Ford Credit financing 4.49% APR for 60 months at $18.64 per $1,000 financed, on Gold, Blue and EV Certified vehicles, regardless of down payment.
2568Take delivery from an authorized Ford Dealer's stock by 06/30/2026.
2569Residency restrictions may apply.
2570See dealer for qualifications.</p>\n"},"1053":{"id":"fba-ford-insure-is-a-product-presented-by-ford-motor-insurance-agency","ariaLabel":"","title":"*","description":"<p>*Ford Insure is a product presented by Ford Motor Insurance Agency (FMIA NPN 95889, CA license #0C02678), a Ford affiliate and licensed insurance agency.
2571Ford Motor Insurance Agency’s principal place of business is in Dearborn, Michigan, with its domicile in Delaware.
2572Ford Insure is underwritten by Incline Property &amp; Casualty Company and Redpoint County Mutual.
2573Home Office: Austin, TX.
2574Agency of Record: Alset Insurance Services, LLC.
2575Subsidiary of In The Car, LLC.
2576Home Office: Stamford, CT.
2577Insurance terms, definitions, and explanations are intended for informational purposes only and do not in any way replace or modify the definitions and information contained in individual insurance contracts, policies, or declaration pages, which are controlling.
2578Product coverages, features and discounts may vary by state and are subject to qualifications.
2579Ford Motor Company and Ford Credit are not insurance companies or agents.</p>\n"},"1054":{"id":"2025-ford-f-150-rock-solid","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> optional equipment shown.
2580Professional Driver on closed course.
2581Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1055":{"id":"2026-maverick-xlt-with-available-fx4-offroad-package-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick XLT with available FX4® Off-Road Package shown.</p>\n"},"1056":{"id":"2025-ranger-survives-baja","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional Driver on closed course.
2582Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1057":{"id":"2025-bronco-the-proof","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.
2583Professional driver on closed course.
2584Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1058":{"id":"hotspot-includes-complimentary-wireless-data-trial","ariaLabel":"","title":"*","description":"<p>*Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.
2585To activate, go to <a href=\"http://www.att.com/ford#!adchoices\" target=\"_blank\">www.att.com/ford</a>.
2586Don’t drive distracted or while using handheld devices.
2587Use voice controls.</p>\n"},"1059":{"id":"the-driver-must-intervene","ariaLabel":"","title":"*","description":"<p>*If stop is longer than three seconds, the driver must intervene and press the “RES” button or accelerator pedal to resume system operation.
2588For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling Connected Navigation Services.
2589See Owner’s Manual for details and limitations.</p>\n"},"1060":{"id":"intersection-assist-does-not-detect-all-vehicles","ariaLabel":"","title":"*","description":"<p>*Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.</p>\n"},"1061":{"id":"DiscBronco2025Offer","ariaLabel":"","title":"Offer Disclaimer","description":"<p>*Take new retail delivery from an authorized Ford Dealer’s stock by 9/30/25.
2590See dealer for details.
2591(PGM #11564).
2592Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1062":{"id":"shownpricemaverick2026bb","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n<p>$31,140 (does not include D&amp;D fees).</p>\n"},"1063":{"id":"fba-siriusxm-audio-data-services-require-subscription","ariaLabel":"","title":"*","description":"<p>*SiriusXM audio and data services each require a subscription sold separately, or as a package, by SiriusXM Radio Inc.
2593If you decide to continue service after your trial, the subscription plan you choose will automatically renew thereafter and you will be charged according to your chosen payment method at then-current rates.
2594Fees and taxes apply.
2595To cancel, you must call SiriusXM at 1-866-635-2349.
2596See SiriusXM Customer Agreement for complete terms at www.siriusxm.com.
2597All fees and programming subject to change.
2598Sirius, XM and all related marks and logos are trademarks of SiriusXM Radio Inc.</p>\n"},"1064":{"id":"fba-not-all-vehicles-devices-are-capable-of-all-services-siriusxm","ariaLabel":"","title":"*","description":"<p>*Not all vehicles or devices are capable of receiving all services offered by SiriusXM.
2599Data displays and individual product availability vary by vehicle hardware.</p>\n"},"1065":{"id":"ready-set-ford-adventure-billboard-video-details","ariaLabel":"","title":"Video Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.
2600Removal of doors for off-road use only.
2601See your Owner’s Manual for detailed information.
2602Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. 2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
2603When properly equipped.
2604Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. ©2025 Ford Motor Company.
2605Bronco and related trademarks are trademarks of Ford or its affiliates.
2606All rights reserved.</p>\n"},"1066":{"id":"ready-set-ford-adventure-bronco-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and available Ford Accessories shown.
2607Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1067":{"id":"ready-set-ford-adventure-ranger-lariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1068":{"id":"ready-set-ford-adventure-expedition-tremor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional features and available Ford Accessories shown.</p>\n"},"1069":{"id":"ready-set-ford-adventure-expedition-tremor-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
2608When properly equipped.
2609Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2610Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1070":{"id":"fba-roadside-assistance-complimentary-offering-owners-5-years-or-60000-miles","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per-service fee.
2611Ford reserves the right to change program details without obligations.
2612Ford Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles and Lincoln owners for up to 6 years or 70,000 miles (from the date of sale), whichever comes first.
2613EV Owners: Beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.</p>\n"},"1071":{"id":"ready-set-ford-adventure-explorer-tremor","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> shown.</p>\n"},"1072":{"id":"ready-set-ford-adventure-ranger-lariat-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1073":{"id":"ready-set-ford-adventure-bronco-sport-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.
2614Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1074":{"id":"ready-set-ford-adventure-bronco-badlands-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> with optional equipment, available Ford Accessories, and extra-cost color usage.
2615Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1075":{"id":"ready-set-ford-adventure-bronco-badlands-3","ariaLabel":"","title":"Image","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color shown.
2616Always consult the Owner's Manual before off-road driving, know your terrain, and trail difficulty, and use appropriate safety gear.
2617Removal of doors for off-road use only.
2618See your Owner’s Manual for detailed information.</p>\n"},"1076":{"id":"ready-set-ford-adventure-bronco-sport-badlands-2","ariaLabel":"","title":"Image","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.
2619Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use the appropriate safety gear.</p>\n"},"1077":{"id":"ready-set-ford-adventure-explorer-tremor-2","ariaLabel":"","title":"Image","description":"<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
2620When properly equipped.
2621Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2622Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1078":{"id":"","ariaLabel":"","title":"","description":""},"1079":{"id":"2024-super-duty-offer-details-disclaimer","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> financing. 3.9% APR financing for 72 months at $15.60 per month per $1,000 financed, or up to $8,500 retail customer cash.
2623Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 9/30/25.
2624See dealer for qualifications and complete details.</p>\n"},"1080":{"id":"ready-set-ford-adventure-f-150-tremor","ariaLabel":"","title":"Image","description":"<p>2025 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.
2625Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1081":{"id":"ready-set-ford-adventure-super-duty-lariat","ariaLabel":"","title":"Image","description":"<p>2025 Ford F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road Package shown.
2626Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1082":{"id":"ready-set-ford-adventure-ranger-lariat-3","ariaLabel":"","title":"Image","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
2627When properly equipped.
2628Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1083":{"id":"ready-set-ford-adventure-maverick-tremor","ariaLabel":"","title":"Image","description":"<p>2025 Ford Maverick<sup>®</sup> Tremor<sup>®</sup> model with available Ford Accessories shown.
2629Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1084":{"id":"bronco-sport-big-bend-model-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport Big Bend model with optional equipment and extra-cost color option shown.
2630Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1085":{"id":"t2-supportbelt-southeast","ariaLabel":"","title":"*","description":"<p>*Experience the difference in comfort and care—visit your Local Ford Dealer today to learn more and get your SupportBelt<sup>™</sup> at no cost to you.</p>\n"},"1086":{"id":"bronco-sport-outer-banks-model-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport Outer Banks model with optional equipment and extra-cost color shown.
2631Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1087":{"id":"t2-supportbelt-carolinas","ariaLabel":"","title":"*","description":"<p>*Experience the difference in comfort and care—visit your Carolina Ford Dealer today to learn more and get your SupportBelt<sup>™</sup> at no cost to you.</p>\n"},"1088":{"id":"t2-supportbelt-made-for","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
2632For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1089":{"id":"t2-supportbelt-engineered-to","ariaLabel":"","title":"*","description":"<p>*The SupportBelt™ is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
2633For shoulder belt use only.
2634Do not use on lap portion of belt.
2635Not for use by children or with child seats or booster seats.
2636For use by mastectomy patients.</p>\n"},"1090":{"id":"t2-supportbelt-story-behind","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
2637For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1091":{"id":"t2-supportbelt-secure-your-supportbelt","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
2638For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1092":{"id":"fba-buyers-of-ford-blue-advantage-vehicles-will-receive-22000-points","ariaLabel":"","title":"*","description":"<p>*Within 60 days of vehicle sale, you must activate your Ford Rewards (formerly known as FordPass<sup>®</sup> Rewards) account and set your preferred Ford Dealer to receive 22,000 Points (Gold Certified) or 11,000 Points (Blue Certified) and one Tier Activity.
2639Modem not required.
2640Visit a participating dealer for details.</p>\n"},"1093":{"id":"rds-v2-billboard","ariaLabel":"","title":"Video Details","description":"<p>*2026 Ford Super Duty<sup>®</sup> F-350 XL DRW with available XL chrome package, 2025 Ford F-150<sup>®</sup> XLT with optional equipment, 2024 Ford F-150<sup>®</sup> King Ranch shown.
2641See Owner's Manual for important Pro Power Onboard<sup>™</sup> operating instructions.
2642When properly equipped.
2643Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1094":{"id":"rsf-v2-c1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> STX model shown.</p>\n"},"1095":{"id":"rsf-v2-c2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> shown.
2644See Owner's Manual for important operating instructions.</p>\n"},"1096":{"id":"rsf-v2-c3","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-350 XL DRW with available XL Chrome package shown.</p>\n"},"1097":{"id":"ImageDetailsF150STX","ariaLabel":"","title":"Image Details","description":"<p>Arriving spring 2026.<br>\n<br>\n2026 F-150<sup>®</sup> STX<sup>®</sup> with optional equipment shown.</p>\n"},"1098":{"id":"rsf-v2-2up-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-250 Platinum model with an available 6.7L High Output diesel engine shown.</p>\n"},"1099":{"id":"rsf-v2-2up-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Lariat model with available Black Appearance Package, extra-cost color shown.</p>\n"},"1100":{"id":"rsf-v2-1","ariaLabel":"","title":"Vehicle Details","description":"<p>See Owner's Manual for important operating instructions.</p>\n"},"1101":{"id":"rsf-v2-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Ford F-150<sup>®</sup> Lariat model with optional equipment and available Ford Accessories shown.</p>\n"},"1102":{"id":"Badlands-model-with-starting-bronco-2025","ariaLabel":"","title":"Vehicle Details","description":"<p>Badlands model with starting at MSRP of $65,035 including D&amp;D.
2645Includes Sasquatch Package, Black Appearance Package, HOSS 3.0 with FOX<sup>™</sup> Internal Bypass Dampers, Modular Front Bumper, Auto transmission and extra cost paint (Desert Sand) package shown.
2646Aftermarket accessories shown.</p>\n"},"1103":{"id":"rsf-v2-3","ariaLabel":"","title":"Vehicle Details","description":"<p>Available on vehicles with embedded modem or equipped with approved plug-in device (PID).
2647May require modem activation.
2648Ford Pro<sup>™</sup> Telematics and Ford Pro<sup>™</sup> Data Services require a purchased subscription.
2649Terms and conditions apply.
2650Telematics service and features, and access to vehicle data, depend on subscription and compatible cellular network availability.
2651Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>\n"},"1104":{"id":"rsf-acc-1","ariaLabel":"","title":"Image Details","description":"<p>Transit Cargo Van High Roof Extended Length.</p>\n"},"1105":{"id":"rsf-modal-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch model shown.</p>\n"},"1106":{"id":"rsf-modal-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250 Platinum model with available FX4 Off-Road Package, extra cost color shown.</p>\n"},"1107":{"id":"rsf-modal-3","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> High-Roof Extended-length, Passenger van (DRW), with optional equipment shown.</p>\n"},"1108":{"id":"2025-ford-mustang-dark-horse","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1109":{"id":"rsf-adventure-vlu-bronco-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $68,110<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color shown.
2652Always consult the Owner's Manual before off-road driving, know your terrain, and trail difficulty, and use appropriate safety gear.
2653Removal of doors for off-road use only.
2654See your Owner’s Manual for detailed information.</p>\n"},"1110":{"id":"rsf-adventure-vlu-bronco-sport-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $43,600<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands package and Ruby Red extra-cost color shown.
2655Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use the appropriate safety gear.</p>\n"},"1111":{"id":"rsf-adventure-vlu-expedition-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $81,350<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
2656When properly equipped.
2657Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2658Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1112":{"id":"rsf-adventure-vlu-explorer-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $50,869<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
2659When properly equipped.
2660Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2661Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1113":{"id":"2025-ford-mustang-mache-rally","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown.</p>\n"},"1114":{"id":"rsf-adventure-vlu-f-150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $67,205<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.
2662Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1115":{"id":"rsf-adventure-vlu-super-duty-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $86,170<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road and Lariat Ultimate Packages shown.
2663Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"1116":{"id":"rsf-adventure-vlu-ranger-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $47,750<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
2664When properly equipped.
2665Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1117":{"id":"rsf-adventure-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $40,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Maverick<sup>®</sup> Tremor<sup>®</sup> model with available Ford Accessories shown.
2666Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1118":{"id":"2025-ford-bronco-raptor-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
2667Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1119":{"id":"2026-ford-mustang-ecoboost-in-grabber-blue","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost in Grabber Blue (extra-cost color).</p>"},"1120":{"id":"2025-ford-ranger-raptor-with-extra-cost-color-option-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with extra-cost color option shown.
2668Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1121":{"id":"2025 F150 Raptor R shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> shown.</p>\n"},"1122":{"id":"2025-ford-mustang-mache-rally-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
2669See your dealer for current inventory status.</p>\n"},"1123":{"id":"2025 Ford Bronco Raptor model with optional equipment and extracost","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
2670Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1124":{"id":"As-shown-price-2025-F-150-new","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $74,905<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> King Ranch model with optional equipment shown.
2671Professional driver on closed course.
2672Do not attempt.
2673Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2674Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission teting charge.
2675Does not include A, Z or X Plan price.</p>\n"},"1125":{"id":"2026-sd-asp","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $88,771<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Super Duty F-250 Lariat with Black Appearance Package, Tremor Off-Road Package, Lariat Premium Package, 6.7L High-Output diesel engine, and extra-cost color shown.
2676Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2677Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2678Does not include A, Z or X Plan price.</p>\n"},"1126":{"id":"2025-ranger-asp-disc","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,070<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>. 2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.
2679Professional driver on closed course.
2680Do not attempt.
2681Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2682Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2683Does not include A Z or X Plan price.</p>\n"},"1127":{"id":"Professional-driver-on-closed-course","ariaLabel":"","title":"Video Details","description":"<p>Professional driver on closed course.
2684Do not attempt.
2685Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. 2025 F-150<sup>®</sup> Raptor R<sup>™</sup>&nbsp;shown. 2025 Ford Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.
2686Optional equipment shown throughout.</p>\n"},"1128":{"id":"important-details-j-d-power","ariaLabel":"","title":"Important Details","description":"<p>Tied in 2025.
2687For J.D. Power 2025 U.S. Initial Quality Study award information, visit jdpower.com/awards.
2688Awards based on 2025 model year.
2689Newer models may be shown.</p>\n"},"1129":{"id":"important-details-kbb","ariaLabel":"","title":"Important Details","description":"<p>For more information, visit Kelley Blue Book’s KBB.com.
2690Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1130":{"id":"rsf-thrill-vlu-mustang-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $67,465<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> model with optional equipment and extra-cost color option shown.
2691Drift brake is intended for track use only.
2692It should never be used on public roads.
2693See Owner’s Manual for information on use.
2694Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1131":{"id":"rsf-thrill-vlu-mach-e-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
2695See your dealer for current inventory status.
2696Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1132":{"id":"rsf-thrill-vlu-bronco-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $82,265<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup><br>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
2697Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>"},"1133":{"id":"rsf-thrill-vlu-f-150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $114,615<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> with optional equipment and available Ford Accessories usage.
2698Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1134":{"id":"rsf-thrill-vlu-ranger-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,465<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with extra-cost color option shown.
2699Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1135":{"id":"rsf-thrill-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $35,930<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Maverick<sup>®</sup> Lobo<sup>™</sup> shown.</p>\n"},"1136":{"id":"rsf-build-vlu-f150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $77,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><sup><br>\n</sup><br>\n2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.</p>\n"},"1137":{"id":"rsf-build-vlu-superduty-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $88,765<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2026 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road Package and Black Appearance Package, Glacier Gray is an extra-cost color shown.</p>\n"},"1138":{"id":"rsf-build-vlu-transit-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $62,895<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Transit<sup>®</sup> 350 XLT Passenger van high roof with optional equipment shown.</p>\n"},"1139":{"id":"rsf-build-vlu-e-transit-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,785<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n<br>\n2025 Ford E-Transit<sup>™</sup> High Roof, Long Length Cargo van with optional equipment shown.</p>\n"},"1140":{"id":"rsf-build-vlu-lightning-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $80,757<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 F-150<sup>®</sup> Lightning<sup>®</sup> Platinum shown with extra cost color and available Ford accessories.</p>\n"},"1141":{"id":"rsf-build-vlu-transit-comm-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $50,215<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Transit<sup>®</sup> van with optional equipment shown.</p>\n"},"1142":{"id":"rsf-build-vlu-superduty-comm-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,005<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Super Duty<sup>®</sup> XL Crew Cab with available STX appearance package shown.</p>\n"},"1143":{"id":"rsf-build-vlu-superduty-chassis-cab-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,345<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Super Duty<sup>®</sup> Chassis Cab shown.</p>\n"},"1144":{"id":"2026ExpeditionBillboardDisclosure","ariaLabel":"","title":"Vehicle Details","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup></p>\n<p>2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional features and available Ford Accessories shown.
2700Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1145":{"id":"CargoCapacityExpedition2026","ariaLabel":"","title":"Image Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.
2701Properly secure all cargo.</p>\n"},"1146":{"id":"incentives-offer-v1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 1/6/2026 and 3/31/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
2702Home charge station model and brand may vary based on availability.
2703Offer not available to fleet or commercial customers.
2704Complimentary home installation must be completed through Qmerit Electrification LLC.
2705Installation exclusions apply.
2706Must take retail delivery from an authorized Ford dealer's stock by 3/31/2026.
2707No trade-in required.
2708See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1147":{"id":"incentives-offer-v2","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 72 months at $13.89 per month per $1,000 financed, regardless of down payment.
2709U.S. residents only.
2710Prior purchases not eligible.
2711Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.
2712See dealer for qualifications and details.</p>\n"},"1148":{"id":"2026ExpeditionSecurityPackage","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires Ford app, modem activation, and an activated plan.
2713Equipped Ford vehicles come with a one-year included trial from new-vehicle warranty start date, after which purchase is required.
2714Available on select 2024-2026 F-150<sup>®</sup> (excluding F-150<sup>®</sup> Lightning<sup>®</sup>), 2025 Super Duty<sup>®</sup> trucks.
2715Requires vehicle connectivity and a connected mobile device with enabled push notifications.
2716Ford Security Package is not available in U.S. territories.
2717Terms apply.
2718Start Inhibit and Theft Alerts are not available for Ford Pro™ customers.</p>\n"},"1149":{"id":"2025-ford-super-duty-lariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Black Appearance Package and optional equipment shown.</p>\n"},"1150":{"id":"fba-siriusxm-trial-subscription-will-stop-at-the-end-of-trial-is-non-transferable","ariaLabel":"","title":"*","description":"<p>*SiriusXM trial subscription will stop at the end of the trial period.
2719Trial is non-transferable.
2720If you do not wish to enjoy your trial, cancel by calling the number below.
2721Service subject to the SiriusXM Customer Agreement and Privacy Policy; visit www.siriusxm.com for full terms and how to cancel, which includes online methods or calling 1-866-635-2349.
2722Services, content and features are subject to device capabilities, location availability or active data connection.
2723Fees, content and features are subject to change.
2724Available in the 48 contiguous United States, D.C. and Puerto Rico (with coverage limits and capable receiver).
2725Visit&nbsp;<a href=\"http://www.siriusxm.com/FAQS\" title=\"Follow link\">http://www.siriusxm.com/FAQS</a>&nbsp;for most current service area information.</p>\n"},"1151":{"id":"2025-bronco-sport-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"1152":{"id":"2026-explorer-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Explorer<sup>®</sup> ST model with extra-cost color option shown.</p>\n"},"1153":{"id":"2025-ford-transit","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> medium roof cargo van with aftermarket equipment shown.</p>\n"},"1154":{"id":"start-inhibit-is-available-on-your-ford-app","ariaLabel":"","title":"*","description":"<p>*Vehicles enrolled in Ford Security Package may require a software update in order to access Start Inhibit.
2726Please contact us at <a href=\"tel:866-861-0420\">866-861-0420</a> for assistance.</p>\n"},"1155":{"id":"must-purchase-2025-mach-e-between-7-7-2026","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 Mustang Mach-E from a participating Ford dealer between 7/7/2026 and 7/31/2026, or 2026 Mustang Mach-E from a participating Ford dealer between 7/7/2026 and 9/30/2026, to be eligible to receive (a) one (1) complimentary home charge station with complimentary standard installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
2727Home charge station model and brand may vary based on availability.
2728Offer not available to fleet or commercial customers.
2729Complimentary home installation must be completed through Qmerit Electrification LLC.
2730Installation exclusions apply.
2731Must take retail delivery from an authorized Ford dealer's stock by 7/31/26 (2025 models) or 9/30/2026 (2026 models).
2732No trade-in required.
2733See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1156":{"id":"2025-ford-super-duty-xl","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> XL model with XL Chrome Package and optional equipment shown.</p>\n"},"1157":{"id":"ford-accessories-gallery-bronco-2026","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Badlands shown with available Ford Accessories.
2734Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1158":{"id":"fba-ford-roadside-assistance-complimentary-offering-7-years-or-100000-miles","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per-service fee.
2735Ford reserves the right to change program details without obligations.
2736Ford Roadside Assistance is a complimentary offering to all Ford owners for up to 7 years or 100,000 miles (from the date of sale), whichever comes first.
2737Ford reserves the right to change program details without obligations.</p>\n"},"1159":{"id":"2026-maverick-epa-estimated-rating","ariaLabel":"","title":"†","description":"<p>†EPA-estimated rating of 42 city/35 hwy/38 combined mpg, 2.5L hybrid engine, Automatic Continuously Variable Transmission, and FWD.
2738Actual mileage will vary.</p>\n"},"1160":{"id":"sd-billboard-target","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $82,290<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford Super Duty<sup>®</sup> Platinum with available FX4 Off-Road Package and 6.7L High Output diesel engine.
2739Optional equipment shown.
2740When properly equipped.
2741Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2742Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2743Does not include A, Z or X Plan price.</p>\n"},"1161":{"id":"sd-carousel-target","ariaLabel":"","title":"Important Details","description":"<p>When properly equipped.
2744Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1162":{"id":"prototype-model-shown-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Prototype model shown, modified for racing.
2745Professional driver with special safety equipment.
2746Closed course.
2747Do not attempt.</p>\n"},"1163":{"id":"dont-drive-distracted-bronco-2026","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.
2748Use voice controls.
2749Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"1164":{"id":"as-show-price-2026-ford-f-150-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $75,160<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Ford F-150<sup>®</sup> King Ranch model with optional equipment shown.
2750Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2751Max payload varies based on accessories and vehicle configuration.
2752See label on doorjamb for carrying capacity of a specific vehicle.
2753Always properly secure cargo.
2754Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2755Does not include A, Z or X Plan price.</p>\n"},"1165":{"id":"important-details-america-s-best-selling-truck","ariaLabel":"","title":"Important Details","description":"<p>Based on 1977–2024 industry-reported total sales.</p>\n"},"1166":{"id":"2026 Mustang Video Details RSF Billboard","ariaLabel":"","title":"Video Details","description":"<p>As shown price $59,945<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p><p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Coupe with GT Performance Package, Nite Pony Package, optional equipment and extra-cost color shown.
2756Actual production vehicle may vary.
2757Available for retail order now, arriving fall 2025.</p>"},"1167":{"id":"maverick-xlt-fx4-off-roading-package","ariaLabel":"","title":"Image Details","description":"<p>Maverick<sup>®</sup> XLT with available FX4<sup>®</sup> Off-Road Package.</p>\n"},"1168":{"id":"owner-manual-proper-process-setup","ariaLabel":"","title":"*","description":"<p>See Owner's Manual for proper process setup.</p>\n"},"1169":{"id":"DampingSuspension","ariaLabel":"","title":"*","description":"<p>*Continuously controlled damping can provide some protection against jarring impact and costly wheel and tire repairs from road imperfections.</p>\n"},"1170":{"id":"DiscBehindTheFirst-rowSeats","ariaLabel":"","title":"*","description":"<p>*Behind the first-row seats with the second- and third-row seats folded flat.</p>\n"},"1171":{"id":"RSF mosaic gallery mustang 26 1","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> in Orange Fury extra-cost color shown.&nbsp;</p>\n"},"1172":{"id":"RSF mosaic gallery mustang 26 2","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> in Grabber Blue extra-cost color and use of the Line Lock feature shown.</p>\n"},"1173":{"id":"RSF mosaic gallery mustang 26 3","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> GT Premium Convertible with Carmine Red interior with optional PCAP package shown.</p>\n"},"1174":{"id":"DampingSuspension2","ariaLabel":"","title":"**","description":"<p>**Continuously controlled damping can provide some protection against jarring impact and costly wheel and tire repairs from road imperfections.</p>\n"},"1175":{"id":"FrontCameraDisclaimer","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 miles per hour.
2758Rear cameras only operate at speeds under six miles per hour.</p>\n"},"1176":{"id":"ford-maverick-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n"},"1177":{"id":"2026-f150-max-towing-11600","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on Crew Cab 6.5’ box 4x2 with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.
2759When properly equipped.
2760Requires Tow/Haul Package and optional Max Tow Axle.
2761Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>"},"1178":{"id":"2026-f150-max-towing-11600-2","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
2762When properly equipped.
2763Requires Tow/Haul Package and optional Max Tow Axle.
2764Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1179":{"id":"Banner disclosure","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
2765USA EPA-targeted range based on analytical projection consistent with US EPA combined drive cycle.
2766Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.
2767Final EPA-estimated ratings available in December 2025.</p>\n"},"1180":{"id":"MPGExpedition2026","ariaLabel":"","title":"**","description":"<p>**4x2 model MPG listed.</p>\n"},"1181":{"id":"HorsepowerAndTorqueExpedition26","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When properly equipped.
2768Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1182":{"id":"2026-transit-retail-max-towing-capacity","ariaLabel":"","title":"*","description":"<p>*T-350 Low Roof – Long Length, Passenger Van (12 and 15 passenger).
2769Rear Wheel Drive, 3.5L PFDi V6 with 4.1 Rear Axle Ratio (SRW)</p>\n<p>When properly equipped.
2770Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1183":{"id":"Optional-equipment-shown-bronco-2026-image-details","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.
2771Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1184":{"id":"2026-ford-maverick-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n"},"1185":{"id":"f-150-computer-image-extra-color","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image shown.
2772Extra-cost color shown.</p>\n"},"1186":{"id":"f-150-computer-image-1","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image shown.</p>\n"},"1187":{"id":"2026ExpeditionPerformanceDisclosure","ariaLabel":"","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n<p>When properly equipped.
2773Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
2774Towing capacity varies by model trim and equipment.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1188":{"id":"pick-up-delivery-service-disclaimer","ariaLabel":"","title":"Service Details","description":"<p>Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2775Does not include parts or repair charges.
2776A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"1189":{"id":"image-details-rtr-performance-package-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Professional driver.
2777Closed course.
2778Closed track.<br>\n<br>\n</p>\n<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
2779Preproduction model with optional Hyper Lime brake caliper shown.
2780Actual production vehicle may vary.
2781Available summer 2026.</p>\n"},"1190":{"id":"high-powered-sports-cars-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Class is High-Powered Sports Cars with available 300+ HP.</p>\n"},"1191":{"id":"brembo-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Brembo is a trademark of Brembo S.p.A.</p>\n"},"1192":{"id":"sports-cars-with-available-300-hp-disclaimer","ariaLabel":"","title":"†","description":"<p>†Class is High-Powered Sports Cars with available 300+ HP.
2782Closed track.
2783Drift brake is intended for track use only.
2784It should never be used on public roads.
2785See Owner’s Manual for information on use.</p>\n"},"1193":{"id":"FordSecurityPackage2026Expedition","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
2786Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
2787Requires vehicle connectivity and a connected mobile device with enabled push notifications.
2788Terms apply.</p>\n"},"1194":{"id":"DiscF1502026MaxTowing","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
2789When properly equipped.
2790Requires Tow/Haul Package and optional Max Tow Axle.
2791Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1195":{"id":"connectivity-package-details","ariaLabel":"Provides user with details about the Ford Connectivity Package","title":"Disclaimer","description":"<p><strong><em>Connectivity Package Details</em></strong></p><p><em>Available Connectivity features and functionality vary by model.
2792Package pricing, trials and term lengths vary by model.
2793Actual screens may vary.</em></p>"},"1196":{"id":"wifi-details","ariaLabel":"Provides user with information regarding the Connectivity Package Wi-Fi","title":"*","description":"<p><strong><em>Wi-Fi® Details</em></strong></p><p><em>Data speeds may be slowed down after 50GB of usage within a 30-day period.
2794Don’t drive distracted or while using handheld devices.
2795Use voice controls.</em></p>"},"1197":{"id":"map-details","ariaLabel":"Provides user with information about the Connectivity Package map details","title":"Disclaimer","description":"<p><strong><em>Maps Details</em></strong></p><p><em>Maps systems vary by model and trim.
2796Equipped vehicles require modem activation and a Connected Navigation service plan.
2797Package pricing, features, included plans, and term lengths vary by model.
2798Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</em></p>"},"1198":{"id":"app-details","ariaLabel":"Provides user with information about the YouTube, HBO Max, Amazon Prime and more streaming services that are available through the Connectivity Package.","title":"*","description":"<p><b><i>Apps Details</i></b></p>\n<p><i>HBO Max and related elements are property of Home Box Office, Inc.
2799YouTube and Google Play are trademarks of Google LLC.
2800Prime Video is a trademark of Amazon.com, Inc. or its affiliates.
2801No additional cost for Prime members.
2802Prime Video is included with Prime.
2803Restrictions apply.
2804See&nbsp;<a href=\"https://www.primevideo.com/help/ref=atv_surl_terms?nodeId=202064890\" target=\"_blank\">primevideo.com/terms</a> for details.
2805Separate subscriptions required for streaming services.</i></p>\n"},"1199":{"id":"rsf-build-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $30,645<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Maverick<sup>®</sup> XLT shown.</p>\n"},"1200":{"id":"removal-of-doors-2026-bronco-video-nuevo","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> preproduction model shown.</p>\n<p>Removal of doors for off-road use only.
2806Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1201":{"id":"image-details-disclaimer-rtr-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
2807Preproduction model with optional Hyper Lime brake caliper shown.
2808Available late spring 2026.
2809Professional driver.
2810Closed course.
2811Closed track.</p>\n<p>Drift brake is intended for track use only.
2812It should never be used on public roads.
2813See Owner’s Manual for information on use.</p>\n"},"1202":{"id":"Image-Details","ariaLabel":"","title":"Image Details","description":"<p>As shown price $79,510<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment shown.</p>\n"},"1203":{"id":"image-details-rtr-performance-package-disclaimer-2","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
2814Preproduction model shown.
2815Available late spring 2026.</p>\n<p>Drift brake is intended for track use only.
2816It should never be used on public roads.
2817See Owner’s Manual for information on use.</p>\n"},"1204":{"id":"t2-philadelphia-harrisburg-allentown-homepage-billboard","ariaLabel":"","title":"Disclosures","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.
2818Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1205":{"id":"t2-homepage-billboard-san-diego-vista-carlsbad","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150<sup>®</sup> XLT model shown.
2819Optional equipment shown. © 2025 Ford Motor Company.
2820F-150 is a trademark of Ford Motor Company or its affiliates.
2821All rights reserved.</p>\n"},"1206":{"id":"t2-los-angeles-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT model shown with extra-cost color option.</p>\n"},"1207":{"id":"image-details-rtr-jaw-dropping","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
2822Preproduction model shown with optional Hyper Lime brake caliper shown.
2823Available late spring 2026.</p>\n"},"1208":{"id":"disclaimer-image-details-professional-driver","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on closed course.
2824Do not attempt.
2825Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1209":{"id":"2025-explorer-cost-owner-manual","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Explorer<sup>®</sup> ST model with extra-cost color option shown.
2826Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1210":{"id":"bronco-big-bend-equipment","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Bronco<sup>®</sup> Big Bend model shown.
2827Optional equipment shown. © 2025 Ford Motor Company.
2828Bronco is a trademark of Ford Motor Company or its affiliates.
2829All rights reserved.</p>\n"},"1211":{"id":"2025-explorer-active-motor-company-trademark","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Explorer<sup>®</sup> Active model shown.
2830Optional equipment shown. © 2025 Ford Motor Company.
2831Explorer is a trademark of Ford Motor Company or its affiliates.
2832All rights reserved.</p>\n"},"1212":{"id":"AvailableConnectivityTerms","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
2833Package pricing, included plans, and term lengths vary by model.
2834Some features may only be available while vehicle is parked.
2835Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.
2836Credit card required for plan activation and automatically renews unless cancelled.
2837Terms apply.</p>\n"},"1213":{"id":"ForOptimalPerformance","ariaLabel":"","title":"*","description":"<p>*For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1214":{"id":"bronco-badlands-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"1215":{"id":"f150-xlt-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1216":{"id":"2026MvckLoboOptional","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick Lobo<sup>™</sup> with optional equipment shown.</p>\n"},"1217":{"id":"image-details-driver-assist-features-are-supplemental","ariaLabel":"","title":"Image details","description":"<p>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
2838They do not make your vehicle autonomous or replace your responsibility to drive safely.
2839Please only use if you will pay attention to the road and be prepared to take over at any time.
2840See Owner’s Manual for details and limitations.</p>\n"},"1218":{"id":"2026MaverickMaxPayload","ariaLabel":"","title":"Video Details","description":"<p>2026 Maverick XLT and Lariat models with optional equipment and extra cost colors shown.<br>\n<br>\nMax payload varies based on accessories and vehicle configuration.
2841See label on doorjamb for carrying capacity of a specific vehicle.
2842Always properly secure cargo.<br>\n<br>\nWhen properly equipped.
2843Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\n<br>\nDriver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
2844They do not make your vehicle autonomous or replace your responsibility to drive safely.
2845Please only use if you will pay attention to the road and be prepared to take over at any time.
2846See Owner’s Manual for details and limitations.</p>\n"},"1219":{"id":"t2-phoenix-las-vegas-tucson-hp-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Badlands® model shown.
2847Optional equipment shown. © 2025 Ford Motor Company.
2848Bronco is a trademark of Ford Motor Company or its affiliates.
2849All rights reserved.</p>\n"},"1220":{"id":"designated-off-road-trails-and-recreation-areas","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2850Follow all laws and drive on designated off-road trails and recreation areas.</p>\n"},"1221":{"id":"vehicle-details-motorsport-closed-course","ariaLabel":"","title":"Vehicle Details","description":"<p>Sanctioned instructor-led event.
2851Supervised closed-course driving with off-road safety equipment.
2852Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1222":{"id":"target-bb-f-150-lobo-as-shown ","ariaLabel":"","title":"As Shown Pricing","description":"<p>Preproduction model shown. 2025 F-150<sup>®</sup> STX model with F-150 Lobo<sup>™</sup> Package shown with pricing starting at $59,190.
2853Actual production vehicle may vary.
2854Available for retail order now at your local Ford Dealer.
2855Arriving Fall 2025.</p>\n"},"1223":{"id":"t2-honolulu-aiea-kahului-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Outer Banks® model shown.
2856Optional equipment shown. © 2025 Ford Motor Company.
2857Bronco is a trademark of Ford Motor Company or its affiliates.
2858All rights reserved.</p>\n"},"1224":{"id":"ask-your-dealer-disclaimer","ariaLabel":"","title":"*","description":"<p>*For important participation details and mileage limitations, please ask your dealer.</p>\n"},"1225":{"id":"asterisk-gaming-disclaimer","ariaLabel":"","title":"*","description":"<p>*Game only functions when vehicle is in park.</p>\n"},"1226":{"id":"fba-ford-roadside-assistance-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Ford Roadside Assistance is included for certain owners and available to everyone for a per service fee.
2859Ford reserves the right to change program details without obligations.</p>\n"},"1227":{"id":"t2-veterans-day-billboard","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
2860Ford Military Exclusive Cash Reward is available to all active, retirees, and all veteran military personnel of an eligible military branch, including their spouses/surviving spouses, and household members.
2861(PGM# 32892) Offers are available on the purchase or lease of an eligible new 2024/2025/2026 Ford vehicle.
2862Not available on Mustang Dark Horse<sup>®</sup>, Mustang<sup>®</sup> GTD, F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup> Raptor, Bronco<sup>®</sup> Raptor, Bronco Stroppe, and Ford GT™.
2863Vehicle eligibility may change at any time.
2864Dollar amounts may vary by market.
2865U.S. residents only.
2866For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 11/19/25.
2867Limit of five purchases or leases per household.
2868Offers are subject to dealer participation.
2869May not be used/combined with any other Ford private offer.
2870See an authorized Ford Dealer or go to www.fordrecognizesu.com for complete details and eligibility.
2871Customer&nbsp;may only claim one offer.
2872Offers are subject to confirmation of eligibility.</p>\n"},"1228":{"id":"t2-h2h-bronco-badlands","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.
2873Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1229":{"id":"t2-h2h-bronco-billboard","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available to current owners or lessees of ’95 model-year or newer Toyota® Brand-vehicle with valid proof of ownership.
2874Excludes Bronco® Raptor®&nbsp; and Bronco Stroppe models.
2875Trade-in not required.
2876Customer must have leased the eligible vehicle for a minimum of 30 days prior to the sale date of the new vehicle.
2877Must be a resident of Denver, Colorado only.
2878Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
2879See dealer for details.
2880Toyota is a registered trademark of Toyota Motor Corporation.</p>\n"},"1230":{"id":"2025-f-150-xlt-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150 XLT with optional equipment shown.
2881Max payload varies based on accessories and vehicle configuration.
2882See label on doorjamb for carrying capacity of a specific vehicle.
2883Always properly secure cargo.
2884Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1231":{"id":"max-towing-of-11600-lbs-available-f-150-crew-cab-6-5-box-4x4-available-3-5l-powerboost","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
2885When properly equipped.
2886Requires Tow/Haul Package and optional Max Tow Axle.
2887Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1232":{"id":"seating-disclaimer-transit-retail-2026","ariaLabel":"","title":"*","description":"<p>*Standard on XLT.</p>\n"},"1233":{"id":"2025 Maverick October","ariaLabel":"","title":"Important Offer Details","description":"<p>2025 Maverick Lobo model with optional equipment shown. $3,000 Bonus Customer Cash (PGM #11592, PGM #11594, PGM #90286).
2888Residency restrictions apply.
2889For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 11/3/25.
2890See dealer for qualifications and complete details.
2891(NAT)</p>\n"},"1234":{"id":"t2-tax-savings-billboard","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.
2892To qualify, vehicles must be used primarily for business purposes and must be placed in service in the tax year that the deduction is claimed.
2893This information does not constitute tax or legal advice.
2894Customers should consult with their own tax or legal professional.</p>"},"1235":{"id":"f-150-platinum-plus-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.
2895When properly equipped.
2896Requires Tow/Haul Package and optional Max Tow Axle.
2897Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1236":{"id":"2025-ranger-lariat-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.</p>\n"},"1237":{"id":"bronco-h2h-4runner-billboard","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available to current owners or lessees of ’95 model-year or newer Toyota® Brand-vehicle with valid proof of ownership.
2898Excludes Bronco® Raptor® and Bronco Stroppe models.
2899Trade-in not required.
2900Customer must have leased the eligible vehicle for a minimum of 30 days prior to the sale date of the new vehicle.
2901Residency restrictions apply.
2902Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
2903See dealer for details.
2904Toyota is a registered trademark of Toyota Motor Corporation.</p>\n"},"1238":{"id":"t2-veterans-day-cash","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
2905Ford Military Exclusive Cash Reward is available to all active, retirees, and all veteran military personnel of an eligible military branch, including their spouses/surviving spouses, and household members.
2906(PGM# 32892) Offers are available on the purchase or lease of an eligible new 2024/2025/2026 Ford vehicle.
2907Not available on Mustang Dark Horse®, Mustang® GTD, F-150® Raptor®, Ranger® Raptor, Bronco® Raptor, Bronco Stroppe, and Ford GT™.
2908Vehicle eligibility may change at any time.
2909Dollar amounts may vary by market.
2910U.S. residents only.
2911For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 11/19/25.
2912Limit of five purchases or leases per household.
2913Offers are subject to dealer participation.
2914May not be used/combined with any other Ford private offer.
2915See an authorized Ford Dealer or go to <a href=\"https://www.fordrecognizesu.com/\">Ford Recognition Programs</a>&nbsp;for complete details and eligibility.
2916Customer may only claim one offer.
2917Offers are subject to confirmation of eligibility.</p>\n"},"1239":{"id":"vehicle-modified-for-racing-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Vehicle modified for racing shown.
2918Professional driver with special safety equipment.
2919Closed course.
2920Do not attempt.</p>\n"},"1240":{"id":"t2-tax-savings-tax-message","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.
2921To qualify, vehicles must be used primarily for business purposes and must be placed in service in the tax year that the deduction is claimed.
2922This information does not constitute tax or legal advice.
2923Customers should consult with their own tax or legal professional.&nbsp;</p>\n"},"1241":{"id":"t2-tax-savings-new-vehicle-quality","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.
2924To qualify, vehicles must be used primarily for business purposes and must be placed in service in the tax year that the deduction is claimed.
2925This information does not constitute tax or legal advice.
2926Customers should consult with their own tax or legal professional.</p>\n"},"1242":{"id":"t2-tax-service-propower-onboard","ariaLabel":"","title":"Disclosure","description":"<p>See owner’s manual for important operating instructions.</p>\n"},"1243":{"id":"t2-tax-savings-service","ariaLabel":"","title":"*","description":"<p>*Ford Pro<sup>™</sup> Mobile Service available in select locations.</p>\n"},"1244":{"id":"t2-hompage-veterans-first-responders","ariaLabel":"","title":"*","description":"<p>First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
2927Ford Military Exclusive Cash Reward is available to all active, retirees, and all veteran military personnel of an eligible military branch, including their spouses/ surviving spouses, and household members.
2928(PGM# 32892) Offers are available on the purchase or lease of an eligible new 2024/2025/2026 Ford vehicle.
2929See an authorized Ford Dealer or go to&nbsp;<a href=\"https://www.fordrecognizesu.com/\">Ford Recognition Programs</a> for complete details and eligibility.
2930Customer may only claim one Cash Reward.
2931Offers are subject to confirmation of eligibility.</p>\n"},"1245":{"id":"t2-veterans-day","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
3077Offers are subject to confirmation of eligibility.</p>\n"},"1313":{"id":"2025broncosportbuterbanksmodelwiththesasquatchpackageshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with the Sasquatch<sup>®</sup> Package shown.</p>\n"},"1314":{"id":"3-0-supercharger-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>3.0 Supercharger Kit</p>\n"},"1315":{"id":"max-1200-torque-attributes-bar-sd","ariaLabel":"","title":"*","description":"<p>*Max 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.2944Offers are subject to confirmation of eligibility.</p>\n"},"1246":{"id":"secondAndThirdRowSeats","ariaLabel":"","title":"Disclaimer","description":"<p>With the second- and third-row seats folded down.</p>\n"},"1247":{"id":"2asterisks-pre-collision-assist-with-automatic-emergency","ariaLabel":"","title":"**","description":"<p>**Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.</p>"},"1248":{"id":"dagger-if-stop-is-longer-than-three-seconds-the-driver-must-intervene","ariaLabel":"","title":"†","description":"<p>†If stop is longer than three seconds, the driver must intervene and press the “RES” button or accelerator pedal to resume system operation.
3078Class is FullSize Pickups over 8,500 lbs GVWR.2945For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s FordPass<sup>®</sup> Connect modem and enabling Connected Navigation services.
3079Based on current publicly available competitive information.2946See Owner’s Manual for details and limitations.</p>\n"},"1249":{"id":"CargoAndLoadCapacityLimited","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.
3080Torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.2947Properly secure all cargo.</p>\n"},"1250":{"id":"DiscMaxPayF-150-2-235","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,235 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
3081Your results may vary.</p>\n"},"1316":{"id":"t2-cc-f150-leadership-img","ariaLabel":"t2-cc-f150-leadership-img","title":"Image Details","description":"<p>Optional equipment and extra-cost color options shown.</p>\n"},"1317":{"id":"cargo-and-load-capacity-02","ariaLabel":"","title":"††","description":"<p>††Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1318":{"id":"black-lug-nut-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nut Kit</p>\n<p>Blend in but don’t back down.2948Max payload varies and is based on accessories and vehicle configuration.
3082Keep your wheels secure with lugs that complement the burnished trim.2949See label on doorjamb for carrying capacity of a specific vehicle.
3083The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"1319":{"id":"important-details-america-s-best-selling-truck","ariaLabel":"","title":"Important Details","description":"<p>Based on 1977–2024 industry-reported total sales.</p>\n"},"1320":{"id":"Non-angled parking spaces","ariaLabel":"","title":"*","description":"<p>*Non-angled parking spaces.2950Always properly secure cargo.</p>\n"},"1251":{"id":"DiscMaxPayF-150-12-800","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,800 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.
3084Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.2951When properly equipped.
3085It does not replace safe driving.2952Requires Tow/Haul Package and optional Max Tow Axle.
3086See Owner’s Manual for details and limitations.</p>\n"},"1321":{"id":"Optional-equipment-shown-bronco-2026-image-details","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.2953Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1252":{"id":"2dagger-intersection-assist-does-not-detect-all-vehicles-in-intersections","ariaLabel":"","title":"††","description":"<p>††Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.</p>\n"},"1253":{"id":"disclaimer-full-sized-pickups","ariaLabel":"","title":"*","description":"<p>*Class is Full-Sized Pickups under 8,500 lbs.
3087Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1322":{"id":"t2-truck-month-pickup-delivery","ariaLabel":"t2-truck-month-pickup-delivery","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2954GVWR.</p>\n"},"1254":{"id":"image-details-off-roading-modal-2026-f150","ariaLabel":"","title":"Image Details","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1255":{"id":"DiscMaxPayF-150-11-600","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,600 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hyrbid V6 engine.
2955When properly equipped.
2956Requires Tow/Haul Package and optional Max Tow Axle.
2957Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1256":{"id":"2025-mach-e-optional-extra-color","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E GT shown with optional equipment and extra-cost color option.</p>\n"},"1257":{"id":"2025-f150-wave-bb-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $75,097<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup>. 2025 F-150<sup>®</sup> Lariat High with the optional bed utility package.</p>\n"},"1258":{"id":"2025-ford-bronco-big-bend-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.</p>\n"},"1259":{"id":"wave-1-perfo-mkt-2025-bronco-durability","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"1260":{"id":"2025-bronco-badlands-optional-equipment-cargo-and-load-capacity-limited","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"1261":{"id":"wave-1-perfo-mkt-2025-bronco-durability-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.
2958Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1262":{"id":"2025-f150-teaser-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
2959Requires Tow/Haul Package and optional Max Tow Axle.
2960Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1263":{"id":"wave-2025-f150-image-details","ariaLabel":"","title":"Image Details","description":"<p>Available Ford Accessories shown.
2961Max payload varies based on accessories and vehicle configuration.
2962See label on doorjamb for carrying capacity of a specific vehicle.
2963Always properly secure cargo.</p>\n"},"1264":{"id":"2025-bronco-badlands-model-with-extra-cost-color-option-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1265":{"id":"2025-mme-model-year-gt-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT shown with optional equipment and extra-cost color option.
2964Computer-generated image shown.</p>\n"},"1266":{"id":"2025-mme-model-year-premium-option","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E Premium shown with extra-cost color option.
2965Computer-generated image shown.</p>\n"},"1267":{"id":"2025-mme-epa-range-320","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range of 320 miles based on full charge.
2966Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1268":{"id":"as-shown-price-2026-ford-transit-xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $71,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Transit® XLT model shown in Race Red with optional equipment shown.</p>\n"},"1269":{"id":"homepage-rv-experiences-mme-lux-billboard-exp-id-3211","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>. 2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.
2967Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1270":{"id":"homepage-rv-experiences-mme-lux-2up-exp-id-3211","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment.
2968Computer-generated image shown.</p>\n"},"1271":{"id":"target-disclaimer-f-150-lightning-home-properly-equipped","ariaLabel":"","title":"*","description":"<p>When home is properly equipped and home transfer switch disconnects home from the grid.
2969Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> with the extended-range battery.
2970Your results may vary based on energy usage.</p>\n"},"1272":{"id":"homepage-rv-experiences-mme-lux-carousel-exp-id-3211","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.
2971Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2972Computer-generated image shown.</p>\n"},"1273":{"id":"DiscWaysToSaveOfferInfo","ariaLabel":"","title":"Important Offer Details","description":"<p>First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
2973Ford Military Exclusive Cash Reward is available to all active, retirees, and all veteran military personnel of an eligible military branch, including their spouses/surviving spouses, and household members.
2974(PGM# 32892) Offers are available on the purchase or lease of an eligible new 2024/2025/2026 Ford vehicle.
2975Not available on Mustang Dark Horse<sup>®</sup>, Mustang<sup>®</sup> GTD, F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup> Raptor, Bronco<sup>®</sup> Raptor, Bronco Stroppe, and Ford GT<sup>™</sup>.
2976Vehicle eligibility may change at any time.
2977Dollar amounts may vary by market.
2978U.S. residents only.
2979For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 11/19/25.
2980Limit of five purchases or leases per household.
2981Offers are subject to dealer participation.
2982May not be used/combined with any other Ford private offer.
2983See an authorized Ford Dealer or go to <a href=\"https://www.fordrecognizesu.com#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\">www.fordrecognizesu.com</a> for complete details and eligibility.
2984Customer may only claim one offer.
2985Offers are subject to confirmation of eligibility.</p>\n"},"1274":{"id":"2025-bronco-badlands-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown. </p>\n"},"1275":{"id":"disclaimer-torque-ratings-sae-j1349","ariaLabel":"","title":"*","description":"<p>*Torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
2986Your results may vary.</p>\n"},"1276":{"id":"target-disclaimer-mustang-fastback-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> GT Fastback model with optional equipment and extra-cost color option shown. 2026 Ford Mustang<sup>®</sup> GT Premium Convertible model with optional equipment and extra-cost color option shown.</p>\n"},"1277":{"id":"target-disclaimer-bronco-sport-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1278":{"id":"image-details-2026-f-150-platinum","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.</p>\n"},"1279":{"id":"max-payload-vhp-2026-f150","ariaLabel":"","title":"†","description":"<p>†Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.
2987Max payload varies and is based on accessories and vehicle configuration.
2988See label on door jamb for carrying capacity of a specific vehicle.
2989Always properly secure cargo.</p>\n"},"1280":{"id":"image-details-gallery-2026-f150","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> STX<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color shown.</p>\n"},"1281":{"id":"image-details-gallery-2026-f150-2","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Platinum<sup>®</sup> Plus with optional equipment shown.</p>\n"},"1282":{"id":"image-details-gallery-2026-f150-3","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Raptor R model shown.</p>\n"},"1283":{"id":"image-details-gallery-2026-f150-4","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Raptor R with extra-cost color shown.</p>\n"},"1284":{"id":"f150-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>2025 F-150<sup>®</sup> XLT model with optional equipment shown.<b></b></p>\n<p><b>&nbsp;</b></p>\n<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup>&nbsp;V6 engine.
2990When properly equipped.
2991Requires Tow/Haul Package and optional Max Tow Axle upgrade.
2992Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1285":{"id":"image-details-gallery-2026-f150-5","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color shown.
2993Always properly secure cargo.</p>\n"},"1286":{"id":"explorer-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>*85.8 cubic feet on Active and ST-Line, 85.3 on Platinum (shown) and ST models.
2994Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1287":{"id":"image-details-gallery-2026-f150-6","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> XLT model shown.</p>\n"},"1288":{"id":"mache-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>*2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
2995See your dealer for current inventory status.</p>\n<p>&nbsp;</p>\n<p>**Compatible Android™ or iPhone with compatible active data plan and software required.
2996Wireless use of Android Auto™ requires a compatible Android 11.0+ phone and compatible active data plan.
2997Check g.co/androidauto/requirements for compatibility.
2998SYNC<sup>®</sup> 4 does not control third-party products while in use.
2999Third parties are solely responsible for their respective functionality.
3000Google, Android, Android Auto, Google Maps and other marks are trademarks of Google LLC.
3001Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"1289":{"id":"DiscTargetAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $78,1158. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
3002Max payload varies based on accessories and vehicle configuration.
3003See label on doorjamb for carrying capacity of a specific vehicle.
3004Always properly secure cargo.
3005Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.​</p>\n"},"1290":{"id":"pickup-delivery-event","ariaLabel":"","title":"Disclosure","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3089A nonoperational vehicle is not eligible and will require a Roadside event.</p>\n"},"1323":{"id":"vd-bluecruise-ownermanual","ariaLabel":"","title":"Video Details","description":"<p>Available feature.3007A nonoperational vehicle is not eligible and will require a Roadside event.</p>\n"},"1291":{"id":"mobile-service-event","ariaLabel":"","title":"Disclosure","description":"<p class=\"MsoNormal\"><span style=\"font-size: 11.0pt;\">*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3090BlueCruise requires an active plan or trial – see <a href=\"https://www.ford.com/bluecruise/\">ford.com/bluecruise</a> for details.3008Does not include parts or repair charges. </span></p>\n"},"1292":{"id":"bluecruise-event","ariaLabel":"","title":"Disclosure","description":"<p>Available feature on select vehicles.
3009BlueCruise requires an active plan or trial – see <a href=\"http://ford.com/bluecruise\">ford.com/bluecruise</a> for details.
3095See Owner’s Manual for details and limitations.</p>\n"},"1324":{"id":"consumer-reports","ariaLabel":"","title":"Disclaimer","description":"<p>Consumer Reports does not endorse products or services.</p>\n"},"1325":{"id":"T2-compare-expedition-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> MAX Platinum<sup>® </sup>model with optional equipment and extra-cost color option shown.3014See Owner’s Manual for details and limitations.</p>\n"},"1293":{"id":"lifestyle-event","ariaLabel":"","title":"Disclosure","description":"<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.
3096Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1326":{"id":"disclosure-black-appearance-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® Lariat® with Black Appearance Package and extra-cost color option shown.</p>\n"},"1327":{"id":"t2-h2h-26-bronco-camera-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional features shown.3015Max payload varies based on accessories and vehicle configuration.
3097Driver-assist equipment is supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.3016See label on doorjamb for carrying capacity of a specific vehicle.
3017Always properly secure cargo.</p>\n"},"1294":{"id":"defy-limits","ariaLabel":"","title":"Disclosure","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color option shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
3018See your dealer for current inventory status.&nbsp;</p>\n"},"1295":{"id":"adapt-conquer","ariaLabel":"","title":"Disclosure","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown. 2025 Bronco<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.
3019Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1296":{"id":"image-details-prototype-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown, modified for racing.
3020Professional driver with special safety equipment.
3021Closed course.
3022Do not attempt.</p>\n"},"1297":{"id":"disclaimer-max-towing-12,800-f150","ariaLabel":"","title":"†","description":"<p>†Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with available 5.0L V8 engine.
3023When properly equipped.
3024Requires Tow/Haul Package and optional Max Tow Axle.
3025Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1298":{"id":"ranger xl model page","ariaLabel":"","title":"Image Details","description":"<p>Lariat<sup>®</sup> model.
3026Optional equipment shown.</p>\n"},"1299":{"id":"disclaimer-max-payload-2,440-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,775 lbs available on F-150® Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost® V6 engine.
3027Max payload varies based on accessories and vehicle configuration.
3028See label on doorjamb for carrying capacity of a specific vehicle.
3029Always properly secure cargo.</p>\n"},"1300":{"id":"disclaimer-max-payload-of-2,235-f150","ariaLabel":"","title":"†","description":"<p>†Max payload of 2,235 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
3030Max payload varies based on accessories and vehicle configuration.
3031See label on doorjamb for carrying capacity of a specific vehicle.
3032Always properly secure cargo.</p>\n"},"1301":{"id":"disclaimer-available-lariat-model","ariaLabel":"","title":"*","description":"<p>*Available on the Lariat<sup>®</sup> model.</p>\n"},"1302":{"id":"DiscAsShownPriceRanger2025MDP","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> XL model shown.</p>\n<p>$33,350 (does not include D&amp;D fees).</p>\n"},"1303":{"id":"ranger-standard-lariat-raptor","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat<sup>®</sup> and Ranger<sup>®</sup> Raptor<sup>®</sup> models.</p>\n"},"1304":{"id":"standard-ranger-raptor-model","ariaLabel":"","title":"*","description":"<p>*Standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1305":{"id":"ranger-convenience-package","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for important operating instructions.
3033Available with the Convenience Package on XLT and Lariat<sup>®</sup> models.
3034Standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1306":{"id":"DiscMaverickTremor2026MaxPayload","ariaLabel":"","title":"Video Details","description":"<p>2026 Maverick Tremor model with available equipment and extra cost colors shown.<br>\n<br>\nMax payload varies based on accessories and vehicle configuration.
3035See label on doorjamb for carrying capacity of a specific vehicle.
3036Always properly secure cargo.</p>\n"},"1307":{"id":"disclaimer-max-payload-of-2,235-f150-1","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,235 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x2 with 5.0L V8 engine.
3037Max payload varies based on accessories and vehicle configuration.
3038See label on doorjamb for carrying capacity of a specific vehicle.
3039Always properly secure cargo.</p>\n"},"1308":{"id":"explorer-platinum-model-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Platinum<sup>™</sup> model with optional equipment shown.</p>\n"},"1309":{"id":"ranger-power-moonroof-available","ariaLabel":"","title":"*","description":"<p>*Power Moonroof (incl.
3040Power-Sliding Rear Window) is available on XLT and Lariat.</p>\n"},"1310":{"id":"bronco-outer-banks-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"1311":{"id":"ranger-convenience-package-xlt-and-lariat","ariaLabel":"","title":"*","description":"<p>*Available with the Convenience Package on XLT and Lariat<sup>®</sup> models.</p>\n"},"1312":{"id":"disclaimer-max-payload-of-2,235-f150-2","ariaLabel":"","title":"††","description":"<p>††Max payload of 2,235 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
3041Max payload varies based on accessories and vehicle configuration.
3042See label on doorjamb for carrying capacity of a specific vehicle.
3043Always properly secure cargo.</p>\n"},"1313":{"id":"raptor disclaimer faq","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> Raptor<sup>®</sup> truck.
3044When properly equipped.
3045Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1314":{"id":"ranger disclaimer faq 2","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Raptor<sup>®</sup> Crew Cab 4x4 with 3.0L EcoBoost<sup>®</sup> V6 engine.
3046Max payload varies based on accessories and vehicle configuration.
3047See label on doorjamb for carrying capacity of a specific vehicle.
3048Always properly secure cargo.</p>\n"},"1315":{"id":"t2-25-bronco-big-bend","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Big Bend model shown.
3049Optional equipment shown. © 2025 Ford Motor Company.
3050Bronco is a trademark of Ford Motor Company or its affiliates.
3051All rights reserved.</p>\n"},"1316":{"id":"DiscAsShownPriceRangerLARIAT25","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n<p>$43,775 (does not include D&amp;D fees).</p>\n"},"1317":{"id":"DiscWirelessChargingPad","ariaLabel":"","title":"*","description":"<p>*Available Qi wireless charging may not be compatible with all mobile phones.
3052Lariat<sup>®</sup> model shown.
3053Available with the Convenience Package.</p>\n"},"1318":{"id":"DiscHeadlampsAndTaillamps","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.
3054Extra-cost color shown.
3055Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty and use appropriate safety gear.</p>\n"},"1319":{"id":"disclaimer-max-payload-of-1,740-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,740 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with 3.5L PowerBoost<sup>®</sup> engine.
3056Max payload varies based on accessories and vehicle configuration.
3057See label on doorjamb for carrying capacity of a specific vehicle.
3058Always properly secure cargo.</p>\n"},"1320":{"id":"explorer-st-extra-color-option","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST with extra-cost color shown.</p>\n"},"1321":{"id":"t2-tax-savings-jd-power","ariaLabel":"","title":"Disclosure","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit jdpower.com/awards.
3059Study evaluated consumer experiences only.
3060Awards based on 2025 model year.
3061Newer models may be shown.</p>\n"},"1322":{"id":"4g-not-available-averywhere-disclaimer","ariaLabel":"","title":"*","description":"<p>*4G not available everywhere.
3062Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1323":{"id":"front-and-rear-camera-disclaimer","ariaLabel":"","title":"*","description":"<p>*Front Cameras operate at speeds up to 13mph.
3063Rear cameras only operate at speeds under six miles per hour.</p>\n"},"1324":{"id":"DiscAsShownPrice2025Raptor","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with extra-cost color option shown.</p>\n<p>$56,465 (does not include D&amp;D fees).</p>\n"},"1325":{"id":"DiscFoxLiveValveShocks2025","ariaLabel":"","title":"*","description":"<p>*FOX<sup>™</sup> and Live Valve are registered trademarks of FOX Factory, Inc.</p>\n"},"1326":{"id":"Disc360-DegreeCamera2025","ariaLabel":"","title":"*","description":"<p>*Front Cameras operate at speeds up to 13mph.
3064Rear cameras only operate at speeds under six miles per hour.
3065Ranger<sup>®</sup> XLT model shown.</p>\n"},"1327":{"id":"bronco-outer-banks-optional-equipment-color","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"1328":{"id":"disclaimer-max-towing-of-8,200-f150","ariaLabel":"","title":"**","description":"<p>**Max towing of 8,200 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.
3066When properly equipped.
3067Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1329":{"id":"disclaimer-max-payload-of-1,400-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.
3068Max payload varies based on accessories and vehicle configuration.
3069See label on doorjamb for carrying capacity of a specific vehicle.
3070Always properly secure cargo.</p>\n"},"1330":{"id":"ImageDetailsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Extra cost color, available accessories, and optional equipment shown.</p>\n"},"1331":{"id":"AvailableEcoBoostEngine","ariaLabel":"","title":"*","description":"<p>Available with the 2.0L EcoBoost<sup>®</sup> engine.</p>\n"},"1332":{"id":"2025MaverickFX4","ariaLabel":"","title":"Image Details","description":"<p>2025 Maverick<sup>®</sup> FX4 Package with available accessories and optional equipment shown.
3071Extra-cost color.<br>\nMax payload varies based on accessories and vehicle configuration.
3072See label on doorjamb for carrying capacity of a specific vehicle.
3073Always properly secure cargo.</p>\n"},"1333":{"id":"DiscExtraCostColorShown","ariaLabel":"","title":"Image Details","description":"<p>Extra cost color shown.</p>\n"},"1334":{"id":"DiscRanger2025LariatModel","ariaLabel":"","title":"Vehicle Details","description":"<p>Lariat<sup>®</sup> model shown.</p>\n"},"1335":{"id":"disclaimer-max-towing-of-11600-f150","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
3074When properly equipped.
3075Requires Tow/Haul Package and optional Max Tow Axle.
3076Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1336":{"id":"t2-homepage-f150","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® XLT model shown.
3077Optional equipment shown. © 2025 Ford Motor Company.
3078F-150 is a trademark of Ford Motor Company or its affiliates.
3079All rights reserved.</p>\n"},"1337":{"id":"disclaimer-max-towing-of-12800-f150","ariaLabel":"","title":"††","description":"<p>††Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with available 5.0L V8 engine.
3080When properly equipped.
3081Requires Tow/Haul Package and optional Max Tow Axle.
3082Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1338":{"id":"DiscVehicleDetailsRanger2025","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> XLT model shown.</p>\n"},"1339":{"id":"mustang-mach-e-extra-cost-color-option","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with extra-cost color shown.</p>\n"},"1340":{"id":"ranger XLT","ariaLabel":"","title":"**","description":"<p>**Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3101Front Cameras operate at speeds up to 13mph.3086For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1341":{"id":"ranger XLT 2","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1342":{"id":"target-maverick-lobo-optional","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lobo<sup>™</sup> truck with optional equipment shown.</p>\n"},"1343":{"id":"target-maverick-lariat-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
3102Rear cameras only operate at speeds under six miles per hour.&nbsp;</p>\n"},"1328":{"id":"DisclosureSTXAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Standard on XL model.</p>\n"},"1329":{"id":"dc-distance-blueoval-charge-network","ariaLabel":"","title":"**","description":"<p>**Distance to DC fast chargers within the BlueOval<sup>™</sup> Charge Network based on 2024 U.S. Department of Transportation Statistics and TomTom software data from Off-Peak Q1 2024 dataset, Class 1 and 2 roads in the contiguous United States.</p>\n"},"1330":{"id":"image-details-professional-driver-off-roading","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1331":{"id":"T2-compare-2024-bronco-1","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Heritage Limited Edition model shown.&nbsp;</p>\n"},"1332":{"id":"2026-mustang-mach-e-packages-5","ariaLabel":"","title":"**","description":"<p>**Front cameras operate at speeds up to 13 MPH.3087Max payload varies based on accessories and vehicle configuration.
3103Rear cameras only operate at speeds under 6 MPH.</p>\n"},"1333":{"id":"connected-navigation-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Connected Navigation is included for 3 years.3088See label on doorjamb for carrying capacity of a specific vehicle.
3104After Connected Navigation 3-year inclusion expires, Connected Navigation is only available as part of the Ford Connectivity Package.</p>\n"},"1334":{"id":"details-2025-bronco-driverassist-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional features shown.3089Always properly secure cargo.</p>\n"},"1344":{"id":"target-maverick-lariat-equipment-towing","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment, extra-cost color, and available Ford Accessories shown.
3105Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.3090When properly equipped.
3091Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1345":{"id":"always-consult-the-owners-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.
3092Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1346":{"id":"target-maverick-xlt-payload","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment shown.
3093Max payload varies based on accessories and vehicle configuration.
3094See label on doorjamb for carrying capacity of a specific vehicle.
3095Always properly secure cargo.</p>\n"},"1347":{"id":"max-500-horsepower-sd-target","ariaLabel":"","title":"**","description":"<p>**Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
3096Class is Full-Size Pickups over 8,500 lbs GVWR.
3097Based on current publicly available competitive information.
3098Horsepower ratings based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
3099Your results may vary.</p>\n"},"1348":{"id":"target-bronco-sport-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1349":{"id":"2025-ranger-lariat-model-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
3100Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1350":{"id":"target-ranger-lariat-equipment-towing","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.
3101When properly equipped.
3102Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1351":{"id":"2026-superduty-regular-cab-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL Regular Cab model shown.
3103When properly equipped.
3104Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1352":{"id":"target-bronco-badlands-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.</p>\n"},"1353":{"id":"2025-ranger-xlt-model-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.
3105Max payload varies based on accessories and vehicle configuration.
3106See label on doorjamb for carrying capacity of a specific vehicle.
3107Always properly secure cargo.</p>\n"},"1354":{"id":"Lariat ranger","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>"},"1355":{"id":"image-details-2026-sd-f450-regular-cab","ariaLabel":"","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL Regular Cab model shown.</p>\n"},"1356":{"id":"based-on-s-and-p-global-mobility","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility Total US total Vehicles in Operation (VIO) as of 7/1/25 for Model Years 2015 to 2025 vs. total New Registrations of those vehicles.</p>\n"},"1357":{"id":"2026-superduty-f350-xl-regular-cab","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> F-350<sup>®</sup> XL Regular Cab model shown.
3108Max payload varies based on accessories and vehicle configuration.
3109See label on doorjamb for carrying capacity of a specific vehicle.
3110Always properly secure cargo.</p>\n"},"1358":{"id":"cpo-rtm-truck-audiences-4-vhp-f150","ariaLabel":"","title":"Image Details","description":"<p>Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3111When properly equipped.
3112Requires Tow/Haul Package and Max Tow Axle upgrade.
3113Max towing varies and is based on accessories and vehicle configuration.
3114Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"1359":{"id":"2026-superduty-lariat-drw-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> DRW model with extra-cost color option shown.</p>\n"},"1360":{"id":"bluecruise-trial-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>Available feature on BlueCruise-equipped vehicles.
3115BlueCruise requires a Connected Services plan and modem activation.
3116BlueCruise driver-assist features can be activated in hands-free Blue Zones and do not replace safe driving and driver’s need to control the vehicle.
3117See&nbsp;<a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a>&nbsp;for more details on available plans and hands-free models.</p>\n"},"1361":{"id":"removal-of-doors-disclaimer","ariaLabel":"","title":"*","description":"<p>*Removal of doors for off-road use only.
3118See your Owner’s Manual for detailed information.</p>\n"},"1362":{"id":"as-shown-pricing-2","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $63,435<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Transit high-roof extended length XLT Passenger model with optional equipment shown.
3119When properly equipped.
3120Requires Heavy-Duty Trailer Tow Package.
3121Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br></p>"},"1363":{"id":"2026-bronco-sport-outer-banks-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.
3122Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1364":{"id":"2026-maverick-xlt-pickup-with-optional-equipment-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> XLT pickup with optional equipment shown.
3123Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1365":{"id":"2025-f150-platinum-plus-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.
3124When properly equipped.
3125Requires Tow/Haul Package and optional Max Tow Axle.
3126Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1366":{"id":"disclaimer-see-owner-s-manual","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for proper operating instructions.</p>\n"},"1367":{"id":"disclaimer-ford-security-package-f150","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford App, modem activation, and an activated plan.
3127Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
3128Available on select 2024–2026 F-150 (excluding F-150 Lightning) and 2024–2026 Super Duty trucks.
3129Requires vehicle connectivity and a connected mobile device with enabled push notifications.
3130Terms apply.
3131Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1368":{"id":"cpo-rtm-truck-audiences-4-vhp-f150-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition<sup>®</sup> Platinum<sup>®</sup> model with optional features and extra-cost color option shown.</p>\n"},"1369":{"id":"cpo-rtm-truck-audiences-4-vhp-f150-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1370":{"id":"image-details-max-towing-of-13500-f150","ariaLabel":"","title":"Image Details","description":"<p>Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3132Class is full-sized trucks under 8,500 lbs GVWR.
3133When properly equipped.
3134Requires Tow/Haul Package and optional Max Tow Axle.
3135Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1371":{"id":"disclaimer-max-payload-f150","ariaLabel":"","title":"*","description":"<p>*Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.
3136Max payload varies based on accessories and vehicle configuration.
3137See label on door jamb for carrying capacity of a specific vehicle.
3138Always properly secure cargo.</p>\n"},"1372":{"id":"offer-details-disclaimer-homepage-yese","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.&nbsp;</p>\n<p>Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.
3139Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.
3140Customer can defer first payment up to 90 days.
3141Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3142Deferred first payment not allowed in Pennsylvania on APRs higher than 0%.
3143For APRs other than 0%, finance charges continue to accrue during deferral period.
3144All offers exclude Mustang<sup>®</sup> Dark Horse<sup>™</sup>, Mustang GTD<sup>®</sup>, F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup> Raptor, Ford GT<sup>™</sup>, Bronco<sup>®</sup> Raptor, and Bronco Stroppe.
3145For all offers take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3146See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
3147Please contact your Ford Dealer for the most current inventory status.</p>\n<p>&nbsp;</p>\n"},"1373":{"id":"offer-details-disclaimer-1-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
3148Payments may vary; dealer determines price.
3149Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
3150Lessee has option to purchase at lease-end at price negotiated at signing.
3151For 2025 Bronco Sport<sup>™</sup> Big Bend<sup>™</sup>, cash due at signing is after $1,000 RCL Cash.
3152For 2025 Escape Active<sup>™</sup> FWD, cash due at signing is after $4,500 cash back ($1,000 RCL Cash + $3,500 Bonus Cash).
3153For 2025 Mustang<sup>™</sup> EcoBoost<sup>™</sup> 100A, cash due at signing is after $1,000 RCL Cash.
3154For 2025 Mustang Mach-E<sup>™</sup> Select RWD, cash due at signing is after $8,250 cash back ($6,250 RCL Cash + $2,000 Open Bonus Cash).
3155For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.
3156See dealer for qualifications and details. 2025 Mustang Mach-E inventory may be limited and may vary by location.
3157Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1374":{"id":"offer-details-disclaimer-2-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
3158Payments may vary; dealer determines price.
3159Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
3160Lessee has option to purchase at lease-end at price negotiated at signing.
3161For 2025 Bronco<sup>™</sup> Big Bend<sup>™</sup> 4DR 4x4 222A, cash due at signing is after $1,000 RCL Cash.
3162For 2025 Explorer<sup>™</sup> Active 4WD with Comfort Pkg., cash due at signing is after $2,500 Cash back ($1,500 Bonus Cash + $1,000 RCL Cash).
3163For 2025 Ranger<sup>™</sup> XLT, cash due at signing is after $2,000 Open Bonus Cash.
3164For 2025 F-150<sup>®</sup> STX<sup>®</sup> SuperCrew<sup>®</sup> 4x4 2.7L EcoBoost<sup>™</sup>, cash due at signing is after $1,750 RCL Cash.
3165For 2025 F-150<sup>™</sup> Lightning<sup>™</sup> XLT, cash due at signing is after $11,000 Cash back ($9,000 RCL Cash + $2,000 Bonus Cash).
3166For 2025 Mustang<sup>™</sup> GT coupe Auto Trans 300A, cash due at signing is after $2,000 RCL Cash back.
3167Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.
3168See dealer for qualifications and details.
3169See your dealer for a complete list of coverage details and limitations.</p>\n"},"1375":{"id":"Sell down disclaimer","ariaLabel":"","title":"*","description":"<p>*Retail customer cash offer of $7,000 Retail Customer Cash (PGM #11610).
3170Excludes Transit Wagon.
3171U.S. residents only.
3172Take new retail delivery from an authorized Ford Dealer’s stock by 12/1/2025.
3173See dealer for details.<br></p>"},"1376":{"id":"bronco-runner-compare","ariaLabel":"","title":"Image details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty,and use appropriate safety gear.</p>\n"},"1377":{"id":"as-shown-price-2026-transit","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $68,990<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Transit high-roof extended length XLT Passenger model with optional equipment shown.
3174When properly equipped.
3175Requires Heavy-Duty Trailer Tow Package.
3176Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1378":{"id":"t2-yese-disclaimer","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® limited-term financing.
3177Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.
3178Customer can defer first payment up to 90 days.
3179Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3180Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3181For APRs other than 0%, finance charges continue to accrue during deferral period.
3182All offers exclude Mustang® Dark Horse™, Mustang GTD®, F-150® Raptor®, Ranger® Raptor, Ford GT™, Bronco® Raptor, and Bronco Stroppe.
3183For all offers take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3184See dealer for qualifications and complete details. 2025 Mustang Mach-E® SUV inventory may be limited and may vary by location.
3185Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1379":{"id":"ford-security-package-requires-the-ford-app","ariaLabel":"","title":"*","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.
3186Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
3187Requires vehicle connectivity and a connected mobile device with enabled push notifications.
3188Not available in U.S. territories.
3189Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1380":{"id":"2026-us-bronco-sport-vhp","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.
3190Computer-generated imagery.
3191Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1381":{"id":"the-super-duty-tremor-offroad-package-is-available-on-f250-and-f350-series","ariaLabel":"","title":"*","description":"<p>*The Super Duty Tremor<sup>®</sup> Off-Road Package is available on F-250<sup>®</sup> and F-350<sup>®</sup>&nbsp;SRW series and for the XLT, Lariat<sup>®</sup>, King Ranch<sup>®</sup>, and Platinum<sup>®</sup> models.
3192This package requires the 4x4 drivetrain, single rear wheel, and is not compatible with the 6.8L 2V DEVCT NA PFI V8 gas engine.</p>\n"},"1382":{"id":"430-horsepower-and-485-lbft-of-torque-based-on-73l-v8-gas-engine-super-duty-lariat","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb-ft of torque based on 7.3L V8 gas engine.
3193Class is Full-Size Pickups over 8,500 lbs GVWR.
3194Horsepower and torque ratings based on testing requirements prescribed in SAE J1349<sup>®</sup> standard.
3195Your results may vary.
3196When properly equipped.
3197Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1383":{"id":"2025-f-150-lightning-flash-model-extracost-computer-generated","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with extra-cost color option shown.
3198Computer-generated image shown.</p>\n"},"1384":{"id":"available-only-for-ford-f-150-lightning-and-mustang-mach-e-owners","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.
3199Message and Data Rates May Apply.
3200By texting, you agree to receive text messages.
3201Text HELP for information.
3202Text STOP to cancel.
3203Privacy Policy at www.ford.com/help/privacy/.
3204Customer must agree to terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.
3205Not available on select holidays.
3206See your Ford dealer for details.</p>\n"},"1385":{"id":"t2-yese-mainevent","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3207Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3208See dealer for qualifications, and details.
3209Customer can defer first payment up to 90 days.
3210Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3211Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3212For APRs other than 0%, finance charges continue to accrue during deferral period.
3213All offers exclude: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, E-Transit® and Transit®.&nbsp;For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3214See dealer for qualifications and complete details.</p>\n"},"1386":{"id":"2025-ranger-lariat-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.
3215When properly equipped.
3216Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1387":{"id":"class-2-trailer-tow-package-disc","ariaLabel":"","title":"*","description":"<p>*When equipped with the Class II Trailer Tow Package.</p>\n"},"1388":{"id":"img-details-previous-model-year-shown-transit-2026","ariaLabel":"","title":"Image Details","description":"<p>Previous model year shown.</p>\n"},"1389":{"id":"new-offer-details-disclaimer-homepage-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3217Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3218See dealer for qualifications, and details.
3219Customer can defer first payment up to 90 days.
3220Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3221Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3222For APRs other than 0%, finance charges continue to accrue during deferral period.
3223All offers exclude: Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, Expedition<sup>®</sup>, Mustang<sup>®</sup>, Mustang Dark Horse<sup>®</sup>, Mustang GTD, F-150<sup>®</sup> Raptor, Ranger<sup>®</sup>, Ranger Raptor, Maverick<sup>®</sup>, Ford GT<sup>™</sup>, Bronco Raptor, Bronco Stroppe, E-Transit<sup>®</sup> and Transit<sup>®</sup>.
3224For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3225See dealer for qualifications and complete details.</p>\n"},"1390":{"id":"disclosureFordPerformancemodifiedracingmodelshown","ariaLabel":"","title":"Vehicle Details","description":"<p>Ford Performance modified racing model shown.
3226Professional driver with special safety equipment.
3227Closed course.
3228Do not attempt.</p>\n"},"1391":{"id":"t2-yese-blackfri","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3229Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3230See dealer for qualifications, and details.
3231Customer can defer first payment up to 90 days.
3232Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3233Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3234For APRs other than 0%, finance charges continue to accrue during deferral period.
3235All offers exclude: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, E-Transit® and Transit®.&nbsp;For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3236See dealer for qualifications and complete details.</p>\n"},"1392":{"id":"t2-desert-hp-yese","ariaLabel":"","title":"Disclosure","description":"<p>Get a $1,000 Amazon Gift Card when you purchase or lease a new 2025 F-150, 2025 Explorer, 2025 Bronco, 2025 Bronco Sport, or 2025 Mustang from 11/28/25- 12/1/25.
3237Amazon.com offer excludes F-150 Tremor®, F\u0002150 Raptor®, Bronco Raptor® SUV, Maverick®, Mustang Shelby GT350®, Mustang GT350R®, Mustang Shelby® GT500®, Mustang Mach 1®, and Ford GT®.
3238Restrictions apply: see Amazon.com/gc-legal.
3239Amazon.com is not a sponsor of this program.
3240Gift Card, if selected, will be emailed 72 hours after proof of vehicle purchase has been reported in VINCENT and will be delivered to email address submitted at time of vehicle purchase.
3241Gift card can be used to make purchases on www.Amazon.com.
3242Valid email address is required to be eligible for this program.
3243At time of purchase, customer can elect to not take the gift card and apply $1,000 Open Bonus Cash to transaction.
3244Customer must lease or purchase a new 2025 F-150, 2025 Explorer, 2025 Bronco, 2025 Bronco Sport, or 2025 Mustang model year Ford and take new retail delivery from an authorized Ford Dealers stock from 11/28/25-12/5/2025.
3245Residency restrictions apply.
3246See dealer for qualifications and complete details.</p>\n"},"1393":{"id":"buyers-yese-mache-1","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.
3247Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.
3248Customer can defer first payment up to 90 days.
3249Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3250Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3251For APRs other than 0%, finance charges continue to accrue during deferral period.
3252For all offers take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3253See dealer for qualifications and complete details. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
3254Please contact your Ford Dealer for the most current inventory status.</p>"},"1394":{"id":"t2-owner-services-ford-app","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
3255Message and data rates may apply.
3256Terms and conditions apply.
3257Visit <a href=\"http://ford.com/\">Ford® - New Hybrid &amp; Electric Vehicles, SUVs, Crossovers, Trucks, Vans &amp; Cars</a> for our privacy notice.</p>\n"},"1395":{"id":"t2-owner-services-ford-rewards","ariaLabel":"","title":"**","description":"<p>&nbsp;**Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
3258Points are not redeemable for cash and have no monetary value.
3259Point earning and redemption values are approximate and vary by products and services redeemed.
3260See the Ford Rewards Program Terms at <a title=\"http://FordRewards.com\" href=\"http://fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;bfn-referral-exit&quot;,&quot;directAction&quot;:&quot;bfn-referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;page_client&quot;:&quot;ford-us&quot;,&quot;page_site&quot;:&quot;ford.com/local&quot;,&quot;event_action&quot;:&quot;brand referral&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fpr:overview&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fpr:overview&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1396":{"id":"t2-owner-service-ford-app-tech","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
3261Message and data rates may apply.
3262Terms apply.
3263Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.
3264An activated vehicle modem, and the Ford app are required for remote features.
3265Remote features may vary by model.
3266Visit <a href=\"http://ford.com/\">Ford® - New Hybrid &amp; Electric Vehicles, SUVs, Crossovers, Trucks, Vans &amp; Cars</a> for our privacy notice.</p>\n"},"1397":{"id":"as-shown-pricing-target-exp-f150-cruiser-bb","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price&nbsp;$90,035<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup><sup><br>\n </sup>2025 Ford F-150<sup>®</sup> Platinum Plus in Marsh Gray shown.</p>\n"},"1398":{"id":"wave-2-f150-achiever-billboard-exp-id-3547","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,305<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 F-150<sup>®</sup> STX 200A 4X4 shown.</p>\n"},"1399":{"id":"XL Specs Ranger","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> SuperCrew<sup>®</sup> models with available Trailer Tow Package.
3267Excludes Raptor<sup>®</sup> models.
3268When properly equipped.
3269Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1400":{"id":"image-details-wave-cruiser-jd-power","ariaLabel":"","title":"*","description":"<p>*Tied in 2025.
3270For J.D. Power 2025 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards\" target=\"_blank\">jdpower.com/awards</a>.
3271Awards based on 2025 model year.</p>\n"},"1401":{"id":"as-shown-price-f150-doer","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $77,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1402":{"id":"wave-asterisk-disclaimer-cruiser-towing","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,200 lbs. available on SuperCrew 5.5’ box 4x4 with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.
3272When properly equipped.
3273Requires Tow/Haul Package and optional Max Tow Axle.
3274Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1403":{"id":"wave-2-2025-f150-achiever-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color option shown.</p>\n"},"1404":{"id":"wave-2-2025-f150-achiever-2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup>&nbsp;model with optional equipment shown.</p>\n"},"1405":{"id":"wave-video-details-teaser-lives-up-cruiser","ariaLabel":"","title":"Video Details","description":"<p>Closed track.
3275Drift brake is intended for track use only.
3276It should never be used on public roads.
3277See Owner’s Manual for information on use.
3278Optional equipment and extra-cost color shown.</p>\n"},"1406":{"id":"wave-2-2025-f150-achiever-3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1407":{"id":"wheel-not-available-expedition","ariaLabel":"","title":"Image Details","description":"<p>Wheel shown is not available for purchase on 2026 Expedition<sup>®</sup>.
3279See dealer for details.</p>\n"},"1408":{"id":"wave-2-abm-conquest-2025-f150-doer-carousel-exp-id-3546","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
3280Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
3281Requires vehicle connectivity and a connected mobile device with enabled push notifications.
3282Not available in U.S. territories.
3283Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1409":{"id":"2025-ford-f150-platinum-plus","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment shown.</p>\n"},"1410":{"id":"off roading ranger disclaimer","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3284Available on XL, XLT, and Lariat<sup>®</sup> models.</p>\n"},"1411":{"id":"Image details off roading","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1412":{"id":"attributes-bar-cruiser-asterisk-disclaimer-mpg","ariaLabel":"","title":"*","description":"<p>3.5L PowerBoost Hybrid engine only</p>\n"},"1413":{"id":"DiscImageDetailsRanger2026Owner","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3285Available on XL, XLT, and Lariat<sup>®</sup> models.</p>\n"},"1414":{"id":"image-details-max-payload-varies","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies and is based on accessories and vehicle configuration.
3286See label on doorjamb for carrying capacity of a specific vehicle.
3287Always properly secure cargo.</p>\n"},"1415":{"id":"DiscRanger2026Mud-Ruts","ariaLabel":"","title":"*","description":"<p>*Mud/Ruts and Sand drive modes included with the available FX4<sup>®</sup> Off-Road Package.
3288Off-Road, Rock Crawl, and Baja drive modes are standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1416":{"id":"DiscRanger2026AppearancePackage","ariaLabel":"","title":"*","description":"<p>*The STX<sup>®</sup> Appearance Package is standard on the XL model.
3289The Sport Appearance Package is standard on the XLT and Lariat<sup>®</sup> models.
3290The Black Appearance Package is available on XLT and Lariat models.
3291The Chrome Accent Package is available on the Lariat model.</p>\n"},"1417":{"id":"DiscRanger2026Driver-assist","ariaLabel":"DiscRanger2026Driver-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3107See Owner's Manual for details and limitations.</p>\n"},"1335":{"id":"ford-security-package-disclaimer","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.3293See Owner’s Manual for details and limitations.
3294Feature availability varies by model and trim.</p>\n"},"1418":{"id":"image-details-always-consult-owner-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3295Follow all laws and drive on designated off-road trails\u2028and recreation areas.</p>\n"},"1419":{"id":"appropriate-safety-gear-2025-bronco-sport-badlands","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. 2025&nbsp;Ford Bronco Sport Badlands model with optional equipment and extra-cost color shown.</p>\n"},"1420":{"id":"t2-yese-nor-cal-f150","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.
3296F-150 is a trademark of Ford Motor Company or its affiliates.
3297All rights reserved.</p>\n"},"1421":{"id":"t2-hawaii-yese-bronco","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® model shown.
3298Optional equipment shown. © 2025 Ford Motor Company.
3299Bronco is a trademark of Ford Motor Company or its affiliates.
3300All rights reserved.</p>\n"},"1422":{"id":"t2-san-diego-black-friday-yese","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.
3301F-150 is a trademark of Ford Motor Company or its affiliates.
3302All rights reserved.</p>\n"},"1423":{"id":"t2-yese-399","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
3303Payments may vary; dealer determines price.
3304Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
3305Lessee has option to purchase at lease-end at price negotiated at signing.
3306For 2025 Bronco Sport™ Big Bend™, cash due at signing is after $1,000 RCL Cash.
3307For 2025 Escape Active™ FWD, cash due at signing is after $4,500 cash back ($1,000 RCL Cash + $3,500 Bonus Cash).
3308For 2025 Mustang™ EcoBoost™ 100A, cash due at signing is after $1,000 RCL Cash.
3309For 2025 Mustang Mach-E™ Select RWD, cash due at signing is after $8,250 cash back ($6,250 RCL Cash + $2,000 Open Bonus Cash).
3310For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.
3311See dealer for qualifications and details. 2025 Mustang Mach-E inventory may be limited and may vary by location.
3312Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1424":{"id":"t2-yese-499","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup data-renderer-mark=\"true\">®</sup>.
3313Payments may vary; dealer determines price.
3314Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
3315Lessee has option to purchase at lease-end at price negotiated at signing.
3316For 2025 Bronco™ Big Bend™ 4DR 4x4 222A, cash due at signing is after $1,000 RCL Cash.
3317For 2025 Explorer™ Active 4WD with Comfort Pkg., cash due at signing is after $2,500 Cash back ($1,500 Bonus Cash + $1,000 RCL Cash).
3318For 2025 Ranger™ <span class=\"acronym-highlight\">XLT</span>, cash due at signing is after $2,000 Open Bonus Cash.
3319For 2025 F-150® <span class=\"acronym-highlight\">STX</span><sup data-renderer-mark=\"true\">®</sup> SuperCrew® 4x4 2.7L EcoBoost™, cash due at signing is after $1,750 RCL Cash.
3320For 2025 F-150™ Lightning™ XLT, cash due at signing is after $11,000 Cash back ($9,000 RCL Cash + $2,000 Bonus Cash).
3321For 2025 Mustang™ GT coupe Auto Trans 300A, cash due at signing is after $2,000 RCL Cash back.
3322Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.
3323See dealer for qualifications and details.
3324See your dealer for a complete list of coverage details and limitations.</p>"},"1425":{"id":"2026-maverick-xlt-model","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>® </sup>XLT model shown.</p>\n"},"1426":{"id":"DiscRanger2026MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload on Ranger<sup>®</sup>&nbsp;Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup>&nbsp;engine.
3325Max payload varies based on accessories and vehicle configuration.
3326See label on doorjamb for carrying capacity of a specific vehicle.
3327Always properly secure cargo.</p>\n"},"1427":{"id":"DiscRanger2026FrontCamera","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 MPH.
3328Rear cameras only operate at speeds under six miles per hour.</p>\n"},"1428":{"id":"DiscRanger2026AvailableQi","ariaLabel":"","title":"*","description":"<p>*Available Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"1429":{"id":"DiscRanger2026RaptorMaxTow","ariaLabel":"","title":"**","description":"<p>**Max towing on Ranger<sup>®</sup>&nbsp;Raptor<sup>®</sup> truck.
3329When properly equipped.
3330Max towing varies based on cargo,&nbsp;vehicle configuration, accessories, and number of passengers.</p>\n"},"1430":{"id":"BBDisclaimerMaverick26","ariaLabel":"","title":"U.S. Model Shown Pricing","description":"<p>Price as shown $40,295.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerStartingMSRP\" data-disc-id=\"1\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 1\" aria-labelledby=\"1\"> 1</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model shown with available Ford Accessories and extra-cost colour option.</p>\n"},"1431":{"id":"DiscRangerXLT2025AsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> XLT model with extra-cost color option shown.</p>\n<p>$36,270 (does not include D&amp;D fees).</p>\n"},"1432":{"id":"wi-fi-registered","ariaLabel":"","title":"*","description":"<p>Wi-Fi is a registered trademark of Wi-Fi Alliance<sup>®</sup>.</p>\n"},"1433":{"id":"BlackFridayDisclosure","ariaLabel":"","title":"Offer Details","description":"<p>*Offer valid 11/26/25 – 12/2/25 for e-commerce purchases of accessories or Ford Performance Parts from <a href=\"https://www.ford.com/accessories\" target=\"_self\" rel=\"noopener noreferrer\">ford.com/accessories</a>.
3331Limited-time offer.
3332Excludes shipping and installation.
3333Not valid on the purchase of four-door Bronco® hardtop (SKU: M10500HT), two-door Bronco tube door kit (SKU: M19008BTD2), and four-door Bronco tube door kit (SKU: M19008BTD4).
3334No registration required.
3335Maximum amount of discount is $250.
3336This offer cannot be redeemed at Ford Dealerships.
3337Promo code DEAL2025 must be applied at checkout to receive discount.
3338Cannot be combined with other current offers.
3339This offer can be utilized with Ford Rewards Points. <a href=\"https://www.ford.com/accessories\" target=\"_self\" rel=\"noopener noreferrer\">Ford.com/accessories</a> reserves the right to change program details at any time without obligation.
3340Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"1434":{"id":"BlackFridayDisclosure2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Super Duty<sup>®</sup> XL with available STX appearance package.</p>\n"},"1435":{"id":"DiscVanWagon2026Non-Ecoboost","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
3341Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1436":{"id":"DiscVanWagon2026EcoboostV6","ariaLabel":"","title":"**","description":"<p>**EcoBoost<sup>®</sup> V6 engine standard on Transit Cargo Van (U8X and U8U), Transit Passenger Van XL/XLT (U5X).
3342Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
3343Your results may vary.
3344When properly equipped.
3345Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1437":{"id":"outer-banks-model-disclaimer-key-feature","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
3346Dramatization.</p>\n"},"1438":{"id":"DiscVanWagon2026Driver-assist","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.
3347Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.
3348It does not replace safe driving.
3349See Owner’s Manual for details and limitations.</p>\n"},"1439":{"id":"t2-test-yese-000","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3350Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3351See dealer for qualifications, and details.
3352Customer can defer first payment up to 90 days.
3353Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3354Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3355For APRs other than 0%, finance charges continue to accrue during deferral period.
3356All offers exclude: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, E-Transit® and Transit®.&nbsp;For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3357See dealer for qualifications and complete details.</p>\n"},"1440":{"id":"DiscVanWagon2026FordApp","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
3358Message and data rates may apply.
3359Terms apply.
3360Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.
3361An activated vehicle modem, and the Ford app are required for remote features.
3362Remote features may vary by model.
3363Visit <a href=\"https://www.ford.com/\">ford.com</a> for our privacy notice.</p>\n"},"1441":{"id":"closed-track-drift-brake","ariaLabel":"","title":"Vehicle Details","description":"<p>Closed track.
3364Drift brake is intended for track use only.
3365It should never be used on public roads.
3366See Owner’s Manual for information on use.
3367Optional equipment and extra-cost color shown.</p>\n"},"1442":{"id":"DiscVanWagon2026AndroidiPhone","ariaLabel":"","title":"Image Details","description":"<p>Don’t drive while distracted or while using handheld devices.
3368Use voice-operated systems when possible.
3369Some features may be locked out while the vehicle is in gear.
3370Not all features are compatible with all phones.</p>\n<p>Compatible Android<sup>™</sup> or iPhone<sup>®</sup> with compatible active data plan and software required.
3371Wireless use of Android Auto<sup>™</sup> requires a compatible Android 11.0+ phone and compatible active data plan.
3372Check <a href=\"https://g.co/androidauto/requirements\">g.co/androidauto/requirements</a> for compatibility.
3373SYNC<sup>®</sup> 4 does not control third-party products while in use.
3374Third parties are solely responsible for their respective functionality.</p>\n"},"1443":{"id":"t2-f150-desert","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® King Ranch® model shown.
3375Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1444":{"id":"Disc2026FordVanWagon","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.
3376Use voice-operated systems when possible.
3377Some features may be locked out while the vehicle is in gear.
3378Not all features are compatible with all phones.
3379Certain Alexa functionality is dependent on smart home technology.
3380Ford Premium Connectivity offered on eligible vehicles with a one-year complimentary service plan.
3381Access to Alexa Built-in requires an Amazon account, and SYNC<sup>®</sup> 4 with Enhanced Voice Recognition, activated through the FordPass<sup>®</sup> app.
3382Connected Services and features depend on compatible network availability.
3383Evolving technology, cellular networks, and vehicle capability may limit functionality and prevent operation of connected features.
3384The Ford app, compatible with select smartphone platforms, is available via download.
3385Message and data rates may apply.</p>\n"},"1445":{"id":"t2-yese-000","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3386Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3387See dealer for qualifications, and details.
3388Customer can defer first payment up to 90 days.
3389Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3390Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3391For APRs other than 0%, finance charges continue to accrue during deferral period.
3392All offers exclude: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, E-Transit® and Transit®.&nbsp;For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3393See dealer for qualifications and complete details.</p>\n"},"1446":{"id":"extra-color-option-1","ariaLabel":"","title":"*","description":"<p>*Extra-cost color option shown.</p>\n"},"1447":{"id":"as-ahown-price-active-100a","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $38,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup> 2026 Ford Explorer<sup>®</sup> Active 100A model shown.
3394Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1448":{"id":"with-the-available-second-row","ariaLabel":"","title":"*","description":"<p>*With available second-row bench seats.</p>\n"},"1449":{"id":"explorer-active-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Active model shown.</p>\n"},"1450":{"id":"as-shown-price-active-trim","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $40,585.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Explorer<sup>®</sup> Active model shown.
3395Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1451":{"id":"as-shown-price-explorer-st-line","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Explorer<sup>®</sup> ST-Line model shown with extra-cost color option.
3396Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1452":{"id":"as-shown-price-explorer-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $48,960.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model shown with extra-cost color option.
3397Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1453":{"id":"with-available-3-ecoboost-engine","ariaLabel":"","title":"*","description":"<p>*With available 3.0L EcoBoost<sup>®</sup> V6 engine.</p>\n"},"1454":{"id":"as-shown-price-explorer-st-trim","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Ford Explorer<sup>®</sup> ST model shown with extra-cost color option.
3398Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1455":{"id":"as-shown-price-explorer-platinum","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,760.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup> 2026 Ford Explorer<sup>®</sup> Platinum<sup>™</sup> model shown with extra-cost color option.
3399Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1456":{"id":"DiscF150HorsepowerandTorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
3400Your results may vary.</p>\n"},"1457":{"id":"t2-yese-hawaii","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1458":{"id":"mustang-mach-e-rally-2026","ariaLabel":"","title":"*","description":"<p>*Standard on the Mustang Mach-E<sup>®</sup> Rally: 700 lb.-ft. of torque with 0-60 mph in 3.4 seconds.
3401Torque is calculated via peak performance of the electric motor(s) at peak battery power.
3402Your results may vary.
3403O–60 times use Ford test data based on typical industry methodology using 1-ft. rollout.
3404Your results may vary.
3405Tested with optional summer tires.</p>\n"},"1459":{"id":"t2-desert-homepage-yese","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.
3406Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1460":{"id":"connectivity-package-asterisk-disclaimer-mach-e-select","ariaLabel":"","title":"**","description":"<p>**Select option for a one-time purchase of Ford Connectivity Package.
3407Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN).</p>\n"},"1461":{"id":"disclaimer-data-50gb-doubleasterisk","ariaLabel":"","title":"**","description":"<p>**Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"1462":{"id":"2026-mustang-mach-e-gt-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color shown.</p>\n"},"1463":{"id":"disclaimer-asterisk-mach-e-rally-key-features","ariaLabel":"","title":"*","description":"<p>*The Mustang Mach-E GT<sup>™</sup> Performance Upgrade values are calculated via peak performance of the electric motor(s) and peak battery power.
3408Your results may vary.</p>\n"},"1464":{"id":"double-asterisk-mustang-mach-e-rally-key-features","ariaLabel":"","title":"**","description":"<p>**Based on internal testing with optional summer tires.</p>\n"},"1465":{"id":"technology-package-mach-e-gt-disclaimer","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 MPH.
3409Rear cameras only operate at speeds under 6 MPH.</p>\n"},"1466":{"id":"technology-package-double-asterisk-gt-mach-e","ariaLabel":"","title":"**","description":"<p>**Equipped vehicle, comes with 1 year and 90 days of BlueCruise access at time of vehicle order.
3410After this initial duration, customers need to purchase a subscription to continue\u2028using BlueCruise.
3411Customers also have the option to purchase a one-time purchase of BlueCruise at time of vehicle order.
3412See subscription options and pricing on <a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a>.</p>\n"},"1467":{"id":"as-show-price-bb-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $44,085<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>.<br>\n2026 Mustang Mach-E<sup>®</sup> Premium models with available Sport Appearance Package and extra-cost color option shown.</p>\n"},"1468":{"id":"2026-mustang-mach-e-rally-not-available","ariaLabel":"","title":"*","description":"<p>*Not available with Mustang Mach-E<sup>®</sup> Rally model.</p>\n"},"1469":{"id":"wave-3-bb-confort-quiet-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $89,415<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"1470":{"id":" 2026-mustang-mach-e-premium-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment shown.</p>\n"},"1471":{"id":"2026-mustang-mach-e-rally-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"1472":{"id":"wave-3-bb-reliable-performance-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $75,845<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"1473":{"id":"ford-connectivity-package-features-disc","ariaLabel":"","title":"*","description":"<p>*Features included with the available Ford Connectivity Package, which is included for a year.</p>\n"},"1474":{"id":"zero-emissions-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Based on EPA tailpipe rating.
3413Visit <a href=\"http://fueleconomy.gov/#!adchoices\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://fueleconomy.gov/&quot;}}\" target=\"_blank\">fueleconomy.gov</a> for more information.</p>\n"},"1475":{"id":"2026-mustang-mach-e-premium-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color shown.</p>\n"},"1476":{"id":"vhp-mach-e-disclaimer-carousel-data","ariaLabel":"","title":"*","description":"<p>*Based on data from the 2024 Global EV Drivers Survey by Global EV Alliance.</p>\n"},"1477":{"id":"vhp-mach-e-ford-power-promise-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2026 F-150 Lightning or Mustang Mach-E from a participating Ford dealer between 10/1/26 and 1/5/2027 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
3414Home charge station model and brand may vary based on availability.
3415Offer not available to fleet or commercial customers.
3416Complimentary home installation must be completed through Qmerit Electrification LLC.
3417Installation exclusions apply.
3418Must take retail delivery from an authorized Ford dealer's stock by 1/5/2027.
3419No trade-in required. 2025 Mustang Mach-E inventory may be limited and may vary by location.
3420See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1478":{"id":"image-details-disclaimer-mach-e-carousel-vhp","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option.</p>\n"},"1479":{"id":"rangerxl-safety-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Always wear your safety belt and secure children in the rear seat.</p>"},"1480":{"id":"preproduction-computer-generated-images-shown-mustang-gtd","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction computer-generated images shown.
3421Actual production vehicle may vary.
3422Projected availability early 2026.<i> </i>Very limited availability.
3423Inquiry does not guarantee ability to purchase.</p>\n"},"1481":{"id":"2026-mustang-mach-e-rally-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with extra-cost color shown.</p>\n"},"1482":{"id":"2026-mustang-mach-e-packages-1","ariaLabel":"","title":"*","description":"<p>*Front floor mats with Blue and Metal Gray stitching are not available when ordered with the Interior Protection Package.</p>\n"},"1483":{"id":"2026-mustang-mach-e-packages-2","ariaLabel":"","title":"*","description":"<p>*Not included when ordered with the California Special Package.</p>\n"},"1484":{"id":"2026-mustang-mach-e-packages-3","ariaLabel":"","title":"*","description":"<p>\u2028*Ford Connectivity Package included for one-year from warranty start date.
3424Requires activation via the Ford app with credit card authorization; customer may cancel at any time.
3425Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.
3426Ford may temporarily slow data speeds if such data usage reaches or exceeds 50GB within a billing cycle or due to network limitations.
3427If a customer uses more than 50% of their data usage in a roaming country during a 60-day period, Ford may remove or limit the customer’s data plan.</p>\n"},"1485":{"id":"2026-mustang-mach-e-packages-4","ariaLabel":"","title":"*","description":"<p>*Option to purchase BlueCruise hardware and 1 year and 90 days of BlueCruise access at time of vehicle order.
3428Without selecting this option, the vehicle will never be capable of BlueCruise functionality.
3429After this initial duration, customers need to purchase a subscription to continue using BlueCruise.
3430See subscription options and pricing on <a href=\"https://www.ford.com/bluecruise\">ford.com/bluecruise</a>.</p>\n"},"1486":{"id":"2026-mustang-mach-e-packages-5","ariaLabel":"","title":"**","description":"<p>**Front cameras operate at speeds up to 13 MPH.
3431Rear cameras only operate at speeds under 6 MPH.</p>\n"},"1487":{"id":"2026-mustang-mach-e-packages-6","ariaLabel":"","title":"†","description":"<p>†Not available on the Mustang Mach-E<sup>®</sup> Select model.</p>\n"},"1488":{"id":"2026-mustang-mach-e-packages-7","ariaLabel":"","title":"*","description":"<p>*Replaces front and rear carpeted floor mats.</p>\n"},"1489":{"id":"preproduction-computer-generated-images-shown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction computer-generated images shown.</p>\n"},"1490":{"id":"when-properly-equipped","ariaLabel":"","title":"*","description":"<p>When properly equipped.</p>\n"},"1491":{"id":"preproduction-computer-generated-images-shown-mustang-gtd-wheels","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction computer-generated images shown.
3432Actual production vehicle may vary.
3433Projected availability early 2026.
3434Very limited availability.
3435Inquiry does not guarantee ability to purchase.
3436Due to unforeseen circumstances, the Magnesium Effect wheel finish (shown) is not currently available.</p>\n"},"1492":{"id":"wave-2-2025-f150-doer-carousel-exp-id-3546","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150® Lariat with optional equipment and available Ford Accessories</p>\n"},"1493":{"id":"2026-maverick-xlt-model-extra-cost","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1494":{"id":"2026-attribute-bar-disclaimer-mach-e-vhp","ariaLabel":"","title":"*","description":"<p>*On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT™ Performance Upgrade.
3437Based on internal testing with optional summer tires.</p>\n"},"1495":{"id":"accessories-holiday-performance-parts","ariaLabel":"","title":"*","description":"<p>*Offer valid 12/09/25-12/18/25 for e-commerce purchases of accessories or Ford Performance Parts from ford.com/accessories.
3438Limited-time offer.
3439Excludes shipping and installation.
3440Not valid on the purchase of electric vehicle charging equipment (including but not limited to vehicle charging replacement parts, charging accessories, cables, adaptors, and charging units), four-door Bronco® hardtop (SKU: M10500HT), two-door Bronco tube door kit (SKU: M19008BTD2), and four-door Bronco tube door kit (SKU: M19008BTD4).
3441No registration required.
3442This offer cannot be redeemed at Ford Dealerships or for products on ford.com/parts.
3443Promo code JOLLY15, JOLLY20, or JOLLY25 must be applied at checkout to receive discount.</p>\n<ul>\n<li>Receive 15% off accessories purchase when you spend $1–$300 and use code JOLLY15.
3444Maximum amount of discount is $45.</li>\n<li>Receive 20% off accessories purchase when you spend $301–$500 and use code JOLLY20.
3445Maximum amount of discount is $100.</li>\n<li>Receive 25% off accessories purchase when you spend $501–$1,000 and use code JOLLY25.
3446Maximum amount of discount is $250.</li>\n</ul>\n<p>Cannot be combined with other current offers.
3447This offer can be utilized with Ford Rewards Points.
3448Ford.com/accessories reserves the right to change program details at any time without obligation.
3449Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"1496":{"id":"with-extended-range-battery-and-eawd","ariaLabel":"","title":"**","description":"<p>**With extended-range battery and eAWD.</p>\n"},"1497":{"id":"maverick-lariat-model-shown-2026","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lariat model with optional equipment and extra-cost color option shown.</p>\n"},"1498":{"id":"as-shown-price-sd-250xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $48,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XL Regular Cab 4x4 model shown.</p>\n"},"1499":{"id":"as-shown-price-sd-250xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $49,270.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XLT Regular Cab model with extra-cost color shown.</p>\n"},"1500":{"id":"as-shown-price-sd-250lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,735.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"1501":{"id":"as-shown-price-sd-250kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $77,775.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"1502":{"id":"as-shown-price-sd-250platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"1503":{"id":"as-shown-price-sd-350xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $46,970.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL Regular Cab model shown.</p>\n"},"1504":{"id":"as-shown-price-sd-350xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $50,570.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XLT Regular Cab model with extra-cost color shown.</p>\n"},"1505":{"id":"as-shown-price-sd-350lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $64,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"1506":{"id":"as-shown-price-sd-350kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,075.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"1507":{"id":"as-shown-price-sd-350platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $80,460.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"1508":{"id":"as-shown-price-sd-450xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $66,925.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL Crew Cab model shown.</p>\n"},"1509":{"id":"2026-mustang-mach-e-select-1","ariaLabel":"","title":"**","description":"<p>**Select option for a one-time purchase of Ford Connectivity Package.
3450Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN).</p>\n"},"1510":{"id":"as-shown-price-sd-450xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $69,430.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XLT Crew Cab model with extra-cost color shown.</p>\n"},"1511":{"id":"as-shown-price-sd-450lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $78,660.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"1512":{"id":"as-shown-price-sd-450kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $93,890.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"1513":{"id":"as-shown-price-sd-450platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $95,830.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"1514":{"id":"attributes-bar-epa-disc","ariaLabel":"","title":"*","description":"<p>*With available extended-range battery and available eAWD.
3451EPA-estimated driving range based on full charge.
3452Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>"},"1515":{"id":"mach-e-gt-performance-upgrade","ariaLabel":"","title":"**","description":"<p>**Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade: 3.3 seconds</p>\n"},"1516":{"id":"disclaimr xl billboard 5","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $60,280.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Transit<sup>®</sup> Passenger Van XL model with optional equipment and extra-cost color shown.</p>\n"},"1517":{"id":"ford-experience-hub-disc-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
3453Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1518":{"id":"2026-f-150-mp-billboard-xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $45,400.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>&nbsp;2026 Ford F-150<sup>®</sup> XL SuperCab 4x4 model shown.</p>\n"},"1519":{"id":"2026-f-150-mp-billboard-stx","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,070.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> STX<sup>®</sup> 4x4 model shown.</p>\n"},"1520":{"id":"2026-f-150-mp-billboard-xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $61,415.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> XLT 4x4 model with optional equipment shown.</p>\n"},"1521":{"id":"2026-f-150-mp-billboard-lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $63,855.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"1522":{"id":"2026-f-150-mp-billboard-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $64,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.</p>\n"},"1523":{"id":"2026-f-150-mp-billboard-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $70,020.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"1524":{"id":"2026-f-150-mp-billboard-platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $73,595.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"1525":{"id":"2026-f-150-mp-billboard-raptor","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,400.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Raptor<sup>®</sup> model with extra-cost color shown.</p>\n"},"1526":{"id":"As-shown-price-modelpage-2026-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick<sup>®</sup> Tremor<sup>®</sup> model shown. $40,645 (does not include fees)</p>\n"},"1527":{"id":"ShowingPriceMaverickXl","ariaLabel":"","title":"As Showing Price","description":"<p>2026 Maverick<sup>®</sup> XL model shown. $28,145 (does not include fees)</p>\n"},"1528":{"id":"Maverick4KTowPackage","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with the available 4K Tow Package.
3454Excludes Maverick<sup>®</sup> Lobo<sup>™</sup> and Tremor<sup>®</sup> models.
3455When properly equipped.
3456Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1529":{"id":"DriverAssistFeaturesDisc","ariaLabel":"","title":"**","description":"<p>**Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.
3457It does not replace safe driving.
3458See Owner's Manual for details and limitations.</p>\n"},"1530":{"id":"2026-maverick-lobo-model-shown-value-does-not-include-fees","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick Lobo<sup>™</sup> model shown. $35,930 (does not include fees)</p>\n"},"1531":{"id":"mach-e-vhp-attributes-bar-1","ariaLabel":"","title":"*","description":"<p>*On the Mustang Mach-E<sup>®</sup> Premium model with available extended-range battery and RWD.</p>\n"},"1532":{"id":"MaverickLariatAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick Lariat model with extra-cost color option. $38,480 (does not include fees)</p>\n"},"1533":{"id":"image-details-disclaimer-mach-e-return-gallery","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model (left) and 2026 Mustang Mach-E GT model (right) shown with optional equipment and extra-cost color.</p>\n"},"1534":{"id":"image-details-mach-e-gt-gallery-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment shown.</p>\n"},"1535":{"id":"upgrade-your-gt-model-disc-1","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.
3459The Mustang Mach-E GT<sup>™</sup> Performance Upgrade values are calculated via peak performance of the electric motor(s) and peak battery power.
3460Your results may vary.</p>\n"},"1536":{"id":"2026MaverickPickup","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment shown.
3461Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1537":{"id":"t2-san-diego-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.
3462F-150 is a trademark of Ford Motor Company or its affiliates.
3463All rights reserved.</p>\n"},"1538":{"id":"epa-tailpipe-rating-disc-2","ariaLabel":"","title":"**","description":"<p>**Based on EPA tailpipe rating.</p>\n"},"1539":{"id":"HorsepowerRatingsTestingRequirements","ariaLabel":"","title":"*","description":"<p>Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
3464Your results may vary.</p>\n"},"1540":{"id":"AlwaysBeSureItemsAreProperlySecured","ariaLabel":"","title":"*","description":"<p>*Always be sure items are properly secured in the truck bed before driving.</p>\n"},"1541":{"id":"mach-e-banner-return-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E GT model with optional equipment and extra-cost color option shown.</p>\n"},"1542":{"id":"image-details-line-lock","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
3465Line-lock is intended for track use only.
3466It should never be used on public roads.
3467See Owner’s Manual for information on use.</p>\n"},"1543":{"id":"mach-e-gt-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E GT model shown with optional equipment.</p>\n"},"1544":{"id":"2026-bronco-sport-bb","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $35,145<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model shown.</p>\n"},"1545":{"id":"as-shown-price-bs-2026","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $32,240.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1546":{"id":"yese-1k","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.
3468For Final Days Bonus Cash back, take new retail delivery from an authorized Ford Dealer's stock by 1/2/26.
3469See dealer for details.
3470Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3471Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3472See dealer for qualifications, and details.
3473Customer can defer first payment up to 90 days.
3474Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3475Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3476For APRs other than 0%, finance charges continue to accrue during deferral period.
3477Must take delivery by 1/5/26 from an authorized Ford Dealer's stock. <b>All offers exclude</b>: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, Super Duty® Crew Cab, Super Duty® Chassis Cab, E-Transit™ and Transit® Wagon.
3478See dealer for qualification and details.</p>\n"},"1547":{"id":"2026-badlands-bb","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,260.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1548":{"id":"2026-us-bronco-sport-tech-1","ariaLabel":"","title":"*","description":"<p>*Android Auto is a trademark of Google LLC.\u2028Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"1549":{"id":"2026-us-bronco-sport-tech-2","ariaLabel":"","title":"*","description":"<p>*For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1550":{"id":"2026-us-bronco-sport-heritage-1","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $34,390.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Heritage model shown with extra-cost color option shown.</p>\n"},"1551":{"id":"disclaimer-mustang-rtr-package","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
3479Preproduction model shown.&nbsp;Actual production vehicle may vary.
3480Available summer 2026.</p>\n"},"1552":{"id":"3-0l-supercharger-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>3.0L Supercharger Kit</p>\n<p>Command performance and watch obstacles disappear with this 3.0L supercharger kit, only available on the factory 5.0L V8 engine and 50 states street legal.
3481The Whipple-powered kit delivers 700 hp and 590 lb.-ft. of torque, pushing you back in your seat and conquering takeoffs to towing.</p>\n"},"1553":{"id":"t2-000-thousand-update","ariaLabel":"","title":"Disclosure","description":"<p>Optional equipment and extra-cost color options shown.
3482For Final Days Bonus Cash back, take new retail delivery from an authorized Ford Dealer's stock by 1/2/26.
3483See dealer for details.
3484Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3485Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.
3486See dealer for qualifications, and details.
3487Customer can defer first payment up to 90 days.
3488Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3489Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3490For APRs other than 0%, finance charges continue to accrue during deferral period.
3491Must take delivery by 1/5/26 from an authorized Ford Dealer's stock. <strong data-renderer-mark=\"true\">All offers exclude</strong>: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, Super Duty® Crew Cab, Super Duty® Chassis Cab, E-Transit™ and Transit® Wagon.
3492See dealer for qualification and details.</p>"},"1554":{"id":"2026-badlands-carousel","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
3493Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1555":{"id":"2026-badlands-carousel1","ariaLabel":"","title":"Disclaimer","description":"<p>Optional equipment shown.</p>\n"},"1556":{"id":"recaro disclaimer 2026","ariaLabel":"","title":"*","description":"<p>*RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1557":{"id":"mach-e-gt-optional-equip-and-extra-cost-color-disc","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color.</p>\n"},"1558":{"id":"ford-performance-fender-vent-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Fender Vent Kit</p>\n<p>Sleek vents from Ford Performance speak volumes with a custom touch to your fenders.
3494OEM-quality finish communicates the FP legacy and the raised letters and gloss black handling say ”stealth.”</p>\n"},"1559":{"id":"black-lug-nut-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nut Kit</p>\n<p>Blend in but don’t back down.
3495Keep your wheels secure with lugs that complement the burnished trim.
3496The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"1560":{"id":"matte-black-bodyside-fp700s-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bodyside FP700S Decal</p>\n<p>Separate from the pack with a bold black and white bodyside decal.
3497Turn heads on the street with clean lines that slash across the bed and amplify the energy of this truck.</p>\n"},"1561":{"id":"when-equipped-mustang-rtr-performance-package","ariaLabel":"","title":"*","description":"<p>*When equipped with the Mustang<sup>®</sup> RTR<sup>®</sup> Performance Package.</p>\n"},"1562":{"id":"fp700s-hood-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Hood Decal</p>\n<p>Tying the package together is an FP700S Hood Decal that sits front and center.
3498Black and white hug the lines and hammer down the visuals of this boosted build.</p>\n"},"1563":{"id":"fp700s-keychain-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Keychain</p>\n<p>No need to wait to feel the excitement of your supercharged vehicle until the engine roars: Experience the thrill of ownership from the minute you grab your keys to the time you set them down with this leather and metal nameplate.</p>\n"},"1564":{"id":"ford-performance-rear-badge-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Rear Badge</p>\n<p>Stamp your tailgate with Ford Performance’s powerful reputation that’s channeled throughout your vehicle.
3499The classic detail signs off on the high-performance features running front to back.</p>\n"},"1565":{"id":"fp700s-lowering-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Lowering Kit</p>\n<p>Change the profile of your truck with the FP700s Lowering Kit.
3500Precision-tuned front coils, laser-cut steel lowering shackles with urethane bushings and laser-cut strut spacer level the vehicle for an athletic stance.</p>\n"},"1566":{"id":"black-f150-tailgate-lettering-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black F-150<sup>®</sup> Tailgate Lettering</p>\n<p>Look polished leading the way with F-150 tailgate lettering dressed in all black.
3501You’re running an F-Series - America’s best-selling trucks, with an iconic take all its own.</p>\n"},"1567":{"id":"ford-sumer-tires-recommendation","ariaLabel":"","title":"*","description":"<p>*Ford does not recommend using summer tires when temperatures drop below approximately 45 degrees F (7 degrees C) or below (depending on tire wear and environmental conditions) or in snow/ice conditions.
3502If the vehicle must be driven in these conditions, Ford recommends using all-season, or snow tires.</p>\n"},"1568":{"id":"extra-cost-color-option-fx-package","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option with FX Package and GT Performance Package shown.</p>\n"},"1569":{"id":"DiscMustang2026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
3503Line-lock is intended for track use only.
3504It should never be used on public roads.
3505See Owner’s Manual for information on use.</p>\n"},"1570":{"id":"DiscMustang2026DriftBrake","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
3506Drift brake is intended for track use only.
3507It should never be used on public roads.
3508See Owner’s Manual for information on use.</p>\n"},"1571":{"id":"DiscMustang2026NotoriousBlue","ariaLabel":"","title":"*","description":"<p>*Notorious Blue is available on the following: Mustang Dark Horse<sup>®</sup> Appearance Package, Mustang GT model with the GT Performance Package, and Mustang GT Premium model with the GT Performance Package.</p>\n"},"1572":{"id":"DiscMustang2026DarkHorse","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Dark Horse<sup>®</sup> with optional equipment (Dark Horse Appearance Package and Dark Horse Handling Package) and extra-cost color option (Blue Ember Metallic) shown.</p>\n"},"1573":{"id":"DiscMustang2026Feature","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang<sup>®</sup> V8 models with automatic transmission as well as on 2.3L models with Ford active valve performance exhaust.</p>\n"},"1574":{"id":"DiscMustang2026ModelAndTrim","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by model and trim.</p>\n"},"1575":{"id":"DiscMustang2026ConnectivityPackage","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.
3509Use voice controls.</p>\n<p>Available with Ford Connectivity Package.</p>\n"},"1576":{"id":"available-appearance-and-handling-packages","ariaLabel":"","title":"Image Details","description":"<p>Shown with available appearance and handling packages.</p>\n"},"1577":{"id":"DiscMustang2026CoPilotAssist","ariaLabel":"","title":"*","description":"<p>*Requires Ford Co-Pilot360 Assist+</p>\n"},"1578":{"id":"disclaimer-mustang-nite-pony-package-wheels","ariaLabel":"","title":"**","description":"<p>**Wheels included with Mustang<sup>®</sup> Nite Pony Package when ordered with the GT Performance Package.
3510Image shows available appearance package and GT Performance Package.</p>\n"},"1579":{"id":"disclaimer-pre-production-model","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model with optional equipment shown.
3511Not all features may be available.
3512See your local dealer for details.</p>\n"},"1580":{"id":"disclaimer-bronze-appearance-package","ariaLabel":"","title":"*","description":"<p>*Wheels included with the Bronze Appearance Package when ordered with the GT Performance Package.</p>\n"},"1581":{"id":"disclaimer-bronze-appearance-package-shown","ariaLabel":"","title":"Image Details","description":"<p>Shown with available appearance package.</p>\n"},"1582":{"id":"sinister-bronze-bronco-grille-letter-caps-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze Bronco Grille Letter Caps</p>\n<p>Take your Bronco SUV's front end from standard to &quot;statement&quot;.
3513Durable letter caps encase the Bronco branding and transform it into a sleek nameplate.
3514Turn trailmates' heads and command rearview mirror double-takes with this first-impression touch.</p>\n"},"1583":{"id":"","ariaLabel":"","title":"","description":""},"1584":{"id":"Interior Modal Black Onyx Disc","ariaLabel":"","title":"*","description":"<p>*Not available on the 2026 Mustang Dark Horse<sup>®</sup> fastback.</p>\n"},"1585":{"id":"matte-black-script-badges-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Script Badges</p>\n<p>Tell the world you drive a legend with these modern nods to the past.
3515Matte black script lends a present-day presence while borrowing from 60 years of all-purpose capability and sophistication.</p>\n"},"1586":{"id":"sinister-bronze-17-x-8-5-wheel-x5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze 17&quot; x 8.5&quot; Wheel – x5</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.
3516These burnished metal wheels blend form and function with a fit perfect for your vehicle.
3517They are tough enough for the trail but stylish on the street.</p>\n"},"1587":{"id":"smoked-ford-oval-fcg","ariaLabel":"","title":"Image Details","description":"<p>Smoked Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage — 122 years of Ford iconic cool, to be exact.
3518A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"1588":{"id":"fpp-off-road-2-suspension-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP Off-Road 2&quot; Suspension Kit</p>\n<p>More clearance.
3519More capability.
3520More Bronco.
3521Elevate your ride and dominate tougher terrain.
3522Two inches of lift can turn obstacles into an afterthought, and Ford Performance Parts' uniquely tuned Bilstein shocks soak up the ruts and smooth out the rocks.</p>\n"},"1589":{"id":"fpp-procal-tool-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP ProCal Tool</p>\n<p>Tune your speedometer with precision.
3523Get easy recalibration for Bronco upgrades that don't fit the factory mold.
3524Your dash readouts will be dialed in, from speed to fuel economy, with numbers that match real output.</p>\n"},"1590":{"id":"upgraded-spare-tire-carrier-fcg","ariaLabel":"","title":"Image Details","description":"<p>Upgraded Spare Tire Carrier</p>\n<p>Carry a full-sized spare with confidence, because the trails don't play favorites when it comes to flats: Help protect your Bronco from failure with a carrier sized for the recommended 35&quot; Goodyear Territory RT 315/70R17 tires (as shown) and get your friends and family home from every adventure.</p>\n"},"1591":{"id":"sinister-bronze-bronco-badge-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze Bronco Badge</p>\n<p>Stamp your Bronco with Built Wild<sup>®</sup> style and strength.
3525This subtle metallic horse replaces the factory emblem with a look that is all yours: powerful, rugged, and striking.
3526It's a cohesive detail planned to pull your build together.</p>\n"},"1592":{"id":"matteblackdisclaimer1","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bronze Bronco Grille Letter Caps</p>\n<p>Take your Bronco SUV's front end from standard to &quot;statement&quot;.
3527Durable letter caps encase the Bronco branding and transform it into a sleek nameplate.
3528Turn trailmates' heads and command rearview mirror double-takes with this first-impression touch.</p>\n"},"1593":{"id":"matteblackdisclaimer2","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Script Badges</p>\n<p>Tell the world you drive a legend with these modern nods to the past.
3529Matte black script lends a present-day presence while borrowing from 60 years of all-purpose capability and sophistication.</p>\n"},"1594":{"id":"matteblackdisclaimer3","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze 17&quot; x 8.5&quot; Wheel – x5</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.
3530These burnished metal wheels blend form and function with a fit perfect for your vehicle.
3531They are tough enough for the trail but stylish on the street.</p>\n"},"1595":{"id":"matteblackdisclaimer4","ariaLabel":"","title":"Image Details","description":"<p>Smoked Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage –– 122 years of Ford iconic cool, to be exact.
3532A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"1596":{"id":"attributes-bar-epa-disc-2","ariaLabel":"","title":"*","description":"<p>*With RWD and available extended-range battery.</p>\n"},"1597":{"id":"disclaimer-mustang-rtr-hyper-lime-interior-shown","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
3533Preproduction model with optional Hyper Lime interior shown.
3534Actual production vehicle may vary.
3535Available summer 2026.</p>\n"},"1598":{"id":"disclaimer-image-details-rtr-performance-package","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
3536Preproduction model with optional Hyper Lime brake caliper shown.&nbsp;Actual production vehicle may vary.
3537Available summer 2026.</p>\n"},"1599":{"id":"velocity-blue-grille-letters","ariaLabel":"","title":"Image Details","description":"<p>Velocity Blue Grille Letters</p>\n<p>Inject personality into your Bronco Sport with Velocity Blue grille letters that echo the free-spirited fun of the 1970s.
3538Crisp white accents ensure they pop.
3539You'll command rearview mirror double-takes with this first-impression feature.</p>\n"},"1600":{"id":"velocity-blue-liftgate-letters","ariaLabel":"","title":"Image Details","description":"<p>Velocity Blue Liftgate Letters</p>\n<p>Make your exit unforgettable with Velocity Blue liftgate letters that leave an impression.
3540The factory finish of this modification will stand the test of time, just like the original icons the package represents.</p>\n"},"1601":{"id":"maverick-xlt-showing-price","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick<sup>®</sup> XLT. $30,645 (does not include fees)</p>\n"},"1602":{"id":"highgloss-black-wheels-with-blue-accents","ariaLabel":"","title":"Image Details","description":"<p>17&quot; x 7&quot; High-gloss Black Wheels with Blue Accents</p>\n<p>Elevate your ride's aesthetics with wheels that blend high-gloss sophistication and vibrant blue accents.
3541These wheels borrow from the spoked design of earlier generations, blending form and function with a fit perfect for your vehicle.</p>\n"},"1603":{"id":"Interior Accent Overlay Kit","ariaLabel":"","title":"Image Details","description":"<p>Interior Accent Overlay Kit</p>\n<p>The Free Wheeling fun doesn't stop: Velocity Blue-accented cloth seats and colorful door panel strips brighten the cabin.
3542It's a nod to the past, updated for today, making each drive feel laid back.</p>\n"},"1604":{"id":"interior-vent-accent-overlays","ariaLabel":"","title":"Image Details","description":"<p>Interior Vent Accent Overlays</p>\n<p>Bring the boldness inside with standout Velocity Blue vent accents that are as stylish as they are functional.
3543Vibrant outlines accent the dash and make airflow adjustments easy.</p>\n"},"1605":{"id":"horsepower-maverick-rating","ariaLabel":"","title":"*","description":"<p>*Horsepower ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
3544Your results may vary.</p>\n"},"1606":{"id":"blue-free-wheeling-body-graphic-kit","ariaLabel":"","title":"Image Details","description":"<p>Blue Free Wheeling Body Graphic Kit</p>\n<p>Elevate the aesthetic with wheels that blend high-gloss sophistication and eye-catching blue accents.
3545Inspired by the spoked designs of past generations, these wheels blend classic flair with modern function.
3546They're a perfect fit for your Bronco Sport<sup>®</sup>, whether you're spending time on the trail or cruising the city.</p>\n"},"1607":{"id":"coverking-neosupreme-front-seat-covers","ariaLabel":"","title":"Image Details","description":"<p>Coverking Neosupreme Front Seat Covers</p>\n<p>These seat covers feature a bold two-tone blue design with smooth black accents, giving a sporty and modern look.
3547They provide comfort while protecting your seats from wear and spills.
3548The side panels include a subtle embossed Bronco logo, adding a stylish touch that matches the adventurous spirit of the vehicle.</p>\n"},"1608":{"id":"Horsepower-ratings-determined-maverick-2026","ariaLabel":"","title":"*","description":"<p>*Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
3549Your results may vary.</p>\n"},"1609":{"id":"kelley-blue-book-disclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>*For more information, visit Kelley Blue Book’s <a href=\"KBB.com\" target=\"_blank\">KBB.com</a>.
3550Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1610":{"id":"matte-black-18-x-7-5-wheel-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black 18&quot; x 7.5&quot; Wheel Kit</p>\n<p>Grounded and tough, with just the right amount of flash, these blackout wheels balance form and function with a fit made for your truck.
3551A recommended tire to wrap around them?
3552General Grabber A/TX 275/70R18 (as shown).</p>\n"},"1611":{"id":"black-lug-nuts-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nuts</p>\n<p>Blend in but don’t back down.
3553Keep your wheels secure with lugs that complement the matte black color.
3554The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"1612":{"id":"unique-dark-trail-side-graphic-fcg","ariaLabel":"","title":"Image Details","description":"<p>Unique Dark Trail Side Graphic</p>\n<p>Make every mile fierce.
3555The ’Dark Trails’ bodyside graphic cuts down the rocker panel in striking lines of grays.</p>\n"},"1613":{"id":"rocker-panel-aero-shield-delete-fcg","ariaLabel":"","title":"Image Details","description":"<p>Rocker Panel Aero Shield Delete</p>\n<p>Shared with the Tremor package, these low-profile rocker panel guards replace standard aero shields.
3556Protect the body, reduce drag, and maximize clearance while taking on the track or rugged terrain.</p>\n"},"1614":{"id":"shown-optional-equipment-maverick-disclosure","ariaLabel":"","title":"Image Details","description":"<p>Shown with optional equipment and extra-cost color.
3557Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1615":{"id":"first-time-buyer-bonus-cash-available-to-customers","ariaLabel":"","title":"Offer Details","description":"<p>$500 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report.
3558Available on the purchase or lease of an eligible 2025 or 2026 Bronco Sport<sup>®</sup>, Maverick<sup>®</sup>, Escape<sup>®</sup>, Mustang Mach-E<sup>®</sup>, and Ranger<sup>®</sup> only.
3559Not available on all other Ford and Lincoln vehicles including Ranger Raptor<sup>®</sup>.
3560Limit one purchase or lease per eligible buyer.
3561Not all buyers will qualify.
3562Must finance or lease through Ford Credit.
3563May not be used/combined with any Ford private offers.
3564Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 1/05/26.
3565See dealer for qualifications and complete details.
3566(PGM #32972) Offer subject to confirmation of eligibility.</p>\n"},"1616":{"id":"maverick-xlt-extra-cost-option","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1617":{"id":"DiscBroncoMDP2026AsShownBase","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $40,495.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Base model shown in Shadow Black.
3567Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1618":{"id":"fpp-off-road-suspension-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP Off-Road Suspension Kit</p>\n<p>More clearance.
3568More capability.
3569Elevate your ride and dominate tougher terrain.
3570The kit lifts the front end 2” for level ride height front-rear, and Ford Performance Parts’ uniquely tuned Bilstein shocks soak up the ruts and smooth out the rocks.</p>\n"},"1619":{"id":"geometric-bronco-hood-graphic","ariaLabel":"","title":"Image Details","description":"<p>Geometric Bronco Hood Graphic</p>\n<p>Hot heat snakes across the hood and reverberates down to the rocker panel.
3571Amplify your Bronco SUV's presence with this shapely graphic that turns your hood into a display of unbridled strength.</p>\n"},"1620":{"id":"geometric-bronco-rocker-graphic","ariaLabel":"","title":"Image Details","description":"<p>Geometric Bronco Rocker Graphic</p>\n<p>Make every mile fierce.
3572Crackled energy and geometric lines fork across the rocker panel.
3573The unmistakable power of the Bronco flashes across this moody graphic for all to see.</p>\n"},"1621":{"id":"matte-black-bronco-badge","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bronco Badge</p>\n<p>Stamp your Bronco with Built Wild<sup>®</sup> style and strength.
3574This subtle metallic horse replaces the factory emblem with a look that is all yours: powerful, rugged, and striking.
3575It's a cohesive detail planned to pull your build together.</p>\n"},"1622":{"id":"ford-performance-rear-badge-fcg-sema","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Rear Badge</p>\n"},"1623":{"id":"black-weld-wheel-kit-17-x-8-5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black WELD Wheel Kit (17&quot; x 8.5&quot;)</p>\n"},"1624":{"id":"off-road-suspension-kit-by-fox-fcg","ariaLabel":"","title":"Image Details","description":"<p>Off-road Suspension Kit by FOX</p>\n"},"1625":{"id":"stealth-hood-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>Stealth Hood Decal</p>\n"},"1626":{"id":"heavy-duty-rear-differential-cover-fcg","ariaLabel":"","title":"Image Details","description":"<p>Heavy Duty Rear Differential Cover</p>\n"},"1627":{"id":"fog-light-upgrade-kit-by-rigid-industries-fcg","ariaLabel":"","title":"Image Details","description":"<p>Fog Light Upgrade Kit by RIGID Industries<sup>®</sup></p>\n"},"1628":{"id":"under-hood-air-compressor-kit-by-arb-fcg","ariaLabel":"","title":"Image Details","description":"<p>Under Hood Air Compressor Kit by ARB<sup>®</sup></p>\n"},"1629":{"id":"red-grille-letter-caps-fcg","ariaLabel":"","title":"Image Details","description":"<p>Red Grille Letter Caps</p>\n"},"1630":{"id":"orv-fender-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>ORV Fender Decal</p>\n"},"1631":{"id":"VehicleDetailsXLTModelShown","ariaLabel":"","title":"Vehicle Details","description":"<p>Maverick® XLT model shown.</p>\n"},"1632":{"id":"sport-cat-back-exhaust-by-borla-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sport Cat-back Exhaust by Borla</p>\n"},"1633":{"id":"tailgate-applique-by-air-design-fcg","ariaLabel":"","title":"Image Details","description":"<p>Tailgate Appliqué by Air Design</p>\n"},"1634":{"id":"bronze-exterior-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Exterior Graphics</p>\n"},"1635":{"id":"bronze-wheel-kit-20-x-8-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Wheel Kit (20&quot; x 8&quot;)</p>\n"},"1636":{"id":"bronze-hood-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Hood Graphics</p>\n"},"1637":{"id":"lobo-lowering-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Lobo Lowering Kit</p>\n"},"1638":{"id":"intercooler-upgrade-fcg","ariaLabel":"","title":"Image Details","description":"<p>Intercooler Upgrade</p>\n"},"1639":{"id":"price-as-shown-2026-ford-bronco-stroppe-edition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,685.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Stroppe Edition model shown in Oxford White.
3576Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1640":{"id":"DiscBroncoMDP2026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and available Ford Accessories shown.
3577Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1641":{"id":"DiscBroncoMDP2026FAQ","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"1642":{"id":"DiscBroncoMDP2026AsShownBigBend","ariaLabel":"","title":"As shown Price","description":"<p>Price as shown $44,080.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup> 2026 Ford Bronco<sup>®</sup> Big Bend model shown in Avalanche Gray.
3578Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1643":{"id":"DiscBronco2026RemovalDoors","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Removal of doors for off-road use only.
3579See Bronco Owner’s Manual for detailed information.</p>\n<p>Outer Banks<sup>®</sup> model shown.&nbsp;</p>\n"},"1644":{"id":"3-0-supercharger-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>3.0 Supercharger Kit</p>\n"},"1645":{"id":"bronze-lug-nut-kit-m14-x-1-5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Lug Nut Kit (M14 x 1.5)</p>\n"},"1646":{"id":"fp800s-bronze-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP800S Bronze Graphics</p>\n"},"1647":{"id":"DiscBroncoMDP2026AsShownOuter","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,175.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Outer Banks model shown in Marsh Gray.
3580Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1648":{"id":"unique-modular-grille-with-bronze-inserts-fcg","ariaLabel":"","title":"Image Details","description":"<p>Unique Modular Grille with Bronze Inserts</p>\n"},"1649":{"id":"maximum-ground-clearance","ariaLabel":"","title":"†","description":"<p>†Maximum ground clearance when equipped with 37&quot; tires.</p>\n"},"1650":{"id":"DiscBronco2026ComputerGen","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
3581Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1651":{"id":"recaro-seats-with-ford-performance-logo-fcg","ariaLabel":"","title":"Image Details","description":"<p>Recaro Seats with Ford Performance Logo</p>\n"},"1652":{"id":"ford-performance-extreme-cat-back-exhaust-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Extreme Cat-back Exhaust</p>\n"},"1653":{"id":"half-shaft-upgrade-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Half-shaft Upgrade Kit</p>\n"},"1654":{"id":"carbon-fiber-dark-horse-spoiler-fcg","ariaLabel":"","title":"Image Details","description":"<p>Carbon Fiber Dark Horse Spoiler</p>\n"},"1655":{"id":"DiscBroncoMDP2026AsShownBadlands","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,975.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands model shown in Avalanche Gray.
3582Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1656":{"id":" DiscBronco2026Badlands","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models shown with optional equipment.
3583Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1657":{"id":"DiscBroncoMDP2026AsShowHeritage","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $54,810.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;2026 Ford Bronco<sup>®</sup> Heritage Edition model shown in Ruby Red Metallic Tinted Clearcoat.
3584Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1658":{"id":"price-as-shown-2026-ford-bronco-raptor-model","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $83,080.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>&nbsp;2026 Ford Bronco<sup>®</sup> Raptor model shown in Shelter Green.
3585Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1659":{"id":"2026-bronco-sport-interior-modal-1","ariaLabel":"","title":"*","description":"<p>*Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1660":{"id":"CoastalDisclaimer","ariaLabel":"","title":"Image Details","description":"<p>Iconic Silver 17&quot; x 8&quot; Wheel Kit</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.
3586Iconic Silver wheels fuse classic Bronco flair with modern performance for every beach, backroad, and boardwalk.</p>\n"},"1661":{"id":"CoastalDisclaimer2","ariaLabel":"","title":"Image Details","description":"<p>Outer Banks Silver Fender Flares</p>\n<p>Protect your paint with Iconic Silver fender flares modeled after Bronco SUVs of the 1960s and 70s.
3587Look classic and stay confident you'll leave the beach with memories made, not rock rash.</p>\n"},"1662":{"id":"CoastalDisclaimer3","ariaLabel":"","title":"Image Details","description":"<p>Stripe Graphic</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage – 122 years of Ford iconic cool, to be exact.
3588A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"1663":{"id":"CoastalDisclaimer4","ariaLabel":"","title":"Image Details","description":"<p>Silver Free Wheeling Grille</p>\n<p>Command the coast thanks to the retro-inspired grille front and center.
3589An Iconic Silver grille will have your surf-ready rig look like it's glinting in the sun during any cruise.</p>\n"},"1664":{"id":"CoastalDisclaimer5","ariaLabel":"","title":"Image Details","description":"<p>Bimini Top – Silver Horse</p>\n<p>Cruise coastlines in open-air comfort: This Bimini top with a silver Bucking Bronco lets you catch a breeze while staying cool under the sun.
3590Golden hour just got better.</p>\n"},"1665":{"id":"CoastalDisclaimer6","ariaLabel":"","title":"Image Details","description":"<p>Bronco Tube Door Kit</p>\n<p>These tube doors add a rugged, open-air look to the Bronco.
3591Their lightweight design enhances visibility and airflow while maintaining a durable, trail-ready appearance.</p>\n"},"1666":{"id":"service-ford-pickup-delivery-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3592Does not include parts or repair charges.
3593A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"1667":{"id":"video-details-2026-bronco-sport-perf-package","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.
3594Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1668":{"id":"ford-mobile-service-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3595Does not include parts or repair charges.</p>\n"},"1669":{"id":"video-details-2026-bronco-sport-ext-design","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with available Ford accessories, optional equipment and extra-cost color shown.
3596Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1670":{"id":"video-details-standard4x4-br-sp-2026","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.
3597Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1671":{"id":"DiscBroncoRTRPreProdModel","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3598Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1672":{"id":"as-shown-price-2026-nautilus-reserve-model","ariaLabel":"","title":"As Shown Price","description":"<p>Current as shown price $68,050.00.<br>\n2026 Lincoln Nautilus<sup>®</sup> Reserve model shown with available features.
3599MSRP, title, taxes and registration fees extra.</p>\n"},"1673":{"id":"raptor-r-model-driving","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150&nbsp;Raptor R<sup>™</sup> model shown.
3600Driving shown takes place under professional supervision and in the controlled Ford Experience environment.
3601Always drive consistent with your ability and in accordance with the owner's manual.</p>\n"},"1674":{"id":"horsepower-torque-payload-target","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
3602Horsepower, torque, payload, and towing are independent attributes and may not be achieved.</p>\n"},"1675":{"id":"properly-equipped-payload-towing-independent-target","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
3603Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"1676":{"id":"black-lug-nuts-dark-trail-package-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nuts</p>\n<p>Blend in but don't back down.
3604Keep your wheels secure with lugs that complement the burnished trim.
3605The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"1677":{"id":"smoked-chrome-ford-oval-fcg","ariaLabel":"","title":"Image Details","description":"<p>Smoked Chrome Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage — 122 years of Ford iconic cool, to be exact.
3606A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"1678":{"id":"horsepower-and-torque-rating-based-premium-fuel","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
3607Horsepower and torque are independent attributes and may not be achieved simultaneously.
3608Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
3609Your results may vary.</p>\n"},"1679":{"id":"vehicle-details-2026-ford-mustang-dark-horse","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown. 2026 Ford Mustang Dark Horse<sup>®</sup> SC with available Track Pack, optional equipment, and extra-cost color option shown.
3610Coming summer 2026.</p>\n"},"1680":{"id":"vehicle-disclaimer-target-f150","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option shown.
3611Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1681":{"id":"ford-accesories-water-crossing-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and available Ford Accessories shown.
3612Always determine the water depth before attempting a crossing and proceed slowly.
3613Refer to your Owner’s Manual for detailed information regarding driving through water.</p>"},"1682":{"id":"01/05-Hawaii FDAF - YESE Take Down","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco Sport® Badlands® model shown.
3614Optional equipment shown. © 2025 Ford Motor Company.
3615Bronco Sport is a trademark of Ford Motor Company or its affiliates.
3616All rights reserved.</p>\n"},"1683":{"id":"disclaimer-track-capability-2026-mustang","ariaLabel":"","title":"*","description":"<p>*Track capability is dependent on environmental conditions, track conditions, and driver inputs.
3617Always consult owner’s manual and drive within your and the vehicle’s capability limits.</p>\n"},"1684":{"id":"vehicle-details-raptor-target-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Raptor with optional equipment and extra-cost color option shown with off-road disclaimer.</p>\n"},"1685":{"id":"optional-equipment-target-ford-accessories","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and available Ford accessories with extra-cost color option shown.</p>\n"},"1686":{"id":"2026-us-bronco-sport-exterior-modal-1","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model and trim.</p>\n"},"1687":{"id":"2026-bronco-sport-billboard","ariaLabel":"","title":"As Shown Pricing","description":"<p>As Shown Price $35,640.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"AsShownPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.
3618Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1688":{"id":"As Shown Price Ranger XL 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $36,850.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> XL 4x4 shown in Oxford White with STX Appearance Package and optional wheels shown.</p>\n"},"1689":{"id":"As Shown Price Ranger XLT 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,770.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> XLT 4x4 shown in extra-cost color option, Velocity Blue Metallic with Sport Appearance Package.
3619Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1690":{"id":"As Shown Price Ranger Lariat 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $43,755.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> Lariat 4x2 shown in Carbonized Gray Metallic with Sport Appearance Package.
3620Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1691":{"id":"As Shown Price Ranger Raptor 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $57,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> Raptor shown in extra-cost color option, Shelter Green Metallic.
3621Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1692":{"id":"costal-gallery-stripe-graphic","ariaLabel":"","title":"Image Details","description":"<p>Stripe Graphic</p>\n<p>Dune grass, salty air, and sun-soaked sands form a spirited side stripe graphic that looks right along the shoreline or rolling down the street.</p>\n"},"1693":{"id":"Maverick2026MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with FWD 2.0L engine and FWD 2.5L hybrid engine.
3622Excludes Maverick<sup>®</sup> Lobo<sup>™</sup> and Tremor<sup>®</sup> models.
3623Max payload varies and is based on accessories and vehicle configuration.
3624See label on doorjamb for carrying capacity of a specific vehicle.
3625Always properly secure cargo.</p>\n"},"1694":{"id":"epa-est-bronco-sport-2026-vhp","ariaLabel":"","title":"*","description":"<p>*On models with 1.5L EcoBoost<sup>®</sup> engine.</p>\n"},"1695":{"id":"image-details-computer-generated-imagery","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.
3626Computer-generated imagery.</p>\n"},"1696":{"id":"video-details-hoss-off-road-suspension","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with available Sasquatch<sup>®</sup> Package and optional equipment shown.
3627Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1697":{"id":"PreproductionModelBroncoOwnerManual","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3628Actual production vehicle may vary.
3629Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1698":{"id":"PreproductionModelVideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.
3630Actual production vehicle may vary.
3631Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1699":{"id":"video-details-exterior-modal-banner-2026-bronco-sport","ariaLabel":"","title":"Video Details","description":"<p>A 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"1700":{"id":"2027BroncoRTR","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown throughout.
3632Actual production vehicle may vary.
3633Available fall 2026.
3634Professional driver on closed course.
3635Do not attempt.
3636Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1701":{"id":"basedon19772025cyindustryreportedtotalsales","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2025 CY industry-reported total sales.</p>\n<p>2026 Super Duty<sup>®</sup> F-250<sup>®</sup> XL Crew Cab model with optional equipment shown. 2026 F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>When properly equipped.
3637Requires Tow/Haul Package and optional Max Tow Axle.
3638Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1702":{"id":"Disc-max-towing-reskin-f-150-13500","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3639Class is full-sized trucks under 8,500 lbs GVWR.
3640When properly equipped.
3641Requires Tow/Haul Package and Max Tow Axle upgrade.
3642Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1703":{"id":"disc-not-available-recaro-seats","ariaLabel":"","title":"*","description":"<p>*Not available on RECARO seats.</p>\n"},"1704":{"id":"PreproductionModelShown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3643Actual production vehicle may vary.
3644Optional equipment shown.
3645Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1705":{"id":"gt-250548","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.
3646EPA-estimated driving range based on full charge.
3647Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1706":{"id":"PreproductionComputerGenerated","ariaLabel":"","title":"Image Details","description":"<p>Preproduction computer-generated image.
3648Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1707":{"id":"vehicle-details-preproduction-model-shown-always-consult-the-owners-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction model shown.
3649Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1708":{"id":"t2-paramus-bridgeport-white-plains-billboard-winter","ariaLabel":"","title":"Disclosure","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1709":{"id":"us-mach-e-highlights-disclaimer-packages","ariaLabel":"","title":"Image Details","description":"<p>Premium with optional equipment and extra-cost color option.</p>\n"},"1710":{"id":"2026-mache-packages","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford<sup>®</sup> app, modem activation, and an activated plan.
3650Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
3651Requires vehicle connectivity and a connected mobile device with enabled push notifications.
3652Terms apply.</p>\n"},"1711":{"id":"us-mach-e-design-modal-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Not available on Select or Rally models.</p>\n"},"1712":{"id":"us-mach-e-technology-modal-phone-key","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, compatible network availability, and the Ford app (formerly known as the FordPass® app) are required for remote features.
3653Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.
3654Remote features may vary by model.</p>\n"},"1713":{"id":"sirius-disclaimer-siriusxm-with-360l-3-year-plan","ariaLabel":"","title":"*","description":"<p>*SiriusXM with 360L (3-year plan), also referred to as an Extended Service subscription plan by SiriusXM, if included with your newly purchased or leased vehicle will stop at the end of the subscription period unless you decide to continue service.
3655Plan is non-transferable and non-refundable.
3656If you do not wish to enjoy your subscription, you can cancel by calling the number below.
3657All SiriusXM services require a subscription, each sold separately by SiriusXM after the service term.
3658Service subject to the SiriusXM Customer Agreement and Privacy Policy, visit siriusxm.com for complete terms and how to cancel which includes online methods or calling 1-866-635-2349.
3659Some services and features are subject to device capabilities and location availability.
3660Satellite service not available in AK &amp; HI.
3661Certain features and/or content may not be available in vehicles with SiriusXM with 360L unless an active data connection is enabled in the vehicle.
3662Content varies by SiriusXM subscription plan.
3663All fees, content and features are subject to change.
3664SiriusXM and related logos are trademarks of Sirius XM Radio LLC and its respective subsidiaries.</p>"},"1714":{"id":"2026-maverick-lobo-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lobo<sup>™</sup> model shown.</p>\n"},"1715":{"id":"service-maintenance-the-works-disclaimer","ariaLabel":"","title":"†","description":"<p>†Up to six quarts of Motorcraft<sup>®</sup> oil and Motorcraft oil filter.
3665Hybrid battery test excluded.
3666See a participating U.S. dealership for exclusions and details.
3667Ford reserves the right to change, modify, or discontinue this program at any time.
3668Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"1716":{"id":"important-details-computer-generated-image-shown","ariaLabel":"","title":"Important Details","description":"<p>Computer-generated image shown.</p>\n"},"1717":{"id":"mustang-sc-prototype-vehicle-shown","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.
3669Actual production vehicle may vary.
3670Available summer 2026.
3671Extra-cost color option.</p>\n"},"1718":{"id":"DiscRanger2026BB","ariaLabel":"","title":"Image Details","description":"<p>As shown price $49,950.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup> 2026 Ranger<sup>®</sup> Lariat model with optional equipment shown.
3672Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3673Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
3674Does not include A Z or X Plan price.</p>\n"},"1719":{"id":"mustang-mach-e-optional-color-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"1720":{"id":"select-mpd-mach-e-disclaimer-two","ariaLabel":"","title":"**","description":"<p>**On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.
3675Based on internal testing with optional summer tires.</p>\n"},"1721":{"id":"select-mdp-range-disclaimer-two","ariaLabel":"","title":"*","description":"<p>*With available extended-range battery and available eAWD.</p>\n"},"1722":{"id":"mach-e-gt-mph-disclaimer-two","ariaLabel":"","title":"**","description":"<p>**Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.</p>\n"},"1723":{"id":"ecoboost-engine-disclaimer","ariaLabel":"","title":"*","description":"<p>*On models with 1.5L EcoBoost<sup>®</sup> engine.</p>\n"},"1724":{"id":"EPA-estimated-maverick-2026-mdl-xl-xlt","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.
3676Actual mileage will vary.</p>\n"},"1725":{"id":"EPA-estimated-maverick-2026-mdl-lobo","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 21 city/30 hwy/24 combined, 2.0L EcoBoost<sup>®</sup> engine, 7-Speed Automatic Transmission, Advanced 4WD.
3677Actual mileage will vary.</p>\n"},"1726":{"id":"EPA-estimated-maverick-2026-mdl-tremor","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 21 city/27 hwy/23 combined, 2.0L EcoBoost<sup>®</sup> engine, 8-Speed Quick Shift Transmission, and Advanced 4WD.
3678Actual mileage will vary.</p>\n"},"1727":{"id":"EPA-estimated-maverick-2026-mdl-lariat","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 39 city/32 hwy/36 combined, Lariat model with 2.5L hybrid engine, Power-Split Electric CVT, and AWD.
3679Actual mileage will vary.</p>\n"},"1728":{"id":"owners-manual-extended-range-batteries","ariaLabel":"","title":"*","description":"<p>*Owner’s Manual - Extended Range Nickel Cobalt Manganese (NCM) Batteries: Set your preferred charging times to be at least 2-3 hours after your typical plug in time.
3680This allows the battery to cool before charging begins.
3681Additionally, setting the maximum charge level to 90% for everyday usage reduces strain on the battery.</p>\n"},"1729":{"id":"dc-distance-blueoval-charge-network","ariaLabel":"","title":"**","description":"<p>**Distance to DC fast chargers within the BlueOval<sup>™</sup> Charge Network based on 2024 U.S. Department of Transportation Statistics and TomTom software data from Off-Peak Q1 2024 dataset, Class 1 and 2 roads in the contiguous United States.</p>\n"},"1730":{"id":"Max-payload-maverick-xl-2026-mdp","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with FWD or AWD 2.0L EcoBoost<sup>®</sup> engine and FWD 2.5L hybrid engine.
3682Excludes Maverick<sup>®</sup> Lobo<sup>™</sup> and Tremor<sup>®</sup> models.
3683Max payload varies and is based on accessories and vehicle configuration.
3684See label on doorjamb for carrying capacity of a specific vehicle.
3685Always properly secure cargo.</p>\n"},"1731":{"id":"vhp-att-bar-26-mach-e","ariaLabel":"","title":"**","description":"<p>**On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.
3686Ford test data based on typical industry methodology using 1-ft rollout.
3687Your results may vary.
3688Based on internal testing with optional summer tires.</p>\n"},"1732":{"id":"whit-extended-range-battery-and-eawd-2","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.</p>\n"},"1733":{"id":"as-show-price-bb-premium-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $41,090<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Premium with extra-cost color option shown.</p>\n"},"1734":{"id":"as-show-price-bb-select-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $38,290<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Select with extra-cost color option shown.</p>\n"},"1735":{"id":"as-show-price-bb-gt-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $53,890<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> GT with extra-cost color option shown.</p>\n"},"1736":{"id":"not-available-on-the-mustang-mach-e-select-model","ariaLabel":"","title":"*","description":"<p>*Not available on the Mustang Mach-E<sup>®</sup> Select model.</p>\n"},"1737":{"id":"with-extended-range-battery-and-eawd-select-model","ariaLabel":"","title":"**","description":"<p>**With extended-range battery and eAWD.
3689Ford test data based on typical industry methodology using 1-ft rollout.
3690Your results may vary.
3691Based on internal testing with optional summer tires.</p>\n"},"1738":{"id":"disc-change-kf-rally-mache-26-1","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.
3692Your results may vary.
3693Based on internal testing with optional summer tires.</p>\n"},"1739":{"id":"rally-att-bar-26-mach-e","ariaLabel":"","title":"*","description":"<p>*Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.
3694Ford test data based on typical industry methodology using 1-ft rollout.
3695Your results may vary.
3696Based on internal testing with optional summer tires.</p>\n"},"1740":{"id":"premium-att-bar-26-mach-e","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.
3697Ford test data based on typical industry methodology using 1-ft rollout.
3698Your results may vary.</p>\n"},"1741":{"id":"mach-e-technology-asterisk-disclaimer-features-included","ariaLabel":"","title":"*","description":"<p>*Features included with the available Ford Connectivity Package, which is included for one year.</p>\n"},"1742":{"id":"VideoDetailsDiscBroncoRTR","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown throughout.
3699Actual production vehicle may vary.
3700Available fall 2026.
3701Professional driver on closed course.
3702Do not attempt.
3703Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1743":{"id":"PreviousModelYearVehicleImageDisc","ariaLabel":"","title":"Image Details","description":"<p>Previous model year vehicle(s) shown.
3704Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1744":{"id":"2026-mustang-mach-e-gt-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color shown.</p>\n"},"1745":{"id":"2026-mustang-mach-e-rally-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"1746":{"id":"2026-mustang-mach-e-premium-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color shown.</p>\n"},"1747":{"id":"wifi-details-target-2026","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.
3705Don’t drive distracted or while using handheld devices.
3706Use voice controls.</p>\n"},"1748":{"id":"ford-test-data-disc-optional-summer-tires","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.
3707Your results may vary.
3708Based on internal testing with optional summer tires.</p>\n"},"1749":{"id":"as-show-price-rally-mdp-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,675<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown.</p>\n"},"1750":{"id":"video-details-mach-e-vhp-change-1","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with extra-cost color shown.</p>\n"},"1751":{"id":"MaverickModelShown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> Lariat model shown.</p>\n"},"1752":{"id":"2026-bronco-badlands-sar","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3709Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3710Remember that even advanced technology cannot overcome the laws of physics.
3711It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.
3712Always determine the water depth before attempting a crossing and proceed slowly.
3713Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"1753":{"id":"disclaimer-2025BroncoBadlandsSAR2","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and aftermarket equipment shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1754":{"id":"disclaimer-2024BroncoBadlandsSAR3","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco® Badlands® model with optional equipment and extra-cost color option shown.</p>\n"},"1755":{"id":"disclaimer-SPGlobalMobilityUSVIO","ariaLabel":"","title":"Image Details","description":"<p>Based on S&amp;P Global Mobility US VIO as of September 2025 for the Emergency Vehicles vocation.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1756":{"id":"2025-mache-sell-down-1","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.
3714Your results may vary.
3715Tested with optional summer tires.</p>\n"},"1757":{"id":"2025-mache-sell-down-2","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.
3716Numbers subject to change.
3717Ford App, compatible with select smartphone platforms, is available via download.
3718Message and data rates may apply.</p>\n"},"1758":{"id":"mach-e-sell-down-specs-new-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Calculated via peak performance of the electric motor(s) at peak battery power.
3719Your results may vary.</p>\n"},"1759":{"id":"industy-reported-sales-49-years","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2025 CY industry-reported total sales.
3720Optional equipment and extra-cost colors shown.</p>\n"},"1760":{"id":"bronco-sport-off-road-pavement-weekday-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup>&nbsp;Badlands&nbsp;model with available Sasquatch<sup>®</sup>&nbsp;Package, optional equipment and extra-cost color shown.
3721Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1761":{"id":"t2-presidents-day-homepage-1","ariaLabel":"t2-presidents-day-homepage-1","title":"1","description":"<p>&nbsp;<sup>1</sup>Ford F-150® for Full-Size Trucks.
3722Escape® for Small SUVs. Mustang® for Sporty Cars.
3723Super Duty® for Heavy-Duty Trucks.
3724All Ranked #1 among their segments for New-Vehicle Quality for J.D. Power for 2025.
3725Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.
3726Visit&nbsp;<a href=\"https://www.jdpower.com/business/awards\">jdpower.com/awards</a>&nbsp;for more details.
3727Awards based on 2025 model year.
3728Newer models may be shown.<br>\n</p>\n"},"1762":{"id":"t2-presidents-day-homepage-2","ariaLabel":"t2-presidents-day-homepage-2","title":"2","description":"<p><sup>2</sup>Based on 1977-2022 CY industry-reported total sales.</p>\n"},"1763":{"id":"maverick-maintenance-disclaimer-epa-estimated","ariaLabel":"","title":"✝︎","description":"<p>✝︎EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.
3729Actual mileage will vary.</p>\n"},"1764":{"id":"fordpass-app-compatible-with-select-smartphone-download","ariaLabel":"","title":"*","description":"<p>*The FordPass app, compatible with select smartphone platforms, is available via download.
3730Message and data rates may apply.
3731FordPass and complimentary Connected Services are required for remote features (see FordPass Terms for details).
3732Connected Services and features depend on compatible AT&amp;T network availability.
3733Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.
3734Connected Services excludes Wi-Fi hotspot.</p>\n"},"1765":{"id":"bluecruise-connected-service-plan-fordpass-app-and-modem-activation","ariaLabel":"","title":"*","description":"<p>*Available Feature.
3735BlueCruise requires a Connected Service plan, Ford app, and modem activation.
3736Equipped Ford vehicles come with either a complimentary trial period or an included BlueCruise Connected Service plan duration, after which purchase is required.
3737See <a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a> for more details.
3738BlueCruise driver-assist features are supplemental and do not replace safe driving or driver’s attention, judgment and need to control the vehicle.
3739Only remove hands in a Hands-Free Blue Zone.
3740Always watch the road and be prepared to resume control.
3741See Owner’s Manual for details and limitations.</p>\n"},"1766":{"id":"connected-services-available-connectivity-features-and-functionality-vary-by-model-trim","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model/trim and compatible devices.
3742Package pricing, features, included plans, and term lengths vary by model.
3743Some features may only be available while vehicle is parked.
3744Owners can log into the Ford app to see specific features available to them.
3745Terms apply.
3746Separate subscriptions required for streaming services.</p>\n"},"1767":{"id":"t2-illinois-hp-auto-show","ariaLabel":"t2-illinois-hp-auto-show","title":"Disclaimer","description":"<p>Some models, trims, and features may not be available or may be subject to change.</p>\n"},"1768":{"id":"ford-security-package-requires-the-fordpass-app-subject-to-fordpass-terms","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app (subject to Ford app terms), modem activation, and a Connected Services plan.
3747Equipped Ford vehicles come with a 1-year Ford Security Package included trial from new vehicle warranty start date, after which purchase is required.
3748Customer activation required.
3749Requires mobile device push notifications.</p>\n"},"1769":{"id":"select-vehicles-connected-navigation-requires-an-active-plan-or-trial","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.
3750Connected Navigation requires an active plan or trial, a Ford app account that is connected to the vehicle, and SYNC<sup>®</sup>4 vehicle software.
3751Included plan durations vary from 90-days to 3-years based on vehicle type.
3752Features may vary based on compatible AT&amp;T network availability.</p>\n"},"1770":{"id":"asterisk-optional-equipment-and-extra-cost-color-option-shown","ariaLabel":"","title":"*","description":"<p>*Optional equipment and extra-cost color option shown.</p>\n"},"1771":{"id":"t2-truck-month","ariaLabel":"t2-truck-month","title":"Disclosure","description":"<p>2025 Ford F-150® model shown.
3753Optional equipment shown.
3754F-150® is a trademark of Ford Motor Company or its affiliates.
3755All rights reserved.</p>\n"},"1772":{"id":"landing-service-maintenance-motorcraft-disclaimer","ariaLabel":"","title":"*","description":"<p>*Up to six quarts of Motorcraft® oil and Motorcraft oil filter.
3756Hybrid battery test excluded.
3757See a participating U.S. dealership for exclusions and details.
3758Ford reserves the right to change, modify, or discontinue this program at any time.
3759Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"1773":{"id":"t2-truck-month-driver-assist","ariaLabel":"t2-truck-month-driver-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3760They do not make your vehicle autonomous or replace your responsibility to drive safely.
3761Please only use if you will pay attention to the road and be prepared to take over at any time.
3762See Owner’s Manual for details and limitations.</p>\n"},"1774":{"id":"t2-truck-month-pro-trailer-hitch-assist","ariaLabel":"t2-truck-month-pro-trailer-hitch-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3763They do not make your vehicle autonomous or replace your responsibility to drive safely.
3764Please only use if you will pay attention to the road and be prepared to take over at any time.
3765See Owner’s Manual for details and limitations.
3766When properly equipped.
3767Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1775":{"id":"","ariaLabel":"","title":"","description":""},"1776":{"id":"t2-truck-month-towing-payload-claim","ariaLabel":"t2-truck-month-towing-payload-claim","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3768When properly equipped.
3769Requires Tow/Haul Package and optional Max Tow Axle.
3770Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.
3771Class is Full-Size Pickups under 8,500 lbs.
3772GVWR.</p>\n"},"1777":{"id":"t2-truck-month-owners-manual","ariaLabel":"t2-truck-month-owners-manual","title":"*","description":"<p>*See Owner's Manual for important operating instructions.</p>\n"},"1778":{"id":"t2-truck-month-bluecruise","ariaLabel":"t2-truck-month-bluecruise","title":"*","description":"<p>*Available feature on select vehicles.
3773BlueCruise requires an active plan or trial – see <a href=\"http://ford.com/bluecruise\">ford.com/bluecruise</a> for details.
3774Terms apply.
3775BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.
3776Only remove hands in a hands-free Blue Zone.
3777Always watch the road and be prepared to resume control.
3778See Owner’s Manual for details and limitations.</p>\n"},"1779":{"id":"t2-truck-month-security-package","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, formerly known as the FordPass<sup>®</sup> app, modem activation, and an activated plan.
3112Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or U.S. territories.3783Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1780":{"id":"t2-truck-month-connectivity-package","ariaLabel":"t2-truck-month-connectivity-package","title":"*","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
3113Terms apply.</p>\n"},"1336":{"id":"billboard-sd-updated","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $65,740<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Crew Cab Lariat with available 7.3 V8 gas engine.</p>\n"},"1337":{"id":"explorer-platinum-model-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Platinum<sup>™</sup> model with optional equipment shown.</p>\n"},"1338":{"id":"online-services-asterisk-disc-new","ariaLabel":"","title":"*","description":"<p>*Not all buyers qualify for Ford Credit financing 4.49% APR for 60 months at $18.64 per $1,000 financed, on Gold and Blue Certified vehicles and 2.99% for 60 months at $17.96 per $1,000 financed on EV vehicles, regardless of down payment.3784Package pricing, included plans, and term lengths vary by model.
3114Take delivery from an authorized Ford Dealer's stock by 06/30/2026.3785Some features may only be available while vehicle is parked.
3115Residency restrictions may apply.3786Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.
3116See dealer for qualifications.</p>\n"},"1339":{"id":"2025-bronco-badlands-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown. </p>\n"},"1340":{"id":"extracostcoloroptionandoptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option and optional equipment shown.</p>\n"},"1341":{"id":"available-on-all-super-duty-r-ball-4x4","ariaLabel":"","title":"*","description":"<p>*Available on all Super Duty<sup>®</sup> 4x4 models.</p>\n"},"1342":{"id":"unique-dark-trail-side-graphic-fcg","ariaLabel":"","title":"Image Details","description":"<p>Unique Dark Trail Side Graphic</p>\n<p>Make every mile fierce.3787Credit card required for plan activation and automatically renews unless cancelled.
3117The ’Dark Trails’ bodyside graphic cuts down the rocker panel in striking lines of grays.</p>\n"},"1343":{"id":"vehicle-details-expedition-highlights-ford-digital","ariaLabel":"","title":"Video Details","description":"<p>Some Ford Digital Experience features require a Connectivity plan.3788Terms apply.</p>\n"},"1781":{"id":"t2-truck-month-connectivity-data","ariaLabel":"t2-truck-month-connectivity-data","title":"**","description":"<p>**Data speeds may be slowed down after 50 GB of usage within a 30-day period.</p>\n<p><b>&nbsp;</b></p>\n"},"1782":{"id":"disc-wifi-hotspot","ariaLabel":"","title":"*","description":"<p>*Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of 3 months or when 3GB of data is used, whichever comes first.
3118Don’t drive while distracted or while using handheld devices.3789To activate, go to <a href=\"http://www.att.com/ford\" target=\"_self\">www.att.com/ford</a>.</p>\n"},"1783":{"id":"t2-presidents-day-los-angeles","ariaLabel":"t2-presidents-day-los-angeles","title":"Disclaimer","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown.&nbsp;© 2026 Ford Motor Company.
3119Use voice-operated systems when possible.3790F-150 is a trademark of Ford Motor Company or its affiliates.
3120Some features may be locked out while the vehicle is in gear.3791All rights reserved.</p>\n"},"1784":{"id":"image-details-2026-ranger-raptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
3121Not all features are compatible with all phones.</p>\n"},"1344":{"id":"2024 Ford F150 Lightning Lariat shown with optional equipment","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat shown with optional equipment.</p>\n"},"1345":{"id":"2025 lightning target 4","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"1346":{"id":"DiscMustang2026ModelAndTrim","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by model and trim.</p>\n"},"1347":{"id":"t2-owner-service-may-tire-offer2","ariaLabel":"t2-owner-service-may-tire-offer2","title":"**","description":"<p>**Dealer-installed purchase only.3792Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1785":{"id":"t2-truck-month-pickup-delivery","ariaLabel":"t2-truck-month-pickup-delivery","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3122Limit one (1) rebate offer per retail customer vehicle and limit of 15 vehicles per fleet eligible customer. $130 tire rebate or 28,000 Ford Rewards bonus Points on a set of four Goodyear®, Cooper®, Hankook, Bridgestone, Firestone, Pirelli, Yokohama®, Toyo®, and Nitto® tires. $50 tire rebate and $80 service allowance or 28,000 Ford Rewards bonus Points on Michelin and BFGoodrich® tires.3793Does not include parts or repair charges.
3123Toyo medium/commercial truck and Motorsport patterns are excluded.3794A nonoperational vehicle is not eligible and will require a Roadside event.</p>\n"},"1786":{"id":"","ariaLabel":"","title":"","description":""},"1787":{"id":"t2-truck-month-ford-mobile-service","ariaLabel":"t2-truck-month-ford-mobile-service","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3124Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.3795Does not include parts or repair charges.</p>\n"},"1788":{"id":"as-shown-price-mach-e-post-launch-change-disc","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $44,085.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Premium models with available Sport Appearance Package and extra-cost colors shown.</p>\n"},"1789":{"id":"disc-standard-on-xlt-and-lariat","ariaLabel":"","title":"*","description":"<p>*Standard on XLT and Lariat<sup>®</sup> models.</p>\n"},"1790":{"id":"t2-hawaii-bronco-badlands","ariaLabel":"t2-hawaii-bronco-badlands","title":"Disclaimer","description":"<p>2025 Ford Bronco® Badlands® model with optional equipment and available Ford Accessories shown.
3125Points are not redeemable for cash and have no monetary value.3796Removal of doors for off-road use only.
3126Point earning and redemption values are approximate and vary by products and services redeemed.3797See your Owner's Manual for detailed information.
3127See the Ford Rewards Program Terms at FordRewards.com for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.3798Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. ©2026 Ford Motor Company.
3128Points will be awarded within eight weeks of rebate submission.3799Bronco is a trademark of Ford Motor Company or its affiliates.
3129Offer valid 5/1/26 to 7/6/26.3800All rights reserved.</p>\n"},"1791":{"id":"","ariaLabel":"","title":"","description":""},"1792":{"id":"vehicle-details-prototype-models-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype models shown throughout.
3130Submit rebate by 8/6/26 online at Ford.com/service-rebates or by mail-in rebate form; rebate payment will be sent by mail.3801Modified for racing.
3131See a participating U.S. dealership for vehicle applications and offer details through 7/6/26.<b></b></p>\n"},"1348":{"id":"t2-feb-tire-offer-2","ariaLabel":"","title":"**","description":"<p>**Dealer-installed purchase only.3802Professional drivers with special safety equipment.
3803Close course.
3804Do not attempt.</p>\n"},"1793":{"id":"t2-truck-month-lariat-img","ariaLabel":"t2-truck-month-lariat-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Lariat®&nbsp;model with optional equipment and extra-cost color option shown.
3805When properly equipped.
3806Max towing varies based on cargo, vehicle configuration,&nbsp;accessories, and number of passengers.</p>\n"},"1794":{"id":"t2-truck-month-lariat-img2","ariaLabel":"t2-truck-month-lariat-img2","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Lariat®&nbsp;model with optional equipment and available Ford Accessories shown.</p>\n"},"1795":{"id":"always-consult-owner-manual-bronco26","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Carbonized Gray Metallic exterior color not currently available to order.
3807Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"1796":{"id":"available-ford-accessories-bronco26","ariaLabel":"","title":"Video Details","description":"<p>Available Ford Accessories shown.
3808Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Carbonized Gray Metallic exterior color not currently available to order.
3809Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"1797":{"id":"optional-equipment-always-consult-manual-cargo-load-capacity","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1798":{"id":"removal-doors-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
3810See your Owner’s Manual for detailed information.
3811Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1799":{"id":"FordPassAppDisclaimer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
3812Message and data rates may apply.
3813Terms and conditions apply.
3814Visit <a href=\"http://ford.com/\" target=\"_blank\">ford.com</a> for our privacy notice.</p>\n"},"1800":{"id":"LimitationsApplyDisclaimer","ariaLabel":"","title":"**","description":"<p>**Limitations apply.
3815Earn Points for the purchase of Ford, Motorcraft<sup>®</sup>, or Omnicraft<sup>™</sup> parts and associated labor at a participating Ford Dealership.
3816See Ford Rewards Terms and FAQs. Must have an activated Ford Rewards (formerly known as FordPass<sup>®</sup> Rewards) account within 60 days of service invoice date to receive Ford Rewards Points.</p>\n"},"1801":{"id":"t2-truck-month-landing-page","ariaLabel":"t2-truck-month-landing-page","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3817Take new retail delivery from an authorized Ford Dealer’s stock by 3/31/26.
3818See dealer for qualifications and details.
3819Customer can defer first payment up to 90 days.
3820Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3821Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3822For APRs other than 0%, finance charges continue to accrue during deferral period.
3823Must take delivery by 3/31/26 from an authorized Ford Dealer's stock.
3824All offers exclude: F-150® Raptor®, Ranger®, Ranger Raptor, Maverick®, Super Duty® XLT Regular Cab, Super Duty® XLT Super Cab, Super Duty® Lariat®, Super Duty® King Ranch®, and Super Duty® Platinum®.
3825See dealer for qualifications and details.</p>\n"},"1802":{"id":"2026-ford-bronco-raptor-model-with-optional-equipment-always-consult","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco® Raptor® model with optional equipment and extra-cost color option shown.
3826Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1803":{"id":"2026-ford-bronco-big-bend-model-with-optional-equipment-always-consult","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco® Big Bend® model with optional equipment and extra-cost color option shown.
3827Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1804":{"id":"2025-bronco-badlands-model-with-optional-equipment-available-ford-accessories","ariaLabel":"","title":"*","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and aftermarket equipment shown.
3828Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1805":{"id":"2024-bronco--badlands--model-with-optional-equipment","ariaLabel":"","title":"*","description":"<p>2024 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1806":{"id":"2026 bronco target carrusel 1","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment and available Ford Accessories shown.</p>\n"},"1807":{"id":"t2-pitt-auto-show","ariaLabel":"t2-pitt-auto-show","title":"Disclosure","description":"<p>Offer available on select new 2025-2026 Ford vehicles.
3829Excludes F-150® Raptor, Ranger® Raptor, Mustang Dark Horse®, Mustang®, and Transit®.
3830May not combine with other private or commercial offers, or conquest cash.
3831A/Z/D Plan ineligible.
3832Nontransferable out of household.
3833Limit one per household.
3834U.S. residents only.
3835Must redeem using original offer; no duplicates are accepted.
3836Prior purchases not eligible.
3837Residency restrictions apply.
3838Place a new retail order or take new retail delivery from an authorized Ford Dealer's stock by 3/31/26.
3839See dealer for details</p>\n"},"1808":{"id":"2026 bronco target carrusel 2","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.</p>\n"},"1809":{"id":"2026 bronco target carrusel 3","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Ranger<sup>®</sup> XLT model with optional equipment shown.
3840When properly equipped.
3841Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1810":{"id":"2026 bronco target carrusel 4","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Maverick<sup>®</sup> XLT pickup with optional equipment shown.</p>\n"},"1811":{"id":"electric-activated-vehicle-modem-the-ford-app-required-for-remote-features","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, and the Ford app are required for remote features.
3842Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.
3843Remote features may vary by model.</p>\n"},"1812":{"id":"Prototype-models-shown-2025-Bronco","ariaLabel":"","title":"Image Details","description":"<p>Prototype models shown throughout.
3844Modified for racing.
3845Professional drivers with special safety equipment.
3846Close course.
3847Do not attempt.</p>\n"},"1813":{"id":"t2-truck-month-bb-499","ariaLabel":"t2-truck-month-bb-499","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit® Red Carpet Lease®.
3848Payments may vary; dealer determines price.
3849Offer requires Dealer contribution.
3850Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
3851Lessee has option to purchase at lease-end at price negotiated at signing.
3852For 2025 Ranger XLT: Cash due at signing is after $3,000 Cash Back ($2,000 Bonus Cash + $1,000 Truck Month Cash).
3853For 2025 F-150 STX SuperCrew: Cash due at signing is after $750 RCL Cash back.
3854For 2025 F-150 Lightning XLT: Cash due at signing is after $9,500 Cash Back ($7,500 RCL cash + $2,000 Bonus Cash).
3855For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 3/31/2026.
3856See dealer for qualifications and details.</p>\n"},"1814":{"id":"offer-details-homepage-truck-month-disc","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3857Take new retail delivery from an authorized Ford Dealer’s stock by 3/31/26.
3858See dealer for qualifications and details.
3859Customer can defer first payment up to 90 days.
3860Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3861Deferred first payment not allowed in Pennsylvania on APR higher than 0%.
3862For APRs other than 0%, finance charges continue to accrue during deferral period.
3863Must take delivery by 3/31/26 from an authorized Ford Dealer's stock.
3864All offers exclude: F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup>, Ranger Raptor, Maverick<sup>®</sup>, Super Duty<sup>®</sup> XLT Regular Cab, Super Duty<sup>®</sup> XLT Super Cab, Super Duty<sup>®</sup> Lariat<sup>®</sup>, Super Duty<sup>®</sup> King Ranch<sup>®</sup>, and Super Duty<sup>®</sup> Platinum<sup>®</sup>.
3865See dealer for qualifications and details.</p>\n"},"1815":{"id":"image-details-disc-bronco-sar-homepage","ariaLabel":"","title":"Image Details","description":"<p>Based on S&amp;P Global Mobility US VIO as of September 2025 for the Emergency Vehicles vocation.
3866Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1816":{"id":"t2-truck-month-499","ariaLabel":"t2-truck-month-499","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit® Red Carpet Lease®.
3867Payments may vary; dealer determines price.
3868Offer requires Dealer contribution.
3869Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.
3870Lessee has option to purchase at lease-end at price negotiated at signing.
3871For 2025 Ranger XLT: Cash due at signing is after $3,000 Cash Back ($2,000 Bonus Cash + $1,000 Truck Month Cash).
3872For 2025 F-150 STX SuperCrew: Cash due at signing is after $750 RCL Cash back.
3873For 2025 F-150 Lightning XLT: Cash due at signing is after $9,500 Cash Back ($7,500 RCL cash + $2,000 Bonus Cash).
3874For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 3/31/2026.
3875See dealer for qualifications and details.</p>\n"},"1817":{"id":"t2-feb-tire-offer-1","ariaLabel":"","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.
3876Requires presentation of competitor’s current price ad/offer on exact tire sold by dealership within 30 days after purchase.
3877For online quotes, guarantee applies only to new tires sold on retailer websites.
3878Excludes tires sold by third parties on marketplace sites and any resellers.
3879See a participating U.S. dealership for details.
3880Ford reserves the right to change, modify, or discontinue this program at any time.</p>"},"1818":{"id":"t2-feb-tire-offer-2","ariaLabel":"","title":"**","description":"<p>**Dealer-installed purchase only.
3141See a participating U.S. dealership for vehicle applications and offer details through 3/31/26.</p>"},"1349":{"id":"image-details-2026-maverick-xlt","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1350":{"id":"awards-migration-3","ariaLabel":"","title":"Award Details","description":"<p>Based on S&amp;P Global Mobility total U.S. new vehicle registrations across all sports car segments CYE 2024.</p>\n"},"1351":{"id":"AvailableEcoBoostEngine","ariaLabel":"","title":"*","description":"<p>Available with the 2.0L EcoBoost<sup>®</sup> engine.</p>\n"},"1352":{"id":"bronco-outer-banks-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"1353":{"id":"max-towing-capacity","ariaLabel":"","title":"**","description":"<p>**Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1354":{"id":"DiscTier2Card9Explorer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.3890See a participating U.S. dealership for vehicle applications and offer details through 3/31/26.</p>"},"1819":{"id":"t2-feb-works-offer-1","ariaLabel":"","title":"*","description":"<p>*Up to six (6) quarts of Motorcraft® oil and oil filter.
3891Hybrid battery test excluded.
3892Limit one (1) offer per vehicle.
3893Not valid on prior purchases.
3894Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
3895Points are not redeemable for cash and have no monetary value.
3896Point earning and redemption values are approximate and vary by products and services redeemed.
3897See Ford Rewards Program Terms at <a href=\"https://fordrewards.com\">FordRewards.com</a> regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.
3898Points will be awarded within eight weeks of rebate submission.
3899Offer valid through 3/31/26.
3900Submit rebate by 4/30/26 online at <a href=\"https://www.ford.com/support/service-maintenance/service-rebates/redeem-rebates/\">Ford.com/service-rebates</a> or by mail-in rebate form; rebate payment will be sent by mail.
3901See a participating U.S. dealership for exclusions and details through 3/31/26.
3902Ford reserves the right to change, modify, or discontinue this program at any time.
3903Motorcraft® is a registered trademark of Ford Motor Company.</p>"},"1820":{"id":"t2-feb-works-offer-2","ariaLabel":"","title":"**","description":"<p class=\"Default\"><a name=\"_Hlk215734758\"></a>**Limitations apply.
3904Earn Points for the purchase of Ford, Motorcraft®, or Omnicraft™ parts and associated labor at a participating Ford Dealership.
3905See Ford Rewards Terms and <a href=\"https://www.ford.com/support/category/ford-app/\">FAQs</a>.
3906Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of service invoice date to receive Ford Rewards Points.
3907Motorcraft® and Omnicraft™ are trademarks of Ford Motor Company.</p>"},"1821":{"id":"t2-feb-works-offer-3","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
3144Visit ford.com for our privacy notice.</p>\n"},"1355":{"id":"OptionalEquipmentMustangMDP","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium convertible with optional equipment and extra-cost color shown.</p>\n"},"1356":{"id":"mobile-service-event","ariaLabel":"","title":"Disclosure","description":"<p class=\"MsoNormal\"><span style=\"font-size: 11.0pt;\">*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.3910Visit Ford.com for our privacy notice.</p>"},"1822":{"id":"t2-feb-brakes-offer-1","ariaLabel":"","title":"*","description":"<p>*Dealer-installed retail purchases only.
3145Does not include parts or repair charges. </span></p>\n"},"1357":{"id":"DiscloseOffRoading","ariaLabel":"","title":"Image Disclosure","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1358":{"id":"t2-feb-owner-service-billboard","ariaLabel":"t2-feb-owner-service-billboard","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.3911Not valid on prior purchases.
3146Does not include parts or repair charges.3912Limit one offer per vehicle.
3147Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1359":{"id":"disclaimer-maycampaign-employeepricing","ariaLabel":"","title":"*","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford&nbsp;vehicle from a participating Ford Dealer.3913Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
3148Excludes:&nbsp;2025 Ford Escape®, 2025 Explorer®, 2026 Super Duty® Lariat®, all King Ranch® and Platinum® models; all Chassis Cab and E-Series® models; 2026 Bronco® Stroppe and all Raptor® models except 2025 Bronco Raptor; all Mustang Dark Horse® SC, Mustang® GTD™ models, Ford GT™; and Transit® Wagon.Removed
3149U.S. residents only.Removed
3150Prior purchases not eligible.Removed
3151Other exclusions may apply.Removed
3152Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.&nbsp; See dealer for details.</p>\n"},"1360":{"id":"DriverAssistFeaturesDisc","ariaLabel":"","title":"**","description":"<p>**Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.Removed
3153It does not replace safe driving.Removed
3154See Owner's Manual for details and limitations.</p>\n"},"1361":{"id":"2026-us-bronco-sport-tech-1","ariaLabel":"","title":"*","description":"<p>*Android Auto is a trademark of Google LLC.\u2028Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"1362":{"id":"PreproductionModelBroncoOwnerManual","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.Removed
3155Actual production vehicle may vary.Removed
3156Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1363":{"id":"premium-att-bar-26-mach-e","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.Removed
3157Ford test data based on typical industry methodology using 1-ft rollout.Removed
3158Your results may vary.</p>\n"},"1364":{"id":"ready-set-ford-adventure-expedition-tremor-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.Removed
3159When properly equipped.Removed
3160Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
3161Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1365":{"id":"first-time-buyer-bonus-cash-available-to-customers","ariaLabel":"","title":"Offer Details","description":"<p>$500 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report.Removed
3162Available on the purchase or lease of an eligible 2025 or 2026 Bronco Sport<sup>®</sup>, Maverick<sup>®</sup>, Escape<sup>®</sup>, Mustang Mach-E<sup>®</sup>, and Ranger<sup>®</sup> only.Removed
3163Not available on all other Ford and Lincoln vehicles including Ranger Raptor<sup>®</sup>.Removed
3164Limit one purchase or lease per eligible buyer.Removed
3165Not all buyers will qualify.Removed
3166Must finance or lease through Ford Credit.Removed
3167May not be used/combined with any Ford private offers.Removed
3168Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 1/05/26.Removed
3169See dealer for qualifications and complete details.Removed
3170(PGM #32972) Offer subject to confirmation of eligibility.</p>\n"},"1366":{"id":"inline-disclosures/tesla-conquest-billboard-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E<sup>®</sup> Premium model shown. 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.Removed
3171Please contact your Ford Dealer for the most current inventory status.<br>\n<br>\n2025 Ford F-150 Lightning Platinum shown.</p>\n"},"1367":{"id":"01/05-Hawaii FDAF - YESE Take Down","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco Sport® Badlands® model shown.Removed
3172Optional equipment shown. © 2025 Ford Motor Company.Removed
3173Bronco Sport is a trademark of Ford Motor Company or its affiliates.Removed
3174All rights reserved.</p>\n"},"1368":{"id":"T2-compare-escape-8a","ariaLabel":"","title":"Image Details","description":"<p>2025 Escape<sup>®</sup> Platinum<sup>™</sup> model with optional equipment and extra-cost color option shown.Removed
3175Wheels shown are not available for retail order.Removed
3176Dealers may have limited inventory.Removed
3177Please see your dealer for current inventory status.</p>\n"},"1369":{"id":"ford-accessories-gallery-bronco-2026","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Badlands shown with available Ford Accessories.Removed
3178Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1370":{"id":"t2-cc-SD-towing","ariaLabel":"t2-cc-SD-towing","title":"*","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.Removed
3179Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
3180Based on current publicly available competitive information.Removed
3181When properly equipped.Removed
3182Requires F-450 High-Capacity Gooseneck Tow Package.Removed
3183Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1371":{"id":"t2-owner-ford-pass-rewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
3186See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1372":{"id":"DiscloseTrackUseOnly","ariaLabel":"","title":"*","description":"<p>*For track use only.3916See Ford Rewards Program Terms at <a href=\"https://fordrewards.com\">FordRewards.com</a> regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.
3187Not to be used under any other driving conditions.3917Points will be awarded within eight weeks of rebate submission.
3188May void your vehicle’s limited warranty.3918Offer valid through 3/31/26.
3189See your warranty booklet for details.</p>\n"},"1373":{"id":"DiscSecurityPackageBB","ariaLabel":"","title":"*","description":"<p>*The Ford Security Package is included for a year with the purchase of a select 2024 and newer Ford F-150® and Super Duty® trucks (excluding F-150® Lightning®, F-650® and F-750® trucks), the 2026 Expedition® SUV, 2026 Bronco Sport® SUV, and 2026 Mustang Mach-E® SUV from new vehicle warranty start date.3919Submit rebate by 4/30/26 online at <a href=\"https://www.ford.com/support/service-maintenance/service-rebates/redeem-rebates/\">Ford.com/service-rebates</a> or by mail-in rebate form; rebate payment will be sent by mail.
3190After the first year, pricing starts at $7.99/month.3920See a participating U.S. dealership for exclusions and details through 3/31/26.
3191Customers may also order their eligible equipped vehicles with a One-Time Purchase of Ford Security Package for $595.3921Ford reserves the right to change, modify, or discontinue this program at any time.
3192With the purchase of this option, Ford Security Package will be available for a minimum of seven (7) years, and no additional subscription purchase will be required after the seven (7) years to continue service if the service remains available from Ford.3922Motorcraft® is a registered trademark of Ford Motor Company.</p>"},"1823":{"id":"t2-feb-battery-offer-1","ariaLabel":"","title":"Disclosure","description":"<p>*Visually inspect and test battery using tester.
3193Activation after purchase is required to utilize product features.</p>\n"},"1374":{"id":"based-on-s-and-p-global-mobility","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility Total US total Vehicles in Operation (VIO) as of 7/1/25 for Model Years 2015 to 2025 vs. total New Registrations of those vehicles.</p>\n"},"1375":{"id":"2026-mustang-gt-premium-fastback","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment and extra-cost color shown.</p>\n"},"1376":{"id":"t2-yese-disclaimer","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® limited-term financing.3923Hybrid battery test excluded.
3194Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.3924See a participating U.S. dealership for details.
3925Ford reserves the right to change, modify, or discontinue this program at any time.</p><p>&nbsp;</p>"},"1824":{"id":"t2-feb-rewards-1","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
3926Points are not redeemable for cash and have no monetary value.
3927Point earning and redemption values are approximate and vary by products and services redeemed.
3928See the Ford Rewards Program Terms at&nbsp;FordRewards.com regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.
3929Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1825":{"id":"t2-feb-rewards-2","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
3930Message and data rates may apply.
3931Terms and conditions apply.
3932Visit Ford.com for our privacy notice.</p>\n"},"1826":{"id":"t2-feb-rewards-3","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Limitations apply.
3933Earn Points for the purchase of Ford, Motorcraft<sup>®</sup>, or Omnicraft<sup>™</sup> parts and associated labor at a participating Ford Dealership.
3934See Ford Rewards Terms and FAQs. Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of service invoice date to receive Ford Rewards Points.
3935Motorcraft<sup>® </sup>and Omnicraft<sup>™</sup> are trademarks of Ford Motor Company.</p>\n"},"1827":{"id":"t2-feb-connect-1","ariaLabel":"","title":"*","description":"<p class=\"MsoNormal\">*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
3936Package pricing, included plans, and term lengths vary by model.
3937Some features may only be available while vehicle is parked.
3938Owners can log in to the Ford app (formerly known as the FordPass® app) to see specific features available to them.
3939Credit card required for plan activation and automatically renews unless cancelled.
3940Terms apply.</p>\n"},"1828":{"id":"t2-feb-connect-2","ariaLabel":"","title":"**","description":"<p>**Data speeds may be slowed down after 50 GB of usage within a 30-day period.</p>\n"},"1829":{"id":"t2-feb-secure-1","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
3941Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
3942Credit card required for activation and Package automatically renews until cancelled.
3943Requires vehicle connectivity and a connected mobile device with enabled push notifications.
3944Not available in U.S. territories.</p>\n"},"1830":{"id":"t2-presidents-day-albany-schenectady-saratoga-springs","ariaLabel":"t2-presidents-day-albany-schenectady-saratoga-springs","title":"Disclaimer","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.
3945Visit&nbsp;jdpower.com/awards&nbsp;for more details.
3946Awards based on 2025 model year.&nbsp;</p>\n"},"1831":{"id":"t2-presidents-day-tristate","ariaLabel":"t2-presidents-day-tristate","title":"Disclaimer","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.
3947Visit&nbsp;jdpower.com/awards&nbsp;for more details.
3948Awards based on 2025 model year.&nbsp;</p>\n"},"1832":{"id":"truck-month-2026-new-disc-bb-index","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.</p>\n<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3949Take new retail delivery from an authorized Ford Dealer’s stock by 3/31/26.
3950See dealer for qualifications and details.
3199All offers exclude Mustang® Dark Horse™, Mustang GTD®, F-150® Raptor®, Ranger® Raptor, Ford GT™, Bronco® Raptor, and Bronco Stroppe.3955Must take delivery by 3/31/26 from an authorized Ford Dealer's stock.
3200For all offers take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.3956All offers exclude: F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup>, Ranger Raptor, Maverick<sup>®</sup>, Super Duty<sup>®</sup> XLT Regular Cab, Super Duty<sup>®</sup> XLT Super Cab, Super Duty<sup>®</sup> Lariat<sup>®</sup>, Super Duty<sup>®</sup> King Ranch<sup>®</sup>, and Super Duty<sup>®</sup> Platinum<sup>®</sup>.
3201See dealer for qualifications and complete details. 2025 Mustang Mach-E® SUV inventory may be limited and may vary by location.3957See dealer for qualifications and details.</p>\n"},"1833":{"id":"disc-ford-app-connected-services","ariaLabel":"","title":"*","description":"<p>*The Ford app, compatible with select smartphone platforms, is available via download.
3202Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1377":{"id":"pre-collision-assist-aeb","ariaLabel":"","title":"*","description":"<p>*Pre-Collision Assist® with Automatic Emergency Braking (AEB) can detect pedestrians, but not in all conditions, and does not replace safe driving.3958Message and data rates may apply.
3203See your Owner’s Manual for system limitations.</p>\n"},"1378":{"id":"preproduction-computer-generated-images-shown-mustang-gtd-wheels","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction computer-generated images shown.3959Ford app and complimentary Connected Services are required for remote features (see Ford app Terms for details).
3960Connected Services and features depend on compatible AT&amp;T network availability.
3961Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.
3962Connected Services excludes Wi-Fi hotspot.</p>\n"},"1834":{"id":"t2-feb-service-main","ariaLabel":"","title":"*","description":"<p class=\"MsoNormal\"><span style=\"font-size: 11.0pt; font-family: 'Arial',sans-serif; mso-fareast-font-family: SimHei; mso-fareast-theme-font: minor-fareast; color: black; mso-themecolor: text1;\">*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3963Does not include parts or repair charges.
3964Ford reserves the right to change, modify, or discontinue this program at any time.</span></p>"},"1835":{"id":"2025 lightning target 1","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $69,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model shown.<br>\nAs shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"1836":{"id":"2025 lightning target 2","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model with available Ford Accessories shown.
3965Cargo and load capacity limited by weight and weight distribution.
3966Max payload varies based on accessories and vehicle configuration.
3967See label on doorjamb for carrying capacity of a specific vehicle.
3968Always properly secure cargo.</p>\n"},"1837":{"id":"disc-ford-test-data","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.
3969Your results may vary.</p>\n"},"1838":{"id":"simulated2026fordexplorermodelswithavailablefeatures","ariaLabel":"","title":"Video Details","description":"<p>Simulated 2026 Ford Explorer models with available features and extra cost color options shown throughout.</p>\n"},"1839":{"id":"t2-feb-owner-service-billboard","ariaLabel":"t2-feb-owner-service-billboard","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3970Does not include parts or repair charges.
3971Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1840":{"id":"2025 lightning target 3","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $72,005<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with optional equipment and available Ford Accessories shown.
3972See Owner’s Manual for important operating instructions.</p>\n"},"1841":{"id":"2025 lightning target 4","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"1842":{"id":"2025 lightning target 5","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.
3973Computer-generated image shown.</p>\n"},"1843":{"id":"2025 lightning target 6","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $70,375.<br>\n2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with optional equipment shown.</p>\n"},"1844":{"id":"2025 lightning target 7","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $84,995.<br>\n2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"1845":{"id":"image-details-2026-bronco-sport-heritage","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Heritage with optional features and extra cost color shown.</p>\n"},"1846":{"id":"image-details-2026-maverick-xlt","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1847":{"id":"first-time-buyer-bonus-cash-available-to-customers-v2","ariaLabel":"","title":"Offer Details","description":"<p>$750 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report and a minimum of 6 months’ time with current employer.
3974Credit must be in good standing with a minimum FICO score of 620.
3975Available on the purchase or lease of an eligible new 2025 Ford Bronco®, Bronco Sport®, and Ranger®; 2026-2027 Bronco®, Bronco Sport®, Explorer®, F-150®, Maverick®, Mustang®, Mustang Mach-E®, and Ranger only.
3976Excludes all Raptor® and 2026 Bronco Stroppe models.
3977Limit one purchase or lease per eligible buyer.
3978Not all buyers will qualify.
3979Must finance or lease through Ford Credit.
3980May not be used/combined with any Ford private offers or a 90-day deferral.
3981Minimum $750 down payment required.
3982U.S. residents only.
3983Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 9/30/26.
3984(PGM #33248) Offer subject to confirmation of eligibility.
3985See dealer for qualifications and complete details.</p>\n"},"1848":{"id":"roadside-assistance-asterisk-disc-1","ariaLabel":"","title":"*","description":"<p>*Roadside Assistance is included for certain owners and available to everyone for a per-service fee.
3986Ford reserves the right to change program details without obligations.
3987Ford Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever comes first.</p>\n"},"1849":{"id":"roadside-assistance-asterisk-disc-2","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as FordPass<sup>®</sup> app, is compatible with select smartphone platforms, is available via a download.
3988Message and data rates may apply.
3989Terms &amp; conditions apply.
3990Visit ford.com for our privacy notice.</p>\n"},"1850":{"id":"vehicle-details-daytona-carousel-disc","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype models shown throughout.
3991Modified for racing.
3992Professional drivers with special safety equipment.
3993Closed course.
3994Do not attempt.</p>\n"},"1851":{"id":"2026-ford-bronco-badlands-equipment-shown-owner-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco® Badlands<sup>®</sup> model with optional equipment shown.
3995Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3996Removal of doors for off-road use only.
3997See your Owner’s Manual for detailed information.</p>\n"},"1852":{"id":"2026-maverick-xlt-equipment-properly-equipped-max-towing-owner-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment.
3998When properly equipped.
3999Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
4000Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1853":{"id":"150-calculated-via-peak-performance-of-the-electric-motor-at-peak-battery-power","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.
4001Your results may vary.
4002When home is properly equipped and home transfer switch disconnects home from the grid.
4003Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> with the extended-range battery.
4004Your results may vary based on energy usage.</p>\n"},"1854":{"id":"rtr-packages-mustang-ecoboost","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
4005Preproduction model with optional Hyper Lime brake caliper shown.
3205Projected availability early 2026.4007Available summer 2026.</p>\n<p>Drift brake is intended for track use only.
3206Very limited availability.4008It should never be used on public roads.
3207Inquiry does not guarantee ability to purchase.4009See Owner’s Manual for information on use.
3208Due to unforeseen circumstances, the Magnesium Effect wheel finish (shown) is not currently available.</p>\n"},"1379":{"id":"t2-owner-services-ford-rewards","ariaLabel":"","title":"**","description":"<p>&nbsp;**Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.4010Professional driver.
3209Points are not redeemable for cash and have no monetary value.4011Closed course.
3210Point earning and redemption values are approximate and vary by products and services redeemed.4012Closed track.</p>\n"},"1855":{"id":"optional-rtr-mustang-fastback","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
3211See the Ford Rewards Program Terms at <a title=\"http://FordRewards.com\" href=\"http://fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;bfn-referral-exit&quot;,&quot;directAction&quot;:&quot;bfn-referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;page_client&quot;:&quot;ford-us&quot;,&quot;page_site&quot;:&quot;ford.com/local&quot;,&quot;event_action&quot;:&quot;brand referral&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fpr:overview&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fpr:overview&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1380":{"id":"disclaimer escape exterior 1","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.4013Preproduction model shown.</p>\n"},"1856":{"id":"optional-rtr-mustang-hyper-lime","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional RTR package available on 2026 Ford Mustang® EcoBoost® fastback.
3212U.S. model shown.</p>\n"},"1381":{"id":"disclaimer-2025expeditionplatinumcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition® Platinum® SUV with extra-cost color shown.</p>\n"},"1382":{"id":"available-connectivity","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.4014Preproduction model with optional Hyper Lime brake caliper shown.</p>\n"},"1857":{"id":"DiscImageDetailsXLTModel","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.</p>\n"},"1858":{"id":"DiscImageDetailsRaptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1859":{"id":"DiscVehicleDetailsBroncoSport","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1860":{"id":"DiscVehicleDetailsF150","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with extra-cost color option shown.
3213Package pricing, features, included plans, and term lengths vary by model.Removed
3214Some features may only be available while vehicle is parked.Removed
3215Owners can log into the Ford app to see specific features available to them.Removed
3216Terms apply.</p>\n"},"1383":{"id":"2027-expedition-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>2027 Ford Expedition® Platinum® model with optional equipment shown.</p>\n"},"1384":{"id":"disclaimer2025mustangmachemodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® model with optional equipment and extra-cost color option shown.</p>\n"},"1385":{"id":"costal-gallery-stripe-graphic","ariaLabel":"","title":"Image Details","description":"<p>Stripe Graphic</p>\n<p>Dune grass, salty air, and sun-soaked sands form a spirited side stripe graphic that looks right along the shoreline or rolling down the street.</p>\n"},"1386":{"id":"T2-compare-expedition-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Tremor<sup>® </sup>model with optional equipment and available Ford Accessories shown.Removed
3217Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"1387":{"id":"secondAndThirdRowSeats","ariaLabel":"","title":"Disclaimer","description":"<p>With the second- and third-row seats folded down.</p>\n"},"1388":{"id":"t2-test-yese-000","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
3218Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
3219See dealer for qualifications, and details.Removed
3220Customer can defer first payment up to 90 days.Removed
3221Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
3222Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
3223For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
3224All offers exclude: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, E-Transit® and Transit®.&nbsp;For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
3225See dealer for qualifications and complete details.</p>\n"},"1389":{"id":"as-shown-pricing-bronco","ariaLabel":"","title":"As Shown Pricing","description":"<p>Price as shown $64,370.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> shown in Carbonized Grey with optional equipment.Removed
3226Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1390":{"id":"max-towing-12800-lbs-available-f150-supercrew-85-box-available-50l-v8engine","ariaLabel":"","title":"††","description":"<p>††Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew 6.5' box with available 5.0L V8 engine.Removed
3227Requires tow/haul package and optional Max Tow Axle upgrade.Removed
3228Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1391":{"id":"disclaimer2025broncosportouterbanksoptequip","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport® Outer Banks® model with optional equipment, available Ford Accessories and extra-cost color option.Removed
3229Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1392":{"id":"AsShownPriceMaxActiveModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $66,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>2026 Ford Expedition<sup>®</sup> MAX Active model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1393":{"id":"DiscVehicleDetailsBroncoSport","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1394":{"id":"T2-compare-ranger-3b","ariaLabel":"","title":"*","description":"<p>*Max towing on Ford Ranger<sup>®</sup> Crew Cab models with available Trailer Tow Package.Removed
3230Excludes Raptor<sup>®</sup> models.Removed
3232Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.&nbsp;&nbsp;</p>\n"},"1395":{"id":"based-on-full-charge-e-transit","ariaLabel":"","title":"**","description":"<p>**Based on full charge. 2025 Ford E-Transit<sup>™</sup> Enhanced Range Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf</a>) at ALVW (Adjusted Loaded Vehicle Weight).4016Requires Tow/Haul Package and optional Max Tow Axle.
3233Medium Roof and High Roof models projected range reflecting capability based on CAE analytical adjustments from tested vehicle and adjusted for roof height.4017Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1861":{"id":"disc-raptor-family-billboard-2026","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.
3234Actual driving range varies with conditions such as external environment, vehicle use, upfits and alternation, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1396":{"id":"T2-compare-mache-4","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Ford Mustang Mach-E<sup>®</sup> Rally model shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1397":{"id":"t2-a250-img-detail-bronco","ariaLabel":"","title":"Image Details","description":"<p>Modified vehicle shown.4018Always consult the Owner's Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1862":{"id":"purpose-built-prototype-modified-for-racing","ariaLabel":"","title":"Image Details","description":"<p>Purpose-built prototype model shown, modified for racing.
3235Some equipment may not be available for purchase.4019Professional driver with special safety equipment.
3236Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1398":{"id":"video-details-electric-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.4020Closed course.
3237Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1399":{"id":"2027BroncoRTR","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown throughout.4021Do not attempt.</p>\n"},"1863":{"id":"image-details-2026-f-150-raptor-r","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150® Raptor® R™ model with optional equipment shown.</p>\n"},"1864":{"id":"image-details-2026-ranger-raptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger® Raptor® model with extra-cost color option shown.</p>\n"},"1865":{"id":"As-shwon-price-mustang-2026-premium-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,430.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026&nbsp;Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium fastback model parked on a closed course shown in extra-cost color Adriatic Blue Metallic.</p>\n"},"1866":{"id":"Mustang26MDPoptionalequipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment shown.</p>\n"},"1867":{"id":"Closed-track-mustang-2026","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
4022Electronic line-lock is intended for track use only.
4023It should not be used on public roads.
4024See Owner’s Manual for information on use.</p>\n"},"1868":{"id":"ClosedTrackMustangMDP26","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
4025Electronic line-lock is intended for track use only.
4026It should not be used on public roads.
4027See Owner’s Manual for information on use.</p>\n<p>2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback with extra-cost color shown.</p>\n"},"1869":{"id":"image-details-2026-f-150-raptor-r-2","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150® Raptor® R™ model with extra-cost color option shown.</p>\n"},"1870":{"id":"optional-rtr-package-available-on-2026-ford-mustang-ecoboost-fastback","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
4028Preproduction model with optional Hyper Lime brake caliper shown.
3239Available fall 2026.4030Available late spring 2026.</p>\n"},"1871":{"id":"bronco-as-shown-price-64860-badlands","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $64,860.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> shown in Marsh Gray with optional equipment.
3240Professional driver on closed course.4031Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1872":{"id":"2026MustangGTPremiumExtraColor","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium convertible with optional equipment and extra-cost color shown.</p>\n"},"1873":{"id":"MustangMDPEcoboostCovertibleAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $43,525.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Convertible model parked on a closed course shown in Avalanche Gray.</p>\n"},"1874":{"id":"AttributesBarDisclaimerMustangMDP","ariaLabel":"","title":"**","description":"<p>**486 hp can be achieved on Mustang<sup>®</sup> GT models equipped with active valve dual exhaust.</p>\n"},"1875":{"id":"OptionalEquipmentMustangMDP","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium convertible with optional equipment and extra-cost color shown.</p>\n"},"1876":{"id":"FXPackageMustangMDP","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang® GT Premium fastback model with extra-cost color with FX Package and GT Performance Package shown.</p>\n"},"1877":{"id":"Estimated fuel savings Mach-E 2026","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Estimated fuel savings are based on comparison between 2026 Mustang Mach-E<sup>®</sup> Select/Premium with standard-range battery and RWD with an EPA-est. combined consumption rate of 31 kWh/100 miles and 2026 Ford Escape 2.0L AWD with an EPA-est. combined rating of 26 MPG.
3241Do not attempt.4032Assumes 15,000 miles per year, Q3 2025 average gasoline cost of $3.141/gallon, and residential electricity cost of $0.1769/kWh with all charging carried out at home.
3242Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1400":{"id":"faq-disclosure-bronco2025","ariaLabel":"","title":"*","description":"<p>*Always check your Owner’s Manual for details.</p>\n"},"1401":{"id":"attributes-bar-cruiser-asterisk-disclaimer-mpg","ariaLabel":"","title":"*","description":"<p>3.5L PowerBoost Hybrid engine only</p>\n"},"1402":{"id":"range-premiun-model-mach-e","ariaLabel":"","title":"*","description":"<p>*Premium model with available extended-range battery and RWD.</p>\n"},"1403":{"id":"PreviousModelYearVehicleImageDisc","ariaLabel":"","title":"Image Details","description":"<p>Previous model year vehicle(s) shown.4033Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"1878":{"id":"PriceAsShownEcoboostPremiumConvertible","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $44,535.<sup><sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium Convertible model parked on a closed course shown in Oxford White.</p>\n"},"1879":{"id":"MustangMDPGTPremiumConvertibleAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $58,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> GT Premium Convertible model parked on a closed course shown in extra-cost color Adriatic Blue Metallic.</p>\n"},"1880":{"id":"image-details-travel-and-accommodations","ariaLabel":"","title":"Image Details","description":"<p>Travel and accommodations not included.
3243Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1404":{"id":"image-details-gallery-2026-f150-3","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Raptor R model shown.</p>\n"},"1405":{"id":"T2-compare-2024-bronco-9b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Don’t drive while distracted or while using handheld devices.4034See your Ford Dealer for details.</p>\n"},"1881":{"id":"MustangMDPGTFastbackAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $49,495.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> GT Fastback model parked on a closed course shown in extra-cost color Molten Magenta Metallic.</p>\n"},"1882":{"id":"removal-of-doors-for-off-road-use-only","ariaLabel":"","title":"Video Details","description":"<p>Removal of doors for off-road use only.
3244Use voice-operated systems when possible.4035Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1883":{"id":"price-as-shown-mustang-dark-horse-2026","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $66,770.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> model parked on a closed course shown in Carbonized Gray Metallic.</p>\n"},"1884":{"id":"price-as-shown-2026-mustang-dark-horse-premium","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>&nbsp;2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> Premium parked on a closed course shown in Vapor Blue Metallic.</p>\n"},"1885":{"id":"2026DarkHorsePremiumExtraCost","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang® Dark Horse™&nbsp;Premium with available&nbsp;Mustang® Dark Horse™&nbsp; Appearance Package in Blue Ember Metallic (extra-cost color option) shown.</p>\n"},"1886":{"id":"2026DarkHorsePremiumAppearancePackage","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang Dark Horse<sup>®</sup> Premium with available Mustang Dark Horse Appearance Package.</p>\n"},"1887":{"id":"2026-mustang-gt-premium-fastback","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment and extra-cost color shown.</p>\n"},"1888":{"id":"closed-track-drift-brake-is-intended-for-track-use-only","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
3245Some features may be locked out while the vehicle is in gear.4036Drift brake is intended for track use only.
3246Not all features are compatible with all phones.</p>\n"},"1406":{"id":"fp800s-bronze-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP800S Bronze Graphics</p>\n"},"1407":{"id":"max-towing-disclaimer-f150-models","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
3247Available on XL, STX, XLT and Lariat models.Removed
3248When properly equipped.Removed
3249Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
3250Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1408":{"id":"assembled-in-usa","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Assembled in the USA with domestic and foreign parts.</p>\n"},"1409":{"id":"2026-f-150-mp-billboard-stx","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,070.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> STX<sup>®</sup> 4x4 model shown.</p>\n"},"1410":{"id":"evasive-steer-assist-expedition","ariaLabel":"","title":"*","description":"<p>*Evasive Steer Assist does not control steering.</p>\n"},"1411":{"id":"video-details-mustang-dark-horse-2025","ariaLabel":"","title":"Video Details","description":"<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup>&nbsp;model with extra-cost color option shown.<br>\n<br>\nProfessional driver with special safety equipment.Removed
3251Closed course.Removed
3252Do not attempt.<br>\n<br>\nDrift brake is intended for track use only.Removed
3254See Owner’s Manual for information on use.</p>\n"},"1412":{"id":"DiscloseRequireConnected ServicePlan","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connected Services Plan.4038See Owner’s Manual for information on use.
3255Don’t drive while distracted or while using handheld devices.4039Optional equipment shown.</p>\n"},"1889":{"id":"As-shown-price-2026-mustang-gt-premium-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $54,015.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Mustang<sup>®</sup> GT Premium Fastback model parked on a closed course shown in extra-cost color Orange Fury Metallic.</p>\n"},"1890":{"id":"OptionalEquipmentMustangMDPGT","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment and extra-cost color shown.</p>\n"},"1891":{"id":"2026MustangDarkHorsePremium","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> Premium model parked on a closed course shown in extra-cost color Vapor Blue Metallic.</p>\n"},"1892":{"id":"t2-owner-service-march-tire-update","ariaLabel":"t2-owner-service-march-tire-update","title":"*","description":"<p>*Dealer-installed purchases only.
3256Use voice-operated systems when possible.Removed
3257Some features may be locked out while the vehicle is in gear.Removed
3258Not all features are compatible with all phones.</p>\n"},"1413":{"id":"t2-owner-service-march-tire-update","ariaLabel":"t2-owner-service-march-tire-update","title":"*","description":"<p>*Dealer-installed purchases only.Removed
3269Quick Lane® is a registered trademark of Ford Motor Company.</p>\n"},"1414":{"id":"optional-equipment-2025-mustang-mach-e","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color.</p>\n"},"1415":{"id":"image-details-travel-and-accommodations","ariaLabel":"","title":"Image Details","description":"<p>Travel and accommodations not included.4050Quick Lane® is a registered trademark of Ford Motor Company.</p>\n"},"1893":{"id":"price-as-shown-2026-mustang-ecoboost-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $35,725.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Fastback parked on a closed course shown in Race Red.</p>\n"},"1894":{"id":"disc-2-horsepower-torque","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
3270See your Ford Dealer for details.</p>\n"},"1416":{"id":"memorial-day-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford F-150® STX, Platinum®, and XLT Truck models with optional equipment and extra-cost color options shown. © 2026 Ford Motor Company.4051Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1895":{"id":"disc-3-horsepower-torque","ariaLabel":"","title":"†","description":"<p>†When properly equipped.
3271F-150 and related trademarks are trademarks of Ford or its affiliates.4052Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1896":{"id":"disc-4-horsepower-torque","ariaLabel":"","title":"††","description":"<p>††When properly equipped.
3272All rights reserved.</p>\n"},"1417":{"id":"alwaysdeterminethewaterdepth","ariaLabel":"","title":"*","description":"<p>*Always determine the water depth before attempting a crossing and proceed slowly.4053Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1897":{"id":"video-details-bronco-sport-job-2-security-terms","ariaLabel":"","title":"Video Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.
3273Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"1418":{"id":"based-on-original-equipment","ariaLabel":"","title":"*","description":"<p>*Based on original equipment manufacturers (OEM) / automotive manufacturers that sell all-electric vehicles and have active charging networks.4054Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
3274Department of Energy data as of February 15, 2024 used.4055Credit card required for activation and Package automatically renews until cancelled.
3275Numbers subject to change.4056Requires vehicle connectivity and a connected mobile device with enabled push notifications.
3276Ford app, compatible with select smartphone platforms, is available via download.4057Not available in U.S. territories.</p>\n"},"1898":{"id":"Professional-driver-mustang-2026","ariaLabel":"","title":"Image Details","description":"<p>Professional driver.
3277Message and data rates may apply.</p>\n"},"1419":{"id":"S1","ariaLabel":"","title":"S1","description":"<p>Current Manufacturer Suggested Retail Price (MSRP) for base vehicle.4058Closed course.
3278Excludes <a href=\"https://www.ford.com/auto-shipping-delivery-charges/\" title=\"null\">destination/delivery fee</a> plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.4059Closed track.</p>\n<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.
3279Optional equipment not included.4060Preproduction model with optional Hyper Lime brake caliper shown.
3280Starting A, Z and X Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.4061Actual production vehicle may vary.
3281Not all vehicles qualify for A, Z or X Plan.</p>\n"},"1420":{"id":"disc-4-horsepower-torque","ariaLabel":"","title":"††","description":"<p>††When properly equipped.4062Available summer 2026.</p>\n"},"1899":{"id":"Optional-mustang-rtr-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.
3282Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1421":{"id":"video-details-standard4x4-br-sp-2026","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.4063Preproduction model shown.
3283Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1422":{"id":"Overcome Outages Image details","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped, and home transfer switch disconnects the home from the grid.4064Actual production vehicle may vary.
3284Based on 30 kWh use per day using the F-150 Lightning with the extended-range battery.4065Available summer 2026.</p>\n"},"1900":{"id":"equipped-rtr-mustang-2026","ariaLabel":"","title":"*","description":"<p>*When equipped with the Mustang® RTR® Performance Package.</p>\n"},"1901":{"id":"2026 ABM value practical billboard disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $31,140<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1902":{"id":"2026 ABM value practical carrusel disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Some Ford Digital Experience features require a Connectivity plan.
3285Your results may vary based on energy usage.4066Don’t drive while distracted or while using handheld devices.
3286Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"1423":{"id":"mach-e-gt-mph-disclaimer-two","ariaLabel":"","title":"**","description":"<p>**Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.</p>\n"},"1424":{"id":"T2-compare-mache-2b","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.4067Use voice-operated systems when possible.
3287Your results may vary.4068Some features may be locked out while the vehicle is in gear.
3288Tested with optional summer tires.</p>\n"},"1425":{"id":"disclaimer-max-payload-2,440-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,775 lbs available on F-150® Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost® V6 engine.4069Not all features are compatible with all phones.</p>\n"},"1903":{"id":"","ariaLabel":"","title":"","description":""},"1904":{"id":"2026 ABM value practical carrusel disclaimer 2","ariaLabel":"","title":"Image Details","description":"<p>Maverick<sup>®</sup> Lariat<sup>®</sup> with extra-cost color option shown.</p>\n"},"1905":{"id":"2026 ABM value practical carrusel disclaimer 3","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment, available Ford Accessories, and an extra-cost color option.</p>"},"1906":{"id":"2026 ABM value practical carrusel disclaimer 4","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1907":{"id":"as-shown-price-2026-maverick-lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $40,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1908":{"id":"MustangEcoboostPremiumRaceRed","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $33,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium fastback parked on a closed course shown in Race Red.</p>\n"},"1909":{"id":"Mustang26PreproductionModelShown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3289Max payload varies based on accessories and vehicle configuration.4070Actual production vehicle may vary.
4071Projected availability summer 2026.
4072Very limited availability.
4073See your dealer for availability details.</p>\n"},"1910":{"id":"26MustangOptionalEquipmentImageDetails","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment shown.</p>\n"},"1911":{"id":"2026-maverick-awd-billboard-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>As shown price $33,335<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1912":{"id":"2026-maverick-awd-intersection-assist-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.<br>\nFor optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1913":{"id":"preproduction-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
4074Actual production vehicle may vary.</p>\n"},"1914":{"id":"keeping-map-data-updated-disclaimer","ariaLabel":"","title":"**","description":"<p>**For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1915":{"id":"optional-mustang-rtr-package-actual-production-vehicle-may-vary-available-summer-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.
4075Preproduction model with optional Hyper Lime brake caliper shown.
4076Actual production vehicle may vary.
4077Available summer 2026.</p>\n"},"1916":{"id":"mlb","ariaLabel":"","title":"Important Details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.
4078Visit <a title=\"http://mlb.com/\" href=\"http://mlb.com/#!external\" target=\"_blank\"><u>MLB.com</u></a>&nbsp;and <a title=\"http://milb.com/\" href=\"http://milb.com/#!external\" target=\"_blank\"><u>MiLB.com</u></a>.</p>\n<ul>\n</ul>\n"},"1917":{"id":"PreproductionModelLimitedAvailability","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
4079Actual production vehicle may vary.
4080Projected availability summer 2026.
4081Very limited availability.
4082See your dealer for availability details.</p>\n"},"1918":{"id":"t2-homepage-mlb-bb","ariaLabel":"t2-homepage-mlb-bb","title":"Disclosure","description":"<p>™/© 2026 MLB</p>\n<p>&nbsp;&nbsp;&nbsp; © 2026, Little League Baseball, Incorporated.</p>\n<p>&nbsp;&nbsp;&nbsp; © 2026 Ford Motor Company.
4083F-150 is a trademark of Ford or its affiliates.
4084All rights reserved.</p>\n"},"1919":{"id":"financed-upfront","ariaLabel":"Can be financed upfront with vehicle purchase","title":"*","description":"<p>Can be financed upfront with vehicle purchase</p>\n"},"1920":{"id":"ford-mobile-service-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4085Does not include parts or repair charges.
4086See your Ford Dealer for details.</p>\n"},"1921":{"id":"ford-pickup-delivery-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4087Does not include parts or repair charges.
4088A non-operational vehicle is not eligible and will require a Roadside event.
4089See your Ford Dealer for details.</p>\n"},"1922":{"id":"ford-rewards-limitations","ariaLabel":"","title":"**","description":"<p>**Tier Activity limitations apply.
4090Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Tier Activity.
4091FAQ for details.</p>\n"},"1923":{"id":"ford-pickup-delivery-and-mobile-services-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4092Does not include parts or repair charges.
4093A non-operational vehicle is not eligible for Ford Pickup &amp; Delivery and will require a Roadside event.
4094See your Ford Dealer for details.</p>\n"},"1924":{"id":"FordPickupDeliveryService","ariaLabel":"","title":"*","description":"<p>Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4095Does not include parts or repair charges.
4096A nonoperational vehicle is not eligible and will require a Roadside event.
4097See your Ford Dealer for&nbsp;details.&nbsp;</p>\n"},"1925":{"id":"t2-hp-bb-cardinals-giveaway","ariaLabel":"t2-hp-bb-cardinals-giveaway","title":"Disclosure","description":"<p>2026 Ford Bronco Badlands.
4098NO PURCHASE OR PAYMENT NECESSARY TO ENTER OR WIN.</p>\n<p>NO PURCHASE OR PAYMENT OF ANY KIND WILL INCREASE YOUR CHANCES OF WINNING.</p>\n"},"1926":{"id":"2026 ABM value practical attributes disclaimer","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.
4099Actual mileage will vary.</p>\n"},"1927":{"id":"2026 ABM value practical attributes disclaimer 2","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.
4100Excludes Maverick<sup>®</sup> Lobo<sup>™</sup> and Tremor<sup>®</sup> models.
4101Max payload varies and is based on accessories and vehicle configuration.
3291Always properly secure cargo.</p>\n"},"1426":{"id":"important-details-max-430-horsepower-and-485","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.4103Always properly secure cargo.</p>\n"},"1928":{"id":"2026 ABM value practical attributes disclaimer 3","ariaLabel":"","title":"✝︎","description":"<p>✝︎Max towing on AWD models with available Max Trailer Tow Package.
3292Class is Full-Size Pickups over 8,500 lbs GVWR.4104Excludes Maverick Lobo<sup>™</sup> and Tremor<sup>®</sup> models.
3293Based on current publicly available competitive information.Removed
3294Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
3295Your results may vary.Removed
3297Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1427":{"id":"do-not-drive-distracted-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Don’t drive distracted or while using handheld devices.4106Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
3298Use voice controls.</p>\n"},"1428":{"id":"EquippedConnectedNavigationPackage","ariaLabel":"","title":"*","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.4107Towing and payload are independent attributes and may not be achieved simultaneously.</p>\n"},"1929":{"id":"PreproductionModelShownEntryPoint","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3299Package pricing, features, included plans, and term lengths vary by model.4108Actual production vehicle may vary.
3300Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1429":{"id":"As-shown-price-2025-F-150-new","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $74,905<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> King Ranch model with optional equipment shown.4109Available summer 2026.</p>\n<p>Prototype vehicle shown.
3301Professional driver on closed course.4110Actual production vehicle may vary.
3302Do not attempt.4111Available summer 2026.
3303Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.4112Extra-cost color option.</p>\n"},"1930":{"id":"2024-ford-edge-st-suv","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Edge® ST SUV with extra-cost color shown.</p>\n"},"1931":{"id":"2026-ford-explorer-st-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer® ST model shown.</p>\n"},"1932":{"id":"preproduction-model-actual-production-vehicle-available-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3304Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission teting charge.4113Actual production vehicle may vary.
3305Does not include A, Z or X Plan price.</p>\n"},"1430":{"id":"DiscRanger2025LariatModel","ariaLabel":"","title":"Vehicle Details","description":"<p>Lariat<sup>®</sup> model shown.</p>\n"},"1431":{"id":"vehicle-details-kelley-blue-book","ariaLabel":"","title":"Vehicle Details","description":"<p>For more information, visit Kelley Blue Book’s KBB.com.4114Available to order spring 2026.</p>\n"},"1933":{"id":"2026-ford-escape-platinum-model","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Escape® Platinum model with optional equipment and extra-cost color option shown.</p>\n"},"1934":{"id":"2026-ford-ranger-xl-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Ranger® XL model shown.</p>\n"},"1935":{"id":"2026-ford-maverick-xlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Maverick® XLT model with optional equipment shown.</p>\n"},"1936":{"id":"t2-owner-service-fourtires","ariaLabel":"t2-owner-service-fourtires","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.
3306Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n<p>Extra-cost color shown.</p>\n"},"1432":{"id":"BBDisclaimerMaverick26","ariaLabel":"","title":"U.S. Model Shown Pricing","description":"<p>Price as shown $40,295.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerStartingMSRP\" data-disc-id=\"1\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 1\" aria-labelledby=\"1\"> 1</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model shown with available Ford Accessories and extra-cost colour option.</p>\n"},"1433":{"id":"image-details-optional-equipment-maverick","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and extra-cost color option shown.</p>\n"},"1434":{"id":"whit-extended-range-battery-and-eawd-2","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.</p>\n"},"1435":{"id":"computer-generated-image-shown-bronco-sport-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.4115Requires presentation of competitor’s current price ad/offer on exact tire sold by dealership within 30 days after purchase.
3307Computer-generated image shown.</p>\n"},"1436":{"id":"rsf-v2-3","ariaLabel":"","title":"Vehicle Details","description":"<p>Available on vehicles with embedded modem or equipped with approved plug-in device (PID).4116For online quotes, guarantee applies only to new tires sold on retailer websites.
3308May require modem activation.4117Excludes tires sold by third parties on marketplace sites and any resellers.
3309Ford Pro<sup>™</sup> Telematics and Ford Pro<sup>™</sup> Data Services require a purchased subscription.4118See a participating U.S. dealership for details.
4119Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1937":{"id":"t2-owner-service-tirebrands","ariaLabel":"t2-owner-service-tirebrands","title":"**","description":"<p>**Dealer-installed purchase only.
4120Limit one (1) rebate offer per retail customer vehicle and limit of 15 vehicles per fleet eligible customer. $100 tire rebate or 22,000 Ford Rewards bonus Points on a set of four Goodyear®, Cooper®, Hankook, Bridgestone, Firestone, Pirelli, Yokohama®, Toyo®, and Nitto® tires. $50 tire rebate and $50 service allowance or 22,000 Ford Rewards bonus Points on Michelin and BFGoodrich® tires.
4121Toyo medium/commercial truck and Motorsport patterns are excluded.
4122Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
4123Points are not redeemable for cash and have no monetary value.
4124Point earning and redemption values are approximate and vary by products and services redeemed.
4125See Ford Rewards Program Terms at FordRewards.com regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.
4126Points will be awarded within eight weeks of rebate submission.
4127Offer valid 4/1/26 to 4/30/26.
4128Submit rebate by 5/31/26 online at Ford.com/service-rebates or by mail-in rebate form; rebate payment will be sent by mail.
4129See a participating U.S. dealership for vehicle applications and offer details through 4/30/26.</p>\n"},"1938":{"id":"t2-owner-service-low-price","ariaLabel":"t2-owner-service-low-price","title":"Disclosure","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.
4130Requires presentation of competitor’s current price ad/offer on exact tire sold by dealership within 30 days after purchase.
4131For online quotes, guarantee applies only to new tires sold on retailer websites.
4132Excludes tires sold by third parties on marketplace sites and any resellers.
4133See a participating U.S. dealership for details.
4134Ford reserves the right to change, modify, or discontinue this program at any time.<b></b></p>\n"},"1939":{"id":"t2-owner-service-lifetime-brake-pads","ariaLabel":"t2-owner-service-lifetime-brake-pads","title":"Disclosure","description":"<p>*Available for Motorcraft® brake pads purchased after 7/1/14.
4135Nontransferable.
4136Replacement requires copy of original repair order and completion of any other necessary brake service, such as brake rotor service.
4137Motorcraft brake pads must be installed by U.S. Ford Dealership, Lincoln Retailer, or Quick Lane® Store technician to be covered.
4138Pads only; labor costs not included.
4139Commercial delivery vehicles, taxi, limousine, postal, police, tow trucks, racing, and emergency vehicles are excluded.
4140Restrictions and exclusions apply.
4141See a Service Advisor for details.
4142Ford reserves the right to change, modify, or discontinue this program at any time.
4143Quick Lane® and Motorcraft® are registered trademarks of Ford Motor Company.<b></b></p>\n"},"1940":{"id":"visually-inspect-and-test-battery-using-tester","ariaLabel":"","title":"*","description":"<p>*Visually inspect and test battery using tester.
4144Hybrid battery test excluded.
4145See a participating U.S. dealership for details.
4146Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1941":{"id":"with-exchange-taxes-and-installation-extra-warranty","ariaLabel":"","title":"*","description":"<p>*With exchange.
4147Taxes and installation extra.
4148Warranty includes complimentary towing on dealer-installed battery.
4149Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
4150Points are not redeemable for cash and have no monetary value.
4151Point earning and redemption values are approximate and vary by products and services redeemed.
4152See the Ford Rewards Program Terms at <a href=\"http://fordrewards.com/\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.
4153See a participating U.S. dealership for vehicle applications and limited-warranty details through 6/30/26.
4154Ford reserves the right to change, modify, or discontinue this program at any time.
4155Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"1942":{"id":"limitations-apply-earn-points-for-the-purchase-of-ford-motorcraft","ariaLabel":"","title":"**","description":"<p>**Limitations apply.
4156Earn Points for the purchase of Ford, Motorcraft®, or Omnicraft™ parts and associated labor at a participating Ford Dealership.
4157See the Ford Rewards Terms and <a href=\"https://www.ford.com/support/category/ford-app/\">FAQs</a>.
4158Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of service invoice date to receive Ford Rewards Points.
4159Motorcraft® and Omnicraft™ are trademarks of Ford Motor Company.</p>\n"},"1943":{"id":"the-ford-app-formerly-known-as-the-fordpass-app","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
4160Message and data rates may apply.
3311Telematics service and features, and access to vehicle data, depend on subscription and compatible cellular network availability.4162Visit <a href=\"https://www.ford.com/help/privacy/\">Ford.com</a> for our privacy notice.</p>\n"},"1944":{"id":"t2-homepage-leadership","ariaLabel":"t2-homepage-leadership","title":"Disclosure","description":"<p>Based on 1977-2025 CY industry-reported total sales.
3312Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>\n"},"1437":{"id":"wave-2-f150-achiever-billboard-exp-id-3547","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,305<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 F-150<sup>®</sup> STX 200A 4X4 shown.</p>\n"},"1438":{"id":"ready-set-ford-adventure-bronco-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and available Ford Accessories shown.4163Optional equipment and extra-cost colors shown.</p>\n"},"1945":{"id":"hawaii-billboard-disc","ariaLabel":"","title":"Disclaimer","description":"<p>2025 Ford F-150® XLT model shown.
3313Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1439":{"id":"preproduction-model-production-vehicle-may-vary-available-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.4164Optional equipment shown. © 2025 Ford Motor Company.
3314Actual production vehicle may vary.4165F-150 is a trademark of Ford Motor Company or its affiliates.
3315Available spring 2026.</p>\n"},"1440":{"id":"t2-cc-f150-tires","ariaLabel":"t2-cc-f150-tires","title":"*","description":"<p>*Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"1441":{"id":"must-purchase-or-lease-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 4/1/2025 and 6/30/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.4166All rights reserved.</p>\n"},"1946":{"id":"t2-F150-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® XLT model shown.
4167Optional equipment shown. © 2025 Ford Motor Company.
4168F-150 is a trademark of Ford Motor Company or its affiliates.
4169All rights reserved.</p>\n"},"1947":{"id":"2026-bronco-sport-outer-banks-vehicledetails","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport® Outer Banks® model with optional equipment and extra-cost color option shown.</p>\n"},"1948":{"id":"FordMobileServiceDisclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4170Does not include parts or repair charges.</p>\n"},"1949":{"id":"updated-charger-and-installation-offer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150<sup>®</sup> Lightning<sup>®</sup>, or 2025 or 2026 Mustang Mach-E<sup>®</sup>, from a participating Ford dealer between 4/1/2026 and 07/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
4171Home charge station model and brand may vary based on availability.
3319Must take retail delivery from an authorized Ford dealer's stock by 6/30/2025.4175Must take retail delivery from an authorized Ford dealer's stock by 7/6/2026.
3321See your Ford dealer for details and terms.</p>\n"},"1442":{"id":"T2-compare-ranger-8","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT model with extra-cost color option shown.<b></b></p>\n"},"1443":{"id":"offer-details-disclaimer-1-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.4177See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1950":{"id":"PrototypeVehicleShownMustang","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.
3322Payments may vary; dealer determines price.4178Actual production vehicle may vary.
3323Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.4179Available summer 2026.</p>\n"},"1951":{"id":"important-details-mlb","ariaLabel":"","title":"Important Details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.
3324Lessee has option to purchase at lease-end at price negotiated at signing.4180Visit <u><a href=\"http://mlb.com/\">MLB.com</a></u> and <u><a href=\"http://milb.com/\">MiLB.com</a></u>.</p>\n"},"1952":{"id":"towingyearspayload","ariaLabel":"","title":"Video Details","description":"<p>Max towing varies on cargo vehicle configuration, accessories and number of passengers.</p>\n<p>&nbsp;</p>\n<p>Multiple model years shown.
3325For 2025 Bronco Sport<sup>™</sup> Big Bend<sup>™</sup>, cash due at signing is after $1,000 RCL Cash.4181Not all vehicles available for purchase.
3326For 2025 Escape Active<sup>™</sup> FWD, cash due at signing is after $4,500 cash back ($1,000 RCL Cash + $3,500 Bonus Cash).4182Professional drivers on closed courses.
3327For 2025 Mustang<sup>™</sup> EcoBoost<sup>™</sup> 100A, cash due at signing is after $1,000 RCL Cash.4183Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3328For 2025 Mustang Mach-E<sup>™</sup> Select RWD, cash due at signing is after $8,250 cash back ($6,250 RCL Cash + $2,000 Open Bonus Cash).4184Removal of doors for off road use only.</p>\n<p>&nbsp;</p>\n<p>Max payload varies based on accessories and vehicle configuration.
3329For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.4185See label on doorjamb for carrying capacity of specific vehicle.
3330See dealer for qualifications and details. 2025 Mustang Mach-E inventory may be limited and may vary by location.4186Always properly secure cargo.
3331Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1444":{"id":"disclaimer specs 1","ariaLabel":"","title":"*","description":"<p>*2.0L engine/AWD.4187Maximum power available is limited to the combined total of all items in use.
3332Actual mileage will vary.</p>\n"},"1445":{"id":"t2-service-floridas-billboard","ariaLabel":"t2-service-floridas-billboard","title":"Disclosure","description":"<p>Complimentary pair of front Windshield Wipers with the purchase of The Works® package while supplies last.4188Power may also be limited in Drive mode or in certain ambient temperature conditions.
4189Some electrical equipment requires higher start-up power capacity of the system.
4190See Owner's Manual for important operating instructions.</p>\n"},"1953":{"id":"2026-f150-design","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.
4191When properly equipped.
4192Requires Tow/Haul Package and optional Max Tow Axle.
4193Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1954":{"id":"2026-homepage-summer","ariaLabel":"","title":"Image Details","description":"<p>Preproduction and prototype models shown.
4194Actual production vehicles may vary.
4195Available summer 2026.<br>\n</p>\n"},"1955":{"id":"image-details-vhp-expedition-disc-new-asset-perf","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment, available Ford accessories, and extra-cost color option shown.
4196When properly equipped.
4197Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
4198Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1956":{"id":"online-services-asterisk-disc-new","ariaLabel":"","title":"*","description":"<p>*Not all buyers qualify for Ford Credit financing 4.49% APR for 60 months at $18.64 per $1,000 financed, on Gold and Blue Certified vehicles and 2.99% for 60 months at $17.96 per $1,000 financed on EV vehicles, regardless of down payment.
4199Take delivery from an authorized Ford Dealer's stock by 06/30/2026.
4200Residency restrictions may apply.
4201See dealer for qualifications.</p>\n"},"1957":{"id":"FordDealerDetails","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4202Does not include parts or repair charges.
4203A non-operational vehicle is not eligible for Ford Pickup &amp; Delivery and will require a Roadside event.
4204See your Ford Dealer for details.</p>\n"},"1958":{"id":"2026-bronco-sport-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with available Ford accessories, optional equipment and extra-cost color shown.
4205Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
4206Always determine the water depth before attempting a crossing and proceed slowly.
4207Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"1959":{"id":"Expedition Active 2026 1","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $63,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> Active model with extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1960":{"id":"computer-generated-image-shown-bronco-sport","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.
4208Computer-generated image shown.</p>\n"},"1961":{"id":"AsShownPriceMaxActiveModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $66,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>2026 Ford Expedition<sup>®</sup> MAX Active model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1962":{"id":"2026-bronco-sport-big-bend-ford-accessories","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and Ford Accessories shown.
4209Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1963":{"id":"Expedition Platinum 2026 2","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $75,245.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1964":{"id":"Expedition Tremor 2026 3","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $82,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup> 2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1965":{"id":"computer-generated-image-shown-bronco-sport-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.
4210Computer-generated image shown.</p>\n"},"1966":{"id":"Expedition King Ranch 2026 4","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition<sup>®</sup> King Ranch<sup>®</sup> SUV with extra-cost color option shown parked in the wilderness.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1967":{"id":"FaqExpeditionMaxActive","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
4211Equipped Ford vehicles come with a one-year included trial from new-vehicle warranty start date, after which purchase is required.
4212Requires vehicle connectivity and a connected mobile device with enabled push notifications.
4213Not available in U.S. territories.
4214Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1968":{"id":"2026-escape-vhp-selldown-exp-id-3674-1","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport® Badlands® model with optional equipment and extra-cost color option shown.</p>\n"},"1969":{"id":"2026-escape-vhp-selldown-exp-id-3674-2","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick® XLT model with optional equipment shown.</p>\n"},"1970":{"id":"our-privacy-policy","ariaLabel":"","title":"Our Privacy Policy","description":"<p><a aria-label=\"Learn More about Ford Privacy\" href=\"https://www.ford.com/help/privacy/?intcmp=spotted-cta-helpPrivacy\">ford.com/help/privacy/</a></p>\n"},"1971":{"id":"AsShownPriceMaxPlatinumModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $77,945.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> MAX Platinum<sup>®</sup> SUV with extra-cost color option shown.<br>\n</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1972":{"id":"AsShownPriceMaxKingRanchModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> MAX King Ranch<sup>®</sup> SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1973":{"id":"Tremor Expedition 2026 5","ariaLabel":"","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment, available Ford accessories and extra-cost color option shown.<br>\n</p>\n"},"1974":{"id":"DiscPickUpandDelivery","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4215Does not include parts or repair charges.
4216A nonoperational vehicle is not eligible and will require a Roadside event.
4217See your Ford Dealer for details.</p>\n"},"1975":{"id":"","ariaLabel":"","title":"","description":""},"1976":{"id":"t2-h2h-2026-f150-billboard","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1977":{"id":"AsShownPriceKingRanch","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> King Ranch<sup>®</sup> SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1978":{"id":"t2-service-floridas-billboard","ariaLabel":"t2-service-floridas-billboard","title":"Disclosure","description":"<p>Complimentary pair of front Windshield Wipers with the purchase of The Works® package while supplies last.
3345See a participating U.S. dealership for exclusions and details.</p>\n"},"1446":{"id":"2026-as-shown-price-mustang-dark-sc","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $103,885.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Mustang Dark Horse<sup>®</sup> SC model shown.</p>\n"},"1447":{"id":"2026-mustang-billboard-image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,945<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2026 Mustang<sup>®</sup> GT Premium Coupe with GT Performance Package, Nite Pony Package, optional equipment and extra-cost color shown.4230See a participating U.S. dealership for exclusions and details.</p>\n"},"1979":{"id":"t2-cc-f150-leadership","ariaLabel":"t2-cc-f150-leadership","title":"*","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"1980":{"id":"t2-cc-f150-towing","ariaLabel":"t2-cc-f150-towing","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3346Actual production vehicle may vary.</p>\n"},"1448":{"id":"pasttime-bb-disclosure","ariaLabel":"","title":"Important details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.Removed
3347Visit <a href=\"http://mlb.com/\" title=\"http://mlb.com/\">MLB.com</a> and <a href=\"http://milb.com/\" title=\"http://milb.com/\">MiLB.com</a>.</p>\n"},"1449":{"id":"t2-h2h-26-bronco-cargo-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>® </sup>Outer Banks<sup>® </sup>model with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n"},"1450":{"id":"image-details-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1451":{"id":"Previous-model-year-bronco","ariaLabel":"","title":"Video Details","description":"<p>Previous model year vehicle(s) shown.Removed
3348Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1452":{"id":"2026-escape-performance-image-details","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite with extra-cost color option.</p>\n"},"1453":{"id":"summer-tires-disclaimer-2","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Tested with optional summer tires.</p>\n"},"1454":{"id":"image-details-f-150-reskin","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on a closed course.Removed
3349Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1455":{"id":"As-shwon-price-mustang-2026-premium-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,430.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026&nbsp;Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium fastback model parked on a closed course shown in extra-cost color Adriatic Blue Metallic.</p>\n"},"1456":{"id":"disclosure-based-on-full-charge","ariaLabel":"","title":"**","description":"<p>**Based on full charge.Removed
3350Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1457":{"id":"DisclosureHighPerformanceSportsCars","ariaLabel":"","title":"*","description":"<p>Class is High-Powered Sports Cars with available 300+ HP.Removed
3351Closed track.Removed
3352Drift brake is intended for track use only.Removed
3353It should never be used on public roads.Removed
3354See Owner’s Manual for information on use.</p>\n"},"1458":{"id":"t2-presidents-day-albany-schenectady-saratoga-springs","ariaLabel":"t2-presidents-day-albany-schenectady-saratoga-springs","title":"Disclaimer","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.Removed
3355Visit&nbsp;jdpower.com/awards&nbsp;for more details.Removed
3356Awards based on 2025 model year.&nbsp;</p>\n"},"1459":{"id":"based-on-sp-global-compact-sport-and-mid-size-sport-segments-cye-2024","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations across Compact Sport and Mid-Size Sport segments CYE 2024.</p>\n"},"1460":{"id":"escape-st-line-elite-opt-equip-video-details","ariaLabel":"","title":"Video Details","description":"<p>Escape<sup>®</sup> ST-Line Elite model with optional equipment shown.</p>\n"},"1461":{"id":"carbon-fiber-dark-horse-spoiler-fcg","ariaLabel":"","title":"Image Details","description":"<p>Carbon Fiber Dark Horse Spoiler</p>\n"},"1462":{"id":"t2-transitcom-4","ariaLabel":"4","title":"4","description":"<p>Max payload varies and is based on accessories and vehicle configuration.Removed
3357See label on doorjamb for carrying capacity of a specific vehicle.Removed
3358Always properly secure cargo.</p>"},"1463":{"id":"rsf-modal-3","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> High-Roof Extended-length, Passenger van (DRW), with optional equipment shown.</p>\n"},"1464":{"id":"2025-ford-bronco-raptor-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
3359Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1465":{"id":"as-shown-price-sd-250lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,735.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"1466":{"id":"t2-veterans-day-cash","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).Removed
3360Ford Military Exclusive Cash Reward is available to all active, retirees, and all veteran military personnel of an eligible military branch, including their spouses/surviving spouses, and household members.Removed
3361(PGM# 32892) Offers are available on the purchase or lease of an eligible new 2024/2025/2026 Ford vehicle.Removed
3362Not available on Mustang Dark Horse®, Mustang® GTD, F-150® Raptor®, Ranger® Raptor, Bronco® Raptor, Bronco Stroppe, and Ford GT™.Removed
3363Vehicle eligibility may change at any time.Removed
3364Dollar amounts may vary by market.Removed
3365U.S. residents only.Removed
3366For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 11/19/25.Removed
3367Limit of five purchases or leases per household.Removed
3368Offers are subject to dealer participation.Removed
3369May not be used/combined with any other Ford private offer.Removed
3370See an authorized Ford Dealer or go to <a href=\"https://www.fordrecognizesu.com/\">Ford Recognition Programs</a>&nbsp;for complete details and eligibility.Removed
3371Customer may only claim one offer.Removed
3372Offers are subject to confirmation of eligibility.</p>\n"},"1467":{"id":"2025-mache-sell-down-2","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.Removed
3373Numbers subject to change.Removed
3374Ford App, compatible with select smartphone platforms, is available via download.Removed
3375Message and data rates may apply.</p>\n"},"1468":{"id":"DiscAsShownPrice2025Raptor","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with extra-cost color option shown.</p>\n<p>$56,465 (does not include D&amp;D fees).</p>\n"},"1469":{"id":"preproduction-model-shown-actual-production-vehicle-may-vary-available-fall-2026-2027-super-duty","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.Removed
3376Actual production vehicle may vary.Removed
3377Available Fall 2026. 2027 Super Duty® F-250® XLT model with available Super Duty Carhartt Package, optional equipment and extra cost-color shown.</p>\n"},"1470":{"id":"DisclosureTREMECTM","ariaLabel":"","title":"*","description":"<p>TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"1471":{"id":"2026-mustang-mach-e-select-1","ariaLabel":"","title":"**","description":"<p>**Select option for a one-time purchase of Ford Connectivity Package.Removed
3378Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN).</p>\n"},"1472":{"id":"T2-compare-expedition-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Platinum<sup>® </sup>model with optional equipment shown.&nbsp;</p>\n"},"1473":{"id":"DampingSuspension","ariaLabel":"","title":"*","description":"<p>*Continuously controlled damping can provide some protection against jarring impact and costly wheel and tire repairs from road imperfections.</p>\n"},"1474":{"id":"ranger-convenience-package","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for important operating instructions.Removed
3379Available with the Convenience Package on XLT and Lariat<sup>®</sup> models.Removed
3380Standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1475":{"id":"image-details-vhp-expedition-disc-new-asset-perf","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment, available Ford accessories, and extra-cost color option shown.Removed
4232Requires Tow/Haul Package and optional Max Tow Axle.
3383Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1476":{"id":"fp700s-lowering-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Lowering Kit</p>\n<p>Change the profile of your truck with the FP700s Lowering Kit.4234Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"1981":{"id":"t2-cc-f150-payload","ariaLabel":"t2-cc-f150-payload","title":"*","description":"<p>*Max payload of 2,440 lbs available on F-150<sup>®</sup>&nbsp;Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup>&nbsp;V6 engine.
3384Precision-tuned front coils, laser-cut steel lowering shackles with urethane bushings and laser-cut strut spacer level the vehicle for an athletic stance.</p>\n"},"1477":{"id":"leveraging-ford-telematics","ariaLabel":"","title":"*","description":"<p>*Leveraging Ford Telematics data, we analyzed more than 2.5 million trips, totaling 30 million miles, to understand that the average daily range for commercial vans in the U.S. is 74 miles.Removed
3385Based on full charge.Removed
3386USA targeted range reflecting current capability based on analytical projection consistent with US EPA MCT drive-cycle methodology (<a href=\"http://www.fueleconomy.gov/feg/pdfs/EPA\" target=\"_blank\">www.fueleconomy.gov/feg/pdfs/EPA</a> test procedure for EVs-PHEVs-11-14-2017.pdf).Removed
3387Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, upfits and alterations, lithium-ion battery age, and state of health.</p>\n"},"1478":{"id":"disclaimer-2025expeditionplatinumsuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition® Platinum® SUV with extra-cost color shown.</p>\n"},"1479":{"id":"2024-mustang-mach-e-gt-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E GT shown.</p>\n"},"1480":{"id":"DiscVideoDetailsSuperDuty","ariaLabel":"","title":"Video Details","description":"<p>2026 F-250® Super Duty® Platinum® model shown.</p>\n"},"1481":{"id":"DiscTier2Card1F150","ariaLabel":"","title":"*","description":"<p>*Based on 1977–2024 industry-reported total sales.</p>\n"},"1482":{"id":"EPA-estimated-maverick-2026-mdl-tremor","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 21 city/27 hwy/23 combined, 2.0L EcoBoost<sup>®</sup> engine, 8-Speed Quick Shift Transmission, and Advanced 4WD.Removed
3388Actual mileage will vary.</p>\n"},"1483":{"id":"Image-Details","ariaLabel":"","title":"Image Details","description":"<p>As shown price $79,510<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment shown.</p>\n"},"1484":{"id":"DisclaimerExtraCostColor","ariaLabel":"","title":"*","description":"<p>*Extra-cost paint.</p>\n"},"1485":{"id":"horsepower-performance-disclaimer","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Calculated via peak performance of the electric motor(s) at peak battery power.Removed
3389Your results may vary.</p>\n"},"1486":{"id":"Mustang26PreproductionModelShown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.Removed
3390Actual production vehicle may vary.Removed
3391Projected availability summer 2026.Removed
3392Very limited availability.Removed
3393See your dealer for availability details.</p>\n"},"1487":{"id":"as-show-price-bb-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $44,085<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>.<br>\n2026 Mustang Mach-E<sup>®</sup> Premium models with available Sport Appearance Package and extra-cost color option shown.</p>\n"},"1488":{"id":"Standard on XL XLT and Lariat models","ariaLabel":"","title":"*","description":"<p>*Standard on XL, XLT, and Lariat® models.</p>\n"},"1489":{"id":"t2-homepage-leadership","ariaLabel":"t2-homepage-leadership","title":"Disclosure","description":"<p>Based on 1977-2025 CY industry-reported total sales.Removed
3394Optional equipment and extra-cost colors shown.</p>\n"},"1490":{"id":"awards-most-powerful-supertruck-kelley-blue-book","ariaLabel":"","title":"Award Details","description":"<p>From Most Powerful Supertruck on Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/#!external&quot;}}\">KBB.com</a>.Removed
3395Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/#!external&quot;}}\">KBB.com</a>.Removed
3396Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1491":{"id":"MaverickModelShown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> Lariat model shown.</p>\n"},"1492":{"id":"t2-cc-f150-payload","ariaLabel":"t2-cc-f150-payload","title":"*","description":"<p>*Max payload of 2,440 lbs available on F-150<sup>®</sup>&nbsp;Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup>&nbsp;V6 engine.Removed
3401Always properly secure cargo.</p>\n"},"1493":{"id":"as-shown-pricing-bronco-sport-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$43,200<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> with optional equipment and extra-cost color shown.4239Always properly secure cargo.</p>\n"},"1982":{"id":"t2-cc-f150-ground-clearance","ariaLabel":"t2-cc-f150-ground-clearance","title":"*","description":"<p>*Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"1983":{"id":"t2-cc-f150-tires","ariaLabel":"t2-cc-f150-tires","title":"*","description":"<p>*Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"1984":{"id":"","ariaLabel":"","title":"","description":""},"1985":{"id":"t2-cc-f150-horsepower-torque","ariaLabel":"t2-cc-f150-horsepower-torque","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
3402Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.4240Your results may vary.
3403Does not include A, Z or X Plan price.</p>\n"},"1494":{"id":"2026 Mustang Video Details RSF Billboard","ariaLabel":"","title":"Video Details","description":"<p>As shown price $59,945<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p><p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Coupe with GT Performance Package, Nite Pony Package, optional equipment and extra-cost color shown.4241When properly equipped.
4242Horsepower and torque are independent attributes and may not be achieved simultaneously.
4243Class is Full-Sized Pickups under 8,500 lbs GVWR.
4244Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1986":{"id":"t2-cc-f150-leadership-img","ariaLabel":"t2-cc-f150-leadership-img","title":"Image Details","description":"<p>Optional equipment and extra-cost color options shown.</p>\n"},"1987":{"id":"t2-cc-f150-towing-img","ariaLabel":"t2-cc-f150-towing-img","title":"Image Details","description":"<p>2026 Ford F-150®XLT model with optional equipment and extra-cost color option shown.</p>\n"},"1988":{"id":"t2-cc-f150-payload-img","ariaLabel":"t2-cc-f150-payload-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;XL model with optional equipment shown.</p>\n"},"1989":{"id":"t2-cc-f150-clearance-img","ariaLabel":"t2-cc-f150-clearance-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model shown.</p>\n"},"1990":{"id":"t2-cc-f150-tires-img","ariaLabel":"t2-cc-f150-tires-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model with extra-cost color option shown.</p>\n"},"1991":{"id":"t2-cc-f150-horsepower-torque-img","ariaLabel":"t2-cc-f150-horsepower-torque-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model shown</p>\n"},"1992":{"id":"2026-as-shown-price-mustang-dark-sc","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $103,885.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Mustang Dark Horse<sup>®</sup> SC model shown.</p>\n"},"1993":{"id":"2026-electric-propower","ariaLabel":"","title":"*","description":"<p>*Maximum power available is limited to the combined total of all items in use.
4245Power may also be limited in Drive mode, or certain ambient temperature conditions.
4246Some electrical equipment requires higher startup power than the running rating and could exceed the power capacity of the system.
4247See Owner’s Manual for important operating instructions.
4248Essential home backup power requires the F-150® Hybrid PowerBoost® truck with 7.2kW Pro Power Onboard™ and GenerLink transfer switch, sold separately.</p>\n"},"1994":{"id":"2026-kf-dark-house-sc-1","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown.
3405Available for retail order now, arriving fall 2025.</p>"},"1495":{"id":"t2-supportbelt-made-for","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.4250Available summer 2026.</p>\n"},"1995":{"id":"2026-kf-dark-house-sc-2","ariaLabel":"","title":"*","description":"<p>*In total, Mustang Dark Horse<sup>®</sup> SC with Track Pack produces 620 pounds of rear downforce at 180 miles per hour.</p>\n"},"1996":{"id":"2026-kf-dark-house-sc-3","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown.
3406For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1496":{"id":"removal-of-doors-2026-bronco-video-nuevo","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> preproduction model shown.</p>\n<p>Removal of doors for off-road use only.4251Actual production vehicle may vary.
3407Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1497":{"id":"range-battery-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.4252Available summer 2026.
3408USA EPA-estimated range based on analytical projection consistent with US EPA combined drive cycle.4253Teal Appearance Package shown.</p>\n"},"1997":{"id":"Optional-equipment-shown-2025-bronco-sell-down","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.
3409Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health. **EPA-estimated driving range based on full charge.4254Removal of doors for off-road use only.
3410Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1498":{"id":"ford intelligent rage","ariaLabel":"","title":"*","description":"<p>*Actual range varies with conditions such as external elements, driving behaviors, vehicle maintenance, lithium-ion battery age, and state of health.</p>\n"},"1499":{"id":"t2-feb-rewards-3","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Limitations apply.4255Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1998":{"id":"performance bronco ca 2026 2","ariaLabel":"","title":"Image Details","description":"<p>U.S. model shown.
3411Earn Points for the purchase of Ford, Motorcraft<sup>®</sup>, or Omnicraft<sup>™</sup> parts and associated labor at a participating Ford Dealership.Removed
3412See Ford Rewards Terms and FAQs. Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of service invoice date to receive Ford Rewards Points.Removed
3413Motorcraft<sup>® </sup>and Omnicraft<sup>™</sup> are trademarks of Ford Motor Company.</p>\n"},"1500":{"id":"owners-manual-extended-range-batteries","ariaLabel":"","title":"*","description":"<p>*Owner’s Manual - Extended Range Nickel Cobalt Manganese (NCM) Batteries: Set your preferred charging times to be at least 2-3 hours after your typical plug in time.Removed
3414This allows the battery to cool before charging begins.Removed
3415Additionally, setting the maximum charge level to 90% for everyday usage reduces strain on the battery.</p>\n"},"1501":{"id":"xl-off-road-disclosure","ariaLabel":"","title":"*","description":"<p>Available on F-250® and F-350® Crew Cab only.Removed
3416Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1502":{"id":"front-and-rear-camera-disclaimer","ariaLabel":"","title":"*","description":"<p>*Front Cameras operate at speeds up to 13mph.Removed
3417Rear cameras only operate at speeds under six miles per hour.</p>\n"},"1503":{"id":"based-on-full-charge-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.Removed
3418USA EPA-Est. range based on analytical projection consistent with US EPA combined drive cycle.Removed
3419Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>"},"1504":{"id":"image detail mobile services","ariaLabel":"","title":"Image Details","description":"<p>Transit Cargo Van High Roof Extended Length.Removed
3420DRW</p>\n"},"1505":{"id":"image-details-computer-generated-imagery","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.Removed
3421Computer-generated imagery.</p>\n"},"1506":{"id":"2026-badlands-carousel","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.Removed
3422Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1507":{"id":"T2-compare-ranger-billboard","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger® Raptor® model with optional equipment shown.Removed
3423Professional Driver.Removed
3424Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1508":{"id":"check-your-owners-manual-for-flat-tow-information","ariaLabel":"","title":"*","description":"<p>*Check your Owner’s Manual for flat tow information.</p>\n"},"1509":{"id":"DisclosureFeatureAvailabilityVariesByModel","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by model.</p>\n"},"1510":{"id":"t2-a250-img-detail-f150","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150<b><sup>®</sup> </b>XLT model with optional equipment shown.Removed
3425Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
3426For more information, visit Kelley Blue Book’s <a href=\"http://kbb.com/\" title=\"http://kbb.com/\">KBB.com</a>.Removed
3427Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1511":{"id":"2026-f-150-mp-billboard-lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $63,855.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"1512":{"id":"DiscloseFordPassAppCompatible","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.Removed
3428Message and data rates may apply.Removed
3429Terms and conditions apply.Removed
3430Visit ford.com for our privacy notice.</p>\n"},"1513":{"id":"wi-fi-registered","ariaLabel":"","title":"*","description":"<p>Wi-Fi is a registered trademark of Wi-Fi Alliance<sup>®</sup>.</p>\n"},"1514":{"id":"max-payload-regular-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max payload on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 5.0L V8 engine and Max Trailer Tow and Heavy-Duty Payload Pkgs.Removed
3431Max payload varies and is based on accessories and vehicle configuration.Removed
3432See label on doorjamb for carrying capacity of a specific vehicle.Removed
3433Always properly secure cargo.</p>\n"},"1515":{"id":"ready-set-ford-adventure-ranger-lariat-3","ariaLabel":"","title":"Image","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
3435Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1516":{"id":"DiscBronco2026ComputerGen","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.4257Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1999":{"id":"2026-kf-dark-horse-sc-4","ariaLabel":"","title":"**","description":"<p>**TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"2000":{"id":"this-round-of-applications-will-cover-the-next-three-years","ariaLabel":"","title":"*","description":"<p>This round of applications will cover the next three years of production (27-29MY orders).
3436Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1517":{"id":"ready-set-ford-adventure-explorer-tremor-2","ariaLabel":"","title":"Image","description":"<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.4258This application process will be open April 17th - May 18th, 2026.</p>\n"},"2001":{"id":"as-shown-price-expedition-active-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $64,095.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Active model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2002":{"id":"requires-available-generlink-transfer-switch-sold-separately","ariaLabel":"","title":"*","description":"<p>*Requires available GenerLink transfer switch, sold separately.</p>\n"},"2003":{"id":"as-shown-price-expedition-king-ranch-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $83,690.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® King Ranch® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2004":{"id":"estimates-based-on-an-average-homes-daily-energy-use","ariaLabel":"","title":"*","description":"<p>Estimates based on an average home's daily energy use of 30 kWh which is consistent with the national average of 899 kWh per month (roughly 29.9 kWh per day), as of January 2024 by the <u><a href=\"https://www.eia.gov/tools/faqs/faq.php?id=97&amp;t=3#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.eia.gov/tools/faqs/faq.php&quot;}}\">U.S. Energy Information Administration</a></u>.
3437When properly equipped.4259Requires 7.2 kW or 9.6 kW Pro Power Onboard™, professionally installed GenerLink transfer switch, and a GenerLok cable and Ford Vehicle Connector; subject to local utility provider approval.
3438Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.4260Actual runtime varies based on battery size and home energy demand.
3439Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1518":{"id":"globally-mobillity","ariaLabel":"","title":"Disclaimer","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registration across all sports car segments CYE 2024.</p>\n"},"1519":{"id":"maverick-lariat-model-shown-2026","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lariat model with optional equipment and extra-cost color option shown.</p>\n"},"1520":{"id":"disclaimer-available-lariat-model","ariaLabel":"","title":"*","description":"<p>*Available on the Lariat<sup>®</sup> model.</p>\n"},"1521":{"id":"2026-f150-xl-model-shown-with-regular-cab-long-box","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 F-150® XL model shown with regular cab long box.4261Learn more on the <u><a href=\"https://shopgenerlink.com/ford#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://shopgenerlink.com/pages/ford-owners&quot;}}\">GenerLink website</a></u>.</p>\n"},"2005":{"id":"image-details-bb-disc-bronco-family","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Black Diamond® model with optional equipment and Ford accessories.&nbsp;</p>\n<p>Ford Bronco® Raptor® model with optional equipment and extra-cost color.&nbsp;</p>\n<p>Ford Bronco Sport® Outer Banks® with optional equipment and extra-cost color.</p>\n"},"2006":{"id":"image-details-disc-bronco-family-2-column","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment and extra-cost color.</p>\n<p>Ford Bronco® Big Bend® model with optional equipment, available Ford accessories, and extra-cost color.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2007":{"id":"image-details-disc-bronco-family-2-column-tile","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Sport® Outer Banks® model with optional equipment, available Ford accessories, and extra-cost color.</p>\n"},"2008":{"id":"image-details-bronco-family-accessories-accordion","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco®&nbsp;Raptor®&nbsp;model shown.
3440Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1522":{"id":"2025-mme-model-year-premium-option","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E Premium shown with extra-cost color option.4262Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2009":{"id":"image-details-disc-bronco-family-accordion-accessories-interior","ariaLabel":"","title":"Image Details","description":"<p>Bronco®&nbsp;Wildtrak®&nbsp;with optional equipment and Ford Accessories shown.</p>\n"},"2010":{"id":"2027-ford-expedition-platinum-shown","ariaLabel":"","title":"*","description":"<p>*2027 Ford Expedition® Platinum® SUV shown.</p>\n"},"2011":{"id":"image-details-disc-bronco-family-experiences-off-roadeo","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco®&nbsp;Badlands®&nbsp;model with optional equipment and Ford accessories shown.</p>\n"},"2012":{"id":"as-shown-price-expedition-platinum-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $71,545.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Platinum® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2013":{"id":"As-shwon-price-expedition-2027-active-max","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $67,095.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><sup> </sup>2027 Ford Expedition® MAX Active model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2014":{"id":"as-shown-price-expedition-max-king-ranch-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $86,690.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® MAX King Ranch® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2015":{"id":"as-shown-price-expedition-max-platinum-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $74,545.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® MAX Platinum® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2016":{"id":"as-shown-price-expedition-2027-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $82,895.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Tremor® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2017":{"id":"2027-expedition-tremor-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2027 Expedition® Tremor® model with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n<p>When properly equipped.
3441Computer-generated image shown.</p>\n"},"1523":{"id":"DiscVanWagon2026AndroidiPhone","ariaLabel":"","title":"Image Details","description":"<p>Don’t drive while distracted or while using handheld devices.4263Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2018":{"id":"BasedGlobalMobilty4x4","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations for the 4x4 drive type for CY 2025.</p>\n"},"2019":{"id":"t2-owner-service-may-tire-offer1","ariaLabel":"t2-owner-service-may-tire-offer1","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.
3442Use voice-operated systems when possible.4264Requires presentation of competitor’s current price ad/offer on exact tire sold by dealership within 30 days after purchase.
3443Some features may be locked out while the vehicle is in gear.4265For online quotes, guarantee applies only to new tires sold on retailer websites.
3444Not all features are compatible with all phones.</p>\n<p>Compatible Android<sup>™</sup> or iPhone<sup>®</sup> with compatible active data plan and software required.4266Excludes tires sold by third parties on marketplace sites and any resellers.
3445Wireless use of Android Auto<sup>™</sup> requires a compatible Android 11.0+ phone and compatible active data plan.4267See a participating U.S. dealership for details.
3446Check <a href=\"https://g.co/androidauto/requirements\">g.co/androidauto/requirements</a> for compatibility.4268Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"2020":{"id":"t2-owner-service-may-tire-offer2","ariaLabel":"t2-owner-service-may-tire-offer2","title":"**","description":"<p>**Dealer-installed purchase only.
3447SYNC<sup>®</sup> 4 does not control third-party products while in use.4269Limit one (1) rebate offer per retail customer vehicle and limit of 15 vehicles per fleet eligible customer. $130 tire rebate or 28,000 Ford Rewards bonus Points on a set of four Goodyear®, Cooper®, Hankook, Bridgestone, Firestone, Pirelli, Yokohama®, Toyo®, and Nitto® tires. $50 tire rebate and $80 service allowance or 28,000 Ford Rewards bonus Points on Michelin and BFGoodrich® tires.
3448Third parties are solely responsible for their respective functionality.</p>\n"},"1524":{"id":"T2-compare-2024-bronco-5b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Removal of doors for off-road use only.4270Toyo medium/commercial truck and Motorsport patterns are excluded.
3449See Bronco Owner’s Manual for detailed information.4271Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
3450Shown with optional equipment.</p>\n"},"1525":{"id":"disclosure-escape-epa-estimated-rating-26-32-28","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 26 city/32 hwy/28 combined mpg, 1.5L engine/8-speed transmission/AWD drivetrain.4272Points are not redeemable for cash and have no monetary value.
3451Actual mileage will vary.</p>\n"},"1526":{"id":"owners-manual-3","ariaLabel":"","title":"†","description":"<p>†See Owner’s Manual for important operating instructions.4273Point earning and redemption values are approximate and vary by products and services redeemed.
3452Assumes 9.8 kWh use per day for Pro Power Onboard<sup>™</sup>.4274See the Ford Rewards Program Terms at FordRewards.com for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.
3453Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"1527":{"id":"sinister-bronze-17-x-8-5-wheel-x5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze 17&quot; x 8.5&quot; Wheel – x5</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.4275Points will be awarded within eight weeks of rebate submission.
3454These burnished metal wheels blend form and function with a fit perfect for your vehicle.4276Offer valid 5/1/26 to 7/6/26.
3455They are tough enough for the trail but stylish on the street.</p>\n"},"1528":{"id":"Front-camera-2027-expedition","ariaLabel":"","title":"*","description":"<p>*Front camera operates at speeds up to 13 mph.4277Submit rebate by 8/6/26 online at Ford.com/service-rebates or by mail-in rebate form; rebate payment will be sent by mail.
3456Rear camera only operates at speeds under six miles per hour.</p>\n"},"1529":{"id":"disclosure=escape-epa-estimated-rating-27-34-30","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 27 city/34 hwy/30 combined mpg, 1.5L engine/8-speed transmission/FWD drivetrain.4278See a participating U.S. dealership for vehicle applications and offer details through 7/6/26.<b></b></p>\n"},"2021":{"id":"disclaimer-maycampaign-employeepricing","ariaLabel":"","title":"*","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford&nbsp;vehicle from a participating Ford Dealer.
3457Actual mileage will vary.</p>\n"},"1530":{"id":"WildtrakEquipmentExtraCost","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Wildtrak<sup>®</sup> model with optional equipment, available Ford Accessories, after-market equipment, and extra-cost color option shown.</p>\n"},"1531":{"id":"matte-black-bronco-badge","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bronco Badge</p>\n<p>Stamp your Bronco with Built Wild<sup>®</sup> style and strength.4279Excludes:&nbsp;2025 Ford Escape®, 2025 Explorer®, 2026 Super Duty® Lariat®, all King Ranch® and Platinum® models; all Chassis Cab and E-Series® models; 2026 Bronco® Stroppe and all Raptor® models except 2025 Bronco Raptor; all Mustang Dark Horse® SC, Mustang® GTD™ models, Ford GT™; and Transit® Wagon.
3458This subtle metallic horse replaces the factory emblem with a look that is all yours: powerful, rugged, and striking.4280U.S. residents only.
3459It's a cohesive detail planned to pull your build together.</p>\n"},"1532":{"id":"testInlineDisclosure","ariaLabel":"","title":"Test Inline Disclosure","description":"<p>Please consult with your own tax or legal professional to determine your individual eligibility.4281Prior purchases not eligible.
3460Tax credit amount is based on vehicle-specific component sourcing and assembly and may be subject to change.4282Other exclusions may apply.
3461You may not claim the credit if (1) your adjusted gross income exceeds certain thresholds or (2) the MSRP of the vehicle, as configured, exceeds $80,000 (including all optional equipment attached to the vehicle at the time of delivery to the dealer, but excluding destination charges, optional items added by the dealer, taxes and fees).4283Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.&nbsp; See dealer for details.</p>\n"},"2022":{"id":"image-details-brfamily-badlands-disc","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment and extra-cost color.
3462Not every F-150 Lightning will qualify for the tax credit.4284Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2023":{"id":"image-details-brfamily-equipment-accessories","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment, Ford accessories, aftermarket accessories, and extra-cost color option shown.<br>\nFord Bronco® Badlands® model with optional equipment and Ford accessories shown.</p>\n"},"2024":{"id":"driver-safety-equipment-target","ariaLabel":"","title":"Image Details","description":"<p>Professional driver with special safety equipment.
3463For you to receive the tax credit, the dealer must confirm that your specific vehicle qualifies and must provide you with an IRS time-of-sale report.4285Close course.
3464Tax credit may be applied at point of sale, subject to dealer availability, or as a potential future tax savings.4286Do not attempt.</p>\n"},"2025":{"id":"buy-mustang-disclaimer-prototype","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.
3465Tax credit is not available for vehicles acquired after September 30, 2025.4287Actual production vehicle may vary.</p>\n"},"2026":{"id":"Available-on-2027-expedition-platinum","ariaLabel":"","title":"*","description":"<p>*Available on 2027 Expedition® Platinum® models with the 30th Anniversary Appearance Package and Expedition Tremor® models.
3466The amount of your tax savings will depend on your individual tax circumstances.4288Standard on Platinum models with the Stealth Performance Package or Platinum® Ultimate Package.</p>\n"},"2027":{"id":"Included-with-the-platinum-ultimate-package-expedition-2027","ariaLabel":"","title":"**","description":"<p>**Included with the Platinum® Ultimate Package and Stealth Performance Package and standard on the Expedition® King Ranch® model.
3467Incentives and additional rebates are not within Ford’s control.4289Not included on Expedition Tremor® model.</p>\n"},"2028":{"id":"Standard-on-30th-anniversary-expdition-2027","ariaLabel":"","title":"†","description":"<p>†Standard on 30th Anniversary Appearance Package, so it's not included in Driver's Package for that combination.</p>\n"},"2029":{"id":"lincolneppdisclaimer","ariaLabel":"","title":"**","description":"<p>**Employee Pricing is available at participating dealers.
3468This information does not constitute tax or legal advice.4290Employee Starting at Pricing for base 2026 model year vehicles.
3469For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml.\">https://fueleconomy.gov/feg/tax2023.shtml.</a></p>\n<p>&nbsp;</p>\n"},"1533":{"id":"as-shown-price-expedition-max-platinum-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $74,545.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® MAX Platinum® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1534":{"id":"charging-mme-pod","ariaLabel":"","title":"**","description":"<p>Charging the 2025 Mustang Mach-E<sup>®</sup> Select and Premium models with standard-range battery and RWD using the available 32-amp Ford Mobile Power Cord and a standard 240V outlet can add an estimated 22.2 miles (35.5 kilometers) of range on average per charging hour. <br>\n<br>\nRange and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.4291Excludes <a href=\"https://www.lincoln.com/auto-shipping-delivery-charges/\"><u>destination/delivery</u></a> fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
3470The charging rate decreases as battery reaches full capacity.4292Optional equipment not included.</p>\n"},"2030":{"id":"disclaimer-maycampaign-offerDetailemployeepricing","ariaLabel":"","title":"Offer Details","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford vehicle from a participating Ford Dealer.
3471Your results may vary based on peak charging times and battery state of charge.4293Excludes: 2025 Ford Escape®, 2025 Explorer®, 2026 Super Duty® Lariat®, all King Ranch® and Platinum® models; all Chassis Cab and E-Series® models; 2026 Bronco® Stroppe and all Raptor® models except 2025 Bronco Raptor; all Mustang Dark Horse® SC, Mustang® GTD™ models, Ford GT™; and Transit® Wagon.
3472Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1535":{"id":"disclosure-actual-mileage-may-vary","ariaLabel":"","title":"*","description":"<p>*Actual mileage may vary.</p>\n"},"1536":{"id":"t2-compare-mustang-3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with extra-cost color option shown.4294U.S. residents only.
3473Drift brake is intended for track use only.4295Prior purchases not eligible.
3474It should never be used on public roads.4296Other exclusions may apply.
3475See Owner’s Manual for information on use.</p>\n"},"1537":{"id":"T2-compare-2024-bronco-6b","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1538":{"id":"2025broncosportbadlandsmodelwithsasquatchpackage","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color and Sasquatch Badlands<sup>®</sup> Package shown.4297Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.&nbsp; See dealer for details.</p>\n"},"2031":{"id":"preproduction-model-shown-actual-production-vehicle-may-vary-available-fall-2026-2027-super-duty","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.
3476Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1539":{"id":"2026 ABM value practical billboard disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $31,140<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1540":{"id":"t2-truck-month-towing-payload-claim","ariaLabel":"t2-truck-month-towing-payload-claim","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.4298Actual production vehicle may vary.
3477When properly equipped.4299Available Fall 2026. 2027 Super Duty® F-250® XLT model with available Super Duty Carhartt Package, optional equipment and extra cost-color shown.</p>\n"},"2032":{"id":"max-gooseneck-tow-rating-of-40000-lbs-available-on-f-450-xl-regular-cab-4x2","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs. available on F-450® XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
3478Requires Tow/Haul Package and optional Max Tow Axle.Removed
3479Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.Removed
3480Class is Full-Size Pickups under 8,500 lbs.Removed
3481GVWR.</p>\n"},"1541":{"id":"2027-expedition-max-disclosure-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>2027 Ford Expedition® MAX Platinum® model with optional equipment and extra-cost color option shown.</p>\n"},"1542":{"id":"peak-performance-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.Removed
3482Your results may vary.</p>\n"},"1543":{"id":"ranger-convenience-package-xlt-and-lariat","ariaLabel":"","title":"*","description":"<p>*Available with the Convenience Package on XLT and Lariat<sup>®</sup> models.</p>\n"},"1544":{"id":"zero-emissions-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on EPA tailpipe rating.Removed
3483Visit <a href=\"https://fueleconomy.gov/\" target=\"_blank\">fueleconomy.gov</a> for more information.</p>\n"},"1545":{"id":"TBD based on image selection","ariaLabel":"","title":"Image Details","description":"<p>TBD based on image selection</p>\n"},"1546":{"id":"DiscRanger2026Driver-assist","ariaLabel":"DiscRanger2026Driver-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
3484It does not replace safe driving.Removed
3485See Owner’s Manual for details and limitations.Removed
3486Feature availability varies by model and trim.</p>\n"},"1547":{"id":"removal-of-doors-2026-bronco-video","ariaLabel":"","title":"Video Details","description":"<p>Removal of doors for off-road use only.Removed
3487Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1548":{"id":"vehicle-details-1-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>Model shown with optional features and available Ford accessories.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1549":{"id":"Max 430 horsepower and 485 Commercial","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L V8 gas engine.Removed
3490Horsepower and torque ratings based on testing requirements prescribed in SAE J1349<sup>®</sup> standard.4302Based on current publicly available competitive information.
3491Your results may vary.Removed
3493Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1550":{"id":"25l-hybrid-engine-awd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/AWD.4304Requires F-450 High-Capacity Gooseneck Tow Package.
3494Actual mileage will vary.</p>\n"},"1551":{"id":"ImageDetailsCarhartt","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.4305Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2033":{"id":"preproduction-model-production-vehicle-may-vary-available-fall-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
4306Actual production vehicle may vary.
4307Available fall 2026.</p>\n"},"2034":{"id":"xl-off-road-disclosure","ariaLabel":"","title":"*","description":"<p>Available on F-250® and F-350® Crew Cab only.
4308Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2035":{"id":"xl-off-road-package-disclosure","ariaLabel":"","title":"*","description":"<p>*Performance front and rear shocks absorb F-250® series trucks greater than the 10K GVWR Package.</p>\n"},"2036":{"id":"tremor-off-road-disclosure","ariaLabel":"","title":"*","description":"<p>*Must be paired with the XL Driver Assist Package and the 160&quot; wheelbase.</p>\n"},"2037":{"id":"ImageDetailsCarhartt","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
3499Available fall 2026.</p>\n"},"1552":{"id":"offer-details-homepage-truck-month-disc","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.4313Available fall 2026.</p>\n"},"2038":{"id":"t2-a250-billboard","ariaLabel":"","title":"Disclosure","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford vehicle from a participating dealer.
3500Take new retail delivery from an authorized Ford Dealer’s stock by 3/31/26.4314Excludes: 2025 Ford Escape®, 2025 Explorer®, 2026 Super Duty® Lariat®, King Ranch® and Platinum® models; all Chassis Cab and E-Series models (except for E-Transit™); 2026 Bronco® Stroppe and all Raptor® models except 2025 Bronco Raptor; Mustang Dark Horse® SC, Mustang GTD™ models, Ford GT; Transit Wagon.
3501See dealer for qualifications and details.4315U.S. residents only.
3502Customer can defer first payment up to 90 days.4316Prior purchases not eligible.
3503Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.4317Other exclusions may apply.
3504Deferred first payment not allowed in Pennsylvania on APR higher than 0%.4318Must place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.
3505For APRs other than 0%, finance charges continue to accrue during deferral period.4319See dealer for details.</p>\n"},"2039":{"id":"t2-a250-img-detail-bronco","ariaLabel":"","title":"Image Details","description":"<p>Modified vehicle shown.
3506Must take delivery by 3/31/26 from an authorized Ford Dealer's stock.4320Some equipment may not be available for purchase.
3507All offers exclude: F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup>, Ranger Raptor, Maverick<sup>®</sup>, Super Duty<sup>®</sup> XLT Regular Cab, Super Duty<sup>®</sup> XLT Super Cab, Super Duty<sup>®</sup> Lariat<sup>®</sup>, Super Duty<sup>®</sup> King Ranch<sup>®</sup>, and Super Duty<sup>®</sup> Platinum<sup>®</sup>.4321Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2040":{"id":"t2-a250-img-detail-explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n"},"2041":{"id":"t2-a250-img-detail-transit","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Transit<b><sup>®</sup></b> Cargo Van with optional and aftermarket equipment shown.</p>\n"},"2042":{"id":"t2-a250-img-detail-f150","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150<b><sup>®</sup> </b>XLT model with optional equipment shown.
3508See dealer for qualifications and details.</p>\n"},"1553":{"id":"t2-supportbelt-engineered-to","ariaLabel":"","title":"*","description":"<p>*The SupportBelt™ is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.4322Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3509For shoulder belt use only.4323For more information, visit Kelley Blue Book’s <a href=\"http://kbb.com/\" title=\"http://kbb.com/\">KBB.com</a>.
3510Do not use on lap portion of belt.4324Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2043":{"id":"t2-a250-img-detail-maverick","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>® </sup>XLT model shown.</p>\n<p><a href=\"https://www.motortrend.com/news/ford-maverick-2026-truck-of-the-year\">https://www.motortrend.com/news/ford-maverick-2026-truck-of-the-year</a></p>\n"},"2044":{"id":"t2-a250-img-detail-ranger","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<b><sup>®</sup></b> Raptor<b><sup>®</sup></b> model with extra-cost color option shown.
3511Not for use by children or with child seats or booster seats.4325Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<b></b></p>\n"},"2045":{"id":"Lariat with optional equipment shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150® Lariat with optional equipment shown.</p>\n"},"2046":{"id":"as-shown-price-max-king-ranch-updates-expedition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,355.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition® MAX King Ranch® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2047":{"id":"as-shown-price-max-platinum-updates-expedition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $78,245.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition®&nbsp;MAX Platinum®&nbsp;model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2048":{"id":"as-shown-price-change-updates-expedition-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,355.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition®&nbsp;King Ranch®&nbsp;model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2049":{"id":"2026-f150-xl-model-shown-with-regular-cab-long-box","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 F-150® XL model shown with regular cab long box.
3512For use by mastectomy patients.</p>\n"},"1554":{"id":"t2-truck-month-lariat-img2","ariaLabel":"t2-truck-month-lariat-img2","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Lariat®&nbsp;model with optional equipment and available Ford Accessories shown.</p>\n"},"1555":{"id":"roadside-assistance-disclaimer-2","ariaLabel":"","title":"**","description":"<p>**This service is part of Roadside Assistance, which is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.</p>\n"},"1556":{"id":"professional-driver-on-a-closed-course-disclaimer","ariaLabel":"","title":"*","description":"<p>*Professional driver on a closed course.4326Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2050":{"id":"2026-expedition-tremor-with-available-ford-accessories","ariaLabel":"","title":"Video Details","description":"<p>2026 Expedition® Tremor® with available Ford Accessories, and extra cost color option shown.
3513Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1557":{"id":"image-details-disclosure-secure-cargo","ariaLabel":"","title":"Image Details","description":"<p>Always properly secure cargo.</p>\n"},"1558":{"id":"bronze-lug-nut-kit-m14-x-1-5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Lug Nut Kit (M14 x 1.5)</p>\n"},"1559":{"id":"2026-f-150-mp-billboard-platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $73,595.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"1560":{"id":"DisclosureSeeOwnerManual","ariaLabel":"","title":"Image Details","description":"<p>See Owner’s Manual for important operating instructions.</p>\n"},"1561":{"id":"see-owners-f-150-reskin","ariaLabel":"","title":"†","description":"<p>†See Owner's Manual for important operating instructions.</p>\n"},"1562":{"id":"power-up-image-detail","ariaLabel":"","title":"Image Details","description":"<p>2023 Mustang Mach-E<sup>®</sup> shown.</p>\n"},"1563":{"id":"video-details-carthartt-package-new-disc","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.4327Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2051":{"id":"preproduction-model-production-vehicle-may-vary-available-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3515Available fall 2026.</p>\n"},"1564":{"id":"black-f150-tailgate-lettering-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black F-150<sup>®</sup> Tailgate Lettering</p>\n<p>Look polished leading the way with F-150 tailgate lettering dressed in all black.4329Available spring 2026.</p>\n"},"2052":{"id":"as-shown-price-26-mustang-ecoboost-fastback-v2","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $33,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback model parked on a closed course shown in Race Red.</p>\n"},"2053":{"id":"DiscSecurityPackageFordApp","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires Ford app, modem activation, and an activated plan.
3516You’re running an F-Series - America’s best-selling trucks, with an iconic take all its own.</p>\n"},"1565":{"id":"basedoncomparisonbetween2025f150","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on comparison between 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with a manufacturer-tested 0–60 mph time of 3.8 seconds and 2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> with 10-Speed Automatic Transmission with a 0–60 mph time of 3.7 seconds.</p>\n"},"1566":{"id":"target-low-millage-ford-credit-3","ariaLabel":"","title":"**","description":"<p>**Complimentary two-year maintenance plan available on select Ford vehicles.Removed
3517Coverage begins at the new-vehicle limited warranty start date for two years or up to 25,000 miles, whichever occurs first.Removed
3518Transferable for a fee.Removed
3519See your dealer for a complete list of coverage details and limitations.</p>\n"},"1567":{"id":"price-as-shown-2026-ford-bronco-raptor-model","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $83,080.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>&nbsp;2026 Ford Bronco<sup>®</sup> Raptor model shown in Shelter Green.Removed
3520Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1568":{"id":"bronco-sport-big-bend-model-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport Big Bend model with optional equipment and extra-cost color option shown.Removed
3521Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1569":{"id":"2025broncosportbigbendmodelwithblackdiamond","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with Black Diamond Off-Road Package and extra-cost color option shown.</p>\n"},"1570":{"id":"T2-compare-escape-6","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
3522They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
3523Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
3524See Owner’s Manual for details and limitations.Removed
3525Front Cameras operate at speeds up to 13mph.Removed
3526Rear cameras only operate at speeds under six miles per hour.</p>\n"},"1571":{"id":"As Shown Price Ranger XLT 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,770.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> XLT 4x4 shown in extra-cost color option, Velocity Blue Metallic with Sport Appearance Package.Removed
3527Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1572":{"id":"escape-st-line-elite-opt-equip-image-details","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> ST-Line Elite model with optional equipment shown.</p>\n"},"1573":{"id":"rsf-adventure-vlu-f-150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $67,205<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.Removed
3528Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1574":{"id":"2025 SSE Take Down","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model shown.Removed
3529When properly equipped.Removed
3530Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.</p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model shown.</p>\n<p>2025 Mustang EcoBoost<sup>®</sup> Fastback model shown.</p>\n"},"1575":{"id":"disc-wifi-hotspot","ariaLabel":"","title":"*","description":"<p>*Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of 3 months or when 3GB of data is used, whichever comes first.Removed
3531To activate, go to <a href=\"http://www.att.com/ford\" target=\"_self\">www.att.com/ford</a>.</p>\n"},"1576":{"id":"DiscMaxPayF-150-11-600","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,600 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hyrbid V6 engine.Removed
3532When properly equipped.Removed
3533Requires Tow/Haul Package and optional Max Tow Axle.Removed
3534Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1577":{"id":"max-payload-of-8000-lbs","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.Removed
3535Max payload varies and is based on accessories and vehicle configuration.Removed
3536See label on doorjamb for carrying capacity of specific vehicle.Removed
3537Always properly secure cargo.Removed
3538Class is Full-Size Pickups over 8,500 lbs.Removed
3539GVWR.</p>\n"},"1578":{"id":"wheelsshownarenotavailableforretailorder","ariaLabel":"","title":"*","description":"<p>*Wheels shown are not available for retail order.Removed
3540Dealers may have limited inventory.Removed
3541Please see your dealer for current inventory status.</p>\n"},"1579":{"id":"dramatizations-video-details","ariaLabel":"","title":"Video Details","description":"<p>Dramatization.</p>\n"},"1580":{"id":"st-explorer-disclaimer-horsepower-torque-attributes","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are separate attributes and may not be achieved simultaneously.</p>\n"},"1581":{"id":"2025f150lightninglariatrangeandchargetime","ariaLabel":"","title":"*","description":"<p><sup>*</sup>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.Removed
3542The charging rate decreases as battery reaches full capacity.Removed
3543Your results may vary based on peak charging times and battery state of charge.Removed
3544Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1582":{"id":"DisclosureHighPowered","ariaLabel":"","title":"*","description":"<p>*Class is High-Powered Sports Cars with available 300+ HP.Removed
3545Closed track.Removed
3546Drift brake is intended for track use only.Removed
3547It should never be used on public roads.Removed
3548See Owner’s Manual for information on use.</p>\n"},"1583":{"id":"evasive-steering-assist-asterisk","ariaLabel":"","title":"*","description":"<p>*Evasive steering assist does not control steering.</p>\n"},"1584":{"id":"when-properly-equipped-sd-platinum-shown","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.Removed
3549Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2026 Super Duty<sup>®</sup> Platinum<sup>®</sup> shown.</p>\n"},"1585":{"id":"2025-ford-bronco-big-bend-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.</p>\n"},"1586":{"id":"always-consult-the-owners-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.Removed
3550Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1587":{"id":"t2-owner-ford-mobile-service","ariaLabel":"t2-owner-ford-mobile-service","title":"Disclosure","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
3551Does not include parts or repair charges.&nbsp;See your Ford Dealer for details.</p>\n"},"1588":{"id":"usesynctouchscreen","ariaLabel":"","title":"*","description":"<p>See Owner’s Manual for important operating instructions.Removed
3552Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard™ use and set a reserve driving range.</p>\n"},"1589":{"id":"max-towing-of-11600-lbs-available-f-150-crew-cab-6-5-box-4x4-available-3-5l-powerboost","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.Removed
3553When properly equipped.Removed
3554Requires Tow/Haul Package and optional Max Tow Axle.Removed
3555Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1590":{"id":"max-payload-of-2400-lbs-available-on-f-150-regular-cab-8-box-4x4","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.Removed
3556When properly equipped.Removed
3557Requires Tow/Haul Package and optional Max Tow Axle.Removed
3558Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1591":{"id":"wave-1-perfo-mkt-2025-bronco-durability-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.Removed
3559Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1592":{"id":"DiscWirelessChargingPad","ariaLabel":"","title":"*","description":"<p>*Available Qi wireless charging may not be compatible with all mobile phones.Removed
3560Lariat<sup>®</sup> model shown.Removed
3561Available with the Convenience Package.</p>\n"},"1593":{"id":"max-payload-of-8000-lbs-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.Removed
3562Max payload varies and is based on accessories and vehicle configuration.Removed
3563See label on doorjamb for carrying capacity of a specific vehicle.Removed
3564Always properly secure cargo.Removed
3565Class is Full-Size Pickups over 8,500 lbs.Removed
3566GVWR.</p>\n"},"1594":{"id":"Edge Sunset Carousel 2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> SUV shown with optional equipment and extra-cost color option.Removed
3567Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1595":{"id":"disclaimer2025transittax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> XLT extra cost color option.</p>\n"},"1596":{"id":"truck-month-2026-new-disc-bb-index","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.</p>\n<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
3568Take new retail delivery from an authorized Ford Dealer’s stock by 3/31/26.Removed
3569See dealer for qualifications and details.Removed
3570Customer can defer first payment up to 90 days.Removed
3571Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
3572Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
3573For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
3574Must take delivery by 3/31/26 from an authorized Ford Dealer's stock.Removed
3575All offers exclude: F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup>, Ranger Raptor, Maverick<sup>®</sup>, Super Duty<sup>®</sup> XLT Regular Cab, Super Duty<sup>®</sup> XLT Super Cab, Super Duty<sup>®</sup> Lariat<sup>®</sup>, Super Duty<sup>®</sup> King Ranch<sup>®</sup>, and Super Duty<sup>®</sup> Platinum<sup>®</sup>.Removed
3576See dealer for qualifications and details.</p>\n"},"1597":{"id":"as-shown-price-sd-350xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $46,970.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL Regular Cab model shown.</p>\n"},"1598":{"id":"as-shown-price-change-updates-expedition-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,355.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition®&nbsp;King Ranch®&nbsp;model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1599":{"id":"T2-compare-expedition-2b","ariaLabel":"","title":"*","description":"<p>*Class is Large Traditional Utility.</p>\n"},"1600":{"id":"video-details-hoss-off-road-suspension","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with available Sasquatch<sup>®</sup> Package and optional equipment shown.Removed
3577Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1601":{"id":"ford-security-package-requires-the-fordpass-app-subject-to-fordpass-terms","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app (subject to Ford app terms), modem activation, and a Connected Services plan.Removed
3578Equipped Ford vehicles come with a 1-year Ford Security Package included trial from new vehicle warranty start date, after which purchase is required.Removed
3579Customer activation required.Removed
3580Requires mobile device push notifications.</p>\n"},"1602":{"id":"BlackFridayDisclosure2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Super Duty<sup>®</sup> XL with available STX appearance package.</p>\n"},"1603":{"id":"DisclosureEquipmentShownR","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.</p>\n<p>&nbsp;</p>\n<p>When properly equipped.Removed
3581Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1604":{"id":"DiscEscapeAdaptativeCruiseControl","ariaLabel":"","title":"*","description":"<p>*Adaptive Cruise Control - Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
3582They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
3583Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
3584See Owner’s Manual for details and limitations.Removed
3585For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1605":{"id":"closed-track-drift-brake","ariaLabel":"","title":"Vehicle Details","description":"<p>Closed track.Removed
3586Drift brake is intended for track use only.Removed
3587It should never be used on public roads.Removed
3588See Owner’s Manual for information on use.Removed
3589Optional equipment and extra-cost color shown.</p>\n"},"1606":{"id":"DiscAsShownPriceRanger2025MDP","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> XL model shown.</p>\n<p>$33,350 (does not include D&amp;D fees).</p>\n"},"1607":{"id":"gaming-disclaimer-expedition-2027","ariaLabel":"","title":"*","description":"<p>*Game only functions when vehicle is in Park.</p>\n"},"1608":{"id":"2026-mustang-mach-e-packages-6","ariaLabel":"","title":"†","description":"<p>†Not available on the Mustang Mach-E<sup>®</sup> Select model.</p>\n"},"1609":{"id":"RemovalOfDoorsOfRoad","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.Removed
3590Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1610":{"id":"image-details-prototype-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown, modified for racing.Removed
3591Professional driver with special safety equipment.Removed
3592Closed course.Removed
3593Do not attempt.</p>\n"},"1611":{"id":"our-privacy-policy","ariaLabel":"","title":"Our Privacy Policy","description":"<p><a aria-label=\"Learn More about Ford Privacy\" href=\"https://www.ford.com/help/privacy/?intcmp=spotted-cta-helpPrivacy\">ford.com/help/privacy/</a></p>\n"},"1612":{"id":"horsepower-maverick-rating","ariaLabel":"","title":"*","description":"<p>*Horsepower ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
3594Your results may vary.</p>\n"},"1613":{"id":"DiscSecurityPackageFordApp","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires Ford app, modem activation, and an activated plan.Removed
3598Terms apply.​ Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1614":{"id":"image-details-aftemarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>Aftermarket equipment shown.4333Terms apply.​ Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"2054":{"id":"DiscVideoDetailsF150","ariaLabel":"","title":"Video Details","description":"<p>2026 F-150® XL model shown with regular cab long box.
3599Optional equipment shown.4334Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2055":{"id":"DiscVideoDetailsSuperDuty","ariaLabel":"","title":"Video Details","description":"<p>2026 F-250® Super Duty® Platinum® model shown.</p>\n"},"2056":{"id":"DiscVideoDetailsExpedition","ariaLabel":"","title":"Video Details","description":"<p>2026 Expedition® Tremor® with available Ford Accessories, and extra cost color option shown.
3600Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1615":{"id":"t2-homepage-billboard-san-diego-vista-carlsbad","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150<sup>®</sup> XLT model shown.4335Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2057":{"id":"DiscVideoDetailsBroncoSportSP","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport® Heritage with optional equipment and extra-cost color option shown.
3601Optional equipment shown. © 2025 Ford Motor Company.4336Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2058":{"id":"DiscDeductibleReimbursement","ariaLabel":"","title":"*","description":"<p>*Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or the U.S. territories.
3602F-150 is a trademark of Ford Motor Company or its affiliates.4337Terms apply.</p>\n"},"2059":{"id":"DiscSecurityPackageBB","ariaLabel":"","title":"*","description":"<p>*The Ford Security Package is included for a year with the purchase of a select 2024 and newer Ford F-150® and Super Duty® trucks (excluding F-150® Lightning®, F-650® and F-750® trucks), the 2026 Expedition® SUV, 2026 Bronco Sport® SUV, and 2026 Mustang Mach-E® SUV from new vehicle warranty start date.
3603All rights reserved.</p>\n"},"1616":{"id":"when-properly-equipped","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.4338After the first year, pricing starts at $7.99/month.
3604Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1617":{"id":"t2-compare-super-duty-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL model with available F-350 Gas Heavy-Duty Payload Package shown.</p>\n"},"1618":{"id":"preproduction-computer-generated-images-shown-mustang-gtd","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction computer-generated images shown.4339Customers may also order their eligible equipped vehicles with a One-Time Purchase of Ford Security Package for $595.
4340With the purchase of this option, Ford Security Package will be available for a minimum of seven (7) years, and no additional subscription purchase will be required after the seven (7) years to continue service if the service remains available from Ford.
4341Activation after purchase is required to utilize product features.</p>\n"},"2060":{"id":"consumer-reports-does-not-endorse-products-or-services","ariaLabel":"","title":"*","description":"<p>*Consumer Reports does not endorse products or services.</p>\n"},"2061":{"id":"automatic-lane-change-or-lane-change-assist","ariaLabel":"","title":"*","description":"<p>*Automatic Lane Change or Lane Change Assist if equipped.
4342Features vary by vehicle and model year.</p>\n"},"2062":{"id":"rsf-video-details-ex-id-3441-1","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.
3606Projected availability early 2026.<i> </i>Very limited availability.4344Available Fall 2026. 2027 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XLT model with available Super Duty Carhartt<sup>®</sup> Package, optional equipment and extra cost-color option shown.</p>\n"},"2063":{"id":"OfferDetailsDisclaimerFordLincoln","ariaLabel":"","title":"Offer Details","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford or Lincoln vehicle from a participating dealer.
3607Inquiry does not guarantee ability to purchase.</p>\n"},"1619":{"id":"disclaimer-max-payload-of-2,235-f150-1","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,235 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x2 with 5.0L V8 engine.4345Excludes: 2025 Lincoln Corsair<sup>®</sup> and 2025 Nautilus<sup>®</sup>; 2025 Ford Escape<sup>®</sup>, 2025 Explorer<sup>®</sup>, 2026 Super Duty<sup>®</sup> Lariat<sup>®</sup>, King Ranch<sup>®</sup> and Platinum<sup>®</sup> models; all Chassis Cab and E-Series models; 2026 Bronco<sup>®</sup> Stroppe and all Raptor<sup>®</sup> models except 2025 Bronco Raptor; Mustang Dark Horse<sup>®</sup> SC, Mustang GTD<sup>™</sup> models, Ford GT; Transit Wagon.
3608Max payload varies based on accessories and vehicle configuration.Removed
3609See label on doorjamb for carrying capacity of a specific vehicle.Removed
3610Always properly secure cargo.</p>\n"},"1620":{"id":"2025-bronco-badlands-model-with-extra-cost-color-option-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1621":{"id":"as-shown-price-expedition-2027-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $82,895.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Tremor® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1622":{"id":"superduty-xl-chrome-package-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL chrome package and 6.7L High Output diesel engine shown.</p>\n"},"1623":{"id":"T2-compare-lightning-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™ </sup>model with extra-cost color option shown.</p>\n"},"1624":{"id":"2025 lightning target 1","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $69,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model shown.<br>\nAs shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"1625":{"id":"driver-assist-features","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
3611They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
3612Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
3613See Owner’s Manual for details and limitations.</p>\n"},"1626":{"id":"2026-explorer-tremor-owner-manual-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer® Tremor® model with extra-cost color option shown.Removed
3614Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1627":{"id":"t2-yese-hawaii","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1628":{"id":"ford-test-data-disc-optional-summer-tires","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.Removed
3615Your results may vary.Removed
3616Based on internal testing with optional summer tires.</p>\n"},"1629":{"id":"with-exchange-taxes-and-installation-extra-warranty","ariaLabel":"","title":"*","description":"<p>*With exchange.Removed
3617Taxes and installation extra.Removed
3618Warranty includes complimentary towing on dealer-installed battery.Removed
3619Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
3620Points are not redeemable for cash and have no monetary value.Removed
3621Point earning and redemption values are approximate and vary by products and services redeemed.Removed
3622See the Ford Rewards Program Terms at <a href=\"http://fordrewards.com/\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.Removed
3623See a participating U.S. dealership for vehicle applications and limited-warranty details through 6/30/26.Removed
3624Ford reserves the right to change, modify, or discontinue this program at any time.Removed
3625Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"1630":{"id":"horsepower-and-torque-rating-based-premium-fuel","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
3626Horsepower and torque are independent attributes and may not be achieved simultaneously.Removed
3627Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
3628Your results may vary.</p>\n"},"1631":{"id":"T2-compare-lightning-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with extra-cost color option shown.Removed
3629Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1632":{"id":"t2-cc-SD-horsepower-and-torque-img","ariaLabel":"t2-cc-SD-horsepower-and-torque-img","title":"Image details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat<sup>®</sup> model with the available Chrome Package and extra-cost color option shown.</p>\n"},"1633":{"id":"one-year-inclusion","ariaLabel":"","title":"*","description":"<p>*One-Year Inclusion only available on Platinum Ultimate model.</p>\n"},"1634":{"id":"disclaimer-expedition-timberline","ariaLabel":"","title":"Image Details","description":"<p>2024 Expedition<sup>®</sup> Timberline<sup>®</sup> with optional features and available Ford accessories.</p>\n"},"1635":{"id":"estimates-based-on-an-average-homes-daily-energy-use","ariaLabel":"","title":"*","description":"<p>Estimates based on an average home's daily energy use of 30 kWh which is consistent with the national average of 899 kWh per month (roughly 29.9 kWh per day), as of January 2024 by the <u><a href=\"https://www.eia.gov/tools/faqs/faq.php?id=97&amp;t=3#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.eia.gov/tools/faqs/faq.php&quot;}}\">U.S. Energy Information Administration</a></u>.Removed
3630Requires 7.2 kW or 9.6 kW Pro Power Onboard™, professionally installed GenerLink transfer switch, and a GenerLok cable and Ford Vehicle Connector; subject to local utility provider approval.Removed
3631Actual runtime varies based on battery size and home energy demand.Removed
3632Learn more on the <u><a href=\"https://shopgenerlink.com/ford#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://shopgenerlink.com/pages/ford-owners&quot;}}\">GenerLink website</a></u>.</p>\n"},"1636":{"id":"2026MustangGTPremiumColors","ariaLabel":"","title":"Video Details","description":"<p>Colors shown available on Preproduction 2026 Mustang<sup>®</sup> GT Premium model.Removed
3633Optional Equipment shown.Removed
3634Actual production vehicle will vary.Removed
3635Available for retail order now, arriving fall 2025.</p>\n"},"1637":{"id":"Mustang26MDPoptionalequipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment shown.</p>\n"},"1638":{"id":"available-tremor-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> with available Tremor<sup>®</sup> Off-Road Package and 6.7L High Output diesel engine shown.</p>\n"},"1639":{"id":"explorer-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>*85.8 cubic feet on Active and ST-Line, 85.3 on Platinum (shown) and ST models.Removed
3636Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1640":{"id":"awards-edmunds-top-rated-electric-truck","ariaLabel":"","title":"Award Details","description":"<p>The Edmunds logo is a registered trademark of <a aria-label=\"Discover Edmund´s perfect cars\" href=\"http://edmunds.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://edmunds.com/#!external&quot;}}\">Edmunds.com</a>, Inc.</p>\n"},"1641":{"id":"horsepower-and-torque-are-independent","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.Removed
3637Your results may vary.</p>\n"},"1642":{"id":"T2-compare-maverick-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1643":{"id":"T2-compare-lightning-3","ariaLabel":"","title":"Image Details","description":"<p>Available Ford Accessories shown.</p>\n"},"1644":{"id":"t2-truck-month-pro-trailer-hitch-assist","ariaLabel":"t2-truck-month-pro-trailer-hitch-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
3638They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
3639Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
3640See Owner’s Manual for details and limitations.Removed
3641When properly equipped.Removed
3642Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1645":{"id":"disclaimer-battery-warranty-guide","ariaLabel":"","title":"*","description":"<p>*See your dealer and the Battery Electric Vehicle Warranty Guide for limited warranty details.Removed
3643Roadside Assistance is a complimentary offering to all Ford Owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.Removed
3644For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.Removed
3645Ford reserves the right to change program details without obligations.Removed
3646Available only for Ford F-150<sup>®</sup> Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.Removed
3647Message and data rates may apply.Removed
3648By texting, you agree to receive text messages.Removed
3649Text HELP for information.Removed
3650Text STOP to cancel.Removed
3651Privacy Policy at <a href=\"https://www.ford.com/help/privacy/\">www.ford.com/help/privacy/</a>.Removed
3652Customer must agree to Ford’s Electric Vehicle 24/7 Live Support Service Terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.Removed
3653Not available on select holidays, including New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, day after Thanksgiving Day, and Christmas Day.</p>\n"},"1646":{"id":"disclosure-escape-epa-estimated-rating-23-31-26","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 23 city/31 hwy/26 combined mpg, 2.0L engine/8-speed transmission/AWD drivetrain.Removed
3654Actual mileage will vary.</p>\n"},"1647":{"id":"T2-compare-escape-8b","ariaLabel":"","title":"*","description":"<p>*Government 5-Star Safety Ratings are part of the National Highway Traffic Safety Administration’s (NHTSA’s) New Car Assessment Program (www.nhtsa.gov).</p>\n"},"1648":{"id":"technology-package-mach-e-gt-disclaimer","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 MPH.Removed
3655Rear cameras only operate at speeds under 6 MPH.</p>\n"},"1649":{"id":"15l-engine-8-speed-fwd-01","ariaLabel":"","title":"*","description":"<p>*1.5L engine/8-speed transmission/FWD.Removed
3656Actual mileage will vary.</p>\n"},"1650":{"id":"T2-compare-escape-3","ariaLabel":"","title":"Image Details","description":"<p>Don’t drive while distracted or while using handheld devices.Removed
3657Use voice-operated systems when possible.Removed
3658Some features may be locked out while the vehicle is in gear.Removed
3659Not all features are compatible with all phones.</p>\n"},"1651":{"id":"mach-e-banner-return-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E GT model with optional equipment and extra-cost color option shown.</p>\n"},"1652":{"id":"24-7-live-support-testimonial-details","ariaLabel":"","title":"Testimonial Details","description":"<p>Based on 2024/2025 customer survey responses.</p>\n"},"1653":{"id":"2025broncosportbadlandswithaftermarketequipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with aftermarket equipment and available Ford Accessories shown.</p>\n"},"1654":{"id":"rsf-build-vlu-transit-comm-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $50,215<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Transit<sup>®</sup> van with optional equipment shown.</p>\n"},"1655":{"id":"T2-compare-maverick-5a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model interior shown.&nbsp;</p>\n"},"1656":{"id":"t2-feb-secure-1","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
3660Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
3661Credit card required for activation and Package automatically renews until cancelled.Removed
3662Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
3663Not available in U.S. territories.Removed
3664Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or U.S. territories.Removed
3665Terms apply.</p>"},"1657":{"id":"disclaimer-based-on-1977-2024-industry-reported-total-sales","ariaLabel":"","title":"Disclaimer","description":"<p>Based on 1977–2024 industry-reported total sales.</p>\n"},"1658":{"id":"image-details-disclaimer-rtr-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
3666Preproduction model with optional Hyper Lime brake caliper shown.Removed
3667Available late spring 2026.Removed
3668Professional driver.Removed
3669Closed course.Removed
3670Closed track.</p>\n<p>Drift brake is intended for track use only.Removed
3671It should never be used on public roads.Removed
3672See Owner’s Manual for information on use.</p>\n"},"1659":{"id":"available-xl-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL Off-Road Package shown.</p>\n"},"1660":{"id":"as-show-price-2026-ford-f-150-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $75,160<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Ford F-150<sup>®</sup> King Ranch model with optional equipment shown.Removed
3673Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
3674Max payload varies based on accessories and vehicle configuration.Removed
3675See label on doorjamb for carrying capacity of a specific vehicle.Removed
3676Always properly secure cargo.Removed
3677Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
3678Does not include A, Z or X Plan price.</p>\n"},"1661":{"id":"2026-ford-mustang-ecoboost-in-grabber-blue","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost in Grabber Blue (extra-cost color).</p>"},"1662":{"id":"2025-explorer-cost-owner-manual","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Explorer<sup>®</sup> ST model with extra-cost color option shown.Removed
3679Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1663":{"id":"Image details off roading","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1664":{"id":"disclaimer escape exterior 2","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.Removed
3680U.S. model shown.</p>\n"},"1665":{"id":"sse-must-purchase-or-lease","ariaLabel":"","title":"**","description":"<p>**Must purchase or lease a new 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 7/8/2025 and 9/30/2025 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.Removed
3681Home charge station model and brand may vary based on availability.Removed
3682Offer not available to fleet or commercial customers.Removed
3683Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
3684Installation exclusions apply.Removed
3685Must take retail delivery from an authorized Ford dealer's stock by 9/30/2025.Removed
3686No trade-in required. 2025 Mustang Mach-E inventory may be limited and may vary by location.Removed
3687See your Ford dealer for details, terms and the most current inventory status.</p>\n<p>Home charge station model and brand may vary based on availability.Removed
3688See your Ford dealer for details.</p>\n"},"1666":{"id":"t2-owner-mobile-service","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
3689Does not include parts or repair charges.Removed
3690Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1667":{"id":"t2-cc-SD-head-up-display-img","ariaLabel":"t2-cc-SD-head-up-display-img","title":"Image Details","description":""},"1668":{"id":"DisclosureBronzeAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance package.Removed
3691Wheels included with the Bronze Appearance Package when ordered with the GT Performance Package.<br>\n</p>\n"},"1669":{"id":"2026-badlands-carousel1","ariaLabel":"","title":"Disclaimer","description":"<p>Optional equipment shown.</p>\n"},"1670":{"id":"epa-estimated-range-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range based on full charge.Removed
3692Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1671":{"id":"video-details-optional-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.</p>\n"},"1672":{"id":"bronco-badlands-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"1673":{"id":"max-towing-available-on-f-150","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
3693Not available on King Ranch, Platinum, Tremor, Raptor models.Removed
3694When properly equipped.Removed
3695Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
3696Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1674":{"id":"connected-navigation-mme-pod","ariaLabel":"","title":"†","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.Removed
3697Package pricing, features, included plans, and term lengths vary by model.Removed
3698Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1675":{"id":"computer-generated-image-disclaimer-expedition","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n<p>Second-row digital device holder available summer 2025.</p>\n"},"1676":{"id":"T2-compare-mache-5","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.Removed
3699Your results may vary.</p>\n"},"1677":{"id":"extra-cost-colors","ariaLabel":"","title":"*","description":"<p>*Extra-cost colors.</p>\n"},"1678":{"id":"disclaimer-2025broncosportbigbend","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport® Big Bend® model with optional equipment shown.<br>\n</p>\n"},"1679":{"id":"DisclosureOptionalOwnerMax","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.<br>\n<br>\n</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\n</p>\n<p>Max payload varies based on accessories and vehicle configuration.Removed
3700See label on doorjamb for carrying capacity of a specific vehicle.Removed
3701Always properly secure cargo.</p>\n"},"1680":{"id":"image-details-f150-off-roading-2","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>&nbsp;</p>\n<p>Always determine the water depth before attempting a crossing and proceed slowly.Removed
3702Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"1681":{"id":"disclosure-flexbed-max-payload","ariaLabel":"","title":"*","description":"<p>Max payload varies and is based on accessories and vehicle configuration.Removed
3703See label on doorjamb for carrying capacity of a specific vehicle.Removed
3704Always properly secure cargo.Removed
3705Optional equipment and extra-cost color option shown.</p>\n"},"1682":{"id":"based-on-full-charge-going-electric-disc","ariaLabel":"","title":"*","description":"<p>*Based on full charge.Removed
3706Actual range varies with conditions such as trim, standard- or extended-range battery, RWD or eAWD, external environment, vehicle use, vehicle maintenance, lithium-ion battery age and state of health.</p>\n"},"1683":{"id":"2026-maverick-xlt-model-extra-cost","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1684":{"id":"2025-bronco-sport-blistein-trademark-bfn","ariaLabel":"","title":"Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands<sup>®</sup> Package and extra-cost color option shown.Removed
3707Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
3708Bilstein is a trademark of ThyssenKrupp Bilstein GmbH.</p>\n"},"1685":{"id":"t2-yese-499","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup data-renderer-mark=\"true\">®</sup>.Removed
3709Payments may vary; dealer determines price.Removed
3710Lessee responsible for excess wear and mileage over 31,500 miles at $0.20/mile.Removed
3711Lessee has option to purchase at lease-end at price negotiated at signing.Removed
3712For 2025 Bronco™ Big Bend™ 4DR 4x4 222A, cash due at signing is after $1,000 RCL Cash.Removed
3713For 2025 Explorer™ Active 4WD with Comfort Pkg., cash due at signing is after $2,500 Cash back ($1,500 Bonus Cash + $1,000 RCL Cash).Removed
3714For 2025 Ranger™ <span class=\"acronym-highlight\">XLT</span>, cash due at signing is after $2,000 Open Bonus Cash.Removed
3715For 2025 F-150® <span class=\"acronym-highlight\">STX</span><sup data-renderer-mark=\"true\">®</sup> SuperCrew® 4x4 2.7L EcoBoost™, cash due at signing is after $1,750 RCL Cash.Removed
3716For 2025 F-150™ Lightning™ XLT, cash due at signing is after $11,000 Cash back ($9,000 RCL Cash + $2,000 Bonus Cash).Removed
3717For 2025 Mustang™ GT coupe Auto Trans 300A, cash due at signing is after $2,000 RCL Cash back.Removed
3718Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/2026.Removed
3719See dealer for qualifications and details.Removed
3720See your dealer for a complete list of coverage details and limitations.</p>"},"1686":{"id":"t2-presidents-day-tristate","ariaLabel":"t2-presidents-day-tristate","title":"Disclaimer","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.Removed
3721Visit&nbsp;jdpower.com/awards&nbsp;for more details.Removed
3722Awards based on 2025 model year.&nbsp;</p>\n"},"1687":{"id":"2026-maverick-lobo-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lobo<sup>™</sup> model shown.</p>\n"},"1688":{"id":"as-shown-price-max-king-ranch-updates-expedition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,355.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition® MAX King Ranch® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1689":{"id":"DiscBroncoMDP2026AsShownBadlands","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,975.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands model shown in Avalanche Gray.Removed
3723Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1690":{"id":"see-owners-manual-e-transit","ariaLabel":"","title":"*","description":"<p>*See Owner's Manual for important operating instructions.</p>\n"},"1691":{"id":"2024-ford-edge-st-suv","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Edge® ST SUV with extra-cost color shown.</p>\n"},"1692":{"id":"MaxTowing","ariaLabel":"","title":"*","description":"<p>*When properly equipped.Removed
3724Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1693":{"id":"Expedition Active 2026 1","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $63,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> Active model with extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1694":{"id":"ecoboost-engine-disclaimer","ariaLabel":"","title":"*","description":"<p>*On models with 1.5L EcoBoost<sup>®</sup> engine.</p>\n"},"1695":{"id":"DiscBroncoMDP2026AsShownOuter","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,175.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Outer Banks model shown in Marsh Gray.Removed
3725Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1696":{"id":"disc-ford-test-data","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.Removed
3726Your results may vary.</p>\n"},"1697":{"id":"billboard-sd-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $96,830<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>. 2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Crew Cab King Ranch<sup>®</sup>, 4x4, DRW, with available 6.7L High Output Diesel engine and Chrome Appearance Package and Gooseneck Dual Hitch kit.</p>\n"},"1698":{"id":"bronco-sport-big-bend-nhtsa-bfn","ariaLabel":"","title":"Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
3727Government 5-Star Safety Ratings are part of the NHTSA’s New Car Assessment Program (www.nhtsa.gov).</p>\n"},"1699":{"id":"Escape2026GlobalDisc11","ariaLabel":"","title":"*","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.Removed
3728Package pricing, features, included plans, and term lengths vary by model.Removed
3729Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.&nbsp;</p>\n"},"1700":{"id":"sports-cars-with-available-300-hp-disclaimer","ariaLabel":"","title":"†","description":"<p>†Class is High-Powered Sports Cars with available 300+ HP.Removed
3730Closed track.Removed
3731Drift brake is intended for track use only.Removed
3732It should never be used on public roads.Removed
3733See Owner’s Manual for information on use.</p>\n"},"1701":{"id":"internal-testing-optional-summer-tires","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Based on internal testing with optional summer tires.</p>\n"},"1702":{"id":"bronze-exterior-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Exterior Graphics</p>\n"},"1703":{"id":"expedition-tremor-media-launch-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"1704":{"id":"fp700s-hood-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Hood Decal</p>\n<p>Tying the package together is an FP700S Hood Decal that sits front and center.Removed
3734Black and white hug the lines and hammer down the visuals of this boosted build.</p>\n"},"1705":{"id":"awards-compact-truck-kelley-blue-book","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Buy Award for Compact Trucks on Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\">KBB.com</a>.Removed
3735Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\">KBB.com</a>.Removed
3736Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1706":{"id":"image details pick up","ariaLabel":"","title":"Image Details","description":"<p>2024 Expedition Limited 302A High Package.</p>\n"},"1707":{"id":"t2-26-explorer-h2h-bb","ariaLabel":"Disclosure","title":"Disclosure","description":"<p>2026 Ford Explorer<sup>®</sup> ST model with extra-cost color option shown.</p>\n"},"1708":{"id":"bronco-sport-off-road-pavement-weekday-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup>&nbsp;Badlands&nbsp;model with available Sasquatch<sup>®</sup>&nbsp;Package, optional equipment and extra-cost color shown.Removed
3737Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1709":{"id":"ForOptimalPerformance","ariaLabel":"","title":"*","description":"<p>*For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1710":{"id":"2026-us-bronco-sport-heritage-1","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $34,390.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Heritage model shown with extra-cost color option shown.</p>\n"},"1711":{"id":"image-details-2026-f-150-platinum","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.</p>\n"},"1712":{"id":"DiscF1502026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1713":{"id":"sd-carousel-target","ariaLabel":"","title":"Important Details","description":"<p>When properly equipped.Removed
3738Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1714":{"id":"feature-varies-by-model","ariaLabel":"","title":"*","description":"<p>*Feature varies by model.</p>\n"},"1715":{"id":"velocity-blue-liftgate-letters","ariaLabel":"","title":"Image Details","description":"<p>Velocity Blue Liftgate Letters</p>\n<p>Make your exit unforgettable with Velocity Blue liftgate letters that leave an impression.Removed
3739The factory finish of this modification will stand the test of time, just like the original icons the package represents.</p>\n"},"1716":{"id":"disclosure-towing-maverick","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with available Max Trailer Tow Package.Removed
3740Excludes Maverick® Lobo™ and Tremor® models.Removed
3741When properly equipped.Removed
3742Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1717":{"id":"DiscBehindTheFirst-rowSeats","ariaLabel":"","title":"*","description":"<p>*Behind the first-row seats with the second- and third-row seats folded flat.</p>\n"},"1718":{"id":"t2-a250-img-detail-ranger","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<b><sup>®</sup></b> Raptor<b><sup>®</sup></b> model with extra-cost color option shown.Removed
3743Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<b></b></p>\n"},"1719":{"id":"target-low-millage-ford-credit","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit<sup>®</sup> Red Carpet Lease<sup>®</sup>.Removed
3744Payments may vary; dealer determines price.Removed
3745Lessee responsible for excess wear and mileage over 10,500 miles at $0.20/mile.Removed
3746Lessee has option to purchase at lease-end at price negotiated at signing.Removed
3747Take new retail delivery from an authorized Ford Dealer’s stock by 9/2/2025.Removed
3748See dealer for qualifications and details.Removed
3749Complimentary two-year maintenance plan available on select Ford vehicles.Removed
3750Coverage begins at the new-vehicle limited warranty start date for two years or up to 25,000 miles, whichever occurs first.Removed
3751Transferable for a fee.Removed
3752See your dealer for a complete list of coverage details and limitations.</p>\n"},"1720":{"id":"image-details-2026-f-150-raptor-r-2","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150® Raptor® R™ model with extra-cost color option shown.</p>\n"},"1721":{"id":"interior-vent-accent-overlays","ariaLabel":"","title":"Image Details","description":"<p>Interior Vent Accent Overlays</p>\n<p>Bring the boldness inside with standout Velocity Blue vent accents that are as stylish as they are functional.Removed
3753Vibrant outlines accent the dash and make airflow adjustments easy.</p>\n"},"1722":{"id":"maxpayloadmaverick2025","ariaLabel":"","title":"Important Details","description":"<p>Max payload varies based on accessories and vehicle configuration.Removed
3754See label on doorjamb for carrying capacity of a specific vehicle.Removed
3755Always properly secure cargo.</p>\n<p>2025 Maverick<sup>®</sup> XLT model shown.Removed
3756Price as shown $31,785 (Includes destination and delivery charges.) Current Manufacturer Suggested Retail Price for base vehicle.Removed
3757Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.</p>\n<p>Optional equipment not included.Removed
3758Starting A/X/Z Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.Removed
3759Not all vehicles qualify for A/X/Z Plan.</p>\n"},"1723":{"id":"cpo-rtm-truck-audiences-4-vhp-f150-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1724":{"id":"smoked-ford-oval-fcg","ariaLabel":"","title":"Image Details","description":"<p>Smoked Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage — 122 years of Ford iconic cool, to be exact.Removed
3760A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"1725":{"id":"t2-owner-ford-pass-app","ariaLabel":"","title":"*","description":"<p>*Vehicle Health Alerts require SYNC® 3 version 2.0 or higher and a data connection via a mobile device or an activated vehicle modem.Removed
3761See SYNC interface, a dealer, or a Customer Experience Specialist for more information.</p>\n"},"1726":{"id":"based-on-2024-cy","ariaLabel":"","title":"**","description":"<p>**Based on 2024 CY industry-reported total sales.</p>\n"},"1727":{"id":"Sell down disclaimer","ariaLabel":"","title":"*","description":"<p>*Retail customer cash offer of $7,000 Retail Customer Cash (PGM #11610).Removed
3762Excludes Transit Wagon.Removed
3763U.S. residents only.Removed
3764Take new retail delivery from an authorized Ford Dealer’s stock by 12/1/2025.Removed
3765See dealer for details.<br></p>"},"1728":{"id":"T2-compare-ranger-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XL model with STX<sup>®</sup> Appearance Package shown.</p>\n<p>North American Truck of the Year<sup>™</sup> is a trademark of North American Car and Truck of the Year<sup>™</sup> Corporation used under license by Ford.</p>\n"},"1729":{"id":"disclaimer specs 2","ariaLabel":"","title":"**","description":"<p>**Hybrid engine.Removed
3766Actual mileage will vary.</p>\n"},"1730":{"id":"RSF mosaic gallery mustang 26 1","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> in Orange Fury extra-cost color shown.&nbsp;</p>\n"},"1731":{"id":"bluecruise-trial-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>Available feature on BlueCruise-equipped vehicles.Removed
3767BlueCruise requires a Connected Services plan and modem activation.Removed
3768BlueCruise driver-assist features can be activated in hands-free Blue Zones and do not replace safe driving and driver’s need to control the vehicle.Removed
3769See&nbsp;<a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a>&nbsp;for more details on available plans and hands-free models.</p>\n"},"1732":{"id":"2027-expedition-tremor-ford-accessories","ariaLabel":"","title":"Video Details","description":"<p>2027 Ford Expedition® Tremor® model with available Ford accessories and extra-cost color option shown.Removed
3770When properly equipped.Removed
3771Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
3772Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1733":{"id":"DampingSuspension2","ariaLabel":"","title":"**","description":"<p>**Continuously controlled damping can provide some protection against jarring impact and costly wheel and tire repairs from road imperfections.</p>\n"},"1734":{"id":"disclaimer-for-more-information-visit-kelley-blue-book","ariaLabel":"","title":"Disclaimer","description":"<p>For more information, visit Kelley Blue Book's <a href=\"https://www.kbb.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;}}\">KBB.com</a>.Removed
3773Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1735":{"id":"charge-time-based-on-manufacturer-tests-disc","ariaLabel":"","title":"*","description":"<p>*Charge time based on manufacturer tests.Removed
3774The charging rate decreases as battery reaches full capacity.Removed
3775Your results may vary based on peak charging times, battery state of charge, lithium ion battery age, and state of health.</p>\n"},"1736":{"id":"t2-hawaii-bronco-badlands","ariaLabel":"t2-hawaii-bronco-badlands","title":"Disclaimer","description":"<p>2025 Ford Bronco® Badlands® model with optional equipment and available Ford Accessories shown.Removed
3776Removal of doors for off-road use only.Removed
3777See your Owner's Manual for detailed information.Removed
3778Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. ©2026 Ford Motor Company.Removed
3779Bronco is a trademark of Ford Motor Company or its affiliates.Removed
3780All rights reserved.</p>\n"},"1737":{"id":"Banner disclosure","ariaLabel":"","title":"*","description":"<p>*Based on full charge.Removed
3781USA EPA-targeted range based on analytical projection consistent with US EPA combined drive cycle.Removed
3782Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.Removed
3783Final EPA-estimated ratings available in December 2025.</p>\n"},"1738":{"id":"t2-26-explorer-h2h-best-selling-img-details","ariaLabel":"Image details","title":"Image details","description":"<p>2026 Ford Explorer® Platinum™ model with extra-cost color option shown.</p>\n"},"1739":{"id":"t2-yese-nor-cal-f150","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.Removed
3784F-150 is a trademark of Ford Motor Company or its affiliates.Removed
3785All rights reserved.</p>\n"},"1740":{"id":"sync-technology-disclaimer","ariaLabel":"","title":"*","description":"<p>*Requires SYNC<sup>®</sup> 4 Technology or Ford Connectivity Package or Wi-Fi<sup>®</sup> network.Removed
3786Vehicle must be in park.</p>\n"},"1741":{"id":"based-on-sandp-global-mobility","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility CYE 2023 US Light Vehicle Production data.</p>\n"},"1742":{"id":"maximum-power-available-limited-combined-total-of-all-items","ariaLabel":"","title":"*","description":"<p>*Maximum power available is limited to the combined total of all items in use.Removed
3787Power may also be limited in Drive mode, or certain ambient temperature conditions.Removed
3788Some electrical equipment requires higher startup power than the running rating and could exceed the power capacity of the system.Removed
3789See Owner’s Manual for important operating instructions.</p>\n"},"1743":{"id":"t2-veterans-day-billboard","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).Removed
3790Ford Military Exclusive Cash Reward is available to all active, retirees, and all veteran military personnel of an eligible military branch, including their spouses/surviving spouses, and household members.Removed
3791(PGM# 32892) Offers are available on the purchase or lease of an eligible new 2024/2025/2026 Ford vehicle.Removed
3792Not available on Mustang Dark Horse<sup>®</sup>, Mustang<sup>®</sup> GTD, F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup> Raptor, Bronco<sup>®</sup> Raptor, Bronco Stroppe, and Ford GT™.Removed
3793Vehicle eligibility may change at any time.Removed
3794Dollar amounts may vary by market.Removed
3795U.S. residents only.Removed
3796For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 11/19/25.Removed
3797Limit of five purchases or leases per household.Removed
3798Offers are subject to dealer participation.Removed
3799May not be used/combined with any other Ford private offer.Removed
3800See an authorized Ford Dealer or go to www.fordrecognizesu.com for complete details and eligibility.Removed
3801Customer&nbsp;may only claim one offer.Removed
3802Offers are subject to confirmation of eligibility.</p>\n"},"1744":{"id":"disclosure-towing-power","ariaLabel":"","title":"*","description":"<p>When properly equipped.Removed
3803Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.Removed
3804Optional equipment and extra-cost color option shown.</p>\n"},"1745":{"id":"as-shown-price-2026-nautilus-reserve-model","ariaLabel":"","title":"As Shown Price","description":"<p>Current as shown price $68,050.00.<br>\n2026 Lincoln Nautilus<sup>®</sup> Reserve model shown with available features.Removed
3805MSRP, title, taxes and registration fees extra.</p>\n"},"1746":{"id":"eligible-vehicle-and-second-row","ariaLabel":"","title":"*","description":"<p>Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.Removed
3806Package pricing, included plans, and term lengths vary by model.Removed
3807Some features may only be available while vehicle is parked.Removed
3808Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.Removed
3809Terms apply.</p>\n"},"1747":{"id":"2025-expedition-ready-set-ford-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$81,350<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown throughout.Removed
3810Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
3811When properly equipped.Removed
3812Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1748":{"id":"CargoImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1749":{"id":"offered-up-to-5-years-disclaimer","ariaLabel":"","title":"†","description":"<p>†Offered up to 5 years after purchase or 60,000 miles, whichever comes first.</p>\n"},"1750":{"id":"rsf-v2-c2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> shown.Removed
3813See Owner's Manual for important operating instructions.</p>\n"},"1751":{"id":"Home Power Management","ariaLabel":"","title":"*","description":"<p>*Estimated savings based on drivers charging at home only during off peak hours of 10pm to 1pm the next day, TXU energy charges, and average annual electricity consumed during home charging in 2024.</p>\n"},"1752":{"id":"2025broncosportoptionalequipment","ariaLabel":"","title":"Important Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n<p>Price as shown $32,814 (Includes destination and delivery charges.) Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
3814Current Manufacturer Suggested Retail Price for base vehicle.Removed
3815Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.</p>\n<p>Optional equipment not included.Removed
3816Starting A/X/Z Plan price is for qualified, eligible customers and excludes document fee, destination/delivery charge, taxes, title and registration.Removed
3817Not all vehicles qualify for A/X/Z Plan.</p>\n"},"1753":{"id":"t2-h2h-2026-f150-billboard","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1754":{"id":"t2-transitcom-5","ariaLabel":"5","title":"5","description":"<p>Driver-assist features are supplemental and do not replace the driver's attention, judgment and the need to control the vehicle.Removed
3818Pre-Collision Assist® with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.Removed
3819It does not replace safe driving.Removed
3820See Owner’s Manual for details and limitations.</p>"},"1755":{"id":"ready-set-ford-adventure-ranger-lariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1756":{"id":"cargoandloadcapacitylimited","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1757":{"id":"2026-attribute-bar-disclaimer-mach-e-vhp","ariaLabel":"","title":"*","description":"<p>*On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT™ Performance Upgrade.Removed
3821Based on internal testing with optional summer tires.</p>\n"},"1758":{"id":"Maverick2026MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with FWD 2.0L engine and FWD 2.5L hybrid engine.Removed
3822Excludes Maverick<sup>®</sup> Lobo<sup>™</sup> and Tremor<sup>®</sup> models.Removed
3823Max payload varies and is based on accessories and vehicle configuration.Removed
3824See label on doorjamb for carrying capacity of a specific vehicle.Removed
3825Always properly secure cargo.</p>\n"},"1759":{"id":"ford-charge-station-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new Ford F-150 Lightning<sup>®</sup> pickup, Mustang Mach-E<sup>®</sup> SUV, or E-Transit™ Cargo Van from a participating Ford Dealer between 10/1/2024 and 1/2/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation or (b) $2,000 bonus cash.Removed
3826No trade-in required.Removed
3827Offer not available to fleet or commercial customers.Removed
3828Complimentary home installation must be performed through Qmerit Electrification LLC at a residential location with a dedicated electrical meter; restrictions may apply based on structural and electrical limitations.Removed
3829Installation must be completed by 6/30/2025.Removed
3830For all offers, must take retail delivery from an authorized Ford Dealer's stock by 1/2/2025.Removed
3831See your Ford Dealer for details and terms.</p>\n"},"1760":{"id":"epa-tailpipe-rating-disc-2","ariaLabel":"","title":"**","description":"<p>**Based on EPA tailpipe rating.</p>\n"},"1761":{"id":"must-purchase-or-lease-disclosure","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.Removed
3832Offer not available to fleet or commercial customers.Removed
3833Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
3834Installation exclusions apply.Removed
3835Must take retail delivery from an authorized Ford dealer's stock by 3/31/2025.Removed
3836No trade-in required.Removed
3837See your Ford dealer for details and terms.</p>\n"},"1762":{"id":"buy-mustang-disclaimer-prototype","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.Removed
3838Actual production vehicle may vary.</p>\n"},"1763":{"id":"simulated2026fordexplorermodelswithavailablefeatures","ariaLabel":"","title":"Video Details","description":"<p>Simulated 2026 Ford Explorer models with available features and extra cost color options shown throughout.</p>\n"},"1764":{"id":"bfn-summer-sales-image-details-f150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1765":{"id":"rangerxl-safety-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Always wear your safety belt and secure children in the rear seat.</p>"},"1766":{"id":"purpose-built-prototype-modified-for-racing","ariaLabel":"","title":"Image Details","description":"<p>Purpose-built prototype model shown, modified for racing.Removed
3839Professional driver with special safety equipment.Removed
3840Closed course.Removed
3841Do not attempt.</p>\n"},"1767":{"id":"t2-compare-super-duty-6b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Don’t drive while distracted.Removed
3842See Owner’s Manual for details and system limitations.</p>\n"},"1768":{"id":"T350HighRoof","ariaLabel":"","title":"*","description":"<p>*T-350 High Roof - Extended Length, Passenger Van (15 passenger).Removed
3843Rear Wheel Drive, 3.5L PFDi V6 with 4.1 Rear Axle Ratio (DRW).<br>\nMax payload varies based on accessories and vehicle configuration.Removed
3844See label on doorjamb for carrying capacity of a specific vehicle.Removed
3845Always properly secure cargo.</p>\n"},"1769":{"id":"image-details-max-towing-of-13500-f150","ariaLabel":"","title":"Image Details","description":"<p>Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
3846Class is full-sized trucks under 8,500 lbs GVWR.Removed
3847When properly equipped.Removed
3848Requires Tow/Haul Package and optional Max Tow Axle.Removed
3849Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1770":{"id":"2026 Super Duty F450 Regular Cab","ariaLabel":"","title":"As shown pricing","description":"<p>As shown $60,830.<sup>8</sup></p>\n<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> Regular Cab XL DRW with available 6.7L High Output diesel engine and F-450<sup>®</sup> High Capacity Gooseneck Tow Package.</p>\n<p>Based on 1977–2024 CY industry-reported total sales.</p>\n<p>When properly equipped.Removed
3850Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1771":{"id":"DisclosureDarkHorseCoupe","ariaLabel":"","title":"*","description":"<p>*Not available on the 2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> coupe.</p>\n"},"1772":{"id":"basedonmanufacturertesting","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on manufacturer testing using computer engineering simulations.Removed
3851Calculated via peak performance of the electric motor(s) at peak battery power.Removed
3852Your results may vary.</p>\n"},"1773":{"id":"imagedetails2025bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.Removed
3853Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
3854See your Owner’s Manual for detailed information.</p>\n"},"1774":{"id":"must-purchase-or-lease-going-electric-page","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 7/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.Removed
3855Home charge station model and brand may vary based on availability.Removed
3856Offer not available to fleet or commercial customers.Removed
3857Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
3858Installation exclusions apply.Removed
3859Must take retail delivery from an authorized Ford dealer's stock by 7/6/2026.Removed
3860No trade-in required.Removed
3861See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1775":{"id":"based-on-2021-2024-cy","ariaLabel":"","title":"*","description":"<p>*Based on 2021–2024 CY industry-reported total sales.</p>\n"},"1776":{"id":"broncosportouterbanksoptionalequipmentaccessoriescolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"1777":{"id":"CoastalDisclaimer6","ariaLabel":"","title":"Image Details","description":"<p>Bronco Tube Door Kit</p>\n<p>These tube doors add a rugged, open-air look to the Bronco.Removed
3862Their lightweight design enhances visibility and airflow while maintaining a durable, trail-ready appearance.</p>\n"},"1778":{"id":"complimentary-2-year-maintenance-plan-available","ariaLabel":"","title":"*","description":"<p>*Complimentary 2-year Maintenance Plan available on select Ford vehicles.Removed
3863Coverage begins at the new vehicle's limited warranty start date for 2 years or up to 25,000 miles, whichever occurs first.Removed
3864Transferable for a fee.Removed
3865See your dealer for a complete list of coverage details and limitations.</p>\n"},"1779":{"id":"horsepower-sae-j1349-reskin","ariaLabel":"","title":"†","description":"<p>†Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
3866Your results may vary</p>\n"},"1780":{"id":"T2-compare-maverick-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XL model shown.</p>\n"},"1781":{"id":"features-availability-super-duty","ariaLabel":"","title":"*","description":"<p>*Features availability varies by model.</p>\n"},"1782":{"id":"T2-compare-lightning-4b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
3867They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
3868Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
3869See Owner’s Manual for details and limitations.</p>\n"},"1783":{"id":"2026-mustang-mach-e-gt-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color shown.</p>\n"},"1784":{"id":"t2-yese-000","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
3870Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
3871See dealer for qualifications, and details.Removed
3872Customer can defer first payment up to 90 days.Removed
3873Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
3874Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
3875For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
3876All offers exclude: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, E-Transit® and Transit®.&nbsp;For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
3877See dealer for qualifications and complete details.</p>\n"},"1785":{"id":"2026 US Super Duty Performance 2","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.Removed
3878Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
3879Based on current publicly available competitive information.Removed
3880Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
3881Your results may vary.Removed
3882When properly equipped.Removed
3883Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1786":{"id":"T2-compare-escape-4a","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.</p>\n"},"1787":{"id":"sirius-disclaimer-siriusxm-with-360l-3-year-plan","ariaLabel":"","title":"*","description":"<p>*SiriusXM with 360L (3-year plan), also referred to as an Extended Service subscription plan by SiriusXM, if included with your newly purchased or leased vehicle will stop at the end of the subscription period unless you decide to continue service.Removed
3884Plan is non-transferable and non-refundable.Removed
3885If you do not wish to enjoy your subscription, you can cancel by calling the number below.Removed
3886All SiriusXM services require a subscription, each sold separately by SiriusXM after the service term.Removed
3887Service subject to the SiriusXM Customer Agreement and Privacy Policy, visit siriusxm.com for complete terms and how to cancel which includes online methods or calling 1-866-635-2349.Removed
3888Some services and features are subject to device capabilities and location availability.Removed
3889Satellite service not available in AK &amp; HI.Removed
3890Certain features and/or content may not be available in vehicles with SiriusXM with 360L unless an active data connection is enabled in the vehicle.Removed
3891Content varies by SiriusXM subscription plan.Removed
3892All fees, content and features are subject to change.Removed
3893SiriusXM and related logos are trademarks of Sirius XM Radio LLC and its respective subsidiaries.</p>"},"1788":{"id":"cargo-space-mach-e-disclaimer","ariaLabel":"","title":"*","description":"<p>*Premium model shown with maximum cargo space of 59.1 cu.-ft when properly equipped.Removed
3894Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1789":{"id":"disclosure-closed-course","ariaLabel":"","title":"*","description":"<p>*Closed-course use only.</p>\n"},"1790":{"id":"assumes98kwhuseperday","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.Removed
3895Assumes 9.8 kWh use per day for Pro Power Onboard<sup>™</sup>.Removed
3896Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"1791":{"id":"2026 bronco target carrusel 3","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Ranger<sup>®</sup> XLT model with optional equipment shown.Removed
3897When properly equipped.Removed
3898Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1792":{"id":"black-lug-nuts-dark-trail-package-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nuts</p>\n<p>Blend in but don't back down.Removed
3899Keep your wheels secure with lugs that complement the burnished trim.Removed
3900The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"1793":{"id":"rsf-video-details-ex-id-3441-1","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.Removed
3901Actual production vehicle may vary.Removed
3902Available Fall 2026. 2027 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XLT model with available Super Duty Carhartt<sup>®</sup> Package, optional equipment and extra cost-color option shown.</p>\n"},"1794":{"id":"T2-compare-maverick-6b","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford in model-year 2024.Removed
3903Includes all models with RTM population greater than 1,000.</p>\n"},"1795":{"id":"plug-in-hybrid-opt-equip","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape Plug-in Hybrid model with optional equipment and extra-cost color shown.</p>\n"},"1796":{"id":"available-on-the-2024-mustang-mach-e-rally","ariaLabel":"","title":"**","description":"<p>**Available on the 2024 Mustang Mach-E Rally</p>\n"},"1797":{"id":"as-shown-price-active-trim","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $40,585.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Explorer<sup>®</sup> Active model shown.Removed
3904Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1798":{"id":"DiscBroncoMDP2026AsShownBase","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $40,495.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Base model shown in Shadow Black.Removed
3905Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1799":{"id":"as-shown-price-f150","ariaLabel":"","title":"As shown pricing","description":"<p>As Shown $54,620<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 F-150<sup>®</sup> XLT model with FX4<sup>®</sup> Off-Road Package and Tow/Haul Package* shown.</p>\n<p><sup>*When properly equipped.Removed
3906Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</sup></p>\n"},"1800":{"id":"important-details-mlb","ariaLabel":"","title":"Important Details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.Removed
3907Visit <u><a href=\"http://mlb.com/\">MLB.com</a></u> and <u><a href=\"http://milb.com/\">MiLB.com</a></u>.</p>\n"},"1801":{"id":"mach-e-gt-optional-equip-and-extra-cost-color-disc","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color.</p>\n"},"1802":{"id":"discolsure-bronco-sport-max-towing-capacity","ariaLabel":"","title":"**","description":"<p>**When properly equipped.Removed
3908Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1803":{"id":"billboard-superduty-diclosure","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2024 CY industry-reported total.</p>\n"},"1804":{"id":"f150-lightning-bb-disclosure","ariaLabel":"","title":"Image Details","description":"<p>As shown price $XX,XXX<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> MODELNAME shown in COLORNAME (extra-cost color option) and OPTION.</p>\n"},"1805":{"id":"vehicle-disclaimer-target-f150","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option shown.Removed
3909Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1806":{"id":"max-payload-vhp-2026-f150","ariaLabel":"","title":"†","description":"<p>†Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.Removed
3910Max payload varies and is based on accessories and vehicle configuration.Removed
3911See label on door jamb for carrying capacity of a specific vehicle.Removed
3912Always properly secure cargo.</p>\n"},"1807":{"id":"bfn-sse-bronco-sport-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p><b> </b>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment and available Ford Accessories shown.</p>\n"},"1808":{"id":"2025-escape-st-line-elite-image-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>®</sup> ST-Line Elite.</p>\n"},"1809":{"id":"2026 US Expedition 1","ariaLabel":"","title":"*","description":"<p>*4x2 model MPG listed.</p>\n"},"1810":{"id":"disclaimer2025escapetax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Escape<sup>®</sup> Plug-in Hybrid with optional equipment shown.</p>\n"},"1811":{"id":"tool tip faq","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup> or E-Transit<sup>®</sup> Cargo Van from a participating Ford dealer between 7/8/2025 and 9/30/2025 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.Removed
3913Home charge station model and brand may vary based on availability.Removed
3914Offer not available to fleet or commercial customers.Removed
3915Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
3916Installation exclusions apply.Removed
3917Must take retail delivery from an authorized Ford dealer's stock by 9/30/2025.Removed
3918No trade-in required. 2025 Mustang Mach-E inventory may be limited and may vary by location.Removed
3919See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1812":{"id":"bronco-raptor-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Raptor model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1813":{"id":"eligible-vehicles-receive-expedition","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.Removed
3920Package pricing, included plans, and term lengths vary by model.Removed
3921Some features may only be available while vehicle is parked.Removed
3922Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.Removed
3923Terms apply.</p>\n"},"1814":{"id":"imagedetailsperformance2025bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.Removed
3924See your Owner’s Manual for detailed information.</p>\n"},"1815":{"id":"3-0l-supercharger-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>3.0L Supercharger Kit</p>\n<p>Command performance and watch obstacles disappear with this 3.0L supercharger kit, only available on the factory 5.0L V8 engine and 50 states street legal.Removed
3925The Whipple-powered kit delivers 700 hp and 590 lb.-ft. of torque, pushing you back in your seat and conquering takeoffs to towing.</p>\n"},"1816":{"id":"t2-h2h-26-bronco-doors-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and available Ford accessories shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1817":{"id":"escape-retail-customer-disclaimer","ariaLabel":"","title":"*","description":"<p>*Retail Customer Cash: Take new retail delivery of a 2025 Escape Plug-in Hybrid from an authorized Ford Dealer’s stock by 7/7/25.</p>\n"},"1818":{"id":"WirelesslyIphone","ariaLabel":"","title":"*","description":"<p>*Wirelessly use what you love about your iPhone<sup>®</sup> on your in-vehicle display, including Apple Maps and supported third-party navigation apps.</p>\n"},"1819":{"id":"t2-compare-mustang-4","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> GT model with extra-cost color option shown.&nbsp;</p>\n"},"1820":{"id":"DiscMaverickTremor2026MaxPayload","ariaLabel":"","title":"Video Details","description":"<p>2026 Maverick Tremor model with available equipment and extra cost colors shown.<br>\n<br>\nMax payload varies based on accessories and vehicle configuration.Removed
3926See label on doorjamb for carrying capacity of a specific vehicle.Removed
3927Always properly secure cargo.</p>\n"},"1821":{"id":"t2-desert-hp-yese","ariaLabel":"","title":"Disclosure","description":"<p>Get a $1,000 Amazon Gift Card when you purchase or lease a new 2025 F-150, 2025 Explorer, 2025 Bronco, 2025 Bronco Sport, or 2025 Mustang from 11/28/25- 12/1/25.Removed
3928Amazon.com offer excludes F-150 Tremor®, F\u0002150 Raptor®, Bronco Raptor® SUV, Maverick®, Mustang Shelby GT350®, Mustang GT350R®, Mustang Shelby® GT500®, Mustang Mach 1®, and Ford GT®.Removed
3929Restrictions apply: see Amazon.com/gc-legal.Removed
3930Amazon.com is not a sponsor of this program.Removed
3931Gift Card, if selected, will be emailed 72 hours after proof of vehicle purchase has been reported in VINCENT and will be delivered to email address submitted at time of vehicle purchase.Removed
3932Gift card can be used to make purchases on www.Amazon.com.Removed
3933Valid email address is required to be eligible for this program.Removed
3934At time of purchase, customer can elect to not take the gift card and apply $1,000 Open Bonus Cash to transaction.Removed
3935Customer must lease or purchase a new 2025 F-150, 2025 Explorer, 2025 Bronco, 2025 Bronco Sport, or 2025 Mustang model year Ford and take new retail delivery from an authorized Ford Dealers stock from 11/28/25-12/5/2025.Removed
3936Residency restrictions apply.Removed
3937See dealer for qualifications and complete details.</p>\n"},"1822":{"id":"t2-h2h-26-bronco-cargo","ariaLabel":"*","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1823":{"id":"t2-tax-savings-tax-message","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.Removed
3938To qualify, vehicles must be used primarily for business purposes and must be placed in service in the tax year that the deduction is claimed.Removed
3939This information does not constitute tax or legal advice.Removed
3940Customers should consult with their own tax or legal professional.&nbsp;</p>\n"},"1824":{"id":"fpp-off-road-2-suspension-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP Off-Road 2&quot; Suspension Kit</p>\n<p>More clearance.Removed
3941More capability.Removed
3942More Bronco.Removed
3943Elevate your ride and dominate tougher terrain.Removed
3944Two inches of lift can turn obstacles into an afterthought, and Ford Performance Parts' uniquely tuned Bilstein shocks soak up the ruts and smooth out the rocks.</p>\n"},"1825":{"id":"t2-supportbelt-southeast","ariaLabel":"","title":"*","description":"<p>*Experience the difference in comfort and care—visit your Local Ford Dealer today to learn more and get your SupportBelt<sup>™</sup> at no cost to you.</p>\n"},"1826":{"id":"DisclosureClosedTrack","ariaLabel":"","title":"Video Details","description":"<p>Professional driver.Removed
3945Closed course.Removed
3946Do not attempt.Removed
3947Closed track.Removed
3948Drift brake is intended for track use only.Removed
3949It should never be used on public roads.Removed
3950See Owner’s Manual for information on use.Removed
3951Optional equipment shown.</p>\n"},"1827":{"id":"2025 Ford F150 - FAQ1","ariaLabel":"","title":"*","description":"<p>Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
3952When properly equipped.Removed
3953Requires Tow/Haul Package and optional Max Tow Axle.Removed
3954Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1828":{"id":"DiscTier2Card4F150","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for important operating instructions.Removed
3955Max payload varies and is based on accessories and vehicle configuration.Removed
3956See label on doorjamb for carrying capacity of a specific vehicle.Removed
3957Always properly secure cargo.</p>\n"},"1829":{"id":"summer-tires-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on internal testing with optional summer tires.</p>\n"},"1830":{"id":"image-details-dramatization","ariaLabel":"","title":"Image Details","description":"<p>Dramatization.</p>"},"1831":{"id":"t2-tax-savings-new-vehicle-quality","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.Removed
3958To qualify, vehicles must be used primarily for business purposes and must be placed in service in the tax year that the deduction is claimed.Removed
3959This information does not constitute tax or legal advice.Removed
3960Customers should consult with their own tax or legal professional.</p>\n"},"1832":{"id":"disclaimer-data-50gb-doubleasterisk","ariaLabel":"","title":"**","description":"<p>**Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"1833":{"id":"fordpass-app-compatible-smartphone","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.Removed
3961Message and data rates may apply.Removed
3962Terms and conditions apply.Removed
3963Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"1834":{"id":"t2-supportbelt","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.Removed
3964For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1835":{"id":"disclaimer-max-towing-of-11600-f150","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.Removed
3965When properly equipped.Removed
3966Requires Tow/Haul Package and optional Max Tow Axle.Removed
3967Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1836":{"id":"wave-2-abm-conquest-2025-f150-doer-carousel-exp-id-3546","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
3968Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
3969Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
3970Not available in U.S. territories.Removed
3971Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1837":{"id":"DiscMustang2026NotoriousBlue","ariaLabel":"","title":"*","description":"<p>*Notorious Blue is available on the following: Mustang Dark Horse<sup>®</sup> Appearance Package, Mustang GT model with the GT Performance Package, and Mustang GT Premium model with the GT Performance Package.</p>\n"},"1838":{"id":"t2-feb-works-offer-3","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.Removed
3972Message and data rates may apply.Removed
3973Terms and conditions apply.Removed
3974Visit Ford.com for our privacy notice.</p>"},"1839":{"id":"PreproductionModelLimitedAvailability","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.Removed
3975Actual production vehicle may vary.Removed
3976Projected availability summer 2026.Removed
3977Very limited availability.Removed
3978See your dealer for availability details.</p>\n"},"1840":{"id":"awards-migration-1","ariaLabel":"","title":"Award Details","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.Removed
3979Visit <a href=\"https://www.jdpower.com/awards/#!external\" target=\"_blank\" aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.jdpower.com/awards/&quot;}}\" rel=\"noopener noreferrer\">jdpower.com/awards</a> for more details.Removed
3980Awards based on 2025 model year.Removed
3981Newer models may be shown.</p>\n"},"1841":{"id":"intersection-assist-does-not-detect-all-vehicles","ariaLabel":"","title":"*","description":"<p>*Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.</p>\n"},"1842":{"id":"AvailableConnectivityTerms","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.Removed
3982Package pricing, included plans, and term lengths vary by model.Removed
3983Some features may only be available while vehicle is parked.Removed
3984Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.Removed
3985Credit card required for plan activation and automatically renews unless cancelled.Removed
3986Terms apply.</p>\n"},"1843":{"id":"","ariaLabel":"","title":"","description":""},"1844":{"id":"rsf-build-vlu-e-transit-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,785<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n<br>\n2025 Ford E-Transit<sup>™</sup> High Roof, Long Length Cargo van with optional equipment shown.</p>\n"},"1845":{"id":"consumer-reports-does-not-endorse-products-or-services","ariaLabel":"","title":"*","description":"<p>*Consumer Reports does not endorse products or services.</p>\n"},"1846":{"id":"price-as-shown-2026-ford-bronco-stroppe-edition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,685.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Stroppe Edition model shown in Oxford White.Removed
3987Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1847":{"id":"15l-engine-8-speed-fwd","ariaLabel":"","title":"*","description":"<p>*1.5L engine/8-speed transmission/FWD.Removed
3988Actual mileage will vary.</p>\n"},"1848":{"id":"OptionalEquipmentMustangMDPGT","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment and extra-cost color shown.</p>\n"},"1849":{"id":"escape-st-line-elite-opt-equip","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> Platinum model with optional equipment and extra-cost color option shown.</p>\n"},"1850":{"id":"t2-cc-f150-clearance-img","ariaLabel":"t2-cc-f150-clearance-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model shown.</p>\n"},"1851":{"id":"2025-ranger-lariat-model-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
3989Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1852":{"id":"eligible-vehicle-expedition-2025-fordconnectivitypackage","ariaLabel":"","title":"*","description":"<p>*Eligible 2025 model-year vehicles receive complimentary access to three-years of Alexa Built-In and one-year of Ford Connectivity Package plan enabling Google Assistant, Google Maps and Google Play which begins on the activation start date.Removed
3990To activate the one-year complimentary trial, credit card authorization for auto renewal is required; customer may cancel at any time.Removed
3991Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.<br>\nSecond-row digital device holder available summer 2025.</p>\n"},"1853":{"id":"max-towing-8400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max towing of 8,400 lbs. available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.Removed
3992When properly equipped.Removed
3993Requires Tow/Haul Package and optional Max Tow Axle.Removed
3994Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1854":{"id":"matte-black-18-x-7-5-wheel-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black 18&quot; x 7.5&quot; Wheel Kit</p>\n<p>Grounded and tough, with just the right amount of flash, these blackout wheels balance form and function with a fit made for your truck.Removed
3995A recommended tire to wrap around them?Removed
3996General Grabber A/TX 275/70R18 (as shown).</p>\n"},"1855":{"id":"ranger-standard-lariat-raptor","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat<sup>®</sup> and Ranger<sup>®</sup> Raptor<sup>®</sup> models.</p>\n"},"1856":{"id":"as-show-price-bb-select-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $38,290<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Select with extra-cost color option shown.</p>\n"},"1857":{"id":"Disclosure2025BestSellingSUV","ariaLabel":"","title":"*","description":"<p>Based on S&amp;P Global Mobility 1946-current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"1858":{"id":"fba-ford-roadside-assistance-complimentary-offering-7-years-or-100000-miles","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per-service fee.Removed
3997Ford reserves the right to change program details without obligations.Removed
3998Ford Roadside Assistance is a complimentary offering to all Ford owners for up to 7 years or 100,000 miles (from the date of sale), whichever comes first.Removed
3999Ford reserves the right to change program details without obligations.</p>\n"},"1859":{"id":"T2-compare-expedition-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Platinum<sup>® </sup>model shown.</p>\n"},"1860":{"id":"connectivity-package-asterisk-disclaimer-mach-e-select","ariaLabel":"","title":"**","description":"<p>**Select option for a one-time purchase of Ford Connectivity Package.Removed
4000Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN).</p>\n"},"1861":{"id":"bosoundsystemstandardonflashandlariatmodels","ariaLabel":"","title":"*","description":"<p><sup>*</sup>B&amp;O<sup>®</sup> Sound System standard on Flash<sup>™</sup> and Lariat<sup>®</sup> models.Removed
4001B&amp;O Unleashed Sound System standard on Platinum<sup>®</sup> models.</p>\n"},"1862":{"id":"2025-video-details-expedition-cargo-capacity","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1863":{"id":"ford-pickup-delivery-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
4002Does not include parts or repair charges.Removed
4003A non-operational vehicle is not eligible and will require a Roadside event.Removed
4004See your Ford Dealer for details.</p>\n"},"1864":{"id":"t2-compare-super-duty-9b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>5G not available everywhere.Removed
4005Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1865":{"id":"incentives-offer-v1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 1/6/2026 and 3/31/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.Removed
4006Home charge station model and brand may vary based on availability.Removed
4007Offer not available to fleet or commercial customers.Removed
4008Complimentary home installation must be completed through Qmerit Electrification LLC.Removed
4009Installation exclusions apply.Removed
4010Must take retail delivery from an authorized Ford dealer's stock by 3/31/2026.Removed
4011No trade-in required.Removed
4012See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1866":{"id":"maverick-lariat-with-extra-cost-color-option-shown","ariaLabel":"","title":"Image Details","description":"<p>Maverick® Lariat® with extra-cost color option shown.</p>\n"},"1867":{"id":"as-show-price-bb-premium-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $41,090<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Premium with extra-cost color option shown.</p>\n"},"1868":{"id":"sport-apperance-package-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Premium model with Sport Appearance Package shown.</p>\n"},"1869":{"id":"MPGExpedition2026","ariaLabel":"","title":"**","description":"<p>**4x2 model MPG listed.</p>\n"},"1870":{"id":"bronco-h2h-4runner-billboard","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available to current owners or lessees of ’95 model-year or newer Toyota® Brand-vehicle with valid proof of ownership.Removed
4013Excludes Bronco® Raptor® and Bronco Stroppe models.Removed
4014Trade-in not required.Removed
4015Customer must have leased the eligible vehicle for a minimum of 30 days prior to the sale date of the new vehicle.Removed
4016Residency restrictions apply.Removed
4017Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
4018See dealer for details.Removed
4019Toyota is a registered trademark of Toyota Motor Corporation.</p>\n"},"1871":{"id":"ranger XLT","ariaLabel":"","title":"**","description":"<p>**Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
4020They do not make your vehicle autonomous or replace your responsibility to drive safely.Removed
4021Please only use if you will pay attention to the road and be prepared to take over at any time.Removed
4022See Owner’s Manual for details and limitations.Removed
4023For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1872":{"id":"t2-compare-super-duty-1b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on 1977–2024 CY industry-reported total sales.</p>\n"},"1873":{"id":"ranger xl model page","ariaLabel":"","title":"Image Details","description":"<p>Lariat<sup>®</sup> model.Removed
4024Optional equipment shown.</p>\n"},"1874":{"id":"us-mach-e-highlights-disclaimer-packages","ariaLabel":"","title":"Image Details","description":"<p>Premium with optional equipment and extra-cost color option.</p>\n"},"1875":{"id":"2026-kf-dark-house-sc-3","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown.Removed
4025Actual production vehicle may vary.Removed
4026Available summer 2026.Removed
4027Teal Appearance Package shown.</p>\n"},"1876":{"id":"target-mustang-gt-package-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium model with Mustang<sup>®</sup> Nite Pony<sup>™</sup> and GT Performance Packages with Vapor Blue extra-cost exterior color, and a 2025 Mustang<sup>®</sup> EcoBoost fastback with Carbonized Gray exterior color.</p>\n"},"1877":{"id":"2025-f-150-lightning-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat model shown.</p>\n"},"1878":{"id":"disclaimer-epa-estimated-range-lightning","ariaLabel":"","title":"*","description":"<p>EPA-estimated 300-mile range with available 123kWh extended range battery.Removed
4028Based on full charge.Removed
4029Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1879":{"id":"DiscWaysToSaveOfferInfo","ariaLabel":"","title":"Important Offer Details","description":"<p>First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).Removed
4030Ford Military Exclusive Cash Reward is available to all active, retirees, and all veteran military personnel of an eligible military branch, including their spouses/surviving spouses, and household members.Removed
4031(PGM# 32892) Offers are available on the purchase or lease of an eligible new 2024/2025/2026 Ford vehicle.Removed
4032Not available on Mustang Dark Horse<sup>®</sup>, Mustang<sup>®</sup> GTD, F-150<sup>®</sup> Raptor<sup>®</sup>, Ranger<sup>®</sup> Raptor, Bronco<sup>®</sup> Raptor, Bronco Stroppe, and Ford GT<sup>™</sup>.Removed
4033Vehicle eligibility may change at any time.Removed
4034Dollar amounts may vary by market.Removed
4035U.S. residents only.Removed
4036For all offers, place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 11/19/25.Removed
4037Limit of five purchases or leases per household.Removed
4038Offers are subject to dealer participation.Removed
4039May not be used/combined with any other Ford private offer.Removed
4040See an authorized Ford Dealer or go to <a href=\"https://www.fordrecognizesu.com#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\">www.fordrecognizesu.com</a> for complete details and eligibility.Removed
4041Customer may only claim one offer.Removed
4042Offers are subject to confirmation of eligibility.</p>\n"},"1880":{"id":"fafaAssemblyDisclosure","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on S&amp;P Global Mobility CY 2024 U.S. Light Vehicle Production data.Removed
4043Assembled in the U.S.A. with domestic and foreign parts.</p>\n"},"1881":{"id":"AvailableConnectivityExpedition","ariaLabel":"","title":"**","description":"<p>**Available Connectivity features and functionality vary by model and compatible devices.Removed
4044Package pricing, features, included plans, and term lengths vary by model.Removed
4045Some features may only be available while vehicle is parked.Removed
4046Owners can log into the Ford app to see specific features available to them.Removed
4047Terms apply.</p>\n"},"1882":{"id":"expedition-2025-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Expedition<sup>®</sup>&nbsp;Tremor<sup>®</sup>&nbsp;in Wild Green color shown with available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1883":{"id":"removal-of-doors-2026-bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.Removed
4048Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1884":{"id":"t2-compare-super-duty-2b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max. 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.Removed
4049Class is Full-Size Pickups over 8,500 lbs.Removed
4050GVWR.Removed
4051Horsepower and torque ratings based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
4052Your results may vary.Removed
4053When properly equipped.Removed
4054Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1885":{"id":"Edge Sunset Carousel 3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT SUV shown with optional equipment and extra-cost color option.&nbsp;2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.Removed
4055Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1886":{"id":"industy-reported-sales-49-years","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2025 CY industry-reported total sales.Removed
4056Optional equipment and extra-cost colors shown.</p>\n"},"1887":{"id":"matte-black-bodyside-fp700s-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bodyside FP700S Decal</p>\n<p>Separate from the pack with a bold black and white bodyside decal.Removed
4057Turn heads on the street with clean lines that slash across the bed and amplify the energy of this truck.</p>\n"},"1888":{"id":"f-150-platinum-plus-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.Removed
4058When properly equipped.Removed
4059Requires Tow/Haul Package and optional Max Tow Axle.Removed
4060Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1889":{"id":"Sub-Compact-Utility","ariaLabel":"","title":"*","description":"<p>*Class is Non-Premium Sub-Compact Utility.Removed
4061Based on current publicly available information.</p>\n"},"1890":{"id":"2026-ford-maverick-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n"},"1891":{"id":"disclaimer2025broncosportcolormanual","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option shown.Removed
4062Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
4063Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1892":{"id":"max-payload-of-8000-available-f-350","ariaLabel":"","title":"*","description":"<p>*Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.Removed
4064Max payload varies and is based on accessories and vehicle configuration.Removed
4065See label on doorjamb for carrying capacity of a specific vehicle.Removed
4066Always properly secure cargo.Removed
4067Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
4068Based on current publicly available competitive information.</p>\n"},"1893":{"id":"Ford-security-package-expedition-2027","ariaLabel":"","title":"*","description":"<p>*Vehicles enrolled in Ford Security Package may require a software update in order to access Start Inhibit.Removed
4069Please contact us at 866-861-0420 for assistance.</p>\n"},"1894":{"id":"Lariat ranger","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>"},"1895":{"id":"disclaimer2025broncotax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
4070Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1896":{"id":"Closed-track-mustang-2026","ariaLabel":"","title":"Image Details","description":"<p>Closed track.Removed
4071Electronic line-lock is intended for track use only.Removed
4072It should not be used on public roads.Removed
4073See Owner’s Manual for information on use.</p>\n"},"1897":{"id":"image-details-wave-cruiser-jd-power","ariaLabel":"","title":"*","description":"<p>*Tied in 2025.Removed
4074For J.D. Power 2025 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards\" target=\"_blank\">jdpower.com/awards</a>.Removed
4075Awards based on 2025 model year.</p>\n"},"1898":{"id":"T2-compare-2024-bronco-7","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Raptor<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.Removed
4076Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1899":{"id":"as-shown-price-mach-e-post-launch-change-disc","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $44,085.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Premium models with available Sport Appearance Package and extra-cost colors shown.</p>\n"},"1900":{"id":"image-details-always-consult-owner-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
4077Follow all laws and drive on designated off-road trails\u2028and recreation areas.</p>\n"},"1901":{"id":"numbers-subject-to-change","ariaLabel":"","title":"**","description":"<p>**Numbers subject to change.</p>\n"},"1902":{"id":"2026-mustang-mach-e-packages-3","ariaLabel":"","title":"*","description":"<p>\u2028*Ford Connectivity Package included for one-year from warranty start date.Removed
4078Requires activation via the Ford app with credit card authorization; customer may cancel at any time.Removed
4079Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.Removed
4080Ford may temporarily slow data speeds if such data usage reaches or exceeds 50GB within a billing cycle or due to network limitations.Removed
4081If a customer uses more than 50% of their data usage in a roaming country during a 60-day period, Ford may remove or limit the customer’s data plan.</p>\n"},"1903":{"id":"2026ExpeditionBillboardDisclosure","ariaLabel":"","title":"Vehicle Details","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup></p>\n<p>2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional features and available Ford Accessories shown.Removed
4082Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1904":{"id":"awards-bestselling-truck","ariaLabel":"","title":"Award Details","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"1905":{"id":"T2-compare-maverick-7","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with available Black Appearance Package and extra-cost color option shown.</p>\n"},"1906":{"id":"target-maverick-lobo-optional","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lobo<sup>™</sup> truck with optional equipment shown.</p>\n"},"1907":{"id":"explorer-st-shown","ariaLabel":"","title":"Video Details","description":"<p>Explorer<sup>®</sup> ST shown.</p>\n"},"1908":{"id":"2025 lightning target 2","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model with available Ford Accessories shown.Removed
4083Cargo and load capacity limited by weight and weight distribution.Removed
4084Max payload varies based on accessories and vehicle configuration.Removed
4085See label on doorjamb for carrying capacity of a specific vehicle.Removed
4086Always properly secure cargo.</p>\n"},"1909":{"id":"horsepower-and-torque-sae-j1349","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.Removed
4087Your results may vary.</p>\n"},"1910":{"id":"disclaimer-ford-security-package-f150","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford App, modem activation, and an activated plan.Removed
4088Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
4089Available on select 2024–2026 F-150 (excluding F-150 Lightning) and 2024–2026 Super Duty trucks.Removed
4090Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
4091Terms apply.Removed
4092Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1911":{"id":"2025 F150 Raptor R shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> shown.</p>\n"},"1912":{"id":"ford-rewards-limitations","ariaLabel":"","title":"**","description":"<p>**Tier Activity limitations apply.Removed
4093Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Tier Activity.Removed
4094FAQs for details.</p>\n"},"1913":{"id":"DisclosureMustangNitePonyPackage","ariaLabel":"","title":"*","description":"<p>*Wheels included with Mustang Nite Pony Package when ordered with the GT Performance Package.Removed
4095Image shows available appearance and GT Performance Package.Removed
4096Pre-production model with optional equipment shown.Removed
4097Not all features may be available.Removed
4098See your local dealer for details.</p>\n<p>&nbsp;</p>\n"},"1914":{"id":"t2-owner-services-ford-app","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.Removed
4099Message and data rates may apply.Removed
4100Terms and conditions apply.Removed
4101Visit <a href=\"http://ford.com/\">Ford® - New Hybrid &amp; Electric Vehicles, SUVs, Crossovers, Trucks, Vans &amp; Cars</a> for our privacy notice.</p>\n"},"1915":{"id":"video-details-extra-cost-colors-and-accessories","ariaLabel":"","title":"Video Details","description":"<p>Vehicles shown with extra-cost colors and available Ford Accessories.Removed
4102Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1916":{"id":"disclaimer-2025rangerxlttruck","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® XLT truck with optional equipment shown.</p>\n"},"1917":{"id":"disclosure-owners-manual-offroad-driving","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1918":{"id":"t2-owner-service-tirebrands","ariaLabel":"t2-owner-service-tirebrands","title":"**","description":"<p>**Dealer-installed purchase only.Removed
4103Limit one (1) rebate offer per retail customer vehicle and limit of 15 vehicles per fleet eligible customer. $100 tire rebate or 22,000 Ford Rewards bonus Points on a set of four Goodyear®, Cooper®, Hankook, Bridgestone, Firestone, Pirelli, Yokohama®, Toyo®, and Nitto® tires. $50 tire rebate and $50 service allowance or 22,000 Ford Rewards bonus Points on Michelin and BFGoodrich® tires.Removed
4104Toyo medium/commercial truck and Motorsport patterns are excluded.Removed
4105Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
4106Points are not redeemable for cash and have no monetary value.Removed
4107Point earning and redemption values are approximate and vary by products and services redeemed.Removed
4108See Ford Rewards Program Terms at FordRewards.com regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.Removed
4109Points will be awarded within eight weeks of rebate submission.Removed
4110Offer valid 4/1/26 to 4/30/26.Removed
4111Submit rebate by 5/31/26 online at Ford.com/service-rebates or by mail-in rebate form; rebate payment will be sent by mail.Removed
4112See a participating U.S. dealership for vehicle applications and offer details through 4/30/26.</p>\n"},"1919":{"id":"vhp-att-bar-26-mach-e","ariaLabel":"","title":"**","description":"<p>**On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.Removed
4113Ford test data based on typical industry methodology using 1-ft rollout.Removed
4114Your results may vary.Removed
4115Based on internal testing with optional summer tires.</p>\n"},"1920":{"id":"wave-3-bb-confort-quiet-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $89,415<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"1921":{"id":"2025ExplorerSTasshownprice","ariaLabel":"","title":"*","description":"<p>2025 Ford Explorer® ST in Vapor Blue (extra cost color option) and available 4WD with Panoramic Vista Roof®.Removed
4116As shown price $59,695</p>\n"},"1922":{"id":"keeping-map-data-updated-disclaimer","ariaLabel":"","title":"**","description":"<p>**For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1923":{"id":"range-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.Removed
4117Your results may vary.Removed
4118Horsepower and torque are independent variables and may not be achieved simultaneously.</p>\n"},"1924":{"id":"high-powered-sports-cars-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Class is High-Powered Sports Cars with available 300+ HP.</p>\n"},"1925":{"id":"2026-bronco-sport-outer-banks-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
4119Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1926":{"id":"disclosure-max-flexible-storage","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.Removed
4120See label on doorjamb for carrying capacity of a specific vehicle.Removed
4121Always properly secure cargo.</p>\n"},"1927":{"id":"DiscloseRECAROTM","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.</p>\n"},"1928":{"id":"2025-ford-f-150-lightning-platinum-vehicle-details","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150 Lightning Platinum model with available Dark Elements Package shown.</p>\n"},"1929":{"id":"awards-migration-8","ariaLabel":"","title":"Award Details","description":"<p>For J.D. Power 2024 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards/#!external\" target=\"_blank\" aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.jdpower.com/awards/&quot;}}\">jdpower.com/awards</a>.</p>\n"},"1930":{"id":"optional-equipment-always-consult-manual-cargo-load-capacity","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1931":{"id":"max-430-horsepower-and-485-lb","ariaLabel":"","title":"*","description":"<p>*Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L V8 gas engine.Removed
4122Class is Full-Size Pickups over 8,500 lbs.Removed
4123GVWR.Removed
4124Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
4125Your results may vary.Removed
4126When properly equipped.Removed
4127Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1932":{"id":"DisclosureStandarRangerModels","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat&nbsp;and Ranger&nbsp;Raptor&nbsp;models.</p>\n"},"1933":{"id":"kelley-blue-book-disclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>*For more information, visit Kelley Blue Book’s <a href=\"KBB.com\" target=\"_blank\">KBB.com</a>.Removed
4128Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1934":{"id":"T2-compare-lightning-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload available on F-150<sup>®</sup> Lightning<sup>®</sup> Pro pickup with Standard-Range Battery.Removed
4129Max payload varies based on accessories and vehicle configuration.Removed
4130See label on doorjamb for carrying capacity of a specific vehicle.Removed
4131Always properly secure cargo.</p>\n"},"1935":{"id":"T2-compare-mache-7a","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.Removed
4132Use voice-operated systems when possible.Removed
4133Some features may be locked out while the vehicle is in gear.Removed
4134Not all features are compatible with all phones.</p>\n"},"1936":{"id":"bronco-2027-preproduction","ariaLabel":"","title":"Image Details","description":"<p>Preproduction vehicle shown.Removed
4135Available early 2027.</p>\n"},"1937":{"id":"image-details-disc-bronco-family-accordion-accessories-interior","ariaLabel":"","title":"Image Details","description":"<p>Bronco®&nbsp;Wildtrak®&nbsp;with optional equipment and Ford Accessories shown.</p>\n"},"1938":{"id":"DiscSuperDutyBasedSales","ariaLabel":"","title":"Disclaimer","description":"<p>Based on 1977–2024 CY industry-reported total sales.</p>\n"},"1939":{"id":"disclaimr xl billboard 5","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $60,280.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Transit<sup>®</sup> Passenger Van XL model with optional equipment and extra-cost color shown.</p>\n"},"1940":{"id":"disclaimer2025maverickxltmodelshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Maverick® XLT model shown.<br>\n</p>\n"},"1941":{"id":"modified-display-expedition","ariaLabel":"","title":"Image Details","description":"<p>Modified Display.</p>\n"},"1942":{"id":"2025-maverick-disclaimer-bb-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$41,425<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Maverick<sup>®</sup> Lobo<sup>™</sup> with optional equipment shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
4136Does not include A, Z or X Plan price.</p>\n"},"1943":{"id":"max-payload-varies-maverick","ariaLabel":"","title":"*","description":"<p>*Max payload varies based on accessories and vehicle configuration.Removed
4137See label on doorjamb for carrying capacity of a specific vehicle.Removed
4138Always properly secure cargo.</p>\n"},"1944":{"id":"max-500-horsepower-sd-target","ariaLabel":"","title":"**","description":"<p>**Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.Removed
4139Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
4140Based on current publicly available competitive information.Removed
4141Horsepower ratings based upon testing requirements prescribed in SAE J1349<sup>®</sup>.Removed
4142Your results may vary.</p>\n"},"1945":{"id":"T2-compare-maverick-5b","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.</p>\n"},"1946":{"id":"2026-badlands-bb","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,260.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1947":{"id":"DisclosureAlexaBuiltIn","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.Removed
4143Package pricing, included plans, and term lengths vary by model.Removed
4144Some features may only be available while vehicle is parked.Removed
4145Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.Removed
4146Terms apply.</p>\n"},"1948":{"id":"2026-maverick-xlt-pickup-with-optional-equipment-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> XLT pickup with optional equipment shown.Removed
4147Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1949":{"id":"2026-f150-max-towing-11600-2","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.Removed
4148When properly equipped.Removed
4149Requires Tow/Haul Package and optional Max Tow Axle.Removed
4150Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1950":{"id":"ipsos-mme-pod","ariaLabel":"","title":"*","description":"<p>This IPSOS New Vehicle Customer Survey is based off data collected from customers who purchased a BEV during the timeframe of October 2022 through September 2023 and charge at home at least once a week.</p>\n"},"1951":{"id":"matteblackdisclaimer3","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze 17&quot; x 8.5&quot; Wheel – x5</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.Removed
4151These burnished metal wheels blend form and function with a fit perfect for your vehicle.Removed
4152They are tough enough for the trail but stylish on the street.</p>\n"},"1952":{"id":"DiscEscape2026VideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color option shown.</p>\n"},"1953":{"id":"CargoCapacityExpedition2026","ariaLabel":"","title":"Image Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.Removed
4153Properly secure all cargo.</p>\n"},"1954":{"id":"VehicleDetailsXLTModelShown","ariaLabel":"","title":"Vehicle Details","description":"<p>Maverick® XLT model shown.</p>\n"},"1955":{"id":"t2-honolulu-aiea-kahului-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Outer Banks® model shown.Removed
4154Optional equipment shown. © 2025 Ford Motor Company.Removed
4155Bronco is a trademark of Ford Motor Company or its affiliates.Removed
4156All rights reserved.</p>\n"},"1956":{"id":"dont-drive-distracted-expedition","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.Removed
4157Use voice controls.</p>\n"},"1957":{"id":"disc-change-kf-rally-mache-26-1","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.Removed
4158Your results may vary.Removed
4159Based on internal testing with optional summer tires.</p>\n"},"1958":{"id":"maverick-offer-details-target","ariaLabel":"","title":"*","description":"<p>*Employee Pricing Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup>, and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.Removed
4160Excludes all Bronco Stroppe models, Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD, all Super Duty chassis cab/cutaway models; also excludes 2025 Expedition, Navigator, and Transit (Wagon).Removed
4163A/X/Z/D Plan ineligible.4348Other exclusions may apply.
4164Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 7/7/25.4349Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.
4165The 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.4350See dealer for details.</p>\n"},"2064":{"id":"bluecruise-at-vehicle-purchase","ariaLabel":"","title":"*","description":"<p>*At vehicle purchase, customers have the option to buy a 1-year plan for $495.
4166See a participating dealer or retailer for details and current inventory status.</p>\n"},"1959":{"id":"2025 Maverick October","ariaLabel":"","title":"Important Offer Details","description":"<p>2025 Maverick Lobo model with optional equipment shown. $3,000 Bonus Customer Cash (PGM #11592, PGM #11594, PGM #90286).4351At the end of the initial complimentary trial or included plan duration, customers can choose to purchase a monthly subscription for $49.99 or an annual subscription for $495.
4167Residency restrictions apply.4352Eligible on 2025 model year and newer vehicles purchased from a Ford dealer on or after 8/22/2025.
4168For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 11/3/25.4353BlueCruise-equipped vehicles come with a 90-day complimentary trial period, starting with your vehicle's warranty start date.
4169See dealer for qualifications and complete details.4354After the trial, you can choose to purchase BlueCruise monthly or annually based on your needs.
4170(NAT)</p>\n"},"1960":{"id":"EscapePlugIn","ariaLabel":"","title":"*","description":"<p>2025 Escape Plug-In Hybrid model with extra-cost colour option shown.</p>\n"},"1961":{"id":"yese-1k","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.4355Pricing subject to change.</p>\n"},"2065":{"id":"video-details-2025-f150-lightning-lariat-model","ariaLabel":"","title":"Video Details","description":"<p>2025 F-150® Lightning® Lariat® model with extra cost color shown.
4171For Final Days Bonus Cash back, take new retail delivery from an authorized Ford Dealer's stock by 1/2/26.4356Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2066":{"id":"sd-chassis-cab-aftermarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty® XLT Chassis Cab with aftermarket equipment shown.</p>\n"},"2067":{"id":"disclosure lightning lariat 2025","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lariat with optional equipment shown.</p>\n"},"2068":{"id":"transit-hp-aftermarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Transit® Cargo Van with aftermarket equipment shown.</p>\n"},"2069":{"id":"video-details-2026-ford-explorer-tremor-with-optional","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Explorer® Tremor® with optional equipment shown.
4172See dealer for details.4357Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2070":{"id":"customers-have-the-option-to-add-a-bluecruise","ariaLabel":"","title":"*","description":"<p>*Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.
4173Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.4358Ask your local dealer for details.
4174Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.4359Eligible on 2025 model year and newer vehicles purchased from a Ford dealer on or after 8/22/2025.
4175See dealer for qualifications, and details.4360Price is based on current MSRP pricing.
4176Customer can defer first payment up to 90 days.4361See your authorized Ford dealer for details.</p>\n"},"2071":{"id":"bluecruise-subscription-at-time-of-online-vehicle-order","ariaLabel":"","title":"*","description":"<p>*Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.
4177Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
4178Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
4179For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
4180Must take delivery by 1/5/26 from an authorized Ford Dealer's stock. <b>All offers exclude</b>: Bronco®, Bronco Sport®, Expedition®, Mustang®, Mustang Dark Horse®, Mustang GTD, F-150® Raptor, Ranger®, Ranger Raptor, Maverick®, Ford GT™, Bronco Raptor, Bronco Stroppe, Super Duty® Crew Cab, Super Duty® Chassis Cab, E-Transit™ and Transit® Wagon.Removed
4181See dealer for qualification and details.</p>\n"},"1962":{"id":"t2-supportbelt-carolinas","ariaLabel":"","title":"*","description":"<p>*Experience the difference in comfort and care—visit your Carolina Ford Dealer today to learn more and get your SupportBelt<sup>™</sup> at no cost to you.</p>\n"},"1963":{"id":"must-have-an-activated-fordpass-rewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.Removed
4182Points are not redeemable for cash and have no monetary value.Removed
4183Point earning and redemption values are approximate and vary by products and services redeemed.Removed
4184See the Ford Rewards Program Terms at&nbsp;<a href=\"FordRewards.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a>&nbsp;for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1964":{"id":"2025broncosport-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $46,715<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.Removed
4185Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1965":{"id":"image-details-rtr-jaw-dropping","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
4186Preproduction model shown with optional Hyper Lime brake caliper shown.Removed
4187Available late spring 2026.</p>\n"},"1966":{"id":"XL Specs Ranger","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> SuperCrew<sup>®</sup> models with available Trailer Tow Package.Removed
4188Excludes Raptor<sup>®</sup> models.Removed
4189When properly equipped.Removed
4190Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1967":{"id":"based-on-full-charge-demonstrated-range","ariaLabel":"","title":"*","description":"<p>*Based on full charge. 2025 E-Transit<sup>™</sup> Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive-cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA test procedure for EVs-PHEVs-11-14-2017.pdf</a>) at ALVW (Adjusted Loaded Vehicle Weight).Removed
4191Medium Roof and High Roof models projected range reflecting capability based on CAE analytical adjustments from tested vehicle and adjusted for roof height.Removed
4192Actual range varies with conditions such as external environment, vehicle use, upfits and alterations, vehicle maintenance, lithium-ion battery age, and state of health.</p>\n"},"1968":{"id":"beyond-the-power-promise-support-and-guidance","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.Removed
4193Message and Data Rates May Apply.Removed
4194By texting, you agree to receive text messages.Removed
4195Text HELP for information.Removed
4196Text STOP to cancel.Removed
4197Privacy Policy at <a href=\"http://www.ford.com/help/privacy/\">www.ford.com/help/privacy/</a>.Removed
4198Customer must agree to terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.Removed
4199Not available on select holidays.Removed
4200See your Ford dealer for details.</p>\n"},"1969":{"id":"disclaimer2025broncosportoptequip","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and extra-cost color option shown.Removed
4201Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1970":{"id":"Available Connectivity features and functionality","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.Removed
4202Package pricing, features, included plans, and term lengths vary by model.Removed
4203Some features may only be available while vehicle is parked.Removed
4204Owners can log into the Ford app to see specific features available to them.Removed
4205Terms apply.</p>\n"},"1971":{"id":"max-towing-13500-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
4206When properly equipped.Removed
4207Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
4208Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1972":{"id":"disc-not-available-recaro-seats","ariaLabel":"","title":"*","description":"<p>*Not available on RECARO seats.</p>\n"},"1973":{"id":"2026 ABM value practical carrusel disclaimer 4","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1974":{"id":"BasedGlobalMobilty4x4","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations for the 4x4 drive type for CY 2025.</p>\n"},"1975":{"id":"DisclosureOptionalOwner","ariaLabel":"","title":"*","description":"<p>Optional equipment shown.&nbsp;<br>\n<br>\n*Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1976":{"id":"dont-drive-distracted-bronco-2026","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.Removed
4209Use voice controls.Removed
4210Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"1977":{"id":"video-details-mach-e-vhp-change-1","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with extra-cost color shown.</p>\n"},"1978":{"id":"mach-e-vhp-attributes-bar-1","ariaLabel":"","title":"*","description":"<p>*On the Mustang Mach-E<sup>®</sup> Premium model with available extended-range battery and RWD.</p>\n"},"1979":{"id":"optional-rtr-mustang-fastback","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
4211Preproduction model shown.</p>\n"},"1980":{"id":"2027-ford-expedition-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2027 Ford Expedition® model shown.</p>\n"},"1981":{"id":"HorsepowerPremium","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
4212Your results may vary.Removed
4213When properly equipped.Removed
4214Horsepower and torque Ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1982":{"id":"image-details-bronco-2025-2","ariaLabel":"","title":"Image Details","description":"<p>See your Owner’s Manual for detailed information.Removed
4215Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1983":{"id":"ready-set-ford-adventure-expedition-tremor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional features and available Ford Accessories shown.</p>\n"},"1984":{"id":"velocity-blue-grille-letters","ariaLabel":"","title":"Image Details","description":"<p>Velocity Blue Grille Letters</p>\n<p>Inject personality into your Bronco Sport with Velocity Blue grille letters that echo the free-spirited fun of the 1970s.Removed
4216Crisp white accents ensure they pop.Removed
4217You'll command rearview mirror double-takes with this first-impression feature.</p>\n"},"1985":{"id":"max-towing-12400-lbs-available-f150-crew-cab-6-5-box-4-2-available-3-5l-powerboost","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.Removed
4218When properly equipped.Removed
4219Requires Tow/Haul Package and optional Max Tow Axle.Removed
4220Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1986":{"id":"disclaimer-mustang-rtr-hyper-lime-interior-shown","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
4221Preproduction model with optional Hyper Lime interior shown.Removed
4222Actual production vehicle may vary.Removed
4223Available summer 2026.</p>\n"},"1987":{"id":"DisclosurePreproductionModel","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction model with optional equipment shown.Removed
4224Not all features may be available.Removed
4225See your local dealer for details.<br>\n</p>\n"},"1988":{"id":"as-shown-price-f150-disclaimer-xlt-model","ariaLabel":"","title":"As shown pricing","description":"<p>As Shown $54,620<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 F-150<sup>®</sup>&nbsp;XLT model with FX4<sup>®</sup>&nbsp;Off-Road Package and Tow/Haul Package* shown.</p>\n<p>&nbsp;</p>\n<p><sup>*When properly equipped.Removed
4226Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</sup></p>\n"},"1989":{"id":"","ariaLabel":"","title":"","description":""},"1990":{"id":"attributes-bar-epa-disc-2","ariaLabel":"","title":"*","description":"<p>*With RWD and available extended-range battery.</p>\n"},"1991":{"id":"when-properly-equipped-01","ariaLabel":"","title":"††","description":"<p>††When properly equipped.Removed
4227Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1992":{"id":"t2-supportbelt-secure-your-supportbelt","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.Removed
4228For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1993":{"id":"as-shown-pricing-2","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $63,435<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Transit high-roof extended length XLT Passenger model with optional equipment shown.Removed
4229When properly equipped.Removed
4230Requires Heavy-Duty Trailer Tow Package.Removed
4231Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br></p>"},"1994":{"id":"ford-performance-rear-badge-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Rear Badge</p>\n<p>Stamp your tailgate with Ford Performance’s powerful reputation that’s channeled throughout your vehicle.Removed
4232The classic detail signs off on the high-performance features running front to back.</p>\n"},"1995":{"id":"extracostcoloroption","ariaLabel":"","title":"*","description":"<p>*Extra-cost color option.</p>\n"},"1996":{"id":"DiscVehicleDetailsHPMEandH","ariaLabel":"","title":"Vehicle Details","description":"<p>Shown with optional equipment and extra-cost color shown.Removed
4233When properly equipped.Removed
4234Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1997":{"id":"TBD","ariaLabel":"","title":"*","description":"<p>TBD</p>\n"},"1998":{"id":"roadside-assistance-asterisk-disc-2","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as FordPass<sup>®</sup> app, is compatible with select smartphone platforms, is available via a download.Removed
4235Message and data rates may apply.Removed
4236Terms &amp; conditions apply.Removed
4237Visit ford.com for our privacy notice.</p>\n"},"1999":{"id":"bfn-sse-home-transfer-switch-disconnects","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When home is properly equipped and home transfer switch disconnects home from the grid.Removed
4238Based on 30 kWh use per day using the Ford F-150<sup>®</sup> Lightning<sup>® </sup>Platinum<sup>® </sup>model with the extended-range battery.Removed
4239Your results may vary based on energy usage.</p>\n"},"2000":{"id":"t2-cc-sd-payload-img","ariaLabel":"t2-cc-sd-payload-img","title":"Image Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL model with optional equipment and extra-cost color option shown.</p>\n"},"2001":{"id":"BlackFridayDisclosure","ariaLabel":"","title":"Offer Details","description":"<p>*Offer valid 11/26/25 – 12/2/25 for e-commerce purchases of accessories or Ford Performance Parts from <a href=\"https://www.ford.com/accessories\" target=\"_self\" rel=\"noopener noreferrer\">ford.com/accessories</a>.Removed
4240Limited-time offer.Removed
4241Excludes shipping and installation.Removed
4242Not valid on the purchase of four-door Bronco® hardtop (SKU: M10500HT), two-door Bronco tube door kit (SKU: M19008BTD2), and four-door Bronco tube door kit (SKU: M19008BTD4).Removed
4243No registration required.Removed
4244Maximum amount of discount is $250.Removed
4245This offer cannot be redeemed at Ford Dealerships.Removed
4246Promo code DEAL2025 must be applied at checkout to receive discount.Removed
4247Cannot be combined with other current offers.Removed
4248This offer can be utilized with Ford Rewards Points. <a href=\"https://www.ford.com/accessories\" target=\"_self\" rel=\"noopener noreferrer\">Ford.com/accessories</a> reserves the right to change program details at any time without obligation.Removed
4249Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"2002":{"id":"DisclosureStandardInterior","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat<sup>®</sup> and Ranger<sup>®</sup> Raptor<sup>®</sup> models.Removed
4250Available on the XLT model.</p>\n"},"2003":{"id":"t2-a250-img-detail-explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n"},"2004":{"id":"disclaimer-max-towing-of-12800-f150","ariaLabel":"","title":"††","description":"<p>††Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with available 5.0L V8 engine.Removed
4251When properly equipped.Removed
4252Requires Tow/Haul Package and optional Max Tow Axle.Removed
4253Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2005":{"id":"max-towing-of-13500-lbs-available-on-f150","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
4254When properly equipped.Removed
4255Requires Tow/Haul Package and Max Tow Axle upgrade.Removed
4256Max towing varies and is based on accessories and vehicle configuration.Removed
4257Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"2006":{"id":"max-payload-supercrew-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload available on SuperCrew 5.5' box 4x4 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.Removed
4258Max payload varies and is based on accessories and vehicle configuration.Removed
4259See label on door jamb for carrying capacity of a specific vehicle.Removed
4260Always properly secure cargo.</p>\n"},"2007":{"id":"disclosure-horsepower-calculated","ariaLabel":"","title":"*","description":"<p>*Calculated via combined performance of the engine and electric motor(s) with peak battery power.Removed
4261The calculations utilize SAE J1349<sup>®</sup> engine results and Ford electric motor dyno testing.Removed
4262Your results may vary.</p>\n"},"2008":{"id":"app-details","ariaLabel":"Provides user with information about the YouTube, HBO Max, Amazon Prime and more streaming services that are available through the Connectivity Package.","title":"*","description":"<p><b><i>Apps Details</i></b></p>\n<p><i>HBO Max and related elements are property of Home Box Office, Inc.Removed
4263YouTube and Google Play are trademarks of Google LLC.Removed
4264Prime Video is a trademark of Amazon.com, Inc. or its affiliates.Removed
4265No additional cost for Prime members.Removed
4266Prime Video is included with Prime.Removed
4267Restrictions apply.Removed
4268See&nbsp;<a href=\"https://www.primevideo.com/help/ref=atv_surl_terms?nodeId=202064890\" target=\"_blank\">primevideo.com/terms</a> for details.Removed
4269Separate subscriptions required for streaming services.</i></p>\n"},"2009":{"id":"ford-connectivity-package-disclaimer","ariaLabel":"","title":"*","description":"<p>*Select option for a one-time purchase of Ford Connectivity Package.Removed
4270Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN)</p>\n"},"2010":{"id":"DiscRanger2026MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload on Ranger<sup>®</sup>&nbsp;Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup>&nbsp;engine.Removed
4271Max payload varies based on accessories and vehicle configuration.Removed
4272See label on doorjamb for carrying capacity of a specific vehicle.Removed
4273Always properly secure cargo.</p>\n"},"2011":{"id":"the-ford-app-formerly-known-as-the-fordpass-app","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.Removed
4274Message and data rates may apply.Removed
4275Terms and conditions apply.Removed
4276Visit <a href=\"https://www.ford.com/help/privacy/\">Ford.com</a> for our privacy notice.</p>\n"},"2012":{"id":"disc-raptor-family-billboard-2026","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.Removed
4277Always consult the Owner's Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2013":{"id":"rsf-v2-1","ariaLabel":"","title":"Vehicle Details","description":"<p>See Owner's Manual for important operating instructions.</p>\n"},"2014":{"id":"img-details-previous-model-year-shown-transit-2026","ariaLabel":"","title":"Image Details","description":"<p>Previous model year shown.</p>\n"},"2015":{"id":"T2-compare-ranger-6","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>® </sup>model with optional equipment and extra-cost color option shown.</p>\n"},"2016":{"id":"AndroidAndAndroidAuto","ariaLabel":"","title":"*","description":"<p>*Android and Android Auto are trademarks of Google LLC.</p>\n<p>Apple CarPlay and iPhone are trademarks of Apple Inc., registered in the U.S. and other countries.</p>\n"},"2017":{"id":"RSF mosaic gallery mustang 26 2","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> in Grabber Blue extra-cost color and use of the Line Lock feature shown.</p>\n"},"2018":{"id":"as-shown-price-26-mustang-ecoboost-fastback-v2","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $33,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback model parked on a closed course shown in Race Red.</p>\n"},"2019":{"id":"vehicle-details-expedition-media","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.<br>\n&nbsp;<br>\n24-inch wheels are not currently available to order.Removed
4278Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"2020":{"id":"image-detail-homeenergy","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash model shown.</p>\n"},"2021":{"id":"aftermarketequipmentshown","ariaLabel":"","title":"Image Details","description":"<p>Aftermarket equipment shown.</p>\n"},"2022":{"id":"t2-truck-month-connectivity-package","ariaLabel":"t2-truck-month-connectivity-package","title":"*","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.Removed
4279Package pricing, included plans, and term lengths vary by model.Removed
4280Some features may only be available while vehicle is parked.Removed
4281Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.Removed
4282Credit card required for plan activation and automatically renews unless cancelled.Removed
4283Terms apply.</p>\n"},"2023":{"id":"2025-f-150-lightning-flash-model-extracost-computer-generated","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with extra-cost color option shown.Removed
4284Computer-generated image shown.</p>\n"},"2024":{"id":"DiscloseOptionalEquipmentShown","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.</p>\n"},"2025":{"id":"Maxgoosenecktowratingof40000lbsavailable","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.Removed
4285Class is Full-Size Pickups over 8,500 lbs GVWR.Removed
4286Based on current publicly available competitive information.Removed
4287When properly equipped.Removed
4288Requires F-450<sup>®</sup> High-Capacity Gooseneck Tow Package.Removed
4289Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2026":{"id":"MaxPayload","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.Removed
4290See label on doorjamb for carrying capacity of a specific vehicle.</p>\n"},"2027":{"id":"2026-us-bronco-sport-exterior-modal-1","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model and trim.</p>\n"},"2028":{"id":"DisclaimerBFNequipcost","ariaLabel":"","title":"Disclaimer","description":"<p>2024 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"2029":{"id":"DiscTier2Card9Explorer2","ariaLabel":"","title":"**","description":"<p>**Vehicle's modem, the Ford App, and complimentary Connected Services are required for remote features (see Ford Terms for details).Removed
4291Connected Services and features depend on compatible AT&amp;T network availability.Removed
4292Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.Removed
4293Connected Services excludes Wi-Fi<sup>®</sup> hotspot.</p>\n"},"2030":{"id":"FordMobileServiceDisclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
4294Does not include parts or repair charges.</p>\n"},"2031":{"id":"DisclosureConnectedNavigation","ariaLabel":"","title":"*","description":"<p>*Equipped vehicles require modem activation and a Connected Navigation service plan.Removed
4295Package pricing, features, included plans, and term lengths vary by model.Removed
4296Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"2032":{"id":"2027-ford-expedition-platinum-shown","ariaLabel":"","title":"*","description":"<p>*2027 Ford Expedition® Platinum® SUV shown.</p>\n"},"2033":{"id":"epaestmpgforthebroncosportmodelwithengine","ariaLabel":"","title":"*","description":"<p>EPA-Est.Removed
4297MPG for the 2025 Bronco Sport<sup>®</sup> model with 1.5L engine.</p>\n"},"2034":{"id":"fordpass-app-compatible-with-select-smartphone-download","ariaLabel":"","title":"*","description":"<p>*The FordPass app, compatible with select smartphone platforms, is available via download.Removed
4298Message and data rates may apply.Removed
4299FordPass and complimentary Connected Services are required for remote features (see FordPass Terms for details).Removed
4300Connected Services and features depend on compatible AT&amp;T network availability.Removed
4301Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.Removed
4302Connected Services excludes Wi-Fi hotspot.</p>\n"},"2035":{"id":"off-road-suspension-kit-by-fox-fcg","ariaLabel":"","title":"Image Details","description":"<p>Off-road Suspension Kit by FOX</p>\n"},"2036":{"id":"ComputerGeneratedImageShown","ariaLabel":"","title":"Video Details","description":"<p>Computer-generated image shown.Removed
4303Optional equipment shown throughout.</p>\n"},"2037":{"id":"T2-compare-expedition-4","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model shown.Removed
4304Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2038":{"id":"t2-h2h-26-bronco-horsepower","ariaLabel":"*","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
4305Your results may vary.Removed
4306When properly equipped.Removed
4307Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2039":{"id":"rsf-v2-c3","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-350 XL DRW with available XL Chrome package shown.</p>\n"},"2040":{"id":"t2-tax-savings-jd-power","ariaLabel":"","title":"Disclosure","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit jdpower.com/awards.Removed
4308Study evaluated consumer experiences only.Removed
4309Awards based on 2025 model year.Removed
4310Newer models may be shown.</p>\n"},"2041":{"id":"based-on-full-charge-enhanced-range-cargo","ariaLabel":"","title":"*","description":"<p>*Based on full charge. 2025 Ford E-Transit<sup>™</sup> Enhanced Range Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf</a>)\u2028at ALVW (Adjusted Loaded Vehicle Weight).Removed
4311Medium Roof and High Roof models projected range reflecting capability based on CAE analytical adjustments from tested vehicle and adjusted for roof height.Removed
4312Actual driving range varies with conditions such as external\u2028 environment, vehicle use, upfits and alternation, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"2042":{"id":"rsf-modal-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch model shown.</p>\n"},"2043":{"id":"bfn-sse-payload-and-towing-are-independent-attributes","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
4313When properly equipped.Removed
4314Max payload varies and is based on accessories and vehicle configuration.Removed
4315See label on doorjamb for carrying capacity of a specific vehicle.Removed
4316Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"2044":{"id":"vehicledetailswheelsshownarenotavailableforretailorder2","ariaLabel":"","title":"Image Details","description":"<p>Wheels shown are not available for retail order.Removed
4317Dealers may have limited inventory.Removed
4318Please see your dealer for current inventory status.<br>\nOptional equipment and extra-cost color option shown.</p>\n"},"2045":{"id":" fba-ford-roadside-assistance-included-certain-owners-available-service-fee","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per service fee.Removed
4319Ford reserves the right to change program details without obligations.</p>"},"2046":{"id":"As Shown Price Ranger XL 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $36,850.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> XL 4x4 shown in Oxford White with STX Appearance Package and optional wheels shown.</p>\n"},"2047":{"id":"awards-migration-11","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Buy Award for Full-Size SUVs on Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.Removed
4320Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.Removed
4321Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2048":{"id":"disclaimer2025escapest","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Escape® ST-Line Elite SUV with extra-cost color shown.</p>\n"},"2049":{"id":"S16","ariaLabel":"","title":"S16","description":"<p>Total MSRP is Base MSRP plus options, destination and delivery charges.Removed
4322Excludes taxes, title, and registration fees.</p>\n"},"2050":{"id":"range-raptor-motorsports-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Ranger Raptor performance vehicle equipped with Ford Performance parts.</p>\n"},"2051":{"id":"tax-incentive-disclaimer-lightning","ariaLabel":"","title":"*","description":"<p>*Please consult with your own tax or legal professional to determine your individual eligibility.Removed
4323Tax credit amount is based on vehicle-specific component sourcing and assembly and may be subject to change.Removed
4324You may not claim the credit if (1) your adjusted gross income exceeds certain thresholds or (2) the MSRP of the vehicle, as configured, exceeds $80,000 (including all optional equipment attached to the vehicle at the time of delivery to the dealer, but excluding destination charges, optional items added by the dealer, taxes and fees).Removed
4325Not every F-150 Lightning will qualify for the tax credit.Removed
4326For you to receive the tax credit, the dealer must confirm that your specific vehicle qualifies and must provide you with an IRS time-of-sale report.Removed
4327Tax credit may be applied at point of sale, subject to dealer availability, or as a potential future tax savings.Removed
4328Tax credit is not available for vehicles acquired after September 30, 2025.Removed
4329The amount of your tax savings will depend on your individual tax circumstances.Removed
4330Incentives and additional rebates are not within Ford’s control.Removed
4331This information does not constitute tax or legal advice.Removed
4332For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;actionId&quot;:&quot;action0018&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://fueleconomy.gov/feg/tax2023.shtml&quot;}}\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n"},"2052":{"id":"t2-paramus-bridgeport-white-plains-billboard-winter","ariaLabel":"","title":"Disclosure","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2053":{"id":"vehicle-details-bronco2025-modalchange-3","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.Removed
4333Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2054":{"id":"featurea-vailability-owners-manual","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model.Removed
4334Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2055":{"id":"performance-video-details-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>2025 Mustang<sup>®</sup> GTD model shown.Removed
4335Preproduction model shown.Removed
4336Actual production vehicle may vary.Removed
4337Very limited availability.Removed
4338Inquiry does not guarantee ability to purchase.</p>\n<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.Removed
4339Professional driver on a closed course.Removed
4340Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup>&nbsp;model with extra-cost color option shown.<br>\n<br>\nProfessional driver with special safety equipment.Removed
4341Closed course.Removed
4342Do not attempt.<br>\n<br>\nDrift brake is intended for track use only.Removed
4343It should never be used on public roads.Removed
4344See Owner’s Manual for information on use.</p>\n<p>Prototype model shown, modified for racing.Removed
4345Professional driver on a closed course.Removed
4346Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2056":{"id":"DiscTier2Card1Explorer","ariaLabel":"","title":"Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST model shown with optional equipment and extra-cost color shown.Removed
4347Based on S&amp;P Global Mobility 1946-Current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"2057":{"id":"2025broncosportouterbanksmodelwithextracostcoloroption","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with extra-cost color option shown.</p>\n"},"2058":{"id":"disclaimer-bronze-appearance-package","ariaLabel":"","title":"*","description":"<p>*Wheels included with the Bronze Appearance Package when ordered with the GT Performance Package.</p>\n"},"2059":{"id":"T2-compare-maverick-1","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.Removed
4348Currently starting at Manufacturer’s Suggested Retail Price (MSRP) of $28,145. 2025 Ford Maverick<sup>®</sup> XL model with 2.5L Hybrid (Base model).Removed
4349Excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
4350Optional equipment not included.</p>\n"},"2060":{"id":"bronco-offer-details-target","ariaLabel":"","title":"*","description":"<p>*Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.Removed
4351Excludes all Bronco Stroppe models, Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD, all Super Duty chassis cab/cutaway models; also excludes 2025 Expedition, Navigator, and Transit (Wagon).Removed
4352U.S. residents only.Removed
4353Prior purchases not eligible.Removed
4354A/X/Z/D Plan ineligible.Removed
4355Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 7/7/25.Removed
4356The 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.Removed
4357See a participating dealer or retailer for details and current inventory status.</p>\n"},"2061":{"id":"2025 Ford F150-Tech3","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.Removed
4358Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.Removed
4359Credit card required for activation and Package automatically renews until cancelled.Removed
4360Requires vehicle connectivity and a connected mobile device with enabled push notifications.Removed
4361Not available in U.S. territories.Removed
4362Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or U.S. territories.Removed
4363Terms apply.</p>\n"},"2062":{"id":"t2-truck-month-landing-page","ariaLabel":"t2-truck-month-landing-page","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
4364Take new retail delivery from an authorized Ford Dealer’s stock by 3/31/26.Removed
4365See dealer for qualifications and details.Removed
4366Customer can defer first payment up to 90 days.Removed
4367Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.Removed
4368Deferred first payment not allowed in Pennsylvania on APR higher than 0%.Removed
4369For APRs other than 0%, finance charges continue to accrue during deferral period.Removed
4370Must take delivery by 3/31/26 from an authorized Ford Dealer's stock.Removed
4371All offers exclude: F-150® Raptor®, Ranger®, Ranger Raptor, Maverick®, Super Duty® XLT Regular Cab, Super Duty® XLT Super Cab, Super Duty® Lariat®, Super Duty® King Ranch®, and Super Duty® Platinum®.Removed
4372See dealer for qualifications and details.</p>\n"},"2063":{"id":"DisclosureFeatureAvailableTrimOwnerManual","ariaLabel":"","title":"*","description":"<p>Features availability may vary based on model.Removed
4373Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.Removed
4374If stop is longer than three seconds, the driver must intervene and press “RES” button or accelerator pedal to resume system operation.Removed
4375Refer to your Owner's Manual for details and limitations. </p>\n"},"2064":{"id":"Seat-belts-removed-video","ariaLabel":"","title":"Video Details","description":"<p>Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"2065":{"id":"25l-hybrid-engine-fwd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/FWD.Removed
4376Actual mileage will vary.</p>\n"},"2066":{"id":"ImageDetailsEscapePhev","ariaLabel":"","title":"Image Details","description":"<p>2025 Escape Plug-in Hybrid model with optional equipment shown.</p>\n"},"2067":{"id":"based-on-a-2024-manufacturer","ariaLabel":"","title":"*","description":"<p>*Based on a 2024 manufacturer field data study of high-voltage battery state of health on Ford battery electric vehicles.</p>\n"},"2068":{"id":"T2-compare-escape-4b","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"2069":{"id":"2026-mustang-mach-e-rally-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"2070":{"id":"fba-not-all-vehicles-devices-are-capable-of-all-services-siriusxm","ariaLabel":"","title":"*","description":"<p>*Not all vehicles or devices are capable of receiving all services offered by SiriusXM.Removed
4377Data displays and individual product availability vary by vehicle hardware.</p>\n"},"2071":{"id":"2025-ford-mustang-ecoboost-available-wheel-stripe","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> model with available Wheel &amp; Stripe Package in Oxford White shown.</p>\n"},"2072":{"id":"2026 bronco target carrusel 4","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Maverick<sup>®</sup> XLT pickup with optional equipment shown.</p>\n"},"2073":{"id":"2025-bronco-badlands-optional-equipment-cargo-and-load-capacity-limited","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"2074":{"id":"disclaimer2025broncobadlandssuvmodelsoptions","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.Removed
4378Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
4379Removal of doors for off-road use only.Removed
4380See your Owner’s Manual for detailed information.</p>\n"},"2075":{"id":"potential-3-year-savings","ariaLabel":"","title":"*","description":"<p>* $7,500 IRA Federal Tax Credit* (not all vehicles qualify)</p>\n<p>+ $2,641.17 3-year fuel savings**</p>\n<p>_______________________________________________</p>\n<p>= $10,141.17 potential 3-year savings</p>\n<p>&nbsp;</p>\n<p>* Please consult with your own tax or legal professional to determine your individual eligibility.Removed
4381Tax credit amount is based on vehicle-specific component sourcing and assembly and may be subject to change.Removed
4382You may not claim the credit if (1) your adjusted gross income exceeds certain thresholds or (2) the MSRP of the vehicle, as configured, exceeds $80,000 (including all optional equipment attached to the vehicle at the time of delivery to the dealer, but excluding destination charges, optional items added by the dealer, taxes and fees).Removed
4383Tax credit may be applied at point of sale, subject to dealer availability, or as a potential future tax savings.Removed
4384The amount of your tax savings will depend on your individual tax circumstances.Removed
4385Incentives and additional rebates are not within Ford’s control.Removed
4386This information does not constitute tax or legal advice.Removed
4387For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml#!adchoices\" target=\"_blank\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n<p>&nbsp;</p>\n<p>** Based on comparison between 2025 F-150® Lightning® Pro/XLT with an EPA-est. combined consumption rate of 49 kWh/100 miles and 2024 F-150 3.5L EcoBoost® 4x4 with an EPA-est. combined rating of 19 MPG.Removed
4388Assumes 10,000 miles per year, 3-month rolling average gasoline cost $3.14/gallon and residential electricity cost of $0.1576/kWh as provided by AAA and U.S. EIA (latest data available as of May 2024), with all charging carried out at home.Removed
4389Actual savings will vary with conditions such as external elements, driving behaviors and mix of city/highway driving, vehicle maintenance, fuel and electricity prices, charging habits, and lithium-ion battery age.</p>\n"},"2076":{"id":"2026-bronco-sport-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with available Ford accessories, optional equipment and extra-cost color shown.Removed
4390Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.Removed
4391Always determine the water depth before attempting a crossing and proceed slowly.Removed
4392Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"2077":{"id":"commercial-vehicles-bb","ariaLabel":"","title":"*","description":"<p>Based on S&amp;P Global Mobility CY1985-2024 US TIPNet registrations excluding registrations to individuals.</p>\n"},"2078":{"id":"image-details-brfamily-badlands-disc","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment and extra-cost color.Removed
4393Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2079":{"id":"t2-memorial-final-days-f150","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford F-150® STX, Platinum®, and XLT Truck models with optional equipment and extra-cost color options shown. © 2026 Ford Motor Company.Removed
4394F-150 and related trademarks are trademarks of Ford or its affiliates.Removed
4395All rights reserved.</p>\n"},"2080":{"id":"the-driver-must-intervene","ariaLabel":"","title":"*","description":"<p>*If stop is longer than three seconds, the driver must intervene and press the “RES” button or accelerator pedal to resume system operation.Removed
4396For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling Connected Navigation Services.Removed
4397See Owner’s Manual for details and limitations.</p>\n"},"2081":{"id":"DiscVanWagon2026EcoboostV6","ariaLabel":"","title":"**","description":"<p>**EcoBoost<sup>®</sup> V6 engine standard on Transit Cargo Van (U8X and U8U), Transit Passenger Van XL/XLT (U5X).Removed
4398Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.Removed
4399Your results may vary.Removed
4400When properly equipped.Removed
4401Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2082":{"id":"ImageDetails","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $67,255<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>.</p>\n<p>2025 Passenger Van XLT in Race Red with High Roof, 3.5L EcoBoost<sup>®</sup> V6, 16-inch Forged Aluminum Wheels – DRW with HD Front Axle, 15 Passenger Seats, Heavy Duty Trailer Tow Package and High-Intensity Discharge Headlamps with LED Signatures.</p>\n"},"2083":{"id":"t2-h2h-bronco-billboard","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available to current owners or lessees of ’95 model-year or newer Toyota® Brand-vehicle with valid proof of ownership.Removed
4402Excludes Bronco® Raptor®&nbsp; and Bronco Stroppe models.Removed
4403Trade-in not required.Removed
4404Customer must have leased the eligible vehicle for a minimum of 30 days prior to the sale date of the new vehicle.Removed
4405Must be a resident of Denver, Colorado only.Removed
4406Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.Removed
4407See dealer for details.Removed
4408Toyota is a registered trademark of Toyota Motor Corporation.</p>\n"},"2084":{"id":"Disclosure2025ExplorerSTExtraCostColorOptionShown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer ST model with extra-cost color option shown.</p>\n"},"2085":{"id":"T2-compare-mache-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model shown.</p>\n"},"2086":{"id":"PriceAsShownEcoboostPremiumConvertible","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $44,535.<sup><sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium Convertible model parked on a closed course shown in Oxford White.</p>\n"},"2087":{"id":"fafa-landing","ariaLabel":"","title":"*Important Details","description":"<p>*Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Ford Mustang®, Escape®, Bronco®, Bronco Sport®, F-150®, F-150® Lightning®, Mustang Mach-E®, Maverick®, Ranger®, Transit®, E-Transit™, Lincoln Corsair® and Nautilus®; new 2024 Ford Super Duty® (pickup models only), Expedition®, and Lincoln Navigator® only; and new 2025 Ford Explorer® and Lincoln Aviator® only.Removed
4409Excludes all Bronco Stroppe models, Raptor® models, Mustang Dark Horse®, Mustang GTD, and all chassis cab models.Removed
4410U.S. residents only.Removed
4411Prior purchases not eligible.Removed
4412A/X/Z/D Plan ineligible.Removed
4413Place a new retail order or take new retail delivery from an authorized Ford Dealer’s or Lincoln Retailer’s stock by 6/2/25.Removed
4414See a participating dealer or retailer for details.Removed
4415Optional equipment shown. 2025 Mustang Mach-E® SUV inventory may be limited and may vary by location.Removed
4416Please contact your Ford Dealer for the most current inventory status.</p>\n"},"2088":{"id":"mustang-mach-e-optional-color-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"2089":{"id":"disclaimer-full-sized-pickups","ariaLabel":"","title":"*","description":"<p>*Class is Full-Sized Pickups under 8,500 lbs.Removed
4417GVWR.</p>\n"},"2090":{"id":"DiscMustang2026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Closed track.Removed
4418Line-lock is intended for track use only.Removed
4419It should never be used on public roads.Removed
4420See Owner’s Manual for information on use.</p>\n"},"2091":{"id":"Vehicle Details LED Lighting F150","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional driver on a closed course.Removed
4421Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2092":{"id":"DiscHPMRangerXLTOwnerMaxPay","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger XLT with available Fx4 Off-Road Package shown.Removed
4422Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\n</p>\n<p>Max payload varies based on accessories and vehicle configuration.Removed
4423See label on doorjamb for carrying capacity of a specific vehicle.Removed
4424Always properly secure cargo.</p>\n"},"2093":{"id":"when-home-is-properly-equipped-v2","ariaLabel":"","title":"**","description":"<p>**When home is properly equipped and home transfer switch disconnects home from the grid.Removed
4425Based on 30 kWh use per day using the F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with extended-range battery.Removed
4426Your results may vary based on energy usage.Removed
4427Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"2094":{"id":"as-shown-price-explorer-platinum","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,760.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup> 2026 Ford Explorer<sup>®</sup> Platinum<sup>™</sup> model shown with extra-cost color option.Removed
4428Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2095":{"id":"disc-standard-on-xlt-and-lariat","ariaLabel":"","title":"*","description":"<p>*Standard on XLT and Lariat<sup>®</sup> models.</p>\n"},"2096":{"id":"target-mustang-gt-premium-performance-package","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium model with Mustang<sup>®</sup> Nite Pony<sup>™</sup> and GT Performance Packages with Vapor Blue extra-cost exterior.</p>\n"},"2097":{"id":"fafa-bev-disc2-v2","ariaLabel":"","title":"**","description":"<p>**Offer available on the purchase or lease of the following eligible new 2024-2025 Ford &amp; Lincoln vehicles ONLY: Ford Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup>, E-Transit<sup>™</sup>, Lincoln Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Ford Super Duty<sup>®</sup> (pick-up models Only), Expedition<sup>®</sup> and Lincoln Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Lincoln Aviator<sup>®</sup> only.Removed
4429Excludes all new Ford Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD and all Chassis Cab models.Removed
4430U.S. residents only.Removed
4431Prior purchases not eligible.Removed
4432A/X/Z/D Plan ineligible.Removed
4433Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 6/2/25.Removed
4434See a participating dealer or retailer for details. 2025 Mustang Mach-E<sup>®</sup> inventory may be limited and may vary by location.Removed
4435Please contact your Ford dealer for the most current inventory status.</p>\n"},"2098":{"id":"feature-availability-2026-bronco","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model.</p>\n"},"2099":{"id":"2025MachEBillboard","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $43,680<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Mustang Mach-E<sup>®</sup> Premium model with extra-cost color option shown.</p>\n"},"2100":{"id":"bluecruise-subscription-at-time-of-online-vehicle-order","ariaLabel":"","title":"*","description":"<p>*Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.Removed
4442Pricing subject to change.</p>\n"},"2101":{"id":"DiscRanger2026FrontCamera","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 MPH.4368Pricing subject to change.</p>\n"},"2072":{"id":"bluecruise-equipped-vehicles-come-with-a-complimentary-trial-period","ariaLabel":"","title":"*","description":"<p>*BlueCruise-equipped vehicles come with a complimentary trial period, starting with your vehicles warranty start date.
4443Rear cameras only operate at speeds under six miles per hour.</p>\n"},"2102":{"id":"t2-compare-mustang-9","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium Convertible model with optional PCAP package and extra-cost color option shown.4369After that trial, you can choose to purchase BlueCruise monthly or annually based on your needs.
4444Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.4370Pricing subject to change.</p>\n"},"2073":{"id":"double-asterisk-bluecruise-equipped-vehicles","ariaLabel":"","title":"**","description":"<p>**BlueCruise-equipped vehicles come with a complimentary trial period, starting with your vehicles warranty start date.
4445It does not replace safe driving.4371After that trial, you can choose to purchase BlueCruise monthly or annually based on your needs.
4446See Owner’s Manual for details and limitations.</p>\n"},"2103":{"id":"preproduction-model-actual-production-vehicle-available-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.4372Pricing subject to change.</p>\n"},"2074":{"id":"t2-owner-service-floridas-may","ariaLabel":"t2-owner-service-floridas-may","title":"Disclosure","description":"<p>Complimentary pair of front Windshield Wipers with the purchase of The Works® package While supplies last.
4373Applies to the purchase of The Works® package only.
4374Up to six (6) quarts of Motorcraft® oil and oil filter.
4375Hybrid battery test excluded.
4376Limit one (1) offer per vehicle.
4377Not valid on prior purchases.
4378Not valid with other discounts or coupons.
4379Valid at participating locations.
4380Residency restrictions apply.
4381No cash value.
4382Offer valid 5/1/26 to 5/31/26 on Ford Omnicraft or Motorcraft® windshield wipers only.
4383Motorcraft® is a registered trademark of Ford Motor Company.
4384Ford reserves the right to change, modify, or discontinue this program at any time.
4385See a participating U.S. dealership for exclusions and details.&nbsp;</p>\n"},"2075":{"id":"third-bluecruise-subscription-at-time-of-online-vehicle-order","ariaLabel":"","title":"†","description":"<p>†Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.
4386Ask your local dealer for details.
4387Eligible on 2025 model year and newer vehicles purchased from a Ford dealer on or after 8/22/2025.
4388Price is based on current MSRP pricing.
4389See your authorized Ford dealer for details.</p>\n"},"2076":{"id":"SuperDutyXLPackageOffRoad","ariaLabel":"","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL Off-Road Package shown.</p>\n"},"2077":{"id":"video-details-carthartt-package-new-disc","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.
4448Available to order spring 2026.</p>\n"},"2104":{"id":"2026 US Super Duty Towing 1","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.4391Available fall 2026.</p>\n"},"2078":{"id":"video-details-lightning-2025-lariat-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>2025 F-150<sup>®</sup> Lariat with optional equipment shown.</p>\n"},"2079":{"id":"bluecruise-image-details-new-disc-maintenance","ariaLabel":"","title":"Image Details","description":"<p>Available feature.
4392BlueCruise requires an active plan or trial – see <a href=\"https://www.ford.com/bluecruise/\">ford.com/bluecruise</a> for details.
4393Terms apply.
4394BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.
4395Only remove hands in a hands-free Blue Zone.
4396Always watch the road and be prepared to resume control.
4397See Owner’s Manual for details and limitations.</p>\n"},"2080":{"id":"bronco-2027-preproduction","ariaLabel":"","title":"Image Details","description":"<p>Preproduction vehicle shown.
4398Available early 2027.</p>\n"},"2081":{"id":"awards-migration-1","ariaLabel":"","title":"Award Details","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.
4399Visit <a href=\"https://www.jdpower.com/awards/#!external\" target=\"_blank\" aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.jdpower.com/awards/&quot;}}\" rel=\"noopener noreferrer\">jdpower.com/awards</a> for more details.
4400Awards based on 2025 model year.
4401Newer models may be shown.</p>\n"},"2082":{"id":"awards-migration-2","ariaLabel":"","title":"Award Details","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit <a aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" href=\"https://www.jdpower.com/awards/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.jdpower.com/awards/&quot;}}\">jdpower.com/awards</a>.
4402Awards based on 2025 model year.
4403Newer models may be shown.</p>\n"},"2083":{"id":"awards-migration-3","ariaLabel":"","title":"Award Details","description":"<p>Based on S&amp;P Global Mobility total U.S. new vehicle registrations across all sports car segments CYE 2024.</p>\n"},"2084":{"id":"awards-migration-4","ariaLabel":"","title":"Award Details","description":"<p>Government 5-Star Safety Ratings are part of the National Highway Traffic Safety Administration’s (NHTSA’s) New Car Assessment Program (<a href=\"https://www.nhtsa.gov/#!external\" target=\"_blank\" aria-label=\"Learn More about National Highway Traffic Safety Administration\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.nhtsa.gov/&quot;}}\">www.nhtsa.gov</a>).</p>\n"},"2085":{"id":"awards-migration-5","ariaLabel":"","title":"Award Details","description":"<p>Vehicle’s projected resale value is specific to the 2024 model year.
4404For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
4405Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2086":{"id":"","ariaLabel":"","title":"","description":""},"2087":{"id":"awards-migration-6","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Outer Banks® model with optional equipment and extra-cost color option shown.
4406Removal of doors for off-road use only.
4407See your Owner’s Manual for detailed information.
4408Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2088":{"id":"awards-migration-7","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
4409Removal of doors for off-road use only.
4410See your Owner’s Manual for detailed information.</p>\n"},"2089":{"id":"awards-migration-8","ariaLabel":"","title":"Award Details","description":"<p>For J.D. Power 2024 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards/#!external\" target=\"_blank\" aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.jdpower.com/awards/&quot;}}\">jdpower.com/awards</a>.</p>\n"},"2090":{"id":"awards-migration-9","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Gas Mileage for PHEV SUVs on Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
4411Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
4412Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2091":{"id":"awards-migration-10","ariaLabel":"","title":"Award Details","description":"<p>For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
4413Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2092":{"id":"awards-migration-11","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Buy Award for Full-Size SUVs on Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
4414Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
4415Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2093":{"id":"memorial-day-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford F-150® STX, Platinum®, and XLT Truck models with optional equipment and extra-cost color options shown. © 2026 Ford Motor Company.
4416F-150 and related trademarks are trademarks of Ford or its affiliates.
4417All rights reserved.</p>\n"},"2094":{"id":"hawaii-memorial-day-bb","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco Sport® Big Bend® model shown. © 2026 Ford Motor Company.
4418F-150 is a trademark of Ford Motor Company or its affiliates.
4419All rights reserved.</p>\n"},"2095":{"id":"awards-bestselling-truck","ariaLabel":"","title":"Award Details","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"2096":{"id":"awards-best-buy-full-size-truck","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Buy Award for Full-Size Trucks on Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/#!external&quot;}}\">KBB.com</a>.
4420Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/#!external&quot;}}\">KBB.com</a>.
4421Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2097":{"id":"awards-most-powerful-supertruck-kelley-blue-book","ariaLabel":"","title":"Award Details","description":"<p>From Most Powerful Supertruck on Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/#!external&quot;}}\">KBB.com</a>.
4422Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/#!external&quot;}}\">KBB.com</a>.
4423Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2098":{"id":"awards-electric-truck-kelley-blue-book","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Buy Award for Electric Trucks on Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\">KBB.com</a>.
4424Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a rel=\"noopener noreferrer\" href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\">KBB.com</a>.
4425Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2099":{"id":"awards-edmunds-top-rated-electric-truck","ariaLabel":"","title":"Award Details","description":"<p>The Edmunds logo is a registered trademark of <a aria-label=\"Discover Edmund´s perfect cars\" href=\"http://edmunds.com/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://edmunds.com/#!external&quot;}}\">Edmunds.com</a>, Inc.</p>\n"},"2100":{"id":"Front-camera-2027-expedition","ariaLabel":"","title":"*","description":"<p>*Front camera operates at speeds up to 13 mph.
4426Rear camera only operates at speeds under six miles per hour.</p>\n"},"2101":{"id":"awards-compact-truck-kelley-blue-book","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Buy Award for Compact Trucks on Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\">KBB.com</a>.
4427Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\">KBB.com</a>.
4428Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2102":{"id":"gaming-disclaimer-expedition-2027","ariaLabel":"","title":"*","description":"<p>*Game only functions when vehicle is in Park.</p>\n"},"2103":{"id":"Ford-security-package-expedition-2027","ariaLabel":"","title":"*","description":"<p>*Vehicles enrolled in Ford Security Package may require a software update in order to access Start Inhibit.
4429Please contact us at 866-861-0420 for assistance.</p>\n"},"2104":{"id":"standard-30th-anniversary-2027-expedition","ariaLabel":"","title":"†","description":"<p>†Standard on 30th Anniversary Appearance Package, so it's not included in Driver's Package for that combination.
4430Not included in Driver's Package for Expedition® Tremor, as it is already standard.</p>\n"},"2105":{"id":"first-time-buyer-bonus-cash-available-to-customers-v3","ariaLabel":"","title":"Offer Details","description":"<p>$500 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report.
4431Available on the purchase or lease of an eligible 2025 or 2026 Bronco Sport®, Maverick®, Escape®, Mustang Mach-E®, and Ranger® only.
4432Not available on all other Ford and Lincoln vehicles including Ranger Raptor®.
4433Limit one purchase or lease per eligible buyer.
4434Not all buyers will qualify.
4435Must finance or lease through Ford Credit.
4436Requires $1,000 down payment.
4437May not be used/combined with any private offers.
4438Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.
4439See dealer for vehicle availability, qualifications and complete details.
4440(PGM #32972) Offer subject to confirmation of eligibility.</p>\n"},"2106":{"id":"as-shown-price-2027-expedition-bb","ariaLabel":"","title":"As Shown Price","description":"<p>In order of appearance: Vehicle #1-2027 Expedition® MAX Platinum model shown with the available Platinum Ultimate Package has an As shown price of $93,835.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>Vehicle #2-2027 Expedition MAX Platinum model shown with the available Platinum Ultimate Package, available Ford Accessories, and extra-cost color option has an As shown price of $94,830.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p><br>\nAlways consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
4441Cargo and load capacity limited by weight and weight distribution.</p>\n"},"2107":{"id":"security-package-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.
4442Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
4443Requires vehicle connectivity and a connected mobile device with enabled push notifications.
4444Not available in U.S. territories.</p>\n"},"2108":{"id":"t2-cc-SD-towing","ariaLabel":"t2-cc-SD-towing","title":"*","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
4445Class is Full-Size Pickups over 8,500 lbs GVWR.
4446Based on current publicly available competitive information.
4447When properly equipped.
4448Requires F-450 High-Capacity Gooseneck Tow Package.
4449Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2109":{"id":"t2-cc-SD-towing-img","ariaLabel":"t2-cc-SD-towing-img","title":"Image Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL model with optional equipment shown.</p>\n"},"2110":{"id":"t2-cc-SD-payload","ariaLabel":"t2-cc-SD-payload","title":"*","description":"<p>Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.
4453Based on current publicly available competitive information.</p>\n"},"2105":{"id":"DisclosureDesignedDrivingDyn","ariaLabel":"","title":"*","description":"<p>*Designed to optimize driving dynamics and provide superior performance on wet and dry roads.4454Based on current publicly available competitive information.</p>\n"},"2111":{"id":"t2-cc-SD-towing-img","ariaLabel":"t2-cc-SD-towing-img","title":"Image Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL model with optional equipment and extra-cost color option shown.</p>\n"},"2112":{"id":"t2-cc-sd-payload-img","ariaLabel":"t2-cc-sd-payload-img","title":"Image Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL model with optional equipment and extra-cost color option shown.</p>\n"},"2113":{"id":"t2-cc-SD-horsepower-and-torque","ariaLabel":"t2-cc-SD-horsepower-and-torque","title":"*","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 gas engine.
4454High-performance summer tires wear faster than non-performance tires.4455Class is Full-Size Pickups over 8,500 lbs GVWR.
4455Ford does not recommend using summer tires when temperatures drops to approximately 7 °C (45 °F) or below or in conditions with snow/ice.</p>\n"},"2106":{"id":"connectivity-package-details","ariaLabel":"Provides user with details about the Ford Connectivity Package","title":"Disclaimer","description":"<p><strong><em>Connectivity Package Details</em></strong></p><p><em>Available Connectivity features and functionality vary by model.4456Based on current publicly available competitive information.
4456Package pricing, trials and term lengths vary by model.4457Horsepower and torque ratings based on testing requirements prescribed in SAE J1349<sup>®</sup> standard.
4457Actual screens may vary.</em></p>"},"2107":{"id":"select-vehicles-connected-navigation-requires-an-active-plan-or-trial","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.4458Your results may vary.
4458Connected Navigation requires an active plan or trial, a Ford app account that is connected to the vehicle, and SYNC<sup>®</sup>4 vehicle software.4459When properly equipped.
4459Included plan durations vary from 90-days to 3-years based on vehicle type.4460Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2114":{"id":"t2-cc-SD-horsepower-and-torque-img","ariaLabel":"t2-cc-SD-horsepower-and-torque-img","title":"Image details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat<sup>®</sup> model with the available Chrome Package and extra-cost color option shown.</p>\n"},"2115":{"id":"t2-cc-SD-diesel-horsepower-and-torque","ariaLabel":"t2-cc-SD-diesel-horsepower-and-torque","title":"*","description":"<p>Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High-Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
4460Features may vary based on compatible AT&amp;T network availability.</p>\n"},"2108":{"id":"fp700s-keychain-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Keychain</p>\n<p>No need to wait to feel the excitement of your supercharged vehicle until the engine roars: Experience the thrill of ownership from the minute you grab your keys to the time you set them down with this leather and metal nameplate.</p>\n"},"2109":{"id":"DisclosureTrail1Pedal","ariaLabel":"","title":"*","description":"<p>Trail 1-Pedal Drive is an extra driving aid.4461Class is Full-Size Pickups over 8,500 lbs GVWR.
4461It does not replace the driver’s attention and judgment or the need to apply the brakes.4462Based on current publicly available competitive information.
4462See Owner’s Manual for details and limitations.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2110":{"id":"the-2024-iihs-top-safety-pick","ariaLabel":"","title":"*","description":"<p>*The 2024 IIHS Top Safety Pick+ was awarded to Mustang Mach-E models built after August 2024.</p>\n"},"2111":{"id":"jdpower-initial-quality-study-award","ariaLabel":"","title":"Disclaimer","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;directAction&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://www.jdpower.com/business/awards&quot;}}\" rel=\"noopener noreferrer\">jdpower.com/awards</a>.4463Horsepower and torque ratings based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
4463Awards based on 2025 model year.4464Your results may vary.
4464Newer models may be shown.</p>\n"},"2112":{"id":"2025 Ford F150 - FAQ2","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.4465When properly equipped.
4465Class is Full-Size Pickups under 8,500 lbs.4466Horsepower and torque are independent attributes and may not be achieved simultaneously.<a href=\"https://www.ford.com/inventory/superduty/results/?intcmp=ef-performance-cta-siResults&amp;engine=EN-Y3\"><br>\n</a></p>\n"},"2116":{"id":"t2-cc-SD-diesel-horsepower-and-torque-img","ariaLabel":"t2-cc-SD-diesel-horsepower-and-torque-img","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL model with optional equipment shown.</p>\n"},"2117":{"id":"t2-cc-SD-head-up-display","ariaLabel":"t2-cc-SD-head-up-display","title":"*","description":"<p>Don’t drive while distracted.
4467See Owner’s Manual for details and system limitations.</p>\n<p>&nbsp;</p>\n"},"2118":{"id":"t2-cc-SD-head-up-display-img","ariaLabel":"t2-cc-SD-head-up-display-img","title":"Image Details","description":""},"2119":{"id":"t2-cc-SD-wi-fi","ariaLabel":"t2-cc-SD-wi-fi","title":"*","description":"<p>Class is Full-Size Pickups over 8,500 lbs GVWR.</p>\n"},"2120":{"id":" t2-cc-SD-reclining-seats","ariaLabel":" t2-cc-SD-reclining-seats","title":"*","description":"<p>Class is Full-Size Pickups over 8,500 lbs.
4469Not to be used while driving.<b></b></p>\n"},"2121":{"id":"t2-cc-SD-pro-trailer-hitch-assist","ariaLabel":"t2-cc-SD-pro-trailer-hitch-assist","title":"*","description":"<p>Class is Full-Size Pickups over 8,500 lbs.
4470GVWR.
4471Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
4472They do not make your vehicle autonomous or replace your responsibility to drive safely.
4473Please only use if you will pay attention to the road and be prepared to take over at any time.
4474See Owner’s Manual for details and limitations.</p>\n"},"2122":{"id":"t2-hp-memorial-day-bronco","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco Sport® Big Bend® model shown. © 2026 Ford Motor Company.
4475Bronco Sport is a trademark of Ford Motor Company or its affiliates.
4476All rights reserved.</p>\n"},"2123":{"id":"DiscFordSecurityPackage","ariaLabel":"","title":"*","description":"<p>*The Ford Security Package is included for one year with the purchase of select 2024 or newer Ford F-150® and Super Duty® trucks (excluding F-150® Lightning®, F-650® and F-750® trucks), the 2026 Expedition® SUV, 2026 Bronco Sport® SUV, and 2026 Mustang Mach-E® SUV from new vehicle warranty start date.
4477After the first year, pricing starts at $7.99/month.
4478Activation is required to utilize product features.</p>\n"},"2124":{"id":"t2-cc-SD-onboard-scales-with-smart-hitch","ariaLabel":"t2-cc-SD-onboard-scales-with-smart-hitch","title":"*","description":"<p>Class is Full-Size Pickups over 8,500 lbs.
4479GVWR.</p>\n"},"2125":{"id":"t2-h2h-2026-SD-billboard","ariaLabel":"Image Disclaimer","title":"Image Disclaimer","description":"<p>2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> model with the available Tremor<sup>®</sup> Off-Road Package and optional equipment shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2126":{"id":"t2-26-explorer-h2h-bb","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford Explorer<sup>®</sup> ST model with extra-cost color option shown.</p>\n"},"2127":{"id":"2026-ford-mustang-ecoboost-fastback-in-extra-cost-color-avalanche-gray-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback in extra-cost color Avalanche Gray shown.</p>\n"},"2128":{"id":"closed-track-electronic-line-2026-mustang-ecoboost-extra-cost-race-red","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
4480Electronic line-lock is intended for track use only.
4481It should not be used on public roads.
4482See Owner’s Manual for information on use.</p>\n<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback in extra-cost color Race Red shown.</p>\n"},"2129":{"id":"the-ford-app-make-every-drive-yours","ariaLabel":"","title":"*","description":"<p>The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
4483Message and data rates may apply.
4484Terms and conditions apply.
4485Visit ford.com for our privacy notice.
4486Make every drive yours.</p>\n"},"2130":{"id":"2026-expedition-tremor-with-accessories-and-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> with available Ford accessories and extra-cost color option shown.</p>\n"},"2131":{"id":"owners-manual-avoid-water-higher-than-the-bottom-of-the-hubs","ariaLabel":"","title":"*","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
4487Try to avoid water higher than the bottom of the hubs and proceed slowly.
4488Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"2132":{"id":"","ariaLabel":"","title":"","description":""},"2133":{"id":"t2-26-explorer-h2h-blue-cruise","ariaLabel":"t2-26-explorer-h2h-blue-cruise","title":"*","description":"<p>*Available feature on select vehicles.
4489BlueCruise requires an active plan or trial – see ford.com/bluecruise for details.
4490Terms apply.
4491BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.
4492Only remove hands in a hands-free Blue Zone.
4493Always watch the road and be prepared to resume control.
4494See Owner’s Manual for details and limitations.<b></b></p>\n"},"2134":{"id":"t2-26-explorer-h2h-best-selling","ariaLabel":"*","title":"*","description":"<p>*Based on S&amp;P Global Mobility 1946–Current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"2135":{"id":"t2-26-explorer-h2h-cargo-space","ariaLabel":"","title":"Image Details","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"2136":{"id":"t2-26-explorer-h2h-towing","ariaLabel":"*","title":"*","description":"<p>*When properly equipped.
4495Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. </p>\n"},"2137":{"id":"t2-26-explorer-h2h-towing-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Explorer<sup>®</sup> Active<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"2138":{"id":"t2-26-explorer-h2h-best-selling-img-details","ariaLabel":"Image details","title":"Image details","description":"<p>2026 Ford Explorer® Platinum™ model with extra-cost color option shown.</p>\n"},"2139":{"id":"t2-memorial-final-days-f150","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford F-150® STX, Platinum®, and XLT Truck models with optional equipment and extra-cost color options shown. © 2026 Ford Motor Company.
4496F-150 and related trademarks are trademarks of Ford or its affiliates.
4497All rights reserved.</p>\n"},"2140":{"id":"2027-expedition-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>2027 Ford Expedition® Platinum® model with optional equipment shown.</p>\n"},"2141":{"id":"2027-expedition-equipment-shown-extra-cost-option","ariaLabel":"","title":"Video Details","description":"<p>2027 Ford Expedition® Platinum® model with optional equipment and extra-cost color option shown.
4498Computer-generated image shown.</p>\n"},"2142":{"id":"2027-expedition-tremor-ford-accessories","ariaLabel":"","title":"Video Details","description":"<p>2027 Ford Expedition® Tremor® model with available Ford accessories and extra-cost color option shown.
4468Max payload varies and is based on accessories and vehicle configuration.4500Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
4469See label on doorjamb for carrying capacity of a specific vehicle.</p>\n"},"2113":{"id":"as-shown-price-expedition-king-ranch-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $83,690.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® King Ranch® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2114":{"id":"DisclosurePricingSubjectToChange","ariaLabel":"","title":"*","description":"<p>Pricing Is Subject To Change</p>\n"},"2115":{"id":"image-details-rtr-performance-package-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Professional driver.4501Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2143":{"id":"2027-expedition-max-disclosure-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>2027 Ford Expedition® MAX Platinum® model with optional equipment and extra-cost color option shown.</p>\n"},"2144":{"id":"computer-generated-image-shown-video-details","ariaLabel":"","title":"Video Details","description":"<p>Computer-generated image shown.</p>\n"},"2145":{"id":"t2-h2h-26-bronco-bb","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford accessories, and extra-cost color option shown.
4470Closed course.4502Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2146":{"id":"preproduction-shown-available-2027","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
4471Closed track.<br>\n<br>\n</p>\n<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.Removed
4472Preproduction model with optional Hyper Lime brake caliper shown.Removed
4474Available summer 2026.</p>\n"},"2116":{"id":"disclosure-mpg-maverick","ariaLabel":"","title":"**","description":"<p>**Targeted rating of 40 city mpg based on 2.5L Hybrid engine, Automatic Continuously Variable Transmission, and AWD.4504Available spring 2027.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2147":{"id":"t2-cc-sd-ford-commercial","ariaLabel":"","title":"","description":""},"2148":{"id":"fordTruckBedCameraInstallation","ariaLabel":"","title":"*","description":"<p>*The Ford Truck Bed Camera is sold separately and requires installation, an active Ford Security Package plan and the Ford app.
4475Actual mileage will vary.4505Evolving technology/cellular networks may limit functionality and prevent operation of certain features.
4476Final EPA-estimated ratings available late 2024.</p>\n"},"2117":{"id":"OfferDetailsDisclaimerFordLincoln","ariaLabel":"","title":"Offer Details","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford or Lincoln vehicle from a participating dealer.4506Available on select 2024 and newer Ford F-150® and Super Duty® trucks, excluding all F-150 Lightning®, F-650® and F-750® models.</p>\n<p><br>\nFord Security Package requires the Ford app, modem activation, and an activated plan.
4477Excludes: 2025 Lincoln Corsair<sup>®</sup> and 2025 Nautilus<sup>®</sup>; 2025 Ford Escape<sup>®</sup>, 2025 Explorer<sup>®</sup>, 2026 Super Duty<sup>®</sup> Lariat<sup>®</sup>, King Ranch<sup>®</sup> and Platinum<sup>®</sup> models; all Chassis Cab and E-Series models; 2026 Bronco<sup>®</sup> Stroppe and all Raptor<sup>®</sup> models except 2025 Bronco Raptor; Mustang Dark Horse<sup>®</sup> SC, Mustang GTD<sup>™</sup> models, Ford GT; Transit Wagon.4507Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
4478U.S. residents only.4508Requires vehicle connectivity and a connected mobile device with enabled push notifications.
4479Prior purchases not eligible.4509Not available in U.S. territories.
4480Other exclusions may apply.4510Terms apply.</p>\n"},"2149":{"id":"t2-h2h-26-bronco-terrain-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>® </sup>model shown.</p>\n"},"2150":{"id":"t2-h2h-26-bronco-horsepower-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Raptor<sup>® </sup>model with optional equipment shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"2151":{"id":"t2-h2h-26-bronco-horsepower","ariaLabel":"*","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
4481Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.4511Your results may vary.
4482See dealer for details.</p>\n"},"2118":{"id":"distance-to-dc-fast-chargers","ariaLabel":"","title":"**","description":"<p>**Distance to DC fast chargers within the BlueOval Charge Network based on 2024 U.S. Department of Transportation Statistics and TomTom software data from Off-Peak Q1 2024 dataset, Class 1 and 2 roads in the contiguous United States.</p>\n"},"2119":{"id":"as-shown-pricing-bronco-video-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $68,110<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.Removed
4483Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2120":{"id":"FordPickupDeliveryOffered","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.Removed
4484Does not include parts or repair charges.Removed
4485A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"2121":{"id":"maximum-ground-clearance","ariaLabel":"","title":"†","description":"<p>†Maximum ground clearance when equipped with 37&quot; tires.</p>\n"},"2122":{"id":"max-towing-13500-available-on-f150-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
4487Requires Tow/Haul Package and optional Max Tow Axle.4513Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2152":{"id":"t2-h2h-26-bronco-cargo-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>® </sup>Outer Banks<sup>® </sup>model with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n"},"2153":{"id":"t2-h2h-26-bronco-cargo","ariaLabel":"*","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"2154":{"id":"t2-h2h-26-bronco-axle-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>® </sup>Badlands<sup>® </sup>model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2155":{"id":"t2-h2h-26-bronco-clearance-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.
4488Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>"},"2123":{"id":"charge-mme-pod","ariaLabel":"","title":"*","description":"<p>Based on connected vehicle data from Mustang Mach-E and F-150 Lightning vehicles for trips in 2024.4514Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2156":{"id":"t2-h2h-26-bronco-camera-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional features shown.
4489Assumes a full charge and normal driving conditions.4515Driver-assist equipment is supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
4490Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"2124":{"id":"maverick-epa-estimated-rating","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/35 hwy/38 combined mpg, 2.5L hybrid engine, Automatic Continuously Variable Transmission, and FWD.4516They do not make your vehicle autonomous or replace your responsibility to drive safely.
4491Actual mileage will vary.</p>\n"},"2125":{"id":"image-details-2026-f-150-raptor-r","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150® Raptor® R™ model with optional equipment shown.</p>\n"},"2126":{"id":"behind-firt-row-expedition","ariaLabel":"","title":"**","description":"<p>**Behind the first-row seats with the second- and third-row seats folded flat.</p>\n"},"2127":{"id":"DisclosureFOXRacingShocks","ariaLabel":"","title":"*","description":"<p>*FOX and Live Valve are registered trademarks of FOX Factory, Inc.</p>\n"},"2128":{"id":"rsf-v2-2up-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-250 Platinum model with an available 6.7L High Output diesel engine shown.</p>\n"},"2129":{"id":"2026-f-150-mp-billboard-raptor","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,400.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Raptor<sup>®</sup> model with extra-cost color shown.</p>\n"},"2130":{"id":"Max-payload-maverick-xl-2026-mdp","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with FWD or AWD 2.0L EcoBoost<sup>®</sup> engine and FWD 2.5L hybrid engine.4517Please only use if you will pay attention to the road and be prepared to take over at any time.
4492Excludes Maverick<sup>®</sup> Lobo<sup>™</sup> and Tremor<sup>®</sup> models.4518See Owner’s Manual for details and limitations.
4519Front Cameras operate at speeds up to 13mph.
4520Rear cameras only operate at speeds under six miles per hour.&nbsp;</p>\n"},"2157":{"id":"t2-h2h-26-bronco-doors-img-details","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and available Ford accessories shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2158":{"id":"t2-h2h-26-bronco-doors","ariaLabel":"*","title":"*","description":"<p>*Removal of doors for off-road use only.
4521See Bronco Owner’s Manual for detailed information.</p>\n"},"2159":{"id":"preproduction-model-shown-with-available-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown with available Ford accessories.
4522Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2160":{"id":"2027-ford-expedition-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2027 Ford Expedition® model shown.</p>\n"},"2161":{"id":"2026-explorer-tremor-owner-manual-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer® Tremor® model with extra-cost color option shown.
4523Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2162":{"id":"pasttime-bb-disclosure","ariaLabel":"","title":"Important details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.
4524Visit <a href=\"http://mlb.com/\" title=\"http://mlb.com/\">MLB.com</a> and <a href=\"http://milb.com/\" title=\"http://milb.com/\">MiLB.com</a>.</p>\n"},"2163":{"id":"ComputerGeneratedImageShown","ariaLabel":"","title":"Video Details","description":"<p>Computer-generated image shown.
4525Optional equipment shown throughout.</p>\n"},"2164":{"id":"commercial-vehicles-bb","ariaLabel":"","title":"*","description":"<p>Based on S&amp;P Global Mobility CY1985-2024 US TIPNet registrations excluding registrations to individuals.</p>\n"},"2165":{"id":"commercial-vehicles-image","ariaLabel":"","title":"Image Disclaimer","description":"<p>Aftermarket equipment shown</p>\n"},"2166":{"id":"t2-hp-bb-california-state-parks","ariaLabel":"Disclosure","title":"Disclosure","description":"<p>Ford Bronco® Black Diamond®, Ford Bronco® Raptor®, Ford Bronco Sport® Outer Banks® models with optional equipment and extra-cost color shown.
4526Restrictions apply to the California Explorer Vehicle Day Use Annual Pass offer.
4527A valid email address is required for eligibility and must be recorded in VINCENT under program #31270.
4528Limit one (1) pass per vehicle VIN.
4529Eligible customer must purchase or lease a new 2026MY or 2025MY Ford Bronco® SUV or Ford Bronco Sport® SUV.
4530The California Explorer Vehicle Day Use Annual Pass has a retail value of $195 and is non-transferable, non-refundable, and may not be redeemed or exchanged for cash or cash equivalent.
4531Eligible customers will receive an email with program details, instructions to claim the annual pass, and must verify the proof of purchase/lease.
4532Must take new retail delivery from an authorized California Ford Dealer’s stock from 5/22/26 to 7/6/26.
4533See Dealer for qualifications and complete details.</p>\n"},"2167":{"id":"DiscExplorerSinisterReveal","ariaLabel":"","title":"Image Details","description":"<p>Preproduction 2027 Ford Explorer® ST model with the available Sinister Package shown.
4534Actual production vehicle may vary.
4535Available to order now.
4536Arriving on dealer lots late summer 2026.
4537See dealer for details.</p>\n"},"2168":{"id":"shown-with-available-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>Shown with available Ford accessories.
4538Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2169":{"id":"jdpower-dealer-service-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>For JD Power 2026 U.S. award information, visit <a href=\"https://www.jdpower.com/awards/#!adchoices\" target=\"_blank\" aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:open&quot;}}\" rel=\"noopener noreferrer\">jdpower.com/awards</a>.</p>\n"},"2170":{"id":" max-payload-disclosure-sd-2027","ariaLabel":"","title":"**","description":"<p>**Max payload of 7,900 lbs. available on F-350® XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package and 7.3L 2V DEVCT NA PFI V8 gas engine.
4495Always properly secure cargo.</p>\n"},"2131":{"id":"DisclosureSuperDutyBlackApp","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty with available Black Appearance Package.4541Always properly secure cargo.
4496Optional equipment shown.</p>\n"},"2132":{"id":"vehicle-details-f150","ariaLabel":"","title":"Vehicle Details","description":"<p>When properly equipped.4542Class is Full-Size Pickups over 8,500 lbs.
4497Requires Tow/Haul Package and Max Tow Axle upgrade.4543GVWR.
4498Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"2133":{"id":"rsf-thrill-vlu-f-150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $114,615<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> with optional equipment and available Ford Accessories usage.4544Based on current publicly available competitive information.</p>\n"},"2171":{"id":"max-available-diesel-torque-disclosure-sd-2027","ariaLabel":"","title":"†","description":"<p>†Max 1,200 lb.-ft. of torque based on 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4499Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2134":{"id":"when-properly-equipped","ariaLabel":"","title":"*","description":"<p>When properly equipped.</p>\n"},"2135":{"id":"rsf-build-vlu-superduty-comm-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,005<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Super Duty<sup>®</sup> XL Crew Cab with available STX appearance package shown.</p>\n"},"2136":{"id":"disclosure-image-details-max-towing","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.4545Class is Full-Size Pickups over 8,500 lbs.
4500Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2137":{"id":"must-have-an-activated-fordpass-rewards-disclaimer","ariaLabel":"","title":"**","description":"<p>**Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.4546GVWR.
4501Points are not redeemable for cash and have no monetary value.4547Based on current publicly available competitive information.
4502Point earning and redemption values are approximate and vary by products and services redeemed.4548Torque ratings determined based upon testing requirements prescribed in SAE J1349®.
4503See the Ford Rewards Program Terms at&nbsp;<a href=\"https://www.ford.com/product/ford-fast-charging-adapter-nacs-p2999073032?fmccmp=fv-unlockingConvenience-fa-productDetails-adapter-nacs\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fa:product details:adapter nacs&quot;,&quot;onclick_referredTo&quot;:&quot;fa:product details:adapter nacs&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"2138":{"id":"highgloss-black-wheels-with-blue-accents","ariaLabel":"","title":"Image Details","description":"<p>17&quot; x 7&quot; High-gloss Black Wheels with Blue Accents</p>\n<p>Elevate your ride's aesthetics with wheels that blend high-gloss sophistication and vibrant blue accents.4549Your results may vary.</p>\n"},"2172":{"id":"2027-super-duty-performance-modal-disc","ariaLabel":"","title":"**","description":"<p>**Max gooseneck tow rating of 40,000 lbs. available on F-450® XL Regular Cab 4x2 DRW with available 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4504These wheels borrow from the spoked design of earlier generations, blending form and function with a fit perfect for your vehicle.</p>\n"},"2139":{"id":"mache-us-disclosurevideos","ariaLabel":"","title":"*","description":"<p>*Requires SYNC<sup>®</sup> 4 Technology or Ford Connectivity Package or Wi-Fi<sup>®</sup> network.4550When properly equipped.
4505Vehicle must be in park.</p>\n"},"2140":{"id":"DiscRanger2026AppearancePackage","ariaLabel":"","title":"*","description":"<p>*The STX<sup>®</sup> Appearance Package is standard on the XL model.4551Requires F-450 High-Capacity Gooseneck Tow Package.
4506The Sport Appearance Package is standard on the XLT and Lariat<sup>®</sup> models.4552Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
4507The Black Appearance Package is available on XLT and Lariat models.4553Max payload of 6,935 lbs. available on F-350® XL model Regular Cab 4X2 DRW with available 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4508The Chrome Accent Package is available on the Lariat model.</p>\n"},"2141":{"id":"Included-with-the-platinum-ultimate-package-expedition-2027","ariaLabel":"","title":"**","description":"<p>**Included with the Platinum® Ultimate Package and Stealth Performance Package and standard on the Expedition® King Ranch® model.4554Max payload varies and is based on accessories and vehicle configuration.
4509Not included on Expedition Tremor® model.</p>\n"},"2142":{"id":"T2-compare-expedition-6b","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>® </sup>standard.4555See label on doorjamb for carrying capacity of a specific vehicle.
4556Always properly secure cargo.</p>\n"},"2173":{"id":"2027-super-duty-performance-modal-disc-1","ariaLabel":"","title":"*","description":"<p>*Max 420 horsepower and 445 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
4557Horsepower and torque ratings based on testing requirements prescribed in SAE J1349® standard.
4512Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2143":{"id":"fafa-bev-disc2","ariaLabel":"","title":"**","description":"<p>**Offer available on the purchase or lease of the following eligible new <b>2024–2025</b> Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new <b>2024</b> Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new <b>2025</b> Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.4560Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2174":{"id":"2027-super-duty-performance-modal-disc-2","ariaLabel":"","title":"**","description":"<p>**Max available towing capacity of 22,500 lbs requires the Super Duty® F-350® XL Regular Cab DRW 4x2 with the 7.3L 2V DEVCT NA PFI V8 Gas engine.
4513Excludes all Bronco Stroppe models, Raptor<sup>®</sup> models, Mustang Dark Horse<sup>®</sup>, Mustang GTD, all Super Duty chassis cab/cutaway models; also excludes 2025 Expedition<sup>®</sup>, Navigator<sup>®</sup>, and Transit<sup>®</sup> (Wagon).4561Max available payload capacity of 7,900 lbs requires the Super Duty® F-350® XL Regular Cab DRW 4x2 with the 7.3L 2V DEVCT NA PFI V8 Gas engine and Heavy Payload Package.</p>\n"},"2175":{"id":"t2-superduty-1","ariaLabel":"1","title":"1","description":"<p>Maximum 500 horsepower and 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke® V8 Turbo Diesel B20 engine.
4514U.S. residents only.4562Class is Full-Size Pickups over 8,500 lbs.
4515Prior purchases not eligible.4563GVWR.
4516A/X/Z/D Plan ineligible.4564Based on current publicly available competitive information.
4517Place a new retail order or take new retail delivery from an authorized Ford Dealer or Lincoln Retailer’s stock by 7/7/25.4565Horsepower and torque ratings based upon testing requirements prescribed in SAE J1349®.
4518The <b>2025</b> Mustang Mach-E SUV inventory may be limited and may vary by location.4566Individual results may vary.
4519See a participating dealer or retailer for details and current inventory status.</p>\n"},"2144":{"id":"always-consult-the-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Optional equipment shown.</p>\n"},"2145":{"id":"t2-desert-homepage-yese","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.Removed
4520Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2146":{"id":"2025broncosportouterbanksmodelwithblackapperance","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with Black Appearance Package and extra-cost color option shown.</p>\n"},"2147":{"id":"VoiceOperatedSystems","ariaLabel":"","title":"*","description":"<p>*Eligible vehicles receive complimentary access to Alexa Built-in.Removed
4521Alexa functionality may vary by model and may be dependent on smart home technology.Removed
4522Access to Alexa Built-in requires an Amazon account and an activated modem.Removed
4523Some Alexa Built-in features require a Connectivity plan or connection to a Wi-Fi® wireless network.</p>\n"},"2148":{"id":"max-payload-of-2445-lbs-available-on-f150","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.Removed
4568Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>"},"2176":{"id":"off-road-packages-disclosure-sd-2027","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
4569Max payload varies based on accessories and vehicle configuration.
4570See label on doorjamb for carrying capacity of a specific vehicle.
4571Always properly secure cargo.</p>\n"},"2177":{"id":"t2-superduty-2","ariaLabel":"2","title":"2","description":"<p>Maximum conventional rating of 30,000 lbs. available on F-450® Crew Cab DRW.
4572Class is Full-Size Pickups over 8,500 lbs.
4573GVWR.
4574Based on current publicly available competitive information.
4575When properly equipped.
4576Maximum towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"2178":{"id":"t2-superduty-3","ariaLabel":"3","title":"3","description":"<p>See Owner’s Manual for important operating instructions.</p>"},"2179":{"id":"t2-transitcom-4","ariaLabel":"4","title":"4","description":"<p>Max payload varies and is based on accessories and vehicle configuration.
4577See label on doorjamb for carrying capacity of a specific vehicle.
4578Always properly secure cargo.</p>"},"2180":{"id":"t2-transitcom-5","ariaLabel":"5","title":"5","description":"<p>Driver-assist features are supplemental and do not replace the driver's attention, judgment and the need to control the vehicle.
4579Pre-Collision Assist® with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.
4580It does not replace safe driving.
4581See Owner’s Manual for details and limitations.</p>"},"2181":{"id":"t2-transitcom-6","ariaLabel":"6","title":"6","description":"<p>Lane-Keeping System does not control steering.</p>"},"2182":{"id":"t2-telematics-7","ariaLabel":"7","title":"7","description":"<p>Available on vehicles with embedded modem or equipped with approved plug-in device (PID).
4582May require modem activation.
4583Ford Pro™ Telematics and Ford Pro™ Data Services require a purchased subscription.
4584Terms and conditions apply.
4585Telematics service and features, and access to vehicle data, depend on subscription and compatible cellular network availability.
4586Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>"},"2183":{"id":"best-in-class-payload-disclaimer-sd-2027","ariaLabel":"","title":"Important Details","description":"<p>Max payload of 7,900 lbs. available on F-350® XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package and 7.3L 2V DEVCT NA PFI V8 gas engine.
4527Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"2149":{"id":"ongoing-disclaimer-2","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.4589Always properly secure cargo.
4528For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.Removed
4529Ford reserves the right to change program details without obligations.</p>\n"},"2150":{"id":"t2-cc-f150-ground-clearance","ariaLabel":"t2-cc-f150-ground-clearance","title":"*","description":"<p>*Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"2151":{"id":"t2-compare-super-duty-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>® </sup>Lariat<sup>® </sup>model with available Tremor<sup>® </sup>Off-Road Package and optional equipment shown.Removed
4530Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"2152":{"id":"2026-kf-dark-horse-sc-4","ariaLabel":"","title":"**","description":"<p>**TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"2153":{"id":"2026-maverick-awd-intersection-assist-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.<br>\nFor optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"2154":{"id":"lincolneppdisclaimer","ariaLabel":"","title":"**","description":"<p>**Employee Pricing is available at participating dealers.Removed
4531Employee Starting at Pricing for base 2026 model year vehicles.Removed
4532Excludes <a href=\"https://www.lincoln.com/auto-shipping-delivery-charges/\"><u>destination/delivery</u></a> fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.Removed
4533Optional equipment not included.</p>\n"},"2155":{"id":"tesla banner disclaimer","ariaLabel":"","title":"*","description":"<p>*Offer available to customers who currently own or lease a 2008 or newer Tesla vehicle, or have leased a minimum of 30 days, prior to new retail delivery of a new Ford Mustang Mach-E<sup>®</sup> SUV or F-150<sup>®</sup> Lightning<sup>®</sup> truck.Removed
4534Must show proof of ownership or prior lease.Removed
4535No trade-in required.Removed
4536Take new retail delivery from dealer stock by 9/30/25.Removed
4537Residency restrictions apply.Removed
4538See dealer for complete details.</p>\n"},"2156":{"id":"2025-bronco-sport-ambassadors-gallery-6b","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, aftermarket Accessories, and extra-cost color option shown.</p>\n"},"2157":{"id":"t2-cc-SD-towing-img","ariaLabel":"t2-cc-SD-towing-img","title":"Image Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL model with optional equipment and extra-cost color option shown.</p>\n"},"2158":{"id":"disclosurealwaysconsulttheownersmanual","ariaLabel":"","title":"Vehicle Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2159":{"id":"2026 ABM value practical attributes disclaimer","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.Removed
4539Actual mileage will vary.</p>\n"},"2160":{"id":"max-430-horsepower-and-torque-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and torque of 485 lb.-ft. based on 7.3L V8 gas engine.Removed
4542Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.4592Based on current publicly available competitive information.</p>\n"},"2184":{"id":"diesel-torque-disclosure-sd-2027","ariaLabel":"","title":"Important Details","description":"<p>Max 1,200 lb.-ft. of torque based on 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4593Class is Full-Size Pickups over 8,500 lbs.
4594GVWR.
4595Based on current publicly available competitive information.
4596Torque ratings determined based upon testing requirements prescribed in SAE J1349®.
4597Your results may vary.</p>\n"},"2185":{"id":"DiscJourneyCampaignAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price 2026 Explorer® Platinum™ model shown in Rapid Red $59,945.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>As shown price 2026 Explorer Platinum model shown in Star White Metallic Tri-Coat $60,890.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>As shown price 2026 Explorer Tremor® model shown in Carbonized Gray $62,275.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>All vehicles shown with optional equipment and extra-cost paint color options.
4598Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2186":{"id":"separate-subscriptions-required-for-streaming-services-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Separate subscriptions required for streaming services.</p>\n"},"2187":{"id":"preproduction-2027-explorer-sinister-package","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2027 Ford Explorer® ST model with the available Sinister Package shown.
4599Actual production vehicle may vary.
4600Available to order now.
4601Arriving on dealer lots late summer 2026.
4602See dealer for details.</p>\n"},"2188":{"id":"ford-security-package-requires-the-ford-app-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Ford Security Package requires the Ford app, modem activation, and an activated plan.
4603Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
4604Credit card required for activation and Package automatically renews until cancelled.
4605Requires vehicle connectivity and a connected mobile device with enabled push notifications.
4606Not available in U.S. territories.
4607Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada, or U.S. territories.
4608Terms apply.</p>\n"},"2189":{"id":"NotAvailableSTXAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Not available on models with STX Appearance Package.</p>\n"},"2190":{"id":"super-duty-packages-modal-disc-asterisk","ariaLabel":"","title":"*","description":"<p>*Requires 6.7L High-Output Power Stroke® Turbo Diesel B20 engine.</p>\n"},"2191":{"id":"super-duty-packages-modal-lariat-disc-asterisk","ariaLabel":"","title":"*","description":"<p>*Requires 40 console/40 seat.
4609Requires 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4610Must be paired with the Lariat® Premium Package.</p>\n"},"2192":{"id":"2027-sd-xl-with-available-xl-off-road-package","ariaLabel":"","title":"Image Details","description":"<p>2027 Super Duty® XL with available XL Off-Road Package shown.</p>\n"},"2193":{"id":"epa-estimated-driving-range-based-on-full-charge","ariaLabel":"","title":"Image Details","description":"<p>EPA-estimated driving range based on full charge.
4611Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"2194":{"id":" max-gooseneck-tow-rating-sd-2027","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs. available on F-450® XL Regular Cab 4x2 DRW with available 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4612Class is Full-Size Pickups over 8,500 lbs.
4613GVWR.
4614Based on current publicly available competitive information.
4615When properly equipped.
4616Requires F-450 High-Capacity Gooseneck Tow Package.
4617Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
4618Max payload of 7,900 lbs. available on F-350® XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package and 7.3L 2V DEVCT NA PFI V8 gas engine.
4619Max payload varies and is based on accessories and vehicle configuration.
4620See label on doorjamb for carrying capacity of a specific vehicle.
4621Always properly secure cargo.
4622Class is Full-Size Pickups over 8,500 lbs.
4623GVWR.
4624Based on current publicly available competitive information.</p>\n"},"2195":{"id":"max-towing-superduty-platinum-disclosure","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
4625Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2026 Ford Super Duty® Platinum® model shown.</p>\n"},"2196":{"id":"king-ranch-model-interior-shown-2027","ariaLabel":"","title":"Image Details","description":"<p>King Ranch® model interior shown.</p>\n"},"2197":{"id":"front-cameras-super-duty-disclosure","ariaLabel":"","title":"†","description":"<p>†Front Cameras operate at speeds up to 13mph.
4626Rear cameras only operate at speeds under six mph.</p>\n"},"2198":{"id":"towing-capacity-differs-by-model-and-vehicle-configuration","ariaLabel":"","title":"*","description":"<p>*Towing capacity differs by model, engine, axle ratio, and more.
4627Always consult your vehicle’s specific towing guide and payload limits.
4628Vehicle configuration for max towing is F-450® XL Regular Cab, 4x2 DRW with 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine and F-450® High-Capacity Gooseneck Tow Package.</p>\n"},"2199":{"id":"max-5th-wheel-tow-35000","ariaLabel":"","title":"**","description":"<p>**Max 5th wheel tow rating of 35,000 lbs. available on F-450® / F-350® XL DRW with available 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4629Class is Full-Size Pickups over 8,500 lbs.
4630GVWR.
4631Based on current publicly available competitive information.
4632When properly equipped.
4633Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2200":{"id":"Max-conventional-rating-of-30000","ariaLabel":"","title":"†","description":"<p>†Max conventional rating of 30,000 lbs. available on F-450® Crew Cab 4x2 DRW with available 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4634Class is Full-Size Pickups over 8,500 lbs.
4635GVWR.
4636Based on current publicly available competitive information.
4637When properly equipped.
4638Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2201":{"id":"t2-comm-sd-detail","ariaLabel":"","title":"Image Details","description":"<p>2026 Super Duty Pickup with optional equipment shown.
4639When properly equipped.
4640Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>"},"2202":{"id":"t2-comm-tr-detail","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Transit® Cargo Van with optional and aftermarket equipment shown.</p>"},"2203":{"id":"max-500hp-1200lb-sd2027","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4641Horsepower and torque ratings based on testing requirements prescribed in SAE J1349®.
4544Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2161":{"id":"availableonsuperdutysrwmodels","ariaLabel":"","title":"*","description":"<p>*Available on Super Duty<sup>®</sup> XLT, Lariat<sup>®</sup>, King Ranch<sup>®</sup>, and Platinum<sup>®</sup> SRW models. 6-3/4’ box only.</p>\n"},"2162":{"id":"disclaimer2025f150lobostxwithlobopackage","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2025 F-150<sup>®</sup> STX model with F-150 Lobo<sup>™</sup> Package shown.4643When properly equipped.
4644Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2204":{"id":"t2-comm-tele-detail","ariaLabel":"","title":"Image Details","description":"<p>Ford Pro™ Telematics requires a purchased subscription.
4645Requires modem activation.
4646Terms and conditions apply.
4647Telematics services and features, and access to vehicle data depend on subscription and compatible cellular network availability.
4648Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features. </p>"},"2205":{"id":"transit-us-2027-1","ariaLabel":"","title":"**","description":"<p>**Horsepower and torque ratings based on premium fuel per SAE J1349® standard.
4649Your results may vary.
4650When properly equipped.
4651Horsepower and torque are independent attributes and may not be achieved&nbsp;simultaneously.</p>\n"},"2206":{"id":"transit-us-2027-2","ariaLabel":"","title":"*","description":"<p>*Rear Cameras operate at speeds up to 6 miles per hour only.</p>\n"},"2207":{"id":"transit-us-2027-3","ariaLabel":"","title":"*","description":"<p>*Lane-Keeping System does not control steering.
4652Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.
4653They do not make your vehicle autonomous or replace your responsibility to drive safely.
4654Please only use if you will pay attention to the road and be prepared to take over at any time.
4655See Owner's Manual for details and limitations.</p>"},"2208":{"id":"max-payload-disclosure-sd","ariaLabel":"","title":"*","description":"<p>*Max. payload of 7,900 lbs. available on F-350® XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload.
4656Package and 7.3L 2V DEVCT NA PFI V8 gas engine.
4657Max payload varies and is based on accessories and vehicle configuration.
4658See label on doorjamb for carrying capacity of a specific vehicle.
4659Always properly secure cargo.
4660Class is Full-Size Pickups over 8,500 lbs.
4661GVWR.
4662Based on current publicly available competitive information.</p>\n"},"2209":{"id":"max-payload-available-on-f-350","ariaLabel":"","title":"**","description":"<p>**Max payload of 6,935 lbs. available on F-350® XL model Regular Cab 4X2 DRW with available 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4663Max payload varies and is based on accessories and vehicle configuration.
4664See label on doorjamb for carrying capacity of a specific vehicle.
4665Always properly secure cargo.
4666Class is Full-Size Pickups over 8,500 lbs.
4667GVWR.
4668Based on current publicly available competitive information.</p>\n"},"2210":{"id":"2026-ford-mustang-gt-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang® GT model with optional equipment and extra-cost color option shown.</p>\n"},"2211":{"id":"max-500-horsepower-sd-2027","ariaLabel":"","title":"**","description":"<p>**Max 500 horsepower based on 6.7L High Output Power Stroke® V8 Turbo Diesel B20 engine.
4669Class is Full-Size Pickups over 8,500 lbs.
4670GVWR.
4671Based on current publicly available competitive information.
4672Horsepower ratings determined based upon testing requirements prescribed in SAE J1349®.
4673Your results may vary.</p>\n"},"2212":{"id":"max-torque-sd-2027","ariaLabel":"","title":"††","description":"<p>††Max 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke® V8 Turbo Diesel B20 engine.
4674Class is Full-Size Pickups over 8,500 lbs.
4675GVWR.
4676Based on current publicly available competitive information.
4677Torque ratings determined based upon testing requirements prescribed in SAE J1349®.
4678Your results may vary.</p>\n"},"2213":{"id":"2026-bronco-badlands-model-with-optional-equipment-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco® Badlands® model with optional equipment shown.
4679Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2214":{"id":"2026-ford-expedition-tremor-model-with-available-ford-accessories","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Expedition® Tremor® model with available Ford accessories and extra-cost color option shown.
4680When properly equipped.
4681Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.
4682Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2215":{"id":"2026-ford-bronco-sport-badlands-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport® Badlands® with optional equipment and extra-cost color option shown.</p>\n"},"2216":{"id":"2026-ford-explorer-st-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer® ST model with optional equipment and extra-cost color option shown.</p>\n"},"2217":{"id":"2026-ford-mustang-mache-gt-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang Mach-E® GT model with optional equipment and extra-cost color option shown.</p>\n"},"2218":{"id":"max-horsepower-superduty-2027","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower based on 6.7L High Output Power Stroke® V8 Turbo Diesel B20 engine.
4683Class is Full-Size Pickups over 8,500 lbs.
4684GVWR.
4685Based on current publicly available competitive information.
4686Horsepower ratings determined based upon testing requirements prescribed in SAE J1349®.
4687Your results may vary.</p>\n"},"2219":{"id":"max-torque-superduty-2027","ariaLabel":"","title":"**","description":"<p>**Max 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke® V8 Turbo Diesel B20 engine.
4688Class is Full-Size Pickups over 8,500 lbs.
4689GVWR.
4690Based on current publicly available competitive information.
4691Torque ratings determined based upon testing requirements prescribed in SAE J1349®.
4692Your results may vary.</p>\n"},"2220":{"id":"2026-maverick-lariat-model-with-extra-cost-color-option-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick® Lariat® model with extra-cost color option shown.</p>\n"},"2221":{"id":"2027-ford-explorer-platinum-disclosure","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,760.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup> 2027 Ford Explorer® Platinum™ model shown with extra-cost color option.
4693Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2222":{"id":"2027-ford-explorer-tremor-disclosure","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $48,960.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup> Ford Explorer® Tremor® model shown with extra-cost color option.
4694Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2223":{"id":"2027-expl-platinum-optional-manual","ariaLabel":"","title":"Image Details","description":"<p>2027 Ford Explorer® Platinum™ shown with optional equipment.
4695Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2224":{"id":"2026-ranger-lariat-model-with-optional-equipment-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ranger® Lariat® model with optional equipment shown.</p>\n"},"2225":{"id":"2026-ford-f150-lariat-2026-ford-f150-xlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150® Lariat®model shown.</p>\n<p>2026 Ford F-150® XLT model with optional equipment and extra-cost color option shown.</p>\n<p>When properly equipped.
4696Requires Tow/Haul Package and optional Max Tow Axle.
4697Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2226":{"id":"2026-ford-super-duty-f250-lariat-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Super Duty® F-250® Lariat® model with optional equipment and extra cost-color shown.
4698When properly equipped.
4699Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2227":{"id":"2027-sd-250-xlt-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty® F-250® XLT model with extra cost-color shown.</p>\n"},"2228":{"id":"platinum-models-hp-rated-383","ariaLabel":"","title":"**","description":"<p>**Rated horsepower 383 hp for Platinum™ models.</p>\n"},"2229":{"id":"2027-sd-250-lariat-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty® F-250® Lariat® model shown.</p>\n"},"2230":{"id":"2025-f-150-lightning-xlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150 Lightning® XLT shown in extra cost color.
4700When properly equipped.
4701Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2231":{"id":"AdventureLineUpVehicleDetails","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer® Tremor® model with optional equipment and available Ford Accessories shown.
4702Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
4703When properly equipped.
4704Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2232":{"id":"2027-sd-250-kingranch-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty® F-250® King Ranch® model with optional equipment and extra cost-color shown.</p>\n"},"2233":{"id":"2027-sd-250-platinum-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty® F-250® Platinum® model with extra cost-color shown.</p>\n"},"2234":{"id":"2027-sd-350-xl-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty® F-350® XL model shown.</p>\n"},"2235":{"id":"2027-sd-350-xlt-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty® F-350® XLT model with extra cost-color shown.</p>\n"},"2236":{"id":"2027-sd-350-lariat-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty® F-350® Lariat® model shown.</p>\n"},"2237":{"id":"2027-sd-350-kingranch-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty® F-350® King Ranch® model shown.</p>\n"},"2238":{"id":"2027-sd-350-platinum-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty® F-350® Platinum® model shown.</p>\n"},"2239":{"id":"2027-sd-450-lariat-bb-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup> 2027 Ford Super Duty® F-450® Lariat® model shown.</p>\n"},"2240":{"id":"2027-sd-450-platinum-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"2241":{"id":"2027-sd-450-kingranch-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup>&nbsp;2027 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> King Ranch<sup>®</sup> model shown.</p>\n"},"2242":{"id":"2027-sd-250-xl-bb-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup> 2027 Ford Super Duty® F-250® XL model with optional equipment shown.</p>\n"},"2243":{"id":"actual-theft-alert-triggers-may-vary","ariaLabel":"","title":"*","description":"<p>*Actual Theft Alert triggers may vary.</p>\n"},"2244":{"id":"2027-sd-450-xl-bb-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $XX,XXX.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup> 2027 Ford Super Duty® F-450® XL model shown.</p>\n"},"2245":{"id":"features-vary-by-model","ariaLabel":"","title":"*","description":"<p>*Features vary by model.</p>\n"},"2246":{"id":"connected-services-depend-on-network-availability-plan","ariaLabel":"","title":"*","description":"<p>Connected Services and features depend on AT&amp;T network availability and compatible plan. 5G not available everywhere.
4705Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.
4706Connected Services excludes Wi-Fi® hotspot.
4707Available Wi-Fi hotspot requires separate AT&amp;T subscription.</p>\n"},"2247":{"id":"image-details-available-connectivity-features","ariaLabel":"","title":"Image Details","description":"<p>Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
4708Package pricing, included plans, and term lengths vary by model.
4709Some features may only be available while vehicle is parked.
4710Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.
4711Terms apply.</p>\n"},"2248":{"id":"with-a-purchase-of-a-new-ford-lincoln","ariaLabel":"","title":"*","description":"<p>*With the purchase or lease of an eligible new Ford or Lincoln vehicle.
4712See your Ford or Lincoln dealer for complete details.
4713Total not to exceed $1,000.</p>\n"},"2249":{"id":"adaptive-equipment-shown-obtain-an-assessment","ariaLabel":"","title":"*","description":"<p>*The adaptive equipment shown is intended to be used as a guide.
4714Not all types of adaptive equipment will fit all vehicles.
4715Please obtain an assessment and work with a mobility dealer to verify the compatibility of the adaptive equipment and your vehicle before purchasing.</p>\n"},"2250":{"id":"preproduction-2027-explorer-st","ariaLabel":"","title":"Image Details","description":"<p>Preproduction 2027 Ford Explorer® ST model with the available Sinister Package and optional equipment shown.
4546Available for retail order now at your local Ford Dealer.4717Available to order now.
4547Arriving Fall 2025.</p>\n"},"2163":{"id":"2026-maverick-xlt-model","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>® </sup>XLT model shown.</p>\n"},"2164":{"id":"as-shown-price-bs-2026","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $32,240.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with extra-cost color option shown.</p>\n"},"2165":{"id":"when-properly-equipped-extra-cost-color-sd","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.4718Arriving on dealer lots late summer 2026.
4548Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.4719See dealer for details.</p>\n"},"2251":{"id":"image-details-optional-equipment-always-consult","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and available Ford accessories shown.
4549Extra-cost color shown.</p>\n"},"2166":{"id":"broncosportbadlandsextracostcoloroption","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> with extra-cost color option shown.</p>\n"},"2167":{"id":"FordPass compatible with select smartphone platforms","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.4720Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2252":{"id":"maverick-exterior-modal-new-asset-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Vehicle shown is Maverick® XLT - SuperCrew® with extra-cost color, optional equipment.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"Max\" data-disc-id=\"72\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 72\" aria-labelledby=\"72\"> 72</sup></p>\n"},"2253":{"id":"pre-production-black-wheels-only-in-dual-rear-wheel-package","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown.
4550Message and data rates may apply.4721Black wheels only included in Dual Rear Wheel package</p>\n"},"2254":{"id":"proud to honor disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown.
4551Terms and conditions apply.4722Black wheels only included in Dual Rear Wheel package.</p>\n"},"2255":{"id":"2027-super-duty-performance-modal-disc-3","ariaLabel":"","title":"*","description":"<p>Max 500 horsepower and 1,200 *lb.-ft. of torque based on 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4552Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.4723Class is Full-Size Pickups over 8,500 lbs.
4553Start Inhibit remote disable feature only available on select 2024–2025 F-150<sup>®</sup> and select 2025 Super Duty<sup>®</sup> trucks.</p>\n"},"2168":{"id":"disclaimer-mustang-nite-pony-package-wheels","ariaLabel":"","title":"**","description":"<p>**Wheels included with Mustang<sup>®</sup> Nite Pony Package when ordered with the GT Performance Package.4724GVWR.
4554Image shows available appearance package and GT Performance Package.</p>\n"},"2169":{"id":"max-towing-8400lbs-available-on-f150-regularcab-8ft-box-4x2-available-27l-ecoboost","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,400 lbs available on F-150<sup>®</sup> Regular Cab 8ft box 4x2 with available 2.7L EcoBoost<sup>®</sup> engine.4725Based on current publicly available competitive information.
4555When Properly equipped.4726Horsepower and torque ratings based on testing requirements prescribed in SAE J1349®.
4556Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"2170":{"id":"based-on-sp-global-mobility-total-soprt-cars","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations across all sports car segments CYE 2024.</p>\n"},"2171":{"id":"new-offer-details-disclaimer-homepage-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.4727Your results may vary.
4557Take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.4728When properly equipped.
4558See dealer for qualifications, and details.4729Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2256":{"id":"image-details-2027-ford-explorer-st-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2027 Ford Explorer® ST model shown.</p>\n"},"2257":{"id":"image-details-preproduction-2027-ford-explorer","ariaLabel":"","title":"Image Details","description":"<p>Preproduction 2027 Ford Explorer(R) ST model with the available Sinister Package and optional equipment shown.
4559Customer can defer first payment up to 90 days.4730Actual production vehicle may vary.
4560Not all buyers will qualify for Ford Credit limited-term financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.4731Available to order now.
4732Arriving on dealer lots late summer 2026.
4733See dealer for details.</p>\n"},"2258":{"id":"image-details-2027-ford-explorer-platinum","ariaLabel":"","title":"Image Details","description":"<p>2027 Ford Explorer® Platinum™ model shown with optional equipment.</p>\n"},"2259":{"id":"initial-quality-study-awards-information-2026-models","ariaLabel":"","title":"*","description":"<p>*For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:open&quot;}}\" rel=\"noopener noreferrer\">jdpower.com/awards</a>.
4734Awards based on 2026 model year.
4735Newer models may be shown.</p>\n"},"2260":{"id":"vehicle-details-max-towing-varies","ariaLabel":"","title":"Vehicle Details","description":"<p>When properly equipped.
4736Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2261":{"id":"awards-details-for-jd-power-2026-us","ariaLabel":"","title":"Award Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:open&quot;}}\">jdpower.com/awards</a>.
4737Awards based on 2025 &amp; 2026 model years.
4738Newer models may be shown.</p>\n"},"2262":{"id":"2026-jd-power-award-details","ariaLabel":"","title":"Award Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:open&quot;}}\">jdpower.com/awards.</a> Awards based on 2026 model year.
4739Newer models may be shown.</p>\n"},"2263":{"id":"2027-mdp-250-xl-kf-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max 420 horsepower and 445 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
4740Class is Full-Size Pickups over 8,500 lbs GVWR.
4741Based on current publicly available competitive information.
4742Horsepower and torque ratings based on premium fuel per SAE J1349® standard.
4743Your results may vary.
4744When properly equipped.
4745Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2264":{"id":"image-details-2027-ford-explorer-tremor-model-shown","ariaLabel":"","title":"Video Details","description":"<p>When properly equipped.
4746Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2027 Ford Explorer® Tremor® model shown with optional equipment and available Ford Accessories.
4747Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2265":{"id":"2026-jd-power-owner-lease-disclaimer","ariaLabel":"","title":"Important Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:open&quot;}}\">jdpower.com/awards</a>.
4748Awards based on 2026 model year.
4749Newer models may be shown.
4750When properly equipped.
4751Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2026 Ford F-150® Platinum model with optional equipment and extra-cost color shown. 2026 Ford Mustang® Dark Horse® Premium model with optional equipment and extra-cost color option shown.</p>\n"},"2266":{"id":"2027-explorer-as-shown-price-active","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $40,585.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Explorer® Active model shown.
4752Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2267":{"id":"2027-explorer-st-line-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Explorer® ST-Line model shown with extra-cost color option.
4753Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2268":{"id":"sd-2027-gas-engine-disclosure","ariaLabel":"","title":"†","description":"<p>†Max 420 horsepower and 445 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
4754Horsepower and torque ratings based on testing requirements prescribed in SAE J1349® standard.
4755Your results may vary.
4756When properly equipped.
4757Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2269":{"id":"2027-explorer-st-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup><sup> </sup>Ford Explorer® ST model shown with extra-cost color option.
4758Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2270":{"id":"ford-received-the-highest-total-awards-disclaimer","ariaLabel":"","title":"Award Details","description":"<p>Ford received the highest total number of awards for trucks for initial vehicle quality compared to all other brands in the JD Power 2025–2026 U.S. Initial Quality Studies, measuring new vehicle owners’ experiences after 90 days of ownership.
4759Visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a> for more details.
4760Awards based on 2025 &amp; 2026 model years.
4761Newer models may be shown.</p>\n"},"2271":{"id":"","ariaLabel":"","title":"","description":""},"2272":{"id":"t2-hp-hawaii-sellathon","ariaLabel":"Disclosure","title":"Disclosure","description":"<p>2026 Ford Bronco® Outer Banks® SUV model shown. © 2026 Ford Motor Company.
4762Bronco is a trademark of Ford Motor Company or its affiliates.
4763All rights reserved.</p>\n"},"2273":{"id":"jdpower-awards-new-disclaimer-mustang","ariaLabel":"","title":"*","description":"<p>*For JD Power 2026 U.S. Initial Quality Study award information, visit <u><a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a></u>.
4764Awards based on 2025 &amp; 2026 model years.
4765Newer models may be shown.</p>\n"},"2274":{"id":"ford-security-package-sd-2027","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
4766Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which purchase is required.
4767Credit card required for activation and Package automatically renews until cancelled.
4768Requires vehicle connectivity and a connected mobile device with enabled push notifications.
4769Not available in U.S. territories.
4770Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada, or U.S. territories.
4771Terms apply.</p>\n"},"2275":{"id":"mustang-vehicle-details-jdpower-award-disc","ariaLabel":"","title":"Important Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:open&quot;}}\">jdpower.com/awards</a>.
4772Awards based on 2025 &amp; 2026 model years.
4773Newer models may be shown.</p>\n<p><br>\n2026 Ford Mustang® Dark Horse® Premium model with optional equipment and extra-cost color option shown.</p>\n"},"2276":{"id":"front-cameras-speed-sd-2027","ariaLabel":"","title":"*","description":"<p>*Front Cameras operate at speeds up to 13mph.
4774Rear cameras only operate at speeds under six mph.</p>\n"},"2277":{"id":"vehicle-details-jd-awards-index","ariaLabel":"","title":"Important Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:open&quot;}}\">jdpower.com/awards</a>.
4775Awards based on 2025 &amp; 2026 model years.
4776Newer models may be shown.</p>\n<p><br>\nWhen properly equipped.
4777Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2026 F-150® Platinum with optional equipment and extra cost color shown.</p>\n"},"2278":{"id":"properly-equipped-towing-varies-2026-sd-250-xl","ariaLabel":"","title":"Important Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;fv:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:open&quot;}}\">jdpower.com/awards</a>.
4778Awards based on 2025 &amp; 2026 model years.
4779Newer models may be shown.</p>\n<p><br>\nWhen properly equipped.
4780Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2026 Super Duty® F-250® XL model Crew Cab with optional equipment shown.</p>\n"},"2279":{"id":"jd-power-quality-index-bb-carousel","ariaLabel":"","title":"Important Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:simple choice:overlay&quot;,&quot;onclick_onclick&quot;:&quot;simple choice:overlay:open&quot;}}\" rel=\"noopener noreferrer\">jdpower.com/awards</a>.
4781Awards based on 2026 model year.
4782Newer models may be shown.
4783When properly equipped.
4784Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2026 Ford F-150® King Ranch® with optional equipment and extra cost color shown.</p>\n"},"2280":{"id":"2026-mustang-bb-new-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $67,625<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Mustang® GT Premium Convertible with GT Performance Package, optional equipment and extra-cost color shown.</p>\n"},"2281":{"id":"2025-new-awards-electric-truck-kelley-blue-book","ariaLabel":"","title":"Award Details","description":"<p>From 2025 Best Buy Award for Electric Trucks on Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;}}\">KBB.com</a>.</p>\n<p>For more information, visit Kelley Blue Book’s <a aria-label=\"Learn more about Kelley Blue Book\" href=\"https://www.kbb.com/#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
4785Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"2282":{"id":"new-disclaimer-jd-award-information","ariaLabel":"","title":"Award Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a>.
4786Awards based on 2026 model year.</p>\n"},"2283":{"id":"as-shown-price-f150-awards-bb","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $87,195. 2026 Ford F-150® Platinum Plus model with optional equipment and extra cost color shown.&nbsp;</p>\n<p>When properly equipped.
4787Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2284":{"id":"as-shown-price-sd-2026-awards-bb","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price is $65,830.
4788Destination charges not included. 2026 Super Duty® F-450® XL Regular Cab 4x2 DRW with available 6.7L High Output diesel engine.<br>\nWhen properly equipped.
4789Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2285":{"id":"bronco-26-hotspot-accessories-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Available Ford Accessories shown.
4790Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.<br>\nCarbonized Gray Metallic exterior color not currently available to order.
4791Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"2286":{"id":"new-jdpower-disc-awards-dealer-services","ariaLabel":"","title":"Award Details","description":"<p>For JD Power 2026 U.S. award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a>.</p>\n"},"2287":{"id":"new-disclaimer-build-f150-important-details","ariaLabel":"","title":"Important Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\"><u>jdpower.com/awards</u></a>.
4792Awards based on 2025 &amp; 2026 model years.
4793Newer models may be shown.
4794When properly equipped.
4795Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.\u20282026 F-150® Platinum with optional equipment and extra cost color shown.</p>\n"},"2288":{"id":"new-disclaimer-build-superduty-important-details","ariaLabel":"","title":"Important Details","description":"<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a title=\"https://www.jdpower.com/business/awards#!adchoices\" href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\"><u>jdpower.com/awards</u></a>.
4796Awards based on 2025 &amp; 2026 model years.
4797Newer models may be shown.
4798When properly equipped.
4799Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.\u20282026 Super Duty® F-250® XL model Crew Cab with optional equipment shown.</p>\n"},"2289":{"id":"t2-july-selathon-bb-san-diego","ariaLabel":"Disclosure","title":"Disclosure","description":"<p>2026 Ford F-150® STX, Platinum®, and XLT Truck models with optional equipment and extra-cost color options shown. © 2026 Ford Motor&nbsp; &nbsp;Company.
4800F-150 and related trademarks are trademarks of Ford or its affiliates.
4801All rights reserved.&nbsp;</p>\n"},"2290":{"id":"range-calculation-based-30-gallon-tank","ariaLabel":"","title":"Image Details","description":"<p>Range calculation based on 30.6-gallon tank and an EPA-estimated 23-combined MPG rating.
4802Actual mileage and range will vary.</p>\n"},"2291":{"id":"t2-homepage-jdp-brand-quality","ariaLabel":"Disclosure","title":"Disclosure","description":"<p>Optional equipment shown. *For JD Power 2026 U.S. Initial Quality Study award information, visit jdpower.com/awards.
4803Awards based on 2026 model year.
4804Newer models may be shown.</p>\n"},"2292":{"id":"not-all-buyers-will-qualify-for-ford-credit-limited-term-financing-36-months","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.</p>\n<p>&nbsp;</p>\n<p>Not all buyers will qualify for Ford Credit limited-term financing. 36 months at $27.78 per month per $1,000 financed, regardless of down payment.
4805For APRs, other than 0%, finance charges continue to accrue during deferral period.
4806Deferred first payment not allowed in Pennsylvania on APR higher than 0%. <b>All Offers exclude:</b> Bronco Sport® (2026 only), Expedition®, Maverick®, Mustang Dark Horse® SC, Mustang GTD, F-150® Raptor®, Ranger Raptor, Bronco® Raptor, Bronco Stroppe, Super Duty® Chassis Cab, XL Crew Cab, XLT Crew Cab, Lariat®, King Ranch®, and Platinum® models, E-Transit™, Transit® Wagon, and Ford GT™.
4807For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 8/31/26.
4808See dealer for qualifications and complete details.
4809Complimentary 2-year Premium Maintenance Plan available on select Ford vehicles.
4810Coverage begins at the new vehicle limited warranty start date for 2 years or up to 25,000 miles, whichever occurs first.
4811Transferable for a fee.
4812See your dealer for a complete list of eligible vehicles, coverage details and limitations.</p>\n<p>&nbsp;</p>\n<p>For JD Power 2026 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a>.
4813Awards based on 2026 model year.
4814Newer models may be shown.</p>\n"},"2293":{"id":"t2-sse-f150-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 F-150<sup>®</sup> Platinum<sup>®</sup> with optional equipment and extra-cost color shown.
4815When properly equipped.
4816Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. *For JD Power 2026 U.S. Initial Quality Study award information, visit jdpower.com/awards.
4817Awards based on 2025 &amp; 2026 model years.
4818Newer models may be shown.<b></b></p>\n"},"2294":{"id":"t2-sse-f150","ariaLabel":"*","title":"*","description":"<p>*For JD Power 2026 U.S. Initial Quality Study award information, visit jdpower.com/awards.
4819Awards based on 2025 &amp; 2026 model years.
4820Newer models may be shown.</p>\n"},"2295":{"id":"Roadside-assistance-2025-f-150-lightning","ariaLabel":"","title":"*","description":"<p>*Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
4821For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.
4822Ford reserves the right to change program details without obligations.</p>\n"},"2296":{"id":"t2-sse-super-duty","ariaLabel":"*","title":"*","description":"<p>*For JD Power 2026 U.S. Initial Quality Study award information, visit jdpower.com/awards.
4823Awards based on 2025 &amp; 2026 model years.
4824Newer models may be shown.</p>\n"},"2297":{"id":"t2-sse-super-duty-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Super Duty<sup>®</sup> XL model with available XL Off-Road Package, optional equipment, and aftermarket equipment shown.
4825Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"2298":{"id":"t2-sse-mustang","ariaLabel":"*","title":"*","description":"<p>*For JD Power 2026 U.S. Initial Quality Study award information, visit jdpower.com/awards.
4826Awards based on 2025 &amp; 2026 model years.
4827Newer models may be shown.</p>\n"},"2299":{"id":"t2-sse-mustang-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Mustang Dark Horse<sup>®</sup> model with available Handling and Appearance Package and extra-cost color option shown. *For JD Power 2026 U.S. Initial Quality Study award information, visit jdpower.com/awards.
4828Awards based on 2025 &amp; 2026 model years.
4829Newer models may be shown.</p>\n"},"2300":{"id":"t2-sse-expedition-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Platinum<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"2301":{"id":"t2-sse-bronco-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment usage shown.&nbsp;Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2302":{"id":"t2-sse-bluecruise","ariaLabel":"*","title":"*","description":"<p>*Available feature on select vehicles.
4830BlueCruise requires an active plan or trial – see <a href=\"http://ford.com/bluecruise\">ford.com/bluecruise</a> for details.
4831Terms apply.
4832BlueCruise is a driver-assist feature and does not replace safe driving or driver’s attention, judgment, and need to control the vehicle.
4833Only remove hands in a hands-free Blue Zone.
4834Always watch the road and be prepared to resume control.
4835See Owner’s Manual for details and limitations.</p>\n"},"2303":{"id":"t2-sse-connectivity-pkg","ariaLabel":"*","title":"*","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
4836Package pricing, included plans, and term lengths vary by model.
4837Some features may only be available while vehicle is parked.
4838Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.
4839Credit card required for plan activation and automatically renews unless cancelled.
4840Terms apply. **Data speeds may be slowed down after 50 GB of usage within a 30-day period.
4841Don't drive distracted or while using handheld devices.
4842Use voice controls.
4843Wi-Fi is a registered trademark of Wi-Fi Alliance<sup>®</sup>.</p>\n"},"2304":{"id":"t2-sse-security-pkg","ariaLabel":"*","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated subscription plan.
4844Equipped Ford vehicles come with a one-year included trial from new vehicle warranty start date, after which a paid plan is required.
4845Paid plans automatically renew until cancelled.
4846Prices subject to change.
4847Requires vehicle connectivity and a connected mobile device with enabled push notifications.
4848Not available in U.S. territories.
4849Terms apply.</p>\n"},"2305":{"id":"t2-sse-mobile-service","ariaLabel":"*","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4850Does not include parts or repair charges.
4851See your Ford Dealer for details.</p>\n"},"2306":{"id":"t2-sse-pickup-delivery-service","ariaLabel":"*","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4852Does not include parts or repair charges.
4853A non-operational vehicle is not eligible and will require a Roadside event.
4854See your Ford Dealer for details.</p>\n"},"2307":{"id":"t2-sse-accessories-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 F-150<sup>®</sup> STX model with optional equipment and Available Ford Accessories shown.
4855Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
4856Max payload varies based on accessories and vehicle configuration.
4857See label on doorjamb for carrying capacity of a specific vehicle.
4858Always properly secure cargo.</p>\n"},"2308":{"id":"sellathon-la-disclosure","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford F-150® STX, Platinum®, and XLT Truck models with optional equipment and extra-cost color options shown. © 2026 Ford Motor Company.
4859F-150 and related trademarks are trademarks of Ford or its affiliates.
4860All rights reserved.</p>\n"},"2309":{"id":"t2-sse-superduty-image-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Super Duty<sup>®</sup> XL model with available XL Off-Road Package, optional equipment, and aftermarket equipment shown.
4861Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. *For JD Power 2026 U.S. Initial Quality Study award information, visit jdpower.com/awards.
4862Awards based on 2025 &amp; 2026 model years.
4863Newer models may be shown.</p>\n"},"2310":{"id":"cargo-max-payload-disclosure-super-duty","ariaLabel":"","title":"*","description":"<p>*Max payload of 7,900 lbs. available on F-350® XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package and 7.3L 2V DEVCT NA PFI V8 gas engine.
4864Max payload varies and is based on accessories and vehicle configuration.
4865See label on doorjamb for carrying capacity of a specific vehicle.
4866Always properly secure cargo.
4867Class is Full-Size Pickups over 8,500 lbs.
4868GVWR.
4869Based on current publicly available competitive information.</p>\n"},"2311":{"id":"f-450-high-capacity-gooseneck-sd-2027","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs. available on F-450® XL Regular Cab 4x2 DRW with available 6.7L High-Output Power Stroke® V8 Turbo Diesel B20 engine.
4870Class is Full-Size Pickups over 8,500 lbs.
4871GVWR.
4872Based on current publicly available competitive information.
4873When properly equipped.
4874Requires F-450 High-Capacity Gooseneck Tow Package.
4875Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2312":{"id":"","ariaLabel":"","title":"","description":""},"2313":{"id":"t2-sse-super-duty-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n"},"2314":{"id":"","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n"},"2315":{"id":"t2-sse-explorer","ariaLabel":"*","title":"*","description":"<p><b>*</b>Based on S&amp;P Global Mobility 1946-Current US Total New Cumulative Registrations, for all vehicles identified as SUV’s.</p>\n"},"2316":{"id":"t2-sse-explorer-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Explorer ST model with optional equipment shown.</p>\n"},"2317":{"id":"t2-sse-security-pkg-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n"},"2318":{"id":"t2-sse-connectivity-pkg-2","ariaLabel":"**","title":"**","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
4876Package pricing, included plans, and term lengths vary by model.
4877Some features may only be available while vehicle is parked.
4878Owners can log in to the Ford app (formerly known as the FordPass<sup>®</sup> app) to see specific features available to them.
4879Credit card required for plan activation and automatically renews unless cancelled.
4880Terms apply. **Data speeds may be slowed down after 50 GB of usage within a 30-day period.
4881Don't drive distracted or while using handheld devices.
4882Use voice controls.
4883Wi-Fi is a registered trademark of Wi-Fi Alliance<sup>®</sup>.</p>\n"},"2319":{"id":"image-details-preproduction-2027","ariaLabel":"","title":"Image Details","description":"<p>Preproduction 2027 Ford Explorer® ST model with the available Sinister Package shown.
4884Actual production vehicle may vary.
4885Available to order now.
4886Arriving on dealer lots late summer 2026.
4887See dealer for details.</p>\n"},"2320":{"id":"2027-ford-explorer-specs","ariaLabel":"","title":"*","description":"<p>* Auto Start-Stop Technology may not shut your engine off if your vehicle battery is charging, the engine is still warming up, or if you are using heat or air conditioning.</p>\n"},"2321":{"id":"t2-h2h-expedition-bb","ariaLabel":"Disclosure","title":"Disclosure","description":"<p>2026 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"2322":{"id":"","ariaLabel":"","title":"","description":""},"2323":{"id":"t2-h2h-26-expedition-ft1","ariaLabel":"*","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349 standard.
4888Your results may vary.
4889When properly equipped.
4890Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2324":{"id":"t2-h2h-26-expedition-ft1-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"2325":{"id":"t2-h2h-26-expedition-ft2","ariaLabel":"*","title":"*","description":"<p>*Max towing of 9,600 lbs available on Expedition<sup>®</sup> 4x4 SUV without the 24-inch wheels.
4891When properly equipped.
4892Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2326":{"id":"t2-h2h-26-expedition-ft2-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Platinum<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"2327":{"id":"t2-h2h-26-expedition-ft4","ariaLabel":"*","title":"*","description":"<p>*Class is Large Traditional Utility</p>\n"},"2328":{"id":"t2-h2h-26-expedition-ft4-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford Expedition<sup>® </sup>Tremor<sup>®</sup> model with extra-cost color option shown.</p>\n"},"2329":{"id":"t2-h2h-26-expedition-ft6","ariaLabel":"*","title":"*","description":"<p>*Class is Large Traditional Utility.<b></b></p>\n"},"2330":{"id":"t2-h2h-26-expedition-ft6-img-dtl","ariaLabel":"Image Details","title":"Image Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"2331":{"id":"video-details-computer-generated-imagery","ariaLabel":"","title":"Video Details","description":"<p>Computer-generated imagery.
4893Optional features shown throughout.
4894Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2332":{"id":"sse-homepage-bb-disclosure","ariaLabel":"","title":"Disclaimer","description":"<p>Not all buyers will qualify for Ford Credit limited-term financing. 36 months at $27.78 per month per $1,000 financed, regardless of down payment.
4895For APRs, other than 0%, finance charges continue to accrue during deferral period.
4562For APRs other than 0%, finance charges continue to accrue during deferral period.4897All Offers exclude: Bronco Sport® (2026 only), Expedition®, Maverick®, Mustang Dark Horse® SC, Mustang GTD, F-150® Raptor®, Ranger Raptor, Bronco® Raptor, Bronco Stroppe, Super Duty® Chassis Cab, XL Crew Cab, XLT Crew Cab, Lariat®, King Ranch®, and Platinum® models, E-Transit™, Transit® Wagon, and Ford GT™.
4563All offers exclude: Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, Expedition<sup>®</sup>, Mustang<sup>®</sup>, Mustang Dark Horse<sup>®</sup>, Mustang GTD, F-150<sup>®</sup> Raptor, Ranger<sup>®</sup>, Ranger Raptor, Maverick<sup>®</sup>, Ford GT<sup>™</sup>, Bronco Raptor, Bronco Stroppe, E-Transit<sup>®</sup> and Transit<sup>®</sup>.4898For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 8/31/26.
4564For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 1/5/26.4899See dealer for qualifications and complete details.
4565See dealer for qualifications and complete details.</p>\n"},"2172":{"id":"based-on-active-charging-stations","ariaLabel":"","title":"**","description":"<p>**Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.4900Complimentary 2-year Premium Maintenance Plan available on select Ford vehicles.
4566Numbers subject to change.</p>\n"},"2173":{"id":"disclosure-escape-including-in-hybrid-and-phev","ariaLabel":"","title":"*","description":"<p>*Including hybrid and plug-in hybrid.</p>\n"},"2174":{"id":"billboardetransitasshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,000<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford E-Transit<sup>™</sup> T-350 Low Roof Cargo Van, 148&quot; long wheelbase, shown in Oxford White.</p>\n"},"2175":{"id":"T2-compare-2024-bronco-4","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Black Diamond<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.4901Coverage begins at the new vehicle limited warranty start date for 2 years or up to 25,000 miles, whichever occurs first.
4567Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"}}; </script> <!-- Custom Scripts for IMG Market --> <script type="text/javascript" src="/XM5hPD2pqmcL/9I_FP7/SymBbg/m7ENcG3pOiNutbYYiE/czBXN0YD/cWY/fLxAoFFYB"></script><script type="text/javascript" src="/XM5hPD2pqmcL/9I_FP7/SymBbg/QtENcG3pOiNu/IiViN0YD/HXA/CTjYoCD9P?v=" defer=""></script> <script>_satellite["_runScript5"](function(event, target, Promise) { if(window.fma && window.fma.CATBundle && window.fma.CATBundle.userId){ _satellite.logger.log('BOTTOM: fma GUID detected before AA beacon'); _satellite.cookie.set('fmaGUID',window.fma.CATBundle.userId,{domain: '.ford.com'}); }else{ document.body.addEventListener('fma_authenticated', function() { _satellite.logger.log('BOTTOM: FMA authenticated fired: ' + window.fma.CATBundle) if (window.fma.CATBundle.userId){ _satellite.logger.log('BOTTOM: fma GUID detected'); _satellite.cookie.set('fmaGUID',window.fma.CATBundle.userId,{domain: '.ford.com'}); }else{ _satellite.logger.log('BOTTOM: fma GUID not detected'); _satellite.cookie.set('fmaGUID','BOTTOM: fma CATBundle not available'); } }); } });</script><script>_satellite["_runScript6"](function(event, target, Promise) { if (document.URL.indexOf("gclid") > -1) { function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars.length;i++) { var pair = vars[i].split("="); if(pair[0] == variable){return pair[1];} } return(false); } var pixelUrl = "https://h.nexac.com/e/a-1659/s-3508/c-840/g-3839.xgi?pkey=bijo15bijox40"; var random = Math.floor(Math.random()*10e12); var chpcm = "bhp"; var chpsg = "fvflup"; var chpcr = ""; var chpck = ""; var chpth = getQueryVariable("gclid"); var url = pixelUrl + "&chpcm=" + chpcm + "&chpsg=" + chpsg + "&chpcr=" + chpcr + "&chpck=" + chpck + "&chpth=" + chpth + "&rand=" + random; var img=document.createElement("img"); img.width='1'; img.height='1'; img.border='0'; img.src = url; document.body.appendChild(img); } });</script><script>_satellite["_runScript7"](function(event, target, Promise) { if(document.URL.indexOf('wwwqa')!=-1 || document.URL.indexOf('wwwdev')!=-1 || document.URL.indexOf('cpoqa')!=-1 || document.URL.indexOf('brandus')!=-1){ var script = document.createElement("script") script.type = "text/javascript"; script.src = "https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie-stage.js" document.head.appendChild(script); }else{ var script = document.createElement("script") script.type = "text/javascript"; script.src = "https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie.js" document.head.appendChild(script); } });</script><script src="https://resources.digital-cloud-west.medallia.com/wdcwest/90499/onsite/embed.js" type="text/javascript" async=""></script><button id="back-to-top" class="cmp-backToTop" tabindex="-1" aria-label="Back to Top"><span class="cmp-backToTop__label"><span>Back To Top</span><svg aria-hidden="true" height="24" width="24"><use xlink:href="#arrow_upward_alt"></use></svg></span></button><div id="onetrust-consent-sdk" data-nosnippet="true"><div class="onetrust-pc-dark-filter ot-hide ot-fade-in"></div><div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title vertical-align-content" role="region" aria-label="Cookie banner " style="bottom: 0px;"><div role="dialog" aria-label="Privacy"><div class="ot-sdk-container"><div class="ot-sdk-row"><div id="onetrust-group-container" class="ot-sdk-eight ot-sdk-columns"><div class="banner_logo"></div><div id="onetrust-policy"><div id="onetrust-policy-text">This website uses cookies and other tracking technologies to enhance user experience, display targeted ads, and to analyze performance, user activity, and traffic on our website.4902Transferrable for a fee.
4903See your dealer for a complete list of eligible vehicles, coverage details and limitations.
4904For JD Power 2026 U.S. Initial Quality Study award information, visit jdpower.com/awards.
4905Awards based on 2026 model year.
4906Newer models may be shown.</p>\n"},"2333":{"id":"the-works-package","ariaLabel":"","title":"*","description":"<p>*Includes up to 6 quarts of Motorcraft® oil and Motorcraft oil filter.
4907Excludes hybrid battery test.
4908See participating U.S. dealer for details.
4909Ford may change or discontinue this program at any time.
4910Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"2334":{"id":"offer-details-sse-26-banner-incentives-offers-pages","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit limited-term financing. 36 months at $27.78 per month per $1,000 financed, regardless of down payment.
4911For APRs, other than 0%, finance charges continue to accrue during deferral period.
4912Deferred first payment not allowed in Pennsylvania on APR higher than 0%. <b>All Offers exclude:</b> Bronco Sport® (2026 only), Expedition®, Maverick®, Mustang Dark Horse® SC, Mustang GTD, F-150® Raptor®, Ranger Raptor, Bronco® Raptor, Bronco Stroppe, Super Duty® Chassis Cab, XL Crew Cab, XLT Crew Cab, Lariat®, King Ranch®, and Platinum® models, E-Transit™, Transit® Wagon, and Ford GT™.
4913For all offers, take new retail delivery from an authorized Ford Dealer’s stock by 8/31/26.
4914See dealer for qualifications and complete details.
4915Complimentary 2-year Premium Maintenance Plan available on select Ford vehicles.
4916Coverage begins at the new vehicle limited warranty start date for 2 years or up to 25,000 miles, whichever occurs first.
4917Transferrable for a fee.
4918See your dealer for a complete list of eligible vehicles, coverage details and limitations.</p>\n"},"2335":{"id":"t2-owner-service-july-tire-offer","ariaLabel":"","title":"*","description":"<p>*Quick Lane®-installed purchases only.
4919Limit 1 tire rebate per retail vehicle (15 per fleet). $125 rebate on a set of 4 Goodyear® Assurance WeatherReady 2, Wrangler DuraTrac RT, Eagle F1 All-Season, and Wrangler Steadfast HT; Bridgestone Alenza Prestige and Dueler A/T Ascent; and Yokohama® Geolandar X-AT, Geolandar M/T, and Geolandar X-MT. $100 rebate or on a set of 4 Hankook, Bridgestone (excludes Alenza Prestige and Dueler A/T Ascent product lines), Firestone Destination A/T2, Destination X/T, and Destination M/T2; Pirelli, Toyo® (excludes medium and commercial/Motorsport), and Yokohama (excludes Geolandar X-AT, Geolandar M/T, and Geolandar X-MT product lines). $80 rebate on a set of 4 Nitto Motivo 365, NT555 G2, Invo, Neo Gen, NT05, NT420V, EXO Grappler AWT, Dura Grappler, Nomad Grappler, Ridge Grappler, Recon Grappler A/T, Trail Grappler M/T, Terra Grappler G3, and Mud Grappler (excludes 37&quot; and larger sizes). $70 rebate on a set of 4 Goodyear (excludes Assurance WeatherReady 2, Wrangler DuraTrac RT, Eagle F1 All-Season, and Wrangler Steadfast HT product lines), Cooper®, and Firestone (excludes Destination A/T2, Destination X/T, and Destination M/T2 product lines). $60 rebate on a set of 4 Falken WILDPEAK A/T4W. $50 rebate on a set of 4 Falken AKLIMATE, WILDPEAK A/T Trail, and ZIEX CT60 A/S. $40 rebate on a set of 4 Kelly.
4920Valid 7/7/26–8/31/26.
4921Submit by 9/30/26 at QuickLane.com/Rebates or by mail.
4922Available only in the U.S. See U.S. Quick Lane Store for details.
4923Quick Lane® is a registered trademark of Ford Motor Company.<b></b></p>\n"},"2336":{"id":"mustang-mache-received-the-highest-score-jdp-award","ariaLabel":"","title":"Award Details","description":"<p>Ford Mustang Mach-E® received the highest score in its segment in the JD Power 2026 U.S. Electric Vehicle Experience (EVX) Ownership Study of owners’ reported experience with their new vehicles.
4924Visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a> for more details.</p>\n"},"2337":{"id":"update-purchase-installation-offer-taget","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 Mustang Mach-E, from a participating Ford dealer between 7/7/2026 and 07/31/2026 or 2026 Mustang Mach-E, from a participating Ford dealer between 7/7/2026 and 09/30/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
4925Home charge station model and brand may vary based on availability.
4926Offer not available to fleet or commercial customers.
4927Complimentary home installation must be completed through Qmerit Electrification LLC.
4928Installation exclusions apply.
4929Must take retail delivery from an authorized Ford dealer's stock by 9/30/2026.
4930No trade-in required.
4931See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"2338":{"id":"online-services-apr-updated-disclaimer","ariaLabel":"","title":"*","description":"<p>*Not all buyers qualify for Ford Credit financing 4.99% APR for 60 months at $18.87 per $1,000 financed, on Gold and Blue Certified vehicles, 2.99% APR for 60 months at $17.96 per $1,000 financed on EV Certified vehicles, regardless of down payment.
4932Take delivery from an authorized Ford Dealer's stock by 09/30/26.
4933Residency restrictions may apply.
4934See dealer for qualifications.</p>\n"},"2339":{"id":"north_tx_os_billboard","ariaLabel":"","title":"Disclosure","description":"<p>*Includes up to 6 quarts of Motorcraft® oil and Motorcraft oil filter.
4935Excludes hybrid battery test.
4936Limit 1 offer per vehicle.
4937Not valid on prior purchases.
4938Valid 7/7/26–8/31/26.
4939Submit by 9/30/26 at <a href=\"https://ford.com/service-rebates/\" title=\"https://ford.com/service-rebates/\"><b>Ford.com/Service-Rebates</b></a> or by mail.
4940To earn Points, activate Ford Rewards account within 60 days of purchase.
4941Points have no cash value; see <a href=\"https://fordrewards.com/\" title=\"https://fordrewards.com/\">FordRewards.com</a> for terms, including Points expiration.
4942Allow 8 weeks for Points.
4943See U.S. dealer for details.
4944Ford may change or discontinue this program at any time.
4945Motorcraft® is a registered trademark of Ford Motor Company.&nbsp;</p>\n"},"2340":{"id":"north_tx_os_module","ariaLabel":"","title":"*","description":"<p>*Includes up to 6 quarts of Motorcraft® oil and Motorcraft oil filter.
4946Excludes hybrid battery test.
4947Limit 1 offer per vehicle.
4948Not valid on prior purchases.
4949Valid 7/7/26–8/31/26.
4950Submit by 9/30/26 at <a href=\"https://ford.com/service-rebates/\" title=\"https://ford.com/service-rebates/\"><b>Ford.com/Service-Rebates</b></a> or by mail.
4951To earn Points, activate Ford Rewards account within 60 days of purchase.
4952Points have no cash value; see <a href=\"https://fordrewards.com/\" title=\"https://fordrewards.com/\">FordRewards.com</a> for terms, including Points expiration.
4953Allow 8 weeks for Points.
4954See U.S. dealer for details.
4955Ford may change or discontinue this program at any time.
4956Motorcraft® is a registered trademark of Ford Motor Company.&nbsp;</p>\n"}}; </script> <!-- Custom Scripts for IMG Market --> <script type="text/javascript" src="/dY0qhIOekloZYpoci2yk0im0/V5N34Gcatu9Yc4J5Ym/YDVcJCBIAw/fCYMdG02/FVIB"></script><script type="text/javascript" src="/dY0qhIOekloZYpoci2yk0im0/LwN34Gcatu9Y/E1tkJCBIAw/Jx0QEQVP/blBY?v=" defer=""></script> <script>_satellite["_runScript5"](function(event, target, Promise) { if(window.fma && window.fma.CATBundle && window.fma.CATBundle.userId){ _satellite.logger.log('BOTTOM: fma GUID detected before AA beacon'); _satellite.cookie.set('fmaGUID',window.fma.CATBundle.userId,{domain: '.ford.com'}); }else{ document.body.addEventListener('fma_authenticated', function() { _satellite.logger.log('BOTTOM: FMA authenticated fired: ' + window.fma.CATBundle) if (window.fma.CATBundle.userId){ _satellite.logger.log('BOTTOM: fma GUID detected'); _satellite.cookie.set('fmaGUID',window.fma.CATBundle.userId,{domain: '.ford.com'}); }else{ _satellite.logger.log('BOTTOM: fma GUID not detected'); _satellite.cookie.set('fmaGUID','BOTTOM: fma CATBundle not available'); } }); } });</script><script>_satellite["_runScript6"](function(event, target, Promise) { if (document.URL.indexOf("gclid") > -1) { function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars.length;i++) { var pair = vars[i].split("="); if(pair[0] == variable){return pair[1];} } return(false); } var pixelUrl = "https://h.nexac.com/e/a-1659/s-3508/c-840/g-3839.xgi?pkey=bijo15bijox40"; var random = Math.floor(Math.random()*10e12); var chpcm = "bhp"; var chpsg = "fvflup"; var chpcr = ""; var chpck = ""; var chpth = getQueryVariable("gclid"); var url = pixelUrl + "&chpcm=" + chpcm + "&chpsg=" + chpsg + "&chpcr=" + chpcr + "&chpck=" + chpck + "&chpth=" + chpth + "&rand=" + random; var img=document.createElement("img"); img.width='1'; img.height='1'; img.border='0'; img.src = url; document.body.appendChild(img); } });</script><script>_satellite["_runScript7"](function(event, target, Promise) { if(document.URL.indexOf('wwwqa')!=-1 || document.URL.indexOf('wwwdev')!=-1 || document.URL.indexOf('cpoqa')!=-1 || document.URL.indexOf('brandus')!=-1){ var script = document.createElement("script") script.type = "text/javascript"; script.src = "https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie-stage.js" document.head.appendChild(script); }else{ var script = document.createElement("script") script.type = "text/javascript"; script.src = "https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie.js" document.head.appendChild(script); } });</script><script src="https://resources.digital-cloud-west.medallia.com/wdcwest/90499/onsite/embed.js" type="text/javascript" async=""></script><button id="back-to-top" class="cmp-backToTop" tabindex="-1" aria-label="Back to Top"><span class="cmp-backToTop__label"><span>Back To Top</span><svg aria-hidden="true" height="24" width="24"><use xlink:href="#arrow_upward_alt"></use></svg></span></button><div id="onetrust-consent-sdk" data-nosnippet="true"><div class="onetrust-pc-dark-filter ot-hide ot-fade-in"></div><div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title vertical-align-content" role="region" aria-label="Cookie banner " style="bottom: 0px;"><div role="dialog" aria-label="Privacy"><div class="ot-sdk-container"><div class="ot-sdk-row"><div id="onetrust-group-container" class="ot-sdk-eight ot-sdk-columns"><div class="banner_logo"></div><div id="onetrust-policy"><div id="onetrust-policy-text">This website uses cookies and other tracking technologies to enhance user experience, display targeted ads, and to analyze performance, user activity, and traffic on our website.
4576If you choose to use this opt-out preference signal, you will need to turn it on for each browser and each device you use.</p></div></section></div><section id="ot-pc-lst" class="ot-hide ot-pc-scrollbar"><div id="ot-pc-hdr"><div id="ot-lst-title"><button class="ot-link-btn back-btn-handler" aria-label="Back"><svg id="ot-back-arw" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 444.531 444.531" xml:space="preserve"><title>Back Button</title><g><path fill="#656565" d="M213.13,222.409L351.88,83.653c7.05-7.043,10.567-15.657,10.567-25.841c0-10.183-3.518-18.793-10.567-25.835 l-21.409-21.416C323.432,3.521,314.817,0,304.637,0s-18.791,3.521-25.841,10.561L92.649,196.425 c-7.044,7.043-10.566,15.656-10.566,25.841s3.521,18.791,10.566,25.837l186.146,185.864c7.05,7.043,15.66,10.564,25.841,10.564 s18.795-3.521,25.834-10.564l21.409-21.412c7.05-7.039,10.567-15.604,10.567-25.697c0-10.085-3.518-18.746-10.567-25.978 L213.13,222.409z"></path></g></svg></button><h3>Cookie List</h3></div><div class="ot-lst-subhdr"><div class="ot-search-cntr"><p role="status" class="ot-scrn-rdr"></p><input id="vendor-search-handler" type="text" name="vendor-search-handler" placeholder="Search…" aria-label="Cookie list search"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 -30 110 110" aria-hidden="true"><title>Search Icon</title><path fill="#2e3644" d="M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23 s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92 c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17 s-17-7.626-17-17S14.61,6,23.984,6z"></path></svg></div><div class="ot-fltr-cntr"><button id="filter-btn-handler" aria-label="Filter Cookie List" aria-haspopup="true" aria-expanded="false"><svg role="presentation" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 402.577 402.577" xml:space="preserve"><title>Filter Icon</title><g><path fill="#fff" d="M400.858,11.427c-3.241-7.421-8.85-11.132-16.854-11.136H18.564c-7.993,0-13.61,3.715-16.846,11.136 c-3.234,7.801-1.903,14.467,3.999,19.985l140.757,140.753v138.755c0,4.955,1.809,9.232,5.424,12.854l73.085,73.083 c3.429,3.614,7.71,5.428,12.851,5.428c2.282,0,4.66-0.479,7.135-1.43c7.426-3.238,11.14-8.851,11.14-16.845V172.166L396.861,31.413 C402.765,25.895,404.093,19.231,400.858,11.427z"></path></g></svg></button></div><div id="ot-anchor"></div><section id="ot-fltr-modal"><div id="ot-fltr-cnt"><div id="ot-filter-list-header"></div><button id="clear-filters-handler">Clear</button><div class="ot-fltr-scrlcnt ot-pc-scrollbar" role="group" aria-labelledby="ot-filter-list-header"><ul class="ot-fltr-opts"><li class="ot-fltr-opt"><div class="ot-chkbox"><input id="chkbox-id" type="checkbox" class="category-filter-handler"> <label for="chkbox-id"><span class="ot-label-txt">checkbox label</span></label> <span class="ot-label-status">label</span></div></li></ul><div class="ot-fltr-btns"><button id="filter-apply-handler">Apply</button> <button id="filter-cancel-handler">Cancel</button></div></div></div></section></div></div><section id="ot-lst-cnt" class="ot-pc-scrollbar"><div id="ot-sel-blk"><div class="ot-sel-all"><div class="ot-sel-all-hdr"><span class="ot-consent-hdr">Consent</span> <span class="ot-li-hdr">Leg.Interest</span></div><div class="ot-sel-all-chkbox"><div class="ot-chkbox" id="ot-selall-hostcntr"><input id="select-all-hosts-groups-handler" type="checkbox"> <label for="select-all-hosts-groups-handler"><span class="ot-label-txt">checkbox label</span></label> <span class="ot-label-status">label</span></div><div class="ot-chkbox" id="ot-selall-vencntr"><input id="select-all-vendor-groups-handler" type="checkbox"> <label for="select-all-vendor-groups-handler"><span class="ot-label-txt">checkbox label</span></label> <span class="ot-label-status">label</span></div><div class="ot-chkbox" id="ot-selall-licntr"><input id="select-all-vendor-leg-handler" type="checkbox"> <label for="select-all-vendor-leg-handler"><span class="ot-label-txt">checkbox label</span></label> <span class="ot-label-status">label</span></div></div></div></div><div class="ot-sdk-row"><div class="ot-sdk-column"></div></div></section></section><!-- Footer buttons and logo --><div class="ot-pc-footer ot-pc-scrollbar"><div class="ot-btn-container"> <button class="save-preference-btn-handler onetrust-close-btn-handler" ot-button-order="2">Confirm My Choices</button></div><div class="ot-pc-footer-logo"><a href="https://www.onetrust.com/solutions/consent-and-preferences/?utm_source=cmp&amp;utm_medium=cmpbanner" target="_blank" rel="noopener noreferrer" aria-label="Powered by OneTrust Opens in a new Tab"><img alt="Powered by Onetrust" src="https://cdn.cookielaw.org/logos/static/powered_by_logo.svg" title="Powered by OneTrust Opens in a new Tab"></a></div></div><!-- Cookie subgroup container --><!-- Vendor list link --><!-- Cookie lost link --><!-- Toggle HTML element --><!-- Checkbox HTML --><!-- Arrow SVG element --><!-- plus minus--><!-- Accordion basic element --><span class="ot-scrn-rdr" aria-atomic="true" aria-live="polite"></span><!-- Vendor Service container and item template --></div><iframe class="ot-text-resize" sandbox="allow-same-origin" title="onetrust-text-resize" style="position: absolute; top: -50000px; width: 100em;" aria-hidden="true"></iframe></div></div><iframe id="fma_iframe_0" src="https://www.account.ford.com/etc/fd/fma/sguid.html" style="width:0;height:0;border:0;border:none;display:none;" data-iframe-type="token_storage" name="token_storage"></iframe><iframe id="fma_iframe_1" style="width:0;height:0;border:0;border:none;display:none;" data-iframe-type="check_session" name="check_session"></iframe><script type="text/javascript" async="" src="https://resources.digital-cloud-west.medallia.com/wdcwest/90499/onsite/generic1779782418387.js" charset="UTF-8"></script><script>_satellite["_runScript8"](function(event, target, Promise) { function nameplate(){return _satellite.getVar("vehicle: nameplate")?":"+_satellite.getVar("vehicle: nameplate"):""}emptyVars(),s.events="",s.linkTrackVars="hier1,channel,prop4,eVar4,prop5,prop11,eVar11,prop12,eVar12,prop16,eVar16,prop37,eVar48,prop48,eVar49,prop49,eVar54,prop54",s.prop12=s.eVar12=_satellite.getVar("vehicle: model year"),s.prop16=s.eVar16=_satellite.getVar("vehicle: nameplate"),s.prop48=s.eVar48="",s.prop49=s.eVar49="","undefined"==typeof lpTag||(lpTag.events.bind({eventName:"state",func:function(e){window.console&&window.JSON&&("offline"==e.state?(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:offline",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()):"online"!=e.state&&"preChat"!=e.state||(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:online",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()),"resume"==e.state&&(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:resume",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()),"waiting"==e.state&&(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:waiting",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()),"chatting"==e.state&&(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:chatting",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()),"ended"==e.state&&(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:ended",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()))},async:!0}),lpTag.events.bind({eventName:"windowClosed",func:function(){window.console&&window.JSON&&(s.pev2="fv:cafex:live assist:content action"+nameplate(),s.pe="lnk_o",s.prop5="cafex:live assist:content:window closed",s.prop11=s.eVar11="fv:cafex:live assist",console.log(s.prop11),s.hier1="live chat",s.channel="live chat",s.tl())},async:!0})); });</script><script>_satellite["_runScript9"](function(event, target, Promise) { function sas(){let e="microsoft omni chat",t="microsoft omni chat",a=_satellite.getVar("page: user language"),o=_satellite.getVar("page: page name"),r=_satellite.getVar("page: page name no vehicle"),i=_satellite.getVar("vehicle: model year"),n=_satellite.getVar("page: client"),c=_satellite.getVar("page: site"),l=_satellite.getVar("vehicle: nameplate"),s=_satellite.getVar("user: login status"),p=_satellite.getVar("page: tool"),m=_satellite.getVar("page: tool descriptor"),h=_satellite.getVar("page: rad ui version"),d=function(){let e=_satellite.getVar("vehicle: nameplate");return e?":"+e:""}();data={__adobe:{analytics:{eVar4:a,eVar11:r,eVar12:i,eVar14:n,eVar15:c,eVar16:l,eVar42:s,eVar48:p,eVar49:m,eVar54:h,eVar123:"fv:microsoft:omni chat:content action"+d,prop5:prop5value,prop11:r,prop12:i,prop15:c,prop16:l,prop39:o,prop75:"Microsoft Chat - AA Events - Web SDK",channel:t,hier1:e,pageName:o,linkName:"fv:microsoft:omni chat:content action"+d,linkType:"other"}}},xdm={web:{webInteraction:{name:"fv:microsoft:omni chat:content action"+d,type:"other",linkClicks:{value:1}},webPageDetails:{siteSection:t,name:o}},eventType:"web.webinteraction.linkClicks"},alloy("sendEvent",{data:data,xdm:xdm,personalization:personalization})}let data={},xdm={},prop5value="",personalization={defaultPersonalizationEnabled:!1};var callback=function(e){switch(_satellite.logger.log("ms omni chat active event type:"+e.type),e.type){case"lcw:chatQueued":prop5value="microsoft:omni chat:content:chat queued";break;case"lcw:chatRetrieved":prop5value="microsoft:omni chat:content:chat retrieved";break;case"lcw:error":if(sessionStorage.getItem("lcw:error_fired_websdk"))return;sessionStorage.setItem("lcw:error_fired_websdk","true"),prop5value="microsoft:omni chat:content:chat error";break;case"lcw:onClose":prop5value="microsoft:omni chat:content:chat closed";break;case"lcw:onMaximize":prop5value="microsoft:omni chat:content:chat maximized";break;case"lcw:onMinimize":prop5value="microsoft:omni chat:content:chat minimized";break;case"lcw:startChat":case"omni:startChat":prop5value="microsoft:omni chat:content:chat started";break;case"lcw:threadUpdate":prop5value="microsoft:omni chat:content:chat thread updated";break;default:return void _satellite.logger.log("ms omni channel event not active")}sas()};const events=["lcw:chatQueued","lcw:chatRetrieved","lcw:error","lcw:onClose","lcw:onMaximize","lcw:onMinimize","lcw:startChat","lcw:threadUpdate","omni:startChat"];events.forEach((e=>{window.addEventListener(e,callback,!0)})); });</script><style title="MDigital_animationStyle"></style></body></html>4965If you choose to use this opt-out preference signal, you will need to turn it on for each browser and each device you use.</p></div></section></div><section id="ot-pc-lst" class="ot-hide ot-pc-scrollbar"><div id="ot-pc-hdr"><div id="ot-lst-title"><button class="ot-link-btn back-btn-handler" aria-label="Back"><svg id="ot-back-arw" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 444.531 444.531" xml:space="preserve"><title>Back Button</title><g><path fill="#656565" d="M213.13,222.409L351.88,83.653c7.05-7.043,10.567-15.657,10.567-25.841c0-10.183-3.518-18.793-10.567-25.835 l-21.409-21.416C323.432,3.521,314.817,0,304.637,0s-18.791,3.521-25.841,10.561L92.649,196.425 c-7.044,7.043-10.566,15.656-10.566,25.841s3.521,18.791,10.566,25.837l186.146,185.864c7.05,7.043,15.66,10.564,25.841,10.564 s18.795-3.521,25.834-10.564l21.409-21.412c7.05-7.039,10.567-15.604,10.567-25.697c0-10.085-3.518-18.746-10.567-25.978 L213.13,222.409z"></path></g></svg></button><h3>Cookie List</h3></div><div class="ot-lst-subhdr"><div class="ot-search-cntr"><p role="status" class="ot-scrn-rdr"></p><input id="vendor-search-handler" type="text" name="vendor-search-handler" placeholder="Search…" aria-label="Cookie list search"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 -30 110 110" aria-hidden="true"><title>Search Icon</title><path fill="#2e3644" d="M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23 s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92 c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17 s-17-7.626-17-17S14.61,6,23.984,6z"></path></svg></div><div class="ot-fltr-cntr"><button id="filter-btn-handler" aria-label="Filter Cookie List" aria-haspopup="true" aria-expanded="false"><svg role="presentation" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 402.577 402.577" xml:space="preserve"><title>Filter Icon</title><g><path fill="#fff" d="M400.858,11.427c-3.241-7.421-8.85-11.132-16.854-11.136H18.564c-7.993,0-13.61,3.715-16.846,11.136 c-3.234,7.801-1.903,14.467,3.999,19.985l140.757,140.753v138.755c0,4.955,1.809,9.232,5.424,12.854l73.085,73.083 c3.429,3.614,7.71,5.428,12.851,5.428c2.282,0,4.66-0.479,7.135-1.43c7.426-3.238,11.14-8.851,11.14-16.845V172.166L396.861,31.413 C402.765,25.895,404.093,19.231,400.858,11.427z"></path></g></svg></button></div><div id="ot-anchor"></div><section id="ot-fltr-modal"><div id="ot-fltr-cnt"><div id="ot-filter-list-header"></div><button id="clear-filters-handler">Clear</button><div class="ot-fltr-scrlcnt ot-pc-scrollbar" role="group" aria-labelledby="ot-filter-list-header"><ul class="ot-fltr-opts"><li class="ot-fltr-opt"><div class="ot-chkbox"><input id="chkbox-id" type="checkbox" class="category-filter-handler"> <label for="chkbox-id"><span class="ot-label-txt">checkbox label</span></label> <span class="ot-label-status">label</span></div></li></ul><div class="ot-fltr-btns"><button id="filter-apply-handler">Apply</button> <button id="filter-cancel-handler">Cancel</button></div></div></div></section></div></div><section id="ot-lst-cnt" class="ot-pc-scrollbar"><div id="ot-sel-blk"><div class="ot-sel-all"><div class="ot-sel-all-hdr"><span class="ot-consent-hdr">Consent</span> <span class="ot-li-hdr">Leg.Interest</span></div><div class="ot-sel-all-chkbox"><div class="ot-chkbox" id="ot-selall-hostcntr"><input id="select-all-hosts-groups-handler" type="checkbox"> <label for="select-all-hosts-groups-handler"><span class="ot-label-txt">checkbox label</span></label> <span class="ot-label-status">label</span></div><div class="ot-chkbox" id="ot-selall-vencntr"><input id="select-all-vendor-groups-handler" type="checkbox"> <label for="select-all-vendor-groups-handler"><span class="ot-label-txt">checkbox label</span></label> <span class="ot-label-status">label</span></div><div class="ot-chkbox" id="ot-selall-licntr"><input id="select-all-vendor-leg-handler" type="checkbox"> <label for="select-all-vendor-leg-handler"><span class="ot-label-txt">checkbox label</span></label> <span class="ot-label-status">label</span></div></div></div></div><div class="ot-sdk-row"><div class="ot-sdk-column"></div></div></section></section><!-- Footer buttons and logo --><div class="ot-pc-footer ot-pc-scrollbar"><div class="ot-btn-container"> <button class="save-preference-btn-handler onetrust-close-btn-handler" ot-button-order="2">Confirm My Choices</button></div><div class="ot-pc-footer-logo"><a href="https://www.onetrust.com/solutions/consent-and-preferences/?utm_source=cmp&amp;utm_medium=cmpbanner" target="_blank" rel="noopener noreferrer" aria-label="Powered by OneTrust Opens in a new Tab"><img alt="Powered by Onetrust" src="https://cdn.cookielaw.org/logos/static/powered_by_logo.svg" title="Powered by OneTrust Opens in a new Tab"></a></div></div><!-- Cookie subgroup container --><!-- Vendor list link --><!-- Cookie lost link --><!-- Toggle HTML element --><!-- Checkbox HTML --><!-- Arrow SVG element --><!-- plus minus--><!-- Accordion basic element --><span class="ot-scrn-rdr" aria-atomic="true" aria-live="polite"></span><!-- Vendor Service container and item template --></div><iframe class="ot-text-resize" sandbox="allow-same-origin" title="onetrust-text-resize" style="position: absolute; top: -50000px; width: 100em;" aria-hidden="true"></iframe></div></div><iframe id="fma_iframe_0" src="https://www.account.ford.com/etc/fd/fma/sguid.html" style="width:0;height:0;border:0;border:none;display:none;" data-iframe-type="token_storage" name="token_storage"></iframe><iframe id="fma_iframe_1" style="width:0;height:0;border:0;border:none;display:none;" data-iframe-type="check_session" name="check_session"></iframe><script type="text/javascript" async="" src="https://resources.digital-cloud-west.medallia.com/wdcwest/90499/onsite/generic1781691295010.js" charset="UTF-8"></script><script>_satellite["_runScript8"](function(event, target, Promise) { function nameplate(){return _satellite.getVar("vehicle: nameplate")?":"+_satellite.getVar("vehicle: nameplate"):""}emptyVars(),s.events="",s.linkTrackVars="hier1,channel,prop4,eVar4,prop5,prop11,eVar11,prop12,eVar12,prop16,eVar16,prop37,eVar48,prop48,eVar49,prop49,eVar54,prop54",s.prop12=s.eVar12=_satellite.getVar("vehicle: model year"),s.prop16=s.eVar16=_satellite.getVar("vehicle: nameplate"),s.prop48=s.eVar48="",s.prop49=s.eVar49="","undefined"==typeof lpTag||(lpTag.events.bind({eventName:"state",func:function(e){window.console&&window.JSON&&("offline"==e.state?(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:offline",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()):"online"!=e.state&&"preChat"!=e.state||(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:online",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()),"resume"==e.state&&(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:resume",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()),"waiting"==e.state&&(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:waiting",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()),"chatting"==e.state&&(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:chatting",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()),"ended"==e.state&&(s.pageName="fv:cafex:live assist"+nameplate(),s.prop5="cafex:live assist:ended",s.prop11=s.eVar11="fv:cafex:live assist",s.hier1="live chat",s.channel="live chat",s.t()))},async:!0}),lpTag.events.bind({eventName:"windowClosed",func:function(){window.console&&window.JSON&&(s.pev2="fv:cafex:live assist:content action"+nameplate(),s.pe="lnk_o",s.prop5="cafex:live assist:content:window closed",s.prop11=s.eVar11="fv:cafex:live assist",console.log(s.prop11),s.hier1="live chat",s.channel="live chat",s.tl())},async:!0})); });</script><script>_satellite["_runScript9"](function(event, target, Promise) { function sas(){let e="microsoft omni chat",t="microsoft omni chat",a=_satellite.getVar("page: user language"),o=_satellite.getVar("page: page name"),r=_satellite.getVar("page: page name no vehicle"),i=_satellite.getVar("vehicle: model year"),n=_satellite.getVar("page: client"),c=_satellite.getVar("page: site"),l=_satellite.getVar("vehicle: nameplate"),s=_satellite.getVar("user: login status"),p=_satellite.getVar("page: tool"),m=_satellite.getVar("page: tool descriptor"),h=_satellite.getVar("page: rad ui version"),d=function(){let e=_satellite.getVar("vehicle: nameplate");return e?":"+e:""}();data={__adobe:{analytics:{eVar4:a,eVar11:r,eVar12:i,eVar14:n,eVar15:c,eVar16:l,eVar42:s,eVar48:p,eVar49:m,eVar54:h,eVar123:"fv:microsoft:omni chat:content action"+d,prop5:prop5value,prop11:r,prop12:i,prop15:c,prop16:l,prop39:o,prop75:"Microsoft Chat - AA Events - Web SDK",channel:t,hier1:e,pageName:o,linkName:"fv:microsoft:omni chat:content action"+d,linkType:"other"}}},xdm={web:{webInteraction:{name:"fv:microsoft:omni chat:content action"+d,type:"other",linkClicks:{value:1}},webPageDetails:{siteSection:t,name:o}},eventType:"web.webinteraction.linkClicks"},alloy("sendEvent",{data:data,xdm:xdm,personalization:personalization})}let data={},xdm={},prop5value="",personalization={defaultPersonalizationEnabled:!1};var callback=function(e){switch(_satellite.logger.log("ms omni chat active event type:"+e.type),e.type){case"lcw:chatQueued":prop5value="microsoft:omni chat:content:chat queued";break;case"lcw:chatRetrieved":prop5value="microsoft:omni chat:content:chat retrieved";break;case"lcw:error":if(sessionStorage.getItem("lcw:error_fired_websdk"))return;sessionStorage.setItem("lcw:error_fired_websdk","true"),prop5value="microsoft:omni chat:content:chat error";break;case"lcw:onClose":prop5value="microsoft:omni chat:content:chat closed";break;case"lcw:onMaximize":prop5value="microsoft:omni chat:content:chat maximized";break;case"lcw:onMinimize":prop5value="microsoft:omni chat:content:chat minimized";break;case"lcw:startChat":case"omni:startChat":prop5value="microsoft:omni chat:content:chat started";break;case"lcw:threadUpdate":prop5value="microsoft:omni chat:content:chat thread updated";break;default:return void _satellite.logger.log("ms omni channel event not active")}sas()};const events=["lcw:chatQueued","lcw:chatRetrieved","lcw:error","lcw:onClose","lcw:onMaximize","lcw:onMinimize","lcw:startChat","lcw:threadUpdate","omni:startChat"];events.forEach((e=>{window.addEventListener(e,callback,!0)})); });</script><style title="MDigital_animationStyle"></style></body></html>
Stay ahead of the changes

Watch this before it changes again

Follow unlimited companies, monitor the clauses that matter across every platform, and get the full institutional analysis on what each change obligates you to do.