OK
https://www.ea.com/
Romania
Country
Network
November 09, 2024, 10:18 PM UTC
Date & Time
Websites
Websites
Runtime: 596ms
On November 09, 2024, 10:18 PM UTC, https://www.ea.com/ was accessible when tested on AS211462 in Romania.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
172.71.108.82
Query:
IN A www.ea.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
104.85.14.20
Query:
IN AAAA www.ea.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
AAAA
2a02:26f0:9c00:1b3::1127
@
IN
AAAA
2a02:26f0:9c00:18d::1127

TCP Connections

Connection to 2a02:26f0:9c00:1b3::1127:443 was blocked.
Connection to 2a02:26f0:9c00:18d::1127:443 was blocked.
Connection to 104.85.14.20:443 succeeded.

HTTP Requests

URL
GET https://www.ea.com/
Response Headers
Alt-Svc:
h3=":443"; ma=93600
Cache-Control:
max-age=434
Content-Security-Policy:
frame-ancestors 'self'
Content-Type:
text/html; charset=UTF-8
Date:
Sat, 09 Nov 2024 22:18:08 GMT
Expires:
Sat, 09 Nov 2024 22:25:22 GMT
Last-Modified:
Sat, 09 Nov 2024 22:09:54 UTC
Set-Cookie:
EDGESCAPE_COUNTRY=RO; path=/
Strict-Transport-Security:
max-age=15768000
Vary:
Accept-Encoding
X-Application-Context:
eacom
X-Environment-Context:
prod
X-Frame-Options:
SAMEORIGIN
X-L-Path:
inert
Response Body


<!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>






    <title>Electronic Arts Home Page - Official EA Site</title>
    


<meta property="og:type" content="article">
<meta property="og:title" content="Electronic Arts Home Page - Official EA Site">
<meta property="og:description" content="We exist to inspire the world through Play. Electronic Arts is a leading publisher of games on Console, PC and Mobile.">

    <meta property="og:url" content="https://www.ea.com/">

<meta property="og:site_name" content="Electronic Arts Inc.">

    <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/eacom/images/2021/03/ea-featured-tile-generic-electronic-arts.png.adapt.crop191x100.1200w.png">


    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="628">


<meta name="description" content="We exist to inspire the world through Play. Electronic Arts is a leading publisher of games on Console, PC and Mobile.">
<meta name="author" content="Electronic Arts">
<meta property="article:modified_time" content="2024-11-08T22:09:11Z">
<meta property="article:published_time" content="2016-10-19T21:20:38+01:00">





<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ea">
<meta name="twitter:title" content="Electronic Arts Home Page - Official EA Site">
<meta name="twitter:description" content="We exist to inspire the world through Play. Electronic Arts is a leading publisher of games on Console, PC and Mobile.">

    <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/eacom/images/2021/03/ea-featured-tile-generic-electronic-arts.png.adapt.crop16x9.1023w.png">

<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/eacom/images/2021/03/ea-featured-tile-generic-electronic-arts.png.adapt.crop191x100.1200w.png"
},
 
    "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": "We exist to inspire the world through Play. Electronic Arts is a leading publisher of games on Console, PC and Mobile.",
    "datePublished": "2016-10-19T21:20:38+01:00",
    "dateModified": "2024-11-08T22:09:11Z",
    "headline": "Electronic Arts Home Page - Official EA Site",
    "url": "https://www.ea.com/"
}
</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: #07F468;
                        
                            --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-h5-font-size-tablet-landscape: 22px;
                        
                    }
                </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-us/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
    
    
        home-text="Electronic Arts Home"
        home-tooltip="Electronic Arts Home"
        home-link="https://www.ea.com/"
    
    
        logo-image="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg"
        
            logo-tooltip="Electronics Arts Home"
        
    
    
        theme="dark"
    
    
        shelf-type="band"
    
    
        open-drawer-text="Menu"
    
    
        close-drawer-text="Close"
    
    
        mini
    
    

    
        show-franchise-nav
    

    
        show-breadcrumbs
    

    

    

    
        franchise-link-text="All Games"
    

    
        franchise-link-url="/games"
    
    unresolved
