June 25, 2022 at 12:00:33 PM UTC
VERIFY
Websites
Websites
Runtime: 399ms
Share on Facebook or Twitter
On June 25, 2022 at 12:00:33 PM UTC, https://www.ea.com/ was accessible when tested on AS4766 in South Korea.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
168.126.192.134
Query:
IN A www.ea.com
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
104.74.180.207
AS20940 (Akamai International B.V.)

TCP Connections

104.74.180.207:443: succeeded

HTTP Requests

URL
GET https://www.ea.com/
Response Headers
Cache-Control:
max-age=465
Content-Security-Policy:
frame-ancestors 'self'
Content-Type:
text/html; charset=UTF-8
Date:
Sat, 25 Jun 2022 12:00:32 GMT
Expires:
Sat, 25 Jun 2022 12:08:17 GMT
Last-Modified:
Sat, 25 Jun 2022 11:50:25 UTC
Server:
nginx
Set-Cookie:
EDGESCAPE_COUNTRY=KR; path=/
Strict-Transport-Security:
max-age=0
Vary:
Accept-Encoding
X-Akamai-Transformed:
9 - 0 pmb=mTOE,2
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?.match(/^none$/) || 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"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js"></script>
<script src="//w.soundcloud.com/player/api.js"></script>






<script>
    window.nds = window.nds || {};
    window.nds.componentUrlPrefix = '//pl.ea.com/release/4.44.3/elements/ea-elements.min.js'.substring(0, '//pl.ea.com/release/4.44.3/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.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.44.3/elements/ea-elements.min.js"></script>
<script nomodule defer src="//pl.ea.com/release/4.44.3/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="2022-06-21T09:40:19Z">
<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": "2022-06-21T09:40:19Z",
    "headline": "Electronic Arts Home Page - Official EA Site",
    "url": "https://www.ea.com/
"
}
</script>



    <script >bazadebezolkohpepadr="576528862"</script><script type="text/javascript" src="https://www.ea.com/akam/13/225d22d6"  defer></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 {
                        
                            --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;
                        
                    }
                </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."
            background-image-alt-text=""
        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-mono-logo-svg.svg"
        
        
            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/2021/07/fifa22-key-art.jpg.adapt.crop1x1.767w.jpg"
            background-image-alt-text=""
        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa22-mono-logo.svg"
        
        
            main-link-url="https://www.ea.com/games/fifa/fifa-22"
        
        
            main-link-title="FIFA 22"
        
        
        
            type="simple"
        
        
        show-back-alt="FIFA 22"
        show-front-alt="FIFA 22"
        title="FIFA 22"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/games/fifa/fifa-22"
            
            
                title="FIFA 22"
            
            
        >FIFA 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/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"
        
        
            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"
        
        
            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"
        
        
            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"
        
        
            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"
        
        
            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="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="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="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-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 5"
    link-href="https://www.ea.com/games/library/ps5"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/ps5">PlayStation 5</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 Series X"
    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 Series X</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-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="More 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="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="Origin"
    link-href="https://www.origin.com"
    link-target="_blank"
    
    unresolved
>
    <a href="https://www.origin.com">Origin</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Competitive Gaming"
    link-href="https://www.ea.com/compete"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/compete">Competitive Gaming</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA Play Live "
    link-href="https://www.ea.com/ea-play-live"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-play-live">EA Play Live </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="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="Careers"
    link-href="/careers"
    link-target="_self"
    
    unresolved
>
    <a href="/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="Our Technology"
    link-href="https://www.ea.com/technology"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/technology">Our 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 Partners"
    link-href="/ea-partners"
    link-target="_self"
    
    unresolved
>
    <a href="/ea-partners">EA Partners</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="Inside EA"
    link-href="https://www.ea.com/en-us/inside-ea"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/en-us/inside-ea">Inside EA</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="Positive Play"
    link-href="/commitments/positive-play"
    link-target="_self"
    
    unresolved
>
    <a href="/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="Inclusion &amp; Diversity"
    link-href="/commitments/inclusion-and-diversity"
    link-target="_self"
    
    unresolved
>
    <a href="/commitments/inclusion-and-diversity">Inclusion &amp; Diversity</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="Community Investment"
    link-href="/commitments/community-investment"
    link-target="_self"
    
    unresolved
