<!DOCTYPE html><html lang="en" class=" __variable_7fb93b __variable_04d5ae __variable_dd2997 "><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/redesign/_next/static/media/eec065f2be8bf957-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/redesign/_next/static/css/fa5964daa650e093.css" data-precedence="next"/><link rel="stylesheet" href="/redesign/_next/static/css/c4771832a8a378df.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/redesign/_next/static/chunks/webpack-9c06cd058cb4ad4f.js"/><script src="/redesign/_next/static/chunks/fd9d1056-f63f63f3b087be77.js" async=""></script><script src="/redesign/_next/static/chunks/117-46374da157c26399.js" async=""></script><script src="/redesign/_next/static/chunks/main-app-050fd630f446e664.js" async=""></script><script src="/redesign/_next/static/chunks/3-a286b3bdee4bce75.js" async=""></script><script src="/redesign/_next/static/chunks/113-47a5452357c9cedf.js" async=""></script><script src="/redesign/_next/static/chunks/613-cd7379bdffdf75ad.js" async=""></script><script src="/redesign/_next/static/chunks/391-744e734f98257ffe.js" async=""></script><script src="/redesign/_next/static/chunks/287-6e948cbb9981757e.js" async=""></script><script src="/redesign/_next/static/chunks/455-c7eab3ba9fd409ff.js" async=""></script><script src="/redesign/_next/static/chunks/708-bc11f39c575db369.js" async=""></script><script src="/redesign/_next/static/chunks/790-b8fbdba77965d58f.js" async=""></script><script src="/redesign/_next/static/chunks/229-6d27746ea41f73da.js" async=""></script><script src="/redesign/_next/static/chunks/8-c76fabb3dc017dee.js" async=""></script><script src="/redesign/_next/static/chunks/685-1b924a80a5951a21.js" async=""></script><script src="/redesign/_next/static/chunks/app/(homepage)/page-2627d946d25cd329.js" async=""></script><script src="/redesign/_next/static/chunks/app/not-found-09e8c97996a6a685.js" async=""></script><script src="/redesign/_next/static/chunks/app/layout-1b13d477b299e560.js" async=""></script><script src="/redesign/_next/static/chunks/app/global-error-4f66e54cc9077f88.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtm.js?id=GTM-P59JVDP" as="script"/><link rel="preload" href="https://pub.doubleverify.com/dvtag/21226187/DV759520/pub.js" as="script"/><title>TIME | Current & Breaking News | National & World Updates</title><meta name="description" content="Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news."/><meta name="application-name" content="2025 redesign"/><link rel="manifest" href="/manifest.webmanifest" crossorigin="use-credentials"/><meta name="fb:app_id" content="991230477954201"/><meta name="fb:pages" content="10606591490"/><meta name="pinterest:url" content="https://time.com"/><meta name="pinterest:description" content="Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news."/><meta name="pinterest:media" content="https://time.com/wp-content/themes/time2014/img/time-logo-og.png"/><link rel="canonical" href="https://time.com/"/><meta name="format-detection" content="telephone=no"/><meta property="og:title" content="TIME | Current & Breaking News | National & World Updates"/><meta property="og:description" content="Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news."/><meta property="og:url" content="https://time.com/"/><meta property="og:site_name" content="TIME"/><meta property="og:image:height" content="300"/><meta property="og:image" content="https://time.com/wp-content/themes/time2014/img/time-logo-og.png"/><meta property="og:image:width" content="300"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@TIME"/><meta name="twitter:title" content="TIME | Current & Breaking News | National & World Updates"/><meta name="twitter:description" content="Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news."/><meta name="twitter:image" content="https://time.com/wp-content/themes/time2014/img/time-logo-og.png"/><link rel="icon" href="/favicon/favicon-16x16.png" sizes="16x16" type="image/png"/><link rel="icon" href="/favicon/favicon-32x32.png" sizes="32x32" type="image/png"/><link rel="icon" href="/favicon/android-chrome-192x192.png" sizes="192x192" type="image/png"/><link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png"/><meta name="next-size-adjust"/><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"\n // TCF Script\n \n// Enable TCF support for gtag\nwindow.gtag_enable_tcf_support = true;\n\n// TCF Script\n(function() {\n const makeStub = () => {\n const TCF_LOCATOR_NAME = \"__tcfapiLocator\";\n const queue = [];\n const currentWindow = window;\n let frameLocator = currentWindow;\n let cmpFrame;\n\n function addFrame() {\n const doc = currentWindow.document;\n const otherCMP = !!(currentWindow.frames[TCF_LOCATOR_NAME]);\n if (!otherCMP) {\n if (doc.body) {\n const iframe = doc.createElement('iframe');\n iframe.style.cssText = 'display:none';\n iframe.name = TCF_LOCATOR_NAME;\n doc.body.appendChild(iframe);\n } else {\n setTimeout(addFrame, 5);\n }\n }\n return !otherCMP;\n }\n\n function tcfAPIHandler(...args) {\n if (!args.length) {\n return queue;\n } else if (args[0] === 'ping') {\n if (typeof args[2] === 'function') {\n args[2]({ cmpLoaded: false, cmpStatus: 'stub' });\n }\n } else {\n queue.push(args);\n }\n }\n\n function postMessageEventHandler(event) {\n const msgIsString = typeof event.data === 'string';\n let json = {};\n if (msgIsString) {\n try {\n json = JSON.parse(event.data);\n } catch (ignore) {}\n } else {\n json = event.data;\n }\n const payload = (typeof json === 'object' && json !== null) ? json.__tcfapiCall : null;\n if (payload) {\n window.__tcfapi(payload.command, payload.version, function(retValue, success) {\n let returnMsg = {\n __tcfapiReturn: {\n returnValue: retValue,\n success: success,\n callId: payload.callId,\n },\n };\n if (event && event.source && event.source.postMessage) {\n event.source.postMessage((msgIsString) ? JSON.stringify(returnMsg) : returnMsg, '*');\n }\n }, payload.parameter);\n }\n }\n\n while (frameLocator) {\n try {\n if (frameLocator.frames[TCF_LOCATOR_NAME]) {\n cmpFrame = frameLocator;\n break;\n }\n } catch (ignore) {}\n if (frameLocator === currentWindow.top) {\n break;\n }\n frameLocator = frameLocator.parent;\n }\n if (!cmpFrame) {\n addFrame();\n }\n currentWindow.__tcfapi = tcfAPIHandler;\n currentWindow.addEventListener('message', postMessageEventHandler, false);\n };\n makeStub();\n})();\n \n\n // GPP Script\n \n(function() {\n window.__gpp_addFrame = function(n) {\n if (!window.frames[n]) {\n if (document.body) {\n var i = document.createElement('iframe');\n i.style.cssText = 'display:none';\n i.name = n;\n document.body.appendChild(i);\n } else {\n window.setTimeout(window.__gpp_addFrame, 10, n);\n }\n }\n };\n window.__gpp_stub = function() {\n var b = arguments;\n __gpp.queue = __gpp.queue || [];\n if (!b.length) {\n return __gpp.queue;\n }\n var cmd = b[0];\n var clb = b.length > 1 ? b[1] : null;\n var par = b.length > 2 ? b[2] : null;\n if (cmd === 'ping') {\n return {cmpStatus: 'stub',signalStatus: 'notReady'};\n } else if (cmd === 'addEventListener') {\n __gpp.events = __gpp.events || [];\n if (!('lastId' in __gpp)) {\n __gpp.lastId = 0;\n }\n __gpp.lastId++;\n var lnr = __gpp.lastId;\n __gpp.events.push({'id': lnr,'callback': clb,'parameter': par});\n return {eventName: 'listenerRegistered',listenerId: lnr,data: true,pingData: {cmpStatus: 'stub',signalStatus: 'notReady'}};\n } else if (cmd === 'removeEventListener') {\n var success = false;\n __gpp.events = __gpp.events || [];\n for (var i = 0; i < __gpp.events.length; i++) {\n if (__gpp.events[i].id == par) {\n __gpp.events.splice(i, 1);\n success = true;\n break;\n }\n }\n return {eventName: 'listenerRemoved',listenerId: par,data: success,pingData: {cmpStatus: 'stub',signalStatus: 'notReady'}};\n } else if (cmd === 'hasSection' || cmd === 'getSection' || cmd === 'getField') {\n return null;\n } else {\n __gpp.queue.push([].slice.apply(b));\n }\n };\n window.__gpp_msghandler = function(event) {\n var msgIsString = typeof event.data === 'string';\n try {\n var json = msgIsString ? JSON.parse(event.data) : event.data;\n } catch (e) {\n var json = null;\n }\n if (typeof(json) === 'object' && json !== null && '__gppCall' in json) {\n var i = json.__gppCall;\n window.__gpp(i.command, function(retValue, success) {\n var returnMsg = {'__gppReturn': {'returnValue': retValue,'success': success,'callId': i.callId}};\n event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, '*');\n }, 'parameter' in i ? i.parameter : null, 'version' in i ? i.version : '1.1');\n }\n };\n if (!('__gpp' in window) || (typeof(window.__gpp) !== 'function')) {\n window.__gpp = window.__gpp_stub;\n window.addEventListener('message', window.__gpp_msghandler, false);\n window.__gpp_addFrame('__gppLocator');\n }\n})();\n\n\n // Ketch CMP Init\n window.semaphore = window.semaphore || [];\n window.ketch = function() { window.semaphore.push(arguments); };\n\n // Load Ketch CMP Script\n var script = document.createElement('script');\n script.src = \"https://global.ketchcdn.com/web/v3/config/time/time_com/boot.js\";\n script.async = true;\n document.head.appendChild(script);\n ","id":"merged-ketch-scripts"}])</script><script>(self.__next_s=self.__next_s||[]).push([0,{"data-purposes":"behavioral_advertising","children":"\n window.__iasPET = window.__iasPET || { queue: [] };\n window.__iasPET.pubId = \"931641\";\n (function() {\n var s = document.createElement('script');\n s.async = true;\n s.src = 'https://static.adsafeprotected.com/iasPET.1.js';\n var n = document.getElementsByTagName('script')[0];\n n.parentNode.insertBefore(s, n);\n })();\n ","id":"ias-pet"}])</script><script src="/redesign/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><header class="contents"><div><div id="leaderboard-container" class="z-30 flex min-h-[5.125rem] w-full items-center justify-center bg-warm-grey-ads py-4 lg:min-h-[18.625rem] lg:py-6"><div id="leaderboard-ad-1" class="w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden overflow-hidden flex min-h-[90px] md:min-h-[50px]" aria-label="Top Leaderboard Advertisement" data-native="false" role="region"></div></div></div><div class="relative z-[110]"><div class="bg-ivory-white"><nav aria-label="Main" data-orientation="horizontal" dir="ltr" class="z-10 flex max-w-full flex-1 items-center justify-center relative bg-ivory-white"><div class="absolute top-0 h-[var(--navigation-height-mobile)] w-full lg:top-2 lg:h-[calc(var(--navigation-height-desktop)-16px)] lg:w-[calc(100%-16px)] motion-safe:duration-300 ease-in transparent"></div><div class="flex flex-1 xl:border-8 xl:border-ivory-white"><div class="container mx-auto max-w-[90rem] px-6 lg:px-6 xl:px-20"><a href="#maincontent" class="items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2.5 rounded-sm px-4 py-3 uppercase h-10 text-cta-small bg-black-coffee text-ivory-white disabled:bg-grey-1 support:hover:bg-brand-red sr-only top-[calc(var(--navigation-height-mobile)+8px)] z-[100] inline-block !rounded-sm !px-4 !py-3 focus:not-sr-only focus:fixed lg:top-[calc(var(--navigation-height-desktop)+8px)]">Skip to Content</a><div class="relative flex h-[var(--navigation-height-mobile)] max-w-full flex-1 justify-between xl:h-[calc(var(--navigation-home-height-desktop)-8px)]"><div class="mt-2 flex flex-1 flex-row justify-between gap-6 xl:mt-4"><div style="position:relative"><ul data-orientation="horizontal" class="group flex flex-1 list-none items-center justify-center space-x-1" dir="ltr"><li><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color h-8 rounded-[2.5rem] border bg-transparent px-3 py-2 text-cta-small uppercase border-black-coffee text-black-coffee support:hover:bg-black-coffee support:hover:text-ivory-white" id="explore" aria-expanded="false" aria-label="Explore, click to open Menu" aria-controls="explore-menu"><span class="overflow-hidden"><span class="relative inline-block transform whitespace-pre transition-transform duration-300 translate-y-0">Explore<span class="absolute left-0 top-full flex w-full gap-1">Close<svg width="1rem" height="1rem" viewBox="0 0 12 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><title></title><g id="close" clip-path="url(#clip0_5319_307)"><path d="m10 12 -8 -8" stroke="currentColor" stroke-width="1.1999999999999997" stroke-linecap="square" stroke-linejoin="round"></path><path d="m10 4 -8 8" stroke="currentColor" stroke-width="1.1999999999999997" stroke-linecap="square" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_5319_307"><path width="12" height="16" fill="currentColor" d="M0 0h12v16H0z"></path></clipPath></defs></svg></span></span></span></button></li></ul></div></div><div class="flex flex-1 justify-center motion-safe:duration-700 mt-3 xl:mt-4"><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color" aria-label="Time Logo" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="71" height="21" viewBox="0 0 71 21" fill="#E7131A" class="h-[1.5rem] w-[5.25rem] transition-all ease-in-out motion-safe:duration-700 xl:w-[20.5rem] xl:h-[5.75rem] delay-100"><title></title><g clip-path="url(#clip0_5035_44915)"><path d="M7.71318 1.92829L5.65598 1.91733H2.46648C2.24787 1.91733 0.538211 1.93377 0.538211 1.93377L0.504579 4.3553L0.190674 4.36626L0.20749 1.64888L0.196279 0.53125C1.28374 0.575079 5.20754 0.60795 9.2827 0.60795C14.0305 0.60795 17.0911 0.564121 18.2963 0.536729L18.2794 1.77489L18.3019 4.52514L17.9767 4.51966C17.9767 4.29504 17.9263 3.38559 17.9263 3.29246C17.9263 3.25958 17.859 2.03786 17.8478 1.94472L16.4857 1.92829H10.841V18.879C10.841 18.9009 10.869 19.9912 10.8746 20.2158C11.0316 20.2377 12.5451 20.3254 12.8197 20.3254H12.9262V20.7856C12.8422 20.7856 12.7413 20.791 12.6572 20.791C11.7995 20.7801 10.4094 20.6924 9.42284 20.6924C8.43628 20.6924 7.07976 20.7746 6.07078 20.791C6.04276 20.791 5.83535 20.7856 5.75688 20.7856V20.2925C5.76809 20.2925 5.82975 20.2925 5.92504 20.287C6.35105 20.2706 7.40488 20.2103 7.67954 20.1884L7.72439 20.1829V18.7311L7.71318 1.92829Z" fill="#E7131A"></path><path d="M33.8854 0.503906C33.8854 0.503906 35.4213 4.67311 35.668 5.28671C35.9202 5.89483 40.612 16.4466 40.612 16.4466C40.612 16.4466 42.8149 11.8994 44.7768 7.02342C45.1748 6.03727 45.6961 4.74981 46.0773 3.7034C46.6378 2.17487 47.26 0.503906 47.26 0.503906H48.4652C48.4652 0.503906 48.7623 2.36662 48.8688 3.19937C49.1771 5.61542 51.1951 15.4276 51.9013 18.6544C52.0807 19.4598 52.2152 20.1611 52.2152 20.1611C52.4226 20.172 53.241 20.2432 53.7231 20.2816C53.824 20.2871 54.0931 20.3035 54.1547 20.3035V20.7911C54.1547 20.7911 53.9361 20.8021 53.8128 20.8021C52.7309 20.7966 51.0437 20.7089 50.0067 20.7089C49.0818 20.7089 48.1905 20.7801 47.2656 20.7966C47.1087 20.8021 46.9517 20.7911 46.7892 20.7911V20.309C46.7948 20.309 46.9181 20.3035 46.9854 20.3035C47.4394 20.2871 48.6334 20.183 48.7567 20.1775C48.7567 20.0022 48.6894 19.3886 48.5941 18.764C48.5269 18.3257 48.4148 17.5697 48.2914 16.8301C48.028 15.3892 46.806 9.4066 46.4472 7.74659C46.3856 7.47266 46.352 7.31926 46.352 7.31926C46.352 7.31926 42.5739 15.7892 41.8115 17.4601C41.7387 17.6245 41.6826 17.7395 41.6658 17.7779C40.9371 19.3831 40.3261 20.8185 40.3261 20.8185L39.2499 20.813L33.3641 7.58223L33.224 7.27543C33.224 7.27543 32.7083 9.75723 31.9684 13.2526C31.576 15.1427 30.7632 19.8707 30.7072 20.183C31.178 20.2432 32.0973 20.309 32.3496 20.3035H32.5794V20.7801C32.4729 20.7911 32.2318 20.7966 32.2206 20.7966C31.3294 20.7801 30.6903 20.7199 29.7318 20.7199C29.4796 20.7199 28.1455 20.7801 27.6746 20.7966C27.4784 20.8021 27.2038 20.7856 27.1477 20.7856V20.3145C27.1925 20.3145 27.2878 20.298 27.3439 20.298C27.7699 20.2816 28.4201 20.2268 28.9751 20.1611C29.0199 19.931 29.4964 17.5971 29.6533 16.7698C30.2419 14.036 31.974 4.90869 32.1926 3.67601C32.3832 2.34471 32.6018 0.695657 32.6242 0.509385C33.0895 0.520342 33.8854 0.503906 33.8854 0.503906Z" fill="#E7131A"></path><path d="M26.065 20.8028C25.269 20.8028 23.9125 20.6878 22.8979 20.6878C21.8833 20.6878 20.5324 20.8028 19.5515 20.8028C19.4674 20.8028 19.3216 20.7864 19.2432 20.7864V20.3043C19.4337 20.2988 20.3026 20.233 20.5436 20.2166C20.8239 20.2002 21.0873 20.1837 21.2051 20.1509C21.2051 20.1509 21.2051 19.5701 21.2107 18.6716C21.2219 15.5598 21.2443 6.77217 21.2107 2.79472C21.2051 2.37286 21.2051 1.31002 21.2051 1.15662C21.0201 1.14018 20.7622 1.11827 20.5829 1.09635C20.353 1.0854 19.4057 1.0087 19.2432 0.99774L19.2375 0.515625C20.1793 0.515625 21.575 0.597804 22.7073 0.597804C23.8396 0.597804 25.2578 0.515625 26.3677 0.515625V1.01965C26.1939 1.03061 25.7623 1.05253 25.7511 1.05253C25.426 1.07992 24.5235 1.16758 24.2993 1.18401V2.72897C24.2993 6.29005 24.2937 15.6091 24.2937 18.7429V19.7619C24.2937 20.0029 24.2937 20.1454 24.2993 20.1563C24.3049 20.1728 24.871 20.2221 25.0056 20.2276C25.2578 20.2495 26.2892 20.2933 26.3172 20.2988H26.3845V20.7809C26.2948 20.7864 26.1322 20.8028 26.065 20.8028Z" fill="#E7131A"></path><path d="M59.8706 1.97217L59.865 9.94898L65.7227 9.96542C65.7507 9.96542 67.2754 9.92159 67.309 9.92707C67.4043 9.92707 68.4469 9.87228 68.4862 9.86133C68.4862 9.86133 68.503 9.77915 68.5254 9.71888C68.6095 9.23677 68.716 8.77657 68.744 8.42046C68.744 8.42046 68.7721 8.26706 68.7721 8.16296L69.1028 8.15749C69.1028 8.19584 69.1196 8.28897 69.1196 8.41498C69.114 8.89709 69.0747 9.8942 69.0747 10.5461C69.0747 11.4885 69.1084 12.3376 69.114 12.765C69.1196 12.8855 69.1084 13.0827 69.1084 13.0827H68.744C68.7384 13.0389 68.7328 12.9896 68.7216 12.9403C68.6543 12.3979 68.6039 12.0144 68.5086 11.4611C68.5086 11.4337 68.4862 11.3351 68.4806 11.2693C68.2956 11.2584 67.8023 11.2419 67.5389 11.2364C67.4267 11.231 65.9974 11.2255 64.3886 11.22C63.7328 11.22 62.55 11.2474 62.0455 11.2474C61.457 11.2474 60.4872 11.2803 59.8538 11.3022L59.8594 18.5339L59.8874 19.4653L63.4413 19.5201L68.5086 19.5146C68.531 19.5146 69.6689 19.4762 70.0221 19.4817C70.0949 19.4817 70.2463 19.4708 70.2463 19.4708C70.2799 19.2352 70.3192 18.764 70.364 18.3093C70.3696 18.2545 70.4929 17.0547 70.4929 16.7315L70.8068 16.726C70.8068 17.0328 70.7396 20.8185 70.7396 20.8185C70.1678 20.8185 68.4189 20.8185 66.2496 20.7911C64.9379 20.7747 63.4749 20.7747 62.0343 20.7582C60.8628 20.7418 59.7081 20.7089 58.6542 20.7089C57.152 20.7089 55.6833 20.7966 55.1116 20.7966C54.9827 20.7966 54.7528 20.7856 54.7024 20.7856V20.309H54.8089C55.162 20.309 56.199 20.2542 56.7372 20.1665C56.7372 20.0734 56.7708 18.89 56.7708 18.8681V3.22128C56.7708 2.49811 56.754 1.29282 56.754 1.18325C56.4513 1.15038 56.3392 1.13394 56.2775 1.12299C55.9524 1.08464 55.3134 1.03533 54.9715 1.01341C54.8762 1.01341 54.7697 1.00246 54.7136 0.996979C54.7136 0.996979 54.7136 0.531299 54.708 0.520342C54.7865 0.525821 54.9434 0.514863 55.2349 0.514863C55.8403 0.514863 56.9502 0.597042 58.3067 0.597042C59.1587 0.597042 60.5377 0.558692 61.5242 0.547735C62.9312 0.547735 63.9962 0.536778 65.3583 0.531299C67.5837 0.520342 69.4783 0.503906 70.2239 0.503906H70.5602V0.629914C70.5602 0.777835 70.5546 1.04629 70.5546 1.36952C70.5602 2.37758 70.5882 3.96637 70.5882 4.48136H70.2743L70.2687 4.33891C70.2351 3.98281 70.1678 2.9857 70.0837 2.14748C70.0781 2.07078 70.0613 2.016 70.0613 2.016C69.8763 2.01052 69.114 1.9886 69.1028 1.97764C69.0916 1.96669 68.4862 1.96121 68.4694 1.95573C68.4638 1.95573 66.4738 1.94477 64.4278 1.93929C63.0265 1.93929 61.6531 1.94477 60.8067 1.94477C60.6161 1.95025 59.8706 1.97217 59.8706 1.97217Z" fill="#E7131A"></path></g><defs><clipPath id="clip0_5035_44915"><rect width="70.6174" height="20.3146" fill="#E7131A" transform="translate(0.190674 0.504028)"></rect></clipPath></defs></svg></a></div><div class="mt-4 flex flex-1 items-start justify-end xl:mt-6"><a class="inline-flex items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2 p-0 text-cta-small uppercase support:hover:underline bg-transparent text-black-coffee support:hover:bg-transparent gap-2" href="/subscribe-header-time/">Subscribe<svg width="1rem" height="1rem" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><g id="Magazine"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.9 7.4v-5.1h6.2v5.1zm0 0.9v1.2h6.2v-1.2zm-0.9 -0.15v-6a0.75 0.75 0 0 1 0.75 -0.75h7.25v9H2.75a0.75 0.75 0 0 1 -0.75 -0.75zm6 -3.75H4v-0.9h4zm-4 1.5h4v-0.9H4z" fill="currentColor"></path></g></svg></a></div></div></div></div><div class="absolute left-0 top-full flex justify-center xl:top-[calc(var(--navigation-height-desktop)-theme(space.2))]"></div></nav><div class="container mx-auto max-w-[90rem] px-6 lg:px-20 border-t border-warm-grey-2 xl:border-t-0"><nav><ul class="flex flex-row justify-start gap-10 overflow-x-auto whitespace-nowrap bg-ivory-white py-2 lg:justify-center xl:py-5"><li><div><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color [&_svg]:size-5 py-2 text-cta-small uppercase no-underline text-brand-red support:hover:text-brand-red duration-300 transition-colors" href="#">Your Brief</a></div></li><li><div><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color [&_svg]:size-5 py-2 text-cta-small uppercase text-warm-grey-1 no-underline support:hover:text-brand-red duration-300 transition-colors" href="#the_cover">Cover</a></div></li><li><div><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color [&_svg]:size-5 py-2 text-cta-small uppercase text-warm-grey-1 no-underline support:hover:text-brand-red duration-300 transition-colors" href="#people">People</a></div></li><li><div><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color [&_svg]:size-5 py-2 text-cta-small uppercase text-warm-grey-1 no-underline support:hover:text-brand-red duration-300 transition-colors" href="#voices">Voices</a></div></li><li><div><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color [&_svg]:size-5 py-2 text-cta-small uppercase text-warm-grey-1 no-underline support:hover:text-brand-red duration-300 transition-colors" href="#id-ai-0">AI</a></div></li><li><div><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color [&_svg]:size-5 py-2 text-cta-small uppercase text-warm-grey-1 no-underline support:hover:text-brand-red duration-300 transition-colors" href="#id-health-1">Health</a></div></li><li><div><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color [&_svg]:size-5 py-2 text-cta-small uppercase text-warm-grey-1 no-underline support:hover:text-brand-red duration-300 transition-colors" href="#id-climate-2">Climate</a></div></li><li><div><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color [&_svg]:size-5 py-2 text-cta-small uppercase text-warm-grey-1 no-underline support:hover:text-brand-red duration-300 transition-colors" href="#id-entertainment-3">Entertainment</a></div></li></ul></nav></div></div></div><div class="z-[10000] w-full fixed top-[calc(var(--header-page-extrusion)*-1)] invisible opacity-0"><nav aria-label="Main" data-orientation="horizontal" dir="ltr" class="z-10 flex max-w-full flex-1 items-center justify-center relative"><div class="absolute top-0 h-[var(--navigation-height-mobile)] w-full lg:top-2 lg:h-[calc(var(--navigation-height-desktop)-16px)] lg:w-[calc(100%-16px)] motion-safe:duration-300 ease-in bg-brand-red"></div><div class="flex flex-1 xl:border-8 xl:border-ivory-white"><div class="container mx-auto max-w-[90rem] px-6 lg:px-6 xl:px-20"><a href="#maincontent" class="items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2.5 rounded-sm px-4 py-3 uppercase h-10 text-cta-small bg-black-coffee text-ivory-white disabled:bg-grey-1 support:hover:bg-brand-red sr-only top-[calc(var(--navigation-height-mobile)+8px)] z-[100] inline-block !rounded-sm !px-4 !py-3 focus:not-sr-only focus:fixed lg:top-[calc(var(--navigation-height-desktop)+8px)]">Skip to Content</a><div class="relative flex h-[var(--navigation-height-mobile)] max-w-full flex-1 justify-between xl:h-[calc(var(--navigation-height-desktop)-16px)]"><div class="mt-2 flex flex-1 flex-row justify-between gap-6 xl:mt-4"><div style="position:relative"><ul data-orientation="horizontal" class="group flex flex-1 list-none items-center justify-center space-x-1" dir="ltr"><li><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color h-8 rounded-[2.5rem] border bg-transparent px-3 py-2 text-cta-small uppercase border-ivory-white text-ivory-white support:hover:bg-ivory-white support:hover:text-black-coffee" id="explore" aria-expanded="false" aria-label="Explore, click to open Menu" aria-controls="explore-menu"><span class="overflow-hidden"><span class="relative inline-block transform whitespace-pre transition-transform duration-300 translate-y-0">Explore<span class="absolute left-0 top-full flex w-full gap-1">Close<svg width="1rem" height="1rem" viewBox="0 0 12 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><title></title><g id="close" clip-path="url(#clip0_5319_307)"><path d="m10 12 -8 -8" stroke="currentColor" stroke-width="1.1999999999999997" stroke-linecap="square" stroke-linejoin="round"></path><path d="m10 4 -8 8" stroke="currentColor" stroke-width="1.1999999999999997" stroke-linecap="square" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_5319_307"><path width="12" height="16" fill="currentColor" d="M0 0h12v16H0z"></path></clipPath></defs></svg></span></span></span></button></li></ul></div></div><div class="mt-3 flex flex-1 justify-center motion-safe:duration-700 xl:mt-5"><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color" aria-label="Time Logo" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="71" height="21" viewBox="0 0 71 21" fill="white" class="h-[1.5rem] w-[5.25rem] transition-all ease-in-out motion-safe:duration-700"><title></title><g clip-path="url(#clip0_5035_44915)"><path d="M7.71318 1.92829L5.65598 1.91733H2.46648C2.24787 1.91733 0.538211 1.93377 0.538211 1.93377L0.504579 4.3553L0.190674 4.36626L0.20749 1.64888L0.196279 0.53125C1.28374 0.575079 5.20754 0.60795 9.2827 0.60795C14.0305 0.60795 17.0911 0.564121 18.2963 0.536729L18.2794 1.77489L18.3019 4.52514L17.9767 4.51966C17.9767 4.29504 17.9263 3.38559 17.9263 3.29246C17.9263 3.25958 17.859 2.03786 17.8478 1.94472L16.4857 1.92829H10.841V18.879C10.841 18.9009 10.869 19.9912 10.8746 20.2158C11.0316 20.2377 12.5451 20.3254 12.8197 20.3254H12.9262V20.7856C12.8422 20.7856 12.7413 20.791 12.6572 20.791C11.7995 20.7801 10.4094 20.6924 9.42284 20.6924C8.43628 20.6924 7.07976 20.7746 6.07078 20.791C6.04276 20.791 5.83535 20.7856 5.75688 20.7856V20.2925C5.76809 20.2925 5.82975 20.2925 5.92504 20.287C6.35105 20.2706 7.40488 20.2103 7.67954 20.1884L7.72439 20.1829V18.7311L7.71318 1.92829Z" fill="white"></path><path d="M33.8854 0.503906C33.8854 0.503906 35.4213 4.67311 35.668 5.28671C35.9202 5.89483 40.612 16.4466 40.612 16.4466C40.612 16.4466 42.8149 11.8994 44.7768 7.02342C45.1748 6.03727 45.6961 4.74981 46.0773 3.7034C46.6378 2.17487 47.26 0.503906 47.26 0.503906H48.4652C48.4652 0.503906 48.7623 2.36662 48.8688 3.19937C49.1771 5.61542 51.1951 15.4276 51.9013 18.6544C52.0807 19.4598 52.2152 20.1611 52.2152 20.1611C52.4226 20.172 53.241 20.2432 53.7231 20.2816C53.824 20.2871 54.0931 20.3035 54.1547 20.3035V20.7911C54.1547 20.7911 53.9361 20.8021 53.8128 20.8021C52.7309 20.7966 51.0437 20.7089 50.0067 20.7089C49.0818 20.7089 48.1905 20.7801 47.2656 20.7966C47.1087 20.8021 46.9517 20.7911 46.7892 20.7911V20.309C46.7948 20.309 46.9181 20.3035 46.9854 20.3035C47.4394 20.2871 48.6334 20.183 48.7567 20.1775C48.7567 20.0022 48.6894 19.3886 48.5941 18.764C48.5269 18.3257 48.4148 17.5697 48.2914 16.8301C48.028 15.3892 46.806 9.4066 46.4472 7.74659C46.3856 7.47266 46.352 7.31926 46.352 7.31926C46.352 7.31926 42.5739 15.7892 41.8115 17.4601C41.7387 17.6245 41.6826 17.7395 41.6658 17.7779C40.9371 19.3831 40.3261 20.8185 40.3261 20.8185L39.2499 20.813L33.3641 7.58223L33.224 7.27543C33.224 7.27543 32.7083 9.75723 31.9684 13.2526C31.576 15.1427 30.7632 19.8707 30.7072 20.183C31.178 20.2432 32.0973 20.309 32.3496 20.3035H32.5794V20.7801C32.4729 20.7911 32.2318 20.7966 32.2206 20.7966C31.3294 20.7801 30.6903 20.7199 29.7318 20.7199C29.4796 20.7199 28.1455 20.7801 27.6746 20.7966C27.4784 20.8021 27.2038 20.7856 27.1477 20.7856V20.3145C27.1925 20.3145 27.2878 20.298 27.3439 20.298C27.7699 20.2816 28.4201 20.2268 28.9751 20.1611C29.0199 19.931 29.4964 17.5971 29.6533 16.7698C30.2419 14.036 31.974 4.90869 32.1926 3.67601C32.3832 2.34471 32.6018 0.695657 32.6242 0.509385C33.0895 0.520342 33.8854 0.503906 33.8854 0.503906Z" fill="white"></path><path d="M26.065 20.8028C25.269 20.8028 23.9125 20.6878 22.8979 20.6878C21.8833 20.6878 20.5324 20.8028 19.5515 20.8028C19.4674 20.8028 19.3216 20.7864 19.2432 20.7864V20.3043C19.4337 20.2988 20.3026 20.233 20.5436 20.2166C20.8239 20.2002 21.0873 20.1837 21.2051 20.1509C21.2051 20.1509 21.2051 19.5701 21.2107 18.6716C21.2219 15.5598 21.2443 6.77217 21.2107 2.79472C21.2051 2.37286 21.2051 1.31002 21.2051 1.15662C21.0201 1.14018 20.7622 1.11827 20.5829 1.09635C20.353 1.0854 19.4057 1.0087 19.2432 0.99774L19.2375 0.515625C20.1793 0.515625 21.575 0.597804 22.7073 0.597804C23.8396 0.597804 25.2578 0.515625 26.3677 0.515625V1.01965C26.1939 1.03061 25.7623 1.05253 25.7511 1.05253C25.426 1.07992 24.5235 1.16758 24.2993 1.18401V2.72897C24.2993 6.29005 24.2937 15.6091 24.2937 18.7429V19.7619C24.2937 20.0029 24.2937 20.1454 24.2993 20.1563C24.3049 20.1728 24.871 20.2221 25.0056 20.2276C25.2578 20.2495 26.2892 20.2933 26.3172 20.2988H26.3845V20.7809C26.2948 20.7864 26.1322 20.8028 26.065 20.8028Z" fill="white"></path><path d="M59.8706 1.97217L59.865 9.94898L65.7227 9.96542C65.7507 9.96542 67.2754 9.92159 67.309 9.92707C67.4043 9.92707 68.4469 9.87228 68.4862 9.86133C68.4862 9.86133 68.503 9.77915 68.5254 9.71888C68.6095 9.23677 68.716 8.77657 68.744 8.42046C68.744 8.42046 68.7721 8.26706 68.7721 8.16296L69.1028 8.15749C69.1028 8.19584 69.1196 8.28897 69.1196 8.41498C69.114 8.89709 69.0747 9.8942 69.0747 10.5461C69.0747 11.4885 69.1084 12.3376 69.114 12.765C69.1196 12.8855 69.1084 13.0827 69.1084 13.0827H68.744C68.7384 13.0389 68.7328 12.9896 68.7216 12.9403C68.6543 12.3979 68.6039 12.0144 68.5086 11.4611C68.5086 11.4337 68.4862 11.3351 68.4806 11.2693C68.2956 11.2584 67.8023 11.2419 67.5389 11.2364C67.4267 11.231 65.9974 11.2255 64.3886 11.22C63.7328 11.22 62.55 11.2474 62.0455 11.2474C61.457 11.2474 60.4872 11.2803 59.8538 11.3022L59.8594 18.5339L59.8874 19.4653L63.4413 19.5201L68.5086 19.5146C68.531 19.5146 69.6689 19.4762 70.0221 19.4817C70.0949 19.4817 70.2463 19.4708 70.2463 19.4708C70.2799 19.2352 70.3192 18.764 70.364 18.3093C70.3696 18.2545 70.4929 17.0547 70.4929 16.7315L70.8068 16.726C70.8068 17.0328 70.7396 20.8185 70.7396 20.8185C70.1678 20.8185 68.4189 20.8185 66.2496 20.7911C64.9379 20.7747 63.4749 20.7747 62.0343 20.7582C60.8628 20.7418 59.7081 20.7089 58.6542 20.7089C57.152 20.7089 55.6833 20.7966 55.1116 20.7966C54.9827 20.7966 54.7528 20.7856 54.7024 20.7856V20.309H54.8089C55.162 20.309 56.199 20.2542 56.7372 20.1665C56.7372 20.0734 56.7708 18.89 56.7708 18.8681V3.22128C56.7708 2.49811 56.754 1.29282 56.754 1.18325C56.4513 1.15038 56.3392 1.13394 56.2775 1.12299C55.9524 1.08464 55.3134 1.03533 54.9715 1.01341C54.8762 1.01341 54.7697 1.00246 54.7136 0.996979C54.7136 0.996979 54.7136 0.531299 54.708 0.520342C54.7865 0.525821 54.9434 0.514863 55.2349 0.514863C55.8403 0.514863 56.9502 0.597042 58.3067 0.597042C59.1587 0.597042 60.5377 0.558692 61.5242 0.547735C62.9312 0.547735 63.9962 0.536778 65.3583 0.531299C67.5837 0.520342 69.4783 0.503906 70.2239 0.503906H70.5602V0.629914C70.5602 0.777835 70.5546 1.04629 70.5546 1.36952C70.5602 2.37758 70.5882 3.96637 70.5882 4.48136H70.2743L70.2687 4.33891C70.2351 3.98281 70.1678 2.9857 70.0837 2.14748C70.0781 2.07078 70.0613 2.016 70.0613 2.016C69.8763 2.01052 69.114 1.9886 69.1028 1.97764C69.0916 1.96669 68.4862 1.96121 68.4694 1.95573C68.4638 1.95573 66.4738 1.94477 64.4278 1.93929C63.0265 1.93929 61.6531 1.94477 60.8067 1.94477C60.6161 1.95025 59.8706 1.97217 59.8706 1.97217Z" fill="white"></path></g><defs><clipPath id="clip0_5035_44915"><rect width="70.6174" height="20.3146" fill="white" transform="translate(0.190674 0.504028)"></rect></clipPath></defs></svg></a></div><div class="mt-4 flex flex-1 items-start justify-end xl:mt-6"><a class="inline-flex items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2 p-0 text-cta-small uppercase support:hover:underline bg-transparent text-ivory-white support:hover:bg-transparent gap-2" href="/subscribe-header-time/">Subscribe<svg width="1rem" height="1rem" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><g id="Magazine"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.9 7.4v-5.1h6.2v5.1zm0 0.9v1.2h6.2v-1.2zm-0.9 -0.15v-6a0.75 0.75 0 0 1 0.75 -0.75h7.25v9H2.75a0.75 0.75 0 0 1 -0.75 -0.75zm6 -3.75H4v-0.9h4zm-4 1.5h4v-0.9H4z" fill="currentColor"></path></g></svg></a></div></div></div></div><div class="absolute left-0 top-full flex justify-center xl:top-[calc(var(--navigation-height-desktop)-theme(space.2))]"></div></nav></div><div class="sticky z-[100] w-full top-[calc(var(--header-page-extrusion)*-1)]" style="top:calc((var(--header-page-extrusion) * -1) + 0px)"></div></header><main class="bg-ivory-white"><div class="sr-only" aria-hidden="true"><a id="maincontent"></a></div><h1 class="sr-only">TIME | Current & Breaking News | National & World Updates</h1><div class="container mx-auto max-w-[90rem] px-6 lg:px-20" id="your_brief"><ul class="grid grid-cols-4 lg:grid-cols-12 gap-x-4 border-b border-b-warm-grey-2 pb-6 lg:border-b-0 lg:pb-0"><li class="col-span-full my-auto inline-grid size-full mb-10 lg:mb-0 lg:order-2 lg:col-span-6"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex aspect-4/5 lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75 3840w"/><img alt="Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> NOAA via Getty Images</span></figcaption></figure><div class="space-y-4 text-center"><h3 class="break-words font-editorial text-mobile-h1 lg:text-h1"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328629/hurricane-melissa-path-landfall-jamaica/"><span>Hurricane Melissa Strikes Jamaica With Catastrophic Strength</span></a></div></h3><p class="rich-text font-graphik-compact text-caption-large lg:px-16">The hurricane is the most powerful to hit Jamaica since record-keeping began.</p><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Solcyré Burga and Chantelle Lee</p></div></article></li><li class="col-span-full my-auto inline-grid size-full mb-4 lg:mb-0 lg:order-1 lg:col-span-3 lg:mt-12"><article class="relative text-black-coffee px-5 lg:px-0 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fscreenshot.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Pete Hegseth / X</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h3 lg:text-h3"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328921/cartel-boats-pete-hegseth-pacific/"><span>U.S. Military Kills 14 In Strikes Against Alleged Cartel Boats</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Richard Hall and Rebecca Schneid</p></div></article></li><li class="col-span-full my-auto inline-grid size-full mb-4 lg:mb-0 lg:order-4 lg:col-span-3 lg:mt-12"><article class="relative text-black-coffee px-5 lg:px-0 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D600%26h%3D576%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=3840&q=75 3840w"/><img alt="Debris removal work continues in Khan Yunis" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgaza-destruction-ceasefire-oct28.jpg%3Fquality%3D85%26w%3D1024%26h%3D576%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Mohammed Eslayeh - Anadolu via Getty Images</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h3 lg:text-h3"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7329012/israel-strikes-gaza-netanyahu-ceasefire-hamas/"><span>Israel Resumes Strikes on Gaza</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Callum Sutherland and Connor Greene</p></div></article></li></ul><ul class="grid grid-cols-4 lg:grid-cols-12 my-10 gap-x-4"><li class="col-span-full inline-grid size-full lg:col-span-3"><article class="group relative block space-y-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4 pt-0 lg:py-4"><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/section/climate">Climate</a><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7329055/energy-heating-costs-government-shutdown/"><span>Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes</span></a></div></h3></article></li><li class="col-span-full inline-grid size-full lg:col-span-3"><article class="group relative block space-y-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4"><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/section/politics">Politics</a><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328898/barack-obama-newsom-california-redistricting/"><span>Why Barack Obama Got Off the Bench</span></a></div></h3></article></li><li class="col-span-full inline-grid size-full lg:col-span-3"><article class="group relative block space-y-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4"><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/section/politics">Politics</a><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7329034/stephen-miller-ice-immunity-pritzker/"><span>Stephen Miller Claims ICE Agents Have Immunity. Is That True?</span></a></div></h3></article></li><li class="col-span-full inline-grid size-full lg:col-span-3"><article class="group relative block space-y-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4"><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/section/health">Health</a><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7326119/horror-movies-anxiety-scaring-myself/"><span>Horror Movies Can Make You Feel Less Anxious</span></a></div></h3></article></li></ul></div><section class="bg-ivory-white py-8 lg:py-10"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 items-start gap-y-6"><div class="col-span-4 flex flex-col items-center justify-center gap-4 lg:col-span-4 lg:items-start lg:gap-6 lg:pt-6"><h2 class="font-editorial text-h2 text-black-coffee">Listen to The Brief</h2><p class="font-graphik-compact text-caption-large text-black-coffee">The day's top headlines, curated by <svg xmlns="http://www.w3.org/2000/svg" width="86" height="25" viewBox="0 0 86 25" fill="none" class="inline-block align-text-bottom"><title>TIME AI Logo</title><path d="M67.801 24.9795V24.4096L66.0811 23.8397L60.8475 9.22327H59.9056L54.6735 23.7462L52.9521 24.4578V24.9795H58.1378V24.4096C57.1945 24.2912 56.0871 23.9829 55.9463 23.698L57.2656 19.6402H62.1915L63.6051 23.8397L61.2713 24.4096V24.9795H67.801ZM61.9564 18.9286H57.5021L59.6937 12.2129L61.9564 18.9286Z" fill="#EF232A"></path><path d="M5.5674 10.5807L4.04348 10.5749H1.68212C1.51812 10.5749 0.252536 10.5866 0.252536 10.5866L0.230766 12.4291L0 12.435L0.0145135 10.363L0.00580542 9.51111C0.811308 9.54618 3.71837 9.56956 6.73574 9.56956C10.2538 9.56956 12.5208 9.53887 13.4105 9.51403L13.4004 10.4565L13.4178 12.5519L13.1783 12.549C13.1798 12.378 13.1391 11.6825 13.1406 11.6138C13.142 11.5889 13.0898 10.6552 13.0825 10.5851L12.0724 10.5719H9.0463L7.88666 10.5763L7.88812 23.5065C7.88812 23.5241 7.90989 24.354 7.91424 24.5265C8.03035 24.5411 9.15225 24.6112 9.35544 24.6112H9.43381V24.9634C9.37285 24.9634 9.29883 24.9692 9.23497 24.9692C8.59783 24.9619 7.56882 24.8947 6.83879 24.8947C6.11891 24.8947 5.10442 24.959 4.35407 24.9692C4.33375 24.9692 4.1799 24.9663 4.12185 24.9634L4.1204 24.5878C4.12765 24.5893 4.1741 24.5878 4.24376 24.5849C4.56016 24.5732 5.34099 24.5265 5.54418 24.5119L5.57611 24.5075L5.57466 23.3999L5.5674 10.5807Z" fill="black"></path><path d="M24.9507 9.49512C24.9507 9.49512 26.0871 12.6762 26.2729 13.1423C26.4572 13.6084 29.9332 21.6582 29.9332 21.6582C29.9332 21.6582 31.5645 18.1908 33.0173 14.4691C33.312 13.7151 33.698 12.7331 33.9825 11.9368C34.399 10.7722 34.8562 9.49512 34.8562 9.49512H35.7502C35.7502 9.49512 35.9723 10.9169 36.0507 11.5496C36.28 13.3922 37.7749 20.8794 38.2988 23.3415C38.4294 23.9567 38.5296 24.49 38.5296 24.49C38.6834 24.4988 39.2872 24.5543 39.6457 24.5806C39.7211 24.5865 39.9214 24.5952 39.9664 24.5952L39.9679 24.9664C39.9679 24.9664 39.8053 24.9751 39.7153 24.9751C38.9142 24.9707 37.6646 24.905 36.8954 24.905C36.2103 24.905 35.5514 24.9576 34.8649 24.9707C34.7488 24.9722 34.6312 24.9678 34.5108 24.9678V24.6011C34.5151 24.5996 34.6066 24.5952 34.6545 24.5967C34.9897 24.5821 35.8765 24.5046 35.965 24.5002C35.965 24.3658 35.9171 23.8997 35.8446 23.4233C35.7952 23.0873 35.7096 22.5115 35.6196 21.9461C35.4251 20.8443 34.5209 16.281 34.2524 15.0156C34.2089 14.8081 34.1813 14.6912 34.1813 14.6912C34.1813 14.6912 31.3831 21.1541 30.8185 22.4283C30.7634 22.5525 30.7242 22.6416 30.7111 22.6708C30.1712 23.8968 29.7184 24.9897 29.7184 24.9897L28.9231 24.9868L24.5617 14.8943L24.4587 14.6605C24.4587 14.6605 24.0784 16.5527 23.5298 19.2224C23.2396 20.6646 22.6372 24.2708 22.5966 24.509C22.9435 24.5558 23.6256 24.6054 23.8128 24.5996C23.8564 24.5996 23.9289 24.6011 23.9826 24.6011V24.9664C23.9057 24.9766 23.7229 24.9766 23.7156 24.9766C23.0581 24.9634 22.5835 24.9196 21.8724 24.9196C21.6851 24.9196 20.6982 24.9649 20.3499 24.9766C20.2048 24.9824 20.0001 24.9678 19.9609 24.9693V24.6084C19.9943 24.6084 20.064 24.5952 20.1075 24.5938C20.4225 24.5821 20.9058 24.5368 21.3165 24.4886C21.3499 24.3117 21.704 22.5335 21.8172 21.9037C22.2526 19.82 23.5371 12.8559 23.6982 11.9163C23.839 10.9023 24.003 9.64124 24.0175 9.50096C24.3629 9.50681 24.9507 9.49512 24.9507 9.49512Z" fill="black"></path><path d="M19.159 24.9795C18.5683 24.9795 17.5654 24.8904 16.8121 24.8904C16.069 24.8904 15.0589 24.9781 14.3332 24.9781C14.2708 24.9795 14.162 24.9664 14.1025 24.9664V24.5996C14.2461 24.5967 14.8876 24.5441 15.0662 24.5324C15.2752 24.5193 15.4682 24.509 15.5553 24.4842C15.5553 24.4842 15.5567 24.0415 15.5596 23.3561C15.5683 20.9831 15.5828 14.2777 15.5582 11.2427C15.5553 10.9227 15.5538 10.1118 15.5538 9.99342C15.4174 9.98173 15.2273 9.96419 15.0908 9.94812C14.921 9.94081 14.2186 9.87944 14.0981 9.8736L14.0938 9.50684C14.7904 9.50684 15.8238 9.56967 16.6626 9.56967C17.4638 9.56967 18.5509 9.50684 19.3738 9.50684L19.3723 9.88967C19.2417 9.89698 18.9239 9.91597 18.9137 9.91597C18.6742 9.93643 18.0022 10.0051 17.8382 10.0153C17.8382 10.2433 17.8382 10.6714 17.8382 11.196C17.8368 13.9124 17.8353 21.0211 17.8339 23.4146C17.8339 23.7273 17.8339 24.0166 17.8339 24.1905C17.8339 24.3731 17.8353 24.4827 17.8368 24.49C17.8411 24.5032 18.262 24.5397 18.3593 24.5456C18.5451 24.5646 19.3085 24.5953 19.3317 24.5996H19.3825V24.9664C19.3331 24.9679 19.2112 24.981 19.159 24.9795Z" fill="black"></path><path d="M44.1999 10.6159L44.197 16.7003L48.5365 16.7135C48.5568 16.7135 49.6845 16.6813 49.7121 16.6828C49.7803 16.6843 50.5554 16.6433 50.5844 16.6331C50.5844 16.6331 50.5975 16.5688 50.6134 16.5235C50.6773 16.1553 50.7556 15.8061 50.776 15.5328C50.776 15.5328 50.7963 15.4159 50.7977 15.337L51.0445 15.3326C51.0445 15.3604 51.0575 15.4305 51.0561 15.5299C51.0532 15.8967 51.0227 16.658 51.0242 17.1577C51.0256 17.8766 51.0474 18.5254 51.0517 18.8512C51.0546 18.9433 51.0488 19.0923 51.0488 19.0923H50.7789C50.7745 19.0587 50.7687 19.0222 50.7629 18.9842C50.715 18.5692 50.6758 18.277 50.6047 17.8547C50.6033 17.8328 50.5873 17.7568 50.5829 17.7086C50.4451 17.6998 50.0793 17.6881 49.8848 17.6837C49.8007 17.6808 48.7426 17.675 47.5525 17.6735C47.0649 17.672 46.1882 17.694 45.8181 17.694C45.3827 17.694 44.6643 17.7188 44.1955 17.7334L44.1999 23.2509L44.2187 23.9625L46.853 24.0034L50.6047 23.9991C50.6221 23.9991 51.4625 23.9684 51.7266 23.9728C51.7818 23.9742 51.895 23.9654 51.895 23.9654C51.9196 23.7872 51.9501 23.4263 51.9806 23.0814C51.9835 23.0405 52.0778 22.1258 52.0778 21.8788L52.3086 21.8759C52.3086 22.1083 52.2593 25 52.2593 25C51.8355 25 50.5379 24.9985 48.9356 24.9781C47.9647 24.9649 46.882 24.9664 45.8123 24.9518C44.9459 24.9401 44.0896 24.9123 43.3102 24.9138C42.1985 24.9152 41.1099 24.981 40.6876 24.981C40.5904 24.981 40.4205 24.9751 40.3828 24.9751V24.6113H40.4597C40.721 24.6098 41.4873 24.5689 41.8864 24.5017C41.8864 24.4287 41.9125 23.5285 41.9125 23.5096C41.9125 23.5096 41.9111 12.0844 41.9111 11.573C41.9111 11.0206 41.8995 10.1001 41.8995 10.0197C41.6731 9.99632 41.5932 9.98317 41.5453 9.9744C41.3044 9.94371 40.8313 9.90719 40.5787 9.88965C40.5062 9.89111 40.4278 9.88234 40.3886 9.8765C40.3886 9.8765 40.3886 9.5185 40.3857 9.51412C40.4438 9.51704 40.5613 9.50974 40.7732 9.5112C41.2202 9.51266 42.0432 9.57257 43.049 9.57403C43.6817 9.57403 44.7006 9.54627 45.4306 9.5375C46.4712 9.5375 47.2622 9.52873 48.2709 9.52289C49.9168 9.51266 51.3231 9.50243 51.8732 9.49951C52.0328 9.49805 52.1214 9.49805 52.1214 9.49805C52.1214 9.52581 52.1199 9.55942 52.1199 9.59595C52.1214 9.70992 52.1156 9.91157 52.117 10.16C52.1228 10.93 52.1431 12.1399 52.1431 12.5344H51.9124L51.9095 12.4263C51.8863 12.156 51.8355 11.3947 51.7716 10.7532C51.7658 10.6962 51.7556 10.6509 51.7556 10.6509C51.6178 10.6466 51.0546 10.6305 51.0445 10.6217C51.0358 10.6144 50.5873 10.6086 50.5771 10.6042C50.5728 10.6027 49.0997 10.594 47.583 10.5925C46.5467 10.591 45.5279 10.5983 44.9023 10.5983C44.7514 10.5969 44.1999 10.6159 44.1999 10.6159Z" fill="black"></path><path d="M68.3984 24.9796H75.14V24.4111L72.9238 23.888V10.5998L75.14 10.0782V9.5083H68.3984V10.0782L70.6132 10.5998V23.888L68.3984 24.4111V24.9796Z" fill="#EF232A"></path><path d="M78.9552 10.9358C78.8536 10.9358 78.7723 10.854 78.7723 10.7517C78.7723 8.18877 76.7012 6.10363 74.1555 6.10363C74.0539 6.10363 73.9727 6.0218 73.9727 5.91952C73.9727 5.81723 74.0539 5.73541 74.1555 5.73541C76.7012 5.73541 78.7723 3.65027 78.7723 1.08731C78.7723 0.985026 78.8536 0.903198 78.9552 0.903198C79.0568 0.903198 79.138 0.985026 79.138 1.08731C79.138 3.65027 81.2091 5.73541 83.7548 5.73541C83.8564 5.73541 83.9377 5.81723 83.9377 5.91952C83.9377 6.0218 83.8564 6.10363 83.7548 6.10363C81.2091 6.10363 79.138 8.18877 79.138 10.7517C79.138 10.854 79.0568 10.9358 78.9552 10.9358Z" fill="black"></path><path d="M82.6806 15.7959C82.6138 15.7959 82.5587 15.7403 82.5587 15.6731C82.5587 13.9664 81.1799 12.5768 79.4832 12.5768C79.4165 12.5768 79.3613 12.5213 79.3613 12.4541C79.3613 12.3869 79.4165 12.3313 79.4832 12.3313C81.1784 12.3313 82.5587 10.9417 82.5587 9.23505C82.5587 9.16783 82.6138 9.1123 82.6806 9.1123C82.7473 9.1123 82.8025 9.16783 82.8025 9.23505C82.8025 10.9417 84.1827 12.3313 85.8779 12.3313C85.9447 12.3313 85.9998 12.3869 85.9998 12.4541C85.9998 12.5213 85.9447 12.5768 85.8779 12.5768C84.1827 12.5768 82.8025 13.965 82.8025 15.6731C82.8025 15.7418 82.7473 15.7959 82.6806 15.7959Z" fill="black"></path></svg></p></div><div class="col-span-4 lg:col-span-8"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20 !px-0"><div class="relative flex flex-col overflow-hidden rounded-md bg-podcast-base bg-podcast-gradient text-white transition-all duration-200 ease-in-out"><audio src="" preload="metadata"></audio><div class="relative flex flex-col gap-9 p-6 lg:gap-6"><div class="flex w-full flex-col gap-6 lg:gap-4"><div class="flex flex-col items-center justify-center gap-2 text-center"><div class="w-full overflow-hidden whitespace-nowrap"><h2 class="inline-block pr-4 font-editorial text-h4 text-white lg:text-h5 ">The Brief October 28, 2025</h2></div><div class="w-full overflow-hidden whitespace-nowrap"><p class="inline-block pr-4 font-graphik-compact text-caption-large text-white ">Republicans speak out against Trump's boat bombing, active service members may not be paid during shutdown, and more</p></div></div><div class="flex w-full flex-col justify-center gap-6 lg:gap-3"><div class="flex flex-row items-center justify-center gap-4"><button aria-label="Play playback"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="20 16 12 16" role="img"><title>Play icon</title><polygon points="20,16 20,32 32,24" fill="white"></polygon></svg></button><div class="flex w-full items-center gap-4"><input type="range" min="0" max="0" step="0.1" class="h-1 w-full cursor-pointer appearance-none rounded-lg bg-gray-400" style="background:linear-gradient(to right, #e11d48 0%, #666 0%)" aria-label="Seek podcast" aria-valuemin="0" aria-valuemax="0" aria-valuenow="0" value="0"/><span class="text-right font-mono text-xs text-white lg:inline">00:00</span></div></div><div class="relative flex items-center justify-center"><div class="mx-auto flex w-full items-center justify-center gap-6 lg:gap-8"><button aria-label="Skip back 15 seconds"><svg xmlns="http://www.w3.org/2000/svg" width="1.5rem" height="1.5rem" viewBox="0 0 25 25" fill="none"><title>Skip backward 15 seconds</title><path d="M8.5 20.5H10.5C10.7652 20.5 11.0196 20.3946 11.2071 20.2071C11.3946 20.0196 11.5 19.7652 11.5 19.5V18.5C11.5 18.2348 11.3946 17.9804 11.2071 17.7929C11.0196 17.6054 10.7652 17.5 10.5 17.5H8.5V14.5H11.5M15.5 18.5C17.0913 18.5 18.6174 17.8679 19.7426 16.7426C20.8679 15.6174 21.5 14.0913 21.5 12.5C21.5 10.9087 20.8679 9.38258 19.7426 8.25736C18.6174 7.13214 17.0913 6.5 15.5 6.5H4.5M5.5 14.5V20.5" stroke="currentColor" stroke-width="1.19922" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.5 9.5L4.5 6.5L7.5 3.5" stroke="currentColor" stroke-width="1.19922" stroke-linecap="round" stroke-linejoin="round"></path></svg></button><button aria-label="Toggle playback length" class="flex flex-row items-start justify-center lg:items-center"><p class="font-graphik-compact text-caption-small text-warm-grey-2">Length:</p><p class="w-8 font-graphik-compact text-caption-small font-semibold text-ivory-white">Long</p></button><button aria-label="Toggle playback speed" class="flex flex-row items-center justify-center gap-1"><p class="font-graphik-compact text-caption-small text-warm-grey-2">Speed:</p><p class="w-5 font-graphik-compact text-caption-small font-semibold text-ivory-white">1.0<!-- -->x</p></button><button aria-label="Skip forward 15 seconds"><svg xmlns="http://www.w3.org/2000/svg" width="1.5rem" height="1.5rem" viewBox="0 0 25 25" fill="none"><title>Skip forward 15 seconds</title><path d="M17.5 9.5L20.5 6.5L17.5 3.5" stroke="currentColor" stroke-width="1.19922" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.5 18.5C7.9087 18.5 6.38258 17.8679 5.25736 16.7426C4.13214 15.6174 3.5 14.0913 3.5 12.5C3.5 10.9087 4.13214 9.38258 5.25736 8.25736C6.38258 7.13214 7.9087 6.5 9.5 6.5H20.5M16.5 20.5H18.5C18.7652 20.5 19.0196 20.3946 19.2071 20.2071C19.3946 20.0196 19.5 19.7652 19.5 19.5V18.5C19.5 18.2348 19.3946 17.9804 19.2071 17.7929C19.0196 17.6054 18.7652 17.5 18.5 17.5H16.5V14.5H19.5M13.5 14.5V20.5" stroke="currentColor" stroke-width="1.19922" stroke-linecap="round" stroke-linejoin="round"></path></svg></button></div></div></div></div><div class="flex items-center justify-between lg:gap-4"><button aria-label="Open Time AI Modal" class="flex items-center justify-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="86" height="25" viewBox="0 0 86 25" fill="none" class="mb-2"><title>TIME AI Logo</title><path d="M67.801 24.9795V24.4096L66.0811 23.8397L60.8475 9.22327H59.9056L54.6735 23.7462L52.9521 24.4578V24.9795H58.1378V24.4096C57.1945 24.2912 56.0871 23.9829 55.9463 23.698L57.2656 19.6402H62.1915L63.6051 23.8397L61.2713 24.4096V24.9795H67.801ZM61.9564 18.9286H57.5021L59.6937 12.2129L61.9564 18.9286Z" fill="#EF232A"></path><path d="M5.5674 10.5807L4.04348 10.5749H1.68212C1.51812 10.5749 0.252536 10.5866 0.252536 10.5866L0.230766 12.4291L0 12.435L0.0145135 10.363L0.00580542 9.51111C0.811308 9.54618 3.71837 9.56956 6.73574 9.56956C10.2538 9.56956 12.5208 9.53887 13.4105 9.51403L13.4004 10.4565L13.4178 12.5519L13.1783 12.549C13.1798 12.378 13.1391 11.6825 13.1406 11.6138C13.142 11.5889 13.0898 10.6552 13.0825 10.5851L12.0724 10.5719H9.0463L7.88666 10.5763L7.88812 23.5065C7.88812 23.5241 7.90989 24.354 7.91424 24.5265C8.03035 24.5411 9.15225 24.6112 9.35544 24.6112H9.43381V24.9634C9.37285 24.9634 9.29883 24.9692 9.23497 24.9692C8.59783 24.9619 7.56882 24.8947 6.83879 24.8947C6.11891 24.8947 5.10442 24.959 4.35407 24.9692C4.33375 24.9692 4.1799 24.9663 4.12185 24.9634L4.1204 24.5878C4.12765 24.5893 4.1741 24.5878 4.24376 24.5849C4.56016 24.5732 5.34099 24.5265 5.54418 24.5119L5.57611 24.5075L5.57466 23.3999L5.5674 10.5807Z" fill="white"></path><path d="M24.9507 9.49512C24.9507 9.49512 26.0871 12.6762 26.2729 13.1423C26.4572 13.6084 29.9332 21.6582 29.9332 21.6582C29.9332 21.6582 31.5645 18.1908 33.0173 14.4691C33.312 13.7151 33.698 12.7331 33.9825 11.9368C34.399 10.7722 34.8562 9.49512 34.8562 9.49512H35.7502C35.7502 9.49512 35.9723 10.9169 36.0507 11.5496C36.28 13.3922 37.7749 20.8794 38.2988 23.3415C38.4294 23.9567 38.5296 24.49 38.5296 24.49C38.6834 24.4988 39.2872 24.5543 39.6457 24.5806C39.7211 24.5865 39.9214 24.5952 39.9664 24.5952L39.9679 24.9664C39.9679 24.9664 39.8053 24.9751 39.7153 24.9751C38.9142 24.9707 37.6646 24.905 36.8954 24.905C36.2103 24.905 35.5514 24.9576 34.8649 24.9707C34.7488 24.9722 34.6312 24.9678 34.5108 24.9678V24.6011C34.5151 24.5996 34.6066 24.5952 34.6545 24.5967C34.9897 24.5821 35.8765 24.5046 35.965 24.5002C35.965 24.3658 35.9171 23.8997 35.8446 23.4233C35.7952 23.0873 35.7096 22.5115 35.6196 21.9461C35.4251 20.8443 34.5209 16.281 34.2524 15.0156C34.2089 14.8081 34.1813 14.6912 34.1813 14.6912C34.1813 14.6912 31.3831 21.1541 30.8185 22.4283C30.7634 22.5525 30.7242 22.6416 30.7111 22.6708C30.1712 23.8968 29.7184 24.9897 29.7184 24.9897L28.9231 24.9868L24.5617 14.8943L24.4587 14.6605C24.4587 14.6605 24.0784 16.5527 23.5298 19.2224C23.2396 20.6646 22.6372 24.2708 22.5966 24.509C22.9435 24.5558 23.6256 24.6054 23.8128 24.5996C23.8564 24.5996 23.9289 24.6011 23.9826 24.6011V24.9664C23.9057 24.9766 23.7229 24.9766 23.7156 24.9766C23.0581 24.9634 22.5835 24.9196 21.8724 24.9196C21.6851 24.9196 20.6982 24.9649 20.3499 24.9766C20.2048 24.9824 20.0001 24.9678 19.9609 24.9693V24.6084C19.9943 24.6084 20.064 24.5952 20.1075 24.5938C20.4225 24.5821 20.9058 24.5368 21.3165 24.4886C21.3499 24.3117 21.704 22.5335 21.8172 21.9037C22.2526 19.82 23.5371 12.8559 23.6982 11.9163C23.839 10.9023 24.003 9.64124 24.0175 9.50096C24.3629 9.50681 24.9507 9.49512 24.9507 9.49512Z" fill="white"></path><path d="M19.159 24.9795C18.5683 24.9795 17.5654 24.8904 16.8121 24.8904C16.069 24.8904 15.0589 24.9781 14.3332 24.9781C14.2708 24.9795 14.162 24.9664 14.1025 24.9664V24.5996C14.2461 24.5967 14.8876 24.5441 15.0662 24.5324C15.2752 24.5193 15.4682 24.509 15.5553 24.4842C15.5553 24.4842 15.5567 24.0415 15.5596 23.3561C15.5683 20.9831 15.5828 14.2777 15.5582 11.2427C15.5553 10.9227 15.5538 10.1118 15.5538 9.99342C15.4174 9.98173 15.2273 9.96419 15.0908 9.94812C14.921 9.94081 14.2186 9.87944 14.0981 9.8736L14.0938 9.50684C14.7904 9.50684 15.8238 9.56967 16.6626 9.56967C17.4638 9.56967 18.5509 9.50684 19.3738 9.50684L19.3723 9.88967C19.2417 9.89698 18.9239 9.91597 18.9137 9.91597C18.6742 9.93643 18.0022 10.0051 17.8382 10.0153C17.8382 10.2433 17.8382 10.6714 17.8382 11.196C17.8368 13.9124 17.8353 21.0211 17.8339 23.4146C17.8339 23.7273 17.8339 24.0166 17.8339 24.1905C17.8339 24.3731 17.8353 24.4827 17.8368 24.49C17.8411 24.5032 18.262 24.5397 18.3593 24.5456C18.5451 24.5646 19.3085 24.5953 19.3317 24.5996H19.3825V24.9664C19.3331 24.9679 19.2112 24.981 19.159 24.9795Z" fill="white"></path><path d="M44.1999 10.6159L44.197 16.7003L48.5365 16.7135C48.5568 16.7135 49.6845 16.6813 49.7121 16.6828C49.7803 16.6843 50.5554 16.6433 50.5844 16.6331C50.5844 16.6331 50.5975 16.5688 50.6134 16.5235C50.6773 16.1553 50.7556 15.8061 50.776 15.5328C50.776 15.5328 50.7963 15.4159 50.7977 15.337L51.0445 15.3326C51.0445 15.3604 51.0575 15.4305 51.0561 15.5299C51.0532 15.8967 51.0227 16.658 51.0242 17.1577C51.0256 17.8766 51.0474 18.5254 51.0517 18.8512C51.0546 18.9433 51.0488 19.0923 51.0488 19.0923H50.7789C50.7745 19.0587 50.7687 19.0222 50.7629 18.9842C50.715 18.5692 50.6758 18.277 50.6047 17.8547C50.6033 17.8328 50.5873 17.7568 50.5829 17.7086C50.4451 17.6998 50.0793 17.6881 49.8848 17.6837C49.8007 17.6808 48.7426 17.675 47.5525 17.6735C47.0649 17.672 46.1882 17.694 45.8181 17.694C45.3827 17.694 44.6643 17.7188 44.1955 17.7334L44.1999 23.2509L44.2187 23.9625L46.853 24.0034L50.6047 23.9991C50.6221 23.9991 51.4625 23.9684 51.7266 23.9728C51.7818 23.9742 51.895 23.9654 51.895 23.9654C51.9196 23.7872 51.9501 23.4263 51.9806 23.0814C51.9835 23.0405 52.0778 22.1258 52.0778 21.8788L52.3086 21.8759C52.3086 22.1083 52.2593 25 52.2593 25C51.8355 25 50.5379 24.9985 48.9356 24.9781C47.9647 24.9649 46.882 24.9664 45.8123 24.9518C44.9459 24.9401 44.0896 24.9123 43.3102 24.9138C42.1985 24.9152 41.1099 24.981 40.6876 24.981C40.5904 24.981 40.4205 24.9751 40.3828 24.9751V24.6113H40.4597C40.721 24.6098 41.4873 24.5689 41.8864 24.5017C41.8864 24.4287 41.9125 23.5285 41.9125 23.5096C41.9125 23.5096 41.9111 12.0844 41.9111 11.573C41.9111 11.0206 41.8995 10.1001 41.8995 10.0197C41.6731 9.99632 41.5932 9.98317 41.5453 9.9744C41.3044 9.94371 40.8313 9.90719 40.5787 9.88965C40.5062 9.89111 40.4278 9.88234 40.3886 9.8765C40.3886 9.8765 40.3886 9.5185 40.3857 9.51412C40.4438 9.51704 40.5613 9.50974 40.7732 9.5112C41.2202 9.51266 42.0432 9.57257 43.049 9.57403C43.6817 9.57403 44.7006 9.54627 45.4306 9.5375C46.4712 9.5375 47.2622 9.52873 48.2709 9.52289C49.9168 9.51266 51.3231 9.50243 51.8732 9.49951C52.0328 9.49805 52.1214 9.49805 52.1214 9.49805C52.1214 9.52581 52.1199 9.55942 52.1199 9.59595C52.1214 9.70992 52.1156 9.91157 52.117 10.16C52.1228 10.93 52.1431 12.1399 52.1431 12.5344H51.9124L51.9095 12.4263C51.8863 12.156 51.8355 11.3947 51.7716 10.7532C51.7658 10.6962 51.7556 10.6509 51.7556 10.6509C51.6178 10.6466 51.0546 10.6305 51.0445 10.6217C51.0358 10.6144 50.5873 10.6086 50.5771 10.6042C50.5728 10.6027 49.0997 10.594 47.583 10.5925C46.5467 10.591 45.5279 10.5983 44.9023 10.5983C44.7514 10.5969 44.1999 10.6159 44.1999 10.6159Z" fill="white"></path><path d="M68.3984 24.9796H75.14V24.4111L72.9238 23.888V10.5998L75.14 10.0782V9.5083H68.3984V10.0782L70.6132 10.5998V23.888L68.3984 24.4111V24.9796Z" fill="#EF232A"></path><path d="M78.9552 10.9358C78.8536 10.9358 78.7723 10.854 78.7723 10.7517C78.7723 8.18877 76.7012 6.10363 74.1555 6.10363C74.0539 6.10363 73.9727 6.0218 73.9727 5.91952C73.9727 5.81723 74.0539 5.73541 74.1555 5.73541C76.7012 5.73541 78.7723 3.65027 78.7723 1.08731C78.7723 0.985026 78.8536 0.903198 78.9552 0.903198C79.0568 0.903198 79.138 0.985026 79.138 1.08731C79.138 3.65027 81.2091 5.73541 83.7548 5.73541C83.8564 5.73541 83.9377 5.81723 83.9377 5.91952C83.9377 6.0218 83.8564 6.10363 83.7548 6.10363C81.2091 6.10363 79.138 8.18877 79.138 10.7517C79.138 10.854 79.0568 10.9358 78.9552 10.9358Z" fill="white"></path><path d="M82.6806 15.7959C82.6138 15.7959 82.5587 15.7403 82.5587 15.6731C82.5587 13.9664 81.1799 12.5768 79.4832 12.5768C79.4165 12.5768 79.3613 12.5213 79.3613 12.4541C79.3613 12.3869 79.4165 12.3313 79.4832 12.3313C81.1784 12.3313 82.5587 10.9417 82.5587 9.23505C82.5587 9.16783 82.6138 9.1123 82.6806 9.1123C82.7473 9.1123 82.8025 9.16783 82.8025 9.23505C82.8025 10.9417 84.1827 12.3313 85.8779 12.3313C85.9447 12.3313 85.9998 12.3869 85.9998 12.4541C85.9998 12.5213 85.9447 12.5768 85.8779 12.5768C84.1827 12.5768 82.8025 13.965 82.8025 15.6731C82.8025 15.7418 82.7473 15.7959 82.6806 15.7959Z" fill="white"></path></svg><svg width="1.5rem" height="1.5rem" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><circle cx="12" cy="12" r="9.5" stroke="white" stroke-linecap="square"></circle><path d="M12 11.5V17.5" stroke="white" stroke-linecap="square"></path><path d="M12 6.5V8.5" stroke="white" stroke-linecap="square"></path></svg></button><a target="_blank" rel="noopener noreferrer" class="flex items-center justify-center gap-1" aria-label="Generative AI Solutions for Enterprise" href="https://scale.com/enterprise/generative-ai-solutions"><svg height="9px" width="66px" viewBox="0 0 66 12" fill="none" xmlns="http://www.w3.org/2000/svg"><title>Powered by</title><path opacity="0.4" fill="white" d="M0.0566406 9.00074V0.273438H3.0055C3.69016 0.273438 4.24982 0.397038 4.68448 0.644238C5.12198 0.888538 5.44584 1.21954 5.65607 1.63714C5.8663 2.05474 5.97141 2.52064 5.97141 3.03484C5.97141 3.54904 5.8663 4.01634 5.65607 4.43684C5.44868 4.85724 5.12766 5.19254 4.693 5.44254C4.25834 5.68964 3.70152 5.81324 3.02255 5.81324H0.908911V4.87574H2.98846C3.45721 4.87574 3.83363 4.79474 4.11772 4.63284C4.40181 4.47094 4.60777 4.25214 4.73562 3.97664C4.8663 3.69814 4.93164 3.38424 4.93164 3.03484C4.93164 2.68544 4.8663 2.37294 4.73562 2.09734C4.60777 1.82174 4.40039 1.60584 4.11346 1.44964C3.82652 1.29054 3.44584 1.21094 2.97141 1.21094H1.11346V9.00074H0.0566406ZM10.1262 9.13714C9.53532 9.13714 9.01682 8.99644 8.57084 8.71524C8.12766 8.43394 7.78107 8.04054 7.53107 7.53484C7.28391 7.02914 7.16033 6.43824 7.16033 5.76214C7.16033 5.08024 7.28391 4.48514 7.53107 3.97664C7.78107 3.46804 8.12766 3.07314 8.57084 2.79194C9.01682 2.51064 9.53532 2.37004 10.1262 2.37004C10.7171 2.37004 11.2342 2.51064 11.6774 2.79194C12.1234 3.07314 12.47 3.46804 12.7171 3.97664C12.9671 4.48514 13.0921 5.08024 13.0921 5.76214C13.0921 6.43824 12.9671 7.02914 12.7171 7.53484C12.47 8.04054 12.1234 8.43394 11.6774 8.71524C11.2342 8.99644 10.7171 9.13714 10.1262 9.13714ZM10.1262 8.23374C10.5751 8.23374 10.9444 8.11864 11.2342 7.88854C11.5239 7.65844 11.7384 7.35584 11.8776 6.98084C12.0168 6.60584 12.0864 6.19964 12.0864 5.76214C12.0864 5.32464 12.0168 4.91694 11.8776 4.53914C11.7384 4.16124 11.5239 3.85584 11.2342 3.62294C10.9444 3.38994 10.5751 3.27344 10.1262 3.27344C9.67742 3.27344 9.30802 3.38994 9.01832 3.62294C8.72851 3.85584 8.51402 4.16124 8.37482 4.53914C8.23562 4.91694 8.16601 5.32464 8.16601 5.76214C8.16601 6.19964 8.23562 6.60584 8.37482 6.98084C8.51402 7.35584 8.72851 7.65844 9.01832 7.88854C9.30802 8.11864 9.67742 8.23374 10.1262 8.23374ZM15.8876 9.00074L13.8933 2.45524H14.9501L16.3649 7.46664H16.433L17.8308 2.45524H18.9046L20.2853 7.44964H20.3535L21.7683 2.45524H22.8251L20.8308 9.00074H19.8421L18.4103 3.97234H18.308L16.8762 9.00074H15.8876ZM26.6763 9.13714C26.0456 9.13714 25.5016 8.99794 25.0442 8.71954C24.5896 8.43824 24.2388 8.04624 23.9916 7.54334C23.7473 7.03764 23.6252 6.44964 23.6252 5.77914C23.6252 5.10874 23.7473 4.51774 23.9916 4.00644C24.2388 3.49224 24.5825 3.09164 25.0229 2.80474C25.4661 2.51494 25.9831 2.37004 26.574 2.37004C26.9149 2.37004 27.2516 2.42684 27.584 2.54054C27.9163 2.65414 28.2189 2.83884 28.4916 3.09454C28.7644 3.34734 28.9817 3.68254 29.1436 4.10014C29.3056 4.51774 29.3865 5.03194 29.3865 5.64274V6.06894H24.3411V5.19964H28.3638C28.3638 4.83024 28.2899 4.50074 28.1422 4.21094C27.9973 3.92124 27.7899 3.69254 27.52 3.52484C27.253 3.35724 26.9377 3.27344 26.574 3.27344C26.1735 3.27344 25.8269 3.37294 25.5342 3.57174C25.2445 3.76774 25.0215 4.02344 24.8652 4.33884C24.709 4.65414 24.6308 4.99224 24.6308 5.35304V5.93254C24.6308 6.42684 24.7161 6.84594 24.8865 7.18964C25.0598 7.53054 25.2999 7.79054 25.6067 7.96954C25.9135 8.14564 26.27 8.23374 26.6763 8.23374C26.9405 8.23374 27.1791 8.19674 27.3922 8.12294C27.6081 8.04624 27.7942 7.93254 27.9504 7.78194C28.1067 7.62854 28.2274 7.43824 28.3127 7.21094L29.2842 7.48374C29.182 7.81324 29.0101 8.10304 28.7686 8.35304C28.5271 8.60014 28.2288 8.79334 27.8737 8.93254C27.5186 9.06894 27.1195 9.13714 26.6763 9.13714ZM30.9163 9.00074V2.45524H31.8879V3.44394H31.9561C32.0754 3.12004 32.2913 2.85724 32.6038 2.65554C32.9163 2.45384 33.2686 2.35304 33.6607 2.35304C33.7345 2.35304 33.8269 2.35444 33.9377 2.35724C34.0485 2.36014 34.1323 2.36434 34.1891 2.37004V3.39274C34.155 3.38424 34.0769 3.37144 33.9547 3.35444C33.8354 3.33454 33.709 3.32464 33.5754 3.32464C33.2573 3.32464 32.9732 3.39134 32.7232 3.52484C32.476 3.65554 32.28 3.83734 32.1351 4.07034C31.9931 4.30044 31.922 4.56324 31.922 4.85874V9.00074H30.9163ZM37.9263 9.13714C37.2956 9.13714 36.7516 8.99794 36.2942 8.71954C35.8396 8.43824 35.4888 8.04624 35.2416 7.54334C34.9973 7.03764 34.8752 6.44964 34.8752 5.77914C34.8752 5.10874 34.9973 4.51774 35.2416 4.00644C35.4888 3.49224 35.8325 3.09164 36.2729 2.80474C36.7161 2.51494 37.2331 2.37004 37.824 2.37004C38.1649 2.37004 38.5016 2.42684 38.834 2.54054C39.1663 2.65414 39.4689 2.83884 39.7416 3.09454C40.0144 3.34734 40.2317 3.68254 40.3936 4.10014C40.5556 4.51774 40.6365 5.03194 40.6365 5.64274V6.06894H35.5911V5.19964H39.6138C39.6138 4.83024 39.5399 4.50074 39.3922 4.21094C39.2473 3.92124 39.0399 3.69254 38.77 3.52484C38.503 3.35724 38.1877 3.27344 37.824 3.27344C37.4235 3.27344 37.0769 3.37294 36.7842 3.57174C36.4945 3.76774 36.2715 4.02344 36.1152 4.33884C35.959 4.65414 35.8808 4.99224 35.8808 5.35304V5.93254C35.8808 6.42684 35.9661 6.84594 36.1365 7.18964C36.3098 7.53054 36.5499 7.79054 36.8567 7.96954C37.1635 8.14564 37.52 8.23374 37.9263 8.23374C38.1905 8.23374 38.4291 8.19674 38.6422 8.12294C38.8581 8.04624 39.0442 7.93254 39.2004 7.78194C39.3567 7.62854 39.4774 7.43824 39.5627 7.21094L40.5342 7.48374C40.432 7.81324 40.2601 8.10304 40.0186 8.35304C39.7771 8.60014 39.4788 8.79334 39.1237 8.93254C38.7686 9.06894 38.3695 9.13714 37.9263 9.13714ZM44.6379 9.13714C44.0925 9.13714 43.611 8.99934 43.1933 8.72374C42.7757 8.44534 42.449 8.05334 42.2132 7.54764C41.9774 7.03914 41.8595 6.43824 41.8595 5.74504C41.8595 5.05754 41.9774 4.46094 42.2132 3.95524C42.449 3.44964 42.7771 3.05894 43.1976 2.78344C43.6181 2.50784 44.1038 2.37004 44.655 2.37004C45.0811 2.37004 45.4178 2.44104 45.6649 2.58314C45.9149 2.72234 46.1053 2.88144 46.236 3.06044C46.3695 3.23654 46.4732 3.38144 46.547 3.49504H46.6323V0.273438H47.6379V9.00074H46.6663V7.99504H46.547C46.4732 8.11434 46.3681 8.26494 46.2317 8.44674C46.0953 8.62574 45.9007 8.78624 45.6479 8.92834C45.395 9.06754 45.0584 9.13714 44.6379 9.13714ZM44.7743 8.23374C45.1777 8.23374 45.5186 8.12854 45.797 7.91834C46.0754 7.70524 46.2871 7.41124 46.432 7.03624C46.5769 6.65844 46.6493 6.22234 46.6493 5.72804C46.6493 5.23934 46.5783 4.81184 46.4362 4.44534C46.2942 4.07604 46.084 3.78914 45.8056 3.58454C45.5271 3.37714 45.1834 3.27344 44.7743 3.27344C44.3482 3.27344 43.9931 3.38284 43.709 3.60164C43.4277 3.81754 43.2161 4.11154 43.074 4.48374C42.9348 4.85304 42.8652 5.26774 42.8652 5.72804C42.8652 6.19394 42.9362 6.61724 43.0783 6.99794C43.2232 7.37574 43.4362 7.67684 43.7175 7.90134C44.0016 8.12294 44.3538 8.23374 44.7743 8.23374ZM53.1308 9.00074V0.273438H54.1365V3.49504H54.2217C54.2956 3.38144 54.3979 3.23654 54.5286 3.06044C54.6621 2.88144 54.8524 2.72234 55.0996 2.58314C55.3496 2.44104 55.6877 2.37004 56.1138 2.37004C56.6649 2.37004 57.1507 2.50784 57.5712 2.78344C57.9916 3.05894 58.3198 3.44964 58.5556 3.95524C58.7913 4.46094 58.9092 5.05754 58.9092 5.74504C58.9092 6.43824 58.7913 7.03914 58.5556 7.54764C58.3198 8.05334 57.9931 8.44534 57.5754 8.72374C57.1578 8.99934 56.6763 9.13714 56.1308 9.13714C55.7104 9.13714 55.3737 9.06754 55.1209 8.92834C54.8681 8.78624 54.6735 8.62574 54.5371 8.44674C54.4007 8.26494 54.2956 8.11434 54.2217 7.99504H54.1024V9.00074H53.1308ZM54.1195 5.72804C54.1195 6.22234 54.1919 6.65844 54.3368 7.03624C54.4817 7.41124 54.6933 7.70524 54.9717 7.91834C55.2502 8.12854 55.5911 8.23374 55.9945 8.23374C56.4149 8.23374 56.7658 8.12294 57.047 7.90134C57.3311 7.67684 57.5442 7.37574 57.6862 6.99794C57.8311 6.61724 57.9036 6.19394 57.9036 5.72804C57.9036 5.26774 57.8325 4.85304 57.6905 4.48374C57.5513 4.11154 57.3396 3.81754 57.0556 3.60164C56.7743 3.38284 56.4206 3.27344 55.9945 3.27344C55.5854 3.27344 55.2416 3.37714 54.9632 3.58454C54.6848 3.78914 54.4746 4.07604 54.3325 4.44534C54.1905 4.81184 54.1195 5.23934 54.1195 5.72804ZM60.861 11.4552C60.6905 11.4552 60.5385 11.441 60.405 11.4126C60.2715 11.3871 60.1791 11.3615 60.128 11.3359L60.3837 10.4496C60.628 10.5121 60.8439 10.5348 61.0314 10.5177C61.2189 10.5007 61.3851 10.4169 61.53 10.2663C61.6777 10.1186 61.8127 9.87854 61.9348 9.54624L62.1223 9.03484L59.7019 2.45524H60.7928L62.5996 7.67124H62.6678L64.4746 2.45524H65.5655L62.7871 9.95524C62.6621 10.2933 62.5073 10.5731 62.3226 10.7947C62.1379 11.0192 61.9235 11.1854 61.6791 11.2933C61.4377 11.4013 61.1649 11.4552 60.861 11.4552Z"></path></svg><svg width="26" height="1.25rem" viewBox="0 0 26 20" fill="none" xmlns="http://www.w3.org/2000/svg"><title>Scale logo</title><defs><mask id="mask0_1116_23219" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="-6" width="32" height="32"><path d="M32 -6H0V26H32V-6Z" fill="white"></path></mask></defs><g mask="url(#mask0_1116_23219)"><path d="M26 20L16 10L6 0H26V20Z" fill="white"></path><path d="M11 15L6 10H16V20L11 15Z" fill="white"></path><path d="M11 15V20L6 15H11Z" fill="white"></path></g></svg></a></div></div></div></div></div></div></div></section><section aria-labelledby="newsletter" class="border-t border-white bg-warm-grey-3 py-8"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="flex flex-col items-center justify-between space-y-4 lg:flex-row lg:space-y-0"><div class="flex flex-col items-center space-y-3 lg:min-w-[14.8125rem] lg:flex-row lg:space-x-4 lg:space-y-0"><svg class="h-10 w-[60px] lg:h-12 lg:w-[72px]" width="72" height="48" viewBox="0 0 148.19 98.11" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><rect fill="none" stroke="#ec1c24" stroke-width="6" x="77.55" y="6.91" width="63.36" height="83.69"></rect><path fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0 0 0 10" d="M44.64,60.6c-19.28,5.43-36.43,1.61-47.82-2.82"></path><g><polygon fill="#fff" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" points="53.83 48.47 57.85 73.8 88.13 59.59 128.29 23.75 53.83 48.47"></polygon><polygon fill="#fff" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" points="128.29 23.75 39.62 38.89 53.83 48.47 128.29 23.75"></polygon><polygon fill="#fff" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" points="66.81 57.74 57.85 73.8 88.13 59.59 66.81 57.74"></polygon><polygon fill="#fff" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" points="128.29 23.75 66.81 57.74 97.09 78.75 128.29 23.75"></polygon></g></svg><h2 id="newsletter" class="text-body-large font-bold text-black-coffee">Newsletters</h2></div><ul class="flex flex-wrap items-center justify-center gap-y-2 space-x-2 lg:mr-2 lg:space-x-4" role="list"><li><button class="inline-flex items-center justify-center gap-2 font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-[2.5rem] border px-3 py-2 text-cta-small uppercase border-ivory-white bg-black-coffee text-ivory-white support:hover:bg-grey-1 h-auto whitespace-normal" aria-pressed="true" aria-label="Deselect The DC Brief"><span class="[text-box:trim-both_cap_alphabetic]">The DC Brief</span><svg class="h-4 shrink-0" width="1rem" height="1rem" viewBox="0 0 12 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><title></title><g id="close" clip-path="url(#clip0_5319_307)"><path d="m10 12 -8 -8" stroke="currentColor" stroke-width="1.1999999999999997" stroke-linecap="square" stroke-linejoin="round"></path><path d="m10 4 -8 8" stroke="currentColor" stroke-width="1.1999999999999997" stroke-linecap="square" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_5319_307"><path width="12" height="16" fill="currentColor" d="M0 0h12v16H0z"></path></clipPath></defs></svg></button></li><li><button class="inline-flex items-center justify-center gap-2 font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-[2.5rem] border bg-transparent px-3 py-2 text-cta-small uppercase border-black-coffee text-black-coffee support:hover:bg-black-coffee support:hover:text-ivory-white h-auto whitespace-normal" aria-pressed="false" aria-label="Select Worth Your Time"><span class="[text-box:trim-both_cap_alphabetic]">Worth Your Time</span><svg class="h-4 shrink-0" width="1rem" height="1.5rem" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><title></title><g><path id="Line" d="M4.5 12H19.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="square" stroke-linejoin="round"></path><path id="Line Copy" d="M12 19.5V4.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="square" stroke-linejoin="round"></path></g></svg></button></li><li><button class="inline-flex items-center justify-center gap-2 font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-[2.5rem] border bg-transparent px-3 py-2 text-cta-small uppercase border-black-coffee text-black-coffee support:hover:bg-black-coffee support:hover:text-ivory-white h-auto whitespace-normal" aria-pressed="false" aria-label="Select In the Loop"><span class="[text-box:trim-both_cap_alphabetic]">In the Loop</span><svg class="h-4 shrink-0" width="1rem" height="1.5rem" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><title></title><g><path id="Line" d="M4.5 12H19.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="square" stroke-linejoin="round"></path><path id="Line Copy" d="M12 19.5V4.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="square" stroke-linejoin="round"></path></g></svg></button></li><li><button class="inline-flex items-center justify-center gap-2 font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-[2.5rem] border bg-transparent px-3 py-2 text-cta-small uppercase border-black-coffee text-black-coffee support:hover:bg-black-coffee support:hover:text-ivory-white h-auto whitespace-normal" aria-pressed="false" aria-label="Select The Brief"><span class="[text-box:trim-both_cap_alphabetic]">The Brief</span><svg class="h-4 shrink-0" width="1rem" height="1.5rem" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><title></title><g><path id="Line" d="M4.5 12H19.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="square" stroke-linejoin="round"></path><path id="Line Copy" d="M12 19.5V4.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="square" stroke-linejoin="round"></path></g></svg></button></li></ul><div class="relative w-full max-w-[20.4375rem]"><form><div class="flex items-center space-x-2"><input type="email" class="flex h-10 w-full rounded-sm border border-solid border-white bg-ivory-white p-3 font-graphik text-body-small text-grey-1 transition-colors file:border-0 file:bg-transparent placeholder:text-grey-1 focus-visible:outline-none focus-visible:ring-1 disabled:cursor-not-allowed disabled:opacity-50" placeholder="Your Email" aria-invalid="false" required="" name="email" value=""/><button class="inline-flex items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2.5 rounded-sm px-4 py-3 uppercase h-10 text-cta-small bg-black-coffee text-ivory-white disabled:bg-grey-1 support:hover:bg-brand-red" type="submit" aria-busy="false">Sign up</button></div></form><div aria-live="assertive" class="sr-only"></div></div></div></div></section><section class="relative flex-col pb-10 lg:py-10"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 border-b border-b-warm-grey-2 lg:border-b-0"><div class="relative col-span-full lg:order-2 lg:col-span-8"><figure class="-mx-6 lg:mx-0"><div class="relative flex aspect-square lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=3840&q=75 3840w"/><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1&w=3840&q=75"/></picture></div></figure></div><div class="col-span-full py-6 lg:col-span-4"><div class="space-y-4 lg:space-y-6"><h2 class="break-words font-editorial text-mobile-h2 lg:block lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7323640/25-iconic-inventions/"><span>TIME Best Inventions Hall of Fame</span></a></div></h2><div class="flex flex-row gap-2"><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/tag/best-inventions-2025">Best Inventions 2025</a><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/section/tech">Tech</a></div><div class="flex flex-col gap-4"><p class="rich-text font-graphik-compact text-caption-large">The most iconic inventions of the past 25 years</p><div><span class="font-graphik-compact text-t4">by </span><span class="font-graphik-compact text-t4">Merrill Fabry</span></div></div><a class="items-center justify-center whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2 p-0 text-cta-small uppercase support:hover:underline bg-transparent text-black-coffee support:hover:bg-transparent no-focus-on-parent relative z-10 support:hover:text-brand-red duration-300 transition-colors hidden lg:inline-flex" href="https://time.com/7323640/25-iconic-inventions/">Read More<svg class="shrink-0 text-brand-red" width="1.5rem" height="1.5rem" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><title></title><path fill-rule="evenodd" clip-rule="evenodd" d="M5.2 15.3V4.49999H18.8V15.3H5.2ZM5.2 16.5V20.1H18.8V16.5H5.2ZM4 16.3V4.29999C4 3.7477 4.44772 3.29999 5 3.29999H18.8H20V4.49999V15.3V16.5V20.1V21.3H18.8H5C4.44772 21.3 4 20.8523 4 20.3V16.3ZM16 9.29999H8V8.09999H16V9.29999ZM8 12.3H16V11.1H8V12.3Z" fill="currentColor"></path></svg></a></div></div></div></article><ul class="grid grid-cols-4 lg:grid-cols-12 my-6 gap-x-4 lg:my-10"><li class="col-span-full inline-grid size-full lg:col-span-3"><article class="group relative block space-y-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4 pt-0 lg:pt-4"><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/section/entertainment">Entertainment</a><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328396/vince-gilligan-interview-pluribus/"><span>Vince Gilligan Is Breaking Good</span></a></div></h3></article></li><li class="col-span-full inline-grid size-full lg:col-span-3"><article class="group relative block space-y-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4"><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/section/entertainment">Entertainment</a><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328171/it-welcome-to-derry-premiere-twist-ending/"><span>'IT: Welcome to Derry' Premiere, Explained</span></a></div></h3></article></li><li class="col-span-full inline-grid size-full lg:col-span-3"><article class="group relative block space-y-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4"><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/section/entertainment">Entertainment</a><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328225/springsteen-deliver-me-from-nowhere-review/"><span>Review: 'Springsteen: Deliver Me From Nowhere'</span></a></div></h3></article></li><li class="col-span-full inline-grid size-full lg:col-span-3"><article class="group relative block space-y-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4"><a class="inline-flex items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left" href="https://time.com/section/tech">Tech</a><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7323662/best-inventions-2025-how-we-picked/"><span>How We Chose the Best Inventions of 2025</span></a></div></h3></article></li></ul></div></section><div data-ad-wrapper="true" class="overflow-hidden bg-warm-grey-ads py-6 lg:py-10"><p class="mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1">Advertisement</p><div id="inline-ad-1" class="w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]" aria-label="inline advertisement ad 1" data-native="false" role="region"></div></div><section id="the_cover" aria-labelledby="time-cover-caroursel-section"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20 py-10 lg:py-16"><div class="col-span-full flex flex-wrap items-end justify-between border-b border-warm-grey-2 lg:flex-nowrap"><a class="inline-flex items-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2 p-0 uppercase support:hover:underline bg-transparent support:hover:bg-transparent order-2 mb-4 justify-start text-cta-large text-black-coffee lg:order-1 lg:w-auto" href="https://timecoverstore.com/"><span class="uppercase">get the issue</span><svg class="shrink-0 text-brand-red" width="1rem" height="1rem" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><g id="Magazine"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.9 7.4v-5.1h6.2v5.1zm0 0.9v1.2h6.2v-1.2zm-0.9 -0.15v-6a0.75 0.75 0 0 1 0.75 -0.75h7.25v9H2.75a0.75 0.75 0 0 1 -0.75 -0.75zm6 -3.75H4v-0.9h4zm-4 1.5h4v-0.9H4z" fill="currentColor"></path></g></svg></a><h2 id="time-cover-caroursel-section" class="order-1 mb-4 w-full text-center text-mobile-title-large lg:order-2 lg:mb-0 lg:w-auto lg:text-center lg:text-title-large">The Cover</h2><a class="inline-flex items-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2 p-0 uppercase support:hover:underline bg-transparent support:hover:bg-transparent order-3 mb-4 justify-end text-cta-large text-black-coffee lg:w-auto" href="https://time.com/vault/"><span class="uppercase">Access archive</span><svg class="shrink-0 text-brand-red" width="1rem" height="1rem" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><g id="Magazine"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.9 7.4v-5.1h6.2v5.1zm0 0.9v1.2h6.2v-1.2zm-0.9 -0.15v-6a0.75 0.75 0 0 1 0.75 -0.75h7.25v9H2.75a0.75 0.75 0 0 1 -0.75 -0.75zm6 -3.75H4v-0.9h4zm-4 1.5h4v-0.9H4z" fill="currentColor"></path></g></svg></a></div><div class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 pt-8 lg:pt-10"><div class="order-2 col-span-full mb-6 flex flex-col justify-between lg:order-1 lg:col-span-4 lg:mr-5"><div class="relative space-y-4 px-0 py-8 lg:border-b-0 lg:py-6 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div aria-live="polite" aria-atomic="true" class="sr-only"></div><h3 class="font-editorial text-mobile-h1 lg:block lg:text-h1"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7323662/best-inventions-2025-how-we-picked/"><div class="sr-only" aria-live="polite">How We Chose the Best Inventions of 2025</div><div class="lg:block" aria-hidden="true">How We Chose the Best Inventions of 2025</div></a></div></h3><p class="rich-text font-graphik-compact text-caption-large">The result is 300 groundbreaking inventions that are changing how we live, work, play, and think about what’s possible.</p><a class="inline-flex items-center justify-center whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2 p-0 text-cta-small uppercase support:hover:underline bg-transparent text-black-coffee support:hover:bg-transparent no-focus-on-parent relative z-10 support:hover:text-brand-red duration-300 transition-colors lg:inline-flex" href="https://time.com/7323662/best-inventions-2025-how-we-picked/">Read More<svg class="shrink-0 text-brand-red" width="1.5rem" height="1.5rem" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><title></title><path fill-rule="evenodd" clip-rule="evenodd" d="M5.2 15.3V4.49999H18.8V15.3H5.2ZM5.2 16.5V20.1H18.8V16.5H5.2ZM4 16.3V4.29999C4 3.7477 4.44772 3.29999 5 3.29999H18.8H20V4.49999V15.3V16.5V20.1V21.3H18.8H5C4.44772 21.3 4 20.8523 4 20.3V16.3ZM16 9.29999H8V8.09999H16V9.29999ZM8 12.3H16V11.1H8V12.3Z" fill="currentColor"></path></svg></a></div></div><div class="relative order-1 col-span-full -mx-6 overflow-hidden lg:order-2 lg:col-span-8 lg:-mr-20"><div class="w-full"><div class="relative w-full" role="region" aria-roledescription="carousel"><div class="overflow-hidden"><div class="flex mx-[9%] lg:mx-0"><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-0"><img alt="Best Inventions of 2025 Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FTIM251027_COVER-ROBOT_FINAL4.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FTIM251027_COVER-ROBOT_FINAL4.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FTIM251027_COVER-ROBOT_FINAL4.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-1"><img alt="Stranger Things Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FTIM251027_COVER-StrangerThings-REVISE.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FTIM251027_COVER-StrangerThings-REVISE.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FTIM251027_COVER-StrangerThings-REVISE.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-2"><img alt="Israel Eli Sharabi Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251027_Cover-Israel_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251027_Cover-Israel_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251027_Cover-Israel_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-3"><img alt="TIME 100 Next April Koh Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-Koh_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-Koh_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-Koh_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-4"><img alt="TIME 100 Next Jonathan Bailey Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-Bailey_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-Bailey_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-Bailey_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-5"><img alt="TIME 100 Next Tate McRae Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-McRae_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-McRae_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-McRae_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-6"><img alt="Bruce Springsteen The Boss Time Magazine Cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-Springsteen_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-Springsteen_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM251013_Cover-Springsteen_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-7"><img alt="Lee Jae-Myung TIME Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FINT-TIM250929_ASIA_SOPAC.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FINT-TIM250929_ASIA_SOPAC.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FINT-TIM250929_ASIA_SOPAC.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-8"><img alt="Charlie Kirk Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM250929-Kirk-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM250929-Kirk-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM250929-Kirk-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-9"><img alt="Kid of the Year Tejasvi Manoj Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM250929_Cover-KOTY_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM250929_Cover-KOTY_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM250929_Cover-KOTY_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-10"><img alt="Sudan The Forgotten Crisis Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM250929_Cover-SUDAN_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM250929_Cover-SUDAN_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FTIM250929_Cover-SUDAN_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-11"><img alt="Time 100 AI list Refik Anadol Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FTIM250908_Cover-AI_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FTIM250908_Cover-AI_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FTIM250908_Cover-AI_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-12"><img alt="Afghanistan Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FTIM250908-AFGHAN-COVER-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FTIM250908-AFGHAN-COVER-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FTIM250908-AFGHAN-COVER-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-13"><img alt="Zohran Mamdani Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FTIM250908_Cover-Mamdani_FINAL.REVISE.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FTIM250908_Cover-Mamdani_FINAL.REVISE.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FTIM250908_Cover-Mamdani_FINAL.REVISE.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-14"><img alt="The Survivor Mike Johnson Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Johnson_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Johnson_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Johnson_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-15"><img alt="The Gaza Tragedy Time cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Gaza_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Gaza_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Gaza_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-16"><img alt="Erling Haaland Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Erling_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Erling_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Erling_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-17"><img alt="Giorgia Meloni Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Meloni_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Meloni_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250818_Cover-Meloni_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-18"><img alt="The Kidnappings Ukraine Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250728_Cover-Lost_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250728_Cover-Lost_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250728_Cover-Lost_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-19"><img alt="Kai Cenat Time 100 Creators cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250728_Cover-T100Creators_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250728_Cover-T100Creators_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F07%2FTIM250728_Cover-T100Creators_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-20"><img alt="Making of the Pope Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250728-Pope-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250728-Pope-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250728-Pope-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-21"><img alt="Time 100 Companies Waymo Cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250707_Cover-Waymo_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250707_Cover-Waymo_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250707_Cover-Waymo_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-22"><img alt="Time 100 Companies Ryan Reynolds Maximum Effort Cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250707_Cover-Reynolds_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250707_Cover-Reynolds_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250707_Cover-Reynolds_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-23"><img alt="The New Middle East Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250707_Cover-IsraelIran_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250707_Cover-IsraelIran_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250707_Cover-IsraelIran_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-24"><img alt="" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250623-Oceans-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250623-Oceans-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250623-Oceans-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-25"><img alt="Are You Human? AI Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250623_Cover-AIOrb-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250623_Cover-AIOrb-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250623_Cover-AIOrb-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-26"><img alt="" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250623-Immigration-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250623-Immigration-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F06%2FTIM250623-Immigration-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-27"><img alt="Time 100 Philanthropy David Beckham cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250609-T100Beckham-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250609-T100Beckham-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250609-T100Beckham-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-28"><img alt="Audra McDonald Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250609_Cover-Audra-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250609_Cover-Audra-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250609_Cover-Audra-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-29"><img alt="Lost: The Democrats Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250609-Democrats-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250609-Democrats-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250609-Democrats-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-30"><img alt="Taylor Jenkins Reid Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250526_Cover-TaylorReid_01-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250526_Cover-TaylorReid_01-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250526_Cover-TaylorReid_01-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-31"><img alt="Time 100 Health Tedros Adhanom Ghebreyesus Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250526_Cover-Health_01-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250526_Cover-Health_01-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250526_Cover-Health_01-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-32"><img alt="Pope Leo XIV Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250526_Cover-PopeLeo_01-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250526_Cover-PopeLeo_01-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250526_Cover-PopeLeo_01-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-33"><img alt="Donald Trump Dealing With It Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250526_Cover-Trump_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250526_Cover-Trump_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250526_Cover-Trump_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-34"><img alt="The Big Promise Lilly Pill Time Magazine Cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250512-Lilly-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250512-Lilly-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250512-Lilly-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-35"><img alt="Dire Wolf Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250512-Wolf-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250512-Wolf-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250512-Wolf-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-36"><img alt="Pope Francis Time Magazine Cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250324_Cover-Pope-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250324_Cover-Pope-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250324_Cover-Pope-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-37"><img alt="" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250512-George-Floyd-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250512-George-Floyd-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F05%2FTIM250512-George-Floyd-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-38"><img alt="" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Snoop.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Snoop.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Snoop.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-39"><img alt="" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Hassabis.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Hassabis.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Hassabis.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-40"><img alt="" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Serena.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Serena.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Serena.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-41"><img alt="" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Sheeran.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Sheeran.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Sheeran.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-42"><img alt="" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Demi.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Demi.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F04%2FTIM250428-T100Cover-Demi.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-43"><img alt="The Social Media Lockup Australia Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250414-AusPM-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250414-AusPM-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250414-AusPM-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-44"><img alt="Catherine Coleman Flowers Earth Awards Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250414_Cover-Earth_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250414_Cover-Earth_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250414_Cover-Earth_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-45"><img alt="Zelensky The Endgame Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250414_Cover-Zelensky-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250414_Cover-Zelensky-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250414_Cover-Zelensky-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-46"><img alt="Lewis Hamilton Horse Power Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250324_Cover-Hamilton_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250324_Cover-Hamilton_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250324_Cover-Hamilton_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-47"><img alt="The World's Greatest Places Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250324_Cover-WGP_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250324_Cover-WGP_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F03%2FTIM250324_Cover-WGP_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-48"><img alt="Jordan Chiles Women of the Year Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-JordanChiles_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-JordanChiles_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-JordanChiles_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-49"><img alt="Andrew Forrest Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-Forrest_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-Forrest_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-Forrest_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-50"><img alt="A'Ja Wilson Women of the Year Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-AjaWilson_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-AjaWilson_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-AjaWilson_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-51"><img alt="Nicole Kidman Women of the Year Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-Kidman_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-Kidman_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250310_Cover-Kidman_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-52"><img alt="Elon Musk Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250224-Musk-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250224-Musk-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250224-Musk-Cover-FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-53"><img alt="Our Cancer Mystery Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250224_Cover-Cancer_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250224_Cover-Cancer_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250224_Cover-Cancer_FINAL.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-54"><img alt="Colman Domingo The Closers Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250224_Cover-Colman.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250224_Cover-Colman.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F02%2FTIM250224_Cover-Colman.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-55"><img alt="Trump Back in Office Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F01%2FTIM250210-Trump-DayOne-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F01%2FTIM250210-Trump-DayOne-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F01%2FTIM250210-Trump-DayOne-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-56"><img alt="Donald Trump Inauguration Time Magazine cover" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F01%2FTIM250210-Trump-Inauguration-Cover2.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F01%2FTIM250210-Trump-Inauguration-Cover2.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F01%2FTIM250210-Trump-Inauguration-Cover2.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 flex basis-[98%] justify-center px-2 hover:cursor-pointer lg:basis-[48.5%] lg:px-2" aria-hidden="true" data-testid="carousel-item-57"><img alt="" loading="lazy" width="600" height="800" decoding="async" data-nimg="1" class="aspect-[3/4] h-auto w-full border border-gray-200 object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2024%2F12%2FJimmy-Carter-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=640&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2024%2F12%2FJimmy-Carter-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2024%2F12%2FJimmy-Carter-Cover.jpg%3Fquality%3D85%26w%3D564%26h%3D752%26crop%3D1&w=1200&q=75"/></div></div></div><div class="mx-6 mt-6 flex flex-col gap-6 lg:mx-0 lg:mt-10 lg:flex-row lg:gap-0 lg:pb-2"><div class="flex flex-1 flex-row justify-between gap-0 lg:justify-center lg:gap-4"><button disabled="" data-testid="carousel-prev" aria-label="go to previous cover" class="disabled:opacity-30 focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color"><svg xmlns="http://www.w3.org/2000/svg" width="1rem" height="1rem" viewBox="0 0 24 24" fill="none" class="size-6 lg:size-8" aria-hidden="true"><title></title><path d="M15 20.5L6.5 12L15 3.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="square"></path></svg></button><hr class="mt-3 inline-block flex-1 border-t border-t-black-coffee opacity-30 lg:hidden"/><button class="disabled:cursor-default disabled:opacity-30 focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color" disabled="" data-testid="carousel-next" aria-label="go to next cover"><svg xmlns="http://www.w3.org/2000/svg" width="1rem" height="1rem" viewBox="0 0 24 24" fill="none" class="size-6 rotate-180 lg:size-8" aria-hidden="true"><title></title><path d="M15 20.5L6.5 12L15 3.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="square"></path></svg></button><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 sr-only absolute focus:not-sr-only focus:absolute focus:left-[39%] focus:z-[100] focus:px-4 focus:py-1 focus:lg:left-[31%] focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color" type="button" aria-label="Go to current active cover: How We Chose the Best Inventions of 2025">Go to cover</button></div><div class="relative flex flex-1 flex-wrap items-center justify-center gap-2 lg:mr-20 lg:justify-end"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 bg-transparent support:hover:bg-warm-grey-2 disabled:cursor-default disabled:opacity-30 text-brand-red border-brand-red" aria-label="2025 covers">2025</button><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 disabled:cursor-default disabled:opacity-30" aria-label="2024 covers">2024</button><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 disabled:cursor-default disabled:opacity-30" aria-label="2023 covers">2023</button><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 disabled:cursor-default disabled:opacity-30" aria-label="2022 covers">2022</button></div></div></div></div></div></div></div></section><section id="people" aria-labelledby="section-people" class="bg-warm-grey-3 py-10 text-black-coffee lg:py-16"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="mb-8 border-b border-warm-grey-2 lg:mb-10"><h2 class="pb-4 text-center text-mobile-title-large lg:pb-0 lg:text-left lg:text-title-large" id="section-people">People</h2></div></div><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 space-y-6 lg:space-y-0"><li class="col-span-full lg:col-span-3"><article class="relative space-y-2 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure><div class="relative flex aspect-4/5 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 object-cover size-full" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small min-h-4"><span class="mt-1 italic text-grey-1"> Chris Gurney for TIME</span></figcaption></figure><h3 class="font-editorial text-mobile-h2 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328290/lindsey-vonn-olympics-comeback-interview/">Lindsey Vonn</a></div></h3></article></li><li class="col-span-full lg:col-span-3"><article class="relative space-y-2 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure><div class="relative flex aspect-4/5 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="Tate McRae" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 object-cover size-full" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small min-h-4"><span class="mt-1 italic text-grey-1"> Photograph by Tyrell Hampton for TIME</span></figcaption></figure><h3 class="font-editorial text-mobile-h2 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/collection_hub_item/tate-mcrae/">Tate McRae</a></div></h3></article></li><li class="col-span-full lg:col-span-3"><article class="relative space-y-2 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure><div class="relative flex aspect-4/5 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 object-cover size-full" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small min-h-4"><span class="mt-1 italic text-grey-1"> Photograph by Andreas Laszlo Konrath for TIME</span></figcaption></figure><h3 class="font-editorial text-mobile-h2 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7319963/bruce-springsteen-songs-albums-deliver-me-from-nowhere/">Bruce Springsteen</a></div></h3></article></li><li class="col-span-full lg:col-span-3"><article class="relative space-y-2 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure><div class="relative flex aspect-4/5 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="Tejasvi Manoj" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 object-cover size-full" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small min-h-4"><span class="mt-1 italic text-grey-1"> Zerb Mellish for TIME</span></figcaption></figure><h3 class="font-editorial text-mobile-h2 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7315024/kid-of-the-year-2025/">Tejasvi Manoj</a></div></h3></article></li></ul></div></section><section id="voices" aria-labelledby="section-voices" class="bg-warm-grey-3 py-10 text-black-coffee lg:py-16"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="mb-8 flex flex-col items-center justify-between border-b border-warm-grey-2 lg:mb-10 lg:flex-row lg:items-end"><h2 class="text-center text-mobile-title-large lg:text-left lg:text-title-large" id="section-voices">Voices</h2><a class="inline-flex items-center justify-center whitespace-nowrap font-graphik focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2 p-0 text-cta-small uppercase support:hover:underline bg-transparent text-black-coffee support:hover:bg-transparent no-focus-on-parent relative z-10 support:hover:text-brand-red duration-300 transition-colors my-4 lg:mt-0" href="https://time.com/section/ideas">Read More<svg class="shrink-0 text-brand-red" width="1.5rem" height="1.5rem" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><title></title><path fill-rule="evenodd" clip-rule="evenodd" d="M5.2 15.3V4.49999H18.8V15.3H5.2ZM5.2 16.5V20.1H18.8V16.5H5.2ZM4 16.3V4.29999C4 3.7477 4.44772 3.29999 5 3.29999H18.8H20V4.49999V15.3V16.5V20.1V21.3H18.8H5C4.44772 21.3 4 20.8523 4 20.3V16.3ZM16 9.29999H8V8.09999H16V9.29999ZM8 12.3H16V11.1H8V12.3Z" fill="currentColor"></path></svg></a></div></div><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 space-y-6 lg:space-y-0"><li class="col-span-full lg:col-span-3" data-testid="voices-list-item"><article class="relative flex flex-col justify-between space-y-10 bg-ivory-white p-6 text-black-coffee lg:h-full lg:min-h-[22.75rem] lg:space-y-8 lg:p-8 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><h3 class="font-editorial text-mobile-h3 lg:text-h3"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328235/gaza-humanitarian-aid-ceasefire/"><span>Why Aid Is Crucial to the Gaza Cease-fire</span></a></div></h3><ul class="space-y-2"><li class="flex items-end font-editorial text-mobile-h5 text-grey-1 lg:text-h5"><span class="mr-2 font-graphik-compact text-caption-large italic">By</span><span class="">Anna Halford</span></li></ul></article></li><li class="col-span-full lg:col-span-3" data-testid="voices-list-item"><article class="relative flex flex-col justify-between space-y-10 bg-ivory-white p-6 text-black-coffee lg:h-full lg:min-h-[22.75rem] lg:space-y-8 lg:p-8 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><h3 class="font-editorial text-mobile-h3 lg:text-h3"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328489/trumps-potential-war-venezuela/"><span>Trump’s Domestic Pressures for a Potential War in Venezuela</span></a></div></h3><ul class="space-y-2"><li class="flex items-end font-editorial text-mobile-h5 text-grey-1 lg:text-h5"><span class="mr-2 font-graphik-compact text-caption-large italic">By</span><span class="">Javier Corrales</span></li></ul></article></li><li class="col-span-full lg:col-span-3" data-testid="voices-list-item"><article class="relative flex flex-col justify-between space-y-10 bg-ivory-white p-6 text-black-coffee lg:h-full lg:min-h-[22.75rem] lg:space-y-8 lg:p-8 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><h3 class="font-editorial text-mobile-h3 lg:text-h3"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7327662/polio-vaccine-women-health/"><span>Women Hold the Key to Ending Polio</span></a></div></h3><ul class="space-y-2"><li class="flex items-end font-editorial text-mobile-h5 text-grey-1 lg:text-h5"><span class="mr-2 font-graphik-compact text-caption-large italic">By</span><span class="">Dr. Tunji Funsho</span></li></ul></article></li><li class="col-span-full lg:col-span-3" data-testid="voices-list-item"><article class="relative flex flex-col justify-between space-y-10 bg-ivory-white p-6 text-black-coffee lg:h-full lg:min-h-[22.75rem] lg:space-y-8 lg:p-8 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><h3 class="font-editorial text-mobile-h3 lg:text-h3"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7326983/somalia-mogadishu-elections-instability/"><span>Why Somalia Is at a Crossroads</span></a></div></h3><ul class="space-y-2"><li class="flex items-end font-editorial text-mobile-h5 text-grey-1 lg:text-h5"><span class="mr-2 font-graphik-compact text-caption-large italic">By</span><span class="">Omar S Mahmood</span></li></ul></article></li></ul></div></section><div class="relative flex aspect-4/5 w-full lg:aspect-auto lg:h-[35.3125rem]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=3840&q=75 3840w"/><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1&w=3840&q=75"/></picture><div class="absolute bottom-0 w-full lg:bottom-10"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 -mx-6 lg:mx-auto"><div class="col-span-full lg:col-span-6 lg:col-start-4"><div class="flex flex-col items-start bg-white/85 p-6 text-center text-black-coffee backdrop-blur-lg lg:items-center lg:p-10"><h2 class="mb-5 text-start font-editorial text-mobile-h3 lg:mb-6 lg:text-center lg:text-h3">The Best Inventions of 2025</h2><p class="mb-5 text-start font-graphik-compact text-caption-large lg:mb-6 lg:text-center">Here are the 300 best inventions making the world better, smarter, and more fun.</p><a class="inline-flex items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-2 p-0 text-cta-small uppercase support:hover:underline bg-transparent text-black-coffee support:hover:bg-transparent" href="https://time.com/collections/best-inventions-2025/">Read More<svg class="text-brand-red" width="1.5rem" height="1.5rem" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><path fill-rule="evenodd" clip-rule="evenodd" d="M5.2 15.3V4.49999H18.8V15.3H5.2ZM5.2 16.5V20.1H18.8V16.5H5.2ZM4 16.3V4.29999C4 3.7477 4.44772 3.29999 5 3.29999H18.8H20V4.49999V15.3V16.5V20.1V21.3H18.8H5C4.44772 21.3 4 20.8523 4 20.3V16.3ZM16 9.29999H8V8.09999H16V9.29999ZM8 12.3H16V11.1H8V12.3Z" fill="currentColor"></path></svg></a></div></div></div></div></div></div><div data-ad-wrapper="true" class="overflow-hidden bg-warm-grey-ads py-6 lg:py-10"><p class="mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1">Advertisement</p><div id="inline-ad-2" class="w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]" aria-label="inline advertisement ad 2" data-native="false" role="region"></div></div><section id="id-ai-0" class="pt-10 text-black-coffee lg:pt-16" aria-labelledby="ai"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="flex flex-col items-center justify-between border-b border-warm-grey-2 lg:flex-row lg:items-end"><h2 class="mb-4 font-graphik-compact text-mobile-title-large lg:mb-0 lg:text-title-large" id="ai">AI</h2><ul class="flex flex-wrap gap-x-4 gap-y-2 pb-4" role="list"></ul></div></div><div class="container mx-auto max-w-[90rem] px-6 lg:px-20 hidden lg:block"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 lg:py-10"><li class="3 my-auto size-full order-2 col-span-6"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex aspect-4/5 lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w"/><img alt="Illustration Microsoft OpenAI" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> CFOTO/Future Publishing via Gett—CFOTO</span></figcaption></figure><div class="space-y-4 text-center"><h3 class="font-editorial text-mobile-h3 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7329062/openai-microsoft-investment-restructure/"><span>OpenAI Completes Reorganization</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Chantelle Lee</p></div></article></li><li class="3 my-auto size-full order-1 col-span-3 mt-12"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w"/><img alt="Senate Judiciary Committee Holds Hearing Artificial Intelligence And The Future Of Journalism" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Kent Nishimura—Getty Images</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328967/ai-josh-hawley-richard-blumenthal-minors-chatbots/"><span>A New Bill Would Prohibit Minors from Using AI Chatbots</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Tharin Pillay</p></div></article></li><li class="3 my-auto size-full order-3 col-span-3 mt-12"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=3840&q=75 3840w"/><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Courtesy: Andon Labs</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328860/ai-robots-claude-therapy/"><span>Is AI Really Ready For Robots?</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Billy Perrigo</p></div></article></li></ul></div><div class="relative mx-auto w-full pb-10 pt-8 block lg:hidden" role="region" aria-roledescription="carousel"><div class="overflow-hidden"><div class="flex ml-0"><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-inactive"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-0 [&_p]:opacity-0 -mt-2"><figure class="mb-4"><div class="relative flex aspect-4/5 lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w"/><img alt="Illustration Microsoft OpenAI" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> CFOTO/Future Publishing via Gett—CFOTO</span></figcaption></figure><div class="space-y-4 text-center"><h3 class="font-editorial text-mobile-h3 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7329062/openai-microsoft-investment-restructure/"><span>OpenAI Completes Reorganization</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Chantelle Lee</p></div></article></div></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-active"><article class="relative text-black-coffee p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-1 [&_p]:opacity-1 mt-0 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=3840&q=75 3840w"/><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Frobot_edited.png%3Fw%3D1200%26h%3D928%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Courtesy: Andon Labs</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328860/ai-robots-claude-therapy/"><span>Is AI Really Ready For Robots?</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Billy Perrigo</p></div></article></div></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-inactive"><article class="relative text-black-coffee p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-0 [&_p]:opacity-0 -mt-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w"/><img alt="Senate Judiciary Committee Holds Hearing Artificial Intelligence And The Future Of Journalism" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-1915739103.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Kent Nishimura—Getty Images</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328967/ai-josh-hawley-richard-blumenthal-minors-chatbots/"><span>A New Bill Would Prohibit Minors from Using AI Chatbots</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Tharin Pillay</p></div></article></div></div></div></div></div><div class="bg-warm-grey-3 py-8 lg:py-10"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 gap-y-4 space-y-4 lg:space-y-0"><li class="col-span-full lg:hidden"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/tech"><span>Tech</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328846/elon-musk-grokipedia-wikipedia-differences-grok-xai-ai-ideological-bias/"><span>How Grokipedia Describes Elon Musk</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Miranda Jeyaretnam</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/tech"><span>Tech</span></a></div></div></article></li><li class="col-span-full lg:hidden"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=256&q=75 2x"/><img alt="Open AI CEO Speaks At Annual Snowflake Summit In San Francisco" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/tech"><span>Tech</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328674/openai-chatgpt-sam-altman-elon-musk-timeline/"><span>A Timeline of OpenAI's For-Profit Shift</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Nikita Ostrovsky</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/tech"><span>Tech</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fgrokipedia.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/tech"><span>Tech</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328846/elon-musk-grokipedia-wikipedia-differences-grok-xai-ai-ideological-bias/"><span>How Grokipedia Describes Elon Musk</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Miranda Jeyaretnam</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/tech"><span>Tech</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=256&q=75 2x"/><img alt="Open AI CEO Speaks At Annual Snowflake Summit In San Francisco" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2218344211.jpg%3Fquality%3D85%26w%3D1024%26h%3D693%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/tech"><span>Tech</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328674/openai-chatgpt-sam-altman-elon-musk-timeline/"><span>A Timeline of OpenAI's For-Profit Shift</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Nikita Ostrovsky</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/tech"><span>Tech</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FRAINE-Adam-Raine-2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FRAINE-Adam-Raine-2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FRAINE-Adam-Raine-2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FRAINE-Adam-Raine-2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FRAINE-Adam-Raine-2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FRAINE-Adam-Raine-2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F08%2FRAINE-Adam-Raine-2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/tech"><span>Tech</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7327946/chatgpt-openai-suicide-adam-raine-lawsuit/"><span>OpenAI Removed Safeguards Before Teen's Suicide: Lawsuit</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Nikita Ostrovsky</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/tech"><span>Tech</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FReputation.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FReputation.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FReputation.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FReputation.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="A young man on his phone with a red and black vortex details around him." loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FReputation.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FReputation.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FReputation.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/ideas"><span>Ideas</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7327697/ancient-principle-help-spot-ai-fakes/"><span>The Ancient Principle That Can Help Us Spot AI Fakes</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Nadav Ziv and Sam Wineburg</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/ideas"><span>Ideas</span></a></div></div></article></li></ul><div class="mt-6 text-center lg:hidden"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color h-8 rounded-[2.5rem] border bg-transparent px-3 py-2 text-cta-small uppercase border-black-coffee text-black-coffee support:hover:bg-black-coffee support:hover:text-ivory-white">More AI Stories<!-- --> <svg width="1rem" height="1rem" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><g id="Chevron"><path id="Line Copy" d="M14.1666 4L8.49998 9.66667L2.83331 4" stroke="currentColor" stroke-width="1.2" stroke-linecap="square"></path></g></svg></button></div></div></div></section><div data-ad-wrapper="true" class="overflow-hidden bg-warm-grey-ads py-6 lg:py-10"><p class="mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1">Advertisement</p><div id="inline-ad-3" class="w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]" aria-label="inline advertisement ad 3" data-native="false" role="region"></div></div><section id="id-health-1" class="pt-10 text-black-coffee lg:pt-16" aria-labelledby="health"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="flex flex-col items-center justify-between border-b border-warm-grey-2 lg:flex-row lg:items-end"><h2 class="mb-4 font-graphik-compact text-mobile-title-large lg:mb-0 lg:text-title-large" id="health">Health</h2><ul class="flex flex-wrap gap-x-4 gap-y-2 pb-4" role="list"></ul></div></div><div class="container mx-auto max-w-[90rem] px-6 lg:px-20 hidden lg:block"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 lg:py-10"><li class="3 my-auto size-full order-2 col-span-6"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex aspect-4/5 lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Photo-Illustration by Chloe Dowling for TIME (Source Images: Juj Winn—Getty Images (2), Emilija Manevska—Getty Images, Jenny Dettrick—Getty Images, the_burtons/Getty Images, SchulteProductions/Getty Images, darios44/Getty Images, domnicky/Getty Images, Perfectfood/Getty Images, chengyuzheng/Getty Images)</span></figcaption></figure><div class="space-y-4 text-center"><h3 class="font-editorial text-mobile-h3 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7325019/halloween-candy-dentist-dietitian/"><span>Halloween Treats Dentists and RDs Love</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Angela Haupt</p></div></article></li><li class="3 my-auto size-full order-1 col-span-3 mt-12"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=3840&q=75 3840w"/><img alt="Trump Administration To Reportedly Link Tylenol Use During Pregnancy To Autism" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Getty Images—2025 Getty Images</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328910/tylenol-autism-lawsuit-texas/"><span>Texas Sues Tylenol Makers Over Claims of Links to Autism</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Solcyré Burga</p></div></article></li><li class="3 my-auto size-full order-3 col-span-3 mt-12"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="running-jumping-sports-shoes-fitness-health-success-betterment-motto-stock" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Molly Cranna for TIME </span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328868/women-heart-health-exercise/"><span>Exercise Protects Women’s Hearts More</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Alice Park</p></div></article></li></ul></div><div class="relative mx-auto w-full pb-10 pt-8 block lg:hidden" role="region" aria-roledescription="carousel"><div class="overflow-hidden"><div class="flex ml-0"><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-inactive"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-0 [&_p]:opacity-0 -mt-2"><figure class="mb-4"><div class="relative flex aspect-4/5 lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Photo-Illustration by Chloe Dowling for TIME (Source Images: Juj Winn—Getty Images (2), Emilija Manevska—Getty Images, Jenny Dettrick—Getty Images, the_burtons/Getty Images, SchulteProductions/Getty Images, darios44/Getty Images, domnicky/Getty Images, Perfectfood/Getty Images, chengyuzheng/Getty Images)</span></figcaption></figure><div class="space-y-4 text-center"><h3 class="font-editorial text-mobile-h3 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7325019/halloween-candy-dentist-dietitian/"><span>Halloween Treats Dentists and RDs Love</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Angela Haupt</p></div></article></div></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-active"><article class="relative text-black-coffee p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-1 [&_p]:opacity-1 mt-0 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26crop%3D488px%252C0px%252C1668px%252C1667px%26resize%3D600%252C600%26strip&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="running-jumping-sports-shoes-fitness-health-success-betterment-motto-stock" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2016%2F01%2Frunning-jumping-sports-shoes-fitness-health-success-betterment.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Molly Cranna for TIME </span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328868/women-heart-health-exercise/"><span>Exercise Protects Women’s Hearts More</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Alice Park</p></div></article></div></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-inactive"><article class="relative text-black-coffee p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-0 [&_p]:opacity-0 -mt-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=3840&q=75 3840w"/><img alt="Trump Administration To Reportedly Link Tylenol Use During Pregnancy To Autism" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2236788563.jpg%3Fquality%3D85%26w%3D1024%26h%3D707%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Getty Images—2025 Getty Images</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328910/tylenol-autism-lawsuit-texas/"><span>Texas Sues Tylenol Makers Over Claims of Links to Autism</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Solcyré Burga</p></div></article></div></div></div></div></div><div class="bg-warm-grey-3 py-8 lg:py-10"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 gap-y-4 space-y-4 lg:space-y-0"><li class="col-span-full lg:hidden"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=256&q=75 2x"/><img alt="Urine biomarkers" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/health"><span>Health</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328589/pee-color-health-insights-urine/"><span>What Your Pee Says About Your Health</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Veronique Greenwood</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/health"><span>Health</span></a></div></div></article></li><li class="col-span-full lg:hidden"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/health"><span>Health</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7326119/horror-movies-anxiety-scaring-myself/"><span>Horror Movies Can Make You Feel Less Anxious</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Delaney Rebernik</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/health"><span>Health</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=256&q=75 2x"/><img alt="Urine biomarkers" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2210251932_6fce7c.jpg%3Fquality%3D85%26w%3D1200%26h%3D1414%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/health"><span>Health</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328589/pee-color-health-insights-urine/"><span>What Your Pee Says About Your Health</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Veronique Greenwood</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/health"><span>Health</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FHorror-Movies-Good-for-Your-Health.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/health"><span>Health</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7326119/horror-movies-anxiety-scaring-myself/"><span>Horror Movies Can Make You Feel Less Anxious</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Delaney Rebernik</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/health"><span>Health</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FEnterobius-vermicularis-pinworm.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FEnterobius-vermicularis-pinworm.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FEnterobius-vermicularis-pinworm.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FEnterobius-vermicularis-pinworm.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="Enterobius vermicularis (EV) eggs. parasite in stool, image under light microscopy 100X objective." loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FEnterobius-vermicularis-pinworm.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FEnterobius-vermicularis-pinworm.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FEnterobius-vermicularis-pinworm.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/health"><span>Health</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7327906/ancient-poop-dna-history/"><span>The Tales Told By DNA in Ancient Poop</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Veronique Greenwood</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/health"><span>Health</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FWhat-Menopause-Does-to-the-Brain.png%3Fw%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FWhat-Menopause-Does-to-the-Brain.png%3Fw%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FWhat-Menopause-Does-to-the-Brain.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FWhat-Menopause-Does-to-the-Brain.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FWhat-Menopause-Does-to-the-Brain.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FWhat-Menopause-Does-to-the-Brain.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FWhat-Menopause-Does-to-the-Brain.png%3Fw%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/health"><span>Health</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/collections/time-for-you-menopause/7328125/menopause-brain-health"><span>What Menopause Does to the Brain</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Lauryn Higgins</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/health"><span>Health</span></a></div></div></article></li></ul><div class="mt-6 text-center lg:hidden"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color h-8 rounded-[2.5rem] border bg-transparent px-3 py-2 text-cta-small uppercase border-black-coffee text-black-coffee support:hover:bg-black-coffee support:hover:text-ivory-white">More Health Stories<!-- --> <svg width="1rem" height="1rem" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><g id="Chevron"><path id="Line Copy" d="M14.1666 4L8.49998 9.66667L2.83331 4" stroke="currentColor" stroke-width="1.2" stroke-linecap="square"></path></g></svg></button></div></div></div></section><div data-ad-wrapper="true" class="overflow-hidden bg-warm-grey-ads py-6 lg:py-10"><p class="mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1">Advertisement</p><div id="inline-ad-4" class="w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]" aria-label="inline advertisement ad 4" data-native="false" role="region"></div></div><section id="id-climate-2" class="pt-10 text-black-coffee lg:pt-16" aria-labelledby="climate"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="flex flex-col items-center justify-between border-b border-warm-grey-2 lg:flex-row lg:items-end"><h2 class="mb-4 font-graphik-compact text-mobile-title-large lg:mb-0 lg:text-title-large" id="climate">Climate</h2><ul class="flex flex-wrap gap-x-4 gap-y-2 pb-4" role="list"></ul></div></div><div class="container mx-auto max-w-[90rem] px-6 lg:px-20 hidden lg:block"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 lg:py-10"><li class="3 my-auto size-full order-2 col-span-6"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex aspect-4/5 lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=3840&q=75 3840w"/><img alt="Hazy Sunrise in New York City" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Photo by Gary Hershorn/Getty Images</span></figcaption></figure><div class="space-y-4 text-center"><h3 class="font-editorial text-mobile-h3 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7329105/lancet-health-climate-impacts-2025/"><span>Climate Inaction is Leading to Millions of Deaths Each Year</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Simmone Shah</p></div></article></li><li class="3 my-auto size-full order-1 col-span-3 mt-12"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=3840&q=75 3840w"/><img alt="Home energy costs are on the rise. As the government shutdown continues, it could get harder for low-income families to afford their heating bills." loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Getty Images—catnap72</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7329055/energy-heating-costs-government-shutdown/"><span>Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Simmone Shah</p></div></article></li><li class="3 my-auto size-full order-3 col-span-3 mt-12"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75 3840w"/><img alt="Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Photo by NOAA via Getty Images</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328895/hurricane-melissa-category-5-atlantic-explained/"><span>Why Are We Seeing More Category 5 Storms?</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Simmone Shah</p></div></article></li></ul></div><div class="relative mx-auto w-full pb-10 pt-8 block lg:hidden" role="region" aria-roledescription="carousel"><div class="overflow-hidden"><div class="flex ml-0"><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-inactive"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-0 [&_p]:opacity-0 -mt-2"><figure class="mb-4"><div class="relative flex aspect-4/5 lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=3840&q=75 3840w"/><img alt="Hazy Sunrise in New York City" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Photo by Gary Hershorn/Getty Images</span></figcaption></figure><div class="space-y-4 text-center"><h3 class="font-editorial text-mobile-h3 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7329105/lancet-health-climate-impacts-2025/"><span>Climate Inaction is Leading to Millions of Deaths Each Year</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Simmone Shah</p></div></article></div></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-active"><article class="relative text-black-coffee p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-1 [&_p]:opacity-1 mt-0 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75 3840w"/><img alt="Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fcat-five.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Photo by NOAA via Getty Images</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328895/hurricane-melissa-category-5-atlantic-explained/"><span>Why Are We Seeing More Category 5 Storms?</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Simmone Shah</p></div></article></div></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-inactive"><article class="relative text-black-coffee p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-0 [&_p]:opacity-0 -mt-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=3840&q=75 3840w"/><img alt="Home energy costs are on the rise. As the government shutdown continues, it could get harder for low-income families to afford their heating bills." loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhome-energy-heating-bills-LIHEAP-government-shutdown.jpg%3Fquality%3D85%26w%3D1200%26h%3D1416%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Getty Images—catnap72</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7329055/energy-heating-costs-government-shutdown/"><span>Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Simmone Shah</p></div></article></div></div></div></div></div><div class="bg-warm-grey-3 py-8 lg:py-10"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 gap-y-4 space-y-4 lg:space-y-0"><li class="col-span-full lg:hidden"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=256&q=75 2x"/><img alt="Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/climate"><span>Climate</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328629/hurricane-melissa-path-landfall-jamaica/"><span>Hurricane Melissa Strikes Jamaica With Catastrophic Strength</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Solcyré Burga and Chantelle Lee</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/climate"><span>Climate</span></a></div></div></article></li><li class="col-span-full lg:hidden"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="Jamaica Extreme Weather Hurricane Melissa" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/climate"><span>Climate</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328483/hurricane-melissa-jamaica-haiti/"><span>Hurricane Melissa to Make 'Catastrophic' Landfall in Jamaica</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Rebecca Schneid</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/climate"><span>Climate</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=256&q=75 2x"/><img alt="Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/climate"><span>Climate</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328629/hurricane-melissa-path-landfall-jamaica/"><span>Hurricane Melissa Strikes Jamaica With Catastrophic Strength</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Solcyré Burga and Chantelle Lee</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/climate"><span>Climate</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="Jamaica Extreme Weather Hurricane Melissa" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FAP25299070099588.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/climate"><span>Climate</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328483/hurricane-melissa-jamaica-haiti/"><span>Hurricane Melissa to Make 'Catastrophic' Landfall in Jamaica</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Rebecca Schneid</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/climate"><span>Climate</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fchinese-EVs-for-export.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fchinese-EVs-for-export.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fchinese-EVs-for-export.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fchinese-EVs-for-export.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=256&q=75 2x"/><img alt="Electric cars stacked for export" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fchinese-EVs-for-export.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fchinese-EVs-for-export.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fchinese-EVs-for-export.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/climate"><span>Climate</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328258/american-chinese-electric-vehicles-cost/"><span>Americans Aren't Sold on Cheap Chinese EVs—Yet</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Justin Worland</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/climate"><span>Climate</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fla-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fla-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fla-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fla-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=256&q=75 2x"/><img alt="TOPSHOT-US-FIRE-CALIFORNIA" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fla-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fla-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fla-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/climate"><span>Climate</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7327517/saving-noaa-billion-dollar-climate-disaster-data/"><span>Trump Axed NOAA's Climate Disaster Data. This Group Saved It</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Jeffrey Kluger</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/climate"><span>Climate</span></a></div></div></article></li></ul><div class="mt-6 text-center lg:hidden"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color h-8 rounded-[2.5rem] border bg-transparent px-3 py-2 text-cta-small uppercase border-black-coffee text-black-coffee support:hover:bg-black-coffee support:hover:text-ivory-white">More Climate Stories<!-- --> <svg width="1rem" height="1rem" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><g id="Chevron"><path id="Line Copy" d="M14.1666 4L8.49998 9.66667L2.83331 4" stroke="currentColor" stroke-width="1.2" stroke-linecap="square"></path></g></svg></button></div></div></div></section><div data-ad-wrapper="true" class="overflow-hidden bg-warm-grey-ads py-6 lg:py-10"><p class="mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1">Advertisement</p><div id="inline-ad-5" class="w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]" aria-label="inline advertisement ad 5" data-native="false" role="region"></div></div><section id="id-entertainment-3" class="pt-10 text-black-coffee lg:pt-16" aria-labelledby="entertainment"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="flex flex-col items-center justify-between border-b border-warm-grey-2 lg:flex-row lg:items-end"><h2 class="mb-4 font-graphik-compact text-mobile-title-large lg:mb-0 lg:text-title-large" id="entertainment">Entertainment</h2><ul class="flex flex-wrap gap-x-4 gap-y-2 pb-4" role="list"></ul></div></div><div class="container mx-auto max-w-[90rem] px-6 lg:px-20 hidden lg:block"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 lg:py-10"><li class="3 my-auto size-full order-2 col-span-6"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex aspect-4/5 lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="The Legend. (L to R) Clara Dessau as Sara/Tea and Nicolas Bro as Folke in The Legend. Cr. Courtesy of Netflix © 2024" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Courtesy of Netflix</span></figcaption></figure><div class="space-y-4 text-center"><h3 class="font-editorial text-mobile-h3 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328728/the-asset-ending-netflix/"><span>Breaking Down the Unsettling Ending of The Asset</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Isabella Wandermurem</p></div></article></li><li class="3 my-auto size-full order-1 col-span-3 mt-12"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="A HOUSE OF DYNAMITE" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Courtesy of Netflix</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328626/a-house-of-dynamite-realistic-experts-nuclear-threat/"><span>How Realistic Is 'A House of Dynamite'?</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Jake Kring-Schreifels</p></div></article></li><li class="3 my-auto size-full order-3 col-span-3 mt-12"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=3840&q=75 3840w"/><img alt="Vince Gilligan at The Mulberry Bar in NYC, on Oct. 8." loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Amy Lombard for TIME</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328396/vince-gilligan-interview-pluribus/"><span>Vince Gilligan Is Breaking Good</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Judy Berman</p></div></article></li></ul></div><div class="relative mx-auto w-full pb-10 pt-8 block lg:hidden" role="region" aria-roledescription="carousel"><div class="overflow-hidden"><div class="flex ml-0"><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-inactive"><article class="relative text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-0 [&_p]:opacity-0 -mt-2"><figure class="mb-4"><div class="relative flex aspect-4/5 lg:aspect-3/2 size-full"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="The Legend. (L to R) Clara Dessau as Sara/Tea and Nicolas Bro as Folke in The Legend. Cr. Courtesy of Netflix © 2024" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Courtesy of Netflix</span></figcaption></figure><div class="space-y-4 text-center"><h3 class="font-editorial text-mobile-h3 lg:text-h2"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328728/the-asset-ending-netflix/"><span>Breaking Down the Unsettling Ending of The Asset</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Isabella Wandermurem</p></div></article></div></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-active"><article class="relative text-black-coffee p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-1 [&_p]:opacity-1 mt-0 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=3840&q=75 3840w"/><img alt="Vince Gilligan at The Mulberry Bar in NYC, on Oct. 8." loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FVince-Gilligan.jpg%3Fquality%3D85%26crop%3D759px%252C0px%252C1280px%252C1601px%26resize%3D1200%252C1500%26strip&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Amy Lombard for TIME</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328396/vince-gilligan-interview-pluribus/"><span>Vince Gilligan Is Breaking Good</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Judy Berman</p></div></article></div></div><div role="group" aria-roledescription="slide" class="min-w-0 shrink-0 grow-0 basis-[68.6%] pl-0 text-center"><div style="transform:scale(1) translateZ(0);opacity:1;will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;transition:transform 0.1s ease-out, opacity 0.1s ease-out" data-testid="card-inactive"><article class="relative text-black-coffee p-0 transition-[opacity,margin-top] duration-500 ease-in-out [&_h3]:opacity-0 [&_p]:opacity-0 -mt-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><figure class="mb-4"><div class="relative flex size-full aspect-4/5 lg:aspect-square"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=3840&q=75 3840w"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w"/><img alt="A HOUSE OF DYNAMITE" loading="lazy" decoding="async" data-nimg="fill" class="absolute inset-0 h-full w-full object-cover" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="100vw" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=320&q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=480&q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=640&q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=750&q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=828&q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1080&q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1200&q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1440&q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=1920&q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=2400&q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75 3840w" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2FUBO_20240910_14741_R2.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=3840&q=75"/></picture></div><figcaption class="rich-text mt-1 font-graphik-compact text-caption-small"><span class="mt-1 italic text-grey-1"> Courtesy of Netflix</span></figcaption></figure><div class="space-y-4"><h3 class="font-editorial text-mobile-h4 lg:text-h4"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328626/a-house-of-dynamite-realistic-experts-nuclear-threat/"><span>How Realistic Is 'A House of Dynamite'?</span></a></div></h3><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Jake Kring-Schreifels</p></div></article></div></div></div></div></div><div class="bg-warm-grey-3 py-8 lg:py-10"><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><ul class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 gap-y-4 space-y-4 lg:space-y-0"><li class="col-span-full lg:hidden"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26crop%3D165px%252C0px%252C1080px%252C1080px%26resize%3D600%252C600%26strip&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26crop%3D165px%252C0px%252C1080px%252C1080px%26resize%3D600%252C600%26strip&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=256&q=75 2x"/><img alt="IT: Welcome to Derry" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328171/it-welcome-to-derry-premiere-twist-ending/"><span>'IT: Welcome to Derry' Premiere, Explained</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Megan McCluskey</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div></div></article></li><li class="col-span-full lg:hidden"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328186/blue-moon-review/"><span>Ethan Hawke Is Sensational in Blue Moon</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Stephanie Zacharek</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26crop%3D165px%252C0px%252C1080px%252C1080px%26resize%3D600%252C600%26strip&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26crop%3D165px%252C0px%252C1080px%252C1080px%26resize%3D600%252C600%26strip&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=256&q=75 2x"/><img alt="IT: Welcome to Derry" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FIT-Welcome-To-Derry-Premiere.jpeg%3Fquality%3D85%26w%3D1200%26h%3D1080%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328171/it-welcome-to-derry-premiere-twist-ending/"><span>'IT: Welcome to Derry' Premiere, Explained</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Megan McCluskey</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x"/><img alt="" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fhart.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328186/blue-moon-review/"><span>Ethan Hawke Is Sensational in Blue Moon</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Stephanie Zacharek</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FInvasion_Photo_031002.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FInvasion_Photo_031002.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FInvasion_Photo_031002.jpg%3Fquality%3D85%26w%3D1200%26h%3D998%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FInvasion_Photo_031002.jpg%3Fquality%3D85%26w%3D1200%26h%3D998%26crop%3D1&w=256&q=75 2x"/><img alt="" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FInvasion_Photo_031002.jpg%3Fquality%3D85%26w%3D1200%26h%3D998%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FInvasion_Photo_031002.jpg%3Fquality%3D85%26w%3D1200%26h%3D998%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FInvasion_Photo_031002.jpg%3Fquality%3D85%26w%3D1200%26h%3D998%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328144/invasion-season-3-ending/"><span>Breaking Down the Shattering Ending of Invasion Season 3</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->JP Mangalindan</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div></div></article></li><li class="hidden lg:col-span-6 lg:block xl:col-span-3"><article class="group relative flex gap-x-4 text-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [&:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color"><div class="aspect-4/5 h-[150px] lg:aspect-square lg:h-[120px]"><picture><source media="(min-width: 1025px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDFN-TP-0004.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDFN-TP-0004.jpg%3Fquality%3D85%26w%3D600%26h%3D600%26crop%3D1&w=256&q=75 2x"/><source media="(max-width: 1024px)" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDFN-TP-0004.jpg%3Fquality%3D85%26w%3D1200%26h%3D1004%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDFN-TP-0004.jpg%3Fquality%3D85%26w%3D1200%26h%3D1004%26crop%3D1&w=256&q=75 2x"/><img alt="SPRINGSTEEN: DELIVER ME FROM NOWHERE" loading="lazy" width="120" height="120" decoding="async" data-nimg="1" class="w-full h-full object-cover" style="color:transparent" srcSet="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDFN-TP-0004.jpg%3Fquality%3D85%26w%3D1200%26h%3D1004%26crop%3D1&w=128&q=75 1x, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDFN-TP-0004.jpg%3Fquality%3D85%26w%3D1200%26h%3D1004%26crop%3D1&w=256&q=75 2x" src="/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDFN-TP-0004.jpg%3Fquality%3D85%26w%3D1200%26h%3D1004%26crop%3D1&w=256&q=75"/></picture></div><div class="flex flex-col justify-between"><div><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left mb-2 hidden lg:inline-block" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div><h3 class="break-words font-editorial text-mobile-h6 lg:text-h6"><div><a class="after:absolute after:inset-0 after:content-[''] focus-visible:outline-none support:hover:text-brand-red duration-300 transition-colors" href="https://time.com/7328263/springsteen-deliver-me-from-nowhere-faye-jon-landau-parents/"><span>The True Story Behind 'Deliver Me From Nowhere'</span></a></div></h3><div class="mt-auto inline-block space-y-1"><p class="font-graphik-compact text-t4 text-grey-1">by <!-- -->Jake Kring-Schreifels</p><a class="items-center justify-center gap-2 transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color rounded-sm border px-2.5 py-1.5 font-graphik-compact text-cta-small uppercase rounded-2 border-warm-grey-2 bg-transparent text-black-coffee support:hover:bg-warm-grey-2 no-focus-on-parent relative z-10 whitespace-normal text-left inline-block lg:hidden" href="https://time.com/section/entertainment"><span>Entertainment</span></a></div></div></article></li></ul><div class="mt-6 text-center lg:hidden"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color h-8 rounded-[2.5rem] border bg-transparent px-3 py-2 text-cta-small uppercase border-black-coffee text-black-coffee support:hover:bg-black-coffee support:hover:text-ivory-white">More Entertainment Stories<!-- --> <svg width="1rem" height="1rem" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><title></title><g id="Chevron"><path id="Line Copy" d="M14.1666 4L8.49998 9.66667L2.83331 4" stroke="currentColor" stroke-width="1.2" stroke-linecap="square"></path></g></svg></button></div></div></div></section><div data-ad-wrapper="true" class="overflow-hidden bg-warm-grey-ads py-6 lg:py-10"><p class="mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1">Advertisement</p><div id="inline-ad-6" class="w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]" aria-label="inline advertisement ad 6" data-native="false" role="region"></div></div><script type="application/ld+json">[{"@context":"https://schema.org","@type":"Organization","name":"Time","url":"https://time.com/","logo":{"@type":"ImageObject","url":"https://time.com/img/logo.png","width":210,"height":60},"foundingDate":"March 3, 1923","sameAs":["https://www.facebook.com/time","https://www.instagram.com/time/?hl=en","https://twitter.com/time","https://www.pinterest.com/timemagazine"]},{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://time.com","name":"Home"}}]}]</script><div id="gpt-keyvals" class="hidden size-0" data-targeting="{"type":"homepage","ctype":"homepage","contentType":"homepage","cid":"7293919","aid":"7293919","primarysection":"homepage","sections":"homepage,yourbrief,cover,people,voices,ai,health,climate,entertainment","tags":"homepage","app":"2025 redesign","vidonpage":"false","pageHostname":"https://time.com","adSlotCount":"7","adSlotCountMobile":"8","adRefreshCount":""}"></div><div class="fixed bottom-0 z-[2147483645] flex max-h-14 w-full items-center justify-center bg-transparent"><div id="stickyfooter-ad-1" class="w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden overflow-hidden flex md:hidden min-h-[90px] md:min-h-[50px]" aria-label="stickyfooter advertisement ad 1" data-native="false" role="region"></div></div></main><footer class="bg-black-coffee py-10 text-ivory-white"><nav><div class="container mx-auto max-w-[90rem] px-6 lg:px-20"><div class="relative z-10 mx-auto -mb-2.5 flex w-fit justify-center bg-black-coffee px-8"><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color" aria-label="Time Logo" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="71" height="21" viewBox="0 0 71 21" fill="white"><title></title><g clip-path="url(#clip0_5035_44915)"><path d="M7.71318 1.92829L5.65598 1.91733H2.46648C2.24787 1.91733 0.538211 1.93377 0.538211 1.93377L0.504579 4.3553L0.190674 4.36626L0.20749 1.64888L0.196279 0.53125C1.28374 0.575079 5.20754 0.60795 9.2827 0.60795C14.0305 0.60795 17.0911 0.564121 18.2963 0.536729L18.2794 1.77489L18.3019 4.52514L17.9767 4.51966C17.9767 4.29504 17.9263 3.38559 17.9263 3.29246C17.9263 3.25958 17.859 2.03786 17.8478 1.94472L16.4857 1.92829H10.841V18.879C10.841 18.9009 10.869 19.9912 10.8746 20.2158C11.0316 20.2377 12.5451 20.3254 12.8197 20.3254H12.9262V20.7856C12.8422 20.7856 12.7413 20.791 12.6572 20.791C11.7995 20.7801 10.4094 20.6924 9.42284 20.6924C8.43628 20.6924 7.07976 20.7746 6.07078 20.791C6.04276 20.791 5.83535 20.7856 5.75688 20.7856V20.2925C5.76809 20.2925 5.82975 20.2925 5.92504 20.287C6.35105 20.2706 7.40488 20.2103 7.67954 20.1884L7.72439 20.1829V18.7311L7.71318 1.92829Z" fill="white"></path><path d="M33.8854 0.503906C33.8854 0.503906 35.4213 4.67311 35.668 5.28671C35.9202 5.89483 40.612 16.4466 40.612 16.4466C40.612 16.4466 42.8149 11.8994 44.7768 7.02342C45.1748 6.03727 45.6961 4.74981 46.0773 3.7034C46.6378 2.17487 47.26 0.503906 47.26 0.503906H48.4652C48.4652 0.503906 48.7623 2.36662 48.8688 3.19937C49.1771 5.61542 51.1951 15.4276 51.9013 18.6544C52.0807 19.4598 52.2152 20.1611 52.2152 20.1611C52.4226 20.172 53.241 20.2432 53.7231 20.2816C53.824 20.2871 54.0931 20.3035 54.1547 20.3035V20.7911C54.1547 20.7911 53.9361 20.8021 53.8128 20.8021C52.7309 20.7966 51.0437 20.7089 50.0067 20.7089C49.0818 20.7089 48.1905 20.7801 47.2656 20.7966C47.1087 20.8021 46.9517 20.7911 46.7892 20.7911V20.309C46.7948 20.309 46.9181 20.3035 46.9854 20.3035C47.4394 20.2871 48.6334 20.183 48.7567 20.1775C48.7567 20.0022 48.6894 19.3886 48.5941 18.764C48.5269 18.3257 48.4148 17.5697 48.2914 16.8301C48.028 15.3892 46.806 9.4066 46.4472 7.74659C46.3856 7.47266 46.352 7.31926 46.352 7.31926C46.352 7.31926 42.5739 15.7892 41.8115 17.4601C41.7387 17.6245 41.6826 17.7395 41.6658 17.7779C40.9371 19.3831 40.3261 20.8185 40.3261 20.8185L39.2499 20.813L33.3641 7.58223L33.224 7.27543C33.224 7.27543 32.7083 9.75723 31.9684 13.2526C31.576 15.1427 30.7632 19.8707 30.7072 20.183C31.178 20.2432 32.0973 20.309 32.3496 20.3035H32.5794V20.7801C32.4729 20.7911 32.2318 20.7966 32.2206 20.7966C31.3294 20.7801 30.6903 20.7199 29.7318 20.7199C29.4796 20.7199 28.1455 20.7801 27.6746 20.7966C27.4784 20.8021 27.2038 20.7856 27.1477 20.7856V20.3145C27.1925 20.3145 27.2878 20.298 27.3439 20.298C27.7699 20.2816 28.4201 20.2268 28.9751 20.1611C29.0199 19.931 29.4964 17.5971 29.6533 16.7698C30.2419 14.036 31.974 4.90869 32.1926 3.67601C32.3832 2.34471 32.6018 0.695657 32.6242 0.509385C33.0895 0.520342 33.8854 0.503906 33.8854 0.503906Z" fill="white"></path><path d="M26.065 20.8028C25.269 20.8028 23.9125 20.6878 22.8979 20.6878C21.8833 20.6878 20.5324 20.8028 19.5515 20.8028C19.4674 20.8028 19.3216 20.7864 19.2432 20.7864V20.3043C19.4337 20.2988 20.3026 20.233 20.5436 20.2166C20.8239 20.2002 21.0873 20.1837 21.2051 20.1509C21.2051 20.1509 21.2051 19.5701 21.2107 18.6716C21.2219 15.5598 21.2443 6.77217 21.2107 2.79472C21.2051 2.37286 21.2051 1.31002 21.2051 1.15662C21.0201 1.14018 20.7622 1.11827 20.5829 1.09635C20.353 1.0854 19.4057 1.0087 19.2432 0.99774L19.2375 0.515625C20.1793 0.515625 21.575 0.597804 22.7073 0.597804C23.8396 0.597804 25.2578 0.515625 26.3677 0.515625V1.01965C26.1939 1.03061 25.7623 1.05253 25.7511 1.05253C25.426 1.07992 24.5235 1.16758 24.2993 1.18401V2.72897C24.2993 6.29005 24.2937 15.6091 24.2937 18.7429V19.7619C24.2937 20.0029 24.2937 20.1454 24.2993 20.1563C24.3049 20.1728 24.871 20.2221 25.0056 20.2276C25.2578 20.2495 26.2892 20.2933 26.3172 20.2988H26.3845V20.7809C26.2948 20.7864 26.1322 20.8028 26.065 20.8028Z" fill="white"></path><path d="M59.8706 1.97217L59.865 9.94898L65.7227 9.96542C65.7507 9.96542 67.2754 9.92159 67.309 9.92707C67.4043 9.92707 68.4469 9.87228 68.4862 9.86133C68.4862 9.86133 68.503 9.77915 68.5254 9.71888C68.6095 9.23677 68.716 8.77657 68.744 8.42046C68.744 8.42046 68.7721 8.26706 68.7721 8.16296L69.1028 8.15749C69.1028 8.19584 69.1196 8.28897 69.1196 8.41498C69.114 8.89709 69.0747 9.8942 69.0747 10.5461C69.0747 11.4885 69.1084 12.3376 69.114 12.765C69.1196 12.8855 69.1084 13.0827 69.1084 13.0827H68.744C68.7384 13.0389 68.7328 12.9896 68.7216 12.9403C68.6543 12.3979 68.6039 12.0144 68.5086 11.4611C68.5086 11.4337 68.4862 11.3351 68.4806 11.2693C68.2956 11.2584 67.8023 11.2419 67.5389 11.2364C67.4267 11.231 65.9974 11.2255 64.3886 11.22C63.7328 11.22 62.55 11.2474 62.0455 11.2474C61.457 11.2474 60.4872 11.2803 59.8538 11.3022L59.8594 18.5339L59.8874 19.4653L63.4413 19.5201L68.5086 19.5146C68.531 19.5146 69.6689 19.4762 70.0221 19.4817C70.0949 19.4817 70.2463 19.4708 70.2463 19.4708C70.2799 19.2352 70.3192 18.764 70.364 18.3093C70.3696 18.2545 70.4929 17.0547 70.4929 16.7315L70.8068 16.726C70.8068 17.0328 70.7396 20.8185 70.7396 20.8185C70.1678 20.8185 68.4189 20.8185 66.2496 20.7911C64.9379 20.7747 63.4749 20.7747 62.0343 20.7582C60.8628 20.7418 59.7081 20.7089 58.6542 20.7089C57.152 20.7089 55.6833 20.7966 55.1116 20.7966C54.9827 20.7966 54.7528 20.7856 54.7024 20.7856V20.309H54.8089C55.162 20.309 56.199 20.2542 56.7372 20.1665C56.7372 20.0734 56.7708 18.89 56.7708 18.8681V3.22128C56.7708 2.49811 56.754 1.29282 56.754 1.18325C56.4513 1.15038 56.3392 1.13394 56.2775 1.12299C55.9524 1.08464 55.3134 1.03533 54.9715 1.01341C54.8762 1.01341 54.7697 1.00246 54.7136 0.996979C54.7136 0.996979 54.7136 0.531299 54.708 0.520342C54.7865 0.525821 54.9434 0.514863 55.2349 0.514863C55.8403 0.514863 56.9502 0.597042 58.3067 0.597042C59.1587 0.597042 60.5377 0.558692 61.5242 0.547735C62.9312 0.547735 63.9962 0.536778 65.3583 0.531299C67.5837 0.520342 69.4783 0.503906 70.2239 0.503906H70.5602V0.629914C70.5602 0.777835 70.5546 1.04629 70.5546 1.36952C70.5602 2.37758 70.5882 3.96637 70.5882 4.48136H70.2743L70.2687 4.33891C70.2351 3.98281 70.1678 2.9857 70.0837 2.14748C70.0781 2.07078 70.0613 2.016 70.0613 2.016C69.8763 2.01052 69.114 1.9886 69.1028 1.97764C69.0916 1.96669 68.4862 1.96121 68.4694 1.95573C68.4638 1.95573 66.4738 1.94477 64.4278 1.93929C63.0265 1.93929 61.6531 1.94477 60.8067 1.94477C60.6161 1.95025 59.8706 1.97217 59.8706 1.97217Z" fill="white"></path></g><defs><clipPath id="clip0_5035_44915"><rect width="70.6174" height="20.3146" fill="white" transform="translate(0.190674 0.504028)"></rect></clipPath></defs></svg></a></div><div class="grid gap-x-4 grid-cols-4 lg:grid-cols-12 border-[3px] border-white/30 px-6 pb-4 pt-10 lg:gap-x-10 lg:px-0 lg:py-10"><div class="col-span-full lg:col-span-10 lg:col-start-2 lg:grid lg:grid-cols-12 lg:gap-x-10"><div class="col-span-full mb-8 border-b border-grey-1 pb-6 last:mb-0 last:border-0 last:pb-0 lg:col-span-3 lg:mb-0 lg:border-0 lg:pb-0"><h2 class="text-center font-editorial text-h5 text-ivory-white lg:border-b lg:border-grey-1 lg:pb-4 lg:text-start">Sections</h2><div class="mt-6 grid grid-cols-2 gap-x-4 lg:mb-0 lg:mt-4 lg:grid-cols-1 lg:gap-y-5"><ul><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/">Home</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/politics/">Politics</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/health/">Health</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/tag/ai/">AI</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/world/">World</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/business/">Business</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/science/">Science</a></div></li></ul><ul><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/climate/">Climate</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/ideas/">Ideas</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/entertainment/">Entertainment</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/sports/">Sports</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/tag/technology/">Technology</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/newsletters/?source=TD_Footer_Link">Newsletters</a></div></li></ul></div></div><div class="col-span-full mb-8 border-b border-grey-1 pb-6 last:mb-0 last:border-0 last:pb-0 lg:col-span-3 lg:mb-0 lg:border-0 lg:pb-0"><h2 class="text-center font-editorial text-h5 text-ivory-white lg:border-b lg:border-grey-1 lg:pb-4 lg:text-start">More</h2><div class="mt-6 grid grid-cols-2 gap-x-4 lg:mb-0 lg:mt-4 lg:grid-cols-1 lg:gap-y-5"><ul><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/charter/">Future of Work by Charter</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/tag/all-business/">All Business</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/collections/the-ai-dictionary-from-allbusiness-com/">AI Dictionary</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/time2030/">TIME 2030</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/vault/">The TIME Vault</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://www.timeforkids.com">TIME For Kids</a></div></li></ul><ul><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/collection/time-co2-futures/">TIME Futures</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://www.timeedge.com/login">TIME Edge</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/studios/">TIME Studios</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/collection/video/">Video</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://redborder.time.com/">Red Border</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://partnercontent.time.com/">Supplied Partner Content</a></div></li></ul></div></div><div class="col-span-full mb-8 border-b border-grey-1 pb-6 last:mb-0 last:border-0 last:pb-0 lg:col-span-3 lg:mb-0 lg:border-0 lg:pb-0"><h2 class="text-center font-editorial text-h5 text-ivory-white lg:border-b lg:border-grey-1 lg:pb-4 lg:text-start">About Us</h2><div class="mt-6 grid grid-cols-2 gap-x-4 lg:mb-0 lg:mt-4 lg:grid-cols-1 lg:gap-y-5"><ul><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/about-time/">Our mission</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" target="_top" href="mailto:feedback@time.com">Contact the Editors</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/section/press-room/">Press Room</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/mediakit/">Media Kit</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://www.parsintl.com/publication/time">Reprints & Permissions</a></div></li></ul><ul><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/time-masthead/">Masthead</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/longform/join-time/">Careers</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/html-sitemap/">Site Map</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/modern-slavery-statement/">Modern Slavery Statement</a></div></li></ul></div></div><div class="col-span-full mb-8 border-b border-grey-1 pb-6 last:mb-0 last:border-0 last:pb-0 lg:col-span-3 lg:mb-0 lg:border-0 lg:pb-0"><h2 class="text-center font-editorial text-h5 text-ivory-white lg:border-b lg:border-grey-1 lg:pb-4 lg:text-start">Your Subscriptions</h2><div class="mt-6 grid grid-cols-2 gap-x-4 lg:mb-0 lg:mt-4 lg:grid-cols-1 lg:gap-y-5"><ul><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/subscribe-footer-time/">Subscribe</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://geo.ema.gs/time_digital">Access My Digital Magazine</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://support.time.com">Manage My Subscription</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://support.time.com">Global Help Center</a></div></li></ul><ul><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://magazineshop.us/collections/time-magazine/">Buy an issue</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="https://timecoverstore.com">Shop the Cover Store</a></div></li><li class="mb-5 flex items-stretch last:mb-0"><div><a class="focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color border-b border-transparent font-graphik text-body-large transition-colors hover:underline" href="/giveagift/">Give a Gift</a></div></li></ul></div></div></div></div><ul class="my-10 flex items-center justify-center space-x-4"><li><a aria-label="Share on Facebook" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-0 rounded-full bg-transparent p-0 support:hover:[&_svg]:text-grey-1" href="https://www.facebook.com/time"><svg xmlns="http://www.w3.org/2000/svg" width="1.5rem" height="1.5rem" viewBox="0 0 36 35" fill="none"><title></title><g id="Img"><g id="Group"><path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M32.8533 17.2081C32.8533 25.1966 26.3787 31.6702 18.3912 31.6702C10.4037 31.6702 3.9292 25.1985 3.9292 17.2081C3.9292 9.21774 10.4028 2.74609 18.3912 2.74609C26.3797 2.74609 32.8533 9.21774 32.8533 17.2081Z" stroke="currentColor" stroke-width="1.93472"></path><path id="Vector_2" fill-rule="evenodd" clip-rule="evenodd" d="M20.0514 13.0456C20.4702 13.0321 20.8891 13.0417 21.3089 13.0417H21.483V10.987C21.2586 10.9648 21.0255 10.9348 20.7904 10.9242C20.3599 10.9048 19.9295 10.8855 19.498 10.8952C18.8402 10.9077 18.2182 11.0596 17.6755 11.4272C17.0525 11.848 16.7101 12.4429 16.5805 13.1423C16.5253 13.4325 16.5127 13.7295 16.5031 14.0246C16.4934 14.486 16.5011 14.9465 16.5031 15.4079V15.582H14.4136V17.8776H16.4905V23.6488H19.0269V17.8843H21.0913L21.4105 15.5772H20.9442C20.3561 15.5791 19.0056 15.5772 19.0056 15.5772C19.0056 15.5772 19.0114 14.4386 19.025 13.9452C19.0443 13.2681 19.47 13.063 20.0475 13.0437" fill="currentColor"></path></g></g></svg></a></li><li><a aria-label="Share on Instagram" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-0 rounded-full bg-transparent p-0 support:hover:[&_svg]:text-grey-1" href="https://www.instagram.com/time/?hl=en"><svg xmlns="http://www.w3.org/2000/svg" width="1.5rem" height="1.5rem" viewBox="0 0 36 35" fill="none"><title></title><g id="Img"><g id="Group"><path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M31.9236 17.2081C31.9236 25.1956 25.4491 31.6702 17.4616 31.6702C9.47406 31.6702 2.99951 25.1966 2.99951 17.2081C2.99951 9.21967 9.47309 2.74609 17.4616 2.74609C25.45 2.74609 31.9236 9.21967 31.9236 17.2081Z" stroke="currentColor" stroke-width="1.93472"></path><path id="Vector_2" fill-rule="evenodd" clip-rule="evenodd" d="M21.9371 21.0781C21.9371 21.4108 21.6662 21.6817 21.3344 21.6817H13.1408C12.81 21.6817 12.5411 21.4108 12.5411 21.079V16.1165H13.7193C13.6516 16.397 13.6187 16.6872 13.6187 16.9871C13.6187 18.9895 15.241 20.6147 17.2463 20.6147C19.2488 20.6147 20.8739 18.9895 20.8739 16.9871C20.8739 16.6911 20.8372 16.4028 20.7695 16.1261H21.9496V21.0781H21.9371ZM15.033 16.1155C15.3774 15.2381 16.2325 14.6142 17.2328 14.6142C18.2388 14.6142 19.0901 15.2381 19.4384 16.1165C19.5448 16.3873 19.6028 16.6775 19.6028 16.9871C19.6028 18.2901 18.5387 19.3513 17.2425 19.3513C15.9414 19.3513 14.8802 18.2901 14.8802 16.9881C14.8802 16.6843 14.9382 16.3931 15.0446 16.1271L15.033 16.1155ZM19.7886 12.6562C19.7886 12.4724 19.9375 12.3234 20.1213 12.3234H21.5627C21.7465 12.3234 21.8955 12.4724 21.8955 12.6562V14.0976C21.8955 14.2814 21.7504 14.4304 21.5666 14.4304H20.1252C19.9414 14.4304 19.7963 14.2814 19.7963 14.0976V12.6562H19.7886ZM21.3334 11.0098H13.1321C12.1019 11.0098 11.2651 11.8465 11.2651 12.8768V21.08C11.2651 22.1093 12.1019 22.947 13.1321 22.947H21.3354C22.3656 22.947 23.2024 22.1093 23.2024 21.08V12.8768C23.2024 11.8465 22.3656 11.0098 21.3354 11.0098H21.3334Z" fill="currentColor"></path></g></g></svg></a></li><li><a aria-label="Share on X" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-0 rounded-full bg-transparent p-0 support:hover:[&_svg]:text-grey-1" href="https://twitter.com/time"><svg xmlns="http://www.w3.org/2000/svg" width="1.5rem" height="1.5rem" viewBox="0 0 36 35" fill="none"><title></title><path fill-rule="evenodd" clip-rule="evenodd" d="M32.0269 17.2079C32.0269 25.2099 25.5407 31.6951 17.5387 31.6951C9.53669 31.6951 3.05054 25.2099 3.05054 17.2079C3.05054 9.20589 9.53669 2.7207 17.5387 2.7207C25.5407 2.7207 32.0269 9.20589 32.0269 17.2079Z" stroke="currentColor" stroke-width="1.93472"></path><g clip-path="url(#clip0_5328_306)"><path d="M19.1414 16.0786L23.6087 11H22.5501L18.6711 15.4097L15.573 11H11.9998L16.6847 17.6682L11.9998 22.9938H13.0584L17.1547 18.3371L20.4265 22.9938H23.9998L19.1411 16.0786H19.1414ZM17.6914 17.7269L17.2167 17.0629L13.4399 11.7794H15.0659L18.1139 16.0434L18.5886 16.7074L22.5506 22.2499H20.9245L17.6914 17.7272V17.7269Z" fill="currentColor"></path></g><defs><clipPath id="clip0_5328_306"><rect width="12" height="12" fill="white" transform="translate(11.9998 11)"></rect></clipPath></defs></svg></a></li><li><a aria-label="Share on Pinterest" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center whitespace-nowrap font-graphik transition-colors focus-visible:border-transparent disabled:pointer-events-none support:hover:cursor-pointer focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color gap-0 rounded-full bg-transparent p-0 support:hover:[&_svg]:text-grey-1" href="https://www.pinterest.com/timemagazine"><svg xmlns="http://www.w3.org/2000/svg" width="1.5rem" height="1.5rem" viewBox="0 0 36 35" fill="none"><title></title><g id="Img"><g id="Group"><path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M32.0992 17.2079C32.0992 25.2099 25.613 31.6951 17.612 31.6951C9.61188 31.6951 3.12476 25.2099 3.12476 17.2079C3.12476 9.20589 9.61188 2.7207 17.612 2.7207C25.612 2.7207 32.0992 9.20589 32.0992 17.2079Z" stroke="currentColor" stroke-width="1.93472"></path><path id="Vector_2" fill-rule="evenodd" clip-rule="evenodd" d="M16.8038 19.6642C16.7922 19.701 16.7825 19.7339 16.7747 19.7658C16.2862 21.6773 16.2311 22.102 15.73 22.9891C15.491 23.4118 15.2221 23.8113 14.9232 24.1944C14.8903 24.237 14.8584 24.2931 14.7907 24.2795C14.723 24.2699 14.7133 24.2021 14.7133 24.1441C14.6359 23.5637 14.5875 22.9833 14.6069 22.3932C14.6359 21.629 14.7326 21.3678 15.7193 17.2275C15.7387 17.1694 15.7193 17.1114 15.7 17.0533C15.4678 16.4246 15.4195 15.7764 15.6226 15.1186C16.0676 13.7063 17.6734 13.5999 17.954 14.7704C18.1281 15.4959 17.6715 16.4342 17.3213 17.8272C17.0311 18.9784 18.3854 19.8006 19.5443 18.959C20.6142 18.1852 21.0282 16.3278 20.947 15.0122C20.7922 12.3907 17.9191 11.8296 16.0908 12.6712C14.0013 13.6386 13.5273 16.2311 14.4705 17.4209C14.5924 17.5728 14.6833 17.6628 14.6446 17.8176C14.5866 18.0536 14.5314 18.2916 14.4647 18.5286C14.4163 18.7066 14.2712 18.7704 14.0932 18.6979C13.745 18.5547 13.4548 18.3332 13.2226 18.042C12.4197 17.0495 12.1875 15.0848 13.2516 13.4219C14.424 11.5781 16.6084 10.8332 18.605 11.0586C20.9924 11.3295 22.4938 12.9585 22.7801 14.8052C22.9059 15.6468 22.814 17.7189 21.6328 19.1873C20.2746 20.8705 18.0729 20.9808 17.0572 19.9467C16.9798 19.8693 16.916 19.7726 16.8395 19.6836" fill="currentColor"></path></g></g></svg></a></li></ul><p class="font-graphik text-center text-caption-small text-warm-grey-2 mb-4">© <!-- -->2025<!-- --> TIME USA, LLC. All Rights Reserved. Use of this site constitutes acceptance of our<!-- --> <a class="underline focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color" href="https://legal.time.com/terms-of-service">Terms of Service</a>,<!-- --> <a class="underline focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color" href="https://legal.time.com/us-privacy-policy">Privacy Policy (Your Privacy Rights)</a> <!-- -->and<!-- --> <button type="button" class="font-graphik underline focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color">Do Not Sell or Share My Personal Information</button>.</p><p class="font-graphik text-center text-caption-small text-warm-grey-2">TIME may receive compensation for some links to products and services on this website. Offers may be subject to change without notice.</p></div></nav></footer><script src="/redesign/_next/static/chunks/webpack-9c06cd058cb4ad4f.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/redesign/_next/static/media/17eb15577b649ee3-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/redesign/_next/static/media/3483eb270027278b-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n3:HL[\"/redesign/_next/static/media/93e1ac3032d81ed9-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n4:HL[\"/redesign/_next/static/media/dd7058fb19cdfd9e-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n5:HL[\"/redesign/_next/static/media/eae88bb71c39602e-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n6:HL[\"/redesign/_next/static/media/eec065f2be8bf957-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n7:HL[\"/redesign/_next/static/css/fa5964daa650e093.css\",\"style\"]\n8:HL[\"/redesign/_next/static/css/c4771832a8a378df.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"9:I[12846,[],\"\"]\nc:I[4707,[],\"\"]\nd:I[36423,[],\"\"]\ne:I[88003,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"\"]\n10:I[18763,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n13:I[81973,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n14:I[72972,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/ch"])</script><script>self.__next_f.push([1,"unks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"\"]\n15:I[96738,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n16:I[35657,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"160\",\"static/chunks/app/not-found-09e8c97996a6a685.js\"],\"default\"]\n17:I[83042,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n18:I[58138,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static"])</script><script>self.__next_f.push([1,"/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n1e:I[87079,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n1f:I[43201,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"160\",\"static/chunks/app/not-found-09e8c97996a6a685.js\"],\"default\"]\n22:I[20921,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"185\",\"static/chunks/app/layout-1b13d477b299e560.js\"],\"default\"]\n25:I[62742,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"185\",\"static/chunks/app/layout-1b13d477b299e560.js\"],\"default\"]\n27:I[98087,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"185\",\"static/chunks/app/layout-1b13d477b299e560.js\"],\"GoogleTagManager\"]\n29:I[21667,[\"470\",\"static/chunks/app/global-error-4f66e54cc9077f88.js\"],\"default\"]\nf:T157e,"])</script><script>self.__next_f.push([1,"\n // TCF Script\n \n// Enable TCF support for gtag\nwindow.gtag_enable_tcf_support = true;\n\n// TCF Script\n(function() {\n const makeStub = () =\u003e {\n const TCF_LOCATOR_NAME = \"__tcfapiLocator\";\n const queue = [];\n const currentWindow = window;\n let frameLocator = currentWindow;\n let cmpFrame;\n\n function addFrame() {\n const doc = currentWindow.document;\n const otherCMP = !!(currentWindow.frames[TCF_LOCATOR_NAME]);\n if (!otherCMP) {\n if (doc.body) {\n const iframe = doc.createElement('iframe');\n iframe.style.cssText = 'display:none';\n iframe.name = TCF_LOCATOR_NAME;\n doc.body.appendChild(iframe);\n } else {\n setTimeout(addFrame, 5);\n }\n }\n return !otherCMP;\n }\n\n function tcfAPIHandler(...args) {\n if (!args.length) {\n return queue;\n } else if (args[0] === 'ping') {\n if (typeof args[2] === 'function') {\n args[2]({ cmpLoaded: false, cmpStatus: 'stub' });\n }\n } else {\n queue.push(args);\n }\n }\n\n function postMessageEventHandler(event) {\n const msgIsString = typeof event.data === 'string';\n let json = {};\n if (msgIsString) {\n try {\n json = JSON.parse(event.data);\n } catch (ignore) {}\n } else {\n json = event.data;\n }\n const payload = (typeof json === 'object' \u0026\u0026 json !== null) ? json.__tcfapiCall : null;\n if (payload) {\n window.__tcfapi(payload.command, payload.version, function(retValue, success) {\n let returnMsg = {\n __tcfapiReturn: {\n returnValue: retValue,\n success: success,\n callId: payload.callId,\n },\n };\n if (event \u0026\u0026 event.source \u0026\u0026 event.source.postMessage) {\n event.source.postMessage((msgIsString) ? JSON.stringify(returnMsg) : returnMsg, '*');\n }\n }, payload.parameter);\n }\n }\n\n while (frameLocator) {\n try {\n if (frameLocator.frames[TCF_LOCATOR_NAME]) {\n cmpFrame = frameLocator;\n break;\n }\n } catch (ignore) {}\n if (frameLocator === currentWindow.top) {\n break;\n }\n frameLocator = frameLocator.parent;\n }\n if (!cmpFrame) {\n addFrame();\n }\n currentWindow.__tcfapi = tcfAPIHandler;\n currentWindow.addEventListener('message', postMessageEventHandler, false);\n };\n makeStub();\n})();\n \n\n // GPP Script\n \n(function() {\n window.__gpp_addFrame = function(n) {\n if (!window.frames[n]) {\n if (document.body) {\n var i = document.createElement('iframe');\n i.style.cssText = 'display:none';\n i.name = n;\n document.body.appendChild(i);\n } else {\n window.setTimeout(window.__gpp_addFrame, 10, n);\n }\n }\n };\n window.__gpp_stub = function() {\n var b = arguments;\n __gpp.queue = __gpp.queue || [];\n if (!b.length) {\n return __gpp.queue;\n }\n var cmd = b[0];\n var clb = b.length \u003e 1 ? b[1] : null;\n var par = b.length \u003e 2 ? b[2] : null;\n if (cmd === 'ping') {\n return {cmpStatus: 'stub',signalStatus: 'notReady'};\n } else if (cmd === 'addEventListener') {\n __gpp.events = __gpp.events || [];\n if (!('lastId' in __gpp)) {\n __gpp.lastId = 0;\n }\n __gpp.lastId++;\n var lnr = __gpp.lastId;\n __gpp.events.push({'id': lnr,'callback': clb,'parameter': par});\n return {eventName: 'listenerRegistered',listenerId: lnr,data: true,pingData: {cmpStatus: 'stub',signalStatus: 'notReady'}};\n } else if (cmd === 'removeEventListener') {\n var success = false;\n __gpp.events = __gpp.events || [];\n for (var i = 0; i \u003c __gpp.events.length; i++) {\n if (__gpp.events[i].id == par) {\n __gpp.events.splice(i, 1);\n success = true;\n break;\n }\n }\n return {eventName: 'listenerRemoved',listenerId: par,data: success,pingData: {cmpStatus: 'stub',signalStatus: 'notReady'}};\n } else if (cmd === 'hasSection' || cmd === 'getSection' || cmd === 'getField') {\n return null;\n } else {\n __gpp.queue.push([].slice.apply(b));\n }\n };\n window.__gpp_msghandler = function(event) {\n var msgIsString = typeof event.data === 'string';\n try {\n var json = msgIsString ? JSON.parse(event.data) : event.data;\n } catch (e) {\n var json = null;\n }\n if (typeof(json) === 'object' \u0026\u0026 json !== null \u0026\u0026 '__gppCall' in json) {\n var i = json.__gppCall;\n window.__gpp(i.command, function(retValue, success) {\n var returnMsg = {'__gppReturn': {'returnValue': retValue,'success': success,'callId': i.callId}};\n event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, '*');\n }, 'parameter' in i ? i.parameter : null, 'version' in i ? i.version : '1.1');\n }\n };\n if (!('__gpp' in window) || (typeof(window.__gpp) !== 'function')) {\n window.__gpp = window.__gpp_stub;\n window.addEventListener('message', window.__gpp_msghandler, false);\n window.__gpp_addFrame('__gppLocator');\n }\n})();\n\n\n // Ketch CMP Init\n window.semaphore = window.semaphore || [];\n window.ketch = function() { window.semaphore.push(arguments); };\n\n // Load Ketch CMP Script\n var script = document.createElement('script');\n script.src = \"https://global.ketchcdn.com/web/v3/config/time/time_com/boot.js\";\n script.async = true;\n document.head.appendChild(script);\n "])</script><script>self.__next_f.push([1,"11:T719,M33.8854 0.503906C33.8854 0.503906 35.4213 4.67311 35.668 5.28671C35.9202 5.89483 40.612 16.4466 40.612 16.4466C40.612 16.4466 42.8149 11.8994 44.7768 7.02342C45.1748 6.03727 45.6961 4.74981 46.0773 3.7034C46.6378 2.17487 47.26 0.503906 47.26 0.503906H48.4652C48.4652 0.503906 48.7623 2.36662 48.8688 3.19937C49.1771 5.61542 51.1951 15.4276 51.9013 18.6544C52.0807 19.4598 52.2152 20.1611 52.2152 20.1611C52.4226 20.172 53.241 20.2432 53.7231 20.2816C53.824 20.2871 54.0931 20.3035 54.1547 20.3035V20.7911C54.1547 20.7911 53.9361 20.8021 53.8128 20.8021C52.7309 20.7966 51.0437 20.7089 50.0067 20.7089C49.0818 20.7089 48.1905 20.7801 47.2656 20.7966C47.1087 20.8021 46.9517 20.7911 46.7892 20.7911V20.309C46.7948 20.309 46.9181 20.3035 46.9854 20.3035C47.4394 20.2871 48.6334 20.183 48.7567 20.1775C48.7567 20.0022 48.6894 19.3886 48.5941 18.764C48.5269 18.3257 48.4148 17.5697 48.2914 16.8301C48.028 15.3892 46.806 9.4066 46.4472 7.74659C46.3856 7.47266 46.352 7.31926 46.352 7.31926C46.352 7.31926 42.5739 15.7892 41.8115 17.4601C41.7387 17.6245 41.6826 17.7395 41.6658 17.7779C40.9371 19.3831 40.3261 20.8185 40.3261 20.8185L39.2499 20.813L33.3641 7.58223L33.224 7.27543C33.224 7.27543 32.7083 9.75723 31.9684 13.2526C31.576 15.1427 30.7632 19.8707 30.7072 20.183C31.178 20.2432 32.0973 20.309 32.3496 20.3035H32.5794V20.7801C32.4729 20.7911 32.2318 20.7966 32.2206 20.7966C31.3294 20.7801 30.6903 20.7199 29.7318 20.7199C29.4796 20.7199 28.1455 20.7801 27.6746 20.7966C27.4784 20.8021 27.2038 20.7856 27.1477 20.7856V20.3145C27.1925 20.3145 27.2878 20.298 27.3439 20.298C27.7699 20.2816 28.4201 20.2268 28.9751 20.1611C29.0199 19.931 29.4964 17.5971 29.6533 16.7698C30.2419 14.036 31.974 4.90869 32.1926 3.67601C32.3832 2.34471 32.6018 0.695657 32.6242 0.509385C33.0895 0.520342 33.8854 0.503906 33.8854 0.503906Z12:T996,"])</script><script>self.__next_f.push([1,"M59.8706 1.97217L59.865 9.94898L65.7227 9.96542C65.7507 9.96542 67.2754 9.92159 67.309 9.92707C67.4043 9.92707 68.4469 9.87228 68.4862 9.86133C68.4862 9.86133 68.503 9.77915 68.5254 9.71888C68.6095 9.23677 68.716 8.77657 68.744 8.42046C68.744 8.42046 68.7721 8.26706 68.7721 8.16296L69.1028 8.15749C69.1028 8.19584 69.1196 8.28897 69.1196 8.41498C69.114 8.89709 69.0747 9.8942 69.0747 10.5461C69.0747 11.4885 69.1084 12.3376 69.114 12.765C69.1196 12.8855 69.1084 13.0827 69.1084 13.0827H68.744C68.7384 13.0389 68.7328 12.9896 68.7216 12.9403C68.6543 12.3979 68.6039 12.0144 68.5086 11.4611C68.5086 11.4337 68.4862 11.3351 68.4806 11.2693C68.2956 11.2584 67.8023 11.2419 67.5389 11.2364C67.4267 11.231 65.9974 11.2255 64.3886 11.22C63.7328 11.22 62.55 11.2474 62.0455 11.2474C61.457 11.2474 60.4872 11.2803 59.8538 11.3022L59.8594 18.5339L59.8874 19.4653L63.4413 19.5201L68.5086 19.5146C68.531 19.5146 69.6689 19.4762 70.0221 19.4817C70.0949 19.4817 70.2463 19.4708 70.2463 19.4708C70.2799 19.2352 70.3192 18.764 70.364 18.3093C70.3696 18.2545 70.4929 17.0547 70.4929 16.7315L70.8068 16.726C70.8068 17.0328 70.7396 20.8185 70.7396 20.8185C70.1678 20.8185 68.4189 20.8185 66.2496 20.7911C64.9379 20.7747 63.4749 20.7747 62.0343 20.7582C60.8628 20.7418 59.7081 20.7089 58.6542 20.7089C57.152 20.7089 55.6833 20.7966 55.1116 20.7966C54.9827 20.7966 54.7528 20.7856 54.7024 20.7856V20.309H54.8089C55.162 20.309 56.199 20.2542 56.7372 20.1665C56.7372 20.0734 56.7708 18.89 56.7708 18.8681V3.22128C56.7708 2.49811 56.754 1.29282 56.754 1.18325C56.4513 1.15038 56.3392 1.13394 56.2775 1.12299C55.9524 1.08464 55.3134 1.03533 54.9715 1.01341C54.8762 1.01341 54.7697 1.00246 54.7136 0.996979C54.7136 0.996979 54.7136 0.531299 54.708 0.520342C54.7865 0.525821 54.9434 0.514863 55.2349 0.514863C55.8403 0.514863 56.9502 0.597042 58.3067 0.597042C59.1587 0.597042 60.5377 0.558692 61.5242 0.547735C62.9312 0.547735 63.9962 0.536778 65.3583 0.531299C67.5837 0.520342 69.4783 0.503906 70.2239 0.503906H70.5602V0.629914C70.5602 0.777835 70.5546 1.04629 70.5546 1.36952C70.5602 2.37758 70.5882 3.96637 70.5882 4.48136H70.2743L70.2687 4.33891C70.2351 3.98281 70.1678 2.9857 70.0837 2.14748C70.0781 2.07078 70.0613 2.016 70.0613 2.016C69.8763 2.01052 69.114 1.9886 69.1028 1.97764C69.0916 1.96669 68.4862 1.96121 68.4694 1.95573C68.4638 1.95573 66.4738 1.94477 64.4278 1.93929C63.0265 1.93929 61.6531 1.94477 60.8067 1.94477C60.6161 1.95025 59.8706 1.97217 59.8706 1.97217Z"])</script><script>self.__next_f.push([1,"19:[728,90]\n1a:[300,250]\n1b:[336,280]\n1c:[5,5]\n1d:[1,1]\n20:T719,M33.8854 0.503906C33.8854 0.503906 35.4213 4.67311 35.668 5.28671C35.9202 5.89483 40.612 16.4466 40.612 16.4466C40.612 16.4466 42.8149 11.8994 44.7768 7.02342C45.1748 6.03727 45.6961 4.74981 46.0773 3.7034C46.6378 2.17487 47.26 0.503906 47.26 0.503906H48.4652C48.4652 0.503906 48.7623 2.36662 48.8688 3.19937C49.1771 5.61542 51.1951 15.4276 51.9013 18.6544C52.0807 19.4598 52.2152 20.1611 52.2152 20.1611C52.4226 20.172 53.241 20.2432 53.7231 20.2816C53.824 20.2871 54.0931 20.3035 54.1547 20.3035V20.7911C54.1547 20.7911 53.9361 20.8021 53.8128 20.8021C52.7309 20.7966 51.0437 20.7089 50.0067 20.7089C49.0818 20.7089 48.1905 20.7801 47.2656 20.7966C47.1087 20.8021 46.9517 20.7911 46.7892 20.7911V20.309C46.7948 20.309 46.9181 20.3035 46.9854 20.3035C47.4394 20.2871 48.6334 20.183 48.7567 20.1775C48.7567 20.0022 48.6894 19.3886 48.5941 18.764C48.5269 18.3257 48.4148 17.5697 48.2914 16.8301C48.028 15.3892 46.806 9.4066 46.4472 7.74659C46.3856 7.47266 46.352 7.31926 46.352 7.31926C46.352 7.31926 42.5739 15.7892 41.8115 17.4601C41.7387 17.6245 41.6826 17.7395 41.6658 17.7779C40.9371 19.3831 40.3261 20.8185 40.3261 20.8185L39.2499 20.813L33.3641 7.58223L33.224 7.27543C33.224 7.27543 32.7083 9.75723 31.9684 13.2526C31.576 15.1427 30.7632 19.8707 30.7072 20.183C31.178 20.2432 32.0973 20.309 32.3496 20.3035H32.5794V20.7801C32.4729 20.7911 32.2318 20.7966 32.2206 20.7966C31.3294 20.7801 30.6903 20.7199 29.7318 20.7199C29.4796 20.7199 28.1455 20.7801 27.6746 20.7966C27.4784 20.8021 27.2038 20.7856 27.1477 20.7856V20.3145C27.1925 20.3145 27.2878 20.298 27.3439 20.298C27.7699 20.2816 28.4201 20.2268 28.9751 20.1611C29.0199 19.931 29.4964 17.5971 29.6533 16.7698C30.2419 14.036 31.974 4.90869 32.1926 3.67601C32.3832 2.34471 32.6018 0.695657 32.6242 0.509385C33.0895 0.520342 33.8854 0.503906 33.8854 0.503906Z21:T996,"])</script><script>self.__next_f.push([1,"M59.8706 1.97217L59.865 9.94898L65.7227 9.96542C65.7507 9.96542 67.2754 9.92159 67.309 9.92707C67.4043 9.92707 68.4469 9.87228 68.4862 9.86133C68.4862 9.86133 68.503 9.77915 68.5254 9.71888C68.6095 9.23677 68.716 8.77657 68.744 8.42046C68.744 8.42046 68.7721 8.26706 68.7721 8.16296L69.1028 8.15749C69.1028 8.19584 69.1196 8.28897 69.1196 8.41498C69.114 8.89709 69.0747 9.8942 69.0747 10.5461C69.0747 11.4885 69.1084 12.3376 69.114 12.765C69.1196 12.8855 69.1084 13.0827 69.1084 13.0827H68.744C68.7384 13.0389 68.7328 12.9896 68.7216 12.9403C68.6543 12.3979 68.6039 12.0144 68.5086 11.4611C68.5086 11.4337 68.4862 11.3351 68.4806 11.2693C68.2956 11.2584 67.8023 11.2419 67.5389 11.2364C67.4267 11.231 65.9974 11.2255 64.3886 11.22C63.7328 11.22 62.55 11.2474 62.0455 11.2474C61.457 11.2474 60.4872 11.2803 59.8538 11.3022L59.8594 18.5339L59.8874 19.4653L63.4413 19.5201L68.5086 19.5146C68.531 19.5146 69.6689 19.4762 70.0221 19.4817C70.0949 19.4817 70.2463 19.4708 70.2463 19.4708C70.2799 19.2352 70.3192 18.764 70.364 18.3093C70.3696 18.2545 70.4929 17.0547 70.4929 16.7315L70.8068 16.726C70.8068 17.0328 70.7396 20.8185 70.7396 20.8185C70.1678 20.8185 68.4189 20.8185 66.2496 20.7911C64.9379 20.7747 63.4749 20.7747 62.0343 20.7582C60.8628 20.7418 59.7081 20.7089 58.6542 20.7089C57.152 20.7089 55.6833 20.7966 55.1116 20.7966C54.9827 20.7966 54.7528 20.7856 54.7024 20.7856V20.309H54.8089C55.162 20.309 56.199 20.2542 56.7372 20.1665C56.7372 20.0734 56.7708 18.89 56.7708 18.8681V3.22128C56.7708 2.49811 56.754 1.29282 56.754 1.18325C56.4513 1.15038 56.3392 1.13394 56.2775 1.12299C55.9524 1.08464 55.3134 1.03533 54.9715 1.01341C54.8762 1.01341 54.7697 1.00246 54.7136 0.996979C54.7136 0.996979 54.7136 0.531299 54.708 0.520342C54.7865 0.525821 54.9434 0.514863 55.2349 0.514863C55.8403 0.514863 56.9502 0.597042 58.3067 0.597042C59.1587 0.597042 60.5377 0.558692 61.5242 0.547735C62.9312 0.547735 63.9962 0.536778 65.3583 0.531299C67.5837 0.520342 69.4783 0.503906 70.2239 0.503906H70.5602V0.629914C70.5602 0.777835 70.5546 1.04629 70.5546 1.36952C70.5602 2.37758 70.5882 3.96637 70.5882 4.48136H70.2743L70.2687 4.33891C70.2351 3.98281 70.1678 2.9857 70.0837 2.14748C70.0781 2.07078 70.0613 2.016 70.0613 2.016C69.8763 2.01052 69.114 1.9886 69.1028 1.97764C69.0916 1.96669 68.4862 1.96121 68.4694 1.95573C68.4638 1.95573 66.4738 1.94477 64.4278 1.93929C63.0265 1.93929 61.6531 1.94477 60.8067 1.94477C60.6161 1.95025 59.8706 1.97217 59.8706 1.97217Z"])</script><script>self.__next_f.push([1,"23:T486,M21.9371 21.0781C21.9371 21.4108 21.6662 21.6817 21.3344 21.6817H13.1408C12.81 21.6817 12.5411 21.4108 12.5411 21.079V16.1165H13.7193C13.6516 16.397 13.6187 16.6872 13.6187 16.9871C13.6187 18.9895 15.241 20.6147 17.2463 20.6147C19.2488 20.6147 20.8739 18.9895 20.8739 16.9871C20.8739 16.6911 20.8372 16.4028 20.7695 16.1261H21.9496V21.0781H21.9371ZM15.033 16.1155C15.3774 15.2381 16.2325 14.6142 17.2328 14.6142C18.2388 14.6142 19.0901 15.2381 19.4384 16.1165C19.5448 16.3873 19.6028 16.6775 19.6028 16.9871C19.6028 18.2901 18.5387 19.3513 17.2425 19.3513C15.9414 19.3513 14.8802 18.2901 14.8802 16.9881C14.8802 16.6843 14.9382 16.3931 15.0446 16.1271L15.033 16.1155ZM19.7886 12.6562C19.7886 12.4724 19.9375 12.3234 20.1213 12.3234H21.5627C21.7465 12.3234 21.8955 12.4724 21.8955 12.6562V14.0976C21.8955 14.2814 21.7504 14.4304 21.5666 14.4304H20.1252C19.9414 14.4304 19.7963 14.2814 19.7963 14.0976V12.6562H19.7886ZM21.3334 11.0098H13.1321C12.1019 11.0098 11.2651 11.8465 11.2651 12.8768V21.08C11.2651 22.1093 12.1019 22.947 13.1321 22.947H21.3354C22.3656 22.947 23.2024 22.1093 23.2024 21.08V12.8768C23.2024 11.8465 22.3656 11.0098 21.3354 11.0098H21.3334Z24:T4ac,M16.8038 19.6642C16.7922 19.701 16.7825 19.7339 16.7747 19.7658C16.2862 21.6773 16.2311 22.102 15.73 22.9891C15.491 23.4118 15.2221 23.8113 14.9232 24.1944C14.8903 24.237 14.8584 24.2931 14.7907 24.2795C14.723 24.2699 14.7133 24.2021 14.7133 24.1441C14.6359 23.5637 14.5875 22.9833 14.6069 22.3932C14.6359 21.629 14.7326 21.3678 15.7193 17.2275C15.7387 17.1694 15.7193 17.1114 15.7 17.0533C15.4678 16.4246 15.4195 15.7764 15.6226 15.1186C16.0676 13.7063 17.6734 13.5999 17.954 14.7704C18.1281 15.4959 17.6715 16.4342 17.3213 17.8272C17.0311 18.9784 18.3854 19.8006 19.5443 18.959C20.6142 18.1852 21.0282 16.3278 20.947 15.0122C20.7922 12.3907 17.9191 11.8296 16.0908 12.6712C14.0013 13.6386 13.5273 16.2311 14.4705 17.4209C14.5924 17.5728 14.6833 17.6628 14.6446 17.8176C14.5866 18.0536 14.5314 18.2916 14.4647 18.5286C14.4163 18.7066 14.2712 18.7704 14.0932 18.6979C13.745 "])</script><script>self.__next_f.push([1,"18.5547 13.4548 18.3332 13.2226 18.042C12.4197 17.0495 12.1875 15.0848 13.2516 13.4219C14.424 11.5781 16.6084 10.8332 18.605 11.0586C20.9924 11.3295 22.4938 12.9585 22.7801 14.8052C22.9059 15.6468 22.814 17.7189 21.6328 19.1873C20.2746 20.8705 18.0729 20.9808 17.0572 19.9467C16.9798 19.8693 16.916 19.7726 16.8395 19.683626:Tf8aa,"])</script><script>self.__next_f.push([1,"window.NREUM||(NREUM={});NREUM.info = {\"agent\":\"\",\"beacon\":\"bam.nr-data.net\",\"errorBeacon\":\"bam.nr-data.net\",\"licenseKey\":\"9258b6847e\",\"applicationID\":\"494204317\",\"agentToken\":null,\"applicationTime\":11.408037,\"transactionName\":\"ZlxSZEAAWUoDUUBcCV8Wfl9ADFZVC0hRUTNDUB8a\",\"queueTime\":0,\"ttGuid\":\"e9053342c6fea1f4\"}; (window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"601535125\",accountID:\"2378226\",trustKey:\"2378226\",xpid:\"VgUAWVRRDhAEXVVQBwUEV1M=\",licenseKey:\"9258b6847e\",applicationID:\"494204317\",browserID:\"601535125\"};;/*! For license information please see nr-loader-spa-1.301.0.min.js.LICENSE.txt */\n(()=\u003e{var e,t,r={384:(e,t,r)=\u003e{\"use strict\";r.d(t,{NT:()=\u003ea,US:()=\u003ed,Zm:()=\u003es,bQ:()=\u003eu,dV:()=\u003ec,pV:()=\u003el});var n=r(6154),i=r(1863),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function s(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic\u0026\u0026(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function c(){let e=s();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate||n.gm.setInterval,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket},(0,o.i)(...Object.values(e.o))),e}function u(e,t){let r=s();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t}function d(e,t){s()[e]=t}function l(){return function(){let e=s();const t=e.info||{};e.info={beacon:a.beacon,errorBeacon:a.errorBeacon,...t}}(),function(){let e=s();const t=e.init||{};e.init={...t}}(),c(),function(){let e=s();const t=e.loader_config||{};e.loader_config={...t}}(),s()}},782:(e,t,r)=\u003e{\"use strict\";r.d(t,{T:()=\u003en});const n=r(860).K7.pageViewTiming},860:(e,t,r)=\u003e{\"use strict\";r.d(t,{$J:()=\u003ed,K7:()=\u003ec,P3:()=\u003eu,XX:()=\u003ei,Yy:()=\u003es,df:()=\u003eo,qY:()=\u003en,v4:()=\u003ea});const n=\"events\",i=\"jserrors\",o=\"browser/blobs\",a=\"rum\",s=\"browser/logs\",c={ajax:\"ajax\",genericEvents:\"generic_events\",jserrors:i,logging:\"logging\",metrics:\"metrics\",pageAction:\"page_action\",pageViewEvent:\"page_view_event\",pageViewTiming:\"page_view_timing\",sessionReplay:\"session_replay\",sessionTrace:\"session_trace\",softNav:\"soft_navigations\",spa:\"spa\"},u={[c.pageViewEvent]:1,[c.pageViewTiming]:2,[c.metrics]:3,[c.jserrors]:4,[c.spa]:5,[c.ajax]:6,[c.sessionTrace]:7,[c.softNav]:8,[c.sessionReplay]:9,[c.logging]:10,[c.genericEvents]:11},d={[c.pageViewEvent]:a,[c.pageViewTiming]:n,[c.ajax]:n,[c.spa]:n,[c.softNav]:n,[c.metrics]:i,[c.jserrors]:i,[c.sessionTrace]:o,[c.sessionReplay]:o,[c.logging]:s,[c.genericEvents]:\"ins\"}},944:(e,t,r)=\u003e{\"use strict\";r.d(t,{R:()=\u003ei});var n=r(3241);function i(e,t){\"function\"==typeof console.debug\u0026\u0026(console.debug(\"New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e),t),(0,n.W)({agentIdentifier:null,drained:null,type:\"data\",name:\"warn\",feature:\"warn\",data:{code:e,secondary:t}}))}},993:(e,t,r)=\u003e{\"use strict\";r.d(t,{A$:()=\u003eo,ET:()=\u003ea,TZ:()=\u003es,p_:()=\u003ei});var n=r(860);const i={ERROR:\"ERROR\",WARN:\"WARN\",INFO:\"INFO\",DEBUG:\"DEBUG\",TRACE:\"TRACE\"},o={OFF:0,ERROR:1,WARN:2,INFO:3,DEBUG:4,TRACE:5},a=\"log\",s=n.K7.logging},1687:(e,t,r)=\u003e{\"use strict\";r.d(t,{Ak:()=\u003eu,Ze:()=\u003ef,x3:()=\u003ed});var n=r(3241),i=r(7836),o=r(3606),a=r(860),s=r(2646);const c={};function u(e,t){const r={staged:!1,priority:a.P3[t]||0};l(e),c[e].get(t)||c[e].set(t,r)}function d(e,t){e\u0026\u0026c[e]\u0026\u0026(c[e].get(t)\u0026\u0026c[e].delete(t),p(e,t,!1),c[e].size\u0026\u0026h(e))}function l(e){if(!e)throw new Error(\"agentIdentifier required\");c[e]||(c[e]=new Map)}function f(e=\"\",t=\"feature\",r=!1){if(l(e),!e||!c[e].get(t)||r)return p(e,t);c[e].get(t).staged=!0,h(e)}function h(e){const t=Array.from(c[e]);t.every(([e,t])=\u003et.staged)\u0026\u0026(t.sort((e,t)=\u003ee[1].priority-t[1].priority),t.forEach(([t])=\u003e{c[e].delete(t),p(e,t)}))}function p(e,t,r=!0){const a=e?i.ee.get(e):i.ee,c=o.i.handlers;if(!a.aborted\u0026\u0026a.backlog\u0026\u0026c){if((0,n.W)({agentIdentifier:e,type:\"lifecycle\",name:\"drain\",feature:t}),r){const e=a.backlog[t],r=c[t];if(r){for(let t=0;e\u0026\u0026t\u003ce.length;++t)g(e[t],r);Object.entries(r).forEach(([e,t])=\u003e{Object.values(t||{}).forEach(t=\u003e{t[0]?.on\u0026\u0026t[0]?.context()instanceof s.y\u0026\u0026t[0].on(e,t[1])})})}}a.isolatedBacklog||delete c[t],a.backlog[t]=null,a.emit(\"drain-\"+t,[])}}function g(e,t){var r=e[1];Object.values(t[r]||{}).forEach(t=\u003e{var r=e[0];if(t[0]===r){var n=t[1],i=e[3],o=e[2];n.apply(i,o)}})}},1741:(e,t,r)=\u003e{\"use strict\";r.d(t,{W:()=\u003eo});var n=r(944),i=r(4261);class o{#e(e,...t){if(this[e]!==o.prototype[e])return this[e](...t);(0,n.R)(35,e)}addPageAction(e,t){return this.#e(i.hG,e,t)}register(e){return this.#e(i.eY,e)}recordCustomEvent(e,t){return this.#e(i.fF,e,t)}setPageViewName(e,t){return this.#e(i.Fw,e,t)}setCustomAttribute(e,t,r){return this.#e(i.cD,e,t,r)}noticeError(e,t){return this.#e(i.o5,e,t)}setUserId(e){return this.#e(i.Dl,e)}setApplicationVersion(e){return this.#e(i.nb,e)}setErrorHandler(e){return this.#e(i.bt,e)}addRelease(e,t){return this.#e(i.k6,e,t)}log(e,t){return this.#e(i.$9,e,t)}start(){return this.#e(i.d3)}finished(e){return this.#e(i.BL,e)}recordReplay(){return this.#e(i.CH)}pauseReplay(){return this.#e(i.Tb)}addToTrace(e){return this.#e(i.U2,e)}setCurrentRouteName(e){return this.#e(i.PA,e)}interaction(e){return this.#e(i.dT,e)}wrapLogger(e,t,r){return this.#e(i.Wb,e,t,r)}measure(e,t){return this.#e(i.V1,e,t)}}},1863:(e,t,r)=\u003e{\"use strict\";function n(){return Math.floor(performance.now())}r.d(t,{t:()=\u003en})},1910:(e,t,r)=\u003e{\"use strict\";r.d(t,{i:()=\u003eo});var n=r(944);const i=new Map;function o(...e){return e.every(e=\u003e{if(i.has(e))return i.get(e);const t=\"function\"==typeof e\u0026\u0026e.toString().includes(\"[native code]\");return t||(0,n.R)(64,e?.name||e?.toString()),i.set(e,t),t})}},2555:(e,t,r)=\u003e{\"use strict\";r.d(t,{D:()=\u003es,f:()=\u003ea});var n=r(384),i=r(8122);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0};function a(e){try{return!!e.licenseKey\u0026\u0026!!e.errorBeacon\u0026\u0026!!e.applicationID}catch(e){return!1}}const s=e=\u003e(0,i.a)(e,o)},2614:(e,t,r)=\u003e{\"use strict\";r.d(t,{BB:()=\u003ea,H3:()=\u003en,g:()=\u003eu,iL:()=\u003ec,tS:()=\u003es,uh:()=\u003ei,wk:()=\u003eo});const n=\"NRBA\",i=\"SESSION\",o=144e5,a=18e5,s={STARTED:\"session-started\",PAUSE:\"session-pause\",RESET:\"session-reset\",RESUME:\"session-resume\",UPDATE:\"session-update\"},c={SAME_TAB:\"same-tab\",CROSS_TAB:\"cross-tab\"},u={OFF:0,FULL:1,ERROR:2}},2646:(e,t,r)=\u003e{\"use strict\";r.d(t,{y:()=\u003en});class n{constructor(e){this.contextId=e}}},2843:(e,t,r)=\u003e{\"use strict\";r.d(t,{u:()=\u003ei});var n=r(3878);function i(e,t=!1,r,i){(0,n.DD)(\"visibilitychange\",function(){if(t)return void(\"hidden\"===document.visibilityState\u0026\u0026e());e(document.visibilityState)},r,i)}},3241:(e,t,r)=\u003e{\"use strict\";r.d(t,{W:()=\u003eo});var n=r(6154);const i=\"newrelic\";function o(e={}){try{n.gm.dispatchEvent(new CustomEvent(i,{detail:e}))}catch(e){}}},3304:(e,t,r)=\u003e{\"use strict\";r.d(t,{A:()=\u003eo});var n=r(7836);const i=()=\u003e{const e=new WeakSet;return(t,r)=\u003e{if(\"object\"==typeof r\u0026\u0026null!==r){if(e.has(r))return;e.add(r)}return r}};function o(e){try{return JSON.stringify(e,i())??\"\"}catch(e){try{n.ee.emit(\"internal-error\",[e])}catch(e){}return\"\"}}},3333:(e,t,r)=\u003e{\"use strict\";r.d(t,{$v:()=\u003ed,TZ:()=\u003en,Xh:()=\u003ec,Zp:()=\u003ei,kd:()=\u003eu,mq:()=\u003es,nf:()=\u003ea,qN:()=\u003eo});const n=r(860).K7.genericEvents,i=[\"auxclick\",\"click\",\"copy\",\"keydown\",\"paste\",\"scrollend\"],o=[\"focus\",\"blur\"],a=4,s=1e3,c=2e3,u=[\"PageAction\",\"UserAction\",\"BrowserPerformance\"],d={RESOURCES:\"experimental.resources\"}},3434:(e,t,r)=\u003e{\"use strict\";r.d(t,{Jt:()=\u003eo,YM:()=\u003eu});var n=r(7836),i=r(5607);const o=\"nr@original:\".concat(i.W),a=50;var s=Object.prototype.hasOwnProperty,c=!1;function u(e,t){return e||(e=n.ee),r.inPlace=function(e,t,n,i,o){n||(n=\"\");const a=\"-\"===n.charAt(0);for(let s=0;s\u003ct.length;s++){const c=t[s],u=e[c];l(u)||(e[c]=r(u,a?c+n:n,i,c,o))}},r.flag=o,r;function r(t,r,n,c,u){return l(t)?t:(r||(r=\"\"),nrWrapper[o]=t,function(e,t,r){if(Object.defineProperty\u0026\u0026Object.keys)try{return Object.keys(e).forEach(function(r){Object.defineProperty(t,r,{get:function(){return e[r]},set:function(t){return e[r]=t,t}})}),t}catch(e){d([e],r)}for(var n in e)s.call(e,n)\u0026\u0026(t[n]=e[n])}(t,nrWrapper,e),nrWrapper);function nrWrapper(){var o,s,l,f;let h;try{s=this,o=[...arguments],l=\"function\"==typeof n?n(o,s):n||{}}catch(t){d([t,\"\",[o,s,c],l],e)}i(r+\"start\",[o,s,c],l,u);const p=performance.now();let g;try{return f=t.apply(s,o),g=performance.now(),f}catch(e){throw g=performance.now(),i(r+\"err\",[o,s,e],l,u),h=e,h}finally{const e=g-p,t={start:p,end:g,duration:e,isLongTask:e\u003e=a,methodName:c,thrownError:h};t.isLongTask\u0026\u0026i(\"long-task\",[t,s],l,u),i(r+\"end\",[o,s,f],l,u)}}}function i(r,n,i,o){if(!c||t){var a=c;c=!0;try{e.emit(r,n,i,t,o)}catch(t){d([t,r,n,i],e)}c=a}}}function d(e,t){t||(t=n.ee);try{t.emit(\"internal-error\",e)}catch(e){}}function l(e){return!(e\u0026\u0026\"function\"==typeof e\u0026\u0026e.apply\u0026\u0026!e[o])}},3496:(e,t,r)=\u003e{\"use strict\";function n(e){return!e||!(!e.licenseKey||!e.applicationID)}function i(e,t){return!e||e.licenseKey===t.info.licenseKey\u0026\u0026e.applicationID===t.info.applicationID}r.d(t,{A:()=\u003ei,I:()=\u003en})},3606:(e,t,r)=\u003e{\"use strict\";r.d(t,{i:()=\u003eo});var n=r(9908);o.on=a;var i=o.handlers={};function o(e,t,r,o){a(o||n.d,i,e,t,r)}function a(e,t,r,i,o){o||(o=\"feature\"),e||(e=n.d);var a=t[o]=t[o]||{};(a[r]=a[r]||[]).push([e,i])}},3738:(e,t,r)=\u003e{\"use strict\";r.d(t,{He:()=\u003ei,Kp:()=\u003es,Lc:()=\u003eu,Rz:()=\u003ed,TZ:()=\u003en,bD:()=\u003eo,d3:()=\u003ea,jx:()=\u003el,sl:()=\u003ef,uP:()=\u003ec});const n=r(860).K7.sessionTrace,i=\"bstResource\",o=\"resource\",a=\"-start\",s=\"-end\",c=\"fn\"+a,u=\"fn\"+s,d=\"pushState\",l=1e3,f=3e4},3785:(e,t,r)=\u003e{\"use strict\";r.d(t,{R:()=\u003ec,b:()=\u003eu});var n=r(9908),i=r(1863),o=r(860),a=r(8154),s=r(993);function c(e,t,r={},c=s.p_.INFO,u,d=(0,i.t)()){(0,n.p)(a.xV,[\"API/logging/\".concat(c.toLowerCase(),\"/called\")],void 0,o.K7.metrics,e),(0,n.p)(s.ET,[d,t,r,c,u],void 0,o.K7.logging,e)}function u(e){return\"string\"==typeof e\u0026\u0026Object.values(s.p_).some(t=\u003et===e.toUpperCase().trim())}},3878:(e,t,r)=\u003e{\"use strict\";function n(e,t){return{capture:e,passive:!1,signal:t}}function i(e,t,r=!1,i){window.addEventListener(e,t,n(r,i))}function o(e,t,r=!1,i){document.addEventListener(e,t,n(r,i))}r.d(t,{DD:()=\u003eo,jT:()=\u003en,sp:()=\u003ei})},3962:(e,t,r)=\u003e{\"use strict\";r.d(t,{AM:()=\u003ea,O2:()=\u003el,OV:()=\u003eo,Qu:()=\u003ef,TZ:()=\u003ec,ih:()=\u003eh,pP:()=\u003es,t1:()=\u003ed,tC:()=\u003ei,wD:()=\u003eu});var n=r(860);const i=[\"click\",\"keydown\",\"submit\"],o=\"popstate\",a=\"api\",s=\"initialPageLoad\",c=n.K7.softNav,u=5e3,d=500,l={INITIAL_PAGE_LOAD:\"\",ROUTE_CHANGE:1,UNSPECIFIED:2},f={INTERACTION:1,AJAX:2,CUSTOM_END:3,CUSTOM_TRACER:4},h={IP:\"in progress\",PF:\"pending finish\",FIN:\"finished\",CAN:\"cancelled\"}},4234:(e,t,r)=\u003e{\"use strict\";r.d(t,{W:()=\u003eo});var n=r(7836),i=r(1687);class o{constructor(e,t){this.agentIdentifier=e,this.ee=n.ee.get(e),this.featureName=t,this.blocked=!1}deregisterDrain(){(0,i.x3)(this.agentIdentifier,this.featureName)}}},4261:(e,t,r)=\u003e{\"use strict\";r.d(t,{$9:()=\u003ed,BL:()=\u003ec,CH:()=\u003ep,Dl:()=\u003eR,Fw:()=\u003ew,PA:()=\u003ev,Pl:()=\u003en,Tb:()=\u003ef,U2:()=\u003ea,V1:()=\u003eE,Wb:()=\u003eT,bt:()=\u003ey,cD:()=\u003eb,d3:()=\u003ex,dT:()=\u003eu,eY:()=\u003eg,fF:()=\u003eh,hG:()=\u003eo,hw:()=\u003ei,k6:()=\u003es,nb:()=\u003em,o5:()=\u003el});const n=\"api-\",i=n+\"ixn-\",o=\"addPageAction\",a=\"addToTrace\",s=\"addRelease\",c=\"finished\",u=\"interaction\",d=\"log\",l=\"noticeError\",f=\"pauseReplay\",h=\"recordCustomEvent\",p=\"recordReplay\",g=\"register\",m=\"setApplicationVersion\",v=\"setCurrentRouteName\",b=\"setCustomAttribute\",y=\"setErrorHandler\",w=\"setPageViewName\",R=\"setUserId\",x=\"start\",T=\"wrapLogger\",E=\"measure\"},5205:(e,t,r)=\u003e{\"use strict\";r.d(t,{j:()=\u003eO});var n=r(384),i=r(1741);var o=r(2555),a=r(3333);const s=e=\u003e{if(!e||\"string\"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var c=r(2614),u=r(944),d=r(8122);const l=\"[data-nr-mask]\",f=e=\u003e(0,d.a)(e,(()=\u003e{const e={feature_flags:[],experimental:{resources:!1},mask_selector:\"*\",block_selector:\"[data-nr-block]\",mask_input_options:{color:!1,date:!1,\"datetime-local\":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,autoStart:!0},api:{allow_registered_children:!0,duplicate_registered_data:!1},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},get feature_flags(){return e.feature_flags},set feature_flags(t){e.feature_flags=t},generic_events:{enabled:!0,autoStart:!0},harvest:{interval:30},jserrors:{enabled:!0,autoStart:!0},logging:{enabled:!0,autoStart:!0},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,autoStart:!0},performance:{capture_marks:!1,capture_measures:!1,capture_detail:!0,resources:{get enabled(){return e.feature_flags.includes(a.$v.RESOURCES)||e.experimental.resources},set enabled(t){e.experimental.resources=t},asset_types:[],first_party_domains:[],ignore_newrelic:!0}},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:c.wk,inactiveMs:c.BB},session_replay:{autoStart:!0,enabled:!1,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){s(t)?e.mask_selector=\"\".concat(t,\",\").concat(l):\"\"===t||null===t?e.mask_selector=l:(0,u.R)(5,t)},get block_class(){return\"nr-block\"},get ignore_class(){return\"nr-ignore\"},get mask_text_class(){return\"nr-mask\"},get block_selector(){return e.block_selector},set block_selector(t){s(t)?e.block_selector+=\",\".concat(t):\"\"!==t\u0026\u0026(0,u.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t\u0026\u0026\"object\"==typeof t?e.mask_input_options={...t,password:!0}:(0,u.R)(7,t)}},session_trace:{enabled:!0,autoStart:!0},soft_navigations:{enabled:!0,autoStart:!0},spa:{enabled:!0,autoStart:!0},ssl:void 0,user_actions:{enabled:!0,elementAttributes:[\"id\",\"className\",\"tagName\",\"type\"]}}})());var h=r(6154),p=r(9324);let g=0;const m={buildEnv:p.F3,distMethod:p.Xs,version:p.xv,originTime:h.WN},v={appMetadata:{},customTransaction:void 0,denyList:void 0,disabled:!1,entityManager:void 0,harvester:void 0,isolatedBacklog:!1,isRecording:!1,loaderType:void 0,maxBytes:3e4,obfuscator:void 0,onerror:void 0,ptid:void 0,releaseIds:{},session:void 0,timeKeeper:void 0,jsAttributesMetadata:{bytes:0},get harvestCount(){return++g}},b=e=\u003e{const t=(0,d.a)(e,v),r=Object.keys(m).reduce((e,t)=\u003e(e[t]={value:m[t],writable:!1,configurable:!0,enumerable:!0},e),{});return Object.defineProperties(t,r)};var y=r(5701);const w=e=\u003e{const t=e.startsWith(\"http\");e+=\"/\",r.p=t?e:\"https://\"+e};var R=r(7836),x=r(3241);const T={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},E=e=\u003e(0,d.a)(e,T),A=new Set;function O(e,t={},r,a){let{init:s,info:c,loader_config:u,runtime:d={},exposed:l=!0}=t;if(!c){const e=(0,n.pV)();s=e.init,c=e.info,u=e.loader_config}e.init=f(s||{}),e.loader_config=E(u||{}),c.jsAttributes??={},h.bv\u0026\u0026(c.jsAttributes.isWorker=!0),e.info=(0,o.D)(c);const p=e.init,g=[c.beacon,c.errorBeacon];A.has(e.agentIdentifier)||(p.proxy.assets\u0026\u0026(w(p.proxy.assets),g.push(p.proxy.assets)),p.proxy.beacon\u0026\u0026g.push(p.proxy.beacon),e.beacons=[...g],function(e){const t=(0,n.pV)();Object.getOwnPropertyNames(i.W.prototype).forEach(r=\u003e{const n=i.W.prototype[r];if(\"function\"!=typeof n||\"constructor\"===n)return;let o=t[r];e[r]\u0026\u0026!1!==e.exposed\u0026\u0026\"micro-agent\"!==e.runtime?.loaderType\u0026\u0026(t[r]=(...t)=\u003e{const n=e[r](...t);return o?o(...t):n})})}(e),(0,n.US)(\"activatedFeatures\",y.B),e.runSoftNavOverSpa\u0026\u0026=!0===p.soft_navigations.enabled\u0026\u0026p.feature_flags.includes(\"soft_nav\")),d.denyList=[...p.ajax.deny_list||[],...p.ajax.block_internal?g:[]],d.ptid=e.agentIdentifier,d.loaderType=r,e.runtime=b(d),A.has(e.agentIdentifier)||(e.ee=R.ee.get(e.agentIdentifier),e.exposed=l,(0,x.W)({agentIdentifier:e.agentIdentifier,drained:!!y.B?.[e.agentIdentifier],type:\"lifecycle\",name:\"initialize\",feature:void 0,data:e.config})),A.add(e.agentIdentifier)}},5270:(e,t,r)=\u003e{\"use strict\";r.d(t,{Aw:()=\u003ea,SR:()=\u003eo,rF:()=\u003es});var n=r(384),i=r(7767);function o(e){return!!(0,n.dV)().o.MO\u0026\u0026(0,i.V)(e)\u0026\u0026!0===e?.session_trace.enabled}function a(e){return!0===e?.session_replay.preload\u0026\u0026o(e)}function s(e,t){try{if(\"string\"==typeof t?.type){if(\"password\"===t.type.toLowerCase())return\"*\".repeat(e?.length||0);if(void 0!==t?.dataset?.nrUnmask||t?.classList?.contains(\"nr-unmask\"))return e}}catch(e){}return\"string\"==typeof e?e.replace(/[\\S]/g,\"*\"):\"*\".repeat(e?.length||0)}},5289:(e,t,r)=\u003e{\"use strict\";r.d(t,{GG:()=\u003eo,Qr:()=\u003es,sB:()=\u003ea});var n=r(3878);function i(){return\"undefined\"==typeof document||\"complete\"===document.readyState}function o(e,t){if(i())return e();(0,n.sp)(\"load\",e,t)}function a(e){if(i())return e();(0,n.DD)(\"DOMContentLoaded\",e)}function s(e){if(i())return e();(0,n.sp)(\"popstate\",e)}},5607:(e,t,r)=\u003e{\"use strict\";r.d(t,{W:()=\u003en});const n=(0,r(9566).bz)()},5701:(e,t,r)=\u003e{\"use strict\";r.d(t,{B:()=\u003eo,t:()=\u003ea});var n=r(3241);const i=new Set,o={};function a(e,t){const r=t.agentIdentifier;o[r]??={},e\u0026\u0026\"object\"==typeof e\u0026\u0026(i.has(r)||(t.ee.emit(\"rumresp\",[e]),o[r]=e,i.add(r),(0,n.W)({agentIdentifier:r,loaded:!0,drained:!0,type:\"lifecycle\",name:\"load\",feature:void 0,data:e})))}},6154:(e,t,r)=\u003e{\"use strict\";r.d(t,{A4:()=\u003es,OF:()=\u003ed,RI:()=\u003ei,WN:()=\u003eh,bv:()=\u003eo,gm:()=\u003ea,lR:()=\u003ef,m:()=\u003eu,mw:()=\u003ec,sb:()=\u003el});var n=r(1863);const i=\"undefined\"!=typeof window\u0026\u0026!!window.document,o=\"undefined\"!=typeof WorkerGlobalScope\u0026\u0026(\"undefined\"!=typeof self\u0026\u0026self instanceof WorkerGlobalScope\u0026\u0026self.navigator instanceof WorkerNavigator||\"undefined\"!=typeof globalThis\u0026\u0026globalThis instanceof WorkerGlobalScope\u0026\u0026globalThis.navigator instanceof WorkerNavigator),a=i?window:\"undefined\"!=typeof WorkerGlobalScope\u0026\u0026(\"undefined\"!=typeof self\u0026\u0026self instanceof WorkerGlobalScope\u0026\u0026self||\"undefined\"!=typeof globalThis\u0026\u0026globalThis instanceof WorkerGlobalScope\u0026\u0026globalThis),s=\"complete\"===a?.document?.readyState,c=Boolean(\"hidden\"===a?.document?.visibilityState),u=\"\"+a?.location,d=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),l=d\u0026\u0026\"undefined\"==typeof SharedWorker,f=(()=\u003e{const e=a.navigator?.userAgent?.match(/Firefox[/\\s](\\d+\\.\\d+)/);return Array.isArray(e)\u0026\u0026e.length\u003e=2?+e[1]:0})(),h=Date.now()-(0,n.t)()},6344:(e,t,r)=\u003e{\"use strict\";r.d(t,{BB:()=\u003ed,G4:()=\u003eo,Qb:()=\u003el,TZ:()=\u003ei,Ug:()=\u003ea,_s:()=\u003es,bc:()=\u003eu,yP:()=\u003ec});var n=r(2614);const i=r(860).K7.sessionReplay,o={RECORD:\"recordReplay\",PAUSE:\"pauseReplay\",ERROR_DURING_REPLAY:\"errorDuringReplay\"},a=.12,s={DomContentLoaded:0,Load:1,FullSnapshot:2,IncrementalSnapshot:3,Meta:4,Custom:5},c={[n.g.ERROR]:15e3,[n.g.FULL]:3e5,[n.g.OFF]:0},u={RESET:{message:\"Session was reset\",sm:\"Reset\"},IMPORT:{message:\"Recorder failed to import\",sm:\"Import\"},TOO_MANY:{message:\"429: Too Many Requests\",sm:\"Too-Many\"},TOO_BIG:{message:\"Payload was too large\",sm:\"Too-Big\"},CROSS_TAB:{message:\"Session Entity was set to OFF on another tab\",sm:\"Cross-Tab\"},ENTITLEMENTS:{message:\"Session Replay is not allowed and will not be started\",sm:\"Entitlement\"}},d=5e3,l={API:\"api\",RESUME:\"resume\",SWITCH_TO_FULL:\"switchToFull\",INITIALIZE:\"initialize\",PRELOAD:\"preload\"}},6389:(e,t,r)=\u003e{\"use strict\";function n(e,t=500,r={}){const n=r?.leading||!1;let i;return(...r)=\u003e{n\u0026\u0026void 0===i\u0026\u0026(e.apply(this,r),i=setTimeout(()=\u003e{i=clearTimeout(i)},t)),n||(clearTimeout(i),i=setTimeout(()=\u003e{e.apply(this,r)},t))}}function i(e){let t=!1;return(...r)=\u003e{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=\u003ei,s:()=\u003en})},6630:(e,t,r)=\u003e{\"use strict\";r.d(t,{T:()=\u003en});const n=r(860).K7.pageViewEvent},6774:(e,t,r)=\u003e{\"use strict\";r.d(t,{T:()=\u003en});const n=r(860).K7.jserrors},7295:(e,t,r)=\u003e{\"use strict\";r.d(t,{Xv:()=\u003ea,gX:()=\u003ei,iW:()=\u003eo});var n=[];function i(e){if(!e||o(e))return!1;if(0===n.length)return!0;for(var t=0;t\u003cn.length;t++){var r=n[t];if(\"*\"===r.hostname)return!1;if(s(r.hostname,e.hostname)\u0026\u0026c(r.pathname,e.pathname))return!1}return!0}function o(e){return void 0===e.hostname}function a(e){if(n=[],e\u0026\u0026e.length)for(var t=0;t\u003ce.length;t++){let r=e[t];if(!r)continue;0===r.indexOf(\"http://\")?r=r.substring(7):0===r.indexOf(\"https://\")\u0026\u0026(r=r.substring(8));const i=r.indexOf(\"/\");let o,a;i\u003e0?(o=r.substring(0,i),a=r.substring(i)):(o=r,a=\"\");let[s]=o.split(\":\");n.push({hostname:s,pathname:a})}}function s(e,t){return!(e.length\u003et.length)\u0026\u0026t.indexOf(e)===t.length-e.length}function c(e,t){return 0===e.indexOf(\"/\")\u0026\u0026(e=e.substring(1)),0===t.indexOf(\"/\")\u0026\u0026(t=t.substring(1)),\"\"===e||e===t}},7378:(e,t,r)=\u003e{\"use strict\";r.d(t,{$p:()=\u003ex,BR:()=\u003eb,Kp:()=\u003eR,L3:()=\u003ey,Lc:()=\u003ec,NC:()=\u003eo,SG:()=\u003ed,TZ:()=\u003ei,U6:()=\u003ep,UT:()=\u003em,d3:()=\u003ew,dT:()=\u003ef,e5:()=\u003eE,gx:()=\u003ev,l9:()=\u003el,oW:()=\u003eh,op:()=\u003eg,rw:()=\u003eu,tH:()=\u003eA,uP:()=\u003es,wW:()=\u003eT,xq:()=\u003ea});var n=r(384);const i=r(860).K7.spa,o=[\"click\",\"submit\",\"keypress\",\"keydown\",\"keyup\",\"change\"],a=999,s=\"fn-start\",c=\"fn-end\",u=\"cb-start\",d=\"api-ixn-\",l=\"remaining\",f=\"interaction\",h=\"spaNode\",p=\"jsonpNode\",g=\"fetch-start\",m=\"fetch-done\",v=\"fetch-body-\",b=\"jsonp-end\",y=(0,n.dV)().o.ST,w=\"-start\",R=\"-end\",x=\"-body\",T=\"cb\"+R,E=\"jsTime\",A=\"fetch\"},7485:(e,t,r)=\u003e{\"use strict\";r.d(t,{D:()=\u003ei});var n=r(6154);function i(e){if(0===(e||\"\").indexOf(\"data:\"))return{protocol:\"data\"};try{const t=new URL(e,location.href),r={port:t.port,hostname:t.hostname,pathname:t.pathname,search:t.search,protocol:t.protocol.slice(0,t.protocol.indexOf(\":\")),sameOrigin:t.protocol===n.gm?.location?.protocol\u0026\u0026t.host===n.gm?.location?.host};return r.port\u0026\u0026\"\"!==r.port||(\"http:\"===t.protocol\u0026\u0026(r.port=\"80\"),\"https:\"===t.protocol\u0026\u0026(r.port=\"443\")),r.pathname\u0026\u0026\"\"!==r.pathname?r.pathname.startsWith(\"/\")||(r.pathname=\"/\".concat(r.pathname)):r.pathname=\"/\",r}catch(e){return{}}}},7699:(e,t,r)=\u003e{\"use strict\";r.d(t,{It:()=\u003ei,No:()=\u003en,qh:()=\u003ea,uh:()=\u003eo});const n=16e3,i=1e6,o=\"NR_CONTAINER_AGENT\",a=\"SESSION_ERROR\"},7767:(e,t,r)=\u003e{\"use strict\";r.d(t,{V:()=\u003ei});var n=r(6154);const i=e=\u003en.RI\u0026\u0026!0===e?.privacy.cookies_enabled},7836:(e,t,r)=\u003e{\"use strict\";r.d(t,{P:()=\u003es,ee:()=\u003ec});var n=r(384),i=r(8990),o=r(2646),a=r(5607);const s=\"nr@context:\".concat(a.W),c=function e(t,r){var n={},a={},d={},l=!1;try{l=16===r.length\u0026\u0026u.initializedAgents?.[r]?.runtime.isolatedBacklog}catch(e){}var f={on:p,addEventListener:p,removeEventListener:function(e,t){var r=n[e];if(!r)return;for(var i=0;i\u003cr.length;i++)r[i]===t\u0026\u0026r.splice(i,1)},emit:function(e,r,n,i,o){!1!==o\u0026\u0026(o=!0);if(c.aborted\u0026\u0026!i)return;t\u0026\u0026o\u0026\u0026t.emit(e,r,n);var s=h(n);g(e).forEach(e=\u003e{e.apply(s,r)});var u=v()[a[e]];u\u0026\u0026u.push([f,e,r,s]);return s},get:m,listeners:g,context:h,buffer:function(e,t){const r=v();if(t=t||\"feature\",f.aborted)return;Object.entries(e||{}).forEach(([e,n])=\u003e{a[n]=t,t in r||(r[t]=[])})},abort:function(){f._aborted=!0,Object.keys(f.backlog).forEach(e=\u003e{delete f.backlog[e]})},isBuffering:function(e){return!!v()[a[e]]},debugId:r,backlog:l?{}:t\u0026\u0026\"object\"==typeof t.backlog?t.backlog:{},isolatedBacklog:l};return Object.defineProperty(f,\"aborted\",{get:()=\u003e{let e=f._aborted||!1;return e||(t\u0026\u0026(e=t.aborted),e)}}),f;function h(e){return e\u0026\u0026e instanceof o.y?e:e?(0,i.I)(e,s,()=\u003enew o.y(s)):new o.y(s)}function p(e,t){n[e]=g(e).concat(t)}function g(e){return n[e]||[]}function m(t){return d[t]=d[t]||e(f,t)}function v(){return f.backlog}}(void 0,\"globalEE\"),u=(0,n.Zm)();u.ee||(u.ee=c)},8122:(e,t,r)=\u003e{\"use strict\";r.d(t,{a:()=\u003ei});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])\u0026\u0026Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):\"object\"==typeof e[a]\u0026\u0026\"object\"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){r[a]||(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},8139:(e,t,r)=\u003e{\"use strict\";r.d(t,{u:()=\u003ef});var n=r(7836),i=r(3434),o=r(8990),a=r(6154);const s={},c=a.gm.XMLHttpRequest,u=\"addEventListener\",d=\"removeEventListener\",l=\"nr@wrapped:\".concat(n.P);function f(e){var t=function(e){return(e||n.ee).get(\"events\")}(e);if(s[t.debugId]++)return t;s[t.debugId]=1;var r=(0,i.YM)(t,!0);function f(e){r.inPlace(e,[u,d],\"-\",p)}function p(e,t){return e[1]}return\"getPrototypeOf\"in Object\u0026\u0026(a.RI\u0026\u0026h(document,f),c\u0026\u0026h(c.prototype,f),h(a.gm,f)),t.on(u+\"-start\",function(e,t){var n=e[1];if(null!==n\u0026\u0026(\"function\"==typeof n||\"object\"==typeof n)\u0026\u0026\"newrelic\"!==e[0]){var i=(0,o.I)(n,l,function(){var e={object:function(){if(\"function\"!=typeof n.handleEvent)return;return n.handleEvent.apply(n,arguments)},function:n}[typeof n];return e?r(e,\"fn-\",null,e.name||\"anonymous\"):n});this.wrapped=e[1]=i}}),t.on(d+\"-start\",function(e){e[1]=this.wrapped||e[1]}),t}function h(e,t,...r){let n=e;for(;\"object\"==typeof n\u0026\u0026!Object.prototype.hasOwnProperty.call(n,u);)n=Object.getPrototypeOf(n);n\u0026\u0026t(n,...r)}},8154:(e,t,r)=\u003e{\"use strict\";r.d(t,{z_:()=\u003eo,XG:()=\u003es,TZ:()=\u003en,rs:()=\u003ei,xV:()=\u003ea});r(6154),r(9566),r(384);const n=r(860).K7.metrics,i=\"sm\",o=\"cm\",a=\"storeSupportabilityMetrics\",s=\"storeEventMetrics\"},8374:(e,t,r)=\u003e{r.nc=(()=\u003e{try{return document?.currentScript?.nonce}catch(e){}return\"\"})()},8990:(e,t,r)=\u003e{\"use strict\";r.d(t,{I:()=\u003ei});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty\u0026\u0026Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},9300:(e,t,r)=\u003e{\"use strict\";r.d(t,{T:()=\u003en});const n=r(860).K7.ajax},9324:(e,t,r)=\u003e{\"use strict\";r.d(t,{AJ:()=\u003ea,F3:()=\u003ei,Xs:()=\u003eo,Yq:()=\u003es,xv:()=\u003en});const n=\"1.301.0\",i=\"PROD\",o=\"CDN\",a=\"@newrelic/rrweb\",s=\"1.0.1\"},9566:(e,t,r)=\u003e{\"use strict\";r.d(t,{LA:()=\u003es,ZF:()=\u003ec,bz:()=\u003ea,el:()=\u003eu});var n=r(6154);const i=\"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\";function o(e,t){return e?15\u0026e[t]:16*Math.random()|0}function a(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e\u0026\u0026e.getRandomValues\u0026\u0026(t=e.getRandomValues(new Uint8Array(30))),i.split(\"\").map(e=\u003e\"x\"===e?o(t,r++).toString(16):\"y\"===e?(3\u0026o()|8).toString(16):e).join(\"\")}function s(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t\u0026\u0026t.getRandomValues\u0026\u0026(r=t.getRandomValues(new Uint8Array(e)));const a=[];for(var s=0;s\u003ce;s++)a.push(o(r,i++).toString(16));return a.join(\"\")}function c(){return s(16)}function u(){return s(32)}},9908:(e,t,r)=\u003e{\"use strict\";r.d(t,{d:()=\u003en,p:()=\u003ei});var n=r(7836).ee.get(\"handle\");function i(e,t,r,i,o){o?(o.buffer([e],i),o.emit(e,t,r)):(n.buffer([e],i),n.emit(e,t,r))}}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.m=r,i.d=(e,t)=\u003e{for(var r in t)i.o(t,r)\u0026\u0026!i.o(e,r)\u0026\u0026Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=\u003ePromise.all(Object.keys(i.f).reduce((t,r)=\u003e(i.f[r](e,t),t),[])),i.u=e=\u003e({212:\"nr-spa-compressor\",249:\"nr-spa-recorder\",478:\"nr-spa\"}[e]+\"-1.301.0.min.js\"),i.o=(e,t)=\u003eObject.prototype.hasOwnProperty.call(e,t),e={},t=\"NRBA-1.301.0.PROD:\",i.l=(r,n,o,a)=\u003e{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName(\"script\"),d=0;d\u003cu.length;d++){var l=u[d];if(l.getAttribute(\"src\")==r||l.getAttribute(\"data-webpack\")==t+o){s=l;break}}if(!s){c=!0;var f={478:\"sha512-7qHClSVBtoyiwRvCkgyaF5Ps0RAENoPwjauK0I+0bYyBYefdZVshGSe8JQWh/Wexd7hFuUui5xp+2xn5U1a3ZA==\",249:\"sha512-KuEP0gQ0mAldYT/AqNp3NW4kVb0kLtfIlXaPSFq4WQRFf8vKVNnSqiafso/bWR75halLwFsgmJtdLJEzntVZoQ==\",212:\"sha512-fqWEILwVJyfYV9/SedvSjCZ6hDRNjOvwYfN73wxZtahaztcFZ2cr3Ns172tBGIDQeWO25QmSlihZm+awv8ma/w==\"};(s=document.createElement(\"script\")).charset=\"utf-8\",i.nc\u0026\u0026s.setAttribute(\"nonce\",i.nc),s.setAttribute(\"data-webpack\",t+o),s.src=r,0!==s.src.indexOf(window.location.origin+\"/\")\u0026\u0026(s.crossOrigin=\"anonymous\"),f[a]\u0026\u0026(s.integrity=f[a])}e[r]=[n];var h=(t,n)=\u003e{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode\u0026\u0026s.parentNode.removeChild(s),i\u0026\u0026i.forEach(e=\u003ee(n)),t)return t(n)},p=setTimeout(h.bind(null,void 0,{type:\"timeout\",target:s}),12e4);s.onerror=h.bind(null,s.onerror),s.onload=h.bind(null,s.onload),c\u0026\u0026document.head.appendChild(s)}},i.r=e=\u003e{\"undefined\"!=typeof Symbol\u0026\u0026Symbol.toStringTag\u0026\u0026Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},i.p=\"https://js-agent.newrelic.com/\",(()=\u003e{var e={38:0,788:0};i.f.j=(t,r)=\u003e{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise((r,i)=\u003en=e[t]=[r,i]);r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,r=\u003e{if(i.o(e,t)\u0026\u0026(0!==(n=e[t])\u0026\u0026(e[t]=void 0),n)){var o=r\u0026\u0026(\"load\"===r.type?\"missing\":r.type),a=r\u0026\u0026r.target\u0026\u0026r.target.src;s.message=\"Loading chunk \"+t+\" failed.\\n(\"+o+\": \"+a+\")\",s.name=\"ChunkLoadError\",s.type=o,s.request=a,n[1](s)}},\"chunk-\"+t,t)}};var t=(t,r)=\u003e{var n,o,[a,s,c]=r,u=0;if(a.some(t=\u003e0!==e[t])){for(n in s)i.o(s,n)\u0026\u0026(i.m[n]=s[n]);if(c)c(i)}for(t\u0026\u0026t(r);u\u003ca.length;u++)o=a[u],i.o(e,o)\u0026\u0026e[o]\u0026\u0026e[o][0](),e[o]=0},r=self[\"webpackChunk:NRBA-1.301.0.PROD\"]=self[\"webpackChunk:NRBA-1.301.0.PROD\"]||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=\u003e{\"use strict\";i(8374);var e=i(9566),t=i(1741);class r extends t.W{agentIdentifier=(0,e.LA)(16)}var n=i(860);const o=Object.values(n.K7);var a=i(5205);var s=i(9908),c=i(1863),u=i(4261),d=i(3241),l=i(944),f=i(5701),h=i(8154);function p(e,t,i,o){const a=o||i;!a||a[e]\u0026\u0026a[e]!==r.prototype[e]||(a[e]=function(){(0,s.p)(h.xV,[\"API/\"+e+\"/called\"],void 0,n.K7.metrics,i.ee),(0,d.W)({agentIdentifier:i.agentIdentifier,drained:!!f.B?.[i.agentIdentifier],type:\"data\",name:\"api\",feature:u.Pl+e,data:{}});try{return t.apply(this,arguments)}catch(e){(0,l.R)(23,e)}})}function g(e,t,r,n,i){const o=e.info;null===r?delete o.jsAttributes[t]:o.jsAttributes[t]=r,(i||null===r)\u0026\u0026(0,s.p)(u.Pl+n,[(0,c.t)(),t,r],void 0,\"session\",e.ee)}var m=i(1687),v=i(4234),b=i(5289),y=i(6154),w=i(5270),R=i(7767),x=i(6389),T=i(7699);class E extends v.W{constructor(e,t){super(e.agentIdentifier,t),this.agentRef=e,this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,this.deferred=Promise.resolve(),!1===e.init[this.featureName].autoStart?this.deferred=new Promise((t,r)=\u003e{this.ee.on(\"manual-start-all\",(0,x.J)(()=\u003e{(0,m.Ak)(e.agentIdentifier,this.featureName),t()}))}):(0,m.Ak)(e.agentIdentifier,t)}importAggregator(e,t,r={}){if(this.featAggregate)return;let n;this.onAggregateImported=new Promise(e=\u003e{n=e});const o=async()=\u003e{let o;await this.deferred;try{if((0,R.V)(e.init)){const{setupAgentSession:t}=await i.e(478).then(i.bind(i,8766));o=t(e)}}catch(e){(0,l.R)(20,e),this.ee.emit(\"internal-error\",[e]),(0,s.p)(T.qh,[e],void 0,this.featureName,this.ee)}try{if(!this.#t(this.featureName,o,e.init))return(0,m.Ze)(this.agentIdentifier,this.featureName),void n(!1);const{Aggregate:i}=await t();this.featAggregate=new i(e,r),e.runtime.harvester.initializedAggregates.push(this.featAggregate),n(!0)}catch(e){(0,l.R)(34,e),this.abortHandler?.(),(0,m.Ze)(this.agentIdentifier,this.featureName,!0),n(!1),this.ee\u0026\u0026this.ee.abort()}};y.RI?(0,b.GG)(()=\u003eo(),!0):o()}#t(e,t,r){if(this.blocked)return!1;switch(e){case n.K7.sessionReplay:return(0,w.SR)(r)\u0026\u0026!!t;case n.K7.sessionTrace:return!!t;default:return!0}}}var A=i(6630),O=i(2614);class S extends E{static featureName=A.T;constructor(e){var t;super(e,A.T),this.setupInspectionEvents(e.agentIdentifier),t=e,p(u.Fw,function(e,r){\"string\"==typeof e\u0026\u0026(\"/\"!==e.charAt(0)\u0026\u0026(e=\"/\"+e),t.runtime.customTransaction=(r||\"http://custom.transaction\")+e,(0,s.p)(u.Pl+u.Fw,[(0,c.t)()],void 0,void 0,t.ee))},t),this.ee.on(\"api-send-rum\",(e,t)=\u003e(0,s.p)(\"send-rum\",[e,t],void 0,this.featureName,this.ee)),this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,1983)))}setupInspectionEvents(e){const t=(t,r)=\u003e{t\u0026\u0026(0,d.W)({agentIdentifier:e,timeStamp:t.timeStamp,loaded:\"complete\"===t.target.readyState,type:\"window\",name:r,data:t.target.location+\"\"})};(0,b.sB)(e=\u003e{t(e,\"DOMContentLoaded\")}),(0,b.GG)(e=\u003e{t(e,\"load\")}),(0,b.Qr)(e=\u003e{t(e,\"navigate\")}),this.ee.on(O.tS.UPDATE,(t,r)=\u003e{(0,d.W)({agentIdentifier:e,type:\"lifecycle\",name:\"session\",data:r})})}}var N=i(384);var _=i(2843),I=i(3878),P=i(782);class j extends E{static featureName=P.T;constructor(e){super(e,P.T),y.RI\u0026\u0026((0,_.u)(()=\u003e(0,s.p)(\"docHidden\",[(0,c.t)()],void 0,P.T,this.ee),!0),(0,I.sp)(\"pagehide\",()=\u003e(0,s.p)(\"winPagehide\",[(0,c.t)()],void 0,P.T,this.ee)),this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,9917))))}}class C extends E{static featureName=h.TZ;constructor(e){super(e,h.TZ),y.RI\u0026\u0026document.addEventListener(\"securitypolicyviolation\",e=\u003e{(0,s.p)(h.xV,[\"Generic/CSPViolation/Detected\"],void 0,this.featureName,this.ee)}),this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,6555)))}}var k=i(6774),L=i(3304);class H{constructor(e,t,r,n,i){this.name=\"UncaughtError\",this.message=\"string\"==typeof e?e:(0,L.A)(e),this.sourceURL=t,this.line=r,this.column=n,this.__newrelic=i}}function M(e){return U(e)?e:new H(void 0!==e?.message?e.message:e,e?.filename||e?.sourceURL,e?.lineno||e?.line,e?.colno||e?.col,e?.__newrelic,e?.cause)}function D(e){const t=\"Unhandled Promise Rejection: \";if(!e?.reason)return;if(U(e.reason)){try{e.reason.message.startsWith(t)||(e.reason.message=t+e.reason.message)}catch(e){}return M(e.reason)}const r=M(e.reason);return(r.message||\"\").startsWith(t)||(r.message=t+r.message),r}function K(e){if(e.error instanceof SyntaxError\u0026\u0026!/:\\d+$/.test(e.error.stack?.trim())){const t=new H(e.message,e.filename,e.lineno,e.colno,e.error.__newrelic,e.cause);return t.name=SyntaxError.name,t}return U(e.error)?e.error:M(e)}function U(e){return e instanceof Error\u0026\u0026!!e.stack}function F(e,t,r,i,o=(0,c.t)()){\"string\"==typeof e\u0026\u0026(e=new Error(e)),(0,s.p)(\"err\",[e,o,!1,t,r.runtime.isRecording,void 0,i],void 0,n.K7.jserrors,r.ee),(0,s.p)(\"uaErr\",[],void 0,n.K7.genericEvents,r.ee)}var W=i(3496),B=i(993),G=i(3785);function V(e,{customAttributes:t={},level:r=B.p_.INFO}={},n,i,o=(0,c.t)()){(0,G.R)(n.ee,e,t,r,i,o)}function z(e,t,r,i,o=(0,c.t)()){(0,s.p)(u.Pl+u.hG,[o,e,t,i],void 0,n.K7.genericEvents,r.ee)}function Z(e){p(u.eY,function(t){return function(e,t){const r={};let i,o;(0,l.R)(54,\"newrelic.register\"),e.init.api.allow_registered_children||(i=()=\u003e(0,l.R)(55));t\u0026\u0026(0,W.I)(t)||(i=()=\u003e(0,l.R)(48,t));const a={addPageAction:(n,i={})=\u003e{u(z,[n,{...r,...i},e],t)},log:(n,i={})=\u003e{u(V,[n,{...i,customAttributes:{...r,...i.customAttributes||{}}},e],t)},noticeError:(n,i={})=\u003e{u(F,[n,{...r,...i},e],t)},setApplicationVersion:e=\u003e{r[\"application.version\"]=e},setCustomAttribute:(e,t)=\u003e{r[e]=t},setUserId:e=\u003e{r[\"enduser.id\"]=e},metadata:{customAttributes:r,target:t,get connected(){return o||Promise.reject(new Error(\"Failed to connect\"))}}};i?i():o=new Promise((n,i)=\u003e{try{const o=e.runtime?.entityManager;let s=!!o?.get().entityGuid,c=o?.getEntityGuidFor(t.licenseKey,t.applicationID),u=!!c;if(s\u0026\u0026u)t.entityGuid=c,n(a);else{const d=setTimeout(()=\u003ei(new Error(\"Failed to connect - Timeout\")),15e3);function l(r){(0,W.A)(r,e)?s||=!0:t.licenseKey===r.licenseKey\u0026\u0026t.applicationID===r.applicationID\u0026\u0026(u=!0,t.entityGuid=r.entityGuid),s\u0026\u0026u\u0026\u0026(clearTimeout(d),e.ee.removeEventListener(\"entity-added\",l),n(a))}e.ee.emit(\"api-send-rum\",[r,t]),e.ee.on(\"entity-added\",l)}}catch(f){i(f)}});const u=async(t,r,a)=\u003e{if(i)return i();const u=(0,c.t)();(0,s.p)(h.xV,[\"API/register/\".concat(t.name,\"/called\")],void 0,n.K7.metrics,e.ee);try{await o;const n=e.init.api.duplicate_registered_data;(!0===n||Array.isArray(n)\u0026\u0026n.includes(a.entityGuid))\u0026\u0026t(...r,void 0,u),t(...r,a.entityGuid,u)}catch(e){(0,l.R)(50,e)}};return a}(e,t)},e)}class q extends E{static featureName=k.T;constructor(e){var t;super(e,k.T),t=e,p(u.o5,(e,r)=\u003eF(e,r,t),t),function(e){p(u.bt,function(t){e.runtime.onerror=t},e)}(e),function(e){let t=0;p(u.k6,function(e,r){++t\u003e10||(this.runtime.releaseIds[e.slice(-200)]=(\"\"+r).slice(-200))},e)}(e),Z(e);try{this.removeOnAbort=new AbortController}catch(e){}this.ee.on(\"internal-error\",(t,r)=\u003e{this.abortHandler\u0026\u0026(0,s.p)(\"ierr\",[M(t),(0,c.t)(),!0,{},e.runtime.isRecording,r],void 0,this.featureName,this.ee)}),y.gm.addEventListener(\"unhandledrejection\",t=\u003e{this.abortHandler\u0026\u0026(0,s.p)(\"err\",[D(t),(0,c.t)(),!1,{unhandledPromiseRejection:1},e.runtime.isRecording],void 0,this.featureName,this.ee)},(0,I.jT)(!1,this.removeOnAbort?.signal)),y.gm.addEventListener(\"error\",t=\u003e{this.abortHandler\u0026\u0026(0,s.p)(\"err\",[K(t),(0,c.t)(),!1,{},e.runtime.isRecording],void 0,this.featureName,this.ee)},(0,I.jT)(!1,this.removeOnAbort?.signal)),this.abortHandler=this.#r,this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,2176)))}#r(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var X=i(8990);let Y=1;function Q(e){const t=typeof e;return!e||\"object\"!==t\u0026\u0026\"function\"!==t?-1:e===y.gm?0:(0,X.I)(e,\"nr@id\",function(){return Y++})}function J(e){if(\"string\"==typeof e\u0026\u0026e.length)return e.length;if(\"object\"==typeof e){if(\"undefined\"!=typeof ArrayBuffer\u0026\u0026e instanceof ArrayBuffer\u0026\u0026e.byteLength)return e.byteLength;if(\"undefined\"!=typeof Blob\u0026\u0026e instanceof Blob\u0026\u0026e.size)return e.size;if(!(\"undefined\"!=typeof FormData\u0026\u0026e instanceof FormData))try{return(0,L.A)(e).length}catch(e){return}}}var ee=i(8139),te=i(7836),re=i(3434);const ne={},ie=[\"open\",\"send\"];function oe(e){var t=e||te.ee;const r=function(e){return(e||te.ee).get(\"xhr\")}(t);if(void 0===y.gm.XMLHttpRequest)return r;if(ne[r.debugId]++)return r;ne[r.debugId]=1,(0,ee.u)(t);var n=(0,re.YM)(r),i=y.gm.XMLHttpRequest,o=y.gm.MutationObserver,a=y.gm.Promise,s=y.gm.setInterval,c=\"readystatechange\",u=[\"onload\",\"onerror\",\"onabort\",\"onloadstart\",\"onloadend\",\"onprogress\",\"ontimeout\"],d=[],f=y.gm.XMLHttpRequest=function(e){const t=new i(e),o=r.context(t);try{r.emit(\"new-xhr\",[t],o),t.addEventListener(c,(a=o,function(){var e=this;e.readyState\u003e3\u0026\u0026!a.resolved\u0026\u0026(a.resolved=!0,r.emit(\"xhr-resolved\",[],e)),n.inPlace(e,u,\"fn-\",b)}),(0,I.jT)(!1))}catch(e){(0,l.R)(15,e);try{r.emit(\"internal-error\",[e])}catch(e){}}var a;return t};function h(e,t){n.inPlace(t,[\"onreadystatechange\"],\"fn-\",b)}if(function(e,t){for(var r in e)t[r]=e[r]}(i,f),f.prototype=i.prototype,n.inPlace(f.prototype,ie,\"-xhr-\",b),r.on(\"send-xhr-start\",function(e,t){h(e,t),function(e){d.push(e),o\u0026\u0026(p?p.then(v):s?s(v):(g=-g,m.data=g))}(t)}),r.on(\"open-xhr-start\",h),o){var p=a\u0026\u0026a.resolve();if(!s\u0026\u0026!a){var g=1,m=document.createTextNode(g);new o(v).observe(m,{characterData:!0})}}else t.on(\"fn-end\",function(e){e[0]\u0026\u0026e[0].type===c||v()});function v(){for(var e=0;e\u003cd.length;e++)h(0,d[e]);d.length\u0026\u0026(d=[])}function b(e,t){return t}return r}var ae=\"fetch-\",se=ae+\"body-\",ce=[\"arrayBuffer\",\"blob\",\"json\",\"text\",\"formData\"],ue=y.gm.Request,de=y.gm.Response,le=\"prototype\";const fe={};function he(e){const t=function(e){return(e||te.ee).get(\"fetch\")}(e);if(!(ue\u0026\u0026de\u0026\u0026y.gm.fetch))return t;if(fe[t.debugId]++)return t;function r(e,r,n){var i=e[r];\"function\"==typeof i\u0026\u0026(e[r]=function(){var e,r=[...arguments],o={};t.emit(n+\"before-start\",[r],o),o[te.P]\u0026\u0026o[te.P].dt\u0026\u0026(e=o[te.P].dt);var a=i.apply(this,r);return t.emit(n+\"start\",[r,e],a),a.then(function(e){return t.emit(n+\"end\",[null,e],a),e},function(e){throw t.emit(n+\"end\",[e],a),e})})}return fe[t.debugId]=1,ce.forEach(e=\u003e{r(ue[le],e,se),r(de[le],e,se)}),r(y.gm,\"fetch\",ae),t.on(ae+\"end\",function(e,r){var n=this;if(r){var i=r.headers.get(\"content-length\");null!==i\u0026\u0026(n.rxSize=i),t.emit(ae+\"done\",[null,r],n)}else t.emit(ae+\"done\",[e],n)}),t}var pe=i(7485);class ge{constructor(e){this.agentRef=e}generateTracePayload(t){const r=this.agentRef.loader_config;if(!this.shouldGenerateTrace(t)||!r)return null;var n=(r.accountID||\"\").toString()||null,i=(r.agentID||\"\").toString()||null,o=(r.trustKey||\"\").toString()||null;if(!n||!i)return null;var a=(0,e.ZF)(),s=(0,e.el)(),c=Date.now(),u={spanId:a,traceId:s,timestamp:c};return(t.sameOrigin||this.isAllowedOrigin(t)\u0026\u0026this.useTraceContextHeadersForCors())\u0026\u0026(u.traceContextParentHeader=this.generateTraceContextParentHeader(a,s),u.traceContextStateHeader=this.generateTraceContextStateHeader(a,c,n,i,o)),(t.sameOrigin\u0026\u0026!this.excludeNewrelicHeader()||!t.sameOrigin\u0026\u0026this.isAllowedOrigin(t)\u0026\u0026this.useNewrelicHeaderForCors())\u0026\u0026(u.newrelicHeader=this.generateTraceHeader(a,s,c,n,i,o)),u}generateTraceContextParentHeader(e,t){return\"00-\"+t+\"-\"+e+\"-01\"}generateTraceContextStateHeader(e,t,r,n,i){return i+\"@nr=0-1-\"+r+\"-\"+n+\"-\"+e+\"----\"+t}generateTraceHeader(e,t,r,n,i,o){if(!(\"function\"==typeof y.gm?.btoa))return null;var a={v:[0,1],d:{ty:\"Browser\",ac:n,ap:i,id:e,tr:t,ti:r}};return o\u0026\u0026n!==o\u0026\u0026(a.d.tk=o),btoa((0,L.A)(a))}shouldGenerateTrace(e){return this.agentRef.init?.distributed_tracing?.enabled\u0026\u0026this.isAllowedOrigin(e)}isAllowedOrigin(e){var t=!1;const r=this.agentRef.init?.distributed_tracing;if(e.sameOrigin)t=!0;else if(r?.allowed_origins instanceof Array)for(var n=0;n\u003cr.allowed_origins.length;n++){var i=(0,pe.D)(r.allowed_origins[n]);if(e.hostname===i.hostname\u0026\u0026e.protocol===i.protocol\u0026\u0026e.port===i.port){t=!0;break}}return t}excludeNewrelicHeader(){var e=this.agentRef.init?.distributed_tracing;return!!e\u0026\u0026!!e.exclude_newrelic_header}useNewrelicHeaderForCors(){var e=this.agentRef.init?.distributed_tracing;return!!e\u0026\u0026!1!==e.cors_use_newrelic_header}useTraceContextHeadersForCors(){var e=this.agentRef.init?.distributed_tracing;return!!e\u0026\u0026!!e.cors_use_tracecontext_headers}}var me=i(9300),ve=i(7295);function be(e){return\"string\"==typeof e?e:e instanceof(0,N.dV)().o.REQ?e.url:y.gm?.URL\u0026\u0026e instanceof URL?e.href:void 0}var ye=[\"load\",\"error\",\"abort\",\"timeout\"],we=ye.length,Re=(0,N.dV)().o.REQ,xe=(0,N.dV)().o.XHR;const Te=\"X-NewRelic-App-Data\";class Ee extends E{static featureName=me.T;constructor(e){super(e,me.T),this.dt=new ge(e),this.handler=(e,t,r,n)=\u003e(0,s.p)(e,t,r,n,this.ee);try{const e={xmlhttprequest:\"xhr\",fetch:\"fetch\",beacon:\"beacon\"};y.gm?.performance?.getEntriesByType(\"resource\").forEach(t=\u003e{if(t.initiatorType in e\u0026\u00260!==t.responseStatus){const r={status:t.responseStatus},i={rxSize:t.transferSize,duration:Math.floor(t.duration),cbTime:0};Ae(r,t.name),this.handler(\"xhr\",[r,i,t.startTime,t.responseEnd,e[t.initiatorType]],void 0,n.K7.ajax)}})}catch(e){}he(this.ee),oe(this.ee),function(e,t,r,i){function o(e){var t=this;t.totalCbs=0,t.called=0,t.cbTime=0,t.end=E,t.ended=!1,t.xhrGuids={},t.lastSize=null,t.loadCaptureCalled=!1,t.params=this.params||{},t.metrics=this.metrics||{},t.latestLongtaskEnd=0,e.addEventListener(\"load\",function(r){A(t,e)},(0,I.jT)(!1)),y.lR||e.addEventListener(\"progress\",function(e){t.lastSize=e.loaded},(0,I.jT)(!1))}function a(e){this.params={method:e[0]},Ae(this,e[1]),this.metrics={}}function u(t,r){e.loader_config.xpid\u0026\u0026this.sameOrigin\u0026\u0026r.setRequestHeader(\"X-NewRelic-ID\",e.loader_config.xpid);var n=i.generateTracePayload(this.parsedOrigin);if(n){var o=!1;n.newrelicHeader\u0026\u0026(r.setRequestHeader(\"newrelic\",n.newrelicHeader),o=!0),n.traceContextParentHeader\u0026\u0026(r.setRequestHeader(\"traceparent\",n.traceContextParentHeader),n.traceContextStateHeader\u0026\u0026r.setRequestHeader(\"tracestate\",n.traceContextStateHeader),o=!0),o\u0026\u0026(this.dt=n)}}function d(e,r){var n=this.metrics,i=e[0],o=this;if(n\u0026\u0026i){var a=J(i);a\u0026\u0026(n.txSize=a)}this.startTime=(0,c.t)(),this.body=i,this.listener=function(e){try{\"abort\"!==e.type||o.loadCaptureCalled||(o.params.aborted=!0),(\"load\"!==e.type||o.called===o.totalCbs\u0026\u0026(o.onloadCalled||\"function\"!=typeof r.onload)\u0026\u0026\"function\"==typeof o.end)\u0026\u0026o.end(r)}catch(e){try{t.emit(\"internal-error\",[e])}catch(e){}}};for(var s=0;s\u003cwe;s++)r.addEventListener(ye[s],this.listener,(0,I.jT)(!1))}function l(e,t,r){this.cbTime+=e,t?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled\u0026\u0026\"function\"==typeof r.onload||\"function\"!=typeof this.end||this.end(r)}function f(e,t){var r=\"\"+Q(e)+!!t;this.xhrGuids\u0026\u0026!this.xhrGuids[r]\u0026\u0026(this.xhrGuids[r]=!0,this.totalCbs+=1)}function p(e,t){var r=\"\"+Q(e)+!!t;this.xhrGuids\u0026\u0026this.xhrGuids[r]\u0026\u0026(delete this.xhrGuids[r],this.totalCbs-=1)}function g(){this.endTime=(0,c.t)()}function m(e,r){r instanceof xe\u0026\u0026\"load\"===e[0]\u0026\u0026t.emit(\"xhr-load-added\",[e[1],e[2]],r)}function v(e,r){r instanceof xe\u0026\u0026\"load\"===e[0]\u0026\u0026t.emit(\"xhr-load-removed\",[e[1],e[2]],r)}function b(e,t,r){t instanceof xe\u0026\u0026(\"onload\"===r\u0026\u0026(this.onload=!0),(\"load\"===(e[0]\u0026\u0026e[0].type)||this.onload)\u0026\u0026(this.xhrCbStart=(0,c.t)()))}function w(e,r){this.xhrCbStart\u0026\u0026t.emit(\"xhr-cb-time\",[(0,c.t)()-this.xhrCbStart,this.onload,r],r)}function R(e){var t,r=e[1]||{};if(\"string\"==typeof e[0]?0===(t=e[0]).length\u0026\u0026y.RI\u0026\u0026(t=\"\"+y.gm.location.href):e[0]\u0026\u0026e[0].url?t=e[0].url:y.gm?.URL\u0026\u0026e[0]\u0026\u0026e[0]instanceof URL?t=e[0].href:\"function\"==typeof e[0].toString\u0026\u0026(t=e[0].toString()),\"string\"==typeof t\u0026\u00260!==t.length){t\u0026\u0026(this.parsedOrigin=(0,pe.D)(t),this.sameOrigin=this.parsedOrigin.sameOrigin);var n=i.generateTracePayload(this.parsedOrigin);if(n\u0026\u0026(n.newrelicHeader||n.traceContextParentHeader))if(e[0]\u0026\u0026e[0].headers)s(e[0].headers,n)\u0026\u0026(this.dt=n);else{var o={};for(var a in r)o[a]=r[a];o.headers=new Headers(r.headers||{}),s(o.headers,n)\u0026\u0026(this.dt=n),e.length\u003e1?e[1]=o:e.push(o)}}function s(e,t){var r=!1;return t.newrelicHeader\u0026\u0026(e.set(\"newrelic\",t.newrelicHeader),r=!0),t.traceContextParentHeader\u0026\u0026(e.set(\"traceparent\",t.traceContextParentHeader),t.traceContextStateHeader\u0026\u0026e.set(\"tracestate\",t.traceContextStateHeader),r=!0),r}}function x(e,t){this.params={},this.metrics={},this.startTime=(0,c.t)(),this.dt=t,e.length\u003e=1\u0026\u0026(this.target=e[0]),e.length\u003e=2\u0026\u0026(this.opts=e[1]);var r=this.opts||{},n=this.target;Ae(this,be(n));var i=(\"\"+(n\u0026\u0026n instanceof Re\u0026\u0026n.method||r.method||\"GET\")).toUpperCase();this.params.method=i,this.body=r.body,this.txSize=J(r.body)||0}function T(e,t){if(this.endTime=(0,c.t)(),this.params||(this.params={}),(0,ve.iW)(this.params))return;let i;this.params.status=t?t.status:0,\"string\"==typeof this.rxSize\u0026\u0026this.rxSize.length\u003e0\u0026\u0026(i=+this.rxSize);const o={txSize:this.txSize,rxSize:i,duration:(0,c.t)()-this.startTime};r(\"xhr\",[this.params,o,this.startTime,this.endTime,\"fetch\"],this,n.K7.ajax)}function E(e){const t=this.params,i=this.metrics;if(!this.ended){this.ended=!0;for(let t=0;t\u003cwe;t++)e.removeEventListener(ye[t],this.listener,!1);t.aborted||(0,ve.iW)(t)||(i.duration=(0,c.t)()-this.startTime,this.loadCaptureCalled||4!==e.readyState?null==t.status\u0026\u0026(t.status=0):A(this,e),i.cbTime=this.cbTime,r(\"xhr\",[t,i,this.startTime,this.endTime,\"xhr\"],this,n.K7.ajax))}}function A(e,r){e.params.status=r.status;var i=function(e,t){var r=e.responseType;return\"json\"===r\u0026\u0026null!==t?t:\"arraybuffer\"===r||\"blob\"===r||\"json\"===r?J(e.response):\"text\"===r||\"\"===r||void 0===r?J(e.responseText):void 0}(r,e.lastSize);if(i\u0026\u0026(e.metrics.rxSize=i),e.sameOrigin\u0026\u0026r.getAllResponseHeaders().indexOf(Te)\u003e=0){var o=r.getResponseHeader(Te);o\u0026\u0026((0,s.p)(h.rs,[\"Ajax/CrossApplicationTracing/Header/Seen\"],void 0,n.K7.metrics,t),e.params.cat=o.split(\", \").pop())}e.loadCaptureCalled=!0}t.on(\"new-xhr\",o),t.on(\"open-xhr-start\",a),t.on(\"open-xhr-end\",u),t.on(\"send-xhr-start\",d),t.on(\"xhr-cb-time\",l),t.on(\"xhr-load-added\",f),t.on(\"xhr-load-removed\",p),t.on(\"xhr-resolved\",g),t.on(\"addEventListener-end\",m),t.on(\"removeEventListener-end\",v),t.on(\"fn-end\",w),t.on(\"fetch-before-start\",R),t.on(\"fetch-start\",x),t.on(\"fn-start\",b),t.on(\"fetch-done\",T)}(e,this.ee,this.handler,this.dt),this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,3845)))}}function Ae(e,t){var r=(0,pe.D)(t),n=e.params||e;n.hostname=r.hostname,n.port=r.port,n.protocol=r.protocol,n.host=r.hostname+\":\"+r.port,n.pathname=r.pathname,e.parsedOrigin=r,e.sameOrigin=r.sameOrigin}const Oe={},Se=[\"pushState\",\"replaceState\"];function Ne(e){const t=function(e){return(e||te.ee).get(\"history\")}(e);return!y.RI||Oe[t.debugId]++||(Oe[t.debugId]=1,(0,re.YM)(t).inPlace(window.history,Se,\"-\")),t}var _e=i(3738);function Ie(e){p(u.BL,function(t=Date.now()){const r=t-y.WN;r\u003c0\u0026\u0026(0,l.R)(62,t),(0,s.p)(h.XG,[u.BL,{time:r}],void 0,n.K7.metrics,e.ee),e.addToTrace({name:u.BL,start:t,origin:\"nr\"}),(0,s.p)(u.Pl+u.hG,[r,u.BL],void 0,n.K7.genericEvents,e.ee)},e)}const{He:Pe,bD:je,d3:Ce,Kp:ke,TZ:Le,Lc:He,uP:Me,Rz:De}=_e;class Ke extends E{static featureName=Le;constructor(e){var t;super(e,Le),t=e,p(u.U2,function(e){if(!(e\u0026\u0026\"object\"==typeof e\u0026\u0026e.name\u0026\u0026e.start))return;const r={n:e.name,s:e.start-y.WN,e:(e.end||e.start)-y.WN,o:e.origin||\"\",t:\"api\"};r.s\u003c0||r.e\u003c0||r.e\u003cr.s?(0,l.R)(61,{start:r.s,end:r.e}):(0,s.p)(\"bstApi\",[r],void 0,n.K7.sessionTrace,t.ee)},t),Ie(e);if(!(0,R.V)(e.init))return void this.deregisterDrain();const r=this.ee;let o;Ne(r),this.eventsEE=(0,ee.u)(r),this.eventsEE.on(Me,function(e,t){this.bstStart=(0,c.t)()}),this.eventsEE.on(He,function(e,t){(0,s.p)(\"bst\",[e[0],t,this.bstStart,(0,c.t)()],void 0,n.K7.sessionTrace,r)}),r.on(De+Ce,function(e){this.time=(0,c.t)(),this.startPath=location.pathname+location.hash}),r.on(De+ke,function(e){(0,s.p)(\"bstHist\",[location.pathname+location.hash,this.startPath,this.time],void 0,n.K7.sessionTrace,r)});try{o=new PerformanceObserver(e=\u003e{const t=e.getEntries();(0,s.p)(Pe,[t],void 0,n.K7.sessionTrace,r)}),o.observe({type:je,buffered:!0})}catch(e){}this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,6974)),{resourceObserver:o})}}var Ue=i(6344);class Fe extends E{static featureName=Ue.TZ;#n;recorder;constructor(e){var t;let r;super(e,Ue.TZ),t=e,p(u.CH,function(){(0,s.p)(u.CH,[],void 0,n.K7.sessionReplay,t.ee)},t),function(e){p(u.Tb,function(){(0,s.p)(u.Tb,[],void 0,n.K7.sessionReplay,e.ee)},e)}(e);try{r=JSON.parse(localStorage.getItem(\"\".concat(O.H3,\"_\").concat(O.uh)))}catch(e){}(0,w.SR)(e.init)\u0026\u0026this.ee.on(Ue.G4.RECORD,()=\u003ethis.#i()),this.#o(r)\u0026\u0026this.importRecorder().then(e=\u003e{e.startRecording(Ue.Qb.PRELOAD,r?.sessionReplayMode)}),this.importAggregator(this.agentRef,()=\u003ei.e(478).then(i.bind(i,6167)),this),this.ee.on(\"err\",e=\u003e{this.blocked||this.agentRef.runtime.isRecording\u0026\u0026(this.errorNoticed=!0,(0,s.p)(Ue.G4.ERROR_DURING_REPLAY,[e],void 0,this.featureName,this.ee))})}#o(e){return e\u0026\u0026(e.sessionReplayMode===O.g.FULL||e.sessionReplayMode===O.g.ERROR)||(0,w.Aw)(this.agentRef.init)}importRecorder(){return this.recorder?Promise.resolve(this.recorder):(this.#n??=Promise.all([i.e(478),i.e(249)]).then(i.bind(i,4866)).then(({Recorder:e})=\u003e(this.recorder=new e(this),this.recorder)).catch(e=\u003e{throw this.ee.emit(\"internal-error\",[e]),this.blocked=!0,e}),this.#n)}#i(){this.blocked||(this.featAggregate?this.featAggregate.mode!==O.g.FULL\u0026\u0026this.featAggregate.initializeRecording(O.g.FULL,!0,Ue.Qb.API):this.importRecorder().then(()=\u003e{this.recorder.startRecording(Ue.Qb.API,O.g.FULL)}))}}var We=i(3962);function Be(e){const t=e.ee.get(\"tracer\");function r(){}p(u.dT,function(e){return(new r).get(\"object\"==typeof e?e:{})},e);const i=r.prototype={createTracer:function(r,i){var o={},a=this,d=\"function\"==typeof i;return(0,s.p)(h.xV,[\"API/createTracer/called\"],void 0,n.K7.metrics,e.ee),e.runSoftNavOverSpa||(0,s.p)(u.hw+\"tracer\",[(0,c.t)(),r,o],a,n.K7.spa,e.ee),function(){if(t.emit((d?\"\":\"no-\")+\"fn-start\",[(0,c.t)(),a,d],o),d)try{return i.apply(this,arguments)}catch(e){const r=\"string\"==typeof e?new Error(e):e;throw t.emit(\"fn-err\",[arguments,this,r],o),r}finally{t.emit(\"fn-end\",[(0,c.t)()],o)}}}};[\"actionText\",\"setName\",\"setAttribute\",\"save\",\"ignore\",\"onEnd\",\"getContext\",\"end\",\"get\"].forEach(t=\u003e{p.apply(this,[t,function(){return(0,s.p)(u.hw+t,[(0,c.t)(),...arguments],this,e.runSoftNavOverSpa?n.K7.softNav:n.K7.spa,e.ee),this},e,i])}),p(u.PA,function(){e.runSoftNavOverSpa?(0,s.p)(u.hw+\"routeName\",[performance.now(),...arguments],void 0,n.K7.softNav,e.ee):(0,s.p)(u.Pl+\"routeName\",[(0,c.t)(),...arguments],this,n.K7.spa,e.ee)},e)}class Ge extends E{static featureName=We.TZ;constructor(e){if(super(e,We.TZ),Be(e),!y.RI||!(0,N.dV)().o.MO)return;const t=Ne(this.ee);try{this.removeOnAbort=new AbortController}catch(e){}We.tC.forEach(e=\u003e{(0,I.sp)(e,e=\u003e{a(e)},!0,this.removeOnAbort?.signal)});const r=()=\u003e(0,s.p)(\"newURL\",[(0,c.t)(),\"\"+window.location],void 0,this.featureName,this.ee);t.on(\"pushState-end\",r),t.on(\"replaceState-end\",r),(0,I.sp)(We.OV,e=\u003e{a(e),(0,s.p)(\"newURL\",[e.timeStamp,\"\"+window.location],void 0,this.featureName,this.ee)},!0,this.removeOnAbort?.signal);let n=!1;const o=new((0,N.dV)().o.MO)((e,t)=\u003e{n||(n=!0,requestAnimationFrame(()=\u003e{(0,s.p)(\"newDom\",[(0,c.t)()],void 0,this.featureName,this.ee),n=!1}))}),a=(0,x.s)(e=\u003e{(0,s.p)(\"newUIEvent\",[e],void 0,this.featureName,this.ee),o.observe(document.body,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},100,{leading:!0});this.abortHandler=function(){this.removeOnAbort?.abort(),o.disconnect(),this.abortHandler=void 0},this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,4393)),{domObserver:o})}}var Ve=i(7378);const ze={},Ze=[\"appendChild\",\"insertBefore\",\"replaceChild\"];function qe(e){const t=function(e){return(e||te.ee).get(\"jsonp\")}(e);if(!y.RI||ze[t.debugId])return t;ze[t.debugId]=!0;var r=(0,re.YM)(t),n=/[?\u0026](?:callback|cb)=([^\u0026#]+)/,i=/(.*)\\.([^.]+)/,o=/^(\\w+)(\\.|$)(.*)$/;function a(e,t){if(!e)return t;const r=e.match(o),n=r[1];return a(r[3],t[n])}return r.inPlace(Node.prototype,Ze,\"dom-\"),t.on(\"dom-start\",function(e){!function(e){if(!e||\"string\"!=typeof e.nodeName||\"script\"!==e.nodeName.toLowerCase())return;if(\"function\"!=typeof e.addEventListener)return;var o=(s=e.src,c=s.match(n),c?c[1]:null);var s,c;if(!o)return;var u=function(e){var t=e.match(i);if(t\u0026\u0026t.length\u003e=3)return{key:t[2],parent:a(t[1],window)};return{key:e,parent:window}}(o);if(\"function\"!=typeof u.parent[u.key])return;var d={};function l(){t.emit(\"jsonp-end\",[],d),e.removeEventListener(\"load\",l,(0,I.jT)(!1)),e.removeEventListener(\"error\",f,(0,I.jT)(!1))}function f(){t.emit(\"jsonp-error\",[],d),t.emit(\"jsonp-end\",[],d),e.removeEventListener(\"load\",l,(0,I.jT)(!1)),e.removeEventListener(\"error\",f,(0,I.jT)(!1))}r.inPlace(u.parent,[u.key],\"cb-\",d),e.addEventListener(\"load\",l,(0,I.jT)(!1)),e.addEventListener(\"error\",f,(0,I.jT)(!1)),t.emit(\"new-jsonp\",[e.src],d)}(e[0])}),t}const Xe={};function Ye(e){const t=function(e){return(e||te.ee).get(\"promise\")}(e);if(Xe[t.debugId])return t;Xe[t.debugId]=!0;var r=t.context,n=(0,re.YM)(t),i=y.gm.Promise;return i\u0026\u0026function(){function e(r){var o=t.context(),a=n(r,\"executor-\",o,null,!1);const s=Reflect.construct(i,[a],e);return t.context(s).getCtx=function(){return o},s}y.gm.Promise=e,Object.defineProperty(e,\"name\",{value:\"Promise\"}),e.toString=function(){return i.toString()},Object.setPrototypeOf(e,i),[\"all\",\"race\"].forEach(function(r){const n=i[r];e[r]=function(e){let i=!1;[...e||[]].forEach(e=\u003e{this.resolve(e).then(a(\"all\"===r),a(!1))});const o=n.apply(this,arguments);return o;function a(e){return function(){t.emit(\"propagate\",[null,!i],o,!1,!1),i=i||!e}}}}),[\"resolve\",\"reject\"].forEach(function(r){const n=i[r];e[r]=function(e){const r=n.apply(this,arguments);return e!==r\u0026\u0026t.emit(\"propagate\",[e,!0],r,!1,!1),r}}),e.prototype=i.prototype;const o=i.prototype.then;i.prototype.then=function(...e){var i=this,a=r(i);a.promise=i,e[0]=n(e[0],\"cb-\",a,null,!1),e[1]=n(e[1],\"cb-\",a,null,!1);const s=o.apply(this,e);return a.nextPromise=s,t.emit(\"propagate\",[i,!0],s,!1,!1),s},i.prototype.then[re.Jt]=o,t.on(\"executor-start\",function(e){e[0]=n(e[0],\"resolve-\",this,null,!1),e[1]=n(e[1],\"resolve-\",this,null,!1)}),t.on(\"executor-err\",function(e,t,r){e[1](r)}),t.on(\"cb-end\",function(e,r,n){t.emit(\"propagate\",[n,!0],this.nextPromise,!1,!1)}),t.on(\"propagate\",function(e,r,n){this.getCtx\u0026\u0026!r||(this.getCtx=function(){if(e instanceof Promise)var r=t.context(e);return r\u0026\u0026r.getCtx?r.getCtx():this})})}(),t}const Qe={},$e=\"setTimeout\",Je=\"setInterval\",et=\"clearTimeout\",tt=\"-start\",rt=[$e,\"setImmediate\",Je,et,\"clearImmediate\"];function nt(e){const t=function(e){return(e||te.ee).get(\"timer\")}(e);if(Qe[t.debugId]++)return t;Qe[t.debugId]=1;var r=(0,re.YM)(t);return r.inPlace(y.gm,rt.slice(0,2),$e+\"-\"),r.inPlace(y.gm,rt.slice(2,3),Je+\"-\"),r.inPlace(y.gm,rt.slice(3),et+\"-\"),t.on(Je+tt,function(e,t,n){e[0]=r(e[0],\"fn-\",null,n)}),t.on($e+tt,function(e,t,n){this.method=n,this.timerDuration=isNaN(e[1])?0:+e[1],e[0]=r(e[0],\"fn-\",this,n)}),t}const it={};function ot(e){const t=function(e){return(e||te.ee).get(\"mutation\")}(e);if(!y.RI||it[t.debugId])return t;it[t.debugId]=!0;var r=(0,re.YM)(t),n=y.gm.MutationObserver;return n\u0026\u0026(window.MutationObserver=function(e){return this instanceof n?new n(r(e,\"fn-\")):n.apply(this,arguments)},MutationObserver.prototype=n.prototype),t}const{TZ:at,d3:st,Kp:ct,$p:ut,wW:dt,e5:lt,tH:ft,uP:ht,rw:pt,Lc:gt}=Ve;class mt extends E{static featureName=at;constructor(e){if(super(e,at),Be(e),!y.RI)return;try{this.removeOnAbort=new AbortController}catch(e){}let t,r=0;const n=this.ee.get(\"tracer\"),o=qe(this.ee),a=Ye(this.ee),u=nt(this.ee),d=oe(this.ee),l=this.ee.get(\"events\"),f=he(this.ee),h=Ne(this.ee),p=ot(this.ee);function g(e,t){h.emit(\"newURL\",[\"\"+window.location,t])}function m(){r++,t=window.location.hash,this[ht]=(0,c.t)()}function v(){r--,window.location.hash!==t\u0026\u0026g(0,!0);var e=(0,c.t)();this[lt]=~~this[lt]+e-this[ht],this[gt]=e}function b(e,t){e.on(t,function(){this[t]=(0,c.t)()})}this.ee.on(ht,m),a.on(pt,m),o.on(pt,m),this.ee.on(gt,v),a.on(dt,v),o.on(dt,v),this.ee.on(\"fn-err\",(...t)=\u003e{t[2]?.__newrelic?.[e.agentIdentifier]||(0,s.p)(\"function-err\",[...t],void 0,this.featureName,this.ee)}),this.ee.buffer([ht,gt,\"xhr-resolved\"],this.featureName),l.buffer([ht],this.featureName),u.buffer([\"setTimeout\"+ct,\"clearTimeout\"+st,ht],this.featureName),d.buffer([ht,\"new-xhr\",\"send-xhr\"+st],this.featureName),f.buffer([ft+st,ft+\"-done\",ft+ut+st,ft+ut+ct],this.featureName),h.buffer([\"newURL\"],this.featureName),p.buffer([ht],this.featureName),a.buffer([\"propagate\",pt,dt,\"executor-err\",\"resolve\"+st],this.featureName),n.buffer([ht,\"no-\"+ht],this.featureName),o.buffer([\"new-jsonp\",\"cb-start\",\"jsonp-error\",\"jsonp-end\"],this.featureName),b(f,ft+st),b(f,ft+\"-done\"),b(o,\"new-jsonp\"),b(o,\"jsonp-end\"),b(o,\"cb-start\"),h.on(\"pushState-end\",g),h.on(\"replaceState-end\",g),window.addEventListener(\"hashchange\",g,(0,I.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener(\"load\",g,(0,I.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener(\"popstate\",function(){g(0,r\u003e1)},(0,I.jT)(!0,this.removeOnAbort?.signal)),this.abortHandler=this.#r,this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,5592)))}#r(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var vt=i(3333);class bt extends E{static featureName=vt.TZ;constructor(e){super(e,vt.TZ);const t=[e.init.page_action.enabled,e.init.performance.capture_marks,e.init.performance.capture_measures,e.init.user_actions.enabled,e.init.performance.resources.enabled];var r;if(r=e,p(u.hG,(e,t)=\u003ez(e,t,r),r),function(e){p(u.fF,function(){(0,s.p)(u.Pl+u.fF,[(0,c.t)(),...arguments],void 0,n.K7.genericEvents,e.ee)},e)}(e),Ie(e),Z(e),function(e){p(u.V1,function(t,r){const i=(0,c.t)(),{start:o,end:a,customAttributes:d}=r||{},f={customAttributes:d||{}};if(\"object\"!=typeof f.customAttributes||\"string\"!=typeof t||0===t.length)return void(0,l.R)(57);const h=(e,t)=\u003enull==e?t:\"number\"==typeof e?e:e instanceof PerformanceMark?e.startTime:Number.NaN;if(f.start=h(o,0),f.end=h(a,i),Number.isNaN(f.start)||Number.isNaN(f.end))(0,l.R)(57);else{if(f.duration=f.end-f.start,!(f.duration\u003c0))return(0,s.p)(u.Pl+u.V1,[f,t],void 0,n.K7.genericEvents,e.ee),f;(0,l.R)(58)}},e)}(e),y.RI){if(e.init.user_actions.enabled\u0026\u0026(vt.Zp.forEach(e=\u003e(0,I.sp)(e,e=\u003e(0,s.p)(\"ua\",[e],void 0,this.featureName,this.ee),!0)),vt.qN.forEach(e=\u003e{const t=(0,x.s)(e=\u003e{(0,s.p)(\"ua\",[e],void 0,this.featureName,this.ee)},500,{leading:!0});(0,I.sp)(e,t)})),e.init.performance.resources.enabled\u0026\u0026y.gm.PerformanceObserver?.supportedEntryTypes.includes(\"resource\")){new PerformanceObserver(e=\u003e{e.getEntries().forEach(e=\u003e{(0,s.p)(\"browserPerformance.resource\",[e],void 0,this.featureName,this.ee)})}).observe({type:\"resource\",buffered:!0})}const a=Ne(this.ee);function d(){a.emit(\"navChange\")}a.on(\"pushState-end\",d),a.on(\"replaceState-end\",d),window.addEventListener(\"hashchange\",d,(0,I.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener(\"popstate\",d,(0,I.jT)(!0,this.removeOnAbort?.signal))}try{this.removeOnAbort=new AbortController}catch(f){}function o(t){const r=(0,pe.D)(t);return e.beacons.includes(r.hostname+\":\"+r.port)}this.abortHandler=()=\u003e{this.removeOnAbort?.abort(),this.abortHandler=void 0},y.gm.addEventListener(\"error\",()=\u003e{(0,s.p)(\"uaErr\",[],void 0,n.K7.genericEvents,this.ee)},(0,I.jT)(!1,this.removeOnAbort?.signal)),he(this.ee),oe(this.ee),this.ee.on(\"open-xhr-start\",(e,t)=\u003e{o(e[1])||t.addEventListener(\"readystatechange\",()=\u003e{2===t.readyState\u0026\u0026(0,s.p)(\"uaXhr\",[],void 0,n.K7.genericEvents,this.ee)})}),this.ee.on(\"fetch-start\",e=\u003e{e.length\u003e=1\u0026\u0026!o(be(e[0]))\u0026\u0026(0,s.p)(\"uaXhr\",[],void 0,n.K7.genericEvents,this.ee)}),t.some(e=\u003ee)?this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,8019))):this.deregisterDrain()}}var yt=i(2646);const wt=new Map;function Rt(e,t,r,n){if(\"object\"!=typeof t||!t||\"string\"!=typeof r||!r||\"function\"!=typeof t[r])return(0,l.R)(29);const i=function(e){return(e||te.ee).get(\"logger\")}(e),o=(0,re.YM)(i),a=new yt.y(te.P);a.level=n.level,a.customAttributes=n.customAttributes;const s=t[r]?.[re.Jt]||t[r];return wt.set(s,a),o.inPlace(t,[r],\"wrap-logger-\",()=\u003ewt.get(s)),i}var xt=i(1910);class Tt extends E{static featureName=B.TZ;constructor(e){var t;super(e,B.TZ),t=e,p(u.$9,(e,r)=\u003eV(e,r,t),t),function(e){p(u.Wb,(t,r,{customAttributes:n={},level:i=B.p_.INFO}={})=\u003e{Rt(e.ee,t,r,{customAttributes:n,level:i})},e)}(e),Z(e);const r=this.ee;[\"log\",\"error\",\"warn\",\"info\",\"debug\",\"trace\"].forEach(e=\u003e{(0,xt.i)(y.gm.console[e]),Rt(r,y.gm.console,e,{level:\"log\"===e?\"info\":e})}),this.ee.on(\"wrap-logger-end\",function([e]){const{level:t,customAttributes:n}=this;(0,G.R)(r,e,n,t)}),this.importAggregator(e,()=\u003ei.e(478).then(i.bind(i,5288)))}}new class extends r{constructor(e){var t;(super(),y.gm)?(this.features={},(0,N.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(e.features||[]),this.desiredFeatures.add(S),this.runSoftNavOverSpa=[...this.desiredFeatures].some(e=\u003ee.featureName===n.K7.softNav),(0,a.j)(this,e,e.loaderType||\"agent\"),t=this,p(u.cD,function(e,r,n=!1){if(\"string\"==typeof e){if([\"string\",\"number\",\"boolean\"].includes(typeof r)||null===r)return g(t,e,r,u.cD,n);(0,l.R)(40,typeof r)}else(0,l.R)(39,typeof e)},t),function(e){p(u.Dl,function(t){if(\"string\"==typeof t||null===t)return g(e,\"enduser.id\",t,u.Dl,!0);(0,l.R)(41,typeof t)},e)}(this),function(e){p(u.nb,function(t){if(\"string\"==typeof t||null===t)return g(e,\"application.version\",t,u.nb,!1);(0,l.R)(42,typeof t)},e)}(this),function(e){p(u.d3,function(){e.ee.emit(\"manual-start-all\")},e)}(this),this.run()):(0,l.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}get api(){return this}run(){try{const e=function(e){const t={};return o.forEach(r=\u003e{t[r]=!!e[r]?.enabled}),t}(this.init),t=[...this.desiredFeatures];t.sort((e,t)=\u003en.P3[e.featureName]-n.P3[t.featureName]),t.forEach(t=\u003e{if(!e[t.featureName]\u0026\u0026t.featureName!==n.K7.pageViewEvent)return;if(this.runSoftNavOverSpa\u0026\u0026t.featureName===n.K7.spa)return;if(!this.runSoftNavOverSpa\u0026\u0026t.featureName===n.K7.softNav)return;const r=function(e){switch(e){case n.K7.ajax:return[n.K7.jserrors];case n.K7.sessionTrace:return[n.K7.ajax,n.K7.pageViewEvent];case n.K7.sessionReplay:return[n.K7.sessionTrace];case n.K7.pageViewTiming:return[n.K7.pageViewEvent];default:return[]}}(t.featureName).filter(e=\u003e!(e in this.features));r.length\u003e0\u0026\u0026(0,l.R)(36,{targetFeature:t.featureName,missingDependencies:r}),this.features[t.featureName]=new t(this)})}catch(e){(0,l.R)(22,e);for(const e in this.features)this.features[e].abortHandler?.();const t=(0,N.Zm)();delete t.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return t.ee.get(this.agentIdentifier).abort(),!1}}}({features:[Ee,S,j,Ke,Fe,C,q,bt,Tt,Ge,mt],loaderType:\"spa\"})})()})();"])</script><script>self.__next_f.push([1,"2a:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L9\",null,{\"buildId\":\"bNiJpYfp7p8oKl3jIWW-5\",\"assetPrefix\":\"/redesign\",\"urlParts\":[\"\",\"\"],\"initialTree\":[\"\",{\"children\":[\"(homepage)\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(homepage)\",{\"children\":[\"__PAGE__\",{},[[\"$La\",\"$Lb\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/redesign/_next/static/css/c4771832a8a378df.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]]],null],null]},[null,[\"$\",\"$Lc\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(homepage)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Ld\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/redesign/_next/static/css/fa5964daa650e093.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"\\n __variable_7fb93b \\n __variable_04d5ae \\n __variable_dd2997 \\n \",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"$Le\",null,{\"id\":\"merged-ketch-scripts\",\"strategy\":\"beforeInteractive\",\"dangerouslySetInnerHTML\":{\"__html\":\"$f\"}}],[\"$\",\"$Le\",null,{\"id\":\"ias-pet\",\"strategy\":\"beforeInteractive\",\"data-purposes\":\"behavioral_advertising\",\"dangerouslySetInnerHTML\":{\"__html\":\"\\n window.__iasPET = window.__iasPET || { queue: [] };\\n window.__iasPET.pubId = \\\"931641\\\";\\n (function() {\\n var s = document.createElement('script');\\n s.async = true;\\n s.src = 'https://static.adsafeprotected.com/iasPET.1.js';\\n var n = document.getElementsByTagName('script')[0];\\n n.parentNode.insertBefore(s, n);\\n })();\\n \"}}]]}],[\"$\",\"body\",null,{\"children\":[[\"$\",\"$Lc\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Ld\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"$L10\",null,{\"preNavContent\":\"$undefined\",\"postNavContent\":\"$undefined\",\"navigationType\":\"$undefined\",\"navigationSections\":\"$undefined\"}],[\"$\",\"main\",null,{\"className\":\"bg-ivory-white\",\"children\":[[\"$\",\"div\",null,{\"className\":\"sr-only\",\"aria-hidden\":\"true\",\"children\":[\"$\",\"a\",null,{\"id\":\"maincontent\"}]}],[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12\",\"children\":[\"$\",\"div\",null,{\"className\":\"col-span-full mb-40 mt-[13.9375rem] flex flex-col items-center gap-10 lg:col-span-8 lg:col-start-3 lg:mb-[12.5rem] lg:mt-[17.5rem] lg:gap-16\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"71\",\"height\":\"21\",\"viewBox\":\"0 0 71 21\",\"fill\":\"#E7131A\",\"className\":\"h-8 w-[6.965rem]\",\"children\":[[\"$\",\"title\",null,{\"children\":\"Time Logo\"}],[\"$\",\"g\",null,{\"clipPath\":\"url(#clip0_5035_44915)\",\"children\":[[\"$\",\"path\",null,{\"d\":\"M7.71318 1.92829L5.65598 1.91733H2.46648C2.24787 1.91733 0.538211 1.93377 0.538211 1.93377L0.504579 4.3553L0.190674 4.36626L0.20749 1.64888L0.196279 0.53125C1.28374 0.575079 5.20754 0.60795 9.2827 0.60795C14.0305 0.60795 17.0911 0.564121 18.2963 0.536729L18.2794 1.77489L18.3019 4.52514L17.9767 4.51966C17.9767 4.29504 17.9263 3.38559 17.9263 3.29246C17.9263 3.25958 17.859 2.03786 17.8478 1.94472L16.4857 1.92829H10.841V18.879C10.841 18.9009 10.869 19.9912 10.8746 20.2158C11.0316 20.2377 12.5451 20.3254 12.8197 20.3254H12.9262V20.7856C12.8422 20.7856 12.7413 20.791 12.6572 20.791C11.7995 20.7801 10.4094 20.6924 9.42284 20.6924C8.43628 20.6924 7.07976 20.7746 6.07078 20.791C6.04276 20.791 5.83535 20.7856 5.75688 20.7856V20.2925C5.76809 20.2925 5.82975 20.2925 5.92504 20.287C6.35105 20.2706 7.40488 20.2103 7.67954 20.1884L7.72439 20.1829V18.7311L7.71318 1.92829Z\",\"fill\":\"#E7131A\"}],[\"$\",\"path\",null,{\"d\":\"$11\",\"fill\":\"#E7131A\"}],[\"$\",\"path\",null,{\"d\":\"M26.065 20.8028C25.269 20.8028 23.9125 20.6878 22.8979 20.6878C21.8833 20.6878 20.5324 20.8028 19.5515 20.8028C19.4674 20.8028 19.3216 20.7864 19.2432 20.7864V20.3043C19.4337 20.2988 20.3026 20.233 20.5436 20.2166C20.8239 20.2002 21.0873 20.1837 21.2051 20.1509C21.2051 20.1509 21.2051 19.5701 21.2107 18.6716C21.2219 15.5598 21.2443 6.77217 21.2107 2.79472C21.2051 2.37286 21.2051 1.31002 21.2051 1.15662C21.0201 1.14018 20.7622 1.11827 20.5829 1.09635C20.353 1.0854 19.4057 1.0087 19.2432 0.99774L19.2375 0.515625C20.1793 0.515625 21.575 0.597804 22.7073 0.597804C23.8396 0.597804 25.2578 0.515625 26.3677 0.515625V1.01965C26.1939 1.03061 25.7623 1.05253 25.7511 1.05253C25.426 1.07992 24.5235 1.16758 24.2993 1.18401V2.72897C24.2993 6.29005 24.2937 15.6091 24.2937 18.7429V19.7619C24.2937 20.0029 24.2937 20.1454 24.2993 20.1563C24.3049 20.1728 24.871 20.2221 25.0056 20.2276C25.2578 20.2495 26.2892 20.2933 26.3172 20.2988H26.3845V20.7809C26.2948 20.7864 26.1322 20.8028 26.065 20.8028Z\",\"fill\":\"#E7131A\"}],[\"$\",\"path\",null,{\"d\":\"$12\",\"fill\":\"#E7131A\"}]]}],[\"$\",\"defs\",null,{\"children\":[\"$\",\"clipPath\",null,{\"id\":\"clip0_5035_44915\",\"children\":[\"$\",\"rect\",null,{\"width\":\"70.6174\",\"height\":\"20.3146\",\"fill\":\"#E7131A\",\"transform\":\"translate(0.190674 0.504028)\"}]}]}]]}],[\"$\",\"h1\",null,{\"className\":\"text-center font-editorial text-mobile-h4 text-grey-1 lg:text-h3\",\"children\":\"Oops! This link didn’t stand the test of Time. But don’t worry, there’s plenty more to explore.\"}],[\"$\",\"$L13\",null,{\"variant\":\"primary\",\"asChild\":true,\"children\":[\"$\",\"$L14\",null,{\"href\":\"/\",\"className\":\"uppercase\",\"children\":[\"Return To Homepage\",[\"$\",\"svg\",null,{\"width\":\"1.5rem\",\"height\":\"1.5rem\",\"viewBox\":\"0 0 20 20\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"className\":\"$undefined\",\"children\":[[\"$\",\"title\",null,{\"children\":\"$undefined\"}],[\"$\",\"path\",null,{\"d\":\"M3.39645 15.8964L3.04289 16.25L3.75 16.9571L4.10355 16.6036L3.39645 15.8964ZM4.10355 16.6036L16.6036 4.10355L15.8964 3.39645L3.39645 15.8964L4.10355 16.6036Z\",\"fill\":\"currentColor\"}],[\"$\",\"path\",null,{\"d\":\"M8.75 3.75H16.25V11.25\",\"stroke\":\"currentColor\",\"strokeLinecap\":\"square\"}]]}]]}]}]]}]}]}],[\"$\",\"div\",null,{\"data-ad-wrapper\":true,\"className\":\"overflow-hidden bg-warm-grey-ads py-4\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1\",\"children\":\"Advertisement\"}],[\"$\",\"div\",null,{\"id\":\"inline-ad-1\",\"className\":\"w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]\",\"aria-label\":\"inline advertisement ad 1\",\"data-native\":false,\"role\":\"region\",\"children\":[\"$\",\"$L15\",null,{\"id\":\"inline-ad-1\",\"adSlotType\":\"inline\"}]}]]}]],false]}]],[\"$\",\"$L16\",null,{}],[[\"$\",\"$Le\",null,{\"id\":\"aps-init\",\"children\":\"\\n (function(a9, a, p, s, t, A, g) {\\n if (a[a9]) return;\\n function q(c, r) {a[a9]._Q.push([c, r])}\\n a[a9] = {\\n init: function() { q(\\\"i\\\", arguments) },\\n fetchBids: function() { q(\\\"f\\\", arguments) },\\n setDisplayBids: function() {},\\n _Q: []\\n };\\n A = p.createElement(s);\\n A.async = true;\\n A.src = t;\\n g = p.getElementsByTagName(s)[0];\\n g.parentNode.insertBefore(A, g);\\n })('apstag', window, document, 'script', 'https://c.amazon-adsystem.com/aax2/apstag.js');\\n\\n window.apstag.init({\\n pubID: '3928',\\n adServer: 'googletag',\\n bidTimeout: 1e3\\n });\\n \"}],[\"$\",\"$Le\",null,{\"id\":\"double-verify\",\"src\":\"https://pub.doubleverify.com/dvtag/21226187/DV759520/pub.js\"}],[\"$\",\"$L17\",null,{\"section\":\"\"}],[\"$\",\"$L18\",null,{\"pageLevelTargeting\":{\"type\":\"404\",\"ctype\":\"404\",\"contentType\":\"404\",\"cid\":\"undefined\",\"aid\":\"undefined\",\"primarysection\":\"\",\"sections\":\"\",\"tags\":[],\"app\":\"2025 redesign\",\"vidonpage\":\"false\",\"pageHostname\":\"https://time.com\",\"adSlotCount\":\"1\",\"adSlotCountMobile\":\"1\",\"adRefreshCount\":\"\"},\"adSlots\":[{\"id\":\"inline-ad-1\",\"sizes\":[[[970,250],[728,90],[300,250],[336,280],[5,5],[1,1]],[\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$1a\",[300,600],\"$1b\",\"$1c\",\"$1d\"]],\"adUnitPath\":\"/21801468956/time/inline1\",\"slotLevelTargeting\":{}}],\"children\":[\"$\",\"div\",null,{\"id\":\"gpt-keyvals\",\"className\":\"hidden size-0\",\"data-targeting\":\"{\\\"type\\\":\\\"404\\\",\\\"ctype\\\":\\\"404\\\",\\\"contentType\\\":\\\"404\\\",\\\"cid\\\":\\\"undefined\\\",\\\"aid\\\":\\\"undefined\\\",\\\"primarysection\\\":\\\"\\\",\\\"sections\\\":\\\"\\\",\\\"tags\\\":\\\"\\\",\\\"app\\\":\\\"2025 redesign\\\",\\\"vidonpage\\\":\\\"false\\\",\\\"pageHostname\\\":\\\"https://time.com\\\",\\\"adSlotCount\\\":\\\"1\\\",\\\"adSlotCountMobile\\\":\\\"1\\\",\\\"adRefreshCount\\\":\\\"\\\"}\"}]}],[\"$\",\"$L1e\",null,{\"pageLevelTargetingString\":\"{\\\"type\\\":\\\"404\\\",\\\"ctype\\\":\\\"404\\\",\\\"contentType\\\":\\\"404\\\",\\\"cid\\\":\\\"undefined\\\",\\\"aid\\\":\\\"undefined\\\",\\\"primarysection\\\":\\\"\\\",\\\"sections\\\":\\\"\\\",\\\"tags\\\":\\\"\\\",\\\"app\\\":\\\"2025 redesign\\\",\\\"vidonpage\\\":\\\"false\\\",\\\"pageHostname\\\":\\\"https://time.com\\\",\\\"adSlotCount\\\":\\\"1\\\",\\\"adSlotCountMobile\\\":\\\"1\\\",\\\"adRefreshCount\\\":\\\"\\\"}\"}]],[\"$\",\"$L1f\",null,{}]],\"notFoundStyles\":[]}],[\"$\",\"footer\",null,{\"className\":\"bg-black-coffee py-10 text-ivory-white\",\"children\":[\"$\",\"nav\",null,{\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative z-10 mx-auto -mb-2.5 flex w-fit justify-center bg-black-coffee px-8\",\"children\":[\"$\",\"$L14\",null,{\"className\":\"focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color\",\"href\":\"/\",\"aria-label\":\"Time Logo\",\"onClick\":\"$undefined\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"71\",\"height\":\"21\",\"viewBox\":\"0 0 71 21\",\"fill\":\"white\",\"className\":\"$undefined\",\"children\":[[\"$\",\"title\",null,{\"children\":\"$undefined\"}],[\"$\",\"g\",null,{\"clipPath\":\"url(#clip0_5035_44915)\",\"children\":[[\"$\",\"path\",null,{\"d\":\"M7.71318 1.92829L5.65598 1.91733H2.46648C2.24787 1.91733 0.538211 1.93377 0.538211 1.93377L0.504579 4.3553L0.190674 4.36626L0.20749 1.64888L0.196279 0.53125C1.28374 0.575079 5.20754 0.60795 9.2827 0.60795C14.0305 0.60795 17.0911 0.564121 18.2963 0.536729L18.2794 1.77489L18.3019 4.52514L17.9767 4.51966C17.9767 4.29504 17.9263 3.38559 17.9263 3.29246C17.9263 3.25958 17.859 2.03786 17.8478 1.94472L16.4857 1.92829H10.841V18.879C10.841 18.9009 10.869 19.9912 10.8746 20.2158C11.0316 20.2377 12.5451 20.3254 12.8197 20.3254H12.9262V20.7856C12.8422 20.7856 12.7413 20.791 12.6572 20.791C11.7995 20.7801 10.4094 20.6924 9.42284 20.6924C8.43628 20.6924 7.07976 20.7746 6.07078 20.791C6.04276 20.791 5.83535 20.7856 5.75688 20.7856V20.2925C5.76809 20.2925 5.82975 20.2925 5.92504 20.287C6.35105 20.2706 7.40488 20.2103 7.67954 20.1884L7.72439 20.1829V18.7311L7.71318 1.92829Z\",\"fill\":\"white\"}],[\"$\",\"path\",null,{\"d\":\"$20\",\"fill\":\"white\"}],[\"$\",\"path\",null,{\"d\":\"M26.065 20.8028C25.269 20.8028 23.9125 20.6878 22.8979 20.6878C21.8833 20.6878 20.5324 20.8028 19.5515 20.8028C19.4674 20.8028 19.3216 20.7864 19.2432 20.7864V20.3043C19.4337 20.2988 20.3026 20.233 20.5436 20.2166C20.8239 20.2002 21.0873 20.1837 21.2051 20.1509C21.2051 20.1509 21.2051 19.5701 21.2107 18.6716C21.2219 15.5598 21.2443 6.77217 21.2107 2.79472C21.2051 2.37286 21.2051 1.31002 21.2051 1.15662C21.0201 1.14018 20.7622 1.11827 20.5829 1.09635C20.353 1.0854 19.4057 1.0087 19.2432 0.99774L19.2375 0.515625C20.1793 0.515625 21.575 0.597804 22.7073 0.597804C23.8396 0.597804 25.2578 0.515625 26.3677 0.515625V1.01965C26.1939 1.03061 25.7623 1.05253 25.7511 1.05253C25.426 1.07992 24.5235 1.16758 24.2993 1.18401V2.72897C24.2993 6.29005 24.2937 15.6091 24.2937 18.7429V19.7619C24.2937 20.0029 24.2937 20.1454 24.2993 20.1563C24.3049 20.1728 24.871 20.2221 25.0056 20.2276C25.2578 20.2495 26.2892 20.2933 26.3172 20.2988H26.3845V20.7809C26.2948 20.7864 26.1322 20.8028 26.065 20.8028Z\",\"fill\":\"white\"}],[\"$\",\"path\",null,{\"d\":\"$21\",\"fill\":\"white\"}]]}],[\"$\",\"defs\",null,{\"children\":[\"$\",\"clipPath\",null,{\"id\":\"clip0_5035_44915\",\"children\":[\"$\",\"rect\",null,{\"width\":\"70.6174\",\"height\":\"20.3146\",\"fill\":\"white\",\"transform\":\"translate(0.190674 0.504028)\"}]}]}]]}]}]}],[\"$\",\"div\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 border-[3px] border-white/30 px-6 pb-4 pt-10 lg:gap-x-10 lg:px-0 lg:py-10\",\"children\":[\"$\",\"div\",null,{\"className\":\"col-span-full lg:col-span-10 lg:col-start-2 lg:grid lg:grid-cols-12 lg:gap-x-10\",\"children\":[[\"$\",\"div\",null,{\"className\":\"col-span-full mb-8 border-b border-grey-1 pb-6 last:mb-0 last:border-0 last:pb-0 lg:col-span-3 lg:mb-0 lg:border-0 lg:pb-0\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-center font-editorial text-h5 text-ivory-white lg:border-b lg:border-grey-1 lg:pb-4 lg:text-start\",\"children\":\"Sections\"}],[\"$\",\"div\",null,{\"className\":\"mt-6 grid grid-cols-2 gap-x-4 lg:mb-0 lg:mt-4 lg:grid-cols-1 lg:gap-y-5\",\"children\":[[\"$\",\"ul\",\"column-0\",{\"children\":[[\"$\",\"li\",\"Home\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Home\"},\"children\":\"Home\"}]}],[\"$\",\"li\",\"Politics\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/politics/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Politics\"},\"children\":\"Politics\"}]}],[\"$\",\"li\",\"Health\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/health/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Health\"},\"children\":\"Health\"}]}],[\"$\",\"li\",\"AI\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/tag/ai/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | AI\"},\"children\":\"AI\"}]}],[\"$\",\"li\",\"World\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/world/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | World\"},\"children\":\"World\"}]}],[\"$\",\"li\",\"Business\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/business/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Business\"},\"children\":\"Business\"}]}],[\"$\",\"li\",\"Science\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/science/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Science\"},\"children\":\"Science\"}]}]]}],[\"$\",\"ul\",\"column-1\",{\"children\":[[\"$\",\"li\",\"Climate\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/climate/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Climate\"},\"children\":\"Climate\"}]}],[\"$\",\"li\",\"Ideas\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/ideas/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Ideas\"},\"children\":\"Ideas\"}]}],[\"$\",\"li\",\"Entertainment\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/entertainment/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Entertainment\"},\"children\":\"Entertainment\"}]}],[\"$\",\"li\",\"Sports\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/sports/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Sports\"},\"children\":\"Sports\"}]}],[\"$\",\"li\",\"Technology\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/tag/technology/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Technology\"},\"children\":\"Technology\"}]}],[\"$\",\"li\",\"Newsletters\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/newsletters/?source=TD_Footer_Link\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Sections | Newsletters\"},\"children\":\"Newsletters\"}]}]]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"col-span-full mb-8 border-b border-grey-1 pb-6 last:mb-0 last:border-0 last:pb-0 lg:col-span-3 lg:mb-0 lg:border-0 lg:pb-0\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-center font-editorial text-h5 text-ivory-white lg:border-b lg:border-grey-1 lg:pb-4 lg:text-start\",\"children\":\"More\"}],[\"$\",\"div\",null,{\"className\":\"mt-6 grid grid-cols-2 gap-x-4 lg:mb-0 lg:mt-4 lg:grid-cols-1 lg:gap-y-5\",\"children\":[[\"$\",\"ul\",\"column-0\",{\"children\":[[\"$\",\"li\",\"Future of Work by Charter\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/charter/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | Future of Work by Charter\"},\"children\":\"Future of Work by Charter\"}]}],[\"$\",\"li\",\"All Business\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/tag/all-business/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | All Business\"},\"children\":\"All Business\"}]}],[\"$\",\"li\",\"AI Dictionary\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/collections/the-ai-dictionary-from-allbusiness-com/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | AI Dictionary\"},\"children\":\"AI Dictionary\"}]}],[\"$\",\"li\",\"TIME 2030\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/time2030/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | TIME 2030\"},\"children\":\"TIME 2030\"}]}],[\"$\",\"li\",\"The TIME Vault\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/vault/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | The TIME Vault\"},\"children\":\"The TIME Vault\"}]}],[\"$\",\"li\",\"TIME For Kids\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://www.timeforkids.com\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | TIME For Kids\"},\"children\":\"TIME For Kids\"}]}]]}],[\"$\",\"ul\",\"column-1\",{\"children\":[[\"$\",\"li\",\"TIME Futures\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/collection/time-co2-futures/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | TIME Futures\"},\"children\":\"TIME Futures\"}]}],[\"$\",\"li\",\"TIME Edge\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://www.timeedge.com/login\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | TIME Edge\"},\"children\":\"TIME Edge\"}]}],[\"$\",\"li\",\"TIME Studios\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/studios/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | TIME Studios\"},\"children\":\"TIME Studios\"}]}],[\"$\",\"li\",\"Video\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/collection/video/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | Video\"},\"children\":\"Video\"}]}],[\"$\",\"li\",\"Red Border\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://redborder.time.com/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | Red Border\"},\"children\":\"Red Border\"}]}],[\"$\",\"li\",\"Supplied Partner Content\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://partnercontent.time.com/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"More | Supplied Partner Content\"},\"children\":\"Supplied Partner Content\"}]}]]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"col-span-full mb-8 border-b border-grey-1 pb-6 last:mb-0 last:border-0 last:pb-0 lg:col-span-3 lg:mb-0 lg:border-0 lg:pb-0\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-center font-editorial text-h5 text-ivory-white lg:border-b lg:border-grey-1 lg:pb-4 lg:text-start\",\"children\":\"About Us\"}],[\"$\",\"div\",null,{\"className\":\"mt-6 grid grid-cols-2 gap-x-4 lg:mb-0 lg:mt-4 lg:grid-cols-1 lg:gap-y-5\",\"children\":[[\"$\",\"ul\",\"column-0\",{\"children\":[[\"$\",\"li\",\"Our mission\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/about-time/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"About Us | Our mission\"},\"children\":\"Our mission\"}]}],[\"$\",\"li\",\"Contact the Editors\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"mailto:feedback@time.com\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"About Us | Contact the Editors\"},\"target\":\"_top\",\"children\":\"Contact the Editors\"}]}],[\"$\",\"li\",\"Press Room\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/section/press-room/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"About Us | Press Room\"},\"children\":\"Press Room\"}]}],[\"$\",\"li\",\"Media Kit\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/mediakit/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"About Us | Media Kit\"},\"children\":\"Media Kit\"}]}],[\"$\",\"li\",\"Reprints \u0026 Permissions\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://www.parsintl.com/publication/time\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"About Us | Reprints \u0026 Permissions\"},\"children\":\"Reprints \u0026 Permissions\"}]}]]}],[\"$\",\"ul\",\"column-1\",{\"children\":[[\"$\",\"li\",\"Masthead\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/time-masthead/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"About Us | Masthead\"},\"children\":\"Masthead\"}]}],[\"$\",\"li\",\"Careers\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/longform/join-time/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"About Us | Careers\"},\"children\":\"Careers\"}]}],[\"$\",\"li\",\"Site Map\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/html-sitemap/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"About Us | Site Map\"},\"children\":\"Site Map\"}]}],[\"$\",\"li\",\"Modern Slavery Statement\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/modern-slavery-statement/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"About Us | Modern Slavery Statement\"},\"children\":\"Modern Slavery Statement\"}]}]]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"col-span-full mb-8 border-b border-grey-1 pb-6 last:mb-0 last:border-0 last:pb-0 lg:col-span-3 lg:mb-0 lg:border-0 lg:pb-0\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-center font-editorial text-h5 text-ivory-white lg:border-b lg:border-grey-1 lg:pb-4 lg:text-start\",\"children\":\"Your Subscriptions\"}],[\"$\",\"div\",null,{\"className\":\"mt-6 grid grid-cols-2 gap-x-4 lg:mb-0 lg:mt-4 lg:grid-cols-1 lg:gap-y-5\",\"children\":[[\"$\",\"ul\",\"column-0\",{\"children\":[[\"$\",\"li\",\"Subscribe\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/subscribe-footer-time/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Your Subscriptions | Subscribe\"},\"children\":\"Subscribe\"}]}],[\"$\",\"li\",\"Access My Digital Magazine\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://geo.ema.gs/time_digital\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Your Subscriptions | Access My Digital Magazine\"},\"children\":\"Access My Digital Magazine\"}]}],[\"$\",\"li\",\"Manage My Subscription\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://support.time.com\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Your Subscriptions | Manage My Subscription\"},\"children\":\"Manage My Subscription\"}]}],[\"$\",\"li\",\"Global Help Center\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://support.time.com\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Your Subscriptions | Global Help Center\"},\"children\":\"Global Help Center\"}]}]]}],[\"$\",\"ul\",\"column-1\",{\"children\":[[\"$\",\"li\",\"Buy an issue\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://magazineshop.us/collections/time-magazine/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Your Subscriptions | Buy an issue\"},\"children\":\"Buy an issue\"}]}],[\"$\",\"li\",\"Shop the Cover Store\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"https://timecoverstore.com\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Your Subscriptions | Shop the Cover Store\"},\"children\":\"Shop the Cover Store\"}]}],[\"$\",\"li\",\"Give a Gift\",{\"className\":\"mb-5 flex items-stretch last:mb-0\",\"children\":[\"$\",\"$L22\",null,{\"className\":\"border-b border-transparent font-graphik text-body-large transition-colors hover:underline\",\"href\":\"/giveagift/\",\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Your Subscriptions | Give a Gift\"},\"children\":\"Give a Gift\"}]}]]}]]}]]}]]}]}],[\"$\",\"ul\",null,{\"className\":\"my-10 flex items-center justify-center space-x-4\",\"children\":[[\"$\",\"li\",\"Facebook\",{\"children\":[\"$\",\"$L13\",null,{\"variant\":\"icon\",\"asChild\":true,\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Social | Facebook\"},\"children\":[\"$\",\"$L14\",null,{\"href\":\"https://www.facebook.com/time\",\"aria-label\":\"Share on Facebook\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"1.5rem\",\"height\":\"1.5rem\",\"viewBox\":\"0 0 36 35\",\"fill\":\"none\",\"className\":\"$undefined\",\"children\":[[\"$\",\"title\",null,{\"children\":\"$undefined\"}],[\"$\",\"g\",null,{\"id\":\"Img\",\"children\":[\"$\",\"g\",null,{\"id\":\"Group\",\"children\":[[\"$\",\"path\",null,{\"id\":\"Vector\",\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"M32.8533 17.2081C32.8533 25.1966 26.3787 31.6702 18.3912 31.6702C10.4037 31.6702 3.9292 25.1985 3.9292 17.2081C3.9292 9.21774 10.4028 2.74609 18.3912 2.74609C26.3797 2.74609 32.8533 9.21774 32.8533 17.2081Z\",\"stroke\":\"currentColor\",\"strokeWidth\":\"1.93472\"}],[\"$\",\"path\",null,{\"id\":\"Vector_2\",\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"M20.0514 13.0456C20.4702 13.0321 20.8891 13.0417 21.3089 13.0417H21.483V10.987C21.2586 10.9648 21.0255 10.9348 20.7904 10.9242C20.3599 10.9048 19.9295 10.8855 19.498 10.8952C18.8402 10.9077 18.2182 11.0596 17.6755 11.4272C17.0525 11.848 16.7101 12.4429 16.5805 13.1423C16.5253 13.4325 16.5127 13.7295 16.5031 14.0246C16.4934 14.486 16.5011 14.9465 16.5031 15.4079V15.582H14.4136V17.8776H16.4905V23.6488H19.0269V17.8843H21.0913L21.4105 15.5772H20.9442C20.3561 15.5791 19.0056 15.5772 19.0056 15.5772C19.0056 15.5772 19.0114 14.4386 19.025 13.9452C19.0443 13.2681 19.47 13.063 20.0475 13.0437\",\"fill\":\"currentColor\"}]]}]}]]}]}]}]}],[\"$\",\"li\",\"Instagram\",{\"children\":[\"$\",\"$L13\",null,{\"variant\":\"icon\",\"asChild\":true,\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Social | Instagram\"},\"children\":[\"$\",\"$L14\",null,{\"href\":\"https://www.instagram.com/time/?hl=en\",\"aria-label\":\"Share on Instagram\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"1.5rem\",\"height\":\"1.5rem\",\"viewBox\":\"0 0 36 35\",\"fill\":\"none\",\"className\":\"$undefined\",\"children\":[[\"$\",\"title\",null,{\"children\":\"$undefined\"}],[\"$\",\"g\",null,{\"id\":\"Img\",\"children\":[\"$\",\"g\",null,{\"id\":\"Group\",\"children\":[[\"$\",\"path\",null,{\"id\":\"Vector\",\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"M31.9236 17.2081C31.9236 25.1956 25.4491 31.6702 17.4616 31.6702C9.47406 31.6702 2.99951 25.1966 2.99951 17.2081C2.99951 9.21967 9.47309 2.74609 17.4616 2.74609C25.45 2.74609 31.9236 9.21967 31.9236 17.2081Z\",\"stroke\":\"currentColor\",\"strokeWidth\":\"1.93472\"}],[\"$\",\"path\",null,{\"id\":\"Vector_2\",\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"$23\",\"fill\":\"currentColor\"}]]}]}]]}]}]}]}],[\"$\",\"li\",\"X\",{\"children\":[\"$\",\"$L13\",null,{\"variant\":\"icon\",\"asChild\":true,\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Social | X\"},\"children\":[\"$\",\"$L14\",null,{\"href\":\"https://twitter.com/time\",\"aria-label\":\"Share on X\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"1.5rem\",\"height\":\"1.5rem\",\"viewBox\":\"0 0 36 35\",\"fill\":\"none\",\"className\":\"$undefined\",\"children\":[[\"$\",\"title\",null,{\"children\":\"$undefined\"}],[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"M32.0269 17.2079C32.0269 25.2099 25.5407 31.6951 17.5387 31.6951C9.53669 31.6951 3.05054 25.2099 3.05054 17.2079C3.05054 9.20589 9.53669 2.7207 17.5387 2.7207C25.5407 2.7207 32.0269 9.20589 32.0269 17.2079Z\",\"stroke\":\"currentColor\",\"strokeWidth\":\"1.93472\"}],[\"$\",\"g\",null,{\"clipPath\":\"url(#clip0_5328_306)\",\"children\":[\"$\",\"path\",null,{\"d\":\"M19.1414 16.0786L23.6087 11H22.5501L18.6711 15.4097L15.573 11H11.9998L16.6847 17.6682L11.9998 22.9938H13.0584L17.1547 18.3371L20.4265 22.9938H23.9998L19.1411 16.0786H19.1414ZM17.6914 17.7269L17.2167 17.0629L13.4399 11.7794H15.0659L18.1139 16.0434L18.5886 16.7074L22.5506 22.2499H20.9245L17.6914 17.7272V17.7269Z\",\"fill\":\"currentColor\"}]}],[\"$\",\"defs\",null,{\"children\":[\"$\",\"clipPath\",null,{\"id\":\"clip0_5328_306\",\"children\":[\"$\",\"rect\",null,{\"width\":\"12\",\"height\":\"12\",\"fill\":\"white\",\"transform\":\"translate(11.9998 11)\"}]}]}]]}]}]}]}],[\"$\",\"li\",\"Pinterest\",{\"children\":[\"$\",\"$L13\",null,{\"variant\":\"icon\",\"asChild\":true,\"gtmData\":{\"event\":\"globalFooter\",\"clickText\":\"Social | Pinterest\"},\"children\":[\"$\",\"$L14\",null,{\"href\":\"https://www.pinterest.com/timemagazine\",\"aria-label\":\"Share on Pinterest\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"1.5rem\",\"height\":\"1.5rem\",\"viewBox\":\"0 0 36 35\",\"fill\":\"none\",\"className\":\"$undefined\",\"children\":[[\"$\",\"title\",null,{\"children\":\"$undefined\"}],[\"$\",\"g\",null,{\"id\":\"Img\",\"children\":[\"$\",\"g\",null,{\"id\":\"Group\",\"children\":[[\"$\",\"path\",null,{\"id\":\"Vector\",\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"M32.0992 17.2079C32.0992 25.2099 25.613 31.6951 17.612 31.6951C9.61188 31.6951 3.12476 25.2099 3.12476 17.2079C3.12476 9.20589 9.61188 2.7207 17.612 2.7207C25.612 2.7207 32.0992 9.20589 32.0992 17.2079Z\",\"stroke\":\"currentColor\",\"strokeWidth\":\"1.93472\"}],[\"$\",\"path\",null,{\"id\":\"Vector_2\",\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"$24\",\"fill\":\"currentColor\"}]]}]}]]}]}]}]}]]}],[\"$\",\"p\",null,{\"className\":\"font-graphik text-center text-caption-small text-warm-grey-2 mb-4\",\"children\":[\"© \",2025,\" TIME USA, LLC. All Rights Reserved. Use of this site constitutes acceptance of our\",\" \",[\"$\",\"$L14\",null,{\"className\":\"underline focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color\",\"href\":\"https://legal.time.com/terms-of-service\",\"children\":\"Terms of Service\"}],\",\",\" \",[\"$\",\"$L14\",null,{\"className\":\"underline focus-visible:outline focus-visible:outline-black-coffee focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:shadow-focus-color\",\"href\":\"https://legal.time.com/us-privacy-policy\",\"children\":\"Privacy Policy (Your Privacy Rights)\"}],\" \",\"and\",\" \",[\"$\",\"$L25\",null,{\"children\":\"Do Not Sell or Share My Personal Information\"}],\".\"]}],[\"$\",\"p\",null,{\"className\":\"font-graphik text-center text-caption-small text-warm-grey-2\",\"children\":\"TIME may receive compensation for some links to products and services on this website. Offers may be subject to change without notice.\"}]]}]}]}],[\"$\",\"$Le\",null,{\"id\":\"newrelic\",\"dangerouslySetInnerHTML\":{\"__html\":\"$26\"}}]]}],[\"$\",\"$L27\",null,{\"gtmId\":\"GTM-P59JVDP\"}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L28\"],\"globalErrorComponent\":\"$29\",\"missingSlots\":\"$W2a\"}]\n"])</script><script>self.__next_f.push([1,"2d:I[65878,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"Image\"]\n2e:I[55152,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n2f:I[52184,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n30:I[46924,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/"])</script><script>self.__next_f.push([1,"chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n31:I[61060,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"ErrorBoundary\"]\n32:I[73158,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n36:I[6361,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n37:I["])</script><script>self.__next_f.push([1,"40367,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n38:\"$Sreact.fragment\"\n3b:I[65887,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n3c:I[69265,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n47:I[78778,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff"])</script><script>self.__next_f.push([1,".js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n4a:I[25664,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n4c:I[94774,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n54:I[63349,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"d"])</script><script>self.__next_f.push([1,"efault\"]\na8:I[18646,[\"3\",\"static/chunks/3-a286b3bdee4bce75.js\",\"113\",\"static/chunks/113-47a5452357c9cedf.js\",\"613\",\"static/chunks/613-cd7379bdffdf75ad.js\",\"391\",\"static/chunks/391-744e734f98257ffe.js\",\"287\",\"static/chunks/287-6e948cbb9981757e.js\",\"455\",\"static/chunks/455-c7eab3ba9fd409ff.js\",\"708\",\"static/chunks/708-bc11f39c575db369.js\",\"790\",\"static/chunks/790-b8fbdba77965d58f.js\",\"229\",\"static/chunks/229-6d27746ea41f73da.js\",\"8\",\"static/chunks/8-c76fabb3dc017dee.js\",\"685\",\"static/chunks/685-1b924a80a5951a21.js\",\"651\",\"static/chunks/app/(homepage)/page-2627d946d25cd329.js\"],\"default\"]\n2b:T7dc,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=14"])</script><script>self.__next_f.push([1,"40\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=3840\u0026q=75 3840w2c:T7dc,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_ne"])</script><script>self.__next_f.push([1,"xt/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FGettyImages-2243296389.jpg%3Fquality%3D85%26w%3D1024%26h%3D780%26crop%3D1\u0026w=3840\u0026q=75 3840w33:T74b,M24.9507 9.49512C24.9507 9.49512 26.0871 12.6762 26.2729 13.1423C26.4572 13.6084 29.9332 21.6582 29.9332 21.6582C29.9332 21.6582 31.5645 18.1908 33.0173 14.4691C33.312 13.7151 33.698 12.7331 33.9825 11.9368C34.399 10.7722 34.8562 9.49512 34.8562 9.49512H35.7502C35.7502 9.49512 35.9723 10.9169 36.0507 11.5496C36.28 13.3922 37.7749 20.8794 38.2988 23.3415C38.4294 23.9567 38.5296 24.49 38.5296 24.49C38.6834 24.4988 39.2872 24.5543 39.6457 24.5806C39.7211 24.5865 39.9214 24.5952 39.9664 24.5952L39.9679 24.9664C39.9679 24.9664 39.8053 24.9751 39.7153 24.9751C38.9142 24.9707 37.6646 24.905 36.8954 24.905C36.2103 24.905 35.5514 24.9576 34.8649 24.9707C34.7488 24.9722 34.6312 24.9678 34.5108 24.9678V24.6011C34.5151 24.5996 34.6066 24.5952 34.6545 24.5967C34.9897 24.5821 35.8765 24.5046 35.965 24.5002C35.965 24.3658 35.9171 23.8997 35.8446 23.4233C35.7952 23.0873 35.7096 22.5115 35.6196 21.9461C35.4251 20.8443 34.5209 16.281 34.2524 15.0156C34.2089 14.8081 34.1813 14.6912 34.1813 14.6912C34.1813 14.6912 31.3831 21.1541 30.8185 22.4283C30.7634 22.5525 30.7242 22.6416 30.7111 22.6708C30.1712 23.8968 29.7184 24.9897 29.7184 24.9897L28.9231 24.9868L24.5617 14.8943L24.4587 14.6605C24.4587 14.6605 24.0784 16.5527 23.5298 19.2224C23.2396 20.6646 22.6372 24.2708 22.5966 24.509C22.9435 24.5558 23.6256 24.6054 23.8128 24.5996C23.8564 24.5996 23.9289 24.6011 23.9826 24.6011V24.9664C23.9057 24.9766 23.7229 24.9766 23.7156 24.9766C23.0581 24.9634 22.5835 24.9196 21.8724 24.9196C21.6851 24.9196 20.698"])</script><script>self.__next_f.push([1,"2 24.9649 20.3499 24.9766C20.2048 24.9824 20.0001 24.9678 19.9609 24.9693V24.6084C19.9943 24.6084 20.064 24.5952 20.1075 24.5938C20.4225 24.5821 20.9058 24.5368 21.3165 24.4886C21.3499 24.3117 21.704 22.5335 21.8172 21.9037C22.2526 19.82 23.5371 12.8559 23.6982 11.9163C23.839 10.9023 24.003 9.64124 24.0175 9.50096C24.3629 9.50681 24.9507 9.49512 24.9507 9.49512Z34:T42d,M19.159 24.9795C18.5683 24.9795 17.5654 24.8904 16.8121 24.8904C16.069 24.8904 15.0589 24.9781 14.3332 24.9781C14.2708 24.9795 14.162 24.9664 14.1025 24.9664V24.5996C14.2461 24.5967 14.8876 24.5441 15.0662 24.5324C15.2752 24.5193 15.4682 24.509 15.5553 24.4842C15.5553 24.4842 15.5567 24.0415 15.5596 23.3561C15.5683 20.9831 15.5828 14.2777 15.5582 11.2427C15.5553 10.9227 15.5538 10.1118 15.5538 9.99342C15.4174 9.98173 15.2273 9.96419 15.0908 9.94812C14.921 9.94081 14.2186 9.87944 14.0981 9.8736L14.0938 9.50684C14.7904 9.50684 15.8238 9.56967 16.6626 9.56967C17.4638 9.56967 18.5509 9.50684 19.3738 9.50684L19.3723 9.88967C19.2417 9.89698 18.9239 9.91597 18.9137 9.91597C18.6742 9.93643 18.0022 10.0051 17.8382 10.0153C17.8382 10.2433 17.8382 10.6714 17.8382 11.196C17.8368 13.9124 17.8353 21.0211 17.8339 23.4146C17.8339 23.7273 17.8339 24.0166 17.8339 24.1905C17.8339 24.3731 17.8353 24.4827 17.8368 24.49C17.8411 24.5032 18.262 24.5397 18.3593 24.5456C18.5451 24.5646 19.3085 24.5953 19.3317 24.5996H19.3825V24.9664C19.3331 24.9679 19.2112 24.981 19.159 24.9795Z35:T9ec,"])</script><script>self.__next_f.push([1,"M44.1999 10.6159L44.197 16.7003L48.5365 16.7135C48.5568 16.7135 49.6845 16.6813 49.7121 16.6828C49.7803 16.6843 50.5554 16.6433 50.5844 16.6331C50.5844 16.6331 50.5975 16.5688 50.6134 16.5235C50.6773 16.1553 50.7556 15.8061 50.776 15.5328C50.776 15.5328 50.7963 15.4159 50.7977 15.337L51.0445 15.3326C51.0445 15.3604 51.0575 15.4305 51.0561 15.5299C51.0532 15.8967 51.0227 16.658 51.0242 17.1577C51.0256 17.8766 51.0474 18.5254 51.0517 18.8512C51.0546 18.9433 51.0488 19.0923 51.0488 19.0923H50.7789C50.7745 19.0587 50.7687 19.0222 50.7629 18.9842C50.715 18.5692 50.6758 18.277 50.6047 17.8547C50.6033 17.8328 50.5873 17.7568 50.5829 17.7086C50.4451 17.6998 50.0793 17.6881 49.8848 17.6837C49.8007 17.6808 48.7426 17.675 47.5525 17.6735C47.0649 17.672 46.1882 17.694 45.8181 17.694C45.3827 17.694 44.6643 17.7188 44.1955 17.7334L44.1999 23.2509L44.2187 23.9625L46.853 24.0034L50.6047 23.9991C50.6221 23.9991 51.4625 23.9684 51.7266 23.9728C51.7818 23.9742 51.895 23.9654 51.895 23.9654C51.9196 23.7872 51.9501 23.4263 51.9806 23.0814C51.9835 23.0405 52.0778 22.1258 52.0778 21.8788L52.3086 21.8759C52.3086 22.1083 52.2593 25 52.2593 25C51.8355 25 50.5379 24.9985 48.9356 24.9781C47.9647 24.9649 46.882 24.9664 45.8123 24.9518C44.9459 24.9401 44.0896 24.9123 43.3102 24.9138C42.1985 24.9152 41.1099 24.981 40.6876 24.981C40.5904 24.981 40.4205 24.9751 40.3828 24.9751V24.6113H40.4597C40.721 24.6098 41.4873 24.5689 41.8864 24.5017C41.8864 24.4287 41.9125 23.5285 41.9125 23.5096C41.9125 23.5096 41.9111 12.0844 41.9111 11.573C41.9111 11.0206 41.8995 10.1001 41.8995 10.0197C41.6731 9.99632 41.5932 9.98317 41.5453 9.9744C41.3044 9.94371 40.8313 9.90719 40.5787 9.88965C40.5062 9.89111 40.4278 9.88234 40.3886 9.8765C40.3886 9.8765 40.3886 9.5185 40.3857 9.51412C40.4438 9.51704 40.5613 9.50974 40.7732 9.5112C41.2202 9.51266 42.0432 9.57257 43.049 9.57403C43.6817 9.57403 44.7006 9.54627 45.4306 9.5375C46.4712 9.5375 47.2622 9.52873 48.2709 9.52289C49.9168 9.51266 51.3231 9.50243 51.8732 9.49951C52.0328 9.49805 52.1214 9.49805 52.1214 9.49805C52.1214 9.52581 52.1199 9.55942 52.1199 9.59595C52.1214 9.70992 52.1156 9.91157 52.117 10.16C52.1228 10.93 52.1431 12.1399 52.1431 12.5344H51.9124L51.9095 12.4263C51.8863 12.156 51.8355 11.3947 51.7716 10.7532C51.7658 10.6962 51.7556 10.6509 51.7556 10.6509C51.6178 10.6466 51.0546 10.6305 51.0445 10.6217C51.0358 10.6144 50.5873 10.6086 50.5771 10.6042C50.5728 10.6027 49.0997 10.594 47.583 10.5925C46.5467 10.591 45.5279 10.5983 44.9023 10.5983C44.7514 10.5969 44.1999 10.6159 44.1999 10.6159Z"])</script><script>self.__next_f.push([1,"39:T784,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=3840\u0026q=75 3840w3a:T784,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-H"])</script><script>self.__next_f.push([1,"all-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-Hall-of-Fame.png%3Fw%3D1280%26h%3D1280%26crop%3D1\u0026w=3840\u0026q=75 3840w3d:T897,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"3e:T897,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Flindsey-vonn-olympics-alpine-ski-racer.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"3f:T829,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"40:T829,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Ft100-next-2025-tate-mcrae-02.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"41:T86b,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"42:T86b,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2Fbruce-springsteen-time-magazine-04.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"43:T7a5,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w44:T7a5,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fupload"])</script><script>self.__next_f.push([1,"s%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F09%2F250929_WKOTY_005.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w45:T7e7,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26c"])</script><script>self.__next_f.push([1,"rop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D1969%26h%3D1130%26crop%3D1\u0026w=3840\u0026q=75 3840w46:T7dc,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=320\u0026q=75"])</script><script>self.__next_f.push([1," 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FBest-Inventions-2025-Featured-Image-1.png%3Fw%3D750%26h%3D1140%26crop%3D1\u0026w=3840\u0026q=75 3840w48:T7c6,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?"])</script><script>self.__next_f.push([1,"url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=3840\u0026q=75 3840w49:T7c6,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuplo"])</script><script>self.__next_f.push([1,"ads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FOpenAI-Restructuring.jpg%3Fquality%3D85%26w%3D1024%26h%3D683%26crop%3D1\u0026w=3840\u0026q=75 3840w4b:T4f4,\u003cdiv id=\"1741274655.176039\" class=\"c-virtual_list__item\" role=\"listitem\" data-qa=\"virtual-list-item\" data-item-key=\"1741274655.176039\"\u003e\r\n\u003cdiv class=\"c-message_kit__background c-message_kit__background--hovered p-message_pane_message__message c-message_kit__message\" role=\"presentation\" data-qa=\"message_"])</script><script>self.__next_f.push([1,"container\" data-qa-unprocessed=\"false\" data-qa-placeholder=\"false\"\u003e\r\n\u003cdiv class=\"c-message_kit__hover c-message_kit__hover--hovered\" role=\"document\" data-qa-hover=\"true\"\u003e\r\n\u003cdiv class=\"c-message_kit__actions c-message_kit__actions--default\"\u003e\r\n\u003cdiv class=\"c-message_kit__gutter\"\u003e\r\n\u003cdiv class=\"c-message_kit__gutter__right\" role=\"presentation\" data-qa=\"message_content\"\u003e\r\n\u003cdiv class=\"c-message_kit__blocks c-message_kit__blocks--rich_text\"\u003e\r\n\u003cdiv class=\"c-message__message_blocks c-message__message_blocks--rich_text\" data-qa=\"message-text\"\u003e\r\n\u003cdiv class=\"p-block_kit_renderer\" data-qa=\"block-kit-renderer\"\u003e\r\n\u003cdiv class=\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\"\u003e\r\n\u003cdiv class=\"p-rich_text_block\" dir=\"auto\"\u003e\r\n\u003cdiv class=\"p-rich_text_section\"\u003eLee is a reporter at TIME. She covers U.S. news with a focus on health and reproductive rights.\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e4d:T881,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1680%26h%3D1120%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"4e:T881,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FDietitians-and-Dentists-Love-These-Halloween-Treats.png%3Fw%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"4f:T784,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=3840\u0026q=75 3840w50:T784,/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jp"])</script><script>self.__next_f.push([1,"g%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2Fclimate-health.jpg%3Fquality%3D85%26w%3D1024%26h%3D655%26crop%3D1\u0026w=3840\u0026q=75 3840w51:T4f4,\u003cdiv id=\"1741274655.176039\" class=\"c-virtual_list__item\" role=\"listitem\" data-qa=\"virtual-list-item\" data-item-key=\"1741274655.176039\"\u003e\r\n\u003cdiv class=\"c-message_kit__background c-message_kit__background--hovered p-message_pane"])</script><script>self.__next_f.push([1,"_message__message c-message_kit__message\" role=\"presentation\" data-qa=\"message_container\" data-qa-unprocessed=\"false\" data-qa-placeholder=\"false\"\u003e\r\n\u003cdiv class=\"c-message_kit__hover c-message_kit__hover--hovered\" role=\"document\" data-qa-hover=\"true\"\u003e\r\n\u003cdiv class=\"c-message_kit__actions c-message_kit__actions--default\"\u003e\r\n\u003cdiv class=\"c-message_kit__gutter\"\u003e\r\n\u003cdiv class=\"c-message_kit__gutter__right\" role=\"presentation\" data-qa=\"message_content\"\u003e\r\n\u003cdiv class=\"c-message_kit__blocks c-message_kit__blocks--rich_text\"\u003e\r\n\u003cdiv class=\"c-message__message_blocks c-message__message_blocks--rich_text\" data-qa=\"message-text\"\u003e\r\n\u003cdiv class=\"p-block_kit_renderer\" data-qa=\"block-kit-renderer\"\u003e\r\n\u003cdiv class=\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\"\u003e\r\n\u003cdiv class=\"p-rich_text_block\" dir=\"auto\"\u003e\r\n\u003cdiv class=\"p-rich_text_section\"\u003eLee is a reporter at TIME. She covers U.S. news with a focus on health and reproductive rights.\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e\r\n\u003c/div\u003e52:T8c3,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1680%26h%3D1120%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"53:T8c3,"])</script><script>self.__next_f.push([1,"/redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=320\u0026q=75 320w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=480\u0026q=75 480w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=640\u0026q=75 640w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=750\u0026q=75 750w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=828\u0026q=75 828w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1080\u0026q=75 1080w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1200\u0026q=75 1200w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1440\u0026q=75 1440w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=1920\u0026q=75 1920w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=2400\u0026q=75 2400w, /redesign/_next/image/?url=https%3A%2F%2Fapi.time.com%2Fwp-content%2Fuploads%2F2025%2F10%2FThe_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg%3Fquality%3D85%26w%3D1200%26h%3D1500%26crop%3D1\u0026w=3840\u0026q=75 3840w"])</script><script>self.__next_f.push([1,"55:T4676,"])</script><script>self.__next_f.push([1,"{\"layout\":\"default\",\"large\":[{\"id\":7328629,\"postType\":\"article\",\"title\":\"Hurricane Melissa Strikes Jamaica With Catastrophic Strength\",\"deck\":\"The hurricane is the most powerful to hit Jamaica since record-keeping began.\",\"path\":\"\\/7328629\\/hurricane-melissa-path-landfall-jamaica\\/\",\"published\":1761578431,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634859473,\\\"path\\\":\\\"\\\\\\/author\\\\\\/solcyre-burga\\\\\\/\\\",\\\"name\\\":\\\"Solcyr\\\\u00e9 Burga\\\",\\\"bio\\\":\\\"Burga is a general assignment reporter at TIME. She covers U.S. news with a focus on student loans and LGBTQ+ issues.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Solcyr\\\\u00e9\\\",\\\"lastname\\\":\\\"Burga\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2022\\\\\\/07\\\\\\/Sol-Burga-headshot.jpeg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"},{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634870710,\\\"path\\\":\\\"\\\\\\/author\\\\\\/chantelle-lee\\\\\\/\\\",\\\"name\\\":\\\"Chantelle Lee\\\",\\\"bio\\\":\\\"\u003cdiv id=\\\\\\\"1741274655.176039\\\\\\\" class=\\\\\\\"c-virtual_list__item\\\\\\\" role=\\\\\\\"listitem\\\\\\\" data-qa=\\\\\\\"virtual-list-item\\\\\\\" data-item-key=\\\\\\\"1741274655.176039\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__background c-message_kit__background--hovered p-message_pane_message__message c-message_kit__message\\\\\\\" role=\\\\\\\"presentation\\\\\\\" data-qa=\\\\\\\"message_container\\\\\\\" data-qa-unprocessed=\\\\\\\"false\\\\\\\" data-qa-placeholder=\\\\\\\"false\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__hover c-message_kit__hover--hovered\\\\\\\" role=\\\\\\\"document\\\\\\\" data-qa-hover=\\\\\\\"true\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__actions c-message_kit__actions--default\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__gutter\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__gutter__right\\\\\\\" role=\\\\\\\"presentation\\\\\\\" data-qa=\\\\\\\"message_content\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\\\\\" data-qa=\\\\\\\"message-text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer\\\\\\\" data-qa=\\\\\\\"block-kit-renderer\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_block\\\\\\\" dir=\\\\\\\"auto\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_section\\\\\\\"\u003eLee is a reporter at TIME. She covers U.S. news with a focus on health and reproductive rights.\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Chantelle\\\",\\\"lastname\\\":\\\"Lee\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2243296389.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2243296389.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\\\",\\\"alt\\\":\\\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\\\",\\\"credit\\\":\\\"NOAA via Getty Images\\\",\\\"mediaType\\\":\\\"video\\\",\\\"videoId\\\":\\\"i0wGlamg\\\",\\\"mobileVideoId\\\":null}\"},{\"id\":7328921,\"postType\":\"article\",\"title\":\"U.S. Military Kills 14 In Strikes Against Alleged Cartel Boats\",\"deck\":\"At least 57 people have been killed since the start of the campaign. The Pentagon did not provide evidence the targets were cartel members.\",\"path\":\"\\/7328921\\/cartel-boats-pete-hegseth-pacific\\/\",\"published\":1761662577,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634871818,\\\"path\\\":\\\"\\\\\\/author\\\\\\/richard-hall\\\\\\/\\\",\\\"name\\\":\\\"Richard Hall\\\",\\\"bio\\\":\\\"Hall is an editor at TIME. He was previously a Middle East correspondent based in Beirut, and later a U.S. correspondent.\u003cspan style=\\\\\\\"color: #888888\\\\\\\"\u003e\\\\r\\\\n\u003c\\\\\\/span\u003e\\\",\\\"short_bio\\\":\\\"Hall is an editor at TIME\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Richard\\\",\\\"lastname\\\":\\\"Hall\\\",\\\"title\\\":\\\"Editor\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/08\\\\\\/Passport-photo-221.jpg?quality=85\u0026w=1000\\\",\\\"show_desc\\\":\\\"\\\"},{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634870768,\\\"path\\\":\\\"\\\\\\/author\\\\\\/rebecca-schneid\\\\\\/\\\",\\\"name\\\":\\\"Rebecca Schneid\\\",\\\"bio\\\":\\\"\u003cdiv class=\\\\\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\\\\\" data-qa=\\\\\\\"message-text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer\\\\\\\" data-qa=\\\\\\\"block-kit-renderer\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_block\\\\\\\" dir=\\\\\\\"auto\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_section\\\\\\\"\u003eSchneid is a general assignment reporter for TIME covering U.S. and global news.\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Rebecca\\\",\\\"lastname\\\":\\\"Schneid\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/05\\\\\\/l.jpeg?quality=85\u0026w=720\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Donald Trump\\\",\\\"slug\\\":\\\"donald-trump\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/donald-trump\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Politics\\\",\\\"slug\\\":\\\"politics\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/politics\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/screenshot.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/screenshot.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Pete Hegseth \\\\\\/ X\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"},{\"id\":7329012,\"postType\":\"article\",\"title\":\"Israel Resumes Strikes on Gaza\",\"deck\":\"Israel resumes strikes on Gaza after Netanyahu\\u2019s order, deepening fears the cease-fire could collapse.\",\"path\":\"\\/7329012\\/israel-strikes-gaza-netanyahu-ceasefire-hamas\\/\",\"published\":1761673608,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634871469,\\\"path\\\":\\\"\\\\\\/author\\\\\\/callum-sutherland\\\\\\/\\\",\\\"name\\\":\\\"Callum Sutherland\\\",\\\"bio\\\":\\\"Sutherland is a general assignment reporter at TIME, based in the London bureau. He covers U.S. and international news.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Callum\\\",\\\"lastname\\\":\\\"Sutherland\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"},{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634871864,\\\"path\\\":\\\"\\\\\\/author\\\\\\/connor-greene\\\\\\/\\\",\\\"name\\\":\\\"Connor Greene\\\",\\\"bio\\\":\\\"\u003cdiv id=\\\\\\\"message-list_1756315411.099459\\\\\\\" class=\\\\\\\"c-virtual_list__item\\\\\\\" role=\\\\\\\"listitem\\\\\\\" data-qa=\\\\\\\"virtual-list-item\\\\\\\" data-item-key=\\\\\\\"1756315411.099459\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__background c-message_kit__background--hovered p-message_pane_message__message c-message_kit__message\\\\\\\" role=\\\\\\\"presentation\\\\\\\" data-qa=\\\\\\\"message_container\\\\\\\" data-qa-unprocessed=\\\\\\\"false\\\\\\\" data-qa-placeholder=\\\\\\\"false\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__hover c-message_kit__hover--hovered\\\\\\\" role=\\\\\\\"document\\\\\\\" data-qa-hover=\\\\\\\"true\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__actions c-message_kit__actions--default\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__gutter\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__gutter__right\\\\\\\" role=\\\\\\\"presentation\\\\\\\" data-qa=\\\\\\\"message_content\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\\\\\" data-qa=\\\\\\\"message-text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer\\\\\\\" data-qa=\\\\\\\"block-kit-renderer\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_block\\\\\\\" dir=\\\\\\\"auto\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_section\\\\\\\"\u003eGreene is an editorial fellow at TIME, reporting on breaking news and politics out of the D.C. bureau.\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Connor\\\",\\\"lastname\\\":\\\"Greene\\\",\\\"title\\\":\\\"Editorial Fellow\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Israel-Hamas War\\\",\\\"slug\\\":\\\"israel-hamas-war\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/israel-hamas-war\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"World\\\",\\\"slug\\\":\\\"world\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/world\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/gaza-destruction-ceasefire-oct28.jpg?quality=85\u0026w=600\u0026h=576\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/gaza-destruction-ceasefire-oct28.jpg?quality=85\u0026w=1024\u0026h=576\u0026crop=1\\\",\\\"alt\\\":\\\"Debris removal work continues in Khan Yunis\\\",\\\"credit\\\":\\\"Mohammed Eslayeh - Anadolu via Getty Images\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"}],\"small\":[{\"id\":7329055,\"postType\":\"article\",\"title\":\"Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes\",\"deck\":\"The federal budget includes billions in funding for low-income Americans that might otherwise struggle to pay their energy bills. \",\"path\":\"\\/7329055\\/energy-heating-costs-government-shutdown\\/\",\"published\":1761681255,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858542,\\\"path\\\":\\\"\\\\\\/author\\\\\\/simmone-shah\\\\\\/\\\",\\\"name\\\":\\\"Simmone Shah\\\",\\\"bio\\\":\\\"Shah is a reporter at TIME.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"simmoneshah\\\",\\\"email\\\":\\\"simmone.shah@time.com\\\",\\\"firstname\\\":\\\"Simmone\\\",\\\"lastname\\\":\\\"Shah\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2021\\\\\\/05\\\\\\/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"energy\\\",\\\"slug\\\":\\\"energy\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/energy\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=1200\u0026h=1416\u0026crop=1\\\",\\\"alt\\\":\\\"Home energy costs are on the rise. As the government shutdown continues, it could get harder for low-income families to afford their heating bills.\\\",\\\"credit\\\":\\\"Getty Images\u0026mdash;catnap72\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"},{\"id\":7328898,\"postType\":\"article\",\"title\":\"Why Barack Obama Got Off the Bench\",\"deck\":\"Obama has told friends he wouldn't let concerns about hypocrisy stop him\",\"path\":\"\\/7328898\\/barack-obama-newsom-california-redistricting\\/\",\"published\":1761661599,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":352379233,\\\"path\\\":\\\"\\\\\\/author\\\\\\/philip-elliott\\\\\\/\\\",\\\"name\\\":\\\"Philip Elliott\\\",\\\"bio\\\":\\\"Elliott is a senior correspondent at TIME, based in the Washington, D.C., bureau, where he covers national campaigns, elections, and government. He also writes TIME\\\\u2019s politics newsletter, \u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/cloud.newsletters.time.com\\\\\\/signup?nln=dc-brief\u0026amp;source=dc_article\\\\\\\"\u003eThe D.C. Brief\u003c\\\\\\/a\u003e.\\\",\\\"short_bio\\\":\\\"Senior Correspondent\\\",\\\"twitter\\\":\\\"Philip_Elliott\\\",\\\"email\\\":\\\"philip.elliott@time.com\\\",\\\"firstname\\\":\\\"Philip\\\",\\\"lastname\\\":\\\"Elliott\\\",\\\"title\\\":\\\"Senior Correspondent\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2015\\\\\\/12\\\\\\/philip-elliot-2.jpg?quality=85\u0026w=960\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"The D.C. Brief\\\",\\\"slug\\\":\\\"the-dc-brief\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/the-dc-brief\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Politics\\\",\\\"slug\\\":\\\"politics\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/politics\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2203716624.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2203716624.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"Detroit Pistons v Los Angeles Clippers\\\",\\\"credit\\\":\\\"Meg Oliphant\\\\u2014Getty Images\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"},{\"id\":7329034,\"postType\":\"article\",\"title\":\"Stephen Miller Claims ICE Agents Have Immunity. Is That True?\",\"deck\":\"Trump aide Stephen Miller claims that ICE agents have immunity from prosecution, but legal experts question how absolute that is.\",\"path\":\"\\/7329034\\/stephen-miller-ice-immunity-pritzker\\/\",\"published\":1761675010,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634870768,\\\"path\\\":\\\"\\\\\\/author\\\\\\/rebecca-schneid\\\\\\/\\\",\\\"name\\\":\\\"Rebecca Schneid\\\",\\\"bio\\\":\\\"\u003cdiv class=\\\\\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\\\\\" data-qa=\\\\\\\"message-text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer\\\\\\\" data-qa=\\\\\\\"block-kit-renderer\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_block\\\\\\\" dir=\\\\\\\"auto\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_section\\\\\\\"\u003eSchneid is a general assignment reporter for TIME covering U.S. and global news.\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Rebecca\\\",\\\"lastname\\\":\\\"Schneid\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/05\\\\\\/l.jpeg?quality=85\u0026w=720\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Trump Administration\\\",\\\"slug\\\":\\\"trump-administration\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/trump-administration\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Politics\\\",\\\"slug\\\":\\\"politics\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/politics\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2243636375.jpg?quality=85\u0026w=1024\u0026h=682\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2243636375.jpg?quality=85\u0026w=1024\u0026h=682\u0026crop=1\\\",\\\"alt\\\":\\\"ICE Detains Immigrants Inside New York City Courthouses\\\",\\\"credit\\\":\\\"Getty Images\u0026mdash;2025 Getty Images\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"},{\"id\":7326119,\"postType\":\"article\",\"title\":\"Horror Movies Can Make You Feel Less Anxious\",\"deck\":\"Seeking out scares for sport is linked to a number of health benefits.\",\"path\":\"\\/7326119\\/horror-movies-anxiety-scaring-myself\\/\",\"published\":1761579000,\"authors\":\"[{\\\"types\\\":[],\\\"id\\\":634872041,\\\"path\\\":\\\"\\\\\\/author\\\\\\/delaney-rebernik\\\\\\/\\\",\\\"name\\\":\\\"Delaney Rebernik\\\",\\\"bio\\\":\\\"\u003cdiv dir=\\\\\\\"ltr\\\\\\\"\u003e\\\\r\\\\n\u003cdiv\u003eRebernik is a contributor for TIME.\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Delaney\\\",\\\"lastname\\\":\\\"Rebernik\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Mental Health\\\",\\\"slug\\\":\\\"mental-health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/mental-health\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Horror-Movies-Good-for-Your-Health.png?w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Horror-Movies-Good-for-Your-Health.png?w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Photo-Illustration by Chloe Dowling for TIME (Source Images: Everett (2), Warner Bros. Pictures (2), Getty Images)\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"}]}"])</script><script>self.__next_f.push([1,"56:T202d,"])</script><script>self.__next_f.push([1,"{\"large\":[{\"id\":7323640,\"postType\":\"article\",\"title\":\"TIME Best Inventions Hall of Fame\",\"deck\":\"The most iconic inventions of the past 25 years\",\"path\":\"\\/7323640\\/25-iconic-inventions\\/\",\"published\":1760007434,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":419056472,\\\"path\\\":\\\"\\\\\\/author\\\\\\/merrill-fabry\\\\\\/\\\",\\\"name\\\":\\\"Merrill Fabry\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Merrill\\\",\\\"lastname\\\":\\\"Fabry\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2018\\\\\\/12\\\\\\/m_fabry.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Best Inventions 2025\\\",\\\"slug\\\":\\\"best-inventions-2025\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/best-inventions-2025\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Best-Inventions-Hall-of-Fame.png?w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Best-Inventions-Hall-of-Fame.png?w=1280\u0026h=1280\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"\\\"}\"}],\"small\":[{\"id\":7328396,\"postType\":\"article\",\"title\":\"Vince Gilligan Is Breaking Good\",\"deck\":\"The creator of 'Breaking Bad' is leaving bad guys behind in 'Pluribus,' a sci-fi epic with an unlikely hero. \",\"path\":\"\\/7328396\\/vince-gilligan-interview-pluribus\\/\",\"published\":1761577036,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":430974059,\\\"path\\\":\\\"\\\\\\/author\\\\\\/judy-berman\\\\\\/\\\",\\\"name\\\":\\\"Judy Berman\\\",\\\"bio\\\":\\\"Berman is the TV critic at TIME. Along with reviewing current television, she writes about the ways in which entertainment and pop culture intersect with our larger social and political realities. Her TIME essay on \u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/6081493\\\\\\/ted-lasso-season-2\\\\\\/\\\\\\\"\u003e\u003cem\u003eTed Lasso\u003c\\\\\\/em\u003e and modern masculinity\u003c\\\\\\/a\u003e won a New York Press Club award in 2022.\\\",\\\"short_bio\\\":\\\"TV Critic\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Judy\\\",\\\"lastname\\\":\\\"Berman\\\",\\\"title\\\":\\\"TV Critic\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2018\\\\\\/06\\\\\\/Judy-1.jpg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Vince-Gilligan.jpg?quality=85\u0026w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Vince-Gilligan.jpg?quality=85\u0026w=1280\u0026h=1280\u0026crop=1\\\",\\\"alt\\\":\\\"Vince Gilligan at The Mulberry Bar in NYC, on Oct. 8.\\\",\\\"credit\\\":\\\"Amy Lombard for TIME\\\"}\"},{\"id\":7328171,\"postType\":\"article\",\"title\":\"'IT: Welcome to Derry' Premiere, Explained\",\"deck\":\"Breaking down that brutal twist in Episode 1 of HBO's new 'IT' prequel series.\",\"path\":\"\\/7328171\\/it-welcome-to-derry-premiere-twist-ending\\/\",\"published\":1761530400,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":386182647,\\\"path\\\":\\\"\\\\\\/author\\\\\\/megan-mccluskey\\\\\\/\\\",\\\"name\\\":\\\"Megan McCluskey\\\",\\\"bio\\\":\\\"McCluskey is a staff writer at TIME. She covers culture, focusing on horror, fantasy, and science fiction.\\\",\\\"short_bio\\\":\\\"Staff Writer\\\",\\\"twitter\\\":\\\"MegzyM27\\\",\\\"email\\\":\\\"megan.mccluskey@time.com\\\",\\\"firstname\\\":\\\"Megan\\\",\\\"lastname\\\":\\\"McCluskey\\\",\\\"title\\\":\\\"Staff Writer\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2018\\\\\\/12\\\\\\/m_mccluskey.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026w=1680\u0026h=1080\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026crop=165px%2C0px%2C1080px%2C1080px\u0026resize=1280%2C1280\u0026strip\\\",\\\"alt\\\":\\\"IT: Welcome to Derry\\\",\\\"credit\\\":\\\"Brooke Palmer\\\\u2014HBO\\\"}\"},{\"id\":7328225,\"postType\":\"article\",\"title\":\"Review: 'Springsteen: Deliver Me From Nowhere'\",\"deck\":\"Jeremy Allen White is quietly effective as Bruce Springsteen in Scott Cooper's 'Deliver Me From Nowhere' \",\"path\":\"\\/7328225\\/springsteen-deliver-me-from-nowhere-review\\/\",\"published\":1761331196,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":419712932,\\\"path\\\":\\\"\\\\\\/author\\\\\\/stephanie-zacharek\\\\\\/\\\",\\\"name\\\":\\\"Stephanie Zacharek\\\",\\\"bio\\\":\\\"Zacharek is the film critic at TIME. She is the recipient of a Newswomen\\\\u2019s Club of New York award and was a 2015 Pulitzer Prize finalist.\\\",\\\"short_bio\\\":\\\"Film Critic\\\",\\\"twitter\\\":\\\"szacharek\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Stephanie\\\",\\\"lastname\\\":\\\"Zacharek\\\",\\\"title\\\":\\\"Film Critic\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2018\\\\\\/12\\\\\\/s_zacherek.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"movies\\\",\\\"slug\\\":\\\"movies\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/movies\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/10.11.25_StillRequest_07.jpg?quality=85\u0026w=1471\u0026h=803\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/10.11.25_StillRequest_07.jpg?quality=85\u0026w=1280\u0026h=803\u0026crop=1\\\",\\\"alt\\\":\\\"SPRINGSTEEN: DELIVER ME FROM NOWHERE\\\",\\\"credit\\\":\\\"20TH CENTURY STUDIOS\u0026mdash;\\\\u00a9 2025 20th Century Studios. All Rights Reserved.\\\"}\"},{\"id\":7323662,\"postType\":\"article\",\"title\":\"How We Chose the Best Inventions of 2025\",\"deck\":\"The result is 300 groundbreaking inventions that are changing how we live, work, play, and think about what\\u2019s possible.\",\"path\":\"\\/7323662\\/best-inventions-2025-how-we-picked\\/\",\"published\":1760007370,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":207071759,\\\"path\\\":\\\"\\\\\\/author\\\\\\/time-staff\\\\\\/\\\",\\\"name\\\":\\\"TIME Staff\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"\\\",\\\"lastname\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Best Inventions 2025\\\",\\\"slug\\\":\\\"best-inventions-2025\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/best-inventions-2025\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/best-inventions-how-we-chose.jpg?quality=85\u0026w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/best-inventions-how-we-chose.jpg?quality=85\u0026w=1280\u0026h=1280\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Peter Garritano for TIME; Cover: Spencer Lowell for TIME\\\"}\"}]}"])</script><script>self.__next_f.push([1,"57:T881a,"])</script><script>self.__next_f.push([1,"{\"heading\":\"The Cover\",\"getTheIssueCTA\":\"https:\\/\\/timecoverstore.com\\/\",\"accessArchiveCTA\":\"https:\\/\\/time.com\\/vault\\/\",\"relatedCover\":null,\"magazineData\":[{\"title\":\"How We Chose the Best Inventions of 2025\",\"deck\":\"The result is 300 groundbreaking inventions that are changing how we live, work, play, and think about what\\u2019s possible.\",\"path\":\"\\/7323662\\/best-inventions-2025-how-we-picked\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/10\\/TIM251027_COVER-ROBOT_FINAL4.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/10\\/TIM251027_COVER-ROBOT_FINAL4.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Best Inventions of 2025 Time Magazine cover\",\"credit\":\"Photograph by Spencer Lowell for TIME\"}},{\"title\":\"Inside 'Stranger Things' Season 5\",\"deck\":\"\\u201cIt happens to be a television series, but it\\u2019s epic storytelling by any metric.\\u201d\",\"path\":\"\\/7324811\\/stranger-things-season-5\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/10\\/TIM251027_COVER-StrangerThings-REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/10\\/TIM251027_COVER-StrangerThings-REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Stranger Things Time Magazine cover\",\"credit\":\"Photograph by Michal Pudelka for TIME\"}},{\"title\":\"Eli Sharabi: 491 Days as a Hostage of Hamas\",\"deck\":\"Sharabi\\u2019s 'Hostage', the first memoir of captivity in Gaza in the aftermath of Oct. 7, serves as a window into an Israeli view of the war.\",\"path\":\"\\/7322015\\/eli-sharabi-hostage-excerpt\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251027_Cover-Israel_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251027_Cover-Israel_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Israel Eli Sharabi Time Magazine cover\",\"credit\":\"Photograph by Michal Chelbin for TIME\"}},{\"title\":\"How We Chose the 2025 TIME100 Next\",\"deck\":\"The annual list features leaders who are shaping the future\",\"path\":\"\\/7319452\\/how-we-chose-the-2025-time100-next\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251013_Cover-Koh_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251013_Cover-Koh_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"TIME 100 Next April Koh Time Magazine cover\",\"credit\":\"Photograph by Jingyu Lin for TIME\"}},{\"title\":\"How We Chose the 2025 TIME100 Next\",\"deck\":\"The annual list features leaders who are shaping the future\",\"path\":\"\\/7319452\\/how-we-chose-the-2025-time100-next\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251013_Cover-Bailey_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251013_Cover-Bailey_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"TIME 100 Next Jonathan Bailey Time Magazine cover\",\"credit\":\"Photograph by Charlotte Hadden for TIME\"}},{\"title\":\"How We Chose the 2025 TIME100 Next\",\"deck\":\"The annual list features leaders who are shaping the future\",\"path\":\"\\/7319452\\/how-we-chose-the-2025-time100-next\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251013_Cover-McRae_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251013_Cover-McRae_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"TIME 100 Next Tate McRae Time Magazine cover\",\"credit\":\"Photograph by Tyrell Hampton for TIME\"}},{\"title\":\"Bruce Springsteen\\u2019s Long Journey Home\",\"deck\":\"Fifty years after the monumental success of Born to Run, Bruce Springsteen is still grappling with the American story\\u2014and his own\",\"path\":\"\\/7319963\\/bruce-springsteen-songs-albums-deliver-me-from-nowhere\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251013_Cover-Springsteen_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM251013_Cover-Springsteen_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Bruce Springsteen The Boss Time Magazine Cover\",\"credit\":\"Photograph by Andreas Laszlo Konrath for TIME\"}},{\"title\":\"President Lee Jae-Myung's Plan to Reboot South Korea\",\"deck\":\"In his only Western media interview since taking office, President Lee Jae-Myung shares his plan to kick-start his nation\\u2019s economy\\u2014and court Donald Trump.\",\"path\":\"\\/7317953\\/south-korea-president-lee-jae-myung-cover\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/INT-TIM250929_ASIA_SOPAC.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/INT-TIM250929_ASIA_SOPAC.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Lee Jae-Myung TIME Magazine cover\",\"credit\":\"Photograph by Hong Jang Hyun for TIME\"}},{\"title\":\"The Rise of Political Violence in America\",\"deck\":\"Charlie Kirk's killing could become not just a tragedy but a catalyst\\u2014less an aberration than a feature of our increasingly perilous national politics\",\"path\":\"\\/7316280\\/charlie-kirk-dead-political-violence\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM250929-Kirk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM250929-Kirk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Charlie Kirk Time Magazine cover\",\"credit\":\"Video still via StringersHub\\/AP\"}},{\"title\":\"TIME's Kid of the Year Is Protecting Seniors From Cybercrime\",\"deck\":\"Through her hard work, 17-year-old Tejasvi Manoj\\u2014TIME Kid of the Year for 2025\\u2014hopes to create a safer world for seniors.\",\"path\":\"\\/7315024\\/kid-of-the-year-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM250929_Cover-KOTY_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM250929_Cover-KOTY_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Kid of the Year Tejasvi Manoj Time Magazine cover\",\"credit\":\"Photograph by Zerb Mellish for TIME\"}},{\"title\":\"Sudan's Crisis in the Shadows\",\"deck\":\"As millions suffer amid famine and flight, Sudan faces genocide\\u2014yet the world barely looks on.\",\"path\":\"\\/7313600\\/sudan-crisis-shadows-photography\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM250929_Cover-SUDAN_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/TIM250929_Cover-SUDAN_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Sudan The Forgotten Crisis Time Magazine cover\",\"credit\":\"Photograph by Moises Saman\\u2014Magnum Photos for TIME\"}},{\"title\":\"How We Chose the TIME100 AI 2025\",\"deck\":\"Our third edition of the most influential people in AI features the best new additions to our community of AI leaders\",\"path\":\"\\/7312067\\/how-we-chose-time100-ai-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/08\\/TIM250908_Cover-AI_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/08\\/TIM250908_Cover-AI_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 AI list Refik Anadol Time Magazine cover\",\"credit\":\"Photo-illustration by Refik Anadol for TIME\"}},{\"title\":\"'I\\u2019m Afraid:' What U.S. Aid Cuts Mean for the Women of Afghanistan\",\"deck\":\"With many care centers shuttered and supplies dwindling, many pregnant women in rural Afghanistan fear they or their babies won\\u2019t survive delivery.\",\"path\":\"\\/7310744\\/afghanistan-us-aid-cuts-maternal-health\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/08\\/TIM250908-AFGHAN-COVER-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/08\\/TIM250908-AFGHAN-COVER-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Afghanistan Time Magazine cover\",\"credit\":\"Photograph by Elise Blanchard for TIME\"}},{\"title\":\"\u0026#8216;A Politics of No Translation.\\u2019 Zohran Mamdani on His Unlikely Rise\",\"deck\":\"How a democratic socialist went from long shot to likely mayor of America\\u2019s biggest city\",\"path\":\"\\/7308924\\/zohran-mamdani-interview-time\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/08\\/TIM250908_Cover-Mamdani_FINAL.REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/08\\/TIM250908_Cover-Mamdani_FINAL.REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Zohran Mamdani Time Magazine cover\",\"credit\":\"Photograph by Dina Litovsky for TIME\"}},{\"title\":\"How Mike Johnson Became Trump\u0026#8217;s Speaker\",\"deck\":\"Johnson has shepherded a series of wins for the White House\\u2014and turned the House into an instrument of Trump's agenda\",\"path\":\"\\/7306839\\/speaker-mike-johnson-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250818_Cover-Johnson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250818_Cover-Johnson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Survivor Mike Johnson Time Magazine cover\",\"credit\":\"Photograph by Greg Kahn for TIME\"}},{\"title\":\"The Tragedy Unfolding in Gaza\",\"deck\":\"Plummeting access to food across the territory has left ordinary Gazans facing famine, U.N.-backed body says.\",\"path\":\"\\/7306735\\/gaza-famine-un\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250818_Cover-Gaza_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250818_Cover-Gaza_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Gaza Tragedy Time cover\",\"credit\":\"Photograph by Ali Jadallah\\u2014Anadolu\\/Getty Images\"}},{\"title\":\"Erling Haaland Is Outscoring Soccer's Greats\",\"deck\":\"The Norwegian striker on his decision to play for Manchester City, the 2026 World Cup, and his signature bun.\",\"path\":\"\\/7303602\\/erling-haaland-manchester-city-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250818_Cover-Erling_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250818_Cover-Erling_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Erling Haaland Time Magazine cover\",\"credit\":\"Photograph by Caroline Tompkins for TIME\"}},{\"title\":\"Where Giorgia Meloni Is Leading Europe\",\"deck\":\"The first female Prime Minister of Italy has confounded her critics while forging a new right-wing nationalism\",\"path\":\"\\/7304882\\/giorgia-meloni-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250818_Cover-Meloni_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250818_Cover-Meloni_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Giorgia Meloni Time Magazine cover\",\"credit\":\"Photograph by Paolo Pellegrin\\u2014Magnum Photos for TIME\"}},{\"title\":\"The Hidden War Over Ukraine\\u2019s Lost Children\",\"deck\":\"Russia took thousands\\u00a0of Ukrainian kids. Can peace talks bring them home?\",\"path\":\"\\/7302345\\/ukraine-lost-children-russia-war\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250728_Cover-Lost_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250728_Cover-Lost_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Kidnappings Ukraine Time Magazine cover\",\"credit\":\"Illustration by Simon Prades for TIME\"}},{\"title\":\"How We Chose the 2025 TIME100 Creators\",\"deck\":\"Behind the scenes of TIME's inaugural list of the most influential digital voices.\",\"path\":\"\\/7299184\\/how-we-chose-time100-creators-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250728_Cover-T100Creators_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/07\\/TIM250728_Cover-T100Creators_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Kai Cenat Time 100 Creators cover\",\"credit\":\"Photograph by AB+DM for TIME\"}},{\"title\":\"The Making of an American Pope\",\"deck\":\"How a kid from the Midwest became the leader of the Catholic Church\",\"path\":\"\\/7298083\\/pope-leo-xiv-robert-prevost-american\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250728-Pope-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250728-Pope-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Making of the Pope Time Magazine cover\",\"credit\":\"Photograph courtesy of John Prevost\"}},{\"title\":\"How TIME Chose the 100 Most Influential Companies of 2025\",\"deck\":\"TIME solicited nominations across sectors including health care, entertainment, fashion, and technology.\",\"path\":\"\\/7297167\\/how-we-chose-time100-companies-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250707_Cover-Waymo_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250707_Cover-Waymo_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Companies Waymo Cover\",\"credit\":\"Photograph by Kelsey McClellan for TIME\"}},{\"title\":\"How TIME Chose the 100 Most Influential Companies of 2025\",\"deck\":\"TIME solicited nominations across sectors including health care, entertainment, fashion, and technology.\",\"path\":\"\\/7297167\\/how-we-chose-time100-companies-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250707_Cover-Reynolds_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250707_Cover-Reynolds_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Companies Ryan Reynolds Maximum Effort Cover\",\"credit\":\"Photograph by Pari Dukovic for TIME\"}},{\"title\":\"A New Middle East Unfolds Before Our Eyes\",\"deck\":\"Iran has spent most of this century as the region\\u2019s rising power.\",\"path\":\"\\/7295798\\/new-middle-east-time-cover\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250707_Cover-IsraelIran_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250707_Cover-IsraelIran_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The New Middle East Time Magazine cover\",\"credit\":\"TIME Photo Illustration (Source Images: Iranian Leader Press Office\\/Andalou\\/Getty Images; Colors Hunter\\/Moment\\/Getty Images)\"}},{\"title\":\"Fishing Communities Fight for Their Future\",\"deck\":\"As sea levels rise, coastal families in the Philippines tackle the fear of displacement\",\"path\":\"\\/7289533\\/philippines-fishing-communities-rising-water\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250623-Oceans-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250623-Oceans-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Joshua Irwandi for TIME\"}},{\"title\":\"The Orb Will See You Now \",\"deck\":\"An audacious startup co-founded by Sam Altman wants to prove you\\u2019re human. What else does it want?\",\"path\":\"\\/7288387\\/sam-altman-orb-tools-for-humanity\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250623_Cover-AIOrb-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250623_Cover-AIOrb-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Are You Human? AI Time Magazine cover\",\"credit\":\"Photograph by Davide Monteleone for TIME\"}},{\"title\":\"Inside Donald Trump's Mass-Deportation Operation\",\"deck\":\"Trump is testing the moral and legal extremes to which the government is willing to go\",\"path\":\"\\/7291757\\/trump-deportation-ice-el-salvador\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250623-Immigration-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/06\\/TIM250623-Immigration-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Illustration by Edel Rodriguez for TIME\"}},{\"title\":\"The 100 Most Influential People in Philanthropy\",\"deck\":\"Read how TIME made the inaugural list representing philanthropists from 28 countries\",\"path\":\"\\/7286605\\/how-we-chose-time100-philanthropy-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250609-T100Beckham-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250609-T100Beckham-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Philanthropy David Beckham cover\",\"credit\":\"Photograph by Paola Kudacki for TIME\"}},{\"title\":\"Audra McDonald Is Our Greatest Living Stage Actor\",\"deck\":\"The Gypsy star is now the performer with the most Tony wins and nominations in history\",\"path\":\"\\/7285826\\/audra-mcdonald-broadway-tony-gypsy-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250609_Cover-Audra-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250609_Cover-Audra-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Audra McDonald Time Magazine cover\",\"credit\":\"Photograph by Erik Carter for TIME\"}},{\"title\":\"Inside the Democrats' Reboot\",\"deck\":\"After the 2024 fiasco, the party is rethinking everything\",\"path\":\"\\/7286163\\/inside-the-democratic-party-reboot\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250609-Democrats-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250609-Democrats-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Lost: The Democrats Time Magazine cover\",\"credit\":\"TIME photo illustration; Source Images (Donkey: Richard Bailey\\u2014Corbis\\/Getty Images; Paper: MirageC\\/Moment\\/Getty Images)\"}},{\"title\":\"The Success Story of Taylor Jenkins Reid\",\"deck\":\"She's the brains behind the best-selling novels loved by readers\\u2013and Hollywood\",\"path\":\"\\/7284944\\/taylor-jenkins-reid-atmosphere-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250526_Cover-TaylorReid_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250526_Cover-TaylorReid_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Taylor Jenkins Reid Time Magazine cover\",\"credit\":\"Photograph by Julia Johnson for TIME\"}},{\"title\":\"How We Chose the TIME100 Most Influential People in Health of 2025\",\"deck\":\"Among an upended global health order, medical innovation pushes forward. Read how TIME chose the list of doctors, scientists and more.\",\"path\":\"\\/7283194\\/how-we-chose-time100-health-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250526_Cover-Health_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250526_Cover-Health_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Health Tedros Adhanom Ghebreyesus Time Magazine cover\",\"credit\":\"Illustration by Charly Palmer for TIME\"}},{\"title\":\"Pope Leo XIV Steps Onto the World Stage\",\"deck\":\"The first American pope succeeds Francis, preaching peace while confronting Church divides and urgent global crises.\",\"path\":\"\\/7283865\\/pope-leo-robert-prevost\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250526_Cover-PopeLeo_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250526_Cover-PopeLeo_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Pope Leo XIV Time Magazine cover\",\"credit\":\"Photograph by Guglielmo Mangiapane\\u2014Reuters\"}},{\"title\":\"Exclusive: Inside Trump\\u2019s First 100 Days\",\"deck\":\"In an interview, Trump discussed amassing power, court battles and an agenda that is transforming America\",\"path\":\"\\/7280106\\/trump-interview-100-days-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250526_Cover-Trump_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250526_Cover-Trump_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Donald Trump Dealing With It Time Magazine cover\",\"credit\":\"Photograph by Martin Schoeller for TIME\"}},{\"title\":\"How a New Weight-Loss Pill Could Transform Health\",\"deck\":\"The first truly revolutionary oral drug for obesity, made by Eli Lilly, may soon be on the way\",\"path\":\"\\/7278429\\/weight-loss-obesity-pill-eli-lilly\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250512-Lilly-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250512-Lilly-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Big Promise Lilly Pill Time Magazine Cover\",\"credit\":\"TIME photo illustration; MadVector\\/Getty Images\"}},{\"title\":\"The Return of the Dire Wolf\",\"deck\":\"Colossal Biosciences has genetically engineered the first dire wolf to live in over 10,000 years\",\"path\":\"\\/7274542\\/colossal-dire-wolf\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250512-Wolf-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250512-Wolf-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Dire Wolf Time Magazine cover\",\"credit\":\"Photograph by Robert Clark for TIME\"}},{\"title\":\"Pope Francis Dies at 88\",\"deck\":\"The reform-minded Roman Catholic leader guided the church through an era of crisis.\",\"path\":\"\\/5762436\\/pope-francis-dies-obituary\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250324_Cover-Pope-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250324_Cover-Pope-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Pope Francis Time Magazine Cover\",\"credit\":\"Photograph by Stefano Dal Pozzolo\\u2013Contrasto\\/Redux\"}},{\"title\":\"TIME Five Years After George Floyd\",\"deck\":\"TIME Unveils Special Report \\u201cFive Years Later: America Looks for a Way Forward After George Floyd\\u201d\",\"path\":\"\\/7281847\\/time-unveils-special-report-five-years-later-america-looks-for-a-way-forward-after-george-floyd\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250512-George-Floyd-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/05\\/TIM250512-George-Floyd-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Cover by painter Tajh Rust for TIME\"}},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"\\/7275827\\/time100-2025-how-we-chose\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Snoop.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Snoop.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"}},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"\\/7275827\\/time100-2025-how-we-chose\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Hassabis.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Hassabis.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by David Vintiner for TIME\"}},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"\\/7275827\\/time100-2025-how-we-chose\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Serena.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Serena.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"}},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"\\/7275827\\/time100-2025-how-we-chose\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Sheeran.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Sheeran.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"}},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"\\/7275827\\/time100-2025-how-we-chose\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Demi.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/04\\/TIM250428-T100Cover-Demi.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"}},{\"title\":\"Australia\\u2019s Leader Takes On Social Media. Can He Win?\",\"deck\":\"Prime Minister Anthony Albanese has plenty of reasons to ban social media for under-16s.\\n\",\"path\":\"\\/7273443\\/australia-social-media-ban-anthony-albanese\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/03\\/TIM250414-AusPM-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/03\\/TIM250414-AusPM-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Social Media Lockup Australia Time Magazine cover\",\"credit\":\"Illustration by Brobel Design for TIME\"}},{\"title\":\"How We Chose the 2025 TIME Earth Awards\",\"deck\":\"\\u200b\\u200bThe list honors individuals influencing the future of the planet through their work in climate justice.\",\"path\":\"\\/7269124\\/how-we-chose-2025-time-earth-awards\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/03\\/TIM250414_Cover-Earth_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/03\\/TIM250414_Cover-Earth_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Catherine Coleman Flowers Earth Awards Time Magazine cover\",\"credit\":\"Photograph by Eric Ryan Anderson for TIME\"}},{\"title\":\"Zelensky on Trump and Ukraine's Endgame\",\"deck\":\"As the war morphs into a deadly routine, it's harder to hold the attention of allies\\u2014and to keep people like Trump on his side.\",\"path\":\"\\/7270880\\/zelensky-trump-putin-ukraine-endgame-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/03\\/TIM250414_Cover-Zelensky-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/03\\/TIM250414_Cover-Zelensky-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Zelensky The Endgame Time Magazine cover\",\"credit\":\"Photograph by Sasha Maslov for TIME\"}},{\"title\":\"How Lewis Hamilton Got His Ferrari Red\",\"deck\":\"The seven-time Formula One world champion moves to the iconic brand after more than a decade with Mercedes\",\"path\":\"\\/7261784\\/lewis-hamilton-ferrari-f1-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250324_Cover-Hamilton_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250324_Cover-Hamilton_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Lewis Hamilton Horse Power Time Magazine cover\",\"credit\":\"Photographs and composite by Scandebergs for TIME\"}},{\"title\":\"How We Chose the World's Greatest Places\",\"deck\":\"TIME solicited nominations of places including hotels, cruises, restaurants, attractions, museums, parks, and more from around the world.\",\"path\":\"\\/7263823\\/how-we-chose-worlds-greatest-places-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/03\\/TIM250324_Cover-WGP_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/03\\/TIM250324_Cover-WGP_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The World's Greatest Places Time Magazine cover\",\"credit\":\"Photograph by Chris Rainier\"}},{\"title\":\"A'ja Wilson and Jordan Chiles Know What It Takes to Win\",\"deck\":\"The WNBA MVP and the gymnast reunite after hitting it off at the Paris Olympics.\",\"path\":\"\\/7216381\\/aja-wilson-jordan-chiles-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250310_Cover-JordanChiles_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250310_Cover-JordanChiles_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Jordan Chiles Women of the Year Time Magazine cover\",\"credit\":\"Photograph by Djeneba Aduayom for TIME\"}},{\"title\":\"The Case for Ditching Fossil Fuels\",\"deck\":\"Billionaire mining CEO Andrew Forrest faces his biggest challenge yet: convincing investors, employees, and other CEOs that going green is worth the risks.\",\"path\":\"\\/7260055\\/green-energy-andrew-forrest-fortescue\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250310_Cover-Forrest_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250310_Cover-Forrest_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Andrew Forrest Time Magazine cover\",\"credit\":\"Photograph by Adam Ferguson for TIME\"}},{\"title\":\"A'ja Wilson and Jordan Chiles Know What It Takes to Win\",\"deck\":\"The WNBA MVP and the gymnast reunite after hitting it off at the Paris Olympics.\",\"path\":\"\\/7216381\\/aja-wilson-jordan-chiles-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250310_Cover-AjaWilson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250310_Cover-AjaWilson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"A'Ja Wilson Women of the Year Time Magazine cover\",\"credit\":\"Photograph by Djeneba Aduayom for TIME\"}},{\"title\":\"Why Nicole Kidman Never Stops Working\",\"deck\":\"The 'Babygirl' actor opens up about her commitment to partnering with female filmmakers.\",\"path\":\"\\/7216403\\/nicole-kidman-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250310_Cover-Kidman_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250310_Cover-Kidman_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Nicole Kidman Women of the Year Time Magazine cover\",\"credit\":\"Photograph by Petra Collins for TIME\"}},{\"title\":\"Inside Elon Musk\\u2019s War on Washington\\u00a0\",\"deck\":\"Musk and his DOGE team set their sights on auditing and cutting multiple government agencies\",\"path\":\"\\/7213409\\/elon-musk-us-government-trump\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250224-Musk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250224-Musk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Elon Musk Time Magazine cover\",\"credit\":\"Photo-Illustration by TIME (Source Photos: Chip Somodevilla-Getty Images; Anna Moneymaker-Getty Images)\"}},{\"title\":\"Why Do More Young Adults Have Cancer?\",\"deck\":\"Researchers are racing to find out.\",\"path\":\"\\/7213490\\/why-are-young-people-getting-cancer\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250224_Cover-Cancer_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250224_Cover-Cancer_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Our Cancer Mystery Time Magazine cover\",\"credit\":\"Photograph by Frankie Alduino for TIME\"}},{\"title\":\"How We Chose the Closers\",\"deck\":\"The list features 25 people who are spearheading efforts to close the racial equity gap.\",\"path\":\"\\/7211513\\/how-we-chose-closers-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250224_Cover-Colman.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/02\\/TIM250224_Cover-Colman.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Colman Domingo The Closers Time Magazine cover\",\"credit\":\"Photograph by Campbell Addy for TIME\"}},{\"title\":\"Donald Trump's Disruption Is Back\",\"deck\":\"After inauguration day, it is on Trump and America to ensure that the oath to defend the U.S. Constitution is kept.\",\"path\":\"\\/7207806\\/trump-second-inauguration-oath-of-office\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/01\\/TIM250210-Trump-DayOne-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/01\\/TIM250210-Trump-DayOne-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Trump Back in Office Time Magazine cover\",\"credit\":\"Illustration by Tim O'Brien for TIME\"}},{\"title\":\"Trump Begins 2nd Term at 'Apex of Power'\",\"deck\":\"'He wants people that can disrupt alongside him'\",\"path\":\"\\/7208202\\/trump-inauguration-second-term-preview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/01\\/TIM250210-Trump-Inauguration-Cover2.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/01\\/TIM250210-Trump-Inauguration-Cover2.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Donald Trump Inauguration Time Magazine cover\",\"credit\":\"Photograph by Saul Loeb\\u2014Pool\\/AP\"}},{\"title\":\"Jimmy Carter Dies at 100\",\"deck\":\"Carter leaves behind a legacy as a dogged peacemaker and a decent, ethical problem-solver.\",\"path\":\"\\/5579674\\/jimmy-carter-dies\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2024\\/12\\/Jimmy-Carter-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2024\\/12\\/Jimmy-Carter-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Yousuf Karsh\"}}],\"yearList\":[2025,2024,2023,2022]}"])</script><script>self.__next_f.push([1,"58:T6b8,{\"peoples\":[{\"title\":\"Lindsey Vonn\",\"path\":\"\\/7328290\\/lindsey-vonn-olympics-comeback-interview\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/10\\/lindsey-vonn-olympics-alpine-ski-racer.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/10\\/lindsey-vonn-olympics-alpine-ski-racer.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Chris Gurney for TIME\"}},{\"title\":\"Tate McRae\",\"path\":\"\\/collection_hub_item\\/tate-mcrae\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/t100-next-2025-tate-mcrae-02.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/t100-next-2025-tate-mcrae-02.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"Tate McRae\",\"credit\":\"Photograph by Tyrell Hampton for TIME\"}},{\"title\":\"Bruce Springsteen\",\"path\":\"\\/7319963\\/bruce-springsteen-songs-albums-deliver-me-from-nowhere\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/bruce-springsteen-time-magazine-04.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/bruce-springsteen-time-magazine-04.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Andreas Laszlo Konrath for TIME\"}},{\"title\":\"Tejasvi Manoj\",\"path\":\"\\/7315024\\/kid-of-the-year-2025\\/\",\"imageData\":{\"imageSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/250929_WKOTY_005.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"mobileImgSrc\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/09\\/250929_WKOTY_005.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"Tejasvi Manoj\",\"credit\":\"Zerb Mellish for TIME\"}}]}59:Tcb3,"])</script><script>self.__next_f.push([1,"{\"voices\":[{\"title\":\"Why Aid Is Crucial to the Gaza Cease-fire\",\"path\":\"\\/7328235\\/gaza-humanitarian-aid-ceasefire\\/\",\"authors\":[{\"types\":[\"contributor\"],\"id\":373673689,\"path\":\"\\/author\\/anna-halford\\/\",\"name\":\"Anna Halford\",\"bio\":\"Halford is an emergency coordinator for M\\u00e9decins Sans Fronti\\u00e8res \\/ Doctors Without Borders.\",\"short_bio\":\"Halford is an emergency coordinator for M\\u00e9decins Sans Fronti\\u00e8res \\/ Doctors Without Borders.\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Anna\",\"lastname\":\"Halford\",\"title\":\"Contributor\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}]},{\"title\":\"Trump\\u2019s Domestic Pressures for a Potential War in Venezuela\",\"path\":\"\\/7328489\\/trumps-potential-war-venezuela\\/\",\"authors\":[{\"types\":[\"contributor\"],\"id\":634872062,\"path\":\"\\/author\\/javier-corrales\\/\",\"name\":\"Javier Corrales\",\"bio\":\"Javier Corrales is a professor of political science at Amherst College and the author of \u003ca href=\\\"https:\\/\\/www.brookings.edu\\/books\\/autocracy-rising\\/\\\"\u003e\u003cem\u003eAutocracy Rising\u003c\\/em\u003e\u003c\\/a\u003e, which discusses the transition to authoritarianism in Venezuela since the 2010s, with comparisons to Colombia, Ecuador, and Nicaragua.\",\"short_bio\":\"Javier Corrales is a professor of political science at Amherst College and the author of \\\"Autocracy Rising\\\"\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Javier\",\"lastname\":\"Corrales\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}]},{\"title\":\"Women Hold the Key to Ending Polio\",\"path\":\"\\/7327662\\/polio-vaccine-women-health\\/\",\"authors\":[{\"types\":[],\"id\":634872058,\"path\":\"\\/author\\/dr-tunji-funsho\\/\",\"name\":\"Dr. Tunji Funsho\",\"bio\":\"Dr. Tunji Funsho\u003cspan style=\\\"font-weight: 400\\\"\u003e is Rotary International\\u2019s Africa representative for polio eradication and former chair of Rotary\\u2019s Nigeria National PolioPlus Committee. A Lagos-based cardiologist and member of the Rotary Club of Lekki, he was named to \u003c\\/span\u003e\u003ca href=\\\"https:\\/\\/time.com\\/collection\\/100-most-influential-people-2020\\/5888417\\/tunji-funsho\\/?utm_source=facebook\\\"\u003e\u003cspan style=\\\"font-weight: 400\\\"\u003eTIME\\u2019s 100 Most Influential People in 2020\u003c\\/span\u003e\u003c\\/a\u003e\u003cspan style=\\\"font-weight: 400\\\"\u003e for his role in securing Africa\\u2019s certification as free of wild poliovirus.\u003c\\/span\u003e\",\"short_bio\":\"Dr. Tunji Funsho is Rotary International\\u2019s Africa representative for polio eradication.\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Dr. Tunji\",\"lastname\":\"Funsho\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}]},{\"title\":\"Why Somalia Is at a Crossroads\",\"path\":\"\\/7326983\\/somalia-mogadishu-elections-instability\\/\",\"authors\":[{\"types\":[\"contributor\"],\"id\":634872055,\"path\":\"\\/author\\/omar-s-mahmood\\/\",\"name\":\"Omar S Mahmood\",\"bio\":\"Omar S Mahmood is the senior analyst for Somalia and the Horn of Africa at International Crisis Group, an NGO working on conflict prevention.\",\"short_bio\":\"Mahmood is the senior analyst for Somalia and the Horn of Africa at International Crisis Group.\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Omar S\",\"lastname\":\"Mahmood\",\"title\":\"Contributor\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}]}]}"])</script><script>self.__next_f.push([1,"5a:Td3b4,"])</script><script>self.__next_f.push([1,"[{\"title\":\"AI\",\"layout\":\"feature-main-section\",\"order\":\"\",\"showInNav\":true,\"tags\":[\"AI\"],\"sections\":[],\"posts\":[{\"id\":7329062,\"postType\":\"article\",\"title\":\"OpenAI Completes Reorganization\",\"deck\":\"The nonprofit arm, now called the OpenAI Foundation, will have a $130 billion stake in the for-profit enterprise.\",\"path\":\"\\/7329062\\/openai-microsoft-investment-restructure\\/\",\"published\":1761675986,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634870710,\\\"path\\\":\\\"\\\\\\/author\\\\\\/chantelle-lee\\\\\\/\\\",\\\"name\\\":\\\"Chantelle Lee\\\",\\\"bio\\\":\\\"\u003cdiv id=\\\\\\\"1741274655.176039\\\\\\\" class=\\\\\\\"c-virtual_list__item\\\\\\\" role=\\\\\\\"listitem\\\\\\\" data-qa=\\\\\\\"virtual-list-item\\\\\\\" data-item-key=\\\\\\\"1741274655.176039\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__background c-message_kit__background--hovered p-message_pane_message__message c-message_kit__message\\\\\\\" role=\\\\\\\"presentation\\\\\\\" data-qa=\\\\\\\"message_container\\\\\\\" data-qa-unprocessed=\\\\\\\"false\\\\\\\" data-qa-placeholder=\\\\\\\"false\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__hover c-message_kit__hover--hovered\\\\\\\" role=\\\\\\\"document\\\\\\\" data-qa-hover=\\\\\\\"true\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__actions c-message_kit__actions--default\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__gutter\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__gutter__right\\\\\\\" role=\\\\\\\"presentation\\\\\\\" data-qa=\\\\\\\"message_content\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\\\\\" data-qa=\\\\\\\"message-text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer\\\\\\\" data-qa=\\\\\\\"block-kit-renderer\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_block\\\\\\\" dir=\\\\\\\"auto\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_section\\\\\\\"\u003eLee is a reporter at TIME. She covers U.S. news with a focus on health and reproductive rights.\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Chantelle\\\",\\\"lastname\\\":\\\"Lee\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/OpenAI-Restructuring.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/OpenAI-Restructuring.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"Illustration Microsoft OpenAI\\\",\\\"credit\\\":\\\"CFOTO\\\\\\/Future Publishing via Gett\u0026mdash;CFOTO\\\"}\"},{\"id\":7328967,\"postType\":\"article\",\"title\":\"A New Bill Would Prohibit Minors from Using AI Chatbots\",\"deck\":\"The GUARD Act\\u2014introduced in Congress by Senators Josh Hawley and \\u200b\\u200bRichard Blumenthal\\u2014aims to keep minors off chatbots such as ChatGPT.\",\"path\":\"\\/7328967\\/ai-josh-hawley-richard-blumenthal-minors-chatbots\\/\",\"published\":1761668404,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634870783,\\\"path\\\":\\\"\\\\\\/author\\\\\\/tharin-pillay\\\\\\/\\\",\\\"name\\\":\\\"Tharin Pillay\\\",\\\"bio\\\":\\\"Pillay is an editorial fellow at TIME, interested in how AI and other digital technologies are changing us. He is currently supported by the Tarbell Fellowship.\\\",\\\"short_bio\\\":\\\"Pillay is an editorial fellow at TIME.\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Tharin\\\",\\\"lastname\\\":\\\"Pillay\\\",\\\"title\\\":\\\"Pillay is an editorial fellow at TIME.\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/06\\\\\\/20240415_191018.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-1915739103.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-1915739103.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"Senate Judiciary Committee Holds Hearing Artificial Intelligence And The Future Of Journalism\\\",\\\"credit\\\":\\\"Kent Nishimura\\\\u2014Getty Images\\\"}\"},{\"id\":7328860,\"postType\":\"article\",\"title\":\"Is AI Really Ready For Robots?\",\"deck\":\"Researchers tested an LLM-powered robot's ability to fetch butter. The result? Today\\u2019s models still struggle at basic embodied tasks.\",\"path\":\"\\/7328860\\/ai-robots-claude-therapy\\/\",\"published\":1761656351,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":430965738,\\\"path\\\":\\\"\\\\\\/author\\\\\\/billy-perrigo\\\\\\/\\\",\\\"name\\\":\\\"Billy Perrigo\\\",\\\"bio\\\":\\\"Perrigo is a correspondent at TIME, based in the London bureau. He covers the tech industry, focusing on the companies reshaping our world in strange and unexpected ways. His investigation \\\\u2018\u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/6147458\\\\\\/facebook-africa-content-moderation-employee-treatment\\\\\\/\\\\\\\"\u003eInside Facebook\\\\u2019s African Sweatshop\u003c\\\\\\/a\u003e\\\\u2019 was a finalist for the 2022 Orwell Prize.\\\",\\\"short_bio\\\":\\\"Correspondent\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"billy.perrigo@time.com\\\",\\\"firstname\\\":\\\"Billy\\\",\\\"lastname\\\":\\\"Perrigo\\\",\\\"title\\\":\\\"Correspondent\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2017\\\\\\/10\\\\\\/TIME_Staff-Portraits_Billy-Perrigo_141_F1.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/robot_edited.png?w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/robot_edited.png?w=1200\u0026h=928\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Courtesy: Andon Labs\\\"}\"},{\"id\":7328846,\"postType\":\"article\",\"title\":\"How Grokipedia Describes Elon Musk\",\"deck\":\"The tech billionaire launched his alternative to Wikipedia in the name of combating ideological bias, but critics say it has its own biases.\",\"path\":\"\\/7328846\\/elon-musk-grokipedia-wikipedia-differences-grok-xai-ai-ideological-bias\\/\",\"published\":1761649200,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634871189,\\\"path\\\":\\\"\\\\\\/author\\\\\\/miranda-jeyaretnam\\\\\\/\\\",\\\"name\\\":\\\"Miranda Jeyaretnam\\\",\\\"bio\\\":\\\"Jeyaretnam is a reporter at TIME, based in the Singapore bureau. She covers the Asia-Pacific region and global overnight news.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Miranda\\\",\\\"lastname\\\":\\\"Jeyaretnam\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/01\\\\\\/miranda-jeyaretnam-time-author.jpg?quality=85\u0026w=852\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/grokipedia.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/grokipedia.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Screenshot\\\\u2014Time Magazine\\\"}\"},{\"id\":7328674,\"postType\":\"article\",\"title\":\"A Timeline of OpenAI's For-Profit Shift\",\"deck\":\"Tracing the journey of OpenAI: its non-profit roots, the 2023 coup, and the ongoing legal war over a controversial corporate overhaul.\",\"path\":\"\\/7328674\\/openai-chatgpt-sam-altman-elon-musk-timeline\\/\",\"published\":1761585023,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634871896,\\\"path\\\":\\\"\\\\\\/author\\\\\\/nikita-ostrovsky\\\\\\/\\\",\\\"name\\\":\\\"Nikita Ostrovsky\\\",\\\"bio\\\":\\\"Nikita Ostrovsky is a reporter at TIME covering AI. He is currently supported by the \u003cspan class=\\\\\\\"il\\\\\\\"\u003eTarbell\u003c\\\\\\/span\u003e Center for AI Journalism.\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Nikita\\\",\\\"lastname\\\":\\\"Ostrovsky\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2218344211.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2218344211.jpg?quality=85\u0026w=1024\u0026h=693\u0026crop=1\\\",\\\"alt\\\":\\\"Open AI CEO Speaks At Annual Snowflake Summit In San Francisco\\\",\\\"credit\\\":\\\"Justin Sullivan\\\\u2014Getty Images\\\"}\"},{\"id\":7327946,\"postType\":\"article\",\"title\":\"OpenAI Removed Safeguards Before Teen's Suicide: Lawsuit\",\"deck\":\"The family alleges OpenAI prioritized engagement over safety in the months before their 16-year-old son's death.\",\"path\":\"\\/7327946\\/chatgpt-openai-suicide-adam-raine-lawsuit\\/\",\"published\":1761234045,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634871896,\\\"path\\\":\\\"\\\\\\/author\\\\\\/nikita-ostrovsky\\\\\\/\\\",\\\"name\\\":\\\"Nikita Ostrovsky\\\",\\\"bio\\\":\\\"Nikita Ostrovsky is a reporter at TIME covering AI. He is currently supported by the \u003cspan class=\\\\\\\"il\\\\\\\"\u003eTarbell\u003c\\\\\\/span\u003e Center for AI Journalism.\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Nikita\\\",\\\"lastname\\\":\\\"Ostrovsky\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/08\\\\\\/RAINE-Adam-Raine-2.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/08\\\\\\/RAINE-Adam-Raine-2.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Courtesy the Raine Family\\\"}\"},{\"id\":7327697,\"postType\":\"article\",\"title\":\"The Ancient Principle That Can Help Us Spot AI Fakes\",\"deck\":\"The concept of reputation, and who is sharing information, may be the key to recognizing misinformation in the AI era.\",\"path\":\"\\/7327697\\/ancient-principle-help-spot-ai-fakes\\/\",\"published\":1761230896,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634857761,\\\"path\\\":\\\"\\\\\\/author\\\\\\/nadav-ziv\\\\\\/\\\",\\\"name\\\":\\\"Nadav Ziv\\\",\\\"bio\\\":\\\"Nadav Ziv is a researcher at the \u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/www.inquirygroup.org\\\\\\\"\u003eDigital Inquiry Group\u003c\\\\\\/a\u003e.\\\",\\\"short_bio\\\":\\\"Nadav Ziv is a researcher at the Digital Inquiry Group\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Nadav\\\",\\\"lastname\\\":\\\"Ziv\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"1\\\"},{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634857762,\\\"path\\\":\\\"\\\\\\/author\\\\\\/sam-wineburg\\\\\\/\\\",\\\"name\\\":\\\"Sam Wineburg\\\",\\\"bio\\\":\\\"\u003cdiv\u003eSam Wineburg is an emeritus professor of education at Stanford University and co-founder of the \u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/www.inquirygroup.org\\\\\\\"\u003eDigital Inquiry Group\u003c\\\\\\/a\u003e. His most recent book is \u003ci\u003e\u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/www.amazon.com\\\\\\/gp\\\\\\/product\\\\\\/022635721X\\\\\\/ref=as_li_qf_asin_il_tl?ie=UTF8\u0026amp;tag=time037-20\u0026amp;creative=9325\u0026amp;linkCode=as2\u0026amp;creativeASIN=022635721X\u0026amp;linkId=c23028e169edb0467607270e6e339b02\\\\\\\" target=\\\\\\\"_blank\\\\\\\" rel=\\\\\\\"noopener noreferrer\\\\\\\" data-saferedirecturl=\\\\\\\"https:\\\\\\/\\\\\\/www.google.com\\\\\\/url?q=https:\\\\\\/\\\\\\/www.amazon.com\\\\\\/gp\\\\\\/product\\\\\\/022635721X\\\\\\/ref%3Das_li_qf_asin_il_tl?ie%3DUTF8%26tag%3Dtime037-20%26creative%3D9325%26linkCode%3Das2%26creativeASIN%3D022635721X%26linkId%3Dc23028e169edb0467607270e6e339b02\u0026amp;source=gmail\u0026amp;ust=1584452149217000\u0026amp;usg=AFQjCNFlSjLtVitL0lsohqmI6kbN2K4T2w\\\\\\\"\u003eWhy Learn History When It is Already on Your Phone\u003c\\\\\\/a\u003e\u003cspan style=\\\\\\\"color: #333333\\\\\\\"\u003e.\u003c\\\\\\/span\u003e\u003c\\\\\\/i\u003e\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"Sam Wineburg is an emeritus professor of education at Stanford University\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Sam\\\",\\\"lastname\\\":\\\"Wineburg\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"1\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Ideas\\\",\\\"slug\\\":\\\"ideas\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/ideas\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Reputation.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Reputation.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"A young man on his phone with a red and black vortex details around him.\\\",\\\"credit\\\":\\\"Photo Illustration by TIME; Getty Images\\\"}\"}],\"miniNav\":[],\"brandLogo\":null},{\"title\":\"Health\",\"layout\":\"feature-main-section\",\"order\":\"\",\"showInNav\":true,\"tags\":[],\"sections\":[\"Health\"],\"posts\":[{\"id\":7325019,\"postType\":\"article\",\"title\":\"Halloween Treats Dentists and RDs Love\",\"deck\":\"Experts use a few tricks to make treats less troublesome.\",\"path\":\"\\/7325019\\/halloween-candy-dentist-dietitian\\/\",\"published\":1761671449,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858983,\\\"path\\\":\\\"\\\\\\/author\\\\\\/angela-haupt\\\\\\/\\\",\\\"name\\\":\\\"Angela Haupt\\\",\\\"bio\\\":\\\"Haupt is a health and wellness editor at TIME. She covers happiness and actionable ways to live well.\\\",\\\"short_bio\\\":\\\"Haupt is a health and wellness editor at TIME.\\\",\\\"twitter\\\":\\\"angelahaupt\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Angela\\\",\\\"lastname\\\":\\\"Haupt\\\",\\\"title\\\":\\\"Haupt is a health and wellness editor at TIME.\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2023\\\\\\/06\\\\\\/Angela_Haupt-e1686328764167.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Diet \u0026amp; Nutrition\\\",\\\"slug\\\":\\\"dietnutrition\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/dietnutrition\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Dietitians-and-Dentists-Love-These-Halloween-Treats.png?w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Dietitians-and-Dentists-Love-These-Halloween-Treats.png?w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Photo-Illustration by Chloe Dowling for TIME (Source Images: Juj Winn\\\\u2014Getty Images (2), Emilija Manevska\\\\u2014Getty Images, Jenny Dettrick\\\\u2014Getty Images, the_burtons\\\\\\/Getty Images, SchulteProductions\\\\\\/Getty Images, darios44\\\\\\/Getty Images, domnicky\\\\\\/Getty Images, Perfectfood\\\\\\/Getty Images, chengyuzheng\\\\\\/Getty Images)\\\"}\"},{\"id\":7328910,\"postType\":\"article\",\"title\":\"Texas Sues Tylenol Makers Over Claims of Links to Autism\",\"deck\":\"The lawsuit accuses pharmaceutical companies of \\u201cdeceptively marketing\\u201d Tylenol as a safe option for pregnant mothers. \\n\",\"path\":\"\\/7328910\\/tylenol-autism-lawsuit-texas\\/\",\"published\":1761670550,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634859473,\\\"path\\\":\\\"\\\\\\/author\\\\\\/solcyre-burga\\\\\\/\\\",\\\"name\\\":\\\"Solcyr\\\\u00e9 Burga\\\",\\\"bio\\\":\\\"Burga is a general assignment reporter at TIME. She covers U.S. news with a focus on student loans and LGBTQ+ issues.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Solcyr\\\\u00e9\\\",\\\"lastname\\\":\\\"Burga\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2022\\\\\\/07\\\\\\/Sol-Burga-headshot.jpeg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Autism\\\",\\\"slug\\\":\\\"autism\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/autism\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2236788563.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2236788563.jpg?quality=85\u0026w=1024\u0026h=707\u0026crop=1\\\",\\\"alt\\\":\\\"Trump Administration To Reportedly Link Tylenol Use During Pregnancy To Autism\\\",\\\"credit\\\":\\\"Getty Images\u0026mdash;2025 Getty Images\\\"}\"},{\"id\":7328868,\"postType\":\"article\",\"title\":\"Exercise Protects Women\\u2019s Hearts More\",\"deck\":\"Research shows women\\u2019s hearts may benefit more from exercise\\u2014at half the effort men need.\",\"path\":\"\\/7328868\\/women-heart-health-exercise\\/\",\"published\":1761669769,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":207077031,\\\"path\\\":\\\"\\\\\\/author\\\\\\/alice-park\\\\\\/\\\",\\\"name\\\":\\\"Alice Park\\\",\\\"bio\\\":\\\"Park is a senior health correspondent at TIME. She covers the COVID-19 pandemic, new drug developments in cancer and Alzheimer\\\\u2019s disease, mental health, HIV, CRISPR, and advances in gene therapy, among other issues in health and science. She also covers the Olympics and co-chaired TIME\\\\u2019s inaugural TIME 100 Health Summit in 2019. Her work has won awards from the New York Press Club and recognition from the Deadline Club. In addition, she is the author of \u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/www.amazon.com\\\\\\/gp\\\\\\/product\\\\\\/0452297966\\\\\\/ref=as_li_qf_asin_il_tl?ie=UTF8\u0026amp;tag=time037-20\u0026amp;creative=9325\u0026amp;linkCode=as2\u0026amp;creativeASIN=0452297966\u0026amp;linkId=2dfae52d933abccc32a8314e3f8bca83\\\\\\\"\u003e\u003ci\u003eThe Stem Cell Hope: How Stem Cell Medicine Can Change Our Lives\u003c\\\\\\/i\u003e\u003c\\\\\\/a\u003e. Follow her on Instagram at \u003ca href=\\\\\\\"http:\\\\\\/\\\\\\/instagram.com\\\\\\/aliceparktime\\\\\\\"\u003e@aliceparktime\u003c\\\\\\/a\u003e.\\\",\\\"short_bio\\\":\\\"Senior Correspondent\\\",\\\"twitter\\\":\\\"aliceparkny\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Alice\\\",\\\"lastname\\\":\\\"Park\\\",\\\"title\\\":\\\"Senior Correspondent\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2014\\\\\\/01\\\\\\/200116_Time_Headshots_Day552832-e1583529256299.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Exercise \u0026amp; Fitness\\\",\\\"slug\\\":\\\"exercisefitness\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/exercisefitness\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2016\\\\\\/01\\\\\\/running-jumping-sports-shoes-fitness-health-success-betterment.jpg?quality=85\u0026crop=488px%2C0px%2C1668px%2C1667px\u0026resize=600%2C600\u0026strip\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2016\\\\\\/01\\\\\\/running-jumping-sports-shoes-fitness-health-success-betterment.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"running-jumping-sports-shoes-fitness-health-success-betterment-motto-stock\\\",\\\"credit\\\":\\\"Molly Cranna for TIME \\\"}\"},{\"id\":7328589,\"postType\":\"article\",\"title\":\"What Your Pee Says About Your Health\",\"deck\":\"Experts explain how your urine becomes toxic waste, and why the future of precision medicine might be in the toilet.\",\"path\":\"\\/7328589\\/pee-color-health-insights-urine\\/\",\"published\":1761658355,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":208144609,\\\"path\\\":\\\"\\\\\\/author\\\\\\/veronique-greenwood\\\\\\/\\\",\\\"name\\\":\\\"Veronique Greenwood\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"vero_greenwood\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Veronique\\\",\\\"lastname\\\":\\\"Greenwood\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Wellness\\\",\\\"slug\\\":\\\"wellness\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/wellness\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2210251932_6fce7c.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2210251932_6fce7c.jpg?quality=85\u0026w=1200\u0026h=1414\u0026crop=1\\\",\\\"alt\\\":\\\"Urine biomarkers\\\",\\\"credit\\\":\\\"Getty Images\\\"}\"},{\"id\":7326119,\"postType\":\"article\",\"title\":\"Horror Movies Can Make You Feel Less Anxious\",\"deck\":\"Seeking out scares for sport is linked to a number of health benefits.\",\"path\":\"\\/7326119\\/horror-movies-anxiety-scaring-myself\\/\",\"published\":1761579000,\"authors\":\"[{\\\"types\\\":[],\\\"id\\\":634872041,\\\"path\\\":\\\"\\\\\\/author\\\\\\/delaney-rebernik\\\\\\/\\\",\\\"name\\\":\\\"Delaney Rebernik\\\",\\\"bio\\\":\\\"\u003cdiv dir=\\\\\\\"ltr\\\\\\\"\u003e\\\\r\\\\n\u003cdiv\u003eRebernik is a contributor for TIME.\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Delaney\\\",\\\"lastname\\\":\\\"Rebernik\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Mental Health\\\",\\\"slug\\\":\\\"mental-health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/mental-health\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Horror-Movies-Good-for-Your-Health.png?w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Horror-Movies-Good-for-Your-Health.png?w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Photo-Illustration by Chloe Dowling for TIME (Source Images: Everett (2), Warner Bros. Pictures (2), Getty Images)\\\"}\"},{\"id\":7327906,\"postType\":\"article\",\"title\":\"The Tales Told By DNA in Ancient Poop\",\"deck\":\"Scientists dug into paleofeces, learning some very intimate details about how long-ago people lived.\",\"path\":\"\\/7327906\\/ancient-poop-dna-history\\/\",\"published\":1761303600,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":208144609,\\\"path\\\":\\\"\\\\\\/author\\\\\\/veronique-greenwood\\\\\\/\\\",\\\"name\\\":\\\"Veronique Greenwood\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"vero_greenwood\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Veronique\\\",\\\"lastname\\\":\\\"Greenwood\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Research\\\",\\\"slug\\\":\\\"research\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/research\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Enterobius-vermicularis-pinworm.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Enterobius-vermicularis-pinworm.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"Enterobius vermicularis (EV) eggs. parasite in stool, image under light microscopy 100X objective.\\\",\\\"credit\\\":\\\"Getty Images\\\"}\"},{\"id\":7328125,\"postType\":\"collectionItem\",\"title\":\"What Menopause Does to the Brain\",\"deck\":\"Menopause marks the end of a woman\u0026rsquo;s reproductive years. But the transition affects far more than reproductive health: it also reshapes the brain. As estrogen and progesterone decline, cognitive issues can arise, altering memory, attention, mood, and sleep.\u0026nbsp; Here\u0026rsquo;s what to know about how menopause affects the brain. Hormone shifts can cause brain fog Brain\u0026hellip;\",\"path\":\"\\/collections\\/time-for-you-menopause\\/7328125\\/menopause-brain-health\",\"published\":1761250316,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634871496,\\\"path\\\":\\\"\\\\\\/author\\\\\\/lauryn-higgins\\\\\\/\\\",\\\"name\\\":\\\"Lauryn Higgins\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Lauryn\\\",\\\"lastname\\\":\\\"Higgins\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"menopause\\\",\\\"slug\\\":\\\"menopause\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/menopause\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/What-Menopause-Does-to-the-Brain.png?w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/What-Menopause-Does-to-the-Brain.png?w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Photo-Illustration by TIME (Source Image: OsakaWayne Studios\\\\\\/Getty Images)\\\"}\"}],\"miniNav\":[],\"brandLogo\":null},{\"title\":\"Climate\",\"layout\":\"feature-main-section\",\"order\":\"\",\"showInNav\":true,\"tags\":[],\"sections\":[\"Climate\"],\"posts\":[{\"id\":7329105,\"postType\":\"article\",\"title\":\"Climate Inaction is Leading to Millions of Deaths Each Year\",\"deck\":\"Global health experts' annual assessment of the health impacts of climate change \\\"paints a bleak and undeniable picture.\\\"\",\"path\":\"\\/7329105\\/lancet-health-climate-impacts-2025\\/\",\"published\":1761696060,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858542,\\\"path\\\":\\\"\\\\\\/author\\\\\\/simmone-shah\\\\\\/\\\",\\\"name\\\":\\\"Simmone Shah\\\",\\\"bio\\\":\\\"Shah is a reporter at TIME.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"simmoneshah\\\",\\\"email\\\":\\\"simmone.shah@time.com\\\",\\\"firstname\\\":\\\"Simmone\\\",\\\"lastname\\\":\\\"Shah\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2021\\\\\\/05\\\\\\/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/climate\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/climate-health.jpg?quality=85\u0026w=1024\u0026h=655\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/climate-health.jpg?quality=85\u0026w=1024\u0026h=655\u0026crop=1\\\",\\\"alt\\\":\\\"Hazy Sunrise in New York City\\\",\\\"credit\\\":\\\"Photo by Gary Hershorn\\\\\\/Getty Images\\\"}\"},{\"id\":7329055,\"postType\":\"article\",\"title\":\"Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes\",\"deck\":\"The federal budget includes billions in funding for low-income Americans that might otherwise struggle to pay their energy bills. \",\"path\":\"\\/7329055\\/energy-heating-costs-government-shutdown\\/\",\"published\":1761681255,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858542,\\\"path\\\":\\\"\\\\\\/author\\\\\\/simmone-shah\\\\\\/\\\",\\\"name\\\":\\\"Simmone Shah\\\",\\\"bio\\\":\\\"Shah is a reporter at TIME.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"simmoneshah\\\",\\\"email\\\":\\\"simmone.shah@time.com\\\",\\\"firstname\\\":\\\"Simmone\\\",\\\"lastname\\\":\\\"Shah\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2021\\\\\\/05\\\\\\/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"energy\\\",\\\"slug\\\":\\\"energy\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/energy\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=1200\u0026h=1416\u0026crop=1\\\",\\\"alt\\\":\\\"Home energy costs are on the rise. As the government shutdown continues, it could get harder for low-income families to afford their heating bills.\\\",\\\"credit\\\":\\\"Getty Images\u0026mdash;catnap72\\\"}\"},{\"id\":7328895,\"postType\":\"article\",\"title\":\"Why Are We Seeing More Category 5 Storms?\",\"deck\":\"Hurricane Melissa marks the first time in 20 years that three or more Category 5 hurricanes have developed over the Atlantic Basin in one season.\",\"path\":\"\\/7328895\\/hurricane-melissa-category-5-atlantic-explained\\/\",\"published\":1761661455,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858542,\\\"path\\\":\\\"\\\\\\/author\\\\\\/simmone-shah\\\\\\/\\\",\\\"name\\\":\\\"Simmone Shah\\\",\\\"bio\\\":\\\"Shah is a reporter at TIME.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"simmoneshah\\\",\\\"email\\\":\\\"simmone.shah@time.com\\\",\\\"firstname\\\":\\\"Simmone\\\",\\\"lastname\\\":\\\"Shah\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2021\\\\\\/05\\\\\\/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/cat-five.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/cat-five.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\\\",\\\"alt\\\":\\\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\\\",\\\"credit\\\":\\\"Photo by NOAA via Getty Images\\\"}\"},{\"id\":7328629,\"postType\":\"article\",\"title\":\"Hurricane Melissa Strikes Jamaica With Catastrophic Strength\",\"deck\":\"The hurricane is the most powerful to hit Jamaica since record-keeping began.\",\"path\":\"\\/7328629\\/hurricane-melissa-path-landfall-jamaica\\/\",\"published\":1761578431,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634859473,\\\"path\\\":\\\"\\\\\\/author\\\\\\/solcyre-burga\\\\\\/\\\",\\\"name\\\":\\\"Solcyr\\\\u00e9 Burga\\\",\\\"bio\\\":\\\"Burga is a general assignment reporter at TIME. She covers U.S. news with a focus on student loans and LGBTQ+ issues.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Solcyr\\\\u00e9\\\",\\\"lastname\\\":\\\"Burga\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2022\\\\\\/07\\\\\\/Sol-Burga-headshot.jpeg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"},{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634870710,\\\"path\\\":\\\"\\\\\\/author\\\\\\/chantelle-lee\\\\\\/\\\",\\\"name\\\":\\\"Chantelle Lee\\\",\\\"bio\\\":\\\"\u003cdiv id=\\\\\\\"1741274655.176039\\\\\\\" class=\\\\\\\"c-virtual_list__item\\\\\\\" role=\\\\\\\"listitem\\\\\\\" data-qa=\\\\\\\"virtual-list-item\\\\\\\" data-item-key=\\\\\\\"1741274655.176039\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__background c-message_kit__background--hovered p-message_pane_message__message c-message_kit__message\\\\\\\" role=\\\\\\\"presentation\\\\\\\" data-qa=\\\\\\\"message_container\\\\\\\" data-qa-unprocessed=\\\\\\\"false\\\\\\\" data-qa-placeholder=\\\\\\\"false\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__hover c-message_kit__hover--hovered\\\\\\\" role=\\\\\\\"document\\\\\\\" data-qa-hover=\\\\\\\"true\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__actions c-message_kit__actions--default\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__gutter\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__gutter__right\\\\\\\" role=\\\\\\\"presentation\\\\\\\" data-qa=\\\\\\\"message_content\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\\\\\" data-qa=\\\\\\\"message-text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer\\\\\\\" data-qa=\\\\\\\"block-kit-renderer\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_block\\\\\\\" dir=\\\\\\\"auto\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_section\\\\\\\"\u003eLee is a reporter at TIME. She covers U.S. news with a focus on health and reproductive rights.\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Chantelle\\\",\\\"lastname\\\":\\\"Lee\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2243296389.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/GettyImages-2243296389.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\\\",\\\"alt\\\":\\\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\\\",\\\"credit\\\":\\\"NOAA via Getty Images\\\"}\"},{\"id\":7328483,\"postType\":\"article\",\"title\":\"Hurricane Melissa to Make 'Catastrophic' Landfall in Jamaica\",\"deck\":\"Hurricane Melissa is currently sustaining winds near 140 mph, and is expected to make landfall in Jamaica on Monday night.\",\"path\":\"\\/7328483\\/hurricane-melissa-jamaica-haiti\\/\",\"published\":1761502298,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634870768,\\\"path\\\":\\\"\\\\\\/author\\\\\\/rebecca-schneid\\\\\\/\\\",\\\"name\\\":\\\"Rebecca Schneid\\\",\\\"bio\\\":\\\"\u003cdiv class=\\\\\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\\\\\" data-qa=\\\\\\\"message-text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer\\\\\\\" data-qa=\\\\\\\"block-kit-renderer\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_block\\\\\\\" dir=\\\\\\\"auto\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_section\\\\\\\"\u003eSchneid is a general assignment reporter for TIME covering U.S. and global news.\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\\r\\\\n\u003c\\\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Rebecca\\\",\\\"lastname\\\":\\\"Schneid\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/05\\\\\\/l.jpeg?quality=85\u0026w=720\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/AP25299070099588.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/AP25299070099588.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"Jamaica Extreme Weather Hurricane Melissa\\\",\\\"credit\\\":\\\"Matias Delacroix\\\\u2014AP Photo\\\"}\"},{\"id\":7328258,\"postType\":\"article\",\"title\":\"Americans Aren't Sold on Cheap Chinese EVs\\u2014Yet\",\"deck\":\"To dismiss the rise of Chinese EVs as irrelevant to the U.S. would be a strategic misstep\\u2014even if consumers don't want them today.\",\"path\":\"\\/7328258\\/american-chinese-electric-vehicles-cost\\/\",\"published\":1761316154,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":243888282,\\\"path\\\":\\\"\\\\\\/author\\\\\\/justin-worland\\\\\\/\\\",\\\"name\\\":\\\"Justin Worland\\\",\\\"bio\\\":\\\"Worland is a senior correspondent at TIME, based in the Washington, D.C., bureau. He received Covering Climate Now\\\\u2019s inaugural Climate Journalist of the Year award in 2022, among other awards. He is the Outrider Foundation fellow at TIME.\\\",\\\"short_bio\\\":\\\"Senior Correspondent\\\",\\\"twitter\\\":\\\"justinworland\\\",\\\"email\\\":\\\"justin.worland@time.com\\\",\\\"firstname\\\":\\\"Justin\\\",\\\"lastname\\\":\\\"Worland\\\",\\\"title\\\":\\\"Senior Correspondent\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2014\\\\\\/06\\\\\\/TIME-JustinWorland.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Leadership Report\\\",\\\"slug\\\":\\\"co2-leadership-report\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/co2-leadership-report\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/chinese-EVs-for-export.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/chinese-EVs-for-export.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"Electric cars stacked for export\\\",\\\"credit\\\":\\\"Photo by STR\\\\\\/AFP via Getty Images\\\"}\"},{\"id\":7327517,\"postType\":\"article\",\"title\":\"Trump Axed NOAA's Climate Disaster Data. This Group Saved It\",\"deck\":\"\\\"This data set is simply too important to stop being updated.\\\"\",\"path\":\"\\/7327517\\/saving-noaa-billion-dollar-climate-disaster-data\\/\",\"published\":1761148343,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":2996288,\\\"path\\\":\\\"\\\\\\/author\\\\\\/jeffrey-kluger\\\\\\/\\\",\\\"name\\\":\\\"Jeffrey Kluger\\\",\\\"bio\\\":\\\"Kluger is an editor at large at TIME. He covers space, climate, and science. He is the author of 12 books, including \u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/www.amazon.com\\\\\\/Apollo-13-Jim-Lovell\\\\\\/dp\\\\\\/0618619585\\\\\\/ref=sr_1_3?s=books\u0026amp;ie=UTF8\u0026amp;qid=1547242208\u0026amp;sr=1-3\u0026amp;keywords=apollo+13\\\\\\\"\u003e\u003cem\u003eApollo 13\u003c\\\\\\/em\u003e\u003c\\\\\\/a\u003e, which served as the basis for the 1995 film, and was nominated for an Emmy Award for TIME's series \u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/studios\\\\\\/project\\\\\\/a-year-in-space\\\\\\\"\u003eA Year in Space.\u003c\\\\\\/a\u003e\\\",\\\"short_bio\\\":\\\"Editor at Large\\\",\\\"twitter\\\":\\\"jeffreykluger\\\",\\\"email\\\":\\\"jeffrey.kluger@time.com\\\",\\\"firstname\\\":\\\"Jeffrey\\\",\\\"lastname\\\":\\\"Kluger\\\",\\\"title\\\":\\\"Editor at Large\\\",\\\"facebook\\\":\\\"jeffrey.kluger\\\",\\\"google\\\":\\\"103427611738780615651\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2014\\\\\\/01\\\\\\/jeffrey-kluger.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/la-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/la-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"TOPSHOT-US-FIRE-CALIFORNIA\\\",\\\"credit\\\":\\\"AGUSTIN PAULLIER\\\\\\/AFP\\\\u2014Getty Images\\\"}\"}],\"miniNav\":[],\"brandLogo\":null},{\"title\":\"Entertainment\",\"layout\":\"feature-main-section\",\"order\":\"\",\"showInNav\":true,\"tags\":[],\"sections\":[\"Entertainment\"],\"posts\":[{\"id\":7328728,\"postType\":\"article\",\"title\":\"Breaking Down the Unsettling Ending of The Asset\",\"deck\":\"The Danish crime series follows Tea, an undercover operative whose mission to infiltrate a criminal network unravels her sense of self\",\"path\":\"\\/7328728\\/the-asset-ending-netflix\\/\",\"published\":1761587024,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634871179,\\\"path\\\":\\\"\\\\\\/author\\\\\\/isabella-wandermurem\\\\\\/\\\",\\\"name\\\":\\\"Isabella Wandermurem\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"\\\",\\\"lastname\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/The_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg?quality=85\u0026w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/The_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"The Legend. (L to R) Clara Dessau as Sara\\\\\\/Tea and Nicolas Bro as Folke in The Legend. Cr. Courtesy of Netflix \\\\u00a9 2024\\\",\\\"credit\\\":\\\"Courtesy of Netflix\\\"}\"},{\"id\":7328626,\"postType\":\"article\",\"title\":\"How Realistic Is 'A House of Dynamite'?\",\"deck\":\"The Netflix movie's screenwriter and technical advisor explain how likely its events would be to unfold were the U.S. were faced with an imminent nuclear threat.\",\"path\":\"\\/7328626\\/a-house-of-dynamite-realistic-experts-nuclear-threat\\/\",\"published\":1761584620,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634871034,\\\"path\\\":\\\"\\\\\\/author\\\\\\/jake-kring-schreifels\\\\\\/\\\",\\\"name\\\":\\\"Jake Kring-Schreifels\\\",\\\"bio\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"short_bio\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Jake\\\",\\\"lastname\\\":\\\"King-Schreifels\\\",\\\"title\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"movies\\\",\\\"slug\\\":\\\"movies\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/movies\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/09\\\\\\/UBO_20240910_14741_R2.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/09\\\\\\/UBO_20240910_14741_R2.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"A HOUSE OF DYNAMITE\\\",\\\"credit\\\":\\\"Courtesy of Netflix\\\"}\"},{\"id\":7328396,\"postType\":\"article\",\"title\":\"Vince Gilligan Is Breaking Good\",\"deck\":\"The creator of 'Breaking Bad' is leaving bad guys behind in 'Pluribus,' a sci-fi epic with an unlikely hero. \",\"path\":\"\\/7328396\\/vince-gilligan-interview-pluribus\\/\",\"published\":1761577036,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":430974059,\\\"path\\\":\\\"\\\\\\/author\\\\\\/judy-berman\\\\\\/\\\",\\\"name\\\":\\\"Judy Berman\\\",\\\"bio\\\":\\\"Berman is the TV critic at TIME. Along with reviewing current television, she writes about the ways in which entertainment and pop culture intersect with our larger social and political realities. Her TIME essay on \u003ca href=\\\\\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/6081493\\\\\\/ted-lasso-season-2\\\\\\/\\\\\\\"\u003e\u003cem\u003eTed Lasso\u003c\\\\\\/em\u003e and modern masculinity\u003c\\\\\\/a\u003e won a New York Press Club award in 2022.\\\",\\\"short_bio\\\":\\\"TV Critic\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Judy\\\",\\\"lastname\\\":\\\"Berman\\\",\\\"title\\\":\\\"TV Critic\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2018\\\\\\/06\\\\\\/Judy-1.jpg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Vince-Gilligan.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Vince-Gilligan.jpg?quality=85\u0026crop=759px%2C0px%2C1280px%2C1601px\u0026resize=1200%2C1500\u0026strip\\\",\\\"alt\\\":\\\"Vince Gilligan at The Mulberry Bar in NYC, on Oct. 8.\\\",\\\"credit\\\":\\\"Amy Lombard for TIME\\\"}\"},{\"id\":7328171,\"postType\":\"article\",\"title\":\"'IT: Welcome to Derry' Premiere, Explained\",\"deck\":\"Breaking down that brutal twist in Episode 1 of HBO's new 'IT' prequel series.\",\"path\":\"\\/7328171\\/it-welcome-to-derry-premiere-twist-ending\\/\",\"published\":1761530400,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":386182647,\\\"path\\\":\\\"\\\\\\/author\\\\\\/megan-mccluskey\\\\\\/\\\",\\\"name\\\":\\\"Megan McCluskey\\\",\\\"bio\\\":\\\"McCluskey is a staff writer at TIME. She covers culture, focusing on horror, fantasy, and science fiction.\\\",\\\"short_bio\\\":\\\"Staff Writer\\\",\\\"twitter\\\":\\\"MegzyM27\\\",\\\"email\\\":\\\"megan.mccluskey@time.com\\\",\\\"firstname\\\":\\\"Megan\\\",\\\"lastname\\\":\\\"McCluskey\\\",\\\"title\\\":\\\"Staff Writer\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2018\\\\\\/12\\\\\\/m_mccluskey.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026crop=165px%2C0px%2C1080px%2C1080px\u0026resize=600%2C600\u0026strip\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026w=1200\u0026h=1080\u0026crop=1\\\",\\\"alt\\\":\\\"IT: Welcome to Derry\\\",\\\"credit\\\":\\\"Brooke Palmer\\\\u2014HBO\\\"}\"},{\"id\":7328186,\"postType\":\"article\",\"title\":\"Ethan Hawke Is Sensational in Blue Moon\",\"deck\":\"Ethan Hawke captures the spirit of broadway lyricist Lorenz Hart in 'Blue Moon'\",\"path\":\"\\/7328186\\/blue-moon-review\\/\",\"published\":1761335369,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":419712932,\\\"path\\\":\\\"\\\\\\/author\\\\\\/stephanie-zacharek\\\\\\/\\\",\\\"name\\\":\\\"Stephanie Zacharek\\\",\\\"bio\\\":\\\"Zacharek is the film critic at TIME. She is the recipient of a Newswomen\\\\u2019s Club of New York award and was a 2015 Pulitzer Prize finalist.\\\",\\\"short_bio\\\":\\\"Film Critic\\\",\\\"twitter\\\":\\\"szacharek\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Stephanie\\\",\\\"lastname\\\":\\\"Zacharek\\\",\\\"title\\\":\\\"Film Critic\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2018\\\\\\/12\\\\\\/s_zacherek.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"movies\\\",\\\"slug\\\":\\\"movies\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/movies\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/hart.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/hart.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Courtesy of Sony Pictures Classics\\\"}\"},{\"id\":7328144,\"postType\":\"article\",\"title\":\"Breaking Down the Shattering Ending of Invasion Season 3\",\"deck\":\"What to make of Invasion's emotional Season 3 finale \",\"path\":\"\\/7328144\\/invasion-season-3-ending\\/\",\"published\":1761334471,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":226892105,\\\"path\\\":\\\"\\\\\\/author\\\\\\/jp-mangalindan\\\\\\/\\\",\\\"name\\\":\\\"JP Mangalindan\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"Contributor\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"JP\\\",\\\"lastname\\\":\\\"Mangalindan\\\",\\\"title\\\":\\\"Contributor\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Invasion_Photo_031002.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/Invasion_Photo_031002.jpg?quality=85\u0026w=1200\u0026h=998\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Courtesy of Apple \\\"}\"},{\"id\":7328263,\"postType\":\"article\",\"title\":\"The True Story Behind 'Deliver Me From Nowhere'\",\"deck\":\"The stories behind Bruce Springsteen's mom and dad, longtime manager Jon Landau, and his movie girlfriend Faye.\",\"path\":\"\\/7328263\\/springsteen-deliver-me-from-nowhere-faye-jon-landau-parents\\/\",\"published\":1761331781,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634871034,\\\"path\\\":\\\"\\\\\\/author\\\\\\/jake-kring-schreifels\\\\\\/\\\",\\\"name\\\":\\\"Jake Kring-Schreifels\\\",\\\"bio\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"short_bio\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Jake\\\",\\\"lastname\\\":\\\"King-Schreifels\\\",\\\"title\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"movies\\\",\\\"slug\\\":\\\"movies\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/tag\\\\\\/movies\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\\\/\\\\\\/time.com\\\\\\/section\\\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/DFN-TP-0004.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\\\/\\\\\\/api.time.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2025\\\\\\/10\\\\\\/DFN-TP-0004.jpg?quality=85\u0026w=1200\u0026h=1004\u0026crop=1\\\",\\\"alt\\\":\\\"SPRINGSTEEN: DELIVER ME FROM NOWHERE\\\",\\\"credit\\\":\\\"20TH CENTURY STUDIOS\u0026mdash;\\\\u00a9 2025 20th Century Studios. All Rights Reserved.\\\"}\"}],\"miniNav\":[],\"brandLogo\":null}]"])</script><script>self.__next_f.push([1,"5b:T898,"])</script><script>self.__next_f.push([1,"[{\"types\":[\"time staff\"],\"id\":634859473,\"path\":\"\\/author\\/solcyre-burga\\/\",\"name\":\"Solcyr\\u00e9 Burga\",\"bio\":\"Burga is a general assignment reporter at TIME. She covers U.S. news with a focus on student loans and LGBTQ+ issues.\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Solcyr\\u00e9\",\"lastname\":\"Burga\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2022\\/07\\/Sol-Burga-headshot.jpeg?quality=85\u0026w=1024\",\"show_desc\":\"\"},{\"types\":[\"time staff\"],\"id\":634870710,\"path\":\"\\/author\\/chantelle-lee\\/\",\"name\":\"Chantelle Lee\",\"bio\":\"\u003cdiv id=\\\"1741274655.176039\\\" class=\\\"c-virtual_list__item\\\" role=\\\"listitem\\\" data-qa=\\\"virtual-list-item\\\" data-item-key=\\\"1741274655.176039\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__background c-message_kit__background--hovered p-message_pane_message__message c-message_kit__message\\\" role=\\\"presentation\\\" data-qa=\\\"message_container\\\" data-qa-unprocessed=\\\"false\\\" data-qa-placeholder=\\\"false\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__hover c-message_kit__hover--hovered\\\" role=\\\"document\\\" data-qa-hover=\\\"true\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__actions c-message_kit__actions--default\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__gutter\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__gutter__right\\\" role=\\\"presentation\\\" data-qa=\\\"message_content\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\" data-qa=\\\"message-text\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer\\\" data-qa=\\\"block-kit-renderer\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_block\\\" dir=\\\"auto\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_section\\\"\u003eLee is a reporter at TIME. She covers U.S. news with a focus on health and reproductive rights.\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Chantelle\",\"lastname\":\"Lee\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}]"])</script><script>self.__next_f.push([1,"5c:T5fb,[{\"types\":[\"time staff\"],\"id\":634871818,\"path\":\"\\/author\\/richard-hall\\/\",\"name\":\"Richard Hall\",\"bio\":\"Hall is an editor at TIME. He was previously a Middle East correspondent based in Beirut, and later a U.S. correspondent.\u003cspan style=\\\"color: #888888\\\"\u003e\\r\\n\u003c\\/span\u003e\",\"short_bio\":\"Hall is an editor at TIME\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Richard\",\"lastname\":\"Hall\",\"title\":\"Editor\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2025\\/08\\/Passport-photo-221.jpg?quality=85\u0026w=1000\",\"show_desc\":\"\"},{\"types\":[\"time staff\"],\"id\":634870768,\"path\":\"\\/author\\/rebecca-schneid\\/\",\"name\":\"Rebecca Schneid\",\"bio\":\"\u003cdiv class=\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\" data-qa=\\\"message-text\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer\\\" data-qa=\\\"block-kit-renderer\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_block\\\" dir=\\\"auto\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_section\\\"\u003eSchneid is a general assignment reporter for TIME covering U.S. and global news.\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Rebecca\",\"lastname\":\"Schneid\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2024\\/05\\/l.jpeg?quality=85\u0026w=720\",\"show_desc\":\"\"}]5d:T850,"])</script><script>self.__next_f.push([1,"[{\"types\":[\"time staff\"],\"id\":634871469,\"path\":\"\\/author\\/callum-sutherland\\/\",\"name\":\"Callum Sutherland\",\"bio\":\"Sutherland is a general assignment reporter at TIME, based in the London bureau. He covers U.S. and international news.\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Callum\",\"lastname\":\"Sutherland\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"},{\"types\":[\"time staff\"],\"id\":634871864,\"path\":\"\\/author\\/connor-greene\\/\",\"name\":\"Connor Greene\",\"bio\":\"\u003cdiv id=\\\"message-list_1756315411.099459\\\" class=\\\"c-virtual_list__item\\\" role=\\\"listitem\\\" data-qa=\\\"virtual-list-item\\\" data-item-key=\\\"1756315411.099459\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__background c-message_kit__background--hovered p-message_pane_message__message c-message_kit__message\\\" role=\\\"presentation\\\" data-qa=\\\"message_container\\\" data-qa-unprocessed=\\\"false\\\" data-qa-placeholder=\\\"false\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__hover c-message_kit__hover--hovered\\\" role=\\\"document\\\" data-qa-hover=\\\"true\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__actions c-message_kit__actions--default\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__gutter\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__gutter__right\\\" role=\\\"presentation\\\" data-qa=\\\"message_content\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\" data-qa=\\\"message-text\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer\\\" data-qa=\\\"block-kit-renderer\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_block\\\" dir=\\\"auto\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_section\\\"\u003eGreene is an editorial fellow at TIME, reporting on breaking news and politics out of the D.C. bureau.\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\",\"short_bio\":\"\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Connor\",\"lastname\":\"Greene\",\"title\":\"Editorial Fellow\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}]"])</script><script>self.__next_f.push([1,"60:{\"display_name\":\"The DC Brief\",\"pub_id\":\"pub_32d43777-93d2-4898-a13c-084facfa138c\",\"selected\":true,\"order\":0}\n61:{\"display_name\":\"Worth Your Time\",\"pub_id\":\"pub_3e0657c3-eea5-401c-b0d2-3bb9eab125cc\",\"selected\":false,\"order\":0}\n62:{\"display_name\":\"In the Loop\",\"pub_id\":\"pub_e60f102b-d55c-401a-b5e5-c5ebdf49f683\",\"selected\":false,\"order\":0}\n63:{\"display_name\":\"The Brief\",\"pub_id\":\"pub_1609c392-21c7-4005-80a5-dc50f816c688\",\"selected\":false,\"order\":0}\n5f:[\"$60\",\"$61\",\"$62\",\"$63\"]\n5e:{\"newsletter\":\"$5f\"}\n64:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/TIM251027_COVER-ROBOT_FINAL4.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/TIM251027_COVER-ROBOT_FINAL4.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Best Inventions of 2025 Time Magazine cover\",\"credit\":\"Photograph by Spencer Lowell for TIME\"}\n65:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/TIM251027_COVER-StrangerThings-REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/TIM251027_COVER-StrangerThings-REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Stranger Things Time Magazine cover\",\"credit\":\"Photograph by Michal Pudelka for TIME\"}\n66:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251027_Cover-Israel_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251027_Cover-Israel_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Israel Eli Sharabi Time Magazine cover\",\"credit\":\"Photograph by Michal Chelbin for TIME\"}\n67:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Koh_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Koh_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"TIME 100 Next April Koh Time Magazine cover\",\"credit\":\"Photograph by Jingyu Lin for TIME\"}\n68:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Bailey_FINAL.jpg?quality=85\u0026w=564\u0026"])</script><script>self.__next_f.push([1,"h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Bailey_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"TIME 100 Next Jonathan Bailey Time Magazine cover\",\"credit\":\"Photograph by Charlotte Hadden for TIME\"}\n69:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-McRae_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-McRae_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"TIME 100 Next Tate McRae Time Magazine cover\",\"credit\":\"Photograph by Tyrell Hampton for TIME\"}\n6a:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Springsteen_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Springsteen_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Bruce Springsteen The Boss Time Magazine Cover\",\"credit\":\"Photograph by Andreas Laszlo Konrath for TIME\"}\n6b:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/INT-TIM250929_ASIA_SOPAC.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/INT-TIM250929_ASIA_SOPAC.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Lee Jae-Myung TIME Magazine cover\",\"credit\":\"Photograph by Hong Jang Hyun for TIME\"}\n6c:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929-Kirk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929-Kirk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Charlie Kirk Time Magazine cover\",\"credit\":\"Video still via StringersHub/AP\"}\n6d:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929_Cover-KOTY_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929_Cover-KOTY_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Kid of the Year Tejasvi Manoj Time Magazine cover\",\"credit\":\"Photograph by Zerb Mellish for TIME\"}\n6e:{\"imageSrc\":\"https://a"])</script><script>self.__next_f.push([1,"pi.time.com/wp-content/uploads/2025/09/TIM250929_Cover-SUDAN_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929_Cover-SUDAN_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Sudan The Forgotten Crisis Time Magazine cover\",\"credit\":\"Photograph by Moises Saman—Magnum Photos for TIME\"}\n6f:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908_Cover-AI_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908_Cover-AI_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 AI list Refik Anadol Time Magazine cover\",\"credit\":\"Photo-illustration by Refik Anadol for TIME\"}\n70:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908-AFGHAN-COVER-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908-AFGHAN-COVER-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Afghanistan Time Magazine cover\",\"credit\":\"Photograph by Elise Blanchard for TIME\"}\n71:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908_Cover-Mamdani_FINAL.REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908_Cover-Mamdani_FINAL.REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Zohran Mamdani Time Magazine cover\",\"credit\":\"Photograph by Dina Litovsky for TIME\"}\n72:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Johnson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Johnson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Survivor Mike Johnson Time Magazine cover\",\"credit\":\"Photograph by Greg Kahn for TIME\"}\n73:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Gaza_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Gaza_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Gaza Tr"])</script><script>self.__next_f.push([1,"agedy Time cover\",\"credit\":\"Photograph by Ali Jadallah—Anadolu/Getty Images\"}\n74:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Erling_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Erling_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Erling Haaland Time Magazine cover\",\"credit\":\"Photograph by Caroline Tompkins for TIME\"}\n75:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Meloni_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Meloni_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Giorgia Meloni Time Magazine cover\",\"credit\":\"Photograph by Paolo Pellegrin—Magnum Photos for TIME\"}\n76:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250728_Cover-Lost_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250728_Cover-Lost_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Kidnappings Ukraine Time Magazine cover\",\"credit\":\"Illustration by Simon Prades for TIME\"}\n77:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250728_Cover-T100Creators_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250728_Cover-T100Creators_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Kai Cenat Time 100 Creators cover\",\"credit\":\"Photograph by AB+DM for TIME\"}\n78:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250728-Pope-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250728-Pope-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Making of the Pope Time Magazine cover\",\"credit\":\"Photograph courtesy of John Prevost\"}\n79:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-Waymo_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM2507"])</script><script>self.__next_f.push([1,"07_Cover-Waymo_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Companies Waymo Cover\",\"credit\":\"Photograph by Kelsey McClellan for TIME\"}\n7a:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-Reynolds_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-Reynolds_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Companies Ryan Reynolds Maximum Effort Cover\",\"credit\":\"Photograph by Pari Dukovic for TIME\"}\n7b:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-IsraelIran_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-IsraelIran_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The New Middle East Time Magazine cover\",\"credit\":\"TIME Photo Illustration (Source Images: Iranian Leader Press Office/Andalou/Getty Images; Colors Hunter/Moment/Getty Images)\"}\n7c:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250623-Oceans-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250623-Oceans-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Joshua Irwandi for TIME\"}\n7d:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250623_Cover-AIOrb-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250623_Cover-AIOrb-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Are You Human? AI Time Magazine cover\",\"credit\":\"Photograph by Davide Monteleone for TIME\"}\n7e:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250623-Immigration-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250623-Immigration-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Illustration by Edel Rodriguez for TIME\"}\n7f:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609-T100Beckham-Cover-FINAL.jpg?quality=8"])</script><script>self.__next_f.push([1,"5\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609-T100Beckham-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Philanthropy David Beckham cover\",\"credit\":\"Photograph by Paola Kudacki for TIME\"}\n80:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609_Cover-Audra-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609_Cover-Audra-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Audra McDonald Time Magazine cover\",\"credit\":\"Photograph by Erik Carter for TIME\"}\n81:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609-Democrats-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609-Democrats-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Lost: The Democrats Time Magazine cover\",\"credit\":\"TIME photo illustration; Source Images (Donkey: Richard Bailey—Corbis/Getty Images; Paper: MirageC/Moment/Getty Images)\"}\n82:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-TaylorReid_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-TaylorReid_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Taylor Jenkins Reid Time Magazine cover\",\"credit\":\"Photograph by Julia Johnson for TIME\"}\n83:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-Health_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-Health_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Health Tedros Adhanom Ghebreyesus Time Magazine cover\",\"credit\":\"Illustration by Charly Palmer for TIME\"}\n84:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-PopeLeo_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-PopeLeo_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752"])</script><script>self.__next_f.push([1,"\u0026crop=1\",\"alt\":\"Pope Leo XIV Time Magazine cover\",\"credit\":\"Photograph by Guglielmo Mangiapane—Reuters\"}\n85:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250526_Cover-Trump_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250526_Cover-Trump_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Donald Trump Dealing With It Time Magazine cover\",\"credit\":\"Photograph by Martin Schoeller for TIME\"}\n86:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250512-Lilly-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250512-Lilly-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Big Promise Lilly Pill Time Magazine Cover\",\"credit\":\"TIME photo illustration; MadVector/Getty Images\"}\n87:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250512-Wolf-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250512-Wolf-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Dire Wolf Time Magazine cover\",\"credit\":\"Photograph by Robert Clark for TIME\"}\n88:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250324_Cover-Pope-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250324_Cover-Pope-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Pope Francis Time Magazine Cover\",\"credit\":\"Photograph by Stefano Dal Pozzolo–Contrasto/Redux\"}\n89:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250512-George-Floyd-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250512-George-Floyd-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Cover by painter Tajh Rust for TIME\"}\n8a:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Snoop.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Snoo"])</script><script>self.__next_f.push([1,"p.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"}\n8b:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Hassabis.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Hassabis.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by David Vintiner for TIME\"}\n8c:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Serena.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Serena.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"}\n8d:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Sheeran.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Sheeran.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"}\n8e:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Demi.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Demi.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"}\n8f:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414-AusPM-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414-AusPM-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Social Media Lockup Australia Time Magazine cover\",\"credit\":\"Illustration by Brobel Design for TIME\"}\n90:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414_Cover-Earth_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414_Cover-Earth_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Catherine Coleman Flowers Earth Awards Time Magazine cover\",\"credit\":\"Phot"])</script><script>self.__next_f.push([1,"ograph by Eric Ryan Anderson for TIME\"}\n91:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414_Cover-Zelensky-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414_Cover-Zelensky-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Zelensky The Endgame Time Magazine cover\",\"credit\":\"Photograph by Sasha Maslov for TIME\"}\n92:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250324_Cover-Hamilton_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250324_Cover-Hamilton_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Lewis Hamilton Horse Power Time Magazine cover\",\"credit\":\"Photographs and composite by Scandebergs for TIME\"}\n93:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250324_Cover-WGP_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250324_Cover-WGP_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The World's Greatest Places Time Magazine cover\",\"credit\":\"Photograph by Chris Rainier\"}\n94:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-JordanChiles_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-JordanChiles_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Jordan Chiles Women of the Year Time Magazine cover\",\"credit\":\"Photograph by Djeneba Aduayom for TIME\"}\n95:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-Forrest_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-Forrest_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Andrew Forrest Time Magazine cover\",\"credit\":\"Photograph by Adam Ferguson for TIME\"}\n96:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-AjaWilson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM2"])</script><script>self.__next_f.push([1,"50310_Cover-AjaWilson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"A'Ja Wilson Women of the Year Time Magazine cover\",\"credit\":\"Photograph by Djeneba Aduayom for TIME\"}\n97:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-Kidman_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-Kidman_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Nicole Kidman Women of the Year Time Magazine cover\",\"credit\":\"Photograph by Petra Collins for TIME\"}\n98:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224-Musk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224-Musk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Elon Musk Time Magazine cover\",\"credit\":\"Photo-Illustration by TIME (Source Photos: Chip Somodevilla-Getty Images; Anna Moneymaker-Getty Images)\"}\n99:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Cancer_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Cancer_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Our Cancer Mystery Time Magazine cover\",\"credit\":\"Photograph by Frankie Alduino for TIME\"}\n9a:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Colman.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Colman.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Colman Domingo The Closers Time Magazine cover\",\"credit\":\"Photograph by Campbell Addy for TIME\"}\n9b:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/01/TIM250210-Trump-DayOne-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/01/TIM250210-Trump-DayOne-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Trump Back in Office Time Magazine cover\",\"credit\":\"Illustration by Tim O'Brien for TIME\"}\n9c:{\"imageSrc\":\"https://api.time.com/wp-content/u"])</script><script>self.__next_f.push([1,"ploads/2025/01/TIM250210-Trump-Inauguration-Cover2.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/01/TIM250210-Trump-Inauguration-Cover2.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Donald Trump Inauguration Time Magazine cover\",\"credit\":\"Photograph by Saul Loeb—Pool/AP\"}\n9d:{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2024/12/Jimmy-Carter-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2024/12/Jimmy-Carter-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Yousuf Karsh\"}\n9e:[2025,2024,2023,2022]\n9f:{\"branded_tag\":\"\",\"theme\":\"\"}\na0:T68e,[{\"types\":[\"time staff\"],\"id\":634870710,\"path\":\"\\/author\\/chantelle-lee\\/\",\"name\":\"Chantelle Lee\",\"bio\":\"\u003cdiv id=\\\"1741274655.176039\\\" class=\\\"c-virtual_list__item\\\" role=\\\"listitem\\\" data-qa=\\\"virtual-list-item\\\" data-item-key=\\\"1741274655.176039\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__background c-message_kit__background--hovered p-message_pane_message__message c-message_kit__message\\\" role=\\\"presentation\\\" data-qa=\\\"message_container\\\" data-qa-unprocessed=\\\"false\\\" data-qa-placeholder=\\\"false\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__hover c-message_kit__hover--hovered\\\" role=\\\"document\\\" data-qa-hover=\\\"true\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__actions c-message_kit__actions--default\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__gutter\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__gutter__right\\\" role=\\\"presentation\\\" data-qa=\\\"message_content\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\" data-qa=\\\"message-text\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer\\\" data-qa=\\\"block-kit-renderer\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_block\\\" dir=\\\"auto\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_section\\\"\u003eLee is a reporter at TIME. She covers U.S. news with a focus on health and reproductive rights.\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n"])</script><script>self.__next_f.push([1,"\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Chantelle\",\"lastname\":\"Lee\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}]a1:T6b2,[{\"types\":[\"contributor\"],\"id\":634857761,\"path\":\"\\/author\\/nadav-ziv\\/\",\"name\":\"Nadav Ziv\",\"bio\":\"Nadav Ziv is a researcher at the \u003ca href=\\\"https:\\/\\/www.inquirygroup.org\\\"\u003eDigital Inquiry Group\u003c\\/a\u003e.\",\"short_bio\":\"Nadav Ziv is a researcher at the Digital Inquiry Group\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Nadav\",\"lastname\":\"Ziv\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"},{\"types\":[\"contributor\"],\"id\":634857762,\"path\":\"\\/author\\/sam-wineburg\\/\",\"name\":\"Sam Wineburg\",\"bio\":\"\u003cdiv\u003eSam Wineburg is an emeritus professor of education at Stanford University and co-founder of the \u003ca href=\\\"https:\\/\\/www.inquirygroup.org\\\"\u003eDigital Inquiry Group\u003c\\/a\u003e. His most recent book is \u003ci\u003e\u003ca href=\\\"https:\\/\\/www.amazon.com\\/gp\\/product\\/022635721X\\/ref=as_li_qf_asin_il_tl?ie=UTF8\u0026amp;tag=time037-20\u0026amp;creative=9325\u0026amp;linkCode=as2\u0026amp;creativeASIN=022635721X\u0026amp;linkId=c23028e169edb0467607270e6e339b02\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" data-saferedirecturl=\\\"https:\\/\\/www.google.com\\/url?q=https:\\/\\/www.amazon.com\\/gp\\/product\\/022635721X\\/ref%3Das_li_qf_asin_il_tl?ie%3DUTF8%26tag%3Dtime037-20%26creative%3D9325%26linkCode%3Das2%26creativeASIN%3D022635721X%26linkId%3Dc23028e169edb0467607270e6e339b02\u0026amp;source=gmail\u0026amp;ust=1584452149217000\u0026amp;usg=AFQjCNFlSjLtVitL0lsohqmI6kbN2K4T2w\\\"\u003eWhy Learn History When It is Already on Your Phone\u003c\\/a\u003e\u003cspan style=\\\"color: #333333\\\"\u003e.\u003c\\/span\u003e\u003c\\/i\u003e\u003c\\/div\u003e\",\"short_bio\":\"Sam Wineburg is an emeritus professor of education at Stanford University\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Sam\",\"lastname\":\"Wineburg\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}]a2:T521,[{\"types\":[\"time "])</script><script>self.__next_f.push([1,"staff\"],\"id\":207077031,\"path\":\"\\/author\\/alice-park\\/\",\"name\":\"Alice Park\",\"bio\":\"Park is a senior health correspondent at TIME. She covers the COVID-19 pandemic, new drug developments in cancer and Alzheimer\\u2019s disease, mental health, HIV, CRISPR, and advances in gene therapy, among other issues in health and science. She also covers the Olympics and co-chaired TIME\\u2019s inaugural TIME 100 Health Summit in 2019. Her work has won awards from the New York Press Club and recognition from the Deadline Club. In addition, she is the author of \u003ca href=\\\"https:\\/\\/www.amazon.com\\/gp\\/product\\/0452297966\\/ref=as_li_qf_asin_il_tl?ie=UTF8\u0026amp;tag=time037-20\u0026amp;creative=9325\u0026amp;linkCode=as2\u0026amp;creativeASIN=0452297966\u0026amp;linkId=2dfae52d933abccc32a8314e3f8bca83\\\"\u003e\u003ci\u003eThe Stem Cell Hope: How Stem Cell Medicine Can Change Our Lives\u003c\\/i\u003e\u003c\\/a\u003e. Follow her on Instagram at \u003ca href=\\\"http:\\/\\/instagram.com\\/aliceparktime\\\"\u003e@aliceparktime\u003c\\/a\u003e.\",\"short_bio\":\"Senior Correspondent\",\"twitter\":\"aliceparkny\",\"email\":\"\",\"firstname\":\"Alice\",\"lastname\":\"Park\",\"title\":\"Senior Correspondent\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2014\\/01\\/200116_Time_Headshots_Day552832-e1583529256299.jpg?quality=85\u0026w=1024\",\"show_desc\":\"\"}]a3:T898,"])</script><script>self.__next_f.push([1,"[{\"types\":[\"time staff\"],\"id\":634859473,\"path\":\"\\/author\\/solcyre-burga\\/\",\"name\":\"Solcyr\\u00e9 Burga\",\"bio\":\"Burga is a general assignment reporter at TIME. She covers U.S. news with a focus on student loans and LGBTQ+ issues.\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Solcyr\\u00e9\",\"lastname\":\"Burga\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https:\\/\\/api.time.com\\/wp-content\\/uploads\\/2022\\/07\\/Sol-Burga-headshot.jpeg?quality=85\u0026w=1024\",\"show_desc\":\"\"},{\"types\":[\"time staff\"],\"id\":634870710,\"path\":\"\\/author\\/chantelle-lee\\/\",\"name\":\"Chantelle Lee\",\"bio\":\"\u003cdiv id=\\\"1741274655.176039\\\" class=\\\"c-virtual_list__item\\\" role=\\\"listitem\\\" data-qa=\\\"virtual-list-item\\\" data-item-key=\\\"1741274655.176039\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__background c-message_kit__background--hovered p-message_pane_message__message c-message_kit__message\\\" role=\\\"presentation\\\" data-qa=\\\"message_container\\\" data-qa-unprocessed=\\\"false\\\" data-qa-placeholder=\\\"false\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__hover c-message_kit__hover--hovered\\\" role=\\\"document\\\" data-qa-hover=\\\"true\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__actions c-message_kit__actions--default\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__gutter\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__gutter__right\\\" role=\\\"presentation\\\" data-qa=\\\"message_content\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\" data-qa=\\\"message-text\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer\\\" data-qa=\\\"block-kit-renderer\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_block\\\" dir=\\\"auto\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_section\\\"\u003eLee is a reporter at TIME. She covers U.S. news with a focus on health and reproductive rights.\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\\r\\n\u003c\\/div\u003e\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Chantelle\",\"lastname\":\"Lee\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}]"])</script><script>self.__next_f.push([1,"a4:[970,250]\na5:[320,50]\na6:[300,50]\na7:[300,600]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"$L10\",null,{\"preNavContent\":[\"$\",\"div\",null,{\"id\":\"leaderboard-container\",\"className\":\"z-30 flex min-h-[5.125rem] w-full items-center justify-center bg-warm-grey-ads py-4 lg:min-h-[18.625rem] lg:py-6\",\"children\":[\"$\",\"div\",null,{\"id\":\"leaderboard-ad-1\",\"className\":\"w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden overflow-hidden flex min-h-[90px] md:min-h-[50px]\",\"aria-label\":\"Top Leaderboard Advertisement\",\"data-native\":false,\"role\":\"region\",\"children\":[\"$\",\"$L15\",null,{\"id\":\"leaderboard-ad-1\",\"adSlotType\":\"leaderboard\"}]}]}],\"postNavContent\":\"$undefined\",\"navigationType\":\"home\",\"navigationSections\":[{\"title\":\"Your Brief\",\"id\":\"your_brief\"},{\"title\":\"Cover\",\"id\":\"the_cover\"},{\"title\":\"People\",\"id\":\"people\"},{\"title\":\"Voices\",\"id\":\"voices\"},{\"title\":\"AI\",\"id\":\"id-ai-0\"},{\"title\":\"Health\",\"id\":\"id-health-1\"},{\"title\":\"Climate\",\"id\":\"id-climate-2\"},{\"title\":\"Entertainment\",\"id\":\"id-entertainment-3\"}]}],[\"$\",\"main\",null,{\"className\":\"bg-ivory-white\",\"children\":[[\"$\",\"div\",null,{\"className\":\"sr-only\",\"aria-hidden\":\"true\",\"children\":[\"$\",\"a\",null,{\"id\":\"maincontent\"}]}],[[\"$\",\"h1\",null,{\"className\":\"sr-only\",\"children\":\"TIME | Current \u0026 Breaking News | National \u0026 World Updates\"}],[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"id\":\"your_brief\",\"children\":[[\"$\",\"ul\",null,{\"className\":\"grid grid-cols-4 lg:grid-cols-12 gap-x-4 border-b border-b-warm-grey-2 pb-6 lg:border-b-0 lg:pb-0\",\"children\":[[\"$\",\"li\",\"Hurricane Melissa Strikes Jamaica With Catastrophic Strength-0\",{\"className\":\"col-span-full my-auto inline-grid size-full mb-10 lg:mb-0 lg:order-2 lg:col-span-6\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"figure\",null,{\"className\":\"mb-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 lg:aspect-3/2 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$2b\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$2c\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2243296389.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\",\"alt\":\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 h-full w-full object-cover\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],[\"$\",\"figcaption\",null,{\"className\":\"rich-text mt-1 font-graphik-compact text-caption-small\",\"children\":[\"\",[\"$\",\"span\",null,{\"className\":\"mt-1 italic text-grey-1\",\"dangerouslySetInnerHTML\":{\"__html\":\" NOAA via Getty Images\"}}]]}]]}],[\"$\",\"div\",null,{\"className\":\"space-y-4 text-center\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"break-words font-editorial text-mobile-h1 lg:text-h1\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328629/hurricane-melissa-path-landfall-jamaica/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Hurricane Melissa Strikes Jamaica With Catastrophic Strength\",\"clickURL\":\"/7328629/hurricane-melissa-path-landfall-jamaica/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Hurricane Melissa Strikes Jamaica With Catastrophic Strength\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"rich-text font-graphik-compact text-caption-large lg:px-16\",\"dangerouslySetInnerHTML\":{\"__html\":\"The hurricane is the most powerful to hit Jamaica since record-keeping began.\"}}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Solcyré Burga and Chantelle Lee\"]}]]}]]}]}],[\"$\",\"li\",\"U.S. Military Kills 14 In Strikes Against Alleged Cartel Boats-1\",{\"className\":\"col-span-full my-auto inline-grid size-full mb-4 lg:mb-0 lg:order-1 lg:col-span-3 lg:mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee px-5 lg:px-0 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/screenshot.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/screenshot.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Pete Hegseth / X\",\"caption\":\"\",\"alt\":\"\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h3\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328921/cartel-boats-pete-hegseth-pacific/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | U.S. Military Kills 14 In Strikes Against Alleged Cartel Boats\",\"clickURL\":\"/7328921/cartel-boats-pete-hegseth-pacific/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"U.S. Military Kills 14 In Strikes Against Alleged Cartel Boats\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Richard Hall and Rebecca Schneid\"]}]]}]]}]}],[\"$\",\"li\",\"Israel Resumes Strikes on Gaza-2\",{\"className\":\"col-span-full my-auto inline-grid size-full mb-4 lg:mb-0 lg:order-4 lg:col-span-3 lg:mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee px-5 lg:px-0 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/gaza-destruction-ceasefire-oct28.jpg?quality=85\u0026w=600\u0026h=576\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/gaza-destruction-ceasefire-oct28.jpg?quality=85\u0026w=1024\u0026h=576\u0026crop=1\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Mohammed Eslayeh - Anadolu via Getty Images\",\"caption\":\"\",\"alt\":\"Debris removal work continues in Khan Yunis\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h3\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7329012/israel-strikes-gaza-netanyahu-ceasefire-hamas/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Israel Resumes Strikes on Gaza\",\"clickURL\":\"/7329012/israel-strikes-gaza-netanyahu-ceasefire-hamas/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Israel Resumes Strikes on Gaza\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Callum Sutherland and Connor Greene\"]}]]}]]}]}]]}],[\"$\",\"ul\",null,{\"className\":\"grid grid-cols-4 lg:grid-cols-12 my-10 gap-x-4\",\"children\":[[\"$\",\"li\",\"Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes-0\",{\"className\":\"col-span-full inline-grid size-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"group relative block space-y-4 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4 pt-0 lg:py-4\",\"children\":[[\"$\",\"$L30\",null,{\"path\":\"https://time.com/section/climate\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Climate\",\"clickURL\":\"https://time.com/section/climate\",\"pagePath\":\"\",\"componentType\":\"News of the Day\",\"topic\":\"energy\"},\"children\":\"Climate\"}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7329055/energy-heating-costs-government-shutdown/\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes\",\"clickURL\":\"/7329055/energy-heating-costs-government-shutdown/\",\"pagePath\":\"\",\"componentType\":\"News of the Day\",\"topic\":\"energy\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes\"}}]}]}],false]}]}],[\"$\",\"li\",\"Why Barack Obama Got Off the Bench-1\",{\"className\":\"col-span-full inline-grid size-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"group relative block space-y-4 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4\",\"children\":[[\"$\",\"$L30\",null,{\"path\":\"https://time.com/section/politics\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Politics\",\"clickURL\":\"https://time.com/section/politics\",\"pagePath\":\"\",\"componentType\":\"News of the Day\",\"topic\":\"The D.C. Brief\"},\"children\":\"Politics\"}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328898/barack-obama-newsom-california-redistricting/\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Why Barack Obama Got Off the Bench\",\"clickURL\":\"/7328898/barack-obama-newsom-california-redistricting/\",\"pagePath\":\"\",\"componentType\":\"News of the Day\",\"topic\":\"The D.C. Brief\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Why Barack Obama Got Off the Bench\"}}]}]}],false]}]}],[\"$\",\"li\",\"Stephen Miller Claims ICE Agents Have Immunity. Is That True?-2\",{\"className\":\"col-span-full inline-grid size-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"group relative block space-y-4 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4\",\"children\":[[\"$\",\"$L30\",null,{\"path\":\"https://time.com/section/politics\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Politics\",\"clickURL\":\"https://time.com/section/politics\",\"pagePath\":\"\",\"componentType\":\"News of the Day\",\"topic\":\"Trump Administration\"},\"children\":\"Politics\"}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7329034/stephen-miller-ice-immunity-pritzker/\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Stephen Miller Claims ICE Agents Have Immunity. Is That True?\",\"clickURL\":\"/7329034/stephen-miller-ice-immunity-pritzker/\",\"pagePath\":\"\",\"componentType\":\"News of the Day\",\"topic\":\"Trump Administration\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Stephen Miller Claims ICE Agents Have Immunity. Is That True?\"}}]}]}],false]}]}],[\"$\",\"li\",\"Horror Movies Can Make You Feel Less Anxious-3\",{\"className\":\"col-span-full inline-grid size-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"group relative block space-y-4 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4\",\"children\":[[\"$\",\"$L30\",null,{\"path\":\"https://time.com/section/health\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Health\",\"clickURL\":\"https://time.com/section/health\",\"pagePath\":\"\",\"componentType\":\"News of the Day\",\"topic\":\"Mental Health\"},\"children\":\"Health\"}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7326119/horror-movies-anxiety-scaring-myself/\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Horror Movies Can Make You Feel Less Anxious\",\"clickURL\":\"/7326119/horror-movies-anxiety-scaring-myself/\",\"pagePath\":\"\",\"componentType\":\"News of the Day\",\"topic\":\"Mental Health\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Horror Movies Can Make You Feel Less Anxious\"}}]}]}],false]}]}]]}]]}],[\"$\",\"$L31\",\"1\",{\"errorComponent\":\"$32\",\"children\":[\"$\",\"section\",null,{\"className\":\"bg-ivory-white py-8 lg:py-10\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 items-start gap-y-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"col-span-4 flex flex-col items-center justify-center gap-4 lg:col-span-4 lg:items-start lg:gap-6 lg:pt-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"font-editorial text-h2 text-black-coffee\",\"children\":\"Listen to The Brief\"}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-caption-large text-black-coffee\",\"children\":[\"The day's top headlines, curated by \",[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"86\",\"height\":\"25\",\"viewBox\":\"0 0 86 25\",\"fill\":\"none\",\"className\":\"inline-block align-text-bottom\",\"children\":[[\"$\",\"title\",null,{\"children\":\"TIME AI Logo\"}],[\"$\",\"path\",null,{\"d\":\"M67.801 24.9795V24.4096L66.0811 23.8397L60.8475 9.22327H59.9056L54.6735 23.7462L52.9521 24.4578V24.9795H58.1378V24.4096C57.1945 24.2912 56.0871 23.9829 55.9463 23.698L57.2656 19.6402H62.1915L63.6051 23.8397L61.2713 24.4096V24.9795H67.801ZM61.9564 18.9286H57.5021L59.6937 12.2129L61.9564 18.9286Z\",\"fill\":\"#EF232A\"}],[\"$\",\"path\",null,{\"d\":\"M5.5674 10.5807L4.04348 10.5749H1.68212C1.51812 10.5749 0.252536 10.5866 0.252536 10.5866L0.230766 12.4291L0 12.435L0.0145135 10.363L0.00580542 9.51111C0.811308 9.54618 3.71837 9.56956 6.73574 9.56956C10.2538 9.56956 12.5208 9.53887 13.4105 9.51403L13.4004 10.4565L13.4178 12.5519L13.1783 12.549C13.1798 12.378 13.1391 11.6825 13.1406 11.6138C13.142 11.5889 13.0898 10.6552 13.0825 10.5851L12.0724 10.5719H9.0463L7.88666 10.5763L7.88812 23.5065C7.88812 23.5241 7.90989 24.354 7.91424 24.5265C8.03035 24.5411 9.15225 24.6112 9.35544 24.6112H9.43381V24.9634C9.37285 24.9634 9.29883 24.9692 9.23497 24.9692C8.59783 24.9619 7.56882 24.8947 6.83879 24.8947C6.11891 24.8947 5.10442 24.959 4.35407 24.9692C4.33375 24.9692 4.1799 24.9663 4.12185 24.9634L4.1204 24.5878C4.12765 24.5893 4.1741 24.5878 4.24376 24.5849C4.56016 24.5732 5.34099 24.5265 5.54418 24.5119L5.57611 24.5075L5.57466 23.3999L5.5674 10.5807Z\",\"fill\":\"black\"}],[\"$\",\"path\",null,{\"d\":\"$33\",\"fill\":\"black\"}],[\"$\",\"path\",null,{\"d\":\"$34\",\"fill\":\"black\"}],[\"$\",\"path\",null,{\"d\":\"$35\",\"fill\":\"black\"}],[\"$\",\"path\",null,{\"d\":\"M68.3984 24.9796H75.14V24.4111L72.9238 23.888V10.5998L75.14 10.0782V9.5083H68.3984V10.0782L70.6132 10.5998V23.888L68.3984 24.4111V24.9796Z\",\"fill\":\"#EF232A\"}],[\"$\",\"path\",null,{\"d\":\"M78.9552 10.9358C78.8536 10.9358 78.7723 10.854 78.7723 10.7517C78.7723 8.18877 76.7012 6.10363 74.1555 6.10363C74.0539 6.10363 73.9727 6.0218 73.9727 5.91952C73.9727 5.81723 74.0539 5.73541 74.1555 5.73541C76.7012 5.73541 78.7723 3.65027 78.7723 1.08731C78.7723 0.985026 78.8536 0.903198 78.9552 0.903198C79.0568 0.903198 79.138 0.985026 79.138 1.08731C79.138 3.65027 81.2091 5.73541 83.7548 5.73541C83.8564 5.73541 83.9377 5.81723 83.9377 5.91952C83.9377 6.0218 83.8564 6.10363 83.7548 6.10363C81.2091 6.10363 79.138 8.18877 79.138 10.7517C79.138 10.854 79.0568 10.9358 78.9552 10.9358Z\",\"fill\":\"black\"}],[\"$\",\"path\",null,{\"d\":\"M82.6806 15.7959C82.6138 15.7959 82.5587 15.7403 82.5587 15.6731C82.5587 13.9664 81.1799 12.5768 79.4832 12.5768C79.4165 12.5768 79.3613 12.5213 79.3613 12.4541C79.3613 12.3869 79.4165 12.3313 79.4832 12.3313C81.1784 12.3313 82.5587 10.9417 82.5587 9.23505C82.5587 9.16783 82.6138 9.1123 82.6806 9.1123C82.7473 9.1123 82.8025 9.16783 82.8025 9.23505C82.8025 10.9417 84.1827 12.3313 85.8779 12.3313C85.9447 12.3313 85.9998 12.3869 85.9998 12.4541C85.9998 12.5213 85.9447 12.5768 85.8779 12.5768C84.1827 12.5768 82.8025 13.965 82.8025 15.6731C82.8025 15.7418 82.7473 15.7959 82.6806 15.7959Z\",\"fill\":\"black\"}]]}]]}],\"\"]}],[\"$\",\"div\",null,{\"className\":\"col-span-4 lg:col-span-8\",\"children\":[\"$\",\"$L36\",null,{\"podcastTitle\":\"The Brief October 28, 2025\",\"episodeTitle\":\"Republicans speak out against Trump's boat bombing, active service members may not be paid during shutdown, and more\",\"podcastShortId\":\"0584dede-af09-4882-b94a-8c6086d8e318\",\"podcastLongId\":\"0584dede-af09-4882-b94a-8c6086d8e318\"}]}]]}]}]}]}],[\"$\",\"$L31\",\"2\",{\"errorComponent\":\"$32\",\"children\":[\"$\",\"$L37\",null,{\"__typename\":\"ContentSections\",\"name\":\"newsletter\",\"value\":{\"newsletter\":[{\"display_name\":\"The DC Brief\",\"pub_id\":\"pub_32d43777-93d2-4898-a13c-084facfa138c\",\"selected\":true,\"order\":0},{\"display_name\":\"Worth Your Time\",\"pub_id\":\"pub_3e0657c3-eea5-401c-b0d2-3bb9eab125cc\",\"selected\":false,\"order\":0},{\"display_name\":\"In the Loop\",\"pub_id\":\"pub_e60f102b-d55c-401a-b5e5-c5ebdf49f683\",\"selected\":false,\"order\":0},{\"display_name\":\"The Brief\",\"pub_id\":\"pub_1609c392-21c7-4005-80a5-dc50f816c688\",\"selected\":false,\"order\":0}]}}]}],[\"$\",\"$38\",\"3\",{\"children\":[[\"$\",\"section\",null,{\"className\":\"relative flex-col pb-10 lg:py-10\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 border-b border-b-warm-grey-2 lg:border-b-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative col-span-full lg:order-2 lg:col-span-8\",\"children\":[\"$\",\"figure\",null,{\"className\":\"-mx-6 lg:mx-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-square lg:aspect-3/2 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$39\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$3a\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/Best-Inventions-Hall-of-Fame.png?w=1280\u0026h=1280\u0026crop=1\",\"alt\":\"\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 h-full w-full object-cover\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],\"\"]}]}],[\"$\",\"div\",null,{\"className\":\"col-span-full py-6 lg:col-span-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-4 lg:space-y-6\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"break-words font-editorial text-mobile-h2 lg:block lg:text-h2\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7323640/25-iconic-inventions/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | TIME Best Inventions Hall of Fame\",\"clickURL\":\"/7323640/25-iconic-inventions/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"TIME Best Inventions Hall of Fame\"}}]}]}],[\"$\",\"div\",null,{\"className\":\"flex flex-row gap-2\",\"children\":[[\"$\",\"$L30\",\"Best Inventions 2025-0\",{\"path\":\"https://time.com/tag/best-inventions-2025\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"secondary row | Best Inventions 2025\",\"clickURL\":\"https://time.com/tag/best-inventions-2025\",\"pagePath\":\"\",\"topic\":\"Best Inventions 2025\"},\"children\":\"Best Inventions 2025\"}],[\"$\",\"$L30\",\"Tech-1\",{\"path\":\"https://time.com/section/tech\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"secondary row | Tech\",\"clickURL\":\"https://time.com/section/tech\",\"pagePath\":\"\",\"topic\":\"Tech\"},\"children\":\"Tech\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-4\",\"children\":[[\"$\",\"p\",null,{\"className\":\"rich-text font-graphik-compact text-caption-large\",\"dangerouslySetInnerHTML\":{\"__html\":\"The most iconic inventions of the past 25 years\"}}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"font-graphik-compact text-t4\",\"children\":\"by \"}],[\"$\",\"span\",null,{\"className\":\"font-graphik-compact text-t4\",\"children\":\"Merrill Fabry\"}]]}]]}],[\"$\",\"$L3b\",null,{\"path\":\"/7323640/25-iconic-inventions/\",\"componentType\":\"Feature - Main Story Spotlight\",\"className\":\"hidden lg:inline-flex\"}]]}]}]]}]}],[\"$\",\"ul\",null,{\"className\":\"grid grid-cols-4 lg:grid-cols-12 my-6 gap-x-4 lg:my-10\",\"children\":[[\"$\",\"li\",\"Vince Gilligan Is Breaking Good-0\",{\"className\":\"col-span-full inline-grid size-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"group relative block space-y-4 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4 pt-0 lg:pt-4\",\"children\":[[\"$\",\"$L30\",null,{\"path\":\"https://time.com/section/entertainment\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Entertainment\",\"clickURL\":\"https://time.com/section/entertainment\",\"pagePath\":\"\",\"componentType\":\"Feature - Main Story Spotlight\",\"topic\":\"Television\"},\"children\":\"Entertainment\"}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328396/vince-gilligan-interview-pluribus/\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Vince Gilligan Is Breaking Good\",\"clickURL\":\"/7328396/vince-gilligan-interview-pluribus/\",\"pagePath\":\"\",\"componentType\":\"Feature - Main Story Spotlight\",\"topic\":\"Television\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Vince Gilligan Is Breaking Good\"}}]}]}],false]}]}],[\"$\",\"li\",\"'IT: Welcome to Derry' Premiere, Explained-1\",{\"className\":\"col-span-full inline-grid size-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"group relative block space-y-4 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4\",\"children\":[[\"$\",\"$L30\",null,{\"path\":\"https://time.com/section/entertainment\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Entertainment\",\"clickURL\":\"https://time.com/section/entertainment\",\"pagePath\":\"\",\"componentType\":\"Feature - Main Story Spotlight\",\"topic\":\"Television\"},\"children\":\"Entertainment\"}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328171/it-welcome-to-derry-premiere-twist-ending/\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | 'IT: Welcome to Derry' Premiere, Explained\",\"clickURL\":\"/7328171/it-welcome-to-derry-premiere-twist-ending/\",\"pagePath\":\"\",\"componentType\":\"Feature - Main Story Spotlight\",\"topic\":\"Television\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"'IT: Welcome to Derry' Premiere, Explained\"}}]}]}],false]}]}],[\"$\",\"li\",\"Review: 'Springsteen: Deliver Me From Nowhere'-2\",{\"className\":\"col-span-full inline-grid size-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"group relative block space-y-4 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4\",\"children\":[[\"$\",\"$L30\",null,{\"path\":\"https://time.com/section/entertainment\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Entertainment\",\"clickURL\":\"https://time.com/section/entertainment\",\"pagePath\":\"\",\"componentType\":\"Feature - Main Story Spotlight\",\"topic\":\"movies\"},\"children\":\"Entertainment\"}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328225/springsteen-deliver-me-from-nowhere-review/\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Review: 'Springsteen: Deliver Me From Nowhere'\",\"clickURL\":\"/7328225/springsteen-deliver-me-from-nowhere-review/\",\"pagePath\":\"\",\"componentType\":\"Feature - Main Story Spotlight\",\"topic\":\"movies\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Review: 'Springsteen: Deliver Me From Nowhere'\"}}]}]}],false]}]}],[\"$\",\"li\",\"How We Chose the Best Inventions of 2025-3\",{\"className\":\"col-span-full inline-grid size-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"group relative block space-y-4 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color border-l border-warm-grey-2 p-4\",\"children\":[[\"$\",\"$L30\",null,{\"path\":\"https://time.com/section/tech\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | Tech\",\"clickURL\":\"https://time.com/section/tech\",\"pagePath\":\"\",\"componentType\":\"Feature - Main Story Spotlight\",\"topic\":\"Best Inventions 2025\"},\"children\":\"Tech\"}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7323662/best-inventions-2025-how-we-picked/\",\"gtmData\":{\"event\":\"internalClick\",\"clickText\":\"secondary row | How We Chose the Best Inventions of 2025\",\"clickURL\":\"/7323662/best-inventions-2025-how-we-picked/\",\"pagePath\":\"\",\"componentType\":\"Feature - Main Story Spotlight\",\"topic\":\"Best Inventions 2025\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"How We Chose the Best Inventions of 2025\"}}]}]}],false]}]}]]}]]}]}],[\"$\",\"div\",null,{\"data-ad-wrapper\":true,\"className\":\"overflow-hidden bg-warm-grey-ads py-6 lg:py-10\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1\",\"children\":\"Advertisement\"}],[\"$\",\"div\",null,{\"id\":\"inline-ad-1\",\"className\":\"w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]\",\"aria-label\":\"inline advertisement ad 1\",\"data-native\":false,\"role\":\"region\",\"children\":[\"$\",\"$L15\",null,{\"id\":\"inline-ad-1\",\"adSlotType\":\"inline\"}]}]]}]]}],[\"$\",\"$L31\",\"4\",{\"errorComponent\":\"$32\",\"children\":[\"$\",\"section\",null,{\"id\":\"the_cover\",\"aria-labelledby\":\"time-cover-caroursel-section\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20 py-10 lg:py-16\",\"children\":[[\"$\",\"div\",null,{\"className\":\"col-span-full flex flex-wrap items-end justify-between border-b border-warm-grey-2 lg:flex-nowrap\",\"children\":[[\"$\",\"$L13\",null,{\"className\":\"order-2 mb-4 justify-start text-cta-large text-black-coffee lg:order-1 lg:w-auto\",\"variant\":\"withIcon\",\"gtmData\":{\"event\":\"internalClick\",\"componentType\":\"theCover\",\"clickText\":\"Get the issue\"},\"asChild\":true,\"children\":[\"$\",\"$L14\",null,{\"href\":\"https://timecoverstore.com/\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase\",\"children\":\"get the issue\"}],[\"$\",\"svg\",null,{\"className\":\"shrink-0 text-brand-red\",\"width\":\"1rem\",\"height\":\"1rem\",\"viewBox\":\"0 0 12 12\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[[\"$\",\"title\",null,{\"children\":\"$undefined\"}],[\"$\",\"g\",null,{\"id\":\"Magazine\",\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"M2.9 7.4v-5.1h6.2v5.1zm0 0.9v1.2h6.2v-1.2zm-0.9 -0.15v-6a0.75 0.75 0 0 1 0.75 -0.75h7.25v9H2.75a0.75 0.75 0 0 1 -0.75 -0.75zm6 -3.75H4v-0.9h4zm-4 1.5h4v-0.9H4z\",\"fill\":\"currentColor\"}]}]]}]]}]}],[\"$\",\"h2\",null,{\"id\":\"time-cover-caroursel-section\",\"className\":\"order-1 mb-4 w-full text-center text-mobile-title-large lg:order-2 lg:mb-0 lg:w-auto lg:text-center lg:text-title-large\",\"children\":\"The Cover\"}],[\"$\",\"$L13\",null,{\"className\":\"order-3 mb-4 justify-end text-cta-large text-black-coffee lg:w-auto\",\"variant\":\"withIcon\",\"gtmData\":{\"event\":\"internalClick\",\"componentType\":\"theCover\",\"clickText\":\"Access Archive\"},\"asChild\":true,\"children\":[\"$\",\"$L14\",null,{\"href\":\"https://time.com/vault/\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase\",\"children\":\"Access archive\"}],[\"$\",\"svg\",null,{\"className\":\"shrink-0 text-brand-red\",\"width\":\"1rem\",\"height\":\"1rem\",\"viewBox\":\"0 0 12 12\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[[\"$\",\"title\",null,{\"children\":\"$undefined\"}],[\"$\",\"g\",null,{\"id\":\"Magazine\",\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"M2.9 7.4v-5.1h6.2v5.1zm0 0.9v1.2h6.2v-1.2zm-0.9 -0.15v-6a0.75 0.75 0 0 1 0.75 -0.75h7.25v9H2.75a0.75 0.75 0 0 1 -0.75 -0.75zm6 -3.75H4v-0.9h4zm-4 1.5h4v-0.9H4z\",\"fill\":\"currentColor\"}]}]]}]]}]}]]}],[\"$\",\"$L3c\",null,{\"magazineData\":[{\"title\":\"How We Chose the Best Inventions of 2025\",\"deck\":\"The result is 300 groundbreaking inventions that are changing how we live, work, play, and think about what’s possible.\",\"path\":\"/7323662/best-inventions-2025-how-we-picked/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/TIM251027_COVER-ROBOT_FINAL4.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/TIM251027_COVER-ROBOT_FINAL4.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Best Inventions of 2025 Time Magazine cover\",\"credit\":\"Photograph by Spencer Lowell for TIME\"},\"year\":2025},{\"title\":\"Inside 'Stranger Things' Season 5\",\"deck\":\"“It happens to be a television series, but it’s epic storytelling by any metric.”\",\"path\":\"/7324811/stranger-things-season-5/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/TIM251027_COVER-StrangerThings-REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/TIM251027_COVER-StrangerThings-REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Stranger Things Time Magazine cover\",\"credit\":\"Photograph by Michal Pudelka for TIME\"},\"year\":2025},{\"title\":\"Eli Sharabi: 491 Days as a Hostage of Hamas\",\"deck\":\"Sharabi’s 'Hostage', the first memoir of captivity in Gaza in the aftermath of Oct. 7, serves as a window into an Israeli view of the war.\",\"path\":\"/7322015/eli-sharabi-hostage-excerpt/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251027_Cover-Israel_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251027_Cover-Israel_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Israel Eli Sharabi Time Magazine cover\",\"credit\":\"Photograph by Michal Chelbin for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME100 Next\",\"deck\":\"The annual list features leaders who are shaping the future\",\"path\":\"/7319452/how-we-chose-the-2025-time100-next/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Koh_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Koh_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"TIME 100 Next April Koh Time Magazine cover\",\"credit\":\"Photograph by Jingyu Lin for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME100 Next\",\"deck\":\"The annual list features leaders who are shaping the future\",\"path\":\"/7319452/how-we-chose-the-2025-time100-next/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Bailey_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Bailey_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"TIME 100 Next Jonathan Bailey Time Magazine cover\",\"credit\":\"Photograph by Charlotte Hadden for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME100 Next\",\"deck\":\"The annual list features leaders who are shaping the future\",\"path\":\"/7319452/how-we-chose-the-2025-time100-next/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-McRae_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-McRae_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"TIME 100 Next Tate McRae Time Magazine cover\",\"credit\":\"Photograph by Tyrell Hampton for TIME\"},\"year\":2025},{\"title\":\"Bruce Springsteen’s Long Journey Home\",\"deck\":\"Fifty years after the monumental success of Born to Run, Bruce Springsteen is still grappling with the American story—and his own\",\"path\":\"/7319963/bruce-springsteen-songs-albums-deliver-me-from-nowhere/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Springsteen_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM251013_Cover-Springsteen_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Bruce Springsteen The Boss Time Magazine Cover\",\"credit\":\"Photograph by Andreas Laszlo Konrath for TIME\"},\"year\":2025},{\"title\":\"President Lee Jae-Myung's Plan to Reboot South Korea\",\"deck\":\"In his only Western media interview since taking office, President Lee Jae-Myung shares his plan to kick-start his nation’s economy—and court Donald Trump.\",\"path\":\"/7317953/south-korea-president-lee-jae-myung-cover/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/INT-TIM250929_ASIA_SOPAC.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/INT-TIM250929_ASIA_SOPAC.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Lee Jae-Myung TIME Magazine cover\",\"credit\":\"Photograph by Hong Jang Hyun for TIME\"},\"year\":2025},{\"title\":\"The Rise of Political Violence in America\",\"deck\":\"Charlie Kirk's killing could become not just a tragedy but a catalyst—less an aberration than a feature of our increasingly perilous national politics\",\"path\":\"/7316280/charlie-kirk-dead-political-violence/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929-Kirk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929-Kirk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Charlie Kirk Time Magazine cover\",\"credit\":\"Video still via StringersHub/AP\"},\"year\":2025},{\"title\":\"TIME's Kid of the Year Is Protecting Seniors From Cybercrime\",\"deck\":\"Through her hard work, 17-year-old Tejasvi Manoj—TIME Kid of the Year for 2025—hopes to create a safer world for seniors.\",\"path\":\"/7315024/kid-of-the-year-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929_Cover-KOTY_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929_Cover-KOTY_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Kid of the Year Tejasvi Manoj Time Magazine cover\",\"credit\":\"Photograph by Zerb Mellish for TIME\"},\"year\":2025},{\"title\":\"Sudan's Crisis in the Shadows\",\"deck\":\"As millions suffer amid famine and flight, Sudan faces genocide—yet the world barely looks on.\",\"path\":\"/7313600/sudan-crisis-shadows-photography/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929_Cover-SUDAN_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/TIM250929_Cover-SUDAN_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Sudan The Forgotten Crisis Time Magazine cover\",\"credit\":\"Photograph by Moises Saman—Magnum Photos for TIME\"},\"year\":2025},{\"title\":\"How We Chose the TIME100 AI 2025\",\"deck\":\"Our third edition of the most influential people in AI features the best new additions to our community of AI leaders\",\"path\":\"/7312067/how-we-chose-time100-ai-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908_Cover-AI_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908_Cover-AI_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 AI list Refik Anadol Time Magazine cover\",\"credit\":\"Photo-illustration by Refik Anadol for TIME\"},\"year\":2025},{\"title\":\"'I’m Afraid:' What U.S. Aid Cuts Mean for the Women of Afghanistan\",\"deck\":\"With many care centers shuttered and supplies dwindling, many pregnant women in rural Afghanistan fear they or their babies won’t survive delivery.\",\"path\":\"/7310744/afghanistan-us-aid-cuts-maternal-health/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908-AFGHAN-COVER-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908-AFGHAN-COVER-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Afghanistan Time Magazine cover\",\"credit\":\"Photograph by Elise Blanchard for TIME\"},\"year\":2025},{\"title\":\"\u0026#8216;A Politics of No Translation.’ Zohran Mamdani on His Unlikely Rise\",\"deck\":\"How a democratic socialist went from long shot to likely mayor of America’s biggest city\",\"path\":\"/7308924/zohran-mamdani-interview-time/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908_Cover-Mamdani_FINAL.REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/08/TIM250908_Cover-Mamdani_FINAL.REVISE.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Zohran Mamdani Time Magazine cover\",\"credit\":\"Photograph by Dina Litovsky for TIME\"},\"year\":2025},{\"title\":\"How Mike Johnson Became Trump\u0026#8217;s Speaker\",\"deck\":\"Johnson has shepherded a series of wins for the White House—and turned the House into an instrument of Trump's agenda\",\"path\":\"/7306839/speaker-mike-johnson-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Johnson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Johnson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Survivor Mike Johnson Time Magazine cover\",\"credit\":\"Photograph by Greg Kahn for TIME\"},\"year\":2025},{\"title\":\"The Tragedy Unfolding in Gaza\",\"deck\":\"Plummeting access to food across the territory has left ordinary Gazans facing famine, U.N.-backed body says.\",\"path\":\"/7306735/gaza-famine-un/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Gaza_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Gaza_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Gaza Tragedy Time cover\",\"credit\":\"Photograph by Ali Jadallah—Anadolu/Getty Images\"},\"year\":2025},{\"title\":\"Erling Haaland Is Outscoring Soccer's Greats\",\"deck\":\"The Norwegian striker on his decision to play for Manchester City, the 2026 World Cup, and his signature bun.\",\"path\":\"/7303602/erling-haaland-manchester-city-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Erling_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Erling_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Erling Haaland Time Magazine cover\",\"credit\":\"Photograph by Caroline Tompkins for TIME\"},\"year\":2025},{\"title\":\"Where Giorgia Meloni Is Leading Europe\",\"deck\":\"The first female Prime Minister of Italy has confounded her critics while forging a new right-wing nationalism\",\"path\":\"/7304882/giorgia-meloni-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Meloni_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250818_Cover-Meloni_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Giorgia Meloni Time Magazine cover\",\"credit\":\"Photograph by Paolo Pellegrin—Magnum Photos for TIME\"},\"year\":2025},{\"title\":\"The Hidden War Over Ukraine’s Lost Children\",\"deck\":\"Russia took thousands of Ukrainian kids. Can peace talks bring them home?\",\"path\":\"/7302345/ukraine-lost-children-russia-war/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250728_Cover-Lost_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250728_Cover-Lost_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Kidnappings Ukraine Time Magazine cover\",\"credit\":\"Illustration by Simon Prades for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME100 Creators\",\"deck\":\"Behind the scenes of TIME's inaugural list of the most influential digital voices.\",\"path\":\"/7299184/how-we-chose-time100-creators-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250728_Cover-T100Creators_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/07/TIM250728_Cover-T100Creators_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Kai Cenat Time 100 Creators cover\",\"credit\":\"Photograph by AB+DM for TIME\"},\"year\":2025},{\"title\":\"The Making of an American Pope\",\"deck\":\"How a kid from the Midwest became the leader of the Catholic Church\",\"path\":\"/7298083/pope-leo-xiv-robert-prevost-american/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250728-Pope-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250728-Pope-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Making of the Pope Time Magazine cover\",\"credit\":\"Photograph courtesy of John Prevost\"},\"year\":2025},{\"title\":\"How TIME Chose the 100 Most Influential Companies of 2025\",\"deck\":\"TIME solicited nominations across sectors including health care, entertainment, fashion, and technology.\",\"path\":\"/7297167/how-we-chose-time100-companies-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-Waymo_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-Waymo_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Companies Waymo Cover\",\"credit\":\"Photograph by Kelsey McClellan for TIME\"},\"year\":2025},{\"title\":\"How TIME Chose the 100 Most Influential Companies of 2025\",\"deck\":\"TIME solicited nominations across sectors including health care, entertainment, fashion, and technology.\",\"path\":\"/7297167/how-we-chose-time100-companies-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-Reynolds_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-Reynolds_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Companies Ryan Reynolds Maximum Effort Cover\",\"credit\":\"Photograph by Pari Dukovic for TIME\"},\"year\":2025},{\"title\":\"A New Middle East Unfolds Before Our Eyes\",\"deck\":\"Iran has spent most of this century as the region’s rising power.\",\"path\":\"/7295798/new-middle-east-time-cover/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-IsraelIran_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250707_Cover-IsraelIran_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The New Middle East Time Magazine cover\",\"credit\":\"TIME Photo Illustration (Source Images: Iranian Leader Press Office/Andalou/Getty Images; Colors Hunter/Moment/Getty Images)\"},\"year\":2025},{\"title\":\"Fishing Communities Fight for Their Future\",\"deck\":\"As sea levels rise, coastal families in the Philippines tackle the fear of displacement\",\"path\":\"/7289533/philippines-fishing-communities-rising-water/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250623-Oceans-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250623-Oceans-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Joshua Irwandi for TIME\"},\"year\":2025},{\"title\":\"The Orb Will See You Now \",\"deck\":\"An audacious startup co-founded by Sam Altman wants to prove you’re human. What else does it want?\",\"path\":\"/7288387/sam-altman-orb-tools-for-humanity/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250623_Cover-AIOrb-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250623_Cover-AIOrb-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Are You Human? AI Time Magazine cover\",\"credit\":\"Photograph by Davide Monteleone for TIME\"},\"year\":2025},{\"title\":\"Inside Donald Trump's Mass-Deportation Operation\",\"deck\":\"Trump is testing the moral and legal extremes to which the government is willing to go\",\"path\":\"/7291757/trump-deportation-ice-el-salvador/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250623-Immigration-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/06/TIM250623-Immigration-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Illustration by Edel Rodriguez for TIME\"},\"year\":2025},{\"title\":\"The 100 Most Influential People in Philanthropy\",\"deck\":\"Read how TIME made the inaugural list representing philanthropists from 28 countries\",\"path\":\"/7286605/how-we-chose-time100-philanthropy-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609-T100Beckham-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609-T100Beckham-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Philanthropy David Beckham cover\",\"credit\":\"Photograph by Paola Kudacki for TIME\"},\"year\":2025},{\"title\":\"Audra McDonald Is Our Greatest Living Stage Actor\",\"deck\":\"The Gypsy star is now the performer with the most Tony wins and nominations in history\",\"path\":\"/7285826/audra-mcdonald-broadway-tony-gypsy-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609_Cover-Audra-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609_Cover-Audra-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Audra McDonald Time Magazine cover\",\"credit\":\"Photograph by Erik Carter for TIME\"},\"year\":2025},{\"title\":\"Inside the Democrats' Reboot\",\"deck\":\"After the 2024 fiasco, the party is rethinking everything\",\"path\":\"/7286163/inside-the-democratic-party-reboot/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609-Democrats-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250609-Democrats-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Lost: The Democrats Time Magazine cover\",\"credit\":\"TIME photo illustration; Source Images (Donkey: Richard Bailey—Corbis/Getty Images; Paper: MirageC/Moment/Getty Images)\"},\"year\":2025},{\"title\":\"The Success Story of Taylor Jenkins Reid\",\"deck\":\"She's the brains behind the best-selling novels loved by readers–and Hollywood\",\"path\":\"/7284944/taylor-jenkins-reid-atmosphere-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-TaylorReid_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-TaylorReid_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Taylor Jenkins Reid Time Magazine cover\",\"credit\":\"Photograph by Julia Johnson for TIME\"},\"year\":2025},{\"title\":\"How We Chose the TIME100 Most Influential People in Health of 2025\",\"deck\":\"Among an upended global health order, medical innovation pushes forward. Read how TIME chose the list of doctors, scientists and more.\",\"path\":\"/7283194/how-we-chose-time100-health-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-Health_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-Health_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Time 100 Health Tedros Adhanom Ghebreyesus Time Magazine cover\",\"credit\":\"Illustration by Charly Palmer for TIME\"},\"year\":2025},{\"title\":\"Pope Leo XIV Steps Onto the World Stage\",\"deck\":\"The first American pope succeeds Francis, preaching peace while confronting Church divides and urgent global crises.\",\"path\":\"/7283865/pope-leo-robert-prevost/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-PopeLeo_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250526_Cover-PopeLeo_01-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Pope Leo XIV Time Magazine cover\",\"credit\":\"Photograph by Guglielmo Mangiapane—Reuters\"},\"year\":2025},{\"title\":\"Exclusive: Inside Trump’s First 100 Days\",\"deck\":\"In an interview, Trump discussed amassing power, court battles and an agenda that is transforming America\",\"path\":\"/7280106/trump-interview-100-days-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250526_Cover-Trump_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250526_Cover-Trump_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Donald Trump Dealing With It Time Magazine cover\",\"credit\":\"Photograph by Martin Schoeller for TIME\"},\"year\":2025},{\"title\":\"How a New Weight-Loss Pill Could Transform Health\",\"deck\":\"The first truly revolutionary oral drug for obesity, made by Eli Lilly, may soon be on the way\",\"path\":\"/7278429/weight-loss-obesity-pill-eli-lilly/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250512-Lilly-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250512-Lilly-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Big Promise Lilly Pill Time Magazine Cover\",\"credit\":\"TIME photo illustration; MadVector/Getty Images\"},\"year\":2025},{\"title\":\"The Return of the Dire Wolf\",\"deck\":\"Colossal Biosciences has genetically engineered the first dire wolf to live in over 10,000 years\",\"path\":\"/7274542/colossal-dire-wolf/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250512-Wolf-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250512-Wolf-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Dire Wolf Time Magazine cover\",\"credit\":\"Photograph by Robert Clark for TIME\"},\"year\":2025},{\"title\":\"Pope Francis Dies at 88\",\"deck\":\"The reform-minded Roman Catholic leader guided the church through an era of crisis.\",\"path\":\"/5762436/pope-francis-dies-obituary/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250324_Cover-Pope-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250324_Cover-Pope-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Pope Francis Time Magazine Cover\",\"credit\":\"Photograph by Stefano Dal Pozzolo–Contrasto/Redux\"},\"year\":2025},{\"title\":\"TIME Five Years After George Floyd\",\"deck\":\"TIME Unveils Special Report “Five Years Later: America Looks for a Way Forward After George Floyd”\",\"path\":\"/7281847/time-unveils-special-report-five-years-later-america-looks-for-a-way-forward-after-george-floyd/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250512-George-Floyd-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/05/TIM250512-George-Floyd-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Cover by painter Tajh Rust for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Snoop.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Snoop.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Hassabis.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Hassabis.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by David Vintiner for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Serena.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Serena.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Sheeran.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Sheeran.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Demi.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/04/TIM250428-T100Cover-Demi.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Adrienne Raquel for TIME\"},\"year\":2025},{\"title\":\"Australia’s Leader Takes On Social Media. Can He Win?\",\"deck\":\"Prime Minister Anthony Albanese has plenty of reasons to ban social media for under-16s.\\n\",\"path\":\"/7273443/australia-social-media-ban-anthony-albanese/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414-AusPM-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414-AusPM-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The Social Media Lockup Australia Time Magazine cover\",\"credit\":\"Illustration by Brobel Design for TIME\"},\"year\":2025},{\"title\":\"How We Chose the 2025 TIME Earth Awards\",\"deck\":\"The list honors individuals influencing the future of the planet through their work in climate justice.\",\"path\":\"/7269124/how-we-chose-2025-time-earth-awards/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414_Cover-Earth_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414_Cover-Earth_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Catherine Coleman Flowers Earth Awards Time Magazine cover\",\"credit\":\"Photograph by Eric Ryan Anderson for TIME\"},\"year\":2025},{\"title\":\"Zelensky on Trump and Ukraine's Endgame\",\"deck\":\"As the war morphs into a deadly routine, it's harder to hold the attention of allies—and to keep people like Trump on his side.\",\"path\":\"/7270880/zelensky-trump-putin-ukraine-endgame-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414_Cover-Zelensky-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250414_Cover-Zelensky-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Zelensky The Endgame Time Magazine cover\",\"credit\":\"Photograph by Sasha Maslov for TIME\"},\"year\":2025},{\"title\":\"How Lewis Hamilton Got His Ferrari Red\",\"deck\":\"The seven-time Formula One world champion moves to the iconic brand after more than a decade with Mercedes\",\"path\":\"/7261784/lewis-hamilton-ferrari-f1-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250324_Cover-Hamilton_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250324_Cover-Hamilton_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Lewis Hamilton Horse Power Time Magazine cover\",\"credit\":\"Photographs and composite by Scandebergs for TIME\"},\"year\":2025},{\"title\":\"How We Chose the World's Greatest Places\",\"deck\":\"TIME solicited nominations of places including hotels, cruises, restaurants, attractions, museums, parks, and more from around the world.\",\"path\":\"/7263823/how-we-chose-worlds-greatest-places-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250324_Cover-WGP_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/03/TIM250324_Cover-WGP_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"The World's Greatest Places Time Magazine cover\",\"credit\":\"Photograph by Chris Rainier\"},\"year\":2025},{\"title\":\"A'ja Wilson and Jordan Chiles Know What It Takes to Win\",\"deck\":\"The WNBA MVP and the gymnast reunite after hitting it off at the Paris Olympics.\",\"path\":\"/7216381/aja-wilson-jordan-chiles-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-JordanChiles_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-JordanChiles_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Jordan Chiles Women of the Year Time Magazine cover\",\"credit\":\"Photograph by Djeneba Aduayom for TIME\"},\"year\":2025},{\"title\":\"The Case for Ditching Fossil Fuels\",\"deck\":\"Billionaire mining CEO Andrew Forrest faces his biggest challenge yet: convincing investors, employees, and other CEOs that going green is worth the risks.\",\"path\":\"/7260055/green-energy-andrew-forrest-fortescue/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-Forrest_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-Forrest_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Andrew Forrest Time Magazine cover\",\"credit\":\"Photograph by Adam Ferguson for TIME\"},\"year\":2025},{\"title\":\"A'ja Wilson and Jordan Chiles Know What It Takes to Win\",\"deck\":\"The WNBA MVP and the gymnast reunite after hitting it off at the Paris Olympics.\",\"path\":\"/7216381/aja-wilson-jordan-chiles-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-AjaWilson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-AjaWilson_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"A'Ja Wilson Women of the Year Time Magazine cover\",\"credit\":\"Photograph by Djeneba Aduayom for TIME\"},\"year\":2025},{\"title\":\"Why Nicole Kidman Never Stops Working\",\"deck\":\"The 'Babygirl' actor opens up about her commitment to partnering with female filmmakers.\",\"path\":\"/7216403/nicole-kidman-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-Kidman_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250310_Cover-Kidman_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Nicole Kidman Women of the Year Time Magazine cover\",\"credit\":\"Photograph by Petra Collins for TIME\"},\"year\":2025},{\"title\":\"Inside Elon Musk’s War on Washington \",\"deck\":\"Musk and his DOGE team set their sights on auditing and cutting multiple government agencies\",\"path\":\"/7213409/elon-musk-us-government-trump/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224-Musk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224-Musk-Cover-FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Elon Musk Time Magazine cover\",\"credit\":\"Photo-Illustration by TIME (Source Photos: Chip Somodevilla-Getty Images; Anna Moneymaker-Getty Images)\"},\"year\":2025},{\"title\":\"Why Do More Young Adults Have Cancer?\",\"deck\":\"Researchers are racing to find out.\",\"path\":\"/7213490/why-are-young-people-getting-cancer/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Cancer_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Cancer_FINAL.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Our Cancer Mystery Time Magazine cover\",\"credit\":\"Photograph by Frankie Alduino for TIME\"},\"year\":2025},{\"title\":\"How We Chose the Closers\",\"deck\":\"The list features 25 people who are spearheading efforts to close the racial equity gap.\",\"path\":\"/7211513/how-we-chose-closers-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Colman.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Colman.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Colman Domingo The Closers Time Magazine cover\",\"credit\":\"Photograph by Campbell Addy for TIME\"},\"year\":2025},{\"title\":\"Donald Trump's Disruption Is Back\",\"deck\":\"After inauguration day, it is on Trump and America to ensure that the oath to defend the U.S. Constitution is kept.\",\"path\":\"/7207806/trump-second-inauguration-oath-of-office/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/01/TIM250210-Trump-DayOne-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/01/TIM250210-Trump-DayOne-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Trump Back in Office Time Magazine cover\",\"credit\":\"Illustration by Tim O'Brien for TIME\"},\"year\":2025},{\"title\":\"Trump Begins 2nd Term at 'Apex of Power'\",\"deck\":\"'He wants people that can disrupt alongside him'\",\"path\":\"/7208202/trump-inauguration-second-term-preview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/01/TIM250210-Trump-Inauguration-Cover2.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/01/TIM250210-Trump-Inauguration-Cover2.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"Donald Trump Inauguration Time Magazine cover\",\"credit\":\"Photograph by Saul Loeb—Pool/AP\"},\"year\":2025},{\"title\":\"Jimmy Carter Dies at 100\",\"deck\":\"Carter leaves behind a legacy as a dogged peacemaker and a decent, ethical problem-solver.\",\"path\":\"/5579674/jimmy-carter-dies/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2024/12/Jimmy-Carter-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2024/12/Jimmy-Carter-Cover.jpg?quality=85\u0026w=564\u0026h=752\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Yousuf Karsh\"},\"year\":2025}],\"relatedCover\":null,\"yearList\":[2025,2024,2023,2022]}]]}]}]}],[\"$\",\"section\",null,{\"id\":\"people\",\"aria-labelledby\":\"section-people\",\"className\":\"bg-warm-grey-3 py-10 text-black-coffee lg:py-16\",\"children\":[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"$\",\"div\",null,{\"className\":\"mb-8 border-b border-warm-grey-2 lg:mb-10\",\"children\":[\"$\",\"h2\",null,{\"className\":\"pb-4 text-center text-mobile-title-large lg:pb-0 lg:text-left lg:text-title-large\",\"id\":\"section-people\",\"children\":\"People\"}]}]}],[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"$\",\"ul\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 space-y-6 lg:space-y-0\",\"children\":[[\"$\",\"li\",\"Lindsey Vonn-0\",{\"className\":\"col-span-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative space-y-2 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"figure\",null,{\"className\":\"$undefined\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$3d\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$3e\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/lindsey-vonn-olympics-alpine-ski-racer.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 object-cover size-full\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],[\"$\",\"figcaption\",null,{\"className\":\"rich-text mt-1 font-graphik-compact text-caption-small min-h-4\",\"children\":[\"\",[\"$\",\"span\",null,{\"className\":\"mt-1 italic text-grey-1\",\"dangerouslySetInnerHTML\":{\"__html\":\" Chris Gurney for TIME\"}}]]}]]}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h2 lg:text-h2\",\"children\":[\"$\",\"$L2e\",null,{\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Lindsey Vonn\",\"clickURL\":\"/7328290/lindsey-vonn-olympics-comeback-interview/\",\"pagePath\":\"\"},\"path\":\"/7328290/lindsey-vonn-olympics-comeback-interview/\",\"children\":\"Lindsey Vonn\"}]}]]}]}],[\"$\",\"li\",\"Tate McRae-1\",{\"className\":\"col-span-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative space-y-2 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"figure\",null,{\"className\":\"$undefined\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$3f\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$40\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/09/t100-next-2025-tate-mcrae-02.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"Tate McRae\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 object-cover size-full\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],[\"$\",\"figcaption\",null,{\"className\":\"rich-text mt-1 font-graphik-compact text-caption-small min-h-4\",\"children\":[\"\",[\"$\",\"span\",null,{\"className\":\"mt-1 italic text-grey-1\",\"dangerouslySetInnerHTML\":{\"__html\":\" Photograph by Tyrell Hampton for TIME\"}}]]}]]}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h2 lg:text-h2\",\"children\":[\"$\",\"$L2e\",null,{\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Tate McRae\",\"clickURL\":\"/collection_hub_item/tate-mcrae/\",\"pagePath\":\"\"},\"path\":\"/collection_hub_item/tate-mcrae/\",\"children\":\"Tate McRae\"}]}]]}]}],[\"$\",\"li\",\"Bruce Springsteen-2\",{\"className\":\"col-span-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative space-y-2 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"figure\",null,{\"className\":\"$undefined\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$41\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$42\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/09/bruce-springsteen-time-magazine-04.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 object-cover size-full\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],[\"$\",\"figcaption\",null,{\"className\":\"rich-text mt-1 font-graphik-compact text-caption-small min-h-4\",\"children\":[\"\",[\"$\",\"span\",null,{\"className\":\"mt-1 italic text-grey-1\",\"dangerouslySetInnerHTML\":{\"__html\":\" Photograph by Andreas Laszlo Konrath for TIME\"}}]]}]]}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h2 lg:text-h2\",\"children\":[\"$\",\"$L2e\",null,{\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Bruce Springsteen\",\"clickURL\":\"/7319963/bruce-springsteen-songs-albums-deliver-me-from-nowhere/\",\"pagePath\":\"\"},\"path\":\"/7319963/bruce-springsteen-songs-albums-deliver-me-from-nowhere/\",\"children\":\"Bruce Springsteen\"}]}]]}]}],[\"$\",\"li\",\"Tejasvi Manoj-3\",{\"className\":\"col-span-full lg:col-span-3\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative space-y-2 text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"figure\",null,{\"className\":\"$undefined\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$43\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$44\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/09/250929_WKOTY_005.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"Tejasvi Manoj\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 object-cover size-full\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],[\"$\",\"figcaption\",null,{\"className\":\"rich-text mt-1 font-graphik-compact text-caption-small min-h-4\",\"children\":[\"\",[\"$\",\"span\",null,{\"className\":\"mt-1 italic text-grey-1\",\"dangerouslySetInnerHTML\":{\"__html\":\" Zerb Mellish for TIME\"}}]]}]]}],[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h2 lg:text-h2\",\"children\":[\"$\",\"$L2e\",null,{\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Tejasvi Manoj\",\"clickURL\":\"/7315024/kid-of-the-year-2025/\",\"pagePath\":\"\"},\"path\":\"/7315024/kid-of-the-year-2025/\",\"children\":\"Tejasvi Manoj\"}]}]]}]}]]}]}]]}],[\"$\",\"section\",null,{\"id\":\"voices\",\"aria-labelledby\":\"section-voices\",\"className\":\"bg-warm-grey-3 py-10 text-black-coffee lg:py-16\",\"children\":[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"$\",\"div\",null,{\"className\":\"mb-8 flex flex-col items-center justify-between border-b border-warm-grey-2 lg:mb-10 lg:flex-row lg:items-end\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-center text-mobile-title-large lg:text-left lg:text-title-large\",\"id\":\"section-voices\",\"children\":\"Voices\"}],[\"$\",\"$L3b\",null,{\"path\":\"/section/ideas\",\"componentType\":\"Feature (additional) - Voices\",\"className\":\"my-4 lg:mt-0\"}]]}]}],[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"$\",\"ul\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 space-y-6 lg:space-y-0\",\"children\":[[\"$\",\"li\",\"Why Aid Is Crucial to the Gaza Cease-fire-0\",{\"className\":\"col-span-full lg:col-span-3\",\"data-testid\":\"voices-list-item\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative flex flex-col justify-between space-y-10 bg-ivory-white p-6 text-black-coffee lg:h-full lg:min-h-[22.75rem] lg:space-y-8 lg:p-8 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h3\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328235/gaza-humanitarian-aid-ceasefire/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Why Aid Is Crucial to the Gaza Cease-fire\",\"clickURL\":\"/7328235/gaza-humanitarian-aid-ceasefire/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Why Aid Is Crucial to the Gaza Cease-fire\"}}]}]}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"373673689\",{\"className\":\"flex items-end font-editorial text-mobile-h5 text-grey-1 lg:text-h5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"mr-2 font-graphik-compact text-caption-large italic\",\"children\":\"By\"}],[\"$\",\"span\",null,{\"className\":\"\",\"children\":\"Anna Halford\"}]]}]]}]]}]}],[\"$\",\"li\",\"Trump’s Domestic Pressures for a Potential War in Venezuela-1\",{\"className\":\"col-span-full lg:col-span-3\",\"data-testid\":\"voices-list-item\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative flex flex-col justify-between space-y-10 bg-ivory-white p-6 text-black-coffee lg:h-full lg:min-h-[22.75rem] lg:space-y-8 lg:p-8 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h3\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328489/trumps-potential-war-venezuela/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Trump’s Domestic Pressures for a Potential War in Venezuela\",\"clickURL\":\"/7328489/trumps-potential-war-venezuela/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Trump’s Domestic Pressures for a Potential War in Venezuela\"}}]}]}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"634872062\",{\"className\":\"flex items-end font-editorial text-mobile-h5 text-grey-1 lg:text-h5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"mr-2 font-graphik-compact text-caption-large italic\",\"children\":\"By\"}],[\"$\",\"span\",null,{\"className\":\"\",\"children\":\"Javier Corrales\"}]]}]]}]]}]}],[\"$\",\"li\",\"Women Hold the Key to Ending Polio-2\",{\"className\":\"col-span-full lg:col-span-3\",\"data-testid\":\"voices-list-item\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative flex flex-col justify-between space-y-10 bg-ivory-white p-6 text-black-coffee lg:h-full lg:min-h-[22.75rem] lg:space-y-8 lg:p-8 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h3\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7327662/polio-vaccine-women-health/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Women Hold the Key to Ending Polio\",\"clickURL\":\"/7327662/polio-vaccine-women-health/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Women Hold the Key to Ending Polio\"}}]}]}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"634872058\",{\"className\":\"flex items-end font-editorial text-mobile-h5 text-grey-1 lg:text-h5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"mr-2 font-graphik-compact text-caption-large italic\",\"children\":\"By\"}],[\"$\",\"span\",null,{\"className\":\"\",\"children\":\"Dr. Tunji Funsho\"}]]}]]}]]}]}],[\"$\",\"li\",\"Why Somalia Is at a Crossroads-3\",{\"className\":\"col-span-full lg:col-span-3\",\"data-testid\":\"voices-list-item\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative flex flex-col justify-between space-y-10 bg-ivory-white p-6 text-black-coffee lg:h-full lg:min-h-[22.75rem] lg:space-y-8 lg:p-8 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h3\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7326983/somalia-mogadishu-elections-instability/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Why Somalia Is at a Crossroads\",\"clickURL\":\"/7326983/somalia-mogadishu-elections-instability/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Why Somalia Is at a Crossroads\"}}]}]}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"634872055\",{\"className\":\"flex items-end font-editorial text-mobile-h5 text-grey-1 lg:text-h5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"mr-2 font-graphik-compact text-caption-large italic\",\"children\":\"By\"}],[\"$\",\"span\",null,{\"className\":\"\",\"children\":\"Omar S Mahmood\"}]]}]]}]]}]}]]}]}]]}],[\"$\",\"$38\",\"7\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 w-full lg:aspect-auto lg:h-[35.3125rem]\",\"children\":[[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$45\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$46\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/Best-Inventions-2025-Featured-Image-1.png?w=750\u0026h=1140\u0026crop=1\",\"alt\":\"\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 h-full w-full object-cover\"}]]}],[\"$\",\"div\",null,{\"className\":\"absolute bottom-0 w-full lg:bottom-10\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 -mx-6 lg:mx-auto\",\"children\":[\"$\",\"div\",null,{\"className\":\"col-span-full lg:col-span-6 lg:col-start-4\",\"children\":[\"$\",\"$L47\",null,{\"branded_tag\":{\"branded_tag\":\"\",\"theme\":\"\"},\"title\":\"The Best Inventions of 2025\",\"description\":\"Here are the 300 best inventions making the world better, smarter, and more fun.\",\"read_more_url\":\"https://time.com/collections/best-inventions-2025/\"}]}]}]}]}]]}],[\"$\",\"div\",null,{\"data-ad-wrapper\":true,\"className\":\"overflow-hidden bg-warm-grey-ads py-6 lg:py-10\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1\",\"children\":\"Advertisement\"}],[\"$\",\"div\",null,{\"id\":\"inline-ad-2\",\"className\":\"w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]\",\"aria-label\":\"inline advertisement ad 2\",\"data-native\":false,\"role\":\"region\",\"children\":[\"$\",\"$L15\",null,{\"id\":\"inline-ad-2\",\"adSlotType\":\"inline\"}]}]]}]]}],[\"$\",\"$L31\",\"8\",{\"errorComponent\":\"$32\",\"children\":[[\"$\",\"$38\",\"featured-main-section-0\",{\"children\":[[\"$\",\"section\",null,{\"id\":\"id-ai-0\",\"className\":\"pt-10 text-black-coffee lg:pt-16\",\"aria-labelledby\":\"ai\",\"children\":[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"\",[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center justify-between border-b border-warm-grey-2 lg:flex-row lg:items-end\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"mb-4 font-graphik-compact text-mobile-title-large lg:mb-0 lg:text-title-large\",\"id\":\"ai\",\"children\":\"AI\"}],[\"$\",\"ul\",null,{\"className\":\"flex flex-wrap gap-x-4 gap-y-2 pb-4\",\"role\":\"list\",\"children\":[]}]]}]]}],[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20 hidden lg:block\",\"children\":[\"$\",\"ul\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 lg:py-10\",\"children\":[[\"$\",\"li\",\"OpenAI Completes Reorganization-0\",{\"className\":\"3 my-auto size-full order-2 col-span-6\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"figure\",null,{\"className\":\"mb-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 lg:aspect-3/2 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$48\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$49\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/OpenAI-Restructuring.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\",\"alt\":\"Illustration Microsoft OpenAI\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 h-full w-full object-cover\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],[\"$\",\"figcaption\",null,{\"className\":\"rich-text mt-1 font-graphik-compact text-caption-small\",\"children\":[\"\",[\"$\",\"span\",null,{\"className\":\"mt-1 italic text-grey-1\",\"dangerouslySetInnerHTML\":{\"__html\":\" CFOTO/Future Publishing via Gett\u0026mdash;CFOTO\"}}]]}]]}],[\"$\",\"div\",null,{\"className\":\"space-y-4 text-center\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h2\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7329062/openai-microsoft-investment-restructure/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | OpenAI Completes Reorganization\",\"clickURL\":\"/7329062/openai-microsoft-investment-restructure/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"OpenAI Completes Reorganization\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Chantelle Lee\"]}]]}]]}]}],[\"$\",\"li\",\"A New Bill Would Prohibit Minors from Using AI Chatbots-1\",{\"className\":\"3 my-auto size-full order-1 col-span-3 mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-1915739103.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-1915739103.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Kent Nishimura—Getty Images\",\"caption\":\"\",\"alt\":\"Senate Judiciary Committee Holds Hearing Artificial Intelligence And The Future Of Journalism\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328967/ai-josh-hawley-richard-blumenthal-minors-chatbots/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | A New Bill Would Prohibit Minors from Using AI Chatbots\",\"clickURL\":\"/7328967/ai-josh-hawley-richard-blumenthal-minors-chatbots/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"A New Bill Would Prohibit Minors from Using AI Chatbots\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Tharin Pillay\"]}]]}]]}]}],[\"$\",\"li\",\"Is AI Really Ready For Robots?-2\",{\"className\":\"3 my-auto size-full order-3 col-span-3 mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/robot_edited.png?w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/robot_edited.png?w=1200\u0026h=928\u0026crop=1\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Courtesy: Andon Labs\",\"caption\":\"\",\"alt\":\"\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328860/ai-robots-claude-therapy/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Is AI Really Ready For Robots?\",\"clickURL\":\"/7328860/ai-robots-claude-therapy/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Is AI Really Ready For Robots?\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Billy Perrigo\"]}]]}]]}]}]]}]}],[\"$\",\"$L4a\",null,{\"className\":\"block lg:hidden\",\"largeArticles\":[{\"id\":7329062,\"postType\":\"article\",\"title\":\"OpenAI Completes Reorganization\",\"deck\":\"The nonprofit arm, now called the OpenAI Foundation, will have a $130 billion stake in the for-profit enterprise.\",\"path\":\"/7329062/openai-microsoft-investment-restructure/\",\"published\":1761675986,\"authors\":[{\"types\":[\"time staff\"],\"id\":634870710,\"path\":\"/author/chantelle-lee/\",\"name\":\"Chantelle Lee\",\"bio\":\"$4b\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Chantelle\",\"lastname\":\"Lee\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"AI\",\"slug\":\"ai\",\"link\":\"https://time.com/tag/ai\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Tech\",\"slug\":\"tech\",\"link\":\"https://time.com/section/tech\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/OpenAI-Restructuring.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/OpenAI-Restructuring.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\",\"alt\":\"Illustration Microsoft OpenAI\",\"credit\":\"CFOTO/Future Publishing via Gett\u0026mdash;CFOTO\"}},{\"id\":7328967,\"postType\":\"article\",\"title\":\"A New Bill Would Prohibit Minors from Using AI Chatbots\",\"deck\":\"The GUARD Act—introduced in Congress by Senators Josh Hawley and Richard Blumenthal—aims to keep minors off chatbots such as ChatGPT.\",\"path\":\"/7328967/ai-josh-hawley-richard-blumenthal-minors-chatbots/\",\"published\":1761668404,\"authors\":[{\"types\":[\"contributor\"],\"id\":634870783,\"path\":\"/author/tharin-pillay/\",\"name\":\"Tharin Pillay\",\"bio\":\"Pillay is an editorial fellow at TIME, interested in how AI and other digital technologies are changing us. He is currently supported by the Tarbell Fellowship.\",\"short_bio\":\"Pillay is an editorial fellow at TIME.\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Tharin\",\"lastname\":\"Pillay\",\"title\":\"Pillay is an editorial fellow at TIME.\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2024/06/20240415_191018.jpg?quality=85\u0026w=1024\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"AI\",\"slug\":\"ai\",\"link\":\"https://time.com/tag/ai\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Tech\",\"slug\":\"tech\",\"link\":\"https://time.com/section/tech\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-1915739103.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-1915739103.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\",\"alt\":\"Senate Judiciary Committee Holds Hearing Artificial Intelligence And The Future Of Journalism\",\"credit\":\"Kent Nishimura—Getty Images\"}},{\"id\":7328860,\"postType\":\"article\",\"title\":\"Is AI Really Ready For Robots?\",\"deck\":\"Researchers tested an LLM-powered robot's ability to fetch butter. The result? Today’s models still struggle at basic embodied tasks.\",\"path\":\"/7328860/ai-robots-claude-therapy/\",\"published\":1761656351,\"authors\":[{\"types\":[\"time staff\"],\"id\":430965738,\"path\":\"/author/billy-perrigo/\",\"name\":\"Billy Perrigo\",\"bio\":\"Perrigo is a correspondent at TIME, based in the London bureau. He covers the tech industry, focusing on the companies reshaping our world in strange and unexpected ways. His investigation ‘\u003ca href=\\\"https://time.com/6147458/facebook-africa-content-moderation-employee-treatment/\\\"\u003eInside Facebook’s African Sweatshop\u003c/a\u003e’ was a finalist for the 2022 Orwell Prize.\",\"short_bio\":\"Correspondent\",\"twitter\":\"\",\"email\":\"billy.perrigo@time.com\",\"firstname\":\"Billy\",\"lastname\":\"Perrigo\",\"title\":\"Correspondent\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2017/10/TIME_Staff-Portraits_Billy-Perrigo_141_F1.jpg?quality=85\u0026w=1024\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"AI\",\"slug\":\"ai\",\"link\":\"https://time.com/tag/ai\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Tech\",\"slug\":\"tech\",\"link\":\"https://time.com/section/tech\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/robot_edited.png?w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/robot_edited.png?w=1200\u0026h=928\u0026crop=1\",\"alt\":\"\",\"credit\":\"Courtesy: Andon Labs\"}}],\"event\":\"homepageClick\",\"isCuratedLayout\":false}]],[\"$\",\"$L4c\",null,{\"title\":\"AI\",\"smallArticles\":[{\"id\":7328846,\"postType\":\"article\",\"title\":\"How Grokipedia Describes Elon Musk\",\"deck\":\"The tech billionaire launched his alternative to Wikipedia in the name of combating ideological bias, but critics say it has its own biases.\",\"path\":\"/7328846/elon-musk-grokipedia-wikipedia-differences-grok-xai-ai-ideological-bias/\",\"published\":1761649200,\"authors\":[{\"types\":[\"time staff\"],\"id\":634871189,\"path\":\"/author/miranda-jeyaretnam/\",\"name\":\"Miranda Jeyaretnam\",\"bio\":\"Jeyaretnam is a reporter at TIME, based in the Singapore bureau. She covers the Asia-Pacific region and global overnight news.\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Miranda\",\"lastname\":\"Jeyaretnam\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2025/01/miranda-jeyaretnam-time-author.jpg?quality=85\u0026w=852\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"AI\",\"slug\":\"ai\",\"link\":\"https://time.com/tag/ai\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Tech\",\"slug\":\"tech\",\"link\":\"https://time.com/section/tech\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/grokipedia.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/grokipedia.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Screenshot—Time Magazine\"}},{\"id\":7328674,\"postType\":\"article\",\"title\":\"A Timeline of OpenAI's For-Profit Shift\",\"deck\":\"Tracing the journey of OpenAI: its non-profit roots, the 2023 coup, and the ongoing legal war over a controversial corporate overhaul.\",\"path\":\"/7328674/openai-chatgpt-sam-altman-elon-musk-timeline/\",\"published\":1761585023,\"authors\":[{\"types\":[\"time staff\"],\"id\":634871896,\"path\":\"/author/nikita-ostrovsky/\",\"name\":\"Nikita Ostrovsky\",\"bio\":\"Nikita Ostrovsky is a reporter at TIME covering AI. He is currently supported by the \u003cspan class=\\\"il\\\"\u003eTarbell\u003c/span\u003e Center for AI Journalism.\",\"short_bio\":\"\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Nikita\",\"lastname\":\"Ostrovsky\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"AI\",\"slug\":\"ai\",\"link\":\"https://time.com/tag/ai\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Tech\",\"slug\":\"tech\",\"link\":\"https://time.com/section/tech\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2218344211.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2218344211.jpg?quality=85\u0026w=1024\u0026h=693\u0026crop=1\",\"alt\":\"Open AI CEO Speaks At Annual Snowflake Summit In San Francisco\",\"credit\":\"Justin Sullivan—Getty Images\"}},{\"id\":7327946,\"postType\":\"article\",\"title\":\"OpenAI Removed Safeguards Before Teen's Suicide: Lawsuit\",\"deck\":\"The family alleges OpenAI prioritized engagement over safety in the months before their 16-year-old son's death.\",\"path\":\"/7327946/chatgpt-openai-suicide-adam-raine-lawsuit/\",\"published\":1761234045,\"authors\":[{\"types\":[\"time staff\"],\"id\":634871896,\"path\":\"/author/nikita-ostrovsky/\",\"name\":\"Nikita Ostrovsky\",\"bio\":\"Nikita Ostrovsky is a reporter at TIME covering AI. He is currently supported by the \u003cspan class=\\\"il\\\"\u003eTarbell\u003c/span\u003e Center for AI Journalism.\",\"short_bio\":\"\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Nikita\",\"lastname\":\"Ostrovsky\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"AI\",\"slug\":\"ai\",\"link\":\"https://time.com/tag/ai\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Tech\",\"slug\":\"tech\",\"link\":\"https://time.com/section/tech\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/08/RAINE-Adam-Raine-2.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/08/RAINE-Adam-Raine-2.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Courtesy the Raine Family\"}},{\"id\":7327697,\"postType\":\"article\",\"title\":\"The Ancient Principle That Can Help Us Spot AI Fakes\",\"deck\":\"The concept of reputation, and who is sharing information, may be the key to recognizing misinformation in the AI era.\",\"path\":\"/7327697/ancient-principle-help-spot-ai-fakes/\",\"published\":1761230896,\"authors\":[{\"types\":[\"contributor\"],\"id\":634857761,\"path\":\"/author/nadav-ziv/\",\"name\":\"Nadav Ziv\",\"bio\":\"Nadav Ziv is a researcher at the \u003ca href=\\\"https://www.inquirygroup.org\\\"\u003eDigital Inquiry Group\u003c/a\u003e.\",\"short_bio\":\"Nadav Ziv is a researcher at the Digital Inquiry Group\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Nadav\",\"lastname\":\"Ziv\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"},{\"types\":[\"contributor\"],\"id\":634857762,\"path\":\"/author/sam-wineburg/\",\"name\":\"Sam Wineburg\",\"bio\":\"\u003cdiv\u003eSam Wineburg is an emeritus professor of education at Stanford University and co-founder of the \u003ca href=\\\"https://www.inquirygroup.org\\\"\u003eDigital Inquiry Group\u003c/a\u003e. His most recent book is \u003ci\u003e\u003ca href=\\\"https://www.amazon.com/gp/product/022635721X/ref=as_li_qf_asin_il_tl?ie=UTF8\u0026amp;tag=time037-20\u0026amp;creative=9325\u0026amp;linkCode=as2\u0026amp;creativeASIN=022635721X\u0026amp;linkId=c23028e169edb0467607270e6e339b02\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" data-saferedirecturl=\\\"https://www.google.com/url?q=https://www.amazon.com/gp/product/022635721X/ref%3Das_li_qf_asin_il_tl?ie%3DUTF8%26tag%3Dtime037-20%26creative%3D9325%26linkCode%3Das2%26creativeASIN%3D022635721X%26linkId%3Dc23028e169edb0467607270e6e339b02\u0026amp;source=gmail\u0026amp;ust=1584452149217000\u0026amp;usg=AFQjCNFlSjLtVitL0lsohqmI6kbN2K4T2w\\\"\u003eWhy Learn History When It is Already on Your Phone\u003c/a\u003e\u003cspan style=\\\"color: #333333\\\"\u003e.\u003c/span\u003e\u003c/i\u003e\u003c/div\u003e\",\"short_bio\":\"Sam Wineburg is an emeritus professor of education at Stanford University\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Sam\",\"lastname\":\"Wineburg\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"AI\",\"slug\":\"ai\",\"link\":\"https://time.com/tag/ai\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Ideas\",\"slug\":\"ideas\",\"link\":\"https://time.com/section/ideas\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Reputation.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Reputation.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"A young man on his phone with a red and black vortex details around him.\",\"credit\":\"Photo Illustration by TIME; Getty Images\"}}],\"componentType\":\"Feature - main\",\"isCuratedLayout\":false}]]}],[\"$\",\"div\",null,{\"data-ad-wrapper\":true,\"className\":\"overflow-hidden bg-warm-grey-ads py-6 lg:py-10\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1\",\"children\":\"Advertisement\"}],[\"$\",\"div\",null,{\"id\":\"inline-ad-3\",\"className\":\"w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]\",\"aria-label\":\"inline advertisement ad 3\",\"data-native\":false,\"role\":\"region\",\"children\":[\"$\",\"$L15\",null,{\"id\":\"inline-ad-3\",\"adSlotType\":\"inline\"}]}]]}]]}],[\"$\",\"$38\",\"featured-main-section-1\",{\"children\":[[\"$\",\"section\",null,{\"id\":\"id-health-1\",\"className\":\"pt-10 text-black-coffee lg:pt-16\",\"aria-labelledby\":\"health\",\"children\":[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"\",[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center justify-between border-b border-warm-grey-2 lg:flex-row lg:items-end\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"mb-4 font-graphik-compact text-mobile-title-large lg:mb-0 lg:text-title-large\",\"id\":\"health\",\"children\":\"Health\"}],[\"$\",\"ul\",null,{\"className\":\"flex flex-wrap gap-x-4 gap-y-2 pb-4\",\"role\":\"list\",\"children\":[]}]]}]]}],[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20 hidden lg:block\",\"children\":[\"$\",\"ul\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 lg:py-10\",\"children\":[[\"$\",\"li\",\"Halloween Treats Dentists and RDs Love-0\",{\"className\":\"3 my-auto size-full order-2 col-span-6\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"figure\",null,{\"className\":\"mb-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 lg:aspect-3/2 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$4d\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$4e\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/Dietitians-and-Dentists-Love-These-Halloween-Treats.png?w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 h-full w-full object-cover\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],[\"$\",\"figcaption\",null,{\"className\":\"rich-text mt-1 font-graphik-compact text-caption-small\",\"children\":[\"\",[\"$\",\"span\",null,{\"className\":\"mt-1 italic text-grey-1\",\"dangerouslySetInnerHTML\":{\"__html\":\" Photo-Illustration by Chloe Dowling for TIME (Source Images: Juj Winn—Getty Images (2), Emilija Manevska—Getty Images, Jenny Dettrick—Getty Images, the_burtons/Getty Images, SchulteProductions/Getty Images, darios44/Getty Images, domnicky/Getty Images, Perfectfood/Getty Images, chengyuzheng/Getty Images)\"}}]]}]]}],[\"$\",\"div\",null,{\"className\":\"space-y-4 text-center\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h2\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7325019/halloween-candy-dentist-dietitian/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Halloween Treats Dentists and RDs Love\",\"clickURL\":\"/7325019/halloween-candy-dentist-dietitian/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Halloween Treats Dentists and RDs Love\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Angela Haupt\"]}]]}]]}]}],[\"$\",\"li\",\"Texas Sues Tylenol Makers Over Claims of Links to Autism-1\",{\"className\":\"3 my-auto size-full order-1 col-span-3 mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2236788563.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2236788563.jpg?quality=85\u0026w=1024\u0026h=707\u0026crop=1\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Getty Images\u0026mdash;2025 Getty Images\",\"caption\":\"\",\"alt\":\"Trump Administration To Reportedly Link Tylenol Use During Pregnancy To Autism\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328910/tylenol-autism-lawsuit-texas/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Texas Sues Tylenol Makers Over Claims of Links to Autism\",\"clickURL\":\"/7328910/tylenol-autism-lawsuit-texas/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Texas Sues Tylenol Makers Over Claims of Links to Autism\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Solcyré Burga\"]}]]}]]}]}],[\"$\",\"li\",\"Exercise Protects Women’s Hearts More-2\",{\"className\":\"3 my-auto size-full order-3 col-span-3 mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2016/01/running-jumping-sports-shoes-fitness-health-success-betterment.jpg?quality=85\u0026crop=488px%2C0px%2C1668px%2C1667px\u0026resize=600%2C600\u0026strip\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2016/01/running-jumping-sports-shoes-fitness-health-success-betterment.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Molly Cranna for TIME \",\"caption\":\"\",\"alt\":\"running-jumping-sports-shoes-fitness-health-success-betterment-motto-stock\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328868/women-heart-health-exercise/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Exercise Protects Women’s Hearts More\",\"clickURL\":\"/7328868/women-heart-health-exercise/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Exercise Protects Women’s Hearts More\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Alice Park\"]}]]}]]}]}]]}]}],[\"$\",\"$L4a\",null,{\"className\":\"block lg:hidden\",\"largeArticles\":[{\"id\":7325019,\"postType\":\"article\",\"title\":\"Halloween Treats Dentists and RDs Love\",\"deck\":\"Experts use a few tricks to make treats less troublesome.\",\"path\":\"/7325019/halloween-candy-dentist-dietitian/\",\"published\":1761671449,\"authors\":[{\"types\":[\"time staff\"],\"id\":634858983,\"path\":\"/author/angela-haupt/\",\"name\":\"Angela Haupt\",\"bio\":\"Haupt is a health and wellness editor at TIME. She covers happiness and actionable ways to live well.\",\"short_bio\":\"Haupt is a health and wellness editor at TIME.\",\"twitter\":\"angelahaupt\",\"email\":\"\",\"firstname\":\"Angela\",\"lastname\":\"Haupt\",\"title\":\"Haupt is a health and wellness editor at TIME.\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2023/06/Angela_Haupt-e1686328764167.jpg?quality=85\u0026w=1024\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Diet \u0026amp; Nutrition\",\"slug\":\"dietnutrition\",\"link\":\"https://time.com/tag/dietnutrition\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Health\",\"slug\":\"health\",\"link\":\"https://time.com/section/health\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Dietitians-and-Dentists-Love-These-Halloween-Treats.png?w=1680\u0026h=1120\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Dietitians-and-Dentists-Love-These-Halloween-Treats.png?w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photo-Illustration by Chloe Dowling for TIME (Source Images: Juj Winn—Getty Images (2), Emilija Manevska—Getty Images, Jenny Dettrick—Getty Images, the_burtons/Getty Images, SchulteProductions/Getty Images, darios44/Getty Images, domnicky/Getty Images, Perfectfood/Getty Images, chengyuzheng/Getty Images)\"}},{\"id\":7328910,\"postType\":\"article\",\"title\":\"Texas Sues Tylenol Makers Over Claims of Links to Autism\",\"deck\":\"The lawsuit accuses pharmaceutical companies of “deceptively marketing” Tylenol as a safe option for pregnant mothers. \\n\",\"path\":\"/7328910/tylenol-autism-lawsuit-texas/\",\"published\":1761670550,\"authors\":[{\"types\":[\"time staff\"],\"id\":634859473,\"path\":\"/author/solcyre-burga/\",\"name\":\"Solcyré Burga\",\"bio\":\"Burga is a general assignment reporter at TIME. She covers U.S. news with a focus on student loans and LGBTQ+ issues.\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Solcyré\",\"lastname\":\"Burga\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2022/07/Sol-Burga-headshot.jpeg?quality=85\u0026w=1024\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Autism\",\"slug\":\"autism\",\"link\":\"https://time.com/tag/autism\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Health\",\"slug\":\"health\",\"link\":\"https://time.com/section/health\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2236788563.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2236788563.jpg?quality=85\u0026w=1024\u0026h=707\u0026crop=1\",\"alt\":\"Trump Administration To Reportedly Link Tylenol Use During Pregnancy To Autism\",\"credit\":\"Getty Images\u0026mdash;2025 Getty Images\"}},{\"id\":7328868,\"postType\":\"article\",\"title\":\"Exercise Protects Women’s Hearts More\",\"deck\":\"Research shows women’s hearts may benefit more from exercise—at half the effort men need.\",\"path\":\"/7328868/women-heart-health-exercise/\",\"published\":1761669769,\"authors\":[{\"types\":[\"time staff\"],\"id\":207077031,\"path\":\"/author/alice-park/\",\"name\":\"Alice Park\",\"bio\":\"Park is a senior health correspondent at TIME. She covers the COVID-19 pandemic, new drug developments in cancer and Alzheimer’s disease, mental health, HIV, CRISPR, and advances in gene therapy, among other issues in health and science. She also covers the Olympics and co-chaired TIME’s inaugural TIME 100 Health Summit in 2019. Her work has won awards from the New York Press Club and recognition from the Deadline Club. In addition, she is the author of \u003ca href=\\\"https://www.amazon.com/gp/product/0452297966/ref=as_li_qf_asin_il_tl?ie=UTF8\u0026amp;tag=time037-20\u0026amp;creative=9325\u0026amp;linkCode=as2\u0026amp;creativeASIN=0452297966\u0026amp;linkId=2dfae52d933abccc32a8314e3f8bca83\\\"\u003e\u003ci\u003eThe Stem Cell Hope: How Stem Cell Medicine Can Change Our Lives\u003c/i\u003e\u003c/a\u003e. Follow her on Instagram at \u003ca href=\\\"http://instagram.com/aliceparktime\\\"\u003e@aliceparktime\u003c/a\u003e.\",\"short_bio\":\"Senior Correspondent\",\"twitter\":\"aliceparkny\",\"email\":\"\",\"firstname\":\"Alice\",\"lastname\":\"Park\",\"title\":\"Senior Correspondent\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2014/01/200116_Time_Headshots_Day552832-e1583529256299.jpg?quality=85\u0026w=1024\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Exercise \u0026amp; Fitness\",\"slug\":\"exercisefitness\",\"link\":\"https://time.com/tag/exercisefitness\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Health\",\"slug\":\"health\",\"link\":\"https://time.com/section/health\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2016/01/running-jumping-sports-shoes-fitness-health-success-betterment.jpg?quality=85\u0026crop=488px%2C0px%2C1668px%2C1667px\u0026resize=600%2C600\u0026strip\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2016/01/running-jumping-sports-shoes-fitness-health-success-betterment.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"running-jumping-sports-shoes-fitness-health-success-betterment-motto-stock\",\"credit\":\"Molly Cranna for TIME \"}}],\"event\":\"homepageClick\",\"isCuratedLayout\":false}]],[\"$\",\"$L4c\",null,{\"title\":\"Health\",\"smallArticles\":[{\"id\":7328589,\"postType\":\"article\",\"title\":\"What Your Pee Says About Your Health\",\"deck\":\"Experts explain how your urine becomes toxic waste, and why the future of precision medicine might be in the toilet.\",\"path\":\"/7328589/pee-color-health-insights-urine/\",\"published\":1761658355,\"authors\":[{\"types\":[\"contributor\"],\"id\":208144609,\"path\":\"/author/veronique-greenwood/\",\"name\":\"Veronique Greenwood\",\"bio\":\"\",\"short_bio\":\"\",\"twitter\":\"vero_greenwood\",\"email\":\"\",\"firstname\":\"Veronique\",\"lastname\":\"Greenwood\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Wellness\",\"slug\":\"wellness\",\"link\":\"https://time.com/tag/wellness\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Health\",\"slug\":\"health\",\"link\":\"https://time.com/section/health\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2210251932_6fce7c.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2210251932_6fce7c.jpg?quality=85\u0026w=1200\u0026h=1414\u0026crop=1\",\"alt\":\"Urine biomarkers\",\"credit\":\"Getty Images\"}},{\"id\":7326119,\"postType\":\"article\",\"title\":\"Horror Movies Can Make You Feel Less Anxious\",\"deck\":\"Seeking out scares for sport is linked to a number of health benefits.\",\"path\":\"/7326119/horror-movies-anxiety-scaring-myself/\",\"published\":1761579000,\"authors\":[{\"types\":[],\"id\":634872041,\"path\":\"/author/delaney-rebernik/\",\"name\":\"Delaney Rebernik\",\"bio\":\"\u003cdiv dir=\\\"ltr\\\"\u003e\\r\\n\u003cdiv\u003eRebernik is a contributor for TIME.\u003c/div\u003e\\r\\n\u003c/div\u003e\",\"short_bio\":\"\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Delaney\",\"lastname\":\"Rebernik\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Mental Health\",\"slug\":\"mental-health\",\"link\":\"https://time.com/tag/mental-health\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Health\",\"slug\":\"health\",\"link\":\"https://time.com/section/health\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Horror-Movies-Good-for-Your-Health.png?w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Horror-Movies-Good-for-Your-Health.png?w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photo-Illustration by Chloe Dowling for TIME (Source Images: Everett (2), Warner Bros. Pictures (2), Getty Images)\"}},{\"id\":7327906,\"postType\":\"article\",\"title\":\"The Tales Told By DNA in Ancient Poop\",\"deck\":\"Scientists dug into paleofeces, learning some very intimate details about how long-ago people lived.\",\"path\":\"/7327906/ancient-poop-dna-history/\",\"published\":1761303600,\"authors\":[{\"types\":[\"contributor\"],\"id\":208144609,\"path\":\"/author/veronique-greenwood/\",\"name\":\"Veronique Greenwood\",\"bio\":\"\",\"short_bio\":\"\",\"twitter\":\"vero_greenwood\",\"email\":\"\",\"firstname\":\"Veronique\",\"lastname\":\"Greenwood\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Research\",\"slug\":\"research\",\"link\":\"https://time.com/tag/research\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Health\",\"slug\":\"health\",\"link\":\"https://time.com/section/health\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Enterobius-vermicularis-pinworm.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Enterobius-vermicularis-pinworm.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"Enterobius vermicularis (EV) eggs. parasite in stool, image under light microscopy 100X objective.\",\"credit\":\"Getty Images\"}},{\"id\":7328125,\"postType\":\"collectionItem\",\"title\":\"What Menopause Does to the Brain\",\"deck\":\"Menopause marks the end of a woman\u0026rsquo;s reproductive years. But the transition affects far more than reproductive health: it also reshapes the brain. As estrogen and progesterone decline, cognitive issues can arise, altering memory, attention, mood, and sleep.\u0026nbsp; Here\u0026rsquo;s what to know about how menopause affects the brain. Hormone shifts can cause brain fog Brain\u0026hellip;\",\"path\":\"/collections/time-for-you-menopause/7328125/menopause-brain-health\",\"published\":1761250316,\"authors\":[{\"types\":[\"contributor\"],\"id\":634871496,\"path\":\"/author/lauryn-higgins/\",\"name\":\"Lauryn Higgins\",\"bio\":\"\",\"short_bio\":\"\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Lauryn\",\"lastname\":\"Higgins\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"menopause\",\"slug\":\"menopause\",\"link\":\"https://time.com/tag/menopause\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Health\",\"slug\":\"health\",\"link\":\"https://time.com/section/health\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/What-Menopause-Does-to-the-Brain.png?w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/What-Menopause-Does-to-the-Brain.png?w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photo-Illustration by TIME (Source Image: OsakaWayne Studios/Getty Images)\"}}],\"componentType\":\"Feature - main\",\"isCuratedLayout\":false}]]}],[\"$\",\"div\",null,{\"data-ad-wrapper\":true,\"className\":\"overflow-hidden bg-warm-grey-ads py-6 lg:py-10\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1\",\"children\":\"Advertisement\"}],[\"$\",\"div\",null,{\"id\":\"inline-ad-4\",\"className\":\"w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]\",\"aria-label\":\"inline advertisement ad 4\",\"data-native\":false,\"role\":\"region\",\"children\":[\"$\",\"$L15\",null,{\"id\":\"inline-ad-4\",\"adSlotType\":\"inline\"}]}]]}]]}],[\"$\",\"$38\",\"featured-main-section-2\",{\"children\":[[\"$\",\"section\",null,{\"id\":\"id-climate-2\",\"className\":\"pt-10 text-black-coffee lg:pt-16\",\"aria-labelledby\":\"climate\",\"children\":[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"\",[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center justify-between border-b border-warm-grey-2 lg:flex-row lg:items-end\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"mb-4 font-graphik-compact text-mobile-title-large lg:mb-0 lg:text-title-large\",\"id\":\"climate\",\"children\":\"Climate\"}],[\"$\",\"ul\",null,{\"className\":\"flex flex-wrap gap-x-4 gap-y-2 pb-4\",\"role\":\"list\",\"children\":[]}]]}]]}],[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20 hidden lg:block\",\"children\":[\"$\",\"ul\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 lg:py-10\",\"children\":[[\"$\",\"li\",\"Climate Inaction is Leading to Millions of Deaths Each Year-0\",{\"className\":\"3 my-auto size-full order-2 col-span-6\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"figure\",null,{\"className\":\"mb-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 lg:aspect-3/2 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$4f\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$50\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/climate-health.jpg?quality=85\u0026w=1024\u0026h=655\u0026crop=1\",\"alt\":\"Hazy Sunrise in New York City\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 h-full w-full object-cover\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],[\"$\",\"figcaption\",null,{\"className\":\"rich-text mt-1 font-graphik-compact text-caption-small\",\"children\":[\"\",[\"$\",\"span\",null,{\"className\":\"mt-1 italic text-grey-1\",\"dangerouslySetInnerHTML\":{\"__html\":\" Photo by Gary Hershorn/Getty Images\"}}]]}]]}],[\"$\",\"div\",null,{\"className\":\"space-y-4 text-center\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h2\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7329105/lancet-health-climate-impacts-2025/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Climate Inaction is Leading to Millions of Deaths Each Year\",\"clickURL\":\"/7329105/lancet-health-climate-impacts-2025/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Climate Inaction is Leading to Millions of Deaths Each Year\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Simmone Shah\"]}]]}]]}]}],[\"$\",\"li\",\"Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes-1\",{\"className\":\"3 my-auto size-full order-1 col-span-3 mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=1200\u0026h=1416\u0026crop=1\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Getty Images\u0026mdash;catnap72\",\"caption\":\"\",\"alt\":\"Home energy costs are on the rise. As the government shutdown continues, it could get harder for low-income families to afford their heating bills.\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7329055/energy-heating-costs-government-shutdown/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes\",\"clickURL\":\"/7329055/energy-heating-costs-government-shutdown/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Simmone Shah\"]}]]}]]}]}],[\"$\",\"li\",\"Why Are We Seeing More Category 5 Storms?-2\",{\"className\":\"3 my-auto size-full order-3 col-span-3 mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/cat-five.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/cat-five.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Photo by NOAA via Getty Images\",\"caption\":\"\",\"alt\":\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328895/hurricane-melissa-category-5-atlantic-explained/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Why Are We Seeing More Category 5 Storms?\",\"clickURL\":\"/7328895/hurricane-melissa-category-5-atlantic-explained/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Why Are We Seeing More Category 5 Storms?\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Simmone Shah\"]}]]}]]}]}]]}]}],[\"$\",\"$L4a\",null,{\"className\":\"block lg:hidden\",\"largeArticles\":[{\"id\":7329105,\"postType\":\"article\",\"title\":\"Climate Inaction is Leading to Millions of Deaths Each Year\",\"deck\":\"Global health experts' annual assessment of the health impacts of climate change \\\"paints a bleak and undeniable picture.\\\"\",\"path\":\"/7329105/lancet-health-climate-impacts-2025/\",\"published\":1761696060,\"authors\":[{\"types\":[\"time staff\"],\"id\":634858542,\"path\":\"/author/simmone-shah/\",\"name\":\"Simmone Shah\",\"bio\":\"Shah is a reporter at TIME.\",\"short_bio\":\"Reporter\",\"twitter\":\"simmoneshah\",\"email\":\"simmone.shah@time.com\",\"firstname\":\"Simmone\",\"lastname\":\"Shah\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2021/05/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"climate\",\"slug\":\"climate\",\"link\":\"https://time.com/tag/climate\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Climate\",\"slug\":\"climate\",\"link\":\"https://time.com/section/climate\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/climate-health.jpg?quality=85\u0026w=1024\u0026h=655\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/climate-health.jpg?quality=85\u0026w=1024\u0026h=655\u0026crop=1\",\"alt\":\"Hazy Sunrise in New York City\",\"credit\":\"Photo by Gary Hershorn/Getty Images\"}},{\"id\":7329055,\"postType\":\"article\",\"title\":\"Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes\",\"deck\":\"The federal budget includes billions in funding for low-income Americans that might otherwise struggle to pay their energy bills. \",\"path\":\"/7329055/energy-heating-costs-government-shutdown/\",\"published\":1761681255,\"authors\":[{\"types\":[\"time staff\"],\"id\":634858542,\"path\":\"/author/simmone-shah/\",\"name\":\"Simmone Shah\",\"bio\":\"Shah is a reporter at TIME.\",\"short_bio\":\"Reporter\",\"twitter\":\"simmoneshah\",\"email\":\"simmone.shah@time.com\",\"firstname\":\"Simmone\",\"lastname\":\"Shah\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2021/05/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"energy\",\"slug\":\"energy\",\"link\":\"https://time.com/tag/energy\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Climate\",\"slug\":\"climate\",\"link\":\"https://time.com/section/climate\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=1200\u0026h=1416\u0026crop=1\",\"alt\":\"Home energy costs are on the rise. As the government shutdown continues, it could get harder for low-income families to afford their heating bills.\",\"credit\":\"Getty Images\u0026mdash;catnap72\"}},{\"id\":7328895,\"postType\":\"article\",\"title\":\"Why Are We Seeing More Category 5 Storms?\",\"deck\":\"Hurricane Melissa marks the first time in 20 years that three or more Category 5 hurricanes have developed over the Atlantic Basin in one season.\",\"path\":\"/7328895/hurricane-melissa-category-5-atlantic-explained/\",\"published\":1761661455,\"authors\":[{\"types\":[\"time staff\"],\"id\":634858542,\"path\":\"/author/simmone-shah/\",\"name\":\"Simmone Shah\",\"bio\":\"Shah is a reporter at TIME.\",\"short_bio\":\"Reporter\",\"twitter\":\"simmoneshah\",\"email\":\"simmone.shah@time.com\",\"firstname\":\"Simmone\",\"lastname\":\"Shah\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2021/05/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"extreme weather\",\"slug\":\"extreme-weather\",\"link\":\"https://time.com/tag/extreme-weather\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Climate\",\"slug\":\"climate\",\"link\":\"https://time.com/section/climate\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/cat-five.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/cat-five.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\",\"alt\":\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\",\"credit\":\"Photo by NOAA via Getty Images\"}}],\"event\":\"homepageClick\",\"isCuratedLayout\":false}]],[\"$\",\"$L4c\",null,{\"title\":\"Climate\",\"smallArticles\":[{\"id\":7328629,\"postType\":\"article\",\"title\":\"Hurricane Melissa Strikes Jamaica With Catastrophic Strength\",\"deck\":\"The hurricane is the most powerful to hit Jamaica since record-keeping began.\",\"path\":\"/7328629/hurricane-melissa-path-landfall-jamaica/\",\"published\":1761578431,\"authors\":[{\"types\":[\"time staff\"],\"id\":634859473,\"path\":\"/author/solcyre-burga/\",\"name\":\"Solcyré Burga\",\"bio\":\"Burga is a general assignment reporter at TIME. She covers U.S. news with a focus on student loans and LGBTQ+ issues.\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Solcyré\",\"lastname\":\"Burga\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2022/07/Sol-Burga-headshot.jpeg?quality=85\u0026w=1024\",\"show_desc\":\"\"},{\"types\":[\"time staff\"],\"id\":634870710,\"path\":\"/author/chantelle-lee/\",\"name\":\"Chantelle Lee\",\"bio\":\"$51\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Chantelle\",\"lastname\":\"Lee\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"extreme weather\",\"slug\":\"extreme-weather\",\"link\":\"https://time.com/tag/extreme-weather\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Climate\",\"slug\":\"climate\",\"link\":\"https://time.com/section/climate\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2243296389.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/GettyImages-2243296389.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\",\"alt\":\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\",\"credit\":\"NOAA via Getty Images\"}},{\"id\":7328483,\"postType\":\"article\",\"title\":\"Hurricane Melissa to Make 'Catastrophic' Landfall in Jamaica\",\"deck\":\"Hurricane Melissa is currently sustaining winds near 140 mph, and is expected to make landfall in Jamaica on Monday night.\",\"path\":\"/7328483/hurricane-melissa-jamaica-haiti/\",\"published\":1761502298,\"authors\":[{\"types\":[\"time staff\"],\"id\":634870768,\"path\":\"/author/rebecca-schneid/\",\"name\":\"Rebecca Schneid\",\"bio\":\"\u003cdiv class=\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\"\u003e\\r\\n\u003cdiv class=\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\" data-qa=\\\"message-text\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer\\\" data-qa=\\\"block-kit-renderer\\\"\u003e\\r\\n\u003cdiv class=\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_block\\\" dir=\\\"auto\\\"\u003e\\r\\n\u003cdiv class=\\\"p-rich_text_section\\\"\u003eSchneid is a general assignment reporter for TIME covering U.S. and global news.\u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\u003c/div\u003e\\r\\n\u003c/div\u003e\",\"short_bio\":\"Reporter\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Rebecca\",\"lastname\":\"Schneid\",\"title\":\"Reporter\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2024/05/l.jpeg?quality=85\u0026w=720\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"extreme weather\",\"slug\":\"extreme-weather\",\"link\":\"https://time.com/tag/extreme-weather\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Climate\",\"slug\":\"climate\",\"link\":\"https://time.com/section/climate\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/AP25299070099588.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/AP25299070099588.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"Jamaica Extreme Weather Hurricane Melissa\",\"credit\":\"Matias Delacroix—AP Photo\"}},{\"id\":7328258,\"postType\":\"article\",\"title\":\"Americans Aren't Sold on Cheap Chinese EVs—Yet\",\"deck\":\"To dismiss the rise of Chinese EVs as irrelevant to the U.S. would be a strategic misstep—even if consumers don't want them today.\",\"path\":\"/7328258/american-chinese-electric-vehicles-cost/\",\"published\":1761316154,\"authors\":[{\"types\":[\"time staff\"],\"id\":243888282,\"path\":\"/author/justin-worland/\",\"name\":\"Justin Worland\",\"bio\":\"Worland is a senior correspondent at TIME, based in the Washington, D.C., bureau. He received Covering Climate Now’s inaugural Climate Journalist of the Year award in 2022, among other awards. He is the Outrider Foundation fellow at TIME.\",\"short_bio\":\"Senior Correspondent\",\"twitter\":\"justinworland\",\"email\":\"justin.worland@time.com\",\"firstname\":\"Justin\",\"lastname\":\"Worland\",\"title\":\"Senior Correspondent\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2014/06/TIME-JustinWorland.jpg?quality=85\u0026w=1024\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Leadership Report\",\"slug\":\"co2-leadership-report\",\"link\":\"https://time.com/tag/co2-leadership-report\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Climate\",\"slug\":\"climate\",\"link\":\"https://time.com/section/climate\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/chinese-EVs-for-export.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/chinese-EVs-for-export.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\",\"alt\":\"Electric cars stacked for export\",\"credit\":\"Photo by STR/AFP via Getty Images\"}},{\"id\":7327517,\"postType\":\"article\",\"title\":\"Trump Axed NOAA's Climate Disaster Data. This Group Saved It\",\"deck\":\"\\\"This data set is simply too important to stop being updated.\\\"\",\"path\":\"/7327517/saving-noaa-billion-dollar-climate-disaster-data/\",\"published\":1761148343,\"authors\":[{\"types\":[\"time staff\"],\"id\":2996288,\"path\":\"/author/jeffrey-kluger/\",\"name\":\"Jeffrey Kluger\",\"bio\":\"Kluger is an editor at large at TIME. He covers space, climate, and science. He is the author of 12 books, including \u003ca href=\\\"https://www.amazon.com/Apollo-13-Jim-Lovell/dp/0618619585/ref=sr_1_3?s=books\u0026amp;ie=UTF8\u0026amp;qid=1547242208\u0026amp;sr=1-3\u0026amp;keywords=apollo+13\\\"\u003e\u003cem\u003eApollo 13\u003c/em\u003e\u003c/a\u003e, which served as the basis for the 1995 film, and was nominated for an Emmy Award for TIME's series \u003ca href=\\\"https://time.com/studios/project/a-year-in-space\\\"\u003eA Year in Space.\u003c/a\u003e\",\"short_bio\":\"Editor at Large\",\"twitter\":\"jeffreykluger\",\"email\":\"jeffrey.kluger@time.com\",\"firstname\":\"Jeffrey\",\"lastname\":\"Kluger\",\"title\":\"Editor at Large\",\"facebook\":\"jeffrey.kluger\",\"google\":\"103427611738780615651\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2014/01/jeffrey-kluger.jpg?quality=85\u0026w=1024\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"extreme weather\",\"slug\":\"extreme-weather\",\"link\":\"https://time.com/tag/extreme-weather\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Climate\",\"slug\":\"climate\",\"link\":\"https://time.com/section/climate\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/la-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/la-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\",\"alt\":\"TOPSHOT-US-FIRE-CALIFORNIA\",\"credit\":\"AGUSTIN PAULLIER/AFP—Getty Images\"}}],\"componentType\":\"Feature - main\",\"isCuratedLayout\":false}]]}],[\"$\",\"div\",null,{\"data-ad-wrapper\":true,\"className\":\"overflow-hidden bg-warm-grey-ads py-6 lg:py-10\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1\",\"children\":\"Advertisement\"}],[\"$\",\"div\",null,{\"id\":\"inline-ad-5\",\"className\":\"w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]\",\"aria-label\":\"inline advertisement ad 5\",\"data-native\":false,\"role\":\"region\",\"children\":[\"$\",\"$L15\",null,{\"id\":\"inline-ad-5\",\"adSlotType\":\"inline\"}]}]]}]]}],[\"$\",\"$38\",\"featured-main-section-3\",{\"children\":[[\"$\",\"section\",null,{\"id\":\"id-entertainment-3\",\"className\":\"pt-10 text-black-coffee lg:pt-16\",\"aria-labelledby\":\"entertainment\",\"children\":[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20\",\"children\":[\"\",[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center justify-between border-b border-warm-grey-2 lg:flex-row lg:items-end\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"mb-4 font-graphik-compact text-mobile-title-large lg:mb-0 lg:text-title-large\",\"id\":\"entertainment\",\"children\":\"Entertainment\"}],[\"$\",\"ul\",null,{\"className\":\"flex flex-wrap gap-x-4 gap-y-2 pb-4\",\"role\":\"list\",\"children\":[]}]]}]]}],[[\"$\",\"div\",null,{\"className\":\"container mx-auto max-w-[90rem] px-6 lg:px-20 hidden lg:block\",\"children\":[\"$\",\"ul\",null,{\"className\":\"grid gap-x-4 grid-cols-4 lg:grid-cols-12 lg:py-10\",\"children\":[[\"$\",\"li\",\"Breaking Down the Unsettling Ending of The Asset-0\",{\"className\":\"3 my-auto size-full order-2 col-span-6\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"figure\",null,{\"className\":\"mb-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex aspect-4/5 lg:aspect-3/2 size-full\",\"children\":[\"$\",\"picture\",null,{\"children\":[[\"$\",\"source\",null,{\"media\":\"(min-width: 1025px)\",\"srcSet\":\"$52\"}],[\"$\",\"source\",null,{\"media\":\"(max-width: 1024px)\",\"srcSet\":\"$53\"}],[\"$\",\"$L2d\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/The_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"The Legend. (L to R) Clara Dessau as Sara/Tea and Nicolas Bro as Folke in The Legend. Cr. Courtesy of Netflix © 2024\",\"fill\":true,\"priority\":false,\"sizes\":\"$undefined\",\"className\":\"absolute inset-0 h-full w-full object-cover\",\"width\":\"$undefined\",\"height\":\"$undefined\"}]]}]}],[\"$\",\"figcaption\",null,{\"className\":\"rich-text mt-1 font-graphik-compact text-caption-small\",\"children\":[\"\",[\"$\",\"span\",null,{\"className\":\"mt-1 italic text-grey-1\",\"dangerouslySetInnerHTML\":{\"__html\":\" Courtesy of Netflix\"}}]]}]]}],[\"$\",\"div\",null,{\"className\":\"space-y-4 text-center\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h3 lg:text-h2\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328728/the-asset-ending-netflix/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Breaking Down the Unsettling Ending of The Asset\",\"clickURL\":\"/7328728/the-asset-ending-netflix/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Breaking Down the Unsettling Ending of The Asset\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Isabella Wandermurem\"]}]]}]]}]}],[\"$\",\"li\",\"How Realistic Is 'A House of Dynamite'?-1\",{\"className\":\"3 my-auto size-full order-1 col-span-3 mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/09/UBO_20240910_14741_R2.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/UBO_20240910_14741_R2.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Courtesy of Netflix\",\"caption\":\"\",\"alt\":\"A HOUSE OF DYNAMITE\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328626/a-house-of-dynamite-realistic-experts-nuclear-threat/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | How Realistic Is 'A House of Dynamite'?\",\"clickURL\":\"/7328626/a-house-of-dynamite-realistic-experts-nuclear-threat/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"How Realistic Is 'A House of Dynamite'?\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Jake Kring-Schreifels\"]}]]}]]}]}],[\"$\",\"li\",\"Vince Gilligan Is Breaking Good-2\",{\"className\":\"3 my-auto size-full order-3 col-span-3 mt-12\",\"children\":[\"$\",\"article\",null,{\"className\":\"relative text-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-black-coffee [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:outline-offset-2 [\u0026:has(:focus-visible):not(:has(.no-focus-on-parent:focus-visible)):not(:has(button:focus-visible))]:shadow-focus-color\",\"children\":[[\"$\",\"$L2f\",null,{\"src\":\"https://api.time.com/wp-content/uploads/2025/10/Vince-Gilligan.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Vince-Gilligan.jpg?quality=85\u0026crop=759px%2C0px%2C1280px%2C1601px\u0026resize=1200%2C1500\u0026strip\",\"aspectRatioClass\":\"aspect-4/5 lg:aspect-square\",\"credit\":\"Amy Lombard for TIME\",\"caption\":\"\",\"alt\":\"Vince Gilligan at The Mulberry Bar in NYC, on Oct. 8.\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-editorial text-mobile-h4 lg:text-h4\",\"children\":[\"$\",\"$L2e\",null,{\"path\":\"/7328396/vince-gilligan-interview-pluribus/\",\"gtmData\":{\"event\":\"homepageClick\",\"clickText\":\"homepage | Vince Gilligan Is Breaking Good\",\"clickURL\":\"/7328396/vince-gilligan-interview-pluribus/\",\"pagePath\":\"\"},\"children\":[\"$\",\"span\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"Vince Gilligan Is Breaking Good\"}}]}]}],[\"$\",\"p\",null,{\"className\":\"font-graphik-compact text-t4 text-grey-1\",\"children\":[\"by \",\"Judy Berman\"]}]]}]]}]}]]}]}],[\"$\",\"$L4a\",null,{\"className\":\"block lg:hidden\",\"largeArticles\":[{\"id\":7328728,\"postType\":\"article\",\"title\":\"Breaking Down the Unsettling Ending of The Asset\",\"deck\":\"The Danish crime series follows Tea, an undercover operative whose mission to infiltrate a criminal network unravels her sense of self\",\"path\":\"/7328728/the-asset-ending-netflix/\",\"published\":1761587024,\"authors\":[{\"types\":[\"contributor\"],\"id\":634871179,\"path\":\"/author/isabella-wandermurem/\",\"name\":\"Isabella Wandermurem\",\"bio\":\"\",\"short_bio\":\"\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"\",\"lastname\":\"\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Television\",\"slug\":\"television\",\"link\":\"https://time.com/tag/television\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Entertainment\",\"slug\":\"entertainment\",\"link\":\"https://time.com/section/entertainment\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/The_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg?quality=85\u0026w=1680\u0026h=1120\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/The_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"The Legend. (L to R) Clara Dessau as Sara/Tea and Nicolas Bro as Folke in The Legend. Cr. Courtesy of Netflix © 2024\",\"credit\":\"Courtesy of Netflix\"}},{\"id\":7328626,\"postType\":\"article\",\"title\":\"How Realistic Is 'A House of Dynamite'?\",\"deck\":\"The Netflix movie's screenwriter and technical advisor explain how likely its events would be to unfold were the U.S. were faced with an imminent nuclear threat.\",\"path\":\"/7328626/a-house-of-dynamite-realistic-experts-nuclear-threat/\",\"published\":1761584620,\"authors\":[{\"types\":[\"contributor\"],\"id\":634871034,\"path\":\"/author/jake-kring-schreifels/\",\"name\":\"Jake Kring-Schreifels\",\"bio\":\"King-Schreifels is a contributor for TIME.\",\"short_bio\":\"King-Schreifels is a contributor for TIME.\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Jake\",\"lastname\":\"King-Schreifels\",\"title\":\"King-Schreifels is a contributor for TIME.\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"movies\",\"slug\":\"movies\",\"link\":\"https://time.com/tag/movies\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Entertainment\",\"slug\":\"entertainment\",\"link\":\"https://time.com/section/entertainment\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/UBO_20240910_14741_R2.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/UBO_20240910_14741_R2.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"A HOUSE OF DYNAMITE\",\"credit\":\"Courtesy of Netflix\"}},{\"id\":7328396,\"postType\":\"article\",\"title\":\"Vince Gilligan Is Breaking Good\",\"deck\":\"The creator of 'Breaking Bad' is leaving bad guys behind in 'Pluribus,' a sci-fi epic with an unlikely hero. \",\"path\":\"/7328396/vince-gilligan-interview-pluribus/\",\"published\":1761577036,\"authors\":[{\"types\":[\"time staff\"],\"id\":430974059,\"path\":\"/author/judy-berman/\",\"name\":\"Judy Berman\",\"bio\":\"Berman is the TV critic at TIME. Along with reviewing current television, she writes about the ways in which entertainment and pop culture intersect with our larger social and political realities. Her TIME essay on \u003ca href=\\\"https://time.com/6081493/ted-lasso-season-2/\\\"\u003e\u003cem\u003eTed Lasso\u003c/em\u003e and modern masculinity\u003c/a\u003e won a New York Press Club award in 2022.\",\"short_bio\":\"TV Critic\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Judy\",\"lastname\":\"Berman\",\"title\":\"TV Critic\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2018/06/Judy-1.jpg?quality=85\u0026w=400\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Television\",\"slug\":\"television\",\"link\":\"https://time.com/tag/television\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Entertainment\",\"slug\":\"entertainment\",\"link\":\"https://time.com/section/entertainment\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Vince-Gilligan.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Vince-Gilligan.jpg?quality=85\u0026crop=759px%2C0px%2C1280px%2C1601px\u0026resize=1200%2C1500\u0026strip\",\"alt\":\"Vince Gilligan at The Mulberry Bar in NYC, on Oct. 8.\",\"credit\":\"Amy Lombard for TIME\"}}],\"event\":\"homepageClick\",\"isCuratedLayout\":false}]],[\"$\",\"$L4c\",null,{\"title\":\"Entertainment\",\"smallArticles\":[{\"id\":7328171,\"postType\":\"article\",\"title\":\"'IT: Welcome to Derry' Premiere, Explained\",\"deck\":\"Breaking down that brutal twist in Episode 1 of HBO's new 'IT' prequel series.\",\"path\":\"/7328171/it-welcome-to-derry-premiere-twist-ending/\",\"published\":1761530400,\"authors\":[{\"types\":[\"time staff\"],\"id\":386182647,\"path\":\"/author/megan-mccluskey/\",\"name\":\"Megan McCluskey\",\"bio\":\"McCluskey is a staff writer at TIME. She covers culture, focusing on horror, fantasy, and science fiction.\",\"short_bio\":\"Staff Writer\",\"twitter\":\"MegzyM27\",\"email\":\"megan.mccluskey@time.com\",\"firstname\":\"Megan\",\"lastname\":\"McCluskey\",\"title\":\"Staff Writer\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2018/12/m_mccluskey.jpg?quality=85\u0026w=1024\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Television\",\"slug\":\"television\",\"link\":\"https://time.com/tag/television\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Entertainment\",\"slug\":\"entertainment\",\"link\":\"https://time.com/section/entertainment\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026crop=165px%2C0px%2C1080px%2C1080px\u0026resize=600%2C600\u0026strip\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026w=1200\u0026h=1080\u0026crop=1\",\"alt\":\"IT: Welcome to Derry\",\"credit\":\"Brooke Palmer—HBO\"}},{\"id\":7328186,\"postType\":\"article\",\"title\":\"Ethan Hawke Is Sensational in Blue Moon\",\"deck\":\"Ethan Hawke captures the spirit of broadway lyricist Lorenz Hart in 'Blue Moon'\",\"path\":\"/7328186/blue-moon-review/\",\"published\":1761335369,\"authors\":[{\"types\":[\"time staff\"],\"id\":419712932,\"path\":\"/author/stephanie-zacharek/\",\"name\":\"Stephanie Zacharek\",\"bio\":\"Zacharek is the film critic at TIME. She is the recipient of a Newswomen’s Club of New York award and was a 2015 Pulitzer Prize finalist.\",\"short_bio\":\"Film Critic\",\"twitter\":\"szacharek\",\"email\":\"\",\"firstname\":\"Stephanie\",\"lastname\":\"Zacharek\",\"title\":\"Film Critic\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"https://api.time.com/wp-content/uploads/2018/12/s_zacherek.jpg?quality=85\u0026w=1024\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"movies\",\"slug\":\"movies\",\"link\":\"https://time.com/tag/movies\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Entertainment\",\"slug\":\"entertainment\",\"link\":\"https://time.com/section/entertainment\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/hart.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/hart.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Courtesy of Sony Pictures Classics\"}},{\"id\":7328144,\"postType\":\"article\",\"title\":\"Breaking Down the Shattering Ending of Invasion Season 3\",\"deck\":\"What to make of Invasion's emotional Season 3 finale \",\"path\":\"/7328144/invasion-season-3-ending/\",\"published\":1761334471,\"authors\":[{\"types\":[\"contributor\"],\"id\":226892105,\"path\":\"/author/jp-mangalindan/\",\"name\":\"JP Mangalindan\",\"bio\":\"\",\"short_bio\":\"Contributor\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"JP\",\"lastname\":\"Mangalindan\",\"title\":\"Contributor\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"Television\",\"slug\":\"television\",\"link\":\"https://time.com/tag/television\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Entertainment\",\"slug\":\"entertainment\",\"link\":\"https://time.com/section/entertainment\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Invasion_Photo_031002.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Invasion_Photo_031002.jpg?quality=85\u0026w=1200\u0026h=998\u0026crop=1\",\"alt\":\"\",\"credit\":\"Courtesy of Apple \"}},{\"id\":7328263,\"postType\":\"article\",\"title\":\"The True Story Behind 'Deliver Me From Nowhere'\",\"deck\":\"The stories behind Bruce Springsteen's mom and dad, longtime manager Jon Landau, and his movie girlfriend Faye.\",\"path\":\"/7328263/springsteen-deliver-me-from-nowhere-faye-jon-landau-parents/\",\"published\":1761331781,\"authors\":[{\"types\":[\"contributor\"],\"id\":634871034,\"path\":\"/author/jake-kring-schreifels/\",\"name\":\"Jake Kring-Schreifels\",\"bio\":\"King-Schreifels is a contributor for TIME.\",\"short_bio\":\"King-Schreifels is a contributor for TIME.\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Jake\",\"lastname\":\"King-Schreifels\",\"title\":\"King-Schreifels is a contributor for TIME.\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"\"}],\"primaryTag\":{\"taxonomy\":\"post_tag\",\"name\":\"movies\",\"slug\":\"movies\",\"link\":\"https://time.com/tag/movies\"},\"primarySection\":{\"taxonomy\":\"time_section\",\"name\":\"Entertainment\",\"slug\":\"entertainment\",\"link\":\"https://time.com/section/entertainment\",\"primary_section_meta_key\":\"time_primary_time_section\"},\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/DFN-TP-0004.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/DFN-TP-0004.jpg?quality=85\u0026w=1200\u0026h=1004\u0026crop=1\",\"alt\":\"SPRINGSTEEN: DELIVER ME FROM NOWHERE\",\"credit\":\"20TH CENTURY STUDIOS\u0026mdash;© 2025 20th Century Studios. All Rights Reserved.\"}}],\"componentType\":\"Feature - main\",\"isCuratedLayout\":false}]]}],[\"$\",\"div\",null,{\"data-ad-wrapper\":true,\"className\":\"overflow-hidden bg-warm-grey-ads py-6 lg:py-10\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 text-center font-graphik-compact text-caption-small italic text-grey-1\",\"children\":\"Advertisement\"}],[\"$\",\"div\",null,{\"id\":\"inline-ad-6\",\"className\":\"w-full min-w-px max-w-[100vw] items-center justify-center bg-transparent text-center print:hidden flex min-h-[250px] md:min-h-[250px]\",\"aria-label\":\"inline advertisement ad 6\",\"data-native\":false,\"role\":\"region\",\"children\":[\"$\",\"$L15\",null,{\"id\":\"inline-ad-6\",\"adSlotType\":\"inline\"}]}]]}]]}]]}]],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"[{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"Time\\\",\\\"url\\\":\\\"https://time.com/\\\",\\\"logo\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https://time.com/img/logo.png\\\",\\\"width\\\":210,\\\"height\\\":60},\\\"foundingDate\\\":\\\"March 3, 1923\\\",\\\"sameAs\\\":[\\\"https://www.facebook.com/time\\\",\\\"https://www.instagram.com/time/?hl=en\\\",\\\"https://twitter.com/time\\\",\\\"https://www.pinterest.com/timemagazine\\\"]},{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"item\\\":{\\\"@id\\\":\\\"https://time.com\\\",\\\"name\\\":\\\"Home\\\"}}]}]\"}}],[\"$\",\"$L54\",null,{\"page\":{\"__typename\":\"RedesignHomepage\",\"id\":\"cG9zdDo3MjkzOTE5\",\"components\":[{\"__typename\":\"ContentSections\",\"name\":\"news_of_the_day\",\"value\":\"$55\"},{\"__typename\":\"ContentSections\",\"name\":\"podcast\",\"value\":\"{\\\"podcastTitle\\\":\\\"The Brief October 28, 2025\\\",\\\"episodeTitle\\\":\\\"Republicans speak out against Trump's boat bombing, active service members may not be paid during shutdown, and more\\\",\\\"podcastShortId\\\":\\\"0584dede-af09-4882-b94a-8c6086d8e318\\\",\\\"podcastLongId\\\":\\\"0584dede-af09-4882-b94a-8c6086d8e318\\\",\\\"ctaUrl\\\":\\\"\\\"}\"},{\"__typename\":\"ContentSections\",\"name\":\"newsletter\",\"value\":\"{\\\"newsletter\\\":[{\\\"display_name\\\":\\\"The DC Brief\\\",\\\"pub_id\\\":\\\"pub_32d43777-93d2-4898-a13c-084facfa138c\\\",\\\"selected\\\":true,\\\"order\\\":0},{\\\"display_name\\\":\\\"Worth Your Time\\\",\\\"pub_id\\\":\\\"pub_3e0657c3-eea5-401c-b0d2-3bb9eab125cc\\\",\\\"selected\\\":false,\\\"order\\\":0},{\\\"display_name\\\":\\\"In the Loop\\\",\\\"pub_id\\\":\\\"pub_e60f102b-d55c-401a-b5e5-c5ebdf49f683\\\",\\\"selected\\\":false,\\\"order\\\":0},{\\\"display_name\\\":\\\"The Brief\\\",\\\"pub_id\\\":\\\"pub_1609c392-21c7-4005-80a5-dc50f816c688\\\",\\\"selected\\\":false,\\\"order\\\":0}]}\"},{\"__typename\":\"ContentSections\",\"name\":\"story_showcase\",\"value\":\"$56\"},{\"__typename\":\"ContentSections\",\"name\":\"the_cover\",\"value\":\"$57\"},{\"__typename\":\"ContentSections\",\"name\":\"people\",\"value\":\"$58\"},{\"__typename\":\"ContentSections\",\"name\":\"voices\",\"value\":\"$59\"},{\"__typename\":\"ContentSections\",\"name\":\"collections\",\"value\":\"{\\\"branded_tag\\\":{\\\"branded_tag\\\":\\\"\\\",\\\"theme\\\":\\\"\\\"},\\\"title\\\":\\\"The Best Inventions of 2025\\\",\\\"featured_image\\\":{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Best-Inventions-2025-Featured-Image-1.png?w=1969\u0026h=1130\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Best-Inventions-2025-Featured-Image-1.png?w=750\u0026h=1140\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"\\\"},\\\"description\\\":\\\"Here are the 300 best inventions making the world better, smarter, and more fun.\\\",\\\"read_more_url\\\":\\\"https:\\\\/\\\\/time.com\\\\/collections\\\\/best-inventions-2025\\\\/\\\"}\"},{\"__typename\":\"ContentSections\",\"name\":\"feature_section\",\"value\":\"$5a\"}],\"databaseId\":7293919,\"homePageMeta\":{\"__typename\":\"MetaData\",\"title\":\"TIME | Current \u0026 Breaking News | National \u0026 World Updates\",\"description\":\"Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news.\",\"fb\":{\"__typename\":\"FacebookMeta\",\"app_id\":\"991230477954201\",\"pages\":\"10606591490\"},\"openGraph\":{\"__typename\":\"OpenGraphMeta\",\"description\":\"Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news.\",\"images\":[{\"__typename\":\"OpenGraphImage\",\"height\":\"300\",\"url\":\"https://time.com/wp-content/themes/time2014/img/time-logo-og.png\",\"width\":\"300\"}],\"siteName\":\"TIME\",\"title\":\"TIME | Current \u0026 Breaking News | National \u0026 World Updates\",\"type\":\"website\",\"url\":\"https://time.com\"},\"path\":\"https://time.com\",\"pinterest\":{\"__typename\":\"PinterestMeta\",\"description\":\"Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news.\",\"media\":\"https://time.com/wp-content/themes/time2014/img/time-logo-og.png\",\"url\":\"https://time.com\"},\"twitter\":{\"__typename\":\"TwitterMeta\",\"card\":\"summary_large_image\",\"description\":\"Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news.\",\"images\":[{\"__typename\":\"TwitterImage\",\"url\":\"https://time.com/wp-content/themes/time2014/img/time-logo-og.png\"}],\"site\":\"@TIME\",\"title\":\"TIME | Current \u0026 Breaking News | National \u0026 World Updates\",\"url\":\"https://time.com\"}},\"contentTypeName\":\"HOME_PAGE\",\"parsedComponents\":[{\"__typename\":\"ContentSections\",\"name\":\"news_of_the_day\",\"value\":{\"layout\":\"default\",\"large\":[{\"id\":7328629,\"postType\":\"article\",\"title\":\"Hurricane Melissa Strikes Jamaica With Catastrophic Strength\",\"deck\":\"The hurricane is the most powerful to hit Jamaica since record-keeping began.\",\"path\":\"/7328629/hurricane-melissa-path-landfall-jamaica/\",\"published\":1761578431,\"authors\":\"$5b\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2243296389.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2243296389.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\\\",\\\"alt\\\":\\\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\\\",\\\"credit\\\":\\\"NOAA via Getty Images\\\",\\\"mediaType\\\":\\\"video\\\",\\\"videoId\\\":\\\"i0wGlamg\\\",\\\"mobileVideoId\\\":null}\"},{\"id\":7328921,\"postType\":\"article\",\"title\":\"U.S. Military Kills 14 In Strikes Against Alleged Cartel Boats\",\"deck\":\"At least 57 people have been killed since the start of the campaign. The Pentagon did not provide evidence the targets were cartel members.\",\"path\":\"/7328921/cartel-boats-pete-hegseth-pacific/\",\"published\":1761662577,\"authors\":\"$5c\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Donald Trump\\\",\\\"slug\\\":\\\"donald-trump\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/donald-trump\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Politics\\\",\\\"slug\\\":\\\"politics\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/politics\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/screenshot.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/screenshot.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Pete Hegseth \\\\/ X\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"},{\"id\":7329012,\"postType\":\"article\",\"title\":\"Israel Resumes Strikes on Gaza\",\"deck\":\"Israel resumes strikes on Gaza after Netanyahu’s order, deepening fears the cease-fire could collapse.\",\"path\":\"/7329012/israel-strikes-gaza-netanyahu-ceasefire-hamas/\",\"published\":1761673608,\"authors\":\"$5d\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Israel-Hamas War\\\",\\\"slug\\\":\\\"israel-hamas-war\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/israel-hamas-war\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"World\\\",\\\"slug\\\":\\\"world\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/world\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/gaza-destruction-ceasefire-oct28.jpg?quality=85\u0026w=600\u0026h=576\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/gaza-destruction-ceasefire-oct28.jpg?quality=85\u0026w=1024\u0026h=576\u0026crop=1\\\",\\\"alt\\\":\\\"Debris removal work continues in Khan Yunis\\\",\\\"credit\\\":\\\"Mohammed Eslayeh - Anadolu via Getty Images\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"}],\"small\":[{\"id\":7329055,\"postType\":\"article\",\"title\":\"Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes\",\"deck\":\"The federal budget includes billions in funding for low-income Americans that might otherwise struggle to pay their energy bills. \",\"path\":\"/7329055/energy-heating-costs-government-shutdown/\",\"published\":1761681255,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858542,\\\"path\\\":\\\"\\\\/author\\\\/simmone-shah\\\\/\\\",\\\"name\\\":\\\"Simmone Shah\\\",\\\"bio\\\":\\\"Shah is a reporter at TIME.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"simmoneshah\\\",\\\"email\\\":\\\"simmone.shah@time.com\\\",\\\"firstname\\\":\\\"Simmone\\\",\\\"lastname\\\":\\\"Shah\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/05\\\\/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"energy\\\",\\\"slug\\\":\\\"energy\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/energy\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=1200\u0026h=1416\u0026crop=1\\\",\\\"alt\\\":\\\"Home energy costs are on the rise. As the government shutdown continues, it could get harder for low-income families to afford their heating bills.\\\",\\\"credit\\\":\\\"Getty Images\u0026mdash;catnap72\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"},{\"id\":7328898,\"postType\":\"article\",\"title\":\"Why Barack Obama Got Off the Bench\",\"deck\":\"Obama has told friends he wouldn't let concerns about hypocrisy stop him\",\"path\":\"/7328898/barack-obama-newsom-california-redistricting/\",\"published\":1761661599,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":352379233,\\\"path\\\":\\\"\\\\/author\\\\/philip-elliott\\\\/\\\",\\\"name\\\":\\\"Philip Elliott\\\",\\\"bio\\\":\\\"Elliott is a senior correspondent at TIME, based in the Washington, D.C., bureau, where he covers national campaigns, elections, and government. He also writes TIME\\\\u2019s politics newsletter, \u003ca href=\\\\\\\"https:\\\\/\\\\/cloud.newsletters.time.com\\\\/signup?nln=dc-brief\u0026amp;source=dc_article\\\\\\\"\u003eThe D.C. Brief\u003c\\\\/a\u003e.\\\",\\\"short_bio\\\":\\\"Senior Correspondent\\\",\\\"twitter\\\":\\\"Philip_Elliott\\\",\\\"email\\\":\\\"philip.elliott@time.com\\\",\\\"firstname\\\":\\\"Philip\\\",\\\"lastname\\\":\\\"Elliott\\\",\\\"title\\\":\\\"Senior Correspondent\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/12\\\\/philip-elliot-2.jpg?quality=85\u0026w=960\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"The D.C. Brief\\\",\\\"slug\\\":\\\"the-dc-brief\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/the-dc-brief\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Politics\\\",\\\"slug\\\":\\\"politics\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/politics\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2203716624.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2203716624.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"Detroit Pistons v Los Angeles Clippers\\\",\\\"credit\\\":\\\"Meg Oliphant\\\\u2014Getty Images\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"},{\"id\":7329034,\"postType\":\"article\",\"title\":\"Stephen Miller Claims ICE Agents Have Immunity. Is That True?\",\"deck\":\"Trump aide Stephen Miller claims that ICE agents have immunity from prosecution, but legal experts question how absolute that is.\",\"path\":\"/7329034/stephen-miller-ice-immunity-pritzker/\",\"published\":1761675010,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634870768,\\\"path\\\":\\\"\\\\/author\\\\/rebecca-schneid\\\\/\\\",\\\"name\\\":\\\"Rebecca Schneid\\\",\\\"bio\\\":\\\"\u003cdiv class=\\\\\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\\\\\" data-qa=\\\\\\\"message-text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer\\\\\\\" data-qa=\\\\\\\"block-kit-renderer\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_block\\\\\\\" dir=\\\\\\\"auto\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_section\\\\\\\"\u003eSchneid is a general assignment reporter for TIME covering U.S. and global news.\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Rebecca\\\",\\\"lastname\\\":\\\"Schneid\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2024\\\\/05\\\\/l.jpeg?quality=85\u0026w=720\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Trump Administration\\\",\\\"slug\\\":\\\"trump-administration\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/trump-administration\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Politics\\\",\\\"slug\\\":\\\"politics\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/politics\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2243636375.jpg?quality=85\u0026w=1024\u0026h=682\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2243636375.jpg?quality=85\u0026w=1024\u0026h=682\u0026crop=1\\\",\\\"alt\\\":\\\"ICE Detains Immigrants Inside New York City Courthouses\\\",\\\"credit\\\":\\\"Getty Images\u0026mdash;2025 Getty Images\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"},{\"id\":7326119,\"postType\":\"article\",\"title\":\"Horror Movies Can Make You Feel Less Anxious\",\"deck\":\"Seeking out scares for sport is linked to a number of health benefits.\",\"path\":\"/7326119/horror-movies-anxiety-scaring-myself/\",\"published\":1761579000,\"authors\":\"[{\\\"types\\\":[],\\\"id\\\":634872041,\\\"path\\\":\\\"\\\\/author\\\\/delaney-rebernik\\\\/\\\",\\\"name\\\":\\\"Delaney Rebernik\\\",\\\"bio\\\":\\\"\u003cdiv dir=\\\\\\\"ltr\\\\\\\"\u003e\\\\r\\\\n\u003cdiv\u003eRebernik is a contributor for TIME.\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Delaney\\\",\\\"lastname\\\":\\\"Rebernik\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Mental Health\\\",\\\"slug\\\":\\\"mental-health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/mental-health\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Horror-Movies-Good-for-Your-Health.png?w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Horror-Movies-Good-for-Your-Health.png?w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Photo-Illustration by Chloe Dowling for TIME (Source Images: Everett (2), Warner Bros. Pictures (2), Getty Images)\\\",\\\"mediaType\\\":\\\"image\\\",\\\"videoId\\\":null,\\\"mobileVideoId\\\":null}\"}]}},{\"__typename\":\"ContentSections\",\"name\":\"podcast\",\"value\":{\"podcastTitle\":\"The Brief October 28, 2025\",\"episodeTitle\":\"Republicans speak out against Trump's boat bombing, active service members may not be paid during shutdown, and more\",\"podcastShortId\":\"0584dede-af09-4882-b94a-8c6086d8e318\",\"podcastLongId\":\"0584dede-af09-4882-b94a-8c6086d8e318\",\"ctaUrl\":\"\"}},{\"__typename\":\"ContentSections\",\"name\":\"newsletter\",\"value\":\"$5e\"},{\"__typename\":\"ContentSections\",\"name\":\"story_showcase\",\"value\":{\"large\":[{\"id\":7323640,\"postType\":\"article\",\"title\":\"TIME Best Inventions Hall of Fame\",\"deck\":\"The most iconic inventions of the past 25 years\",\"path\":\"/7323640/25-iconic-inventions/\",\"published\":1760007434,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":419056472,\\\"path\\\":\\\"\\\\/author\\\\/merrill-fabry\\\\/\\\",\\\"name\\\":\\\"Merrill Fabry\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Merrill\\\",\\\"lastname\\\":\\\"Fabry\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2018\\\\/12\\\\/m_fabry.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Best Inventions 2025\\\",\\\"slug\\\":\\\"best-inventions-2025\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/best-inventions-2025\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Best-Inventions-Hall-of-Fame.png?w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Best-Inventions-Hall-of-Fame.png?w=1280\u0026h=1280\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"\\\"}\"}],\"small\":[{\"id\":7328396,\"postType\":\"article\",\"title\":\"Vince Gilligan Is Breaking Good\",\"deck\":\"The creator of 'Breaking Bad' is leaving bad guys behind in 'Pluribus,' a sci-fi epic with an unlikely hero. \",\"path\":\"/7328396/vince-gilligan-interview-pluribus/\",\"published\":1761577036,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":430974059,\\\"path\\\":\\\"\\\\/author\\\\/judy-berman\\\\/\\\",\\\"name\\\":\\\"Judy Berman\\\",\\\"bio\\\":\\\"Berman is the TV critic at TIME. Along with reviewing current television, she writes about the ways in which entertainment and pop culture intersect with our larger social and political realities. Her TIME essay on \u003ca href=\\\\\\\"https:\\\\/\\\\/time.com\\\\/6081493\\\\/ted-lasso-season-2\\\\/\\\\\\\"\u003e\u003cem\u003eTed Lasso\u003c\\\\/em\u003e and modern masculinity\u003c\\\\/a\u003e won a New York Press Club award in 2022.\\\",\\\"short_bio\\\":\\\"TV Critic\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Judy\\\",\\\"lastname\\\":\\\"Berman\\\",\\\"title\\\":\\\"TV Critic\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2018\\\\/06\\\\/Judy-1.jpg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Vince-Gilligan.jpg?quality=85\u0026w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Vince-Gilligan.jpg?quality=85\u0026w=1280\u0026h=1280\u0026crop=1\\\",\\\"alt\\\":\\\"Vince Gilligan at The Mulberry Bar in NYC, on Oct. 8.\\\",\\\"credit\\\":\\\"Amy Lombard for TIME\\\"}\"},{\"id\":7328171,\"postType\":\"article\",\"title\":\"'IT: Welcome to Derry' Premiere, Explained\",\"deck\":\"Breaking down that brutal twist in Episode 1 of HBO's new 'IT' prequel series.\",\"path\":\"/7328171/it-welcome-to-derry-premiere-twist-ending/\",\"published\":1761530400,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":386182647,\\\"path\\\":\\\"\\\\/author\\\\/megan-mccluskey\\\\/\\\",\\\"name\\\":\\\"Megan McCluskey\\\",\\\"bio\\\":\\\"McCluskey is a staff writer at TIME. She covers culture, focusing on horror, fantasy, and science fiction.\\\",\\\"short_bio\\\":\\\"Staff Writer\\\",\\\"twitter\\\":\\\"MegzyM27\\\",\\\"email\\\":\\\"megan.mccluskey@time.com\\\",\\\"firstname\\\":\\\"Megan\\\",\\\"lastname\\\":\\\"McCluskey\\\",\\\"title\\\":\\\"Staff Writer\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2018\\\\/12\\\\/m_mccluskey.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026w=1680\u0026h=1080\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026crop=165px%2C0px%2C1080px%2C1080px\u0026resize=1280%2C1280\u0026strip\\\",\\\"alt\\\":\\\"IT: Welcome to Derry\\\",\\\"credit\\\":\\\"Brooke Palmer\\\\u2014HBO\\\"}\"},{\"id\":7328225,\"postType\":\"article\",\"title\":\"Review: 'Springsteen: Deliver Me From Nowhere'\",\"deck\":\"Jeremy Allen White is quietly effective as Bruce Springsteen in Scott Cooper's 'Deliver Me From Nowhere' \",\"path\":\"/7328225/springsteen-deliver-me-from-nowhere-review/\",\"published\":1761331196,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":419712932,\\\"path\\\":\\\"\\\\/author\\\\/stephanie-zacharek\\\\/\\\",\\\"name\\\":\\\"Stephanie Zacharek\\\",\\\"bio\\\":\\\"Zacharek is the film critic at TIME. She is the recipient of a Newswomen\\\\u2019s Club of New York award and was a 2015 Pulitzer Prize finalist.\\\",\\\"short_bio\\\":\\\"Film Critic\\\",\\\"twitter\\\":\\\"szacharek\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Stephanie\\\",\\\"lastname\\\":\\\"Zacharek\\\",\\\"title\\\":\\\"Film Critic\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2018\\\\/12\\\\/s_zacherek.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"movies\\\",\\\"slug\\\":\\\"movies\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/movies\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/10.11.25_StillRequest_07.jpg?quality=85\u0026w=1471\u0026h=803\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/10.11.25_StillRequest_07.jpg?quality=85\u0026w=1280\u0026h=803\u0026crop=1\\\",\\\"alt\\\":\\\"SPRINGSTEEN: DELIVER ME FROM NOWHERE\\\",\\\"credit\\\":\\\"20TH CENTURY STUDIOS\u0026mdash;\\\\u00a9 2025 20th Century Studios. All Rights Reserved.\\\"}\"},{\"id\":7323662,\"postType\":\"article\",\"title\":\"How We Chose the Best Inventions of 2025\",\"deck\":\"The result is 300 groundbreaking inventions that are changing how we live, work, play, and think about what’s possible.\",\"path\":\"/7323662/best-inventions-2025-how-we-picked/\",\"published\":1760007370,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":207071759,\\\"path\\\":\\\"\\\\/author\\\\/time-staff\\\\/\\\",\\\"name\\\":\\\"TIME Staff\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"\\\",\\\"lastname\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Best Inventions 2025\\\",\\\"slug\\\":\\\"best-inventions-2025\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/best-inventions-2025\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/best-inventions-how-we-chose.jpg?quality=85\u0026w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/best-inventions-how-we-chose.jpg?quality=85\u0026w=1280\u0026h=1280\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Peter Garritano for TIME; Cover: Spencer Lowell for TIME\\\"}\"}]}},{\"__typename\":\"ContentSections\",\"name\":\"the_cover\",\"value\":{\"heading\":\"The Cover\",\"getTheIssueCTA\":\"https://timecoverstore.com/\",\"accessArchiveCTA\":\"https://time.com/vault/\",\"relatedCover\":null,\"magazineData\":[{\"title\":\"How We Chose the Best Inventions of 2025\",\"deck\":\"The result is 300 groundbreaking inventions that are changing how we live, work, play, and think about what’s possible.\",\"path\":\"/7323662/best-inventions-2025-how-we-picked/\",\"imageData\":\"$64\"},{\"title\":\"Inside 'Stranger Things' Season 5\",\"deck\":\"“It happens to be a television series, but it’s epic storytelling by any metric.”\",\"path\":\"/7324811/stranger-things-season-5/\",\"imageData\":\"$65\"},{\"title\":\"Eli Sharabi: 491 Days as a Hostage of Hamas\",\"deck\":\"Sharabi’s 'Hostage', the first memoir of captivity in Gaza in the aftermath of Oct. 7, serves as a window into an Israeli view of the war.\",\"path\":\"/7322015/eli-sharabi-hostage-excerpt/\",\"imageData\":\"$66\"},{\"title\":\"How We Chose the 2025 TIME100 Next\",\"deck\":\"The annual list features leaders who are shaping the future\",\"path\":\"/7319452/how-we-chose-the-2025-time100-next/\",\"imageData\":\"$67\"},{\"title\":\"How We Chose the 2025 TIME100 Next\",\"deck\":\"The annual list features leaders who are shaping the future\",\"path\":\"/7319452/how-we-chose-the-2025-time100-next/\",\"imageData\":\"$68\"},{\"title\":\"How We Chose the 2025 TIME100 Next\",\"deck\":\"The annual list features leaders who are shaping the future\",\"path\":\"/7319452/how-we-chose-the-2025-time100-next/\",\"imageData\":\"$69\"},{\"title\":\"Bruce Springsteen’s Long Journey Home\",\"deck\":\"Fifty years after the monumental success of Born to Run, Bruce Springsteen is still grappling with the American story—and his own\",\"path\":\"/7319963/bruce-springsteen-songs-albums-deliver-me-from-nowhere/\",\"imageData\":\"$6a\"},{\"title\":\"President Lee Jae-Myung's Plan to Reboot South Korea\",\"deck\":\"In his only Western media interview since taking office, President Lee Jae-Myung shares his plan to kick-start his nation’s economy—and court Donald Trump.\",\"path\":\"/7317953/south-korea-president-lee-jae-myung-cover/\",\"imageData\":\"$6b\"},{\"title\":\"The Rise of Political Violence in America\",\"deck\":\"Charlie Kirk's killing could become not just a tragedy but a catalyst—less an aberration than a feature of our increasingly perilous national politics\",\"path\":\"/7316280/charlie-kirk-dead-political-violence/\",\"imageData\":\"$6c\"},{\"title\":\"TIME's Kid of the Year Is Protecting Seniors From Cybercrime\",\"deck\":\"Through her hard work, 17-year-old Tejasvi Manoj—TIME Kid of the Year for 2025—hopes to create a safer world for seniors.\",\"path\":\"/7315024/kid-of-the-year-2025/\",\"imageData\":\"$6d\"},{\"title\":\"Sudan's Crisis in the Shadows\",\"deck\":\"As millions suffer amid famine and flight, Sudan faces genocide—yet the world barely looks on.\",\"path\":\"/7313600/sudan-crisis-shadows-photography/\",\"imageData\":\"$6e\"},{\"title\":\"How We Chose the TIME100 AI 2025\",\"deck\":\"Our third edition of the most influential people in AI features the best new additions to our community of AI leaders\",\"path\":\"/7312067/how-we-chose-time100-ai-2025/\",\"imageData\":\"$6f\"},{\"title\":\"'I’m Afraid:' What U.S. Aid Cuts Mean for the Women of Afghanistan\",\"deck\":\"With many care centers shuttered and supplies dwindling, many pregnant women in rural Afghanistan fear they or their babies won’t survive delivery.\",\"path\":\"/7310744/afghanistan-us-aid-cuts-maternal-health/\",\"imageData\":\"$70\"},{\"title\":\"\u0026#8216;A Politics of No Translation.’ Zohran Mamdani on His Unlikely Rise\",\"deck\":\"How a democratic socialist went from long shot to likely mayor of America’s biggest city\",\"path\":\"/7308924/zohran-mamdani-interview-time/\",\"imageData\":\"$71\"},{\"title\":\"How Mike Johnson Became Trump\u0026#8217;s Speaker\",\"deck\":\"Johnson has shepherded a series of wins for the White House—and turned the House into an instrument of Trump's agenda\",\"path\":\"/7306839/speaker-mike-johnson-interview/\",\"imageData\":\"$72\"},{\"title\":\"The Tragedy Unfolding in Gaza\",\"deck\":\"Plummeting access to food across the territory has left ordinary Gazans facing famine, U.N.-backed body says.\",\"path\":\"/7306735/gaza-famine-un/\",\"imageData\":\"$73\"},{\"title\":\"Erling Haaland Is Outscoring Soccer's Greats\",\"deck\":\"The Norwegian striker on his decision to play for Manchester City, the 2026 World Cup, and his signature bun.\",\"path\":\"/7303602/erling-haaland-manchester-city-interview/\",\"imageData\":\"$74\"},{\"title\":\"Where Giorgia Meloni Is Leading Europe\",\"deck\":\"The first female Prime Minister of Italy has confounded her critics while forging a new right-wing nationalism\",\"path\":\"/7304882/giorgia-meloni-interview/\",\"imageData\":\"$75\"},{\"title\":\"The Hidden War Over Ukraine’s Lost Children\",\"deck\":\"Russia took thousands of Ukrainian kids. Can peace talks bring them home?\",\"path\":\"/7302345/ukraine-lost-children-russia-war/\",\"imageData\":\"$76\"},{\"title\":\"How We Chose the 2025 TIME100 Creators\",\"deck\":\"Behind the scenes of TIME's inaugural list of the most influential digital voices.\",\"path\":\"/7299184/how-we-chose-time100-creators-2025/\",\"imageData\":\"$77\"},{\"title\":\"The Making of an American Pope\",\"deck\":\"How a kid from the Midwest became the leader of the Catholic Church\",\"path\":\"/7298083/pope-leo-xiv-robert-prevost-american/\",\"imageData\":\"$78\"},{\"title\":\"How TIME Chose the 100 Most Influential Companies of 2025\",\"deck\":\"TIME solicited nominations across sectors including health care, entertainment, fashion, and technology.\",\"path\":\"/7297167/how-we-chose-time100-companies-2025/\",\"imageData\":\"$79\"},{\"title\":\"How TIME Chose the 100 Most Influential Companies of 2025\",\"deck\":\"TIME solicited nominations across sectors including health care, entertainment, fashion, and technology.\",\"path\":\"/7297167/how-we-chose-time100-companies-2025/\",\"imageData\":\"$7a\"},{\"title\":\"A New Middle East Unfolds Before Our Eyes\",\"deck\":\"Iran has spent most of this century as the region’s rising power.\",\"path\":\"/7295798/new-middle-east-time-cover/\",\"imageData\":\"$7b\"},{\"title\":\"Fishing Communities Fight for Their Future\",\"deck\":\"As sea levels rise, coastal families in the Philippines tackle the fear of displacement\",\"path\":\"/7289533/philippines-fishing-communities-rising-water/\",\"imageData\":\"$7c\"},{\"title\":\"The Orb Will See You Now \",\"deck\":\"An audacious startup co-founded by Sam Altman wants to prove you’re human. What else does it want?\",\"path\":\"/7288387/sam-altman-orb-tools-for-humanity/\",\"imageData\":\"$7d\"},{\"title\":\"Inside Donald Trump's Mass-Deportation Operation\",\"deck\":\"Trump is testing the moral and legal extremes to which the government is willing to go\",\"path\":\"/7291757/trump-deportation-ice-el-salvador/\",\"imageData\":\"$7e\"},{\"title\":\"The 100 Most Influential People in Philanthropy\",\"deck\":\"Read how TIME made the inaugural list representing philanthropists from 28 countries\",\"path\":\"/7286605/how-we-chose-time100-philanthropy-2025/\",\"imageData\":\"$7f\"},{\"title\":\"Audra McDonald Is Our Greatest Living Stage Actor\",\"deck\":\"The Gypsy star is now the performer with the most Tony wins and nominations in history\",\"path\":\"/7285826/audra-mcdonald-broadway-tony-gypsy-interview/\",\"imageData\":\"$80\"},{\"title\":\"Inside the Democrats' Reboot\",\"deck\":\"After the 2024 fiasco, the party is rethinking everything\",\"path\":\"/7286163/inside-the-democratic-party-reboot/\",\"imageData\":\"$81\"},{\"title\":\"The Success Story of Taylor Jenkins Reid\",\"deck\":\"She's the brains behind the best-selling novels loved by readers–and Hollywood\",\"path\":\"/7284944/taylor-jenkins-reid-atmosphere-interview/\",\"imageData\":\"$82\"},{\"title\":\"How We Chose the TIME100 Most Influential People in Health of 2025\",\"deck\":\"Among an upended global health order, medical innovation pushes forward. Read how TIME chose the list of doctors, scientists and more.\",\"path\":\"/7283194/how-we-chose-time100-health-2025/\",\"imageData\":\"$83\"},{\"title\":\"Pope Leo XIV Steps Onto the World Stage\",\"deck\":\"The first American pope succeeds Francis, preaching peace while confronting Church divides and urgent global crises.\",\"path\":\"/7283865/pope-leo-robert-prevost/\",\"imageData\":\"$84\"},{\"title\":\"Exclusive: Inside Trump’s First 100 Days\",\"deck\":\"In an interview, Trump discussed amassing power, court battles and an agenda that is transforming America\",\"path\":\"/7280106/trump-interview-100-days-2025/\",\"imageData\":\"$85\"},{\"title\":\"How a New Weight-Loss Pill Could Transform Health\",\"deck\":\"The first truly revolutionary oral drug for obesity, made by Eli Lilly, may soon be on the way\",\"path\":\"/7278429/weight-loss-obesity-pill-eli-lilly/\",\"imageData\":\"$86\"},{\"title\":\"The Return of the Dire Wolf\",\"deck\":\"Colossal Biosciences has genetically engineered the first dire wolf to live in over 10,000 years\",\"path\":\"/7274542/colossal-dire-wolf/\",\"imageData\":\"$87\"},{\"title\":\"Pope Francis Dies at 88\",\"deck\":\"The reform-minded Roman Catholic leader guided the church through an era of crisis.\",\"path\":\"/5762436/pope-francis-dies-obituary/\",\"imageData\":\"$88\"},{\"title\":\"TIME Five Years After George Floyd\",\"deck\":\"TIME Unveils Special Report “Five Years Later: America Looks for a Way Forward After George Floyd”\",\"path\":\"/7281847/time-unveils-special-report-five-years-later-america-looks-for-a-way-forward-after-george-floyd/\",\"imageData\":\"$89\"},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":\"$8a\"},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":\"$8b\"},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":\"$8c\"},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":\"$8d\"},{\"title\":\"How We Chose the 2025 TIME100\",\"deck\":\"Here are the people who we believe most changed the stories that defined the past year.\",\"path\":\"/7275827/time100-2025-how-we-chose/\",\"imageData\":\"$8e\"},{\"title\":\"Australia’s Leader Takes On Social Media. Can He Win?\",\"deck\":\"Prime Minister Anthony Albanese has plenty of reasons to ban social media for under-16s.\\n\",\"path\":\"/7273443/australia-social-media-ban-anthony-albanese/\",\"imageData\":\"$8f\"},{\"title\":\"How We Chose the 2025 TIME Earth Awards\",\"deck\":\"The list honors individuals influencing the future of the planet through their work in climate justice.\",\"path\":\"/7269124/how-we-chose-2025-time-earth-awards/\",\"imageData\":\"$90\"},{\"title\":\"Zelensky on Trump and Ukraine's Endgame\",\"deck\":\"As the war morphs into a deadly routine, it's harder to hold the attention of allies—and to keep people like Trump on his side.\",\"path\":\"/7270880/zelensky-trump-putin-ukraine-endgame-interview/\",\"imageData\":\"$91\"},{\"title\":\"How Lewis Hamilton Got His Ferrari Red\",\"deck\":\"The seven-time Formula One world champion moves to the iconic brand after more than a decade with Mercedes\",\"path\":\"/7261784/lewis-hamilton-ferrari-f1-interview/\",\"imageData\":\"$92\"},{\"title\":\"How We Chose the World's Greatest Places\",\"deck\":\"TIME solicited nominations of places including hotels, cruises, restaurants, attractions, museums, parks, and more from around the world.\",\"path\":\"/7263823/how-we-chose-worlds-greatest-places-2025/\",\"imageData\":\"$93\"},{\"title\":\"A'ja Wilson and Jordan Chiles Know What It Takes to Win\",\"deck\":\"The WNBA MVP and the gymnast reunite after hitting it off at the Paris Olympics.\",\"path\":\"/7216381/aja-wilson-jordan-chiles-interview/\",\"imageData\":\"$94\"},{\"title\":\"The Case for Ditching Fossil Fuels\",\"deck\":\"Billionaire mining CEO Andrew Forrest faces his biggest challenge yet: convincing investors, employees, and other CEOs that going green is worth the risks.\",\"path\":\"/7260055/green-energy-andrew-forrest-fortescue/\",\"imageData\":\"$95\"},{\"title\":\"A'ja Wilson and Jordan Chiles Know What It Takes to Win\",\"deck\":\"The WNBA MVP and the gymnast reunite after hitting it off at the Paris Olympics.\",\"path\":\"/7216381/aja-wilson-jordan-chiles-interview/\",\"imageData\":\"$96\"},{\"title\":\"Why Nicole Kidman Never Stops Working\",\"deck\":\"The 'Babygirl' actor opens up about her commitment to partnering with female filmmakers.\",\"path\":\"/7216403/nicole-kidman-interview/\",\"imageData\":\"$97\"},{\"title\":\"Inside Elon Musk’s War on Washington \",\"deck\":\"Musk and his DOGE team set their sights on auditing and cutting multiple government agencies\",\"path\":\"/7213409/elon-musk-us-government-trump/\",\"imageData\":\"$98\"},{\"title\":\"Why Do More Young Adults Have Cancer?\",\"deck\":\"Researchers are racing to find out.\",\"path\":\"/7213490/why-are-young-people-getting-cancer/\",\"imageData\":\"$99\"},{\"title\":\"How We Chose the Closers\",\"deck\":\"The list features 25 people who are spearheading efforts to close the racial equity gap.\",\"path\":\"/7211513/how-we-chose-closers-2025/\",\"imageData\":\"$9a\"},{\"title\":\"Donald Trump's Disruption Is Back\",\"deck\":\"After inauguration day, it is on Trump and America to ensure that the oath to defend the U.S. Constitution is kept.\",\"path\":\"/7207806/trump-second-inauguration-oath-of-office/\",\"imageData\":\"$9b\"},{\"title\":\"Trump Begins 2nd Term at 'Apex of Power'\",\"deck\":\"'He wants people that can disrupt alongside him'\",\"path\":\"/7208202/trump-inauguration-second-term-preview/\",\"imageData\":\"$9c\"},{\"title\":\"Jimmy Carter Dies at 100\",\"deck\":\"Carter leaves behind a legacy as a dogged peacemaker and a decent, ethical problem-solver.\",\"path\":\"/5579674/jimmy-carter-dies/\",\"imageData\":\"$9d\"}],\"yearList\":\"$9e\"}},{\"__typename\":\"ContentSections\",\"name\":\"people\",\"value\":{\"peoples\":[{\"title\":\"Lindsey Vonn\",\"path\":\"/7328290/lindsey-vonn-olympics-comeback-interview/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/lindsey-vonn-olympics-alpine-ski-racer.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/lindsey-vonn-olympics-alpine-ski-racer.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Chris Gurney for TIME\"}},{\"title\":\"Tate McRae\",\"path\":\"/collection_hub_item/tate-mcrae/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/t100-next-2025-tate-mcrae-02.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/t100-next-2025-tate-mcrae-02.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"Tate McRae\",\"credit\":\"Photograph by Tyrell Hampton for TIME\"}},{\"title\":\"Bruce Springsteen\",\"path\":\"/7319963/bruce-springsteen-songs-albums-deliver-me-from-nowhere/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/bruce-springsteen-time-magazine-04.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/bruce-springsteen-time-magazine-04.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"\",\"credit\":\"Photograph by Andreas Laszlo Konrath for TIME\"}},{\"title\":\"Tejasvi Manoj\",\"path\":\"/7315024/kid-of-the-year-2025/\",\"imageData\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/09/250929_WKOTY_005.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/09/250929_WKOTY_005.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\",\"alt\":\"Tejasvi Manoj\",\"credit\":\"Zerb Mellish for TIME\"}}]}},{\"__typename\":\"ContentSections\",\"name\":\"voices\",\"value\":{\"voices\":[{\"title\":\"Why Aid Is Crucial to the Gaza Cease-fire\",\"path\":\"/7328235/gaza-humanitarian-aid-ceasefire/\",\"authors\":[{\"types\":[\"contributor\"],\"id\":373673689,\"path\":\"/author/anna-halford/\",\"name\":\"Anna Halford\",\"bio\":\"Halford is an emergency coordinator for Médecins Sans Frontières / Doctors Without Borders.\",\"short_bio\":\"Halford is an emergency coordinator for Médecins Sans Frontières / Doctors Without Borders.\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Anna\",\"lastname\":\"Halford\",\"title\":\"Contributor\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}]},{\"title\":\"Trump’s Domestic Pressures for a Potential War in Venezuela\",\"path\":\"/7328489/trumps-potential-war-venezuela/\",\"authors\":[{\"types\":[\"contributor\"],\"id\":634872062,\"path\":\"/author/javier-corrales/\",\"name\":\"Javier Corrales\",\"bio\":\"Javier Corrales is a professor of political science at Amherst College and the author of \u003ca href=\\\"https://www.brookings.edu/books/autocracy-rising/\\\"\u003e\u003cem\u003eAutocracy Rising\u003c/em\u003e\u003c/a\u003e, which discusses the transition to authoritarianism in Venezuela since the 2010s, with comparisons to Colombia, Ecuador, and Nicaragua.\",\"short_bio\":\"Javier Corrales is a professor of political science at Amherst College and the author of \\\"Autocracy Rising\\\"\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Javier\",\"lastname\":\"Corrales\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}]},{\"title\":\"Women Hold the Key to Ending Polio\",\"path\":\"/7327662/polio-vaccine-women-health/\",\"authors\":[{\"types\":[],\"id\":634872058,\"path\":\"/author/dr-tunji-funsho/\",\"name\":\"Dr. Tunji Funsho\",\"bio\":\"Dr. Tunji Funsho\u003cspan style=\\\"font-weight: 400\\\"\u003e is Rotary International’s Africa representative for polio eradication and former chair of Rotary’s Nigeria National PolioPlus Committee. A Lagos-based cardiologist and member of the Rotary Club of Lekki, he was named to \u003c/span\u003e\u003ca href=\\\"https://time.com/collection/100-most-influential-people-2020/5888417/tunji-funsho/?utm_source=facebook\\\"\u003e\u003cspan style=\\\"font-weight: 400\\\"\u003eTIME’s 100 Most Influential People in 2020\u003c/span\u003e\u003c/a\u003e\u003cspan style=\\\"font-weight: 400\\\"\u003e for his role in securing Africa’s certification as free of wild poliovirus.\u003c/span\u003e\",\"short_bio\":\"Dr. Tunji Funsho is Rotary International’s Africa representative for polio eradication.\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Dr. Tunji\",\"lastname\":\"Funsho\",\"title\":\"\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}]},{\"title\":\"Why Somalia Is at a Crossroads\",\"path\":\"/7326983/somalia-mogadishu-elections-instability/\",\"authors\":[{\"types\":[\"contributor\"],\"id\":634872055,\"path\":\"/author/omar-s-mahmood/\",\"name\":\"Omar S Mahmood\",\"bio\":\"Omar S Mahmood is the senior analyst for Somalia and the Horn of Africa at International Crisis Group, an NGO working on conflict prevention.\",\"short_bio\":\"Mahmood is the senior analyst for Somalia and the Horn of Africa at International Crisis Group.\",\"twitter\":\"\",\"email\":\"\",\"firstname\":\"Omar S\",\"lastname\":\"Mahmood\",\"title\":\"Contributor\",\"facebook\":\"\",\"google\":\"\",\"instagram\":\"\",\"linkedin\":\"\",\"thumbnail\":\"\",\"show_desc\":\"1\"}]}]}},{\"__typename\":\"ContentSections\",\"name\":\"collections\",\"value\":{\"branded_tag\":\"$9f\",\"title\":\"The Best Inventions of 2025\",\"featured_image\":{\"imageSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Best-Inventions-2025-Featured-Image-1.png?w=1969\u0026h=1130\u0026crop=1\",\"mobileImgSrc\":\"https://api.time.com/wp-content/uploads/2025/10/Best-Inventions-2025-Featured-Image-1.png?w=750\u0026h=1140\u0026crop=1\",\"alt\":\"\",\"credit\":\"\"},\"description\":\"Here are the 300 best inventions making the world better, smarter, and more fun.\",\"read_more_url\":\"https://time.com/collections/best-inventions-2025/\"}},{\"__typename\":\"ContentSections\",\"name\":\"feature_section\",\"value\":[{\"title\":\"AI\",\"layout\":\"feature-main-section\",\"order\":\"\",\"showInNav\":true,\"tags\":[\"AI\"],\"sections\":[],\"posts\":[{\"id\":7329062,\"postType\":\"article\",\"title\":\"OpenAI Completes Reorganization\",\"deck\":\"The nonprofit arm, now called the OpenAI Foundation, will have a $130 billion stake in the for-profit enterprise.\",\"path\":\"/7329062/openai-microsoft-investment-restructure/\",\"published\":1761675986,\"authors\":\"$a0\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/OpenAI-Restructuring.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/OpenAI-Restructuring.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"Illustration Microsoft OpenAI\\\",\\\"credit\\\":\\\"CFOTO\\\\/Future Publishing via Gett\u0026mdash;CFOTO\\\"}\"},{\"id\":7328967,\"postType\":\"article\",\"title\":\"A New Bill Would Prohibit Minors from Using AI Chatbots\",\"deck\":\"The GUARD Act—introduced in Congress by Senators Josh Hawley and Richard Blumenthal—aims to keep minors off chatbots such as ChatGPT.\",\"path\":\"/7328967/ai-josh-hawley-richard-blumenthal-minors-chatbots/\",\"published\":1761668404,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634870783,\\\"path\\\":\\\"\\\\/author\\\\/tharin-pillay\\\\/\\\",\\\"name\\\":\\\"Tharin Pillay\\\",\\\"bio\\\":\\\"Pillay is an editorial fellow at TIME, interested in how AI and other digital technologies are changing us. He is currently supported by the Tarbell Fellowship.\\\",\\\"short_bio\\\":\\\"Pillay is an editorial fellow at TIME.\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Tharin\\\",\\\"lastname\\\":\\\"Pillay\\\",\\\"title\\\":\\\"Pillay is an editorial fellow at TIME.\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2024\\\\/06\\\\/20240415_191018.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-1915739103.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-1915739103.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"Senate Judiciary Committee Holds Hearing Artificial Intelligence And The Future Of Journalism\\\",\\\"credit\\\":\\\"Kent Nishimura\\\\u2014Getty Images\\\"}\"},{\"id\":7328860,\"postType\":\"article\",\"title\":\"Is AI Really Ready For Robots?\",\"deck\":\"Researchers tested an LLM-powered robot's ability to fetch butter. The result? Today’s models still struggle at basic embodied tasks.\",\"path\":\"/7328860/ai-robots-claude-therapy/\",\"published\":1761656351,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":430965738,\\\"path\\\":\\\"\\\\/author\\\\/billy-perrigo\\\\/\\\",\\\"name\\\":\\\"Billy Perrigo\\\",\\\"bio\\\":\\\"Perrigo is a correspondent at TIME, based in the London bureau. He covers the tech industry, focusing on the companies reshaping our world in strange and unexpected ways. His investigation \\\\u2018\u003ca href=\\\\\\\"https:\\\\/\\\\/time.com\\\\/6147458\\\\/facebook-africa-content-moderation-employee-treatment\\\\/\\\\\\\"\u003eInside Facebook\\\\u2019s African Sweatshop\u003c\\\\/a\u003e\\\\u2019 was a finalist for the 2022 Orwell Prize.\\\",\\\"short_bio\\\":\\\"Correspondent\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"billy.perrigo@time.com\\\",\\\"firstname\\\":\\\"Billy\\\",\\\"lastname\\\":\\\"Perrigo\\\",\\\"title\\\":\\\"Correspondent\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2017\\\\/10\\\\/TIME_Staff-Portraits_Billy-Perrigo_141_F1.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/robot_edited.png?w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/robot_edited.png?w=1200\u0026h=928\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Courtesy: Andon Labs\\\"}\"},{\"id\":7328846,\"postType\":\"article\",\"title\":\"How Grokipedia Describes Elon Musk\",\"deck\":\"The tech billionaire launched his alternative to Wikipedia in the name of combating ideological bias, but critics say it has its own biases.\",\"path\":\"/7328846/elon-musk-grokipedia-wikipedia-differences-grok-xai-ai-ideological-bias/\",\"published\":1761649200,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634871189,\\\"path\\\":\\\"\\\\/author\\\\/miranda-jeyaretnam\\\\/\\\",\\\"name\\\":\\\"Miranda Jeyaretnam\\\",\\\"bio\\\":\\\"Jeyaretnam is a reporter at TIME, based in the Singapore bureau. She covers the Asia-Pacific region and global overnight news.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Miranda\\\",\\\"lastname\\\":\\\"Jeyaretnam\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/01\\\\/miranda-jeyaretnam-time-author.jpg?quality=85\u0026w=852\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/grokipedia.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/grokipedia.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Screenshot\\\\u2014Time Magazine\\\"}\"},{\"id\":7328674,\"postType\":\"article\",\"title\":\"A Timeline of OpenAI's For-Profit Shift\",\"deck\":\"Tracing the journey of OpenAI: its non-profit roots, the 2023 coup, and the ongoing legal war over a controversial corporate overhaul.\",\"path\":\"/7328674/openai-chatgpt-sam-altman-elon-musk-timeline/\",\"published\":1761585023,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634871896,\\\"path\\\":\\\"\\\\/author\\\\/nikita-ostrovsky\\\\/\\\",\\\"name\\\":\\\"Nikita Ostrovsky\\\",\\\"bio\\\":\\\"Nikita Ostrovsky is a reporter at TIME covering AI. He is currently supported by the \u003cspan class=\\\\\\\"il\\\\\\\"\u003eTarbell\u003c\\\\/span\u003e Center for AI Journalism.\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Nikita\\\",\\\"lastname\\\":\\\"Ostrovsky\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2218344211.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2218344211.jpg?quality=85\u0026w=1024\u0026h=693\u0026crop=1\\\",\\\"alt\\\":\\\"Open AI CEO Speaks At Annual Snowflake Summit In San Francisco\\\",\\\"credit\\\":\\\"Justin Sullivan\\\\u2014Getty Images\\\"}\"},{\"id\":7327946,\"postType\":\"article\",\"title\":\"OpenAI Removed Safeguards Before Teen's Suicide: Lawsuit\",\"deck\":\"The family alleges OpenAI prioritized engagement over safety in the months before their 16-year-old son's death.\",\"path\":\"/7327946/chatgpt-openai-suicide-adam-raine-lawsuit/\",\"published\":1761234045,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634871896,\\\"path\\\":\\\"\\\\/author\\\\/nikita-ostrovsky\\\\/\\\",\\\"name\\\":\\\"Nikita Ostrovsky\\\",\\\"bio\\\":\\\"Nikita Ostrovsky is a reporter at TIME covering AI. He is currently supported by the \u003cspan class=\\\\\\\"il\\\\\\\"\u003eTarbell\u003c\\\\/span\u003e Center for AI Journalism.\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Nikita\\\",\\\"lastname\\\":\\\"Ostrovsky\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Tech\\\",\\\"slug\\\":\\\"tech\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/tech\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/08\\\\/RAINE-Adam-Raine-2.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/08\\\\/RAINE-Adam-Raine-2.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Courtesy the Raine Family\\\"}\"},{\"id\":7327697,\"postType\":\"article\",\"title\":\"The Ancient Principle That Can Help Us Spot AI Fakes\",\"deck\":\"The concept of reputation, and who is sharing information, may be the key to recognizing misinformation in the AI era.\",\"path\":\"/7327697/ancient-principle-help-spot-ai-fakes/\",\"published\":1761230896,\"authors\":\"$a1\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"AI\\\",\\\"slug\\\":\\\"ai\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/ai\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Ideas\\\",\\\"slug\\\":\\\"ideas\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/ideas\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Reputation.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Reputation.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"A young man on his phone with a red and black vortex details around him.\\\",\\\"credit\\\":\\\"Photo Illustration by TIME; Getty Images\\\"}\"}],\"miniNav\":[],\"brandLogo\":null},{\"title\":\"Health\",\"layout\":\"feature-main-section\",\"order\":\"\",\"showInNav\":true,\"tags\":[],\"sections\":[\"Health\"],\"posts\":[{\"id\":7325019,\"postType\":\"article\",\"title\":\"Halloween Treats Dentists and RDs Love\",\"deck\":\"Experts use a few tricks to make treats less troublesome.\",\"path\":\"/7325019/halloween-candy-dentist-dietitian/\",\"published\":1761671449,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858983,\\\"path\\\":\\\"\\\\/author\\\\/angela-haupt\\\\/\\\",\\\"name\\\":\\\"Angela Haupt\\\",\\\"bio\\\":\\\"Haupt is a health and wellness editor at TIME. She covers happiness and actionable ways to live well.\\\",\\\"short_bio\\\":\\\"Haupt is a health and wellness editor at TIME.\\\",\\\"twitter\\\":\\\"angelahaupt\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Angela\\\",\\\"lastname\\\":\\\"Haupt\\\",\\\"title\\\":\\\"Haupt is a health and wellness editor at TIME.\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2023\\\\/06\\\\/Angela_Haupt-e1686328764167.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Diet \u0026amp; Nutrition\\\",\\\"slug\\\":\\\"dietnutrition\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/dietnutrition\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Dietitians-and-Dentists-Love-These-Halloween-Treats.png?w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Dietitians-and-Dentists-Love-These-Halloween-Treats.png?w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Photo-Illustration by Chloe Dowling for TIME (Source Images: Juj Winn\\\\u2014Getty Images (2), Emilija Manevska\\\\u2014Getty Images, Jenny Dettrick\\\\u2014Getty Images, the_burtons\\\\/Getty Images, SchulteProductions\\\\/Getty Images, darios44\\\\/Getty Images, domnicky\\\\/Getty Images, Perfectfood\\\\/Getty Images, chengyuzheng\\\\/Getty Images)\\\"}\"},{\"id\":7328910,\"postType\":\"article\",\"title\":\"Texas Sues Tylenol Makers Over Claims of Links to Autism\",\"deck\":\"The lawsuit accuses pharmaceutical companies of “deceptively marketing” Tylenol as a safe option for pregnant mothers. \\n\",\"path\":\"/7328910/tylenol-autism-lawsuit-texas/\",\"published\":1761670550,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634859473,\\\"path\\\":\\\"\\\\/author\\\\/solcyre-burga\\\\/\\\",\\\"name\\\":\\\"Solcyr\\\\u00e9 Burga\\\",\\\"bio\\\":\\\"Burga is a general assignment reporter at TIME. She covers U.S. news with a focus on student loans and LGBTQ+ issues.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Solcyr\\\\u00e9\\\",\\\"lastname\\\":\\\"Burga\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2022\\\\/07\\\\/Sol-Burga-headshot.jpeg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Autism\\\",\\\"slug\\\":\\\"autism\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/autism\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2236788563.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2236788563.jpg?quality=85\u0026w=1024\u0026h=707\u0026crop=1\\\",\\\"alt\\\":\\\"Trump Administration To Reportedly Link Tylenol Use During Pregnancy To Autism\\\",\\\"credit\\\":\\\"Getty Images\u0026mdash;2025 Getty Images\\\"}\"},{\"id\":7328868,\"postType\":\"article\",\"title\":\"Exercise Protects Women’s Hearts More\",\"deck\":\"Research shows women’s hearts may benefit more from exercise—at half the effort men need.\",\"path\":\"/7328868/women-heart-health-exercise/\",\"published\":1761669769,\"authors\":\"$a2\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Exercise \u0026amp; Fitness\\\",\\\"slug\\\":\\\"exercisefitness\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/exercisefitness\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/running-jumping-sports-shoes-fitness-health-success-betterment.jpg?quality=85\u0026crop=488px%2C0px%2C1668px%2C1667px\u0026resize=600%2C600\u0026strip\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/running-jumping-sports-shoes-fitness-health-success-betterment.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"running-jumping-sports-shoes-fitness-health-success-betterment-motto-stock\\\",\\\"credit\\\":\\\"Molly Cranna for TIME \\\"}\"},{\"id\":7328589,\"postType\":\"article\",\"title\":\"What Your Pee Says About Your Health\",\"deck\":\"Experts explain how your urine becomes toxic waste, and why the future of precision medicine might be in the toilet.\",\"path\":\"/7328589/pee-color-health-insights-urine/\",\"published\":1761658355,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":208144609,\\\"path\\\":\\\"\\\\/author\\\\/veronique-greenwood\\\\/\\\",\\\"name\\\":\\\"Veronique Greenwood\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"vero_greenwood\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Veronique\\\",\\\"lastname\\\":\\\"Greenwood\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Wellness\\\",\\\"slug\\\":\\\"wellness\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/wellness\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2210251932_6fce7c.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2210251932_6fce7c.jpg?quality=85\u0026w=1200\u0026h=1414\u0026crop=1\\\",\\\"alt\\\":\\\"Urine biomarkers\\\",\\\"credit\\\":\\\"Getty Images\\\"}\"},{\"id\":7326119,\"postType\":\"article\",\"title\":\"Horror Movies Can Make You Feel Less Anxious\",\"deck\":\"Seeking out scares for sport is linked to a number of health benefits.\",\"path\":\"/7326119/horror-movies-anxiety-scaring-myself/\",\"published\":1761579000,\"authors\":\"[{\\\"types\\\":[],\\\"id\\\":634872041,\\\"path\\\":\\\"\\\\/author\\\\/delaney-rebernik\\\\/\\\",\\\"name\\\":\\\"Delaney Rebernik\\\",\\\"bio\\\":\\\"\u003cdiv dir=\\\\\\\"ltr\\\\\\\"\u003e\\\\r\\\\n\u003cdiv\u003eRebernik is a contributor for TIME.\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Delaney\\\",\\\"lastname\\\":\\\"Rebernik\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Mental Health\\\",\\\"slug\\\":\\\"mental-health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/mental-health\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Horror-Movies-Good-for-Your-Health.png?w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Horror-Movies-Good-for-Your-Health.png?w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Photo-Illustration by Chloe Dowling for TIME (Source Images: Everett (2), Warner Bros. Pictures (2), Getty Images)\\\"}\"},{\"id\":7327906,\"postType\":\"article\",\"title\":\"The Tales Told By DNA in Ancient Poop\",\"deck\":\"Scientists dug into paleofeces, learning some very intimate details about how long-ago people lived.\",\"path\":\"/7327906/ancient-poop-dna-history/\",\"published\":1761303600,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":208144609,\\\"path\\\":\\\"\\\\/author\\\\/veronique-greenwood\\\\/\\\",\\\"name\\\":\\\"Veronique Greenwood\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"vero_greenwood\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Veronique\\\",\\\"lastname\\\":\\\"Greenwood\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Research\\\",\\\"slug\\\":\\\"research\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/research\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Enterobius-vermicularis-pinworm.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Enterobius-vermicularis-pinworm.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"Enterobius vermicularis (EV) eggs. parasite in stool, image under light microscopy 100X objective.\\\",\\\"credit\\\":\\\"Getty Images\\\"}\"},{\"id\":7328125,\"postType\":\"collectionItem\",\"title\":\"What Menopause Does to the Brain\",\"deck\":\"Menopause marks the end of a woman\u0026rsquo;s reproductive years. But the transition affects far more than reproductive health: it also reshapes the brain. As estrogen and progesterone decline, cognitive issues can arise, altering memory, attention, mood, and sleep.\u0026nbsp; Here\u0026rsquo;s what to know about how menopause affects the brain. Hormone shifts can cause brain fog Brain\u0026hellip;\",\"path\":\"/collections/time-for-you-menopause/7328125/menopause-brain-health\",\"published\":1761250316,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634871496,\\\"path\\\":\\\"\\\\/author\\\\/lauryn-higgins\\\\/\\\",\\\"name\\\":\\\"Lauryn Higgins\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Lauryn\\\",\\\"lastname\\\":\\\"Higgins\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"menopause\\\",\\\"slug\\\":\\\"menopause\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/menopause\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Health\\\",\\\"slug\\\":\\\"health\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/health\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/What-Menopause-Does-to-the-Brain.png?w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/What-Menopause-Does-to-the-Brain.png?w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Photo-Illustration by TIME (Source Image: OsakaWayne Studios\\\\/Getty Images)\\\"}\"}],\"miniNav\":[],\"brandLogo\":null},{\"title\":\"Climate\",\"layout\":\"feature-main-section\",\"order\":\"\",\"showInNav\":true,\"tags\":[],\"sections\":[\"Climate\"],\"posts\":[{\"id\":7329105,\"postType\":\"article\",\"title\":\"Climate Inaction is Leading to Millions of Deaths Each Year\",\"deck\":\"Global health experts' annual assessment of the health impacts of climate change \\\"paints a bleak and undeniable picture.\\\"\",\"path\":\"/7329105/lancet-health-climate-impacts-2025/\",\"published\":1761696060,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858542,\\\"path\\\":\\\"\\\\/author\\\\/simmone-shah\\\\/\\\",\\\"name\\\":\\\"Simmone Shah\\\",\\\"bio\\\":\\\"Shah is a reporter at TIME.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"simmoneshah\\\",\\\"email\\\":\\\"simmone.shah@time.com\\\",\\\"firstname\\\":\\\"Simmone\\\",\\\"lastname\\\":\\\"Shah\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/05\\\\/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/climate\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/climate-health.jpg?quality=85\u0026w=1024\u0026h=655\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/climate-health.jpg?quality=85\u0026w=1024\u0026h=655\u0026crop=1\\\",\\\"alt\\\":\\\"Hazy Sunrise in New York City\\\",\\\"credit\\\":\\\"Photo by Gary Hershorn\\\\/Getty Images\\\"}\"},{\"id\":7329055,\"postType\":\"article\",\"title\":\"Government Shutdown Puts Millions At Risk of Not Being Able to Heat Their Homes\",\"deck\":\"The federal budget includes billions in funding for low-income Americans that might otherwise struggle to pay their energy bills. \",\"path\":\"/7329055/energy-heating-costs-government-shutdown/\",\"published\":1761681255,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858542,\\\"path\\\":\\\"\\\\/author\\\\/simmone-shah\\\\/\\\",\\\"name\\\":\\\"Simmone Shah\\\",\\\"bio\\\":\\\"Shah is a reporter at TIME.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"simmoneshah\\\",\\\"email\\\":\\\"simmone.shah@time.com\\\",\\\"firstname\\\":\\\"Simmone\\\",\\\"lastname\\\":\\\"Shah\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/05\\\\/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"energy\\\",\\\"slug\\\":\\\"energy\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/energy\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/home-energy-heating-bills-LIHEAP-government-shutdown.jpg?quality=85\u0026w=1200\u0026h=1416\u0026crop=1\\\",\\\"alt\\\":\\\"Home energy costs are on the rise. As the government shutdown continues, it could get harder for low-income families to afford their heating bills.\\\",\\\"credit\\\":\\\"Getty Images\u0026mdash;catnap72\\\"}\"},{\"id\":7328895,\"postType\":\"article\",\"title\":\"Why Are We Seeing More Category 5 Storms?\",\"deck\":\"Hurricane Melissa marks the first time in 20 years that three or more Category 5 hurricanes have developed over the Atlantic Basin in one season.\",\"path\":\"/7328895/hurricane-melissa-category-5-atlantic-explained/\",\"published\":1761661455,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634858542,\\\"path\\\":\\\"\\\\/author\\\\/simmone-shah\\\\/\\\",\\\"name\\\":\\\"Simmone Shah\\\",\\\"bio\\\":\\\"Shah is a reporter at TIME.\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"simmoneshah\\\",\\\"email\\\":\\\"simmone.shah@time.com\\\",\\\"firstname\\\":\\\"Simmone\\\",\\\"lastname\\\":\\\"Shah\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2021\\\\/05\\\\/Simmone-Shah-headshot.jpeg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/cat-five.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/cat-five.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\\\",\\\"alt\\\":\\\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\\\",\\\"credit\\\":\\\"Photo by NOAA via Getty Images\\\"}\"},{\"id\":7328629,\"postType\":\"article\",\"title\":\"Hurricane Melissa Strikes Jamaica With Catastrophic Strength\",\"deck\":\"The hurricane is the most powerful to hit Jamaica since record-keeping began.\",\"path\":\"/7328629/hurricane-melissa-path-landfall-jamaica/\",\"published\":1761578431,\"authors\":\"$a3\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2243296389.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/GettyImages-2243296389.jpg?quality=85\u0026w=1024\u0026h=780\u0026crop=1\\\",\\\"alt\\\":\\\"Hurricane Melissa Threatens Catastrophic Flooding In Jamaica And Haiti\\\",\\\"credit\\\":\\\"NOAA via Getty Images\\\"}\"},{\"id\":7328483,\"postType\":\"article\",\"title\":\"Hurricane Melissa to Make 'Catastrophic' Landfall in Jamaica\",\"deck\":\"Hurricane Melissa is currently sustaining winds near 140 mph, and is expected to make landfall in Jamaica on Monday night.\",\"path\":\"/7328483/hurricane-melissa-jamaica-haiti/\",\"published\":1761502298,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":634870768,\\\"path\\\":\\\"\\\\/author\\\\/rebecca-schneid\\\\/\\\",\\\"name\\\":\\\"Rebecca Schneid\\\",\\\"bio\\\":\\\"\u003cdiv class=\\\\\\\"c-message_kit__blocks c-message_kit__blocks--rich_text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"c-message__message_blocks c-message__message_blocks--rich_text\\\\\\\" data-qa=\\\\\\\"message-text\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer\\\\\\\" data-qa=\\\\\\\"block-kit-renderer\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_block\\\\\\\" dir=\\\\\\\"auto\\\\\\\"\u003e\\\\r\\\\n\u003cdiv class=\\\\\\\"p-rich_text_section\\\\\\\"\u003eSchneid is a general assignment reporter for TIME covering U.S. and global news.\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\\r\\\\n\u003c\\\\/div\u003e\\\",\\\"short_bio\\\":\\\"Reporter\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Rebecca\\\",\\\"lastname\\\":\\\"Schneid\\\",\\\"title\\\":\\\"Reporter\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2024\\\\/05\\\\/l.jpeg?quality=85\u0026w=720\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/AP25299070099588.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/AP25299070099588.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"Jamaica Extreme Weather Hurricane Melissa\\\",\\\"credit\\\":\\\"Matias Delacroix\\\\u2014AP Photo\\\"}\"},{\"id\":7328258,\"postType\":\"article\",\"title\":\"Americans Aren't Sold on Cheap Chinese EVs—Yet\",\"deck\":\"To dismiss the rise of Chinese EVs as irrelevant to the U.S. would be a strategic misstep—even if consumers don't want them today.\",\"path\":\"/7328258/american-chinese-electric-vehicles-cost/\",\"published\":1761316154,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":243888282,\\\"path\\\":\\\"\\\\/author\\\\/justin-worland\\\\/\\\",\\\"name\\\":\\\"Justin Worland\\\",\\\"bio\\\":\\\"Worland is a senior correspondent at TIME, based in the Washington, D.C., bureau. He received Covering Climate Now\\\\u2019s inaugural Climate Journalist of the Year award in 2022, among other awards. He is the Outrider Foundation fellow at TIME.\\\",\\\"short_bio\\\":\\\"Senior Correspondent\\\",\\\"twitter\\\":\\\"justinworland\\\",\\\"email\\\":\\\"justin.worland@time.com\\\",\\\"firstname\\\":\\\"Justin\\\",\\\"lastname\\\":\\\"Worland\\\",\\\"title\\\":\\\"Senior Correspondent\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2014\\\\/06\\\\/TIME-JustinWorland.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Leadership Report\\\",\\\"slug\\\":\\\"co2-leadership-report\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/co2-leadership-report\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/chinese-EVs-for-export.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/chinese-EVs-for-export.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"Electric cars stacked for export\\\",\\\"credit\\\":\\\"Photo by STR\\\\/AFP via Getty Images\\\"}\"},{\"id\":7327517,\"postType\":\"article\",\"title\":\"Trump Axed NOAA's Climate Disaster Data. This Group Saved It\",\"deck\":\"\\\"This data set is simply too important to stop being updated.\\\"\",\"path\":\"/7327517/saving-noaa-billion-dollar-climate-disaster-data/\",\"published\":1761148343,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":2996288,\\\"path\\\":\\\"\\\\/author\\\\/jeffrey-kluger\\\\/\\\",\\\"name\\\":\\\"Jeffrey Kluger\\\",\\\"bio\\\":\\\"Kluger is an editor at large at TIME. He covers space, climate, and science. He is the author of 12 books, including \u003ca href=\\\\\\\"https:\\\\/\\\\/www.amazon.com\\\\/Apollo-13-Jim-Lovell\\\\/dp\\\\/0618619585\\\\/ref=sr_1_3?s=books\u0026amp;ie=UTF8\u0026amp;qid=1547242208\u0026amp;sr=1-3\u0026amp;keywords=apollo+13\\\\\\\"\u003e\u003cem\u003eApollo 13\u003c\\\\/em\u003e\u003c\\\\/a\u003e, which served as the basis for the 1995 film, and was nominated for an Emmy Award for TIME's series \u003ca href=\\\\\\\"https:\\\\/\\\\/time.com\\\\/studios\\\\/project\\\\/a-year-in-space\\\\\\\"\u003eA Year in Space.\u003c\\\\/a\u003e\\\",\\\"short_bio\\\":\\\"Editor at Large\\\",\\\"twitter\\\":\\\"jeffreykluger\\\",\\\"email\\\":\\\"jeffrey.kluger@time.com\\\",\\\"firstname\\\":\\\"Jeffrey\\\",\\\"lastname\\\":\\\"Kluger\\\",\\\"title\\\":\\\"Editor at Large\\\",\\\"facebook\\\":\\\"jeffrey.kluger\\\",\\\"google\\\":\\\"103427611738780615651\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2014\\\\/01\\\\/jeffrey-kluger.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"extreme weather\\\",\\\"slug\\\":\\\"extreme-weather\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/extreme-weather\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Climate\\\",\\\"slug\\\":\\\"climate\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/climate\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/la-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/la-wildfires-billion-dollar-climate-disaster-data-noaa-climate-central.jpg?quality=85\u0026w=1024\u0026h=683\u0026crop=1\\\",\\\"alt\\\":\\\"TOPSHOT-US-FIRE-CALIFORNIA\\\",\\\"credit\\\":\\\"AGUSTIN PAULLIER\\\\/AFP\\\\u2014Getty Images\\\"}\"}],\"miniNav\":[],\"brandLogo\":null},{\"title\":\"Entertainment\",\"layout\":\"feature-main-section\",\"order\":\"\",\"showInNav\":true,\"tags\":[],\"sections\":[\"Entertainment\"],\"posts\":[{\"id\":7328728,\"postType\":\"article\",\"title\":\"Breaking Down the Unsettling Ending of The Asset\",\"deck\":\"The Danish crime series follows Tea, an undercover operative whose mission to infiltrate a criminal network unravels her sense of self\",\"path\":\"/7328728/the-asset-ending-netflix/\",\"published\":1761587024,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634871179,\\\"path\\\":\\\"\\\\/author\\\\/isabella-wandermurem\\\\/\\\",\\\"name\\\":\\\"Isabella Wandermurem\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"\\\",\\\"lastname\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/The_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg?quality=85\u0026w=1680\u0026h=1120\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/The_Asset_00_26_35_14_Jonas-Berlin_Netflix.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"The Legend. (L to R) Clara Dessau as Sara\\\\/Tea and Nicolas Bro as Folke in The Legend. Cr. Courtesy of Netflix \\\\u00a9 2024\\\",\\\"credit\\\":\\\"Courtesy of Netflix\\\"}\"},{\"id\":7328626,\"postType\":\"article\",\"title\":\"How Realistic Is 'A House of Dynamite'?\",\"deck\":\"The Netflix movie's screenwriter and technical advisor explain how likely its events would be to unfold were the U.S. were faced with an imminent nuclear threat.\",\"path\":\"/7328626/a-house-of-dynamite-realistic-experts-nuclear-threat/\",\"published\":1761584620,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634871034,\\\"path\\\":\\\"\\\\/author\\\\/jake-kring-schreifels\\\\/\\\",\\\"name\\\":\\\"Jake Kring-Schreifels\\\",\\\"bio\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"short_bio\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Jake\\\",\\\"lastname\\\":\\\"King-Schreifels\\\",\\\"title\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"movies\\\",\\\"slug\\\":\\\"movies\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/movies\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/09\\\\/UBO_20240910_14741_R2.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/09\\\\/UBO_20240910_14741_R2.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"A HOUSE OF DYNAMITE\\\",\\\"credit\\\":\\\"Courtesy of Netflix\\\"}\"},{\"id\":7328396,\"postType\":\"article\",\"title\":\"Vince Gilligan Is Breaking Good\",\"deck\":\"The creator of 'Breaking Bad' is leaving bad guys behind in 'Pluribus,' a sci-fi epic with an unlikely hero. \",\"path\":\"/7328396/vince-gilligan-interview-pluribus/\",\"published\":1761577036,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":430974059,\\\"path\\\":\\\"\\\\/author\\\\/judy-berman\\\\/\\\",\\\"name\\\":\\\"Judy Berman\\\",\\\"bio\\\":\\\"Berman is the TV critic at TIME. Along with reviewing current television, she writes about the ways in which entertainment and pop culture intersect with our larger social and political realities. Her TIME essay on \u003ca href=\\\\\\\"https:\\\\/\\\\/time.com\\\\/6081493\\\\/ted-lasso-season-2\\\\/\\\\\\\"\u003e\u003cem\u003eTed Lasso\u003c\\\\/em\u003e and modern masculinity\u003c\\\\/a\u003e won a New York Press Club award in 2022.\\\",\\\"short_bio\\\":\\\"TV Critic\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Judy\\\",\\\"lastname\\\":\\\"Berman\\\",\\\"title\\\":\\\"TV Critic\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2018\\\\/06\\\\/Judy-1.jpg?quality=85\u0026w=400\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Vince-Gilligan.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Vince-Gilligan.jpg?quality=85\u0026crop=759px%2C0px%2C1280px%2C1601px\u0026resize=1200%2C1500\u0026strip\\\",\\\"alt\\\":\\\"Vince Gilligan at The Mulberry Bar in NYC, on Oct. 8.\\\",\\\"credit\\\":\\\"Amy Lombard for TIME\\\"}\"},{\"id\":7328171,\"postType\":\"article\",\"title\":\"'IT: Welcome to Derry' Premiere, Explained\",\"deck\":\"Breaking down that brutal twist in Episode 1 of HBO's new 'IT' prequel series.\",\"path\":\"/7328171/it-welcome-to-derry-premiere-twist-ending/\",\"published\":1761530400,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":386182647,\\\"path\\\":\\\"\\\\/author\\\\/megan-mccluskey\\\\/\\\",\\\"name\\\":\\\"Megan McCluskey\\\",\\\"bio\\\":\\\"McCluskey is a staff writer at TIME. She covers culture, focusing on horror, fantasy, and science fiction.\\\",\\\"short_bio\\\":\\\"Staff Writer\\\",\\\"twitter\\\":\\\"MegzyM27\\\",\\\"email\\\":\\\"megan.mccluskey@time.com\\\",\\\"firstname\\\":\\\"Megan\\\",\\\"lastname\\\":\\\"McCluskey\\\",\\\"title\\\":\\\"Staff Writer\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2018\\\\/12\\\\/m_mccluskey.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026crop=165px%2C0px%2C1080px%2C1080px\u0026resize=600%2C600\u0026strip\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/IT-Welcome-To-Derry-Premiere.jpeg?quality=85\u0026w=1200\u0026h=1080\u0026crop=1\\\",\\\"alt\\\":\\\"IT: Welcome to Derry\\\",\\\"credit\\\":\\\"Brooke Palmer\\\\u2014HBO\\\"}\"},{\"id\":7328186,\"postType\":\"article\",\"title\":\"Ethan Hawke Is Sensational in Blue Moon\",\"deck\":\"Ethan Hawke captures the spirit of broadway lyricist Lorenz Hart in 'Blue Moon'\",\"path\":\"/7328186/blue-moon-review/\",\"published\":1761335369,\"authors\":\"[{\\\"types\\\":[\\\"time staff\\\"],\\\"id\\\":419712932,\\\"path\\\":\\\"\\\\/author\\\\/stephanie-zacharek\\\\/\\\",\\\"name\\\":\\\"Stephanie Zacharek\\\",\\\"bio\\\":\\\"Zacharek is the film critic at TIME. She is the recipient of a Newswomen\\\\u2019s Club of New York award and was a 2015 Pulitzer Prize finalist.\\\",\\\"short_bio\\\":\\\"Film Critic\\\",\\\"twitter\\\":\\\"szacharek\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Stephanie\\\",\\\"lastname\\\":\\\"Zacharek\\\",\\\"title\\\":\\\"Film Critic\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2018\\\\/12\\\\/s_zacherek.jpg?quality=85\u0026w=1024\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"movies\\\",\\\"slug\\\":\\\"movies\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/movies\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/hart.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/hart.jpg?quality=85\u0026w=1200\u0026h=1500\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Courtesy of Sony Pictures Classics\\\"}\"},{\"id\":7328144,\"postType\":\"article\",\"title\":\"Breaking Down the Shattering Ending of Invasion Season 3\",\"deck\":\"What to make of Invasion's emotional Season 3 finale \",\"path\":\"/7328144/invasion-season-3-ending/\",\"published\":1761334471,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":226892105,\\\"path\\\":\\\"\\\\/author\\\\/jp-mangalindan\\\\/\\\",\\\"name\\\":\\\"JP Mangalindan\\\",\\\"bio\\\":\\\"\\\",\\\"short_bio\\\":\\\"Contributor\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"JP\\\",\\\"lastname\\\":\\\"Mangalindan\\\",\\\"title\\\":\\\"Contributor\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"Television\\\",\\\"slug\\\":\\\"television\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/television\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Invasion_Photo_031002.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/Invasion_Photo_031002.jpg?quality=85\u0026w=1200\u0026h=998\u0026crop=1\\\",\\\"alt\\\":\\\"\\\",\\\"credit\\\":\\\"Courtesy of Apple \\\"}\"},{\"id\":7328263,\"postType\":\"article\",\"title\":\"The True Story Behind 'Deliver Me From Nowhere'\",\"deck\":\"The stories behind Bruce Springsteen's mom and dad, longtime manager Jon Landau, and his movie girlfriend Faye.\",\"path\":\"/7328263/springsteen-deliver-me-from-nowhere-faye-jon-landau-parents/\",\"published\":1761331781,\"authors\":\"[{\\\"types\\\":[\\\"contributor\\\"],\\\"id\\\":634871034,\\\"path\\\":\\\"\\\\/author\\\\/jake-kring-schreifels\\\\/\\\",\\\"name\\\":\\\"Jake Kring-Schreifels\\\",\\\"bio\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"short_bio\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"twitter\\\":\\\"\\\",\\\"email\\\":\\\"\\\",\\\"firstname\\\":\\\"Jake\\\",\\\"lastname\\\":\\\"King-Schreifels\\\",\\\"title\\\":\\\"King-Schreifels is a contributor for TIME.\\\",\\\"facebook\\\":\\\"\\\",\\\"google\\\":\\\"\\\",\\\"instagram\\\":\\\"\\\",\\\"linkedin\\\":\\\"\\\",\\\"thumbnail\\\":\\\"\\\",\\\"show_desc\\\":\\\"\\\"}]\",\"primaryTag\":\"{\\\"taxonomy\\\":\\\"post_tag\\\",\\\"name\\\":\\\"movies\\\",\\\"slug\\\":\\\"movies\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/tag\\\\/movies\\\"}\",\"primarySection\":\"{\\\"taxonomy\\\":\\\"time_section\\\",\\\"name\\\":\\\"Entertainment\\\",\\\"slug\\\":\\\"entertainment\\\",\\\"link\\\":\\\"https:\\\\/\\\\/time.com\\\\/section\\\\/entertainment\\\",\\\"primary_section_meta_key\\\":\\\"time_primary_time_section\\\"}\",\"imageData\":\"{\\\"imageSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/DFN-TP-0004.jpg?quality=85\u0026w=600\u0026h=600\u0026crop=1\\\",\\\"mobileImgSrc\\\":\\\"https:\\\\/\\\\/api.time.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/10\\\\/DFN-TP-0004.jpg?quality=85\u0026w=1200\u0026h=1004\u0026crop=1\\\",\\\"alt\\\":\\\"SPRINGSTEEN: DELIVER ME FROM NOWHERE\\\",\\\"credit\\\":\\\"20TH CENTURY STUDIOS\u0026mdash;\\\\u00a9 2025 20th Century Studios. All Rights Reserved.\\\"}\"}],\"miniNav\":[],\"brandLogo\":null}]}]},\"pageType\":\"homepage\"}],[[\"$\",\"$Le\",null,{\"id\":\"aps-init\",\"children\":\"\\n (function(a9, a, p, s, t, A, g) {\\n if (a[a9]) return;\\n function q(c, r) {a[a9]._Q.push([c, r])}\\n a[a9] = {\\n init: function() { q(\\\"i\\\", arguments) },\\n fetchBids: function() { q(\\\"f\\\", arguments) },\\n setDisplayBids: function() {},\\n _Q: []\\n };\\n A = p.createElement(s);\\n A.async = true;\\n A.src = t;\\n g = p.getElementsByTagName(s)[0];\\n g.parentNode.insertBefore(A, g);\\n })('apstag', window, document, 'script', 'https://c.amazon-adsystem.com/aax2/apstag.js');\\n\\n window.apstag.init({\\n pubID: '3928',\\n adServer: 'googletag',\\n bidTimeout: 1e3\\n });\\n \"}],[\"$\",\"$Le\",null,{\"id\":\"double-verify\",\"src\":\"https://pub.doubleverify.com/dvtag/21226187/DV759520/pub.js\"}],[\"$\",\"$L17\",null,{\"section\":\"homepage\"}],[\"$\",\"$L18\",null,{\"pageLevelTargeting\":{\"type\":\"homepage\",\"ctype\":\"homepage\",\"contentType\":\"homepage\",\"cid\":\"7293919\",\"aid\":\"7293919\",\"primarysection\":\"homepage\",\"sections\":\"homepage,yourbrief,cover,people,voices,ai,health,climate,entertainment\",\"tags\":[\"homepage\"],\"app\":\"2025 redesign\",\"vidonpage\":\"false\",\"pageHostname\":\"https://time.com\",\"adSlotCount\":\"7\",\"adSlotCountMobile\":\"8\",\"adRefreshCount\":\"\"},\"adSlots\":[{\"id\":\"leaderboard-ad-1\",\"sizes\":[[\"$a4\",\"$1c\",\"$1d\"],[[320,50],[300,50],\"$1c\",\"$1d\"],[\"$a5\",\"$a6\",\"$1c\",\"$1d\"]],\"adUnitPath\":\"/21801468956/time/home/leaderboard1\",\"slotLevelTargeting\":{}},{\"id\":\"stickyfooter-ad-1\",\"display\":\"mobile\",\"sizes\":[[],[],[\"$a5\",\"$a6\",\"$1d\"]],\"adUnitPath\":\"/21801468956/time/home/stickyfooter1\",\"slotLevelTargeting\":{}},{\"id\":\"inline-ad-1\",\"sizes\":[[\"$a4\",\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$1a\",\"$a7\",\"$1b\",\"$1c\",\"$1d\"]],\"adUnitPath\":\"/21801468956/time/home/inline1\",\"slotLevelTargeting\":{}},{\"id\":\"inline-ad-2\",\"sizes\":[[\"$a4\",\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$1a\",\"$a7\",\"$1b\",\"$1c\",\"$1d\"]],\"adUnitPath\":\"/21801468956/time/home/inline2\",\"slotLevelTargeting\":{}},{\"id\":\"inline-ad-3\",\"sizes\":[[\"$a4\",\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$1a\",\"$a7\",\"$1b\",\"$1c\",\"$1d\"]],\"adUnitPath\":\"/21801468956/time/home/inline3\",\"slotLevelTargeting\":{}},{\"id\":\"inline-ad-4\",\"sizes\":[[\"$a4\",\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$1a\",\"$a7\",\"$1b\",\"$1c\",\"$1d\"]],\"adUnitPath\":\"/21801468956/time/home/inline4\",\"slotLevelTargeting\":{}},{\"id\":\"inline-ad-5\",\"sizes\":[[\"$a4\",\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$1a\",\"$a7\",\"$1b\",\"$1c\",\"$1d\"]],\"adUnitPath\":\"/21801468956/time/home/inline5\",\"slotLevelTargeting\":{}},{\"id\":\"inline-ad-6\",\"sizes\":[[\"$a4\",\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$19\",\"$1a\",\"$1b\",\"$1c\",\"$1d\"],[\"$1a\",\"$a7\",\"$1b\",\"$1c\",\"$1d\"]],\"adUnitPath\":\"/21801468956/time/home/inline6\",\"slotLevelTargeting\":{}}],\"children\":[\"$\",\"div\",null,{\"id\":\"gpt-keyvals\",\"className\":\"hidden size-0\",\"data-targeting\":\"{\\\"type\\\":\\\"homepage\\\",\\\"ctype\\\":\\\"homepage\\\",\\\"contentType\\\":\\\"homepage\\\",\\\"cid\\\":\\\"7293919\\\",\\\"aid\\\":\\\"7293919\\\",\\\"primarysection\\\":\\\"homepage\\\",\\\"sections\\\":\\\"homepage,yourbrief,cover,people,voices,ai,health,climate,entertainment\\\",\\\"tags\\\":\\\"homepage\\\",\\\"app\\\":\\\"2025 redesign\\\",\\\"vidonpage\\\":\\\"false\\\",\\\"pageHostname\\\":\\\"https://time.com\\\",\\\"adSlotCount\\\":\\\"7\\\",\\\"adSlotCountMobile\\\":\\\"8\\\",\\\"adRefreshCount\\\":\\\"\\\"}\"}]}],[\"$\",\"$L1e\",null,{\"pageLevelTargetingString\":\"{\\\"type\\\":\\\"homepage\\\",\\\"ctype\\\":\\\"homepage\\\",\\\"contentType\\\":\\\"homepage\\\",\\\"cid\\\":\\\"7293919\\\",\\\"aid\\\":\\\"7293919\\\",\\\"primarysection\\\":\\\"homepage\\\",\\\"sections\\\":\\\"homepage,yourbrief,cover,people,voices,ai,health,climate,entertainment\\\",\\\"tags\\\":\\\"homepage\\\",\\\"app\\\":\\\"2025 redesign\\\",\\\"vidonpage\\\":\\\"false\\\",\\\"pageHostname\\\":\\\"https://time.com\\\",\\\"adSlotCount\\\":\\\"7\\\",\\\"adSlotCountMobile\\\":\\\"8\\\",\\\"adRefreshCount\\\":\\\"\\\"}\"}]]],[\"$\",\"$La8\",null,{}]]}]]\n"])</script><script>self.__next_f.push([1,"28:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"TIME | Current \u0026 Breaking News | National \u0026 World Updates\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news.\"}],[\"$\",\"meta\",\"4\",{\"name\":\"application-name\",\"content\":\"2025 redesign\"}],[\"$\",\"link\",\"5\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"6\",{\"name\":\"fb:app_id\",\"content\":\"991230477954201\"}],[\"$\",\"meta\",\"7\",{\"name\":\"fb:pages\",\"content\":\"10606591490\"}],[\"$\",\"meta\",\"8\",{\"name\":\"pinterest:url\",\"content\":\"https://time.com\"}],[\"$\",\"meta\",\"9\",{\"name\":\"pinterest:description\",\"content\":\"Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news.\"}],[\"$\",\"meta\",\"10\",{\"name\":\"pinterest:media\",\"content\":\"https://time.com/wp-content/themes/time2014/img/time-logo-og.png\"}],[\"$\",\"link\",\"11\",{\"rel\":\"canonical\",\"href\":\"https://time.com/\"}],[\"$\",\"meta\",\"12\",{\"name\":\"format-detection\",\"content\":\"telephone=no\"}],[\"$\",\"meta\",\"13\",{\"property\":\"og:title\",\"content\":\"TIME | Current \u0026 Breaking News | National \u0026 World Updates\"}],[\"$\",\"meta\",\"14\",{\"property\":\"og:description\",\"content\":\"Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news.\"}],[\"$\",\"meta\",\"15\",{\"property\":\"og:url\",\"content\":\"https://time.com/\"}],[\"$\",\"meta\",\"16\",{\"property\":\"og:site_name\",\"content\":\"TIME\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:image:height\",\"content\":\"300\"}],[\"$\",\"meta\",\"18\",{\"property\":\"og:image\",\"content\":\"https://time.com/wp-content/themes/time2014/img/time-logo-og.png\"}],[\"$\",\"meta\",\"19\",{\"property\":\"og:image:width\",\"content\":\"300\"}],[\"$\",\"meta\",\"20\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"21\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"22\",{\"name\":\"twitter:site\",\"content\":\"@TIME\"}],[\"$\",\"meta\",\"23\",{\"name\":\"twitter:title\",\"content\":\"TIME | Current \u0026 Breaking News | National \u0026 World Updates\"}],[\"$\",\"meta\",\"24\",{\"name\":\"twitter:description\",\"content\":\"Breaking news and analysis from time.com. Politics, world news, photos, video, tech reviews, health, science, and entertainment news.\"}],[\"$\",\"meta\",\"25\",{\"name\":\"twitter:image\",\"content\":\"https://time.com/wp-content/themes/time2014/img/time-logo-og.png\"}],[\"$\",\"link\",\"26\",{\"rel\":\"icon\",\"href\":\"/favicon/favicon-16x16.png\",\"sizes\":\"16x16\",\"type\":\"image/png\"}],[\"$\",\"link\",\"27\",{\"rel\":\"icon\",\"href\":\"/favicon/favicon-32x32.png\",\"sizes\":\"32x32\",\"type\":\"image/png\"}],[\"$\",\"link\",\"28\",{\"rel\":\"icon\",\"href\":\"/favicon/android-chrome-192x192.png\",\"sizes\":\"192x192\",\"type\":\"image/png\"}],[\"$\",\"link\",\"29\",{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon/apple-touch-icon.png\"}],[\"$\",\"meta\",\"30\",{\"name\":\"next-size-adjust\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\n"])</script></body></html>