zdnet.com.html - webdump_tests - Testfiles for webdump
(HTM) git clone git://git.codemadness.org/webdump_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
zdnet.com.html (540379B)
---
1 <!doctype html>
2 <html data-n-head-ssr lang="en" data-edition="eu" data-n-head="%7B%22lang%22:%7B%22ssr%22:%22en%22%7D,%22data-edition%22:%7B%22ssr%22:%22eu%22%7D%7D">
3 <head >
4 <!-- running tag = 'zdnet.prod.34f99f' date-timestamp: 1695322871970 -->
5 <meta data-n-head="ssr" charset="utf-8"><meta data-n-head="ssr" name="viewport" content="width=device-width, initial-scale=1"><meta data-n-head="ssr" data-hid="og:site_name" property="og:site_name" content="ZDNET"><meta data-n-head="ssr" data-hid="fb:app_id" property="fb:app_id" content="136759700898"><meta data-n-head="ssr" data-hid="twitter:site" name="twitter:site" content="@ZDNET"><meta data-n-head="ssr" data-hid="twitter:creator" name="twitter:creator" content="@ZDNET"><meta data-n-head="ssr" data-hid="twitter:card" name="twitter:card" content="summary_large_image"><meta data-n-head="ssr" data-hid="theme-color" name="theme-color" content="#080A12"><script type="application/javascript" charset="UTF-8">window.$neutronWindowPromises = {};
6 window.$neutronWindowPromises['cohesion'] = new Promise((resolve) => {
7 var value = undefined;
8 Object.defineProperty(window, 'cohesion', {
9 get: function () {
10 return value;
11 },
12 set: function (newValue) {
13 value = newValue;
14 if (value) resolve();
15 }
16 });
17 });
18
19 window.$neutronWindowPromises['tagular'] = new Promise((resolve) => {
20 var value = undefined;
21 Object.defineProperty(window, 'tagular', {
22 get: function () {
23 return value;
24 },
25 set: function (newValue) {
26 value = newValue;
27 if (value) resolve();
28 }
29 });
30 });
31
32 window.$neutronWindowPromises['_Cohesion'] = new Promise((resolve) => {
33 var value = undefined;
34 Object.defineProperty(window, '_Cohesion', {
35 get: function () {
36 return value;
37 },
38 set: function (newValue) {
39 value = newValue;
40 if (value) resolve();
41 }
42 });
43 });
44
45 window.$neutronWindowPromises['UA'] = new Promise((resolve) => {
46 var value = undefined;
47 Object.defineProperty(window, 'UA', {
48 get: function () {
49 return value;
50 },
51 set: function (newValue) {
52 value = newValue;
53 if (value) resolve();
54 }
55 });
56 });
57 </script><script type="application/javascript" charset="UTF-8">
58 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t||self).uuidv4=e()}(this,(function(){"use strict";var t="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),e=new Uint8Array(16);function n(){if(!t)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return t(e)}for(var o=[],r=0;r<256;++r)o.push((r+256).toString(16).substr(1));return function(t,e,r){"string"==typeof t&&(e="binary"===t?new Uint8Array(16):null,t=null);var u=(t=t||{}).random||(t.rng||n)();if(u[6]=15&u[6]|64,u[8]=63&u[8]|128,e){for(var i=r||0,d=0;d<16;++d)e[i+d]=u[d];return e}return function(t,e){var n=e||0,r=o;return(r[t[n+0]]+r[t[n+1]]+r[t[n+2]]+r[t[n+3]]+"-"+r[t[n+4]]+r[t[n+5]]+"-"+r[t[n+6]]+r[t[n+7]]+"-"+r[t[n+8]]+r[t[n+9]]+"-"+r[t[n+10]]+r[t[n+11]]+r[t[n+12]]+r[t[n+13]]+r[t[n+14]]+r[t[n+15]]).toLowerCase()}(u)}}));
59 window.initialPageViewGuid = window.uuidv4();
60 </script><link rel="preload" as="image" href="https://www.zdnet.com/a/img/resize/3ec35ac61158a1a44eaef846f97671e8860d1b2a/2023/09/19/b954962e-89a8-44bc-9cf5-3ad42f7f14ee/underwater-gettyimages-1131691962.jpg?auto=webp&width=1280" imagesizes="767w,1023w,1440w"><script type="application/javascript">window.neutronWaitForService = (serviceName, funcName, resolve, reject) => {
61 var MAX_COUNT = 30, WAIT_TIME = 500;
62 var self = window.neutronWaitForService;
63 var serviceDefined = typeof window[serviceName] !== 'undefined';
64
65 if (typeof self.count === 'undefined') {
66 self.count = 1;
67 }
68 if ((!funcName && serviceDefined) || (funcName && serviceDefined && typeof window[serviceName][funcName] === 'function')) {
69 resolve();
70 } else if (self.count <= MAX_COUNT) {
71 self.count++;
72 setTimeout(() => {
73 window.neutronWaitForService(serviceName, funcName, resolve, reject);
74 }, WAIT_TIME);
75 } else {
76 reject();
77 }
78 };</script><script type="text/plain" class="optanon-category-C0002" charset="UTF-8">
79 window.BOOMR_config = {
80 autorun: false,
81 Errors: {
82 enabled: true,
83 monitorGlobal: true, // onerror
84 monitorNetwork: false, // XHRs
85 monitorConsole: true, // window.console.error
86 monitorEvents: false, // addEventListener
87 monitorTimeout: false, // setTimeout, setInterval
88 maxErrors: 10, // max errors sent per page
89 onError: function(err) {
90 var text = err.message || "";
91 return text.indexOf(".zdnet.com") !== -1 && // first party
92 text.indexOf("Script error") === -1 && // not a script error
93 text.indexOf("Load timeout for modules") === -1; // not a load timeout
94 }
95 },
96 // Enable Histroy plugin for SPA performance tracking
97 // https://developer.akamai.com/tools/boomerang/legacy-spa#other-spas
98 History: {
99 auto: true,
100 enabled: true
101 }
102 };
103
104 (function(){
105 if (window.BOOMR && window.BOOMR.version) {
106 return;
107 }
108 var dom,doc,where,iframe = document.createElement("iframe");
109
110 function boomerangSaveLoadTime(e) {
111 window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime();
112 }
113 if (window.addEventListener) {
114 window.addEventListener("load", boomerangSaveLoadTime, false);
115 } else if (window.attachEvent) {
116 window.attachEvent("onload", boomerangSaveLoadTime);
117 }
118
119 iframe.src = "javascript:void(0)";
120 iframe.title = "";
121 iframe.role = "presentation";
122 (iframe.frameElement || iframe).style.cssText = "width:0;height:0;border:0;display:none;";
123 where = document.getElementsByTagName("script")[0];
124 where.parentNode.insertBefore(iframe, where);
125
126 try {
127 doc = iframe.contentWindow.document;
128 } catch(e) {
129 dom = document.domain;
130 iframe.src = "javascript:var d = document.open(); d.domain='" + dom + "'; void(0);";
131 doc = iframe.contentWindow.document;
132 }
133 doc.open()._l = function() {
134 var js = this.createElement("script");
135 if (dom) {
136 this.domain = dom;
137 }
138 js.id = "boomr-if-as";
139 js.src = "//c.go-mpulse.net/boomerang/YZ2TK-PC7PJ-K64DL-L53CR-P2G4E";
140 BOOMR_lstart = new Date().getTime();
141 this.body.appendChild(js);
142 };
143 doc.write('<body onload="document._l();">');
144 doc.close();
145 })();
146 </script><script type="application/javascript">window.BidBarrel = window.BidBarrel || {}; window.BidBarrel.queue = window.BidBarrel.queue || [];</script><script type="text/plain" class="optanon-category-C0004" async="" src="//at.adtech.redventures.io/lib/dist/prod/bidbarrel-zdnet-rv.min.js?adaptive=true"></script><script type="text/plain" class="optanon-category-C0004" async="" charset="UTF-8" src="//securepubads.g.doubleclick.net/tag/js/gpt.js"></script><script type="text/plain" class="optanon-category-C0004" async="" charset="UTF-8" src="//js-sec.indexww.com/ht/p/183728-122510094381206.js"></script><script type="text/plain" class="optanon-category-C0004" async="" charset="UTF-8" src="//c.amazon-adsystem.com/aax2/apstag.js"></script><script type="application/javascript" charset="UTF-8">
147 (function (G, o, O, g, L, e) {
148 G[g] = G[g] || function () {
149 (G[g]['q'] = G[g]['q'] || []).push(arguments)
150 }, G[g]['t'] = 1 * new Date;
151 })(window, document, 'script', '_googCsa');
152 </script><script type="application/javascript" charset="UTF-8">
153 window._mNHandle = window._mNHandle || {};
154 window._mNHandle.queue = window._mNHandle.queue || [];
155 medianet_versionId = "3121199";
156 </script><script type="application/javascript" async="" charset="UTF-8" data-domain-script="e70f246a-fd9b-4805-9fd4-fcd89020aca5" src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"></script><script type="application/javascript">
157 (function(a){
158 var w=window,b='cbsoptanon',q='cmd',r='config';
159 w[b] = w[b] ? w[b] : {};
160 w[b][q] = w[b][q] ? w[b][q] : [];
161 w[b][r] = w[b][r] ? w[b][r] : [];
162
163 a.forEach(function(z){
164 w[b][z] = w[b][z] || function(){
165 var c=arguments;
166 w[b][q].push(function(){
167 w[b][z].apply(w[b],c);
168 })
169 }
170 });
171 })(["onIframesReady","onFormsReady","onScriptsReady","onAdsReady"]);
172
173 //Add configs
174 window.cbsoptanon.config.push({
175 enableServices: false,
176 setNpaOnConsentChange: true,
177 euMaxAttempts: 25,
178 countryCodeMaxAttempts: 25,
179 oneTrustTimeout: 2500
180 });
181
182 //Load iframes as soon as ready
183 window.cbsoptanon.cmd.push(function(_cbsoptanon) {
184 console.log('Loading iframes');
185 _cbsoptanon.tags.load('IFRAME');
186 });
187 </script><script type="application/javascript" async="" id="bb-cbsoptanon" src="https://www.zdnet.com/a/privacy/optanon/optanon-v1.1.0.js"></script><link href="https://www.zdnet.com/a/neutron/fonts/SuisseIntl/Semibold.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"><link href="https://www.zdnet.com/a/neutron/fonts/SuisseIntl/Regular.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"><script type="text/plain" class="optanon-category-C0004" async="" src="//tru.am/scripts/custom/cbsinteractive.df89ec.js"></script><script type="application/javascript" charset="UTF-8">
188 window.utag_data = {"_pageComponents":"","pageType":"article","collectionId":[null],"contentId":"a7930a02-7bad-45f4-a58d-537c2d70818f","contentType":"content_article","siteEdition":"us","siteSection":"top_funnel","tagSlugs":[],"topicId":["1048432a-ec91-11e3-95d2-02911863765e","10b2a4fa-ec91-11e3-95d2-02911863765e","10f422bf-ec91-11e3-95d2-02911863765e","5d68ddc2-d682-11e4-9a74-d4ae52e95e57"],"topicName":["enterprise software","linux","open source","developer"],"topicSlugs":["enterprise-software","linux","open-source","developer"],"articleType":"content_article","articleSubType":"news","annotations":[],"_buyingCycle":"discover","contentTags":"developer","cohesionRevisionId":"rev_2VehsZx4lA2BlN2WAOXx0CaKmLE","collectionTypeSlug":"","products":[],"articleAuthorId":["371a7418-10d6-11e4-9732-00505685119a"],"articleAuthorName":["steven vaughan-nichols"],"articleAuthorDisplayName":["Steven Vaughan-Nichols"],"articleAuthorUsername":"sjvn","articleId":"a7930a02-7bad-45f4-a58d-537c2d70818f","articleTitle":"long-term support for linux kernel to be cut as maintainence remains under strain","collectionName":[""],"collectionSlug":[null],"collectionThreadName":[],"articlePubDate":"2023-09-19 17:45:00+0000","siteHier":["top_funnel","business","enterprise-software"],"brand":"zdnet","_collectionPrimaryId":[null],"deviceType":"desktop","edition":"us","error":"prod","isDev":false,"limit":4,"pageViewGuid":null,"reportSuiteId":"cnetzdnetglobalsite","siteName":"zdnet","siteType":"responsive web","soastaBucket":"","soastaPageType":"content_article","testGroup":"","testName":"","testVersion":"","traffic_source":"cloud"};
189 window.utag_data.pageViewGuid = window.initialPageViewGuid;
190 </script><script type="text/plain" class="optanon-category-C0004" charset="UTF-8">
191 var _comscore = _comscore || [];
192 _comscore.push({c1:"2",c2:"31824268"});
193 (function(){
194 var s=document.createElement("script"), el=document.getElementsByTagName("script")[0]; s.async=true;
195 s.src="https://sb.scorecardresearch.com/cs/31824268/beacon.js";
196 el.parentNode.insertBefore(s,el);
197 })();
198 </script><script type="text/plain" class="optanon-category-C0004" charset="UTF-8">
199 document.addEventListener("DOMContentLoaded", function () {
200 var element = document.createElement("script");
201 element.src = "https://znboeraj5ckzy50mq-redventures.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_bOErAJ5ckzy50mq&Q_LOC=" + encodeURIComponent(window.location.href);
202 document.body.appendChild(element);
203 });
204 </script><script type="text/plain" class="optanon-category-C0002" charset="UTF-8">
205 window.chsn_ad_id = window.initialPageViewGuid;
206 window.chsn_pageType = "article";
207 window.chsn_post_id = "a7930a02-7bad-45f4-a58d-537c2d70818f";
208
209 !(function (co, h, e, s, i, o, n) {
210 var d = "documentElement";
211 var a = "className";
212 h[d][a] += " preampjs fusejs";
213 n.k = e;
214 co._Cohesion = n;
215 co._Preamp = { k: s, start: new Date() };
216 co._Fuse = { k: i };
217 co._Tagular = { k: o };
218 [e, s, i, o].map(function (x) {
219 co[x] =
220 co[x] ||
221 function () {
222 (co[x].q = co[x].q || []).push([].slice.call(arguments));
223 };
224 });
225 h.addEventListener("DOMContentLoaded", function () {
226 co.setTimeout(function () {
227 var u = h[d][a];
228 h[d][a] = u.replace(/ ?preampjs| ?fusejs/g, "");
229 }, 3e3);
230 co._Preamp.docReady = co._Fuse.docReady = !0;
231 });
232 var z = h.createElement("script");
233 z.async = 1;
234 z.src = "https://cdn.cohesionapps.com/cohesion/cohesion-latest.min.js";
235 h.head.appendChild(z);
236 })(window, document, "cohesion", "preamp", "fuse", "tagular", {"consent": {"onetrust": {"enabled": true,"optIn": true},"required": true},"tagular": {"writeKey": "wk_1kYsAdHsx1XVwT5EbX9OQYl4nJM","sourceKey": "src_1kYsAcdpfzbZ8UlNLYht1RPg3m2","apiVersion": "v2/t","taggy": {"enabled": true},"beamHook": function (event) {
237 if (false) {}
238 },"cookieDomain": ".zdnet.com"},"monarch": {"token": "216e3432-947e-4868-acd4-32f9cb9ffdb9","sourceId": "898423bf-f046-40ab-933c-5c7c7f6067c7"},"preamp": {"siteId": "22EmoWhqjmBRrnjnuNano1","hooks": {"beforeRun": (config, done) => {
239 if (!window.preampArticleMetadata) {
240 window.preampArticleMetadata = {};
241 }
242 config.custom = window.preampArticleMetadata;
243 done();
244 }}}});
245 </script><script type="text/plain" class="optanon-category-C0004">
246 !function(f,b,e,v,n,t,s)
247 {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
248 n.callMethod.apply(n,arguments):n.queue.push(arguments)};
249 if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
250 n.queue=[];t=b.createElement(e);t.async=!0;
251 t.src=v;s=b.getElementsByTagName(e)[0];
252 s.parentNode.insertBefore(t,s)}(window, document,'script',
253 'https://connect.facebook.net/en_US/fbevents.js');
254 fbq('set', 'autoConfig', false, '789754228632403');
255 fbq('init', '789754228632403');
256 </script><meta data-n-head="ssr" name="twitter:image" content="https://www.zdnet.com/a/img/resize/7618df93269e25c5ae7e1a51b8de65a2cfa907e6/2023/09/19/b954962e-89a8-44bc-9cf5-3ad42f7f14ee/underwater-gettyimages-1131691962.jpg?auto=webp&fit=crop&height=675&width=1200" data-hid="twitter:image"><meta data-n-head="ssr" property="og:image" content="https://www.zdnet.com/a/img/resize/7618df93269e25c5ae7e1a51b8de65a2cfa907e6/2023/09/19/b954962e-89a8-44bc-9cf5-3ad42f7f14ee/underwater-gettyimages-1131691962.jpg?auto=webp&fit=crop&height=675&width=1200" data-hid="og:image"><meta data-n-head="ssr" property="og:type" content="article" data-hid="og:type"><meta data-n-head="ssr" name="nuxtstatus" content="loaded" data-hid="nuxtstatus"><meta data-n-head="ssr" name="description" content="The Open Source Summit provides an update on what's new in the Linux kernel and where it's going from here." data-hid="description"><meta data-n-head="ssr" property="article:content_tier" content="free" data-hid="article:content_tier"><meta data-n-head="ssr" property="article:publisher" content="https://www.facebook.com/ZDNET.official" data-hid="article:publisher"><meta data-n-head="ssr" property="og:description" content="The Open Source Summit provides an update on what's new in the Linux kernel and where it's going from here." data-hid="og:description"><meta data-n-head="ssr" property="og:title" content="Long-term support for Linux kernel to be cut as maintainence remains under strain" data-hid="og:title"><meta data-n-head="ssr" property="og:url" content="https://www.zdnet.com/article/long-term-support-for-linux-kernel-to-be-cut-as-maintainence-remains-under-strain/" data-hid="og:url"><meta data-n-head="ssr" name="twitter:description" content="The Open Source Summit provides an update on what's new in the Linux kernel and where it's going from here." data-hid="twitter:description"><meta data-n-head="ssr" name="twitter:title" content="Long-term support for Linux kernel to be cut as maintainence remains under strain" data-hid="twitter:title"><meta data-n-head="ssr" name="twitter:url" content="https://www.zdnet.com/article/long-term-support-for-linux-kernel-to-be-cut-as-maintainence-remains-under-strain/" data-hid="twitter:url"><meta data-n-head="ssr" name="robots" content="max-image-preview:large" data-hid="robots"><title>Long-term support for Linux kernel to be cut as maintainence remains under strain | ZDNET</title><link data-n-head="ssr" data-hid="icon" rel="shortcut icon" type="image/png" href="https://www.zdnet.com/a/fly/bundles/zdnetcore/images/logos/zdnet-logo-yellow.png"><link data-n-head="ssr" data-hid="publisher" rel="publisher" href="https://plus.google.com/105074359186426139750/"><link data-n-head="ssr" rel="amphtml" href="https://www.zdnet.com/google-amp/article/long-term-support-for-linux-kernel-to-be-cut-as-maintainence-remains-under-strain/" data-hid="amphtml"><link data-n-head="ssr" rel="canonical" href="https://www.zdnet.com/article/long-term-support-for-linux-kernel-to-be-cut-as-maintainence-remains-under-strain/" data-hid="canonical"><link data-n-head="ssr" rel="alternate" type="application/rss+xml" title="Latest stories for ZDNET in Enterprise Software" href="https://www.zdnet.com/topic/enterprise-software/rss.xml" data-hid="application/rss+xml"><script data-n-head="ssr" charset="UTF-8" type="application/ld+json" data-hid="ld+json">[{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.zdnet.com/"},{"@type":"ListItem","position":2,"name":"Business","item":"https://www.zdnet.com/topic/business/"},{"@type":"ListItem","position":3,"name":"Enterprise Software","item":"https://www.zdnet.com/topic/enterprise-software/"}]},{"@context":"https://schema.org","@type":"NewsArticle","articleBody":" BILBAO, Spain: At the Open Source Summit Europe, Jonathan Corbet, Linux kernel developer and executive editor of Linux Weekly News, caught everyone up with what's new in the Linux kernel and where it's going from here. Here's one major change coming down the road: Long-term support (LTS) for Linux kernels is being reduced from six to two years.Currently, there are six LTS Linux kernels -- 6.1, 5.15, 5.10, 5.4, 4.19, and 4.14. Under the process to date, 4.14 would roll off in January 2024, and another kernel would be added. Going forward, though, when the 4.14 kernel and the next two drop off, they won't be replaced.Also: Want an elegant, user-friendly Windows alternative? Try Manjaro 23.0 with KDE PlasmaWhy? Simple, Corbet explained: \"There's really no point to maintaining it for that long because people are not using them.\" I agree. While I'm sure someone out there is still running 4.14 in a production Linux system, there can't be many of them. Another reason, and a far bigger problem than simply maintaining LTS, according to Corbet, is that Linux code maintainers are burning out. It's not that developers are a problem. The last few Linux releases have involved an average of more than 2,000 programmers -- including about 200 new developers coming on board -- working on each release. However, the maintainers -- the people who check the code to see if it fits and works properly -- are another matter. Maintainers face numerous obstacles to doing their jobs. Obstacle one: Many maintainers aren't paid to maintain. They maintain code in addition to their day jobs. On top of that, they face increasing demands on their time -- because of understaffing and because of the use of fuzzers to find bugs. While fuzzers are helpful, they also uncover way too many minor bugs, each of which must be examined and then dismissed by maintainers.The result? To quote Josef Bacik, Linux kernel file system developer and maintainer: \"Maintainers are burning out [because] maintainers don't scale.\" Added Darrick Wong, another senior Linux kernel maintainer: \"This cannot stand. We need help.\"How can they get help? Well, for one thing, Corbet suggests maintainers talk to their employers about paying them for their maintainer work. As Wong observed, \"Most of my friends work for small companies, nonprofits, and local governments. They report the same problems with overwork, pervasive fear, and anger, and struggle to understand and adapt to new ideas that I observe here. They see the direct connection between their org's lack of revenue and resources. They don't understand why the hell the same happens to me and my workplace proximity associates when we all work for companies that clear hundreds of billions of dollars.\"That's a good question. Companies must realize they need to give back to Linux if they want to continue to reap its benefits.Also: Why don't more people use desktop Linux? I have a theory you might not likeA related issue: Linux is now embracing Rust as an experiment. While that's good news in many ways -- Rust removes entire classes of errors that Linux's main language C is vulnerable to -- it also poses problems for maintainers. After all, if a maintainer has spent 30 years working in C, asking them to become a Rust expert is a big ask. In addition, Rust is still evolving. Many Rust patches are needed to get the language to work properly at a deep level in Linux. That also means you need lots of glue code to get Rust and Linux working well together. Then there are some Linux kernel developers who don't like Rust. As one said, \"There are possibly some well-designed and written [Linux] parts which have not suffered a memory safety issue in many years. It's insulting to present this as an improvement over what was achieved by those doing all this hard work.\"Even so, Corbet believes that the decision point -- whether Rust becomes a mainstream part of the kernel -- is coming soon. That day will come, he noted, \"when we merge the first feature that users depend on.\" Also: How Google is using Rust to reduce memory safety vulnerabilities in AndroidThat day is near: Three important new Rust-based additions to Linux kernel code are on the way, Corbet said. These are an implementation of the PuzzleFS, a read/write Plan9 filesystem server; and -- the one that will make the biggest headlines -- the Apple M1 GPU driver. Indeed, the first conformant Linux OpenGL ES 3.1 drivers are now available for Apple's M1- and M2-family GPUs, arrived in late August 2023. With work like this well in train, Corbett would be very surprised if Rust doesn't make it permanently into Linux.Another subject in the news lately is how Red Hat's tweaking of its Red Hat Enterprise Linux (RHEL) license has caused Oracle, SUSE, and the CIQ to fork RHEL with the Open Enterprise Linux Association (OpenELA). Leaving aside the business and licensing complications that led to this fight, there are also Linux kernel concerns. These concerns orbit around the question: Which kernel should you use for your Linux distribution? There are two real choices: 1) Run the latest stable kernel or 2) Run an old kernel plus backported fixes. The latter is what Red Hat, and the other enterprise Linux distributors, tend to do. The latter also results in vendor-specific kernels. And while this offers stability, it distances these distros from community support and makes them reliant on specific vendors. It's this last consequence -- which first caused AlmaLinux and Rocky Linux to start their own takes on CentOS (Red Hat's free RHEL clone) after Red Hat shut CentOS down in favor of CentOS Stream -- that sparked the fire between Red Hat and OpenELA. What OpenELA wants is a RHEL clone, which uses the RHEL older patched kernel. Stay tuned for more developments as this conflict continues to burn.Also: My idea for a great new beginner-friendly Linux distributionOn the other hand, Corbet noted, Android \"has been pushing very hard towards this generic kernel image and has been basing this on stable updates. That's because they find that this helps improve Android's security. They've found that the vast majority of security problems are disclosed in the kernel and or even fixed in the Android kernels before they are disclosed because they were already incorporated before anybody knew that they were actually security-related bugs.\"That's yet another issue of which Linux kernel developers are painfully aware. As Corbet explained:\"One of the interesting aspects of kernel development is that almost anything can be a security bug. And you don't really know that it is until somebody finds a way to exploit it somehow. So an awful lot of fixes go in, and they're not marked as security fixes. Not because the kernel community is trying to hide security fixes. I mean, sometimes there's a little bit of sneakiness that goes on there that I personally don't like. But most of the time, there really is just that nobody knows that this bug is a security bug. It's only later that somebody figures this out. And so the only way to protect yourself against these sorts of bugs is to put in all of the fixes\"This is why Corbet, and anyone who really knows Linux, recommends that if you're building a Linux distro, you always include all the patches. For older kernels, such as 4.14, that can be up to 26,799 commits. But, if you try to pick and choose what patches to use, you'll certainly open your doors to security holes.Finally, Corbet noted that Scott McNealy, Sun's former long-time CEO, once said, \"Open source is free like a puppy is free.\" McNealy had a point. Using open-source and Linux is easy. Paying for the training it needs not to make messes on the kitchen floor, that's harder. . ","articleSection":["Enterprise Software","Business"],"author":{"@type":"Person","name":"Steven Vaughan-Nichols","url":"https://www.zdnet.com/meet-the-team/steven-vaughan-nichols/","sameAs":"https://twitter.com/sjvn"},"creator":{"@type":"Person","name":"Steven Vaughan-Nichols","url":"https://www.zdnet.com/meet-the-team/steven-vaughan-nichols/","sameAs":"https://twitter.com/sjvn"},"description":"The Open Source Summit provides an update on what's new in the Linux kernel and where it's going from here.","dateModified":"2023-09-20T09:37:37.000Z","datePublished":"2023-09-19T17:45:00.000Z","headline":"Long-term support for Linux kernel to be cut as maintainence remains under strain","image":[{"@type":"ImageObject","url":"https://www.zdnet.com/a/img/resize/836d79f334f1a39d089bd769d488a63972aba7bf/2023/09/19/b954962e-89a8-44bc-9cf5-3ad42f7f14ee/underwater-gettyimages-1131691962.jpg?auto=webp&fit=crop&height=900&width=1200","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://www.zdnet.com/a/img/resize/7618df93269e25c5ae7e1a51b8de65a2cfa907e6/2023/09/19/b954962e-89a8-44bc-9cf5-3ad42f7f14ee/underwater-gettyimages-1131691962.jpg?auto=webp&fit=crop&height=675&width=1200","width":"1200","height":"675"},{"@type":"ImageObject","url":"https://www.zdnet.com/a/img/resize/912c3065968231ae17eb762e78c669a22aa408ec/2023/09/19/b954962e-89a8-44bc-9cf5-3ad42f7f14ee/underwater-gettyimages-1131691962.jpg?auto=webp&fit=crop&height=1200&width=1200","width":"1200","height":"1200"}],"mainEntityOfPage":{"@id":"https://www.zdnet.com/article/long-term-support-for-linux-kernel-to-be-cut-as-maintainence-remains-under-strain/","@type":"WebPage","description":"The Open Source Summit provides an update on what's new in the Linux kernel and where it's going from here.","thumbnailUrl":"https://www.zdnet.com/a/img/resize/7618df93269e25c5ae7e1a51b8de65a2cfa907e6/2023/09/19/b954962e-89a8-44bc-9cf5-3ad42f7f14ee/underwater-gettyimages-1131691962.jpg?auto=webp&fit=crop&height=675&width=1200"},"publisher":{"@type":"Organization","name":"ZDNET","logo":{"@type":"ImageObject","height":"310","width":"310","url":"https://www.zdnet.com/a/neutron/images/logos/zdnet.png"}},"thumbnailUrl":"https://www.zdnet.com/a/img/resize/7618df93269e25c5ae7e1a51b8de65a2cfa907e6/2023/09/19/b954962e-89a8-44bc-9cf5-3ad42f7f14ee/underwater-gettyimages-1131691962.jpg?auto=webp&fit=crop&height=675&width=1200","url":"https://www.zdnet.com/article/long-term-support-for-linux-kernel-to-be-cut-as-maintainence-remains-under-strain/","video":null}]</script><script data-n-head="ssr"></script><script data-n-head="ssr" data-hid="preamp-article-metadata">
257 if (!window.preampArticleMetadata) {
258 window.preampArticleMetadata = {};
259 }
260 window.preampArticleMetadata.section = "top_funnel";
261 window.preampArticleMetadata.subType = "news";
262 window.preampArticleMetadata.primaryTopic = "enterprise-software";
263 window.preampArticleMetadata.siteHier = "business";
264 </script><script data-n-head="ssr" async="" src="https://js.clrt.ai/10123.js" class="optanon-category-C0002" type="text/plain" data-hid="seoclarity"></script><style data-vue-ssr-id="f1847de4:0 50622f06:0 0f4244c2:0 47719d8f:0 800dbfce:0 67ed3910:0 6daab4a7:0 4776a24f:0 371c887b:0 92a8d65c:0 0f3ed3fb:0 12752fa6:0 989405c0:0 4724a352:0 6467c8f6:0 48dd9144:0 92ae9514:0 394d2a85:0 a2756290:0 622534aa:0 0ace3f35:0 e3d69cf6:0 70750624:0 54e73e3f:0 36c133a8:0 4e6fea21:0 22f23415:0 2f64fd64:0 eb7960da:0 02b59596:0 09307681:0 38b199ba:0 7c40df77:0 443fa0da:0 4edd5b1e:0 11e5704c:0 7f40c790:0 03de3fd9:0 21553bd2:0">article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:border-box;outline:0}html{font-size:100%;text-size-adjust:100%}body{margin:0}iframe{border:0;max-width:100%}a,.no-touch a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}abbr[title],dfn[title]{cursor:help}b,strong{font-weight:bold}blockquote{margin:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:bold}pre,code,kbd,samp{font-family:monospace,serif;_font-family:"courier new",monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q::before,q::after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}ul,ol,dl{list-style:none;list-style-image:none}li{list-style:none}dd{margin:0}img{border:0;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;appearance:button}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{appearance:none}input[type=text]:active,input[type=text]:focus,textarea:active,textarea:focus{cursor:text;outline:none}label,input,textarea,select,option{cursor:pointer}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,form,fieldset,legend,table,th,td,caption,ul,ol{margin:0;padding:0}@media print{*{background:rgba(0,0,0,0) !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;filter:none !important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}.ir a::after,a[href^="javascript:"]::after,a[href^="#"]::after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:1cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}button,[type=button],[type=submit]{background:#080a12;border:0;color:#fff;font-family:suisseintl,helvetica,sans-serif;font-size:1rem;font-weight:600;height:3rem;text-transform:uppercase}[type=checkbox]{appearance:none;border:1px solid #d8d8d8;height:2rem;vertical-align:top;width:2rem}[type=checkbox]:active,[type=checkbox]:focus{border:1px solid unset}[type=checkbox]:checked{background:#080a12;background-image:url('data:image/svg+xml;utf8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.1425 0L4.5 5.7835L1.857 3.278L0 5.136L4.5 9.5L12 1.8575L10.1425 0Z" fill="white"/></svg>');background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;border:0}[type=radio]{appearance:none;border:1px solid #d8d8d8;border-radius:50%;height:2rem;vertical-align:top;width:2rem}[type=radio]:active,[type=radio]:focus{border:1px solid unset}[type=radio]:checked{background:#080a12;background-image:url('data:image/svg+xml;utf8,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="white"/></svg>');background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;border:0}[type=text],select,textarea{border:1px solid var(--border-color, rgb(216, 216, 216));color:var(--color, rgb(38, 38, 38))}select{appearance:none;background:rgba(0,0,0,0);background-image:url('data:image/svg+xml;utf8,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0L5.05077 5L10 0.100515L0 0Z" fill="black"/></svg>');background-position-x:calc(100% - 1.4375rem);background-position-y:50%;background-repeat:no-repeat;padding-right:3.5rem}textarea{font-family:suisseintl,helvetica,sans-serif}[type=text]::placeholder,select::placeholder,textarea::placeholder{color:gray;opacity:1}[type=text]:active,select:active,textarea:active,[type=text]:focus,select:focus,textarea:focus{border:1px solid unset}[type=text]:invalid,select:invalid,textarea:invalid{border:1px solid #eb0036;color:#eb0036}html{font-family:suisseintl,helvetica,sans-serif;font-size:16px;color:#080a12}body{font-size:1rem;line-height:1.625rem}h1{font-size:3rem;line-height:3.25rem}@media(min-width: 768px){h1{font-size:calc(48px + 88 * ((100vw - 768px) / 672));line-height:calc(52px + 92 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){h1{font-size:8.5rem;line-height:9rem}}h2{font-size:2.25rem;line-height:2.75rem}@media(min-width: 768px){h2{font-size:calc(36px + 12 * ((100vw - 768px) / 672));line-height:calc(44px + 8 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){h2{font-size:3rem;line-height:3.25rem}}h3{font-size:1.375rem;line-height:1.875rem}@media(min-width: 768px){h3{font-size:calc(22px + 14 * ((100vw - 768px) / 672));line-height:calc(30px + 14 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){h3{font-size:2.25rem;line-height:2.75rem}}h4{font-size:1.125rem;line-height:1.75rem}@media(min-width: 768px){h4{font-size:calc(18px + 4 * ((100vw - 768px) / 672));line-height:calc(28px + 2 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){h4{font-size:1.375rem;line-height:1.875rem}}h5{font-size:1.125rem;line-height:1.75rem}h6{font-size:1rem;line-height:1.375rem}a{color:#006dff;text-decoration:none}a:hover{color:#080a12;text-decoration:none}p{font-size:1.125rem;line-height:1.75rem}.g-border-thin-light-top{border-top:1px solid #f1f0f3}.g-border-thin-dark-top,.c-sectionHeading{border-top:1px solid #080a12}.g-border-thick-light-top{border-top:5px solid #f1f0f3}.g-border-thick-dark-top{border-top:1px solid #080a12}.g-border-thin-primary-top{border-top:1px solid #080a12}.g-border-thick-primary-top{border-top:5px solid #080a12}.g-border-thin-light-right{border-right:1px solid #f1f0f3}.g-border-thin-dark-right{border-right:1px solid #080a12}.g-border-thick-light-right{border-right:5px solid #f1f0f3}.g-border-thick-dark-right{border-right:1px solid #080a12}.g-border-thin-primary-right{border-right:1px solid #080a12}.g-border-thick-primary-right{border-right:5px solid #080a12}.g-border-thin-light-bottom{border-bottom:1px solid #f1f0f3}.g-border-thin-dark-bottom{border-bottom:1px solid #080a12}.g-border-thick-light-bottom{border-bottom:5px solid #f1f0f3}.g-border-thick-dark-bottom{border-bottom:1px solid #080a12}.g-border-thin-primary-bottom{border-bottom:1px solid #080a12}.g-border-thick-primary-bottom{border-bottom:5px solid #080a12}.g-border-thin-light-left{border-left:1px solid #f1f0f3}.g-border-thin-dark-left{border-left:1px solid #080a12}.g-border-thick-light-left{border-left:5px solid #f1f0f3}.g-border-thick-dark-left{border-left:1px solid #080a12}.g-border-thin-primary-left{border-left:1px solid #080a12}.g-border-thick-primary-left{border-left:5px solid #080a12}.g-bg-primary{background-color:#080a12}.g-color-primary{color:#080a12}.g-color-primary-dark{color:unset}.g-border-primary{border-color:#080a12}.g-bg-secondary{background-color:unset}.g-color-secondary{color:unset}.g-border-secondary{color:unset}.g-bg-tertiary{background-color:#eb0e33}.g-color-tertiary{color:#eb0e33}.g-bg-brand{background-color:#d0ff4b}.g-color-brand{color:#d0ff4b}.g-color-text-meta{color:#505259}.g-bg-black,.g-bg-gray100{background-color:#000}.g-border-black,.g-border-gray100{border-color:#000}.g-color-black,.g-color-gray100{color:#000}.g-fill-black,.g-fill-gray100{fill:#000}.g-bg-black-alpha25{background-color:rgba(0,0,0,.25)}.g-border-black-alpha25{border-color:rgba(0,0,0,.25)}.g-color-black-alpha25{color:rgba(0,0,0,.25)}.g-fill-black-alpha25{fill:rgba(0,0,0,.25)}.g-bg-gray98{background-color:#191919}.g-border-gray98{border-color:#191919}.g-color-gray98{color:#191919}.g-bg-gray90{background-color:#262626}.g-border-gray90{border-color:#262626}.g-color-gray90{color:#262626}.g-bg-gray80{background-color:#404040}.g-border-gray80{border-color:#404040}.g-color-gray80{color:#404040}.g-bg-gray70{background-color:#666}.g-border-gray70{border-color:#666}.g-color-gray70{color:#666}.g-bg-gray60{background-color:gray}.g-border-gray60{border-color:gray}.g-color-gray60{color:gray}.g-bg-gray50{background-color:#999}.g-border-gray50{border-color:#999}.g-color-gray50{color:#999}.g-fill-gray50{fill:#999}.g-bg-gray40{background-color:#bfbfbf}.g-border-gray40{border-color:#bfbfbf}.g-color-gray40{color:#bfbfbf}.g-bg-gray30{background-color:#d8d8d8}.g-border-gray30{border-color:#d8d8d8}.g-color-gray30{color:#d8d8d8}.g-bg-gray20{background-color:#e6e6e6}.g-border-gray20{border-color:#e6e6e6}.g-color-gray20{color:#e6e6e6}.g-bg-gray10{background-color:#f2f2f2}.g-border-gray10{border-color:#f2f2f2}.g-color-gray10{color:#f2f2f2}.g-bg-white,.g-bg-gray0{background-color:#fff}.g-border-white,.g-border-gray0{border-color:#fff}.g-color-white,.g-color-gray0{color:#fff}.g-fill-white,.g-fill-gray0{fill:#fff}.g-bg-white-alpha25{background-color:rgba(255,255,255,.25)}.g-border-white-alpha25{border-color:rgba(255,255,255,.25)}.g-color-white-alpha25{color:rgba(255,255,255,.25)}.g-fill-white-alpha25{fill:rgba(255,255,255,.25)}.g-bg-red-light{background-color:#ff1f52}.g-border-red-light{border-color:#ff1f52}.g-color-red-light{color:#ff1f52}.g-bg-red{background-color:#eb0036}.g-border-red{border-color:#eb0036}.g-color-red{color:#eb0036}.g-bg-red-dark{background-color:#b30029}.g-border-red-dark{border-color:#b30029}.g-color-red-dark{color:#b30029}.g-bg-orange-light{background-color:#ff8e33}.g-border-orange-light{border-color:#ff8e33}.g-color-orange-light{color:#ff8e33}.g-bg-orange{background-color:#ff7200}.g-border-orange{border-color:#ff7200}.g-color-orange{color:#ff7200}.g-bg-orange-dark{background-color:#c75900}.g-border-orange-dark{border-color:#c75900}.g-color-orange-dark{color:#c75900}.g-bg-yellow-light{background-color:#fddc37}.g-border-yellow-light{border-color:#fddc37}.g-color-yellow-light{color:#fddc37}.g-bg-yellow{background-color:#fdd304}.g-border-yellow{border-color:#fdd304}.g-color-yellow{color:#fdd304}.g-bg-yellow-dark{background-color:#c7a602}.g-border-yellow-dark{border-color:#c7a602}.g-color-yellow-dark{color:#c7a602}.g-bg-green-light{background-color:#01e765}.g-border-green-light{border-color:#01e765}.g-color-green-light{color:#01e765}.g-bg-green{background-color:#01b44f}.g-border-green{border-color:#01b44f}.g-color-green{color:#01b44f}.g-bg-green-dark{background-color:#017c37}.g-border-green-dark{border-color:#017c37}.g-color-green-dark{color:#017c37}.g-bg-blue-light{background-color:#3d8bff}.g-border-blue-light{border-color:#3d8bff}.g-color-blue-light{color:#3d8bff}.g-bg-blue{background-color:#0a6cff}.g-border-blue{border-color:#0a6cff}.g-color-blue{color:#0a6cff}.g-bg-blue-dark{background-color:#0054d1}.g-border-blue-dark{border-color:#0054d1}.g-color-blue-dark{color:#0054d1}.g-bg-purple-light{background-color:#ca5ae3}.g-border-purple-light{border-color:#ca5ae3}.g-color-purple-light{color:#ca5ae3}.g-bg-purple{background-color:#bc2edc}.g-border-purple{border-color:#bc2edc}.g-color-purple{color:#bc2edc}.g-bg-purple-dark{background-color:#981eb4}.g-border-purple-dark{border-color:#981eb4}.g-color-purple-dark{color:#981eb4}.g-bg-facebook{background-color:#3b5998}.g-color-facebook{color:#3b5998}.g-fill-facebook{fill:#3b5998}.g-bg-twitter{background-color:#1da1f2}.g-color-twitter{color:#1da1f2}.g-fill-twitter{fill:#1da1f2}.g-bg-linkedin{background-color:#0073b2}.g-color-linkedin{color:#0073b2}.g-fill-linkedin{fill:#0073b2}.g-bg-flipboard{background-color:#e12828}.g-color-flipboard{color:#e12828}.g-fill-flipboard{fill:#e12828}.g-bg-reddit{background-color:#ff4500}.g-color-reddit{color:#ff4500}.g-fill-reddit{fill:#ff4500}.g-bg-pinterest{background-color:#e60023}.g-color-pinterest{color:#e60023}.g-fill-pinterest{fill:#e60023}.g-grid-container{width:calc(100vw - 2 * 1rem);min-width:288px;margin-left:auto;margin-right:auto}@media(min-width: 768px){.g-grid-container{width:calc(100vw - 2 * 2rem)}}@media(min-width: 1440px){.g-grid-container{width:calc(1440px - 2 * 72px);max-width:1440px}}.g-container-square{border-radius:0}.g-container-rounded-small{border-radius:.25rem}.g-container-rounded-medium{border-radius:.5rem}.g-container-rounded-large{border-radius:1rem}.g-container-round{border-radius:50%}.g-dropShadow-default{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.g-dropShadow-default-plusHover{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.g-dropShadow-default-plusHover:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.16)}.g-dropShadow-hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.16)}.g-dropShadow-modal{box-shadow:0 24px 32px 0 rgba(0,0,0,.16),0 2px 16px 0 rgba(0,0,0,.08)}.g-form-error{border:1px solid #eb0036 !important;color:#eb0036 !important}.g-form-error::placeholder{color:#eb0036 !important}.g-input-medium{font-size:1rem;height:2.5rem;line-height:1.375rem;padding:0 1.5rem}.g-input-large{font-size:1.125rem;height:2.5rem;line-height:1.75rem;padding:0 1.5rem}.g-input-xlarge{font-size:1.125rem;height:3rem;line-height:1.75rem;padding:0 1.5rem}.g-select-medium{font-size:1rem;height:2.5rem;line-height:1.375rem;padding:0 3.5rem 0 1.5rem}.g-select-large{font-size:1.125rem;height:2.5rem;line-height:1.75rem;padding:0 3.5rem 0 1.5rem}.g-select-xlarge{font-size:1.125rem;height:3rem;line-height:1.75rem;padding:0 3.5rem 0 1.5rem}.g-textarea-medium{font-size:1rem;height:6rem;line-height:1.375rem;padding:.375rem 1.5rem}.g-textarea-large{font-size:1.125rem;height:6rem;line-height:1.75rem;padding:1rem 1.5rem}.g-textarea-xlarge{font-size:1.125rem;height:6rem;line-height:1.75rem;padding:.75rem 1.5rem}.g-outer-spacing-top-xxlarge{margin-top:3rem}.g-outer-spacing-top-xxlarge-fluid{margin-top:2.5rem}@media(min-width: 768px){.g-outer-spacing-top-xxlarge-fluid{margin-top:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-top-xxlarge-fluid{margin-top:3rem}}.g-outer-spacing-bottom-xxlarge,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{margin-bottom:3rem}.g-outer-spacing-bottom-xxlarge-fluid{margin-bottom:2.5rem}@media(min-width: 768px){.g-outer-spacing-bottom-xxlarge-fluid{margin-bottom:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-bottom-xxlarge-fluid{margin-bottom:3rem}}.g-outer-spacing-top-xlarge{margin-top:2.5rem}.g-outer-spacing-top-xlarge-fluid{margin-top:2rem}@media(min-width: 768px){.g-outer-spacing-top-xlarge-fluid{margin-top:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-top-xlarge-fluid{margin-top:2.5rem}}.g-outer-spacing-bottom-xlarge{margin-bottom:2.5rem}.g-outer-spacing-bottom-xlarge-fluid,p{margin-bottom:2rem}@media(min-width: 768px){.g-outer-spacing-bottom-xlarge-fluid,p{margin-bottom:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-bottom-xlarge-fluid,p{margin-bottom:2.5rem}}.g-outer-spacing-top-large{margin-top:2rem}.g-outer-spacing-top-large-fluid{margin-top:1.5rem}@media(min-width: 768px){.g-outer-spacing-top-large-fluid{margin-top:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-top-large-fluid{margin-top:2rem}}.g-outer-spacing-bottom-large{margin-bottom:2rem}.g-outer-spacing-bottom-large-fluid{margin-bottom:1.5rem}@media(min-width: 768px){.g-outer-spacing-bottom-large-fluid{margin-bottom:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-bottom-large-fluid{margin-bottom:2rem}}.g-outer-spacing-top-medium{margin-top:1.5rem}.g-outer-spacing-top-medium-fluid{margin-top:1rem}@media(min-width: 768px){.g-outer-spacing-top-medium-fluid{margin-top:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-top-medium-fluid{margin-top:1.5rem}}.g-outer-spacing-bottom-medium,.c-sectionHeading{margin-bottom:1.5rem}.g-outer-spacing-bottom-medium-fluid,p{margin-bottom:1rem}@media(min-width: 768px){.g-outer-spacing-bottom-medium-fluid,p{margin-bottom:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-bottom-medium-fluid,p{margin-bottom:1.5rem}}.g-outer-spacing-top-small{margin-top:1rem}.g-outer-spacing-bottom-small{margin-bottom:1rem}.g-outer-spacing-top-xsmall{margin-top:.5rem}.g-outer-spacing-bottom-xsmall{margin-bottom:.5rem}.g-outer-spacing-left-xxlarge{margin-left:3rem}.g-outer-spacing-left-xxlarge-fluid{margin-left:2.5rem}@media(min-width: 768px){.g-outer-spacing-left-xxlarge-fluid{margin-left:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-left-xxlarge-fluid{margin-left:3rem}}.g-outer-spacing-right-xxlarge{margin-right:3rem}.g-outer-spacing-right-xxlarge-fluid{margin-right:2.5rem}@media(min-width: 768px){.g-outer-spacing-right-xxlarge-fluid{margin-right:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-right-xxlarge-fluid{margin-right:3rem}}.g-outer-spacing-left-xlarge{margin-left:2.5rem}.g-outer-spacing-left-xlarge-fluid{margin-left:2rem}@media(min-width: 768px){.g-outer-spacing-left-xlarge-fluid{margin-left:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-left-xlarge-fluid{margin-left:2.5rem}}.g-outer-spacing-right-xlarge{margin-right:2.5rem}.g-outer-spacing-right-xlarge-fluid{margin-right:2rem}@media(min-width: 768px){.g-outer-spacing-right-xlarge-fluid{margin-right:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-right-xlarge-fluid{margin-right:2.5rem}}.g-outer-spacing-left-large{margin-left:2rem}.g-outer-spacing-left-large-fluid{margin-left:1.5rem}@media(min-width: 768px){.g-outer-spacing-left-large-fluid{margin-left:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-left-large-fluid{margin-left:2rem}}.g-outer-spacing-right-large{margin-right:2rem}.g-outer-spacing-right-large-fluid{margin-right:1.5rem}@media(min-width: 768px){.g-outer-spacing-right-large-fluid{margin-right:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-right-large-fluid{margin-right:2rem}}.g-outer-spacing-left-medium{margin-left:1.5rem}.g-outer-spacing-left-medium-fluid{margin-left:1rem}@media(min-width: 768px){.g-outer-spacing-left-medium-fluid{margin-left:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-left-medium-fluid{margin-left:1.5rem}}.g-outer-spacing-right-medium{margin-right:1.5rem}.g-outer-spacing-right-medium-fluid{margin-right:1rem}@media(min-width: 768px){.g-outer-spacing-right-medium-fluid{margin-right:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-outer-spacing-right-medium-fluid{margin-right:1.5rem}}.g-outer-spacing-left-small{margin-left:1rem}.g-outer-spacing-right-small{margin-right:1rem}.g-outer-spacing-left-xsmall{margin-left:.5rem}.g-outer-spacing-right-xsmall{margin-right:.5rem}.g-outer-spacing-top-none{margin-top:0}.g-outer-spacing-right-none{margin-right:0}.g-outer-spacing-bottom-none{margin-bottom:0}.g-outer-spacing-left-none{margin-left:0}.g-inner-spacing-xxlarge{padding:3rem}.g-inner-spacing-xlarge{padding:2.5rem}.g-inner-spacing-large{padding:2rem}.g-inner-spacing-medium{padding:1.5rem}.g-inner-spacing-small{padding:1rem}.g-inner-spacing-xsmall{padding:.5rem}.g-inner-spacing-top-xxlarge{padding-top:3rem}.g-inner-spacing-top-xxlarge-fluid{padding-top:2.5rem}@media(min-width: 768px){.g-inner-spacing-top-xxlarge-fluid{padding-top:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-top-xxlarge-fluid{padding-top:3rem}}.g-inner-spacing-bottom-xxlarge{padding-bottom:3rem}.g-inner-spacing-bottom-xxlarge-fluid{padding-bottom:2.5rem}@media(min-width: 768px){.g-inner-spacing-bottom-xxlarge-fluid{padding-bottom:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-bottom-xxlarge-fluid{padding-bottom:3rem}}.g-inner-spacing-top-xlarge{padding-top:2.5rem}.g-inner-spacing-top-xlarge-fluid{padding-top:2rem}@media(min-width: 768px){.g-inner-spacing-top-xlarge-fluid{padding-top:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-top-xlarge-fluid{padding-top:2.5rem}}.g-inner-spacing-bottom-xlarge{padding-bottom:2.5rem}.g-inner-spacing-bottom-xlarge-fluid{padding-bottom:2rem}@media(min-width: 768px){.g-inner-spacing-bottom-xlarge-fluid{padding-bottom:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-bottom-xlarge-fluid{padding-bottom:2.5rem}}.g-inner-spacing-top-large{padding-top:2rem}.g-inner-spacing-top-large-fluid{padding-top:1.5rem}@media(min-width: 768px){.g-inner-spacing-top-large-fluid{padding-top:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-top-large-fluid{padding-top:2rem}}.g-inner-spacing-bottom-large{padding-bottom:2rem}.g-inner-spacing-bottom-large-fluid{padding-bottom:1.5rem}@media(min-width: 768px){.g-inner-spacing-bottom-large-fluid{padding-bottom:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-bottom-large-fluid{padding-bottom:2rem}}.g-inner-spacing-top-medium,.c-sectionHeading{padding-top:1.5rem}.g-inner-spacing-top-medium-fluid{padding-top:1rem}@media(min-width: 768px){.g-inner-spacing-top-medium-fluid{padding-top:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-top-medium-fluid{padding-top:1.5rem}}.g-inner-spacing-bottom-medium{padding-bottom:1.5rem}.g-inner-spacing-bottom-medium-fluid{padding-bottom:1rem}@media(min-width: 768px){.g-inner-spacing-bottom-medium-fluid{padding-bottom:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-bottom-medium-fluid{padding-bottom:1.5rem}}.g-inner-spacing-top-small{padding-top:1rem}.g-inner-spacing-bottom-small{padding-bottom:1rem}.g-inner-spacing-top-xsmall{padding-top:.5rem}.g-inner-spacing-bottom-xsmall{padding-bottom:.5rem}.g-inner-spacing-left-xxlarge{padding-left:3rem}.g-inner-spacing-left-xxlarge-fluid{padding-left:2.5rem}@media(min-width: 768px){.g-inner-spacing-left-xxlarge-fluid{padding-left:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-left-xxlarge-fluid{padding-left:3rem}}.g-inner-spacing-right-xxlarge{padding-right:3rem}.g-inner-spacing-right-xxlarge-fluid{padding-right:2.5rem}@media(min-width: 768px){.g-inner-spacing-right-xxlarge-fluid{padding-right:calc(40px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-right-xxlarge-fluid{padding-right:3rem}}.g-inner-spacing-left-xlarge{padding-left:2.5rem}.g-inner-spacing-left-xlarge-fluid{padding-left:2rem}@media(min-width: 768px){.g-inner-spacing-left-xlarge-fluid{padding-left:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-left-xlarge-fluid{padding-left:2.5rem}}.g-inner-spacing-right-xlarge{padding-right:2.5rem}.g-inner-spacing-right-xlarge-fluid{padding-right:2rem}@media(min-width: 768px){.g-inner-spacing-right-xlarge-fluid{padding-right:calc(32px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-right-xlarge-fluid{padding-right:2.5rem}}.g-inner-spacing-left-large{padding-left:2rem}.g-inner-spacing-left-large-fluid{padding-left:1.5rem}@media(min-width: 768px){.g-inner-spacing-left-large-fluid{padding-left:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-left-large-fluid{padding-left:2rem}}.g-inner-spacing-right-large{padding-right:2rem}.g-inner-spacing-right-large-fluid{padding-right:1.5rem}@media(min-width: 768px){.g-inner-spacing-right-large-fluid{padding-right:calc(24px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-right-large-fluid{padding-right:2rem}}.g-inner-spacing-left-medium{padding-left:1.5rem}.g-inner-spacing-left-medium-fluid{padding-left:1rem}@media(min-width: 768px){.g-inner-spacing-left-medium-fluid{padding-left:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-left-medium-fluid{padding-left:1.5rem}}.g-inner-spacing-right-medium{padding-right:1.5rem}.g-inner-spacing-right-medium-fluid{padding-right:1rem}@media(min-width: 768px){.g-inner-spacing-right-medium-fluid{padding-right:calc(16px + 8 * ((100vw - 768px) / 256))}}@media(min-width: 1024px){.g-inner-spacing-right-medium-fluid{padding-right:1.5rem}}.g-inner-spacing-left-small{padding-left:1rem}.g-inner-spacing-right-small{padding-right:1rem}.g-inner-spacing-left-xsmall{padding-left:.5rem}.g-inner-spacing-right-xsmall{padding-right:.5rem}.g-width-xxlarge{width:3rem}.g-height-xxlarge{height:3rem}.g-width-xlarge{width:2.5rem}.g-height-xlarge{height:2.5rem}.g-width-large{width:2rem}.g-height-large{height:2rem}.g-width-medium{width:1.5rem}.g-height-medium{height:1.5rem}.g-width-small{width:1rem}.g-height-small{height:1rem}.g-width-xsmall{width:.5rem}.g-height-xsmall{height:.5rem}.preampjs [data-preamp],.fusejs [data-fuse]{opacity:0 !important}.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:3rem;line-height:3.25rem;font-weight:800}@media(min-width: 768px){.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:calc(48px + 88 * ((100vw - 768px) / 672));line-height:calc(52px + 92 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:8.5rem;line-height:9rem}}.g-text-xxlarge,.g-text-xxlarge-bold{font-size:2.25rem;line-height:2.75rem;font-weight:800}@media(min-width: 768px){.g-text-xxlarge,.g-text-xxlarge-bold{font-size:calc(36px + 12 * ((100vw - 768px) / 672));line-height:calc(44px + 8 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-xxlarge,.g-text-xxlarge-bold{font-size:3rem;line-height:3.25rem}}.g-text-xlarge,.g-text-xlarge-bold{font-size:1.375rem;line-height:1.875rem}@media(min-width: 768px){.g-text-xlarge,.g-text-xlarge-bold{font-size:calc(22px + 14 * ((100vw - 768px) / 672));line-height:calc(30px + 14 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-xlarge,.g-text-xlarge-bold{font-size:2.25rem;line-height:2.75rem}}.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:1.125rem;line-height:1.75rem}@media(min-width: 768px){.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:calc(18px + 4 * ((100vw - 768px) / 672));line-height:calc(28px + 2 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:1.375rem;line-height:1.875rem}}.g-text-medium,.g-text-medium-bold,.o-texticon-size-medium,.o-button-large,.c-button-secondary-large,.c-button-primary-large{font-size:1.125rem;line-height:1.75rem}.g-text-medium-fluid{font-size:1rem;line-height:1.375rem}@media(min-width: 768px){.g-text-medium-fluid{font-size:calc(16px + 2 * ((100vw - 768px) / 672));line-height:calc(22px + 6 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-medium-fluid{font-size:1.125rem;line-height:1.75rem}}.g-text-small,.g-text-small-bold,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large,.o-button-medium,.o-texticon-size-small{font-size:1rem;line-height:1.375rem}.g-text-small-fluid{font-size:.938rem;line-height:1.25rem}@media(min-width: 768px){.g-text-small-fluid{font-size:calc(15.008px + 0.992 * ((100vw - 768px) / 672));line-height:calc(20px + 2 * ((100vw - 768px) / 672))}}@media(min-width: 1440px){.g-text-small-fluid{font-size:1rem;line-height:1.375rem}}.g-text-xsmall,.g-text-xsmall-bold,.o-texticon-size-xsmall,.o-button-small{font-size:.938rem;line-height:1.25rem}.g-text-extrabold{font-weight:800}.g-text-bold{font-weight:600}.g-text-semibold{font-weight:600}.g-text-normal{font-weight:400}.g-text-light{font-weight:300}.g-text-extralight{font-weight:200}.g-text-link{text-decoration:underline}.o-texticon{display:flex;flex-direction:row}.o-texticon-alignment-right{flex-direction:row-reverse}.o-texticon-size-xsmall:first-child,.o-button-small:first-child{margin-right:.25rem}.o-texticon-size-small:first-child{margin-right:.5rem}.o-texticon-size-medium:first-child,.o-button-large:first-child,.c-button-secondary-large:first-child,.c-button-primary-large:first-child{margin-right:1rem}.o-texticon-size-large:first-child,.o-button-xlarge:first-child{margin-right:1.5rem}.o-omnibar-bottom{bottom:0;left:50%;position:fixed;transform:translateX(-50%);z-index:5999899}.o-omnibar-bottom-close{cursor:pointer;display:flex;position:absolute;right:0;bottom:100%;background:#20222a;color:#fff;align-items:center;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.o-omnibar-bottom-close svg{height:.938rem;width:.938rem}.o-omnibar-hide{display:none}.o-omnibar-top{background:#fff;position:fixed;top:0;width:100%;z-index:5999897}.o-omnibar-hide-6x6-iframe iframe{display:none}.o-border-thin{border-width:1px;border-style:solid}.o-border-thin-top{border-top-width:1px;border-top-style:solid}.o-border-thin-right{border-right-width:1px;border-right-style:solid}.o-border-thin-bottom{border-bottom-width:1px;border-bottom-style:solid}.o-border-thin-left{border-left-width:1px;border-left-style:solid}.o-border-thick{border-width:5px;border-style:solid}.o-border-thick-top{border-top-width:5px;border-top-style:solid}.o-border-thick-right{border-right-width:5px;border-right-style:solid}.o-border-thick-bottom{border-bottom-width:5px;border-bottom-style:solid}.o-border-thick-left{border-left-width:5px;border-left-style:solid}.o-box{display:block;padding:1.5rem}.o-box::after{content:"" !important;display:block !important;clear:both !important}.o-box>:last-child{margin-bottom:0}.o-box-flush{padding:0}.o-box-xsmall{padding:.5rem}.o-box-small{padding:1rem}.o-box-large{padding:2rem}.o-box-xlarge{padding:2.5rem}.o-box-xxlarge{padding:3rem}.o-button,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{display:inline-block;text-decoration:none;transition:border .175s ease-out,background-color .175s ease-out,color .175s ease-out;text-align:center}.o-button:not(.o-button-disabled):hover,.c-button:not(.o-button-disabled):hover,.c-button-secondary:not(.o-button-disabled):hover,.c-button-secondary-large:not(.o-button-disabled):hover,.c-button-secondary-medium:not(.o-button-disabled):hover,.c-button-primary:not(.o-button-disabled):hover,.c-button-primary-medium:not(.o-button-disabled):hover,.c-button-primary-large:not(.o-button-disabled):hover{cursor:pointer}.o-button-xlarge{padding-left:1rem;padding-right:1rem;height:3rem;line-height:2.4}.o-button-large,.c-button-secondary-large,.c-button-primary-large{padding-left:28px;padding-right:28px;height:64px;line-height:2.4}.o-button-medium,.c-button-secondary-medium,.c-button-primary-medium{padding-left:17px;padding-right:17px;height:48px;line-height:2.4}.o-button-small{padding-left:.75rem;padding-right:.75rem;height:1.5rem;line-height:2.4}.o-button-primary,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{border:1px solid #44d8ff;background-color:#44d8ff;background-image:none;color:#080a12}.o-button-primary:not(.o-button-disabled):hover,.c-button-primary:not(.o-button-disabled):hover,.c-button-primary-medium:not(.o-button-disabled):hover,.c-button-primary-large:not(.o-button-disabled):hover{border:1px solid #39d2ff;background-color:#39d2ff;background-image:none;color:#080a12}.o-button-primary.o-button-loading::after,.o-button-loading.c-button-primary::after,.o-button-loading.c-button-primary-medium::after,.o-button-loading.c-button-primary-large::after{border-color:#080a12}.o-button-secondary,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium{border:1px solid #d8d8d8;background-color:#f5f4f7;color:#080a12}.o-button-secondary:not(.o-button-disabled):hover,.c-button-secondary:not(.o-button-disabled):hover,.c-button-secondary-large:not(.o-button-disabled):hover,.c-button-secondary-medium:not(.o-button-disabled):hover{border:1px solid #39d2ff;background-color:#39d2ff;color:#080a12}.o-button-ghost{border:1px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:#080a12}.o-button-ghost:not(.o-button-disabled):hover{border:1px solid #e6e6e6;background-color:#e6e6e6}.o-button-smallRound,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{border-radius:3px}.o-button-largeRound{border-radius:1rem}.o-button-circle{border-radius:50%}.o-button-loading::after{display:inline-block;animation:1s linear infinite button-loading;border-top:2px solid #080a12;border-radius:50%;content:"";height:10px;margin-left:10px;width:10px}@keyframes button-loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.o-gridListVertical{--cmg-gridListVertical_rows: 11;display:grid;grid-auto-flow:column;grid-template-rows:repeat(var(--cmg-gridListVertical_rows), auto)}.o-linkOverlay{position:absolute;width:100%;height:100%;z-index:3;font:0/0 serif;text-shadow:none;color:rgba(0,0,0,0);top:0;left:0}.o-media{display:block}.o-media::after{content:"" !important;display:block !important;clear:both !important}.o-media_img{float:left;margin-right:1.5rem}.o-media_img>img{display:block}.o-media_body{overflow:hidden;display:block}.o-media_body,.o-media_body>:last-child{margin-bottom:0}.o-media-flush>.o-media_img{margin-right:0;margin-left:0}.o-media-reverse>.o-media_img{float:right;margin-right:0;margin-left:1.5rem}.o-media-xsmall>.o-media_img{margin-right:.5rem}.o-media-xsmall.o-media-reverse>.o-media_img{margin-right:0;margin-left:.5rem}.o-media-small>.o-media_img{margin-right:1rem}.o-media-small.o-media-reverse>.o-media_img{margin-right:0;margin-left:1rem}.o-media-large>.o-media_img{margin-right:2rem}.o-media-large.o-media-reverse>.o-media_img{margin-right:0;margin-left:2rem}.o-media-xlarge>.o-media_img{margin-right:2.5rem}.o-media-xlarge.o-media-reverse>.o-media_img{margin-right:0;margin-left:2.5rem}.o-media-xxlarge>.o-media_img{margin-right:3rem}.o-media-xxlarge.o-media-reverse>.o-media_img{margin-right:0;margin-left:3rem}.o-ratio{position:relative;display:block}.o-ratio::before{content:"";display:block;width:100%;padding-bottom:100%}.o-ratio_content,.o-ratio>iframe,.o-ratio>embed,.o-ratio>object{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%}.o-ratio-imgContain>.o-ratio_content{height:auto;margin:auto;max-height:100%;max-width:100%;width:auto}.o-ratio-2\:1:before{padding-bottom:50%}.o-ratio-full:before{padding-bottom:75%}.o-ratio-tall:before{padding-bottom:133.3333333333%}.o-ratio-wide:before{padding-bottom:56.25%}.o-ratio-cardImage:before{padding-bottom:150%}.u-screenReaderOnly{clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.u-two-column--span-one{width:50%;max-width:50%}.u-three-column--span-one{width:33.333%;max-width:33.333%}.u-three-column--span-two{width:66.667%;max-width:66.667%}.u-four-column--span-one{width:25%;max-width:25%}.u-four-column--span-three{width:75%;max-width:75%}.u-five-column--span-one{width:20%;max-width:20%}.u-five-column--span-two{width:40%;max-width:40%}.u-five-column--span-three{width:60%;max-width:60%}.u-five-column--span-four{width:80%;max-width:80%}.u-float-right{float:right}.u-float-left{float:left}.u-horizontal-center{margin-left:auto;margin-right:auto}.u-block{display:block}.u-inline-block{display:inline-block}.u-inline{display:inline}.u-clearfix::after{content:"" !important;display:block !important;clear:both !important}.u-hidden{display:none !important}.u-flexbox{display:flex}.u-flexbox-column{display:flex;flex-direction:column}.u-flexbox-columnReverse{display:flex;flex-direction:column-reverse}.u-flexbox-row{display:flex;flex-direction:row}.u-flexbox-wrap{flex-wrap:wrap}.u-flexbox-nowrap{flex-wrap:nowrap}.u-flexbox-justifyBetween{justify-content:space-between}.u-flexbox-justifyAround{justify-content:space-around}.u-flexbox-justifyCenter{justify-content:center}.u-flexbox-justifyFlexEnd{justify-content:flex-end}.u-flexbox-alignFlexStart{align-items:flex-start}.u-flexbox-alignCenter,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{align-items:center}.u-flexbox-alignFlexEnd{align-items:flex-end}.u-flexbox-alignStretch{align-items:stretch}.u-flexbox-alignBaseline{align-items:baseline}.u-flexbox-alignSelfFlexStart{align-self:flex-start}.u-flexbox-alignSelfCenter{align-self:center}.u-flexbox-alignSelfFlexEnd{align-self:flex-end}.u-flexbox-flexEven{flex:1 1 100%}.u-flex-grow{flex-grow:1}.u-grid{display:grid;grid-gap:var(--grid-gap, 0)}.u-grid-auto-cols{grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}.u-grid-full-row{grid-column:1/-1}.u-grid-2column{-ms-grid-columns:50% 50%;display:grid;grid-template:auto/repeat(2, 1fr)}.u-grid-3column{-ms-grid-columns:33.3% 33.3% 33.3%;display:grid;grid-template:auto/repeat(3, 1fr)}.u-grid-4column{-ms-grid-columns:25% 25% 25% 25%;display:grid;grid-template:auto/repeat(4, 1fr)}.u-grid-5column{-ms-grid-columns:20% 20% 20% 20% 20%;display:grid;grid-template:auto/repeat(5, 1fr)}.u-grid-7column{-ms-grid-columns:14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857%;display:grid;grid-template:auto/repeat(7, 1fr)}.u-grid-column-span2{grid-column-end:span 2}.u-grid-column-span3{grid-column-end:span 3}.u-grid-column-span4{grid-column-end:span 4}.u-grid-gap-small{--grid-gap: 0.25rem}.u-grid-gap-medium{--grid-gap: 0.5rem}.u-grid-gap-large{--grid-gap: 1rem}.u-grid-position_self-center{align-self:center}.u-grid-columns{--grid-cols: 2;display:grid;gap:var(--grid-gap, 1rem);grid-template-columns:repeat(var(--grid-cols), 1fr)}@media(min-width: 768px){.u-grid-columns{--grid-gap: 1.5rem;--grid-cols: 6}}@media(min-width: 1024px){.u-grid-columns{--grid-cols: 12}}.sm\:u-col-1{grid-column-end:span 1}.sm\:u-col-start-1{grid-column-start:1}.sm\:u-col-end-2{grid-column-end:2}.sm\:u-col-2{grid-column-end:span 2}.sm\:u-col-start-2{grid-column-start:2}.sm\:u-col-end-3{grid-column-end:3}@media(max-width: 767px){.sm\:u-col-hide{display:none}}@media(min-width: 768px){.md\:u-col-1{grid-column-end:span 1}.md\:u-col-start-1{grid-column-start:1}.md\:u-col-end-2{grid-column-end:2}.md\:u-col-2{grid-column-end:span 2}.md\:u-col-start-2{grid-column-start:2}.md\:u-col-end-3{grid-column-end:3}.md\:u-col-3{grid-column-end:span 3}.md\:u-col-start-3{grid-column-start:3}.md\:u-col-end-4{grid-column-end:4}.md\:u-col-4{grid-column-end:span 4}.md\:u-col-start-4{grid-column-start:4}.md\:u-col-end-5{grid-column-end:5}.md\:u-col-5{grid-column-end:span 5}.md\:u-col-start-5{grid-column-start:5}.md\:u-col-end-6{grid-column-end:6}.md\:u-col-6{grid-column-end:span 6}.md\:u-col-start-6{grid-column-start:6}.md\:u-col-end-7{grid-column-end:7}}@media(min-width: 768px)and (max-width: 1023px){.md\:u-col-hide{display:none}}@media(min-width: 1024px){.lg\:u-col-1{grid-column-end:span 1}.lg\:u-col-start-1{grid-column-start:1}.lg\:u-col-end-2{grid-column-end:2}.lg\:u-col-2{grid-column-end:span 2}.lg\:u-col-start-2{grid-column-start:2}.lg\:u-col-end-3{grid-column-end:3}.lg\:u-col-3{grid-column-end:span 3}.lg\:u-col-start-3{grid-column-start:3}.lg\:u-col-end-4{grid-column-end:4}.lg\:u-col-4{grid-column-end:span 4}.lg\:u-col-start-4{grid-column-start:4}.lg\:u-col-end-5{grid-column-end:5}.lg\:u-col-5{grid-column-end:span 5}.lg\:u-col-start-5{grid-column-start:5}.lg\:u-col-end-6{grid-column-end:6}.lg\:u-col-6{grid-column-end:span 6}.lg\:u-col-start-6{grid-column-start:6}.lg\:u-col-end-7{grid-column-end:7}.lg\:u-col-7{grid-column-end:span 7}.lg\:u-col-start-7{grid-column-start:7}.lg\:u-col-end-8{grid-column-end:8}.lg\:u-col-8{grid-column-end:span 8}.lg\:u-col-start-8{grid-column-start:8}.lg\:u-col-end-9{grid-column-end:9}.lg\:u-col-9{grid-column-end:span 9}.lg\:u-col-start-9{grid-column-start:9}.lg\:u-col-end-10{grid-column-end:10}.lg\:u-col-10{grid-column-end:span 10}.lg\:u-col-start-10{grid-column-start:10}.lg\:u-col-end-11{grid-column-end:11}.lg\:u-col-11{grid-column-end:span 11}.lg\:u-col-start-11{grid-column-start:11}.lg\:u-col-end-12{grid-column-end:12}.lg\:u-col-12{grid-column-end:span 12}.lg\:u-col-start-12{grid-column-start:12}.lg\:u-col-end-13{grid-column-end:13}.lg\:u-col-hide{display:none}}@media(min-width: 1440px){.xl\:u-col-1{grid-column-end:span 1}.xl\:u-col-start-1{grid-column-start:1}.xl\:u-col-end-2{grid-column-end:2}.xl\:u-col-2{grid-column-end:span 2}.xl\:u-col-start-2{grid-column-start:2}.xl\:u-col-end-3{grid-column-end:3}.xl\:u-col-3{grid-column-end:span 3}.xl\:u-col-start-3{grid-column-start:3}.xl\:u-col-end-4{grid-column-end:4}.xl\:u-col-4{grid-column-end:span 4}.xl\:u-col-start-4{grid-column-start:4}.xl\:u-col-end-5{grid-column-end:5}.xl\:u-col-5{grid-column-end:span 5}.xl\:u-col-start-5{grid-column-start:5}.xl\:u-col-end-6{grid-column-end:6}.xl\:u-col-6{grid-column-end:span 6}.xl\:u-col-start-6{grid-column-start:6}.xl\:u-col-end-7{grid-column-end:7}.xl\:u-col-7{grid-column-end:span 7}.xl\:u-col-start-7{grid-column-start:7}.xl\:u-col-end-8{grid-column-end:8}.xl\:u-col-8{grid-column-end:span 8}.xl\:u-col-start-8{grid-column-start:8}.xl\:u-col-end-9{grid-column-end:9}.xl\:u-col-9{grid-column-end:span 9}.xl\:u-col-start-9{grid-column-start:9}.xl\:u-col-end-10{grid-column-end:10}.xl\:u-col-10{grid-column-end:span 10}.xl\:u-col-start-10{grid-column-start:10}.xl\:u-col-end-11{grid-column-end:11}.xl\:u-col-11{grid-column-end:span 11}.xl\:u-col-start-11{grid-column-start:11}.xl\:u-col-end-12{grid-column-end:12}.xl\:u-col-12{grid-column-end:span 12}.xl\:u-col-start-12{grid-column-start:12}.xl\:u-col-end-13{grid-column-end:13}.xl\:u-col-hide{display:none}}.u-col-start{grid-column-start:1}.u-col-end{grid-column-end:-1}.u-overflow-auto{overflow:auto}.u-overflow-initial{overflow:initial}.u-overflow-hidden{overflow:hidden}.u-overflow-scroll{overflow:scroll}.u-overflow-y-auto{overflow-y:auto}.u-overflow-y-initial{overflow-y:initial}.u-overflow-y-hidden{overflow-y:hidden}.u-overflow-y-scroll{overflow-y:scroll}.u-overflow-x-auto{overflow-x:auto}.u-overflow-x-initial{overflow-x:initial}.u-overflow-x-hidden{overflow-x:hidden}.u-overflow-x-scroll{overflow-x:scroll}.u-text-uppercase{text-transform:uppercase}.u-text-lowercase{text-transform:lowercase}.u-text-capitalize{text-transform:capitalize}.u-text-left{text-align:left}.u-text-center{text-align:center}.u-text-right{text-align:right}.u-text-underline{text-decoration:underline}.u-text-italic{font-style:italic}.u-p-small-space{margin:0 0 .22em}.u-no-space{margin:0}@font-face{font-family:SuisseIntl;font-weight:400;font-style:normal;font-display:swap;src:url(https://www.zdnet.com/a/neutron/fonts/SuisseIntl/Regular.woff2) format("woff2")}@font-face{font-family:SuisseIntl;font-weight:600;font-style:normal;font-display:swap;src:url(https://www.zdnet.com/a/neutron/fonts/SuisseIntl/Semibold.woff2) format("woff2")}table{width:auto;font-size:16px;line-height:1.875rem}table th,table td{padding:5px 20px;border-left:1px solid #f1f0f3;border-right:1px solid #f1f0f3}table table{text-align:left;width:100%;clear:both}table tr{border-bottom:1px solid #f1f0f3}table thead{border-bottom:1px solid #d1d0d3}table thead tr{border-bottom:none}table thead th,table tfoot th{font-weight:600;vertical-align:top}table tbody th{color:#080a12;font-weight:normal;text-align:left}table tbody tr:hover{background-color:#f1f0f3}table tbody tr:last-child{border-bottom:none}table th:first-child,table td:first-child{border-left:none}table th:last-child,table td:last-child{border-right:none}table th[colspan],table td[colspan]{text-align:center}@keyframes g-fadeMenuInUp{0%{opacity:0;top:20px;visibility:hidden}1%{opacity:0;top:20px;visibility:visible}100%{opacity:1;top:0;visibility:visible}}@keyframes g-fadeMenuOutDown{0%{left:auto;opacity:1;top:0;visibility:visible}99%{left:auto;opacity:0;top:20px;visibility:visible}100%{left:auto;opacity:0;top:20px;visibility:hidden}}@keyframes g-fadeMenuInLeft{0%{opacity:0;left:20px;visibility:hidden}1%{opacity:0;left:20px;visibility:visible}100%{opacity:1;left:0;visibility:visible}}@keyframes g-fadeMenuOutRight{0%{opacity:1;left:0;visibility:visible}99%{opacity:0;left:20px;visibility:visible}100%{opacity:0;left:20px;visibility:hidden}}@keyframes g-fadeTriInUp{0%{bottom:-28px;opacity:0;visibility:hidden}1%{bottom:-28px;opacity:0;visibility:visible}100%{bottom:-9px;opacity:1;visibility:visible}}@keyframes g-fadeTriOutDown{0%{bottom:-9px;opacity:1;visibility:visible}99%{bottom:-28px;opacity:0;visibility:visible}100%{bottom:-28px;opacity:0;visibility:hidden}}body>img:not([style],[class]),body>span>img:not([style],[class]),body>img{display:block;height:0}[id=ot-sdk-btn]{display:none !important}div#onetrust-consent-sdk #onetrust-banner-sdk{box-sizing:border-box;width:90%;padding:1.5rem;background-color:#fff;max-width:684px;top:50%;left:50%;bottom:auto !important;right:auto;transform:translate(-50%, -50%);outline:none;font-size:1rem}div#onetrust-consent-sdk #onetrust-banner-sdk a[href]{color:#006dff;text-decoration:none;font-weight:inherit}div#onetrust-consent-sdk #onetrust-banner-sdk a[href]:hover{color:#0058d5}div#onetrust-consent-sdk #onetrust-policy{margin:0}div#onetrust-consent-sdk #onetrust-policy-text{color:#080a12;font-size:inherit;margin:0}div#onetrust-consent-sdk #onetrust-group-container{float:none;width:auto}div#onetrust-consent-sdk .ot-sdk-container{padding:0;width:100%}div#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent{position:static;width:100%;padding:0;margin:0}div#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group{margin:0;display:flex;justify-content:space-between;flex-direction:column;width:100%}div#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group button{width:100%;margin:0;margin-top:1.5rem;border:0;background:#f5f4f7;padding:16px}div#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group button:hover{background:#39d2ff;opacity:1}div#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group button#onetrust-accept-btn-handler{background:#44d8ff}@media(min-width: 768px){div#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group{margin:1.5rem 0 0 0;flex-direction:row}div#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group button{width:30%;margin-top:0}}div#onetrust-consent-sdk .onetrust-pc-dark-filter{background:rgba(0,0,0,.3)}p{font-size:inherit}.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:3rem;line-height:3.25rem;font-weight:400}@media(min-width: 1230px){.g-text-xxxlarge,.g-text-xxxlarge-bold{font-size:8.5rem;line-height:9rem}}.g-text-xxxlarge-bold{font-weight:600}.g-text-xxlarge,.g-text-xxlarge-bold{font-size:2.25rem;line-height:2.75rem;font-weight:400}@media(min-width: 768px){.g-text-xxlarge,.g-text-xxlarge-bold{font-size:3rem;line-height:3.25rem}}.g-text-xxlarge-bold{font-weight:600}.g-text-xlarge,.g-text-xlarge-bold{font-size:1.375rem;line-height:1.875rem;font-weight:400}@media(min-width: 768px){.g-text-xlarge,.g-text-xlarge-bold{font-size:2.25rem;line-height:2.75rem}}.g-text-xlarge-bold{font-weight:600}.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:1.25rem;line-height:1.75rem;font-weight:400}@media(min-width: 768px){.g-text-large,.g-text-large-bold,.o-texticon-size-large,.o-button-xlarge{font-size:1.375rem;line-height:1.875rem}}.g-text-large-bold{font-weight:600}.g-text-medium,.g-text-medium-bold,.o-texticon-size-medium,.o-button-large,.c-button-secondary-large,.c-button-primary-large{font-size:1.125rem;line-height:1.75rem;font-weight:400}.g-text-medium-bold{font-weight:600}.g-text-small,.g-text-small-bold,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large,.o-texticon-size-small,.o-button-medium{font-size:1rem;line-height:1.375rem;font-weight:400}.g-text-small-bold,.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{font-weight:600}.g-text-xsmall,.g-text-xsmall-bold,.o-texticon-size-xsmall,.o-button-small{font-size:.938rem;line-height:1.25rem;font-weight:400}.g-text-xsmall-bold{font-weight:600}.g-text-xxsmall,.g-text-xxsmall-bold{font-size:.813rem;line-height:1.125rem;font-weight:400}.g-text-xxsmall-bold{font-weight:600}.g-text-xxxsmall,.g-text-xxxsmall-bold{font-size:.75rem;line-height:1rem}.g-text-xxxsmall-bold{font-weight:600}.c-sectionHeading{line-height:1.7;font-size:1.125rem;font-weight:600;text-transform:lowercase}.c-sectionHeading::before{display:inline-block;width:.452em;margin-right:.5rem;vertical-align:middle;content:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.32541%2013.2021L8%200.000375748L5.15459%200.000375623L0.48%2013.2021L3.32541%2013.2021Z%22%20fill%3D%22%23080A12%22%20%2F%3E%3C%2Fsvg%3E")}.c-sectionHeading-invert{border-top-color:#fff;color:#fff}.c-sectionHeading-invert::before{content:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.32541%2013.2021L8%200.000375748L5.15459%200.000375623L0.48%2013.2021L3.32541%2013.2021Z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E")}.c-sectionHeading-large{padding-top:0;font-size:2.25rem;line-height:1.25;border-top:none}.c-sectionHeading>strong{text-transform:none}.c-button,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium,.c-button-primary,.c-button-primary-medium,.c-button-primary-large{display:inline-flex;justify-content:center;margin-bottom:0}.c-button-primary,.c-button-primary-medium,.c-button-primary-large{color:#080a12}.c-button-primary svg,.c-button-primary-medium svg,.c-button-primary-large svg{fill:#080a12}.c-button-primary:hover,.c-button-primary-medium:hover,.c-button-primary-large:hover{color:#080a12}.c-button-secondary-large svg,.c-button-secondary-medium svg{fill:#080a12}.c-button-secondary-large:not(.o-button-disabled):hover{color:#080a12;border:1px solid #39d2ff;background-color:#39d2ff}.c-button-secondary-large:not(.o-button-disabled):hover svg{fill:#080a12}.c-button-secondary-medium:not(.o-button-disabled):hover{color:#080a12;border:1px solid #39d2ff;background-color:#39d2ff}.c-button-secondary-medium:not(.o-button-disabled):hover svg{fill:#080a12}.c-button:first-child,.c-button-primary:first-child,.c-button-primary-large:first-child,.c-button-primary-medium:first-child,.c-button-secondary:first-child,.c-button-secondary-large:first-child,.c-button-secondary-medium:first-child{margin-right:0}.o-button,.c-button,.c-button-primary,.c-button-primary-large,.c-button-primary-medium,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium{transition:unset;text-transform:lowercase;font-weight:600;font-size:.938rem}.o-button-secondary,.c-button-secondary,.c-button-secondary-large,.c-button-secondary-medium{border:1px solid #f5f4f7;background-color:#f5f4f7;color:#080a12}.o-button-secondary>svg,.c-button-secondary>svg,.c-button-secondary-large>svg,.c-button-secondary-medium>svg{fill:#080a12}.o-button-secondary-invert{border:1px solid #20222a;background-color:#20222a;color:#fff}.o-button-secondary-invert>svg{fill:#fff}.o-button-brand{border:none;background:#d0ff4b;color:#080a12}.o-button-brand>svg{fill:#080a12}.o-button-brand:hover{background:#e7ff6e}.o-button-block{display:flex;align-items:center;justify-content:center}.o-button-square{vertical-align:baseline}.o-button-square-large{width:86px;height:86px}.o-button-square-large svg{display:inline-block;width:41px;height:13px;vertical-align:middle}.o-button-square-medium{width:64px;height:64px}.o-button-square-medium svg{display:inline-block;width:13px;height:13px;vertical-align:middle}.o-button-square-small{width:48px;height:48px}.o-button-square-small svg{display:inline-block;width:13px;height:13px;vertical-align:middle}.o-button-secondary:hover,.c-button-secondary:hover,.c-button-secondary-large:hover,.c-button-secondary-medium:hover{background-color:#39d2ff;color:#080a12;border-color:#39d2ff}.o-button-secondary:hover>svg,.c-button-secondary:hover>svg,.c-button-secondary-large:hover>svg,.c-button-secondary-medium:hover>svg{fill:#080a12}.o-button-secondary-invert:hover{background-color:#39d2ff;color:#080a12;border-color:#39d2ff}.o-button-secondary-invert:hover>svg{fill:#080a12}
265
266 .nuxt-progress {
267 position: fixed;
268 top: 0px;
269 left: 0px;
270 right: 0px;
271 height: 2px;
272 width: 0%;
273 opacity: 1;
274 transition: width 0.1s, opacity 0.4s;
275 background-color: #fff;
276 z-index: 999999;
277 }
278 .nuxt-progress.nuxt-progress-notransition {
279 transition: none;
280 }
281 .nuxt-progress-failed {
282 background-color: red;
283 }
284
285 .c-layoutDefault_page[data-v-6c19c012]{position:relative}
286 .c-globalSvgs{height:0;overflow:hidden;position:absolute;width:0}#galleryOverlay{fill:rgba(0,0,0,.3)}#galleryOverlay .overlayBorder{fill:rgba(255,255,255,.5)}#galleryOverlay .overlayIcon{fill:#fff}#facebook g,#twitter path:first-child{fill:none}
287 .c-adSkyBox{min-height:max(18vw,50px)}.c-adSkyBox.collapsed{display:none}.c-adSkyBox_stickyContainer{width:100%;position:fixed;top:0;z-index:5200000}.rendered .c-adSkyBox_closeButton{display:flex;position:absolute;top:2px;right:3px;width:15px;height:15px;font-size:13px;border:1px solid #f1f0f3;border-radius:100%}.c-adSkyBox_hideButton{display:none}@media(min-width: 768px){.c-adSkyBox{min-height:max(6.5vw,90px)}}@media(min-width: 1024px)and (max-width: 1293px){.c-adSkyBox{min-height:9.7vw}}.c-adSkyBox .c-adDisplay_container{align-items:center;display:flex;justify-content:center;width:100%;min-height:max(18vw,50px)}@media(min-width: 768px){.c-adSkyBox .c-adDisplay_container{min-height:max(6.5vw,90px)}}@media(min-width: 1024px)and (max-width: 1293px){.c-adSkyBox .c-adDisplay_container{min-height:9.7vw}}.c-adSkyBox.fixed .c-adDisplay_container{position:fixed;top:0;left:0}.skybox-closed .c-adSkyBox.rendered{min-height:0}.skybox-closed .c-adSkyBox.rendered .c-adDisplay_container{min-height:0}
288 .c-adSkyBox{align-items:center;background-color:#080a12;display:flex;justify-content:center;transition:min-height .3s ease}.c-adSkyBox.rendered:not(.fixed){min-height:0}.c-adSkyBox.leader{min-height:50px}@media(min-width: 768px){.c-adSkyBox.leader{min-height:90px}}.c-adSkyBox.empty.rendered{aspect-ratio:unset}@media(max-width: 287px){.c-adSkyBox .skybox-closed,.c-adSkyBox.rendered{min-height:0}.c-adSkyBox .skybox-closed .c-adDisplay_container,.c-adSkyBox.rendered .c-adDisplay_container{min-height:0}}.c-adSkyBox-stickyContainer{width:100%;transition:transform .5s ease;transform:translate3d(0, 0, 0);background:inherit}.c-adSkyBox-stickyContainer_animate{transform:translate3d(0, -120px, 0)}.c-adSkyBox-stickyContainer_sticky{width:100%;position:fixed;top:0;z-index:5500000;aspect-ratio:inherit}.c-adSkyBox-stickyContainer .c-adDisplay_container{background:inherit}.c-adSkyBox_closeButton{display:none;background-color:#eee;z-index:1}.c-adSkyBox .c-adDisplay_container{aspect-ratio:inherit}body.skybox-hidden .c-adSkyBox{display:none}@media(min-width: 1024px){body.ccad-skybox-manualexpand .c-adDisplay_container_nav-ad-plus,body.ccad-skybox-manualcollapse .c-adDisplay_container_nav-ad-plus{min-height:unset}}.c-adSkyBox,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container{height:unset !important;max-width:calc(100vw - var(--scroll-bar-width));aspect-ratio:2280/150}@media(orientation: portrait){.c-adSkyBox,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container{aspect-ratio:1520/150}}@media(orientation: portrait)and (max-width: 768px)and (any-pointer: coarse){.c-adSkyBox,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container{aspect-ratio:800/150}}.c-adSkyBox.expanded,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.expanded{aspect-ratio:2280/450}@media(orientation: portrait){.c-adSkyBox.expanded,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.expanded{aspect-ratio:1520/450}}@media(orientation: portrait)and (max-width: 768px)and (any-pointer: coarse){.c-adSkyBox.expanded,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.expanded{aspect-ratio:800/450}}@media(min-width: 768px){.c-adSkyBox.rendered:not(.empty),.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.rendered:not(.empty){aspect-ratio:unset}}.c-adSkyBox .c-adDisplay_container,.c-adSkyBox.fixed:not(.leader) .c-adDisplay_container .c-adDisplay_container{min-height:unset !important}body.ccad-skybox-manualcollapse .c-adSkyBox,body.ccad-skybox-manualexpand .c-adSkyBox,body.skybox-loaded .c-adSkyBox{aspect-ratio:unset !important}body.ccad-skybox-manualcollapse .c-adSkyBox.rendered,body.ccad-skybox-manualexpand .c-adSkyBox.rendered,body.skybox-loaded .c-adSkyBox.rendered{aspect-ratio:unset !important}body:not(.skybox-frontdoor) .c-adSkyBox.rendered:not(.empty),body:not(.skybox-frontdoor) .c-adSkyBox.fixed:not(.leader) .c-adDisplay_container.rendered:not(.empty){aspect-ratio:unset}body.skybox-closed .c-adSkyBox{aspect-ratio:unset !important;min-height:0 !important}@keyframes slideUp{0%{transform:translateY(0)}100%{transform:translateY(max(-1 * var(--scroll-y), -100%))}}
289 .c-adDisplay_container.spaced{margin-bottom:1.5rem}.c-adDisplay{margin:0 auto;justify-content:center}.c-adDisplay iframe{max-width:none}@media(min-width: 768px){.c-adDisplay-viewportCenter:not(.skybox-loaded-slot){margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}}@media(min-width: 768px){.c-adDisplay-viewportCenter:not(.skybox-loaded-slot).power-bar{clear:both}}.c-adDisplay_container.collapsed{min-height:0}.c-adDisplay_container_mobile-incontent-ad-plus{min-height:250px}.c-adDisplay_container_leaderboard-middle{min-height:66px}.c-adDisplay_container_mpu-top{min-height:250px}.c-adDisplay_container_leader-middle{min-height:90px}
290 .c-globalOverlay{position:fixed;top:0;left:0;height:100%;width:100%;overflow:auto;z-index:10}.c-globalOverlay::before{content:"";position:absolute;display:block;height:100%;width:100%;top:0;left:0;background-color:rgba(32,34,42,.7)}
291 .c-siteHeader{height:48px;box-sizing:border-box;padding:0;position:relative;background:#d0ff4b;z-index:5200000}@media(min-width: 1230px){.large-header .c-siteHeader{height:auto}}
292 .c-siteHeaderNavigation{height:100%;display:flex;grid-gap:0}.c-siteHeaderNavigation_shelves{flex:1}.c-siteHeaderNavigation_item{display:inline-flex;margin-left:2.5rem}.c-siteHeaderNavigation a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.c-siteHeaderNavigation_loginButton{position:relative;display:flex;height:100%;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}.c-siteHeaderNavigation_loginButton svg{display:block;width:20px;height:20px;fill:#080a12}.c-siteHeaderNavigation_loginButton:hover svg{fill:#0058d5}.c-siteHeaderNavigation .c-siteHeaderNavigation_logo{height:100%;display:flex;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.c-siteHeaderNavigation .c-siteHeaderNavigation_logo svg{transition:fill .5s ease}.c-siteHeaderNavigation .c-siteHeaderNavigation_logo-vertical{display:none}.c-siteHeaderNavigation .c-siteHeaderNavigation_logo-horizontal>svg{width:86px;height:16px}.c-siteHeaderNavigation .c-siteHeaderNavigation_logo:hover svg{transition:none;fill:#0058d5}.c-siteHeaderNavigation-login{display:flex;align-items:center}.c-siteHeaderNavigation_buttonShelf,.c-siteHeaderNavigation_topicShelf{height:100%}.c-siteHeaderNavigation_buttonShelf{display:flex;justify-content:flex-end}.c-siteHeaderNavigation_topicShelf{display:none}.c-siteHeaderNavigation_sloganWrapper{flex-grow:1;display:flex;align-items:center}.c-siteHeaderNavigation_slogan{color:#080a12}.c-siteHeaderNavigation_slogan:hover{color:#0058d5}.c-siteHeaderNavigation .c-siteHeaderNavigation_item-more{display:none}@media(max-width: 767px){.c-siteHeaderNavigation_sloganWrapper{display:none}}@media(min-width: 768px){.c-siteHeaderNavigation_slogan{margin-left:2rem}}@media(min-width: 1230px){header:not(.large-header) .c-siteHeaderNavigation{max-width:initial;width:auto;margin:0 1.5rem}header:not(.large-header) .c-siteHeaderNavigation .c-siteHeaderNavigation_item{margin-left:108px}header:not(.large-header) .c-siteHeaderNavigation .c-smartSearch-grid{display:block;max-width:966px}}@media(min-width: 1230px){header.large-header .c-siteHeaderNavigation{display:grid;grid-gap:var(--grid-gap)}header.large-header .c-siteHeaderNavigation .c-siteHeaderNavigation_logo{align-items:flex-end;position:relative;z-index:4}header.large-header .c-siteHeaderNavigation .c-siteHeaderNavigation_logo-vertical{display:block}header.large-header .c-siteHeaderNavigation .c-siteHeaderNavigation_logo-vertical>svg{width:220px;height:144px}header.large-header .c-siteHeaderNavigation .c-siteHeaderNavigation_logo-horizontal{display:none}header.large-header .c-siteHeaderNavigation .c-sitePrimaryMenu_subNav{left:0}header.large-header .c-siteHeaderNavigation_shelves{flex:initial;display:flex;flex-direction:column-reverse}header.large-header .c-siteHeaderNavigation_buttonShelf{height:107px}header.large-header .c-siteHeaderNavigation_buttonShelf .c-sitePrimaryMenu_subNav{top:0;padding-top:70px}header.large-header .c-siteHeaderNavigation_topicShelf{display:flex;justify-content:space-between;height:70px}header.large-header .c-siteHeaderNavigation .c-siteHeaderNavigation_item-more{display:inline-flex}header.large-header .c-siteHeaderNavigation_buttonShelf .c-siteHeaderNavigation_item{margin-left:0}header.large-header .c-siteHeaderNavigation_buttonShelf .c-siteHeaderNavigation_item>div{margin-left:110px}header.large-header .c-siteHeaderNavigation_item-accordion{display:none}header.large-header .c-siteHeaderNavigation_slogan{margin-left:0;position:relative;z-index:4;transition:color .5s ease}header.large-header .c-siteHeaderNavigation_slogan span{display:block}header.large-header .c-siteHeaderNavigation_slogan:hover{transition:none}header.large-header .c-siteHeaderNavigation_loginButton svg{width:24px;height:24px;z-index:4}header.large-header .c-siteHeaderNavigation .c-sitePrimaryMenu_itemIcon svg,header.large-header .c-siteHeaderNavigation .c-siteHeaderNavigation_loginButton svg{transition:fill .5s ease;z-index:4}header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu_itemIcon svg,header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation-login svg{fill:#d0ff4b}header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_logo svg{fill:#d0ff4b}header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_logo svg:hover{fill:#3f8eff}header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_slogan{color:#d0ff4b}header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_slogan:hover{color:#3f8eff}header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu_item::after{display:none}header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_loginButton:hover svg{fill:#3f8eff}header.large-header .c-siteHeaderNavigation .c-sitePrimaryMenu_itemIcon:hover svg,header.large-header .c-siteHeaderNavigation .c-siteHeaderNavigation_loginButton:hover svg{transition:none}header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-siteHeaderNavigation_logo:hover svg{transition:none}header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu:hover .c-sitePrimaryMenu_itemIcon svg,header.large-header .c-siteHeaderNavigation_iconMenuOpen .c-sitePrimaryMenu.is-expanded .c-sitePrimaryMenu_itemIcon svg{fill:#3f8eff}}
293 .c-siteLogo_image{width:100%;height:100%;display:block}.c-siteLogo_image-color-brand{fill:#d0ff4b}.c-siteLogo_image-color-text{fill:#080a12}.c-siteLogo_image-normal,.c-siteLogo_image-footer{width:66px;height:42px}@media(min-width: 1230px){.c-siteLogo_image-normal,.c-siteLogo_image-footer{height:64px;width:100px}}.c-siteLogo_image-small{height:32px;width:50px}.c-siteLogo_image-amp{width:107px;height:70px}.c-siteLogo_image-header{width:107px;height:70px}
294 .c-sitePrimaryMenu{align-items:center;display:flex}.c-sitePrimaryMenu_text{font-weight:600;color:#080a12;font-size:18px;margin-top:-32px}.c-sitePrimaryMenu_item{background:none;padding:0;text-transform:lowercase;cursor:default}.c-sitePrimaryMenu_item>svg{display:block;width:20px;height:20px;fill:#080a12}.c-sitePrimaryMenu_itemLink{cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.c-sitePrimaryMenu_item:hover{color:#0058d5}.c-sitePrimaryMenu_item:hover svg{fill:#0058d5}.c-sitePrimaryMenu_subNav{background-color:#20222a;color:#fff;position:absolute;top:100%;left:0;right:0;visibility:hidden;z-index:2;overflow:auto;max-height:100vh}@media(min-width: 768px){.c-sitePrimaryMenu_subNav{left:auto}}.c-sitePrimaryMenu_hasSubNav .c-sitePrimaryMenu_item{position:relative;display:flex;height:100%;align-items:center}.c-sitePrimaryMenu_hasSubNav .c-sitePrimaryMenu_item::after{position:absolute;content:"";bottom:0;left:0;right:0;height:3px;background:#20222a;z-index:1;visibility:hidden;transform:scaleX(0) translateZ(0);transition:transform .1s ease,visibility 0s .1s}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_text{color:#0058d5}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_item svg{fill:#0058d5}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_item a::before{content:"";position:absolute;top:0;left:-20px;right:-20px;bottom:0}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_item::after{visibility:visible;transform:scaleX(1) translateZ(0);transition:transform .1s ease}.c-sitePrimaryMenu_hasSubNav.is-expanded .c-sitePrimaryMenu_subNav{visibility:visible;clip:rect(0, 200vw, 100vh, 0);transition:clip .4s linear;z-index:3}.c-sitePrimaryMenu_hasSubNav .c-sitePrimaryMenu_subNav{visibility:hidden;clip:rect(0, 200vw, 0, 0);transition:clip .3s linear,visibility 0s .3s;transform:translateZ(0)}@media(min-width: 1230px){.c-sitePrimaryMenu_item>svg{width:24px;height:24px}}
295 .c-siteMenuList{position:relative;font-weight:600;padding:16px 0;line-height:22px;display:block}.c-siteMenuList_item{color:#fff;margin:32px 16px 32px 0}.c-siteMenuList_item small{font-size:inherit;font-weight:400}.c-siteMenuList_item small::before{content:" | "}.c-siteMenuList_label{color:#fff;opacity:.5}.c-siteMenuList_label:hover{color:#fff}.c-siteMenuList_link{display:block;color:inherit;cursor:pointer}.c-siteMenuList_link:hover{color:#3f8eff}.c-siteMenuList_link:hover>svg{fill:#3f8eff}.c-siteMenuList_linkIcon{width:14px;height:12px;vertical-align:middle;margin-left:5px;fill:#fff}@media(min-width: 768px){.c-siteMenuList{max-width:420px;margin:0 1.5rem}}@media(min-width: 1230px){.large-header .c-siteMenuList{display:grid;max-width:initial;margin:auto}.large-header .c-siteMenuList_column{grid-column-end:span 2;position:relative}.large-header .c-siteMenuList_column-size-small{grid-column-end:span 1}.large-header .c-siteMenuList_column-size-large{grid-column-end:span 3}.large-header .c-siteMenuList_divider{position:absolute;top:32px;right:0;width:1px;bottom:32px;background:#383a42}}
296 @media(min-width: 768px){.c-smartSearch{width:100%}}.c-smartSearch_form{display:flex;margin:1.5rem 0}@media(min-width: 768px){.c-smartSearch_form{margin:2rem 0 1.5rem}}@media(max-width: 1229px){.c-smartSearch-grid{display:block}}.c-smartSearch input[type=search],.c-smartSearch button[type=submit]{height:56px;line-height:54px;border-radius:3px;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);appearance:none !important}@media(min-width: 768px){.c-smartSearch input[type=search],.c-smartSearch button[type=submit]{height:54px;line-height:52px}}.c-smartSearch input[type=search]{color:#fff;border:1px solid #d1d0d3;margin:0 12px 0 0;box-shadow:none;flex-grow:1;padding:0 9px;background:rgba(0,0,0,0)}@media(min-width: 768px){.c-smartSearch input[type=search]{margin:0 1rem 0 0;padding:0 20px}}.c-smartSearch input[type=search]::placeholder{color:#fff;text-transform:lowercase}.c-smartSearch button[type=submit]{flex-grow:0;background-color:#44d8ff;color:#080a12;border:none;padding:0 16px;font-weight:600;text-transform:lowercase}.c-smartSearch button[type=submit] svg{width:16px;height:16px;fill:#080a12;vertical-align:middle;margin-left:.5rem}.c-smartSearch button[type=submit]:hover{background-color:#39d2ff}.c-smartSearch button[type=submit]:active{background-color:#39d2ff}@media(min-width: 768px){.c-smartSearch button[type=submit]{padding:0 77px}}.c-smartSearch .c-smartSearch_resultContainer{min-height:200px;margin-bottom:1.5rem;overflow:hidden;transition:height .3s ease;position:relative}.c-smartSearch .c-smartSearch_resultContainerPage{position:absolute;width:100%;visibility:hidden;opacity:0;transition:opacity .3s,visibility 0s .3s}.c-smartSearch .c-smartSearch_resultContainerPage-visible{visibility:visible;opacity:1;transition:opacity .3s}
297 .c-searchTrendingContent{display:flex;justify-content:space-between;flex-wrap:wrap}.c-searchTrendingContent-heading{padding-top:0;border-top:none}.c-searchTrendingContent_title{color:#fff;font-weight:600;margin-top:1.5rem}.c-searchTrendingContent_meta{margin-top:.5rem;color:#d1d0d3;font-size:13px}.c-searchTrendingContent_item{display:block;line-height:1.4;margin-bottom:2rem;width:100%}.c-searchTrendingContent_item>span{display:block}.c-searchTrendingContent_item:hover .c-searchTrendingContent_title{color:#3f8eff}.c-searchTrendingContent_item:hover img{opacity:.8}@media(min-width: 768px){.c-searchTrendingContent_item{width:calc((100% - 48px)/3)}}
298 .c-siteAccordionMenu{border-top:1px solid #383a42;line-height:80px;position:relative;z-index:2;font-weight:600}.c-siteAccordionMenu.c-sitePrimaryMenu_subNav{position:fixed;top:0;bottom:0}.c-siteAccordionMenu_content{width:100%;max-height:100%;overflow:auto}.c-siteAccordionMenu_content::after{content:"";padding-bottom:2rem;display:block}.c-siteAccordionMenu_section .c-siteAccordionMenu_item{opacity:0;visibility:hidden;max-height:0;line-height:20px;margin:0;transition:opacity .3s ease,max-height .3s .3s ease,margin .3s .3s ease,visibility 0s .3s}.c-siteAccordionMenu_section.is-expanded{border-bottom:1px solid #383a42}.c-siteAccordionMenu_section.is-expanded .c-siteAccordionMenu_sectionToggle>svg{transform:rotateX(180deg)}.c-siteAccordionMenu_section.is-expanded .c-siteAccordionMenu_item{visibility:visible;max-height:80px;margin:2rem 0;opacity:1;transition:opacity .3s .3s ease,max-height .3s ease,margin .3s ease}.c-siteAccordionMenu_item{color:#fff;font-size:13px;padding:0 calc(2rem / 2)}.c-siteAccordionMenu_item small{font-size:inherit;font-weight:400}.c-siteAccordionMenu_item small::before{content:" | "}.c-siteAccordionMenu_itemArrowIcon{width:15px;height:13px;vertical-align:middle;margin-left:5px;fill:#fff}.c-siteAccordionMenu_item:hover{color:#3f8eff}.c-siteAccordionMenu_item:hover svg{fill:#3f8eff}.c-siteAccordionMenu_link{-webkit-tap-highlight-color:rgba(0,0,0,0);display:block;color:inherit}.c-siteAccordionMenu_link:hover{color:#3f8eff}.c-siteAccordionMenu_closeButton{border-bottom:1px solid #383a42;line-height:46px;padding:0 calc(2rem / 2);cursor:pointer;display:block;text-align:right;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.c-siteAccordionMenu_closeButton>svg{width:17px;height:17px;fill:#fff;vertical-align:middle}.c-siteAccordionMenu_closeButton:hover>svg{fill:#3f8eff}.c-siteAccordionMenu_sectionToggle{position:relative;border-bottom:1px solid #383a42;padding:0 calc(2rem / 2);font-size:18px;text-transform:lowercase;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.c-siteAccordionMenu_sectionToggle>svg{width:13px;height:7px;position:absolute;fill:#fff;top:35px;right:calc(2rem / 2);transition:transform .3s ease}.c-siteAccordionMenu_sectionToggle:hover>svg{fill:#3f8eff}@media(min-width: 768px){.c-siteAccordionMenu{width:468px}.c-siteAccordionMenu_sectionToggle,.c-siteAccordionMenu_closeButton,.c-siteAccordionMenu_item{padding:0 2rem}.c-siteAccordionMenu_sectionToggle>svg{right:2rem}}
299 .c-scrollPercent{position:relative}.c-scrollPercent_marker{height:0;position:absolute;width:100%}
300 .c-pageArticleSingle{position:relative}.c-pageArticleSingle h2{scroll-margin-top:100px}@media(max-width: 1023px){.c-pageArticleSingle-review .c-pageArticleSingle_leftRail .c-adDisplay_container{display:none}}.c-pageArticleSingle_editorialLink{color:inherit;display:flex;align-items:center;font-size:.813rem;font-weight:600;line-height:1.125rem;border-top:1px solid #f1f0f3;padding-top:20px}.c-pageArticleSingle_editorialLink svg{width:13.5px;height:15.5px;margin-right:.5rem}.c-pageArticleSingle_rightRail{display:none}@media(min-width: 1024px){.c-pageArticleSingle_rightRail{display:block;position:relative}.c-pageArticleSingle_rightRail>div{margin-bottom:2rem}}.c-pageArticleSingle_body{max-width:100%}@media(max-width: 1023px){.c-pageArticleSingle_leftRail{height:initial !important}}.c-pageArticleSingle_leftRail.hide{display:none}@media(min-width: 1024px){.c-pageArticleSingle_leftRail{display:block;position:relative}.c-pageArticleSingle_leftRail.hide{display:block}}.c-pageArticleSingle_topicHeading{display:none}@media(min-width: 1024px){.c-pageArticleSingle_topicHeading{display:block;margin-top:1.5rem}}.c-pageArticleSingle_injectedMpu{position:absolute;right:0}.c-pageArticleSingle-liveBlog .c-commerceLink a{color:inherit;font-weight:bold;text-decoration:underline}.c-pageArticleSingle-liveBlog [itemprop=articleBody]>ul{margin-bottom:1.5rem}.c-pageArticleSingle-liveBlog [itemprop=articleBody]>ul li{margin-bottom:.5rem}.c-pageArticleSingle-liveBlog [itemprop=articleBody]>ul li::before{content:"•";margin-right:1.5rem;font-size:1rem}.c-pageArticleSingle-seamless{animation:fadeIn .4s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}body.sponsoredImmersive .c-siteHeader,body.sponsoredImmersive .c-pageArticleSingle_topContent,body.sponsoredImmersive .c-pageArticleSingle_editorialLink{display:none}body.sponsoredImmersive .c-pageArticleSingle .c-ShortcodeContent .c-shortcodeCodeSnippet_ceros{margin-left:calc(50% - 50vw + .5*var(--scroll-bar-width));margin-right:calc(50% - 50vw + .5*var(--scroll-bar-width))}@media(max-width: 767px){body.sponsoredImmersive .c-pageArticleSingle_grid{gap:0}}
301 .c-contentHeader_headline{font-size:2.25rem;line-height:2.75rem;letter-spacing:-0.5px;font-weight:600}@media(min-width: 1024px){.c-contentHeader_headline{font-size:48px;line-height:1.1}}.c-contentHeader_description{font-size:1.125rem;line-height:1.375rem;font-weight:600}.c-contentHeader_divider{height:1px;background:#f1f0f3;margin:25px 0}.c-contentHeader_liveBadgeLabel{color:#eb0e33}.c-contentHeader_liveBadgeLabel::before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:#eb0e33;margin-right:5px;animation:liveDotPulse 2s infinite}@keyframes liveDotPulse{0%{opacity:1}50%{opacity:.2}100%{opacity:1}}@media(min-width: 1024px){.c-contentHeader_headline{font-size:3rem;line-height:3.25rem}.c-contentHeader_description{font-size:1.375rem;line-height:1.75rem;width:65%}}
302 .c-contentBreadcrumb{font-weight:600;margin-top:calc(0.5rem / 2)}.c-contentBreadcrumb_link{color:#080a12}.c-contentBreadcrumb_link:hover{color:#0058d5}.c-contentBreadcrumb_item+.c-contentBreadcrumb_item::before{display:inline-block;width:.45em;vertical-align:middle;content:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.32541%2013.2021L8%200.000375748L5.15459%200.000375623L0.48%2013.2021L3.32541%2013.2021Z%22%20fill%3D%22%23080A12%22%20%2F%3E%3C%2Fsvg%3E")}@media(min-width: 1024px){.c-contentBreadcrumb{margin-top:1.5rem}}
303 .c-globalAuthor{display:flex;position:relative;font-size:1rem}.c-globalAuthor_image{cursor:pointer;display:inline-block;width:86px;height:86px;flex-shrink:0;overflow:hidden;margin-right:16px}.c-globalAuthor_image img{filter:grayscale(100%) contrast(1.2)}.c-globalAuthor_image:hover{opacity:.9}@media(max-width: 767px){.c-globalAuthor_image.-multiAuthor{display:none}}.c-globalAuthor_image+.c-globalAuthor_image{margin-left:-13px}.c-globalAuthor_link{color:#080a12;cursor:pointer;font-weight:600}.c-globalAuthor_link:hover{color:#0058d5}.c-globalAuthor_title{font-weight:400}.c-globalAuthor_meta{display:flex;align-items:center;font-size:.813rem}.c-globalAuthor_metaItem{display:inline-block;margin-right:calc(0.5rem / 3);color:#080a12}.c-globalAuthor_editor{flex:.5}@media(min-width: 1024px){.c-globalAuthor_artist{margin-top:1rem}}.c-globalAuthor_twitter{width:11px;height:11px;cursor:pointer;fill:#fff}.c-globalAuthor_twitter:hover{stroke:#0058d5}.c-globalAuthor_modal{position:absolute;top:100%;width:auto;height:auto}.c-globalAuthor_modal .c-globalModal_content{max-width:358px;top:1rem}.c-globalAuthor_modal .c-globalModal_backdrop{position:fixed}.c-globalAuthor_modal .c-globalModal_close svg{width:16px;height:16px}@media(min-width: 1024px){.c-globalAuthor_meta{flex-basis:45%;flex-shrink:0}}
304 .c-cmsImage{display:block;width:100%;background:rgba(0,0,0,.05)}.c-cmsImage img{display:block;width:100%;height:auto}.c-cmsImage img[src=""]{visibility:hidden}
305 .c-globalModal{display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:5999899}.c-globalModal_backdrop{height:100%;left:0;position:absolute;top:0;width:100%}.c-globalModal_close{position:absolute;display:block;top:1.5rem;right:1.5rem;cursor:pointer;z-index:5999899}.c-globalModal_close>svg{width:20px;height:20px;fill:#080a12}.c-globalModal_close:hover>svg{fill:#0058d5}.c-globalModal_content{background:#fff;position:relative;max-width:570px;padding:1.5rem;box-shadow:0 6px 18px rgba(0,0,0,.18);top:3rem}@media(max-width: 767px){.c-globalModal_content{margin:0 1.5rem}}.c-globalModal_contentWrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.c-globalModal_isOpen{display:block}
306 .c-contentAuthorModal_head{display:flex;align-items:center;margin-bottom:1rem}.c-contentAuthorModal_image{margin-right:1rem;background:#f1f0f3;width:70px;height:70px;flex-shrink:0;overflow:hidden}.c-contentAuthorModal_image img{filter:grayscale(100%)}.c-contentAuthorModal_title{font-weight:600;margin-right:2rem}.c-contentAuthorModal_copy{clear:both;margin-bottom:1rem;line-height:1.5}.c-contentAuthorModal_link{color:#080a12;font-size:13px;cursor:pointer}.c-contentAuthorModal_link svg{width:16px;height:16px;vertical-align:middle;margin-left:.5rem}.c-contentAuthorModal_link:hover{color:#0058d5}.c-contentAuthorModal_link:hover svg{fill:#0058d5}.c-contentAuthorModal_linkDivider{font-size:13px;display:inline-block;color:#505259;margin:0 calc(0.5rem / 2)}.c-contentAuthorModal_accordionSection{margin:1rem 0}.c-contentAuthorModal_accordionSectionToggle{display:block;position:relative;cursor:pointer}.c-contentAuthorModal_accordionSectionToggle svg{position:absolute;right:0;top:20px;width:13px;height:7px}.c-contentAuthorModal_accordionSection>ul{margin-left:20px}.c-contentAuthorModal_accordionSection>ul>li{list-style:disc}
307 .c-socialSharebar{position:relative;font-size:1.375rem}.c-socialSharebar amp-social-share{background:none;max-width:18px;max-height:18px}.c-socialSharebar_container{display:flex;padding:0;user-select:none}.c-socialSharebar_container-dropdown{visibility:hidden;position:absolute;bottom:2.5rem;padding:1.5rem;background:#fff;box-shadow:0 4px 16px rgba(8,10,18,.05);z-index:1;opacity:0;transform:translateY(10px);transition:opacity .4s,transform .4s,visibility 0s .4s}.c-socialSharebar_container-dropdownOpen{transform:none;transition:opacity .4s,transform .4s;opacity:1;visibility:visible}.c-socialSharebar_container-dropdown .c-socialSharebar_button-comments{display:none}.c-socialSharebar_button{cursor:pointer;display:flex;justify-content:center;align-items:center}.c-socialSharebar_button:not(:last-child){margin-right:2rem}.c-socialSharebar_button:hover{opacity:.7}.c-socialSharebar_button-active svg{fill:#0058d5}.c-socialSharebar_icon{display:block;width:18px;height:18px}
308 @media(min-width: 768px){.c-ShortcodeContent header{max-width:768px}}.c-ShortcodeContent h1{font-size:3rem;line-height:2.75rem;margin-bottom:1rem;text-transform:lowercase}.c-ShortcodeContent h1::before{display:inline-block;width:.452em;margin-right:.5rem;vertical-align:middle;content:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.32541%2013.2021L8%200.000375748L5.15459%200.000375623L0.48%2013.2021L3.32541%2013.2021Z%22%20fill%3D%22%23080A12%22%20%2F%3E%3C%2Fsvg%3E")}.c-ShortcodeContent h2{font-size:1.375rem;line-height:1.75rem;margin-bottom:1rem}@media(min-width: 1024px){.c-ShortcodeContent h2{font-size:2.25rem;line-height:2.75rem}}.c-ShortcodeContent h3:not(.c-sectionHeading){font-size:1rem;line-height:1.75rem;margin-bottom:1rem}@media(min-width: 1024px){.c-ShortcodeContent h3:not(.c-sectionHeading){font-size:1.375rem;line-height:1.75rem}}.c-ShortcodeContent h3.c-shortcodePinbox_headline{font-size:1rem;line-height:1.375rem;margin-bottom:1.5rem}.c-ShortcodeContent p,.c-ShortcodeContent li{font-size:1.125rem;line-height:1.875rem}.c-ShortcodeContent p a,.c-ShortcodeContent li a{color:#080a12;text-decoration:underline}.c-ShortcodeContent p a:hover,.c-ShortcodeContent li a:hover{color:#0058d5}.c-ShortcodeContent hr{border-top:1px solid #f1f0f3}.c-ShortcodeContent>ol,.c-ShortcodeContent>ul{margin:0 0 1.5rem;padding:0 0 0 1.2rem;word-break:break-word}.c-ShortcodeContent>ol li{list-style:decimal}.c-ShortcodeContent>ul li{list-style:disc}.c-ShortcodeContent>blockquote{font-size:1.125rem;font-weight:600;border-left:1px solid #080a12;padding-left:1.5rem;margin:1.5rem 0}@media(min-width: 1024px){.c-ShortcodeContent>blockquote{margin:2rem 0}}.c-ShortcodeContent .giphy-embed{width:100%}.c-ShortcodeContent .c-avLazyStickyVideo{margin-bottom:2rem;min-height:192px}@media(min-width: 768px){.c-ShortcodeContent .c-avLazyStickyVideo{margin-bottom:1.5rem;min-height:466px}}.c-ShortcodeContent table{display:block;overflow:auto}.c-ShortcodeContent table p,.c-ShortcodeContent table li{font-size:1.125rem;line-height:1.75rem}.c-ShortcodeContent table p{margin-bottom:0}.c-ShortcodeContent table ul{padding-left:2rem;margin-bottom:1.5rem}.c-ShortcodeContent table li{list-style-type:disc;display:list-item}.c-ShortcodeContent header.topicHeader p{font-weight:600}.c-ShortcodeContent *:first-child{margin-top:0}
309 .c-shortcodeImage{margin-bottom:2.5rem}.c-shortcodeImage_imageContainer{position:relative;display:block}.c-shortcodeImage video{display:block;width:100%}.c-shortcodeImage figcaption{font-size:.813rem;line-height:1.125rem;margin:1rem 0 0 0}.c-shortcodeImage figcaption p{display:inline;font-size:inherit;line-height:inherit;margin:0}.c-shortcodeImage.c-shortcodeImage-medium{width:370px;margin-left:auto;margin-right:auto}.c-shortcodeImage.c-shortcodeImage-small{width:270px;margin-left:auto;margin-right:auto}@media(min-width: 768px){.c-shortcodeImage.c-shortcodeImage-pullLeft.c-shortcodeImage-small,.c-shortcodeImage.c-shortcodeImage-pullRight.c-shortcodeImage-small{max-width:calc(30% - 1.5rem)}.c-shortcodeImage.c-shortcodeImage-pullLeft.c-shortcodeImage-medium,.c-shortcodeImage.c-shortcodeImage-pullRight.c-shortcodeImage-medium{max-width:calc(50% - 1.5rem)}.c-shortcodeImage.c-shortcodeImage-full-width,.c-shortcodeImage.c-shortcodeImage-original,.c-shortcodeImage.c-shortcodeImage-large{clear:both}.c-shortcodeImage-pullLeft:not(.c-shortcodeImage-original,.c-shortcodeImage-full-width,.c-shortcodeImage-large){float:left;clear:left;margin-right:1.5rem}.c-shortcodeImage-pullRight:not(.c-shortcodeImage-original,.c-shortcodeImage-full-width,.c-shortcodeImage-large){float:right;clear:right;margin-left:1.5rem}}@media print{.c-shortcodeImage{page-break-inside:avoid}.c-shortcodeImage.c-shortcodeImage-pullLeft.c-shortcodeImage-small,.c-shortcodeImage.c-shortcodeImage-pullLeft.c-shortcodeImage-medium,.c-shortcodeImage.c-shortcodeImage-pullRight.c-shortcodeImage-small,.c-shortcodeImage.c-shortcodeImage-pullRight.c-shortcodeImage-medium{width:calc(50% - 1.5rem)}.c-shortcodeImage.c-shortcodeImage-full-width,.c-shortcodeImage.c-shortcodeImage-original{clear:both}.c-shortcodeImage-pullLeft:not(.c-shortcodeImage-original,.c-shortcodeImage-full-width,.c-shortcodeImage-large){float:left;clear:left;margin-right:1.5rem}.c-shortcodeImage-pullRight:not(.c-shortcodeImage-original,.c-shortcodeImage-full-width,.c-shortcodeImage-large){float:right;clear:right;margin-left:1.5rem}}
310 .c-adDisplay.skybox-inContent{margin-left:calc(50% - 50vw + .5*var(--scroll-bar-width));margin-right:calc(50% - 50vw + .5*var(--scroll-bar-width));width:100vw}@media(min-width: 1024px){.c-pageArticleSingle-review .c-adDisplay.skybox-inContent{width:calc(100vw - .5*var(--scroll-bar-width));margin-right:0;margin-left:calc(50% - 50vw + .5*var(--scroll-bar-width) - (100% - 8*var(--grid-gap))*.2222222222)}}.c-adDisplay.rendered{min-height:0}.c-adDisplay_container{display:flex;align-items:center;justify-content:center}.c-adDisplay_container.collapsed{transition:min-height .3s ease;min-height:0}.c-adDisplay_container.rendered{min-height:0}.c-adDisplay_container_mobile-incontent-ad-plus,.c-adDisplay_container_mobile-mpu{min-height:250px}.c-adDisplay_container__mobile-sharethrough-top{min-height:255px}.c-adDisplay_container_mobile-nav-ad-plus-banner{min-height:50px}.c-adDisplay_container_mobile-incontent-banner-bottom{min-height:130px}.c-adDisplay_container_mobile-incontent-all,.c-adDisplay_container_mobile-incontent-plus{display:block;min-height:154px}.c-adDisplay_container_leaderboard-middle{min-height:66px}.c-adDisplay_container_incontent-narrow-all-top,.c-adDisplay_container_incontent-leaderboard-middle{display:block;min-height:273px}.c-adDisplay_container_mpu-top,.c-adDisplay_container_mpu-plus-top,.c-adDisplay_container_mpu-middle{min-height:250px}.c-adDisplay_container_leader-middle,.c-adDisplay_container_leader-plus-middle{min-height:90px}.c-adDisplay_container_incontent-ad-plus-bottom{min-height:200px}.c-adDisplay_container_leader-bottom{min-height:90px}.c-adDisplay_container_leaderboard-bottom{min-height:90px}.c-adDisplay_container_mobile-mpu-bottom{min-height:250px}.c-adDisplay_container_incontent-all-top,.c-adDisplay_container_incontent-ad-plus-billboard-middle,.c-adDisplay_container_incontent-plus-billboard-middle,.c-adDisplay_container_incontent-all-middle{display:block;min-height:211px;clear:both}.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-top>[data-ad],.c-pageArticleSingle-toc .c-adDisplay_container_incontent-ad-plus-billboard-middle>[data-ad],.c-pageArticleSingle-toc .c-adDisplay_container_incontent-plus-billboard-middle>[data-ad],.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-middle>[data-ad]{background:#f5f4f7;padding:32px 0 12px;z-index:500;position:relative}.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-top>[data-ad].skybox-loaded-slot,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-ad-plus-billboard-middle>[data-ad].skybox-loaded-slot,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-plus-billboard-middle>[data-ad].skybox-loaded-slot,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-middle>[data-ad].skybox-loaded-slot{padding-bottom:0}.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-top>[data-ad]::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-ad-plus-billboard-middle>[data-ad]::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-plus-billboard-middle>[data-ad]::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-middle>[data-ad]::before{content:"Advertisement";color:#080a12;font-size:12px;line-height:16px;display:block;position:absolute;left:50%;transform:translate(-50%, -25px)}.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-top.rendered:not(.blank)::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-ad-plus-billboard-middle.rendered:not(.blank)::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-plus-billboard-middle.rendered:not(.blank)::before,.c-pageArticleSingle-toc .c-adDisplay_container_incontent-all-middle.rendered:not(.blank)::before{content:" ";position:absolute;height:600px;width:25%;left:0;margin-top:-150px;z-index:20;background:linear-gradient(rgba(255, 255, 255, 0), white 10%, white 90%, rgba(255, 255, 255, 0))}
311 @media(min-width: 768px){.c-shortcodePinbox-single{width:50%;max-width:306px;float:right;margin-left:1.5rem}}.c-shortcodePinbox-single h3:not(.c-sectionHeading){font-size:16px;font-weight:600;line-height:1.375rem;margin-top:1rem;margin-bottom:1.5rem}.c-shortcodePinbox-single p{font-size:.938rem;line-height:1.25rem;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.c-shortcodePinbox-single svg{display:inline-block;width:15px;height:13px;fill:#080a12;vertical-align:middle;margin-left:calc(0.5rem / 2)}.c-shortcodePinbox-single a{display:block;color:#080a12}.c-shortcodePinbox-single a span{font-weight:600}.c-shortcodePinbox-single a:hover{color:#0058d5}.c-shortcodePinbox-single a:hover img{opacity:.9}.c-shortcodePinbox-single a:hover svg{fill:#0058d5}.c-shortcodePinbox-single a:hover p{color:inherit}@media(min-width: 1024px){.c-shortcodePinbox-carousel{width:inherit;position:relative;clear:both}.lg\:u-col-9 .c-shortcodePinbox-carousel{width:calc((100% - var(--grid-gap)*8)/9*12 + 11*var(--grid-gap));margin-left:calc(-1*((100% - var(--grid-gap)*8)/9*3 + 3*var(--grid-gap)))}.lg\:u-col-6 .c-shortcodePinbox-carousel{width:calc((100% - var(--grid-gap)*5)/6*12 + 11*var(--grid-gap));margin-left:calc(-1*((100% - var(--grid-gap)*5)/6*3 + 3*var(--grid-gap)))}}@media(min-width: 768px){.c-shortcodePinbox-textList_floating{width:50%;max-width:306px;float:right;margin-left:1.5rem}}.c-shortcodePinbox-textList li{line-height:1.375rem;font-size:1rem;font-weight:600;margin:1.5rem 0}.c-shortcodePinbox-textList li a{text-decoration:none;display:block}
312 .c-listingCarouselHorizontal{border-top:1px solid #080a12}@media(min-width: 1024px){.c-listingCarouselHorizontal{width:100%}}@media(min-width: 768px){.c-listingCarouselHorizontal_loadingIndicator{width:100%;height:4.8px;display:block;position:relative;background:#fff;overflow:hidden}}.c-listingCarouselHorizontal_loadingIndicator::after{content:""}@media(min-width: 768px){.c-listingCarouselHorizontal_loadingIndicator::after{box-sizing:border-box;width:0;height:4.8px;background:#d0ff4b;position:absolute;top:0;left:0;animation:animFw 10s linear infinite}}@keyframes animFw{0%{width:0}100%{width:100%}}.c-listingCarouselHorizontal .c-sectionHeading{display:inline-block;border-top:none}.c-listingCarouselHorizontal_subhead{display:none}@media(min-width: 1024px){.c-listingCarouselHorizontal_subhead{display:inline-block;margin-left:.5rem}}.c-listingCarouselHorizontal_item{display:block}.c-listingCarouselHorizontal_item.item-no-margin{margin-right:0}.c-listingCarouselHorizontal_itemLink{display:block;color:#080a12}.c-listingCarouselHorizontal_itemLink:hover{color:#0058d5}.c-listingCarouselHorizontal_mobile{width:100%;display:flex;overflow:auto;position:relative}.c-listingCarouselHorizontal_mobile ul{display:flex;gap:20px}.c-listingCarouselHorizontal_mobile ul li{width:306px}.c-listingCarouselHorizontal_mobile ul li:last-of-type .c-listingCarouselHorizontal_item{margin-right:0}.c-listingCarouselHorizontal_mobile ul li a{text-decoration:none}.c-listingCarouselHorizontal .c-listingCarouselHorizontal_desktop{display:none}@media(min-width: 1024px){.c-listingCarouselHorizontal_mobile{display:none}.c-listingCarouselHorizontal .c-listingCarouselHorizontal_desktop{display:flex;position:relative}}.c-listingCarouselHorizontal .VueCarousel-slide{padding:0 10px}.c-listingCarouselHorizontal .VueCarousel-inner{justify-content:space-between}@media(min-width: 1024px){.c-listingCarouselHorizontal .VueCarousel-inner{margin-left:-10px}}.c-listingCarouselHorizontal .VueCarousel-inner .VueCarousel-slide-active .c-listingCarouselHorizontal_item{margin-right:0}.c-listingCarouselHorizontal .VueCarousel-inner>div:first-child.VueCarousel-slide-active .c-listingCarouselHorizontal_item{margin-left:0}.c-listingCarouselHorizontal .VueCarousel-navigation{position:absolute;right:8px}.c-listingCarouselHorizontal .VueCarousel-navigation button:focus{outline:none !important}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-prev{left:45px}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-prev.hide{display:none}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-next{padding-left:5px;right:48px}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-button{top:80px;width:48px;height:48px;background:#44d8ff;border-radius:.25rem;position:relative}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-button:hover{background-color:#39d2ff}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-button svg{width:13px;height:13px;fill:#080a12}.c-listingCarouselHorizontal .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation--disabled{display:none}
313
314 .VueCarousel {
315 display: flex;
316 flex-direction: column;
317 position: relative;
318 }
319 .VueCarousel--reverse {
320 flex-direction: column-reverse;
321 }
322 .VueCarousel-wrapper {
323 width: 100%;
324 position: relative;
325 overflow: hidden;
326 }
327 .VueCarousel-inner {
328 display: flex;
329 flex-direction: row;
330 backface-visibility: hidden;
331 }
332 .VueCarousel-inner--center {
333 justify-content: center;
334 }
335
336
337 .VueCarousel-slide {
338 flex-basis: inherit;
339 flex-grow: 0;
340 flex-shrink: 0;
341 user-select: none;
342 backface-visibility: hidden;
343 -webkit-touch-callout: none;
344 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
345 outline: none;
346 }
347 .VueCarousel-slide-adjustableHeight {
348 display: table;
349 flex-basis: auto;
350 width: 100%;
351 }
352
353 .c-socialComments_comment-bubble{fill:#fff;height:15px;margin-right:5px;width:15px}.c-socialComments .o-button-xlarge{color:#fff;line-height:3.7}.c-socialComments_toggleButton{width:100%;height:64px}.c-socialComments_toggleButton_svg{display:inline-block}.c-socialComments_toggleButton_svg svg{display:inline-block;width:15px;height:13px;fill:#080a12;vertical-align:middle;margin-left:10px;transform:rotate(90deg)}.c-socialComments_toggleButton:hover svg{fill:#fff}@media(min-width: 1024px){.c-socialComments_toggleButton{width:416px}}.c-socialComments_postComments::before{display:block;content:"";margin-top:-50vh;height:50vh;visibility:hidden}.c-socialComments_faq-guidelines a{color:#505259;text-decoration:underline;font-size:1rem}.c-socialComments_user-dropdown{cursor:pointer;display:inline-block;position:relative;z-index:1;border:1px solid #fff;margin-left:-10px}.c-socialComments_user-dropdown:hover{background:#fff;border:1px solid #d9d9d9;border-radius:4px 4px 0 0;box-shadow:0 2px 5px rgba(0,0,0,.1)}.c-socialComments_user-dropdown_user{background:#fff;border:1px solid #d9d9d9;border-radius:0 0 3px 3px;box-shadow:0 2px 5px rgba(0,0,0,.1);display:none;list-style-type:none;margin:0;padding:0;position:absolute;text-align:left;width:100%;margin-left:-1px}.c-socialComments_user-dropdown_user li{background:none;list-style:none;padding:0}.c-socialComments_user-dropdown_user li:first-child{border-bottom:1px dotted #d9d9d9}.c-socialComments_user-dropdown_user li:hover{background-color:#f1f1f1}.c-socialComments_user-dropdown_user li a{line-height:30px;margin:0;padding:0 8px;text-decoration:none}.c-socialComments_user-dropdown:hover .c-socialComments_user-dropdown_user{display:block}.c-socialComments_user-dropdown_username{color:#44d8ff;cursor:pointer;font-weight:600;margin-left:10px;text-overflow:ellipsis;white-space:nowrap}.c-socialComments_user-dropdown_username::after{border:solid 4px;border-color:#404040 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);content:"";display:inline-block;margin:8px;position:relative;top:9px}.c-socialComments_user-dropdown_username:hover{text-decoration:none}.c-socialComments_faq-guidelines a:hover{color:#080a12}.c-socialComments_user-dropdown_user li a:hover{color:#39d2ff}
354 .c-listingVertical_image{background:#f2f2f2;display:block;width:86px;height:86px;flex-shrink:0}.c-listingVertical_image img{width:100%;height:100%}.c-listingVertical_item{position:relative;margin-bottom:1.5rem;color:#080a12}.c-listingVertical_item h3{color:inherit}.c-listingVertical_item:hover{color:#0058d5}.c-listingVertical_item:hover img{opacity:.8}
355 .c-siteFooter{z-index:1;position:relative;background:#20222a;overflow:hidden}.c-siteFooter .c-siteFooter_background{width:0}.c-siteFooter .c-siteFooter_background img[src=""]{opacity:0}.c-siteFooter .c-siteFooter_background img,.c-siteFooter .c-siteFooter_background amp-img{transition:opacity 1s ease;opacity:1;object-fit:cover;position:absolute;width:100%;height:100%;left:0;top:0}@media(min-width: 1024px){.c-siteFooter{padding:0 3rem 3rem 3rem}}.c-siteFooter_container{position:relative}.c-siteFooter_logoLink{display:block}.c-siteFooter_logo{left:50%;margin-left:-50vw;right:50%;margin-right:-50vw;max-width:100vw;position:relative;width:100vw;fill:#fff;aspect-ratio:814/150}@media(min-width: 1024px){.c-siteFooter_logo{margin-bottom:2rem}}.c-siteFooter_site-name{visibility:hidden;height:0}.c-siteFooter_slogan{display:block;margin-top:1.5rem;margin-bottom:1rem;font-size:2.25rem;line-height:2.75rem;color:#fff;font-weight:600}.c-siteFooter_logo-connect-grid{--grid-cols: 2;grid-row-gap:1rem}@media(min-width: 768px){.c-siteFooter_logo-connect-grid{--grid-cols: 6}}@media(min-width: 1024px){.c-siteFooter_logo-connect-grid{--grid-cols: 6;grid-row-gap:2rem}}.c-siteFooter_connect-column{display:block}.c-siteFooter_connect-grid{--grid-cols: 2;margin:auto}@media(min-width: 768px){.c-siteFooter_connect-grid{--grid-cols: 6}}@media(min-width: 1024px){.c-siteFooter_connect-grid{--grid-cols: 5;margin-top:1rem;margin-right:3rem;grid-row-gap:2rem}}@media(min-width: 1230px){.c-siteFooter_connect-grid{--grid-cols: 7;margin:0}}.c-siteFooter_social-links-wrapper{margin:1.5rem 0 1.5rem 0}.c-siteFooter_social-links-wrapper .c-socialSharebar_container{justify-content:space-between}@media(min-width: 1024px){.c-siteFooter_social-links-wrapper .c-socialSharebar_container{justify-content:flex-start}}.c-siteFooter_social-links-wrapper .c-socialSharebar_container .c-socialSharebar_icon{width:fit-content;height:fit-content}@media(min-width: 1024px){.c-siteFooter_social-links-wrapper .c-socialSharebar_container .c-socialSharebar_icon{flex-grow:1;margin-right:0}}.c-siteFooter_social-links-wrapper .c-socialSharebar_container .c-socialSharebar_icon svg{height:24px;width:24px;fill:#fff}.c-siteFooter_copyright-policies{--grid-cols: 2}@media(min-width: 768px){.c-siteFooter_copyright-policies{--grid-cols: 6}}@media(min-width: 1024px){.c-siteFooter_copyright-policies{--grid-cols: 6;text-align:initial;margin-top:1.5rem}}.c-siteFooter_column-links-grid{--grid-cols: 2}@media(min-width: 768px){.c-siteFooter_column-links-grid{--grid-cols: 6}}@media(min-width: 1024px){.c-siteFooter_column-links-grid{--grid-cols: 6;margin-top:.5rem}}@media(min-width: 1024px){.c-siteFooter_slogan{margin:0;font-size:3rem;line-height:3.25rem;padding-right:3rem}}@media(min-width: 2000px){.c-siteFooter_logo{left:0;margin:0 auto;display:block;max-width:1296px;position:relative;right:0;width:1296px}}
356 .c-siteFooterColumnLinks{margin-top:1.5rem}.c-siteFooterColumnLinks:first-child{margin-top:0}@media(min-width: 768px){.c-siteFooterColumnLinks{margin-top:0}}.c-siteFooterColumnLinks a{color:#fff;text-transform:lowercase;display:inline-block}.c-siteFooterColumnLinks a:hover{color:#3f8eff;cursor:pointer}.c-siteFooterColumnLinks a:hover svg{fill:#ff435a}.c-siteFooterColumnLinks_beta li:first-child a{text-transform:none}.c-siteFooterColumnLinks_charlie .loggedin,.c-siteFooterColumnLinks_charlie .hide{display:none}@media(min-width: 1024px){.c-siteFooterColumnLinks_charlie{text-align:left}}.c-siteFooterColumnLinks ul>li{transform:translateZ(0)}.c-siteFooterColumnLinks ul>li:last-child{margin-bottom:0}.c-siteFooterColumnLinks .c-siteFooter_link{margin-bottom:1.5rem;color:#fff}.c-siteFooterColumnLinks .c-siteFooter_link-userIcon{width:16px;height:16px;fill:#fff;margin-left:calc(0.5rem / 2);vertical-align:middle}
357 .c-siteFooterUserMenu_authLinks{color:#fff;text-transform:lowercase;display:inline-block}.c-siteFooterUserMenu_authLinks:hover{color:#3f8eff;cursor:pointer}.c-siteFooterUserMenu_authLinks:hover svg{fill:#ff435a}
358 .c-siteFooterCopyright{margin:0;color:#fff;font-size:.938rem;line-height:1.25rem}@media(min-width: 1024px){.c-siteFooterCopyright{display:inline-block;text-align:left}}
359 .c-siteFooterPolicies{display:inline;color:#fff;font-size:.938rem;line-height:1.25rem;font-weight:600}.c-siteFooterPolicies div{display:inline}.c-siteFooterPolicies a,.c-siteFooterPolicies div{color:#fff;margin:0 .5rem}.c-siteFooterPolicies a:hover,.c-siteFooterPolicies div:hover{color:#3f8eff;cursor:pointer}.c-siteFooterPolicies a:first-child,.c-siteFooterPolicies div:first-child{margin:0 .5rem 0 0}</style>
360 </head>
361 <body >
362 <div data-server-rendered="true" id="__nuxt"><!----><div id="__layout"><div class="c-layoutDefault" data-v-6c19c012=""><svg class="c-globalSvgs" data-v-6c19c012=""><symbol id="android" viewBox="0 0 24 24"><path d="M15.9591 0.697571L15.1162 2.66445C16.832 3.5964 17.999 5.41526 17.999 7.5011C17.999 7.77708 17.775 8.00108 17.499 8.00108H7.49974C7.22376 8.00108 6.99976 7.77708 6.99976 7.5011C6.99976 5.41526 8.16667 3.5964 9.88354 2.66445L9.0406 0.697571C8.93157 0.444558 9.04857 0.150578 9.30256 0.0416011C9.55356 -0.0693912 9.85054 0.0496162 9.95853 0.304599L10.8034 2.27246C11.3384 2.09847 11.9084 2.0015 12.5003 2.0015C13.0923 2.0015 13.6622 2.09847 14.1972 2.27246L15.0401 0.304599C15.1481 0.0496162 15.4451 -0.0684069 15.6961 0.0416011C15.9501 0.150625 16.0681 0.443573 15.9591 0.697571ZM9.9995 5.50122C9.9995 5.7772 10.2235 6.0012 10.4995 6.0012C10.7755 6.0012 10.9995 5.7772 10.9995 5.50122C10.9995 5.22524 10.7755 5.00124 10.4995 5.00124C10.2235 5.00124 9.9995 5.22524 9.9995 5.50122ZM13.9993 5.50122C13.9993 5.7772 14.2233 6.0012 14.4992 6.0012C14.7752 6.0012 14.9992 5.7772 14.9992 5.50122C14.9992 5.22524 14.7752 5.00124 14.4992 5.00124C14.2233 5.00124 13.9993 5.22524 13.9993 5.50122ZM7.49969 9.00073H17.499C17.775 9.00073 17.999 9.22375 17.999 9.50071V17.5002C17.999 18.7081 17.139 19.7181 15.9991 19.95V22.4998C15.9991 23.3268 15.3261 23.9997 14.4992 23.9997C13.6722 23.9997 12.9993 23.3268 12.9993 22.4998V20H11.9994V22.4998C11.9994 23.3268 11.3264 23.9997 10.4995 23.9997C9.67252 23.9997 8.99959 23.3268 8.99959 22.4998V19.95C7.85967 19.717 6.99971 18.7081 6.99971 17.5002V9.50071C6.99971 9.22473 7.22371 9.00073 7.49969 9.00073ZM20.4988 9.00073C19.6719 9.00073 18.9989 9.67367 18.9989 10.5006V15.5003C18.9989 16.3273 19.6719 17.0002 20.4988 17.0002C21.3258 17.0002 21.9987 16.3273 21.9987 15.5003V10.5006C21.9987 9.67372 21.3258 9.00073 20.4988 9.00073ZM3 10.5006C3 9.67367 3.67294 9.00073 4.4999 9.00073C5.32685 9.00073 5.99979 9.67372 5.99979 10.5006V15.5003C5.99979 16.3273 5.32685 17.0002 4.4999 17.0002C3.67294 17.0002 3 16.3273 3 15.5003V10.5006Z"></path></symbol> <symbol id="arrow-back" viewBox="0 0 24 24" fill="white"><path d="M16 4L8 12L16 20" stroke="black" stroke-width="2" stroke-linecap="round"></path></symbol> <symbol id="avatar" viewBox="0 0 200 200"><rect fill="#efefef" width="200" height="200"></rect><path fill="#bdbdbd" d="M167,199.87H32.76q-1-8.77-2-17.64c-.22-1.95-.42-3.9-.66-5.85A42.19,42.19,0,0,1,32.45,156c.67-1.76,2.15-3.23,3.25-4.88.3.1.75.38.89.28,4.45-3.66,9.75-5.13,15.25-6.55a48.58,48.58,0,0,0,23.42-13.9c.92-1,2.64-1.82,1.26-3.65-.06-18.16,0-18.16-8.09-33.51-.3-.58-.57-1.35-1.06-1.63-4.88-2.73-4.88-8-6.38-12.4A4.07,4.07,0,0,1,62.24,76c2.08-1.1,1.56-2.48,1.46-4.15-.45-7.24-1.16-14.5-1-21.74.16-8.67,2.84-16.59,9.86-22.33,1-.19,2.26,0,2.92-.61,6-5.29,13.1-8.13,20.83-9.56,2.07-.38,4.32-.87,6.31-.44,10.85,2.32,20.63,6.68,27.62,15.86.37.46,1.34.45,2,.66a24.32,24.32,0,0,1,4.88,15.2c.06,7-.54,14.09-.83,21.12-.07,1.81,0,3.62,0,5.42-.47,2.35,2.06,2.54,2.84,4a36.83,36.83,0,0,1-1.06,5.3c-.69,2-1.29,4.45-2.77,5.65-6.51,5.28-8.07,13.25-11.37,20.2-1.24,2.6-.53,6.14-.63,9.25-.08,2.47,0,5,0,7.42-1.47,1.78.29,2.59,1.15,3.62,4.28,5.11,10.11,8.1,15.76,11.31,3.58,1.13,7.1,2.48,10.74,3.35,4.7,1.12,9,2.71,12.45,6.3.33.34,1.13.21,1.69.31,5.31,7.52,5.48,16,4.54,24.65C168.78,184.51,167.88,192.2,167,199.87Z"></path><path fill="#b1b1b1" d="M132.27,33.72c-.69-.21-1.67-.2-2-.67-7-9.17-16.77-13.53-27.63-15.85-2-.43-4.23.06-6.3.44-7.73,1.43-14.83,4.27-20.83,9.56-.64.57-2,.42-2.92.6C77.24,23.15,83,20.11,89,17.67a29.22,29.22,0,0,1,20.93-.39A46.29,46.29,0,0,1,127,27.17C129,29.08,130.53,31.52,132.27,33.72Z"></path><path fill="#b2b2b2" d="M76.57,127.31c1.38,1.83-.35,2.67-1.26,3.65a48.63,48.63,0,0,1-23.42,13.9c-5.46,1.42-10.8,2.93-15.26,6.54-.13.11-.58-.17-.88-.27,3.21-4.13,7.64-5.85,12.6-7C59.51,141.52,69.27,136.48,76.57,127.31Z"></path><path fill="#b1b1b1" d="M165.08,152.2c-.56-.1-1.36,0-1.68-.31-3.43-3.59-7.76-5.18-12.46-6.3-3.63-.87-7.15-2.22-10.74-3.36l1.07-1c4.08,1.11,8.17,2.19,12.25,3.35C158.18,145.83,162.28,148,165.08,152.2Z"></path><path fill="#b4b4b4" d="M141.28,141.16l-1.07,1c-5.65-3.2-11.48-6.19-15.76-11.3-.86-1-2.62-1.84-1.15-3.62,3.54,5.08,8.61,8.3,13.82,11.36Z"></path><path fill="#b1b1b1" d="M139.14,79.45c-.78-1.45-3.31-1.65-2.84-4C138.6,75.82,139.33,77.32,139.14,79.45Z"></path></symbol> <symbol id="carat" viewBox="0 0 4 8"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 8L4 3.95939L0.0804124 0L0 8Z"></path></symbol> <symbol id="caret" viewBox="0 0 16 28"><path d="M0.6,27.4c0.8,0.8,2,0.8,2.8,0l12-12c0.8-0.8,0.8-2,0-2.8l-12-12C3,0.2,2.5,0,2,0C1.5,0,1,0.2,0.6,0.6