>
    <a href="/commitments/community-investment">Community Investment</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; Culture"
    link-href="/commitments/people-and-culture"
    link-target="_self"
    
    unresolved
>
    <a href="/commitments/people-and-culture">People &amp; 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="Environment "
    link-href="/commitments/environment"
    link-target="_self"
    
    unresolved
>
    <a href="/commitments/environment">Environment </a>
</ea-local-nav-shelf-sub-nav-section-link>

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

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

        
    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="Resources"
    theme="dark"
    type="simple"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text=""
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Help"
    link-href="https://help.ea.com/"
    link-target="_blank"
    
    unresolved
>
    <a href="https://help.ea.com/">Help</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Forums"
    link-href="https://www.ea.com/forums"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/forums">Forums</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Parental Controls"
    link-href="/commitments/positive-play/parental-controls"
    link-target="_self"
    
    unresolved
>
    <a href="/commitments/positive-play/parental-controls">Parental Controls</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-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="/playtesting"
    link-target="_self"
    
    unresolved
>
    <a href="/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-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/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/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/games/library"
            link-title=""
            link-text="Games Library"
            unresolved
        >
            <a href="https://www.ea.com/games/library">Games Library</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 5"
            unresolved
        >
            <a href="https://www.ea.com/games/library/ps5">PlayStation 5</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 Series X"
            unresolved
        >
            <a href="https://www.ea.com/games/library/xbox-series-x">Xbox Series X</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-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="More 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-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.origin.com"
        link-title=""
        link-text="Origin"
        text-color=""
        unresolved
    >
        <a href="https://www.origin.com">Origin</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/compete"
        link-title=""
        link-text="Competitive Gaming"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/compete">Competitive Gaming</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/ea-play-live"
        link-title=""
        link-text="EA Play Live "
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/ea-play-live">EA Play Live </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/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="/careers"
        link-title=""
        link-text="Careers"
        text-color=""
        unresolved
    >
        <a href="/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/technology"
        link-title=""
        link-text="Our Technology"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/technology">Our 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="/ea-partners"
        link-title=""
        link-text="EA Partners"
        text-color=""
        unresolved
    >
        <a href="/ea-partners">EA Partners</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/en-us/inside-ea"
        link-title=""
        link-text="Inside EA"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/en-us/inside-ea">Inside EA</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="/commitments/positive-play"
        link-title=""
        link-text="Positive Play"
        text-color=""
        unresolved
    >
        <a href="/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="/commitments/inclusion-and-diversity"
        link-title=""
        link-text="Inclusion &amp; Diversity"
        text-color=""
        unresolved
    >
        <a href="/commitments/inclusion-and-diversity">Inclusion &amp; Diversity</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="/commitments/community-investment"
        link-title=""
        link-text="Community Investment"
        text-color=""
        unresolved
    >
        <a href="/commitments/community-investment">Community Investment</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="/commitments/people-and-culture"
        link-title=""
        link-text="People &amp; Culture"
        text-color=""
        unresolved
    >
        <a href="/commitments/people-and-culture">People &amp; 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="/commitments/environment"
        link-title=""
        link-text="Environment "
        text-color=""
        unresolved
    >
        <a href="/commitments/environment">Environment </a>
    </ea-link>


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


        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-advanced
        
            slot="local-nav-drawer-link"
        
        toggle-text="Resources"
        toggle-tooltip=""
        theme="dark"
        
            type="simple"
        
        unresolved
    >
        
        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://help.ea.com/"
        link-title=""
        link-text="Help"
        text-color=""
        unresolved
    >
        <a href="https://help.ea.com/">Help</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/forums"
        link-title=""
        link-text="Forums"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/forums">Forums</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="/commitments/positive-play/parental-controls"
        link-title=""
        link-text="Parental Controls"
        text-color=""
        unresolved
    >
        <a href="/commitments/positive-play/parental-controls">Parental Controls</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-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="/playtesting"
        link-title=""
        link-text="Playtesting"
        text-color=""
        unresolved
    >
        <a href="/playtesting">Playtesting</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-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="full-bleed"
    
    
        layout="100"
    
    
    
        background-color="none"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
        indent-left=""
    
    
        indent-right=""
    
    
        text-align="left"
    
    
    