>
    
        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-16x9.png.adapt.crop1x1.767w.png"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-mono-logo-svg.svg"
            logo-alt=""
        
        
            main-link-url="https://www.ea.com/ea-play"
        
        
            main-link-title="EA Play"
        
        
        
            type="simple"
        
        
        show-back-alt="EA Play"
        show-front-alt="EA Play"
        title="EA Play"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/ea-play"
            
            
                title="EA Play"
            
            
        >EA Play</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/07/eas-fifa22-gen5-ue-keyart-horz-f23logo.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa23-logo-white-stacked.svg"
            logo-alt=""
        
        
            main-link-url="/games/fifa/fifa-23"
        
        
            main-link-title="FIFA 23"
        
        
        
            type="simple"
        
        
        show-back-alt="FIFA 23"
        show-front-alt="FIFA 23"
        title="FIFA 23"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/fifa/fifa-23"
            
            
                title="FIFA 23"
            
            
        >FIFA 23</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/1-1-gamebox-f122-keyart-1.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=""
        
        
            main-link-url="/games/f1/f1-22"
        
        
            main-link-title="F1™  22"
        
        
        
            type="simple"
        
        
        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="/games/f1/f1-22"
            
            
                title="F1™  22"
            
            
        >F1™  22</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/madden-23-keyart.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m23-gamebox-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/madden-nfl/madden-nfl-23"
        
        
            main-link-title="Madden NFL 23"
        
        
        
            type="simple"
        
        
        show-back-alt="Madden NFL 23"
        show-front-alt="Madden NFL 23"
        title="Madden NFL 23"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/madden-nfl/madden-nfl-23"
            
            
                title="Madden NFL 23"
            
            
        >Madden NFL 23</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2019/01/apex-legends-keyart.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/apex-legends-mono-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/apex-legends"
        
        
            main-link-title="Apex Legends"
        
        
        
            type="simple"
        
        
        show-back-alt="Apex Legends"
        show-front-alt="Apex Legends"
        title="Apex Legends"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/apex-legends"
            
            
                title="Apex Legends"
            
            
        >Apex Legends</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/06/battlefield-2042-key-art.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/battlefield-2042-mono-logo-svg.svg"
            logo-alt=""
        
        
            main-link-url="https://www.ea.com/games/battlefield/battlefield-2042"
        
        
            main-link-title="Battlefield™ 2042"
        
        
        
            type="simple"
        
        
        show-back-alt="Battlefield™ 2042"
        show-front-alt="Battlefield™ 2042"
        title="Battlefield™ 2042"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/games/battlefield/battlefield-2042"
            
            
                title="Battlefield™ 2042"
            
            
        >Battlefield™ 2042</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2017/01/the-sims-4-keyart.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/the-sims-4-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="https://www.ea.com/games/the-sims/the-sims-4"
        
        
            main-link-title="The Sims 4"
        
        
        
            type="simple"
        
        
        show-back-alt="The Sims 4"
        show-front-alt="The Sims 4"
        title="The Sims 4"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/games/the-sims/the-sims-4"
            
            
                title="The Sims 4"
            
            
        >The Sims 4</a>
    </ea-game-box>
</ea-container>

        
    

    

    
        <a title="Electronic Arts Home" href="https://www.ea.com/">
            Electronic Arts Home
            
                <img
                    src="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg"
                    
                        alt="Electronics Arts Home"
                    
                />
            
        </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="narrow"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text="BROWSE 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="Latest Games"
    link-href="https://www.ea.com/games"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games">Latest Games</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="Coming Soon"
    link-href="https://www.ea.com/games/coming-soon"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/coming-soon">Coming Soon</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="Free-To-Play"
    link-href="https://www.ea.com/games/library/freetoplay"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/freetoplay">Free-To-Play</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="EA SPORTS"
    link-href="https://www.ea.com/sports"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/sports">EA SPORTS</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="EA Originals"
    link-href="https://www.ea.com/ea-originals"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-originals">EA Originals</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="Games Library"
    link-href="https://www.ea.com/games/library"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library">Games Library</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="EA app Deals"
    link-href="https://www.ea.com/sales/deals"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/sales/deals">EA app Deals</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text="PLATFORMS"
    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="PC"
    link-href="https://www.ea.com/games/library/pc-download"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/pc-download">PC</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="PlayStation"
    link-href="https://www.ea.com/games/library/ps5"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/ps5">PlayStation</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="Xbox"
    link-href="https://www.ea.com/games/library/xbox-series-x"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/xbox-series-x">Xbox</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="Nintendo Switch"
    link-href="https://www.ea.com/games/library/nintendo-switch"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/nintendo-switch">Nintendo Switch</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="Mobile"
    link-href="https://www.ea.com/games/library/mobile"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/mobile">Mobile</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="Pogo"
    link-href="https://www.ea.com/pogo"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/pogo">Pogo</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<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="EXPERIENCES"
    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=" "
    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="The EA app"
    link-href="https://www.ea.com/ea-app"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-app">The EA app</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="EA Play"
    link-href="https://www.ea.com/ea-play"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-play">EA Play</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="Competitive Gaming"
    link-href="https://www.ea.com/compete"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/compete">Competitive Gaming</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="Playtesting"
    link-href="https://www.ea.com/playtesting"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/playtesting">Playtesting</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<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="ABOUT"
    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=""
    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="Company"
    link-href="https://www.ea.com/about"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/about">Company</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="Careers"
    link-href="https://www.ea.com/careers"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/careers">Careers</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="News"
    link-href="https://www.ea.com/news"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/news">News</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="Technology"
    link-href="https://www.ea.com/technology"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/technology">Technology</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="EA Studios"
    link-href="https://www.ea.com/studios"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/studios">EA Studios</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="EA Partners"
    link-href="https://www.ea.com/ea-partners"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-partners">EA Partners</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<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="COMMITMENTS"
    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="Commitments"
    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="Our Commitments"
    link-href="https://www.ea.com/commitments"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments">Our Commitments</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="Positive Play"
    link-href="https://www.ea.com/commitments/positive-play"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/positive-play">Positive Play</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="People &amp; Inclusive Culture"
    link-href="https://www.ea.com/commitments/people-and-culture"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</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="Social Impact"
    link-href="https://www.ea.com/commitments/social-impact"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/social-impact">Social Impact</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="Environment "
    link-href="https://www.ea.com/commitments/environment"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/environment">Environment </a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<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="RESOURCES"
    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=""
    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="Help"
    link-href="https://help.ea.com/"
    link-target="_blank"
    
    unresolved
