OK
https://www.ea.com/
Peru
Country
Network
April 04, 2025, 01:11 PM UTC
Date & Time
Websites
Websites
Runtime: 2.3s
On April 04, 2025, 01:11 PM UTC, https://www.ea.com/ was accessible when tested on AS12252 in Peru.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
190.113.221.2
Query:
IN A www.ea.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
23.0.144.252
Query:
IN AAAA www.ea.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
AAAA
2800:200:2904:182::1127
@
IN
AAAA
2800:200:2904:186::1127

TCP Connections

Connection to 23.0.144.252:443 succeeded.
Connection to 2800:200:2904:182::1127:443 succeeded.
Connection to 2800:200:2904:186::1127:443 succeeded.

HTTP Requests

URL
GET https://www.ea.com/
Response Headers
Alt-Svc:
h3=":443"; ma=93600
Cache-Control:
max-age=560
Content-Security-Policy:
frame-ancestors 'self'
Content-Type:
text/html; charset=UTF-8
Date:
Fri, 04 Apr 2025 13:11:13 GMT
Expires:
Fri, 04 Apr 2025 13:20:33 GMT
Last-Modified:
Fri, 04 Apr 2025 13:01:53 UTC
Set-Cookie:
jobs-locale=en; SameSite=Strict; Path=/; Secure
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.7/elements/ea-elements.min.js'.substring(0, '//pl.ea.com/release/4.68.7/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.7/elements/ea-elements.min.js"></script>
<script nomodule defer src="//pl.ea.com/release/4.68.7/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="2025-04-01T14:37:47Z">
<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": "2025-04-01T14:37:47Z",
    "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: #20D944;
                        
                            --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="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="EA Community Forums"
    link-href="https://forums.ea.com"
    link-target="_self"
    
    unresolved
>
    <a href="https://forums.ea.com">EA Community 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/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://forums.ea.com"
        link-title=""
        link-text="EA Community Forums"
        text-color=""
        unresolved
    >
        <a href="https://forums.ea.com">EA Community 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="93px"
    
    
        small="93px"
    
    
        medium="96px"
    
    
        large="96px"
    
    
        largest="100px"
    
>
</ea-spacer>


    
<ea-elements-loader elements="ea-hero">
</ea-elements-loader>
<ea-hero
    
        layout="medium"
    
    
        text-position="center"
    
    
        text-align="center"
    
    
        text-color="light"
    
    
        stacked
    
    
    
    
        animations-on-mobile
    
    
    
        background-color="dark"
    
    
        custom-background-color="#080808"
    
    
    
    
        subtitle-text="Your boundary-pushing adventure is available now. Invite a friend to play for free with Friend's Pass!"
    
    
    
        image-smallest="https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop16x9.320w.jpg"
        image-small="https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop16x9.767w.jpg"
        image-medium="https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop2x1.1023w.jpg"
        image-large="https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop5x2.1455w.jpg"
        image-largest="https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop7x2.1920w.jpg"
        image-tooltip=""
    
    
    
    
    
    
    
    
        logo-image-smallest="https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop16x9.320w.png"
        logo-image-small="https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop16x9.767w.png"
        logo-image-medium="https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop2x1.1023w.png"
        logo-image-large="https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop5x2.1455w.png"
        logo-image-largest="https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop7x2.1920w.png"
        logo-image-tooltip=""
    
    
    
    
    
    
    
        spacing-bottom="none"
    
    
        spacing-top="none"
    
    
        scrim-color="none"
    
    
        scrim-opacity="medium"
    
    
    unresolved
    
        custom-styles="{&quot;xl&quot;:{&quot;paddingLeft&quot;:&quot;5%&quot;,&quot;paddingRight&quot;:&quot;60%&quot;},&quot;l&quot;:{&quot;paddingLeft&quot;:&quot;5%&quot;,&quot;paddingRight&quot;:&quot;60%&quot;},&quot;m&quot;:{&quot;paddingLeft&quot;:&quot;5%&quot;,&quot;paddingRight&quot;:&quot;60%&quot;}}"
    
    
        show-video-on-all-breakpoints=""
    
    
    