>
    
<ea-elements-loader elements="ea-hero">
</ea-elements-loader>
<ea-hero
    
        layout="medium"
    
    
        text-position="left"
    
    
        text-align="center"
    
    
        text-color="light"
    
    
        stacked
    
    
    
    
    
    
        background-color="none"
    
    
    
    
        title-text="Get on the pitch now with EA Play*"
    
    
    
        copy-text="EA Play members can play FIFA 22 today and score monthly in-game rewards!"
    
    
        image-smallest="https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop16x9.320w.jpg"
        image-small="https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop16x9.767w.jpg"
        image-medium="https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop2x1.1023w.jpg"
        image-large="https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop5x2.1455w.jpg"
        image-largest="https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop7x2.1920w.jpg"
        image-tooltip=""
    
    
    
    
    
    
        logo-image="https://media.contentapi.ea.com/content/dam/eacom/subscription/ea-play/common/hero-logos/color/ea-playxf22-logo.svg"
    
    
    
    
    
    
    
    
    
    
    
        spacing-bottom="none"
    
    
        spacing-top="none"
    
    
        scrim-color="none"
    
    
        scrim-opacity="medium"
    
    
    unresolved
    
        custom-styles="{&quot;xl&quot;:{&quot;paddingLeft&quot;:&quot;10%&quot;,&quot;paddingRight&quot;:&quot;65%&quot;},&quot;l&quot;:{&quot;paddingLeft&quot;:&quot;9%&quot;,&quot;paddingRight&quot;:&quot;59%&quot;},&quot;m&quot;:{&quot;paddingLeft&quot;:&quot;8%&quot;,&quot;paddingRight&quot;:&quot;53%&quot;}}"
    
    
    
>
    
        <h1>Get on the pitch now with EA Play*</h1>
    
    
    
        <p>EA Play members can play FIFA 22 today and score monthly in-game rewards!</p>
    
    
    
        <img
            src="https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop16x9.320w.jpg"
            alt=""
            srcset="https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop2x1.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop5x2.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/images/2022/06/ea-play-fifa-22-hero-xl-v3.jpg.adapt.crop7x2.1920w.jpg 1456w"
        />
    
    
    
    
    
    
        <img
            src="https://media.contentapi.ea.com/content/dam/eacom/subscription/ea-play/common/hero-logos/color/ea-playxf22-logo.svg"
            
            
        />
    
    
    
    
    
    
    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
        link-url="/ea-play"
    
    
    
        link-text="Join Now"
    
    
        icon="none"
    
    
    
        fill-color="light-brand"
    
    
        text-color="dark"
    
    
        stroke-color="none"
    
    
        target="_self"
    
    
    
    
    
        intent="navigation"
    
    
    
    
        emphasis="primary"
    
    
    
    
    
    unresolved
>
    <a
        
            href="/ea-play"
        
        
    >
        
            Join Now
        
    </a>
</ea-cta>

    
</ea-hero>

</ea-section-column>

    
</ea-section>




    

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


<ea-section-column
    slot="section-column"
    
        indent-left=""
    
    
        indent-right=""
    
    
        text-align="left"
    
    
    
>
    
<ea-elements-loader elements="ea-product-conversion">
</ea-elements-loader>
<ea-product-conversion
    unresolved
    
        text-color="light"
    
    
        background-color="none"
    
    
        title-text="Summer Sale"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
>
    
        
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
        link-url="/summer-sale"
    
    
    
        link-text="Browse Deals"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="light"
    
    
        stroke-color="light"
    
    
        target="_self"
    
    
    
    
    
        intent="misc"
    
    
    
    
        emphasis="primary"
    
    
    
    
    
    unresolved
>
    <a
        
            href="/summer-sale"
        
        
    >
        
            Browse Deals
        
    </a>
</ea-cta>

    
</ea-product-conversion>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="22px"
    
    
        small="18px"
    
    
        medium="0px"
    
    
        large="0px"
    
    
        largest="0px"
    
>
</ea-spacer>

</ea-section-column>

    
</ea-section>







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


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
>
    
