CINXE.COM

F1® Franchise - the official videogame of the FIA Formula One World Championship™

<!DOCTYPE html> <html lang="en" dir="ltr" wf-loading> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"> <script> window.newrelicAttributes = { accountId: "1796917", trustKey: "1796917", agentId: "149134891", licenseKey: "f701a6c63c", applicationId: "149134891" }; </script> <script src="/newrelic.js"></script> <!-- Compliant Google Optimize --> <script> (() => { const getPrivacyCookie = () => { const privacyCookie = document.cookie.match('(^|;)\\s*cmapi_cookie_privacy\\s*=\\s*([^;]+)'); return privacyCookie ? privacyCookie.pop() : null; }; const getBehaviorCookie = () => { const behaviorCookie = document.cookie.match('(^|;)\\s*notice_behavior\\s*=\\s*([^;]+)'); return behaviorCookie ? behaviorCookie.pop() : null; }; const hasOptedIn = () => { const behaviorCookie = getBehaviorCookie(); const privacyCookie = getPrivacyCookie(); return behaviorCookie && behaviorCookie.match(/^none$/) || privacyCookie && privacyCookie.match(/2|3/); } const appendOptimize = () => { const head = document.getElementsByTagName('head')[0]; if (head) { const script = document.createElement('script'); script.src = 'https://www.googleoptimize.com/optimize.js?id=GTM-M6BQF2W'; script.id = "google-optimize" head.append(script); } }; const removeOptimize = () => { const head = document.getElementsByTagName('head')[0]; const optimizeScript = document.getElementById('google-optimize'); if (head && optimizeScript) { head.removeChild(optimizeScript); } } /** * Append or remove Google Optimize script to head, * depending on whether user's cookie preferences * have opted in and Google Optimize script already * exists in head. */ const handleConsentDecision = () => { const googleOptimizeScript = document.getElementById('google-optimize'); if (hasOptedIn() && !googleOptimizeScript) { appendOptimize(); } else if (!hasOptedIn() && googleOptimizeScript) { removeOptimize(); } } /** * Callbacks will occur in the form of a PostMessage event. This code listens for the * appropriately formatted PostMessage event, gets the new consent decision, and then sets * the new cookie preferences. */ const handlePreferencesUpdated = (e) => { try { const { capabilities, action } = JSON.parse(e.data).PrivacyManagerAPI || {}; if (capabilities && action === 'getConsentDecision') { handleConsentDecision(); } } catch (error) { console.error(error); } } /** * Registers with the TrustArc Content Manager (CM) API to receive callbacks when * a preference update occurs, and initialized dispatched preferences array to * the user's current preferences. You must wait for the CM API (PrivacyManagerAPI object) * to exist on the page before registering. */ const CMICallbackRegister = () => { const interval = setInterval(() => { if (window.PrivacyManagerAPI && interval) { const apiObject = { PrivacyManagerAPI: { action: 'getConsentDecision', timestamp: new Date().getTime(), self: window.location.host } }; window.top.postMessage(JSON.stringify(apiObject), '*'); clearInterval(interval); } }, 50); } /** * Listener registers a message callback on the TrustArc Content Manager when * user's cookie preferences are updated and adds an event listener * on the message events that occur when said preference updates occur. */ const trustArcScriptLoadListener = () => { if (typeof window.truste === 'object') { CMICallbackRegister(); window.addEventListener('message', handlePreferencesUpdated); } } window.addEventListener('load', trustArcScriptLoadListener); const behaviorCookie = getBehaviorCookie(); if (behaviorCookie === null) { // wait for TrustArc script to load before checking cookies let numIntervals = 0; const scriptLoadInterval = setInterval( () => { if(getBehaviorCookie()) { handleConsentDecision(); clearInterval(scriptLoadInterval); } // Stop running interval after 8 times (8x the documented 500ms it // should take to load the TrustArc script on the BE) to prevent running forever if (++numIntervals >= 10) { clearInterval(scriptLoadInterval); } } , 500); } else { handleConsentDecision(); } })(); </script> <!-- End Compliant Google Optimize --> <!-- Google Tag Manager --> <script> (function(w, d, s, l) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0]; var j = d.createElement(s); var dl = l !== 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-TG32RCX' + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer'); </script> <!-- End Google Tag Manager --> <style> [unresolved] { visibility: hidden !important; } </style> <noscript> <style> [unresolved] { visibility: visible !important; } </style> </noscript> <style> body { margin: 0; } .image img { max-width: 100%; } </style> <script> if (!CSS.supports('width', 'calc((var(--test))')) { window.ShadyCSS = { shimcssproperties: true }; } document.addEventListener('nds.typeKit.active', function() { document.querySelector('html').removeAttribute('wf-loading'); }); </script> <script src="//unpkg.com/@webcomponents/webcomponentsjs@2.2.7/webcomponents-loader.js" integrity="sha384-3HK5hxQbkFqOIxMbpROlRmRtYl2LBZ52t+tqcjzsmr9NJuOWQxl8RgQSyFvq2lhy" crossorigin="anonymous"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous"></script> <script src="//w.soundcloud.com/player/api.js"></script> <script> window.nds = window.nds || {}; window.nds.componentUrlPrefix = '//pl.ea.com/release/4.68.6/elements/ea-elements.min.js'.substring(0, '//pl.ea.com/release/4.68.6/elements/ea-elements.min.js'.lastIndexOf('/') + 1); window.nds.contentfulUrl = 'https://contentful-proxy.juno.ea.com/graphql'; window.nds.salUrl = 'https://service-aggregation-layer.juno.ea.com/graphql'; window.nds.useApq = true; window.nds.salClientId = 'eacom-fe'; window.nds.xGameDistMethod = 'eacom'; window.nds.lockboxGameId = 'eacom'; window.nds.lockboxInvoiceSource = 'EACOM-STORE-WEB-%countryCode%'; window.nds.lockboxExternalPaymentPath = '/lockbox-external-payment'; </script> <script type="module" src="//pl.ea.com/release/4.68.6/elements/ea-elements.min.js"></script> <script nomodule defer src="//pl.ea.com/release/4.68.6/elements/ea-elements.min.js"></script> <style> @font-face { font-family: 'ElectronicArtsDisplay'; src: url(/assets/fonts/display/ElectronicArtsDisplay-Regular.woff2) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ElectronicArtsDisplay'; src: url(/assets/fonts/display/ElectronicArtsDisplay-Bold.woff2) format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Light.woff2) format('woff'); font-weight: 300; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-LightItalic.woff2) format('woff'); font-weight: 300; font-style: italic; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Regular.woff2) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Italic.woff2) format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Bold.woff2) format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-BoldItalic.woff2) format('woff'); font-weight: 600; font-style: italic; } </style> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap"rel="stylesheet"> <style> @font-face { font-family: 'F1 Extra Black'; src: url(/assets/fonts/f1/NeuePlak-CompExtraBlack.otf) format('opentype'); } </style> <link href="https://cdn.fonts.net/kit/fac90af0-b77c-11ec-8f7e-0698e84a94f4/fac90af0-b77c-11ec-8f7e-0698e84a94f4.css" rel="stylesheet" /> <style> @font-face { font-family: 'F1 Demi Bold'; src: url(/assets/fonts/f1/TT-Interphases-DemiBold.ttf) format('truetype'); } </style> <style> @font-face { font-family: 'F1 Light'; src: url(/assets/fonts/f1/TT-Interphases-Light.ttf) format('truetype'); } </style> <style> @font-face { font-family: 'F1 Display'; src: url(https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/fonts/formula1-display-black.otf) format('opentype'); } </style> <style> @font-face { font-family: 'F1 CTA'; src: url(https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/fonts/dinstencil-medium.otf) format('opentype'); } </style> <style> @font-face { font-family: 'ElectronicArtsDisplay'; src: url(/assets/fonts/display/ElectronicArtsDisplay-Regular.woff2) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ElectronicArtsDisplay'; src: url(/assets/fonts/display/ElectronicArtsDisplay-Bold.woff2) format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Light.woff2) format('woff'); font-weight: 300; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-LightItalic.woff2) format('woff'); font-weight: 300; font-style: italic; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Regular.woff2) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Italic.woff2) format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Bold.woff2) format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-BoldItalic.woff2) format('woff'); font-weight: 600; font-style: italic; } </style> <title>F1® Franchise - the official videogame of the FIA Formula One World Championship™</title> <meta property="og:type" content="article"> <meta property="og:title" content="F1® Franchise - the official videogame of the FIA Formula One World Championship™"> <meta property="og:description" content="The award-winning F1® series is the official videogame of the FIA Formula One World Championship™, putting players in the driving seat of the greatest racing spectacle on Earth."> <meta property="og:url" content="https://www.ea.com/en-gb/games/f1"> <meta property="og:site_name" content="Electronic Arts Inc."> <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-standard-ed-16x9.jpg.adapt.crop191x100.1200w.jpg"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"> <meta name="description" content="The award-winning F1® series is the official videogame of the FIA Formula One World Championship™, putting players in the driving seat of the greatest racing spectacle on Earth."> <meta name="author" content="Electronic Arts"> <meta property="article:modified_time" content="2024-11-25T12:18:04Z"> <meta property="article:published_time" content="2024-02-27T16:00Z"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@ea"> <meta name="twitter:title" content="F1® Franchise - the official videogame of the FIA Formula One World Championship™"> <meta name="twitter:description" content="The award-winning F1® series is the official videogame of the FIA Formula One World Championship™, putting players in the driving seat of the greatest racing spectacle on Earth."> <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-standard-ed-16x9.jpg.adapt.crop16x9.1023w.jpg"> <meta name="twitter:creator" content="@ea"> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Article", "image": { "@type": "ImageObject", "url": "https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-standard-ed-16x9.jpg.adapt.crop191x100.1200w.jpg" }, "author": { "@type": "Organization", "name": "Electronic Arts", "sameAs": "https://en.wikipedia.org/wiki/Electronic_Arts" }, "publisher": { "@type": "Organization", "name": "Electronic Arts", "sameAs": "https://en.wikipedia.org/wiki/Electronic_Arts", "logo": { "@type": "ImageObject", "url": "https://media.contentapi.ea.com/content/dam/ea/EA_logo.png", "width": 60, "height": 60 } }, "inLanguage": "en", "description": "The award-winning F1® series is the official videogame of the FIA Formula One World Championship™, putting players in the driving seat of the greatest racing spectacle on Earth.", "datePublished": "2024-02-27T16:00Z", "dateModified": "2024-11-25T12:18:04Z", "headline": "F1® Franchise - the official videogame of the FIA Formula One World Championship™", "url": "https://www.ea.com/en-gb/games/f1" } </script> </head> <body unresolved> <custom-style><style include="ea-shared-styles-base-common"></style></custom-style> <custom-style><style include="ea-shared-styles-base-headings"></style></custom-style> <custom-style><style include="ea-shared-styles-base-lists"></style></custom-style> <custom-style><style include="ea-shared-styles-base-links"></style></custom-style> <custom-style><style include="ea-shared-styles-base-images"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-headings"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-paragraphs"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-labels"></style></custom-style> <custom-style> <style> html { --origin-brand-color: #C27A1C; --eaCorporate-landingSection-spacerTop-XS: 32px; --eaCorporate-landingSection-spacerTop-SM: 32px; --eaCorporate-landingSection-spacerTop-MD: 80px; --eaCorporate-landingSection-spacerTop-LG: 104px; --eaCorporate-landingSection-spacerTop-XL: 128px; --eaCorporate-landingSection-spacerBottom-XS: 32px; --eaCorporate-landingSection-spacerBottom-SM: 32px; --eaCorporate-landingSection-spacerBottom-MD: 40px; --eaCorporate-landingSection-spacerBottom-LG: 48px; --eaCorporate-landingSection-spacerBottom-XL: 56px; --eaCorporate-standardSection-spacerTop-XS: 48px; --eaCorporate-standardSection-spacerTop-SM: 48px; --eaCorporate-standardSection-spacerTop-MD: 80px; --eaCorporate-standardSection-spacerTop-LG: 80px; --eaCorporate-standardSection-spacerTop-XL: 80px; --eaCorporate-standardSection-spacerBottom-XS: 48px; --eaCorporate-standardSection-spacerBottom-SM: 48px; --eaCorporate-standardSection-spacerBottom-MD: 80px; --eaCorporate-standardSection-spacerBottom-LG: 80px; --eaCorporate-standardSection-spacerBottom-XL: 80px; --ea-theme-stream-ui-paddle-default: #161616; --ea-theme-stream-ui-paddle-disabled: #BFBFBF; --ea-theme-stream-ui-progress-indicator-default: rgb(255,255,255); --ea-theme-stream-ui-progress-indicator-hover: rgb(255,255,255); --ea-theme-stream-ui-progress-bar-stroke-default: #ff8e8e; --ea-theme-stream-ui-progress-bar-stroke-hover: #ff8e8e; --ea-theme-stream-ui-progress-bar-fill-hover: #ff8e8e; --ea-theme-toaster-eyebrow-font-size-mobile: 16px; --ea-theme-toaster-eyebrow-font-size-tablet: 18px; --ea-theme-toaster-eyebrow-font-size-desktop: 20px; --ea-theme-toaster-copy-font-size-tablet: 16px; --ea-theme-toaster-copy-font-size-desktop: 18px; --ea-theme-tabs-background-color: #FFFFFF; --ea-theme-tabs-indicator-color: #FF4747; --ea-theme-tabs-interface-color: #FF4747; --ea-theme-tabs-unselected-type: #000000; --ea-theme-tabs-selected-type: #000000; --ea-theme-tabs-selected-state: #DEDEDE; --ea-theme-tabs-accent-elements: rgba(0, 0, 0, 0.08); --ea-theme-tabs-inactive-interface-color: rgba(255, 255, 255, 0.1); --ea-theme-tabs-tab-text-transform: capitalize; --ea-theme-cta-font-weight: bold ; --ea-theme-cta-line-height-mobile: 115%; --ea-theme-cta-line-height-tablet: 67%; --ea-theme-cta-line-height-desktop: 67%; --ea-theme-cta-border-radius: 20px; --ea-theme-dark-gradient: #6405f0; --ea-theme-light-gradient: #6405f0; --f1-23-primary-color-pink: #FF006B; --f1-23-primary-color-black: #1C1B1B; --f1-23-primary-color-white: #FFFFFF; --f1-23-secondary-color-titanium-grey: #D4D9DA; --f1-23-secondary-color-space-blue: #0D4E79; --ea-theme-color: var(--f1-23-primary-color-pink); --ea-light-color: var(--f1-23-primary-color-white); --ea-dark-color: var(--f1-23-primary-color-black); --ea-access-brand-color: var(--f1-23-primary-color-dynamic-yellow); --ea-text-case: uppercase; --ea-theme-font-body: F1 Demi Bold; --ea-theme-cta-font-family: F1 CTA; --ea-theme-font-header: F1 Extra Black; --ea-theme-typographic-headings-font-family: var(--ea-theme-font-header); --ea-theme-primary-font-family: var(--ea-theme-font-body); --ea-theme-secondary-font-family: F1 Demi Bold; --ea-theme-tile-title-font-family: var(--ea-theme-font-header); --ea-theme-header-font-weight-regular: 400; --ea-theme-header-font-weight-bold: 600; --ea-theme-display-font-weight: 500; --ea-theme-local-nav-shelf-header-font-family: var(--ea-theme-font-body); --ea-theme-countdown-clock-digit-font-family: var(--ea-theme-secondary-font-family); --ea-theme-countdown-clock-digit-font-size: 121px; --ea-theme-b2-font-size-mobile: 18px; --ea-theme-d2-font-size-mobile: 32px; --ea-theme-d2-font-size-tablet-portrait: 32px; --ea-theme-d2-font-size-tablet-landscape: 40px; --ea-theme-d2-font-size-desktop: 56px; --ea-theme-d3-font-size-mobile: 34px; --ea-theme-d3-font-size-tablet-landscape: 40px; --ea-theme-d3-font-size-desktop: 58px; --ea-theme-d4-font-family: var(--ea-theme-secondary-font-family); --ea-theme-d4-font-size-mobile: 34px; --ea-theme-d4-font-size-tablet-portrait: 40px; --ea-theme-d4-font-size-tablet-landscape: 50px; --ea-theme-d4-font-size-desktop: 60px; --ea-theme-h2-font-size-mobile: 28px; --ea-theme-h2-font-size-tablet-landscape: 32px; --ea-theme-h2-font-size-desktop: 42px; --ea-theme-h3-font-size-mobile: 28px; --ea-theme-h3-font-size-tablet-landscape: 30px; --ea-theme-h3-font-size-desktop: 34px; --ea-theme-h4-font-size-mobile: 20px; --ea-theme-h4-font-weight: var(--ea-theme-header-font-weight-bold); --ea-theme-h5-font-size-mobile: 35px; --ea-theme-h5-font-size-tablet-landscape: 30px; --ea-theme-h5-font-size-desktop: 40px; --ea-theme-h6-font-size-mobile: 16px; --ea-theme-h6-font-size-tablet-portrait: 20px; --ea-theme-h6-font-size-tablet-landscape: 20px; --ea-theme-h6-font-size-desktop: 20px; --ea-theme-h5-letter-spacing-desktop: 0.01em; --ea-theme-h5-letter-spacing-tablet-landscape: 0.01em; --ea-theme-h5-letter-spacing-mobile: normal; --ea-theme-h5-font-weight: 0; --ea-theme-tile-title-font-weight: normal; --dx-xsmall-spacer-value: 4rem; --dx-small-spacer-value: 4rem; --dx-medium-spacer-value: 4rem; --dx-large-spacer-value: 4rem; --dx-xlarge-spacer-value: 4rem; --ea-theme-l2-font-size-desktop: 18px; --ea-theme-l2-font-size-tablet-landscape: 16px; --ea-theme-l2-font-size-mobile: 16px; --dx-xsmall-innerelement-spacer-value: 2rem; --dx-small-innerelement-spacer-value: 2rem; --dx-medium-innerelement-spacer-value: 2rem; --dx-large-innerelement-spacer-value: 2rem; --dx-xlarge-innerelement-spacer-value: 2rem; --dx-xsmall-section-header-spacer-value: 64vw; --dx-small-section-header-spacer-value: 62vw; --dx-medium-section-header-spacer-value: 18vw; --dx-large-section-header-spacer-value: 18vw; --dx-xlarge-section-header-spacer-value: 18vw; --dx-xsmall-section-footer-spacer-value: 8vw; --dx-small-section-footer-spacer-value: 8vw; --dx-medium-section-footer-spacer-value: 2.2vw; --dx-large-section-footer-spacer-value: 5.4vw; --dx-xlarge-section-footer-spacer-value: 6vw; --dx-anchor-nav-separator-color: white; --dx-anchor-nav-color: white; --dx-anchor-nav-hover-color: var(--ea-theme-color); } </style> </custom-style> <ea-elements-loader elements="ea-network-nav, ea-player, ea-type-kit"> </ea-elements-loader> <ea-network-nav unresolved userData="/user-data" content="//nds-network-nav.ea.com//en-gb/network-nav" login-url="/login" logout-url="/logout" hide-logo ></ea-network-nav> <ea-elements-loader elements="ea-local-nav-advanced, ea-link"> </ea-elements-loader> <ea-local-nav-advanced aria-label-text="Local" home-text="F1®" home-tooltip="" home-link="/en-gb/games/f1/f1-24" logo-image="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-logo-horizontal-dark.png" logo-tooltip="" theme="dark" shelf-type="band" open-drawer-text="Menu" close-drawer-text="Close" mini franchise-link-url="/games/f1" unresolved > <a title="" href="/en-gb/games/f1/f1-24"> F1® <img src="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-logo-horizontal-dark.png" /> </a> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="Games" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="Games" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="F1® 24" link-href="/en-gb/games/f1/f1-24" link-target="_self" unresolved > <a href="/en-gb/games/f1/f1-24">F1® 24</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="F1® 23" link-href="/en-gb/games/f1/f1-23" link-target="_self" unresolved > <a href="/en-gb/games/f1/f1-23">F1® 23</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="F1® 22" link-href="/en-gb/games/f1/f1-22" link-target="_self" unresolved > <a href="/en-gb/games/f1/f1-22">F1® 22</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-link slot="local-nav-shelf-link" class="eapl-local-nav__shelf-link" text-color="light" link-href="/en-gb/games/f1/f1-24/news" link-title="News" link-text="News" unresolved > <a href="/en-gb/games/f1/f1-24/news">News</a> </ea-link> <ea-link slot="local-nav-shelf-link" class="eapl-local-nav__shelf-link" text-color="light" link-href="/en-gb/games/f1/driver-ratings" link-title="Ratings" link-text="Ratings" unresolved > <a href="/en-gb/games/f1/driver-ratings">Ratings</a> </ea-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text=" Community" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="Forums" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Forums" link-href="https://answers.ea.com/t5/F1-23/ct-p/f1-23-en" link-target="_self" unresolved > <a href="https://answers.ea.com/t5/F1-23/ct-p/f1-23-en">Forums</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-link slot="local-nav-shelf-link" class="eapl-local-nav__shelf-link" text-color="light" link-href="https://f1esports.com/" link-title="F1 ESports " link-text="F1 ESports " unresolved > <a href="https://f1esports.com/">F1 ESports </a> </ea-link> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="Games" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="/en-gb/games/f1/f1-24" link-title="" link-text="F1® 24" text-color="" unresolved > <a href="/en-gb/games/f1/f1-24">F1® 24</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="/en-gb/games/f1/f1-23" link-title="" link-text="F1® 23" text-color="" unresolved > <a href="/en-gb/games/f1/f1-23">F1® 23</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="/en-gb/games/f1/f1-22" link-title="" link-text="F1® 22" text-color="" unresolved > <a href="/en-gb/games/f1/f1-22">F1® 22</a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-link" class="eapl-local-nav__drawer-link" link-href="/en-gb/games/f1/f1-24/news" link-title="News" link-text="News" text-color="light" unresolved > <a href="/en-gb/games/f1/f1-24/news">News</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-link" class="eapl-local-nav__drawer-link" link-href="/en-gb/games/f1/driver-ratings" link-title="Ratings" link-text="Ratings" text-color="light" unresolved > <a href="/en-gb/games/f1/driver-ratings">Ratings</a> </ea-link> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text=" Community" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://answers.ea.com/t5/F1-23/ct-p/f1-23-en" link-title="" link-text="Forums" text-color="" unresolved > <a href="https://answers.ea.com/t5/F1-23/ct-p/f1-23-en">Forums</a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-link" class="eapl-local-nav__drawer-link" link-href="https://f1esports.com/" link-title="F1 ESports " link-text="F1 ESports " text-color="light" unresolved > <a href="https://f1esports.com/">F1 ESports </a> </ea-link> <ea-elements-loader elements="ea-cta-dropdown, ea-hybrid-modal-invoker"> </ea-elements-loader> <ea-cta-dropdown slot="cta-dropdown" theme="light" cta-title-text="BUY NOW" cta-link="/en-gb/games/f1/f1-24/buy" border-color="none" fill-color="brand" text-color="light" type="standard-cut-corner" corner-position="[&quot;bottom-left&quot;]" unresolved > </ea-cta-dropdown> <ea-elements-loader elements="ea-local-nav-dropdown"> </ea-elements-loader> <ea-local-nav-dropdown slot="local-nav-dropdown" theme="light" menu-title="" cta-title-text="BUY NOW" cta-link="/en-gb/games/f1/f1-24/buy" border-color="none" fill-color="brand" text-color="light" type="standard-cut-corner" corner-position="[&quot;bottom-left&quot;]" unresolved > </ea-local-nav-dropdown> </ea-local-nav-advanced> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="96px" small="96px" medium="96px" large="96px" largest="100px" > </ea-spacer> <main> <ea-elements-loader elements="ea-page-background"> </ea-elements-loader> <ea-page-background unresolved layout="fixed" background-color="" > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.320w.jpg" small="https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.768w.jpg" medium="https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.1024w.jpg" large="https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.1456w.jpg" largest="https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.1920w.jpg" allow-renditions slot="image" > <img src="https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/ea/f1/common/f123-franchise-hub-page-background.jpg.adapt.1920w.jpg 1456w" /> </ea-image> </ea-page-background> <ea-elements-loader elements="ea-hero"> </ea-elements-loader> <ea-hero layout="medium" text-position="center" text-align="center" text-color="light" stacked animations-on-mobile background-color="none" title-text="BE ONE OF THE 20" copy-text="Join the grid and Be One of the 20 with EA SPORTS™ F1® 24, the official video game of the 2024 FIA Formula One World Championship™." image-smallest="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop16x9.320w.jpg" image-small="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop16x9.767w.jpg" image-medium="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop2x1.1023w.jpg" image-large="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop5x2.1455w.jpg" image-largest="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop7x2.1920w.jpg" image-tooltip="" logo-image-smallest="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop16x9.320w.png" logo-image-small="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop16x9.767w.png" logo-image-medium="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop2x1.1023w.png" logo-image-large="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop5x2.1455w.png" logo-image-largest="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop7x2.1920w.png" logo-image-tooltip="" spacing-bottom="none" spacing-top="none" scrim-color="dark" scrim-opacity="low" unresolved custom-styles="{&quot;xl&quot;:{&quot;paddingLeft&quot;:&quot;5%&quot;,&quot;paddingRight&quot;:&quot;60%&quot;},&quot;l&quot;:{&quot;paddingLeft&quot;:&quot;5%&quot;,&quot;paddingRight&quot;:&quot;60%&quot;},&quot;m&quot;:{&quot;paddingLeft&quot;:&quot;2%&quot;,&quot;paddingRight&quot;:&quot;60%&quot;}}" show-video-on-all-breakpoints="" > <h1>BE ONE OF THE 20</h1> <p>Join the grid and Be One of the 20 with EA SPORTS™ F1® 24, the official video game of the 2024 FIA Formula One World Championship™.</p> <img src="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop2x1.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop5x2.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/images/2024/05/f124-hero-md-champsed-5x2-lg.jpg.adapt.crop7x2.1920w.jpg 1456w" /> <img src="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop16x9.320w.png" alt="" srcset="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop16x9.320w.png 320w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop16x9.767w.png 768w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop2x1.1023w.png 1024w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop5x2.1455w.png 1320w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-hero-large-logo-horizontal-light-new.png.adapt.crop7x2.1920w.png 1456w" /> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard-cut-corner" corner-position="[&quot;bottom-left&quot;]" link-url="/en-gb/games/f1/f1-24/buy" link-text="BUY NOW" icon="none" fill-color="brand" text-color="light" stroke-color="none" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/en-gb/games/f1/f1-24/buy" > BUY NOW </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard-cut-corner" corner-position="[&quot;bottom-left&quot;]" link-url="#" link-text="WATCH TRAILER" icon="play" fill-color="none" text-color="light" stroke-color="light" target="_self" intent="media" modal-id="trailer" emphasis="primary" unresolved > <a href="#" > WATCH TRAILER </a> </ea-cta> </ea-hero> <ea-elements-loader elements="ea-modal"> </ea-elements-loader> <ea-modal modal restore-focus-on-close unresolved id="trailer" theme="dark" type="railed" > <ea-elements-loader elements="ea-youtube"> </ea-elements-loader> <ea-youtube unresolved slot="youtube" video-id="NnyCWsA6KSI" playlist="" theme="light" icon-theme="light" autoplay="0" controls="1" rel="0" annotations="1" hide-info="0" age-gate-alignment="center-left" age-gate-message="Sorry. you do not meet age requirements" more-link-text="#" more-link-url="#" watch-link-text="#" cover-image-smallest="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/videos/102a423b-5879-7ec4-0efb-704422ea6e34.youtube/subassets/poster.jpg.adapt.crop16x9.320w.jpg" cover-image-small="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/videos/102a423b-5879-7ec4-0efb-704422ea6e34.youtube/subassets/poster.jpg.adapt.crop16x9.767w.jpg" cover-image-medium="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/videos/102a423b-5879-7ec4-0efb-704422ea6e34.youtube/subassets/poster.jpg.adapt.crop16x9.1023w.jpg" cover-image-large="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/videos/102a423b-5879-7ec4-0efb-704422ea6e34.youtube/subassets/poster.jpg.adapt.crop16x9.1455w.jpg" cover-image-largest="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/videos/102a423b-5879-7ec4-0efb-704422ea6e34.youtube/subassets/poster.jpg.adapt.crop16x9.1920w.jpg" cover-image-tooltip="" button-color="dark" > <div itemscope itemtype="http://schema.org/VideoObject"> <link itemprop="url" href="https://www.youtube.com/watch?v=NnyCWsA6KSI"> <link itemprop="thumbnailUrl" href="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/videos/102a423b-5879-7ec4-0efb-704422ea6e34.youtube/subassets/poster.jpg.adapt.crop16x9.1920w.jpg"> <iframe src="https://www.youtube.com/embed/NnyCWsA6KSI"></iframe> </div> </ea-youtube> </ea-modal> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="full-bleed" layout="100" background-color="custom" custom-background-value="#FFFFFF" background-overflow="hidden" spacing-top="none" spacing-bottom="none" background-image-smallest="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.320w.jpg" background-image-small="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.768w.jpg" background-image-medium="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.1024w.jpg" background-image-large="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.1456w.jpg" background-image-largest="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.1920w.jpg" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-pcc-general-light-xl.jpg.adapt.1920w.jpg 1456w" /> <ea-section-column slot="section-column" text-align="center" mobile-order="1" > <ea-elements-loader elements="ea-product-conversion"> </ea-elements-loader> <ea-product-conversion unresolved text-color="dark" background-color="none" title-text="GET READY TO JOIN THE 2024 GRID WITH UP TO 60% OFF F1® 24*" spacing-top="medium" spacing-bottom="medium" > <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard-cut-corner" corner-position="[&quot;bottom-left&quot;]" link-url="/en-gb/games/f1/f1-24/buy" link-text="BUY NOW" icon="none" fill-color="brand" text-color="light" stroke-color="none" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/en-gb/games/f1/f1-24/buy" > BUY NOW </a> </ea-cta> </ea-product-conversion> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="3rem" small="3rem" medium="3rem" large="3rem" largest="3rem" > </ea-spacer> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="1" indent-right="1" text-align="center" mobile-order="0" > <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <p>The award-winning F1® series is the official videogame of the FIA Formula One World Championship™, putting players in the driving seat of the greatest racing spectacle on Earth. For over a decade, the F1 franchise has evolved and expanded, allowing players to experience the drama, precision, and glory of Formula 1 across console, PC, and mobile.</p> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="1.5rem" small="1.5rem" medium="3rem" large="3rem" largest="3rem" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-box-set"> </ea-elements-loader> <ea-box-set unresolved layout="3up" spacing-top="medium" spacing-bottom="medium" > <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="container" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2024/02/f124-gametile-1x1.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-logo-horizontal-light.png" logo-alt="" main-link-url="/en-us/games/f1/f1-24" main-link-title="F1® 24" show-back-alt="F1® 24" show-front-alt="F1® 24" title="F1® 24" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/en-us/games/f1/f1-24" title="F1® 24" >F1® 24</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="container" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2023/02/f123-gametile-16x9.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f123-gametile-logo.png" logo-alt="" main-link-url="/en-us/games/f1/f1-23" main-link-title="F1® 23" show-back-alt="F1® 23" show-front-alt="F1® 23" title="F1® 23" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/en-us/games/f1/f1-23" title="F1® 23" >F1® 23</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="container" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/f122-gamebox-art.png.adapt.crop1x1.767w.png" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f122-gamebox-logo.png" logo-alt="F1 Mobile Racing Logo White with shadow" main-link-url="/en-gb/games/f1/f1-22" main-link-title="F1® 22" show-back-alt="F1® 22" show-front-alt="F1® 22" title="F1® 22" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/en-gb/games/f1/f1-22" title="F1® 22" >F1® 22</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-pagination"> </ea-elements-loader> <ea-pagination unresolved slot="pagination" total-count="" page-size="18" current-page="1" next-text="Next" previous-text="Previous" theme="light" ></ea-pagination> </ea-box-set> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="1.5rem" small="1.5rem" medium="3rem" large="3rem" largest="3rem" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <h1 class="d4" style="text-align: center;">LATEST NEWS</h1> </ea-text> <ea-elements-loader elements="ea-grid"> </ea-elements-loader> <ea-grid type="ordered" tile-media-shape="rectangle" layout="3up" tile-type="vertical" tile-text-align="left" tile-text-color="light" tile-color="dark" hide-ctas hide-brand-stroke hide-byline spacing-top="none" spacing-bottom="none" hide-tags tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" cards="" display-card-image-on-mobile ajax-url="/pagination/2-ramIVKbv3kVfhPj89TMYEkmwT89JQdO6CHtUYKp%2FxTdUADNY%2Bj0bo4C0%2F576hgc%2F6Ms4yvltE2C7aw3G3Cen7%2F%2Bb6vCUBZ%2FhIgtTuMuCXBAHa0dl4DlYMzf%2BUfppeDBxh75wNVBVPTMutKP%2BDEzoWK6D" total-count="83" animate-in-order="" animate-out-order="" unresolved > <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:0" media="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124s4hameoe1.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="20-Nov-2024" eyebrow-secondary-text="F1® 24" title-text="WELCOME TO F1® 24 - BEGINNER TIPS AND TRICKS" tooltip="WELCOME TO F1® 24 - BEGINNER TIPS AND TRICKS" > <h3>WELCOME TO F1® 24 - BEGINNER TIPS AND TRICKS</h3> <div>20-Nov-2024</div> <div>F1® 24</div> <ea-tile-copy slot="copy"> Check out these beginner-friendly tips and tricks for getting started with racing in EA SPORTS F1® 24 </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/en-gb/games/f1/f1-24/news/f1-24-beginner-tips-and-tricks" icon="none" fill-color="none" text-color="dark" unresolved > <a href="https://www.ea.com/en-gb/games/f1/f1-24/news/f1-24-beginner-tips-and-tricks" > </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/news/season-4-blog/f124-s4-16x9-final-no-logo.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="11-Nov-2024" eyebrow-secondary-text="F1® 24" title-text="CELEBRATE THE LEGACY OF CHAMPIONS IN SEASON 4 OF F1® 24" tooltip="CELEBRATE THE LEGACY OF CHAMPIONS IN SEASON 4 OF F1® 24" > <h3>CELEBRATE THE LEGACY OF CHAMPIONS IN SEASON 4 OF F1® 24</h3> <div>11-Nov-2024</div> <div>F1® 24</div> <ea-tile-copy slot="copy"> Unique rewards and iconic Scenarios feature in the latest post-launch update for F1® 24 </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/en-gb/games/f1/f1-24/news/f1-24-season-four" icon="none" fill-color="none" text-color="dark" unresolved > <a href="https://www.ea.com/en-gb/games/f1/f1-24/news/f1-24-season-four" > </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/ea/f1/f1-24/common/f124-graphicsupdate-6.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="11-Nov-2024" eyebrow-secondary-text="F1® 24" title-text="F1® 24 PATCH NOTES (V1.14)" tooltip="F1® 24 PATCH NOTES (V1.14)" > <h3>F1® 24 PATCH NOTES (V1.14)</h3> <div>11-Nov-2024</div> <div>F1® 24</div> <ea-tile-copy slot="copy"> Multiple visual improvements have been made across all platforms ahead of Season 4’s launch </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/en-gb/games/f1/f1-24/news/f1-24-patch-notes-v114" icon="none" fill-color="none" text-color="dark" unresolved > <a href="https://www.ea.com/en-gb/games/f1/f1-24/news/f1-24-patch-notes-v114" > </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-load-more"> </ea-elements-loader> <ea-load-more label-text="Load More" quantity="3" slot="load-more" title="Load More" theme="dark" unresolved > Load More </ea-load-more> </ea-grid> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="4rem" small="4rem" medium="7rem" large="7rem" largest="7rem" > </ea-spacer> </ea-section-column> </ea-section> <div> <style> .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { width: 90%; margin: 0 auto; padding: 3rem 0; } @media screen and (min-width: 768px) { ea-section ea-section-column.eapl-section-column-50 { align-self: center; margin: 0; width: 50%; overflow: hidden; } .copy-copy ea-section ea-section-column.eapl-section-column-50 { align-self: start; } .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { padding: 0 2rem; margin: 0; width: 50%; } .dx-video-asset ea-media ea-html5-video { margin-bottom: -10px; } } @media screen and (min-width: 1024px) { .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { padding: 0 6rem; } } </style> </div> <div> <style> ea-section-column.eapl-section-column-100 img,ea-section-column.eapl-section-column-50 img,ea-section-column.eapl-section-column-66 img { max-width: 100%; } </style> </div> <div> <style> .dx__anchor-nav { display: flex; align-items: stretch; justify-content: center; align-content: center; list-style-type: none; margin: 0; padding: 0; } .dx__anchor-nav__link { display: flex; align-items: center; font-family: var(--ea-theme-secondary-font-family); text-transform: uppercase; font-size: 1.2rem; line-height: 1.1; font-weight: bold; text-align: center; padding: 0 2rem; margin: 0; border-right: 1px solid var(--dx-anchor-nav-separator-color); white-space: nowrap; } .dx__anchor-nav__link::before { content: ""; } .dx__anchor-nav__link:last-child { border: none; } .dx__anchor-nav__link a { text-decoration: none; line-height: 1; transition: linear all 0.25s; webkit-transition: all .25s linear; moz-transition: all .25s linear; ms-transition: all .25s linear; o-transition: all .25s linear; color: var(--dx-anchor-nav-color); } .dx__anchor-nav__link a:hover { transform: translatey(-2px); color: var(--dx-anchor-nav-hover-color); } @media only screen and (max-width: 1158px) { .dx__anchor-nav__link { font-size: 1rem; padding: 0 1.5rem; } } @media only screen and (max-width: 960px) { .dx__anchor-nav__link { font-size: 1rem; padding: 0 1rem; } } @media only screen and (max-width: 846px) { .dx__anchor-nav__link { font-size: 0.8rem; padding: 0 1rem; } } @media only screen and (max-width: 767px) { .dx__anchor-nav { flex-direction: column; } .dx__anchor-nav__link { display: block; text-transform: uppercase; font-size: 1.125rem; letter-spacing: 0.05rem; text-align: center; padding: 14px 0; border: none; border-bottom: 1px solid var(--dx-anchor-nav-separator-color); } } </style> </div> <div> <style> .ea-play-section { background: rgb(13,16,66); background: linear-gradient(60deg, rgba(13,16,66,1) 0%, rgba(13,16,66,1) 50%, rgba(255,71,71,1) 100%); border: 3px solid rgb(255, 255, 255); border-radius: 3rem; width: 98%; margin: 3rem auto; padding: 0; position: relative; overflow: hidden; } </style> </div> <div style="display: none;"></div> </main> <footer role="contentinfo"> <ea-elements-loader elements="ea-local-footer, ea-local-links, ea-local-link, ea-social-links, ea-social-link, ea-hybrid-regional-rating"> </ea-elements-loader> <ea-local-footer theme="light" sal-game-slug="" rating-lang="en" unresolved > <ea-local-links slot="local-links" title-text="" text-color="light" unresolved > <ea-local-link slot="local-link" link-url="/en-gb/games/f1/f1-24" link-title="" link-text="F1® 24" text-color="light" unresolved > <a href="/en-gb/games/f1/f1-24" title="" >F1® 24</a> </ea-local-link> <ea-local-link slot="local-link" link-url="https://www.formula1.com " link-title="" link-text="Formula 1®" text-color="light" unresolved > <a href="https://www.formula1.com " title="" >Formula 1®</a> </ea-local-link> <ea-local-link slot="local-link" link-url="https://f1esports.com/" link-title="" link-text="F1® Esports" text-color="light" unresolved > <a href="https://f1esports.com/" title="" >F1® Esports</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/en-gb/games/library/racing" link-title="Racing Games" link-text="Racing Games" text-color="light" unresolved > <a href="/en-gb/games/library/racing" title="Racing Games" >Racing Games</a> </ea-local-link> </ea-local-links> <ea-social-links slot="social-links" text-color="light" title-text="" unresolved > <ea-social-link slot="social-link" link-url="https://twitter.com/easportsf1" link-title="" link-target="_blank" text-color="light" social-network="twitter" unresolved > <a href="https://twitter.com/easportsf1" title="" >twitter</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.facebook.com/formula1game" link-title="" link-target="_blank" text-color="light" social-network="facebook" unresolved > <a href="https://www.facebook.com/formula1game" title="" >facebook</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://youtube.com/@EASPORTSF1" link-title="" link-target="_blank" text-color="light" social-network="youtube" unresolved > <a href="https://youtube.com/@EASPORTSF1" title="" >youtube</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.instagram.com/easportsf1/" link-title="" link-target="_blank" text-color="light" social-network="instagram" unresolved > <a href="https://www.instagram.com/easportsf1/" title="" >instagram</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.tiktok.com/@easportsf1?lang=en" link-title="" link-target="_blank" text-color="light" social-network="tiktok" unresolved > <a href="https://www.tiktok.com/@easportsf1?lang=en" title="" >tiktok</a> </ea-social-link> </ea-social-links> <ea-elements-loader elements="ea-studio-link"> </ea-elements-loader> <ea-studio-link unresolved slot="studio-link" link-url="https://www.ea.com/sports" link-title="" image-max-height="60px" image-smallest="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-21/ones-to-watch/common/ea-sports-ring.png" image-small="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-21/ones-to-watch/common/ea-sports-ring.png" image-medium="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-21/ones-to-watch/common/ea-sports-ring.png" image-large="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-21/ones-to-watch/common/ea-sports-ring.png" image-largest="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-21/ones-to-watch/common/ea-sports-ring.png" image-alt="" > <a href="https://www.ea.com/sports" title="" ></a> </ea-studio-link> <ea-elements-loader elements="ea-studio-link"> </ea-elements-loader> <ea-studio-link unresolved slot="studio-link" link-url="https://www.codemasters.com" link-title="" image-max-height="60px" image-smallest="https://media.contentapi.ea.com/content/dam/ea/f1/common/codemasters.png" image-small="https://media.contentapi.ea.com/content/dam/ea/f1/common/codemasters.png" image-medium="https://media.contentapi.ea.com/content/dam/ea/f1/common/codemasters.png" image-large="https://media.contentapi.ea.com/content/dam/ea/f1/common/codemasters.png" image-largest="https://media.contentapi.ea.com/content/dam/ea/f1/common/codemasters.png" image-alt="" > <a href="https://www.codemasters.com" title="" ></a> </ea-studio-link> <ea-elements-loader elements="ea-rating-link"> </ea-elements-loader> <ea-rating-link unresolved slot="rating-link" link-url="https://www.formula1.com " link-title="" image-max-height="60px" image-smallest="https://media.contentapi.ea.com/content/dam/ea/f1/common/f1-licensedproduct-logo.png" image-small="https://media.contentapi.ea.com/content/dam/ea/f1/common/f1-licensedproduct-logo.png" image-medium="https://media.contentapi.ea.com/content/dam/ea/f1/common/f1-licensedproduct-logo.png" image-large="https://media.contentapi.ea.com/content/dam/ea/f1/common/f1-licensedproduct-logo.png" image-largest="https://media.contentapi.ea.com/content/dam/ea/f1/common/f1-licensedproduct-logo.png" image-alt="" > <a href="https://www.formula1.com " title="" ></a> </ea-rating-link> <ea-elements-loader elements="ea-rating-link"> </ea-elements-loader> <ea-rating-link unresolved slot="rating-link" link-url="https://www.formula1.com " link-title="" image-max-height="60px" image-smallest="https://media.contentapi.ea.com/content/dam/ea/f1/common/f2-licensed-product-logo.png" image-small="https://media.contentapi.ea.com/content/dam/ea/f1/common/f2-licensed-product-logo.png" image-medium="https://media.contentapi.ea.com/content/dam/ea/f1/common/f2-licensed-product-logo.png" image-large="https://media.contentapi.ea.com/content/dam/ea/f1/common/f2-licensed-product-logo.png" image-largest="https://media.contentapi.ea.com/content/dam/ea/f1/common/f2-licensed-product-logo.png" image-alt="" > <a href="https://www.formula1.com " title="" ></a> </ea-rating-link> <ea-elements-loader elements="ea-rating-link"> </ea-elements-loader> <ea-rating-link unresolved slot="rating-link" link-url="https://www.esrb.org" link-title="" image-max-height="60px" image-smallest="https://media.contentapi.ea.com/content/dam/gin/common/rating-icons/esrb/formula1-2021-esrb-rating.png" image-small="https://media.contentapi.ea.com/content/dam/gin/common/rating-icons/esrb/formula1-2021-esrb-rating.png" image-medium="https://media.contentapi.ea.com/content/dam/gin/common/rating-icons/esrb/formula1-2021-esrb-rating.png" image-large="https://media.contentapi.ea.com/content/dam/gin/common/rating-icons/esrb/formula1-2021-esrb-rating.png" image-largest="https://media.contentapi.ea.com/content/dam/gin/common/rating-icons/esrb/formula1-2021-esrb-rating.png" image-alt="" > <a href="https://www.esrb.org" title="" ></a> </ea-rating-link> <ea-legal-disclaimer-text slot="legal-disclaimer-text"> <p>*Offers&nbsp;may&nbsp;vary.&nbsp;See&nbsp;retailer&nbsp;site&nbsp;for&nbsp;details.</p> <p>** Requires F1® 23 (sold separately) &amp; all game updates.</p> <p>Driver image used was taken at FORMULA 1 AWS GRAN PREMIO DE ESPAÑA 2023.&nbsp;Key art intended to represent Oracle Red Bull Racing &amp; Max Verstappen 2023 FIA Formula One World Championship™ title season win and not a specific race.</p> <p>F1® 2024 Game - an official product of the FIA FORMULA ONE WORLD CHAMPIONSHIP. © 2024 Electronic Arts Inc. EA, EA SPORTS, the EA SPORTS logo are trademarks of Electronic Arts Inc. The F1 FORMULA 1 logo, F1 logo, FORMULA 1, F1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks are trademarks of Formula One Licensing BV, a Formula 1 company. © 2024 Cover images Formula One World Championship Limited, a Formula 1 company. Licensed by Formula One World Championship Limited. The F2 FIA FORMULA 2 CHAMPIONSHIP logo, FIA FORMULA 2 CHAMPIONSHIP, FIA FORMULA 2, FORMULA 2, F2 and related marks are trade marks of the Federation Internationale de L’Automobile and used exclusively under license.&nbsp;All rights reserved.</p> </ea-legal-disclaimer-text> </ea-local-footer> <ea-elements-loader elements="ea-network-footer, ea-network-legal, ea-link, ea-content-loader"> </ea-elements-loader> <ea-network-footer theme="dark" logo-image="https://media.contentapi.ea.com/content/dam/eacom/en-gb/common/october-ea-ring.png" logo-tooltip="Electronics Arts Home" logo-link-url="https://www.ea.com" logo-link-text="Electronics Arts Home" logo-link-tooltip="Electronics Arts Home" unresolved > <img src="https://media.contentapi.ea.com/content/dam/eacom/en-gb/common/october-ea-ring.png" alt="" /> <ea-link slot="link" link-href="/en-gb/games/library" link-title="Game Library" link-text="Game Library" text-color="dark" unresolved > <a href="/en-gb/games/library" title="Game Library" >Game Library</a> </ea-link> <ea-link slot="link" link-href="/en-gb/subscribe" link-title="Subscribe" link-text="Subscribe" text-color="dark" unresolved > <a href="/en-gb/subscribe" title="Subscribe" >Subscribe</a> </ea-link> <ea-link slot="link" link-href="/en-gb/ea-app" link-title="EA app" link-text="EA app" text-color="dark" unresolved > <a href="/en-gb/ea-app" title="EA app" >EA app</a> </ea-link> <ea-link slot="link" link-href="/en-gb/about" link-title="About" link-text="About" text-color="dark" unresolved > <a href="/en-gb/about" title="About" >About</a> </ea-link> <ea-link slot="link" link-href="/en-gb/able" link-title="Accessibility" link-text="Accessibility" text-color="dark" unresolved > <a href="/en-gb/able" title="Accessibility" >Accessibility</a> </ea-link> <ea-link slot="link" link-href="https://help.ea.com/en-gb/" link-title="Help" link-text="Help" text-color="dark" unresolved > <a href="https://help.ea.com/en-gb/" title="Help" >Help</a> </ea-link> <ea-elements-loader elements="ea-locale-selector"> </ea-elements-loader> <ea-locale-selector slot="locale-selector" theme="dark" value="en-gb" label-text="" unresolved > <ea-locale-selector-option slot="locale-selector-option" value="en-us" >United States</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-gb" >United Kingdom</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-au" >Australia</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fr-fr" >France</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="de-de" >Deutschland</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="it-it" >Italia</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ja-jp" >日本</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="pl-pl" >Polska</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="pt-br" >Brasil</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="es-es" >España</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="es-mx" >México</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="nl-nl" >Nederland</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="zh-cn" >中国</ea-locale-selector-option> </ea-locale-selector> <ea-network-legal slot="network-legal" copyright-text="© 2024 Electronic Arts Inc. " text-color="dark" unresolved > <ea-link slot="link" link-href="http://www.ea.com/en-gb/legal" link-title="Legal" link-text="Legal" text-color="dark" unresolved > <a href="http://www.ea.com/en-gb/legal" title="Legal" >Legal</a> </ea-link> <ea-link slot="link" link-href="https://www.ea.com/en-gb/terms-of-service" link-title="NEW User Agreement" link-text="User Agreement" text-color="dark" unresolved > <a href="https://www.ea.com/en-gb/terms-of-service" title="NEW User Agreement" >User Agreement</a> </ea-link> <ea-link slot="link" link-href="https://www.ea.com/en-gb/legal/privacy-and-cookie-policy" link-title="Privacy &amp; Cookie Policy (Your Privacy Rights)" link-text="Privacy &amp; Cookie Policy (Your Privacy Rights)" text-color="dark" unresolved > <a href="https://www.ea.com/en-gb/legal/privacy-and-cookie-policy" title="Privacy &amp; Cookie Policy (Your Privacy Rights)" >Privacy &amp; Cookie Policy (Your Privacy Rights)</a> </ea-link> <ea-link slot="link" link-href="/en-gb/service-updates" link-title="Online Service Updates" link-text="Online Service Updates" text-color="dark" unresolved > <a href="/en-gb/service-updates" title="Online Service Updates" >Online Service Updates</a> </ea-link> <ea-link slot="link" link-href="/en-gb/security" link-title="Security" link-text="Security" text-color="dark" unresolved > <a href="/en-gb/security" title="Security" >Security</a> </ea-link> <ea-link slot="link" link-href="https://www.youtube.com/t/terms" link-title="YouTube Terms of Service" link-text="YouTube Terms of Service" text-color="dark" unresolved > <a href="https://www.youtube.com/t/terms" title="YouTube Terms of Service" >YouTube Terms of Service</a> </ea-link> <ea-link slot="link" link-href="https://policies.google.com/privacy" link-title="Google Privacy Policy" link-text="Google Privacy Policy" text-color="dark" unresolved > <a href="https://policies.google.com/privacy" title="Google Privacy Policy" >Google Privacy Policy</a> </ea-link> <ea-content-loader slot="link" content-url="https://www.ea.com/ccpa/footer-link" > </ea-content-loader> </ea-network-legal> <ea-elements-loader elements="ea-truste"> </ea-elements-loader> <script id="ea-trustarc-script" data-domain="ea.com" async> (() => { function createElement(id, hidden) { const element = document.createElement("div"); element.id = id; element.hidden = hidden; return element; } function createScriptTag() { const domain = document.querySelector('#ea-trustarc-script').dataset.domain; const script = document.createElement("script"); let src = `//consent.trustarc.com/notice?domain=${domain}&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&pn=1`; if (shouldAutoShowCookiePreferences()) { src = src + "&behavior=expressed"; } script.src = src; script.setAttribute("crossorigin", ""); return script; } function shouldAutoShowCookiePreferences() { const showCookiePreferencesParam = "show=cookiePreferences"; const urlSearchParams = window.location.search.slice(1).split("&"); return urlSearchParams.includes(showCookiePreferencesParam); } function isLocalNDS(componentUrlPrefix) { return componentUrlPrefix && componentUrlPrefix.includes('local'); } function isNDSBranch(componentUrlPrefix) { return componentUrlPrefix && componentUrlPrefix.includes('branch'); } function isNDSVersionGreaterOrEqual(componentUrlPrefix) { let ndsVersion = componentUrlPrefix && componentUrlPrefix.match('/release\/([^\/]*)/')[1]; let isGreaterOrEqual = ndsVersion && ndsVersion.localeCompare("4.40.5", undefined, { numeric: true, sensitivity: 'base' }); return isGreaterOrEqual >= 0; } const componentUrlPrefix = window.nds.componentUrlPrefix; /** * Check for backwards compatibility with NDS version greater or equal to when TrustArc was integrated */ if ( isLocalNDS(componentUrlPrefix) || isNDSBranch(componentUrlPrefix) || isNDSVersionGreaterOrEqual(componentUrlPrefix) ) { const trustArcScript = createScriptTag(); const elements = document.createDocumentFragment(); elements.appendChild(createElement("consent_blackbar", false)); elements.appendChild(createElement("teconsent", true)); elements.appendChild(trustArcScript); document.body.appendChild(elements); } })(); </script> <ea-truste unresolved slot="truste" domain="ea.com" > <div> <a href="//privacy.truste.com/privacy-seal/validation?rid=f1a11c5d-0232-4077-8498-2e69a38c1335" target="_blank"> <img style="border: none" src="//privacy-policy.truste.com/privacy-seal/seal?rid=f1a11c5d-0232-4077-8498-2e69a38c1335" alt="TRUSTe"/> </a> </div> </ea-truste> </ea-network-footer> </footer> <ea-player player-endpoint="/user-data"></ea-player> <ea-elements-loader elements="ea-modal"> </ea-elements-loader> <ea-modal modal restore-focus-on-close unresolved id="eacomagegate" theme="dark" > <ea-elements-loader elements="ea-age-gate"> </ea-elements-loader> <ea-age-gate unresolved slot="age-gate" age-gate-id="eacomagegate" age="18" error="You are not eligible to view this content." message="Please provide your birth date. " > <ea-elements-loader elements="ea-date-field"> </ea-elements-loader> <ea-date-field slot="date-field" type="date" text-color="light" month-placeholder="MM" day-placeholder="DD" year-placeholder="YYYY" label-text="Enter your birthdate" unresolved > </ea-date-field> <ea-elements-loader elements="ea-submit"> </ea-elements-loader> <ea-submit unresolved slot="submit" value-text="Submit" text-color="light" ></ea-submit> </ea-age-gate> </ea-modal> <script src="//pl.ea.com/release/4.68.6/elements/browser-support.min.js"></script> <script> eaBrowserSupport.requiredFeatures = 'picture'; eaBrowserSupport.requiredHeading = 'Sorry, this browser is not supported'; eaBrowserSupport.requiredText = 'Please download a supported browser to view this webpage.'; eaBrowserSupport.recommendedFeatures = 'cssgrid'; eaBrowserSupport.recommendedText = 'This browser is not recommended and the webpage may not display properly.'; eaBrowserSupport.ctas = [{"text":"Download Chrome","url":"https://www.google.com/chrome/"},{"text":"Download Firefox","url":"https://www.mozilla.org/firefox/new/"},{"text":"Download Edge","url":"https://www.microsoft.com/edge/"}]; eaBrowserSupport.dismissText = 'Dismiss'; eaBrowserSupport.svgLogo = ''; eaBrowserSupport.init(); </script> <ea-type-kit kit-url="//use.typekit.net/txn1klh.js"></ea-type-kit> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10