CINXE.COM
Press Room | Time
<!doctype html> <!-- :////////////////////////: ..-////-.. .//` :/- ..-///////////////////- -`````````.////.`````````: `////. -/// -/// ////-`````````````.- - .////. - `////. ////: .////` ////- - .////. `////. `/////- `/////- ////- .////. `////. ://////. `/////// ////- .////. `////. //..////. :/:-////. ////- `. .////. `////. .//` :////. :/: `////: ////:..........:- .////. `////. //: :////` -/:` -////` ////:...........:- .////. `////. `//` :////` -//` `////- ////- `. .////. `////. :// `/////` -//` ://// ////- .////. `////. `//. `////:-//` .////. ////- .////. `////. -//` `//////` ////: ////- - .////. `////. //: `////. :////` ////- : ..-////-.. ..:////-.. ..-//:.. .//. ..:////:-.`..-///////////////////: --><html lang="en"> <head> <title>Press Room | Time</title> <meta charset="utf-8"> <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> <link rel="icon" href="/img/favicons/favicon-32.png" sizes="32x32"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="apple-touch-icon" href="/img/favicons/favicon-57.png"> <link rel="apple-touch-icon" href="/img/favicons/favicon-57.png" sizes="57x57"> <link rel="apple-touch-icon" href="/img/favicons/favicon-72.png" sizes="72x72"> <link rel="apple-touch-icon" href="/img/favicons/favicon-76.png" sizes="76x76"> <link rel="apple-touch-icon" href="/img/favicons/favicon-114.png" sizes="114x114"> <link rel="apple-touch-icon" href="/img/favicons/favicon-120.png" sizes="120x120"> <link rel="apple-touch-icon" href="/img/favicons/favicon-144.png" sizes="144x144"> <link rel="apple-touch-icon" href="/img/favicons/favicon-152.png" sizes="152x152"> <link rel="apple-touch-icon" href="/img/favicons/favicon-180.png" sizes="180x180"> <link rel="icon" sizes="192x192" href="/img/favicons/favicon-192.png"> <link rel="manifest" href="/manifest.json"> <meta name="format-detection" content="telephone=no"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Read the latest stories about Press Room on Time"> <link rel="canonical" href="https://time.com/section/press-room/"> <meta property="og:title" content="Press Room | Time"> <meta property="og:type" content="website"> <meta property="og:site_name" content="Time"> <meta property="og:url" content="https://time.com/section/press-room/"> <meta property="og:description" content="Read the latest stories about Press Room on Time"> <meta name="pinterest:url" content="https://time.com/section/press-room/"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:url" content="https://time.com/section/press-room/"> <meta name="twitter:title" content="Press Room"> <meta name="twitter:description" content="Read the latest stories about Press Room on Time"> <meta name="pinterest:description" content="Read the latest stories about Press Room on Time"> <meta name="twitter:site" content="@TIME"> <meta name="pinterest:media" content="http://time.com"> <meta name="twitter:image" content="http://time.com"> <meta property="og:image" content="http://time.com"> <meta property="fb:app_id" content="991230477954201"> <meta property="fb:pages" content="10606591490"> <script type="application/ld+json"> [{"@context":"http://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":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://time.com","name":"Home","image":null}},{"@type":"ListItem","position":2,"item":{"@id":"https://time.com/section/press-room/","name":"Press Room","image":null}}]}] </script> <meta name="recaptcha-key" content="6LfZrtgZAAAAAJ8n221oa1YgG6cVvoOPgamCm6oT"> <link rel="preconnect" href="https://www.googletagmanager.com/"> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin> <link rel="preconnect" href="https://assets.time.com/"> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=PT+Serif:400,700|Roboto:300,400,700|Roboto+Condensed:300,400,400i,700|Lora:400,400i,700,700i|Zilla+Slab:400,400i,500,600,700,700i|Oswald:200, 300, 400,500,600,700|Permanent+Marker:400&display=swap"> <link rel="preconnect" href="https://securepubads.g.doubleclick.net" > <link rel="preload" href="https://securepubads.g.doubleclick.net/tag/js/gpt.js" as="script" > <link rel="dns-prefetch" href="https://c.amazon-adsystem.com"> <link rel="preconnect" href="https://c.amazon-adsystem.com" crossorigin> <link rel="preconnect" href="https://api.time.com"> <script> (function () { // TCF String Generation Script const makeStub = () => { const TCF_LOCATOR_NAME = "__tcfapiLocator"; const queue = []; const currentWindow = window; let frameLocator = currentWindow; let cmpFrame; function addFrame() { const doc = currentWindow.document; const otherCMP = !!currentWindow.frames[TCF_LOCATOR_NAME]; if (!otherCMP) { if (doc.body) { const iframe = doc.createElement("iframe"); iframe.style.cssText = "display:none"; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler(...args) { if (!args.length) { return queue; } else if (args[0] === "ping") { if (typeof args[2] === "function") { args[2]({ cmpLoaded: false, cmpStatus: "stub" }); } } else { queue.push(args); } } function postMessageEventHandler(event) { const msgIsString = typeof event.data === "string"; let json = {}; if (msgIsString) { try { json = JSON.parse(event.data); } catch {} } else { json = event.data; } const payload = typeof json === "object" && json !== null ? json.__tcfapiCall : null; if (payload) { window.__tcfapi( payload.command, payload.version, function (retValue, success) { const returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId, }, }; if (event && event.source && event.source.postMessage) { event.source.postMessage( msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*" ); } }, payload.parameter ); } } while (frameLocator) { try { if (frameLocator.frames[TCF_LOCATOR_NAME]) { cmpFrame = frameLocator; break; } } catch {} if (frameLocator === currentWindow.top) { break; } frameLocator = frameLocator.parent; } if (!cmpFrame) { addFrame(); } currentWindow.__tcfapi = tcfAPIHandler; currentWindow.addEventListener("message", postMessageEventHandler, false); }; makeStub(); // GPP String Generation Script window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; if (!b.length) { return __gpp.queue; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { return { cmpStatus: "stub", signalStatus: "notReady" }; } else if (cmd === "addEventListener") { __gpp.events = __gpp.events || []; if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par }); return { eventName: "listenerRegistered", listenerId: lnr, data: true, pingData: { cmpStatus: "stub", signalStatus: "notReady" }, }; } else if (cmd === "removeEventListener") { var success = false; __gpp.events = __gpp.events || []; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } return { eventName: "listenerRemoved", listenerId: par, data: success, pingData: { cmpStatus: "stub", signalStatus: "notReady" }, }; } else if (cmd === "hasSection" || cmd === "getSection" || cmd === "getField") { return null; } else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId }, }; event.source.postMessage( msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*" ); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } // Ketch CMP Script window.semaphore = window.semaphore || []; window.ketch = function () { window.semaphore.push(arguments); }; var e = new URLSearchParams(document.location.search); var o = e.has("property") ? e.get("property") : "time_com"; var n = document.createElement("script"); n.type = "text/javascript"; n.src = "https://global.ketchcdn.com/web/v2/config/time/".concat(o, "/boot.js"); n.defer = n.async = true; document.getElementsByTagName("head")[0].appendChild(n); })(); </script> <script type="text/javascript"> (function(w,d,s,l,i){ w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+'&l=dataLayer';f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P59JVDP'); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-97981691-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-97981691-1', { 'send_page_view': false }); </script> <script type="text/javascript"> LUX=(function() {var a=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMarks)?LUX.gaMarks:[]);var d=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMeasures)?LUX.gaMeasures:[]);var j="LUX_start";var k=window.performance;var l=("undefined"!==typeof(LUX)&&LUX.ns?LUX.ns:(Date.now?Date.now():+(new Date())));if(k&&k.timing&&k.timing.navigationStart){l=k.timing.navigationStart}function f(){if(k&&k.now){return k.now()}var o=Date.now?Date.now():+(new Date());return o-l}function b(n){if(k){if(k.mark){return k.mark(n)}else{if(k.webkitMark){return k.webkitMark(n)}}}a.push({name:n,entryType:"mark",startTime:f(),duration:0});return}function m(p,t,n){if("undefined"===typeof(t)&&h(j)){t=j}if(k){if(k.measure){if(t){if(n){return k.measure(p,t,n)}else{return k.measure(p,t)}}else{return k.measure(p)}}else{if(k.webkitMeasure){return k.webkitMeasure(p,t,n)}}}var r=0,o=f();if(t){var s=h(t);if(s){r=s.startTime}else{if(k&&k.timing&&k.timing[t]){r=k.timing[t]-k.timing.navigationStart}else{return}}}if(n){var q=h(n);if(q){o=q.startTime}else{if(k&&k.timing&&k.timing[n]){o=k.timing[n]-k.timing.navigationStart}else{return}}}d.push({name:p,entryType:"measure",startTime:r,duration:(o-r)});return}function h(n){return c(n,g())}function c(p,o){for(i=o.length-1;i>=0;i--){var n=o[i];if(p===n.name){return n}}return undefined}function g(){if(k){if(k.getEntriesByType){return k.getEntriesByType("mark")}else{if(k.webkitGetEntriesByType){return k.webkitGetEntriesByType("mark")}}}return a}return{mark:b,measure:m,gaMarks:a,gaMeasures:d}})();LUX.ns=(Date.now?Date.now():+(new Date()));LUX.ac=[];LUX.cmd=function(a){LUX.ac.push(a)};LUX.init=function(){LUX.cmd(["init"])};LUX.send=function(){LUX.cmd(["send"])};LUX.addData=function(a,b){LUX.cmd(["addData",a,b])};LUX_ae=[];window.addEventListener("error",function(a){LUX_ae.push(a)});LUX_al=[];if("function"===typeof(PerformanceObserver)&&"function"===typeof(PerformanceLongTaskTiming)){var LongTaskObserver=new PerformanceObserver(function(c){var b=c.getEntries();for(var a=0;a<b.length;a++){var d=b[a];LUX_al.push(d)}});try{LongTaskObserver.observe({type:["longtask"]})}catch(e){}}; LUX = window.LUX || {}; LUX.label = "section"; </script> <script src="https://cdn.speedcurve.com/js/lux.js?id=4265275546" defer crossorigin="anonymous"></script> <script> !function (a9, a, p, s, t, A, g) { if (a[a9]) return; function q(c, r) {a[a9]._Q.push([c, r])} a[a9] = {init: function () {q("i", arguments)}, fetchBids: function () {q("f", arguments)}, setDisplayBids: function () {}, _Q: []};A = p.createElement(s);A.async = !0;A.src = t;g = p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A, g)}("apstag", window, document, "script", "//c.amazon-adsystem.com/aax2/apstag.js"); window.apstag.init({ pubID:"3928", adServer: "googletag", bidTimeout: 1e3, }); </script> <script type = "text/javascript"> window.googletag = window.googletag || {}; googletag.cmd = googletag.cmd || []; (function() { // Initialize HB setup variables window.mnjs = window.mnjs || { customerId: "8CURK55GQ", // HB Account ID domain: window.location.hostname, failSafeTimeout: 3e3, version: 1.0, isAdServerLoaded: false, limitedAds: false, // Control for limited ads (non-personalized ads) }; var mnTgts = { section: "press-room", site: "time" }; window.mnjs.pub = mnTgts; function loadScript(tagSrc) { var scriptTag = document.createElement('script'), placeTag = document.getElementsByTagName("script")[0]; scriptTag.type = 'text/javascript'; scriptTag.async = true; scriptTag.src = tagSrc; placeTag.parentNode.insertBefore(scriptTag, placeTag); } // Ketch Consent check if(window !== 'undefined' && window.ketchConsent) { const { ad_personalization } = window.ketchConsent; window.mnjs.limitedAds = !ad_personalization; } var stdGPT = '//securepubads.g.doubleclick.net/tag/js/gpt.js'; var ltdGPT = '//pagead2.googlesyndication.com/tag/js/gpt.js'; // loads Google's GAM API (gpt.js) for finalizing auction on GAM function loadGPT() { if (!window.mnjs.isAdServerLoaded) { if (window.mnjs.limitedAds) { loadScript(ltdGPT); } else { loadScript(stdGPT); } window.mnjs.isAdServerLoaded = true; } } // Set timeout for loading GAM's API gpt.js window.mnjs.loadAdServer = setTimeout(loadGPT, window.mnjs.failSafeTimeout); // Load the primary HB script var mnjsEndpoint = 'https://warp.media.net/js/tags/clientag.js?' + 'cid=' + window.mnjs.customerId + "&version=" + window.mnjs.version + '&dn=' + window.mnjs.domain + '&ysite=' + encodeURIComponent(mnTgts.site) + '&ysection=' + encodeURIComponent(mnTgts.section); loadScript(mnjsEndpoint); })(); </script> <script async src="https://pub.doubleverify.com/dvtag/21226187/DV759520/pub.js"></script> <script type="text/javascript" id="draper-script" src="//assets.time.com/draper/draper-next/0.7.0.js" data-targeting="%7B%22type%22%3A%22section%22%2C%22cid%22%3A%22430941769%22%2C%22aid%22%3A%22430941769%22%2C%22author%22%3A%22%22%2C%22contentType%22%3A%22category%22%2C%22ctype%22%3A%22section%22%2C%22primarysection%22%3A%22press-room%22%2C%22sections%22%3A%22press-room%22%2C%22tags%22%3A%5B%22pressroom%22%5D%2C%22neg%22%3A%22%22%2C%22search%22%3A%22%22%2C%22vidonpage%22%3A%22false%22%2C%22app%22%3A%22element%22%7D" ></script> <script type="text/javascript"> Draper.init({ pageLevelTargeting: {"type":"section","cid":"430941769","aid":"430941769","author":"","contentType":"category","ctype":"section","primarysection":"press-room","sections":"press-room","tags":["pressroom"],"neg":"","search":"","vidonpage":"false","app":"element"} }); // The triple-brace syntax is necessary show the raw // JSON object that is being passed to the `Draper` constructor. Draper.defineAds([{"id":"leaderboard-ad-1","sizes":[[[728,90],[970,250],[5,5],[1,1]],[[728,90],[5,5],[1,1]],[[320,50],[300,50],[5,5],[1,1]]],"display":"desktop","adUnitPath":"21801468956/time/press-room/leaderboard1","slotLevelTargeting":{"pos":"leaderboard1"}},{"id":"stickyfooter-ad-1","display":"mobile","sizes":[[],[],[[300,50],[320,50],[5,5],[1,1]]],"adUnitPath":"21801468956/time/press-room/stickyfooter1","slotLevelTargeting":{"pos":"stickyfooter1"}},{"id":"inline-ad-1","sizes":[[[728,90],[300,250],[336,280],[1,1]],[[300,250],[300,600],[336,280],[1,1]],[[300,250],[300,600],[336,280],[1,1]]],"adUnitPath":"21801468956/time/press-room/inline1","slotLevelTargeting":{"pos":"inline1"}},{"id":"inline-ad-2","sizes":[[[728,90],[300,250],[336,280],[1,1]],[[300,250],[300,600],[336,280],[1,1]],[[300,250],[300,600],[336,280],[1,1]]],"adUnitPath":"21801468956/time/press-room/inline2","slotLevelTargeting":{"pos":"inline2"}},{"id":"rightrail-ad-1","sizes":[[[300,600],[300,250],[160,600],[336,280],[1,1]],[],[]],"adUnitPath":"21801468956/time/press-room/rightrail1","slotLevelTargeting":{"pos":"rightrail1"}},{"id":"sponsorshiplogo1","sizes":[[[8,1],[1,1]]],"refreshable":false,"adUnitPath":"21801468956/time/press-room/sponsorshiplogo1","slotLevelTargeting":{"pos":"sponsorshiplogo1"}}]); Draper.addEventListener('slotOnload', function(event) { var slotId = event.slot.getSlotElementId(); if (slotId.includes('sponsorshiplogo')) { const presentedByTextDiv = document.querySelector(`#${slotId}`).previousElementSibling; presentedByTextDiv.classList.add("visible"); } }) </script> <script async src="https://fundingchoicesmessages.google.com/i/pub-6285516971701018?ers=1"></script> <script> (function() { function signalGooglefcPresent() { if (!window.frames['googlefcPresent']) { if (document.body) { const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe); } else { setTimeout(signalGooglefcPresent, 0); } } } signalGooglefcPresent(); })(); </script> <script> window['gtag_enable_tcf_support'] = true; </script> <script type="text/javascript"> window.ntvConfig = window.ntvConfig || {}; window.ntvConfig.keyValues = {"type":"section","cid":"430941769","aid":"430941769","author":"","contentType":"category","ctype":"section","primarysection":"press-room","sections":"press-room","tags":["pressroom"],"neg":"","search":"","vidonpage":"false","app":"element"}; window.ntvConfig.keyValues.tags = 'pressroom'; </script> <script type="text/javascript" async src="//s.ntv.io/serve/load.js" data-ntv-pub-injection></script> <script type='text/javascript'>window.NREUM||(NREUM={});NREUM.info = {"agent":"","beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"9258b6847e","applicationID":"403458619","applicationTime":1.209914,"transactionName":"YFYDZUYAV0BXUkJRDFkcJElEE1xARVtFFyRyZ04e","queueTime":0,"ttGuid":"ab0eb6cb2d06c3b1","agentToken":null}; (window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:["bam.nr-data.net"]},session_trace:{sampling_rate:0.0,mode:"FIXED_RATE",enabled:true,error_sampling_rate:0.0},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"512212918",accountID:"2378226",trustKey:"2378226",licenseKey:"9258b6847e",applicationID:"403458619"};;/*! For license information please see nr-loader-rum-1.281.0.min.js.LICENSE.txt */ (()=>{var e,t,r={122:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});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])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},555:(e,t,r)=>{"use strict";r.d(t,{Vp:()=>c,fn:()=>s,x1:()=>u});var n=r(384),i=r(122);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},a={};function s(e){try{const t=c(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}function c(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!a[e])throw new Error("Info for ".concat(e," was never set"));return a[e]}function u(e,t){if(!e)throw new Error("All info objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.info=a[e])}},217:(e,t,r)=>{"use strict";r.d(t,{D0:()=>h,gD:()=>b,xN:()=>v});r(860).K7.genericEvents;const n="experimental.marks",i="experimental.measures",o="experimental.resources";var a=r(993);const s=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var c=r(614),u=r(944),l=r(384),d=r(122);const f="[data-nr-mask]",g=()=>{const e={feature_flags:[],experimental:{marks:!1,measures:!1,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},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,level:a.p_.INFO},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:{get capture_marks(){return e.feature_flags.includes(n)||e.experimental.marks},set capture_marks(t){e.experimental.marks=t},get capture_measures(){return e.feature_flags.includes(i)||e.experimental.measures},set capture_measures(t){e.experimental.measures=t},capture_detail:!0,resources:{get enabled(){return e.feature_flags.includes(o)||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(f):""===t||null===t?e.mask_selector=f:(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&&(0,u.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"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"]}}},p={},m="All configuration objects require an agent identifier!";function h(e){if(!e)throw new Error(m);if(!p[e])throw new Error("Configuration for ".concat(e," was never set"));return p[e]}function v(e,t){if(!e)throw new Error(m);p[e]=(0,d.a)(t,g());const r=(0,l.nY)(e);r&&(r.init=p[e])}function b(e,t){if(!e)throw new Error(m);var r=h(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}},371:(e,t,r)=>{"use strict";r.d(t,{V:()=>f,f:()=>d});var n=r(122),i=r(384),o=r(154),a=r(324);let s=0;const c={buildEnv:a.F3,distMethod:a.Xs,version:a.xv,originTime:o.WN},u={customTransaction:void 0,disabled:!1,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,onerror:void 0,ptid:void 0,releaseIds:{},appMetadata:{},session:void 0,denyList:void 0,timeKeeper:void 0,obfuscator:void 0,harvester:void 0},l={};function d(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!l[e])throw new Error("Runtime for ".concat(e," was never set"));return l[e]}function f(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");l[e]={...(0,n.a)(t,u),...c},Object.hasOwnProperty.call(l[e],"harvestCount")||Object.defineProperty(l[e],"harvestCount",{get:()=>++s});const r=(0,i.nY)(e);r&&(r.runtime=l[e])}},324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,xv:()=>n});const n="1.281.0",i="PROD",o="CDN"},154:(e,t,r)=>{"use strict";r.d(t,{OF:()=>c,RI:()=>i,WN:()=>l,bv:()=>o,gm:()=>a,mw:()=>s,sb:()=>u});var n=r(863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s=Boolean("hidden"===a?.document?.visibilityState),c=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),u=c&&"undefined"==typeof SharedWorker,l=((()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);Array.isArray(e)&&e.length>=2&&e[1]})(),Date.now()-(0,n.t)())},687:(e,t,r)=>{"use strict";r.d(t,{Ak:()=>c,Ze:()=>d,x3:()=>u});var n=r(836),i=r(606),o=r(860),a=r(646);const s={};function c(e,t){const r={staged:!1,priority:o.P3[t]||0};l(e),s[e].get(t)||s[e].set(t,r)}function u(e,t){e&&s[e]&&(s[e].get(t)&&s[e].delete(t),g(e,t,!1),s[e].size&&f(e))}function l(e){if(!e)throw new Error("agentIdentifier required");s[e]||(s[e]=new Map)}function d(e="",t="feature",r=!1){if(l(e),!e||!s[e].get(t)||r)return g(e,t);s[e].get(t).staged=!0,f(e)}function f(e){const t=Array.from(s[e]);t.every((([e,t])=>t.staged))&&(t.sort(((e,t)=>e[1].priority-t[1].priority)),t.forEach((([t])=>{s[e].delete(t),g(e,t)})))}function g(e,t,r=!0){const o=e?n.ee.get(e):n.ee,s=i.i.handlers;if(!o.aborted&&o.backlog&&s){if(r){const e=o.backlog[t],r=s[t];if(r){for(let t=0;e&&t<e.length;++t)p(e[t],r);Object.entries(r).forEach((([e,t])=>{Object.values(t||{}).forEach((t=>{t[0]?.on&&t[0]?.context()instanceof a.y&&t[0].on(e,t[1])}))}))}}o.isolatedBacklog||delete s[t],o.backlog[t]=null,o.emit("drain-"+t,[])}}function p(e,t){var r=e[1];Object.values(t[r]||{}).forEach((t=>{var r=e[0];if(t[0]===r){var n=t[1],i=e[3],o=e[2];n.apply(i,o)}}))}},836:(e,t,r)=>{"use strict";r.d(t,{P:()=>c,ee:()=>u});var n=r(384),i=r(990),o=r(371),a=r(646),s=r(607);const c="nr@context:".concat(s.W),u=function e(t,r){var n={},s={},l={},d=!1;try{d=16===r.length&&(0,o.f)(r).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<r.length;i++)r[i]===t&&r.splice(i,1)},emit:function(e,r,n,i,o){!1!==o&&(o=!0);if(u.aborted&&!i)return;t&&o&&t.emit(e,r,n);for(var a=g(n),c=m(e),l=c.length,d=0;d<l;d++)c[d].apply(a,r);var p=v()[s[e]];p&&p.push([f,e,r,a]);return a},get:h,listeners:m,context:g,buffer:function(e,t){const r=v();if(t=t||"feature",f.aborted)return;Object.entries(e||{}).forEach((([e,n])=>{s[n]=t,t in r||(r[t]=[])}))},abort:function(){f._aborted=!0,Object.keys(f.backlog).forEach((e=>{delete f.backlog[e]}))},isBuffering:function(e){return!!v()[s[e]]},debugId:r,backlog:d?{}:t&&"object"==typeof t.backlog?t.backlog:{},isolatedBacklog:d};return Object.defineProperty(f,"aborted",{get:()=>{let e=f._aborted||!1;return e||(t&&(e=t.aborted),e)}}),f;function g(e){return e&&e instanceof a.y?e:e?(0,i.I)(e,c,(()=>new a.y(c))):new a.y(c)}function p(e,t){n[e]=m(e).concat(t)}function m(e){return n[e]||[]}function h(t){return l[t]=l[t]||e(f,t)}function v(){return f.backlog}}(void 0,"globalEE"),l=(0,n.Zm)();l.ee||(l.ee=u)},646:(e,t,r)=>{"use strict";r.d(t,{y:()=>n});class n{constructor(e){this.contextId=e}}},908:(e,t,r)=>{"use strict";r.d(t,{d:()=>n,p:()=>i});var n=r(836).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))}},606:(e,t,r)=>{"use strict";r.d(t,{i:()=>o});var n=r(908);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])}},878:(e,t,r)=>{"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:()=>o,jT:()=>n,sp:()=>i})},607:(e,t,r)=>{"use strict";r.d(t,{W:()=>n});const n=(0,r(566).bz)()},566:(e,t,r)=>{"use strict";r.d(t,{LA:()=>s,bz:()=>a});var n=r(154);const i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";function o(e,t){return e?15&e[t]:16*Math.random()|0}function a(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(30))),i.split("").map((e=>"x"===e?o(t,r++).toString(16):"y"===e?(3&o()|8).toString(16):e)).join("")}function s(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t&&t.getRandomValues&&(r=t.getRandomValues(new Uint8Array(e)));const a=[];for(var s=0;s<e;s++)a.push(o(r,i++).toString(16));return a.join("")}},614:(e,t,r)=>{"use strict";r.d(t,{BB:()=>a,H3:()=>n,g:()=>u,iL:()=>c,tS:()=>s,uh:()=>i,wk:()=>o});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}},863:(e,t,r)=>{"use strict";function n(){return Math.floor(performance.now())}r.d(t,{t:()=>n})},944:(e,t,r)=>{"use strict";function n(e,t){"function"==typeof console.debug&&console.debug("New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#".concat(e),t)}r.d(t,{R:()=>n})},284:(e,t,r)=>{"use strict";r.d(t,{t:()=>c,B:()=>s});var n=r(836),i=r(154);const o="newrelic";const a=new Set,s={};function c(e,t){const r=n.ee.get(t);s[t]??={},e&&"object"==typeof e&&(a.has(t)||(r.emit("rumresp",[e]),s[t]=e,a.add(t),function(e={}){try{i.gm.dispatchEvent(new CustomEvent(o,{detail:e}))}catch(e){}}({loaded:!0})))}},990:(e,t,r)=>{"use strict";r.d(t,{I:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},389:(e,t,r)=>{"use strict";function n(e,t=500,r={}){const n=r?.leading||!1;let i;return(...r)=>{n&&void 0===i&&(e.apply(this,r),i=setTimeout((()=>{i=clearTimeout(i)}),t)),n||(clearTimeout(i),i=setTimeout((()=>{e.apply(this,r)}),t))}}function i(e){let t=!1;return(...r)=>{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=>i,s:()=>n})},289:(e,t,r)=>{"use strict";r.d(t,{GG:()=>o,sB:()=>a});var n=r(878);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)}},384:(e,t,r)=>{"use strict";r.d(t,{NT:()=>o,US:()=>l,Zm:()=>a,bQ:()=>c,dV:()=>s,nY:()=>u,pV:()=>d});var n=r(154),i=r(863);const o={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function a(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function s(){let e=a();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate,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}),e}function c(e,t){let r=a();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t}function u(e){let t=a();return t.initializedAgents?.[e]}function l(e,t){a()[e]=t}function d(){return function(){let e=a();const t=e.info||{};e.info={beacon:o.beacon,errorBeacon:o.errorBeacon,...t}}(),function(){let e=a();const t=e.init||{};e.init={...t}}(),s(),function(){let e=a();const t=e.loader_config||{};e.loader_config={...t}}(),a()}},843:(e,t,r)=>{"use strict";r.d(t,{u:()=>i});var n=r(878);function i(e,t=!1,r,i){(0,n.DD)("visibilitychange",(function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)}),r,i)}},434:(e,t,r)=>{"use strict";r.d(t,{Jt:()=>o,YM:()=>c});var n=r(836),i=r(607);const o="nr@original:".concat(i.W);var a=Object.prototype.hasOwnProperty,s=!1;function c(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<t.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,s,c){return l(t)?t:(r||(r=""),nrWrapper[o]=t,function(e,t,r){if(Object.defineProperty&&Object.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){u([e],r)}for(var n in e)a.call(e,n)&&(t[n]=e[n])}(t,nrWrapper,e),nrWrapper);function nrWrapper(){var o,a,l,d;try{a=this,o=[...arguments],l="function"==typeof n?n(o,a):n||{}}catch(t){u([t,"",[o,a,s],l],e)}i(r+"start",[o,a,s],l,c);try{return d=t.apply(a,o)}catch(e){throw i(r+"err",[o,a,e],l,c),e}finally{i(r+"end",[o,a,d],l,c)}}}function i(r,n,i,o){if(!s||t){var a=s;s=!0;try{e.emit(r,n,i,t,o)}catch(t){u([t,r,n,i],e)}s=a}}}function u(e,t){t||(t=n.ee);try{t.emit("internal-error",e)}catch(e){}}function l(e){return!(e&&"function"==typeof e&&e.apply&&!e[o])}},993:(e,t,r)=>{"use strict";r.d(t,{ET:()=>o,p_:()=>i});var n=r(860);const i={ERROR:"ERROR",WARN:"WARN",INFO:"INFO",DEBUG:"DEBUG",TRACE:"TRACE"},o="log";n.K7.logging},969:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,XG:()=>s,rs:()=>i,xV:()=>a,z_:()=>o});const n=r(860).K7.metrics,i="sm",o="cm",a="storeSupportabilityMetrics",s="storeEventMetrics"},630:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewEvent},782:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},344:(e,t,r)=>{"use strict";r.d(t,{G4:()=>i});var n=r(614);r(860).K7.sessionReplay;const i={RECORD:"recordReplay",PAUSE:"pauseReplay",REPLAY_RUNNING:"replayRunning",ERROR_DURING_REPLAY:"errorDuringReplay"};n.g.ERROR,n.g.FULL,n.g.OFF},234:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(836),i=r(687);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)}}},603:(e,t,r)=>{"use strict";r.d(t,{j:()=>K});var n=r(860),i=r(555),o=r(371),a=r(908),s=r(836),c=r(687),u=r(289),l=r(154),d=r(944),f=r(969),g=r(384),p=r(344);const m=["setErrorHandler","finished","addToTrace","addRelease","recordCustomEvent","addPageAction","setCurrentRouteName","setPageViewName","setCustomAttribute","interaction","noticeError","setUserId","setApplicationVersion","start",p.G4.RECORD,p.G4.PAUSE,"log","wrapLogger"],h=["setErrorHandler","finished","addToTrace","addRelease"];var v=r(863),b=r(614),y=r(993);var w=r(646),A=r(434);const R=new Map;function _(e,t,r,n){if("object"!=typeof t||!t||"string"!=typeof r||!r||"function"!=typeof t[r])return(0,d.R)(29);const i=function(e){return(e||s.ee).get("logger")}(e),o=(0,A.YM)(i),a=new w.y(s.P);a.level=n.level,a.customAttributes=n.customAttributes;const c=t[r]?.[A.Jt]||t[r];return R.set(c,a),o.inPlace(t,[r],"wrap-logger-",(()=>R.get(c))),i}function E(){const e=(0,g.pV)();m.forEach((t=>{e[t]=(...r)=>function(t,...r){let n=[];return Object.values(e.initializedAgents).forEach((e=>{e&&e.api?e.exposed&&e.api[t]&&n.push(e.api[t](...r)):(0,d.R)(38,t)})),n.length>1?n:n[0]}(t,...r)}))}const x={};function N(e,t,g=!1){t||(0,c.Ak)(e,"api");const m={};var w=s.ee.get(e),A=w.get("tracer");x[e]=b.g.OFF,w.on(p.G4.REPLAY_RUNNING,(t=>{x[e]=t}));var R="api-",E=R+"ixn-";function N(t,r,n,o){const a=(0,i.Vp)(e);return null===r?delete a.jsAttributes[t]:(0,i.x1)(e,{...a,jsAttributes:{...a.jsAttributes,[t]:r}}),j(R,n,!0,o||null===r?"session":void 0)(t,r)}function k(){}m.log=function(e,{customAttributes:t={},level:r=y.p_.INFO}={}){(0,a.p)(f.xV,["API/log/called"],void 0,n.K7.metrics,w),function(e,t,r={},i=y.p_.INFO){(0,a.p)(f.xV,["API/logging/".concat(i.toLowerCase(),"/called")],void 0,n.K7.metrics,e),(0,a.p)(y.ET,[(0,v.t)(),t,r,i],void 0,n.K7.logging,e)}(w,e,t,r)},m.wrapLogger=(e,t,{customAttributes:r={},level:i=y.p_.INFO}={})=>{(0,a.p)(f.xV,["API/wrapLogger/called"],void 0,n.K7.metrics,w),_(w,e,t,{customAttributes:r,level:i})},h.forEach((e=>{m[e]=j(R,e,!0,"api")})),m.addPageAction=j(R,"addPageAction",!0,n.K7.genericEvents),m.recordCustomEvent=j(R,"recordCustomEvent",!0,n.K7.genericEvents),m.setPageViewName=function(t,r){if("string"==typeof t)return"/"!==t.charAt(0)&&(t="/"+t),(0,o.f)(e).customTransaction=(r||"http://custom.transaction")+t,j(R,"setPageViewName",!0)()},m.setCustomAttribute=function(e,t,r=!1){if("string"==typeof e){if(["string","number","boolean"].includes(typeof t)||null===t)return N(e,t,"setCustomAttribute",r);(0,d.R)(40,typeof t)}else(0,d.R)(39,typeof e)},m.setUserId=function(e){if("string"==typeof e||null===e)return N("enduser.id",e,"setUserId",!0);(0,d.R)(41,typeof e)},m.setApplicationVersion=function(e){if("string"==typeof e||null===e)return N("application.version",e,"setApplicationVersion",!1);(0,d.R)(42,typeof e)},m.start=()=>{try{(0,a.p)(f.xV,["API/start/called"],void 0,n.K7.metrics,w),w.emit("manual-start-all")}catch(e){(0,d.R)(23,e)}},m[p.G4.RECORD]=function(){(0,a.p)(f.xV,["API/recordReplay/called"],void 0,n.K7.metrics,w),(0,a.p)(p.G4.RECORD,[],void 0,n.K7.sessionReplay,w)},m[p.G4.PAUSE]=function(){(0,a.p)(f.xV,["API/pauseReplay/called"],void 0,n.K7.metrics,w),(0,a.p)(p.G4.PAUSE,[],void 0,n.K7.sessionReplay,w)},m.interaction=function(e){return(new k).get("object"==typeof e?e:{})};const T=k.prototype={createTracer:function(e,t){var r={},i=this,o="function"==typeof t;return(0,a.p)(f.xV,["API/createTracer/called"],void 0,n.K7.metrics,w),g||(0,a.p)(E+"tracer",[(0,v.t)(),e,r],i,n.K7.spa,w),function(){if(A.emit((o?"":"no-")+"fn-start",[(0,v.t)(),i,o],r),o)try{return t.apply(this,arguments)}catch(e){const t="string"==typeof e?new Error(e):e;throw A.emit("fn-err",[arguments,this,t],r),t}finally{A.emit("fn-end",[(0,v.t)()],r)}}}};function j(e,t,r,i){return function(){return(0,a.p)(f.xV,["API/"+t+"/called"],void 0,n.K7.metrics,w),i&&(0,a.p)(e+t,[r?(0,v.t)():performance.now(),...arguments],r?null:this,i,w),r?void 0:this}}function I(){r.e(296).then(r.bind(r,778)).then((({setAPI:t})=>{t(e),(0,c.Ze)(e,"api")})).catch((e=>{(0,d.R)(27,e),w.abort()}))}return["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach((e=>{T[e]=j(E,e,void 0,g?n.K7.softNav:n.K7.spa)})),m.setCurrentRouteName=g?j(E,"routeName",void 0,n.K7.softNav):j(R,"routeName",!0,n.K7.spa),m.noticeError=function(t,r){"string"==typeof t&&(t=new Error(t)),(0,a.p)(f.xV,["API/noticeError/called"],void 0,n.K7.metrics,w),(0,a.p)("err",[t,(0,v.t)(),!1,r,!!x[e]],void 0,n.K7.jserrors,w)},l.RI?(0,u.GG)((()=>I()),!0):I(),m}var k=r(217),T=r(122);const j={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},I={};var S=r(284);const O=e=>{const t=e.startsWith("http");e+="/",r.p=t?e:"https://"+e};let P=!1;function K(e,t={},r,n){let{init:a,info:c,loader_config:u,runtime:d={},exposed:f=!0}=t;d.loaderType=r;const p=(0,g.pV)();c||(a=p.init,c=p.info,u=p.loader_config),(0,k.xN)(e.agentIdentifier,a||{}),function(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");I[e]=(0,T.a)(t,j);const r=(0,g.nY)(e);r&&(r.loader_config=I[e])}(e.agentIdentifier,u||{}),c.jsAttributes??={},l.bv&&(c.jsAttributes.isWorker=!0),(0,i.x1)(e.agentIdentifier,c);const m=(0,k.D0)(e.agentIdentifier),h=[c.beacon,c.errorBeacon];P||(m.proxy.assets&&(O(m.proxy.assets),h.push(m.proxy.assets)),m.proxy.beacon&&h.push(m.proxy.beacon),E(),(0,g.US)("activatedFeatures",S.B),e.runSoftNavOverSpa&&=!0===m.soft_navigations.enabled&&m.feature_flags.includes("soft_nav")),d.denyList=[...m.ajax.deny_list||[],...m.ajax.block_internal?h:[]],d.ptid=e.agentIdentifier,(0,o.V)(e.agentIdentifier,d),e.ee=s.ee.get(e.agentIdentifier),void 0===e.api&&(e.api=N(e.agentIdentifier,n,e.runSoftNavOverSpa)),void 0===e.exposed&&(e.exposed=f),P=!0}},374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return""})()},860:(e,t,r)=>{"use strict";r.d(t,{$J:()=>u,K7:()=>s,P3:()=>c,XX:()=>i,qY:()=>n,v4:()=>a});const n="events",i="jserrors",o="browser/blobs",a="rum",s={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"},c={[s.pageViewEvent]:1,[s.pageViewTiming]:2,[s.metrics]:3,[s.jserrors]:4,[s.spa]:5,[s.ajax]:6,[s.sessionTrace]:7,[s.softNav]:8,[s.sessionReplay]:9,[s.logging]:10,[s.genericEvents]:11},u={[s.pageViewEvent]:a,[s.pageViewTiming]:n,[s.ajax]:n,[s.spa]:n,[s.softNav]:n,[s.metrics]:i,[s.jserrors]:i,[s.sessionTrace]:o,[s.sessionReplay]:o,[s.logging]:"browser/logs",[s.genericEvents]:"ins"}}},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)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>"nr-rum-1.281.0.min.js",i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA-1.281.0.PROD:",i.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),l=0;l<u.length;l++){var d=u[l];if(d.getAttribute("src")==r||d.getAttribute("data-webpack")==t+o){s=d;break}}if(!s){c=!0;var f={296:"sha512-zqOtfbjYsGTkQScey1O8Hh9fA1+m2RFxLpfv7BWqqTivgQ6iM13v6QJ4d5xykyDwx1GoMFmngC4SKpFn6VciYg=="};(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+o),s.src=r,0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous"),f[a]&&(s.integrity=f[a])}e[r]=[n];var g=(t,n)=>{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},p=setTimeout(g.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=g.bind(null,s.onerror),s.onload=g.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={374:0,840:0};i.f.j=(t,r)=>{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)=>n=e[t]=[r,i]));r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.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)=>{var n,o,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)i.o(s,n)&&(i.m[n]=s[n]);if(c)c(i)}for(t&&t(r);u<a.length;u++)o=a[u],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=self["webpackChunk:NRBA-1.281.0.PROD"]=self["webpackChunk:NRBA-1.281.0.PROD"]||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=>{"use strict";i(374);var e=i(944),t=i(344),r=i(566);class n{agentIdentifier;constructor(){this.agentIdentifier=(0,r.LA)(16)}#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}addPageAction(e,t){return this.#e("addPageAction",e,t)}recordCustomEvent(e,t){return this.#e("recordCustomEvent",e,t)}setPageViewName(e,t){return this.#e("setPageViewName",e,t)}setCustomAttribute(e,t,r){return this.#e("setCustomAttribute",e,t,r)}noticeError(e,t){return this.#e("noticeError",e,t)}setUserId(e){return this.#e("setUserId",e)}setApplicationVersion(e){return this.#e("setApplicationVersion",e)}setErrorHandler(e){return this.#e("setErrorHandler",e)}addRelease(e,t){return this.#e("addRelease",e,t)}log(e,t){return this.#e("log",e,t)}}class o extends n{#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}start(){return this.#e("start")}finished(e){return this.#e("finished",e)}recordReplay(){return this.#e(t.G4.RECORD)}pauseReplay(){return this.#e(t.G4.PAUSE)}addToTrace(e){return this.#e("addToTrace",e)}setCurrentRouteName(e){return this.#e("setCurrentRouteName",e)}interaction(){return this.#e("interaction")}wrapLogger(e,t,r){return this.#e("wrapLogger",e,t,r)}}var a=i(860),s=i(217);const c=Object.values(a.K7);function u(e){const t={};return c.forEach((r=>{t[r]=function(e,t){return!0===(0,s.gD)(t,"".concat(e,".enabled"))}(r,e)})),t}var l=i(603);var d=i(687),f=i(234),g=i(289),p=i(154),m=i(384);const h=e=>p.RI&&!0===(0,s.gD)(e,"privacy.cookies_enabled");function v(e){return!!(0,m.dV)().o.MO&&h(e)&&!0===(0,s.gD)(e,"session_trace.enabled")}var b=i(389);class y extends f.W{constructor(e,t,r=!0){super(e.agentIdentifier,t),this.auto=r,this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,!1===e.init[this.featureName].autoStart&&(this.auto=!1),this.auto?(0,d.Ak)(e.agentIdentifier,t):this.ee.on("manual-start-all",(0,b.J)((()=>{(0,d.Ak)(e.agentIdentifier,this.featureName),this.auto=!0,this.importAggregator(e)})))}importAggregator(t,r={}){if(this.featAggregate||!this.auto)return;let n;this.onAggregateImported=new Promise((e=>{n=e}));const o=async()=>{let o;try{if(h(this.agentIdentifier)){const{setupAgentSession:e}=await i.e(296).then(i.bind(i,861));o=e(t)}}catch(t){(0,e.R)(20,t),this.ee.emit("internal-error",[t]),this.featureName===a.K7.sessionReplay&&this.abortHandler?.()}try{if(!this.#t(this.featureName,o))return(0,d.Ze)(this.agentIdentifier,this.featureName),void n(!1);const{lazyFeatureLoader:e}=await i.e(296).then(i.bind(i,103)),{Aggregate:a}=await e(this.featureName,"aggregate");this.featAggregate=new a(t,r),t.runtime.harvester.initializedAggregates.push(this.featAggregate),n(!0)}catch(t){(0,e.R)(34,t),this.abortHandler?.(),(0,d.Ze)(this.agentIdentifier,this.featureName,!0),n(!1),this.ee&&this.ee.abort()}};p.RI?(0,g.GG)((()=>o()),!0):o()}#t(e,t){switch(e){case a.K7.sessionReplay:return v(this.agentIdentifier)&&!!t;case a.K7.sessionTrace:return!!t;default:return!0}}}var w=i(630);class A extends y{static featureName=w.T;constructor(e,t=!0){super(e,w.T,t),this.importAggregator(e)}}var R=i(908),_=i(843),E=i(878),x=i(782),N=i(863);class k extends y{static featureName=x.T;constructor(e,t=!0){super(e,x.T,t),p.RI&&((0,_.u)((()=>(0,R.p)("docHidden",[(0,N.t)()],void 0,x.T,this.ee)),!0),(0,E.sp)("pagehide",(()=>(0,R.p)("winPagehide",[(0,N.t)()],void 0,x.T,this.ee))),this.importAggregator(e))}}var T=i(969);class j extends y{static featureName=T.TZ;constructor(e,t=!0){super(e,T.TZ,t),this.importAggregator(e)}}new class extends o{constructor(t){super(),p.gm?(this.features={},(0,m.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(t.features||[]),this.desiredFeatures.add(A),this.runSoftNavOverSpa=[...this.desiredFeatures].some((e=>e.featureName===a.K7.softNav)),(0,l.j)(this,t,t.loaderType||"agent"),this.run()):(0,e.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}run(){try{const t=u(this.agentIdentifier),r=[...this.desiredFeatures];r.sort(((e,t)=>a.P3[e.featureName]-a.P3[t.featureName])),r.forEach((r=>{if(!t[r.featureName]&&r.featureName!==a.K7.pageViewEvent)return;if(this.runSoftNavOverSpa&&r.featureName===a.K7.spa)return;if(!this.runSoftNavOverSpa&&r.featureName===a.K7.softNav)return;const n=function(e){switch(e){case a.K7.ajax:return[a.K7.jserrors];case a.K7.sessionTrace:return[a.K7.ajax,a.K7.pageViewEvent];case a.K7.sessionReplay:return[a.K7.sessionTrace];case a.K7.pageViewTiming:return[a.K7.pageViewEvent];default:return[]}}(r.featureName).filter((e=>!(e in this.features)));n.length>0&&(0,e.R)(36,{targetFeature:r.featureName,missingDependencies:n}),this.features[r.featureName]=new r(this)}))}catch(t){(0,e.R)(22,t);for(const e in this.features)this.features[e].abortHandler?.();const r=(0,m.Zm)();delete r.initializedAgents[this.agentIdentifier]?.api,delete r.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return r.ee.get(this.agentIdentifier).abort(),!1}}}({features:[A,k,j],loaderType:"lite"})})()})();</script> <!-- Google Fonts--> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,700|Roboto:300,400,700|Roboto+Condensed:300,400,400i,700|Lora:400,400i,700,700i|Zilla+Slab:400,400i,500,600,700,700i|Oswald:200, 300, 400,500,600,700|Permanent+Marker:400&display=swap"> <link rel="stylesheet" type="text/css" href="/dist/section.css"></head> <body class="template-section draper-enabled"> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P59JVDP" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <header class="component navigation" data-section-name=""> <nav class="main"> <div class="container primary"> <div class="container-inner left"> <button id="button-in-unless" class="menu-btn" title="Menu" aria-label="Menu"> <div class="menu-btn-box"> <div class="menu-btn-inner"></div> </div> </button> <div class="logo" id=""> <a href="/" data-action="primary-nav-logo" aria-label="Logo"> <svg role="img" itemprop="logo" width="90px" height="100%" preserveAspectRatio="xMinYMin meet" viewBox="0 0 98 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>TIME logo</title> <path fill="#e90606" d="M3 2.36h23.67v5.4h-.43l.05-3.46h-9.35v24.36h2.7v.8H10.4v-.8h2.5V4.3H3.45v3.46H3v-5.4zM27.8 2.36h9.3v.75h-2.65v25.56h2.64v.8h-9.3v-.8h2.7V3.1h-2.7v-.74zM45.3 2.3h1.78l8.7 20.9 8.64-20.9h1.73L71 28.66h2.44v.8h-9.6v-.8h2.47l-3-16.85-7.68 17.67h-1.8l-7.6-17.66-3.2 16.86h2.33l-.05.8h-7.07l.05-.8h2.16L45.3 2.3zM74.25 2.36h20.47l.05 5.35h-.37l-.17-3.3-13.4-.15v10.7h11.4l.27-2.5h.5c-.12 2.28-.12 4.5 0 6.76h-.5l-.27-2.58h-11.4V27.7h13.9l.04-3.68h.38v5.45h-20.9v-.76l2.7-.04V3.16l-2.7-.05v-.74z"/> </svg> </a> </div> </div> <div class="container-inner right"> <div class="primary-links hidden" data-tracking-zone="nav"> <ul class="primary-text-links"> <li class="heading-list menu-list-item subscribe-link-container visible" data-action="primary-nav-pos-6"> <div> <a href="/subscribe-header-time" class="subscribe-link subx_track_952 link-and-photo" data-location="header-nav" data-key="qobuskf@g" data-event="2"> <span class="desktop"> Subscribe </span> <span class="mobile">Subscribe</span> </a> </div> </li> </ul> </div> <div class="featured-links desktop-only"> <ul> <li class="newsletter"><a href="https://cloud.newsletters.time.com/signup?nln=pov" target="_blank"><img src="/img/newsletter-round.svg">Sign Up for Our Ideas Newsletter POV</a></li> </ul> </div> <div class="buttons " data-tracking-zone="search"> <button class="icon search js-activate" data-action="primary-nav-pos-1" title="Search" aria-label="Search"><span class="icon icon-search utility-icon color-ribbon-primary-text " > <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" role="img" aria-hidden="true" tabindex="-1"><path fill="#685F55" d="M14.1 14.751a5.53 5.53 0 1 1 .651-.651L19 18.348l-.652.652-4.248-4.249zm-3.557.4a4.608 4.608 0 1 0 0-9.216 4.608 4.608 0 0 0 0 9.215z"/></svg> </span></button> <button class="icon search mobile-only"><span class="icon icon-search utility-icon color-ribbon-primary-text " > <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" role="img" aria-label="Search" tabindex="-1"><path fill="#685F55" d="M14.1 14.751a5.53 5.53 0 1 1 .651-.651L19 18.348l-.652.652-4.248-4.249zm-3.557.4a4.608 4.608 0 1 0 0-9.216 4.608 4.608 0 0 0 0 9.215z"/></svg> </span></button> <div class="search-container"> <form action="/search" name="search" method="GET"> <input name="q" type="text" class="search-field" value="" placeholder="Search..." title="Search..." aria-label="Search..."> </form> <button class="icon close close-search" data-action="primary-nav-close-search" title="Close Search" aria-label="Close Search"><span class="icon icon-close utility-icon color-ribbon-primary-text " > <svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><title>Close</title><path fill="#F0F1F3" d="M14 1.41L12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z"/></svg> </span></button> </div> </div> </div> </div> </nav> <div class="nav-placeholder"> </div> <nav data-tracking-zone="nav" class="menu"> <section class="container"> <div class="account-mobile hidden"> <div class="button-container"> <button class="subscribe"> <a rel="nofollow" class="subscribe-link" href="/subscribe-hamburger-time" data-location="hamburger button"> Subscribe </a> </button> </div> </div> <section class="menu-section"> <label class="menu-label">Sections</label> <ul> <li class="menu-item"> <a href="https://time.com" > Home </a> </li> <li class="menu-item"> <a href="https://time.com/section/us/" > U.S. </a> </li> <li class="menu-item"> <a href="https://time.com/section/politics/" > Politics </a> </li> <li class="menu-item"> <a href="https://time.com/section/world/" > World </a> </li> <li class="menu-item"> <a href="https://time.com/section/health/" > Health </a> </li> <li class="menu-item"> <a href="https://time.com/section/climate/" > Climate </a> </li> <li class="menu-item"> <a href="https://time.com/charter/" > Future of Work by Charter </a> </li> <li class="menu-item"> <a href="https://time.com/section/business/" > Business </a> </li> <li class="menu-item"> <a href="https://time.com/section/tech/" > Tech </a> </li> <li class="menu-item"> <a href="https://time.com/section/entertainment/" > Entertainment </a> </li> <li class="menu-item"> <a href="https://time.com/section/ideas/" > Ideas </a> </li> <li class="menu-item"> <a href="https://time.com/section/science/" > Science </a> </li> <li class="menu-item"> <a href="https://time.com/section/history/" > History </a> </li> <li class="menu-item"> <a href="https://time.com/section/sports/" > Sports </a> </li> <li class="menu-item"> <a href="https://time.com/magazine" > Magazine </a> </li> <li class="menu-item"> <a href="https://time.com/time2030" > TIME 2030 </a> </li> <li class="menu-item"> <a href="https://time.com/collection/next-generation-leaders/" > Next Generation Leaders </a> </li> <li class="menu-item"> <a href="https://time.com/collection/time100-leadership-series/" > TIME100 Leadership Series </a> </li> <li class="menu-item"> <a href="https://time.com/studios/" > TIME Studios </a> </li> <li class="menu-item"> <a href="https://time.com/collection/video/" > Video </a> </li> <li class="menu-item"> <a href="https://time.com/collection/time100-talks/" > TIME100 Talks </a> </li> <li class="menu-item"> <a href="https://time.com/collection/timepieces-nft/" > TIMEPieces </a> </li> <li class="menu-item"> <a href="https://time.com/vault/" > The TIME Vault </a> </li> <li class="menu-item"> <a href="https://time.com/collection/live-well/" > TIME for Health </a> </li> <li class="menu-item"> <a href="https://www.timeforkids.com" > TIME for Kids </a> </li> <li class="menu-item"> <a href="https://www.timeedge.com/login" > TIME Edge </a> </li> <li class="menu-item"> <a href="https://www.co2.com/" > TIMECO2 </a> </li> <li class="menu-item"> <a href="https://redborder.time.com/home/" > Red Border: Branded Content by TIME </a> </li> <li class="menu-item"> <a href="https://time.com/coupons" > Coupons </a> </li> <li class="menu-item"> <a href="https://time.com/personal-finance/" > Personal Finance by TIME Stamped </a> </li> <li class="menu-item"> <a href="https://time.com/shopping/" > Shopping by TIME Stamped </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">Join Us</label> <ul> <li class="menu-item"> <a href="https://time.com/newsletters/?source=time_nav" > Newsletters </a> </li> <li class="menu-item"> <a class="subx_track_952 subscribe-link" href="https://time.com/subscribe-hamburger-time" data-key="qobuskf@g" data-event="3" data-location="hamburger" > Subscribe </a> </li> <li class="menu-item"> <a href="https://get.time.com/servlet/OrdersGateway?cds_mag_code=TIM&cds_page_id=255457&utm_%5B…%5Dketing+site-reg-paid+all&utm_content=bau+gift22+na+na+na+na+na" > Give a Gift </a> </li> <li class="menu-item"> <a href="https://get.time.com/pubs/MX/TIM/TIME_Single_Issue_Store_50_Discount_Page2_Mar.jsp?cds_page_id=265727&cds_mag_code=TIM&id=1681921547077&lsid=31091125470044351&vid=1&cds_response_key=SCCGSTR04" > Shop the TIME Store </a> </li> <li class="menu-item"> <a href="https://timecoverstore.com/" > TIME Cover Store </a> </li> <li class="menu-item"> <a href="https://geo.ema.gs/time_digital" > Digital Magazine </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">Customer Care</label> <ul> <li class="menu-item"> <a href="https://support.time.com/" > US & Canada </a> </li> <li class="menu-item"> <a href="https://support.time.com/" > Global Help Center </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">Reach Out</label> <ul> <li class="menu-item"> <a href="https://time.com/longform/join-time/" > Careers </a> </li> <li class="menu-item"> <a href="https://time.com/section/press-room/" > Press Room </a> </li> <li class="menu-item"> <a href="mailto:letters@time.com" > Contact the Editors </a> </li> <li class="menu-item"> <a href="https://time.com/mediakit" > Media Kit </a> </li> <li class="menu-item"> <a href="https://www.parsintl.com/publication/time" > Reprints and Permissions </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">More</label> <ul> <li class="menu-item"> <a href="https://time.com/longform/about-time/" > About Us </a> </li> <li class="menu-item"> <a href="https://time.com/privacy/privacy_policy.html" > Privacy Policy </a> </li> <li class="menu-item"> <a href="https://time.com/privacy/privacy_policy.html#_Toc26698205" > Your Privacy Rights </a> </li> <li class="menu-item"> <a href="https://time.com/privacy/privacy_terms_service.html" > Terms of Use </a> </li> <li class="menu-item"> <a href="https://time.com/modern-slavery-statement/" > Modern Slavery Statement </a> </li> <li class="menu-item"> <a href="https://time.com/html-sitemap/" > Site Map </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">Connect with Us</label> <ul class="social-items"> <li class="social-items__item"> <span class="icon icon-facebook-circle-stroke social-stroke-icon color-accent margin-4-right " data-social-service="Facebook" > <a href="https://www.facebook.com/time" class="display-block " target="_blank" rel="noopener" title="Facebook share (opens in a new window)" aria-label="Share on Facebook (opens in a new window)" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.95 18c0 8.258-6.693 14.95-14.95 14.95S3.05 26.26 3.05 18 9.742 3.05 18 3.05 32.95 9.74 32.95 18" stroke-width="2" stroke="#B7B4B4"/><path d="M19.718 13.698c.433-.014.866-.004 1.3-.004h.18V11.57c-.232-.023-.473-.054-.716-.065-.445-.02-.89-.04-1.336-.03-.68.013-1.323.17-1.884.55-.644.435-.998 1.05-1.132 1.773-.057.3-.07.607-.08.912-.01.477-.002.953 0 1.43v.18h-2.16v2.373h2.147v5.966h2.622V18.7h2.134l.33-2.385h-.482c-.608.002-2.004 0-2.004 0s.006-1.177.02-1.687c.02-.7.46-.912 1.057-.932" fill="#B7B4B4"/></g></svg> </a> </span> </li> <li class="social-items__item"> <span class="icon icon-instagram-circle-stroke social-stroke-icon color-accent margin-4-right " data-social-service="Instagram" > <a href="https://www.instagram.com/time/?hl=en" class="display-block " target="_blank" rel="noopener" title="Instagram share (opens in a new window)" aria-label="Share on Instagram (opens in a new window)" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.95 18c0 8.257-6.693 14.95-14.95 14.95S3.05 26.258 3.05 18 9.742 3.05 18 3.05 32.95 9.742 32.95 18" stroke-width="2" stroke="#B7B4B4"/><path d="M22.624 22c0 .344-.28.624-.623.624h-8.47c-.342 0-.62-.28-.62-.623v-5.13h1.218c-.07.29-.104.59-.104.9 0 2.07 1.677 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75 0-.306-.038-.604-.108-.89h1.22V22zm-7.137-5.13c.356-.907 1.24-1.552 2.274-1.552 1.04 0 1.92.645 2.28 1.553.11.28.17.58.17.9 0 1.347-1.1 2.444-2.44 2.444-1.345 0-2.442-1.097-2.442-2.443 0-.314.06-.615.17-.89zm4.916-3.576c0-.19.154-.344.344-.344h1.49c.19 0 .344.154.344.344v1.49c0 .19-.15.344-.34.344h-1.49c-.19 0-.34-.154-.34-.344v-1.49zM22 11.592h-8.478c-1.065 0-1.93.865-1.93 1.93v8.48c0 1.064.865 1.93 1.93 1.93h8.48c1.065 0 1.93-.866 1.93-1.93v-8.48c0-1.065-.865-1.93-1.93-1.93z" fill="#B7B4B4"/></g></svg> </a> </span> </li> <li class="social-items__item"> <span class="icon icon-twitter-circle-stroke social-stroke-icon color-accent margin-4-right " data-social-service="Twitter" > <a href="https://twitter.com/time" class="display-block " target="_blank" rel="noopener" title="Twitter share (opens in a new window)" aria-label="Share on Twitter (opens in a new window)" > <svg role="img" aria-hidden="true" width="36" height="36" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M32.977 18C32.977 26.272 26.272 32.976 18 32.976C9.728 32.976 3.023 26.272 3.023 18C3.023 9.728 9.728 3.024 18 3.024C26.272 3.024 32.977 9.728 32.977 18Z" stroke="#e90606" stroke-width="2"></path><path d="M18.5899 17.7781L22.712 13H21.7352L18.1559 17.1487L15.2972 13H12L16.323 19.2736L12 24.2842H12.9769L16.7566 19.903L19.7757 24.2842H23.0729L18.5896 17.7781H18.5899ZM17.2519 19.3289L16.8139 18.7042L13.3288 13.7333H14.8293L17.6417 17.745L18.0798 18.3697L21.7356 23.5843H20.2352L17.2519 19.3292V19.3289Z" fill="#e90606"></path></svg> </a> </span> </li> <li class="social-items__item"> <span class="icon icon-pinterest-circle-stroke social-stroke-icon color-accent " data-social-service="Pinterest" > <a href="https://www.pinterest.com/timemagazine" class="display-block " target="_blank" rel="noopener" title="Pinterest share (opens in a new window)" aria-label="Share on Pinterest (opens in a new window)" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.976 18c0 8.272-6.705 14.976-14.976 14.976-8.27 0-14.976-6.704-14.976-14.976C3.024 9.728 9.73 3.024 18 3.024S32.976 9.728 32.976 18" stroke-width="2" stroke="#B7B4B4"/><path d="M17.162 20.54c-.012.038-.022.072-.03.105-.505 1.976-.562 2.415-1.08 3.332-.247.437-.525.85-.834 1.246-.034.044-.067.102-.137.088-.07-.01-.08-.08-.08-.14-.08-.6-.13-1.2-.11-1.81.03-.79.13-1.06 1.15-5.34.02-.06 0-.12-.02-.18-.24-.65-.29-1.32-.08-2 .46-1.46 2.12-1.57 2.41-.36.18.75-.292 1.72-.654 3.16-.3 1.19 1.1 2.04 2.298 1.17 1.106-.8 1.534-2.72 1.45-4.08-.16-2.71-3.13-3.29-5.02-2.42-2.16 1-2.65 3.68-1.675 4.91.126.157.22.25.18.41-.06.244-.117.49-.186.735-.05.184-.2.25-.384.175-.36-.148-.66-.377-.9-.678-.83-1.026-1.07-3.057.03-4.776 1.212-1.906 3.47-2.676 5.534-2.443 2.468.28 4.02 1.964 4.316 3.873.13.87.035 3.012-1.186 4.53-1.404 1.74-3.68 1.854-4.73.785-.08-.08-.146-.18-.225-.272" fill="#B7B4B4"/></g></svg> </a> </span> </li> </ul> </section> </section> </nav> <div class="menu-overlay"></div> <div class="component adhesion-ad mobile-ad"> <div class="adhesion-ad-container"> <div id='stickyfooter-ad-1' class='ad ad-container ad-wrapper mobile-ad' role='complementary' aria-hidden='true' > </div> </div> </div> <div class="ad-wrapper outer tablet-ad desktop-ad mobile-ad full-column"> <div id='leaderboard-ad-1' class='ad ad-container ad-wrapper ' role='complementary' aria-hidden='true' > </div> </div> </header> <main> <div class="container-main "> <div id="pagination-data" data-path="/section/press-room/" data-current-page="1" data-total-posts="226" data-posts-per-page="20" ></div> <div class="container-main__headline"> <h1>Press Room</h1> <div class="sponsorship-div padded border-left"> <div id='sponsorshiplogo1' class='ad ad-container ad-wrapper ' role='complementary' aria-hidden='true' > </div></div> <div class="container-main__top-tags"> </div> </div> <div class="container-main__headline-underline"></div> <section class="section-curated"> <div class="section-curated__primary"> <div class="taxonomy-tout primary " data-index=> <a href=/7213162/time-reveals-the-2025-time100-ai-impact-award-recipients/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/02/TIME100-Impact-Awards-AI-Dubai-Press-Release-Image.png" data-alt="" data-fetchpriority="high" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/02/TIME100-Impact-Awards-AI-Dubai-Press-Release-Image.png" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Reveals the 2025 TIME100 AI Impact Award Recipients Recognized Moving their Industries –and the World– Forward </h2> <span class="byline"> <span>By TIME PR </span> </div> </a> </div> <div id='rightrail-ad-1' class='ad ad-container ad-wrapper desktop-only' role='complementary' aria-hidden='true' > </div> </div> <div class="section-curated__secondary"> <div class="taxonomy-tout " data-index=> <a href=/7213042/time-reveals-the-2025-list-of-the-closers/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Colman_fbaab1.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/02/TIM250224_Cover-Colman_fbaab1.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Reveals the 2025 List of The Closers </h2> <span class="byline"> <span>By TIME PR </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7209532/time-and-ally-financial-name-2025-dealer-of-the-year/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME and Ally Financial Name 2025 Dealer of the Year </h2> <span class="byline"> <span>By TIME PR </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7204307/time-names-new-executive-editors/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2018/11/squaretimelogo.png?w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2018/11/squaretimelogo.png?w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Names New Executive Editors </h2> <span class="byline"> <span>By TIME PR </span> </div> </a> </div> </div> </section> <div class="ad-between-section"> <div id='inline-ad-1' class='ad ad-container ad-wrapper tablet-ad desktop-ad desktop-only x2' role='complementary' aria-hidden='true' > </div> </div> <section class="section-related "> <div class="section-related__touts-wrapper"> <div class="section-related__title-more"> More in <span>Press Room</span> </div> <div class="component taxonomy-related-touts section-related__touts" data-index=> <div class="taxonomy-tout " data-index=> <a href=/7201467/time-celebrates-leaders-of-the-year-at-a-year-in-time/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/12/Cover-Grid-FINAL.jpg" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/12/Cover-Grid-FINAL.jpg" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Celebrates Leaders of the Year at ‘A Year in TIME’ </h2> <h3 class="summary"> Event Will Feature Appearances by TIME Athlete of the Year Caitlin Clark, TIME CEO of the Year Lisa Su, TIME Icon of the Year Elton John, and More in New York City New York, NY–December... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-12-11T15:00:00.000Z">December 11, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7178086/time-names-revenue-leaders-to-accelerate-global-partnerships/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Names Revenue Leaders to Accelerate Global Partnerships </h2> <h3 class="summary"> TIME CEO Jessica Sibley sent the following note to staff on Thursday: Team, Together we are making incredible progress on the plan we have in place to build a sustainable future for TIME. To build... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-11-21T14:01:00.000Z">November 21, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7177787/times-b2b-revenue-strategy-drives-milestone-growth-in-2024/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME’s B2B Revenue Strategy Drives Milestone Growth in 2024 </h2> <h3 class="summary"> TIME CEO Jessica Sibley sent the following note to staff on Wednesday: Team, I’d like congratulate the entire TIME team on your achievements so far this year. This month alone has been an incredibly strong... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-11-20T14:07:21.000Z">November 20, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7175138/time-reveals-the-2024-time100-climate-list/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/11/TIM241125_Cover-Climate_FINAL4-1.jpg?quality=85&crop=0px%2C129px%2C2363px%2C1576px&resize=407%2C271&strip" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/11/TIM241125_Cover-Climate_FINAL4-1.jpg?quality=85&crop=0px%2C129px%2C2363px%2C1576px&resize=407%2C271&strip" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Reveals the 2024 TIME100 Climate List </h2> <h3 class="summary"> Today, TIME reveals the second annual TIME100 Climate list, featuring the 100 most influential leaders driving business to real climate action. The 2024 TIME100 Climate list includes president of the World Bank Ajay Banga, founder... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-11-12T12:00:00.000Z">November 12, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7095509/time-hosts-inaugural-time100-health-leadership-forum/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/10/Health-Leadership-Forum-Press-Release-Image_15Oct2024_v2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/10/Health-Leadership-Forum-Press-Release-Image_15Oct2024_v2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Hosts Inaugural TIME100 Health Leadership Forum Bringing Together Innovators Shaping the Future of Healthcare </h2> <h3 class="summary"> Today, TIME convenes the first-ever TIME100 Health Leadership Forum in New York City, featuring conversations with leaders taking action toward a world with sustainable and accessible healthcare solutions. The TIME100 Health Leadership Forum will bring... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-10-22T13:00:00.000Z">October 22, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7026835/time-for-kids-continues-service-stars-program-and-names-new-kid-of-the-month/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/10/TFK-Cover.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/10/TFK-Cover.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME for Kids Continues Service Stars </h2> <h3 class="summary"> TIME for Kids Continues Service Stars Program and Names New Kid of the Month: 10-Year-Old Anti-Hunger Advocate Elaina Johnson </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-10-01T12:00:00.000Z">October 1, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7022739/time-convenes-inaugural-time100-climate-leadership-forum/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/09/Climate-Leadership-Forum-Press-Release-Image-11sept2024_Option-1.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/09/Climate-Leadership-Forum-Press-Release-Image-11sept2024_Option-1.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Convenes Leaders Taking Action Toward A More Sustainable World at the Inaugural TIME100 Climate Leadership Forum </h2> <h3 class="summary"> The TIME100 Climate Leadership Forum Features Conversations with Jane Goodall, Jacinda Ardern, Michael S. Regan, Jennifer M. Granholm and More in New York City (New York, NY—September 23, 2024) Today, TIME convenes the first-ever TIME100... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-09-23T13:10:00.000Z">September 23, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7022509/new-time-votes-platform-provides-service-oriented-journalism-and-non-partisan-resources-for-the-2024-presidential-election/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/09/TIME_VOTES_f6fe77.png?w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/09/TIME_VOTES_f6fe77.png?w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> 'TIME Votes' A New Editorial Platform </h2> <h3 class="summary"> Today, TIME unveils TIME Votes, a new editorial platform dedicated to exploring the key issues and motivations defining the 2024 Presidential Election. </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-09-19T12:00:00.000Z">September 19, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7019227/time-reveals-the-2024-time-latino-leaders/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Reveals the 2024 TIME Latino Leaders </h2> <h3 class="summary"> Presented by exclusive partner of Latino Leaders Nissan, TIME will convene this year’s honorees at a special event in Los Angeles on October 24th Today, TIME reveals the second annual TIME Latino Leaders list, highlighting... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-09-12T12:01:00.000Z">September 12, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7020354/time-revela-los-latino-leaders-de-2024/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Revela los Latino Leaders de 2024 </h2> <h3 class="summary"> Presentado por Nissan, nuestro colaborador exclusivo de TIME Latino Leaders, TIME reunirá a los homenajeados de este año en un evento especial en Los Ángeles el 24 de octubre. Hoy, TIME revela la segunda lista... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-09-12T12:00:00.000Z">September 12, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7019456/time-spotlights-leaders-building-a-more-equitable-future/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Spotlights Leaders Building a More Equitable Future with Inaugural TIME100 Women’s Leadership Forum </h2> <h3 class="summary"> Presented with Signature Partners Barbie, Deloitte and ŌURA, the TIME100 Women’s Leadership Forum Features Conversations with Kerry Washington, Brooke Shields, Aly Raisman, Ashlyn Harris, Valerie Jarrett, Sherrilyn Ifill and more in New York City Event... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-09-10T13:00:00.000Z">September 10, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7017829/time-reveals-the-2024-time100-ai-list/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/09/TIM240916-AI-Cover-FINAL.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/09/TIM240916-AI-Cover-FINAL.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Reveals the 2024 TIME100 AI List of the World’s Most Influential People in Artificial Intelligence </h2> <h3 class="summary"> (New York, NY - September 5, 2024) Today, TIME reveals the second annual TIME100 AI list, recognizing the 100 most influential people in artificial intelligence. The 2024 TIME100 AI issue features a worldwide cover with... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-09-05T11:15:00.000Z">September 5, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/7010714/time-and-time-for-kids-name-the-2024-kid-of-the-year-15-year-old-scientist-heman-bekele/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/08/TIM240826-KOTY-Cover-FINAL_e4d1a2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/08/TIM240826-KOTY-Cover-FINAL_e4d1a2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Names the 2024 Kid of the Year </h2> <h3 class="summary"> Today, TIME and TIME for Kids reveal the 2024 Kid of the Year, recognizing one exceptional young person—and five honorees—giving hope for the future. </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-08-15T11:30:00.000Z">August 15, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/6992955/time-and-openai-announce-strategic-content-partnership/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2021/11/Time_Logo_Red.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME and OpenAI Announce Strategic Content Partnership </h2> <h3 class="summary"> Agreement Advances TIME’s Commitment to Expanding Access to Trusted Journalism Through Innovation [June 27, 2024 - New York, NY] – Today, TIME and OpenAI announced a multi-year content deal and strategic partnership to bring TIME's... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-06-27T13:09:40.000Z">June 27, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/6983286/time-reveals-the-2024-time100-most-influential-companies-in-the-world/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/05/100Companies-covers2024-1.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/05/100Companies-covers2024-1.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Reveals the 2024 TIME100 Most Influential Companies in the World </h2> <h3 class="summary"> Today, TIME reveals the fourth annual TIME100 Most Influential Companies list, highlighting businesses and leaders shaping our world. The 2024 TIME100 Most Influential Companies issue features two worldwide covers, each spotlighting a top executive from... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-05-30T12:00:00.000Z">May 30, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=/6960844/time-reveals-the-2024-time-earth-awards/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/03/TIM240408-EarthAwards-FondaCover-FINAL.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/03/TIM240408-EarthAwards-FondaCover-FINAL.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> TIME Reveals the 2024 TIME Earth Awards </h2> <h3 class="summary"> TIME Reveals the 2024 TIME Earth Awards Today, TIME reveals the 2024 TIME Earth Awards, recognizing individuals influencing the future of the planet through their work on climate justice, awareness, and activism. The 2024 TIME... </h3> <span class="byline"> <span>By TIME PR </span><span><time datetime="2024-03-27T12:15:00.000Z">March 27, 2024</time></span> </span> </div> </a> </div> </div> <div class="section-related__pages"></div> </div> </section> <div class="ad-between-section"> <div id='inline-ad-2' class='ad ad-container ad-wrapper tablet-ad desktop-ad desktop-only x2' role='complementary' aria-hidden='true' > </div> </div> <section class="section-recirc"> <div class="section-recirc__wrapper"> <div class="section-recirc__title-more"> More from <span>TIME</span> </div> <div class="section-recirc__divider-line"></div> <div class="bottom-recirc padded-mobile " data-tracking-zone="bottom-recirc"> <div class="component feed clearfix taxonomy-bottom-recirc" data-endpoint="/element-api/content-proxy/documents" data-request-data="%7B%22excluded%22%3A%5B7213162%2C7213042%2C7209532%2C7204307%2C7201467%2C7178086%2C7177787%2C7175138%2C7095509%2C7026835%2C7022739%2C7022509%2C7019227%2C7020354%2C7019456%2C7017829%2C7010714%2C6992955%2C6983286%2C6960844%5D%2C%22recirculation%22%3Atrue%7D" data-partial="swipe-h" data-variation="taxonomy-bottom-recirc" data-type="feed" data-title="More From TIME" > <div class="subtitle feed-subtitle heading-2">More From TIME</div> <ul class="items swipe-h"> </ul> <div class="taxonomy-bottom-recirc-desktop"> </div> </div></div> </div> </section> </div> </main> <div class="above-footer"></div> <footer class="main padding-24-top "> <div class="logo-container margin-0-auto"> <a class="display-inline-block" href="/" aria-label="Logo"> <svg role="img" itemprop="logo" width="90px" height="100%" preserveAspectRatio="xMinYMin meet" viewBox="0 0 98 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>TIME logo</title> <path fill="#e90606" d="M3 2.36h23.67v5.4h-.43l.05-3.46h-9.35v24.36h2.7v.8H10.4v-.8h2.5V4.3H3.45v3.46H3v-5.4zM27.8 2.36h9.3v.75h-2.65v25.56h2.64v.8h-9.3v-.8h2.7V3.1h-2.7v-.74zM45.3 2.3h1.78l8.7 20.9 8.64-20.9h1.73L71 28.66h2.44v.8h-9.6v-.8h2.47l-3-16.85-7.68 17.67h-1.8l-7.6-17.66-3.2 16.86h2.33l-.05.8h-7.07l.05-.8h2.16L45.3 2.3zM74.25 2.36h20.47l.05 5.35h-.37l-.17-3.3-13.4-.15v10.7h11.4l.27-2.5h.5c-.12 2.28-.12 4.5 0 6.76h-.5l-.27-2.58h-11.4V27.7h13.9l.04-3.68h.38v5.45h-20.9v-.76l2.7-.04V3.16l-2.7-.05v-.74z"/> </svg> </a> </div> <div class="social-container margin-0-auto padding-24-tb display-flex rule-bottom" data-tracking-zone="footer"> <span class="icon icon-facebook-circle-stroke social-stroke-icon color-accent margin-4-right " data-social-service="Facebook" > <a href="https://www.facebook.com/time" class="display-block " target="_blank" rel="noopener" title="Facebook share" aria-label="Share on Facebook" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.95 18c0 8.258-6.693 14.95-14.95 14.95S3.05 26.26 3.05 18 9.742 3.05 18 3.05 32.95 9.74 32.95 18" stroke-width="2" stroke="#B7B4B4"/><path d="M19.718 13.698c.433-.014.866-.004 1.3-.004h.18V11.57c-.232-.023-.473-.054-.716-.065-.445-.02-.89-.04-1.336-.03-.68.013-1.323.17-1.884.55-.644.435-.998 1.05-1.132 1.773-.057.3-.07.607-.08.912-.01.477-.002.953 0 1.43v.18h-2.16v2.373h2.147v5.966h2.622V18.7h2.134l.33-2.385h-.482c-.608.002-2.004 0-2.004 0s.006-1.177.02-1.687c.02-.7.46-.912 1.057-.932" fill="#B7B4B4"/></g></svg> </a> </span> <span class="icon icon-instagram-circle-stroke social-stroke-icon color-accent margin-4-right " data-social-service="Instagram" > <a href="https://www.instagram.com/time/?hl=en" class="display-block " target="_blank" rel="noopener" title="Instagram share" aria-label="Share on Instagram" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.95 18c0 8.257-6.693 14.95-14.95 14.95S3.05 26.258 3.05 18 9.742 3.05 18 3.05 32.95 9.742 32.95 18" stroke-width="2" stroke="#B7B4B4"/><path d="M22.624 22c0 .344-.28.624-.623.624h-8.47c-.342 0-.62-.28-.62-.623v-5.13h1.218c-.07.29-.104.59-.104.9 0 2.07 1.677 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75 0-.306-.038-.604-.108-.89h1.22V22zm-7.137-5.13c.356-.907 1.24-1.552 2.274-1.552 1.04 0 1.92.645 2.28 1.553.11.28.17.58.17.9 0 1.347-1.1 2.444-2.44 2.444-1.345 0-2.442-1.097-2.442-2.443 0-.314.06-.615.17-.89zm4.916-3.576c0-.19.154-.344.344-.344h1.49c.19 0 .344.154.344.344v1.49c0 .19-.15.344-.34.344h-1.49c-.19 0-.34-.154-.34-.344v-1.49zM22 11.592h-8.478c-1.065 0-1.93.865-1.93 1.93v8.48c0 1.064.865 1.93 1.93 1.93h8.48c1.065 0 1.93-.866 1.93-1.93v-8.48c0-1.065-.865-1.93-1.93-1.93z" fill="#B7B4B4"/></g></svg> </a> </span> <span class="icon icon-twitter-circle-stroke social-stroke-icon color-accent margin-4-right " data-social-service="Twitter" > <a href="https://twitter.com/time" class="display-block " target="_blank" rel="noopener" title="Twitter share" aria-label="Share on Twitter" > <svg role="img" aria-hidden="true" width="36" height="36" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M32.977 18C32.977 26.272 26.272 32.976 18 32.976C9.728 32.976 3.023 26.272 3.023 18C3.023 9.728 9.728 3.024 18 3.024C26.272 3.024 32.977 9.728 32.977 18Z" stroke="#e90606" stroke-width="2"></path><path d="M18.5899 17.7781L22.712 13H21.7352L18.1559 17.1487L15.2972 13H12L16.323 19.2736L12 24.2842H12.9769L16.7566 19.903L19.7757 24.2842H23.0729L18.5896 17.7781H18.5899ZM17.2519 19.3289L16.8139 18.7042L13.3288 13.7333H14.8293L17.6417 17.745L18.0798 18.3697L21.7356 23.5843H20.2352L17.2519 19.3292V19.3289Z" fill="#e90606"></path></svg> </a> </span> <span class="icon icon-pinterest-circle-stroke social-stroke-icon color-accent " data-social-service="Pinterest" > <a href="https://www.pinterest.com/timemagazine" class="display-block " target="_blank" rel="noopener" title="Pinterest share" aria-label="Share on Pinterest" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.976 18c0 8.272-6.705 14.976-14.976 14.976-8.27 0-14.976-6.704-14.976-14.976C3.024 9.728 9.73 3.024 18 3.024S32.976 9.728 32.976 18" stroke-width="2" stroke="#B7B4B4"/><path d="M17.162 20.54c-.012.038-.022.072-.03.105-.505 1.976-.562 2.415-1.08 3.332-.247.437-.525.85-.834 1.246-.034.044-.067.102-.137.088-.07-.01-.08-.08-.08-.14-.08-.6-.13-1.2-.11-1.81.03-.79.13-1.06 1.15-5.34.02-.06 0-.12-.02-.18-.24-.65-.29-1.32-.08-2 .46-1.46 2.12-1.57 2.41-.36.18.75-.292 1.72-.654 3.16-.3 1.19 1.1 2.04 2.298 1.17 1.106-.8 1.534-2.72 1.45-4.08-.16-2.71-3.13-3.29-5.02-2.42-2.16 1-2.65 3.68-1.675 4.91.126.157.22.25.18.41-.06.244-.117.49-.186.735-.05.184-.2.25-.384.175-.36-.148-.66-.377-.9-.678-.83-1.026-1.07-3.057.03-4.776 1.212-1.906 3.47-2.676 5.534-2.443 2.468.28 4.02 1.964 4.316 3.873.13.87.035 3.012-1.186 4.53-1.404 1.74-3.68 1.854-4.73.785-.08-.08-.146-.18-.225-.272" fill="#B7B4B4"/></g></svg> </a> </span> </div> <nav class="footer-links margin-0-auto padding-16-tb rule-bottom" data-tracking-zone="footer" aria-label="Footer Navigation"> <section> <ul class="margin-8-top"> <li> <a href="https://time.com" > Home </a> </li> <li> <a href="https://time.com/section/us/" > U.S. </a> </li> <li> <a href="https://time.com/section/politics/" > Politics </a> </li> <li> <a href="https://time.com/section/world/" > World </a> </li> <li> <a href="https://time.com/section/health/" > Health </a> </li> <li> <a href="https://time.com/section/business/" > Business </a> </li> <li> <a href="https://time.com/section/tech/" > Tech </a> </li> <li> <a href="https://time.com/personal-finance/" > Personal Finance by TIME Stamped </a> </li> <li> <a href="https://time.com/shopping/" > Shopping by TIME Stamped </a> </li> <li> <a href="https://time.com/charter/" > Future of Work by Charter </a> </li> </ul> </section> <section> <ul class="margin-8-top"> <li> <a href="https://time.com/section/entertainment/" > Entertainment </a> </li> <li> <a href="https://time.com/section/ideas/" > Ideas </a> </li> <li> <a href="https://time.com/section/science/" > Science </a> </li> <li> <a href="https://time.com/section/history/" > History </a> </li> <li> <a href="https://time.com/section/sports/" > Sports </a> </li> <li> <a href="https://time.com/magazine" > Magazine </a> </li> <li> <a href="https://time.com/vault/" > The TIME Vault </a> </li> <li> <a href="https://www.timeforkids.com/" > TIME For Kids </a> </li> <li> <a href="https://www.co2.com/" > TIMECO2 </a> </li> <li> <a href="https://time.com/coupons" > Coupons </a> </li> </ul> </section> <section> <ul class="margin-8-top"> <li> <a href="https://timeedge.com/login" > TIME Edge </a> </li> <li> <a href="https://time.com/collection/video/" > Video </a> </li> <li> <a href="https://time.com/time-masthead/" > Masthead </a> </li> <li> <a href="https://time.com/newsletters/?source=TD_Footer_Link" > Newsletters </a> </li> <li> <a href="https://time.com/subscribe-footer-time" class="subx_track_952 subscribe-link" data-key="qobuskf@g" data-event="4" data-location="footer" > Subscribe </a> </li> <li> <a href="https://geo.ema.gs/time_digital" > Digital Magazine </a> </li> <li> <a href="https://time.com/giveagift/" > Give a Gift </a> </li> <li> <a href="https://timecoverstore.com/" > Shop the TIME Store </a> </li> <li> <a href="https://time.com/longform/join-time/" > Careers </a> </li> <li> <a href="https://time.com/modern-slavery-statement/" > Modern Slavery Statement </a> </li> </ul> </section> <section> <ul class="margin-8-top"> <li> <a href="https://time.com/section/press-room/" > Press Room </a> </li> <li> <a href="https://time.com/studios/" > TIME Studios </a> </li> <li> <a href="https://support.time.com/" > U.S. & Canada Customer Care </a> </li> <li> <a href="https://support.time.com/" > Global Help Center </a> </li> <li> <a href="mailto:feedback@time.com" > Contact the Editors </a> </li> <li> <a href="https://www.parsintl.com/publication/time" > Reprints and Permissions </a> </li> <li> <a href="https://time.com/html-sitemap/" > Site Map </a> </li> <li> <a href="https://time.com/mediakit/" > Media Kit </a> </li> <li> <a href="https://time.com/partnercontent/" > Supplied Partner Content </a> </li> <li> <a href="https://time.com/longform/about-time/" > About Us </a> </li> </ul> </section> </nav> <div class="footer-legal padding-16-tb text-align-center"> © 2025 TIME USA, LLC. All Rights Reserved. Use of this site constitutes acceptance of our <a href="https://time.com/privacy/privacy_terms_service.html">Terms of Service</a>, <a href="https://time.com/privacy/privacy_policy.html">Privacy Policy</a> (<a href="https://time.com/privacy/privacy_policy.html#_Toc26698205">Your Privacy Rights</a>) and <a href="javascript:ketch('showPreferences')" class="grey-link">Do Not Sell or Share My Personal Information</a>.<br /> TIME may receive compensation for some links to products and services on this website. Offers may be subject to change without notice. </div> </footer> <div id="page-gtm-values"> <div class="keyvals" data-ad_tags="" data-affiliate_link_count="0" data-content_author_name="" data-content_cms_sub_category="" data-content_cms_id="430941769" data-content_featured_image="" data-content_headline="Press Room" data-content_is_post="index" data-content_modified_date="" data-content_published_date="" data-content_shown_on_platform="own" data-content_type="section" data-content_post_status="publish" data-path="/section/press-room/" data-referrer="" data-search="" data-title="Press Room" data-us_user="false" data-tags="" data-time_tas_userID="false" data-time_userLoginStatus="false" data-time_userType="anonymous" data-is_time_pieces_holder="false" data-content_cms_category="" data-content_cms_tags="" data-content_cms_terms="" data-content_syndicated="false" data-content_syndicated_brand="" data-content_syndicated_url="" data-content_nlp_sentiment_label="" data-content_nlp_sentiment_score="" data-content_nlp_sentiment_magnitude="" data-content_nlp_entities="" data-content_nlp_payload="" data-content_nlp_categories="" data-user_region="asia" ></div> </div> <div id="site-components" data-async="navigation,navigation-charter,feed,dropdown,search-results-form,embed-playbuzz,embed-facebook,embed-instagram,embed-twitter,embed-omnivirt,image-link,collection-navigation,newsletter-signup-form,multi-newsletter-signup-form,newsletter-thank-you-notice,image-link,embed-ap-interactive,expandable-table,mobile-carousel,image-carousel,mobile-anchor-recirc,page-recirc,subscription-checkout,subscription-cancel,subscription-offer-card,video-collection-player-jw,video-collection-grid,nativo-campaign-tout,video-collection-posters,video-jw,popup,video-youtube,taas-iframe,countdown-clock,expandable-text,taxonomy-related-touts,recurly-checkout-price,crx-recirc,page-menu,taboola-bottom-recirc,homepage-video-player,hero-card-intro,video-article-recirc,charter-newsletter-mobile,embed-time-sites" data-sync="lazy-image,image-new" ></div> <script type="text/javascript" async src="/dist/section.js"></script> <script async src="//s.skimresources.com/js/143429X1608040.skimlinks.js"></script> <script type="text/javascript" async src="//z-na.associates-amazon.com/onetag/v2?MarketPlace=US&instanceId=1dee68ea-cc65-49d9-94ae-0415f87051b5"></script> </body> </html>