<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/2022/05/madden-23-keyart.jpg.adapt.crop1x1.767p.jpg"
            background-image-alt-text=""
        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m23-gamebox-logo.svg"
        
        
            main-link-url="/en-us/games/madden-nfl/madden-nfl-23"
        
        
            main-link-title="Madden NFL 23"
        
        
        
        
        show-back-alt="Madden NFL 23"
        show-front-alt="Madden NFL 23"
        title="Madden NFL 23"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/madden-nfl/madden-nfl-23"
    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-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="container"
    
>
    <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.767p.png"
            background-image-alt-text=""
        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f122-gamebox-logo.png"
        
        
            main-link-url="/en-us/games/f1/f1-22"
        
        
            main-link-title="F1® 22"
        
        
        
        
        show-back-alt="F1® 22"
        show-front-alt="F1® 22"
        title="F1® 22"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/f1/f1-22"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/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="container"
    
>
    <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.767p.jpg"
            background-image-alt-text=""
        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/battlefield-2042-mono-logo-svg.svg"
        
        
            main-link-url="/en-us/games/battlefield/battlefield-2042"
        
        
            main-link-title="Battlefield 2042"
        
        
        
        
        show-back-alt="Battlefield 2042"
        show-front-alt="Battlefield 2042"
        title="Battlefield 2042"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/battlefield/battlefield-2042"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/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="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/07/fifa22-key-art.jpg.adapt.crop1x1.767p.jpg"
            background-image-alt-text=""
        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa22-mono-logo.svg"
        
        
            main-link-url="/en-us/games/fifa/fifa-22"
        
        
            main-link-title="FIFA 22"
        
        
        
        
        show-back-alt="FIFA 22"
        show-front-alt="FIFA 22"
        title="FIFA 22"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/en-us/games/fifa/fifa-22"
    slot="feature-link"
    target=""
>
    Official Site
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/en-us/games/fifa/fifa-22"
            
            
                title="FIFA 22"
            
            
        >FIFA 22</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"
        
        
            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-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"
        
        
            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-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="light"
    
    
    
        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"
    
    
    
>
    
<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-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-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-play"
        
        
        
            theme="dark"
        
    >
        
            EA Play
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#fifa"
        
        
        
            theme="dark"
        
    >
        
            FIFA
        
    </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="#madden-nfl"
        
        
        
            theme="dark"
        
    >
        
            Madden NFL
        
    </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="#the-sims-4"
        
        
        
            theme="dark"
        
    >
        
            The Sims 4
        
    </ea-tab>



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



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#inside-ea"
        
        
        
            theme="dark"
        
    >
        
            Inside EA
        
    </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"
    
    
    
>
    
<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-0%2FFXblNVGf6sV41jhttSJB6C0MoRBEzUyhcgvs803Hfs21P5CDHQau1pmC%2Fb4d66M8DXF%2BM7XaXGMWcxkfaiJNUkscUgMyp9IhWpUYv74O0kQY%2FftHWIm3Jwdsy3D%2Bjwgi8eLRhSIZhoRNSijodgXv7m5myeRQ6%2Bwo%2B2QnqxmCkBo2OZNyt94sk%3D"
    
    
        total-count="517"
    
    animate-in-order=""
    animate-out-order=""
    
    unresolved