>
    
    
        <h2>Your boundary-pushing adventure is available now. Invite a friend to play for free with Friend&#x27;s Pass!</h2>
    
    
    
    
        <img
            src="https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop16x9.320w.jpg"
            alt=""
            srcset="https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop2x1.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop5x2.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/ea/split-fiction/images/2025/04/splitfiction-hero-md-accolades-xl-en-16x9.jpg.adapt.crop7x2.1920w.jpg 1456w"
        />
    
    
    
    
    
    
    
    
        <img
            src="https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop16x9.320w.png"
            alt=""
            srcset="https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop16x9.320w.png 320w, https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop16x9.767w.png 768w, https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop2x1.1023w.png 1024w, https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop5x2.1455w.png 1320w, https://media.contentapi.ea.com/content/dam/ea/split-fiction/common/split-fiction-logotype-horizontal-frost-white-1080.png.adapt.crop7x2.1920w.png 1456w"
        />
    
    
    
    
    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="/games/split-fiction/split-fiction/buy"
    
    
    
        link-text="Buy Now"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="light"
    
    
        stroke-color="light"
    
    
        target="_self"
    
    
    
    
        intent="navigation"
    
    
    
    
        emphasis="primary"
    
    
    
    
    
    unresolved
>
    <a
        
            href="/games/split-fiction/split-fiction/buy"
        
        
    >
        
            Buy Now
        
    </a>