>
    <a href="https://help.ea.com/">Help</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="Forums"
    link-href="https://www.ea.com/forums"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/forums">Forums</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="Player and Parental Tools"
    link-href="https://www.ea.com/commitments/positive-play/player-and-parental-tools"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/positive-play/player-and-parental-tools">Player and Parental Tools</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="Accessibility "
    link-href="https://ea.com/able"
    link-target="_self"
    
    unresolved
>
    <a href="https://ea.com/able">Accessibility </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="Press"
    link-href="https://www.eapressportal.com/"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.eapressportal.com/">Press</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="Investors"
    link-href="https://ir.ea.com/"
    link-target="_self"
    
    unresolved
>
    <a href="https://ir.ea.com/">Investors</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    

    
        
            

    <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="narrow"
        
        unresolved
    >
        
        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-section, ea-link">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-section
        slot="local-nav-drawer-sub-nav-section"
        title-text="BROWSE GAMES"
        unresolved
    >
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games"
            link-title=""
            link-text="Latest Games"
            unresolved
        >
            <a href="https://www.ea.com/games">Latest Games</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/coming-soon"
            link-title=""
            link-text="Coming Soon"
            unresolved
        >
            <a href="https://www.ea.com/games/coming-soon">Coming Soon</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/freetoplay"
            link-title=""
            link-text="Free-To-Play"
            unresolved
        >
            <a href="https://www.ea.com/games/library/freetoplay">Free-To-Play</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/sports"
            link-title=""
            link-text="EA SPORTS"
            unresolved
        >
            <a href="https://www.ea.com/sports">EA SPORTS</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/ea-originals"
            link-title=""
            link-text="EA Originals"
            unresolved
        >
            <a href="https://www.ea.com/ea-originals">EA Originals</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library"
            link-title=""
            link-text="Games Library"
            unresolved
        >
            <a href="https://www.ea.com/games/library">Games Library</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/sales/deals"
            link-title=""
            link-text="EA app Deals"
            unresolved
        >
            <a href="https://www.ea.com/sales/deals">EA app Deals</a>
        </ea-link>
    
    </ea-local-nav-drawer-sub-nav-section>


        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-section, ea-link">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-section
        slot="local-nav-drawer-sub-nav-section"
        title-text="PLATFORMS"
        unresolved
    >
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/pc-download"
            link-title=""
            link-text="PC"
            unresolved
        >
            <a href="https://www.ea.com/games/library/pc-download">PC</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/ps5"
            link-title=""
            link-text="PlayStation"
            unresolved
        >
            <a href="https://www.ea.com/games/library/ps5">PlayStation</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/xbox-series-x"
            link-title=""
            link-text="Xbox"
            unresolved
        >
            <a href="https://www.ea.com/games/library/xbox-series-x">Xbox</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/nintendo-switch"
            link-title=""
            link-text="Nintendo Switch"
            unresolved
        >
            <a href="https://www.ea.com/games/library/nintendo-switch">Nintendo Switch</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/mobile"
            link-title=""
            link-text="Mobile"
            unresolved
        >
            <a href="https://www.ea.com/games/library/mobile">Mobile</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/pogo"
            link-title=""
            link-text="Pogo"
            unresolved
        >
            <a href="https://www.ea.com/pogo">Pogo</a>
        </ea-link>
    
    </ea-local-nav-drawer-sub-nav-section>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
            

    <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="EXPERIENCES"
        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://www.ea.com/ea-app"
        link-title=""
        link-text="The EA app"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/ea-app">The EA app</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="https://www.ea.com/ea-play"
        link-title=""
        link-text="EA Play"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/ea-play">EA Play</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="https://www.ea.com/compete"
        link-title=""
        link-text="Competitive Gaming"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/compete">Competitive Gaming</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="https://www.ea.com/playtesting"
        link-title=""
        link-text="Playtesting"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/playtesting">Playtesting</a>
    </ea-link>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
            

    <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="ABOUT"
        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://www.ea.com/about"
        link-title=""
        link-text="Company"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/about">Company</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="https://www.ea.com/careers"
        link-title=""
        link-text="Careers"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/careers">Careers</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="https://www.ea.com/news"
        link-title=""
        link-text="News"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/news">News</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="https://www.ea.com/technology"
        link-title=""
        link-text="Technology"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/technology">Technology</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="https://www.ea.com/studios"
        link-title=""
        link-text="EA Studios"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/studios">EA Studios</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="https://www.ea.com/ea-partners"
        link-title=""
        link-text="EA Partners"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/ea-partners">EA Partners</a>
    </ea-link>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
            

    <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="COMMITMENTS"
        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://www.ea.com/commitments"
        link-title=""
        link-text="Our Commitments"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments">Our Commitments</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="https://www.ea.com/commitments/positive-play"
        link-title=""
        link-text="Positive Play"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/positive-play">Positive Play</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="https://www.ea.com/commitments/people-and-culture"
        link-title=""
        link-text="People &amp; Inclusive Culture"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</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="https://www.ea.com/commitments/social-impact"
        link-title=""
        link-text="Social Impact"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/social-impact">Social Impact</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="https://www.ea.com/commitments/environment"
        link-title=""
        link-text="Environment "
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/environment">Environment </a>
    </ea-link>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
            

    <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="RESOURCES"
        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://help.ea.com/"
        link-title=""
        link-text="Help"
        text-color=""
        unresolved
    >
        <a href="https://help.ea.com/">Help</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="https://www.ea.com/forums"
        link-title=""
        link-text="Forums"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/forums">Forums</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="https://www.ea.com/commitments/positive-play/player-and-parental-tools"
        link-title=""
        link-text="Player and Parental Tools"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/positive-play/player-and-parental-tools">Player and Parental Tools</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="https://ea.com/able"
        link-title=""
        link-text="Accessibility "
        text-color=""
        unresolved
    >
        <a href="https://ea.com/able">Accessibility </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="https://www.eapressportal.com/"
        link-title=""
        link-text="Press"
        text-color=""
        unresolved
    >
        <a href="https://www.eapressportal.com/">Press</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="https://ir.ea.com/"
        link-title=""
        link-text="Investors"
        text-color=""
        unresolved
    >
        <a href="https://ir.ea.com/">Investors</a>
    </ea-link>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
    

    