>
    
    

    
<ea-elements-loader elements="ea-tile">
</ea-elements-loader>
<ea-container
    slot="container"
    
        filter-key="All"
    
    >
    <ea-tile
        unresolved
        slot="tile"
        style="--ea-animation-index:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/eacom/images/2021/03/ea-featured-tile-generic-electronic-arts.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Jun 24, 2022"
        
        
            title-text="Putting Employee Health Front and Center"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>Putting Employee Health Front and Center</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Jun 24, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            We want to reiterate our unwavering support for our employees. Their health and well-being are our top priority.
        
        </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/supporting-our-people"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/supporting-our-people"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/news/www-ea/images/2022/06/ea-pride-2022-news-article-featured.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Jun 3, 2022"
        
        
            title-text="Our support is unwavering for our people, our players, and our LGBTQ+ commu…"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>Our support is unwavering for our people, our players, and our LGBTQ+ commu…</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Jun 3, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            As a company, we are united that Trans Rights are Human Rights. Our support is unwavering for our people, our players, and our LGBTQ+ communities.
        
        </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/pride-2022"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/pride-2022"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/madden-nfl/madden-nfl-23/news/images/2022/05/m23-ame-featured-image.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Jun 1, 2022"
        
        
            title-text="John Madden Returns to the Cover of EA SPORTS Madden NFL 23"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>John Madden Returns to the Cover of EA SPORTS Madden NFL 23</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Jun 1, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Electronic Arts Celebrates #MaddenDay with Field Dedication Ceremony 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/john-madden-returns-to-the-cover-of-easports-madden-nfl-23"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/john-madden-returns-to-the-cover-of-easports-madden-nfl-23"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/eacom/SIMS/common/sims4-options-layer-customizable-pronouns.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="May 24, 2022"
        
        
            title-text="Customizable Pronouns Now Available in The Sims 4"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>Customizable Pronouns Now Available in The Sims 4</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>May 24, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Launching in English First, Here’s How to Customize Pronouns for Sims in Create a Sim
        
        </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/the-sims/the-sims-4/news/customizable-pronouns-dev-diary"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/the-sims/the-sims-4/news/customizable-pronouns-dev-diary"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-media-fc-16x9.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="May 10, 2022"
        
        
            title-text="Welcome to the Club - EA SPORTS FC™ is the Future of Interactive Football"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>Welcome to the Club - EA SPORTS FC™ is the Future of Interactive Football</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>May 10, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            A New Era Begins in 2023 - After EA SPORTS Delivers Most Expansive FIFA Ever This 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/news/ea-sports-fc"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/ea-sports-fc"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/eacom/images/2017/07/ea-header-fy18q1-earnings-xl.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="May 9, 2022"
        
        
            title-text="Electronic Arts Reports Q4 FY22 Financial Results"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>Electronic Arts Reports Q4 FY22 Financial Results</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>May 9, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Electronic Arts Inc. (NASDAQ: EA) today announced preliminary financial results for its fourth quarter and fiscal year ended March 31, 2022.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
        link-url="https://www.ea.com/news/electronic-arts-reports-q4-fy22-financial-results"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/news/electronic-arts-reports-q4-fy22-financial-results"
        
        
    >
        
            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"
    
    
    
>
    
<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"
    
    
    
>
    
<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-KlflP959NcuCMGHhsOl%2Fszvt3DAmBA%2FVxxm8YCQcFFJx1ypIuq2FJV3%2FJIdmibGQ156%2BPdE%2FVebBP6xGcwC0RHmyOTfXogaTPqycjRwmk8C0DsQX9Eno5l07PaeAWpYZFtqfjDvxtYlkKpkYwYV2VXn0LcMCnrFrdCdRuYsHfToJPY6%2BrGv3b6gLNfVdwA%3D%3D"
    
    
        total-count="19"
    
    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/madden-nfl/madden-nfl-22/news/images/2022/02/eap-madden22-playlist-featured-img.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Madden NFL"
        
        
            eyebrow-secondary-text="Feb 17, 2022"
        
        
            title-text="Get More Madden NFL 22 With EA Play"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>Get More Madden NFL 22 With EA Play</h3>
        
        
            <div>Madden NFL</div>
            
                <div>Feb 17, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Madden NFL 22 enters the Play List on February 17, 2022
        
        </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/madden-nfl/madden-nfl-22/news/get-more-madden22-with-ea-play"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/madden-nfl/madden-nfl-22/news/get-more-madden22-with-ea-play"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/news/ea-play-subscription/images/2020/12/ea-play-dec-content-drop-featured-image.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="May 14, 2021"
        
        
            title-text="Play the Mass Effect Legendary Edition with EA Play* Pro"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>Play the Mass Effect Legendary Edition with EA Play* Pro</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>May 14, 2021</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Experience the cinematic saga now remastered and optimized for 4K Ultra HD
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
        link-url="https://www.ea.com/ea-play/news/mass-effect-legendary-edition-ea-play-pro"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/ea-play/news/mass-effect-legendary-edition-ea-play-pro"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-21/news/common/eaplay-socialpost-spotlight-fifa21-16x9.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="FIFA"
        
        
            eyebrow-secondary-text="May 3, 2021"
        
        
            title-text="Get More FIFA 21 With EA Play - EA SPORTS Official Site"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>Get More FIFA 21 With EA Play - EA SPORTS Official Site</h3>
        
        
            <div>FIFA</div>
            
                <div>May 3, 2021</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            FIFA 21 is now on the Play List with EA Play.
        
        </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/fifa/fifa-21/news/get-more-fifa21-with-ea-play"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/fifa/fifa-21/news/get-more-fifa21-with-ea-play"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/news/ea-play-subscription/images/2020/12/ea-play-dec-content-drop-featured-image.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Apr 1, 2021"
        
        
            title-text="EA Play Spotlight - April 2021"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>EA Play Spotlight - April 2021</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Apr 1, 2021</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Learn all about the latest games and rewards now available with your EA Play membership.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
        link-url="https://www.ea.com/ea-play/news/ea-play-spotlight-april2021"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/ea-play/news/ea-play-spotlight-april2021"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/news/ea-play-subscription/images/2021/03/ea-image-210316-game-pass-article-eaonlycore-16x9.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Mar 18, 2021"
        
        
            title-text="EA Play Now Available on Xbox Game Pass for PC via the EA app"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>EA Play Now Available on Xbox Game Pass for PC via the EA app</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Mar 18, 2021</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            The EA app, our next-generation PC platform, is in open beta, we’re joining forces with Xbox to give more games to PC 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/ea-play/news/ea-app-open-beta"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/ea-play/news/ea-app-open-beta"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/news/ea-play-subscription/images/2020/12/ea-play-dec-content-drop-featured-image.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="Electronic Arts Inc."
        
        
            eyebrow-secondary-text="Mar 1, 2021"
        
        
            title-text="EA Play Spotlight - March 2021"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>EA Play Spotlight - March 2021</h3>
        
        
            <div>Electronic Arts Inc.</div>
            
                <div>Mar 1, 2021</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Learn all about the latest rewards and games now available with your EA Play or EA Play Pro membership.
        
        </ea-tile-copy>
        
        
            
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
        link-url="https://www.ea.com/ea-play/news/ea-play-spotlight-march2021"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/ea-play/news/ea-play-spotlight-march2021"
        
        
    >
        
            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"
    
    
    