</ea-cta>

    
</ea-hero>




    


    





    
<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/2025/03/f1-25-iconic-gamebox-1x1.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/eas-f125-primary-horizontal-white-rgb.png"
            logo-alt=""
        
        
            main-link-url="/en-us/games/f1/f1-25"
        
        
            main-link-title="F1® 25"
        
        
        
        
        show-back-alt="F1® 25"
        show-front-alt="F1® 25"
        title="F1® 25"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/f1/f1-25"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/games/f1/f1-25"
            
            
                title="F1® 25"
            
            
        >F1® 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/12/splitkeyart1x1.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/split-fiction-logotype-stacked-frost-white-1080.png"
            logo-alt=""
        
        
            main-link-url="/en-us/games/split-fiction"
        
        
            main-link-title="Split Fiction"
        
        
        
        
        show-back-alt="Split Fiction"
        show-front-alt="Split Fiction"
        title="Split Fiction"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/split-fiction"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/games/split-fiction"
            
            
                title="Split Fiction"
            
            
        >Split Fiction</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/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-xnhifRDMhGIbtTJJcV2Nn5fj30PoCeBCJcK7KtPn3WDlVETXjo9DISzoADDSBsaA8yWECRmokHE7OchO%2Be6%2Fmjc7DzdQqRXMKoevIJ9wDPRZBf%2F7waIaKuTsYDNRvvee5hN5Q63UiWWI1X9j8sHj0upL0iidNnBhUeOH%2BePWUAqxdX8A7OfLou4%3D"
    
    
        total-count="640"
    
    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/whm-2025-thumbnail.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Mar 31, 2025"
        
        
            title-text="Celebrating Women’s History Month at EA"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Celebrating Women’s History Month at EA"

        

        
    >
        
            <h3>Celebrating Women’s History Month at EA</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Mar 31, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            This month at EA, we celebrated Women’s History Month through keynote engagements, events, networking opportunities, and more!
        
        </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/whm-2025"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/whm-2025"
        
        
    >
        
            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/eacom/common/ea-gdc-2025-article-thumbnail.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Mar 21, 2025"
        
        
            title-text="EA at GDC: AI, machine learning, and much more"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA at GDC: AI, machine learning, and much more"

        

        
    >
        
            <h3>EA at GDC: AI, machine learning, and much more</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Mar 21, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            At EA new technological innovations and advancements are empowering our developers, and impacting our games for millions of players and fans.
        
        </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-gdc-2025"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/ea-gdc-2025"
        
        
    >
        
            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/eacom/common/alex-at-shoot.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Mar 12, 2025"
        
        
            title-text="5 Questions with Alex Scott"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="5 Questions with Alex Scott"

        

        
    >
        
            <h3>5 Questions with Alex Scott</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Mar 12, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            This Women’s History Month, we sat down with EA SPORTS FC™ commentator & former professional footballer Alex Scott to talk women in sports and gaming.

        
        </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/5-questions-with-alex-scott"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/5-questions-with-alex-scott"
        
        
    >
        
            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/split-fiction-director-qa-article-thumbnail.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Mar 7, 2025"
        
        
            title-text="Split Fiction: Q&amp;A with Director Josef Fares"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Split Fiction: Q&amp;A with Director Josef Fares"

        

        
    >
        
            <h3>Split Fiction: Q&amp;A with Director Josef Fares</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Mar 7, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Hazelight Studios Director Josef Fares talks about creating never-before-seen moments in video games, following a smash hit, and more.
        
        </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/split-fiction-director-qa"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/split-fiction-director-qa"
        
        
    >
        
            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/2024-transparency-report-thumbnail.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Feb 28, 2025"
        
        
            title-text="Our Ongoing Commitment to Positive Play and Welcoming, Safe Communities"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Our Ongoing Commitment to Positive Play and Welcoming, Safe Communities"

        

        
    >
        
            <h3>Our Ongoing Commitment to Positive Play and Welcoming, Safe Communities</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Feb 28, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Detailing EA’s efforts to create the best, most positive experiences for our players.
        
        </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/2024-transparency-report"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/2024-transparency-report"
        
        
    >
        
            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/eacom/common/american-football-tech-ai-machine-learning-blog-thumbnail.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Feb 27, 2025"
        
        
            title-text="How new tech is empowering Madden, College Football"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="How new tech is empowering Madden, College Football"

        

        
    >
        
            <h3>How new tech is empowering Madden, College Football</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Feb 27, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            EA SPORTS Madden NFL 25 and College Football 25 feature the latest and greatest leaps in technology.
        
        </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/american-football-tech-ai-machine-learning"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/american-football-tech-ai-machine-learning"
        
        
    >
        
            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-Ph90RTTkFbhqcoVvzaeqd6IL0NPwkCapTMTCuFKDbp5oD5gFWqgpY%2BBw%2F%2B9fvONHgTC08SMQQ9paPmMhWxjnqtdYLUeKoOEoPPACBCAVFqSl3r6q5pm8NI3TylP41UNRNfUxXWsp3qRHnO7wOilQjiDmbgledGtQQw40tLe8rZPKvjU2xnDNJbk%3D"
    
    
        total-count="98"
    
    animate-in-order=""
    animate-out-order=""
    
    unresolved