</ea-local-nav-advanced>



            
        
    





<main>
    


<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="12vw"
    
    
        small="12vw"
    
    
        medium="8vw"
    
    
        large="6vw"
    
    
        largest="6vw"
    
>
</ea-spacer>


    
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="railed"
    
    
        layout="25:75"
    
    
    
        background-color="none"
    
    
    
        background-overflow="hidden"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
        background-image-smallest="https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.320w.jpg"
        background-image-small="https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.768w.jpg"
        background-image-medium="https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.1024w.jpg"
        background-image-large="https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.1456w.jpg"
        background-image-largest="https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.1920w.jpg"
        image-tooltip=""
    
    
>
    
        <img
            src="https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.320w.jpg"
            alt=""
            srcset="https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-section-bg-from-the-rift-blogpage-xl.jpg.adapt.1920w.jpg 1456w"
        />
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="40vw"
    
    
        small="35vw"
    
    
        medium="20vw"
    
    
        large="10vw"
    
    
        largest="10vw"
    
>
</ea-spacer>


    <div>
        <style>
.apex-s8-logo {
max-width: 300px; 
width: 100%;
}
@media screen and (max-width: 1455px) {
.apex-s6-logo {
max-width: 230px; 
}
}

@media screen and (max-width: 1255px) {
.apex-s6-logo {
max-width: 200px; 
}
}

@media screen and (max-width: 767px) {
.apex-s6-logo {
max-width: 250px; 
}
}
</style>
<img src="https://media.contentapi.ea.com/content/dam/apex-legends/common/from-the-rift/apex-legends-from-the-rift-logo.svg"/>
    </div>


<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="/games/apex-legends/from-the-rift"
    
    
    
        link-text="Play Now"
    
    
        icon="none"
    
    
    
        fill-color="brand"
    
    
        text-color="light"
    
    
        stroke-color="none"
    
    
        target="_self"
    
    
    
    
        intent="navigation"
    
    
    
    
        emphasis="primary"
    
    
    
    
    
    unresolved
>
    <a
        
            href="/games/apex-legends/from-the-rift"
        
        
    >
        
            Play Now
        
    </a>
</ea-cta>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="12vw"
    
    
        small="12vw"
    
    
        medium="4vw"
    
    
        large="4vw"
    
    
        largest="4vw"
    
>
</ea-spacer>

</ea-section-column>



<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
</ea-section-column>

    
</ea-section>




    

    
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="full-bleed"
    
    
        layout="100"
    
    
    
        background-color="none"
    
    
    
        background-overflow="hidden"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
        background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.320w.jpg"
        background-image-small="https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.768w.jpg"
        background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.1024w.jpg"
        background-image-large="https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.1456w.jpg"
        background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.1920w.jpg"
        image-tooltip=""
    
    
>
    
        <img
            src="https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.320w.jpg"
            alt=""
            srcset="https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/subscription/component-assets/common/ea-play-product-conversion-gradient-jpg-2020-xl.jpg.adapt.1920w.jpg 1456w"
        />
    
    


<ea-section-column
    slot="section-column"
    
        indent-left=""
    
    
        indent-right=""
    
    
        text-align="left"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-product-conversion">
</ea-elements-loader>
<ea-product-conversion
    unresolved
    
        text-color="light"
    
    
        background-color="none"
    
    
        title-text="Join EA Play* and save big on your first month**"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
>
    
        
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="/ea-play"
    
    
    
        link-text="See The Offer"
    
    
        icon="none"
    
    
    
        fill-color="brand"
    
    
        text-color="light"
    
    
        stroke-color="none"
    
    
        target="_self"
    
    
    
    
        intent="misc"
    
    
    
    
        emphasis="primary"
    
    
    
    
    
    unresolved