>
    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
        link-url="/ea-play/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="/ea-play/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"
    
    
    
>
    
<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-2vvXFqKLQqQqDSApbWdJxAsHDpClwrXruQTNSd%2Fal0Rrt%2BKqhHAlSoAStw5dlo4K1Ssv5PvdpJdfAF3i0cB1bsPGx8BEWyPH5KXNuMJBP%2BWAnup6N4Ui0XnefdWcQzRK0dwZDYK7cqgLm%2F4wfd%2F4jLvfzRxR6sWcit0LfoLqqrzgqdYSpwKEKMJInw%3D%3D"
    
    
        total-count="135"
    
    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/fifa/fifa-22/fifa-22-shared-assets/common/eap-fi22-g5-ps-franchise-blog-1920x1080.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="FIFA"
        
        
            eyebrow-secondary-text="Jun 23, 2022"
        
        
            title-text="Get More FIFA 22 With EA Play - EA SPORTS Official Site"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>Get More FIFA 22 With EA Play - EA SPORTS Official Site</h3>
        
        
            <div>FIFA</div>
            
                <div>Jun 23, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            FIFA 22 is now on The Play List for EA Play Members!
        
        </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/fifa/fifa-22/news/get-more-fifa22-with-ea-play"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/fifa/fifa-22/news/get-more-fifa22-with-ea-play"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-22/news/common/pitch-notes/crossplay-test-update/pitchnotes-22-charcoal-1.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="FIFA"
        
        
            eyebrow-secondary-text="Jun 15, 2022"
        
        
            title-text="FIFA 22 | Pitch Notes - Online Gameplay Responsiveness Update - EA SPORTS"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>FIFA 22 | Pitch Notes - Online Gameplay Responsiveness Update - EA SPORTS</h3>
        
        
            <div>FIFA</div>
            
                <div>Jun 15, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            In this Pitch Notes, we wanted to provide an update on the FIFA Development team’s ongoing efforts focused on online gameplay responsiveness. This update is focused on our FIFA Game Data Centers (FGDC), which are used for the…
        
        </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/fifa/fifa-22/news/pitch-notes-fifa-22-online-gameplay-responsiveness-update-june-2022"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/fifa/fifa-22/news/pitch-notes-fifa-22-online-gameplay-responsiveness-update-june-2022"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-22/fifa-22-shared-assets/common/fifa-22-featured-image.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="FIFA"
        
        
            eyebrow-secondary-text="Jun 10, 2022"
        
        
            title-text="adidas 30% Discount Offer - EA SPORTS Official Site"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>adidas 30% Discount Offer - EA SPORTS Official Site</h3>
        
        
            <div>FIFA</div>
            
                <div>Jun 10, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            EA SPORTS™ and adidas have teamed up to give eligible FIFA 22 players a unique 30% discount code.
        
        </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/fifa/fifa-22/news/adidas-offer-faq"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/fifa/fifa-22/news/adidas-offer-faq"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-22/fifa-22-shared-assets/common/fifa-22-featured-image.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="FIFA"
        
        
            eyebrow-secondary-text="May 31, 2022"
        
        
            title-text="EA SPORTS FIFA and Inter Milan Marketing Partnership Update - EA SPORTS Off…"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>EA SPORTS FIFA and Inter Milan Marketing Partnership Update - EA SPORTS Off…</h3>
        
        
            <div>FIFA</div>
            
                <div>May 31, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            While your in-game experience will not change, as of July 1, 2022 we are ending our exclusive marketing partnership with Inter Milan. The club’s crest, identity, stadium and player names & likeness, etc. will remain the same,…
        
        </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/fifa/fifa-22/news/inter-milan-marketing-partnership-update"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/fifa/fifa-22/news/inter-milan-marketing-partnership-update"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-22/news/common/pitch-notes/crossplay-test-update/pitchnotes-22-charcoal-1.png.adapt.crop16x9.431p.png"
        
        
        
            eyebrow-text="FIFA"
        
        
            eyebrow-secondary-text="May 2, 2022"
        
        
            title-text="FIFA 22 | Pitch Notes - Cross-play Test FAQ"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>FIFA 22 | Pitch Notes - Cross-play Test FAQ</h3>
        
        
            <div>FIFA</div>
            
                <div>May 2, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            We’re eager to let our players connect across multiple platforms, and in the near future we’ll be testing Cross-play functionality in Online Seasons and Online Friendlies on the PlayStation 5, Xbox Series X|S, and Stadia vers…
        
        </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/fifa/fifa-22/news/pitch-notes-fifa-22-cross-play-test-faq"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/fifa/fifa-22/news/pitch-notes-fifa-22-cross-play-test-faq"
        
        
    >
        
            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:0"
        
        
        
        
            media="https://media.contentapi.ea.com/content/dam/ea/fifa/fifa-22/ultimate-team/team-of-the-season/common/f22-tots-featured-image-16x9.jpg.adapt.crop16x9.431p.jpg"
        
        
        
            eyebrow-text="FIFA"
        
        
            eyebrow-secondary-text="Apr 29, 2022"
        
        
            title-text="FUT 22 Team of the Season Overview - FIFA 22 Ultimate Team - EA SPORTS Offi…"
        
        
        
        
        
        
        

        

        

        

        

        

        
    >
        
            <h3>FUT 22 Team of the Season Overview - FIFA 22 Ultimate Team - EA SPORTS Offi…</h3>
        
        
            <div>FIFA</div>
            
                <div>Apr 29, 2022</div>
            
        
        
        
        <ea-tile-copy slot="copy">
        
            Learn about Team of the Season in FIFA 22 Ultimate Team.
        
        </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/fifa/fifa-22/news/about-team-of-the-season-fut-22"
    
    
    
        link-text="Read More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="dark"
    
    
    
    
    
    
    
        intent="news"
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://www.ea.com/games/fifa/fifa-22/news/about-team-of-the-season-fut-22"
        
        
    >
        
            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"
   

Resolver

Resolver ASN
AS4766
Resolver IP
168.126.192.134
Resolver Network Name
Korea Telecom
Measurement UID
20220625120034.114317_KR_webconnectivity_017015ac563c1e12
Report ID
20220625T115623Z_webconnectivity_KR_4766_n1_Gl11EKWEzmZs6RC9
Platform
android
Software Name
ooniprobe-android (3.6.0)
Measurement Engine
ooniprobe-engine (3.14.1)

Raw Measurement Data

Loading…