301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
302 status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: bspy.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-se" data-ign="2018" prefix="og: http://ogp.me/ns#" id="IGN2023"> <head> <title>IGN Nordic</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="IGN Nordic is your site for everything about PS5, Xbox Series, PC, Switch. With expert reviews, news, previews, trailers and more." /> <link rel="canonical" href="http://nordic.ign.com/"> <link rel="alternate" hreflang="ar" href="https://me.ign.com/ar/" /> <link rel="alternate" hreflang="cs" href="https://cz.ign.com/" /> <link rel="alternate" hreflang="de" href="https://de.ign.com/" /> <link rel="alternate" hreflang="el" href="https://gr.ign.com/" /> <link rel="alternate" hreflang="en" href="https://www.ign.com/" /> <link rel="alternate" hreflang="en-ae" href="https://me.ign.com/en/" /> <link rel="alternate" hreflang="en-au" href="https://www.ign.com/au" /> <link rel="alternate" hreflang="en-gb" href="https://www.ign.com/uk" /> <link rel="alternate" hreflang="en-in" href="https://in.ign.com/" /> <link rel="alternate" hreflang="en-my" href="https://sea.ign.com/" /> <link rel="alternate" hreflang="en-se" href="https://nordic.ign.com/" /> <link rel="alternate" hreflang="en-sg" href="https://sea.ign.com/" /> <link rel="alternate" hreflang="en-us" href="https://www.ign.com/" /> <link rel="alternate" hreflang="en-za" href="https://za.ign.com/" /> <link rel="alternate" hreflang="es" href="https://latam.ign.com/" /> <link rel="alternate" hreflang="es-419" href="https://latam.ign.com/" /> <link rel="alternate" hreflang="es-es" href="https://es.ign.com/" /> <link rel="alternate" hreflang="es-mx" href="https://latam.ign.com/" /> <link rel="alternate" hreflang="fr" href="https://fr.ign.com/" /> <link rel="alternate" hreflang="he" href="https://il.ign.com/" /> <link rel="alternate" hreflang="it" href="https://it.ign.com/" /> <link rel="alternate" hreflang="ja" href="https://jp.ign.com/" /> <link rel="alternate" hreflang="ko" href="https://kr.ign.com/" /> <link rel="alternate" hreflang="nl" href="https://nl.ign.com/" /> <link rel="alternate" hreflang="pt-br" href="https://br.ign.com/" /> <link rel="alternate" hreflang="pt-pt" href="https://pt.ign.com/" /> <link rel="alternate" hreflang="ru" href="https://ru.ign.com/" /> <link rel="alternate" hreflang="tr" href="https://tr.ign.com/" /> <link rel="alternate" hreflang="x-default" href="http://www.ign.com/" /> <link rel="alternate" hreflang="zh" href="https://www.ign.com.cn/" /> <meta http-equiv="content-language" content="en-se" /> <meta name="robots" content="max-image-preview:large"> <link rel="next" id="infinitenext" href="/?page=2"> <link href="/s/ign/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link rel="mask-icon" href="https://oystatic.ignimgs.com/src/core/img/favicon/safari_favicon.svg" color="#bf1313"/> <script id="gdpr" type="text/javascript"> (function() { if (window !== window.top) { return; } var getGeoCC = function() { var match = document.cookie.match(/(^|;)\s*geoCC\s*=\s*([^;]+)/); if (match) return match[2]; } window.geoCC = getGeoCC(); //gdprApplies namespace should be fine, the stub function below is a let within an iife window.gdprApplies = (geoCC && /be|bg|cz|dk|de|ee|ie|el|es|fr|gr|hr|it|cy|lv|lt|lu|hu|mt|nl|at|pl|pt|ro|si|sk|fi|no|se|gb|uk|unk/i.test(geoCC)) ? true : false; if (gdprApplies) { (function() { function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if (args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function(n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function() { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb({ gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb({ eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb({ eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function(event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function(retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); }()); } })(); </script> <script> (function(){ if (window !== window.top){return;} if (!gdprApplies){return;} var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '2raWnDggRWy8v', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <script type="text/javascript"> window.ICMS = window.ICMS || { cmd: [], libs: [], css: [], tcf2loader: [], deferredJSLoader:[] }; ICMS.lang = 'en'; ICMS.siteID = 'ign_nordic'; ICMS.siteName = 'IGN Nordic'; ICMS.amzTag = 'zdintlignse-21'; ICMS.contentId = ''; ICMS.keywordSlug = ''; ICMS.baseUri = ''; ICMS.pageName = ''; ICMS.pageUrl = ''; ICMS.isPublished = ''; ICMS.backendEditUrl = ''; ICMS.isEmbed = (window.self !== window.top) ? true : false; ICMS.articletype = ''; ICMS.staticVersioning = '?639'; ICMS.cmd.push(function() { IGNInternationalInit(); }); </script> <script type="text/javascript">window.ICMS.cmd.push(function() { });</script> <script src="/s/bundle_ign.js?639" defer></script><script src="https://sm.ign.com/zdadkit2.js?639" defer></script><script src="https://sm.ign.com/themes_10.js?639" defer></script> <meta name="twitter:site" content="@IGNNordic"><meta property="og:site_name" content="IGN Nordic" /><meta property="fb:app_id" content="115982828429116" /><meta property="fb:profile_id" content="https://www.facebook.com/ignnordic" /><meta property="og:type" content="website"><meta property="og:title" content="IGN Nordic"><meta property="og:locale" content="en_US"><meta property="og:url" content="https://nordic.ign.com/"><meta property="og:image" content="https://nordic.ign.com/s/ign/social_logo.png"><meta property="og:description" content="IGN Nordic is your site for everything about PS5, Xbox Series, PC, Switch. With expert reviews, news, previews, trailers and more."> <link rel="alternate" type="application/rss+xml" title="IGN Nordic Feed " href="/feed.xml" /> <!-- Trackers --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Y9QCVCEGQ3"></script> <script> window.dataLayer = window.dataLayer || []; window.gtag = window.gtag||function(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-Y9QCVCEGQ3', { }) gtag('config', 'G-G0Z2FQREVE'); </script> <script type="text/javascript">var _comscore = _comscore || []; _comscore.push({c1: "2", c2: "3000068" });</script> <script type="text/javascript" src="https://sb.scorecardresearch.com/beacon.js" async="true"></script> <noscript><img src="https://sb.scorecardresearch.com/p?c1=2&c2=3000068&c4=" alt="*" style="position: absolute" width="1" height="1"></noscript> <style type="text/css">@font-face{font-family:"Inter Var";font-style:normal;font-weight:100 1000;font-display:swap;font-stretch:normal;src:url(/s/ign/Inter-VariableFont_slnt,wght.ttf)format("truetype-variations")}body,html{margin:0;padding:0;font-family:"Inter Var",sans-serif;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{overflow-x:hidden}.page-wrapper,body,html{background-color:#f6f8f7}aside#sidebarHeader,body,header{padding-top:0}body.rtl{direction:rtl}body.hasSkin .hspotlight,body.hasSkin .list-content,body.hasSkin .wrap,body.hasSkin section.broll,body.hasSkin section.popular,body.hasSkin section.stripe,body.hasSkin section.vspotlight{max-width:1240px;padding:8px 10px}body.hasSkin section.broll,body.hasSkin section.wrap.videofeatured{padding-left:10px;padding-right:10px;background:#f6f8f7;box-sizing:border-box}body.hasSkin section.stripe{padding-left:10px;padding-right:10px;margin:0 auto;box-sizing:border-box}body.hasSkin .page-content{max-width:1240px;margin:0 auto;background:#f6f8f7;padding-top:5px;box-sizing:border-box}body.hasSkin section.hero article{width:1240px;max-width:1240px;background-position:center;background-repeat:no-repeat}body.hasSkin section.hero{margin-left:initial;margin-right:initial}body.hasSkin .herogrid{padding:10px;box-sizing:border-box;background:#f6f8f7}aside#sidebarHeader.backend,body.hasSkin .spacer,body.iframe #btnoverlay,body.iframe aside#sidebarHeader{display:none}.ad-wrapper.pgQSsticky{position:sticky;position:-webkit-sticky;top:65px;margin-top:35px}#_themeMobileHeaderDoodle{max-height:100%}body iframe.quizembed{width:100%;min-height:500px;border:0;overflow:hidden}header{top:0;width:100%;z-index:100;flex-shrink:0}header .icon-logo{aspect-ratio:182/55;width:6.625em;height:1.9791666666667em;font-size:.7rem}header .icon-logo .dpad-path{fill:#bf1313}.sidebar-page-header{border-bottom:1px solid rgba(138,147,153,.25);display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;height:64px;background:#fff;z-index:7;padding:0 12px;transition:margin-left 200ms cubic-bezier(.34,-.09,.45,1.18)}.sidebar-page-header #current-user{position:absolute;top:15.5px;right:16px;width:32px;color:#41495a}.sidebar-page-header #current-user .userIcon{width:32px;height:32px;border-radius:50%}aside#sidebarHeader.backend+#btnoverlay+#mainblock{width:100%;margin-left:0}aside#sidebarHeader{--theme-elements-divider:rgba(138, 147, 153, 0.25);--theme-elements-icon-default:#41495a;color:#41495a;position:fixed;top:0;left:0;bottom:0;height:100%;background:#fff;box-shadow:0 0 3px rgba(0,0,0,.1),0 17px 24px rgba(0,0,0,.07);z-index:2000000000;transition-duration:450ms;width:85vw;font-family:"Inter var",sans-serif;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition-property:-webkit-transform;-webkit-transition-property:transform;transition-property:transform}.sidebar-page-header,aside#sidebarHeader *{box-sizing:border-box}aside#sidebarHeader.collapsed{width:0}aside#sidebarHeader.collapsed .header-toggle svg{transition:transform .1s linear 0s;transform:rotate(0)}aside#sidebarHeader .header-toggle svg,body.rtl aside#sidebarHeader .back .icon-left-chevron{transform:rotate(180deg)}#sidebarHeader.collapsed button.back label,aside#sidebarHeader.collapsed .ign-logo .ign-path,aside#sidebarHeader.collapsed .logodate,aside#sidebarHeader.collapsed .logout,aside#sidebarHeader.collapsed .region,aside#sidebarHeader.collapsed .search-modal,aside#sidebarHeader.collapsed .sidebar-main a span{opacity:0}#sidebarHeader.hide,aside#sidebarHeader.collapsed .region{display:none}aside#sidebarHeader .ign-logo .ign-path,aside#sidebarHeader .logodate,aside#sidebarHeader .logout,aside#sidebarHeader .region,aside#sidebarHeader .search-modal,aside#sidebarHeader .sidebar-main a span{-webkit-transition-duration:200ms;transition-duration:200ms;transition:opacity 200ms cubic-bezier(.34,-.09,.45,1.18)}aside#sidebarHeader .sidebar-main a span{opacity:1;line-height:1.5}#loginwrapper.loggedin .login-avatar,aside#sidebarHeader.collapsed #loginwrapper .login-avatar{opacity:1}#loginwrapper.loggedin .login-buttons,aside#sidebarHeader #ignheader.collapsed #loginwrapper .login-buttons,aside#sidebarHeader.collapsed #loginwrapper .sidebar-item-text{opacity:0;display:none}aside#sidebarHeader.collapsed .side .sidebar-header{padding-left:36px;padding-right:36px}aside#sidebarHeader.collapsed .side .sidebar-header.scrollbar{padding-left:33px}body.rtl aside#sidebarHeader .sidebar-header{direction:ltr}aside#sidebarHeader.collapsed .sidebar-icon{font-size:1rem}aside#sidebarHeader.collapsed #loginwrapper .userlogged span,aside#sidebarHeader.collapsed .icon-right-chevron{display:none}aside#sidebarHeader .icon-right-chevron{width:16px;margin-left:auto}body.rtl aside#sidebarHeader .icon-right-chevron{width:16px;margin-left:0;margin-right:auto;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}body.rtl aside#sidebarHeader .icon-left-chevron{margin-left:0;margin-right:auto}body.rtl aside#sidebarHeader.collapsed .icon-left-chevron{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}aside#sidebarHeader.collapsed .header-toggle{right:-46px;display:flex}aside#sidebarHeader .header-toggle.WIKI{display:none}aside#sidebarHeader #search-input{display:block;padding:8px;width:90%;border:1px solid #181c25;outline:0;font-size:14px;border-radius:8px;color:#181c25;max-width:90%}aside#sidebarHeader .cls-1{color:inherit;stroke:none}.sidebar-mobile-overlay{position:fixed;inset:0;background-color:rgba(65,73,90,.8);backdrop-filter:blur(.5em);transition:opacity 200ms cubic-bezier(.34,-.09,.45,1.18);z-index:10;opacity:1}.sidebar-mobile-overlay.collapsed{opacity:0;z-index:-1}aside#sidebarHeader .logout{padding:4px 16px;color:#fff;border-radius:4px;background-color:#bf1313;font-weight:700;line-height:1em;text-align:center;display:inline-block;width:19%;top:4px;position:relative;align-self:flex-start}.header-toggle{position:absolute;z-index:20002;cursor:pointer;width:35px;height:35px;right:-16px;top:16px;padding:0;border-radius:8px;background-color:#fff;color:#181c25;border:1px solid rgba(138,147,153,.75);display:flex;text-align:center;align-items:center;justify-content:center}.header-toggle:hover{background-color:#41495a;border:1px solid #41495a;color:#fff}#ignheader{display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;height:100%}.fixed-header{position:fixed}.side-container{position:relative;-webkit-flex:1;-ms-flex:1;flex:1}#loginwrapper,.side{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.side{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overscroll-behavior:contain;position:absolute;height:100%;left:-75%;opacity:0;z-index:0;-webkit-transition-property:left,opacity;transition-property:left,opacity,display;-webkit-transition-duration:250ms,100ms;transition-duration:250ms,100ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0ms,75ms;transition-delay:0ms,75ms}.side .sidebar-header{-webkit-flex-basis:80px;-ms-flex-preferred-size:80px;flex-basis:80px;-webkit-transition:padding-left 450ms cubic-bezier(.34,-.09,.45,1.18);transition:padding-left 450ms cubic-bezier(.34,-.09,.45,1.18);-webkit-flex:0 0 64px;-ms-flex:0 0 64px;flex:0 0 64px;overflow:hidden;padding:20px 24px 0}#ignheader.collapsed .side-container .sidebar-section li,.side .sidebar-header .logo-edition{white-space:nowrap}.logo-edition{display:flex;gap:6px}.side .sidebar-main{overflow:hidden auto;scroll-behavior:smooth;flex:1 1 0%;padding:18px 24px}.sidebar-main>hr{height:1px;background-color:rgba(138,147,153,.25);border:0}.sidebar-main>b{text-transform:uppercase}aside#sidebarHeader.collapsed .side .sidebar-main{padding-right:24px;padding-left:24px}.side .sidebar-main .divider{width:100%;margin-top:18px;margin-bottom:18px;border-bottom:1px solid rgba(138,147,153,.25)}.side h3{font-size:18px;font-weight:700;margin:18px 0}#loginwrapper{position:relative;box-shadow:0 0 3px rgba(0,0,0,.1),0 17px 24px rgba(0,0,0,.07);height:76px;overflow:hidden;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto;box-sizing:border-box}.collapsed #loginwrapper{display:block}#loginwrapper.loggedin{gap:80px;display:block}#loginwrapper.loggedin .login-avatar{background:0 0;display:flex;flex-direction:row;gap:12px;width:100%}#loginwrapper .userlogged{font-weight:700;display:inline-block;width:80%;max-width:80%;color:#41495a}#loginwrapper .userlogged span{max-width:70%;display:inline-block}#loginwrapper .login-avatar,#loginwrapper .sidebar-item-text{opacity:0;width:0;padding:0;border:0;-webkit-transition-property:opacity,width,padding;transition-property:opacity,width,padding;-webkit-transition-duration:450ms;transition-duration:450ms;-webkit-transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);display:none}.collapsed #loginwrapper .login-avatar{padding-top:10px;display:block;width:100%;height:auto;color:#41495a}#loginwrapper .login-buttons{display:flex;opacity:1;-webkit-transition:opacity 450ms cubic-bezier(.34,-.09,.45,1.18);transition:opacity 450ms cubic-bezier(.34,-.09,.45,1.18);-webkit-flex:1;-ms-flex:1;flex:1;flex-direction:row;gap:12px;justify-content:center;text-decoration:none}#loginwrapper img.userIcon{height:36px;border-radius:50%;vertical-align:middle;margin-right:10px}body.rtl #loginwrapper img.userIcon{margin-right:0;margin-left:10px}.login-buttons .button{cursor:pointer;white-space:nowrap;transition:color .2s ease 0s,background .15s ease 0s,border .15s ease 0s;max-width:120px;font-size:.875rem;-webkit-letter-spacing:.005em;-moz-letter-spacing:.005em;-ms-letter-spacing:.005em;letter-spacing:.005em;font-weight:700;line-height:1.5;border-radius:8px;padding:6px 12px;flex-grow:1;text-align:center}.login-buttons .login-button{background-color:#fff;border:1px solid #bbc4c4;color:#181c25}.login-buttons .register-button{color:#fff;border:1px solid #181c25;background-color:#181c25}.side-container .sidebar-section{list-style-type:none;display:flex;flex-direction:column;gap:2px;margin:0;padding:0}.side.slide{left:0;opacity:1;z-index:1}.side.right{left:75%}.fancybox-lock .fancybox-overlay{z-index:10000000000}#loginwrapper,.region{padding:18px 24px}.region select{color:#41495a;border-radius:8px;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 12px;width:100%;outline:0;margin-top:5px;background:#fff;border:1px solid #767676}.region select:not(:disabled){background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3cg stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke='%2341495a'%3e%3cpath d='M8.82842712 5L6 7.82842712 3.17157288 5'/%3e%3c/g%3e%3c/svg%3e");background-size:18px;background-position:calc(100% - 12px) center;background-repeat:no-repeat}body.rtl .region select:not(:disabled){background-position:calc(0 + 12px) center}.side-container .sidebar-section a,.side-container .sidebar-section li{width:100%;display:flex;-webkit-box-align:center;align-items:center;border-radius:8px;overflow:hidden}.side-container .sidebar-section li{gap:18px;font-size:15px}.side-container .sidebar-section a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-align-items:center;-ms-flex-align:center;gap:12px;color:#41495a;padding:8px;fill:#41495a;transition:padding .1s linear 0s;min-height:39px}aside#sidebarHeader.collapsed .side-container .sidebar-section a{padding-left:15px;padding-right:11px}aside#sidebarHeader.collapsed .side-container .sidebar-section a.scrollbar{padding-left:11px}body.rtl aside#sidebarHeader.collapsed .side-container .sidebar-section a{padding-right:15px}.side-container .sidebar-section>li.selected,.side-container .sidebar-section>li:hover{background-color:#8a939940;color:#41495a;border:0}.side-container .sidebar-section>li.search:hover{background-color:inherit;cursor:pointer}.side-container .sidebar-section>li.selected{font-weight:700}.sidebar-section a.icon-home:before{content:url(/s/ign/sidebar/home.svg);padding-left:1px}.sidebar-section .selected a.icon-home:before{content:url(/s/ign/sidebar/home-selected.svg);padding-left:1px}.sidebar-section a[href^="/article/review"]:before{content:url(/s/ign/sidebar/review.svg)}.sidebar-section a[href^="/video"]:before{content:url(/s/ign/sidebar/video.svg)}.sidebar-section a[href^="/forum"]:before{content:url(/s/ign/sidebar/forum.svg)}.sidebar-section a[href^="/ps4"]:before{content:url(/s/ign/sidebar/ps4.svg)}.sidebar-section a[href^="/pc"]:before{content:url(/s/ign/sidebar/pc.svg)}.sidebar-section a[href^="/xbox-one"]:before{content:url(/s/ign/sidebar/xbox.svg)}.sidebar-section a[href^="/article/feature"]:before{content:url(/s/ign/sidebar/facebook.svg)}.sidebar-section a[href^="/nintendo-switch"]:before{content:url(/s/ign/sidebar/nintendo-switch.svg)}.sidebar-section a[href^="/cinematv"]:before{content:url(/s/ign/sidebar/film.svg)}.sidebar-section a[href^="/3ds"]:before{content:url(/s/ign/sidebar/3ds.svg)}.sidebar-section a[href^="/ps5"]:before{content:url(/s/ign/sidebar/ps5.svg)}.sidebar-icon,.sidebar-section a svg,.sidebar-section a:before{background-size:100%;cursor:inherit;user-select:none;aspect-ratio:1/1;display:inline-block;flex-shrink:0}.sidebar-section a svg,.sidebar-section a:before{width:1.2em;height:1.2em;font-size:25px}.editions.desktop,.sidebar-section a.iconsvg:before{display:none}.sidebar-icon{width:1em;height:1em;font-size:1rem}.side .sidebar-main::-webkit-scrollbar{width:6px}.side .sidebar-main::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(138,147,153,.5);background:rgba(138,147,153,.5);border-radius:10px}.side .sidebar-main::-webkit-scrollbar-track{background:0 0}button.back{border:0;background-color:transparent;outline-width:0;padding:0;color:#41495a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;margin:0;font-size:11px;line-height:1.35;-webkit-letter-spacing:.03em;-moz-letter-spacing:.03em;-ms-letter-spacing:.03em;letter-spacing:.03em;text-transform:uppercase;font-weight:700;gap:12px}body.rtl button.back{flex-direction:row-reverse;margin-left:auto}button.back,button.back label{cursor:pointer}#sidebarHeader li.legal{flex-direction:column-reverse;color:#41495a;background:#f6f8f7;padding:8px 11px;font-size:13px;-webkit-letter-spacing:.005em;-moz-letter-spacing:.005em;-ms-letter-spacing:.005em;letter-spacing:.005em;line-height:1.3;gap:6px}#sidebarHeader li.legal a{padding:0}a{text-decoration:none}.wrap{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}section#js{position:absolute;bottom:0;left:0;width:1px;height:1px;overflow:hidden}#gheader,section.stripe{background-color:#f5f5f5;padding:18px 0;transition:padding .1s linear 0s;overflow:hidden}section.stripe{padding:24px 0;margin-bottom:0}svg.ign-logo{background-size:100%;cursor:inherit;user-select:none;display:inline-block;flex-shrink:0;aspect-ratio:182/55;height:1.97917em;font-size:1.5rem;width:3.17em}svg.ign-logo,svg.sidebar-icon.icon-logo{color:#bf1313;fill:#bf1313}#ign-logo-wrap{position:absolute;left:50%;transform:translate(-50%);top:25%;z-index:500}div.logodate{font-size:16px;font-weight:700;max-width:280px;display:inline-block;vertical-align:super;align-self:center}.right-rail{display:block}.extramenu{cursor:pointer}.filterlist{padding:0;margin:0}.indexFilter .filterlist{margin:0;display:flex;overflow:auto hidden;scroll-behavior:smooth;gap:4px}.indexFilter .filterlist svg,.search-modal .button,footer{display:none}.indexFilter .filterlist>li{min-width:auto;width:auto;height:auto;white-space:nowrap;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;background-color:rgba(138,147,153,.15);border:1px solid transparent;color:#181c25}.indexFilter .filterlist>li span{line-height:16px}.indexFilter .filterlist>li a{letter-spacing:.005em;font-size:13px;font-weight:700;color:#181c25;padding:12px 36px}.indexFilter .filterlist>li:first-child{border-top-left-radius:80px;border-bottom-left-radius:80px}body.rtl .indexFilter .filterlist>li:first-child{border-top-right-radius:80px;border-bottom-right-radius:80px;border-top-left-radius:0;border-bottom-left-radius:0}.indexFilter .filterlist>li:last-child{border-top-right-radius:80px;border-bottom-right-radius:80px}body.rtl .indexFilter .filterlist>li:last-child{border-top-left-radius:80px;border-bottom-left-radius:80px;border-top-right-radius:0;border-bottom-right-radius:0}.indexFilter .filterlist>li.active{background-color:#181c25}.indexFilter .filterlist>li.active a{color:#fff}#zdlogoblue{width:65px;height:auto}.search-modal{margin-top:2px;width:100%}.menu-editions{display:block!important;text-align:center!important;line-height:60px}#footer div.legal{display:flex;align-items:center}#footer.limitedScroll{display:block;background:#f5f5f5;padding:4px;font-size:small;text-align:center}#footer.limitedScroll a{color:#bf1313}.page-content{position:relative;top:18%}.button-primary{background-color:#bf1313;border-radius:4px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;letter-spacing:-.5px;white-space:nowrap;padding:8px 20px;border:0}div.tbl{display:table;position:relative;margin-right:320px}section.broll.hasAd div.adk2{position:absolute;right:0;width:300px}section.broll{display:block;grid-template-columns:[mainContent-start]auto[mainContent-end rightRail-start]320px[rightRail-end];margin:0 auto;-ms-grid-columns:auto 320px;max-width:1200px;column-gap:1.5rem}section.broll div.tbl{grid-area:mainContent;margin-right:0}section.broll[data-slotter=news] div.tbl{display:block}section.broll div.side-ad-trail{grid-area:rightRail;display:block}section.broll+section.broll{padding-top:0;padding-bottom:0;grid-gap:0;grid-column-gap:1.5rem}body.hasSkin section.broll+section.broll{padding-left:10px;padding-right:10px}section.broll>h2{border-bottom:solid 1px rgba(37,38,39,.15)}section.broll article{display:table-row;position:relative;margin-left:0}section.broll article.embed_video_broll,section.broll img.thumb{display:block;width:100%}section.broll article.embed_video_broll .icmsvideocontainer{width:100%;margin-bottom:36px;margin-top:36px;border-radius:12px}section.broll article.embed_video_broll div.vplayer{position:relative;height:0;overflow:hidden;padding-bottom:56.25%;border-radius:16px;margin-top:24px;margin-bottom:24px}section.broll div.m,section.broll div.t{display:table-cell;box-sizing:border-box;vertical-align:middle}section.broll div.t{width:240px;max-width:280px;margin:0;position:relative}section.broll div.m{width:auto;flex-direction:column;min-height:166px;padding-top:25px;padding-bottom:25px}section.broll div.m .info{color:#41495a;letter-spacing:.005em;font-size:13px;line-height:1.5;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow-y:hidden;text-overflow:ellipsis;max-height:4rem;margin:6px 0}section.broll .info-bottom{color:#bf1313;font-size:9px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;line-height:1.35;display:flex;flex-direction:row;gap:14px}section.broll .info-bottom svg{width:12px;height:12px;font-size:12px;margin-right:3px;margin-bottom:-2px}body.rtl section.broll .info-bottom .container::before,body.rtl section.broll .info-bottom svg{margin-right:0;margin-left:3px}section.broll .info-bottom .container{display:flex;flex-direction:row;gap:2px;width:auto}section.broll .info-bottom .container::before{width:1em;height:1em;font-size:12px;margin-right:3px;align-self:center}section.broll .info .deck,section.broll .info-bottom a{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}section.broll .info-bottom a{color:#bf1313;overflow-y:hidden;text-overflow:ellipsis}#BackendInPageMenu,section.broll .info-mobile,section.broll .m-mobile{display:none}section.broll div.t,section.hpcommerce.broll div.m{padding-top:15px;padding-bottom:15px}section.broll img.thumb{border-radius:6px;max-height:160px;max-width:280px;object-fit:cover;transition:opacity .2s ease-out;aspect-ratio:16/9}section.broll img.thumb:hover{opacity:.85;transition:opacity .2s ease-out 0s}section.broll h3{margin:6px 0}section.broll h3 a{font-size:15px;line-height:1.5;font-weight:700;margin:0;color:#181c25}div.zad,section.broll .info{display:flex}section.broll .info .deck{overflow:hidden;color:41495a;letter-spacing:.005em;font-size:13px;font-weight:400;line-height:1.5}section.broll h3 a:hover{text-decoration:underline}body.rtl section.broll .thumb.score-wrapper .article_type,section.broll .thumb.score-wrapper .article_type{position:absolute;bottom:0;left:0;padding:2px 5px;font-size:13px;background-color:#bf1313;color:#fff;margin:0 0 10px 6px;border-radius:4px}.video .duration,section.broll .videobtn{position:absolute;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}section.broll .videobtn{color:#fff;width:52;height:52px;margin-top:-70px;margin-left:-6px;border:solid 2px rgba(0,0,0,.1);padding:9px}section.broll article.VIDEO>a:after{content:url(/s/ign/playButton.svg);position:absolute;bottom:2px;left:2px}section.broll article.PROMOTED{background:#f2f2f2}.video .duration{background-color:rgba(27,28,29,.85);border-radius:4px;bottom:0;right:0;left:auto;margin:4px;display:flex;padding:2px 4px;z-index:10}.video .duration-text{color:#fff;font-family:"Inter Var",sans-serif;font-weight:700;align-self:flex-end;font-size:9px;line-height:1.35;letter-spacing:.06em}section.broll .video .icon-playhead{background-size:100%;height:1em;width:1em;margin:0 8px 0 0;font-size:22px;line-height:22px;align-self:center}section.broll div.m{padding-left:1.5rem;padding-right:1.5rem}body.rtl .video .duration{right:auto;left:0;margin:0 0 6px 10px}body.rtl section.broll .video .icon-playhead{margin-right:0;margin-left:.5rem}body.rtl section.broll .thumb.score-wrapper .article_type{right:0;left:unset;margin:0 6px 10px 0}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper{height:50%;left:6.7%;position:relative;top:25%;width:86.6%;z-index:2;background-color:#bf1313}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper{left:-6.7%}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before,section.broll .videobtn{background-color:#bf1313}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{-webkit-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg)}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after{-webkit-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg)}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{-webkit-transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg);transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg)}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after{-webkit-transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg);transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg)}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{content:"";display:block;height:122.46%;position:absolute;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:70.71%;z-index:1}.hexagon-wrapper.side-wrapper .hexagon-content.side-wrapper{color:#fff;font-family:"Inter var",sans-serif!important;text-transform:uppercase;margin:.1em 0 0;font-weight:900;text-shadow:rgb(0 0 0/20%)0 1px 1px,rgb(0 0 0/10%)0 3px 3px;font-size:.375em}.hexagon-wrapper.side-wrapper{font-size:2rem;margin:0;position:relative;height:2.7em;width:2.7em;min-width:2.7em;display:inline-block}.score-wrapper{position:relative;display:block}.score-wrapper .review-score,.score-wrapper .video-duration{position:absolute;bottom:0;right:0;margin:2px;z-index:2;font-size:32px;height:1em;width:1em;min-width:1em}.hexagon-wrapper.side-wrapper .hexagon-content-wrapper.side-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:3;font-size:32px}.list-hero .hexagon-content{display:flex;flex-direction:column;align-items:center}.list-hero .icon-logo{width:30px}div.zad{justify-content:center;align-items:center;transition:height .2s;text-align:center;margin:0 auto}div.zad.billboard,div.zad.top{margin-top:60px;min-height:100px}div.zad.halfpage,div.zad.sidebar{min-height:600px}.zad:not(.billboard,.top){background:#f2f2f2}@media (min-width:768px){div.zad.billboard{padding-top:80px;margin-top:0}}@media (min-width:930px){div.zad.billboard,div.zad.top{min-height:250px}div.zad.billboard{padding-top:80px;margin-top:0}body iframe.quizembed{width:100%;aspect-ratio:16/9;min-height:500px}}.adkit iframe{max-width:100%}@media (max-width:1600px){body.hasSkin .hspotlight,body.hasSkin .list-content,body.hasSkin .wrap,body.hasSkin section.broll,body.hasSkin section.popular,body.hasSkin section.stripe,body.hasSkin section.vspotlight{max-width:1098px;padding:16px 10px;box-sizing:border-box}body.hasSkin .page-content{max-width:1098px}body.hasSkin section.hero article{width:1098px;max-width:1098px}}@media (max-width:1280px){body.hasSkin section.hero article{width:initial}html.lock{overflow:hidden}}@media (min-width:641px){aside#sidebarHeader{width:300px;transition:width 450ms cubic-bezier(.34,-.09,.45,1.18)}aside#sidebarHeader.collapsed{width:96px}aside#sidebarHeader.collapsed+#mainblock{width:calc(100% - 96px);margin-left:96px}aside#sidebarHeader.collapsed .header-toggle{right:-12px}header{display:none}.header-toggle{right:-18px;top:36px}#btnoverlay.collapsed+#mainblock{-webkit-transition-duration:200ms;width:calc(100% - 96px);transition-duration:200ms}#btnoverlay+#mainblock{-webkit-transition-property:width,margin-left;transition-property:width,margin-left;-webkit-transition-duration:450ms;transition-duration:450ms;-webkit-transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);margin-left:96px;color:#181c25}body.iframe #btnoverlay+#mainblock{margin-left:0;width:100%}.side .sidebar-header{padding:2.15625em 24px 0;-webkit-flex-basis:80px;-ms-flex-preferred-size:80px;flex-basis:80px}.sidebar-section a:before{padding-left:5px;font-size:14.1px}.sidebar-section a svg{font-size:15px}body.rtl .sidebar-section a svg{padding-left:2px}.side-container .sidebar-section a{padding:8px 15px}}@media (max-width:640px){#sidebarHeader.start{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);transition-duration:200ms}#sidebarHeader.start~#mainblock .fixed-header{display:block}.sidebar-mobile-overlay.start{opacity:0;z-index:-1}aside#sidebarHeader.start .header-toggle{right:-46px}aside#sidebarHeader .header-toggle svg{transform:rotate(-180deg)}aside#sidebarHeader.start .header-toggle svg{transition:transform .1s linear 0s;transform:rotate(0)}.sidebar-section .selected a.icon-home:before,.sidebar-section a.icon-home:before{width:24px;padding-left:4px;padding-right:4px}section.broll{padding:0}section.broll .tbl{padding:0 24px}section.broll article{grid-template-columns:1.2fr 2fr;display:grid;grid-auto-flow:column;grid-gap:12px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:18px 0;border-bottom:solid 1px rgba(138,147,153,.25)}section.broll.hpcommerce article{border-bottom:0}section.broll article.embed_video_broll .icmsvideocontainer{margin-top:18px;margin-bottom:18px}section.broll div.m h3{margin:0}section.broll div.m,section.broll div.t{padding:0;border-bottom:0;min-height:auto}section.broll div.t{width:auto}.fixed-header,section.broll div.m .info,section.broll div.m .info-bottom{display:none}section.broll .info-mobile{display:block;color:#41495a;font-size:9px;-webkit-letter-spacing:.06em;-moz-letter-spacing:.06em;-ms-letter-spacing:.06em;letter-spacing:.06em;text-transform:uppercase;font-weight:700;line-height:1.35}section.broll .m-mobile{grid-row:2;grid-column:1/-1;display:block}section.broll .m h3 a{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow-y:hidden;text-overflow:ellipsis;font-size:13px;-webkit-letter-spacing:.005em;-moz-letter-spacing:.005em;-ms-letter-spacing:.005em;letter-spacing:.005em}section.broll .info-bottom a{-webkit-line-clamp:2;line-clamp:2}section.broll .info-bottom a.comments{-webkit-line-clamp:1;line-clamp:1;display:ruby}}@media (min-width:930px){div.zad.billboard,div.zad.top{min-height:250px}body,html{overflow-x:unset}#ign-logo-wrap{display:inline-flex;position:static;transform:none}.editions.desktop,.right-rail{display:block}body.rtl .browseabout .region select:not(:disabled){background-position:12px}div.zad.billboard{padding-top:12px}body.rtl #headermenuwrapper{right:auto;left:0;width:unset}.score-wrapper .review-score{height:2.6em;width:2.6em;min-width:2.6em;font-size:16px;margin:10px}.hexagon-wrapper.side-wrapper .hexagon-content.side-wrapper{font-size:16px}.video .duration-text{font-size:11px;letter-spacing:.03em}}@media (min-width:1024px){section.broll{display:grid}section.broll div.side-ad-trail{display:block}}@media (min-width:641px) and (max-width:1280px){#sidebarHeader.start{width:96px}.sidebar-mobile-overlay.start{opacity:0;z-index:-1}aside#sidebarHeader .header-toggle svg{transform:rotate(-180deg)}aside#sidebarHeader.start .header-toggle svg{transition:transform .1s linear 0s;transform:rotate(0)}#sidebarHeader.start button.back label,aside#sidebarHeader.start .ign-logo .ign-path,aside#sidebarHeader.start .logodate,aside#sidebarHeader.start .logout,aside#sidebarHeader.start .search-modal,aside#sidebarHeader.start .sidebar-main a span{opacity:0;display:none}#ignheader.start #loginwrapper .userlogged span,#ignheader.start .login-buttons .register-button,aside#sidebarHeader.start .region{display:none}aside#sidebarHeader.start .side .sidebar-header{padding-left:36px;padding-right:36px}#loginwrapper img.userIcon{margin-left:6px}#loginwrapper{padding:18px 14px}}@media (min-width:1281px){svg.ign-logo{height:24px}.sidebar-mobile-overlay{display:none}#btnoverlay+#mainblock{width:calc(100% - 300px);margin-left:300px}#btnoverlay.collapsed+#mainblock{margin-left:96px}.logo-edition{display:block}}</style> <style type="text/css">h1,h2,h3{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}footer#footer{display:none}section h2{font-size:36px;color:#000;font-weight:900;letter-spacing:-.5px;line-height:1.2em;display:block;margin:0 0 18px;font-family:"Inter Var",sans-serif}section h2.upcoming{margin:0 auto 18px;max-width:1200px}section>h3{color:#000;margin:0;padding:0}section a{text-decoration:none}section.hero,section.popular,section.vspotlight{display:block;margin:0 auto;box-sizing:border-box}section.hero{max-width:1200px}section.hero article{max-width:1200px;height:600px;display:block;margin:0 auto;position:relative}section.hero .herocnt{position:absolute;bottom:35px;width:100%;background-color:rgba(0,0,0,.4);display:block;font-size:22px;margin:0 auto;text-align:center;padding-bottom:8px}section.hero .herocnt h3{font-size:40px;font-weight:700;color:#fff;margin:15px;text-align:center}section.hero .herocnt h3:hover,section.hspotlight .caption a:hover,section.upcoming .caption a:hover,section.vspotlight .caption:hover{text-decoration:underline}section.hero .herocnt h4{margin:15px}section.hero .herocnt,section.hero .herocnt h3 a{color:#fff;text-decoration:none}section.hero a{display:block;height:100%;width:100%}section.hero.video{background-color:#1d1e20;max-width:100%;margin:20px auto 0;padding-bottom:15px;height:auto}section.hero.video article{height:auto;position:relative}section.hero.video h1{font-size:48px;line-height:48px;color:#fff;padding:20px 0 12px;max-width:960px;margin:0 auto}section.hero div.vplayer{position:relative;height:0;overflow:visible;padding-bottom:48.25%;max-width:960px;margin:0 auto}div.vplayer>iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0;max-height:540px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.25);border-radius:3px}section.popular,section.vspotlight{padding:32px 0;width:100%}section.popular{max-width:1200px}section.vspotlight{display:table}section.hspotlight article,section.upcoming article,section.vspotlight article{display:table-cell;width:25%;vertical-align:top;position:relative;overflow:hidden}section.upcoming article{width:16%}article a.thumb{box-sizing:border-box;margin:0 12px;position:relative;overflow:hidden;display:block}section.hspotlight .p1 .caption,section.hspotlight article.p1 a.thumb,section.upcoming .p1 .caption,section.upcoming .p1 h6,section.upcoming article.p1 a.thumb,section.vspotlight article.p1 a.thumb{margin-left:0}section.hspotlight article.p4 a.thumb,section.upcoming article.p5 a.thumb,section.vspotlight article.p4 a.thumb{margin-right:0}body.rtl section.hspotlight .p1 .caption,body.rtl section.hspotlight article.p1 a.thumb,body.rtl section.upcoming .p1 .caption,body.rtl section.upcoming article.p1 a.thumb,body.rtl section.vspotlight article.p1 a.thumb{margin-left:12px;margin-right:0}body.rtl section.hspotlight article.p4 a.thumb,body.rtl section.vspotlight article.p4 a.thumb{margin-right:12px;margin-left:0}section.hspotlight article img,section.upcoming article img,section.vspotlight article img{width:100%;min-width:100%;transition:transform .5s ease-out;border-radius:4px;display:block;object-fit:cover;object-position:center}section.vspotlight article img{height:475px}section.hspotlight article img{height:160px}section.upcoming article img{height:200px}section.vspotlight img.thumb:hover{-moz-transform:scale(1.04);-webkit-transform:scale(1.04);transform:scale(1.04);transition:transform .75s ease-in-out}section.vspotlight .caption{border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:absolute;bottom:0;width:100%;margin:0;padding:24px;min-height:66px;box-sizing:border-box;background-color:rgba(34,63,90,.75);color:#fff;font-size:18px;line-height:1.25;font-weight:900;letter-spacing:.005em}section.vspotlight .caption a{color:#fff}section.hspotlight,section.upcoming{display:block;padding:16px 0}section.hspotlight>div.wrap,section.upcoming>div.wrap{max-width:1200px;margin:0 auto}section.hspotlight .caption,section.upcoming .caption{display:block;margin:12px 12px 0;font-size:15px;font-weight:700;line-height:22px;color:#252627}section.upcoming h6{margin:15px 0;font:14px"Inter Var",sans-serif,700;background:#bf1313;position:absolute;color:#fff;padding:7px 10px 5px 20px;right:0;opacity:.85;border-top-left-radius:3px;border-bottom-left-radius:3px}body.rtl section.upcoming h6{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;right:auto;left:0}section.hspotlight .caption a,section.upcoming .caption a{color:#252627;text-decoration:none}section.hspotlight img.thumb:hover{opacity:.85}section.hpcommerce{margin-top:12px;margin-bottom:12px}section.hpcommerce div.tbl{background-color:rgba(138,147,153,.25);border-radius:8px;padding:12px;color:#181c25;box-shadow:0 1px 1px rgba(0,0,0,.2),0 3px 3px rgba(0,0,0,.1);width:100%;box-sizing:border-box}section.hpcommerce div.tbl .divider{box-shadow:0 1px 0 0 rgba(138,147,153,.25)}section.hpcommerce div.m a.comments{font-size:.5625rem;letter-spacing:.06em;color:#41495a;line-height:1.35;text-transform:uppercase;font-weight:700}section.hpcommerce div.m,section.hpcommerce div.t{border-bottom:0}section.hpcommerce.broll div.m{vertical-align:middle}section.hpcommerce.broll h3 a{font-size:.9375rem}section.hpcommerce a .ign-icon.icon-top-right-arrow{background-size:100%;cursor:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;aspect-ratio:1/1;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:.75rem}.tbl a.thumb{margin:0}.side-ad-trail>div{margin-bottom:8px}.ad-wrapper{top:65px;position:sticky;position:-webkit-sticky}@media (max-width:1200px){.hero{background-size:cover;background-repeat:no-repeat;background-position:center;height:0;width:100%;padding-bottom:56.25%}section.hero{margin-bottom:90px}section.hero.video{padding-bottom:50px}section.hero.video h1{font-size:26px;line-height:26px}section.hero .herocnt{display:block;background-color:#000;position:absolute;text-align:center;margin:0 auto;width:100%;bottom:-85px}section.hero .herocnt h3{font-size:20px}section.hero .herocnt .deck{font-size:14px;margin:0 auto;max-width:300px}section.hero .herocnt a.deck{font-size:14px}section.hero article{height:0!important}}@media (max-width:860px){section.vspotlight article img{height:360px}section.upcoming article.card{margin:0 12px 12px calc(5% + 5px);display:inline-block;width:200px;padding-top:0}section.upcoming article.p1{margin-left:24px}section.upcoming .wrap{padding:0}section.upcoming h2{white-space:normal}}@media (max-width:768px){#ignheader .page-content{margin-top:0}section.vspotlight img.thumb{max-width:100%}section.vspotlight article img{height:475px}section.upcoming,section.upcoming .wrap,section.vspotlight{white-space:nowrap;display:inline-block;width:100%;overflow-x:scroll}section.vspotlight article:first-child{margin:0 12px 0 calc(10% + 12px)}section.hspotlight article,section.vspotlight article{border-radius:4px;overflow:hidden;display:inline-block;white-space:initial;width:calc(80% - 24px);margin:0 12px}section.hspotlight article{flex-basis:40%;flex-grow:1;margin:0 10px}section.vspotlight .caption{background-color:rgba(68,67,146,.75);font-size:24px;font-weight:900;line-height:1.21em;font-family:"Inter Var",sans-serif;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#fff;min-height:110px}section.hspotlight div.cards,section.hspotlight>div.wrap{display:flex;flex-wrap:wrap;max-width:100%}section.hspotlight>div.wrap{padding-right:24px;padding-left:24px}section.hspotlight>div.wrap h2{font-size:30px;width:100%}section.hspotlight article:nth-of-type(even){margin-left:12px;margin-right:0}body.rtl section.hspotlight article:nth-of-type(even),section.hspotlight article:nth-of-type(odd){margin-left:0;margin-right:12px}body.rtl section.hspotlight article:nth-of-type(odd){margin-right:0;margin-left:12px}section.hspotlight article:nth-child(1),section.hspotlight article:nth-child(2){margin-bottom:32px}section.hspotlight article img{height:25vw}section.upcoming article img{background:#f5f5f5;object-fit:cover;object-position:left}body.rtl section.upcoming article img{object-position:right}#adkit_mrec1,#adkit_mrec2,#adkit_rectangle{width:300px;float:unset;top:65px}article a.thumb{margin:0}section.hero.video article{position:relative;display:inline}section.hspotlight .caption,section.upcoming .caption{font-size:15.2px;font-weight:500;line-height:1.33em;color:#252627;margin-left:0;margin-right:0}section.broll>h2,section.hero.video h1,section.upcoming h2{padding-left:24px;padding-right:24px}section.upcoming h2{font-size:30px}section.upcoming .caption a{white-space:normal}section.hpcommerce div.tbl{padding:12px 24px}section.hpcommerce.broll h3 a{font-size:14px}}</style> <link rel="stylesheet" href="/s/css/videoplayer.css?639"> <style type="text/css">div.zad.billboard{min-height:250px}@media (max-width:930px){body:not(.iframe) div.zad.footer[data-sticky=true]{position:fixed;bottom:0;transform:translateX(-50%);margin-left:50%;width:100%;padding-top:10px;z-index:10}body:not(.iframe) div.zad.footer[data-sticky=true]::after{content:"x";top:-20px;position:absolute;right:10px;background:#f2f2f2;display:block;width:20px;height:20px}}</style> <script type="text/javascript"> (function(b){b.loadCSS||(b.loadCSS=function(){});var c=loadCSS.relpreload={};c.support=function(){try{var a=b.document.createElement("link").relList.supports("preload")}catch(e){a=!1}return function(){return a}}();c.bindMediaToggle=function(a){function b(){a.addEventListener?a.removeEventListener("load",b):a.attachEvent&&a.detachEvent("onload",b);a.setAttribute("onload",null);a.media=c}var c=a.media||"all";a.addEventListener?a.addEventListener("load",b):a.attachEvent&&a.attachEvent("onload",b);setTimeout(function(){a.rel= "stylesheet";a.media="only x"});setTimeout(b,3E3)};c.poly=function(){if(!c.support())for(var a=b.document.getElementsByTagName("link"),e=0;e<a.length;e++){var d=a[e];"preload"!==d.rel||"style"!==d.getAttribute("as")||d.getAttribute("data-loadcss")||(d.setAttribute("data-loadcss",!0),c.bindMediaToggle(d))}};if(!c.support()){c.poly();var f=b.setInterval(c.poly,500);b.addEventListener?b.addEventListener("load",function(){c.poly();b.clearInterval(f)}):b.attachEvent&&b.attachEvent("onload",function(){c.poly(); b.clearInterval(f)})}"undefined"!==typeof exports?exports.loadCSS=loadCSS:b.loadCSS=loadCSS})("undefined"!==typeof global?global:this); </script> <link rel="preconnect" href="https://tpc.googlesyndication.com"> <script type="text/javascript"> window.ICMS.cmd.push(function(){(function(){var stickyfooter=window.document.querySelector(".zad.footer[data-sticky=true]"); if(stickyfooter)stickyfooter.addEventListener("click",function(){this.removeAttribute("data-sticky")})})()}); </script><script>var ChessKit= ChessKit || {}; ChessKit.data = {categories:[], platforms:[], pagetype:["homepage"], article_id:""};</script> <script type="text/javascript">var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var zad = zad || {}; zad.cmd = zad.cmd || []; window.zadConfig={"dfp": "/15748617,23251826091/IGN_NORDICS/IGN_ROS_", "OOPs": ["interstitial"], "OOPsAppendSuffix": true, "autorefresh": 30, "prebid": true, "amazon": "d02f0482-a50f-427c-ac01-9856371f1f6b", "navegg": false, "tailtarget": false, "dependencies": null, "libs": null, "gdprLibs": null, "pageTargeting": {"platforms": [], "tags": [], "page": "homepage", "special": "", "type": "general", "lang": "en", "article_id": ""}, "titleTargeting": true, "lazy": true, "vastPreroll": "https://pubads.g.doubleclick.net/gampad/ads?iu=/15748617,23251826091/IGN_Nordics/ign_preroll&description_url=[placeholder]&tfcd=0&npa=0&sz=640x360&gdfp_req=1&unviewed_position_start=1&output=vast&env=vp&impl=s&correlator="};window.zadSlotConfig={"sizemappingTemplates": {"billboard": [[[990, 250], [[970, 250], [970, 200], [970, 180], [980, 90], [970, 90], [728, 90], [120, 30]]], [[750, 200], [[728, 90], [120, 30]]], [[0, 0], [[320, 100], [320, 50], [120, 30]]]], "halfpage": [[[990, 250], [[300, 600], [300, 250]]], [[750, 200], [[300, 600], [300, 250]]], [[0, 0], [[300, 600], [300, 250]]]], "footer": [[[990, 250], [[997, 123], [970, 90], [728, 90]]], [[750, 200], [[728, 90], [468, 60]]], [[0, 0], [[320, 100], [320, 50]]]]}};</script><script type="text/javascript" src="/s/js/zad.js?639" async="true"></script> <script type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async="true"></script> </head> <body class=""> <div class="page-wrapper"> <aside id="sidebarHeader" class="hide start"> <div id="ignheader" class="start"> <button class="header-toggle" type="button" title="Toggle Sidebar"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="m10 2 14.14 14.14L10 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></button> <div class="side-container"> <div class='side home bar-1'> <div class="sidebar-header"> <div class="logo-edition"> <a id="headerlogo" href='https://nordic.ign.com/'> <svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg> </a> <div class="logodate">Nordic</div> </div> </div><div class="sidebar-main"><ul class="sidebar-section home"><li><a class="icon-home" href='https://nordic.ign.com/'><span>Home</span></a></li><li class=""><a class="iconsvg" href="https://nordic.ign.com/made-in-nordic" data-submenu="bar-137"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 443.6 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve"> <path d="M434.48,63.76c-6.05-6.05-13.27-9.12-21.45-9.12h-69.25V0H99.82v54.64H30.57c-8.18,0-15.4,3.07-21.45,9.12 C3.07,69.81,0,77.03,0,85.21v27.32c0,29.41,10.6,54.89,31.51,75.72c20.3,20.23,45.08,32.4,73.68,36.2 c7.07,23,19.73,42.61,37.64,58.3c17.75,15.55,38.62,25.77,62.07,30.43v96.6h-85.11v33.82h204.04v-33.82h-85.11v-96.6 c23.45-4.66,44.32-14.89,62.06-30.43c17.91-15.69,30.57-35.3,37.64-58.3c28.6-3.8,53.38-15.97,73.68-36.2 c20.91-20.83,31.51-46.31,31.51-75.72V85.21C443.6,77.03,440.53,69.81,434.48,63.76z M221.8,280.54c-24.21,0-45-8.52-61.79-25.31 c-16.8-16.8-25.32-37.59-25.32-61.79V33.82h174.22v159.61c0,24.21-8.52,45-25.32,61.79C266.8,272.02,246.01,280.54,221.8,280.54z M409.78,88.46v24.07c0,19.86-6.71,37.15-19.93,51.4c-12.44,13.4-27.92,21.64-46.06,24.51V88.46H409.78z M99.82,88.46v99.98 c-18.14-2.88-33.62-11.11-46.06-24.51c-13.23-14.25-19.94-31.54-19.94-51.4V88.46H99.82z"/> </svg> <span>Made in Nordic</span></a></li><li class=""><a class="iconsvg" href="/article/news" data-submenu="bar-71"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="_x31__x2C_5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <path d="M437.3,512H80c-44.1,0-80-35.9-80-80V58.7C0,26.3,26.3,0,58.7,0h266.7C357.7,0,384,26.3,384,58.7V64h69.3 c32.4,0,58.7,26.3,58.7,58.7V432c0,40.9-30.8,74.7-70.4,79.4C440.2,511.8,438.8,512,437.3,512z M384,96v336c0,26.5,21.5,48,48,48 c26.5,0,48-21.5,48-48V122.7C480,108,468,96,453.3,96H384z M58.7,32C44,32,32,44,32,58.7V432c0,26.5,21.5,48,48,48h288 c-10.1-13.4-16-30-16-48V58.7C352,44,340,32,325.3,32H58.7z"/> <path d="M176,192H80c-8.8,0-16-7.2-16-16V80c0-8.8,7.2-16,16-16h96c8.8,0,16,7.2,16,16v96C192,184.8,184.8,192,176,192z M96,160h64 V96H96V160z"/> <path d="M304,117.3h-53.3c-8.8,0-16-7.2-16-16s7.2-16,16-16H304c8.8,0,16,7.2,16,16S312.8,117.3,304,117.3z"/> <path d="M304,181.3h-53.3c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16H304c8.8,0,16,7.2,16,16C320,174.2,312.8,181.3,304,181.3z"/> <path d="M304,266.7H80c-8.8,0-16-7.2-16-16s7.2-16,16-16h224c8.8,0,16,7.2,16,16S312.8,266.7,304,266.7z"/> <path d="M304,346.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,339.5,312.8,346.7,304,346.7z"/> <path d="M304,426.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,419.5,312.8,426.7,304,426.7z"/> </svg> <span>News</span></a></li><li class=""><a class="iconsvg" href="/article/review" data-submenu="bar-7"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 443.6 512.7" style="enable-background:new 0 0 443.6 512.7;" xml:space="preserve"> <g> <path d="M443.6,146.3c0.2-12.4-6.6-24.7-17.4-31.3L241.4,5.8c-5.9-4-11.9-5.8-19.5-5.8c-6.5,0-14.1,2.3-19.4,5.8L17.7,114.9 C5.5,121.2,0,135.1,0,146.2v220.3c0,12.6,6.9,24.9,17.6,31.2l184.8,109.2c5.9,4,11.9,5.8,19.5,5.8c6.5,0,14.1-2.3,19.4-5.8 l184.6-109.1c12.2-6.2,17.7-20.1,17.7-31.3L443.6,146.3z M224.5,32.9l184.7,109.2l0.3,0.2c1.9,1,2.2,2.9,2.2,3.9v221.4 c-0.2,1-0.7,2.2-2.2,3l-0.1,0.1l-185,109.3c-1.9,0.9-3.5,0.9-5.3,0L34.4,370.7l-0.3-0.2c-1.9-1-2.2-2.9-2.2-3.9V146.2 c0-0.8,0.2-2.9,2.3-4l0.1-0.1L219.2,32.9C221.1,32,222.6,32,224.5,32.9z"/> <path d="M263.9,351.4h-80.7c-9,0-15.1,6.8-15.1,16.8c0,9,6.8,15.1,16.8,15.1h80.7c7.5,0,15.1-5.2,15.1-15.1 C280.7,358.6,273.5,351.4,263.9,351.4z"/> <path d="M134.5,272.3H311c7.5,0,15.1-5.2,15.1-15.1c0-9.6-7.2-16.8-16.8-16.8H134.5c-9.6,0-16.8,7.2-16.8,16.8 C117.7,266.5,126.4,272.3,134.5,272.3z"/> <path d="M183.2,161.4h80.7c9.8,0,15.1-7.8,15.1-15.1c0-7.6-7-16.8-15.1-16.8h-80.7c-9.8,0-15.1,7.8-15.1,15.1 C168.1,154.6,174.2,161.4,183.2,161.4z"/> </g> </svg> <span>Reviews</span></a></li><li class=""><a class="iconsvg" href="/article/preview" data-submenu="bar-70"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 418.7 512" style="enable-background:new 0 0 418.7 512;" xml:space="preserve"> <path d="M370.4,0H48.2C22.1,0,0,22.1,0,48.2v290.1c0,20.1,13.3,38.5,32.2,45.4v33.7c0,16.8,14.4,30.4,32,30.4h0.3 c-0.1,0.5-0.1,1.1-0.1,1.7v32.2c0,16.8,14.4,30.4,32,30.4h225.6c18,0,32-14.1,32-32v-32.2h0.2c18,0,32-14.1,32-32v-32 c18.9-6.8,32.2-25.2,32.2-45.4V48.1C418.5,22,396.4,0,370.4,0z M322.3,449.4v32c-0.1,0.1-0.3,0.3-0.4,0.4H96.6 c-0.1-0.1-0.3-0.3-0.4-0.4v-32c0-0.6-0.1-1.1-0.2-1.7h226.4C322.4,448.2,322.3,448.8,322.3,449.4z M354.5,386.3V417 c-0.1,0.1-0.3,0.3-0.4,0.4H64.4c-0.1-0.1-0.3-0.3-0.4-0.4v-30.7H354.5z M386.6,48.2v290.1c0,9.3-7,16.3-16.3,16.3H48.2 c-9.3,0-16.3-7-16.3-16.3L31.8,48.2c0-9.3,7-16.3,16.3-16.3h322.2C379.6,31.9,386.6,38.9,386.6,48.2z"/> </svg> <span>Previews</span></a></li><li class=""><a class="iconsvg" href="/videos" data-submenu="bar-9"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="regular" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <style type="text/css"> .st0{stroke:#41495a;stroke-width:10;stroke-miterlimit:10;} </style> <path d="M256,512c141.2,0,256-114.8,256-256S397.2,0,256,0S0,114.8,0,256S114.8,512,256,512z M256,32c123.5,0,224,100.5,224,224 S379.5,480,256,480S32,379.5,32,256S132.5,32,256,32z"/> <path class="st0" d="M379.9,226.6l-180.3-98.2c-4.8-3.2-11.3-4.8-16.1-4.8c-19.3,0-33.8,16.1-33.8,33.8v198 c0,19.3,16.1,33.8,33.8,33.8l0,0l0,0c6.4,0,11.3-1.6,16.1-4.8l180.3-98.2c6.4-3.2,11.3-8.1,14.5-14.5 C402.4,257.2,396,236.3,379.9,226.6z M189.9,366.7C189.9,366.7,189.9,368.3,189.9,366.7c-4.8,1.6-8.1,1.6-11.3,1.6 c-3.2-1.6-6.4-3.2-8.1-6.4c-1.6-1.6-1.6-4.8-1.6-6.4v-198c0-8.1,6.4-12.9,12.9-12.9c1.6,0,4.8,0,6.4,1.6l181.9,98.2 c3.2,1.6,6.4,3.2,6.4,6.4c1.6,3.2,1.6,6.4,0,9.7c-1.6,3.2-3.2,6.4-8.1,8.1L189.9,366.7z"/> </svg> <span>Videos</span></a></li><li class=""><a class="iconsvg" href="/article/feature" data-submenu="bar-11"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M292.8,303.6l-0.5-0.5C280,292.8,268.4,288,256,288h-1.7c-13,0-24.8,5.2-35.1,15.5L180,344.3 c-12.1,12.1-17.3,30-13.5,46.6l18.7,81.7l0,0.1c5.8,23.2,25.4,38.8,48.6,38.8h42.5c22.7,0,44.3-16.6,50.3-38.7l18.8-81.9 c3.7-16.7-1.5-34.5-13.6-46.6L292.8,303.6z M307.5,366.7L307.5,366.7c3.5,3.6,6.5,9.9,5.2,16.4L294,464.7l-0.1,0.4 c-1.2,7-8.7,13.4-15.9,13.4h-42.5c-6.7,0-14.6-4.2-15.9-13.3l0-0.3l-18.8-81.8c-1.3-6.8,0.1-11.3,5.1-16.3l40.8-40.8 c3.6-3.6,7-5,12.6-5c2,0,5,1.2,8.4,4L307.5,366.7z"/> <path d="M219.1,207.6l0.5,0.5c12.3,10.3,23.9,15.1,36.4,15.1h1.7c13,0,24.8-5.2,35.1-15.5l39.2-40.9c12.1-12.1,17.3-30,13.5-46.6 l-18.7-81.7l0-0.1c-5.8-23.2-25.4-38.8-48.6-38.8h-42.5c-22.7,0-44.3,16.6-50.3,38.7l-18.8,81.9c-3.7,16.7,1.5,34.5,13.6,46.6 L219.1,207.6z M204.4,144.4L204.4,144.4c-3.5-3.6-6.5-9.9-5.2-16.4l18.7-81.6l0.1-0.4c1.2-7,8.7-13.4,15.9-13.4h42.5 c6.7,0,14.6,4.2,15.9,13.3l0,0.3L311,128c1.3,6.8-0.1,11.3-5.1,16.3l-40.8,40.8c-3.6,3.6-7,5-12.6,5c-2,0-5-1.2-8.4-4L204.4,144.4 z"/> </g> <g> <path d="M303.9,218.7l-0.5,0.5c-10.3,12.3-15.1,23.9-15.1,36.4v1.7c0,13,5.2,24.8,15.5,35.1l40.9,39.2 c12.1,12.1,30,17.3,46.6,13.5l81.7-18.7l0.1,0c23.2-5.8,38.8-25.4,38.8-48.6v-42.5c0-22.7-16.6-44.3-38.7-50.3l-81.9-18.8 c-16.7-3.7-34.5,1.5-46.6,13.6L303.9,218.7z M367.1,204L367.1,204c3.6-3.5,9.9-6.5,16.4-5.2l81.6,18.7l0.4,0.1 c7,1.2,13.4,8.7,13.4,15.9V276c0,6.7-4.2,14.6-13.3,15.9l-0.3,0l-81.8,18.8c-6.8,1.3-11.3-0.1-16.3-5.1l-40.8-40.8 c-3.6-3.6-5-7-5-12.6c0-2,1.2-5,4-8.4L367.1,204z"/> <path d="M208,292.4l0.5-0.5c10.3-12.3,15.1-23.9,15.1-36.4v-1.7c0-13-5.2-24.8-15.5-35.1l-40.9-39.2c-12.1-12.1-30-17.3-46.6-13.5 l-81.7,18.7l-0.1,0C15.5,190.6,0,210.1,0,233.4V276c0,22.7,16.6,44.3,38.7,50.3l81.9,18.8c16.7,3.7,34.5-1.5,46.6-13.6L208,292.4z M144.8,307.1L144.8,307.1c-3.6,3.5-9.9,6.5-16.4,5.2l-81.6-18.7l-0.4-0.1c-7-1.2-13.4-8.7-13.4-15.9v-42.5 c0-6.7,4.2-14.6,13.3-15.9l0.3,0l81.8-18.8c6.8-1.3,11.3,0.1,16.3,5.1l40.8,40.8c3.6,3.6,5,7,5,12.6c0,2-1.2,5-4,8.4L144.8,307.1z "/> </g> </g> </svg> <span>Features</span></a></li><li class=""><a class="iconsvg" href="/entertainment" data-submenu="bar-113"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="_x31_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 522 436.6" style="enable-background:new 0 0 522 436.6;" xml:space="preserve"> <g> <path d="M495.7,244.6h10.7c8.6,0,15.7-7,15.7-15.7v-42.7c0-28.2-20.1-51.8-46.7-57.2L440,25c-3.1-9.2-10.2-17-19.3-21.3 c-9.1-4.3-19.6-4.8-28.7-1.4L55.3,128C24.5,129.5,0,155.1,0,186.2v42.7c0,8.6,7,15.7,15.7,15.7h10.7c20.8,0,37.7,16.9,37.7,37.7 s-16.9,37.7-37.7,37.7H15.7c-8.6,0-15.7,7-15.7,15.7v42.7c0,32.2,26.2,58.3,58.3,58.3h405.3c15.6,0,30.2-6.1,41.2-17.1 c11-11,17.1-25.7,17.1-41.2v-42.7c0-8.6-7-15.7-15.7-15.7h-10.7c-10.1,0-19.5-3.9-26.6-11c-7.1-7.1-11-16.6-11-26.6 C458,261.4,474.9,244.6,495.7,244.6z M426.7,282.2c0,18.4,7.2,35.8,20.2,48.8c11.8,11.8,27.2,18.8,43.8,20v27.2 c0,14.9-12.1,27-27,27H202v-5.7c0-8.6-7-15.7-15.7-15.7s-15.7,7-15.7,15.7v5.7H58.3c-14.9,0-27-12.1-27-27V351 c35.7-2.6,64-32.5,64-68.8s-28.3-66.3-64-68.8v-27.2c0-14.9,12.1-27,27-27h112.3v5.7c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-5.7 h261.7c14.9,0,27,12.1,27,27v27.2C454.9,216,426.7,245.9,426.7,282.2z M145,127.9L403,31.6c1.4-0.5,3-0.4,4.5,0.3 c1.4,0.7,2.5,1.8,2.9,3.2l31.5,92.8H145z"/> <path d="M186.3,293.6c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.6v-36.1 C202,300.7,195,293.6,186.3,293.6z"/> <path d="M186.3,203.4c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-36.1 C202,210.4,195,203.4,186.3,203.4z"/> </g> </svg> <span>Movies & TV</span></a></li><li class="more toggletopmore"><a href="NONE" class="iconsvg submenu" data-submenu="bar-MORE"><?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path d="M368.7,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C336.5,273.8,351,288.3,368.7,288.3z M256,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C223.8,273.8,238.3,288.3,256,288.3z M143.3,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C111.1,273.8,125.6,288.3,143.3,288.3z"/><g><path d="M256,512c-68.4,0-132.7-26.6-181-75C26.6,388.7,0,324.4,0,256c0-68.4,26.6-132.7,75-181C123.3,26.6,187.6,0,256,0 s132.7,26.6,181,75c48.4,48.4,75,112.6,75,181c0,68.4-26.6,132.7-75,181S324.4,512,256,512z M256,32.3 c-59.8,0-115.9,23.3-158.2,65.5C55.6,140.1,32.3,196.2,32.3,256c0,59.8,23.3,115.9,65.5,158.2c42.2,42.2,98.4,65.5,158.2,65.5 s115.9-23.3,158.2-65.5c42.2-42.3,65.5-98.4,65.5-158.2c0-59.8-23.3-115.9-65.5-158.2C371.9,55.6,315.8,32.3,256,32.3z"/></g></svg><span>More</span><svg class="sidebar-icon icon-right-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="m10 2 14.14 14.14L10 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></li><div class="divider"></div><li class="search"><a><svg height="512pt" viewBox="0 0 512.016 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m202.667969 405.339844c-111.746094 0-202.667969-90.921875-202.667969-202.664063 0-111.746093 90.921875-202.6679685 202.667969-202.6679685 111.742187 0 202.664062 90.9218755 202.664062 202.6679685 0 111.742188-90.921875 202.664063-202.664062 202.664063zm0-373.332032c-94.101563 0-170.667969 76.566407-170.667969 170.667969 0 94.101563 76.566406 170.664063 170.667969 170.664063 94.101562 0 170.664062-76.5625 170.664062-170.664063 0-94.101562-76.5625-170.667969-170.664062-170.667969zm0 0"/><path d="m496 512.007812c-4.097656 0-8.191406-1.558593-11.308594-4.691406l-161.277344-161.28125c-6.25-6.25-6.25-16.382812 0-22.636718 6.25-6.25 16.382813-6.25 22.632813 0l161.28125 161.28125c6.25 6.25 6.25 16.382812 0 22.636718-3.136719 3.132813-7.230469 4.691406-11.328125 4.691406zm0 0"/></svg><form action='https://nordic.ign.com/se/'class="search-modal"><div class="search-input"><input type="hidden" name="model" value=""><input name="q" id="search-input" type="text" maxlength="60" placeholder='Search on IGN Nordic' autocomplete="off" value=""></div><button role="button" class="button button-primary">Search</button></form></a></li></ul></div></div><div class="side bar-MORE"> <div class="sidebar-header"> <button class="back" data-parent="bar-1"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M22 2 7.86 16.14 22 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg><label>Home</label></button> </div> <div class="sidebar-main"> <h3>More</h3> <ul class="sidebar-section"><li class=""><a class="iconsvg" href="/ign-nordic/422/page/about-ign-nordic" data-submenu="bar-33"><span><b>About IGN Nordic</b></span></a></li><li class=""><a class="iconsvg" target='_blank' href="mailto:[email protected]" data-submenu="bar-34"><span>Contact</span></a></li><li class=""><a class="iconsvg" target='_blank' href="https://forms.gle/ay2mgDb4Lhe6ADnu8" data-submenu="bar-35"><span>Advertise</span></a></li><li class=""><a class="iconsvg" target='_blank' href="http://corp.ign.com/press" data-submenu="bar-36"><span>Press</span></a></li><li class=""><a class="iconsvg" href="/ign-nordic/423/page/privacy-policy" data-submenu="bar-37"><span>Privacy Policy</span></a></li><li class=""><a class="iconsvg" href="/ign-nordic/424/page/user-agreement" data-submenu="bar-38"><span>User agreement</span></a></li><li class=""><a class="iconsvg" href="/ign-nordic/425/page/cookies" data-submenu="bar-39"><span>Cookies</span></a></li><li class=""><a class="iconsvg" href="/feed.xml" data-submenu="bar-41"><span>RSS</span></a></li><div class="divider"></div><li class="legal"><a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a><span class="licensee">IGN Nordic is operated under license by <a href="http://emense.nl/" rel="nofollow">eMense</a></span></li></ul></div></div> </div> <div class="region"> <div class="region-selector"> <select id="region-dropdown" class="region-dropdown"> <option value="" disabled="" selected="">Change Region</option> <option data-language='US' value="https://www.ign.com/?setccpref=US">United States</option> <option data-language='UK' value="https://uk.ign.com/uk?setccpref=UK">United Kingdom</option> <option data-language='AU' value="https://au.ign.com/au?setccpref=AU">Australia</option> <option data-language='AFR' value="https://za.ign.com/">Africa</option> <option data-language='ADR' value="https://adria.ign.com/">Adria Serbian/Croatian</option> <option data-language='SL' value="https://adria.ign.com/sl/">Adria Slovenian</option> <option data-language='BX' value="https://nl.ign.com/">Benelux / Dutch</option> <option data-language='BR' value="https://br.ign.com/">Brazil</option> <option data-language='CN' value="https://www.ign.com.cn/">China / 中国</option> <option data-language='CZ' value="https://cz.ign.com/">Czechia / Slovakia</option> <option data-language='FR' value="https://fr.ign.com/">France</option> <option data-language='DE' value="https://de.ign.com/">Germany</option> <option data-language='GR' value="https://gr.ign.com/">Greece / Ελλάδα</option> <option data-language='HU' value="https://hu.ign.com/">Hungary</option> <option data-language='IN' value="https://in.ign.com/">India</option> <option data-language='IL' value="https://il.ign.com/">Israel</option> <option data-language='IT' value="https://it.ign.com/">Italy / Italia</option> <option data-language='JP' value="https://jp.ign.com/">Japan / 日本</option> <option data-language='KR' value="https://kr.ign.com/">Korea / 한국</option> <option data-language='LAT' value="https://latam.ign.com/">Latin America</option> <option data-language='ME' value="https://me.ign.com/en/">Middle East - English</option> <option data-language='AR' value="https://me.ign.com/ar/">Middle East - الأوسطالشرق</option> <option data-language='NOR' value="https://nordic.ign.com/">Nordic</option> <option data-language='PL' value="https://pl.ign.com/">Poland</option> <option data-language='PT' value="https://pt.ign.com/">Portugal</option> <option data-language='SEA' value="https://sea.ign.com/">Southeast Asia</option> <option data-language='ES' value="https://es.ign.com/">Spain / España</option> <option data-language='TR' value="https://tr.ign.com/">Turkey / Türkiye</option> <option data-language='INTL' value="https://world.ign.com/">world.ign.com</option> </select> </div> </div> <div id="loginwrapper"> <a class="sidebar-item login-avatar" href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/" type="button"><img class="userIcon" alt="" title="" src=""></img><svg class="sidebar-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="false" role="img" fill="none" stroke-width="1.5"><title>Register / Login</title><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg> <div class="sidebar-item-text">Register / Login</div> </a> <div class="login-buttons"> <a href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/" target="_top" rel="nofollow" class="lightbox main button login-button">Login</a> <a href="https://www.ign.com/register?redirect=http%3A//nordic.ign.com/" target="_top" rel="nofollow" class="button register-button">Register</a> </div> </div> </div> </aside> <button id="btnoverlay" type="button" title="Collapse Sidebar" class="start sidebar-mobile-overlay"></button> <div id="mainblock"> <header class="fixed-header"> <div class="sidebar-page-header"> <a href="/" title="IGN" class="logo-link"><svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg></a> <a id="current-user" href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/" target="_top" rel="nofollow"><svg class="ign-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg></a> </div> </header> <div class="zad billboard" data-zadtype="billboard" data-suffix="billboard" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73028"}, "appnexus": {"placementId": "29257727"}, "improvedigital": {"placementId": "22943608"}, "triplelift": {"inventoryCode": "Refinery89_RON_Mobile-300x250-Top"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790332", "position": "atf"}, "sharethrough": {"pkey": "IMyCnbm1z1rMEipmvlZB0PFB"}}"></div> <div class="page-content"> <section class="vspotlight" data-slotter="coverstories" data-type="vspotlight" data-slottypeid="60" data-slotterid="3721" data-maximumblocks=4> <div class="wrap"> <article class="card REVIEW p1" data-type="REVIEW" data-pk="94026" data-slotterid="11964" data-background="62, 47, 80" data-raw=""> <a href="https://nordic.ign.com/the-midnight-walk/94026/review/the-midnight-walk-review" class="thumb link"> <img src="https://sm.ign.com/t/ign_nordic/review/t/the-midnig/the-midnight-walk-review_69bw.800.jpg" alt="The Midnight Walk Review" class="thumb" srcset="https://sm.ign.com/t/ign_nordic/review/t/the-midnig/the-midnight-walk-review_69bw.800.jpg, https://sm.ign.com/t/ign_nordic/review/t/the-midnig/the-midnight-walk-review_69bw.800.jpg 2x"> <h3 style="background-color: rgba(62, 47, 80, 0.75)" class="caption">The Midnight Walk Review</h3> </a> </article> <article class="card NEWS p2" data-type="NEWS" data-pk="93994" data-slotterid="11965" data-background="34, 63, 90" data-raw=""> <a href="https://nordic.ign.com/mafia-the-old-country/93994/news/mafia-the-old-country-tells-a-story-that-doesnt-require-a-massive-time-commitment-publisher-sets-pri" class="thumb link"> <img src="https://sm.ign.com/t/ign_nordic/news/m/mafia-the-/mafia-the-old-country-tells-a-story-that-doesnt-require-a-ma_2yu6.800.jpg" alt="Mafia: The Old Country Tells a Story That Doesn't Require a 'Massive Time Commitment,' Publisher Sets Price at $50 and Announces Release Date" class="thumb" srcset="https://sm.ign.com/t/ign_nordic/news/m/mafia-the-/mafia-the-old-country-tells-a-story-that-doesnt-require-a-ma_2yu6.800.jpg, https://sm.ign.com/t/ign_nordic/news/m/mafia-the-/mafia-the-old-country-tells-a-story-that-doesnt-require-a-ma_2yu6.800.jpg 2x"> <h3 style="background-color: rgba(34, 63, 90, 0.75)" class="caption">Mafia: The Old Country Tells a Story That Doesn't Require a 'Massive Time Commitment,' Publisher Sets Price at $50 and Announces Release Date</h3> </a> </article> <article class="card NEWS p3" data-type="NEWS" data-pk="93993" data-slotterid="11966" data-background="" data-raw=""> <a href="https://nordic.ign.com/grand-theft-auto-vi/93993/news/gta-6-fans-go-deep-on-trailer-2-to-work-out-which-bits-are-gameplay-after-rockstar-clarification" class="thumb link"> <img src="https://sm.ign.com/t/ign_nordic/news/g/gta-6-fans/gta-6-fans-go-deep-on-trailer-2-to-work-out-which-bits-are-g_tub7.800.jpg" alt="GTA 6 Fans Go Deep on Trailer 2 to Work Out Which Bits Are Gameplay After Rockstar Clarification" class="thumb" srcset="https://sm.ign.com/t/ign_nordic/news/g/gta-6-fans/gta-6-fans-go-deep-on-trailer-2-to-work-out-which-bits-are-g_tub7.800.jpg, https://sm.ign.com/t/ign_nordic/news/g/gta-6-fans/gta-6-fans-go-deep-on-trailer-2-to-work-out-which-bits-are-g_tub7.800.jpg 2x"> <h3 class="caption">GTA 6 Fans Go Deep on Trailer 2 to Work Out Which Bits Are Gameplay After Rockstar Clarification</h3> </a> </article> <article class="card FEATURE p4" data-type="FEATURE" data-pk="93987" data-slotterid="11967" data-background="54, 33, 26" data-raw=""> <a href="https://nordic.ign.com/grand-theft-auto-vi/93987/feature/will-gta-6-look-even-better-on-ps5-pro-experts-give-their-verdict" class="thumb link"> <img src="https://sm.ign.com/t/ign_nordic/feature/w/will-gta-6/will-gta-6-look-even-better-on-ps5-pro-experts-give-their-ve_y9jv.800.jpg" alt="Will GTA 6 Look Even Better on PS5 Pro? Experts Give Their Verdict" class="thumb" srcset="https://sm.ign.com/t/ign_nordic/feature/w/will-gta-6/will-gta-6-look-even-better-on-ps5-pro-experts-give-their-ve_y9jv.800.jpg, https://sm.ign.com/t/ign_nordic/feature/w/will-gta-6/will-gta-6-look-even-better-on-ps5-pro-experts-give-their-ve_y9jv.800.jpg 2x"> <h3 style="background-color: rgba(54, 33, 26, 0.75)" class="caption">Will GTA 6 Look Even Better on PS5 Pro? Experts Give Their Verdict</h3> </a> </article> </div> </section> <section class="hspotlight" data-slotter="spotlight" data-type="hspotlight" data-slottypeid="70" data-slotterid="3723" data-maximumblocks=4> <div class="wrap"> <h2 style="display: block;" >Gaming Spotlight</h2> <div class="cards"> <article class="card PREVIEW p1" data-type="PREVIEW" data-pk="93969" data-slotterid="11968" data-raw=""> <a href="https://nordic.ign.com/death-stranding-2/93969/preview/we-played-30-hours-of-death-stranding-2-on-the-beach" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/preview/w/we-played-/we-played-30-hours-of-death-stranding-2-on-the-beach_b1et.320.jpg" alt="We Played 30 Hours of Death Stranding 2: On the Beach!" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/preview/w/we-played-/we-played-30-hours-of-death-stranding-2-on-the-beach_b1et.320.jpg, https://sm.ign.com/t/ign_nordic/preview/w/we-played-/we-played-30-hours-of-death-stranding-2-on-the-beach_b1et.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/death-stranding-2/93969/preview/we-played-30-hours-of-death-stranding-2-on-the-beach">We Played 30 Hours of Death Stranding 2: On the Beach!</a></h3> </article> <article class="card NEWS p2" data-type="NEWS" data-pk="93975" data-slotterid="11969" data-raw=""> <a href="https://nordic.ign.com/grand-theft-auto-vi/93975/news/gta-6-mapping-project-goes-into-overdrive-with-trailer-2-release-its-an-information-overload" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/news/g/gta-6-mapp/gta-6-mapping-project-goes-into-overdrive-with-trailer-2-rel_pc5s.320.jpg" alt="GTA 6 Mapping Project Goes Into Overdrive With Trailer 2 Release: 'It's an Information Overload'" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/g/gta-6-mapp/gta-6-mapping-project-goes-into-overdrive-with-trailer-2-rel_pc5s.320.jpg, https://sm.ign.com/t/ign_nordic/news/g/gta-6-mapp/gta-6-mapping-project-goes-into-overdrive-with-trailer-2-rel_pc5s.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/grand-theft-auto-vi/93975/news/gta-6-mapping-project-goes-into-overdrive-with-trailer-2-release-its-an-information-overload">GTA 6 Mapping Project Goes Into Overdrive With Trailer 2 Release: 'It's an Information Overload'</a></h3> </article> <article class="card NEWS p3" data-type="NEWS" data-pk="93852" data-slotterid="11970" data-raw=""> <a href="https://nordic.ign.com/gears-of-war-reloaded/93852/news/gears-of-war-reloaded-coming-in-summer-even-on-playstation" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/news/g/gears-of-w/gears-of-war-reloaded-coming-in-summer-even-on-playstation_nj2r.320.jpg" alt="Gears of War: Reloaded Coming in Summer, Even on Playstation" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/g/gears-of-w/gears-of-war-reloaded-coming-in-summer-even-on-playstation_nj2r.320.jpg, https://sm.ign.com/t/ign_nordic/news/g/gears-of-w/gears-of-war-reloaded-coming-in-summer-even-on-playstation_nj2r.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/gears-of-war-reloaded/93852/news/gears-of-war-reloaded-coming-in-summer-even-on-playstation">Gears of War: Reloaded Coming in Summer, Even on Playstation</a></h3> </article> <article class="card VIDEO p4" data-type="VIDEO" data-pk="93118" data-slotterid="11971" data-raw=""> <a href="https://nordic.ign.com/mandragora/93118/video/release-reminder-these-games-are-coming-out-this-week-week-16-of-2024" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/screenshot/default/release-reminder_u5kt.320.png" alt="Release Reminder: These games are coming out this week - Week 16 of 2024" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/default/release-reminder_u5kt.320.png, https://sm.ign.com/t/ign_nordic/screenshot/default/release-reminder_u5kt.320.png 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/mandragora/93118/video/release-reminder-these-games-are-coming-out-this-week-week-16-of-2024">Release Reminder: These games are coming out this week - Week 16 of 2024</a></h3> </article> </div> </div> </section> <section class="hspotlight" data-slotter="spotlight" data-type="hspotlight" data-slottypeid="70" data-slotterid="8360" data-maximumblocks=4> <div class="wrap"> <h2 style="display: block;" >Movie & TV Shows Spotlight</h2> <div class="cards"> <article class="card NEWS p1" data-type="NEWS" data-pk="94022" data-slotterid="11972" data-raw=""> <a href="https://nordic.ign.com/netflix-1/94022/news/whats-new-on-netflix-in-the-nordics-may-12-18-2025" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/screenshot/default/ohnowhy_pbs7.320.jpg" alt="What's New on Netflix in the Nordics (May 12–18, 2025)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/default/ohnowhy_pbs7.320.jpg, https://sm.ign.com/t/ign_nordic/screenshot/default/ohnowhy_pbs7.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/netflix-1/94022/news/whats-new-on-netflix-in-the-nordics-may-12-18-2025">What's New on Netflix in the Nordics (May 12–18, 2025)</a></h3> </article> <article class="card FEATURE p2" data-type="FEATURE" data-pk="94023" data-slotterid="11973" data-raw=""> <a href="https://nordic.ign.com/thunderbolts-the-movie/94023/feature/jake-schreier-brings-a-bold-new-vision-to-marvel-with-thunderbolts" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/news/t/thunderbol/thunderbolts-is-the-first-and-best-example-of-marvels-new-fo_vjnx.320.jpg" alt="Jake Schreier Brings a Bold New Vision to Marvel with Thunderbolts" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/t/thunderbol/thunderbolts-is-the-first-and-best-example-of-marvels-new-fo_vjnx.320.jpg, https://sm.ign.com/t/ign_nordic/news/t/thunderbol/thunderbolts-is-the-first-and-best-example-of-marvels-new-fo_vjnx.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/thunderbolts-the-movie/94023/feature/jake-schreier-brings-a-bold-new-vision-to-marvel-with-thunderbolts">Jake Schreier Brings a Bold New Vision to Marvel with Thunderbolts</a></h3> </article> <article class="card FEATURE p3" data-type="FEATURE" data-pk="93839" data-slotterid="11974" data-raw=""> <a href="https://nordic.ign.com/the-last-of-us-part-ii/93839/feature/the-last-of-us-season-2-episode-4-tv-show-vs-game-comparison" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-last-o/the-last-of-us-season-2-episode-4-tv-show-vs-game-comparison_wvct.320.jpg" alt="The Last of Us Season 2 Episode 4: TV Show vs Game Comparison" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-last-o/the-last-of-us-season-2-episode-4-tv-show-vs-game-comparison_wvct.320.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-last-o/the-last-of-us-season-2-episode-4-tv-show-vs-game-comparison_wvct.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/the-last-of-us-part-ii/93839/feature/the-last-of-us-season-2-episode-4-tv-show-vs-game-comparison">The Last of Us Season 2 Episode 4: TV Show vs Game Comparison</a></h3> </article> <article class="card NEWS p4" data-type="NEWS" data-pk="93623" data-slotterid="11975" data-raw=""> <a href="https://nordic.ign.com/rogue-one-a-star-wars-story/93623/news/andor-creator-explains-why-darth-vader-and-emperor-palpatine-do-not-appear-on-screen-in-the-show" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/news/a/andor-crea/andor-creator-explains-why-darth-vader-and-emperor-palpatine_4sqa.320.jpg" alt="Andor Creator Explains Why Darth Vader and Emperor Palpatine Do Not Appear On-Screen in the Show" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/a/andor-crea/andor-creator-explains-why-darth-vader-and-emperor-palpatine_4sqa.320.jpg, https://sm.ign.com/t/ign_nordic/news/a/andor-crea/andor-creator-explains-why-darth-vader-and-emperor-palpatine_4sqa.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/rogue-one-a-star-wars-story/93623/news/andor-creator-explains-why-darth-vader-and-emperor-palpatine-do-not-appear-on-screen-in-the-show">Andor Creator Explains Why Darth Vader and Emperor Palpatine Do Not Appear On-Screen in the Show</a></h3> </article> </div> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="3724" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky"> <div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec1" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73025"}, "appnexus": {"placementId": "29257707"}, "improvedigital": {"placementId": "22943593"}, "triplelift": {"inventoryCode": "Refinery89_RON_Desktop_300x600_ATF"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790300", "position": "atf"}, "sharethrough": {"pkey": "ZhqNfeRLsaOuMhiCu9INjObB"}}"></div> </div> </div> <h2 style="display: block;" >Latest News</h2> <div class="tbl"> <article class="article GUIDE" id="content94071" data-type="GUIDE" data-pk="94071" data-slotterid="94071" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/ufc/94071/guide/how-to-watch-ufc-315-stream-muhammad-vs-della-maddalena-live-tonight" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/guide/h/how-to-wat/how-to-watch-ufc-315-stream-muhammad-vs-della-maddalena-live_exes.280.jpg" alt="How to Watch UFC 315: Stream Muhammad vs. Della Maddalena Live Tonight (Guide UFC PPVs)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/guide/h/how-to-wat/how-to-watch-ufc-315-stream-muhammad-vs-della-maddalena-live_exes.280.jpg, https://sm.ign.com/t/ign_nordic/guide/h/how-to-wat/how-to-watch-ufc-315-stream-muhammad-vs-della-maddalena-live_exes.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 2 hours, 57 minutes </div> <h3><a href="https://nordic.ign.com/ufc/94071/guide/how-to-watch-ufc-315-stream-muhammad-vs-della-maddalena-live-tonight"><span class="caption">How to Watch UFC 315: Stream Muhammad vs. Della Maddalena Live Tonight</span></a></h3> <div class="info"> 2 hours, 57 minutes - Two titles are up for grabs. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/ufc"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>UFC PPVs</a></div> <div class="container"><a href="https://nordic.ign.com/u/jkienlen"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Jacob Kienlen</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/ufc/94071/guide/how-to-watch-ufc-315-stream-muhammad-vs-della-maddalena-live-tonight#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94071"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/ufc"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>UFC PPVs</a></div> <div class="container"><a href="https://nordic.ign.com/u/jkienlen"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Jacob Kienlen</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/ufc/94071/guide/how-to-watch-ufc-315-stream-muhammad-vs-della-maddalena-live-tonight#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94071"></a></div> </div> </div> </article> <article class="article NEWS" id="content94070" data-type="NEWS" data-pk="94070" data-slotterid="94070" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/clair-obscur-expedition-33/94070/news/as-the-move-to-80-video-games-kicks-in-gamers-point-to-mafia-the-old-country-and-clair-obscur-expedi" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/a/as-the-mov/as-the-move-to-80-video-games-kicks-in-gamers-point-to-mafia_eky3.280.jpg" alt="As the Move to $80 Video Games Kicks In, Gamers Point to Mafia: The Old Country and Clair Obscur: Expedition 33 and Hope the $50 Trend Succeeds (News Clair Obscur: Expedition 33)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/a/as-the-mov/as-the-move-to-80-video-games-kicks-in-gamers-point-to-mafia_eky3.280.jpg, https://sm.ign.com/t/ign_nordic/news/a/as-the-mov/as-the-move-to-80-video-games-kicks-in-gamers-point-to-mafia_eky3.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 6 hours, 59 minutes </div> <h3><a href="https://nordic.ign.com/clair-obscur-expedition-33/94070/news/as-the-move-to-80-video-games-kicks-in-gamers-point-to-mafia-the-old-country-and-clair-obscur-expedi"><span class="caption">As the Move to $80 Video Games Kicks In, Gamers Point to Mafia: The Old Country and Clair Obscur: Expedition 33 and Hope the $50 Trend Succeeds</span></a></h3> <div class="info"> 6 hours, 59 minutes - Join the gang. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/clair-obscur-expedition-33"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Clair Obscur: Expedition 33</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/clair-obscur-expedition-33/94070/news/as-the-move-to-80-video-games-kicks-in-gamers-point-to-mafia-the-old-country-and-clair-obscur-expedi#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94070"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/clair-obscur-expedition-33"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Clair Obscur: Expedition 33</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/clair-obscur-expedition-33/94070/news/as-the-move-to-80-video-games-kicks-in-gamers-point-to-mafia-the-old-country-and-clair-obscur-expedi#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94070"></a></div> </div> </div> </article> <article class="embed_video_broll"> <figure class="icmsvideocontainer obs_broll" data-video-id="93928" data-json='{"isbroll": true, "allowAds": false, "autoplay": false, "muted": true, "title": "Destiny 2: Heresy - Official Rite of the Nine Trailer", "videoId": 93928, "poster": "https://sm.ign.com/t/ign_nordic/video/d/destiny-2-/destiny-2-heresy-official-rite-of-the-nine-trailer_y58t.1920.png", "video_content_url": "https://nordic.ign.com/destiny-2/93928/video/destiny-2-heresy-official-rite-of-the-nine-trailer", "mediaFiles": {"2160": "https://assets.ign.com/videos/zencoder/2025/05/06/3840/d8288a3e-42ae-4e98-9498-ba8ebc365675-1746549330.mp4", "1440": "https://assets.ign.com/videos/zencoder/2025/05/06/2560/d8288a3e-42ae-4e98-9498-ba8ebc365675-1746549330.mp4", "1080": "https://assets.ign.com/videos/zencoder/2025/05/06/1920/d8288a3e-42ae-4e98-9498-ba8ebc365675-1746549330.mp4", "720": "https://assets.ign.com/videos/zencoder/2025/05/06/1280/d8288a3e-42ae-4e98-9498-ba8ebc365675-1746549330.mp4", "540": "https://assets.ign.com/videos/zencoder/2025/05/06/960/d8288a3e-42ae-4e98-9498-ba8ebc365675-1746549330.mp4", "480": "https://assets.ign.com/videos/zencoder/2025/05/06/852/d8288a3e-42ae-4e98-9498-ba8ebc365675-1746549330.mp4", "360": "https://assets.ign.com/videos/zencoder/2025/05/06/640/d8288a3e-42ae-4e98-9498-ba8ebc365675-1746549330.mp4"}, "m3u8": "", "ageGate": null, "is_live": false, "showPreroll": false, "recirculation": [{"pk": 93937, "img": "https://sm.ign.com/ign_nordic/video/d/destiny-2-/destiny-2-renegades-official-teaser-trailer_wmzn.png", "title": "Destiny 2: Renegades - Official Teaser Trailer"}, {"pk": 93936, "img": "https://sm.ign.com/ign_nordic/video/d/destiny-2-/destiny-2-the-edge-of-fate-official-cinematic-trailer_4hu2.png", "title": "Destiny 2: The Edge of Fate - Official Cinematic Trailer"}, {"pk": 91761, "img": "https://sm.ign.com/ign_nordic/video/b/brawlhalla/brawlhalla-x-destiny-2-official-collaboration-trailer-ign-fa_ndrw.jpg", "title": "Brawlhalla x Destiny 2 - Official Collaboration Trailer | IGN Fan Fest 2025"}, {"pk": 90314, "img": "https://sm.ign.com/ign_nordic/video/d/destiny-2-/destiny-2-revenant-act-iii-official-trailer_fq9k.jpg", "title": "Destiny 2 - Revenant Act III Official Trailer"}, {"pk": 82936, "img": "https://sm.ign.com/ign_nordic/video/d/destiny-2-/destiny-2-outbreak-perfected-all-lever-locations-vault-solut_1jz3.jpg", "title": "Destiny 2 - Outbreak Perfected: All Lever Locations & Vault Solutions"}, {"pk": 75453, "img": "https://sm.ign.com/ign_nordic/video/d/destiny-2-/destiny-2-season-of-the-wish-official-teaser-trailer_tnpx.jpg", "title": "Destiny 2: Season of the Wish - Official Teaser Trailer"}], "allow_ads": true, "vtt_file": "", "age_gate_message": "You must been None+ to access this video"}'><img class="videoposter" src="https://sm.ign.com/t/ign_nordic/video/d/destiny-2-/destiny-2-heresy-official-rite-of-the-nine-trailer_y58t.1200.png"><figcaption>Destiny 2: Heresy - Official Rite of the Nine Trailer</figcaption></figure> </article> <article class="article FEATURE" id="content94066" data-type="FEATURE" data-pk="94066" data-slotterid="94066" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/nvidia-rtx-5080/94066/feature/upgrading-to-an-rtx-5080-on-old-hardware-was-rough-but-sold-me-on-multi-frame-generation" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/u/upgrading-/upgrading-to-an-rtx-5080-on-old-hardware-was-rough-but-sold_2dx8.280.jpg" alt="Upgrading to an RTX 5080 on Old Hardware Was Rough, But Sold Me on Multi-Frame Generation (Feature Nvidia RTX 5080)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/u/upgrading-/upgrading-to-an-rtx-5080-on-old-hardware-was-rough-but-sold_2dx8.280.jpg, https://sm.ign.com/t/ign_nordic/feature/u/upgrading-/upgrading-to-an-rtx-5080-on-old-hardware-was-rough-but-sold_2dx8.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 23 hours, 5 minutes </div> <h3><a href="https://nordic.ign.com/nvidia-rtx-5080/94066/feature/upgrading-to-an-rtx-5080-on-old-hardware-was-rough-but-sold-me-on-multi-frame-generation"><span class="caption">Upgrading to an RTX 5080 on Old Hardware Was Rough, But Sold Me on Multi-Frame Generation</span></a></h3> <div class="info"> 23 hours, 5 minutes - It was never about raw performance. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/nvidia-rtx-5080"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>Nvidia RTX 5080</a></div> <div class="container"><a href="https://nordic.ign.com/u/ramitabari"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Rami Tabari</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/nvidia-rtx-5080/94066/feature/upgrading-to-an-rtx-5080-on-old-hardware-was-rough-but-sold-me-on-multi-frame-generation#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94066"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/nvidia-rtx-5080"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>Nvidia RTX 5080</a></div> <div class="container"><a href="https://nordic.ign.com/u/ramitabari"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Rami Tabari</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/nvidia-rtx-5080/94066/feature/upgrading-to-an-rtx-5080-on-old-hardware-was-rough-but-sold-me-on-multi-frame-generation#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94066"></a></div> </div> </div> </article> <article class="article FEATURE" id="content94065" data-type="FEATURE" data-pk="94065" data-slotterid="94065" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/peacemaker/94065/feature/not-enough-vigilante-the-dcu-timeline-takes-shape-and-more-big-takeaways-from-the-peacemaker-season" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/n/not-enough/not-enough-vigilante-the-dcu-timeline-takes-shape-and-more-b_ezg8.280.jpg" alt="Not Enough Vigilante, The DCU Timeline Takes Shape, and More Big Takeaways From the Peacemaker Season 2 Trailer (Feature Peacemaker)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/n/not-enough/not-enough-vigilante-the-dcu-timeline-takes-shape-and-more-b_ezg8.280.jpg, https://sm.ign.com/t/ign_nordic/feature/n/not-enough/not-enough-vigilante-the-dcu-timeline-takes-shape-and-more-b_ezg8.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 23 hours, 13 minutes </div> <h3><a href="https://nordic.ign.com/peacemaker/94065/feature/not-enough-vigilante-the-dcu-timeline-takes-shape-and-more-big-takeaways-from-the-peacemaker-season"><span class="caption">Not Enough Vigilante, The DCU Timeline Takes Shape, and More Big Takeaways From the Peacemaker Season 2 Trailer</span></a></h3> <div class="info"> 23 hours, 13 minutes - Making sense of Peacemaker's take on the complicated DCU timeline. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/peacemaker"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Peacemaker</a></div> <div class="container"><a href="https://nordic.ign.com/u/jesse-schedeen"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Jesse Schedeen</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/peacemaker/94065/feature/not-enough-vigilante-the-dcu-timeline-takes-shape-and-more-big-takeaways-from-the-peacemaker-season#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94065"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/peacemaker"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Peacemaker</a></div> <div class="container"><a href="https://nordic.ign.com/u/jesse-schedeen"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Jesse Schedeen</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/peacemaker/94065/feature/not-enough-vigilante-the-dcu-timeline-takes-shape-and-more-big-takeaways-from-the-peacemaker-season#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94065"></a></div> </div> </div> </article> <article class="article FEATURE" id="content94063" data-type="FEATURE" data-pk="94063" data-slotterid="94063" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/feature/94063/ign-live-2025-partners-announced-including-netflix-xbox-adult-swim-and-more" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/i/ign-live-2/ign-live-2025-partners-announced-including-netflix-xbox-adul_pn3f.280.jpg" alt="IGN Live 2025 Partners Announced including Netflix, Xbox, Adult Swim, and More (Feature IGN Misc)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/i/ign-live-2/ign-live-2025-partners-announced-including-netflix-xbox-adul_pn3f.280.jpg, https://sm.ign.com/t/ign_nordic/feature/i/ign-live-2/ign-live-2025-partners-announced-including-netflix-xbox-adul_pn3f.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 23 hours, 54 minutes </div> <h3><a href="https://nordic.ign.com/feature/94063/ign-live-2025-partners-announced-including-netflix-xbox-adult-swim-and-more"><span class="caption">IGN Live 2025 Partners Announced including Netflix, Xbox, Adult Swim, and More</span></a></h3> <div class="info"> 23 hours, 54 minutes - Check back daily as more reveals are announced. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/ign-misc"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"> <path fill="#bf1313" d="M114.4,163.4c-25.3,2.8-48.5,6.6-68.8,11.1c11.6-29.1,28.9-55.3,50.9-77.6c22-22,48.5-39.3,77.6-50.6 c-4.7,20.3-8.5,43.5-11.1,68.6C143.8,127.7,127.2,144,114.4,163.4z M349.1,114.5c-2.8-25.1-6.9-48-11.6-68.4 c29.1,11.4,55.8,28.6,77.8,50.6c22.2,22,39.5,48.5,51.1,77.6c-20.3-4.7-43.5-8.5-68.8-11.1c-12.8-19.2-29.3-35.7-48.5-48.5V114.5z M162.9,397.8c2.8,25.3,6.6,48.3,11.1,68.6c-29.1-11.4-55.6-28.6-77.8-50.9c-22.2-22.2-39.5-48.7-50.9-77.8 c20.1,4.7,42.8,8.5,68.4,11.6c0.2,0,0.5,0,0.5,0C127.2,368.5,143.5,385.1,162.9,397.8z M398.3,349.3c25.5-3.1,48.3-6.9,68.4-11.4 c-11.4,29.3-28.9,55.8-51.1,77.8c-22.2,22-48.7,39.5-78.1,50.9c4.7-20.3,8.5-43,11.6-68.1c0-0.2,0-0.5,0-0.5 c19.4-12.8,35.7-29.1,48.5-48.5C398,349.3,398,349.3,398.3,349.3z M513,214.5v83.3c-39.5,18.2-98.4,25.5-118.3,27.9 c-4.7,0.9-9.2,1.4-13.5,1.4l-63.2-70.5l63.2-70.5c3.5,0,7.6,0.5,11.8,1.2C413.2,189,473,196.1,513,214.5z M131,185.9l63.2,70.5 L131,326.9c-4.3,0-8.8-0.5-13.7-1.4C97.4,323.1,38.5,316-1,297.5v-83c40.2-18.4,100-25.5,120.4-27.7 C123.2,186.1,127.2,185.9,131,185.9z M185.4,381.3l70.7-63.2l70.7,63.2c0,4.3-0.5,8.8-1.4,13.5c-2.4,19.9-9.7,78.5-27.9,118H214 c-18.4-39.7-25.5-99.6-27.7-119.9C185.9,389.1,185.4,385.1,185.4,381.3L185.4,381.3z M214,0h83.5c18.2,39.5,25.5,98.2,27.9,118 c0.9,4.7,1.4,9.2,1.4,13.5l-70.7,63.2l-70.7-63.2c0-3.5,0.5-7.6,1.2-11.6C188.7,99.6,195.6,39.7,214,0z"/> </svg> IGN Misc</a></div> <div class="container"><a href="https://nordic.ign.com/u/jessie-wade"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Jessie Wade, Michael Peyton</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/feature/94063/ign-live-2025-partners-announced-including-netflix-xbox-adult-swim-and-more#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94063"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/ign-misc"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"> <path fill="#bf1313" d="M114.4,163.4c-25.3,2.8-48.5,6.6-68.8,11.1c11.6-29.1,28.9-55.3,50.9-77.6c22-22,48.5-39.3,77.6-50.6 c-4.7,20.3-8.5,43.5-11.1,68.6C143.8,127.7,127.2,144,114.4,163.4z M349.1,114.5c-2.8-25.1-6.9-48-11.6-68.4 c29.1,11.4,55.8,28.6,77.8,50.6c22.2,22,39.5,48.5,51.1,77.6c-20.3-4.7-43.5-8.5-68.8-11.1c-12.8-19.2-29.3-35.7-48.5-48.5V114.5z M162.9,397.8c2.8,25.3,6.6,48.3,11.1,68.6c-29.1-11.4-55.6-28.6-77.8-50.9c-22.2-22.2-39.5-48.7-50.9-77.8 c20.1,4.7,42.8,8.5,68.4,11.6c0.2,0,0.5,0,0.5,0C127.2,368.5,143.5,385.1,162.9,397.8z M398.3,349.3c25.5-3.1,48.3-6.9,68.4-11.4 c-11.4,29.3-28.9,55.8-51.1,77.8c-22.2,22-48.7,39.5-78.1,50.9c4.7-20.3,8.5-43,11.6-68.1c0-0.2,0-0.5,0-0.5 c19.4-12.8,35.7-29.1,48.5-48.5C398,349.3,398,349.3,398.3,349.3z M513,214.5v83.3c-39.5,18.2-98.4,25.5-118.3,27.9 c-4.7,0.9-9.2,1.4-13.5,1.4l-63.2-70.5l63.2-70.5c3.5,0,7.6,0.5,11.8,1.2C413.2,189,473,196.1,513,214.5z M131,185.9l63.2,70.5 L131,326.9c-4.3,0-8.8-0.5-13.7-1.4C97.4,323.1,38.5,316-1,297.5v-83c40.2-18.4,100-25.5,120.4-27.7 C123.2,186.1,127.2,185.9,131,185.9z M185.4,381.3l70.7-63.2l70.7,63.2c0,4.3-0.5,8.8-1.4,13.5c-2.4,19.9-9.7,78.5-27.9,118H214 c-18.4-39.7-25.5-99.6-27.7-119.9C185.9,389.1,185.4,385.1,185.4,381.3L185.4,381.3z M214,0h83.5c18.2,39.5,25.5,98.2,27.9,118 c0.9,4.7,1.4,9.2,1.4,13.5l-70.7,63.2l-70.7-63.2c0-3.5,0.5-7.6,1.2-11.6C188.7,99.6,195.6,39.7,214,0z"/> </svg> IGN Misc</a></div> <div class="container"><a href="https://nordic.ign.com/u/jessie-wade"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Jessie Wade, Michael Peyton</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/feature/94063/ign-live-2025-partners-announced-including-netflix-xbox-adult-swim-and-more#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94063"></a></div> </div> </div> </article> <article class="article NEWS" id="content94060" data-type="NEWS" data-pk="94060" data-slotterid="94060" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/news/94060/waterpark-simulator-announced-for-pc" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/w/waterpark-/waterpark-simulator-announced-for-pc_kw51.280.jpg" alt="Waterpark Simulator Announced for PC (News Waterpark Simulator)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/w/waterpark-/waterpark-simulator-announced-for-pc_kw51.280.jpg, https://sm.ign.com/t/ign_nordic/news/w/waterpark-/waterpark-simulator-announced-for-pc_kw51.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day </div> <h3><a href="https://nordic.ign.com/news/94060/waterpark-simulator-announced-for-pc"><span class="caption">Waterpark Simulator Announced for PC</span></a></h3> <div class="info"> 1 day - Wet 'n wild. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/waterpark-simulator"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Waterpark Simulator</a></div> <div class="container"><a href="https://nordic.ign.com/u/ryan-mccaffrey"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Ryan Mccaffrey</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/news/94060/waterpark-simulator-announced-for-pc#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94060"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/waterpark-simulator"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Waterpark Simulator</a></div> <div class="container"><a href="https://nordic.ign.com/u/ryan-mccaffrey"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Ryan Mccaffrey</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/news/94060/waterpark-simulator-announced-for-pc#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94060"></a></div> </div> </div> </article> </div> </section> <section class="broll wrap hpcommerce" data-slotter="commerce" data-type="commerce" data-slottypeid="80" data-slotterid="8221" data-maximumblocks=2> <div class="tbl"> <article class="slotter divider" id="content11976" data-embed-url="" data-type="" data-pk="" data-slotterid="11976" data-raw=""> <div class="t"> <a href="https://click.linksynergy.com/deeplink?id=xUkojt4zZEU&mid=50641&murl=https%3A%2F%2Fwww.lego.com%2Fen-se%2Fproduct%2Fdungeons-dragons-red-dragon-s-tale-21348" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/slotter/default/21348-lifestyle-envr-04-1_rjuk.280.png" alt="Dungeons & Dragons: Red Dragon's Tale now available on the LEGO Shop" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/slotter/default/21348-lifestyle-envr-04-1_rjuk.280.png, https://sm.ign.com/t/ign_nordic/slotter/default/21348-lifestyle-envr-04-1_rjuk.280.png 2x"> </a> </div> <div class="m"> <div class="info"><a href="https://click.linksynergy.com/deeplink?id=xUkojt4zZEU&mid=50641&murl=https%3A%2F%2Fwww.lego.com%2Fen-se%2Fproduct%2Fdungeons-dragons-red-dragon-s-tale-21348" class="comments">IGN Deals</a></div> <h3><a href="https://click.linksynergy.com/deeplink?id=xUkojt4zZEU&mid=50641&murl=https%3A%2F%2Fwww.lego.com%2Fen-se%2Fproduct%2Fdungeons-dragons-red-dragon-s-tale-21348" class="link"><span class="caption">Dungeons & Dragons: Red Dragon's Tale now available on the LEGO Shop</span> <svg class="ign-icon icon-top-right-arrow" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" stroke-width="5"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m19.961 5.397 10.04 10.039-10.04 10.038M2.394 15.436h26.351" transform="rotate(-45, 16, 16)"></path></svg></a></h3> </div> </article> <article class="article " id="content11977" data-embed-url="" data-type="NEWS" data-pk="88963" data-slotterid="11977" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/playstation-5-slim/88963/news/ps5-slim-consoles-will-drop-to-380-for-black-friday-this-year-but-the-announcement-video-was-deleted" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/p/ps5-slim-c/ps5-slim-consoles-will-drop-to-380-for-black-friday-this-yea_ycb5.280.jpg" alt="PS5 Slim Consoles Will Drop to $380 for Black Friday This Year, But the Announcement Video Was Deleted" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/p/ps5-slim-c/ps5-slim-consoles-will-drop-to-380-for-black-friday-this-yea_ycb5.280.jpg, https://sm.ign.com/t/ign_nordic/news/p/ps5-slim-c/ps5-slim-consoles-will-drop-to-380-for-black-friday-this-yea_ycb5.280.jpg 2x"> </a> </div> <div class="m"> <div class="info"><a href="https://nordic.ign.com/playstation-5-slim/88963/news/ps5-slim-consoles-will-drop-to-380-for-black-friday-this-year-but-the-announcement-video-was-deleted" class="comments">IGN Deals</a></div> <h3><a href="https://nordic.ign.com/playstation-5-slim/88963/news/ps5-slim-consoles-will-drop-to-380-for-black-friday-this-year-but-the-announcement-video-was-deleted" class="link"><span class="caption">PS5 Slim Consoles Will Drop to $380 for Black Friday This Year, But the Announcement Video Was Deleted</span> <svg class="ign-icon icon-top-right-arrow" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" stroke-width="5"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m19.961 5.397 10.04 10.039-10.04 10.038M2.394 15.436h26.351" transform="rotate(-45, 16, 16)"></path></svg></a></h3> </div> </article> </div> </section> <section class="hspotlight" data-slotter="spotlight" data-type="hspotlight" data-slottypeid="70" data-slotterid="3806" data-maximumblocks=4> <div class="wrap"> <h2 style="display: block;" >Latest P(r)eviews</h2> <div class="cards"> <article class="card VIDEO p1" data-type="VIDEO" data-pk="92170" data-slotterid="11978" data-raw=""> <a href="https://nordic.ign.com/rainbow-six-siege/92170/video/rainbow-six-siege-x-dual-front-mode-hands-on-impressions" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/video/r/rainbow-si/rainbow-six-siege-x-dual-front-mode-hands-on-impressions_byt8.320.jpg" alt="Rainbow Six Siege X: Dual Front Mode Hands-On Impressions" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/r/rainbow-si/rainbow-six-siege-x-dual-front-mode-hands-on-impressions_byt8.320.jpg, https://sm.ign.com/t/ign_nordic/video/r/rainbow-si/rainbow-six-siege-x-dual-front-mode-hands-on-impressions_byt8.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/rainbow-six-siege/92170/video/rainbow-six-siege-x-dual-front-mode-hands-on-impressions">Rainbow Six Siege X: Dual Front Mode Hands-On Impressions</a></h3> </article> <article class="card PREVIEW p2" data-type="PREVIEW" data-pk="90728" data-slotterid="11979" data-raw=""> <a href="https://nordic.ign.com/doom-year-zero/90728/preview/doom-the-dark-ages-the-first-preview" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/preview/d/doom-the-d/doom-the-dark-ages-the-first-preview_gwtc.320.jpg" alt="Doom: The Dark Ages – The First Preview" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/preview/d/doom-the-d/doom-the-dark-ages-the-first-preview_gwtc.320.jpg, https://sm.ign.com/t/ign_nordic/preview/d/doom-the-d/doom-the-dark-ages-the-first-preview_gwtc.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/doom-year-zero/90728/preview/doom-the-dark-ages-the-first-preview">Doom: The Dark Ages – The First Preview</a></h3> </article> <article class="card REVIEW p3" data-type="REVIEW" data-pk="90766" data-slotterid="11980" data-raw=""> <a href="https://nordic.ign.com/grafted/90766/review/grafted-review" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/review/g/grafted-re/grafted-review_s7e3.320.jpg" alt="Grafted Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/review/g/grafted-re/grafted-review_s7e3.320.jpg, https://sm.ign.com/t/ign_nordic/review/g/grafted-re/grafted-review_s7e3.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/grafted/90766/review/grafted-review">Grafted Review</a></h3> </article> <article class="card REVIEW p4" data-type="REVIEW" data-pk="90768" data-slotterid="11981" data-raw=""> <a href="https://nordic.ign.com/flight-risk-1/90768/review/flight-risk-review" class="thumb link"><img data-src="https://sm.ign.com/t/ign_nordic/review/f/flight-ris/flight-risk-review_axuk.320.jpg" alt="Flight Risk Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/review/f/flight-ris/flight-risk-review_axuk.320.jpg, https://sm.ign.com/t/ign_nordic/review/f/flight-ris/flight-risk-review_axuk.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://nordic.ign.com/flight-risk-1/90768/review/flight-risk-review">Flight Risk Review</a></h3> </article> </div> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="3730" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky"> <div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec2" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73026"}, "appnexus": {"placementId": "29257708"}, "improvedigital": {"placementId": "22943594"}, "triplelift": {"inventoryCode": "Refinery89_RON_Desktop_300x600_BTF"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790302", "position": "btf"}, "sharethrough": {"pkey": "NvcvIe8eSQaJgWA62iVAM1JN"}}"></div> </div> </div> <h2 style="display: none;" ></h2> <div class="tbl"> <article class="article FEATURE" id="content94059" data-type="FEATURE" data-pk="94059" data-slotterid="94059" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/dune-awakening/94059/feature/ign-plus-games-claim-a-free-dune-awakening-beta-key" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/i/ign-plus-g/ign-plus-games-claim-a-free-dune-awakening-beta-key_qjt7.280.jpg" alt="IGN Plus Games: Claim a Free Dune: Awakening Beta Key! (Feature Dune: Awakening)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/i/ign-plus-g/ign-plus-games-claim-a-free-dune-awakening-beta-key_qjt7.280.jpg, https://sm.ign.com/t/ign_nordic/feature/i/ign-plus-g/ign-plus-games-claim-a-free-dune-awakening-beta-key_qjt7.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day </div> <h3><a href="https://nordic.ign.com/dune-awakening/94059/feature/ign-plus-games-claim-a-free-dune-awakening-beta-key"><span class="caption">IGN Plus Games: Claim a Free Dune: Awakening Beta Key!</span></a></h3> <div class="info"> 1 day - Enter Arrakis while supplies last. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/dune-awakening"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Dune: Awakening</a></div> <div class="container"><a href="https://nordic.ign.com/u/lockhart7"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Noah Hunter</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/dune-awakening/94059/feature/ign-plus-games-claim-a-free-dune-awakening-beta-key#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94059"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/dune-awakening"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Dune: Awakening</a></div> <div class="container"><a href="https://nordic.ign.com/u/lockhart7"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Noah Hunter</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/dune-awakening/94059/feature/ign-plus-games-claim-a-free-dune-awakening-beta-key#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94059"></a></div> </div> </div> </article> <article class="article GUIDE" id="content80824" data-type="GUIDE" data-pk="80824" data-slotterid="80824" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/ufc/80824/guide/where-to-watch-ufc-fights-online-in-2024" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/guide/w/where-to-w/where-to-watch-ufc-fights-online-in-2025_chhk.280.jpg" alt="Where to Watch UFC Fights Online in 2025 (Guide ESPN Plus)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/guide/w/where-to-w/where-to-watch-ufc-fights-online-in-2025_chhk.280.jpg, https://sm.ign.com/t/ign_nordic/guide/w/where-to-w/where-to-watch-ufc-fights-online-in-2025_chhk.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day </div> <h3><a href="https://nordic.ign.com/ufc/80824/guide/where-to-watch-ufc-fights-online-in-2024"><span class="caption">Where to Watch UFC Fights Online in 2025</span></a></h3> <div class="info"> 1 day - No punches pulled. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/espn-plus"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>ESPN Plus</a></div> <div class="container"><a href="https://nordic.ign.com/u/matthew-adler"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Matthew Adler</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/ufc/80824/guide/where-to-watch-ufc-fights-online-in-2024#disqus_thread" class="comments commentscount" data-disqus-identifier="article_80824"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/espn-plus"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>ESPN Plus</a></div> <div class="container"><a href="https://nordic.ign.com/u/matthew-adler"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Matthew Adler</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/ufc/80824/guide/where-to-watch-ufc-fights-online-in-2024#disqus_thread" class="comments commentscount" data-disqus-identifier="article_80824"></a></div> </div> </div> </article> <article class="article NEWS" id="content94057" data-type="NEWS" data-pk="94057" data-slotterid="94057" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/black-mirror/94057/news/netflix-to-remove-black-mirror-bandersnatch-from-platform-in-an-effort-to-ditch-interactive-programm" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/n/netflix-to/netflix-to-remove-black-mirror-bandersnatch-from-platform-in_y5qk.280.jpg" alt="Netflix To Remove Black Mirror: Bandersnatch From Platform In an Effort to Ditch Interactive Programming (News Black Mirror)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/n/netflix-to/netflix-to-remove-black-mirror-bandersnatch-from-platform-in_y5qk.280.jpg, https://sm.ign.com/t/ign_nordic/news/n/netflix-to/netflix-to-remove-black-mirror-bandersnatch-from-platform-in_y5qk.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 1 hour </div> <h3><a href="https://nordic.ign.com/black-mirror/94057/news/netflix-to-remove-black-mirror-bandersnatch-from-platform-in-an-effort-to-ditch-interactive-programm"><span class="caption">Netflix To Remove Black Mirror: Bandersnatch From Platform In an Effort to Ditch Interactive Programming</span></a></h3> <div class="info"> 1 day, 1 hour - You have three days. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/black-mirror"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Black Mirror</a></div> <div class="container"><a href="https://nordic.ign.com/u/nikonamerica"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Lex Briscuso</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/black-mirror/94057/news/netflix-to-remove-black-mirror-bandersnatch-from-platform-in-an-effort-to-ditch-interactive-programm#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94057"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/black-mirror"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Black Mirror</a></div> <div class="container"><a href="https://nordic.ign.com/u/nikonamerica"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Lex Briscuso</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/black-mirror/94057/news/netflix-to-remove-black-mirror-bandersnatch-from-platform-in-an-effort-to-ditch-interactive-programm#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94057"></a></div> </div> </div> </article> <article class="article NEWS" id="content94056" data-type="NEWS" data-pk="94056" data-slotterid="94056" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/godzilla-x-kong-the-new-empire/94056/news/godzilla-x-kong-the-new-empire-sequel-gets-official-title-and-release-date-as-production-begins" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/g/godzilla-x/godzilla-x-kong-the-new-empire-sequel-gets-official-title-an_n214.280.jpg" alt="Godzilla X Kong: The New Empire Sequel Gets Official Title and Release Date as Production Begins (News Godzilla x Kong: The New Empire)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/g/godzilla-x/godzilla-x-kong-the-new-empire-sequel-gets-official-title-an_n214.280.jpg, https://sm.ign.com/t/ign_nordic/news/g/godzilla-x/godzilla-x-kong-the-new-empire-sequel-gets-official-title-an_n214.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 1 hour </div> <h3><a href="https://nordic.ign.com/godzilla-x-kong-the-new-empire/94056/news/godzilla-x-kong-the-new-empire-sequel-gets-official-title-and-release-date-as-production-begins"><span class="caption">Godzilla X Kong: The New Empire Sequel Gets Official Title and Release Date as Production Begins</span></a></h3> <div class="info"> 1 day, 1 hour - This one's gonna be a real Supernova. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/godzilla-x-kong-the-new-empire"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Godzilla x Kong: The New Empire</a></div> <div class="container"><a href="https://nordic.ign.com/u/nikonamerica"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Lex Briscuso</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/godzilla-x-kong-the-new-empire/94056/news/godzilla-x-kong-the-new-empire-sequel-gets-official-title-and-release-date-as-production-begins#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94056"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/godzilla-x-kong-the-new-empire"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Godzilla x Kong: The New Empire</a></div> <div class="container"><a href="https://nordic.ign.com/u/nikonamerica"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Lex Briscuso</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/godzilla-x-kong-the-new-empire/94056/news/godzilla-x-kong-the-new-empire-sequel-gets-official-title-and-release-date-as-production-begins#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94056"></a></div> </div> </div> </article> <article class="article NEWS" id="content94054" data-type="NEWS" data-pk="94054" data-slotterid="94054" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/the-old-guard-6/94054/news/ign-live-will-host-a-screening-of-the-old-guard-with-a-special-message-from-charlize-theron" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/i/ign-live-w/ign-live-will-host-a-screening-of-the-old-guard-with-a-speci_7npq.280.jpg" alt="IGN Live Will Host a Screening of The Old Guard With a Special Message From Charlize Theron (News The Old Guard)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/i/ign-live-w/ign-live-will-host-a-screening-of-the-old-guard-with-a-speci_7npq.280.jpg, https://sm.ign.com/t/ign_nordic/news/i/ign-live-w/ign-live-will-host-a-screening-of-the-old-guard-with-a-speci_7npq.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 2 hours </div> <h3><a href="https://nordic.ign.com/the-old-guard-6/94054/news/ign-live-will-host-a-screening-of-the-old-guard-with-a-special-message-from-charlize-theron"><span class="caption">IGN Live Will Host a Screening of The Old Guard With a Special Message From Charlize Theron</span></a></h3> <div class="info"> 1 day, 2 hours - Get ready for The Old Guard 2 in a wonderful way! </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/the-old-guard-6"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>The Old Guard</a></div> <div class="container"><a href="https://nordic.ign.com/u/adam-bankhurst"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Adam Bankhurst</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/the-old-guard-6/94054/news/ign-live-will-host-a-screening-of-the-old-guard-with-a-special-message-from-charlize-theron#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94054"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/the-old-guard-6"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>The Old Guard</a></div> <div class="container"><a href="https://nordic.ign.com/u/adam-bankhurst"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Adam Bankhurst</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/the-old-guard-6/94054/news/ign-live-will-host-a-screening-of-the-old-guard-with-a-special-message-from-charlize-theron#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94054"></a></div> </div> </div> </article> <article class="article NEWS" id="content94052" data-type="NEWS" data-pk="94052" data-slotterid="94052" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/overwatch-2/94052/news/overwatch-2-is-getting-a-street-fighter-6-crossover-event-and-fans-have-thoughts-about-the-skin-choi" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/o/overwatch-/overwatch-2-is-getting-a-street-fighter-6-crossover-event-an_n5z2.280.jpg" alt="Overwatch 2 Is Getting a Street Fighter 6 Crossover Event and Fans Have Thoughts About The Skin Choices (News Overwatch 2)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/o/overwatch-/overwatch-2-is-getting-a-street-fighter-6-crossover-event-an_n5z2.280.jpg, https://sm.ign.com/t/ign_nordic/news/o/overwatch-/overwatch-2-is-getting-a-street-fighter-6-crossover-event-an_n5z2.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 2 hours </div> <h3><a href="https://nordic.ign.com/overwatch-2/94052/news/overwatch-2-is-getting-a-street-fighter-6-crossover-event-and-fans-have-thoughts-about-the-skin-choi"><span class="caption">Overwatch 2 Is Getting a Street Fighter 6 Crossover Event and Fans Have Thoughts About The Skin Choices</span></a></h3> <div class="info"> 1 day, 2 hours - "Genuinely such a stacked collab." </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/overwatch-2"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Overwatch 2</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/overwatch-2/94052/news/overwatch-2-is-getting-a-street-fighter-6-crossover-event-and-fans-have-thoughts-about-the-skin-choi#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94052"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/overwatch-2"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Overwatch 2</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/overwatch-2/94052/news/overwatch-2-is-getting-a-street-fighter-6-crossover-event-and-fans-have-thoughts-about-the-skin-choi#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94052"></a></div> </div> </div> </article> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="0" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky"> <div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec2" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73026"}, "appnexus": {"placementId": "29257708"}, "improvedigital": {"placementId": "22943594"}, "triplelift": {"inventoryCode": "Refinery89_RON_Desktop_300x600_BTF"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790302", "position": "btf"}, "sharethrough": {"pkey": "NvcvIe8eSQaJgWA62iVAM1JN"}}"></div> </div> </div> <h2 style="display: none;" ></h2> <div class="tbl"> <article class="article NEWS" id="content94051" data-type="NEWS" data-pk="94051" data-slotterid="94051" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/peacemaker/94051/news/peacemaker-season-2-trailer-reveals-superman-connections-with-maxwell-lord-hawkgirl-and-guy-gardner" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/p/peacemaker/peacemaker-season-2-trailer-reveals-superman-connections-wit_8p6w.280.jpg" alt="Peacemaker Season 2 Trailer Reveals Superman Connections With Maxwell Lord, Hawkgirl, and Guy Gardner in the Very First Scene (News Peacemaker)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/p/peacemaker/peacemaker-season-2-trailer-reveals-superman-connections-wit_8p6w.280.jpg, https://sm.ign.com/t/ign_nordic/news/p/peacemaker/peacemaker-season-2-trailer-reveals-superman-connections-wit_8p6w.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 2 hours </div> <h3><a href="https://nordic.ign.com/peacemaker/94051/news/peacemaker-season-2-trailer-reveals-superman-connections-with-maxwell-lord-hawkgirl-and-guy-gardner"><span class="caption">Peacemaker Season 2 Trailer Reveals Superman Connections With Maxwell Lord, Hawkgirl, and Guy Gardner in the Very First Scene</span></a></h3> <div class="info"> 1 day, 2 hours - Go team. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/peacemaker"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Peacemaker</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/peacemaker/94051/news/peacemaker-season-2-trailer-reveals-superman-connections-with-maxwell-lord-hawkgirl-and-guy-gardner#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94051"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/peacemaker"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Peacemaker</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/peacemaker/94051/news/peacemaker-season-2-trailer-reveals-superman-connections-with-maxwell-lord-hawkgirl-and-guy-gardner#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94051"></a></div> </div> </div> </article> <article class="article NEWS" id="content94049" data-type="NEWS" data-pk="94049" data-slotterid="94049" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/dead-by-daylight/94049/news/dead-by-daylight-is-finally-getting-a-five-nights-at-freddys-killer-and-hes-voiced-by-matthew-lillar" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/d/dead-by-da/dead-by-daylight-is-finally-getting-a-five-nights-at-freddys_68jn.280.jpg" alt="Dead by Daylight Is Finally Getting a Five Nights at Freddy's Killer – and He's Voiced by Matthew Lillard (News Dead by Daylight)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/d/dead-by-da/dead-by-daylight-is-finally-getting-a-five-nights-at-freddys_68jn.280.jpg, https://sm.ign.com/t/ign_nordic/news/d/dead-by-da/dead-by-daylight-is-finally-getting-a-five-nights-at-freddys_68jn.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 3 hours </div> <h3><a href="https://nordic.ign.com/dead-by-daylight/94049/news/dead-by-daylight-is-finally-getting-a-five-nights-at-freddys-killer-and-hes-voiced-by-matthew-lillar"><span class="caption">Dead by Daylight Is Finally Getting a Five Nights at Freddy's Killer – and He's Voiced by Matthew Lillard</span></a></h3> <div class="info"> 1 day, 3 hours - Pizza party. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/dead-by-daylight"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Dead by Daylight</a></div> <div class="container"><a href="https://nordic.ign.com/u/mikecripe"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Michael Cripe</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/dead-by-daylight/94049/news/dead-by-daylight-is-finally-getting-a-five-nights-at-freddys-killer-and-hes-voiced-by-matthew-lillar#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94049"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/dead-by-daylight"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Dead by Daylight</a></div> <div class="container"><a href="https://nordic.ign.com/u/mikecripe"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Michael Cripe</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/dead-by-daylight/94049/news/dead-by-daylight-is-finally-getting-a-five-nights-at-freddys-killer-and-hes-voiced-by-matthew-lillar#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94049"></a></div> </div> </div> </article> <article class="article GUIDE" id="content94048" data-type="GUIDE" data-pk="94048" data-slotterid="94048" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/the-ugly-stepsister/94048/guide/cinderella-inspired-body-horror-movie-the-ugly-stepsister-is-now-available-to-stream" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/guide/c/cinderella/cinderella-inspired-body-horror-movie-the-ugly-stepsister-is_9n5y.280.jpg" alt="Cinderella-Inspired Body Horror Movie The Ugly Stepsister Is Now Available to Stream (Guide The Ugly Stepsister)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/guide/c/cinderella/cinderella-inspired-body-horror-movie-the-ugly-stepsister-is_9n5y.280.jpg, https://sm.ign.com/t/ign_nordic/guide/c/cinderella/cinderella-inspired-body-horror-movie-the-ugly-stepsister-is_9n5y.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 3 hours </div> <h3><a href="https://nordic.ign.com/the-ugly-stepsister/94048/guide/cinderella-inspired-body-horror-movie-the-ugly-stepsister-is-now-available-to-stream"><span class="caption">Cinderella-Inspired Body Horror Movie The Ugly Stepsister Is Now Available to Stream</span></a></h3> <div class="info"> 1 day, 3 hours - Prepare your stomach. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/the-ugly-stepsister"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>The Ugly Stepsister</a></div> <div class="container"><a href="https://nordic.ign.com/u/blythedj"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Blythe Dujardin</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/the-ugly-stepsister/94048/guide/cinderella-inspired-body-horror-movie-the-ugly-stepsister-is-now-available-to-stream#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94048"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/the-ugly-stepsister"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>The Ugly Stepsister</a></div> <div class="container"><a href="https://nordic.ign.com/u/blythedj"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Blythe Dujardin</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/the-ugly-stepsister/94048/guide/cinderella-inspired-body-horror-movie-the-ugly-stepsister-is-now-available-to-stream#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94048"></a></div> </div> </div> </article> <article class="article NEWS" id="content94047" data-type="NEWS" data-pk="94047" data-slotterid="94047" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/mission-impossible-dead-reckoning-part-two/94047/news/tom-cruise-made-the-mission-impossible-final-reckoning-director-go-out-on-the-wing-of-a-plane-to-pro" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/t/tom-cruise/tom-cruise-made-the-mission-impossible-final-reckoning-direc_q35k.280.jpg" alt="Tom Cruise Made the Mission Impossible: Final Reckoning Director Go Out on the Wing of a Plane to Prove a Point About an Impossible Stunt (News Mission: Impossible - Dead Reckoning Part Two)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/t/tom-cruise/tom-cruise-made-the-mission-impossible-final-reckoning-direc_q35k.280.jpg, https://sm.ign.com/t/ign_nordic/news/t/tom-cruise/tom-cruise-made-the-mission-impossible-final-reckoning-direc_q35k.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 4 hours </div> <h3><a href="https://nordic.ign.com/mission-impossible-dead-reckoning-part-two/94047/news/tom-cruise-made-the-mission-impossible-final-reckoning-director-go-out-on-the-wing-of-a-plane-to-pro"><span class="caption">Tom Cruise Made the Mission Impossible: Final Reckoning Director Go Out on the Wing of a Plane to Prove a Point About an Impossible Stunt</span></a></h3> <div class="info"> 1 day, 4 hours - Nobody's doing it like him, folks. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/mission-impossible-dead-reckoning-part-two"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Mission: Impossible - Dead Reckoning Part Two</a></div> <div class="container"><a href="https://nordic.ign.com/u/nikonamerica"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Lex Briscuso</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/mission-impossible-dead-reckoning-part-two/94047/news/tom-cruise-made-the-mission-impossible-final-reckoning-director-go-out-on-the-wing-of-a-plane-to-pro#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94047"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/mission-impossible-dead-reckoning-part-two"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Mission: Impossible - Dead Reckoning Part Two</a></div> <div class="container"><a href="https://nordic.ign.com/u/nikonamerica"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Lex Briscuso</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/mission-impossible-dead-reckoning-part-two/94047/news/tom-cruise-made-the-mission-impossible-final-reckoning-director-go-out-on-the-wing-of-a-plane-to-pro#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94047"></a></div> </div> </div> </article> <article class="video VIDEO" id="content93985" data-type="VIDEO" data-pk="93985" data-slotterid="93985" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/hbo-max/93985/video/streaming-update-what-to-watch-this-week" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/screenshot/default/streaming-update_e6vc.280.png" alt="Streaming update: What to watch this week (Video HBO Max)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/default/streaming-update_e6vc.280.png, https://sm.ign.com/t/ign_nordic/screenshot/default/streaming-update_e6vc.600.png 2x"> <span class="duration"><span class="duration-text">02:41</span></span> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 4 hours </div> <h3><a href="https://nordic.ign.com/hbo-max/93985/video/streaming-update-what-to-watch-this-week"><span class="caption">Streaming update: What to watch this week</span></a></h3> <div class="info"> 1 day, 4 hours - If you are looking for a comfortable weekend staying at home and streaming some of the latest films and series, we have got you covered with these recommendations. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/hbo-max"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>HBO Max</a></div> <div class="container"><a href="https://nordic.ign.com/u/edwin-mulder-1"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Edwin-Mulder</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/hbo-max/93985/video/streaming-update-what-to-watch-this-week#disqus_thread" class="comments commentscount" data-disqus-identifier="video_93985"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/hbo-max"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>HBO Max</a></div> <div class="container"><a href="https://nordic.ign.com/u/edwin-mulder-1"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Edwin-Mulder</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/hbo-max/93985/video/streaming-update-what-to-watch-this-week#disqus_thread" class="comments commentscount" data-disqus-identifier="video_93985"></a></div> </div> </div> </article> <article class="article NEWS" id="content94046" data-type="NEWS" data-pk="94046" data-slotterid="94046" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/fallout-the-series/94046/news/fallout-season-2-has-wrapped-production-walter-goggins-sheds-his-ghoul-skin-in-delight" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/f/fallout-se/fallout-season-2-has-wrapped-production-walter-goggins-sheds_r7mr.280.jpg" alt="Fallout Season 2 Has Wrapped Production, Walter Goggins Sheds His Ghoul Skin in Delight (News Fallout: The Series)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/f/fallout-se/fallout-season-2-has-wrapped-production-walter-goggins-sheds_r7mr.280.jpg, https://sm.ign.com/t/ign_nordic/news/f/fallout-se/fallout-season-2-has-wrapped-production-walter-goggins-sheds_r7mr.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 4 hours </div> <h3><a href="https://nordic.ign.com/fallout-the-series/94046/news/fallout-season-2-has-wrapped-production-walter-goggins-sheds-his-ghoul-skin-in-delight"><span class="caption">Fallout Season 2 Has Wrapped Production, Walter Goggins Sheds His Ghoul Skin in Delight</span></a></h3> <div class="info"> 1 day, 4 hours - "Achievement unlocked!" </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/fallout-the-series"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Fallout: The Series</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/fallout-the-series/94046/news/fallout-season-2-has-wrapped-production-walter-goggins-sheds-his-ghoul-skin-in-delight#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94046"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/fallout-the-series"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Fallout: The Series</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/fallout-the-series/94046/news/fallout-season-2-has-wrapped-production-walter-goggins-sheds-his-ghoul-skin-in-delight#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94046"></a></div> </div> </div> </article> <article class="article PREVIEW" id="content94041" data-type="PREVIEW" data-pk="94041" data-slotterid="94041" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/mewgenics/94041/preview/mewgenics-is-one-of-the-most-exciting-roguelike-ive-played-in-years" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/preview/m/mewgenics-/mewgenics-is-one-of-the-most-exciting-roguelikes-ive-played_ty8c.280.jpg" alt="Mewgenics Is One of the Most Exciting Roguelikes I’ve Played in Years (Preview Mewgenics)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/preview/m/mewgenics-/mewgenics-is-one-of-the-most-exciting-roguelikes-ive-played_ty8c.280.jpg, https://sm.ign.com/t/ign_nordic/preview/m/mewgenics-/mewgenics-is-one-of-the-most-exciting-roguelikes-ive-played_ty8c.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 5 hours </div> <h3><a href="https://nordic.ign.com/mewgenics/94041/preview/mewgenics-is-one-of-the-most-exciting-roguelike-ive-played-in-years"><span class="caption">Mewgenics Is One of the Most Exciting Roguelikes I’ve Played in Years</span></a></h3> <div class="info"> 1 day, 5 hours - The next roguelike from the creators of Binding Of Isaac is even bigger. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/mewgenics"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Mewgenics</a></div> <div class="container"><a href="https://nordic.ign.com/u/tom-marks"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Tom Marks</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/mewgenics/94041/preview/mewgenics-is-one-of-the-most-exciting-roguelike-ive-played-in-years#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94041"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/mewgenics"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Mewgenics</a></div> <div class="container"><a href="https://nordic.ign.com/u/tom-marks"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Tom Marks</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/mewgenics/94041/preview/mewgenics-is-one-of-the-most-exciting-roguelike-ive-played-in-years#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94041"></a></div> </div> </div> </article> <article class="article NEWS" id="content94039" data-type="NEWS" data-pk="94039" data-slotterid="94039" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/call-of-duty-2024/94039/news/activision-is-suing-the-creators-of-a-call-of-duty-hack-it-says-is-so-toxic-its-causing-fans-to-quit" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/a/activision/activision-is-suing-the-creators-of-a-call-of-duty-hack-it-s_mwqf.280.jpg" alt="Activision Is Suing the Creators of a Call of Duty Hack It Says Is So 'Toxic' It's Causing Fans to Quit Playing the PC Version of Black Ops 6 Altogether (News Call of Duty [2024])" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/a/activision/activision-is-suing-the-creators-of-a-call-of-duty-hack-it-s_mwqf.280.jpg, https://sm.ign.com/t/ign_nordic/news/a/activision/activision-is-suing-the-creators-of-a-call-of-duty-hack-it-s_mwqf.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 5 hours </div> <h3><a href="https://nordic.ign.com/call-of-duty-2024/94039/news/activision-is-suing-the-creators-of-a-call-of-duty-hack-it-says-is-so-toxic-its-causing-fans-to-quit"><span class="caption">Activision Is Suing the Creators of a Call of Duty Hack It Says Is So 'Toxic' It's Causing Fans to Quit Playing the PC Version of Black Ops 6 Altogether</span></a></h3> <div class="info"> 1 day, 5 hours - Rage quit. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/call-of-duty-2024"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Call of Duty [2024]</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/call-of-duty-2024/94039/news/activision-is-suing-the-creators-of-a-call-of-duty-hack-it-says-is-so-toxic-its-causing-fans-to-quit#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94039"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/call-of-duty-2024"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Call of Duty [2024]</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/call-of-duty-2024/94039/news/activision-is-suing-the-creators-of-a-call-of-duty-hack-it-says-is-so-toxic-its-causing-fans-to-quit#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94039"></a></div> </div> </div> </article> <article class="article NEWS" id="content94038" data-type="NEWS" data-pk="94038" data-slotterid="94038" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/nintendo-switch-2/94038/news/nintendo-revises-user-agreement-and-if-you-break-it-nintendo-reserves-the-right-to-brick-your-switch" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/n/nintendo-r/nintendo-revises-user-agreement-and-if-you-break-it-nintendo_n9mr.280.jpg" alt="Nintendo Revises User Agreement, And If You Break It, Nintendo Reserves The Right to Brick Your Switch (News Nintendo Switch)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/n/nintendo-r/nintendo-revises-user-agreement-and-if-you-break-it-nintendo_n9mr.280.jpg, https://sm.ign.com/t/ign_nordic/news/n/nintendo-r/nintendo-revises-user-agreement-and-if-you-break-it-nintendo_n9mr.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 5 hours </div> <h3><a href="https://nordic.ign.com/nintendo-switch-2/94038/news/nintendo-revises-user-agreement-and-if-you-break-it-nintendo-reserves-the-right-to-brick-your-switch"><span class="caption">Nintendo Revises User Agreement, And If You Break It, Nintendo Reserves The Right to Brick Your Switch</span></a></h3> <div class="info"> 1 day, 5 hours - "Permanently unusable in whole or in part." </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/nintendo-switch-2"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>Nintendo Switch</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/nintendo-switch-2/94038/news/nintendo-revises-user-agreement-and-if-you-break-it-nintendo-reserves-the-right-to-brick-your-switch#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94038"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/nintendo-switch-2"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>Nintendo Switch</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/nintendo-switch-2/94038/news/nintendo-revises-user-agreement-and-if-you-break-it-nintendo-reserves-the-right-to-brick-your-switch#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94038"></a></div> </div> </div> </article> <article class="article NEWS" id="content94036" data-type="NEWS" data-pk="94036" data-slotterid="94036" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/clair-obscur-expedition-33/94036/news/clair-obscur-expedition-33-patch-123-is-a-big-one-nerfs-maelles-game-breaking-stendahl-build" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/c/clair-obsc/clair-obscur-expedition-33-patch-123-is-a-big-one-nerfs-mael_n3n5.280.jpg" alt="Clair Obscur: Expedition 33 Patch 1.2.3 Is a Big One, Nerfs Maelle's Game-Breaking Stendahl Build (News Clair Obscur: Expedition 33)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/c/clair-obsc/clair-obscur-expedition-33-patch-123-is-a-big-one-nerfs-mael_n3n5.280.jpg, https://sm.ign.com/t/ign_nordic/news/c/clair-obsc/clair-obscur-expedition-33-patch-123-is-a-big-one-nerfs-mael_n3n5.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 6 hours </div> <h3><a href="https://nordic.ign.com/clair-obscur-expedition-33/94036/news/clair-obscur-expedition-33-patch-123-is-a-big-one-nerfs-maelles-game-breaking-stendahl-build"><span class="caption">Clair Obscur: Expedition 33 Patch 1.2.3 Is a Big One, Nerfs Maelle's Game-Breaking Stendahl Build</span></a></h3> <div class="info"> 1 day, 6 hours - Skill issue. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/clair-obscur-expedition-33"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Clair Obscur: Expedition 33</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/clair-obscur-expedition-33/94036/news/clair-obscur-expedition-33-patch-123-is-a-big-one-nerfs-maelles-game-breaking-stendahl-build#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94036"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/clair-obscur-expedition-33"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>Clair Obscur: Expedition 33</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/clair-obscur-expedition-33/94036/news/clair-obscur-expedition-33-patch-123-is-a-big-one-nerfs-maelles-game-breaking-stendahl-build#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94036"></a></div> </div> </div> </article> <article class="article NEWS" id="content94032" data-type="NEWS" data-pk="94032" data-slotterid="94032" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/blade-1998/94032/news/wesley-snipes-blade-trilogy-writer-has-the-same-mcu-reboot-question-we-all-do-why-is-it-taking-so-lo" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/w/wesley-sni/wesley-snipes-blade-trilogy-writer-has-the-same-mcu-reboot-q_d3bn.280.jpg" alt="Wesley Snipes Blade Trilogy Writer Has the Same MCU Reboot Question We All Do: ‘Why Is It Taking So Long?’ (News Blade [1998])" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/w/wesley-sni/wesley-snipes-blade-trilogy-writer-has-the-same-mcu-reboot-q_d3bn.280.jpg, https://sm.ign.com/t/ign_nordic/news/w/wesley-sni/wesley-snipes-blade-trilogy-writer-has-the-same-mcu-reboot-q_d3bn.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 7 hours </div> <h3><a href="https://nordic.ign.com/blade-1998/94032/news/wesley-snipes-blade-trilogy-writer-has-the-same-mcu-reboot-question-we-all-do-why-is-it-taking-so-lo"><span class="caption">Wesley Snipes Blade Trilogy Writer Has the Same MCU Reboot Question We All Do: ‘Why Is It Taking So Long?’</span></a></h3> <div class="info"> 1 day, 7 hours - Let that sink in. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/blade-1998"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Blade [1998]</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/blade-1998/94032/news/wesley-snipes-blade-trilogy-writer-has-the-same-mcu-reboot-question-we-all-do-why-is-it-taking-so-lo#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94032"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/blade-1998"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Blade [1998]</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/blade-1998/94032/news/wesley-snipes-blade-trilogy-writer-has-the-same-mcu-reboot-question-we-all-do-why-is-it-taking-so-lo#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94032"></a></div> </div> </div> </article> <article class="article NEWS" id="content94030" data-type="NEWS" data-pk="94030" data-slotterid="94030" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/return-to-silent-hill/94030/news/return-to-silent-hill-movie-will-be-a-faithful-adaptation-of-silent-hill-2-cineverse-promises" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/r/return-to-/return-to-silent-hill-movie-will-be-a-faithful-adaptation-of_xj1g.280.jpg" alt="Return to Silent Hill Movie Will Be a 'Faithful Adaptation' of Silent Hill 2, Cineverse Promises (News Return to Silent Hill)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/r/return-to-/return-to-silent-hill-movie-will-be-a-faithful-adaptation-of_xj1g.280.jpg, https://sm.ign.com/t/ign_nordic/news/r/return-to-/return-to-silent-hill-movie-will-be-a-faithful-adaptation-of_xj1g.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 7 hours </div> <h3><a href="https://nordic.ign.com/return-to-silent-hill/94030/news/return-to-silent-hill-movie-will-be-a-faithful-adaptation-of-silent-hill-2-cineverse-promises"><span class="caption">Return to Silent Hill Movie Will Be a 'Faithful Adaptation' of Silent Hill 2, Cineverse Promises</span></a></h3> <div class="info"> 1 day, 7 hours - Details are foggy. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/return-to-silent-hill"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Return to Silent Hill</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/return-to-silent-hill/94030/news/return-to-silent-hill-movie-will-be-a-faithful-adaptation-of-silent-hill-2-cineverse-promises#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94030"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/return-to-silent-hill"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Return to Silent Hill</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/return-to-silent-hill/94030/news/return-to-silent-hill-movie-will-be-a-faithful-adaptation-of-silent-hill-2-cineverse-promises#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94030"></a></div> </div> </div> </article> <article class="article NEWS" id="content94029" data-type="NEWS" data-pk="94029" data-slotterid="94029" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/no-time-to-die/94029/news/james-bond-has-nothing-to-worry-about-despite-tariffs-on-non-us-movies-trump-insists-and-you-know-se" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/j/james-bond/james-bond-has-nothing-to-worry-about-despite-tariffs-on-non_rkp9.280.jpg" alt="James Bond Has 'Nothing to Worry About' Despite Tariffs on Non-U.S. Movies, Trump Insists: 'And You Know, Sean Connery Was a Friend of Mine' (News No Time To Die)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/j/james-bond/james-bond-has-nothing-to-worry-about-despite-tariffs-on-non_rkp9.280.jpg, https://sm.ign.com/t/ign_nordic/news/j/james-bond/james-bond-has-nothing-to-worry-about-despite-tariffs-on-non_rkp9.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 7 hours </div> <h3><a href="https://nordic.ign.com/no-time-to-die/94029/news/james-bond-has-nothing-to-worry-about-despite-tariffs-on-non-us-movies-trump-insists-and-you-know-se"><span class="caption">James Bond Has 'Nothing to Worry About' Despite Tariffs on Non-U.S. Movies, Trump Insists: 'And You Know, Sean Connery Was a Friend of Mine'</span></a></h3> <div class="info"> 1 day, 7 hours - Every Moneypenny helps. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/no-time-to-die"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>No Time To Die</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/no-time-to-die/94029/news/james-bond-has-nothing-to-worry-about-despite-tariffs-on-non-us-movies-trump-insists-and-you-know-se#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94029"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/no-time-to-die"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Game</title><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C8 0.223858 7.77614 0 7.5 0H4.5C4.22386 0 4 0.223858 4 0.5V3.5C4 3.77614 3.77614 4 3.5 4L0.5 4C0.223858 4 0 4.22386 0 4.5V7.5C0 7.77614 0.223858 8 0.5 8H3.5C3.77614 8 4 8.22386 4 8.5V11.5C4 11.7761 4.22386 12 4.5 12H7.5C7.77614 12 8 11.7761 8 11.5V8.5C8 8.22386 8.22386 8 8.5 8H11.5C11.7761 8 12 7.77614 12 7.5V4.5C12 4.22386 11.7761 4 11.5 4L8.5 4C8.22386 4 8 3.77614 8 3.5V0.5ZM4.89344 9.2295L5.8728 10.7965C5.93155 10.8905 6.06845 10.8905 6.1272 10.7965L7.10656 9.2295C7.169 9.12959 7.09718 9 6.97936 9H5.02064C4.90282 9 4.831 9.12959 4.89344 9.2295ZM10.7965 6.1272L9.2295 7.10656C9.12959 7.169 9 7.09718 9 6.97936V5.02064C9 4.90282 9.12959 4.831 9.2295 4.89344L10.7965 5.8728C10.8905 5.93155 10.8905 6.06845 10.7965 6.1272ZM2.7705 7.10656L1.20352 6.1272C1.10952 6.06845 1.10952 5.93155 1.20352 5.8728L2.7705 4.89344C2.87041 4.831 3 4.90282 3 5.02064V6.97936C3 7.09718 2.87041 7.169 2.7705 7.10656ZM5.8728 1.20352L4.89344 2.7705C4.831 2.87041 4.90282 3 5.02064 3H6.97936C7.09718 3 7.169 2.87041 7.10656 2.7705L6.1272 1.20352C6.06845 1.10952 5.93155 1.10952 5.8728 1.20352Z" fill="#bf1313"></path></svg>No Time To Die</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/no-time-to-die/94029/news/james-bond-has-nothing-to-worry-about-despite-tariffs-on-non-us-movies-trump-insists-and-you-know-se#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94029"></a></div> </div> </div> </article> <article class="article NEWS" id="content94027" data-type="NEWS" data-pk="94027" data-slotterid="94027" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/spider-man-4-tom-holland-sequel/94027/news/spider-man-brand-new-day-casting-sparks-miles-morales-mcu-hope" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/s/spider-man/spider-man-brand-new-day-casting-sparks-miles-morales-mcu-ho_q9hq.280.jpg" alt="Spider-Man: Brand New Day Casting Sparks Miles Morales MCU Hope (News Spider-Man 4 [Tom Holland Sequel])" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/s/spider-man/spider-man-brand-new-day-casting-sparks-miles-morales-mcu-ho_q9hq.280.jpg, https://sm.ign.com/t/ign_nordic/news/s/spider-man/spider-man-brand-new-day-casting-sparks-miles-morales-mcu-ho_q9hq.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 8 hours </div> <h3><a href="https://nordic.ign.com/spider-man-4-tom-holland-sequel/94027/news/spider-man-brand-new-day-casting-sparks-miles-morales-mcu-hope"><span class="caption">Spider-Man: Brand New Day Casting Sparks Miles Morales MCU Hope</span></a></h3> <div class="info"> 1 day, 8 hours - A big swing. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/spider-man-4-tom-holland-sequel"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Spider-Man 4 [Tom Holland Sequel]</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/spider-man-4-tom-holland-sequel/94027/news/spider-man-brand-new-day-casting-sparks-miles-morales-mcu-hope#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94027"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/spider-man-4-tom-holland-sequel"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Spider-Man 4 [Tom Holland Sequel]</a></div> <div class="container"><a href="https://nordic.ign.com/u/wyp"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Wesley Yin-Poole</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/spider-man-4-tom-holland-sequel/94027/news/spider-man-brand-new-day-casting-sparks-miles-morales-mcu-hope#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94027"></a></div> </div> </div> </article> <article class="article GUIDE" id="content92976" data-type="GUIDE" data-pk="92976" data-slotterid="92976" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/playstation-plus/92976/guide/does-playstation-plus-have-a-free-trial-in-2025" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/guide/d/does-plays/does-playstation-plus-have-a-free-trial-in-2025_vfnq.280.jpg" alt="Does PlayStation Plus Have a Free Trial in 2025? (Guide PlayStation Plus)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/guide/d/does-plays/does-playstation-plus-have-a-free-trial-in-2025_vfnq.280.jpg, https://sm.ign.com/t/ign_nordic/guide/d/does-plays/does-playstation-plus-have-a-free-trial-in-2025_vfnq.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 8 hours </div> <h3><a href="https://nordic.ign.com/playstation-plus/92976/guide/does-playstation-plus-have-a-free-trial-in-2025"><span class="caption">Does PlayStation Plus Have a Free Trial in 2025?</span></a></h3> <div class="info"> 1 day, 8 hours - Unfortunately not. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/playstation-plus"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>PlayStation Plus</a></div> <div class="container"><a href="https://nordic.ign.com/u/matthew-adler"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Matthew Adler</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/playstation-plus/92976/guide/does-playstation-plus-have-a-free-trial-in-2025#disqus_thread" class="comments commentscount" data-disqus-identifier="article_92976"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/playstation-plus"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>PlayStation Plus</a></div> <div class="container"><a href="https://nordic.ign.com/u/matthew-adler"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Matthew Adler</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/playstation-plus/92976/guide/does-playstation-plus-have-a-free-trial-in-2025#disqus_thread" class="comments commentscount" data-disqus-identifier="article_92976"></a></div> </div> </div> </article> <article class="article NEWS" id="content94025" data-type="NEWS" data-pk="94025" data-slotterid="94025" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/conclave/94025/news/what-did-the-new-pope-do-while-waiting-for-the-conclave-he-watched-the-conclave-movie-of-course-oh-a" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/w/what-did-t/what-did-the-new-pope-do-while-waiting-for-the-conclave-he-w_udaf.280.jpg" alt="What Did the New Pope Do While Waiting for the Conclave? He Watched the Conclave Movie, of Course — Oh, and It Turns Out He's a Gamer (News Conclave)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/w/what-did-t/what-did-the-new-pope-do-while-waiting-for-the-conclave-he-w_udaf.280.jpg, https://sm.ign.com/t/ign_nordic/news/w/what-did-t/what-did-the-new-pope-do-while-waiting-for-the-conclave-he-w_udaf.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 9 hours </div> <h3><a href="https://nordic.ign.com/conclave/94025/news/what-did-the-new-pope-do-while-waiting-for-the-conclave-he-watched-the-conclave-movie-of-course-oh-a"><span class="caption">What Did the New Pope Do While Waiting for the Conclave? He Watched the Conclave Movie, of Course — Oh, and It Turns Out He's a Gamer</span></a></h3> <div class="info"> 1 day, 9 hours - Word. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/conclave"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Conclave</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/conclave/94025/news/what-did-the-new-pope-do-while-waiting-for-the-conclave-he-watched-the-conclave-movie-of-course-oh-a#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94025"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/conclave"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>Conclave</a></div> <div class="container"><a href="https://nordic.ign.com/u/vikki-blake"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Vikki Blake</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/conclave/94025/news/what-did-the-new-pope-do-while-waiting-for-the-conclave-he-watched-the-conclave-movie-of-course-oh-a#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94025"></a></div> </div> </div> </article> <article class="article NEWS" id="content94024" data-type="NEWS" data-pk="94024" data-slotterid="94024" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/nintendo-switch-2-unofficial-name/94024/news/nintendo-president-concerned-about-potential-impact-of-us-tariffs-on-switch-2-demand-if-prices-of-da" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/n/nintendo-p/nintendo-president-concerned-about-potential-impact-of-us-ta_6m44.280.jpg" alt="Nintendo President Concerned About Potential Impact of U.S. Tariffs on Switch 2 Demand: 'If Prices of Daily Necessities Like Food Increase Then People Will Have Less Money to Spend on Consoles' (News Nintendo Switch 2)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/n/nintendo-p/nintendo-president-concerned-about-potential-impact-of-us-ta_6m44.280.jpg, https://sm.ign.com/t/ign_nordic/news/n/nintendo-p/nintendo-president-concerned-about-potential-impact-of-us-ta_6m44.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 10 hours </div> <h3><a href="https://nordic.ign.com/nintendo-switch-2-unofficial-name/94024/news/nintendo-president-concerned-about-potential-impact-of-us-tariffs-on-switch-2-demand-if-prices-of-da"><span class="caption">Nintendo President Concerned About Potential Impact of U.S. Tariffs on Switch 2 Demand: 'If Prices of Daily Necessities Like Food Increase Then People Will Have Less Money to Spend on Consoles'</span></a></h3> <div class="info"> 1 day, 10 hours - Trade in? </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/nintendo-switch-2-unofficial-name"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>Nintendo Switch 2</a></div> <div class="container"><a href="https://nordic.ign.com/u/veritytownsend"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Verity Townsend</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/nintendo-switch-2-unofficial-name/94024/news/nintendo-president-concerned-about-potential-impact-of-us-tariffs-on-switch-2-demand-if-prices-of-da#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94024"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/nintendo-switch-2-unofficial-name"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Tech</title><path fill-rule="evenodd" clip-rule="evenodd" d="M2.535 4A1.5 1.5 0 014 5.5v2A1.5 1.5 0 012.5 9h-1A1.5 1.5 0 010 7.5v-2A1.5 1.5 0 011.5 4h.027a4.5 4.5 0 018.946 0h.027A1.5 1.5 0 0112 5.5v2A1.5 1.5 0 0110.5 9 2.5 2.5 0 018 11.5h-.134A1 1 0 017 12H6a1 1 0 110-2h1a1 1 0 01.866.5H8A1.5 1.5 0 009.5 9 1.5 1.5 0 018 7.5v-2A1.5 1.5 0 019.465 4a3.5 3.5 0 00-6.93 0z" fill="#bf1313"></path></svg>Nintendo Switch 2</a></div> <div class="container"><a href="https://nordic.ign.com/u/veritytownsend"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Verity Townsend</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/nintendo-switch-2-unofficial-name/94024/news/nintendo-president-concerned-about-potential-impact-of-us-tariffs-on-switch-2-demand-if-prices-of-da#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94024"></a></div> </div> </div> </article> <article class="article NEWS" id="content94021" data-type="NEWS" data-pk="94021" data-slotterid="94021" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/marvels-x-men/94021/news/new-x-men-movie-reportedly-has-thunderbolts-director-jake-schreier-in-its-sights" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/n/new-x-men-/new-x-men-movie-reportedly-has-thunderbolts-director-jake-sc_b9m1.280.jpg" alt="New X-Men Movie Reportedly Has Thunderbolts* Director Jake Schreier in Its Sights (News marvels-x-men)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/n/new-x-men-/new-x-men-movie-reportedly-has-thunderbolts-director-jake-sc_b9m1.280.jpg, https://sm.ign.com/t/ign_nordic/news/n/new-x-men-/new-x-men-movie-reportedly-has-thunderbolts-director-jake-sc_b9m1.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 10 hours </div> <h3><a href="https://nordic.ign.com/marvels-x-men/94021/news/new-x-men-movie-reportedly-has-thunderbolts-director-jake-schreier-in-its-sights"><span class="caption">New X-Men Movie Reportedly Has Thunderbolts* Director Jake Schreier in Its Sights</span></a></h3> <div class="info"> 1 day, 10 hours - A storm is brewing. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/marvels-x-men"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>marvels-x-men</a></div> <div class="container"><a href="https://nordic.ign.com/u/mikecripe"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Michael Cripe</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/marvels-x-men/94021/news/new-x-men-movie-reportedly-has-thunderbolts-director-jake-schreier-in-its-sights#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94021"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/marvels-x-men"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>marvels-x-men</a></div> <div class="container"><a href="https://nordic.ign.com/u/mikecripe"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Michael Cripe</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/marvels-x-men/94021/news/new-x-men-movie-reportedly-has-thunderbolts-director-jake-schreier-in-its-sights#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94021"></a></div> </div> </div> </article> <article class="article GUIDE" id="content94020" data-type="GUIDE" data-pk="94020" data-slotterid="94020" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/poker-face/94020/guide/poker-face-returns-for-season-2-first-three-episodes-now-streaming" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/guide/p/poker-face/poker-face-returns-for-season-2-first-three-episodes-now-str_yv8b.280.jpg" alt="Poker Face Returns for Season 2, First Three Episodes Now Streaming (Guide Poker Face)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/guide/p/poker-face/poker-face-returns-for-season-2-first-three-episodes-now-str_yv8b.280.jpg, https://sm.ign.com/t/ign_nordic/guide/p/poker-face/poker-face-returns-for-season-2-first-three-episodes-now-str_yv8b.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 22 hours </div> <h3><a href="https://nordic.ign.com/poker-face/94020/guide/poker-face-returns-for-season-2-first-three-episodes-now-streaming"><span class="caption">Poker Face Returns for Season 2, First Three Episodes Now Streaming</span></a></h3> <div class="info"> 1 day, 22 hours - More mysteries, more guest stars. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/poker-face"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Poker Face</a></div> <div class="container"><a href="https://nordic.ign.com/u/blythedj"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Blythe Dujardin</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/poker-face/94020/guide/poker-face-returns-for-season-2-first-three-episodes-now-streaming#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94020"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/poker-face"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>TV Show</title><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5H.5zm4 9a.5.5 0 000 1h3a.5.5 0 000-1h-3z" fill="#bf1313"></path></svg>Poker Face</a></div> <div class="container"><a href="https://nordic.ign.com/u/blythedj"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Blythe Dujardin</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/poker-face/94020/guide/poker-face-returns-for-season-2-first-three-episodes-now-streaming#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94020"></a></div> </div> </div> </article> <article class="article NEWS" id="content94019" data-type="NEWS" data-pk="94019" data-slotterid="94019" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/all-star-superman-direct-to-video/94019/news/dc-to-adapt-all-star-superman-as-full-cast-audiobook" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/news/d/dc-to-adap/dc-to-adapt-all-star-superman-as-full-cast-audiobook_vmua.280.jpg" alt="DC to Adapt All-Star Superman as Full-Cast Audiobook (News all-star-superman)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/news/d/dc-to-adap/dc-to-adapt-all-star-superman-as-full-cast-audiobook_vmua.280.jpg, https://sm.ign.com/t/ign_nordic/news/d/dc-to-adap/dc-to-adapt-all-star-superman-as-full-cast-audiobook_vmua.600.jpg 2x"> </a> </div> <div class="m"> <div class="info-mobile"> 1 day, 23 hours </div> <h3><a href="https://nordic.ign.com/all-star-superman-direct-to-video/94019/news/dc-to-adapt-all-star-superman-as-full-cast-audiobook"><span class="caption">DC to Adapt All-Star Superman as Full-Cast Audiobook</span></a></h3> <div class="info"> 1 day, 23 hours - From graphic novel to animated movie to audiobook. </div> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/all-star-superman-direct-to-video"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>all-star-superman</a></div> <div class="container"><a href="https://nordic.ign.com/u/jesse-schedeen"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Jesse Schedeen</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/all-star-superman-direct-to-video/94019/news/dc-to-adapt-all-star-superman-as-full-cast-audiobook#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94019"></a></div> </div> </div> <div class="m-mobile"> <div class="info-bottom"> <div class="container"><a href="https://nordic.ign.com/all-star-superman-direct-to-video"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 12" aria-hidden="false" role="img"><title>Movie</title><path fill-rule="evenodd" clip-rule="evenodd" d="M3.171.343L.343 3.172A2 2 0 01.343 6L6 11.657a2 2 0 012.828 0l2.829-2.829a2 2 0 010-2.828L6 .343a2 2 0 01-2.829 0zm4.243 7.071a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z" fill="#bf1313"></path></svg>all-star-superman</a></div> <div class="container"><a href="https://nordic.ign.com/u/jesse-schedeen"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M16 0C7.168 0 0 7.168 0 16s7.168 16 16 16 16-7.168 16-16S24.832 0 16 0Zm0 5.2c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8a4.794 4.794 0 0 1-4.8-4.8c0-2.656 2.144-4.8 4.8-4.8ZM16 30c-4 0-7.333-1.733-9.6-4 0-4.667 2.933-8.56 9.6-8.56s9.6 3.893 9.6 8.56c-2.267 2.267-5.6 4-9.6 4Z" fill="#bf1313" stroke="none"></path></svg>Jesse Schedeen</a></div> <div class="container"><svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 12 11" aria-hidden="false" role="img"><title>Comments</title><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.50021C0 2.29109 1.79084 0.500244 3.99996 0.500244H8.00004C10.2092 0.500244 12 2.29109 12 4.50021C12 6.70933 10.2092 8.50017 8.00004 8.50017H6.03604L3.12802 10.3971C2.79544 10.614 2.35484 10.3754 2.35484 9.97832V8.14729C0.966284 7.51995 0 6.12292 0 4.50021ZM9 5.50018C9.55229 5.50018 10 5.05247 10 4.50018C10 3.9479 9.55229 3.50018 9 3.50018C8.44771 3.50018 8 3.9479 8 4.50018C8 5.05247 8.44771 5.50018 9 5.50018ZM7 4.50018C7 5.05247 6.55228 5.50018 6 5.50018C5.44772 5.50018 5 5.05247 5 4.50018C5 3.9479 5.44772 3.50018 6 3.50018C6.55228 3.50018 7 3.9479 7 4.50018ZM3 5.50018C3.55228 5.50018 4 5.05247 4 4.50018C4 3.9479 3.55228 3.50018 3 3.50018C2.44772 3.50018 2 3.9479 2 4.50018C2 5.05247 2.44772 5.50018 3 5.50018Z" fill="#bf1313"></path></svg><a href="https://nordic.ign.com/all-star-superman-direct-to-video/94019/news/dc-to-adapt-all-star-superman-as-full-cast-audiobook#disqus_thread" class="comments commentscount" data-disqus-identifier="article_94019"></a></div> </div> </div> </article> </div> </section> <div id="infinitescrollanchor" data-infinite-scroll-limit=30 data-infinite="broll"></div> </div> <div class="zad footer" data-zadtype="footer" data-suffix="footer" data-sticky="true" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73031"}, "appnexus": {"placementId": "29257721"}, "improvedigital": {"placementId": "22943603"}, "triplelift": {"inventoryCode": "Refinery89_RON_Mobile-300x250-Low"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790320", "position": "btf"}, "sharethrough": {"pkey": "yHDahe2AFccREsl5zJdXQ1ZD"}}"></div> <div id="adsense" style="visibility: hidden">Ad</div> <footer id="footer" class="limitedScroll"> <div id="footerMain" class="wrap"> <div class="legal"> <a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a> <span class="licensee wrap">IGN Nordic is operated under license by <a href="http://emense.nl/" rel="nofollow">eMense</a></span> </div> </div> </footer> </div> </div> <section id="js"> <script type="text/javascript" src="https://pg.ignimgs.com/pogoadkit.js" async></script> <script>var zad = zad || {'cmd': []}; zad.cmd.push(function() { window.zad.start(); })</script> <script type="text/javascript">function disqus_config() { this.language = "en"; } var disqus_shortname = 'ign-nordic';</script> <!-- <script type="text/javascript" src='/s/js/quantize.js?639')></script> !--> <script type="text/javascript" src="https://ign-nordic.disqus.com/count.js" async="true"></script> <script src="/s/js/videoplayer/setupPreroll.js?639"></script> <script src="/s/js/videoplayer/setupVideoPlayer.js?639"></script> <script src="/s/js/videoplayer/setupHLS.js?639"></script> <script src="/s/js/videoplayer/createPlayerHTML.js?639"></script> <script src="/s/js/videoplayer/addSVGs.js?639"></script> <script src="/s/js/videoplayer/main.js?639"></script> <script type='application/ld+json'> { "@context":"https://schema.org", "@type":"WebSite", "url":"https://nordic.ign.com", "name":"IGN Nordic", "description":"IGN Nordic is your site for everything about PS5, Xbox Series, PC, Switch. With expert reviews, news, previews, trailers and more.", "potentialAction":{ "@type":"SearchAction", "target":"https://nordic.ign.com/se/?q={search_term_string}", "query-input":"required name=search_term_string"} } </script> <script type='application/ld+json'> { "@context":"https://schema.org", "@type":"Organization", "url":"https://nordic.ign.com", "name":"IGN Nordic", "sameAs": ["https://www.facebook.com/ignnordic", "https://twitter.com/IGNNordic"], "logo":"https://nordic.ign.com/s/ign/ign_logo_micro.png" } </script> <script type="application/ld+json">{"@context": "https://schema.org", "@type": "ItemList", "itemListElement": [{"@type": "ListItem", "position": 1, "url": "https://nordic.ign.com/ufc/94071/guide/how-to-watch-ufc-315-stream-muhammad-vs-della-maddalena-live-tonight"}, {"@type": "ListItem", "position": 2, "url": "https://nordic.ign.com/clair-obscur-expedition-33/94070/news/as-the-move-to-80-video-games-kicks-in-gamers-point-to-mafia-the-old-country-and-clair-obscur-expedi"}, {"@type": "ListItem", "position": 3, "url": "https://nordic.ign.com/nvidia-rtx-5080/94066/feature/upgrading-to-an-rtx-5080-on-old-hardware-was-rough-but-sold-me-on-multi-frame-generation"}, {"@type": "ListItem", "position": 4, "url": "https://nordic.ign.com/peacemaker/94065/feature/not-enough-vigilante-the-dcu-timeline-takes-shape-and-more-big-takeaways-from-the-peacemaker-season"}, {"@type": "ListItem", "position": 5, "url": "https://nordic.ign.com/feature/94063/ign-live-2025-partners-announced-including-netflix-xbox-adult-swim-and-more"}, {"@type": "ListItem", "position": 6, "url": "https://nordic.ign.com/news/94060/waterpark-simulator-announced-for-pc"}, {"@type": "ListItem", "position": 7, "url": "https://nordic.ign.com/dune-awakening/94059/feature/ign-plus-games-claim-a-free-dune-awakening-beta-key"}, {"@type": "ListItem", "position": 8, "url": "https://nordic.ign.com/ufc/80824/guide/where-to-watch-ufc-fights-online-in-2024"}, {"@type": "ListItem", "position": 9, "url": "https://nordic.ign.com/black-mirror/94057/news/netflix-to-remove-black-mirror-bandersnatch-from-platform-in-an-effort-to-ditch-interactive-programm"}, {"@type": "ListItem", "position": 10, "url": "https://nordic.ign.com/godzilla-x-kong-the-new-empire/94056/news/godzilla-x-kong-the-new-empire-sequel-gets-official-title-and-release-date-as-production-begins"}, {"@type": "ListItem", "position": 11, "url": "https://nordic.ign.com/the-old-guard-6/94054/news/ign-live-will-host-a-screening-of-the-old-guard-with-a-special-message-from-charlize-theron"}, {"@type": "ListItem", "position": 12, "url": "https://nordic.ign.com/overwatch-2/94052/news/overwatch-2-is-getting-a-street-fighter-6-crossover-event-and-fans-have-thoughts-about-the-skin-choi"}, {"@type": "ListItem", "position": 13, "url": "https://nordic.ign.com/peacemaker/94051/news/peacemaker-season-2-trailer-reveals-superman-connections-with-maxwell-lord-hawkgirl-and-guy-gardner"}, {"@type": "ListItem", "position": 14, "url": "https://nordic.ign.com/dead-by-daylight/94049/news/dead-by-daylight-is-finally-getting-a-five-nights-at-freddys-killer-and-hes-voiced-by-matthew-lillar"}, {"@type": "ListItem", "position": 15, "url": "https://nordic.ign.com/the-ugly-stepsister/94048/guide/cinderella-inspired-body-horror-movie-the-ugly-stepsister-is-now-available-to-stream"}, {"@type": "ListItem", "position": 16, "url": "https://nordic.ign.com/mission-impossible-dead-reckoning-part-two/94047/news/tom-cruise-made-the-mission-impossible-final-reckoning-director-go-out-on-the-wing-of-a-plane-to-pro"}]}</script> </section> </body> </html>