>
    <a
        
            href="/ea-play"
        
        
    >
        
            See The Offer
        
    </a>
</ea-cta>

    
</ea-product-conversion>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="22px"
    
    
        small="18px"
    
    
        medium="0px"
    
    
        large="0px"
    
    
        largest="0px"
    
>
</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="light"
    
    
    
        background-overflow="hidden"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="large"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="center"
    
    
        text-color="dark"
    
    
    
        title-text="Featured Games "
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="small"
    
>
    
    
        <h3>Featured Games </h3>
    
    
</ea-subheading>

<ea-elements-loader elements="ea-box-set">
</ea-elements-loader>
<ea-box-set
    unresolved
    
        layout="3up"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
        game-box-scrim-color="dark"
    
    
        game-box-scrim-opacity="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/03/dragon-age-key-art-16x9.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/dragon-age-dreadwolf-logo-png.png"
            logo-alt=""
        
        
            main-link-url="/en-us/games/dragon-age/dragon-age-the-veilguard"
        
        
            main-link-title="Dragon Age™: The Veilguard"
        
        
        
        
        show-back-alt="Dragon Age™: The Veilguard"
        show-front-alt="Dragon Age™: The Veilguard"
        title="Dragon Age™: The Veilguard"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/dragon-age/dragon-age-the-veilguard"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/games/dragon-age/dragon-age-the-veilguard"
            
            
                title="Dragon Age™: The Veilguard"
            
            
        >Dragon Age™: The Veilguard</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/2024/09/fc-25-key-art.png.adapt.crop1x1.767p.png"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fc-25-logo.png"
            logo-alt=""
        
        
            main-link-url="/en-us/games/ea-sports-fc/fc-25"
        
        
            main-link-title="FC 25"
        
        
        
        
        show-back-alt="FC 25"
        show-front-alt="FC 25"
        title="FC 25"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/ea-sports-fc/fc-25"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/games/ea-sports-fc/fc-25"
            
            
                title="FC 25"
            
            
        >FC 25</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/2024/06/m25-gametile-1x1.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m25-gametile-logo.svg"
            logo-alt=""
        
        
            main-link-url="/en-us/games/madden-nfl/madden-nfl-25"
        
        
            main-link-title="Madden NFL 25"
        
        
        
        
        show-back-alt="Madden NFL 25"
        show-front-alt="Madden NFL 25"
        title="Madden NFL 25"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/madden-nfl/madden-nfl-25"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/games/madden-nfl/madden-nfl-25"
            
            
                title="Madden NFL 25"
            
            
        >Madden NFL 25</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/2024/02/f124-gametile-1x1.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f124-gametile-logo.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
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/f1/f1-24"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- 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/2017/01/the-sims-4-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/the-sims-4-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="/en-us/games/the-sims/the-sims-4"
        
        
            main-link-title="The Sims 4"
        
        
        
        
        show-back-alt="The Sims 4"
        show-front-alt="The Sims 4"
        title="The Sims 4"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/the-sims/the-sims-4"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/games/the-sims/the-sims-4"
            
            
                title="The Sims 4"
            
            
        >The Sims 4</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/2019/01/apex-legends-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/apex-legends-mono-logo.svg"
            logo-alt=""
        
        
            main-link-url="/en-us/games/apex-legends"
        
        
            main-link-title="Apex Legends"
        
        
        
        
        show-back-alt="Apex Legends"
        show-front-alt="Apex Legends"
        title="Apex Legends"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/apex-legends"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/games/apex-legends"
            
            
                title="Apex Legends"
            
            
        >Apex Legends</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-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="/games"
    
    
    
        link-text="Latest Games"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="navigation"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="/games"
        
        
    >
        
            Latest Games
        
    </a>
</ea-cta>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="large"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

</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="visible"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
        background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.320w.png"
        background-image-small="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.768w.png"
        background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1024w.png"
        background-image-large="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1456w.png"
        background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1920w.png"
        image-tooltip=""
    
    
>
    
        <img
            src="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.320w.png"
            alt=""
            srcset="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.320w.png 320w, https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.768w.png 768w, https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1024w.png 1024w, https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1456w.png 1320w, https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1920w.png 1456w"
        />
    
    


<ea-section-column
    slot="section-column"
    
        indent-left=""
    
    
        indent-right=""
    
    
        text-align="left"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="center"
    
    
        text-color="dark"
    
    
    
        title-text="Latest Updates"
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="small"
    
>
    
    
        <h3>Latest Updates</h3>
    
    
</ea-subheading>

</ea-section-column>

    
</ea-section>