>
    
    

    
<ea-elements-loader elements="ea-tile">
</ea-elements-loader>
<ea-container
    slot="container"
    
        filter-key="All"
    
    >
    <ea-tile
        unresolved
        slot="tile"
        style="--ea-animation-index:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/articles/fc25-pitch-notes-legends-return-beckenbauer-feat-image.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Mar 10, 2025"
        
        
        
            title-text="EA SPORTS FC™ 25 | Legends Return"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC™ 25 | Legends Return"

        

        
    >
        
            <h3>EA SPORTS FC™ 25 | Legends Return</h3>
        
        
            <div>Mar 10, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Learn more about the Legends Return Update! It brings a new shooting PlayStyle, new Player Item types, new ICONs, and much more.
        
        </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-fc25-legends-return"
    
    
    
        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-fc25-legends-return"
        
        
    >
        
            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-25/common/articles/fc25-fut-birthday-thumbnail.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Mar 6, 2025"
        
        
        
            title-text="Football Ultimate Team™ 25 - FUT BIRTHDAY"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Football Ultimate Team™ 25 - FUT BIRTHDAY"

        

        
    >
        
            <h3>Football Ultimate Team™ 25 - FUT BIRTHDAY</h3>
        
        
            <div>Mar 6, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Tap into 16 years of Ultimate Team memories with FUT Birthday—Enjoy the traditional 5* Weak Foot and 5* Skill Move upgrades and look out for the inclusion of unforgettable players from years past.
        
        </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-fut-birthday"
    
    
    
        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-fut-birthday"
        
        
    >
        
            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/articles/fc25-training-camp-pitch-notes-thumbnail.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Feb 28, 2025"
        
        
        
            title-text="EA SPORTS FC 25 | Training Camp Evolutions"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC 25 | Training Camp Evolutions"

        

        
    >
        
            <h3>EA SPORTS FC 25 | Training Camp Evolutions</h3>
        
        
            <div>Feb 28, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Training Camp Evolutions will appear alongside other Evolutions, but they function a little differently and do not count towards the active Evolutions limit. 
        
        </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-fc25-training-camp-evolutions"
    
    
    
        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-fc25-training-camp-evolutions"
        
        
    >
        
            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/articles/fc-25-fantasy-fc-feat-img-16x9.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Feb 21, 2025"
        
        
        
            title-text="Football Ultimate Team™ 25 - FANTASY FC"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Football Ultimate Team™ 25 - FANTASY FC"

        

        
    >
        
            <h3>Football Ultimate Team™ 25 - FANTASY FC</h3>
        
        
            <div>Feb 21, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Turn stats into stars with Fantasy FC, where real-world metrics in  matches inform ratings boosts
        
        </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-fantasy-fc"
    
    
    
        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-fantasy-fc"
        
        
    >
        
            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/articles/fc25-grassroot-greats-feat-img-16x9.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Feb 14, 2025"
        
        
        
            title-text="Football Ultimate Team™ 25 - GRASSROOT GREATS"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Football Ultimate Team™ 25 - GRASSROOT GREATS"

        

        
    >
        
            <h3>Football Ultimate Team™ 25 - GRASSROOT GREATS</h3>
        
        
            <div>Feb 14, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Grassroots Greats honors past and present players who have risen from local leagues, university programs, and lower tiers of the football pyramid—proving that greatness can come from anywhere.
        
        </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-grassroot-greats"
    
    
    
        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-grassroot-greats"
        
        
    >
        
            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/articles/fc25-maradona-thumbnail-16x9.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Feb 14, 2025"
        
        
        
            title-text="Diego Maradona Offer: EA SPORTS FC™ 25"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Diego Maradona Offer: EA SPORTS FC™ 25"

        

        
    >
        
            <h3>Diego Maradona Offer: EA SPORTS FC™ 25</h3>
        
        
            <div>Feb 14, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Play Football Ultimate Team™ by 14 March to claim and upgrade your Maradona Player Item.
        
        </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-maradona-offer"
    
    
    
        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-maradona-offer"
        
        
    >
        
            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/articles/tu9-featured-image-v1.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jan 31, 2025"
        
        
        
            title-text="EA SPORTS FC 25 | Features Update"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC 25 | Features Update"

        

        
    >
        
            <h3>EA SPORTS FC 25 | Features Update</h3>
        
        
            <div>Jan 31, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            The Features Update (Title Update #9) will release for EA SPORTS FC 25 in the coming days, and it’s going to address a handful of issues while enabling us to release a number of new updates in the near future.
        
        </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-pitch-notes-features-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-pitch-notes-features-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:7"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/articles/fc25-future-stars-feat-image-16x9.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jan 31, 2025"
        
        
        
            title-text="Football Ultimate Team™ 25 - FUTURE STARS"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Football Ultimate Team™ 25 - FUTURE STARS"

        

        
    >
        
            <h3>Football Ultimate Team™ 25 - FUTURE STARS</h3>
        
        
            <div>Jan 31, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Meet the Future stars shining bright enough to light the road ahead with items to match their world-class potential.
        
        </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-future-stars"
    
    
    
        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-future-stars"
        
        
    >
        
            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/articles/fc25-zidante-toty-feat-img-16x9.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jan 17, 2025"
        
        
        
            title-text="Zinedine Zidane TOTY ICON Offer: EA SPORTS FC™ 25"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Zinedine Zidane TOTY ICON Offer: EA SPORTS FC™ 25"

        

        
    >
        
            <h3>Zinedine Zidane TOTY ICON Offer: EA SPORTS FC™ 25</h3>
        
        
            <div>Jan 17, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Play EA SPORTS FC™ 25 by Feb 14 to receive a 90 OVR Zidane Team of the Year 2002 ICON Player Item.
        
        </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/zidane-toty-offer-faq"
    
    
    
        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/zidane-toty-offer-faq"
        
        
    >
        
            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/articles/fc25-toty-warm-up-feat-image.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jan 17, 2025"
        
        
        
            title-text="Football Ultimate Team™ 25 - Team of the Year "
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Football Ultimate Team™ 25 - Team of the Year "

        

        
    >
        
            <h3>Football Ultimate Team™ 25 - Team of the Year </h3>
        
        
            <div>Jan 17, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Meet the Men's and Women's Team of the Year XIs—two world-class squads from across Men’s and Women’s football celebrating the stars of the last calendar year.
        
        </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-toty"
    
    
    
        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-toty"
        
        
    >
        
            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/articles/fc25-pitch-notes-gameplay-refresh-feat.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jan 15, 2025"
        
        
        
            title-text="EA SPORTS FC 25 | Gameplay Refresh Update"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="EA SPORTS FC 25 | Gameplay Refresh Update"

        

        
    >
        
            <h3>EA SPORTS FC 25 | Gameplay Refresh Update</h3>
        
        
            <div>Jan 15, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            We’re excited to soon release the Gameplay Refresh Update for EA SPORTS FC 25, featuring the most significant mid-season gameplay overhaul we’ve ever made, based on your feedback.
        
        </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-pitch-notes-gameplay-refresh-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-pitch-notes-gameplay-refresh-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:11"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/articles/fc25-toty-warm-up-feat-image.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Jan 14, 2025"
        
        
        
            title-text="Football Ultimate Team™ 25 - Team of the Year Warm-up"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Football Ultimate Team™ 25 - Team of the Year Warm-up"

        

        
    >
        
            <h3>Football Ultimate Team™ 25 - Team of the Year Warm-up</h3>
        
        
            <div>Jan 14, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            TOTY Warm Up means it’s almost time. Check out evolutions, Squad Building Challenges and objectives to help you prepare for The Fans’ Team with two world-class squads from across Men’s and Women’s 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/fc-25/news/fc-25-toty-warm-up"
    
    
    
        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-toty-warm-up"
        
        
    >
        
            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"
    
    
        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-Qt1rPLuAGaGWR0t7FKL6Z1XjmqwRmSHOcE4zrqwUmp1PJ1D8F%2BJPW319TzcrZZ02ITf1uCk1ZHkz0bdIByXvf9c4%2Fit7RvKWAfCnwRL3QVgkfsCxBHWmGvOanPql2dI%2Fm4wjvpDB6zTqcBKHwBubZ1cCPM6%2BmLCIDkRVNy98WS1hFqISqQRvMQgGW3rTw0m1%2B1JU"
    
    
        total-count="319"
    
    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/apex-legends/common/r5-s24-launch-anniversary4man-v01.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Apex Legends"
        
        
            eyebrow-secondary-text="Feb 11, 2025"
        
        
            title-text="Celebrate 6 Years of Apex"
        
        
        
        
        
        
        
        

        

        

        

        tooltip="Celebrate 6 Years of Apex"

        

        
    >
        
            <h3>Celebrate 6 Years of Apex</h3>
        
        
            <div>Apex Legends</div>
            
                <div>Feb 11, 2025</div>
            
        
        
        
        <ea-tile-copy slot="copy">
    

Resolver

Resolver ASN
AS12252
Resolver IP
190.113.221.2
Resolver Network Name
America Movil Peru S.A.C.
Report ID
20250404T130452Z_webconnectivity_PE_12252_n1_QL0TElzF9MdWTaXV
Platform
android
Software Name
ooniprobe-android-unattended (5.0.5)
Measurement Engine
ooniprobe-engine (3.24.0)

Raw Measurement Data

Loading