CINXE.COM

EA - Inside EA

<!DOCTYPE html> <html lang="en" dir="ltr" wf-loading> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"> <script> window.newrelicAttributes = { accountId: "1796917", trustKey: "1796917", agentId: "149134891", licenseKey: "f701a6c63c", applicationId: "149134891" }; </script> <script src="/newrelic.js"></script> <!-- Compliant Google Optimize --> <script> (() => { const getPrivacyCookie = () => { const privacyCookie = document.cookie.match('(^|;)\\s*cmapi_cookie_privacy\\s*=\\s*([^;]+)'); return privacyCookie ? privacyCookie.pop() : null; }; const getBehaviorCookie = () => { const behaviorCookie = document.cookie.match('(^|;)\\s*notice_behavior\\s*=\\s*([^;]+)'); return behaviorCookie ? behaviorCookie.pop() : null; }; const hasOptedIn = () => { const behaviorCookie = getBehaviorCookie(); const privacyCookie = getPrivacyCookie(); return behaviorCookie && behaviorCookie.match(/^none$/) || privacyCookie && privacyCookie.match(/2|3/); } const appendOptimize = () => { const head = document.getElementsByTagName('head')[0]; if (head) { const script = document.createElement('script'); script.src = 'https://www.googleoptimize.com/optimize.js?id=GTM-M6BQF2W'; script.id = "google-optimize" head.append(script); } }; const removeOptimize = () => { const head = document.getElementsByTagName('head')[0]; const optimizeScript = document.getElementById('google-optimize'); if (head && optimizeScript) { head.removeChild(optimizeScript); } } /** * Append or remove Google Optimize script to head, * depending on whether user's cookie preferences * have opted in and Google Optimize script already * exists in head. */ const handleConsentDecision = () => { const googleOptimizeScript = document.getElementById('google-optimize'); if (hasOptedIn() && !googleOptimizeScript) { appendOptimize(); } else if (!hasOptedIn() && googleOptimizeScript) { removeOptimize(); } } /** * Callbacks will occur in the form of a PostMessage event. This code listens for the * appropriately formatted PostMessage event, gets the new consent decision, and then sets * the new cookie preferences. */ const handlePreferencesUpdated = (e) => { try { const { capabilities, action } = JSON.parse(e.data).PrivacyManagerAPI || {}; if (capabilities && action === 'getConsentDecision') { handleConsentDecision(); } } catch (error) { console.error(error); } } /** * Registers with the TrustArc Content Manager (CM) API to receive callbacks when * a preference update occurs, and initialized dispatched preferences array to * the user's current preferences. You must wait for the CM API (PrivacyManagerAPI object) * to exist on the page before registering. */ const CMICallbackRegister = () => { const interval = setInterval(() => { if (window.PrivacyManagerAPI && interval) { const apiObject = { PrivacyManagerAPI: { action: 'getConsentDecision', timestamp: new Date().getTime(), self: window.location.host } }; window.top.postMessage(JSON.stringify(apiObject), '*'); clearInterval(interval); } }, 50); } /** * Listener registers a message callback on the TrustArc Content Manager when * user's cookie preferences are updated and adds an event listener * on the message events that occur when said preference updates occur. */ const trustArcScriptLoadListener = () => { if (typeof window.truste === 'object') { CMICallbackRegister(); window.addEventListener('message', handlePreferencesUpdated); } } window.addEventListener('load', trustArcScriptLoadListener); const behaviorCookie = getBehaviorCookie(); if (behaviorCookie === null) { // wait for TrustArc script to load before checking cookies let numIntervals = 0; const scriptLoadInterval = setInterval( () => { if(getBehaviorCookie()) { handleConsentDecision(); clearInterval(scriptLoadInterval); } // Stop running interval after 8 times (8x the documented 500ms it // should take to load the TrustArc script on the BE) to prevent running forever if (++numIntervals >= 10) { clearInterval(scriptLoadInterval); } } , 500); } else { handleConsentDecision(); } })(); </script> <!-- End Compliant Google Optimize --> <!-- Google Tag Manager --> <script> (function(w, d, s, l) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0]; var j = d.createElement(s); var dl = l !== 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-TG32RCX' + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer'); </script> <!-- End Google Tag Manager --> <style> [unresolved] { visibility: hidden !important; } </style> <noscript> <style> [unresolved] { visibility: visible !important; } </style> </noscript> <style> body { margin: 0; } .image img { max-width: 100%; } </style> <script> if (!CSS.supports('width', 'calc((var(--test))')) { window.ShadyCSS = { shimcssproperties: true }; } document.addEventListener('nds.typeKit.active', function() { document.querySelector('html').removeAttribute('wf-loading'); }); </script> <script src="//unpkg.com/@webcomponents/webcomponentsjs@2.2.7/webcomponents-loader.js" integrity="sha384-3HK5hxQbkFqOIxMbpROlRmRtYl2LBZ52t+tqcjzsmr9NJuOWQxl8RgQSyFvq2lhy" crossorigin="anonymous"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous"></script> <script src="//w.soundcloud.com/player/api.js"></script> <script> window.nds = window.nds || {}; window.nds.componentUrlPrefix = '//pl.ea.com/release/4.68.6/elements/ea-elements.min.js'.substring(0, '//pl.ea.com/release/4.68.6/elements/ea-elements.min.js'.lastIndexOf('/') + 1); window.nds.contentfulUrl = 'https://contentful-proxy.juno.ea.com/graphql'; window.nds.salUrl = 'https://service-aggregation-layer.juno.ea.com/graphql'; window.nds.useApq = true; window.nds.salClientId = 'eacom-fe'; window.nds.xGameDistMethod = 'eacom'; window.nds.lockboxGameId = 'eacom'; window.nds.lockboxInvoiceSource = 'EACOM-STORE-WEB-%countryCode%'; window.nds.lockboxExternalPaymentPath = '/lockbox-external-payment'; </script> <script type="module" src="//pl.ea.com/release/4.68.6/elements/ea-elements.min.js"></script> <script nomodule defer src="//pl.ea.com/release/4.68.6/elements/ea-elements.min.js"></script> <style> @font-face { font-family: 'ElectronicArtsDisplay'; src: url(/assets/fonts/display/ElectronicArtsDisplay-Regular.woff2) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ElectronicArtsDisplay'; src: url(/assets/fonts/display/ElectronicArtsDisplay-Bold.woff2) format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Light.woff2) format('woff'); font-weight: 300; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-LightItalic.woff2) format('woff'); font-weight: 300; font-style: italic; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Regular.woff2) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Italic.woff2) format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Bold.woff2) format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-BoldItalic.woff2) format('woff'); font-weight: 600; font-style: italic; } </style> <title>EA - Inside EA</title> <meta property="og:type" content="article"> <meta property="og:title" content="EA - Inside EA"> <meta property="og:description" content="Read stories about EA people and communities, inclusion and diversity programs and what it&#x27;s like to work at EA."> <meta property="og:url" content="https://www.ea.com/inside-ea"> <meta property="og:site_name" content="Electronic Arts Inc."> <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/eacom/images/2022/07/eacom-brand-featured-image-16x9.png.adapt.crop191x100.1200w.png"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"> <meta name="description" content="Read stories about EA people and communities, inclusion and diversity programs and what it&#x27;s like to work at EA."> <meta name="author" content="Electronic Arts"> <meta property="article:modified_time" content="2022-07-29T19:00Z"> <meta property="article:published_time" content="2022-01-01T00:00-08:00"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@ea"> <meta name="twitter:title" content="EA - Inside EA"> <meta name="twitter:description" content="Read stories about EA people and communities, inclusion and diversity programs and what it&#x27;s like to work at EA."> <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/eacom/images/2022/07/eacom-brand-featured-image-16x9.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/2022/07/eacom-brand-featured-image-16x9.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": "Read stories about EA people and communities, inclusion and diversity programs and what it&#x27;s like to work at EA.", "datePublished": "2022-01-01T00:00-08:00", "dateModified": "2022-07-29T19:00Z", "headline": "EA - Inside EA", "url": "https://www.ea.com/inside-ea" } </script> </head> <body unresolved> <custom-style><style include="ea-shared-styles-base-common"></style></custom-style> <custom-style><style include="ea-shared-styles-base-headings"></style></custom-style> <custom-style><style include="ea-shared-styles-base-lists"></style></custom-style> <custom-style><style include="ea-shared-styles-base-links"></style></custom-style> <custom-style><style include="ea-shared-styles-base-images"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-headings"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-paragraphs"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-labels"></style></custom-style> <custom-style> <style> html { --origin-brand-color: #07F468; --eaCorporate-landingSection-spacerTop-XS: 32px; --eaCorporate-landingSection-spacerTop-SM: 32px; --eaCorporate-landingSection-spacerTop-MD: 80px; --eaCorporate-landingSection-spacerTop-LG: 104px; --eaCorporate-landingSection-spacerTop-XL: 128px; --eaCorporate-landingSection-spacerBottom-XS: 32px; --eaCorporate-landingSection-spacerBottom-SM: 32px; --eaCorporate-landingSection-spacerBottom-MD: 40px; --eaCorporate-landingSection-spacerBottom-LG: 48px; --eaCorporate-landingSection-spacerBottom-XL: 56px; --eaCorporate-standardSection-spacerTop-XS: 48px; --eaCorporate-standardSection-spacerTop-SM: 48px; --eaCorporate-standardSection-spacerTop-MD: 80px; --eaCorporate-standardSection-spacerTop-LG: 80px; --eaCorporate-standardSection-spacerTop-XL: 80px; --eaCorporate-standardSection-spacerBottom-XS: 48px; --eaCorporate-standardSection-spacerBottom-SM: 48px; --eaCorporate-standardSection-spacerBottom-MD: 80px; --eaCorporate-standardSection-spacerBottom-LG: 80px; --eaCorporate-standardSection-spacerBottom-XL: 80px; --ea-theme-stream-ui-paddle-default: #161616; --ea-theme-stream-ui-paddle-disabled: #BFBFBF; --ea-theme-stream-ui-progress-indicator-default: rgb(255,255,255); --ea-theme-stream-ui-progress-indicator-hover: rgb(255,255,255); --ea-theme-stream-ui-progress-bar-stroke-default: #ff8e8e; --ea-theme-stream-ui-progress-bar-stroke-hover: #ff8e8e; --ea-theme-stream-ui-progress-bar-fill-hover: #ff8e8e; --ea-theme-toaster-eyebrow-font-size-mobile: 16px; --ea-theme-toaster-eyebrow-font-size-tablet: 18px; --ea-theme-toaster-eyebrow-font-size-desktop: 20px; --ea-theme-toaster-copy-font-size-tablet: 16px; --ea-theme-toaster-copy-font-size-desktop: 18px; --ea-theme-tabs-background-color: #003181; --ea-theme-tabs-indicator-color: #FF4747; --ea-theme-tabs-interface-color: #FF4747; --ea-theme-tabs-unselected-type: #FFFFFF; --ea-theme-tabs-selected-type: var(--ea-dark-color); --ea-theme-tabs-selected-state: #FFFFFF; --ea-theme-tabs-accent-elements: rgba(0, 0, 0, 0.08); --ea-theme-tabs-inactive-interface-color: rgba(255, 255, 255, 0.1); --ea-theme-tabs-tab-text-transform: capitalize; --ea-theme-h5-font-size-tablet-landscape: 24px; --ea-theme-font-header: 'ElectronicArtsDisplay', 'DM Sans', 'Verdana', 'Helvetica', 'Arial', sans-serif; --ea-theme-font-body: 'ElectronicArtsText', 'DM Sans', 'Verdana', 'Helvetica', 'Arial', sans-serif; --ea-theme-header-font-weight-regular: 400; --ea-theme-header-font-weight-bold: 600; --ea-theme-body-font-weight-regular: 400; --ea-theme-body-font-weight-bold: 600; --ea-theme-display-font-weight: var(--ea-theme-header-font-weight-bold); --ea-theme-color: #FF4747; --ea-theme-dark-gradient: #FF4747; --ea-theme-light-gradient: var(--ea-theme-color); --ea-theme-primary-font-family: var(--ea-theme-font-body); --ea-theme-secondary-font-family: var(--ea-theme-font-header); --ea-theme-typographic-headings-font-family: var(--ea-theme-font-header); --ea-text-case: none; --ea-theme-body-font-size-mobile: 16px; --ea-theme-body-font-size-tablet-landscape: 18px; --ea-theme-body-font-size-desktop: 18px; --ea-theme-body-line-height-mobile: 1.65; --ea-theme-body-line-height-tablet-landscape: 1.5; --ea-theme-body-line-height-desktop: 1.5; --ea-theme-b2-after-h5-margin-top-mobile: 0.5rem; --ea-theme-b2-after-h5-margin-top-tablet-landscape: 0.5rem; --ea-theme-b2-after-h5-margin-top-desktop: 0.5rem; --ea-theme-b2-after-d3-margin-top-mobile: 0.5rem; --ea-theme-b2-after-d3-margin-top-tablet-portrait: 0.5rem; --ea-theme-b2-after-d3-margin-top-desktop: 0.5rem; --ea-theme-d2-font-weight: bolder; --ea-theme-d3-font-weight: var(--ea-theme-display-font-weight); --ea-theme-d3-font-size-mobile: 32px; --ea-theme-d3-font-size-tablet-portrait: 32px; --ea-theme-d3-font-size-tablet-landscape: 40px; --ea-theme-d3-font-size-desktop: 44px; --ea-theme-d4-font-weight: var(--ea-theme-display-font-weight); --ea-theme-d4-font-size-mobile: 32px; --ea-theme-d4-font-size-tablet-portrait: 48px; --ea-theme-d4-font-size-tablet-landscape: 48px; --ea-theme-d4-font-size-desktop: 48px; --ea-theme-d5-font-weight: bolder; --ea-theme-d5-font-size-mobile: 24px; --ea-theme-d5-font-size-desktop: 32px; --ea-theme-h2-font-weight: bolder; --ea-theme-h2-letter-spacing-mobile: 0; --ea-theme-h2-letter-spacing-tablet-landscape: 0; --ea-theme-h2-letter-spacing-desktop: 0; --ea-theme-h3-font-weight: bolder; --ea-theme-h3-letter-spacing: normal; --ea-theme-h3-line-height-mobile: 1.25; --ea-theme-h3-line-height-tablet-landscape: 1.25; --ea-theme-h3-line-height-desktop: 1.25; --ea-theme-h4-line-height-mobile: 1.25; --ea-theme-h4-line-height-tablet-landscape: 1.25; --ea-theme-h4-line-height-desktop: 1.25; --ea-theme-h4-font-weight: var(--ea-theme-header-font-weight-regular);; --ea-theme-h4-font-size-mobile: 20px; --ea-theme-h4-font-size-tablet-landscape: 24px; --ea-theme-h4-font-size-desktop: 24px; --ea-theme-h4-after-d3-margin-top-mobile: 1rem; --ea-theme-h4-after-d3-margin-top-tablet-portrait: 1rem; --ea-theme-h4-after-d3-margin-top-tablet-landscape: 1rem; --ea-theme-h4-after-d3-margin-top-desktop: 1rem; --ea-theme-h5-font-weight: var(--ea-theme-header-font-weight-bold); --ea-theme-h5-line-height-mobile: 1.25; --ea-theme-h5-line-height-tablet-landscape: 1.25; --ea-theme-h5-line-height-desktop: 1.25; --ea-theme-h5-letter-spacing-mobile: -0.025em; --ea-theme-h5-letter-spacing-tablet-landscape: -0.025em; --ea-theme-h5-letter-spacing-desktop: -0.025em; --ea-theme-h5-font-size-mobile: 20px; --ea-theme-h5-font-size-desktop: 24px; --ea-theme-h5-after-l2-margin-top-mobile: 0.5rem; --ea-theme-h5-after-l2-margin-top-tablet-landscape: 0.5rem; --ea-theme-h5-after-l2-margin-top-desktop: 0.5rem; --ea-theme-h6-font-size-mobile: 20px; --ea-theme-h6-font-size-desktop: 24px; --ea-theme-h6-font-weight: var(--ea-theme-header-font-weight-regular); --ea-theme-h6-line-height-mobile: 1.35; --ea-theme-h6-line-height-desktop: 1.25; --ea-theme-h6-after-d3-margin-top-mobile: 1rem; --ea-theme-h6-after-d3-margin-top-tablet-landscape: 1rem; --ea-theme-h6-after-d3-margin-top-desktop: 1rem; --ea-theme-l2-font-weight: var(--ea-theme-header-font-weight-bold); --ea-theme-l2-font-size-mobile: 14px; --ea-theme-l2-font-size-tablet-landscape: 14px; --ea-theme-l2-font-size-desktop: 16px; --ea-theme-l2-line-height-mobile: 1.35; --ea-theme-l2-line-height-tablet-landscape: 1.35; --ea-theme-l2-line-height-desktop: 1.35; --ea-theme-tabs-accent-elements: #FFFFFF; } </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> <div> <style> .eaCorporate__textContainer + .eaCorporate__textContainer { margin: 48px 0 0 0; } .eaCorporate__textContainer .gradientText { color: var(--ea-theme-color); background: linear-gradient(-115deg, #ff4747 20%, #0d1042 80%); background: -webkit-linear-gradient(-115deg, #ff4747 20%, #0d1042 80%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; } .eaCorporate__textContainer .header { margin: 0 0 0.35em 0; } .eaCorporate__textContainer .subHeader { margin: 0 0 1.5em 0; } .eaCorporate__textContainer .subHeader:last-child { margin-bottom: 0; } .eaCorporate__textContainer .bodyCopy { margin: 0; } .eaCorporate__textContainer .bodyCopy + .bodyCopy { margin-top: 1em; } .eaCorporate__textContainer.textAlignCenter { text-align: center; } .eaCorporate__textContainer.columnText .header { margin: 0; } .eaCorporate__textContainer.columnText .subHeader { margin: 0 0 0.35em 0; } .eaCorporate__textContainer.columnText .header + .subHeader { margin: 0.35em 0; } @media only screen and (min-width: 768px) { .eaCorporate__textContainer.textAlignCenter { max-width: 720px; margin-left: auto; margin-right: auto; } .eaCorporate__textContainer + .eaCorporate__textContainer { margin: 64px 0 0 0; } } </style> </div> <ea-elements-loader elements="ea-local-nav-advanced, ea-link"> </ea-elements-loader> <ea-local-nav-advanced home-text="Electronic Arts Home" home-tooltip="Electronic Arts Home" home-link="https://www.ea.com/" logo-image="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg" logo-tooltip="Electronics Arts Home" theme="dark" shelf-type="band" open-drawer-text="Menu" close-drawer-text="Close" mini show-franchise-nav show-breadcrumbs franchise-link-text="All Games" franchise-link-url="/games" unresolved > <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-16x9.png.adapt.crop1x1.767w.png" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-mono-logo-svg.svg" logo-alt="" main-link-url="https://www.ea.com/ea-play" main-link-title="EA Play" type="simple" show-back-alt="EA Play" show-front-alt="EA Play" title="EA Play" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="https://www.ea.com/ea-play" title="EA Play" >EA Play</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/07/eas-fifa22-gen5-ue-keyart-horz-f23logo.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa23-logo-white-stacked.svg" logo-alt="" main-link-url="/games/fifa/fifa-23" main-link-title="FIFA 23" type="simple" show-back-alt="FIFA 23" show-front-alt="FIFA 23" title="FIFA 23" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/games/fifa/fifa-23" title="FIFA 23" >FIFA 23</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/1-1-gamebox-f122-keyart-1.png.adapt.crop1x1.767w.png" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f122-gamebox-logo.png" logo-alt="" main-link-url="/games/f1/f1-22" main-link-title="F1™ 22" type="simple" show-back-alt="F1™ 22" show-front-alt="F1™ 22" title="F1™ 22" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/games/f1/f1-22" title="F1™ 22" >F1™ 22</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/madden-23-keyart.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m23-gamebox-logo.svg" logo-alt="" main-link-url="/games/madden-nfl/madden-nfl-23" main-link-title="Madden NFL 23" type="simple" show-back-alt="Madden NFL 23" show-front-alt="Madden NFL 23" title="Madden NFL 23" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/games/madden-nfl/madden-nfl-23" title="Madden NFL 23" >Madden NFL 23</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2019/01/apex-legends-keyart.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/apex-legends-mono-logo.svg" logo-alt="" main-link-url="/games/apex-legends" main-link-title="Apex Legends" type="simple" show-back-alt="Apex Legends" show-front-alt="Apex Legends" title="Apex Legends" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/games/apex-legends" title="Apex Legends" >Apex Legends</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/06/battlefield-2042-key-art.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/battlefield-2042-mono-logo-svg.svg" logo-alt="" main-link-url="https://www.ea.com/games/battlefield/battlefield-2042" main-link-title="Battlefield™ 2042" type="simple" show-back-alt="Battlefield™ 2042" show-front-alt="Battlefield™ 2042" title="Battlefield™ 2042" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="https://www.ea.com/games/battlefield/battlefield-2042" title="Battlefield™ 2042" >Battlefield™ 2042</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2017/01/the-sims-4-keyart.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/the-sims-4-mono-logo.png" logo-alt="" main-link-url="https://www.ea.com/games/the-sims/the-sims-4" main-link-title="The Sims 4" type="simple" show-back-alt="The Sims 4" show-front-alt="The Sims 4" title="The Sims 4" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="https://www.ea.com/games/the-sims/the-sims-4" title="The Sims 4" >The Sims 4</a> </ea-game-box> </ea-container> <a title="Electronic Arts Home" href="https://www.ea.com/"> Electronic Arts Home <img src="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg" alt="Electronics Arts Home" /> </a> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="GAMES" theme="dark" type="narrow" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="BROWSE GAMES" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Latest Games" link-href="https://www.ea.com/games" link-target="_self" unresolved > <a href="https://www.ea.com/games">Latest Games</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Coming Soon" link-href="https://www.ea.com/games/coming-soon" link-target="_self" unresolved > <a href="https://www.ea.com/games/coming-soon">Coming Soon</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Free-To-Play" link-href="https://www.ea.com/games/library/freetoplay" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/freetoplay">Free-To-Play</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA SPORTS" link-href="https://www.ea.com/sports" link-target="_self" unresolved > <a href="https://www.ea.com/sports">EA SPORTS</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA Originals" link-href="https://www.ea.com/ea-originals" link-target="_self" unresolved > <a href="https://www.ea.com/ea-originals">EA Originals</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Games Library" link-href="https://www.ea.com/games/library" link-target="_self" unresolved > <a href="https://www.ea.com/games/library">Games Library</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA app Deals" link-href="https://www.ea.com/sales/deals" link-target="_self" unresolved > <a href="https://www.ea.com/sales/deals">EA app Deals</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="PLATFORMS" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="PC" link-href="https://www.ea.com/games/library/pc-download" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/pc-download">PC</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="PlayStation" link-href="https://www.ea.com/games/library/ps5" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/ps5">PlayStation</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Xbox" link-href="https://www.ea.com/games/library/xbox-series-x" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/xbox-series-x">Xbox</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Nintendo Switch" link-href="https://www.ea.com/games/library/nintendo-switch" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/nintendo-switch">Nintendo Switch</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Mobile" link-href="https://www.ea.com/games/library/mobile" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/mobile">Mobile</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Pogo" link-href="https://www.ea.com/pogo" link-target="_self" unresolved > <a href="https://www.ea.com/pogo">Pogo</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="EXPERIENCES" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text=" " slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="The EA app" link-href="https://www.ea.com/ea-app" link-target="_self" unresolved > <a href="https://www.ea.com/ea-app">The EA app</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA Play" link-href="https://www.ea.com/ea-play" link-target="_self" unresolved > <a href="https://www.ea.com/ea-play">EA Play</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Competitive Gaming" link-href="https://www.ea.com/compete" link-target="_self" unresolved > <a href="https://www.ea.com/compete">Competitive Gaming</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Playtesting" link-href="https://www.ea.com/playtesting" link-target="_self" unresolved > <a href="https://www.ea.com/playtesting">Playtesting</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="ABOUT" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Company" link-href="https://www.ea.com/about" link-target="_self" unresolved > <a href="https://www.ea.com/about">Company</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Careers" link-href="https://www.ea.com/careers" link-target="_self" unresolved > <a href="https://www.ea.com/careers">Careers</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="News" link-href="https://www.ea.com/news" link-target="_self" unresolved > <a href="https://www.ea.com/news">News</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Technology" link-href="https://www.ea.com/technology" link-target="_self" unresolved > <a href="https://www.ea.com/technology">Technology</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA Studios" link-href="https://www.ea.com/studios" link-target="_self" unresolved > <a href="https://www.ea.com/studios">EA Studios</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA Partners" link-href="https://www.ea.com/ea-partners" link-target="_self" unresolved > <a href="https://www.ea.com/ea-partners">EA Partners</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="COMMITMENTS" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="Commitments" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Our Commitments" link-href="https://www.ea.com/commitments" link-target="_self" unresolved > <a href="https://www.ea.com/commitments">Our Commitments</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Positive Play" link-href="https://www.ea.com/commitments/positive-play" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/positive-play">Positive Play</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="People &amp; Inclusive Culture" link-href="https://www.ea.com/commitments/people-and-culture" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Social Impact" link-href="https://www.ea.com/commitments/social-impact" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/social-impact">Social Impact</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Environment " link-href="https://www.ea.com/commitments/environment" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/environment">Environment </a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="RESOURCES" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Help" link-href="https://help.ea.com/" link-target="_blank" unresolved > <a href="https://help.ea.com/">Help</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Forums" link-href="https://www.ea.com/forums" link-target="_self" unresolved > <a href="https://www.ea.com/forums">Forums</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Player and Parental Tools" link-href="https://www.ea.com/commitments/positive-play/player-and-parental-tools" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/positive-play/player-and-parental-tools">Player and Parental Tools</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Accessibility " link-href="https://ea.com/able" link-target="_self" unresolved > <a href="https://ea.com/able">Accessibility </a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Press" link-href="https://www.eapressportal.com/" link-target="_self" unresolved > <a href="https://www.eapressportal.com/">Press</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Investors" link-href="https://ir.ea.com/" link-target="_self" unresolved > <a href="https://ir.ea.com/">Investors</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="GAMES" toggle-tooltip="" theme="dark" type="narrow" unresolved > <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-section, ea-link"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-section slot="local-nav-drawer-sub-nav-section" title-text="BROWSE GAMES" unresolved > <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games" link-title="" link-text="Latest Games" unresolved > <a href="https://www.ea.com/games">Latest Games</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/coming-soon" link-title="" link-text="Coming Soon" unresolved > <a href="https://www.ea.com/games/coming-soon">Coming Soon</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/freetoplay" link-title="" link-text="Free-To-Play" unresolved > <a href="https://www.ea.com/games/library/freetoplay">Free-To-Play</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/sports" link-title="" link-text="EA SPORTS" unresolved > <a href="https://www.ea.com/sports">EA SPORTS</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/ea-originals" link-title="" link-text="EA Originals" unresolved > <a href="https://www.ea.com/ea-originals">EA Originals</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library" link-title="" link-text="Games Library" unresolved > <a href="https://www.ea.com/games/library">Games Library</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/sales/deals" link-title="" link-text="EA app Deals" unresolved > <a href="https://www.ea.com/sales/deals">EA app Deals</a> </ea-link> </ea-local-nav-drawer-sub-nav-section> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-section, ea-link"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-section slot="local-nav-drawer-sub-nav-section" title-text="PLATFORMS" unresolved > <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/pc-download" link-title="" link-text="PC" unresolved > <a href="https://www.ea.com/games/library/pc-download">PC</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/ps5" link-title="" link-text="PlayStation" unresolved > <a href="https://www.ea.com/games/library/ps5">PlayStation</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/xbox-series-x" link-title="" link-text="Xbox" unresolved > <a href="https://www.ea.com/games/library/xbox-series-x">Xbox</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/nintendo-switch" link-title="" link-text="Nintendo Switch" unresolved > <a href="https://www.ea.com/games/library/nintendo-switch">Nintendo Switch</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/mobile" link-title="" link-text="Mobile" unresolved > <a href="https://www.ea.com/games/library/mobile">Mobile</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/pogo" link-title="" link-text="Pogo" unresolved > <a href="https://www.ea.com/pogo">Pogo</a> </ea-link> </ea-local-nav-drawer-sub-nav-section> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="EXPERIENCES" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/ea-app" link-title="" link-text="The EA app" text-color="" unresolved > <a href="https://www.ea.com/ea-app">The EA app</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/ea-play" link-title="" link-text="EA Play" text-color="" unresolved > <a href="https://www.ea.com/ea-play">EA Play</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/compete" link-title="" link-text="Competitive Gaming" text-color="" unresolved > <a href="https://www.ea.com/compete">Competitive Gaming</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/playtesting" link-title="" link-text="Playtesting" text-color="" unresolved > <a href="https://www.ea.com/playtesting">Playtesting</a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="ABOUT" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/about" link-title="" link-text="Company" text-color="" unresolved > <a href="https://www.ea.com/about">Company</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/careers" link-title="" link-text="Careers" text-color="" unresolved > <a href="https://www.ea.com/careers">Careers</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/news" link-title="" link-text="News" text-color="" unresolved > <a href="https://www.ea.com/news">News</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/technology" link-title="" link-text="Technology" text-color="" unresolved > <a href="https://www.ea.com/technology">Technology</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/studios" link-title="" link-text="EA Studios" text-color="" unresolved > <a href="https://www.ea.com/studios">EA Studios</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/ea-partners" link-title="" link-text="EA Partners" text-color="" unresolved > <a href="https://www.ea.com/ea-partners">EA Partners</a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="COMMITMENTS" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments" link-title="" link-text="Our Commitments" text-color="" unresolved > <a href="https://www.ea.com/commitments">Our Commitments</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/positive-play" link-title="" link-text="Positive Play" text-color="" unresolved > <a href="https://www.ea.com/commitments/positive-play">Positive Play</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/people-and-culture" link-title="" link-text="People &amp; Inclusive Culture" text-color="" unresolved > <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/social-impact" link-title="" link-text="Social Impact" text-color="" unresolved > <a href="https://www.ea.com/commitments/social-impact">Social Impact</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/environment" link-title="" link-text="Environment " text-color="" unresolved > <a href="https://www.ea.com/commitments/environment">Environment </a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="RESOURCES" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://help.ea.com/" link-title="" link-text="Help" text-color="" unresolved > <a href="https://help.ea.com/">Help</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/forums" link-title="" link-text="Forums" text-color="" unresolved > <a href="https://www.ea.com/forums">Forums</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/positive-play/player-and-parental-tools" link-title="" link-text="Player and Parental Tools" text-color="" unresolved > <a href="https://www.ea.com/commitments/positive-play/player-and-parental-tools">Player and Parental Tools</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://ea.com/able" link-title="" link-text="Accessibility " text-color="" unresolved > <a href="https://ea.com/able">Accessibility </a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.eapressportal.com/" link-title="" link-text="Press" text-color="" unresolved > <a href="https://www.eapressportal.com/">Press</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://ir.ea.com/" link-title="" link-text="Investors" text-color="" unresolved > <a href="https://ir.ea.com/">Investors</a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> </ea-local-nav-advanced> <main> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="96px" small="96px" medium="96px" large="96px" largest="100px" > </ea-spacer> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" background-image-smallest="https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.320w.jpg" background-image-small="https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.768w.jpg" background-image-medium="https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.1024w.jpg" background-image-large="https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.1456w.jpg" background-image-largest="https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.1920w.jpg" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/news/www-ea/common/eacom-section-header-brand-xl.jpg.adapt.1920w.jpg 1456w" /> <ea-section-column slot="section-column" indent-right="3" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-landingSection-spacerTop-XS)" small="var(--eaCorporate-landingSection-spacerTop-SM)" medium="var(--eaCorporate-landingSection-spacerTop-MD)" large="var(--eaCorporate-landingSection-spacerTop-LG)" largest="var(--eaCorporate-landingSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="large" text-align="left" text-color="light" title-text="Inside EA" spacing-top="none" spacing-bottom="none" > <h3>Inside EA</h3> </ea-subheading> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-landingSection-spacerBottom-XS)" small="var(--eaCorporate-landingSection-spacerBottom-SM)" medium="var(--eaCorporate-landingSection-spacerBottom-MD)" large="var(--eaCorporate-landingSection-spacerBottom-LG)" largest="var(--eaCorporate-landingSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-tabs"> </ea-elements-loader> <dom-bind> <template> <ea-tabs unresolved theme="custom" indicate autoselect selected="{{ selected }}" > <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#all-stories" theme="custom" > All Stories </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#inclusion-diversity" theme="custom" > Inclusion &amp; Diversity </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#people-culture" theme="custom" > People &amp; Culture </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#community-investment" theme="custom" > Community Investment </ea-tab> </ea-tabs> <iron-pages selected="{{ selected }}"> <div> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="medium" spacing-bottom="medium" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <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="small" spacing-bottom="medium" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" cards="" background-color="none" ajax-url="/pagination/2-GhyDra5RgsOG%2BiP3Una%2FlIBqgs5RGg1P5yRJDj4qAUok9Cd9if5p8oLX6wvfBPEjrqywBQciYAtqWwgxzAulhfYTPVRLRTdWE3hhv9zysv857StjtfM%2FapTvvVkYVeA11eWFY0Y47fgVbKTw9PfmKAiBOLEF0iUDkD9JbHHMI24XX7iIAImMEWQwSiqXhFdPdmCLCCSWQH58nvo8D60Nkzeo1Psc6zHJ823bpQ%3D%3D" total-count="85" 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/news/www-ea/common/datv-strand-hair-blog-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Nov 12, 2024" title-text="Bringing Locks to Life With Strand Hair Technology in Dragon Age: The Veilg…" tooltip="Bringing Locks to Life With Strand Hair Technology in Dragon Age: The Veilguard" > <h3>Bringing Locks to Life With Strand Hair Technology in Dragon Age: The Veilg…</h3> <div>Electronic Arts Inc.</div> <div>Nov 12, 2024</div> <ea-tile-copy slot="copy"> See how Frostbite and BioWare took Strand Hair tech to the next level, simulating up to 50,000 individual strands for over 100 hairstyles in Dragon Age: The Veilguard. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/strand-hair-dragon-age-the-veilguard" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/strand-hair-dragon-age-the-veilguard" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/news/www-ea/common/madden25-screenshot-boomtech-3840x2160.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Aug 21, 2024" title-text="The Innovations Behind BOOM Tech in EA SPORTS™ Madden NFL 25" tooltip="The Innovations Behind BOOM Tech in EA SPORTS™ Madden NFL 25" > <h3>The Innovations Behind BOOM Tech in EA SPORTS™ Madden NFL 25</h3> <div>Electronic Arts Inc.</div> <div>Aug 21, 2024</div> <ea-tile-copy slot="copy"> Physics and animation techniques combine as BOOM Tech to create unique tackles in Madden NFL 25. See how every collision hits different with BOOM Tech. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/boom-tech-ea-sports-madden-nfl-25" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/boom-tech-ea-sports-madden-nfl-25" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/news/www-ea/common/cfb25-colorado-stadium-gibs-lighting.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Jul 26, 2024" title-text="GIBS Lighting Technology in EA SPORTS™ College Football 25" tooltip="GIBS Lighting Technology in EA SPORTS™ College Football 25" > <h3>GIBS Lighting Technology in EA SPORTS™ College Football 25</h3> <div>Electronic Arts Inc.</div> <div>Jul 26, 2024</div> <ea-tile-copy slot="copy"> Global Illumination Based on Surfels (GIBS) is innovative EA technology. See how it leverages ray tracing and lights up EA SPORTS™ College Football 25. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/gibs-lighting-ea-sports-college-football-25" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/gibs-lighting-ea-sports-college-football-25" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:3" media="https://media.contentapi.ea.com/content/dam/news/www-ea/common/1x0a4973.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Jul 25, 2024" title-text="FC FUTURES: Opening the beautiful game to the world" tooltip="FC FUTURES: Opening the beautiful game to the world" > <h3>FC FUTURES: Opening the beautiful game to the world</h3> <div>Electronic Arts Inc.</div> <div>Jul 25, 2024</div> <ea-tile-copy slot="copy"> EA FC FUTURES has opened football to more than 170,000 people around the globe, refurbished pitches, handed out supplies, and more. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/fc-futures-one-year" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/fc-futures-one-year" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:4" media="https://media.contentapi.ea.com/content/dam/eacom/common/champion-women-in-sports-and-gaming-article-16x9-thumbnail.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Mar 22, 2024" title-text="EA SPORTS: Our Continued Efforts to Champion Women in Sports &amp; Gaming " tooltip="EA SPORTS: Our Continued Efforts to Champion Women in Sports &amp; Gaming " > <h3>EA SPORTS: Our Continued Efforts to Champion Women in Sports &amp; Gaming </h3> <div>Electronic Arts Inc.</div> <div>Mar 22, 2024</div> <ea-tile-copy slot="copy"> EA SPORTS celebrates the amazing women in our studios, games & industries – and highlighting our ongoing commitments to inclusion. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/our-continued-efforts-to-champion-women-in-sports-and-gaming" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/our-continued-efforts-to-champion-women-in-sports-and-gaming" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:5" media="https://media.contentapi.ea.com/content/dam/eacom/images/2022/07/eacom-brand-featured-image-16x9.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Feb 15, 2023" title-text="Electronic Arts Named to Several ‘Best Places to Work’ Lists in 2022" tooltip="Electronic Arts Named to Several ‘Best Places to Work’ Lists in 2022" > <h3>Electronic Arts Named to Several ‘Best Places to Work’ Lists in 2022</h3> <div>Inside EA</div> <div>Feb 15, 2023</div> <ea-tile-copy slot="copy"> Electronic Arts has been recognized for several achievements in workplace excellence. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/electronic-arts-named-to-several-best-places-to-work-lists-2022" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/electronic-arts-named-to-several-best-places-to-work-lists-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:6" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/bptw-motive-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="EA Sports" eyebrow-secondary-text="Oct 19, 2022" title-text="EA Studios Named Best Places to Work in Canada" tooltip="EA Studios Named Best Places to Work in Canada" > <h3>EA Studios Named Best Places to Work in Canada</h3> <div>EA Sports</div> <div>Oct 19, 2022</div> <ea-tile-copy slot="copy"> EA SPORTS, Motive, and Full Circle earn accolades from GamesIndustry.biz. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ea-studios-named-best-places-to-work" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ea-studios-named-best-places-to-work" > 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:7" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/jessicamyk-eav-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Oct 10, 2022" title-text="From Government to Game Development, Jessica Makes a Move." tooltip="From Government to Game Development, Jessica Makes a Move." > <h3>From Government to Game Development, Jessica Makes a Move.</h3> <div>Inside EA</div> <div>Oct 10, 2022</div> <ea-tile-copy slot="copy"> Team culture and Dynamic were driving factors for choosing EA. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/from-government-to-game-development" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/from-government-to-game-development" > 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:8" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/inside-ea-2022-wordmark-over-heritage-shapes-featured-image.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Sep 19, 2022" title-text=" Celebrating 6 years of our Purpose and Beliefs Awards" tooltip=" Celebrating 6 years of our Purpose and Beliefs Awards" > <h3> Celebrating 6 years of our Purpose and Beliefs Awards</h3> <div>Inside EA</div> <div>Sep 19, 2022</div> <ea-tile-copy slot="copy"> These values are the bedrock of everything we do. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/celebrating-6-years-of-our-purpose-beliefs-awards" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/celebrating-6-years-of-our-purpose-beliefs-awards" > 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:9" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/ravi-fcwall-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Sep 12, 2022" title-text="What Makes a Great Quality Designer" tooltip="What Makes a Great Quality Designer" > <h3>What Makes a Great Quality Designer</h3> <div>Inside EA</div> <div>Sep 12, 2022</div> <ea-tile-copy slot="copy"> ’A key trait is the desire to learn’ </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/what-makes-a-great-quality-designer" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/what-makes-a-great-quality-designer" > 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:10" media="https://media.contentapi.ea.com/content/dam/eacom/images/2022/07/eacom-brand-featured-image-16x9.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Aug 25, 2022" title-text="EA’s Summer of Steam" tooltip="EA’s Summer of Steam" > <h3>EA’s Summer of Steam</h3> <div>Inside EA</div> <div>Aug 25, 2022</div> <ea-tile-copy slot="copy"> A blog to highlight and celebrate EA support for summer programs to help young people from diverse backgrounds to develop skills in STEAM (Science, Technology, Engineering, Arts and Mathematics). </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ea-s-summer-of-steam" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ea-s-summer-of-steam" > 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:11" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/robweber-profile-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Aug 8, 2022" title-text="Rob Weber returns to EA as a Quality Designer" tooltip="Rob Weber returns to EA as a Quality Designer" > <h3>Rob Weber returns to EA as a Quality Designer</h3> <div>Inside EA</div> <div>Aug 8, 2022</div> <ea-tile-copy slot="copy"> There is a lot of pride and fun working at EA - I get to work on a game that is recognized around the world. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/rob-weber-returns-as-quality-designer" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/rob-weber-returns-as-quality-designer" > 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:12" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/barbarahomewood-eav-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Jul 18, 2022" title-text="You don’t need gaming experience to enter the industry" tooltip="You don’t need gaming experience to enter the industry" > <h3>You don’t need gaming experience to enter the industry</h3> <div>Inside EA</div> <div>Jul 18, 2022</div> <ea-tile-copy slot="copy"> Barbara Homewood is currently a Quality Designer at Electronic Arts and shares her passion for technology and growth </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/how-you-dont-need-experience-to-enter-the-industry" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/how-you-dont-need-experience-to-enter-the-industry" > 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:13" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/respawn-2-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="May 13, 2022" title-text="EA Studios Named Best Places to Work in the U.S." tooltip="EA Studios Named Best Places to Work in the U.S." > <h3>EA Studios Named Best Places to Work in the U.S.</h3> <div>Inside EA</div> <div>May 13, 2022</div> <ea-tile-copy slot="copy"> Respawn Entertainment, Maxis, and Industrial Toys earn accolades from GamesIndustry.biz </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ea-studios-named-best-places-to-work-in-the-us" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ea-studios-named-best-places-to-work-in-the-us" > 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:14" media="https://media.contentapi.ea.com/content/dam/news/www-ea/images/2022/04/ea-news-article-farah-ali-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Apr 8, 2022" title-text="Creating Immersive Player Experiences" tooltip="Creating Immersive Player Experiences" > <h3>Creating Immersive Player Experiences</h3> <div>Inside EA</div> <div>Apr 8, 2022</div> <ea-tile-copy slot="copy"> Farah Ali, VP of Growth Technology at Electronic Arts, explains how her team uses petabytes of data to build a more competitive gaming experience. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/creating-immersive-player-experiences" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/creating-immersive-player-experiences" > 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:15" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2022/04/maxiswebsite-brand-logo.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Apr 1, 2022" title-text="Come Build The Future of The Sims at Maxis" tooltip="Come Build The Future of The Sims at Maxis" > <h3>Come Build The Future of The Sims at Maxis</h3> <div>Inside EA</div> <div>Apr 1, 2022</div> <ea-tile-copy slot="copy"> Our ambition: inspire everyone to make a better world through creative play </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/come-build-the-future-of-the-sims-at-maxis" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/come-build-the-future-of-the-sims-at-maxis" > 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:16" media="https://media.contentapi.ea.com/content/dam/news/www-ea/en-us/common/ea-blog-post-social-impact-image.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Mar 31, 2022" title-text="Creating a Positive Impact Inside and Outside Our Games" tooltip="Creating a Positive Impact Inside and Outside Our Games" > <h3>Creating a Positive Impact Inside and Outside Our Games</h3> <div>Inside EA</div> <div>Mar 31, 2022</div> <ea-tile-copy slot="copy"> Creating a Positive Impact Inside and Outside Our Games </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/creating-a-positive-impact-inside-and-outside-our-games" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/creating-a-positive-impact-inside-and-outside-our-games" > 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:17" media="https://media.contentapi.ea.com/content/dam/eacom/images/2022/03/digital-schoolhouse-everfi-uk-partnership.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Mar 23, 2022" title-text="New educational partnerships in the UK help inspire NextGen talent" tooltip="New educational partnerships in the UK help inspire NextGen talent" > <h3>New educational partnerships in the UK help inspire NextGen talent</h3> <div>Inside EA</div> <div>Mar 23, 2022</div> <ea-tile-copy slot="copy"> Today we’re excited to share details of our partnerships with Digital Schoolhouse and EVERFI. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/new-educational-partnerships-in-the-uk" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/new-educational-partnerships-in-the-uk" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-load-more"> </ea-elements-loader> <ea-load-more label-text="Load More" quantity="18" slot="load-more" title="" theme="dark" unresolved > Load More </ea-load-more> </ea-grid> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> </div> <div> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="medium" spacing-bottom="medium" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <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="small" spacing-bottom="medium" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" cards="" background-color="none" ajax-url="/pagination/2-Wxt0Vu8vqJCfs2eFNS9n4ZuBrYsoZ7T9Z03%2F3L0lzPOfXiKXgrW7lPPr%2BM5lBxS1JT9XpVvscJGbezwAVXXstjUCmCOi6eN3LXfOnBDa9h1k3oa7BAyR781cLsakkdUj9q0BoLp0Gep%2BO2JwPBjOt%2FJgeSCNi1xYk%2FBEYLWChRveRCieXAF6gaYIhVB0d84dmR2q5piFlz3ixtzO%2F5NktxVT%2Bj0lniAtT7A%3D" total-count="14" 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/firemonkeys/images/2022/01/sfp-insideea-blog-thumbnail-studio-shot.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Jan 13, 2022" title-text="EA’s Firemonkeys Studio celebrates 10 years of The Sims FreePlay" tooltip="EA’s Firemonkeys Studio celebrates 10 years of The Sims FreePlay" > <h3>EA’s Firemonkeys Studio celebrates 10 years of The Sims FreePlay</h3> <div>Inside EA</div> <div>Jan 13, 2022</div> <ea-tile-copy slot="copy"> It all started with bringing The Sims to mobile - and has since grown into a franchise favorite </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/firemonkeys-studio-celebrates-10-years-of-the-sims-freeplay" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/firemonkeys-studio-celebrates-10-years-of-the-sims-freeplay" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/news/www-ea/images/2021/11/ea-able-inclusion-feature-image-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Nov 2, 2021" title-text="ABLE Celebrates National Disability Employment Awareness Month" tooltip="ABLE Celebrates National Disability Employment Awareness Month" > <h3>ABLE Celebrates National Disability Employment Awareness Month</h3> <div>Inside EA</div> <div>Nov 2, 2021</div> <ea-tile-copy slot="copy"> A time to educate about disability employment issues and celebrate the many and varied contributions of workers with disabilities </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/able-celebrates-ndeam-2021" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/able-celebrates-ndeam-2021" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2021/10/eacom-juntos-stronger-together-featured-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Oct 15, 2021" title-text="Juntos: Stronger Together" tooltip="Juntos: Stronger Together" > <h3>Juntos: Stronger Together</h3> <div>Inside EA</div> <div>Oct 15, 2021</div> <ea-tile-copy slot="copy"> Celebrating & supporting our Hispanic/Latinx employees & players at EA </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/juntos-stronger-together" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/juntos-stronger-together" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:3" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2021/06/ea-beat-juneteenth-featured-image-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Jun 25, 2021" title-text="Bring it Back Recap: EA’s Celebration of Juneteenth" tooltip="Bring it Back Recap: EA’s Celebration of Juneteenth" > <h3>Bring it Back Recap: EA’s Celebration of Juneteenth</h3> <div>Inside EA</div> <div>Jun 25, 2021</div> <ea-tile-copy slot="copy"> Educating, advocating, and celebrating the experience of Black communities and culture at EA and beyond </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/celebration-of-juneteenth-2021" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/celebration-of-juneteenth-2021" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:4" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/inside-ea-pride-month-2021-featured-image-16x9.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Jun 1, 2021" title-text="Proud Everyday. That’s How We Play." tooltip="Proud Everyday. That’s How We Play." > <h3>Proud Everyday. That’s How We Play.</h3> <div>Inside EA</div> <div>Jun 1, 2021</div> <ea-tile-copy slot="copy"> Celebrating & supporting our LGBTQIA+ employees & players at EA. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/pride-month-2021" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/pride-month-2021" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:5" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/getting-more-women-into-the-game-grid.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Mar 8, 2021" title-text="Getting More Women Into The Game" tooltip="Getting More Women Into The Game" > <h3>Getting More Women Into The Game</h3> <div>Inside EA</div> <div>Mar 8, 2021</div> <ea-tile-copy slot="copy"> What are you going to #ChooseToChallenge? </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/getting-more-women-into-the-game" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/getting-more-women-into-the-game" > 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:6" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/celebrating-black-history-month.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Feb 22, 2021" title-text="Celebrating Black History Month at Electronic Arts" tooltip="Celebrating Black History Month at Electronic Arts" > <h3>Celebrating Black History Month at Electronic Arts</h3> <div>Inside EA</div> <div>Feb 22, 2021</div> <ea-tile-copy slot="copy"> The Black EA Team (BEAT!) kicked things off by introducing this year’s theme, Shades of Black. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/celebrating-black-history-month" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/celebrating-black-history-month" > 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:7" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/10/somos-ea-erg-with-raices.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Nov 12, 2020" title-text="Celebrate Black Creators. Amplify Black Voices #WeAreOne" tooltip="Celebrate Black Creators. Amplify Black Voices #WeAreOne" > <h3>Celebrate Black Creators. Amplify Black Voices #WeAreOne</h3> <div>Inside EA</div> <div>Nov 12, 2020</div> <ea-tile-copy slot="copy"> Honoring our UK Black content creator community. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/uk-black-history-month" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/uk-black-history-month" > 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:8" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/10/somos-ea-erg-with-raices.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Oct 16, 2020" title-text="SOMOS EA ERG Taking a Stand With RAICES" tooltip="SOMOS EA ERG Taking a Stand With RAICES" > <h3>SOMOS EA ERG Taking a Stand With RAICES</h3> <div>Inside EA</div> <div>Oct 16, 2020</div> <ea-tile-copy slot="copy"> Honoring our Latinx/Hispanic player community </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/somos-ea-erg-with-raices" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/somos-ea-erg-with-raices" > 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:9" media="https://media.contentapi.ea.com/content/dam/news/ea-careers/images/2020/08/placeholder-ea-careers-sasha1.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="EA Careers" eyebrow-secondary-text="Aug 20, 2020" title-text="Meet Our Summer Intern - Sasha" tooltip="Meet Our Summer Intern - Sasha" > <h3>Meet Our Summer Intern - Sasha</h3> <div>EA Careers</div> <div>Aug 20, 2020</div> <ea-tile-copy slot="copy"> Learn how Sasha is bringing her passion for storytelling to tell diverse stories through video games. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/sasha" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/sasha" > 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:10" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/grid-juneteenth-event-2.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Jun 19, 2020" title-text="Electronic Arts Juneteenth Event" tooltip="Electronic Arts Juneteenth Event" > <h3>Electronic Arts Juneteenth Event</h3> <div>Inside EA</div> <div>Jun 19, 2020</div> <ea-tile-copy slot="copy"> Juneteenth is a company-wide day of volunteering and learning focused on allyship. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/juneteenth-event" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/juneteenth-event" > 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:11" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/grid-inclusion-diversity-work-at-ea-ally-copy.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="May 29, 2020" title-text="Inclusion &amp; Diversity Work at EA" tooltip="Inclusion &amp; Diversity Work at EA" > <h3>Inclusion &amp; Diversity Work at EA</h3> <div>Inside EA</div> <div>May 29, 2020</div> <ea-tile-copy slot="copy"> Take a look at how EA brings the company together to discuss topics centered around inclusion and diversity. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/inclusion-diversity-work-at-ea" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/inclusion-diversity-work-at-ea" > 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:12" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/grid-ukie-inititiave-raise-the-game.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Feb 4, 2020" title-text="Ukie Initiative and #RaisetheGame" tooltip="Ukie Initiative and #RaisetheGame" > <h3>Ukie Initiative and #RaisetheGame</h3> <div>Inside EA</div> <div>Feb 4, 2020</div> <ea-tile-copy slot="copy"> Electronic Arts pledges to advance inclusion and diversity in the video games industry. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ukie-inititiave" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ukie-inititiave" > 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:13" media="https://media.contentapi.ea.com/content/dam/news/www-ea/en-us/migrated-images/2017/03/diversity-ea-com-news-diversity-sims-4.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Mar 3, 2017" title-text="EA Wins Top 10 International Innovations in Diversity Award" tooltip="EA Wins Top 10 International Innovations in Diversity Award" > <h3>EA Wins Top 10 International Innovations in Diversity Award</h3> <div>Electronic Arts Inc.</div> <div>Mar 3, 2017</div> <ea-tile-copy slot="copy"> We are honored to be recognized by Diversity Journal as part of the Top 10 International Innovations in Diversity Award listed companies. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/top-ten-innovations-in-diversity" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/top-ten-innovations-in-diversity" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-load-more"> </ea-elements-loader> <ea-load-more label-text="Load More" quantity="18" slot="load-more" title="" theme="dark" unresolved > Load More </ea-load-more> </ea-grid> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> </div> <div> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="medium" spacing-bottom="medium" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <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="small" spacing-bottom="medium" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" cards="" background-color="none" ajax-url="/pagination/2-qohRpUNGWrsfeVsQuglFO51j63%2B%2By6a1tqWJ8f%2FdgpTjiqmwvEezhHgUxm2otdOqe%2B179RCPd%2BOrdGkjJBB1lm3j8arOKxxQKFgOM2GVHnlLopZpbbCKOz1OlN8Nhv%2BUiiUQrXgu09keWjhCGxnrKjj9MLqdfyrbUy8U81XeQAUQl76BjUO%2BLK9iwLNTtswK79xIElSe%2Fa6bfZ4TV2sG8A%3D%3D" total-count="61" 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/news/www-ea/common/datv-strand-hair-blog-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Nov 12, 2024" title-text="Bringing Locks to Life With Strand Hair Technology in Dragon Age: The Veilg…" tooltip="Bringing Locks to Life With Strand Hair Technology in Dragon Age: The Veilguard" > <h3>Bringing Locks to Life With Strand Hair Technology in Dragon Age: The Veilg…</h3> <div>Electronic Arts Inc.</div> <div>Nov 12, 2024</div> <ea-tile-copy slot="copy"> See how Frostbite and BioWare took Strand Hair tech to the next level, simulating up to 50,000 individual strands for over 100 hairstyles in Dragon Age: The Veilguard. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/strand-hair-dragon-age-the-veilguard" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/strand-hair-dragon-age-the-veilguard" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/news/www-ea/common/madden25-screenshot-boomtech-3840x2160.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Aug 21, 2024" title-text="The Innovations Behind BOOM Tech in EA SPORTS™ Madden NFL 25" tooltip="The Innovations Behind BOOM Tech in EA SPORTS™ Madden NFL 25" > <h3>The Innovations Behind BOOM Tech in EA SPORTS™ Madden NFL 25</h3> <div>Electronic Arts Inc.</div> <div>Aug 21, 2024</div> <ea-tile-copy slot="copy"> Physics and animation techniques combine as BOOM Tech to create unique tackles in Madden NFL 25. See how every collision hits different with BOOM Tech. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/boom-tech-ea-sports-madden-nfl-25" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/boom-tech-ea-sports-madden-nfl-25" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/news/www-ea/common/cfb25-colorado-stadium-gibs-lighting.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Jul 26, 2024" title-text="GIBS Lighting Technology in EA SPORTS™ College Football 25" tooltip="GIBS Lighting Technology in EA SPORTS™ College Football 25" > <h3>GIBS Lighting Technology in EA SPORTS™ College Football 25</h3> <div>Electronic Arts Inc.</div> <div>Jul 26, 2024</div> <ea-tile-copy slot="copy"> Global Illumination Based on Surfels (GIBS) is innovative EA technology. See how it leverages ray tracing and lights up EA SPORTS™ College Football 25. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/gibs-lighting-ea-sports-college-football-25" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/gibs-lighting-ea-sports-college-football-25" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:3" media="https://media.contentapi.ea.com/content/dam/eacom/common/champion-women-in-sports-and-gaming-article-16x9-thumbnail.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Mar 22, 2024" title-text="EA SPORTS: Our Continued Efforts to Champion Women in Sports &amp; Gaming " tooltip="EA SPORTS: Our Continued Efforts to Champion Women in Sports &amp; Gaming " > <h3>EA SPORTS: Our Continued Efforts to Champion Women in Sports &amp; Gaming </h3> <div>Electronic Arts Inc.</div> <div>Mar 22, 2024</div> <ea-tile-copy slot="copy"> EA SPORTS celebrates the amazing women in our studios, games & industries – and highlighting our ongoing commitments to inclusion. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/our-continued-efforts-to-champion-women-in-sports-and-gaming" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/our-continued-efforts-to-champion-women-in-sports-and-gaming" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:4" media="https://media.contentapi.ea.com/content/dam/eacom/images/2022/07/eacom-brand-featured-image-16x9.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Feb 15, 2023" title-text="Electronic Arts Named to Several ‘Best Places to Work’ Lists in 2022" tooltip="Electronic Arts Named to Several ‘Best Places to Work’ Lists in 2022" > <h3>Electronic Arts Named to Several ‘Best Places to Work’ Lists in 2022</h3> <div>Inside EA</div> <div>Feb 15, 2023</div> <ea-tile-copy slot="copy"> Electronic Arts has been recognized for several achievements in workplace excellence. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/electronic-arts-named-to-several-best-places-to-work-lists-2022" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/electronic-arts-named-to-several-best-places-to-work-lists-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:5" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/bptw-motive-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="EA Sports" eyebrow-secondary-text="Oct 19, 2022" title-text="EA Studios Named Best Places to Work in Canada" tooltip="EA Studios Named Best Places to Work in Canada" > <h3>EA Studios Named Best Places to Work in Canada</h3> <div>EA Sports</div> <div>Oct 19, 2022</div> <ea-tile-copy slot="copy"> EA SPORTS, Motive, and Full Circle earn accolades from GamesIndustry.biz. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ea-studios-named-best-places-to-work" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ea-studios-named-best-places-to-work" > 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:6" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/jessicamyk-eav-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Oct 10, 2022" title-text="From Government to Game Development, Jessica Makes a Move." tooltip="From Government to Game Development, Jessica Makes a Move." > <h3>From Government to Game Development, Jessica Makes a Move.</h3> <div>Inside EA</div> <div>Oct 10, 2022</div> <ea-tile-copy slot="copy"> Team culture and Dynamic were driving factors for choosing EA. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/from-government-to-game-development" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/from-government-to-game-development" > 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:7" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/inside-ea-2022-wordmark-over-heritage-shapes-featured-image.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Sep 19, 2022" title-text=" Celebrating 6 years of our Purpose and Beliefs Awards" tooltip=" Celebrating 6 years of our Purpose and Beliefs Awards" > <h3> Celebrating 6 years of our Purpose and Beliefs Awards</h3> <div>Inside EA</div> <div>Sep 19, 2022</div> <ea-tile-copy slot="copy"> These values are the bedrock of everything we do. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/celebrating-6-years-of-our-purpose-beliefs-awards" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/celebrating-6-years-of-our-purpose-beliefs-awards" > 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:8" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/ravi-fcwall-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Sep 12, 2022" title-text="What Makes a Great Quality Designer" tooltip="What Makes a Great Quality Designer" > <h3>What Makes a Great Quality Designer</h3> <div>Inside EA</div> <div>Sep 12, 2022</div> <ea-tile-copy slot="copy"> ’A key trait is the desire to learn’ </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/what-makes-a-great-quality-designer" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/what-makes-a-great-quality-designer" > 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:9" media="https://media.contentapi.ea.com/content/dam/eacom/images/2022/07/eacom-brand-featured-image-16x9.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Aug 25, 2022" title-text="EA’s Summer of Steam" tooltip="EA’s Summer of Steam" > <h3>EA’s Summer of Steam</h3> <div>Inside EA</div> <div>Aug 25, 2022</div> <ea-tile-copy slot="copy"> A blog to highlight and celebrate EA support for summer programs to help young people from diverse backgrounds to develop skills in STEAM (Science, Technology, Engineering, Arts and Mathematics). </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ea-s-summer-of-steam" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ea-s-summer-of-steam" > 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:10" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/robweber-profile-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Aug 8, 2022" title-text="Rob Weber returns to EA as a Quality Designer" tooltip="Rob Weber returns to EA as a Quality Designer" > <h3>Rob Weber returns to EA as a Quality Designer</h3> <div>Inside EA</div> <div>Aug 8, 2022</div> <ea-tile-copy slot="copy"> There is a lot of pride and fun working at EA - I get to work on a game that is recognized around the world. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/rob-weber-returns-as-quality-designer" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/rob-weber-returns-as-quality-designer" > 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:11" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/barbarahomewood-eav-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Jul 18, 2022" title-text="You don’t need gaming experience to enter the industry" tooltip="You don’t need gaming experience to enter the industry" > <h3>You don’t need gaming experience to enter the industry</h3> <div>Inside EA</div> <div>Jul 18, 2022</div> <ea-tile-copy slot="copy"> Barbara Homewood is currently a Quality Designer at Electronic Arts and shares her passion for technology and growth </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/how-you-dont-need-experience-to-enter-the-industry" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/how-you-dont-need-experience-to-enter-the-industry" > 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:12" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/respawn-2-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="May 13, 2022" title-text="EA Studios Named Best Places to Work in the U.S." tooltip="EA Studios Named Best Places to Work in the U.S." > <h3>EA Studios Named Best Places to Work in the U.S.</h3> <div>Inside EA</div> <div>May 13, 2022</div> <ea-tile-copy slot="copy"> Respawn Entertainment, Maxis, and Industrial Toys earn accolades from GamesIndustry.biz </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ea-studios-named-best-places-to-work-in-the-us" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ea-studios-named-best-places-to-work-in-the-us" > 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:13" media="https://media.contentapi.ea.com/content/dam/news/www-ea/images/2022/04/ea-news-article-farah-ali-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Apr 8, 2022" title-text="Creating Immersive Player Experiences" tooltip="Creating Immersive Player Experiences" > <h3>Creating Immersive Player Experiences</h3> <div>Inside EA</div> <div>Apr 8, 2022</div> <ea-tile-copy slot="copy"> Farah Ali, VP of Growth Technology at Electronic Arts, explains how her team uses petabytes of data to build a more competitive gaming experience. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/creating-immersive-player-experiences" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/creating-immersive-player-experiences" > 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:14" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2022/04/maxiswebsite-brand-logo.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Apr 1, 2022" title-text="Come Build The Future of The Sims at Maxis" tooltip="Come Build The Future of The Sims at Maxis" > <h3>Come Build The Future of The Sims at Maxis</h3> <div>Inside EA</div> <div>Apr 1, 2022</div> <ea-tile-copy slot="copy"> Our ambition: inspire everyone to make a better world through creative play </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/come-build-the-future-of-the-sims-at-maxis" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/come-build-the-future-of-the-sims-at-maxis" > 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:15" media="https://media.contentapi.ea.com/content/dam/news/www-ea/en-us/common/ea-blog-post-social-impact-image.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Mar 31, 2022" title-text="Creating a Positive Impact Inside and Outside Our Games" tooltip="Creating a Positive Impact Inside and Outside Our Games" > <h3>Creating a Positive Impact Inside and Outside Our Games</h3> <div>Inside EA</div> <div>Mar 31, 2022</div> <ea-tile-copy slot="copy"> Creating a Positive Impact Inside and Outside Our Games </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/creating-a-positive-impact-inside-and-outside-our-games" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/creating-a-positive-impact-inside-and-outside-our-games" > 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:16" media="https://media.contentapi.ea.com/content/dam/news/www-ea/common/fullcircle-article-featuredimage16x9.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Dec 16, 2021" title-text="Inside Full Circle – Melvin Teo, skate. producer" tooltip="Inside Full Circle – Melvin Teo, skate. producer" > <h3>Inside Full Circle – Melvin Teo, skate. producer</h3> <div>Inside EA</div> <div>Dec 16, 2021</div> <ea-tile-copy slot="copy"> Discover more about the Full Circle studio with Melvin Teo, skate. producer. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/inside-full-circle-melvin-teo" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/inside-full-circle-melvin-teo" > 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:17" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2021/11/natali-profile-web.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Nov 4, 2021" title-text="EA SPORTS expands its recruitment efforts to new locations" tooltip="EA SPORTS expands its recruitment efforts to new locations" > <h3>EA SPORTS expands its recruitment efforts to new locations</h3> <div>Inside EA</div> <div>Nov 4, 2021</div> <ea-tile-copy slot="copy"> Natali Altshuler, VP, Head of Operations, EA SPORTS reflects on a year of growth. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/easports-expands-its-recruitment-efforts" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/easports-expands-its-recruitment-efforts" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-load-more"> </ea-elements-loader> <ea-load-more label-text="Load More" quantity="18" slot="load-more" title="" theme="dark" unresolved > Load More </ea-load-more> </ea-grid> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> </div> <div> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="medium" spacing-bottom="medium" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <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="small" spacing-bottom="medium" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" cards="" background-color="none" ajax-url="/pagination/2-ThPMmIELpeKNRhIxX8aInR4kMuN%2FsYgyZ2DjDOns4qN%2FTlDzSLPtpgfYu4YVmOegpbx8KEIaGLctP2Ptl6%2FpGcwOk%2F%2BpiatEpcvravUFchtb333DnQq4ligeU3mEi8zgMCQF0OVWfBtbZbuRlw2EEbDmyV0uvL%2B0JOoy3OpgGepgYnOrtK%2FC9XObzdGR1d9xwVtnc%2FGfDGL2LTVHnWZND2BPdcpHr6Svf8h412Zl" total-count="21" 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/news/www-ea/common/1x0a4973.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Jul 25, 2024" title-text="FC FUTURES: Opening the beautiful game to the world" tooltip="FC FUTURES: Opening the beautiful game to the world" > <h3>FC FUTURES: Opening the beautiful game to the world</h3> <div>Electronic Arts Inc.</div> <div>Jul 25, 2024</div> <ea-tile-copy slot="copy"> EA FC FUTURES has opened football to more than 170,000 people around the globe, refurbished pitches, handed out supplies, and more. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/fc-futures-one-year" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/fc-futures-one-year" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/jessicamyk-eav-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Oct 10, 2022" title-text="From Government to Game Development, Jessica Makes a Move." tooltip="From Government to Game Development, Jessica Makes a Move." > <h3>From Government to Game Development, Jessica Makes a Move.</h3> <div>Inside EA</div> <div>Oct 10, 2022</div> <ea-tile-copy slot="copy"> Team culture and Dynamic were driving factors for choosing EA. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/from-government-to-game-development" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/from-government-to-game-development" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/ravi-fcwall-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Sep 12, 2022" title-text="What Makes a Great Quality Designer" tooltip="What Makes a Great Quality Designer" > <h3>What Makes a Great Quality Designer</h3> <div>Inside EA</div> <div>Sep 12, 2022</div> <ea-tile-copy slot="copy"> ’A key trait is the desire to learn’ </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/what-makes-a-great-quality-designer" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/what-makes-a-great-quality-designer" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:3" media="https://media.contentapi.ea.com/content/dam/eacom/images/2022/07/eacom-brand-featured-image-16x9.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Aug 25, 2022" title-text="EA’s Summer of Steam" tooltip="EA’s Summer of Steam" > <h3>EA’s Summer of Steam</h3> <div>Inside EA</div> <div>Aug 25, 2022</div> <ea-tile-copy slot="copy"> A blog to highlight and celebrate EA support for summer programs to help young people from diverse backgrounds to develop skills in STEAM (Science, Technology, Engineering, Arts and Mathematics). </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ea-s-summer-of-steam" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ea-s-summer-of-steam" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:4" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/robweber-profile-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Aug 8, 2022" title-text="Rob Weber returns to EA as a Quality Designer" tooltip="Rob Weber returns to EA as a Quality Designer" > <h3>Rob Weber returns to EA as a Quality Designer</h3> <div>Inside EA</div> <div>Aug 8, 2022</div> <ea-tile-copy slot="copy"> There is a lot of pride and fun working at EA - I get to work on a game that is recognized around the world. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/rob-weber-returns-as-quality-designer" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/rob-weber-returns-as-quality-designer" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:5" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/barbarahomewood-eav-16x9-featured-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Jul 18, 2022" title-text="You don’t need gaming experience to enter the industry" tooltip="You don’t need gaming experience to enter the industry" > <h3>You don’t need gaming experience to enter the industry</h3> <div>Inside EA</div> <div>Jul 18, 2022</div> <ea-tile-copy slot="copy"> Barbara Homewood is currently a Quality Designer at Electronic Arts and shares her passion for technology and growth </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/how-you-dont-need-experience-to-enter-the-industry" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/how-you-dont-need-experience-to-enter-the-industry" > 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:6" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/common/respawn-2-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="May 13, 2022" title-text="EA Studios Named Best Places to Work in the U.S." tooltip="EA Studios Named Best Places to Work in the U.S." > <h3>EA Studios Named Best Places to Work in the U.S.</h3> <div>Inside EA</div> <div>May 13, 2022</div> <ea-tile-copy slot="copy"> Respawn Entertainment, Maxis, and Industrial Toys earn accolades from GamesIndustry.biz </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ea-studios-named-best-places-to-work-in-the-us" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ea-studios-named-best-places-to-work-in-the-us" > 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:7" media="https://media.contentapi.ea.com/content/dam/news/www-ea/images/2022/04/ea-news-article-farah-ali-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Apr 8, 2022" title-text="Creating Immersive Player Experiences" tooltip="Creating Immersive Player Experiences" > <h3>Creating Immersive Player Experiences</h3> <div>Inside EA</div> <div>Apr 8, 2022</div> <ea-tile-copy slot="copy"> Farah Ali, VP of Growth Technology at Electronic Arts, explains how her team uses petabytes of data to build a more competitive gaming experience. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/creating-immersive-player-experiences" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/creating-immersive-player-experiences" > 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:8" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2022/04/maxiswebsite-brand-logo.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Apr 1, 2022" title-text="Come Build The Future of The Sims at Maxis" tooltip="Come Build The Future of The Sims at Maxis" > <h3>Come Build The Future of The Sims at Maxis</h3> <div>Inside EA</div> <div>Apr 1, 2022</div> <ea-tile-copy slot="copy"> Our ambition: inspire everyone to make a better world through creative play </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/come-build-the-future-of-the-sims-at-maxis" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/come-build-the-future-of-the-sims-at-maxis" > 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:9" media="https://media.contentapi.ea.com/content/dam/news/www-ea/en-us/common/ea-blog-post-social-impact-image.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Mar 31, 2022" title-text="Creating a Positive Impact Inside and Outside Our Games" tooltip="Creating a Positive Impact Inside and Outside Our Games" > <h3>Creating a Positive Impact Inside and Outside Our Games</h3> <div>Inside EA</div> <div>Mar 31, 2022</div> <ea-tile-copy slot="copy"> Creating a Positive Impact Inside and Outside Our Games </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/creating-a-positive-impact-inside-and-outside-our-games" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/creating-a-positive-impact-inside-and-outside-our-games" > 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:10" media="https://media.contentapi.ea.com/content/dam/eacom/images/2022/03/digital-schoolhouse-everfi-uk-partnership.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Mar 23, 2022" title-text="New educational partnerships in the UK help inspire NextGen talent" tooltip="New educational partnerships in the UK help inspire NextGen talent" > <h3>New educational partnerships in the UK help inspire NextGen talent</h3> <div>Inside EA</div> <div>Mar 23, 2022</div> <ea-tile-copy slot="copy"> Today we’re excited to share details of our partnerships with Digital Schoolhouse and EVERFI. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/new-educational-partnerships-in-the-uk" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/new-educational-partnerships-in-the-uk" > 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:11" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-tile-origin-experience.png.adapt.crop16x9.431p.png" eyebrow-text="Inside EA" eyebrow-secondary-text="Jun 4, 2021" title-text="Our Ongoing Commitments to Racial &amp; Social Justice" tooltip="Our Ongoing Commitments to Racial &amp; Social Justice" > <h3>Our Ongoing Commitments to Racial &amp; Social Justice</h3> <div>Inside EA</div> <div>Jun 4, 2021</div> <ea-tile-copy slot="copy"> Our Ongoing Commitments to Racial & Social Justice </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/juneteenth-2021" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/juneteenth-2021" > 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:12" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/grid-ea-joins-code-org.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Feb 2, 2020" title-text="Electronic Arts Joins Code.org to Contribute Coding Tutorials" tooltip="Electronic Arts Joins Code.org to Contribute Coding Tutorials" > <h3>Electronic Arts Joins Code.org to Contribute Coding Tutorials</h3> <div>Inside EA</div> <div>Feb 2, 2020</div> <ea-tile-copy slot="copy"> In partnership with Code.org, Electronic Arts employees have developed coding tutorials based on EA games, including Plants vs. Zombies and The Sims. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/ea-joins-code-org" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/ea-joins-code-org" > 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:13" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/grid-abilitypath-partnership.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Dec 8, 2019" title-text="Electronic Arts Partnership with AbilityPath " tooltip="Electronic Arts Partnership with AbilityPath " > <h3>Electronic Arts Partnership with AbilityPath </h3> <div>Inside EA</div> <div>Dec 8, 2019</div> <ea-tile-copy slot="copy"> Gatepath has been turning disabilities into possibilities for 100 years. Some of Gatepath’s adult clients work with Electronic Arts. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/abilitypath-partnership" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/abilitypath-partnership" > 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:14" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/grid-fundacion-one-partnership-international-congress-event.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Nov 4, 2019" title-text="Fundacion One Partnership" tooltip="Fundacion One Partnership" > <h3>Fundacion One Partnership</h3> <div>Inside EA</div> <div>Nov 4, 2019</div> <ea-tile-copy slot="copy"> Our Electronic Arts office in Spain has a strong and ongoing partnership with Fundación ONCE, which works to improve life conditions for persons with disabilities in the area. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/fundacion-one-partnership" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/fundacion-one-partnership" > 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:15" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/grid-eagivesback-local-school-support-1.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Oct 9, 2019" title-text="EA Gives Back Supports Local Shanghai School" tooltip="EA Gives Back Supports Local Shanghai School" > <h3>EA Gives Back Supports Local Shanghai School</h3> <div>Inside EA</div> <div>Oct 9, 2019</div> <ea-tile-copy slot="copy"> For EA Gives Back, the Shanghai office had 120 employees sign up to engage in two different volunteer projects. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/eagivesback-local-school-support" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/eagivesback-local-school-support" > 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:16" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/grid-charity-concert-ea-madrid.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Sep 20, 2019" title-text="Charity Concert at EA Madrid for &#x27;Playing for Change Foundation&#x27;" tooltip="Charity Concert at EA Madrid for &#x27;Playing for Change Foundation&#x27;" > <h3>Charity Concert at EA Madrid for &#x27;Playing for Change Foundation&#x27;</h3> <div>Inside EA</div> <div>Sep 20, 2019</div> <ea-tile-copy slot="copy"> Outreach Champions in EA’s Madrid office, partnered with Employee Resource Group leaders and business leaders to organize outreach events for the Spain office. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/charity-concert-ea-madrid" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/charity-concert-ea-madrid" > 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:17" media="https://media.contentapi.ea.com/content/dam/eacom/inside-ea/images/2020/09/grid-accessible-buildathon-copy.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Inside EA" eyebrow-secondary-text="Jul 25, 2019" title-text="Accessible Buildathon with The Neil Squire Society" tooltip="Accessible Buildathon with The Neil Squire Society" > <h3>Accessible Buildathon with The Neil Squire Society</h3> <div>Inside EA</div> <div>Jul 25, 2019</div> <ea-tile-copy slot="copy"> Our ABLE ERG chapter in Burnaby sponsored an event in partnership with Neil Squire Society. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/inside-ea/news/accessible-buildathon" link-text="Read More" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/inside-ea/news/accessible-buildathon" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-load-more"> </ea-elements-loader> <ea-load-more label-text="Load More" quantity="18" slot="load-more" title="" theme="dark" unresolved > Load More </ea-load-more> </ea-grid> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> </div> </iron-pages> </template> </dom-bind> <div> <style> .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { width: 90%; margin: 0 auto; padding: 3rem 0; } @media screen and (min-width: 768px) { ea-section ea-section-column.eapl-section-column-50 { align-self: center; margin: 0; width: 50%; overflow: hidden; } .copy-copy ea-section ea-section-column.eapl-section-column-50 { align-self: start; } .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { padding: 0 2rem; margin: 0; width: 50%; } .dx-video-asset ea-media ea-html5-video { margin-bottom: -10px; } } @media screen and (min-width: 1024px) { .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { padding: 0 6rem; } } </style> </div> <div> <style> ea-section-column.eapl-section-column-100 img,ea-section-column.eapl-section-column-50 img,ea-section-column.eapl-section-column-66 img { max-width: 100%; } </style> </div> <div> <style> .dx__anchor-nav { display: flex; align-items: stretch; justify-content: center; align-content: center; list-style-type: none; margin: 0; padding: 0; } .dx__anchor-nav__link { display: flex; align-items: center; font-family: var(--ea-theme-secondary-font-family); text-transform: uppercase; font-size: 1.2rem; line-height: 1.1; font-weight: bold; text-align: center; padding: 0 2rem; margin: 0; border-right: 1px solid var(--dx-anchor-nav-separator-color); white-space: nowrap; } .dx__anchor-nav__link::before { content: ""; } .dx__anchor-nav__link:last-child { border: none; } .dx__anchor-nav__link a { text-decoration: none; line-height: 1; transition: linear all 0.25s; webkit-transition: all .25s linear; moz-transition: all .25s linear; ms-transition: all .25s linear; o-transition: all .25s linear; color: var(--dx-anchor-nav-color); } .dx__anchor-nav__link a:hover { transform: translatey(-2px); color: var(--dx-anchor-nav-hover-color); } @media only screen and (max-width: 1158px) { .dx__anchor-nav__link { font-size: 1rem; padding: 0 1.5rem; } } @media only screen and (max-width: 960px) { .dx__anchor-nav__link { font-size: 1rem; padding: 0 1rem; } } @media only screen and (max-width: 846px) { .dx__anchor-nav__link { font-size: 0.8rem; padding: 0 1rem; } } @media only screen and (max-width: 767px) { .dx__anchor-nav { flex-direction: column; } .dx__anchor-nav__link { display: block; text-transform: uppercase; font-size: 1.125rem; letter-spacing: 0.05rem; text-align: center; padding: 14px 0; border: none; border-bottom: 1px solid var(--dx-anchor-nav-separator-color); } } </style> </div> <div> <style> .ea-play-section { background: rgb(13,16,66); background: linear-gradient(60deg, rgba(13,16,66,1) 0%, rgba(13,16,66,1) 50%, rgba(255,71,71,1) 100%); border: 3px solid rgb(255, 255, 255); border-radius: 3rem; width: 98%; margin: 3rem auto; padding: 0; position: relative; overflow: hidden; } </style> </div> <div style="display: none;"></div> </main> <footer role="contentinfo"> <ea-elements-loader elements="ea-local-footer, ea-local-links, ea-local-link, ea-social-links, ea-social-link, ea-hybrid-regional-rating"> </ea-elements-loader> <ea-local-footer theme="dark" sal-game-slug="" rating-lang="en" unresolved > <ea-local-links slot="local-links" title-text="" text-color="dark" unresolved > <ea-local-link slot="local-link" link-url="/careers" link-title="Careers" link-text="Careers" text-color="dark" unresolved > <a href="/careers" title="Careers" >Careers</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/executives" link-title="Executives" link-text="Executives" text-color="dark" unresolved > <a href="/executives" title="Executives" >Executives</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/news/2024-impact-report" link-title="Impact Report" link-text="Impact Report" text-color="dark" unresolved > <a href="/news/2024-impact-report" title="Impact Report" >Impact Report</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/commitments" link-title="Our Commitments" link-text="Our Commitments" text-color="dark" unresolved > <a href="/commitments" title="Our Commitments" >Our Commitments</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/brand-partnerships" link-title="Partner With Us" link-text="Partner With Us" text-color="dark" unresolved > <a href="/brand-partnerships" title="Partner With Us" >Partner With Us</a> </ea-local-link> </ea-local-links> <ea-social-links slot="social-links" text-color="dark" title-text="Join The Conversation" unresolved > <ea-social-link slot="social-link" link-url="https://www.facebook.com/EA/" link-title="Facebook" link-target="_blank" text-color="dark" social-network="facebook" unresolved > <a href="https://www.facebook.com/EA/" title="Facebook" >facebook</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.twitter.com/ea" link-title="Twitter" link-target="_blank" text-color="dark" social-network="twitter" unresolved > <a href="https://www.twitter.com/ea" title="Twitter" >twitter</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.youtube.com/EA" link-title="YouTube" link-target="_blank" text-color="dark" social-network="youtube" unresolved > <a href="https://www.youtube.com/EA" title="YouTube" >youtube</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.instagram.com/ea" link-title="Instagram" link-target="_blank" text-color="dark" social-network="instagram" unresolved > <a href="https://www.instagram.com/ea" title="Instagram" >instagram</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.twitch.tv/ea" link-title="Twitch" link-target="_blank" text-color="dark" social-network="twitch" unresolved > <a href="https://www.twitch.tv/ea" title="Twitch" >twitch</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.linkedin.com/company/electronic-arts/" link-title="LinkedIn" link-target="_blank" text-color="dark" social-network="linkedin" unresolved > <a href="https://www.linkedin.com/company/electronic-arts/" title="LinkedIn" >linkedin</a> </ea-social-link> </ea-social-links> </ea-local-footer> <ea-elements-loader elements="ea-network-footer, ea-network-legal, ea-link, ea-content-loader"> </ea-elements-loader> <ea-network-footer theme="dark" logo-image="https://media.contentapi.ea.com/content/dam/eacom/common/medallion-violet.png" logo-tooltip="Electronics Arts Home" logo-link-url="https://www.ea.com" logo-link-text="Electronics Arts Home" logo-link-tooltip="Electronics Arts Home" unresolved > <img src="https://media.contentapi.ea.com/content/dam/eacom/common/medallion-violet.png" alt="" /> <ea-link slot="link" link-href="/games/library" link-title="Game Library" link-text="Game Library" text-color="dark" unresolved > <a href="/games/library" title="Game Library" >Game Library</a> </ea-link> <ea-link slot="link" link-href="/subscribe" link-title="Subscribe" link-text="Subscribe" text-color="dark" unresolved > <a href="/subscribe" title="Subscribe" >Subscribe</a> </ea-link> <ea-link slot="link" link-href="/redeem" link-title="Redeem Code" link-text="Redeem Code" text-color="dark" unresolved > <a href="/redeem" title="Redeem Code" >Redeem Code</a> </ea-link> <ea-link slot="link" link-href="/ea-app" link-title="EA app" link-text="EA app" text-color="dark" unresolved > <a href="/ea-app" title="EA app" >EA app</a> </ea-link> <ea-link slot="link" link-href="/about" link-title="About" link-text="About" text-color="dark" unresolved > <a href="/about" title="About" >About</a> </ea-link> <ea-link slot="link" link-href="/able" link-title="Accessibility" link-text="Accessibility" text-color="dark" unresolved > <a href="/able" title="Accessibility" >Accessibility</a> </ea-link> <ea-link slot="link" link-href="https://help.ea.com/" link-title="Help" link-text="Help" text-color="dark" unresolved > <a href="https://help.ea.com/" title="Help" >Help</a> </ea-link> <ea-elements-loader elements="ea-regional-pricing-selector"> </ea-elements-loader> <ea-regional-pricing-selector slot="regional-pricing-selector" theme="dark" label-text="Regional Pricing" unresolved > <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="AT" >Austria</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="BE" >Belgium</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="BG" >Bulgaria</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="HR" >Croatia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="CY" >Cyprus</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="CZ" >Czech Republic</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="DK" >Denmark</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="EE" >Estonia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="FI" >Finland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="FR" >France</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="DE" >Germany</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="GR" >Greece</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="HU" >Hungary</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="IS" >Iceland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="IE" >Ireland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="IT" >Italy</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LV" >Latvia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LI" >Liechtenstein</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LT" >Lithuania</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LU" >Luxembourg</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="MT" >Malta</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="NL" >Netherlands</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="NO" >Norway</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="PL" >Poland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="PT" >Portugal</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="RO" >Romania</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="SK" >Slovakia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="SL" >Slovenia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="ES" >Spain</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="SE" >Sweden</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="CH" >Switzerland</ea-regional-pricing-selector-option> </ea-regional-pricing-selector> <ea-elements-loader elements="ea-locale-selector"> </ea-elements-loader> <ea-locale-selector slot="locale-selector" theme="dark" value="en-us" label-text="Language" unresolved > <ea-locale-selector-option slot="locale-selector-option" value="en-us" >United States</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-gb" >United Kingdom</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-au" >Australia</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fr-fr" >France</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="de-de" >Deutschland</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="it-it" >Italia</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ja-jp" >日本</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="pl-pl" >Polska</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="pt-br" >Brasil</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ru-ru" >Россия</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="es-es" >España</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="cs-cz" >Česká republika</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-ca" >Canada (En)</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fr-ca" >Canada (Fr)</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="da-dk" >Danmark</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fi-fi" >Suomi</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="es-mx" >México</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="nl-nl" >Nederland</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="nb-no" >Norge</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="sv-se" >Sverige</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="zh-cn" >中国</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ko-kr" >대한민국</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="zh-tw" >繁體中文</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="tr-tr" >Türkiye</ea-locale-selector-option> </ea-locale-selector> <ea-network-legal slot="network-legal" copyright-text="© 2024 Electronic Arts Inc. " text-color="dark" unresolved > <ea-link slot="link" link-href="http://www.ea.com/legal" link-title="Legal &amp; Privacy" link-text="Legal &amp; Privacy" text-color="dark" unresolved > <a href="http://www.ea.com/legal" title="Legal &amp; Privacy" >Legal &amp; Privacy</a> </ea-link> <ea-link slot="link" link-href="https://www.ea.com/terms-of-service" link-title="NEW User Agreement" link-text="User Agreement" text-color="dark" unresolved > <a href="https://www.ea.com/terms-of-service" title="NEW User Agreement" >User Agreement</a> </ea-link> <ea-link slot="link" link-href="https://www.ea.com/legal/privacy-and-cookie-policy" link-title="Privacy &amp; Cookie Policy (Your Privacy Rights)" link-text="Privacy &amp; Cookie Policy (Your Privacy Rights)" text-color="dark" unresolved > <a href="https://www.ea.com/legal/privacy-and-cookie-policy" title="Privacy &amp; Cookie Policy (Your Privacy Rights)" >Privacy &amp; Cookie Policy (Your Privacy Rights)</a> </ea-link> <ea-link slot="link" link-href="/service-updates" link-title="Online Service Updates" link-text="Online Service Updates" text-color="dark" unresolved > <a href="/service-updates" title="Online Service Updates" >Online Service Updates</a> </ea-link> <ea-link slot="link" link-href="/security" link-title="Security" link-text="Security" text-color="dark" unresolved > <a href="/security" title="Security" >Security</a> </ea-link> <ea-content-loader slot="link" content-url="https://www.ea.com/ccpa/footer-link" > </ea-content-loader> <ea-content-loader slot="link" content-url="/about/reporting-concerns-romania/geotargeted-link" > </ea-content-loader> </ea-network-legal> <ea-elements-loader elements="ea-truste"> </ea-elements-loader> <script id="ea-trustarc-script" data-domain="ea.com" async> (() => { function createElement(id, hidden) { const element = document.createElement("div"); element.id = id; element.hidden = hidden; return element; } function createScriptTag() { const domain = document.querySelector('#ea-trustarc-script').dataset.domain; const script = document.createElement("script"); let src = `//consent.trustarc.com/notice?domain=${domain}&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&pn=1`; if (shouldAutoShowCookiePreferences()) { src = src + "&behavior=expressed"; } script.src = src; script.setAttribute("crossorigin", ""); return script; } function shouldAutoShowCookiePreferences() { const showCookiePreferencesParam = "show=cookiePreferences"; const urlSearchParams = window.location.search.slice(1).split("&"); return urlSearchParams.includes(showCookiePreferencesParam); } function isLocalNDS(componentUrlPrefix) { return componentUrlPrefix && componentUrlPrefix.includes('local'); } function isNDSBranch(componentUrlPrefix) { return componentUrlPrefix && componentUrlPrefix.includes('branch'); } function isNDSVersionGreaterOrEqual(componentUrlPrefix) { let ndsVersion = componentUrlPrefix && componentUrlPrefix.match('/release\/([^\/]*)/')[1]; let isGreaterOrEqual = ndsVersion && ndsVersion.localeCompare("4.40.5", undefined, { numeric: true, sensitivity: 'base' }); return isGreaterOrEqual >= 0; } const componentUrlPrefix = window.nds.componentUrlPrefix; /** * Check for backwards compatibility with NDS version greater or equal to when TrustArc was integrated */ if ( isLocalNDS(componentUrlPrefix) || isNDSBranch(componentUrlPrefix) || isNDSVersionGreaterOrEqual(componentUrlPrefix) ) { const trustArcScript = createScriptTag(); const elements = document.createDocumentFragment(); elements.appendChild(createElement("consent_blackbar", false)); elements.appendChild(createElement("teconsent", true)); elements.appendChild(trustArcScript); document.body.appendChild(elements); } })(); </script> <ea-truste unresolved slot="truste" domain="ea.com" > <div> <a href="//privacy.truste.com/privacy-seal/validation?rid=f1a11c5d-0232-4077-8498-2e69a38c1335" target="_blank"> <img style="border: none" src="//privacy-policy.truste.com/privacy-seal/seal?rid=f1a11c5d-0232-4077-8498-2e69a38c1335" alt="TRUSTe"/> </a> </div> </ea-truste> </ea-network-footer> </footer> <ea-player player-endpoint="/user-data"></ea-player> <ea-elements-loader elements="ea-modal"> </ea-elements-loader> <ea-modal modal restore-focus-on-close unresolved id="eacomagegate" theme="dark" > <ea-elements-loader elements="ea-age-gate"> </ea-elements-loader> <ea-age-gate unresolved slot="age-gate" age-gate-id="eacomagegate" age="18" error="You are not eligible to view this content." message="Please provide your birth date. " > <ea-elements-loader elements="ea-date-field"> </ea-elements-loader> <ea-date-field slot="date-field" type="date" text-color="light" month-placeholder="MM" day-placeholder="DD" year-placeholder="YYYY" label-text="Enter your birthdate" unresolved > </ea-date-field> <ea-elements-loader elements="ea-submit"> </ea-elements-loader> <ea-submit unresolved slot="submit" value-text="Submit" text-color="light" ></ea-submit> </ea-age-gate> </ea-modal> <script src="//pl.ea.com/release/4.68.6/elements/browser-support.min.js"></script> <script> eaBrowserSupport.requiredFeatures = 'picture'; eaBrowserSupport.requiredHeading = 'Sorry, this browser is not supported'; eaBrowserSupport.requiredText = 'Please download a supported browser to view this webpage.'; eaBrowserSupport.recommendedFeatures = 'cssgrid'; eaBrowserSupport.recommendedText = 'This browser is not recommended and the webpage may not display properly.'; eaBrowserSupport.ctas = [{"text":"Download Chrome","url":"https://www.google.com/chrome/"},{"text":"Download Firefox","url":"https://www.mozilla.org/firefox/new/"},{"text":"Download Edge","url":"https://www.microsoft.com/edge/"}]; eaBrowserSupport.dismissText = 'Dismiss'; eaBrowserSupport.svgLogo = ''; eaBrowserSupport.init(); </script> <ea-type-kit kit-url="//use.typekit.net/txn1klh.js"></ea-type-kit> </body> </html>

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