<ea-elements-loader elements="ea-tabs">
</ea-elements-loader>
<dom-bind>
    <template>
        <ea-tabs
            unresolved
            
                theme="dark"
            
            
            
            indicate
            autoselect
            selected="{{ selected }}"
        >
            

    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#ea-news"
        
        
        
            theme="dark"
        
    >
        
            EA News
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#ea-sports-fc"
        
        
        
            theme="dark"
        
    >
        
            EA SPORTS FC
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#apex-legends"
        
        
        
            theme="dark"
        
    >
        
            Apex Legends
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#madden-nfl"
        
        
        
            theme="dark"
        
    >
        
            Madden NFL
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#star-wars"
        
        
        
            theme="dark"
        
    >
        
            Star Wars
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#the-sims"
        
        
        
            theme="dark"
        
    >
        
            The Sims 4
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#f1-2021"
        
        
        
            theme="dark"
        
    >
        
            F1
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#battlefield"
        
        
        
            theme="dark"
        
    >
        
            Battlefield
        
    </ea-tab>


        </ea-tabs>
        <iron-pages selected="{{ selected }}">
            
                
                    
                        <div>
                            
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="railed"
    
    
        layout="100"
    
    
    
        background-color="light"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="medium"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="left"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

<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="dark"


    tile-color="light"







    hide-ctas


    hide-brand-stroke


    hide-byline


    spacing-top="medium"


    spacing-bottom="none"




    
    
    
        tile-scrim-color="none"
    
    
        tile-scrim-opacity="medium"
    
    tile-align="left"
    
    
        cards=""
    
    
    
        background-color="none"
    
    
    
        ajax-url="/pagination/2-W2CgRyCd88YrYo9wQlxsryfBIx%2BDapxC0noHeGLZcmejtxeplZWx2nxjTuPgHxKG1iWKG7INCocX8CwqvylYiew55mHeAl%2FoREsIaHB9dntMRffyHzU4vsh7ql5u6w0uWZ%2B7SYm1bhE%2FM05nb9PX1YlcZJkr88G4peAq4IBmTiw%2FUt%2BlKVFKx%2Bc%3D"
    
    
        total-count="619"
    
    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/eacom/images/2022/07/eacom-finance-featured-image-16x9.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Oct 29, 2024"
        
        
            title-text="Electronic Arts Reports Strong Q2 FY25 Results"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Electronic Arts Reports Strong Q2 FY25 Results"

        

        
    >
        
            <h3>Electronic Arts Reports Strong Q2 FY25 Results</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Oct 29, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Electronic Arts Inc. (NASDAQ: EA) today announced preliminary financial results for its second quarter ended September 30, 2024.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/news/electronic-arts-reports-q2-fy25-results"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/electronic-arts-reports-q2-fy25-results"
        
        
    >
        
            Read More
        
    </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/news/www-ea/common/fc25-rev-ut-pos-16x9-hires-wm.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Oct 29, 2024"
        
        
            title-text="5 Questions with EA SPORTS FC’s Head of Engineering"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="5 Questions with EA SPORTS FC’s Head of Engineering"

        

        
    >
        
            <h3>5 Questions with EA SPORTS FC’s Head of Engineering</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Oct 29, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Jinsong Li, Head of Engineering for EA SPORTS FC answer 5 questions about the making of EA SPORTS FC 25 and careers in tech

        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/news/ea-sports-fc-head-of-engineering-interview"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/ea-sports-fc-head-of-engineering-interview"
        
        
    >
        
            Read More
        
    </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/news/www-ea/common/somos-ea-retrospective-article-thumbnail.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Oct 10, 2024"
        
        
            title-text="SOMOS EA: a retrospective on EA’s Hispanic and Latinx Employee Resource Gro…"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="SOMOS EA: a retrospective on EA’s Hispanic and Latinx Employee Resource Group"

        

        
    >
        
            <h3>SOMOS EA: a retrospective on EA’s Hispanic and Latinx Employee Resource Gro…</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Oct 10, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            SOMOS EA is EA’s global beacon of Hispanic and Latinx knowledge, passion and skill.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/news/somos-ea-retrospective"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/somos-ea-retrospective"
        
        
    >
        
            Read More
        
    </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:3"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/news/www-ea/common/jon-armstrong-wrc-article-thumbnail.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Oct 3, 2024"
        
        
            title-text="World Rally Championship driver, esports champion, and EA employee"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="World Rally Championship driver, esports champion, and EA employee"

        

        
    >
        
            <h3>World Rally Championship driver, esports champion, and EA employee</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Oct 3, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            At Codemasters, World Rally Championship driver and esports champion Jon Armstrong is helping make WRC the best game it can be.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/news/jon-armstrong-wrc"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/jon-armstrong-wrc"
        
        
    >
        
            Read More
        
    </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:4"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/eacom/common/fc-25-featured-image.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Sep 30, 2024"
        
        
            title-text="Create Your Unique Character with Cranium Technology in EA SPORTS FC 25"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Create Your Unique Character with Cranium Technology in EA SPORTS FC 25"

        

        
    >
        
            <h3>Create Your Unique Character with Cranium Technology in EA SPORTS FC 25</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Sep 30, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Discover Cranium Technology in EA SPORTS FC 25 and sculpt your football superstar. Bring your virtual player to life with detailed customization options.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/news/cranium-technology-ea-sports-fc-25"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/cranium-technology-ea-sports-fc-25"
        
        
    >
        
            Read More
        
    </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:5"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/news/www-ea/common/bf2042-s7-battlepassleadimage-3840x2160-nologo.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Sep 26, 2024"
        
        
            title-text="Breakthrough game patching tech evolves"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Breakthrough game patching tech evolves"

        

        
    >
        
            <h3>Breakthrough game patching tech evolves</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Sep 26, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            EA’s breakthrough game patching software has just improved again, saving millions of players potential time and frustration.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/news/in-place-updates"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/in-place-updates"
        
        
    >
        
            Read More
        
    </a>
</ea-cta>

        
        
        
    </ea-tile>
</ea-container>



    


</ea-grid>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

</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="light"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="/news"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
        stroke-color="dark"
    
    
    
    
    
        intent="news"
    
    
    
    
        emphasis="primary"
    
    
    
    
    
    unresolved
>
    <a
        
            href="/news"
        
        
    >
        
            Read More
        
    </a>
</ea-cta>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

</ea-section-column>

    
</ea-section>

                        </div>
                    
                
            
                
                    
                        <div>
                            
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="railed"
    
    
        layout="100"
    
    
    
        background-color="light"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="medium"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="left"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

<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="dark"


    tile-color="light"







    hide-ctas


    hide-brand-stroke


    hide-byline


    spacing-top="medium"


    spacing-bottom="none"




    
    
    
        tile-scrim-color="none"
    
    
        tile-scrim-opacity="medium"
    
    tile-align="left"
    
    
        cards=""
    
    
    
        background-color="none"
    
    
    
        ajax-url="/pagination/2-YpPg0YKcInyt8pV8QCdB605FyYX4erVXY0YO1dMQB1BNSqVEXqLN5rxXNDcWPUxsDafdVz99WLKu%2FuVHaoQbhjiIdfEl5r33OFCgP4ZY6fKe4F8hwXkpAJSbq4BIECMUt6E4GYh5huDNbIERm5fEoVfbszPhO1zxuQnI9HWMJopHpWQPIOD%2FLRc%3D"
    
    
        total-count="60"
    
    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/eacom/common/fc-25-featured-image.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Sep 30, 2024"
        
        
        
        
        
        
        
        
        
        

        

        

        

        tooltip=""

        

        
    >
        
        
            <div>Sep 30, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Discover Cranium Technology in EA SPORTS FC 25 and sculpt your football superstar. Bring your virtual player to life with detailed customization options.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/news/cranium-technology-ea-sports-fc-25"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/cranium-technology-ea-sports-fc-25"
        
        
    >
        
            Learn More
        
    </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/fc/fc-24/articles/uefa-euro-2024-prediction/fc24-euro-24-prediction-featured-img.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Aug 23, 2024"
        
        
        
            title-text="Football Ultimate Team™ 24 - Pre-season"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Football Ultimate Team™ 24 - Pre-season"

        

        
    >
        
            <h3>Football Ultimate Team™ 24 - Pre-season</h3>
        
        
            <div>Aug 23, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Earn rewards for your next Football Ultimate Team squad in EA SPORTS FC 25 by playing EA SPORTS FC 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/games/ea-sports-fc/news/fc-24-ultimate-team-pre-season"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/news/fc-24-ultimate-team-pre-season"
        
        
    >
        
            Learn More
        
    </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/fc/fc-25/common/fc-25-fc-iq-deep-dive.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Aug 21, 2024"
        
        
        
            title-text="EA SPORTS FC 25 | FC IQ Deep Dive"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC 25 | FC IQ Deep Dive"

        

        
    >
        
            <h3>EA SPORTS FC 25 | FC IQ Deep Dive</h3>
        
        
            <div>Aug 21, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Welcome to the latest Deep Dive on EA SPORTS FC™ 25, where we're taking a look at FC IQ, the new tactical system designed to give you more strategic control and freedom while increasing gameplay variety.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-fc-iq-deep-dive"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-fc-iq-deep-dive"
        
        
    >
        
            Learn More
        
    </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:3"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-pitch-notes-career-mode-deep-dive.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Aug 7, 2024"
        
        
        
            title-text="EA SPORTS FC 25 | Pitch Notes - Career Mode Deep Dive"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC 25 | Pitch Notes - Career Mode Deep Dive"

        

        
    >
        
            <h3>EA SPORTS FC 25 | Pitch Notes - Career Mode Deep Dive</h3>
        
        
            <div>Aug 7, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Take a look at everything new to Manager and Player Career in FC 25.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-career-mode-deep-dive"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-career-mode-deep-dive"
        
        
    >
        
            Learn More
        
    </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:4"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-highlighter.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Aug 6, 2024"
        
        
        
            title-text="EA SPORTS FC™ 25 | HIGHLIGHTER"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC™ 25 | HIGHLIGHTER"

        

        
    >
        
            <h3>EA SPORTS FC™ 25 | HIGHLIGHTER</h3>
        
        
            <div>Aug 6, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Learn about EA SPORTS HIGHLIGHTER, a groundbreaking new tool for capturing, editing, and sharing highlights from FC 25.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-highlighter"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-highlighter"
        
        
    >
        
            Learn More
        
    </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:5"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-ultimate-team-deep-dive.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Aug 5, 2024"
        
        
        
            title-text="EA SPORTS FC 25 - Football Ultimate Team Deep Dive"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC 25 - Football Ultimate Team Deep Dive"

        

        
    >
        
            <h3>EA SPORTS FC 25 - Football Ultimate Team Deep Dive</h3>
        
        
            <div>Aug 5, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Enjoy more ways to build your dream squad with the best past and present players from across The World’s Game.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-football-ultimate-team-deep-dive"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-football-ultimate-team-deep-dive"
        
        
    >
        
            Learn More
        
    </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:6"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-pitch-notes-clubs-update.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Aug 2, 2024"
        
        
        
            title-text="EA SPORTS FC 25 | Clubs Deep Dive"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC 25 | Clubs Deep Dive"

        

        
    >
        
            <h3>EA SPORTS FC 25 | Clubs Deep Dive</h3>
        
        
            <div>Aug 2, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Enjoy new ways to play, win, and progress in Clubs in EA SPORTS FC™ 25 and connect with clubmates in your all-new social Clubhouse. 
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-clubs-deep-dive"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-clubs-deep-dive"
        
        
    >
        
            Learn More
        
    </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:7"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-rush-deep-dive.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jul 29, 2024"
        
        
        
            title-text="EA SPORTS FC 25 | Rush Deep Dive"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC 25 | Rush Deep Dive"

        

        
    >
        
            <h3>EA SPORTS FC 25 | Rush Deep Dive</h3>
        
        
            <div>Jul 29, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Team up with 5v5 Rush, a new fast-paced, small-sided way to play in Football Ultimate Team™, Clubs, Kick-Off, and Manager Career.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-rush-deep-dive"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-rush-deep-dive"
        
        
    >
        
            Learn More
        
    </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:8"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-gameplay-deep-dive.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jul 25, 2024"
        
        
        
            title-text="EA SPORTS FC 25 - Gameplay Deep Dive"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC 25 - Gameplay Deep Dive"

        

        
    >
        
            <h3>EA SPORTS FC 25 - Gameplay Deep Dive</h3>
        
        
            <div>Jul 25, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            In this article, we'll break down each gameplay update coming to FC 25 in detail to get you set for 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/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-gameplay-deep-dive"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/fc-25/news/pitch-notes-fc-25-gameplay-deep-dive"
        
        
    >
        
            Learn More
        
    </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:9"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-community-update.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jul 18, 2024"
        
        
        
            title-text="EA SPORTS FC™ 25 Pitch Notes - Community Update"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC™ 25 Pitch Notes - Community Update"

        

        
    >
        
            <h3>EA SPORTS FC™ 25 Pitch Notes - Community Update</h3>
        
        
            <div>Jul 18, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            In this article, we’ll give you a sneak peak at some of our top community-requested features coming to EA SPORTS FC™ 25.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-community-update"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-community-update"
        
        
    >
        
            Learn More
        
    </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:10"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-release-dates.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jul 17, 2024"
        
        
        
            title-text="EA SPORTS FC™ 25 Release Dates &amp; Early Access - Official Site "
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC™ 25 Release Dates &amp; Early Access - Official Site "

        

        
    >
        
            <h3>EA SPORTS FC™ 25 Release Dates &amp; Early Access - Official Site </h3>
        
        
            <div>Jul 17, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            EA SPORTS FC™ 25 releases worldwide September 27, 2024. Pre-order EA SPORTS FC™ 25 Ultimate Edition by August 20 to get Ultimate Team bonuses*.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-release-dates"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-release-dates"
        
        
    >
        
            Learn More
        
    </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:11"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-24/articles/make-your-mark/fc24-make-your-mark-featured-img.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jun 14, 2024"
        
        
        
            title-text="Football Ultimate Team™ 24 - Make Your Mark"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Football Ultimate Team™ 24 - Make Your Mark"

        

        
    >
        
            <h3>Football Ultimate Team™ 24 - Make Your Mark</h3>
        
        
            <div>Jun 14, 2024</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Celebrate players making a breakthrough on the international stage during the Festival of Football.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://www.ea.com/games/ea-sports-fc/news/fc-24-make-your-mark"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/ea-sports-fc/news/fc-24-make-your-mark"
        
        
    >
        
            Learn More
        
    </a>
</ea-cta>

        
        
        
    </ea-tile>
</ea-container>



    


</ea-grid>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

</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="light"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="/games/ea-sports-fc/fc-24/news"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
        stroke-color="dark"
    
    
        target="_self"
    
    
    
    
        intent="news"
    
    
    
    
        emphasis="primary"
    
    
    
    
    
    unresolved
>
    <a
        
            href="/games/ea-sports-fc/fc-24/news"
        
        
    >
        
            Read More
        
    </a>
</ea-cta>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

</ea-section-column>

    
</ea-section>

                        </div>
                    
                
            
                
                    
                        <div>
                            
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="railed"
    
    
        layout="100"
    
    
    
        background-color="light"
    
    
    
        background-overflow="visible"
    
    
    

Resolver

Resolver ASN
AS13335
Resolver IP
172.71.108.82
Resolver Network Name
Cloudflare Inc
Report ID
20241109T221552Z_webconnectivity_RO_211462_n1_tRi6IiFJYj0eZiKs
Platform
linux
Software Name
ooniprobe-cli-unattended (3.23.0)
Measurement Engine
ooniprobe-engine (3.23.0)

Raw Measurement Data

Loading