https://www.fanpage.it/

Submitted URL:
https://fanpage.itRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 66 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 67 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="it"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
    
    <title>Fanpage.it - Le ultime notizie di oggi in tempo reale</title>
<meta name="description" content="Tutte le news di oggi dall'Italia e dal Mondo, aggiornamenti dell'ultima ora su attualità, cronaca e politica">
<link rel="canonical" href="https://www.fanpage.it/">
<link rel="dns-prefetch" href="//cdn-gl.imrworldwide.com">
<link rel="preconnect" href="https://cmp22.ciaopeople.it">
<link rel="preconnect" href="https://staticfanpage.akamaized.net">
<link rel="preconnect" href="https://static.fanpage.it">
<link rel="preconnect" href="https://adservice.google.com">
<link rel="preconnect" href="https://pagead2.googlesyndication.com">
<link rel="preconnect" href="https://www.googletagservices.com">
<link rel="preconnect" href="https://adservice.google.it">
<link rel="preconnect" href="https://cdn.adsafeprotected.com">
<link rel="preconnect" href="https://dayjlzv1ljqs2.cloudfront.net">
<link rel="preconnect" href="https://fanpage-a.akamaihd.net">
<link rel="preconnect" href="https://imasdk.googleapis.com">
<link rel="alternate" type="application/rss+xml" href="https://www.fanpage.it/feed/">

<script async="" data-jsonpid="" src="https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js"></script><script async="" src="https://cdn-gl.imrworldwide.com/conf/PCFA92EC0-DDFA-4956-A696-54D1417AD1E5.js#name=nlsnInstance&amp;ns=NOLBUNDLE"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-QE4WQDQJ7S" id="ga4-gtag-scr"></script><script type="text/javascript">
                    window.__abtestEnable = window.__abtestEnable || {};
                window.__abtestEnable.gdpr = true;
                window._fpcmp = window._fpcmp || [];
</script>


            <link rel="preload" as="fetch" type="application/json" crossorigin="" href="https://static-cmp22.ciaopeople.it/gvl3/vendor-list.json">
            <link rel="preload" as="fetch" type="application/json" crossorigin="" href="https://static-cmp22.ciaopeople.it/tcfac/additional-consent-providers.json">
                    <link rel="preload" as="fetch" type="binary/octet-stream" crossorigin="" href="https://abtest.ciaopeople.it/gdpr/9064.js">
        
<script type="text/javascript" src="https://static-cmp22.ciaopeople.it/2.4.0-rc.1/geo/gdpr.min.js" async=""></script>

<script type="text/javascript">window.domReadyCallbacks = window.domReadyCallbacks || [];</script>
<script type="text/javascript">(function(){var metricFlag="DESKTOP";if(metricFlag=="MOBILE")metricFlag="MOB";else metricFlag="DSK";function S4(){return Math.floor(Math.random()*0x10000).toString(16)}
var GUID=function(){};GUID.generate=function(){return S4()+S4()+"-"+S4()+"-"+S4()+"-"+S4()+"-"+S4()+S4()+S4()};var Utils={getCookies:function(){function decodeFunction(value){var reval;if(value.indexOf("'")===0){reval=value.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,'\\')}else reval=value;try{reval=decodeURIComponent(reval.replace(/\+/,"%20"));return reval}catch(e){console.warn("error decoding cookie",e)}};var s=document.cookie.split(";");var acc={};for(var i=0;i<s.length;i++){var kv=s[i].split("=",2);if(kv.length==2){acc[decodeURIComponent(Utils.trim(kv[0]))]=decodeFunction(Utils.trim(kv[1]))}}
return acc},trim:function(string){return string.replace(/^\s*/,"").replace(/\s*$/,"")},getCookie:function(cname){var cookies=Utils.getCookies();var cookie=cookies[cname];return cookie},getImage:function(url){var elem=document.createElement("img");elem.setAttribute("src",url);elem.setAttribute("alt","apitrack");elem.setAttribute("style","display: none;");document.body.appendChild(elem)}};var CHECK_TIME_ADS=25000;var CHECK_TIME_ANALYTICS=25000;var TIME_TO_UNLOCK=CHECK_TIME_ADS+CHECK_TIME_ANALYTICS+1000;var FLAG_ADBLOCK="ads_blocked";var FLAG_TRACKINGBLOCK='tracking_blocked';var FLAG_NIELSENBLOCK="nielsen_blocked";var TRACK_ONLY_ADS="ADB";var TRACK_ADS_AND_ANALYTICS="ANB";var TRACK_ONLY_ANALYTICS="ADB_ANB";var FpBlockEl=function(waitFor){this.waitFor=waitFor;this.waitCount=0;for(var k in waitFor)this.waitCount++;this._c={};this.mask={};this._alreadyInit=!1;this.maxTime=1000;this.pending={};this.trackCall=!1}
FpBlockEl.prototype.initOnFirstCheck=function(flag,time){if(flag&&flag in this.waitFor){delete this.waitFor[flag]}
var a=[];if(time&&time>this.maxTime)this.maxTime=time;for(var k in this.waitFor)a.push(k);if(a.length==0&&!this._alreadyInit){this._alreadyInit=!0;console.log("[FPBLOCK] Starting global check time",this.maxTime);var self=this;this.trackCall=window.setTimeout(function(){self.track();this.trackCall=!1},self.maxTime)}}
FpBlockEl.prototype.signal=function(flag){console.log("[FPBLOCK] signal",flag);this.mask[flag]=!0;this.waitCount--;if(this.waitCount<0){console.log("[FPBLOCK] track it now ... all signals ended");if(this.trackCall!==!1){console.log("[FPBLOCK] canceling pending track schedule");clearTimeout(this.trackCall)}
this.track()}};FpBlockEl.prototype.pendMetric=function(flag,time){var self=this;console.log("[FPBLOCK] pending Metric",flag);self.pending[flag]=window.setTimeout(function(){console.log("[FPBLOCK] Metric deadline Reached",flag);self.signal(flag);self.pending[flag]=undefined},time);self.initOnFirstCheck(flag,time)};FpBlockEl.prototype.clearMetric=function(flag){if(flag in this.pending&&this.pending[flag]){try{window.clearTimeout(this.pending[flag]);console.log("[FPBLOCK] CLEAR For",flag)}catch(e){console.log("[FPBLOCK] error clearing timeout on flag",flag,e)}}else{console.log("[FPBLOCK] clearing a missing flag from timeout",flag)}};FpBlockEl.prototype.adsBlocked=function(){this.signal(FLAG_ADBLOCK)};FpBlockEl.prototype.trackingBlocked=function(){this.signal(FLAG_TRACKINGBLOCK)};FpBlockEl.prototype.nielsenBlocked=function(){this.signal(FLAG_NIELSENBLOCK)};function versionAdapter(version,splitChar,toInt){var usplit=splitChar?splitChar:".";if(version){var splitten=(version+"").split(usplit);if(toInt)return splitten.map(function(e){return parseInt(e)});else return splitten}else return undefined}
FpBlockEl.prototype.checkAdsBlocked=function(){this.pendMetric(FLAG_ADBLOCK,CHECK_TIME_ADS)};FpBlockEl.prototype.checkAnalyticsBlocked=function(){this.pendMetric(FLAG_TRACKINGBLOCK,CHECK_TIME_ANALYTICS)};FpBlockEl.prototype.clearAds=function(){this.clearMetric(FLAG_ADBLOCK)};FpBlockEl.prototype.clearAnalytics=function(){this.clearMetric(FLAG_TRACKINGBLOCK)};FpBlockEl.prototype.track=function(){var metricToTrack=undefined;if(FLAG_ADBLOCK in this.mask&&(FLAG_TRACKINGBLOCK in this.mask||FLAG_NIELSENBLOCK in this.mask)){metricToTrack=TRACK_ADS_AND_ANALYTICS}else if(FLAG_ADBLOCK in this.mask){metricToTrack=TRACK_ONLY_ADS}else if(FLAG_TRACKINGBLOCK in this.mask||FLAG_NIELSENBLOCK in this.mask){metricToTrack=TRACK_ONLY_ANALYTICS}
if(metricToTrack){window.deviceInfoDetected=window.deviceInfoDetected||[];window.deviceInfoDetected.push(function(){console.log("[FPBLOCK] Tracking Metric "+metricToTrack+"_"+metricFlag);var paramsArr=[{id:GUID.generate(),l:metricToTrack+"_"+metricFlag,src:'fanpage',ts:new Date().getTime()}];var useSSL='https:'==document.location.protocol;var detected=uaDetect();if(detected&&detected.platform&&detected.browser){var numetric=undefined;var extraMetric=undefined;var extraMetric2=undefined;if(detected.platform.android){if(detected.browser.chrome)numetric=(detected.browser.webview?"AWV":"ACH");else if(detected.browser.stock)numetric="AST";else numetric="AOT"}else if(detected.platform.ios){if(detected.browser.safari)numetric=(detected.browser.webview?"IWV":"ISA");else numetric="IOT"}
if(detected.platform.android&&detected.browser.chrome&&detected.browser.webview&&detected.extra){var andVer=versionAdapter(detected.extra.androidVersion);var webkitVer=versionAdapter(detected.extra.webkitVersion);var chromeVer=versionAdapter(detected.extra.chromeVersion);var useAndroidString="NA";var useWebkitString="NA";var useChromeString="NA";if(andVer&&andVer.length>0){var intVer=parseInt(andVer[0]);console.log("[FPBLOCK] iver: "+intVer,andVer[0]);if(intVer<=4){useAndroidString=andVer.slice(0,3).join(".")}else useAndroidString=andVer[0]}
if(webkitVer&&webkitVer.length>0){useWebkitString=webkitVer.slice(0,2).join(".")}
if(chromeVer&&chromeVer.length>0){useChromeString=chromeVer.slice(0,3).join(".")}
extraMetric=useAndroidString+"_"+useWebkitString;extraMetric2=useAndroidString+"_"+useChromeString}
if(numetric){console.log("[FPBLOCK] Tracking Also "+metricToTrack+"_"+numetric);paramsArr.push({id:GUID.generate(),l:metricToTrack+"_"+numetric,src:'fanpage',ts:new Date().getTime()})}
if(extraMetric){console.log("[FPBLOCK] Tracking ExtraMetric "+metricToTrack+"_WVD_"+extraMetric);paramsArr.push({id:GUID.generate(),l:metricToTrack+"_WVD_"+extraMetric,src:'fanpage',ts:new Date().getTime()})}
if(extraMetric2){var _fpRegex=/([^.]+)\.fanpage\.it/;var fpr=document.location.host.match(_fpRegex);var srx=(fpr&&fpr.length>1?(fpr[1]=="youmedia"?"YM":"FP"):"EE");console.log("[FPBLOCK] Tracking ExtraMetric "+metricToTrack+"_WV3_"+srx+"_"+extraMetric2);paramsArr.push({id:GUID.generate(),l:metricToTrack+"_WV3_"+srx+"_"+extraMetric2,src:'fanpage',ts:new Date().getTime()})}}
for(var i=0;i<paramsArr.length;i++){var params=paramsArr[i];Utils.getImage((useSSL?'https:':'http:')+"//youmedia.fanpage.it/s.gif?"+"id="+encodeURIComponent(params.id)+"&"+"l="+encodeURIComponent(params.l)+"&"+"src=fanpage&"+"ts="+params.ts)}})}else{console.log("[FPBLOCK] GOOD No Metric To Track")}};var wwf={};wwf[FLAG_ADBLOCK]=!0;wwf[FLAG_TRACKINGBLOCK]=!0;window.FpBlock=new FpBlockEl(wwf);return FpBlockEl})()</script>
<script type="text/javascript">
    (function() {
        const configDomain = 'Fanpage';
        const headConfig = window[configDomain] = window[configDomain] || {};

        headConfig.ThirdPartyScriptInBundle = true;

        headConfig.TemplateInfo = {"template":"home","area":"www"};

        headConfig.SmartCollapse = {
            smartClassName:  'js-smart-collapse',
            anywayClassName: 'js-collapse-anyways',
            resizeOffset: 0        };

        
                                    headConfig.BrandMetrics = {
                    url:'https://cdn.brandmetrics.com/tag/49d08631b9b344d889476705d638a5fc/fanpage.js'
                };
                    
          
            headConfig.Comscore = {id:'18904044'};
        
        
        

            }());
</script>

<script type="text/javascript">
    Fanpage = window.Fanpage || {};
    Fanpage.Config = {
      ENV: 'production',
      VIDEO_POLICY: "1",
      STATIC_URL: "https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565",
      API_USER_URL: "https://api.fanpage.it/user/",
      WSLIVE_URL: "//wslive.fanpage.it",
      SDK_SRC: "https://assets.fanpage.it/apis/8.1.11/fanpage/it/sdk/fanpage-autoloader-prod.js",
      NAME_FANPAGE: "socialmedia",
      AREA_FANPAGE: "news",
      SITE_URL: "https://www.fanpage.it",
      FACEBOOK_PAGE: "https://www.facebook.com/pages/fanpageit/169992733022409",
      COOKIE_DOMAIN: ".fanpage.it",
      LOCALE: 'it_IT',
      FB: { appId: "1080631611998596", version: 'v20.0', autoLogAppEvents: true },
      LOG: 0,
      DEBUG: false,
      UTILITIES: {
        customAutopromo : {
          enable : 1,
          link: 'https://fanpa.ge/fanpage-wa'
        }
      },
      QC: {
        amzUrlPrefix: "https://amz.fanpage.it",        ebayUrlPrefix: "https://www.ebay.it",        subtagParamName: "ascsubtag",
        tagParamName: "tag"      },
      BID: {
        preloadVideoBid: true
      }
    };

                Fanpage.Config.GA4 = {
        properties: 'G-QE4WQDQJ7S',
        trackQC: true,
        trackInternalLinks: true,
        collectWebVitals: true
      };
    
    Fanpage.TemplateInfo = {"template":"home","area":"www"};
        
    Fanpage.Story = Fanpage.Story || {};
    Fanpage.Story.is_story = '';

    Fanpage.Post = Fanpage.Post || { };
    
    
    
    
    Fanpage.Page = Fanpage.Page || {};
        
    Fanpage.Live = Fanpage.Live || {};
    
    Fanpage.Home = Fanpage.Home || {};
        Fanpage.Home.is_home = true;
    
    Fanpage.Search = Fanpage.Search || {};
    
    Fanpage.Category = Fanpage.Category || {};
    
    
    window._SiteConfig = window.Fanpage;
</script>

<script type="text/javascript">
      Fanpage.Nielsen  = {
      assetId:"1_home",
      data:{"subBrand":"Fanpage Cronaca e Politica","appId":"PCFA92EC0-DDFA-4956-A696-54D1417AD1E5","section":"FanpageCronacaePolitica_BRW"}    };
  </script><script type="text/javascript" src="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/js/dist/fanpage.js" async=""></script><script type="application/ld+json">{"@type":"Organization","@context":"https://schema.org","url":"https://www.fanpage.it","logo":"https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/logo_fp_QUADRATO.jpg"}</script>
<meta property="og:url" content="https://www.fanpage.it/">
<meta property="og:title" content="Fanpage.it - Le ultime notizie di oggi in tempo reale">
<meta property="og:description" content="Tutte le news di oggi dall'Italia e dal Mondo, aggiornamenti dell'ultima ora su attualità, cronaca e politica">
<meta property="fb:app_id" content="1080631611998596">
<meta property="fb:pages" content="161253243918043">
<meta property="fb:pages" content="271946231233">
<meta property="fb:pages" content="433480505540">
<meta property="fb:pages" content="135117519925526">
<meta property="fb:pages" content="666321606794487">
<meta property="fb:pages" content="254166891443342">
<meta property="fb:pages" content="277280360740">
<meta property="fb:pages" content="1501552800110615">
<meta property="fb:pages" content="319388858186974">
<meta property="fb:pages" content="184431874142">
<meta property="fb:pages" content="191402287633674">
<meta property="fb:pages" content="1548862515332110">
<meta property="fb:pages" content="126881400674472">
<meta property="fb:pages" content="107309452648576">
<meta property="fb:pages" content="1491189894514919">
<meta property="fb:pages" content="1443975585873617">
<meta property="fb:pages" content="169992733022409">
<meta property="fb:pages" content="119000911471062">
<meta property="fb:pages" content="107588721035835">
<meta property="fb:pages" content="945643162308886">
<meta property="fb:pages" content="1580821342180338">
<meta property="fb:pages" content="102641991710178">
<meta property="fb:pages" content="101097689554101">
<meta property="og:image" content="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/og-fanpage.png?v=1">
<meta name="apple-itunes-app" content="app-id=536492568, app-argument=https://www.fanpage.it">

<style id="critical-css">a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{background-color:#fff}body{line-height:1;background-color:#171717;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.fp_branded{background-color:transparent;padding-top:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@media(hover:hover){a:hover{-webkit-text-decoration:none;text-decoration:none;opacity:.7}}#cp_fanplayer--m-placeholder{margin-bottom:40px}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:300;src:local("Lato Light"),local("Lato-Light"),url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/lato-light.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:local("Lato Regular"),local("Lato-Regular"),url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/lato-regular.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:700;src:local("Lato Bold"),local("Lato-Bold"),url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/lato-bold.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215}@font-face{font-display:swap;font-family:Merriweather;font-style:italic;font-weight:300;src:local("Merriweather Light Italic"),local("Merriweather-Light-Italic"),url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/merriweather-light-italic.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215}@font-face{font-display:swap;font-family:Merriweather;font-style:italic;font-weight:700;src:local("Merriweather Bold Italic"),local("Merriweather-Bold-Italic"),url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/merriweather-bold-italic.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215}@font-face{font-display:swap;font-family:Tolyer;font-style:normal;font-weight:400;src:local("Tolyer-Regular"),local("Tolyer-Regular"),url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/tolyer.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215}@font-face{font-display:swap;font-family:Inter Tight;font-style:normal;font-weight:100 1000;font-stretch:25% 151%;src:url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/inter-variable.woff2) format("woff2-variations");src:url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/inter-variable.woff2) format("woff2") tech("variations");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215}@font-face{font-display:swap;font-family:Inter Tight;font-style:italic;font-weight:300 700;src:url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/inter-italic-variable.woff2) format("woff2-variations");src:url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/fonts/inter-italic-variable.woff2) format("woff2") tech("variations");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215}.adv{background-position:50%;background-size:cover;background-repeat:repeat;background-image:url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/images/default.png);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 30px;z-index:0}.adv>div{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.adv iframe{vertical-align:middle}@media(min-width:1024px){.adv{margin:0 auto 15px}}.adv--affiliation{margin:0 0 40px}.adv--overlayer{height:0;margin-bottom:0}.adv--skin{background-image:none;margin-bottom:0;width:100%;z-index:101}@media(min-width:1024px){.adv--skin{height:0;z-index:auto;z-index:initial}}@media(max-width:1023px){.adv--autopromo{height:125px}}.adv--leadeboard{max-width:970px;z-index:1001}.adv--leadeboard>div{-ms-flex-item-align:center;align-self:center}.adv--fpmobile_leadeboard{min-width:300px;min-height:60px;margin:0 auto 12px;z-index:auto;z-index:initial}@media(max-width:359px){.adv--fpmobile_leadeboard{margin-left:-10px}}@media(max-width:374px){.adv--fpmobile_leadeboard{margin-left:-20px}}@media(min-width:768px){.adv--fpmobile_leadeboard{max-width:728px}}@media(min-width:1024px){.adv--fpmobile_leadeboard{background-image:url(https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/images/default--leaderboard.png);min-height:120px;max-width:980px}}@media(min-width:1024px){.adv--fpmobile_leadeboard.adv--both,.adv--fpmobile_leadeboard.adv--desk{display:-webkit-box;display:-ms-flexbox;display:flex;margin:12px 10px}}.adv--fpmobile_leadeboard>div{-ms-flex-item-align:center;align-self:center}.adv--fpmobile_300x250_top{height:335px;min-width:300px;max-width:336px}@media(max-width:359px){.adv--fpmobile_300x250_top{margin-left:-10px}}@media(min-width:1024px){.adv--fpmobile_300x250_top{height:600px}}.adv--fpmobile_300x250,.adv--fpmobile_fplayer{height:600px;min-width:300px;max-width:336px}@media(max-width:359px){.adv--fpmobile_300x250,.adv--fpmobile_fplayer{margin-left:-10px}}.adv--fpmobile_300x250_bottom{height:600px;max-width:336px;min-width:300px}@media(max-width:359px){.adv--fpmobile_300x250_bottom{margin-left:-10px}}.adv--fpmobile_300x600{min-height:250px;max-height:600px;min-width:300px;max-width:336px;height:100%}@media(max-width:359px){.adv--fpmobile_300x600{margin-left:-10px}}.adv--fix-h250{height:250px}@media(min-width:1024px){.adv--fix-h250-desktop{height:250px}}.adv--smart-feed{width:100%;height:400px;margin:0 0 40px}@media(min-width:768px){.adv--only-mobile{display:none}}.adv--from-tablet{display:none}@media(min-width:768px){.adv--from-tablet{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(min-width:1024px){.adv--to-tablet{display:none}}.adv--only-tablet{display:none}@media(min-width:768px)and (max-width:1023px){.adv--only-tablet{display:-webkit-box;display:-ms-flexbox;display:flex}}.adv--only-desktop{display:none}@media(min-width:1024px){.adv--only-desktop{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(min-width:1024px){.adv--even,.adv--odd{float:right;margin:0 0 20px 40px}}@media(min-width:768px)and (max-width:1023px){.adv--even{float:left;margin:0 0 20px;right:40px}}@media(min-width:768px)and (max-width:1023px){.adv--odd{float:right;margin:0 0 20px;left:40px}}.adv--vertical-align-mid{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fv .adv{margin:0;-ms-flex-item-align:center;align-self:center}.fp_single-article__col-sx>.mm,.fp_single-article__col-sx>blockquote,.fp_single-article__col-sx>ol:after,.fp_single-article__col-sx>p:after,.fp_single-article__col-sx>ul:after{content:"";clear:both;display:block}.fp_single-article__col-dx .adv--fpmobile_300x250_top{display:none}@media(min-width:1024px){.fp_single-article__col-dx .adv--fpmobile_300x250_top{margin:0 0 100px;display:-webkit-box;display:-ms-flexbox;display:flex}}.fp_single-article--live .adv--fpmobile_leadeboard{margin-bottom:0}@media(min-width:768px){.fp_single-article--live .adv--fpmobile_leadeboard{margin-bottom:24px}}.lba--adv-mode .lba__single-box--adv-mode{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media(max-width:360px){.lba--adv-mode .lba__single-box:first-child:after,.lba--adv-mode .lba__single-box:nth-child(6n):after{margin:10px 5px}}.lba--adv-mode .adv{margin:10px auto}body.skin-loaded{background-color:#171717}@media(min-width:1024px){body.skin-loaded .content-wrapper{z-index:2}}@media(max-width:767px){body.skin-loaded .ads--skin{height:125px;margin:0;overflow:hidden;position:sticky;top:0;left:0;z-index:1001;width:100%}}body.skin-loaded .ads--skin body{margin:0}body.skin-loaded .fp_bg-wrapper{background-color:transparent}@media(max-width:767px){body.skin-loaded iframe{max-width:100%}}body.skin-loaded .adv--skin{background-image:none;top:0}@media(max-width:1023px){body.skin-loaded .adv--skin{position:sticky;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.fanplayer-wrapper{z-index:10000;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media(min-width:1024px){.fanplayer-wrapper{position:sticky}}@media(max-width:767px){.ob-smartfeed-wrapper{margin:0 -20px 30px}}@media(min-width:768px){.ob-smartfeed-wrapper{margin:0 calc(-50vw + 359px) 40px;max-width:none!important}}@media(min-width:1024px){.ob-smartfeed-wrapper{margin:0 -40px}}.teads-inread,.teads-player{margin:0 auto 30px}@media(min-width:1024px){.teads-inread,.teads-player{margin:0 auto 40px}}.cp_recommendations--relateds-box{margin:0 0 30px}@media(min-width:1024px){.cp_recommendations--relateds-box{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;margin:0 0 40px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media(max-width:767px){.cp_recommendations--relateds-box{margin:0 -20px 30px}}body.scrollBlock{overflow:hidden}.intStWrap{position:fixed;top:0;bottom:0;left:0;right:0;background:#fff;z-index:900}.intSt{width:100%;text-align:center;z-index:901;position:fixed;margin:0 auto}@media(min-width:1024px){.intSt{position:relative;width:1000px}}.intSt a{font-family:Inter Tight,Arial,sans-serif;color:#000;-webkit-text-decoration:none;text-decoration:none}.intSt .content{text-align:center;margin-top:10px;margin-bottom:10px}@media(min-width:1024px){.intSt .content{margin-top:80px}}.intSt-head{width:100%;position:fixed;top:0}.intSt-head .head{-webkit-box-shadow:none;box-shadow:none}.intSt-head .head .logo{margin:0 auto;height:100%!important}@media(min-width:1024px){.intSt-head .logo{float:left}}@media(min-width:1024px){.intSt-head{margin-bottom:20px;padding:15px 0;width:1000px}}.intSt-head a{color:#333;font-weight:700;font-size:14px;line-height:16px;position:relative}@media(min-width:1024px){.intSt-head a{float:right;font-size:12px;top:10px}}.intSt-headWall{height:58px;background:#fff;position:absolute;z-index:-1;left:-100px;right:-100px;bottom:22px}@media(min-width:1024px){.intSt-headWall{bottom:0;height:90px;left:-4500px;width:9000px}}@media(min-width:767px){.interstitial{position:fixed;top:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:100001}.overlay-interstitial{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:100000;text-align:center}.overlay-interstitial .interstitial-link{margin-top:520px;display:block}}.icn{display:-webkit-box;display:-ms-flexbox;display:flex}.icn--size-8x8 svg{width:8px;height:8px}.icn--size-9x9 svg{width:9px;height:9px}.icn--size-10x10 svg{width:10px;height:10px}.icn--size-11x11 svg{width:11px;height:11px}.icn--size-12x12 svg{width:12px;height:12px}.icn--size-13x13 svg{width:13px;height:13px}.icn--size-14x14 svg{width:14px;height:14px}.icn--size-15x15 svg{width:15px;height:15px}.icn--size-16x16 svg{width:16px;height:16px}.icn--size-17x17 svg{width:17px;height:17px}.icn--size-18x18 svg{width:18px;height:18px}.icn--size-19x19 svg{width:19px;height:19px}.icn--size-20x20 svg{width:20px;height:20px}.icn--size-21x21 svg{width:21px;height:21px}.icn--size-22x22 svg{width:22px;height:22px}.icn--size-23x23 svg{width:23px;height:23px}.icn--size-24x24 svg{width:24px;height:24px}.icn--size-25x25 svg{width:25px;height:25px}.icn--size-26x26 svg{width:26px;height:26px}.icn--size-27x27 svg{width:27px;height:27px}.icn--size-28x28 svg{width:28px;height:28px}.icn--size-29x29 svg{width:29px;height:29px}.icn--size-30x30 svg{width:30px;height:30px}.icn--size-31x31 svg{width:31px;height:31px}.icn--size-32x32 svg{width:32px;height:32px}.icn--size-33x33 svg{width:33px;height:33px}.icn--size-34x34 svg{width:34px;height:34px}.icn--size-35x35 svg{width:35px;height:35px}.icn--size-36x36 svg{width:36px;height:36px}.icn--size-37x37 svg{width:37px;height:37px}.icn--size-38x38 svg{width:38px;height:38px}.icn--size-39x39 svg{width:39px;height:39px}.icn--size-40x40 svg{width:40px;height:40px}.icn--size-41x41 svg{width:41px;height:41px}.icn--size-42x42 svg{width:42px;height:42px}.icn--size-43x43 svg{width:43px;height:43px}.icn--size-44x44 svg{width:44px;height:44px}.icn--size-45x45 svg{width:45px;height:45px}.icn--size-46x46 svg{width:46px;height:46px}.icn--size-47x47 svg{width:47px;height:47px}.icn--size-48x48 svg{width:48px;height:48px}.icn--size-49x49 svg{width:49px;height:49px}.icn--size-50x50 svg{width:50px;height:50px}.icn--color-fill-white g,.icn--color-fill-white g path,.icn--color-fill-white path,.icn--color-fill-white svg{fill:#fff}.icn--color-fill-green1 g .icn--color-fill-green1 path,.icn--color-fill-green1 g path,.icn--color-fill-green1 svg{fill:#77b340}.icn--color-fill-yellow1 g .icn--color-fill-yellow1 path,.icn--color-fill-yellow1 svg,.icn--color-fill-yellow1 svg g path{fill:#ffce00}.icn--color-fill-red1 g .icn--color-fill-red1 svg path,.icn--color-fill-red1 svg,.icn--color-fill-red1 svg g path{fill:#dd3737}.icn--color-fill-grey1 g .icn--color-fill-grey1 path,.icn--color-fill-grey1 g path,.icn--color-fill-grey1 svg{fill:#939393}.icn--color-fill-grey2 g .icn--color-fill-grey2 path,.icn--color-fill-grey2 g path,.icn--color-fill-grey2 svg{fill:#999}.icn--color-fill-grey3 g .icn--color-fill-grey3 path,.icn--color-fill-grey3 g path,.icn--color-fill-grey3 svg{fill:#eee}.icn--color-fill-orange1 g .icn--color-fill-orange1 path,.icn--color-fill-orange1 g path,.icn--color-fill-orange1 svg{fill:#ff4900}.icn--color-fill-blue1 g,.icn--color-fill-blue1 g path,.icn--color-fill-blue1 path,.icn--color-fill-blue1 svg{fill:#3d7eff}.icn--color-fill-transparent g .icn--color-fill-transparent path,.icn--color-fill-transparent g path,.icn--color-fill-transparent svg{fill:transparent}.icn--color-fill-dark-grey g,.icn--color-fill-dark-grey g path,.icn--color-fill-dark-grey path,.icn--color-fill-dark-grey svg{fill:#666}.icn--color-stroke-black g,.icn--color-stroke-black g path,.icn--color-stroke-black path,.icn--color-stroke-black svg{stroke:#000}.icn--color-stroke-white g,.icn--color-stroke-white g path,.icn--color-stroke-white path,.icn--color-stroke-white svg{stroke:#fff}.icn--color-stroke-orange1 g .icn--color-stroke-orange1 path,.icn--color-stroke-orange1 g path,.icn--color-stroke-orange1 svg{stroke:#ff4900}.icn--color-stroke-dark-grey g,.icn--color-stroke-dark-grey g path,.icn--color-stroke-dark-grey path,.icn--color-stroke-dark-grey svg{stroke:#333}.icn--no-color g,.icn--no-color g path,.icn--no-color path,.icn--no-color rect,.icn--no-color svg{fill:none}.icn--color-inside g,.icn--color-inside g path,.icn--color-inside path,.icn--color-inside svg{fill:#fff}.hdr{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#161616;border-bottom:4px solid #dbdad3;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;padding:0 20px;position:relative;z-index:1}@media(min-width:768px){.hdr{border:0;height:225px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin:0 0 12px;padding:0}}.hdr:not(.hdr--menu-category) .hdr__menu>ul li{margin-right:18px}.hdr .btn__icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#282828;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32px;width:32px}.hdr .btn__icon,.hdr .hdr__action-item{margin-right:8px}.hdr .hdr__action-item .btn__icon{margin-right:0}.hdr .hdr__action-item .btn__icon:hover{background-color:#282828}.hdr--category .hdr__logo{left:60px;-webkit-transform:none;transform:none}@media(min-width:768px){.hdr--category .hdr__logo{margin-left:50px;padding-top:0}}@media(max-width:1023px){.hdr--category .hdr__social{display:none}}@media(min-width:1024px){.hdr--category .hdr__social{border-right:1px solid #707070;left:calc(100% - 298px);padding-right:15px;top:50%;-webkit-transform:translateY(calc(-50% - 25px));transform:translateY(calc(-50% - 25px))}.hdr--category .hdr__social .btn__icon{background-color:transparent;height:26px;margin-right:8px;width:auto}.hdr--category .hdr__social .btn__icon:hover{background-color:#161616}.hdr--category .hdr__social .btn__icon:last-child{margin:0}}@media(min-width:768px)and (max-width:1023px){.hdr--category .hdr__social.is-ios{left:calc(100% - 236px)}}@media(min-width:768px){.hdr--category .hdr__action{right:62px;top:50%;-webkit-transform:translateY(calc(-50% - 25px));transform:translateY(calc(-50% - 25px))}}.hdr--category .btn__icon{height:42px;width:42px}.hdr--category+.hdr__notification-container{-webkit-transform:translateY(-32px);transform:translateY(-32px)}@media(min-width:768px){.hdr--category+.hdr__notification-container{-webkit-transform:translateY(-170px);transform:translateY(-170px);width:42px}}@media(min-width:1024px){.hdr--category+.hdr__notification-container{position:absolute;right:20px}}@media(min-width:768px)and (max-width:1023px){.hdr--category+.hdr__notification-container.is-zoomed .hdr__notification{-webkit-transform:translateY(-50%) scale(1.15);transform:translateY(-50%) scale(1.15)}}@media(min-width:768px){.hdr--category+.hdr__notification-container .hdr__notification{height:42px;width:42px}.hdr--category+.hdr__notification-container .hdr__notification svg{height:24px;width:24px}}@media(max-width:767px){.skin-loaded .hdr--category+.hdr__notification-container{-webkit-transform:translateY(-52px);transform:translateY(-52px)}}.hdr__search-desktop{background-color:#282828;border:0;border-radius:20px 0 0 20px;color:#fff;height:32px;padding:0;position:absolute;right:64px;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:0}.hdr--category .hdr__search-desktop{height:42px;right:82px}.search-active .hdr__search-desktop{padding:0 20px;width:160px}.hdr__search-desktop:focus{outline:none}.hdr--area-innovazione,.hdr--area-tecnologia{border-color:#207aff}.hdr--area-donna,.hdr--area-stile-e-trend{border-color:#ad49d1}.hdr--area-motori{border-color:#ff5900}.hdr--area-spettacolo{border-color:#f70000}.hdr--area-news{border-color:#dbdad3}.hdr--area-sport{border-color:#a6d91e}.hdr--area-lavoro{border-color:#5368bf}.hdr--area-musica{border-color:#ff1286}.hdr--area-scienze{border-color:#3f5c58}.hdr--area-viaggi{border-color:#0bcec0}.hdr--area-design{border-color:#f5df34}.hdr--area-cucina{border-color:#ffa090}.hdr--area-sondaggi{border-color:#fef4b0}.hdr--area-natale{border-color:#fb3413}.hdr--area-backstair{border-color:#ff4900}.hdr--area-wamily{border-color:#00ea7a}.hdr .hdr__menu-label{display:none}@media(min-width:768px){.hdr .hdr__menu-label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;padding:0 20px;position:relative}.hdr .hdr__menu-label:after{background-color:#000;content:"";height:18px;position:absolute;right:-2px;top:calc(50% - 2px);-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);width:18px}}.hdr__logo{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:109px}@media(min-width:768px){.hdr__logo{left:auto;margin:auto;position:static;-webkit-transform:none;transform:none;width:285px}}@media(min-width:1024px){.hdr__logo{padding-top:10px;width:315px}}.hdr__logo:hover{opacity:1}.hdr__logo img{height:100%;vertical-align:bottom;width:100%}.hdr__notification-container{display:none;height:auto;left:0;margin-left:auto;-webkit-transform:translateY(-32px);transform:translateY(-32px);width:32px;z-index:101}@media(max-width:767px){.hdr__notification-container{position:sticky}}@media(max-width:1023px){.hdr__notification-container{top:60px}.home .hdr__notification-container{top:80px}}@media(max-width:1023px){.hdr__notification-container{-webkit-transform:translateY(-52px);transform:translateY(-52px)}}@media(max-width:767px){.home.leadeaboard_adv--filled .hdr__notification-container{top:60px;-webkit-transform:translateY(-32px);transform:translateY(-32px)}}@media(max-width:767px){.home.skin-loaded.leadeaboard_adv--filled .hdr__notification-container{top:185px}}.header-sticky .hdr__notification-container{z-index:101}.single-video .hdr__notification-container.is-zoomed{z-index:100}@media(max-width:767px){.skin-loaded .hdr__notification-container{top:205px}}@media(min-width:768px)and (max-width:1023px){.skin-loaded .hdr__notification-container{top:330px}}@media(min-width:768px)and (max-width:1023px){.home.skin-loaded .hdr__notification-container{top:0}}@media(min-width:768px)and (max-width:1023px){.skin-loaded.header-sticky .hdr__notification-container{z-index:100}}.hdr__notification-container--0 .hdr2__notification-count,.hdr__notification-container--0 .hdr__notification-tooltip{display:none}@media(min-width:768px){.hdr__notification-container{height:auto;-webkit-transform:translateY(-221px);transform:translateY(-221px);top:225px}}@media(min-width:768px)and (max-width:1023px){.hdr__notification-container{height:0;position:sticky}.home .hdr__notification-container{position:relative;top:0}}@media(min-width:1024px){.hdr__notification-container{position:absolute;top:238px;right:20px}}.hdr__notification-container.is-visible{display:block}@media(min-width:768px){.hdr__notification-container.is-visible{display:-webkit-box;display:-ms-flexbox;display:flex}}.hdr__notification{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ff401d;border-radius:50%;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.35);box-shadow:0 3px 6px rgba(0,0,0,.35);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32px;position:relative;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-transform-origin:26px 0;transform-origin:26px 0;width:32px}.hdr__notification:hover{opacity:1}.hdr__notification svg{fill:#fff;height:18px;width:18px}@media(max-width:767px){.hdr__notification{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media(min-width:768px){.hdr__notification{right:20px;-webkit-transform-origin:26px -48px;transform-origin:26px -48px;top:0}}@media(min-width:1024px){.hdr__notification{right:0}}@media(max-width:1023px){.is-zoomed .hdr__notification{-webkit-transform:translateY(-50%) scale(1.5);transform:translateY(-50%) scale(1.5)}}@media(max-width:1023px){.skin-loaded .is-zoomed .hdr__notification{-webkit-transform:translateY(0) scale(1.5);transform:translateY(0) scale(1.5)}}.hdr__notification-count{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:50%;bottom:-2px;color:#000;font-family:Lato,sans-serif;font-size:7px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:12px;position:absolute;right:-2px;width:12px}@media(min-width:768px){.hdr__notification-count{bottom:-4px;height:18px;right:-4px;width:18px}}.hdr__notification-count--is-hidden{display:none}.is-zoomed .hdr__notification-count{background-color:#000;color:#fff}.hdr__icon-notification.is-animated{-webkit-animation:animaNotify 1.75s linear 0s infinite;animation:animaNotify 1.75s linear 0s infinite}.hdr__menu{background-color:#000}@media(min-width:768px){.hdr__menu{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#282828;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;overflow:hidden;width:100%}}.hdr__menu ul{display:none}@media(min-width:768px){.hdr__menu ul{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:100%;padding-left:22px}.hdr--menu-category .hdr__menu ul{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:36px}}.hdr__menu ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;line-height:16px;margin-right:18px}.hdr__menu ul li a{border-bottom:2px solid transparent;color:#fff;font-family:Lato,Helvetica,Arial,sans-serif;font-size:13px;font-weight:400;line-height:17px;padding-bottom:2px;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;-webkit-transform:translateY(2px);transform:translateY(2px);-webkit-transition:border-color .1s, -webkit-transform .1s;transition:border-color .1s, -webkit-transform .1s;transition:transform .1s, border-color .1s;transition:transform .1s, border-color .1s, -webkit-transform .1s}.hdr--menu-category .hdr__menu ul li a{color:#333}.hdr__menu ul li a:hover{border-color:#dbdad3;opacity:1;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.hdr--menu-category .hdr__menu ul li a:hover{border-color:#161616}.hdr__menu ul li.current-menu-item a{border-color:#161616;-webkit-transform:translateY(-1px);transform:translateY(-1px)}@media(min-width:768px){.hdr--menu-category .hdr__menu{background-color:#fff}.single .hdr--menu-category .hdr__menu{background:#f2f2f0}}.hdr__btn-menu{cursor:pointer}@media(min-width:768px){.hdr__btn-menu{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding-left:16px;padding-right:16px}}.hdr .hdr__menu-cities{display:none}@media(min-width:1024px){.hdr .hdr__menu-cities{display:block;margin-left:auto}}.hdr .hdr__menu-cities ul{padding-right:10px}.hdr .hdr__menu-cities ul li{margin-right:6px}.hdr .hdr__menu-cities ul li:last-child{margin:0}.hdr .hdr__menu-cities ul li a{background-color:#333;border:0;border-radius:20px;color:#ccc;font-size:11px;line-height:15px;padding:4px 12px;-webkit-transform:none;transform:none;-webkit-transition:all .1s;transition:all .1s}.hdr .hdr__menu-cities ul li a:hover{background-color:transparent;-webkit-box-shadow:inset 0 0 0 1px #666;box-shadow:inset 0 0 0 1px #666;color:#fff}.hdr__social{display:none}@media(min-width:768px){.hdr__social{display:-webkit-box;display:-ms-flexbox;display:flex;left:20px;position:absolute;top:15px}}.hdr__social .btn__icon:hover{background-color:#333}.hdr__action{display:none}@media(min-width:768px){.hdr__action{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:15px;right:52px}}.hdr__action .btn__icon:hover{background-color:#333}.hdr__action.search-active .btn__icon:hover{background-color:#282828}@media(min-width:768px){.hdr__action.is-ios{right:12px}}.hdr__action-item.search-active .icn{z-index:1}@media(max-width:767px){.home .hdr{margin-bottom:20px}}@media(max-width:767px){.home.leadeaboard_adv--filled .hdr{margin-bottom:0}}@media(max-width:767px){.header-sticky .hdr{position:sticky;top:0;z-index:101}}@media(max-width:767px){.header-sticky.skin-loaded .hdr{position:sticky;top:125px;z-index:101}}@media(min-width:768px)and (max-width:1023px){.header-sticky .hdr--category+.hdr__notification-container{position:absolute;right:0;top:238px}}@media(min-width:768px)and (max-width:1023px){.skin-loaded .hdr--category+.hdr__notification-container.is-zoomed .hdr__notification{-webkit-transform:translateY(0) scale(1.15);transform:translateY(0) scale(1.15)}}.hdr__notification-tooltip{display:none}.is-hidden{display:none!important}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}60%{-webkit-transform:translateY(0);transform:translateY(0)}70%{-webkit-transform:translateY(6px);transform:translateY(6px)}80%{-webkit-transform:translateY(0);transform:translateY(0)}90%{-webkit-transform:translateY(6px);transform:translateY(6px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}60%{-webkit-transform:translateY(0);transform:translateY(0)}70%{-webkit-transform:translateY(6px);transform:translateY(6px)}80%{-webkit-transform:translateY(0);transform:translateY(0)}90%{-webkit-transform:translateY(6px);transform:translateY(6px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.bm:not(.bm--open){display:none;opacity:0;visibility:hidden}.ul{position:relative;padding:0 0 4px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif;font-size:18px;line-height:21px;font-weight:400;color:#000;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.ul,.ul:after{display:inline-block}.ul:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:#ccc}.ul--menu{font-family:Lato,sans-serif;font-size:17px;line-height:21px;font-weight:400;color:#000;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none;padding-bottom:8px}.ul--area-innovazione:after,.ul--area-tecnologia:after{background:#207aff}.ul--area-donna:after,.ul--area-stile-e-trend:after{background:#ad49d1}.ul--area-motori:after{background:#ff5900}.ul--area-spettacolo:after{background:#f70000}.ul--area-news:after{background:#dbdad3}.ul--area-sport:after{background:#a6d91e}.ul--area-lavoro:after{background:#5368bf}.ul--area-musica:after{background:#ff1286}.ul--area-scienze:after{background:#3f5c58}.ul--area-viaggi:after{background:#0bcec0}.ul--area-design:after{background:#f5df34}.ul--area-cucina:after{background:#ffa090}.ul--area-sondaggi:after{background:#fef4b0}.ul--area-natale:after{background:#fb3413}.ul--area-backstair:after{background:#ff4900}.ul--area-wamily:after{background:#00ea7a}.ul--theme-text-black{color:#000}.ul--theme-text-white{color:#fff;width:-webkit-max-content;width:-moz-max-content;width:max-content}.btn__icon{width:32px;height:32px;border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .1s linear;transition:all .1s linear;overflow:hidden}.btn__icon--login .btn__icon-img-wrap{position:relative;overflow:hidden;display:none}.btn__icon--login .btn__icon-img-content{position:absolute;top:0;bottom:0;left:0;right:0}.btn__icon--login .btn__icon-img-content img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.btn__icon--login .icn--type-icon_person{display:-webkit-box;display:-ms-flexbox;display:flex}.btn__icon--login.btn__icon--logged .btn__icon-img-wrap{display:inline-block;width:100%;height:100%}.btn__icon--login.btn__icon--logged .icn--type-icon_person{display:none}.btn__icon:hover{opacity:1}.btn__icon--copy-btn .icn--type-icon_check{display:none}.btn__icon--copy-btn-copied{background:transparent!important;border:2px solid #f2f2f0!important}.btn__icon--copy-btn-copied .icn--type-icon_check{display:inline-block}.btn__icon--copy-btn-copied .icn--type-icon_copy_outline{display:none}.btn__icon--with-tooltip:hover .icon-notification-tooltip{display:block}.btn__icon--with-tooltip .icn{-webkit-animation-duration:2.5s;animation-duration:2.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-name:animaNotify;animation-name:animaNotify;background-color:#ff1a1a;border-radius:50%}.btn__icon--with-tooltip .icon-notification-counter{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:50%;bottom:0;color:#000;font-family:Lato,Helvetica,Arial,sans-serif;font-size:8px;height:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:0;width:10px;z-index:2}.btn__icon--with-tooltip .icon-notification-tooltip{-webkit-animation:bounceTooltip 3s ease-in-out 1s infinite;animation:bounceTooltip 3s ease-in-out 1s infinite;background-color:#ff1a1a;border-radius:4px;color:#fff;display:none;font-family:Lato,Helvetica,Arial,sans-serif;font-size:16px;left:0;letter-spacing:-.6px;padding:20px 30px;position:absolute;right:auto;top:54px;-webkit-transform:translateX(calc(-100% + 32px));transform:translateX(calc(-100% + 32px));width:auto;white-space:nowrap}.btn__icon--with-tooltip .icon-notification-tooltip:before{content:"";width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ff1a1a;position:absolute;right:12px;top:-6px}.btn__icon--size-42x42{width:42px;height:42px}.btn__icon--size-46x46{width:46px;height:46px}.btn__icon--theme-red2{background-color:#ff1a1a}.btn__icon--theme-orange-bordered{background-color:#fff;border:1px solid #ff4900}.btn__icon--theme-orange-bordered-dark{background-color:#151515;border:1px solid #ff4900}.btn__icon--theme-dark-grey{background:#282828}.btn__icon--theme-dark-grey-2{background:#333}.btn__icon--theme-dark-grey-3{background:#999}.btn__icon--theme-green{background:#6ae500}.btn__icon--theme-green-2{background:#77bc3b}.btn__icon--theme-light-grey{background:#dcdcdc}.btn__icon--theme-light-grey:hover{background:#ccc}.btn__icon--theme-light-grey-2{background:#f4f4f4}.btn__icon--theme-light-grey-3{background:#f4f4f2}.btn__icon--theme-orange{background:#ff401d}.btn__icon--theme-orange:not(.btn__icon--copy-btn):hover svg,.btn__icon--theme-orange:not(.btn__icon--copy-btn):hover use{fill:#000!important}.btn__icon--theme-orange svg,.btn__icon--theme-orange use{-webkit-transition:fill .1s linear;transition:fill .1s linear}.btn__icon--theme-orange:hover{background:#ccc}.btn__icon--theme-x{background-color:#000}.btn__icon--theme-x .icn path,.btn__icon--theme-x .icn svg,.btn__icon--theme-x .icn use{fill:#fff;stroke:none}.btn__icon--theme-x:hover{background:#333}.btn__icon--theme-twitter{background:#3cc5ef}.btn__icon--theme-twitter:hover{background:#2c9fea}.btn__icon--theme-facebook{background:#416dff}.btn__icon--theme-facebook:hover{background:#365cd9}.btn__icon--theme-telegram{background:#229ed9}.btn__icon--theme-telegram:hover{background:#1c81b0}.btn__icon--theme-skype{background:#00aef7}.btn__icon--theme-skype:hover{background:#009bde}.btn__icon--theme-linkedin{background:#117bb8}.btn__icon--theme-linkedin:hover{background:#015a82}.btn__icon--theme-pinterest{background:#cd2129}.btn__icon--theme-pinterest:hover{background:#a61b1f}.btn__icon--theme-whatsapp{background:#5dd008}.btn__icon--theme-whatsapp:hover{background:#51b807}.btn__icon--theme-tiktok{background:#f4f4f2}.btn__icon--theme-tiktok:hover{background:#ccc}.btn__icon--theme-youtube{background:red}.btn__icon--theme-youtube:hover{background:#d10000}.btn__icon--theme-light-orange{background:#ffce00}.btn__icon--theme-red{background:#dd3737}.btn__icon--theme-instagram{background:linear-gradient(45deg,#f40003 50%,#b90db2)}.btn__icon--theme-instagram:hover{background:linear-gradient(45deg,#b8075d 50%,#b8075d)}.btn__icon--brand-copy,.btn__icon--brand-follow{background:#ff401d}.btn__icon--brand-mail{background:#dcdcdc}.btn__icon--brand-twitter{background:#3cc5ef}.btn__icon--brand-x{background:#000}.btn__icon--brand-facebook{background:#416dff}.btn__icon--brand-skype{background:#00aef7}.btn__icon--brand-linkedin{background:#117bb8}.btn__icon--brand-pinterest{background:#cd2129}.btn__icon--brand-whatsapp{background:#5dd008}.btn__icon--brand-instagram{background:linear-gradient(45deg,#f40003 50%,#b90db2)}@-webkit-keyframes animaNotify{0%{-webkit-transform:scale(1);transform:scale(1)}5%{-webkit-transform:scale(1.05);transform:scale(1.05)}10%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}12%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(0);transform:rotate(0)}14%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(6deg);transform:rotate(6deg)}16%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(0);transform:rotate(0)}18%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}20%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes animaNotify{0%{-webkit-transform:scale(1);transform:scale(1)}5%{-webkit-transform:scale(1.05);transform:scale(1.05)}10%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}12%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(0);transform:rotate(0)}14%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(6deg);transform:rotate(6deg)}16%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(0);transform:rotate(0)}18%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}20%{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}.uf--default{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:335px;height:165px;overflow:hidden;border-radius:10px;border:3px solid #07b5ff;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.5);box-shadow:0 3px 6px rgba(0,0,0,.5)}@media(min-width:768px){.uf--default{width:300px;height:140px}}.uf--default:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);z-index:9}.uf--default.uf--no-media:before{background-color:#161616}.uf--default .uf__img-wrap{position:relative;overflow:hidden;height:100%}.uf--default .uf__img-content{position:absolute;top:0;right:0;bottom:0;left:0}.uf--default .uf__img-content img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.uf--default .uf__intro{letter-spacing:0;font-size:12px;line-height:12px;font-weight:400;letter-spacing:-.02rem}.uf--default .uf__intro,.uf--default .uf__title{font-family:Inter Tight,Arial,sans-serif;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.uf--default .uf__title{letter-spacing:-.01em;font-size:18px;line-height:22px;font-weight:700;height:72px;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width:768px){.uf--default .uf__title{height:56px}}.uf--default .uf__title span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:44px;overflow:hidden}.uf--default .uf__title.uf__title--alternative{letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif;font-size:16px;line-height:22px;font-weight:700;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none;height:66px;margin:0 0 4px}.uf--default .uf__title.uf__title--alternative span{display:block;max-height:none;max-height:initial}.uf--default .uf__content{height:calc(100% - 46px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:99;padding:22px 12px;text-align:center}.uf--default .uf__content .btn{padding:0 15px}.uf--default .uf__content .btn .icn{margin-left:12px}@media(min-width:768px){.uf--default .uf__content{padding:17px 7px;height:calc(100% - 34px)}}.uf--default.uf--area-backstair .uf__logo{height:20px;width:68px}.uf--default.uf--area-backstair .uf__logo img{width:100%}.uf--last-hour{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.25);box-shadow:0 5px 10px rgba(0,0,0,.25);max-width:335px;width:100%;min-height:165px;border:5px solid #ff4900;margin-top:9px;padding:20px 20px 15px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.uf--last-hour:before{content:"ULTIMA ORA";display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:78px;height:18px;background-color:#ff4900;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif;font-size:12px;line-height:12px;font-weight:400;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none;position:absolute;left:20px;top:-11px;z-index:2}.uf--last-hour:after{content:"";background:#fff;width:98px;height:5px;position:absolute;top:-5px;left:10px;z-index:1}.uf--last-hour .uf__title{letter-spacing:-.04em;font-family:Tolyer,sans-serif;font-size:28px;line-height:28px;font-weight:400;color:#333;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;min-height:83px}.uf--last-hour .uf__button-wrap{text-align:right}.uf--last-hour .uf__button-wrap .btn{height:24px;padding:0 10px;letter-spacing:0;font-family:Lato,sans-serif;font-size:10px;line-height:10px;font-weight:700;color:#333;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none;color:#333!important}.uf--last-hour .uf__button-wrap .btn .icn{margin:0 0 0 10px}.uf--last-hour .uf__button-wrap .btn .icn svg{width:8px;height:8px}.uf--last-hour .uf__button-wrap .btn .icn g,.uf--last-hour .uf__button-wrap .btn .icn path,.uf--last-hour .uf__button-wrap .btn .icn use{fill:#333!important}.uf .uf__close{position:absolute;top:0;right:0;padding:10px;cursor:pointer}@media(min-width:768px){.uf .uf__close{padding:7px}}body.menu-open{overflow:hidden}body:not(.toplevel_page_comphome){background:#171717}@media(min-width:1024px){body:not(.toplevel_page_comphome){padding:75px 0 0}}body:not(.toplevel_page_comphome).branded-page{background:#fff;padding-top:0}.fp_content-wrapper{max-width:994px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;background-color:#fff;position:relative}.archive .fp_content-wrapper,.home .fp_content-wrapper,.search .fp_content-wrapper,.story .fp_content-wrapper{background-color:#f2f2f0}@media(min-width:768px){.fp_content-wrapper{padding:2px}}.fp_content-wrapper .uf{bottom:-165px;left:50%;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:9999}@media(min-width:1024px){.fp_content-wrapper .uf{left:20px;-webkit-transform:translateX(0);transform:translateX(0)}}.fp_content-wrapper .uf--active{bottom:16px}.fp_bg-wrapper{background-color:#171717}.fp_bg-wrapper+footer{display:none;position:relative}@media(min-width:1024px){.fp_bg-wrapper+footer{display:block}}.btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap}.btn .icn{margin-left:6px}.btn--rounded{border-radius:35px}.btn--show-more-small{min-width:140px;height:26px;padding:0 4px;font-size:10px;line-height:10px}.btn--show-more-big,.btn--show-more-small{letter-spacing:0;font-family:Lato,sans-serif;font-weight:400;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.btn--show-more-big{min-width:164px;height:32px;padding:0 8px;font-size:12px;line-height:12px}.btn--follow-1-big:hover,.btn--follow-1-extra-small:hover,.btn--follow-1-small:hover,.btn--follow-2:hover{opacity:1}.btn--follow-1-extra-small{height:26px;padding:0 20px;letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:12px;font-weight:700;color:#fff;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.btn--follow-1-extra-small{font-size:11px;line-height:11px;letter-spacing:0;font-family:Lato,sans-serif}}.btn--follow-1-extra-small .icn{margin-left:10px}.btn--follow-1-extra-small .icn svg,.btn--follow-1-extra-small .icn use{width:11px;height:11px;margin-top:1px}@media(min-width:768px){.btn--follow-1-extra-small{height:20px;padding:0 10px}}.btn--follow-1-small{height:26px;padding:0 10px 0 20px;letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:12px;font-weight:700;color:#fff;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.btn--follow-1-small .icn{margin:0 0 0 10px}.btn--follow-1-small .icn svg,.btn--follow-1-small .icn use{width:16px;height:16px}.btn--follow-1-small .icn--type-icon_follow{margin-top:-2px}.btn--follow-1-big{height:32px;padding:0 15px;letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:12px;font-weight:700;color:#fff;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.btn--follow-1-big .icn{margin-left:10px}.btn--follow-2{height:36px;padding:0 10px;letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:12px;font-weight:700;color:#333;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.btn--follow-2 .icn{margin-left:8px}@media(min-width:768px){.btn--follow-2{height:32px;padding:0 12px}}.btn.btn—follow-btn .icn--type-icon_check,.btn .icn--follow-active{display:none}.btn.btn—follow-btn.btn—follow-btn-followed{background:#e1e1dd}.btn.btn—follow-btn.btn—follow-btn-followed span{color:#666}.btn.btn—follow-btn.btn—follow-btn-followed path,.btn.btn—follow-btn.btn—follow-btn-followed svg,.btn.btn—follow-btn.btn—follow-btn-followed use{fill:#666!important}.btn.btn—follow-btn.btn—follow-btn-followed .icn--type-icon_belt,.btn.btn—follow-btn.btn—follow-btn-followed .icn--type-icon_belt_outline,.btn.btn—follow-btn.btn—follow-btn-followed .icn--type-icon_follow{display:none}.btn.btn—follow-btn.btn—follow-btn-followed .icn--type-icon_check{display:inline-block}.btn--admin-edit{height:20px;padding:0 5px;letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:12px;font-weight:400;color:#333;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.btn--theme-light-grey{background-color:#f2f2f0;color:#4f4f4f!important;-webkit-transition:all .1s linear;transition:all .1s linear}@media(hover:hover){.btn--theme-light-grey:hover{background-color:#e0e0e0;color:#666!important}}.btn--theme-white{background-color:#fff;color:#666}.btn--theme-dark-grey,.btn--theme-dark-grey-with-shadow{background-color:#333;color:#ccc!important}.btn--theme-dark-grey-with-shadow{-webkit-box-shadow:0 2px 15px rgba(15,15,15,.2);box-shadow:0 2px 15px rgba(15,15,15,.2);-webkit-transition:all .1s linear;transition:all .1s linear}@media(hover:hover){.btn--theme-dark-grey-with-shadow:hover{background-color:#0f0f0f}}.btn--theme-dark-grey2{background-color:#222;color:#ccc!important}.btn--theme-bordered-orange{background-color:#fff;color:#000;border:1px solid #ff4900;-webkit-transition:all .1s linear;transition:all .1s linear}.btn--theme-bordered-orange .icn svg,.btn--theme-bordered-orange .icn use{-webkit-transition:all .07s linear;transition:all .07s linear}@media(hover:hover){.btn--theme-bordered-orange:hover{background-color:#ff4900;color:#fff;opacity:1}.btn--theme-bordered-orange:hover .icn svg,.btn--theme-bordered-orange:hover .icn use{fill:#fff}}.btn--theme-bordered-blue{border:1px solid #3d7eff;background-color:#fff;color:#000}.btn--theme-bordered-grey{background-color:transparent;color:#333;border:1px solid #f2f2f0;-webkit-transition:all .1s linear;transition:all .1s linear}@media(hover:hover){.btn--theme-bordered-grey:hover{background-color:#f2f2f0;color:#000}}.btn--theme-bordered-blue-with-shadow{border:1px solid #3d7eff;background-color:#fff;color:#000;-webkit-box-shadow:0 0 10px rgba(0,0,0,.25);box-shadow:0 0 10px rgba(0,0,0,.25);-webkit-transition:all .1s linear;transition:all .1s linear}@media(hover:hover){.btn--theme-bordered-blue-with-shadow:hover{background-color:#eee}}.btn--theme-full-orange{background-color:#ff4900;color:#fff!important}.btn--theme-full-blue{background-color:#00b5ff;color:#fff!important;-webkit-transition:all .1s linear;transition:all .1s linear}.btn--theme-full-blue .icn svg path{fill:#fff}@media(hover:hover){.btn--theme-full-blue:hover{background-color:#07ceff}}.btn--theme-facebook{background-color:#416dff;color:#fff!important}.btn--size-10{font-size:10px}.btn--size-10,.btn--size-11{letter-spacing:0;font-family:Lato,sans-serif;line-height:26px;font-weight:400;color:#000;text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;padding:0 10px}.btn--size-11{font-size:11px}.btn--size-12{letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:32px;font-weight:400;color:#000;text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;padding:0 10px}.btn--size-12 .icn{width:13px;height:13px}.btn--size-12 .icn svg{width:100%;height:100%}.btn--size-13{font-size:13px;line-height:32px;padding:0 10px}.btn--size-13,.btn--size-14{letter-spacing:-.01em;font-family:Lato,sans-serif;font-weight:400;color:#000;text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none}.btn--size-14{font-size:14px;line-height:36px;padding:0 15px}.btn--size-14 .icn{width:15px;height:15px}.btn--size-14 .icn svg{width:100%;height:100%}.btn--size-20{letter-spacing:-.02em;font-family:Lato,sans-serif;font-size:20px;line-height:42px;font-weight:700;color:#000;text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;padding:0 20px}.btn-wrap{margin:0 0 20px}.btn-wrap--sticky{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:sticky;top:50px;z-index:3}.btn-wrap--hidden{display:none}.btn-wrap--centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fp_img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 36 32%27%3E%3Cpath d=%27M34 4h-2V2c0-1.1-.9-2-2-2H2C.9 0 0 .9 0 2v24c0 1.1.9 2 2 2h2v2c0 1.1.9 2 2 2h28c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 6v20H2.004L2 25.996V2.003l.004-.004h27.993l.004.004v1.996h-24c-1.1 0-2 .9-2 2zm30 23.996l-.004.004H6.003l-.004-.004V6.003l.004-.004h27.993l.004.004v23.993z%27/%3E%3Cpath d=%27M30 11a3 3 0 11-6 0 3 3 0 016 0zM32 28H8v-4l7-12 8 10h2l7-6z%27/%3E%3C/svg%3E");background-color:#dcdcdc;background-size:32px;background-position:50%;background-repeat:no-repeat;text-indent:-100%;display:block}.fp_head{height:160px;position:relative;overflow:hidden}@media(min-width:768px){.fp_head{height:200px}}.fp_head img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.fp_head:after{content:"";height:30px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27718%27 height=%2730%27%3E%3Cpath data-name=%27Tracciato 28832%27 d=%27M0 12.992l125.225-9.456 181.231 6.191L521.5 0l134.2 10.966L718 7.03V30H0z%27 fill=%27%23fff%27 fill-rule=%27evenodd%27/%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat}.fp_head:after,.fp_head__content{position:absolute;bottom:0;left:0;right:0}.fp_head__content{top:0;padding:20px 15px;background-color:rgba(0,0,0,.5)}@media(min-width:768px){.fp_head__content{padding:25px 20px}}@media(min-width:1024px){.fp_head__content{padding:30px 25px}}.fp_head__label{display:inline-block;font-family:Lato,sans-serif;font-size:12px;line-height:20px;color:#000;background-color:#ff4900;padding:0 5px}@media(min-width:768px){.fp_head__label{padding:0 7px;font-size:16px;line-height:26px}}.fp_head__title{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Tolyer,sans-serif;font-size:46px;line-height:1;letter-spacing:-.06em;-webkit-text-decoration:none;text-decoration:none;color:#fff;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}@media(min-width:768px){.fp_head__title{font-size:72px}}.fp_head .fp_head__label+.fp_head__title{display:block;margin-top:10px;height:auto}.fp_grid{background-color:#fff;padding:10px 15px 20px}@media(min-width:768px){.fp_grid{padding:15px 20px 20px}}@media(min-width:1024px){.fp_grid{padding:20px 20px 25px}}.fp_grid__title{font-family:Helvetica,Arial,sans-serif;font-size:18px;font-weight:700;margin-bottom:10px}@media(min-width:768px){.fp_grid__title{margin-bottom:15px}}@media(min-width:1024px){.fp_grid__title{margin-bottom:20px}}.fp_grid__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}@media(min-width:768px){.fp_grid__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.fp_grid__content>a{-webkit-transition:-webkit-box-shadow .1s linear;transition:-webkit-box-shadow .1s linear;transition:box-shadow .1s linear;transition:box-shadow .1s linear, -webkit-box-shadow .1s linear;-webkit-box-shadow:0 0 0 1px #ededeb;box-shadow:0 0 0 1px #ededeb}.fp_grid__content>a:hover{-webkit-box-shadow:0 0 0 1px #ff4900;box-shadow:0 0 0 1px #ff4900}.fp_grid__content>a,.fp_grid__content>div{width:100%}@media(min-width:1024px){.fp_grid--1 .fp_grid__content .fp_item__result{height:42px}}@media(min-width:1024px){.fp_grid--1 .fp_grid__content .fp_item__team{gap:10px}}@media(min-width:1024px){.fp_grid--1 .fp_grid__content .fp_item__team img{width:42px}}@media(min-width:1024px){.fp_grid--1 .fp_grid__content .fp_item__team:first-child img{margin-right:15px}}@media(min-width:1024px){.fp_grid--1 .fp_grid__content .fp_item__team:last-child img{margin-left:15px}}@media(min-width:1024px){.fp_grid--1 .fp_grid__content .fp_item__separator{margin:0 10px}}@media(min-width:768px){.fp_grid--2 .fp_grid__content{gap:18px}}@media(min-width:1024px){.fp_grid--2 .fp_grid__content{gap:20px}}@media(min-width:768px){.fp_grid--2 .fp_grid__content>a,.fp_grid--2 .fp_grid__content>div{width:330px}}@media(min-width:1024px){.fp_grid--2 .fp_grid__content>a,.fp_grid--2 .fp_grid__content>div{width:420px}}@media(min-width:1024px){.fp_grid--2 .fp_grid__content .fp_item__result{height:42px}}@media(min-width:1024px){.fp_grid--2 .fp_grid__content .fp_item__separator{margin:0 8px}}@media(min-width:768px){.fp_grid--3 .fp_grid__content{gap:18px}}@media(min-width:1024px){.fp_grid--3 .fp_grid__content{gap:10px}}@media(min-width:768px){.fp_grid--3 .fp_grid__content>a,.fp_grid--3 .fp_grid__content>div{width:214px}}@media(min-width:1024px){.fp_grid--3 .fp_grid__content>a,.fp_grid--3 .fp_grid__content>div{width:280px}}@media(min-width:768px){.fp_grid--4 .fp_grid__content{gap:14px}}@media(min-width:1024px){.fp_grid--4 .fp_grid__content{gap:20px}}@media(min-width:768px){.fp_grid--4 .fp_grid__content>a,.fp_grid--4 .fp_grid__content>div{width:159px}}@media(min-width:1024px){.fp_grid--4 .fp_grid__content>a,.fp_grid--4 .fp_grid__content>div{width:200px}}@media(min-width:768px){.fp_grid--5 .fp_grid__content{gap:10px 7px}}@media(min-width:1024px){.fp_grid--5 .fp_grid__content{gap:10px}}@media(min-width:768px){.fp_grid--5 .fp_grid__content>a,.fp_grid--5 .fp_grid__content>div{width:130px}}@media(min-width:1024px){.fp_grid--5 .fp_grid__content>a,.fp_grid--5 .fp_grid__content>div{width:164px}}@media(min-width:1024px){.fp_grid--1 .fp_grid__content .fp_item__team-fullname,.fp_grid--2 .fp_grid__content .fp_item__team-fullname{font-size:16px;line-height:19px}}@media(min-width:768px)and (max-width:1023px){.fp_grid--1 .fp_grid__content .fp_item__status,.fp_grid--2 .fp_grid__content .fp_item__status{height:22px;font-size:12px}}@media(min-width:768px){.fp_grid--3 .fp_grid__content .fp_item__result,.fp_grid--4 .fp_grid__content .fp_item__result,.fp_grid--5 .fp_grid__content .fp_item__result{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;gap:5px}}@media(min-width:768px){.fp_grid--3 .fp_grid__content .fp_item__team,.fp_grid--4 .fp_grid__content .fp_item__team,.fp_grid--5 .fp_grid__content .fp_item__team{width:100%;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit}}@media(min-width:768px){.fp_grid--3 .fp_grid__content .fp_item__team img,.fp_grid--4 .fp_grid__content .fp_item__team img,.fp_grid--5 .fp_grid__content .fp_item__team img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media(min-width:768px){.fp_grid--3 .fp_grid__content .fp_item__team:last-child,.fp_grid--4 .fp_grid__content .fp_item__team:last-child,.fp_grid--5 .fp_grid__content .fp_item__team:last-child{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width:768px){.fp_grid--3 .fp_grid__content .fp_item__team-fullname,.fp_grid--3 .fp_grid__content .fp_item__team-shortname,.fp_grid--4 .fp_grid__content .fp_item__team-fullname,.fp_grid--4 .fp_grid__content .fp_item__team-shortname,.fp_grid--5 .fp_grid__content .fp_item__team-fullname,.fp_grid--5 .fp_grid__content .fp_item__team-shortname{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;text-align:inherit}}@media(min-width:768px){.fp_grid--3 .fp_grid__content .fp_item__team-fullname,.fp_grid--4 .fp_grid__content .fp_item__team-fullname,.fp_grid--5 .fp_grid__content .fp_item__team-fullname{display:none}}@media(min-width:768px){.fp_grid--3 .fp_grid__content .fp_item__team-shortname,.fp_grid--4 .fp_grid__content .fp_item__team-shortname,.fp_grid--5 .fp_grid__content .fp_item__team-shortname{display:block}}@media(min-width:768px){.fp_grid--3 .fp_grid__content .fp_item__separator,.fp_grid--4 .fp_grid__content .fp_item__separator,.fp_grid--5 .fp_grid__content .fp_item__separator{display:none}}@media(min-width:768px){.fp_grid--3 .fp_grid__content .fp_item__team-score,.fp_grid--4 .fp_grid__content .fp_item__team-score,.fp_grid--5 .fp_grid__content .fp_item__team-score{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.fp_item{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:5px;padding:10px;-webkit-text-decoration:none;text-decoration:none;-webkit-box-shadow:0 0 0 1px #ededeb;box-shadow:0 0 0 1px #ededeb}.fp_item__info{font-family:Helvetica,Arial,sans-serif;font-size:10px;color:#666}.fp_item--6 .fp_item__info,.fp_item--7 .fp_item__info{-webkit-text-decoration:line-through;text-decoration:line-through}.fp_item__result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px 0;height:26px}.fp_item__team{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;gap:5px;font-family:Helvetica,Arial,sans-serif;font-size:12px;line-height:14px;font-weight:700;color:#000}.fp_item__team:last-child{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.fp_item__team:last-child .fp_item__team-fullname,.fp_item__team:last-child .fp_item__team-shortname{text-align:left}.fp_item__team-fullname,.fp_item__team-shortname{text-align:right}.fp_item__team-score{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:26px;font-size:20px}.fp_item__team-shortname{display:none;font-size:16px}.fp_item img{width:26px;-ms-flex-negative:0;flex-shrink:0;height:auto}.ls--flag-mode .fp_item img{border:1px solid #000;-webkit-box-sizing:border-box;box-sizing:border-box}.fp_item__separator{width:4px;height:4px;border-radius:50%;background-color:#ccc;margin:0 4px;-ms-flex-negative:0;flex-shrink:0}.fp_item__status{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:Helvetica,Arial,sans-serif;border:1px solid #ccc;color:#ccc;text-transform:uppercase;font-size:10px;height:22px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-text-decoration:none;text-decoration:none;font-size:12px}.fp_item__status span{font-weight:700}.fp_item__status .icn{position:absolute;right:5px}.fp_item--2 .fp_item__status,.fp_item--4 .fp_item__status,.fp_item--5 .fp_item__status{background-color:#ff4900;color:#000;border:none}.fp_item--2 .fp_item__status svg path,.fp_item--4 .fp_item__status svg path,.fp_item--5 .fp_item__status svg path{fill:#000}.fp_item--3 .fp_item__status{background-color:#ccc;color:#fff;border:none}@media(max-width:767px){.fp_item:not(.fp_item--in-mobile){display:none}}.ls{border-radius:12px;overflow:hidden;background-color:#fff;margin:0 10px 30px}@media(min-width:768px){.ls{max-width:718px;margin:0 auto 40px}}@media(min-width:1024px){.ls{max-width:910px}}.ls__show-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f2f2f0;color:#666;max-width:176px;height:32px;-webkit-text-decoration:none;text-decoration:none;border-radius:20px;font-size:12px;font-family:Lato,sans-serif;margin:0 auto 20px}@media(min-width:768px){.ls__show-more{display:none}}.nc--media.nc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.nc--media.nc .nc__title>.icn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.nc--media.nc .nc__icon-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;vertical-align:top;width:20px;height:20px;margin-right:4px}.nc--media.nc .nc__icon-wrap .icn-size-24x24 svg{width:auto;height:auto}.nc--media.nc .nc__icon-wrap .icn svg{width:20px;height:20px}.nc--media.nc .nc__icon-wrap .icn--type-icon_apexes{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.nc--featured.nc{border:1px solid #ff4900}.nc--bold.nc .nc__title{font-weight:700!important}@media(min-width:768px){.nb__evidence-links--2.nb__evidence-links--with-image .nc,.nb__evidence-links--3.nb__evidence-links--with-image .nc,.nc--vertical.nc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:14px}}.nc{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e0e0;border-radius:8px;padding:14px;width:270px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.nc,.nc__title{-webkit-text-decoration:none;text-decoration:none}.nc__title{letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif;font-size:16px;line-height:20px;font-weight:700;color:#000;font-style:normal;word-break:inherit}.nc__title .nc__icon-wrap{position:relative;bottom:2px}.nc__author{display:inline-block;text-align:left;width:100%;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif;font-size:10px;line-height:10px;font-weight:400;color:#000;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.nc__author:before{content:"di";display:inline-block;margin-right:3px;text-transform:lowercase}.nc:hover{opacity:1}.nc:hover .nc__author,.nc:hover .nc__title{opacity:.7}.nb:not(.nb--breaking) .nc.nc--media .nc__title .nc__icon-wrap,.nb:not(.nb--breaking) .nc.nc--media .nc__title .nc__icon-wrap .icn,.nb:not(.nb--breaking) .nc .nc__title .nc__icon-wrap,.nb:not(.nb--breaking) .nc .nc__title .nc__icon-wrap .icn{width:16px;height:16px}.nc-img--media .nc-img__icon-wrap{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-right:4px}.nc-img--media .nc-img__icon-wrap .icn-symbol-icon_play_newsboxcircle{fill:#000}@media(max-width:767px){.nc-img--media .nc-img__icon-wrap{width:20px}}.nc-img--featured.nc-img{border-color:#ff4900}.nc-img--bold .nc-img__title{font-weight:700!important}@media(min-width:768px){.nc-img--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(min-width:768px){.nc-img--vertical .nc-img__img-wrap{width:100%}}@media(min-width:768px){.nc-img--vertical .nc-img__title{display:block}}@media(min-width:768px){.nc-img--vertical.nc-img--large .nc-img__img-wrap{height:186px}}@media(min-width:768px){.nc-img--vertical.nc-img--large .nc-img__title{padding:10px 0 0}}@media(min-width:768px){.nc-img--vertical.nc-img--featured.nc-img--large .nc-img__title{padding:15px 13px 13px}}@media(min-width:768px){.nc-img--vertical.nc-img--extra-small .nc-img__title,.nc-img--vertical.nc-img--featured.nc-img--extra-small .nc-img__title,.nc-img--vertical.nc-img--featured.nc-img--medium .nc-img__title,.nc-img--vertical.nc-img--featured.nc-img--small .nc-img__title,.nc-img--vertical.nc-img--medium .nc-img__title,.nc-img--vertical.nc-img--small .nc-img__title{padding:10px 0 0}}.nc-img{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e0e0;border-radius:8px;padding:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:270px;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.nc-img__img-wrap{position:relative;overflow:hidden;width:86px;height:48px;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}@media(min-width:768px){.nc-img__img-wrap{width:204px;padding-top:56.25%;height:auto}}@media(min-width:1024px){.nc-img__img-wrap{width:200px}}.nc-img__img-content{position:absolute;top:0;bottom:0;left:0;right:0}.nc-img__img-content img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.nc-img__title{letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif;font-size:16px;line-height:20px;font-weight:700;color:#000;font-style:normal;-webkit-text-decoration:none;text-decoration:none;word-break:inherit;text-overflow:ellipsis;overflow:hidden}.nc-img:hover{opacity:1}.nc-img:hover .nc-img__author,.nc-img:hover .nc-img__img-wrap,.nc-img:hover .nc-img__title{opacity:.7}.nb{-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:10px;background-color:#fff;margin:0 10px 30px;padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px}@media(min-width:768px){.nb{max-width:718px;margin:0 auto 30px}}@media(min-width:1024px){.nb{max-width:910px;margin:0 auto 40px}}.nb .icn--type-icon_camera_newsbox{fill:#ff4900}.nb .icn-symbol-icon_play_newsboxcircle{fill:#fff}.nb__head .lbl{position:absolute;top:15px;left:15px}.nb__head .nb__claim{position:relative}.nb__head .nb__head-img-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden;border-radius:10px 10px 0 0}.nb__head .nb__head-img-content{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.nb__head .nb__head-img-content img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.nb__head .nb__title-wrap{padding:20px 15px 0}.nb__head .nb__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:1024px){.nb__head .nb__title{font-size:30px;line-height:36px;letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif}}.nb:not(.nb--breaking) .nb__head .nb__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb:not(.nb--breaking) .nb__head .nb__title{font-size:22px;line-height:26px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:1024px){.nb:not(.nb--breaking) .nb__head .nb__title{font-size:26px;line-height:32px;letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif}}@media(hover:hover){.nb__head .nb__title:hover{-webkit-text-decoration:none;text-decoration:none}}@media(min-width:768px){.nb__head--image{display:-webkit-box;display:-ms-flexbox;display:flex}}.nb__head--image .nb__head-img-wrap{display:block;padding-top:56.25%}@media(min-width:768px){.nb__head--image .nb__head-img-wrap{width:368px;height:150px;padding-top:0;-ms-flex-negative:0;flex-shrink:0;border-radius:12px 0 0}.nb--no-content:not(.nb--breaking) .nb__head--image .nb__head-img-wrap{border-bottom-left-radius:12px}}@media(min-width:1024px){.nb__head--image .nb__head-img-wrap{width:465px;height:180px}}.nb__head--image .nb__divider{display:none}@media(min-width:768px){.nb__head--image .nb__divider{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:end;align-self:flex-end;width:100%;height:auto}}@media(min-width:768px){.nb__head--image .nb__title-wrap{padding:0 19px 0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width:1024px){.nb__head--image .nb__title-wrap{padding:0 25px 0 20px}}.nb__head--image .nb__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:1024px){.nb__head--image .nb__title{font-size:30px;line-height:36px;letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif}}@media(hover:hover){.nb__head--image .nb__title:hover{-webkit-text-decoration:none;text-decoration:none}}.nb__head--image .nb__claim{position:absolute;bottom:10px;left:15px}.nb__head--image .nb__claim-row-1,.nb__head--image .nb__claim-row-2{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5);padding:0 10px 0 5px}.nb__head--image .nb__claim-row-1{height:30px;letter-spacing:-.04em;font-family:Tolyer,sans-serif;font-size:24px;line-height:24px;font-weight:400;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--image .nb__claim-row-1{font-size:26px;line-height:26px;letter-spacing:-.04em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb__head--image .nb__claim-row-1{font-size:30px;line-height:30px;letter-spacing:-.04em;font-family:Tolyer,sans-serif}}.nb__head--image .nb__claim-row-2{height:50px;letter-spacing:-.05em;font-family:Tolyer,sans-serif;font-size:46px;line-height:46px;font-weight:400;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--image .nb__claim-row-2{font-size:40px;line-height:40px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb__head--image .nb__claim-row-2{font-size:46px;line-height:46px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}.nb__head--image .nb__claim-row-wrap-1+.nb__claim-row-wrap-2{margin-top:5px}@media(min-width:768px){.nb__head--image .nb__title-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:20px}}@media(min-width:768px){.nb__head--image:not(.nb__head--breaking).nb__head--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media(min-width:768px){.nb__head--image:not(.nb__head--breaking).nb__head--reverse .nb__head-img-wrap{border-radius:0 12px 0 0}.nb--no-content .nb__head--image:not(.nb__head--breaking).nb__head--reverse .nb__head-img-wrap{border-bottom-right-radius:12px}}.nb__head--no-image{border-bottom:1px dashed #fff;display:inline-block;width:-webkit-fill-available}.nb__head--no-image>a{-webkit-text-decoration:none;text-decoration:none}.nb__head--no-image .lbl{position:static;margin:20px 15px 0}@media(min-width:768px){.nb__head--no-image .lbl{margin:20px 20px 0}}.nb__head--no-image .nb__claim{padding:20px 15px 0}@media(min-width:768px){.nb__head--no-image .nb__claim{padding:20px 20px 0}}.nb__head--no-image .nb__title-wrap{margin:0 auto;max-width:860px}@media(min-width:768px){.nb__head--no-image .nb__title-wrap{padding:20px 20px 0}}.nb__head--no-image .nb__claim-row-wrap-1+.nb__claim-row-wrap-2{margin:0 0 -10px}@media(min-width:768px){.nb__head--no-image .nb__claim-row-wrap-1+.nb__claim-row-wrap-2{margin-top:-5px}}@media(min-width:1024px){.nb__head--no-image .nb__claim-row-wrap-1+.nb__claim-row-wrap-2{margin-top:-10px}}.nb__head--no-image .nb__claim-row-1{letter-spacing:-.04em;font-family:Tolyer,sans-serif;font-size:24px;line-height:24px;font-weight:400;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--no-image .nb__claim-row-1{font-size:35px;line-height:35px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb__head--no-image .nb__claim-row-1{font-size:45px;line-height:45px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}.nb__head--no-image .nb__claim-row-2{letter-spacing:-.05em;font-family:Tolyer,sans-serif;font-size:46px;line-height:46px;font-weight:400;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--no-image .nb__claim-row-2{font-size:55px;line-height:55px;letter-spacing:-.06em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb__head--no-image .nb__claim-row-2{font-size:75px;line-height:75px;font-family:Tolyer,sans-serif}}@media(min-width:768px){.nb__head--breaking{display:block}}.nb__head--breaking.nb__head--no-image{border:0}.nb__head--breaking.nb__head--no-image .nb__claim-row-wrap{height:auto}.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-1,.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-2{color:#fff}.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-1{letter-spacing:-.04em;font-family:Tolyer,sans-serif;font-size:24px;line-height:24px;font-weight:400;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-1{font-size:38px;line-height:38px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-1{font-size:55px;line-height:55px;letter-spacing:-.06em;font-family:Tolyer,sans-serif}}@media(min-width:768px){.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-1{height:46px}}@media(min-width:1024px){.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-1{height:62px}}.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-2{letter-spacing:-.05em;font-family:Tolyer,sans-serif;font-size:46px;line-height:46px;font-weight:400;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-2{font-size:70px;line-height:70px;letter-spacing:-.06em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-2{font-size:100px;line-height:100px;letter-spacing:-.07em;font-family:Tolyer,sans-serif}}@media(min-width:768px){.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-2{height:76px}}@media(min-width:1024px){.nb__head--breaking.nb__head--no-image .nb__claim .nb__claim-row-2{height:102px}}@media(min-width:768px){.nb__head--breaking .nb__head-img-wrap{width:100%;height:240px;border-radius:10px 10px 0 0}}@media(min-width:1024px){.nb__head--breaking .nb__head-img-wrap{height:320px}}@media(min-width:768px){.nb__head--breaking .nb__head-img-wrap .lbl{top:20px;left:20px}}@media(min-width:1024px){.nb__head--breaking .nb__head-img-wrap .lbl{top:25px;left:25px}}@media(min-width:768px){.nb__head--breaking .nb__head-img-wrap .nb__claim{left:20px;bottom:20px}}@media(min-width:1024px){.nb__head--breaking .nb__head-img-wrap .nb__claim{left:25px}}.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-1{letter-spacing:-.04em;font-family:Tolyer,sans-serif;font-size:24px;line-height:24px;font-weight:400;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-1{font-size:38px;line-height:38px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-1{font-size:55px;line-height:55px;letter-spacing:-.06em;font-family:Tolyer,sans-serif}}@media(min-width:768px){.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-1{height:46px}}@media(min-width:1024px){.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-1{height:62px}}.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-2{letter-spacing:-.05em;font-family:Tolyer,sans-serif;font-size:46px;line-height:46px;font-weight:400;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-2{font-size:70px;line-height:70px;letter-spacing:-.06em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-2{font-size:100px;line-height:100px;letter-spacing:-.07em;font-family:Tolyer,sans-serif}}@media(min-width:768px){.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-2{height:76px}}@media(min-width:1024px){.nb__head--breaking .nb__head-img-wrap .nb__claim .nb__claim-row-2{height:102px}}.nb__head--breaking .nb__title-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width:768px){.nb__head--breaking .nb__title-wrap{border:0;padding:20px}}@media(min-width:1024px){.nb__head--breaking .nb__title-wrap{padding:30px 25px}}.nb__head--breaking .nb__title-wrap .nb__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--breaking .nb__title-wrap .nb__title{font-size:32px;line-height:40px;letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:1024px){.nb__head--breaking .nb__title-wrap .nb__title{font-size:42px;line-height:50px;letter-spacing:-.03em;font-family:Inter Tight,Arial,sans-serif}}@media(hover:hover){.nb__head--breaking .nb__title-wrap .nb__title:hover{-webkit-text-decoration:none;text-decoration:none}}.nb__head--breaking .lbl{letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:12px;font-weight:400;color:#000;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb__head--breaking .lbl{font-size:14px;line-height:14px;letter-spacing:-.01em;font-family:Lato,sans-serif}}@media(min-width:1024px){.nb__head--breaking .lbl{font-size:18px;line-height:18px;letter-spacing:-.02em;font-family:Lato,sans-serif}}.nb .nc--media.nc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.nb .nc--media.nc .nc__title>.icn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.nb .nc--media.nc .nc__icon-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;vertical-align:top;width:20px;height:20px;margin-right:4px}.nb .nc--media.nc .nc__icon-wrap .icn-size-24x24 svg{width:auto;height:auto}.nb .nc--media.nc .nc__icon-wrap .icn svg{width:20px;height:20px}.nb .nc--media.nc .nc__icon-wrap .icn--type-icon_apexes{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.nb .nc--featured.nc{border:1px solid #ff4900}.nb .nc--bold.nc .nc__title{font-weight:700!important}@media(min-width:768px){.nb .nb__evidence-links--2.nb__evidence-links--with-image .nc,.nb .nb__evidence-links--3.nb__evidence-links--with-image .nc,.nb .nc--vertical.nc,.nb__evidence-links--2.nb__evidence-links--with-image .nb .nc,.nb__evidence-links--3.nb__evidence-links--with-image .nb .nc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:14px}}.nb__evidence-links{padding:0 15px;margin:0 auto}@media(min-width:768px){.nb__evidence-links{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:678px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width:1024px){.nb__evidence-links{max-width:860px}}@media(min-width:1024px){.nb__evidence-links--breaking.nb__evidence-links--1 .nc-img .nc-img__img-wrap{width:204px;height:116px}}@media(min-width:1024px){.nb__evidence-links--breaking.nb__evidence-links--2 .nc,.nb__evidence-links--breaking.nb__evidence-links--2 .nc-img{width:446px}}@media(min-width:1024px){.nb__evidence-links--breaking.nb__evidence-links--2.nb__evidence-links--with-image .nc-img .nc-img__img-wrap{width:204px;min-height:106px;height:100%}}@media(min-width:1024px){.nb__evidence-links--breaking.nb__evidence-links--2.nb__evidence-links--with-image .nc__title{text-align:left}}@media(min-width:1024px){.nb__evidence-links--breaking.nb__evidence-links--3 .nc,.nb__evidence-links--breaking.nb__evidence-links--3 .nc-img{width:290px}}@media(min-width:1024px){.nb__evidence-links--breaking.nb__evidence-links--4 .nc,.nb__evidence-links--breaking.nb__evidence-links--4 .nc-img{width:214px}}@media(min-width:1024px){.nb__evidence-links--breaking.nb__evidence-links--5 .nc,.nb__evidence-links--breaking.nb__evidence-links--5 .nc-img{width:174px}}@media(min-width:768px){.nb__evidence-links--1 .nc-img .nc-img__img-wrap{height:115px;padding-top:0}}.nb__evidence-links--1 .nc-img .nc-img__title{padding-top:0}.nb__evidence-links--1 .nc,.nb__evidence-links--1 .nc-img{width:100%}.nb__evidence-links--1 .nc-img__img-wrap{border-radius:2px}.nb--breaking .nb__evidence-links--2,.nb__evidence-links--2{gap:10px}@media(min-width:768px){.nb--breaking .nb__evidence-links--2,.nb__evidence-links--2{gap:7px}}@media(min-width:1024px){.nb__evidence-links--2{gap:20px}.nb--breaking .nb__evidence-links--2{gap:18px}}@media(min-width:768px){.nb__evidence-links--2 .nc,.nb__evidence-links--2 .nc-img{width:330px}}@media(min-width:1024px){.nb__evidence-links--2 .nc,.nb__evidence-links--2 .nc-img{width:420px}}@media(min-width:768px){.nb__evidence-links--2 .nc-img .nc-img__img-wrap{height:86px;padding-top:0}}.nb__evidence-links--2 .nc-img .nc-img__title{padding-top:0}@media(min-width:1024px){.nb__evidence-links--2.nb__evidence-links .nc .nc__icon-wrap{margin-bottom:0;margin-right:7px}}@media(min-width:768px){.nb__evidence-links--2.nb__evidence-links .nc-img{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width:768px){.nb__evidence-links--2.nb__evidence-links .nc-img .nc-img__img-wrap{width:156px;height:88px}}@media(min-width:768px){.nb__evidence-links--2.nb__evidence-links .nc-img .nc-img__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}}.nb__evidence-links--2 .nc-img__img-wrap{border-radius:2px}.nb--breaking .nb__evidence-links--3,.nb__evidence-links--3{gap:10px}@media(min-width:768px){.nb--breaking .nb__evidence-links--3,.nb__evidence-links--3{gap:7px}}@media(min-width:1024px){.nb__evidence-links--3{gap:10px}.nb--breaking .nb__evidence-links--3{gap:20px}}@media(min-width:768px){.nb__evidence-links--3 .nc,.nb__evidence-links--3 .nc-img{width:214px}}@media(min-width:1024px){.nb__evidence-links--3 .nc,.nb__evidence-links--3 .nc-img{width:280px}}@media(min-width:768px){.nb__evidence-links--3 .nc-img{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.nb__evidence-links--3 .nc-img__img-wrap{margin-right:0}}.nb__evidence-links--3 .nc-img__img-wrap{border-radius:2px}@media(min-width:768px){.nb__evidence-links--3 .nc-img__img-wrap{border-radius:0;border-top-left-radius:2px;border-top-right-radius:2px}}.nb--breaking .nb__evidence-links--4,.nb__evidence-links--4{gap:10px}@media(min-width:768px){.nb--breaking .nb__evidence-links--4,.nb__evidence-links--4{gap:14px}}@media(min-width:1024px){.nb__evidence-links--4{gap:20px}.nb--breaking .nb__evidence-links--4{gap:18px}}@media(min-width:768px){.nb__evidence-links--4 .nc-img{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media(min-width:768px){.nb__evidence-links--4 .nc,.nb__evidence-links--4 .nc-img{width:159px}}@media(min-width:1024px){.nb__evidence-links--4 .nc,.nb__evidence-links--4 .nc-img{width:200px}}@media(min-width:768px){.nb__evidence-links--4 .nc-img__img-wrap{margin-right:0}}.nb__evidence-links--4 .nc-img__img-wrap{border-radius:2px}@media(min-width:768px){.nb__evidence-links--4 .nc-img__img-wrap{border-radius:0;border-top-left-radius:2px;border-top-right-radius:2px}}.nb__evidence-links--5{gap:10px}@media(min-width:768px){.nb--breaking .nb__evidence-links--5,.nb__evidence-links--5{gap:7px}}@media(min-width:1024px){.nb--breaking .nb__evidence-links--5,.nb__evidence-links--5{gap:10px}}@media(min-width:768px){.nb__evidence-links--5 .nc-img{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media(min-width:768px){.nb__evidence-links--5 .nc,.nb__evidence-links--5 .nc-img{width:130px}}@media(min-width:1024px){.nb__evidence-links--5 .nc,.nb__evidence-links--5 .nc-img{width:164px}}@media(min-width:768px){.nb__evidence-links--5 .nc-img__img-wrap{margin-right:0}}.nb__evidence-links--5 .nc-img__img-wrap{border-radius:2px}@media(min-width:768px){.nb__evidence-links--5 .nc-img__img-wrap{border-radius:0;border-top-left-radius:2px;border-top-right-radius:2px}}@media(min-width:768px){.nb__evidence-links--4 .nc,.nb__evidence-links--4 .nc-img,.nb__evidence-links--4 .nc.nc--vertical,.nb__evidence-links--5 .nc,.nb__evidence-links--5 .nc-img,.nb__evidence-links--5 .nc.nc--vertical{padding:10px}}.nb__evidence-links--2,.nb__evidence-links--3,.nb__evidence-links--4,.nb__evidence-links--5{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth;overflow-x:scroll}@media(min-width:768px){.nb__evidence-links--2,.nb__evidence-links--3,.nb__evidence-links--4,.nb__evidence-links--5{overflow-x:visible}}.nb__evidence-links--2::-webkit-scrollbar,.nb__evidence-links--3::-webkit-scrollbar,.nb__evidence-links--4::-webkit-scrollbar,.nb__evidence-links--5::-webkit-scrollbar{display:none}.nb__evidence-links--2 .nc,.nb__evidence-links--2 .nc-img,.nb__evidence-links--3 .nc,.nb__evidence-links--3 .nc-img,.nb__evidence-links--4 .nc,.nb__evidence-links--4 .nc-img,.nb__evidence-links--5 .nc,.nb__evidence-links--5 .nc-img{scroll-snap-align:center;scroll-snap-stop:always}.nb__links{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;gap:10px 40px;overflow:hidden}.nb__links .nb__link{font-size:14px;position:relative;display:inline;row-gap:2px}.nb__links .nb__link .icn{margin-right:5px}@media(max-width:767px){.nb__links .nb__link .nb__link-author{display:block}}.nb__links .nb__link .icn{vertical-align:sub;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;bottom:2px}.nb__links .nb__link--hidden{display:none}.nb__links .nb__link--with-icon .icn--type-icon_apexes{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.nb__links .nb__link:before{content:"•";position:absolute;color:#ccc;left:-24px;top:2px}@media(min-width:1024px){.nb__links .nb__link:before{top:5px}}.nb__links .nb__link:last-child:after{display:none}.nb__links .nb__link a{font-family:Inter Tight,Arial,sans-serif;font-size:14px;line-height:18px;font-weight:400;color:#000;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:1024px){.nb__links .nb__link a{font-size:16px;line-height:24px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}.nb__links .nb__link .nb__link-author{-ms-flex-item-align:end;align-self:end;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif;font-size:10px;line-height:10px;font-weight:400;color:#000;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none;color:#333;-ms-flex-item-align:center;align-self:center;margin-top:4px}.nb__links .nb__link .nb__link-author:before{content:"di";display:inline-block;margin-right:3px;text-transform:lowercase}@media(min-width:768px){.nb__links .nb__link .nb__link-author{font-size:10px;line-height:10px;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:1024px){.nb__links .nb__link .nb__link-author{font-size:10px;line-height:10px;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif}}.nb__links .nb__link:hover{opacity:.7}@media(min-width:768px){.nb__links{max-width:678px;margin:0 auto}}@media(min-width:1024px){.nb__links{max-width:860px}}.nb__link-groups--opened .nb__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.nb__link-groups--opened .nb__links-wrap .js_show-more-btn{display:none}.nb__link-groups--opened .nb__links-wrap .btn-continue-read{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.nb__links-wrap{display:none;padding:0 15px}.show-more-links .nb__links-wrap{display:block}@media(min-width:768px){.nb__links-wrap{display:block}}.nb__btn-wrap{-ms-flex-negative:0;flex-shrink:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 15px}.nb__btn-wrap .btn--theme-full-blue{min-width:73px}.nb--no-story-url .nb__links--has-more+.nb__btn-wrap{display:block}@media(max-width:767px){.nb:not(.show-more-links) .nb__head+.nb__links-wrap+.nb__btn-wrap{padding-top:10px}.nb.show-more-links.nb--no-story-url .nb__links-wrap+.nb__btn-wrap{display:none}.nb__links--has-more+.nb__btn-wrap .js_show-more-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.nb__links--has-more+.nb__btn-wrap .btn-continue-read{display:none}.nb__links--has-some-links+.nb__btn-wrap .js_show-more-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.nb__links--has-some-links+.nb__btn-wrap .btn-continue-read{display:none}}@media(min-width:768px){.nb__btn-wrap{-webkit-box-sizing:content-box;box-sizing:content-box;max-width:678px;margin:0 auto;text-align:left}.nb--no-story-url .nb__btn-wrap,.nb--no-story-url.show-more-links .nb__btn-wrap,.nb__btn-wrap .js_show-more-btn{display:none}.nb__btn-wrap .btn-continue-read,.nb__links--has-more+.nb__btn-wrap .js_show-more-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.nb__links--has-more+.nb__btn-wrap .btn-continue-read{display:none}}@media(min-width:1024px){.nb__btn-wrap{max-width:860px}}.show-more-links .nb__btn-wrap .js_show-more-btn{display:none}.show-more-links .nb__btn-wrap .btn-continue-read{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media(min-width:768px){.nb--no-content{padding-bottom:0}.nb--no-content .nb__head--no-image{padding-bottom:20px}}.nb--breaking{background-color:#0f0f0f;border-color:#0f0f0f}@media(min-width:1024px){.nb--breaking{max-width:960px}}@media(min-width:1024px){.nb--breaking .nb__btn-wrap,.nb--breaking .nb__evidence-links,.nb--breaking .nb__links{max-width:910px;overflow:hidden}}.nb--breaking .nb__title-wrap{margin:0}.nb--breaking .nb__title-wrap .nb__title{color:#fff}@media(hover:hover){.nb--breaking .nb__title-wrap .nb__title:hover{-webkit-text-decoration:none;text-decoration:none}}.nb--breaking .nb__evidence-links .nc,.nb--breaking .nb__evidence-links .nc-img{background:#000}.nb--breaking .nb__evidence-links .nc-img:not(.nc--featured):not(.nc-img--featured),.nb--breaking .nb__evidence-links .nc:not(.nc--featured):not(.nc-img--featured){border-color:#666}.nb--breaking .nb__evidence-links .nc-img .nc-img__title,.nb--breaking .nb__evidence-links .nc-img .nc__author,.nb--breaking .nb__evidence-links .nc-img .nc__title,.nb--breaking .nb__evidence-links .nc .nc-img__title,.nb--breaking .nb__evidence-links .nc .nc__author,.nb--breaking .nb__evidence-links .nc .nc__title{color:#fff}.nb--breaking .nb__links{overflow:hidden}.nb--breaking .nb__links .nb__link .nb__link-title{color:#fff}.nb--breaking .nb__links .nb__link .nb__link-author{color:#ccc;-ms-flex-item-align:end;align-self:end;margin-left:4px;-ms-flex-item-align:center;align-self:center}Ì .nb--breaking .nb__links .nb__link--featured .nb__link-title{color:#ff4900}.nb--breaking .icn-symbol-icon_play_newsboxcircle{fill:#000}.nb--breaking .nb__links .nb__link:before{color:#666}@media(min-width:768px){.nb--breaking:not(.nb--no-content) .nb__title-wrap{padding-bottom:0}}.nb--mobile-mode{background:#f2f2f0;border-color:#f2f2f0}.nb--mobile-mode .nc,.nb--mobile-mode .nc-img{background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nb--mobile-mode .btn--theme-light-grey{background:#fff}.nb--mobile-mode .nb__head--no-image{border-bottom:0}@media(min-width:1024px){.nb--mobile-mode .nb__head--no-image .nb__claim-row-wrap-1+.nb__claim-row-wrap-2{margin-top:0}}.nb--mobile-mode .nb__head--no-image .nb__claim-row-1{letter-spacing:-.04em;font-family:Tolyer,sans-serif;font-size:24px;line-height:24px;font-weight:400;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb--mobile-mode .nb__head--no-image .nb__claim-row-1{font-size:35px;line-height:35px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb--mobile-mode .nb__head--no-image .nb__claim-row-1{font-size:24px;line-height:24px;letter-spacing:-.04em;font-family:Tolyer,sans-serif}}.nb--mobile-mode .nb__head--no-image .nb__claim-row-2{letter-spacing:-.05em;font-family:Tolyer,sans-serif;font-size:46px;line-height:46px;font-weight:400;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb--mobile-mode .nb__head--no-image .nb__claim-row-2{font-size:55px;line-height:55px;letter-spacing:-.06em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb--mobile-mode .nb__head--no-image .nb__claim-row-2{font-size:46px;line-height:46px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}.nb--mobile-mode .lbl{height:20px;padding:0 5px;letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:12px;font-weight:400;color:#000;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb--mobile-mode .lbl{font-size:14px;line-height:14px;letter-spacing:-.01em;font-family:Lato,sans-serif}}@media(min-width:1024px){.nb--mobile-mode .lbl{font-size:12px;line-height:12px;letter-spacing:0;font-family:Lato,sans-serif}}.nb--mobile-mode .lbl .icn.icn--type-icon_rings{width:14px;height:auto}@media(min-width:1024px){.nb--mobile-mode .nb__head--image{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}}@media(min-width:1024px){.nb--mobile-mode .nb__head--image .nb__head-img-wrap{width:100%;height:170px;border-radius:10px 10px 0 0}}@media(min-width:1024px){.nb--mobile-mode .nb__head--image .nb__title-wrap{padding:20px 15px 0}.nb--mobile-mode .nb__head--image .nb__title-wrap .nb__divider{display:none}}.nb--mobile-mode .nb__head--image .nb__title-wrap .nb__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:28px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(hover:hover){.nb--mobile-mode .nb__head--image .nb__title-wrap .nb__title:hover{-webkit-text-decoration:none;text-decoration:none}}.nb--mobile-mode .nb__head--image .nb__claim-row-1{height:30px;letter-spacing:-.04em;font-family:Tolyer,sans-serif;font-size:24px;line-height:24px;font-weight:400;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb--mobile-mode .nb__head--image .nb__claim-row-1{font-size:26px;line-height:26px;letter-spacing:-.04em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb--mobile-mode .nb__head--image .nb__claim-row-1{font-size:24px;line-height:30px;letter-spacing:-.04em;font-family:Tolyer,sans-serif}}.nb--mobile-mode .nb__head--image .nb__claim-row-2{height:50px;letter-spacing:-.05em;font-family:Tolyer,sans-serif;font-size:46px;line-height:46px;font-weight:400;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.nb--mobile-mode .nb__head--image .nb__claim-row-2{font-size:40px;line-height:40px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb--mobile-mode .nb__head--image .nb__claim-row-2{font-size:46px;line-height:46px;letter-spacing:-.05em;font-family:Tolyer,sans-serif}}@media(min-width:1024px){.nb--mobile-mode .nb__evidence-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}@media(min-width:1024px){.nb--mobile-mode .nb__evidence-links .nc,.nb--mobile-mode .nb__evidence-links .nc-img{width:100%}}@media(min-width:1024px){.nb--mobile-mode .nb__evidence-links .nc-img .nc-img__title,.nb--mobile-mode .nb__evidence-links .nc-img .nc__title,.nb--mobile-mode .nb__evidence-links .nc .nc-img__title,.nb--mobile-mode .nb__evidence-links .nc .nc__title{font-family:Inter Tight,Arial,sans-serif;font-size:14px;line-height:18px;font-weight:700;color:#000;font-style:normal;-webkit-text-decoration:none;text-decoration:none}}@media(min-width:1024px){.nb--mobile-mode .nb__evidence-links .nc-img{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width:1024px){.nb--mobile-mode .nb__evidence-links .nc-img .nc-img__img-wrap{padding-top:0;width:86px;height:48px}.nb--mobile-mode .nb__evidence-links .nc-img .nc-img__icon-wrap{width:20px}}@media(min-width:1024px){.nb--mobile-mode .nb__evidence-links .nc-img .nc-img__title{padding:0 5px 0 7px;text-align:left}}@media(min-width:1024px){.nb--mobile-mode .nb__links .nb__link,.nb--mobile-mode .nb__links .nb__link .nb__link-author{display:block}}.nb--mobile-mode .nb__links .nb__link .icn{margin-right:5px;position:relative;bottom:2px}@media(min-width:1024px){.nb--mobile-mode .nb__btn-wrap{text-align:left}}@media(min-width:1024px){.nb--mobile-mode .nc--vertical{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.nb--mobile-mode .nc--vertical .nc__title{text-align:left}.nb--mobile-mode.nb--no-content .nb__head--image .nb__title-wrap{padding-bottom:20px}@media(min-width:1024px){.nb--mobile-mode{max-width:300px}}@media(max-width:767px),(min-width:1024px){.nb--mobile-mode .nb__btn-wrap{-webkit-box-sizing:border-box;box-sizing:border-box}.nb--mobile-mode:not(.show-more-links) .nb__links-wrap{display:none}.nb--mobile-mode:not(.show-more-links) .nb__btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.nb--mobile-mode:not(.show-more-links) .nb__btn-wrap .js_show-more-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.nb--mobile-mode:not(.show-more-links) .nb__btn-wrap .btn-continue-read{display:none}.nb--mobile-mode .nb__link,.nb--mobile-mode .nb__link-author{display:block}}.nb .nb__head .nb__head-img-content{width:100%;height:100%}.nb--align-image-top .nb__head .nb__head-img-content .fp_img{-o-object-position:50% 0;object-position:50% 0}.nb--align-image-bottom .nb__head .nb__head-img-content .fp_img{-o-object-position:50% 100%;object-position:50% 100%}.ac-image{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:12px;display:block;overflow:hidden;min-height:160px}@media(min-width:768px){.ac-image{display:-webkit-box;display:-ms-flexbox;display:flex;height:200px}}@media(min-width:1024px){.ac-image{height:250px}}.ac-image .ac-image__img-wrap{display:block;position:relative;padding-top:56.25%}@media(min-width:768px){.ac-image .ac-image__img-wrap{padding:0;height:100%;-ms-flex-negative:0;flex-shrink:0;width:350px}}@media(min-width:1024px){.ac-image .ac-image__img-wrap{width:445px}}.ac-image .ac-image__img-content{position:absolute;top:0;right:0;bottom:0;left:0}.ac-image .ac-image__img-content img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.ac-image .ac-image__content-wrap{border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #fff;border-radius:0 0 12px 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:15px 14px 19px}@media(min-width:768px){.ac-image .ac-image__content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #fff;border-left:0;border-radius:0 12px 12px 0;padding:24px 24px 24px 25px}}.ac-image .ac-image__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac-image .ac-image__title{font-size:26px;line-height:32px;letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif}}.ac-image .lbl{position:absolute;top:15px;left:15px}@media(min-width:768px){.ac-image--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media(min-width:768px){.ac-image--reverse .ac-image__content-wrap{border:1px solid #fff;border-right:0;border-radius:12px 0 0 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:24px 25px 24px 24px}}@media(min-width:768px){.ac-image--small{height:125px}}@media(min-width:1024px){.ac-image--small{height:160px}}@media(min-width:768px){.ac-image--small .ac-image__img-wrap{width:220px}}@media(min-width:1024px){.ac-image--small .ac-image__img-wrap{width:280px}}@media(min-width:768px){.ac-image--small .ac-image__content-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:14px 14px 14px 15px}}@media(min-width:1024px){.ac-image--small .ac-image__content-wrap{padding:14px 14px 14px 15px}}.ac-image--small .ac-image__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac-image--small .ac-image__title{font-size:20px;line-height:26px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}.ac-image--media.ac-image--small .mi{font-family:Inter Tight,Arial,sans-serif;font-size:14px;line-height:14px;font-weight:700;color:#939393;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac-image--media.ac-image--small .mi{font-size:10px;line-height:10px;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:1024px){.ac-image--media.ac-image--small .mi{font-size:12px;line-height:12px;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:768px){.ac-image--media.ac-image--small .mi{margin:0}}@media(min-width:1024px){.ac-image--media.ac-image--small .mi{margin:0 0 8px}}@media(min-width:768px){.ac-image--media.ac-image--small .ac-image__img-wrap .icn{bottom:15px}}@media(min-width:1024px){.ac-image--media.ac-image--small .ac-image__img-wrap .icn{bottom:20px;width:36px;height:36px}}@media(min-width:768px){.ac-image--reverse.ac-image--small .ac-image__content-wrap{padding:14px 15px 14px 14px}}@media(min-width:1024px){.ac-image--reverse.ac-image--small .ac-image__content-wrap{padding:14px 15px 14px 14px}}@media(min-width:768px){.ac-image--medium{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:270px}}@media(min-width:1024px){.ac-image--medium{height:340px}}@media(min-width:768px){.ac-image--medium .ac-image__img-wrap{height:140px;width:100%}}@media(min-width:1024px){.ac-image--medium .ac-image__img-wrap{height:180px}}@media(min-width:768px){.ac-image--medium .ac-image__content-wrap{border:1px solid #fff;border-top:0;border-radius:0 0 12px 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:15px 14px 14px}}.ac-image--medium .ac-image__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac-image--medium .ac-image__title{font-size:20px;line-height:26px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}.ac-image--media.ac-image--medium .mi{font-family:Inter Tight,Arial,sans-serif;font-size:14px;line-height:14px;font-weight:700;color:#939393;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac-image--media.ac-image--medium .mi{font-size:10px;line-height:10px;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:1024px){.ac-image--media.ac-image--medium .mi{font-size:12px;line-height:12px;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:768px){.ac-image--media.ac-image--medium .mi{margin:0}}@media(min-width:768px){.ac-image--media.ac-image--medium .ac-image__img-wrap .icn{bottom:15px}}@media(min-width:1024px){.ac-image--media.ac-image--medium .ac-image__img-wrap .icn{height:36px;width:36px}}@media(min-width:768px){.ac-image--large{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:600px}}@media(min-width:768px){.ac-image--large .ac-image__img-wrap{height:226px;width:100%}}@media(min-width:1024px){.ac-image--large .ac-image__img-wrap{height:180px}}@media(min-width:768px){.ac-image--large .ac-image__content-wrap{border:1px solid #fff;border-top:0;border-radius:0 0 12px 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:25px 24px 24px}}.ac-image--media.ac-image--large .ac-image__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac-image--media.ac-image--large .ac-image__title{font-size:20px;line-height:26px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}.ac-image--media .ac-image__img-wrap .icn{position:absolute;bottom:15px;right:15px;z-index:9}@media(min-width:768px){.ac-image--media .ac-image__img-wrap .icn svg{width:100%;height:100%}}@media(min-width:768px){.ac-image--media .ac-image__img-wrap .icn{bottom:20px;width:36px;height:36px}}@media(min-width:1024px){.ac-image--media .ac-image__img-wrap .icn{right:20px;width:46px;height:46px}}.ac-image--media .mi{font-family:Inter Tight,Arial,sans-serif;font-size:14px;line-height:14px;font-weight:700;color:#939393;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none;margin:20px 0 0}@media(min-width:768px){.ac-image--media .mi{margin:0 0 3px}}@media(min-width:1024px){.ac-image--media .mi{margin:0 0 8px}}@media(min-width:768px){.ac-image--media .ac-image__content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.ac-image--theme-dark{background-color:#000}.ac-image--theme-dark .ac-image__title{color:#fff}.ac-image--theme-dark .ac-image__content-wrap{border-color:#333;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ac-image--large.ac-image--theme-dark .ac-image__title,.ac-image--medium.ac-image--theme-dark .ac-image__title,.ac-image--small.ac-image--theme-dark .ac-image__title{color:#fff}.ac-image--large.ac-image--theme-dark .ac-image__content-wrap,.ac-image--medium.ac-image--theme-dark .ac-image__content-wrap,.ac-image--small.ac-image--theme-dark .ac-image__content-wrap{border-color:#333}.ac-image--adv-injected{border:0;background-color:#f2f2f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;overflow:hidden;padding:0}.ac-image--adv-injected .adv{margin:0}.ac-image--adv-top-mode.ac-image--adv-injected{border-radius:0;background-color:transparent;display:block}.ac-image--adv-top-mode.ac-image--adv-injected .fp_ad{margin:0 auto}.ac-image__title{display:block}.ac-image--adv-injected:not(.ac--adv-top-mode) .fp_adv{background-image:none}@media(min-width:768px){.ag--1{display:grid;grid-template-columns:auto;grid-template-rows:auto}}@media(min-width:1024px){.ag--1{grid-template-columns:auto;grid-template-rows:auto}}@media(min-width:768px){.ag--2{display:grid;grid-template-columns:auto;grid-template-rows:auto 30px auto}}@media(min-width:1024px){.ag--2{grid-template-columns:auto;grid-template-rows:auto 40px auto}}@media(min-width:768px){.ag--adv-mode.ag--2{grid-template-columns:388px 30px 300px;grid-template-rows:370px}}@media(min-width:1024px){.ag--adv-mode.ag--2{grid-template-columns:310px 40px 300px;grid-template-rows:340px}}@media(min-width:768px){.ag--adv-top-mode.ag--2{grid-template-rows:auto}}@media(min-width:1024px){.ag--adv-top-mode.ag--2{grid-template-columns:575px 35px 300px}}@media(min-width:768px){.ag--3{display:grid;grid-template-columns:245px 18px 455px;grid-template-rows:130px 20px 130px}}@media(min-width:1024px){.ag--3{grid-template-columns:310px 20px 580px;grid-template-rows:160px 20px 160px}}@media(min-width:768px){.ag--adv-mode.ag--3{grid-template-columns:minmax(300px,388px) minmax(18px,1fr) auto;grid-template-rows:auto 30px auto}}@media(min-width:1024px){.ag--adv-mode.ag--3{grid-template-columns:580px 20px 310px;grid-template-rows:160px 20px 160px}}@media(min-width:768px){.ag--reverse.ag--3{grid-template-columns:455px 18px 245px}}@media(min-width:1024px){.ag--reverse.ag--3{grid-template-columns:580px 20px 310px}}@media(min-width:768px){.ag--adv-mode.ag--reverse.ag--3{grid-template-columns:auto minmax(18px,1fr) minmax(300px,388px)}}@media(min-width:1024px){.ag--adv-mode.ag--reverse.ag--3{grid-template-columns:310px 20px 580px}}@media(min-width:768px){.ag--4{display:grid;grid-template-columns:245px 18px 455px;grid-template-rows:auto 30px 130px 20px 130px}}@media(min-width:1024px){.ag--4{grid-template-columns:310px 20px 580px;grid-template-rows:auto 40px 160px 20px 160px}}@media(min-width:768px){.ag--adv-mode.ag--4{grid-template-columns:minmax(300px,388px) minmax(18px,1fr) auto;grid-template-rows:auto 30px auto 30px auto}}@media(min-width:1024px){.ag--adv-mode.ag--4{grid-template-columns:580px 20px 310px;grid-template-rows:160px 18px 160px 40px auto}}@media(min-width:768px){.ag--reverse.ag--4{grid-template-columns:455px 18px 245px}}@media(min-width:1024px){.ag--reverse.ag--4{grid-template-columns:580px 20px 310px}}@media(min-width:768px){.ag--adv-mode.ag--reverse.ag--4{grid-template-columns:auto minmax(18px,1fr) minmax(300px,388px)}}@media(min-width:1024px){.ag--adv-mode.ag--reverse.ag--4{grid-template-columns:310px 20px 580px}}@media(min-width:768px){.ag--5{display:grid;grid-template-columns:245px 18px 455px;grid-template-rows:auto 30px auto 30px 130px 20px 130px}}@media(min-width:1024px){.ag--5{grid-template-columns:310px 20px 580px;grid-template-rows:auto 40px auto 40px 160px 20px 160px}}@media(min-width:768px){.ag--adv-mode.ag--5{grid-template-columns:minmax(300px,388px) minmax(18px,1fr) -webkit-min-content 18px 245px;grid-template-columns:minmax(300px,388px) minmax(18px,1fr) min-content 18px 245px;grid-template-rows:auto 20px 130px 20px 130px}}@media(min-width:1024px){.ag--adv-mode.ag--5{grid-template-columns:580px auto minmax(300px,336px);grid-template-rows:160px 18px 160px 40px auto 40px auto}}@media(min-width:768px){.ag--reverse.ag--5{display:grid;grid-template-columns:455px 18px 245px}}@media(min-width:1024px){.ag--reverse.ag--5{grid-template-columns:580px 20px 310px}}@media(min-width:768px){.ag--adv-mode.ag--reverse.ag--5{grid-template-columns:245px 18px -webkit-min-content minmax(18px,1fr) minmax(300px,388px);grid-template-columns:245px 18px min-content minmax(18px,1fr) minmax(300px,388px)}}@media(min-width:1024px){.ag--adv-mode.ag--reverse.ag--5{grid-template-columns:300px auto 580px}}.ag-external{margin:0 10px 30px}@media(min-width:768px){.ag-external{max-width:718px;margin:0 auto 40px}}@media(min-width:1024px){.ag-external{max-width:910px}}.ag-external .st{margin-bottom:20px;padding-top:20px}@media(min-width:768px){.ag:not(.ag--1) .ac,.ag:not(.ag--1) .ac-image{height:auto;min-height:0}}.ag .ac,.ag .ac-image{margin-bottom:30px}@media(min-width:1024px){.ag .ac,.ag .ac-image{margin-bottom:40px}}.ag--1 .ac-image:first-child,.ag--1 .ac:first-child{margin-bottom:0;grid-column:1/1;grid-row:1/1}@media(min-width:768px)and (max-width:1023px){.ag--1 .ac-image__title,.ag--1 .ac__title{font-size:20px;line-height:26px}}@media(min-width:768px)and (max-width:1023px){.ag--1 .ac-image{height:200px}}@media(min-width:1024px){.ag--1 .ac-image{height:250px}}@media(min-width:768px){.ag--2 .ac-image:first-child,.ag--2 .ac:first-child{margin:0;grid-column:1/1;grid-row:1/2}}@media(min-width:768px)and (max-width:1024px){.ag--2 .ac-image:first-child .ac-image__title,.ag--2 .ac-image:first-child .ac__title,.ag--2 .ac:first-child .ac-image__title,.ag--2 .ac:first-child .ac__title{font-size:20px;line-height:26px}}@media(min-width:768px){.ag--2.ag--adv-top-mode .ac-image:first-child .ac-image__img-wrap,.ag--2.ag--adv-top-mode .ac:first-child .ac-image__img-wrap{height:190.125px}}@media(min-width:1024px){.ag--2.ag--adv-top-mode .ac-image:first-child .ac-image__img-wrap,.ag--2.ag--adv-top-mode .ac:first-child .ac-image__img-wrap{height:323.4375px}}@media(min-width:768px){.ag--2.ag--adv-top-mode .ac-image:first-child,.ag--2.ag--adv-top-mode .ac:first-child{height:auto}.ag--2.ag--adv-top-mode .ac-image:first-child .ac-image__content-wrap,.ag--2.ag--adv-top-mode .ac:first-child .ac-image__content-wrap{padding:25px 29px 29px}}@media(min-width:1024px){.ag--2.ag--adv-top-mode .ac-image:first-child .ac-image__content-wrap,.ag--2.ag--adv-top-mode .ac:first-child .ac-image__content-wrap{padding-top:30px}}@media(min-width:768px){.ag--2:not(.ag--adv-mode) .ac-image:first-child{height:200px}}@media(min-width:1024px){.ag--2:not(.ag--adv-mode) .ac-image:first-child{height:250px}}@media(min-width:768px){.ag--2 .ac-image:nth-child(2),.ag--2 .ac:nth-child(2){margin:0;grid-column:1/1;grid-row:3/4}}@media(min-width:768px)and (max-width:1024px){.ag--2 .ac-image:nth-child(2) .ac-image__title,.ag--2 .ac-image:nth-child(2) .ac__title,.ag--2 .ac:nth-child(2) .ac-image__title,.ag--2 .ac:nth-child(2) .ac__title{font-size:20px;line-height:26px}}@media(min-width:768px){.ag--2.ag--adv-mode .ac--medium,.ag--2.ag--adv-mode .ac-image--medium{height:370px}}@media(min-width:1024px){.ag--2.ag--adv-mode .ac--medium,.ag--2.ag--adv-mode .ac-image--medium{height:340px}}@media(min-width:768px){.ag--2.ag--adv-mode .ac--medium .ac-image__img-wrap,.ag--2.ag--adv-mode .ac-image--medium .ac-image__img-wrap{height:auto;padding-top:56.25%}}.ag--2.ag--adv-mode .ac:nth-child(2){grid-column:3/4;grid-row:1/2}@media(min-width:768px){.ag--2.ag--adv-top-mode .ac-image:nth-child(2) .ac-image__img-wrap,.ag--2.ag--adv-top-mode .ac:nth-child(2) .ac-image__img-wrap{height:190.125px}}@media(min-width:1024px){.ag--2.ag--adv-top-mode .ac-image:nth-child(2) .ac-image__img-wrap,.ag--2.ag--adv-top-mode .ac:nth-child(2) .ac-image__img-wrap{height:323.4375px}}.ag--2.ag--adv-top-mode .ac--adv-top-mode{grid-row:auto;grid-column:3/3}@media(min-width:768px){.ag--2:not(.ag--adv-mode) .ac-image:nth-child(2){height:200px}}@media(min-width:1024px){.ag--2:not(.ag--adv-mode) .ac-image:nth-child(2){height:250px}}@media(min-width:768px){.ag--3 .ac-image:first-child,.ag--3 .ac:first-child{margin:0;grid-column:1/2;grid-row:1/4}}@media(min-width:768px)and (max-width:1023px){.ag--3 .ac-image:first-child .ac-image__title,.ag--3 .ac-image:first-child .ac__title,.ag--3 .ac:first-child .ac-image__title,.ag--3 .ac:first-child .ac__title{font-size:16px;line-height:20px}}@media(min-width:768px){.ag--3.ag--adv-mode .ac-image:first-child,.ag--3.ag--adv-mode .ac:first-child{grid-column:1/2;grid-row:1/2}}@media(min-width:768px)and (max-width:1023px){.ag--3.ag--adv-mode .ac-image:first-child,.ag--3.ag--adv-mode .ac:first-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:370px}.ag--3.ag--adv-mode .ac-image:first-child .ac-image__img-wrap,.ag--3.ag--adv-mode .ac:first-child .ac-image__img-wrap{padding-top:56.25%;height:auto;width:100%}.ag--3.ag--adv-mode .ac-image:first-child .ac-image__content-wrap,.ag--3.ag--adv-mode .ac:first-child .ac-image__content-wrap{border:1px solid #fff;border-top:0;border-radius:0 0 12px 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ag--3.ag--adv-mode .ac-image:first-child .ac-image__title,.ag--3.ag--adv-mode .ac-image:first-child .ac__title,.ag--3.ag--adv-mode .ac:first-child .ac-image__title,.ag--3.ag--adv-mode .ac:first-child .ac__title{font-size:20px;line-height:26px}}@media(min-width:1024px){.ag--3.ag--adv-mode .ac-image:first-child,.ag--3.ag--adv-mode .ac:first-child{grid-column:1/2;grid-row:1/2}}@media(min-width:768px){.ag--3.ag--reverse .ac-image:first-child,.ag--3.ag--reverse .ac:first-child{grid-column:3/4;grid-row:1/4}}@media(min-width:768px){.ag--3.ag--adv-mode.ag--reverse .ac-image:first-child,.ag--3.ag--adv-mode.ag--reverse .ac:first-child{grid-column:3/4;grid-row:1/2}}@media(min-width:1024px){.ag--3.ag--adv-mode.ag--reverse .ac-image:first-child,.ag--3.ag--adv-mode.ag--reverse .ac:first-child{grid-column:3/4;grid-row:1/2;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width:768px)and (max-width:1023px){.ag--3.ag--adv-mode .ac-image:first-child .mi{margin-top:10px}}@media(min-width:768px){.ag--3 .ac-image:nth-child(2),.ag--3 .ac:nth-child(2){margin:0;grid-column:3/4;grid-row:1/2}}@media(min-width:768px)and (max-width:1023px){.ag--3 .ac-image:nth-child(2) .ac-image__title,.ag--3 .ac-image:nth-child(2) .ac__title,.ag--3 .ac:nth-child(2) .ac-image__title,.ag--3 .ac:nth-child(2) .ac__title{font-size:16px;line-height:20px}}@media(min-width:768px){.ag--3.ag--adv-mode .ac-image:nth-child(2),.ag--3.ag--adv-mode .ac:nth-child(2){grid-column:3/4;grid-row:1/2}}@media(min-width:1024px){.ag--3.ag--adv-mode .ac-image:nth-child(2),.ag--3.ag--adv-mode .ac:nth-child(2){grid-column:3/4;grid-row:1/4}}@media(min-width:768px){.ag--3.ag--adv-mode.ag--reverse .ac-image:nth-child(2),.ag--3.ag--adv-mode.ag--reverse .ac:nth-child(2),.ag--3.ag--reverse .ac-image:nth-child(2),.ag--3.ag--reverse .ac:nth-child(2){grid-column:1/2;grid-row:1/2}}@media(min-width:1024px){.ag--3.ag--adv-mode.ag--reverse .ac-image:nth-child(2),.ag--3.ag--adv-mode.ag--reverse .ac:nth-child(2){grid-column:1/2;grid-row:1/4}}@media(min-width:768px){.ag--3 .ac-image:nth-child(3),.ag--3 .ac:nth-child(3){margin:0;grid-column:3/4;grid-row:3/4}}@media(min-width:768px)and (max-width:1023px){.ag--3 .ac-image:nth-child(3) .ac-image__title,.ag--3 .ac-image:nth-child(3) .ac__title,.ag--3 .ac:nth-child(3) .ac-image__title,.ag--3 .ac:nth-child(3) .ac__title{font-size:16px;line-height:20px}}@media(min-width:768px){.ag--3.ag--adv-mode .ac-image:nth-child(3),.ag--3.ag--adv-mode .ac:nth-child(3){grid-column:1/4;grid-row:3/4}}@media(min-width:768px)and (max-width:1023px){.ag--3.ag--adv-mode .ac-image:nth-child(3) .ac-image__title,.ag--3.ag--adv-mode .ac-image:nth-child(3) .ac__title,.ag--3.ag--adv-mode .ac:nth-child(3) .ac-image__title,.ag--3.ag--adv-mode .ac:nth-child(3) .ac__title{font-size:20px;line-height:26px}.ag--3.ag--adv-mode .ac-image:nth-child(3) .ac-image__img-wrap,.ag--3.ag--adv-mode .ac:nth-child(3) .ac-image__img-wrap{width:355.5555555556px}}@media(min-width:1024px){.ag--3.ag--adv-mode .ac-image:nth-child(3),.ag--3.ag--adv-mode .ac:nth-child(3){grid-column:1/2;grid-row:3/4;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ag--3.ag--adv-mode .ac-image:nth-child(3) .ac-image__content-wrap,.ag--3.ag--adv-mode .ac:nth-child(3) .ac-image__content-wrap{border:1px solid #fff;border-right:0;border-radius:12px 0 0 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:14px 14px 14px 15px}.ag--3.ag--adv-mode .ac-image:nth-child(3) .ac-image__img-wrap,.ag--3.ag--adv-mode .ac:nth-child(3) .ac-image__img-wrap{width:280px}.ag--3.ag--adv-mode .ac-image:nth-child(3) .ac-image__img-wrap .icn,.ag--3.ag--adv-mode .ac:nth-child(3) .ac-image__img-wrap .icn{height:36px;width:36px}}.ag--3.ag--adv-mode .ac{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}@media(min-width:768px){.ag--3.ag--reverse .ac-image:nth-child(3),.ag--3.ag--reverse .ac:nth-child(3){grid-column:1/2;grid-row:3/4}}@media(min-width:768px){.ag--3.ag--adv-mode.ag--reverse .ac-image:nth-child(3),.ag--3.ag--adv-mode.ag--reverse .ac:nth-child(3){grid-column:1/4;grid-row:3/4}}@media(min-width:1024px){.ag--3.ag--adv-mode.ag--reverse .ac-image:nth-child(3),.ag--3.ag--adv-mode.ag--reverse .ac:nth-child(3){grid-column:3/4;grid-row:3/4}}.ag--3.ag--adv-mode.ag--reverse .ac{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}@media(min-width:768px)and (max-width:1023px){.ag--3.ag--adv-mode .ac-image:nth-child(3){height:200px}.ag--3.ag--adv-mode .ac-image:nth-child(3) .ac-image__content-wrap{padding:15px}}@media(min-width:1024px){.ag--3.ag--adv-mode .ac-image:nth-child(3){height:auto}}@media(min-width:768px){.ag--4 .ac-image:first-child,.ag--4 .ac:first-child{margin:0;grid-column:1/4;grid-row:1/2}}@media(min-width:768px)and (max-width:1024px){.ag--4 .ac-image:first-child .ac-image__title,.ag--4 .ac-image:first-child .ac__title,.ag--4 .ac:first-child .ac-image__title,.ag--4 .ac:first-child .ac__title{font-size:20px;line-height:26px}}@media(min-width:768px){.ag--4.ag--adv-mode .ac-image:first-child,.ag--4.ag--adv-mode .ac:first-child{margin:0;grid-column:1/2;grid-row:1/2}}@media(min-width:768px)and (max-width:1023px){.ag--4.ag--adv-mode .ac-image:first-child,.ag--4.ag--adv-mode .ac:first-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:370px}.ag--4.ag--adv-mode .ac-image:first-child .ac-image__img-wrap,.ag--4.ag--adv-mode .ac:first-child .ac-image__img-wrap{padding-top:56.25%;height:auto;width:100%}.ag--4.ag--adv-mode .ac-image:first-child .ac-image__content-wrap,.ag--4.ag--adv-mode .ac:first-child .ac-image__content-wrap{border:1px solid #fff;border-top:0;border-radius:0 0 12px 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media(min-width:1024px){.ag--4.ag--adv-mode .ac-image:first-child,.ag--4.ag--adv-mode .ac:first-child{grid-column:1/2;grid-row:1/2}}@media(min-width:768px){.ag--4.ag--reverse .ac-image:first-child,.ag--4.ag--reverse .ac:first-child{grid-column:1/4;grid-row:1/2}}@media(min-width:768px){.ag--4.ag--adv-mode.ag--reverse .ac-image:first-child,.ag--4.ag--adv-mode.ag--reverse .ac:first-child{margin:0;grid-column:3/4;grid-row:1/2}}@media(min-width:1024px){.ag--4.ag--adv-mode.ag--reverse .ac-image:first-child,.ag--4.ag--adv-mode.ag--reverse .ac:first-child{grid-column:3/4;grid-row:1/2;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width:768px)and (max-width:1023px){.ag--4:not(.ag--adv-mode) .ac-image:first-child{height:200px}.ag--4:not(.ag--adv-mode) .ac-image:first-child .ac-image__content-wrap{padding:15px}}@media(min-width:1024px){.ag--4:not(.ag--adv-mode) .ac-image:first-child{height:250px}}@media(min-width:768px){.ag--4 .ac-image:nth-child(2),.ag--4 .ac:nth-child(2){margin:0;grid-column:1/2;grid-row:3/6}}@media(min-width:768px)and (max-width:1024px){.ag--4 .ac-image:nth-child(2) .ac-image__title,.ag--4 .ac-image:nth-child(2) .ac__title,.ag--4 .ac:nth-child(2) .ac-image__title,.ag--4 .ac:nth-child(2) .ac__title{font-size:16px;line-height:20px}}@media(min-width:768px){.ag--4.ag--adv-mode .ac-image:nth-child(2),.ag--4.ag--adv-mode .ac:nth-child(2){margin:0;grid-column:3/4;grid-row:1/2}}@media(min-width:1024px){.ag--4.ag--adv-mode .ac-image:nth-child(2),.ag--4.ag--adv-mode .ac:nth-child(2){grid-column:3/4;grid-row:1/4}}@media(min-width:768px){.ag--4.ag--reverse .ac-image:nth-child(2),.ag--4.ag--reverse .ac:nth-child(2){grid-column:3/4;grid-row:3/6}}@media(min-width:768px){.ag--4.ag--adv-mode.ag--reverse .ac-image:nth-child(2),.ag--4.ag--adv-mode.ag--reverse .ac:nth-child(2){margin:0;grid-column:1/2;grid-row:1/2}}@media(min-width:1024px){.ag--4.ag--adv-mode.ag--reverse .ac-image:nth-child(2),.ag--4.ag--adv-mode.ag--reverse .ac:nth-child(2){grid-column:1/2;grid-row:1/4}}@media(min-width:768px){.ag--4 .ac-image:nth-child(3),.ag--4 .ac:nth-child(3){margin:0;grid-column:3/4;grid-row:3/4}}@media(min-width:768px)and (max-width:1024px){.ag--4 .ac-image:nth-child(3) .ac-image__title,.ag--4 .ac-image:nth-child(3) .ac__title,.ag--4 .ac:nth-child(3) .ac-image__title,.ag--4 .ac:nth-child(3) .ac__title{font-size:16px;line-height:20px}}@media(min-width:768px){.ag--4.ag--adv-mode .ac-image:nth-child(3),.ag--4.ag--adv-mode .ac:nth-child(3){margin:0;grid-column:1/4;grid-row:3/4}}@media(min-width:768px)and (max-width:1023px){.ag--4.ag--adv-mode .ac-image:nth-child(3) .ac-image__img-wrap,.ag--4.ag--adv-mode .ac:nth-child(3) .ac-image__img-wrap{width:350px}.ag--4.ag--adv-mode .ac-image:nth-child(3) .ac-image__content-wrap,.ag--4.ag--adv-mode .ac:nth-child(3) .ac-image__content-wrap{padding:24px 24px 24px 25px}.ag--4.ag--adv-mode .ac-image:nth-child(3) .ac-image__title,.ag--4.ag--adv-mode .ac-image:nth-child(3) .ac__title,.ag--4.ag--adv-mode .ac:nth-child(3) .ac-image__title,.ag--4.ag--adv-mode .ac:nth-child(3) .ac__title{font-size:20px;line-height:26px}}@media(min-width:1024px){.ag--4.ag--adv-mode .ac-image:nth-child(3),.ag--4.ag--adv-mode .ac:nth-child(3){grid-column:1/2;grid-row:3/4;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ag--4.ag--adv-mode .ac-image:nth-child(3) .ac-image__content-wrap,.ag--4.ag--adv-mode .ac:nth-child(3) .ac-image__content-wrap{border:1px solid #fff;border-right:0;border-radius:12px 0 0 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:14px 15px 14px 14px}}@media(min-width:768px){.ag--4.ag--reverse .ac-image:nth-child(3),.ag--4.ag--reverse .ac:nth-child(3){grid-column:1/2;grid-row:3/4}}@media(min-width:768px){.ag--4.ag--adv-mode.ag--reverse .ac-image:nth-child(3),.ag--4.ag--adv-mode.ag--reverse .ac:nth-child(3){margin:0;grid-column:1/4;grid-row:3/4}}@media(min-width:1024px){.ag--4.ag--adv-mode.ag--reverse .ac-image:nth-child(3),.ag--4.ag--adv-mode.ag--reverse .ac:nth-child(3){grid-column:3/4;grid-row:3/4}}@media(min-width:768px)and (max-width:1023px){.ag--4.ag--adv-mode .ac-image:nth-child(3){height:200px}.ag--4.ag--adv-mode .ac-image:nth-child(3) .ac-image__content-wrap{padding:15px}}@media(min-width:1024px){.ag--4.ag--adv-mode .ac-image:nth-child(3){height:auto}}@media(min-width:768px){.ag--4 .ac-image:nth-child(4),.ag--4 .ac:nth-child(4){margin:0;grid-column:3/4;grid-row:5/6}}@media(min-width:768px)and (max-width:1024px){.ag--4 .ac-image:nth-child(4) .ac-image__title,.ag--4 .ac-image:nth-child(4) .ac__title,.ag--4 .ac:nth-child(4) .ac-image__title,.ag--4 .ac:nth-child(4) .ac__title{font-size:16px;line-height:20px}}@media(min-width:768px){.ag--4.ag--adv-mode .ac-image:nth-child(4),.ag--4.ag--adv-mode .ac:nth-child(4){margin:0;grid-column:1/4;grid-row:5/6;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ag--4.ag--adv-mode .ac-image:nth-child(4) .ac-image__content-wrap,.ag--4.ag--adv-mode .ac:nth-child(4) .ac-image__content-wrap{border:1px solid #fff;border-right:0;border-radius:12px 0 0 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:24px 25px 24px 24px}}@media(min-width:768px)and (max-width:1023px){.ag--4.ag--adv-mode .ac-image:nth-child(4) .ac-image__title,.ag--4.ag--adv-mode .ac-image:nth-child(4) .ac__title,.ag--4.ag--adv-mode .ac:nth-child(4) .ac-image__title,.ag--4.ag--adv-mode .ac:nth-child(4) .ac__title{font-size:20px;line-height:26px}}@media(min-width:1024px){.ag--4.ag--adv-mode .ac-image:nth-child(4),.ag--4.ag--adv-mode .ac:nth-child(4){grid-column:1/4;grid-row:5/6;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ag--4.ag--adv-mode .ac-image:nth-child(4) .ac-image__content-wrap,.ag--4.ag--adv-mode .ac:nth-child(4) .ac-image__content-wrap{border:1px solid #fff;border-left:0;border-radius:0 12px 12px 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:24px 25px 24px 24px}}.ag--4.ag--adv-mode .ac{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}@media(min-width:768px){.ag--4.ag--reverse .ac-image:nth-child(4),.ag--4.ag--reverse .ac:nth-child(4){grid-column:1/2;grid-row:5/6}}@media(min-width:768px){.ag--4.ag--adv-mode.ag--reverse .ac-image:nth-child(4),.ag--4.ag--adv-mode.ag--reverse .ac:nth-child(4){margin:0;grid-column:1/4;grid-row:5/6}}@media(min-width:768px)and (max-width:1023px){.ag--4.ag--adv-mode.ag--reverse .ac-image:nth-child(4),.ag--4.ag--adv-mode.ag--reverse .ac:nth-child(4){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width:1024px){.ag--4.ag--adv-mode.ag--reverse .ac-image:nth-child(4),.ag--4.ag--adv-mode.ag--reverse .ac:nth-child(4){grid-column:1/4;grid-row:5/6}}.ag--4.ag--adv-mode.ag--reverse .ac{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}@media(min-width:768px)and (max-width:1023px){.ag--4.ag--adv-mode .ac-image:nth-child(4){height:200px}.ag--4.ag--adv-mode .ac-image:nth-child(4) .ac-image__content-wrap{padding:15px}}@media(min-width:1024px){.ag--4.ag--adv-mode .ac-image:nth-child(4){height:250px}}@media(min-width:768px){.ag--5 .ac-image:first-child,.ag--5 .ac:first-child{margin:0;grid-column:1/4;grid-row:1/2}}@media(min-width:768px)and (max-width:1024px){.ag--5 .ac-image:first-child .ac-image__title,.ag--5 .ac-image:first-child .ac__title,.ag--5 .ac:first-child .ac-image__title,.ag--5 .ac:first-child .ac__title{font-size:20px;line-height:26px}}@media(min-width:768px){.ag--5.ag--adv-mode .ac-image:first-child,.ag--5.ag--adv-mode .ac:first-child{margin:0;grid-column:1/2;grid-row:1/2}.ag--5.ag--adv-mode .ac-image:first-child .ac-image__img-wrap,.ag--5.ag--adv-mode .ac:first-child .ac-image__img-wrap{height:auto;padding-top:56.25%}}@media(min-width:768px)and (max-width:1023px){.ag--5.ag--adv-mode .ac-image:first-child,.ag--5.ag--adv-mode .ac:first-child{min-height:370px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ag--5.ag--adv-mode .ac-image:first-child .ac-image__img-wrap,.ag--5.ag--adv-mode .ac:first-child .ac-image__img-wrap{width:100%}}@media(min-width:1024px){.ag--5.ag--adv-mode .ac-image:first-child,.ag--5.ag--adv-mode .ac:first-child{grid-column:1/2;grid-row:1/2;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ag--5.ag--adv-mode .ac-image:first-child .ac-image__img-wrap,.ag--5.ag--adv-mode .ac:first-child .ac-image__img-wrap{height:auto;padding:0;width:280px}.ag--5.ag--adv-mode .ac-image:first-child .ac-image__content-wrap,.ag--5.ag--adv-mode .ac:first-child .ac-image__content-wrap{border:1px solid #fff;border-left:0;border-radius:0 12px 12px 0;padding:14px 14px 14px 15px}}@media(min-width:768px){.ag--5.ag--reverse .ac-image:first-child,.ag--5.ag--reverse .ac:first-child{margin:0;grid-column:1/4;grid-row:1/2}}@media(min-width:768px){.ag--5.ag--adv-mode.ag--reverse .ac-image:first-child,.ag--5.ag--adv-mode.ag--reverse .ac:first-child{margin:0;grid-column:5/6;grid-row:1/2}}@media(min-width:1024px){.ag--5.ag--adv-mode.ag--reverse .ac-image:first-child,.ag--5.ag--adv-mode.ag--reverse .ac:first-child{grid-column:3/4;grid-row:1/2}}@media(min-width:768px)and (max-width:1023px){.ag--5:not(.ag--adv-mode) .ac-image:first-child{height:200px}.ag--5:not(.ag--adv-mode) .ac-image:first-child .ac-image__content-wrap{padding:15px}}@media(min-width:1024px){.ag--5:not(.ag--adv-mode) .ac-image:first-child{height:250px}}@media(min-width:768px){.ag--5 .ac-image:nth-child(2),.ag--5 .ac:nth-child(2){margin:0;grid-column:1/4;grid-row:3/4}}@media(min-width:768px)and (max-width:1024px){.ag--5 .ac-image:nth-child(2) .ac-image__title,.ag--5 .ac-image:nth-child(2) .ac__title,.ag--5 .ac:nth-child(2) .ac-image__title,.ag--5 .ac:nth-child(2) .ac__title{font-size:20px;line-height:26px}}@media(min-width:768px){.ag--5.ag--adv-mode .ac-image:nth-child(2),.ag--5.ag--adv-mode .ac:nth-child(2){margin:0;grid-column:3/6;grid-row:1/2}}@media(min-width:1024px){.ag--5.ag--adv-mode .ac-image:nth-child(2),.ag--5.ag--adv-mode .ac:nth-child(2){grid-column:3/4;grid-row:1/4}.ag--5.ag--adv-mode .ac-image:nth-child(2) .ac-image__img-wrap,.ag--5.ag--adv-mode .ac:nth-child(2) .ac-image__img-wrap{height:auto;padding:0}}@media(min-width:768px){.ag--5.ag--reverse .ac-image:nth-child(2),.ag--5.ag--reverse .ac:nth-child(2){margin:0;grid-column:1/4;grid-row:3/4}}@media(min-width:768px){.ag--5.ag--adv-mode.ag--reverse .ac-image:nth-child(2),.ag--5.ag--adv-mode.ag--reverse .ac:nth-child(2){margin:0;grid-column:1/4;grid-row:1/2}}@media(min-width:1024px){.ag--5.ag--adv-mode.ag--reverse .ac-image:nth-child(2),.ag--5.ag--adv-mode.ag--reverse .ac:nth-child(2){grid-column:1/2;grid-row:1/4}}@media(min-width:768px)and (max-width:1023px){.ag--5:not(.ag--adv-mode) .ac-image:nth-child(2){height:200px}.ag--5:not(.ag--adv-mode) .ac-image:nth-child(2) .ac-image__content-wrap{padding:15px}}@media(min-width:1024px){.ag--5:not(.ag--adv-mode) .ac-image:nth-child(2){height:250px}}@media(min-width:768px){.ag--5 .ac-image:nth-child(3),.ag--5 .ac:nth-child(3){margin:0;grid-column:1/2;grid-row:5/8}}@media(min-width:768px)and (max-width:1024px){.ag--5 .ac-image:nth-child(3) .ac-image__title,.ag--5 .ac-image:nth-child(3) .ac__title,.ag--5 .ac:nth-child(3) .ac-image__title,.ag--5 .ac:nth-child(3) .ac__title{font-size:16px;line-height:20px}}@media(min-width:768px){.ag--5.ag--adv-mode .ac-image:nth-child(3),.ag--5.ag--adv-mode .ac:nth-child(3){margin:0;grid-column:1/4;grid-row:3/4}}@media(min-width:1024px){.ag--5.ag--adv-mode .ac-image:nth-child(3),.ag--5.ag--adv-mode .ac:nth-child(3){grid-column:1/2;grid-row:3/4;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;height:100%}.ag--5.ag--adv-mode .ac-image:nth-child(3) .ac-image__img-wrap,.ag--5.ag--adv-mode .ac:nth-child(3) .ac-image__img-wrap{height:auto;padding:0}.ag--5.ag--adv-mode .ac-image:nth-child(3) .ac-image__content-wrap,.ag--5.ag--adv-mode .ac:nth-child(3) .ac-image__content-wrap{border:1px solid #fff;border-right:0;border-radius:12px 0 0 12px}}@media(min-width:768px){.ag--5.ag--reverse .ac-image:nth-child(3),.ag--5.ag--reverse .ac:nth-child(3){margin:0;grid-column:3/4;grid-row:5/8}}@media(min-width:768px){.ag--5.ag--adv-mode.ag--reverse .ac-image:nth-child(3),.ag--5.ag--adv-mode.ag--reverse .ac:nth-child(3){margin:0;grid-column:3/6;grid-row:3/4}}@media(min-width:1024px){.ag--5.ag--adv-mode.ag--reverse .ac-image:nth-child(3),.ag--5.ag--adv-mode.ag--reverse .ac:nth-child(3){grid-column:3/4;grid-row:3/4}}@media(min-width:768px){.ag--5 .ac-image:nth-child(4),.ag--5 .ac:nth-child(4){margin:0;grid-column:3/4;grid-row:5/6}}@media(min-width:768px)and (max-width:1024px){.ag--5 .ac-image:nth-child(4) .ac-image__title,.ag--5 .ac-image:nth-child(4) .ac__title,.ag--5 .ac:nth-child(4) .ac-image__title,.ag--5 .ac:nth-child(4) .ac__title{font-size:16px;line-height:20px}}@media(min-width:768px){.ag--5.ag--adv-mode .ac-image:nth-child(4),.ag--5.ag--adv-mode .ac:nth-child(4){margin:0;grid-column:5/6;grid-row:3/6;height:100%}}@media(min-width:768px)and (max-width:1023px){.ag--5.ag--adv-mode .ac-image:nth-child(4),.ag--5.ag--adv-mode .ac:nth-child(4){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ag--5.ag--adv-mode .ac-image:nth-child(4) .ac-image__img-wrap,.ag--5.ag--adv-mode .ac:nth-child(4) .ac-image__img-wrap{width:100%;height:auto;aspect-ratio:16/9}.ag--5.ag--adv-mode .ac-image:nth-child(4) .ac-image__content-wrap,.ag--5.ag--adv-mode .ac:nth-child(4) .ac-image__content-wrap{padding:15px}}@media(min-width:1024px){.ag--5.ag--adv-mode .ac-image:nth-child(4),.ag--5.ag--adv-mode .ac:nth-child(4){grid-column:1/4;grid-row:5/6;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ag--5.ag--adv-mode .ac-image:nth-child(4) .ac-image__img-wrap,.ag--5.ag--adv-mode .ac:nth-child(4) .ac-image__img-wrap{height:auto;padding:0;width:445px}.ag--5.ag--adv-mode .ac-image:nth-child(4) .ac-image__content-wrap,.ag--5.ag--adv-mode .ac:nth-child(4) .ac-image__content-wrap{border:1px solid #fff;border-left:0;border-radius:0 12px 12px 0;padding:24px 24px 24px 25px}}@media(min-width:768px){.ag--5.ag--reverse .ac-image:nth-child(4),.ag--5.ag--reverse .ac:nth-child(4){margin:0;grid-column:1/2;grid-row:5/6}}@media(min-width:768px){.ag--5.ag--adv-mode.ag--reverse .ac-image:nth-child(4),.ag--5.ag--adv-mode.ag--reverse .ac:nth-child(4){margin:0;grid-column:1/2;grid-row:3/6}}@media(min-width:1024px){.ag--5.ag--adv-mode.ag--reverse .ac-image:nth-child(4),.ag--5.ag--adv-mode.ag--reverse .ac:nth-child(4){grid-column:1/4;grid-row:5/6}}@media(min-width:1024px){.ag--5.ag--adv-mode .ac-image:nth-child(4){height:250px}}@media(min-width:768px){.ag--5 .ac-image:nth-child(5),.ag--5 .ac:nth-child(5){margin:0;grid-column:3/4;grid-row:7/8}}@media(min-width:768px)and (max-width:1024px){.ag--5 .ac-image:nth-child(5) .ac-image__title,.ag--5 .ac-image:nth-child(5) .ac__title,.ag--5 .ac:nth-child(5) .ac-image__title,.ag--5 .ac:nth-child(5) .ac__title{font-size:16px;line-height:20px}}@media(min-width:768px){.ag--5.ag--adv-mode .ac-image:nth-child(5),.ag--5.ag--adv-mode .ac:nth-child(5){margin:0;grid-column:1/4;grid-row:5/6;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ag--5.ag--adv-mode .ac-image:nth-child(5) .ac-image__content-wrap,.ag--5.ag--adv-mode .ac:nth-child(5) .ac-image__content-wrap{border:1px solid #fff;border-right:0;border-radius:12px 0 0 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:14px 15px 14px 14px}}@media(min-width:768px)and (max-width:1023px){.ag--5.ag--adv-mode .ac-image:nth-child(5) .ac-image__img-wrap,.ag--5.ag--adv-mode .ac:nth-child(5) .ac-image__img-wrap{width:220px}}@media(min-width:1024px){.ag--5.ag--adv-mode .ac-image:nth-child(5),.ag--5.ag--adv-mode .ac:nth-child(5){grid-column:1/4;grid-row:7/8;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ag--5.ag--adv-mode .ac-image:nth-child(5) .ac-image__img-wrap,.ag--5.ag--adv-mode .ac:nth-child(5) .ac-image__img-wrap{height:auto;padding:0;width:445px}.ag--5.ag--adv-mode .ac-image:nth-child(5) .ac-image__content-wrap,.ag--5.ag--adv-mode .ac:nth-child(5) .ac-image__content-wrap{border:1px solid #fff;border-right:0;border-radius:12px 0 0 12px;padding:24px 25px 24px 24px}}.ag--5.ag--adv-mode .ac{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}@media(min-width:768px){.ag--5.ag--reverse .ac-image:nth-child(5),.ag--5.ag--reverse .ac:nth-child(5){margin:0;grid-column:1/2;grid-row:7/8}}@media(min-width:768px){.ag--5.ag--adv-mode.ag--reverse .ac-image:nth-child(5),.ag--5.ag--adv-mode.ag--reverse .ac:nth-child(5){margin:0;grid-column:3/6;grid-row:5/6}}@media(min-width:768px)and (max-width:1023px){.ag--5.ag--adv-mode.ag--reverse .ac-image:nth-child(5),.ag--5.ag--adv-mode.ag--reverse .ac:nth-child(5){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width:1024px){.ag--5.ag--adv-mode.ag--reverse .ac-image:nth-child(5),.ag--5.ag--adv-mode.ag--reverse .ac:nth-child(5){grid-column:1/4;grid-row:7/8}}.ag--5.ag--adv-mode.ag--reverse .ac{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}@media(min-width:1024px){.ag--5.ag--adv-mode .ac-image:nth-child(5){height:250px}}@media(min-width:1024px){.ag--mobile-mode-desk.ag--1,.ag--mobile-mode-desk.ag--2,.ag--mobile-mode-desk.ag--3,.ag--mobile-mode-desk.ag--4,.ag--mobile-mode-desk.ag--5{grid-template-columns:300px;grid-template-rows:auto;row-gap:100px}.ag--mobile-mode-desk.ag--1 .ac-image:nth-child(-n+5),.ag--mobile-mode-desk.ag--1 .ac:nth-child(-n+5),.ag--mobile-mode-desk.ag--2 .ac-image:nth-child(-n+5),.ag--mobile-mode-desk.ag--2 .ac:nth-child(-n+5),.ag--mobile-mode-desk.ag--3 .ac-image:nth-child(-n+5),.ag--mobile-mode-desk.ag--3 .ac:nth-child(-n+5),.ag--mobile-mode-desk.ag--4 .ac-image:nth-child(-n+5),.ag--mobile-mode-desk.ag--4 .ac:nth-child(-n+5),.ag--mobile-mode-desk.ag--5 .ac-image:nth-child(-n+5),.ag--mobile-mode-desk.ag--5 .ac:nth-child(-n+5){grid-column:1/2;grid-row:auto;height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ag--mobile-mode-desk.ag--1 .ac-image:nth-child(-n+5) .ac-image__img-wrap,.ag--mobile-mode-desk.ag--1 .ac:nth-child(-n+5) .ac-image__img-wrap,.ag--mobile-mode-desk.ag--2 .ac-image:nth-child(-n+5) .ac-image__img-wrap,.ag--mobile-mode-desk.ag--2 .ac:nth-child(-n+5) .ac-image__img-wrap,.ag--mobile-mode-desk.ag--3 .ac-image:nth-child(-n+5) .ac-image__img-wrap,.ag--mobile-mode-desk.ag--3 .ac:nth-child(-n+5) .ac-image__img-wrap,.ag--mobile-mode-desk.ag--4 .ac-image:nth-child(-n+5) .ac-image__img-wrap,.ag--mobile-mode-desk.ag--4 .ac:nth-child(-n+5) .ac-image__img-wrap,.ag--mobile-mode-desk.ag--5 .ac-image:nth-child(-n+5) .ac-image__img-wrap,.ag--mobile-mode-desk.ag--5 .ac:nth-child(-n+5) .ac-image__img-wrap{height:auto;padding-top:169px;width:100%}.ag--mobile-mode-desk.ag--1 .ac-image:nth-child(-n+5) .ac-image__content-wrap,.ag--mobile-mode-desk.ag--1 .ac:nth-child(-n+5) .ac-image__content-wrap,.ag--mobile-mode-desk.ag--2 .ac-image:nth-child(-n+5) .ac-image__content-wrap,.ag--mobile-mode-desk.ag--2 .ac:nth-child(-n+5) .ac-image__content-wrap,.ag--mobile-mode-desk.ag--3 .ac-image:nth-child(-n+5) .ac-image__content-wrap,.ag--mobile-mode-desk.ag--3 .ac:nth-child(-n+5) .ac-image__content-wrap,.ag--mobile-mode-desk.ag--4 .ac-image:nth-child(-n+5) .ac-image__content-wrap,.ag--mobile-mode-desk.ag--4 .ac:nth-child(-n+5) .ac-image__content-wrap,.ag--mobile-mode-desk.ag--5 .ac-image:nth-child(-n+5) .ac-image__content-wrap,.ag--mobile-mode-desk.ag--5 .ac:nth-child(-n+5) .ac-image__content-wrap{border:1px solid #d5d5d5;border-top:0;border-top-color:#d5d5d5;border-radius:0 0 12px 12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:14px}.ag--mobile-mode-desk.ag--1 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--1 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--1 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--1 .ac:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--2 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--2 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--2 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--2 .ac:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--3 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--3 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--3 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--3 .ac:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--4 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--4 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--4 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--4 .ac:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--5 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--5 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--5 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--5 .ac:nth-child(-n+5) .ac-image__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}}@media(min-width:1024px)and (min-width:768px){.ag--mobile-mode-desk.ag--1 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--1 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--1 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--1 .ac:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--2 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--2 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--2 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--2 .ac:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--3 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--3 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--3 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--3 .ac:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--4 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--4 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--4 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--4 .ac:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--5 .ac-image:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--5 .ac-image:nth-child(-n+5) .ac-image__title,.ag--mobile-mode-desk.ag--5 .ac:nth-child(-n+5) .ac,.ag--mobile-mode-desk.ag--5 .ac:nth-child(-n+5) .ac-image__title{font-size:20px;line-height:26px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:1024px){.ag--mobile-mode-desk.ag--1 .ac-image:nth-child(-n+5) .mi,.ag--mobile-mode-desk.ag--1 .ac:nth-child(-n+5) .mi,.ag--mobile-mode-desk.ag--2 .ac-image:nth-child(-n+5) .mi,.ag--mobile-mode-desk.ag--2 .ac:nth-child(-n+5) .mi,.ag--mobile-mode-desk.ag--3 .ac-image:nth-child(-n+5) .mi,.ag--mobile-mode-desk.ag--3 .ac:nth-child(-n+5) .mi,.ag--mobile-mode-desk.ag--4 .ac-image:nth-child(-n+5) .mi,.ag--mobile-mode-desk.ag--4 .ac:nth-child(-n+5) .mi,.ag--mobile-mode-desk.ag--5 .ac-image:nth-child(-n+5) .mi,.ag--mobile-mode-desk.ag--5 .ac:nth-child(-n+5) .mi{margin:20px 0 0}}.ag--mobile-mode-desk .ac-image .ac-image__content-wrap{border:1px solid #d5d5d5;border-top:0}@media(min-width:768px){.ag--mobile-mode-desk .ac-image .ac-image__content-wrap{border:1px solid #d5d5d5;border-left:0}.ag--mobile-mode-desk .ac-image.ac-image--reverse .ac-image__content-wrap{border:1px solid #d5d5d5;border-right:0}.ag--mobile-mode-desk .ac-image.ac-image--medium .ac-image__content-wrap{border:1px solid #d5d5d5;border-top:0}}.ac{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #fff;border-radius:12px;display:block;padding:14px 14px 19px;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:19px}}@media(min-width:1024px){.ac{padding:24px}}.ac .ac__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac .ac__title{font-size:26px;line-height:32px;letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:768px){.ac .ac--small{height:125px}}.ac .lbl{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px 0 0}.ac--small .ac__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac--small .ac__title{font-size:20px;line-height:26px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}.ac--medium .ac__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:30px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.ac--medium .ac__title{font-size:20px;line-height:26px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:768px){.ac--large{height:600px}}.ac--adv-injected{border:0;background-color:#f2f2f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;padding:0;overflow:hidden;border-radius:0}@media(min-width:768px){.ac--adv-injected .adv{margin:0}}.ac--adv-top-mode.ac--adv-injected{border-radius:0;background-color:transparent;display:block}.ac--adv-injected:not(.ac--adv-top-mode) .adv{background-image:none}.ag--adv-no-injected .ac--adv-injected{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:transparent;border-radius:0}.fs{width:145px;height:190px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;position:relative;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;-webkit-text-decoration:none;text-decoration:none}.fs:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1}@media(min-width:768px){.fs{width:195px;height:120px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.fs .fs__counter-wrap{height:100%;width:50px}}@media(min-width:1024px){.fs{width:145px;height:250px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fs__counter-wrap{height:50px;width:100%}}.fs--with-counter{border:3px solid #00b5ff}.fs__image-wrap{position:absolute;top:0;left:0;bottom:0;right:0}.fs__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.fs__title{letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif;font-size:20px;line-height:24px;font-weight:700;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none;word-break:break-word;position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px}@media(min-width:768px){.fs__title{font-size:18px;line-height:22px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:1024px){.fs__title{font-size:20px;line-height:24px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}.fs__counter-wrap{height:50px;position:relative;-ms-flex-negative:0;flex-shrink:0}.fs__counter{letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:20px;font-weight:700;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none;position:absolute;right:10px;bottom:10px;border-radius:50%;background-color:#00b5ff;width:26px;height:26px;z-index:1;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fs__counter:before{content:"+"}.fs-container{position:relative;width:100%}@media(min-width:768px){.fs-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.fs-container .fs__title{font-size:18px;line-height:22px}.fp_content-wrapper__stories-row{margin:0 0 30px}@media(min-width:768px){.fp_content-wrapper__stories-row{margin:40px auto;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:718px}}@media(min-width:1024px){.fp_content-wrapper__stories-row{max-width:910px}}.fp_content-wrapper__stories-row .st{margin-left:10px}@media(min-width:768px){.fp_content-wrapper__stories-row .st{margin-left:0}}.st{margin:0 0 20px;width:100%}.fs-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}@media(min-width:768px){.fs-action{position:absolute;right:0;top:3px;margin-bottom:0}}.fs-block{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;margin-bottom:20px}.fs-block::-webkit-scrollbar{display:none}.fs-block:after{content:".";visibility:hidden}.fs-block--full-width-mode.fs-block--4{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media(min-width:768px){.fs-block--full-width-mode.fs-block--4{max-width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width:1024px){.fs-block--full-width-mode.fs-block--4{height:280px}}@media(min-width:768px){.fs-block--full-width-mode.fs-block--4 .fs{width:170px;height:250px;margin-right:0}}@media(min-width:1024px){.fs-block--full-width-mode.fs-block--4 .fs{width:214px;height:280px}}@media(min-width:768px){.fs-block{margin-bottom:0}}.fs-block--4 .fs{margin:0 4px}@media(min-width:768px){.fs-block--4 .fs{margin:0 8px 0 0}}.fs-block--4 .fs:first-child{margin-left:10px}@media(min-width:768px){.fs-block--4 .fs:first-child{margin-left:0}}.fs-block--4 .fs:last-child{margin-right:10px}@media(min-width:768px){.fs-block--4 .fs:last-child{margin-right:0}}@media(min-width:768px){.fs-block--4 .fs:nth-child(3),.fs-block--4 .fs:nth-child(4){margin-bottom:0}}@media(min-width:768px){.fs-block--4{max-width:418px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;height:250px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fs-block--4 .fs{-ms-flex-negative:1;flex-shrink:1;margin-right:14px}}@media(min-width:1024px){.fs-block--4{max-width:610px;width:100%}.fs-block--4 .fs{-ms-flex-negative:1;flex-shrink:1;margin-right:8px;margin-bottom:0}}.fs-block__title{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.mi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Inter Tight,Arial,sans-serif;font-size:14px;line-height:18px;font-weight:400;color:#939393;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.mi__view{font-weight:700}.mi__view+span:before{content:"";display:inline-block;width:4px;height:4px;background-color:#939393;border-radius:50%;margin-right:3px;margin-left:3px;margin-bottom:3px}.mi__separator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mi__text-wrap{margin-left:3px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mi__author{color:#ff4900;display:inline-block;margin-left:3px}.vc{width:290px;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:10px;background-color:#fff}.vc__image-wrap{position:relative;overflow:hidden;width:100%;padding-top:56.25%}@media(min-width:768px)and (max-width:1023px){.vc__image-wrap .icn svg{width:36px;height:36px}}.vc__image-content{position:absolute;top:0;left:0;right:0;bottom:0}.vc__image-content svg{position:absolute;bottom:15px;right:15px;width:46px;height:46px}.vc__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.vc__title{display:block;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif;font-size:18px;line-height:22px;font-weight:700;color:#000;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.vc__title{font-size:16px;line-height:20px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:768px)and (max-width:1024px){.vc__title{overflow:hidden;max-height:80px}}.vc__text-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:15px;border:1px solid #e0e0e0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0}.vc__text-wrap .mi{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:15px}.fv{background-color:#fff;padding:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin:0 auto 30px}@media(min-width:768px){.fv{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.fv .mi{letter-spacing:0;font-family:Inter Tight,Arial,sans-serif;font-size:12px;line-height:12px;font-weight:400;color:#939393;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.fv .mi .mi__author{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.fv .mi .icn svg{width:13px;height:13px}@media(min-width:768px){.fv{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px auto}}@media(min-width:1024px){.fv{max-width:1006px;margin:40px -8px}}.fv__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;margin-left:10px}.fv__content::-webkit-scrollbar{display:none}@media(min-width:768px){.fv__content{margin:0;overflow-x:visible;overflow-x:initial}}.fv__content:after{content:".";display:block;opacity:0}@media(min-width:768px){.fv__content:after{width:0}}.fv--with-ads .fv__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;margin-left:0;width:100%}.fv--with-ads .fv__content:after{display:none}@media(min-width:768px){.fv--with-ads .fv__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.fv .vc{-ms-flex-negative:0;flex-shrink:0;margin-right:24px}.fv .vc:last-child{margin-right:15px}@media(min-width:768px){.fv .vc:last-child{margin-right:0}}@media(min-width:768px){.fv .vc{margin-right:14px;width:230px}.fv .vc__image-wrap__content__icon{right:10px;bottom:10px}}@media(min-width:768px)and (min-width:1024px){.fv .vc__image-wrap__content__icon{right:15px;bottom:15px}}@media(min-width:1024px){.fv .vc{width:290px}}.fv__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:18px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media(min-width:768px){.fv__navigation{display:none}}.fv__dot{display:block;width:9px;height:9px;background:hsla(0,0%,100%,.25);margin-right:5px;border-radius:50%;-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}.fv__dot--active{background-color:#fff}.fv.fv--with-ads .vc{height:320px;margin-bottom:20px;margin-right:0;width:325px}@media(min-width:768px){.fv.fv--with-ads .vc{height:250px;margin-bottom:0;margin-right:13px;width:203px}.fv.fv--with-ads .vc__text-wrap{padding:10px 8px}.fv.fv--with-ads .vc__title{font-size:14px;line-height:18px}.fv.fv--with-ads .vc__image-wrap{height:114px}}@media(min-width:1024px){.fv.fv--with-ads .vc{height:320px;margin-bottom:0;margin-right:20px;width:290px}.fv.fv--with-ads .vc__text-wrap{padding:14px}.fv.fv--with-ads .vc__title{font-size:18px;line-height:22px}}.fv.fv--with-ads .mi__text-wrap{font-size:12px}@media(max-width:767px){.fv--adv-mode .fv__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;margin:0}}@media(min-width:768px){.fv--adv-mode .fv__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width:767px){.fv--adv-mode{padding:30px 0 20px}}@media(max-width:767px){.fv--adv-mode .vc{width:100%;margin:0 0 20px}}@media(min-width:768px)and (max-width:1023px){.fv--adv-mode .vc{width:203px}}.fv--adv-mode .vc .mi{letter-spacing:0;font-family:Inter Tight,Arial,sans-serif;font-size:12px;line-height:12px;font-weight:400;color:#939393;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}@media(min-width:768px){.fv--adv-mode .vc .mi{font-size:10px;line-height:10px;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:1024px){.fv--adv-mode .vc .mi{font-size:12px;line-height:12px;letter-spacing:0;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:768px)and (max-width:1023px){.fv--adv-mode .vc .mi .icn svg{width:10px;height:10px}}@media(min-width:768px){.fv--adv-mode .vc .mi__author{max-width:110px}}@media(min-width:1024px){.fv--adv-mode .vc .mi__author{max-width:180px}}.lbl{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:20px;letter-spacing:0;font-family:Lato,sans-serif;font-size:12px;line-height:12px;font-weight:400;color:#000;text-transform:uppercase;font-style:normal;-webkit-text-decoration:none;text-decoration:none;background-color:#ff4900;padding:0 7px}.lbl .icn svg,.nb--breaking .lbl .icn svg{height:14px;margin-right:6px;width:14px}@media(min-width:1024px){.nb--breaking .lbl .icn svg{height:20px;width:20px}}@media(min-width:768px){.lbl{height:24px}}@media(min-width:1024px){.nb--breaking .lbl{height:30px}}.lbl--icon-type-opinion{color:#000}.lbl--row-block{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ff4900;display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;padding:0 7px}@media(max-width:767px){.lbl--row-block{margin-bottom:15px}}.info--updated .lbl{height:22px}.pl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#0f0f0f;-webkit-text-decoration:none;text-decoration:none}.pl:active,.pl:focus,.pl:hover{opacity:1}.pl--size-big .pl__avatar{width:60px;height:60px;margin:0 10px 0 0}.pl--size-big .pl__name{letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif;font-size:18px;line-height:22px;font-weight:700;color:#fff;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.pl--size-big .pl__avatar{margin-right:9px}.pl--with-title-bold .pl__name{font-weight:700}.pl__avatar{margin:0 10px 0 0;display:inline-block}.pl__avatar img{max-width:100%}.pl__name{letter-spacing:-.01em;font-size:16px;line-height:16px;color:#fff;margin-bottom:2px}.pl__label,.pl__name{font-family:Inter Tight,Arial,sans-serif;font-weight:400;text-transform:none;font-style:normal;-webkit-text-decoration:none;text-decoration:none}.pl__label{letter-spacing:0;font-size:12px;line-height:12px;color:hsla(0,0%,100%,.5)}.lvb{margin:0 10px 20px}@media(min-width:768px){.lvb{max-width:718px;margin:0 auto 30px}}@media(min-width:1024px){.lvb{max-width:910px;margin:0 auto 40px}}@media(min-width:768px){.lvb--with-adv{display:-webkit-box;display:-ms-flexbox;display:flex}}.lvb__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 30px}@media(min-width:768px){.lvb__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:0}}.lvb--with-adv .lvb__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media(min-width:768px){.lvb--with-adv .lvb__wrap{width:338px}}@media(min-width:1024px){.lvb--with-adv .lvb__wrap{width:575px}}.lvb__video-wrap{width:100%}@media(min-width:768px){.lvb__video-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.lvb__video-wrap .embed-container{height:100%}.lvb__video-wrap iframe{height:100%;vertical-align:bottom;width:100%}.lvb--with-adv .lvb__video-wrap{height:220px}@media(min-width:1024px){.lvb--with-adv .lvb__video-wrap{height:323px}}.lvb__info-wrap{background-color:#0f0f0f;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding:20px 25px}@media(min-width:768px){.lvb__info-wrap{-ms-flex-negative:0;flex-shrink:0;height:240px;width:292px}}@media(min-width:1024px){.lvb__info-wrap{width:271px;height:360px;padding:20px}}.lvb__info-wrap .pl{margin-top:30px}@media(min-width:768px){.lvb__info-wrap .pl{position:absolute;bottom:20px;left:25px}}.lvb--with-adv .lvb__info-wrap{border-radius:0 0 12px 12px;padding:20px 20px 30px;height:auto;width:100%}.lvb--with-adv .lvb__info-wrap .pl{bottom:auto;left:auto;position:relative}.lvb__title{letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif;font-size:24px;line-height:32px;font-weight:700;color:#fff;-webkit-text-decoration:none;text-decoration:none;margin:20px 0 0}@media(min-width:768px){.lvb__title{font-size:20px;line-height:26px;letter-spacing:-.01em;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:1024px){.lvb__title{font-size:24px;line-height:32px;letter-spacing:-.02em;font-family:Inter Tight,Arial,sans-serif}}@media(min-width:768px){.lvb .ri{width:36px;height:36px}}.lvb .adv{margin-bottom:0}.cp_wrapper-flash{min-height:293px;margin-bottom:30px}@media(min-width:768px){.cp_wrapper-flash{max-width:718px;margin-left:auto;margin-right:auto}}@media(min-width:1024px){.cp_wrapper-flash{max-width:910px;overflow:hidden;margin:0 auto 40px}}@media only screen and (min-width:768px)and (max-width:1024px)and (orientation:landscape)and (-webkit-min-device-pixel-ratio:1){.cp_wrapper-flash{min-height:auto;height:auto}}.cp_wrapper-flash .flash-carousel-logo-wrapper--has-title span{text-transform:capitalize}.cp_wrapper-flash--home .flash-carousel-container .videolist-carousel{padding-left:10px;padding-right:10px}@media(min-width:768px){.cp_wrapper-flash--home .flash-carousel-container .videolist-carousel{padding-left:20px;padding-right:20px}}@media(min-width:1024px){.cp_wrapper-flash--home .flash-carousel-container .videolist-carousel{padding-left:0;padding-right:0}}.cp_wrapper-flash--article .videolist-container{width:100%}@media(min-width:768px)and (max-width:1920px){.cp_wrapper-flash--article .videolist-container{max-width:none}}@media(min-width:768px){.cp_wrapper-flash--article .videolist-container:before{display:none}}.cp_wrapper-flash--has-adv .adv{margin-bottom:0;margin-top:20px}@media(min-width:768px){.cp_wrapper-flash--has-adv{gap:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.cp_wrapper-flash--has-adv .adv{margin-top:0;display:block}.cp_wrapper-flash--has-adv .ym-flash-carousel{max-width:410px}}@media(min-width:1024px){.cp_wrapper-flash--has-adv{gap:29px}.cp_wrapper-flash--has-adv .ym-flash-carousel{max-width:none}}
</style><link href="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/css/wordpress/fanpage/deferred/fanpage-home.css" rel="stylesheet" as="style" onload="this.rel='stylesheet'"><link rel="shortcut icon" href="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/favicon/extra/news/favicon-96x96.png">
<link rel="icon" type="image/png" href="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/favicon/extra/news/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/favicon/extra/news/apple-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/favicon/extra/news/apple-icon-180x180.png">
<meta name="application-name" content="Fanpage">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/favicon/extra/news/ms-icon-144x144.png">
<meta name="msapplication-square70x70logo" content="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/favicon/extra/news/ms-icon-70x70.png">
<meta name="msapplication-square150x150logo" content="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/favicon/extra/news/ms-icon-150x150.png">
<meta name="msapplication-square310x310logo" content="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/img/wordpress/favicon/extra/news/ms-icon-310x310.png">
<meta property="al:android:package" content="com.ciaopeople.fanpage">
<meta property="al:android:app_name" content="Fanpage">
<meta property="al:android:url" content="fanpage://www.fanpage.it">
<link rel="alternate" href="android-app://com.ciaopeople.fanpage/fanpage/www.fanpage.it">
<meta name="inmobi-site-verification" content="e13a47b4d2edde2dd0ef663aa23394b0"><script type="text/javascript">

var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];

/**
  * Interface for vendors.
  *
  * @interface Vendor
  *
  * @property {string} id
  *
  * @function
  * @name Vendor#loadSlots
  * @param {Object[]} slots
  * @param {function} callback
  */
  
  window.HbWrapper = {
    /**
     * @property {Vendor[]}
    */
    vendors: [],
    bidden: 0,

    log: function()
    {
      var data = ["[HBW]"].concat(Array.prototype.slice.call(arguments));
      return typeof console !== "undefined" && console !== null ? console.log.apply(console,data) : void 0;
    },

    addVendor: function(vendor)
    {
      //TODO: duck test  
      this.vendors.push(vendor);
      this.log('Added ' + vendor.id + ' vendor');
    },

    vendorBidden: function(vendorId, slotsToRefresh)
    {
      this.log('End bids request for ' + vendorId);
      this.bidden++;
      if(this.vendors.length === this.bidden) {
        this.log('All bids request done, calling refresh');
        this.callRefresh(slotsToRefresh);
        this.bidden = 0;
      }
    },

    callRefresh: function(slotsToRefresh)
    {
      slotsToRefresh = slotsToRefresh || null;
      googletag.cmd.push(function ()
      {
        googletag.pubads().refresh(slotsToRefresh);
      });
    },

    /**
    * @param {Array} slots
    */
    loadSlots: function(slots)
    {
      if(this.vendors.length === 0) {
        this.log('No vendors added, calling refresh');
        this.callRefresh(slots);
        return;
      }

      var self = this;
      for(var i in this.vendors) {
        var vendor = this.vendors[i];
        this.log('Start bids request for ' + vendor.id);
        vendor.loadSlots(slots, function() 
        {
          self.vendorBidden(vendor.id, slots);
        });
      }
    }
  };
</script>
<link rel="preconnect" href="https://c.amazon-adsystem.com" crossorigin="">
<script async="" src="https://c.amazon-adsystem.com/aax2/apstag.js"></script>
<script type="text/javascript">

window._fpcmp = window._fpcmp || [];
window._fpcmp.push(function(gdprsdk)
{
  (function(gdprsdk,enab,pubId,btimeout, enableVideoBids)
  {
    var debugEnabled = window && window._fp_a9_debug === true;
    var exportGlobal = true;

    function log() {
      var data = ["[FPA9]"].concat(Array.prototype.slice.call(arguments));
      return typeof console !== "undefined" && console !== null ? console.log.apply(console,data) : void 0;

    }
    function debug() {
      if(debugEnabled) {
        var data = ["[FPA9]"].concat(Array.prototype.slice.call(arguments));
        return typeof console !== "undefined" && console !== null ? console.debug.apply(console,data) : void 0;
      }
    }

    function S4() {
      return Math.floor(Math.random() * 0x10000 /* 65536 */).toString(16);
    }

    function GUID() {
      return S4() + S4() + "-" + S4() + "-" + S4() + "-" + S4() + "-" + S4() + S4() + S4();
    }

    function FPA9(enabled,publisherId,bidTimeout,enableVideoBids) {
      this.id = 'A9';
      this.enabled = enabled;
      this.bidTimeout = bidTimeout;
      this.videoBid = false;
      this.videoBidsEnabled = enableVideoBids?true:false;
      this.loadingVideoBid = false;
      this.excludeFromBid = [
        '/1010633/overlayer',
        '/1010633/skin',
        '/1010633/skin_youmedia',
        '/1010633/youmedia_overlayer',
        '/1010633/ck_leg_overlayer',
        '/1010633/cookist_overlayer',
        '/1010633/cookist_skin',
        '/1010633/ck_skin',
        '/1010633/cookist_leg_skin',
        '/1010633/ck_overlayer',
        '/1010633/Ohga_display/ohga_overlayer',
        '/1010633/Ohga_display/ohga_skin',
        '/1010633/ck_it_overlayer',
        '/1010633/ck_it_skin',
        '/1010633/cookist_it_skin',
        '/1010633/cookist_it_overlayer',
        '/1010633/geopop_skin',
        '/1010633/geopop_overlayer',
        '/1010633/wamily_skin',
        '/1010633/wamily_overlayer',
        '/1010633/lexplain_skin',
        '/1010633/lexplain_overlayer',
        '/1010633/fp_QCintro',
        '/1010633/fp_QCclassifica'
      ];
      if(exportGlobal && this.videoBidsEnabled) {
        //variabili per il riutilizzo delle bid video
        //richieste in pagina prima dell'inizializzazione
        //del player - per guadagnare tempo
        log("Exporting Global Variables");
        window._fp_amz_scp = null;
        window._fp_amz_enabled = this.enabled;
        window._fp_amz_page_load = this.enabled;
      }
      if(enabled) {
        log("Loading APSTAG");
        ! function(a9, a, p, s, t, A, g) {
            if (a[a9]) return;

            function q(c, r) {
                a[a9]._Q.push([c, r])
            }
            a[a9] = {
                init: function() {
                    q("i", arguments)
                },
                fetchBids: function() {
                    q("f", arguments)
                },
                setDisplayBids: function() {},
                targetingKeys: function() {
                    return []
                },
                dpa: function() {
                    q("di", arguments)
                },
                rpa: function() {
                    q("ri", arguments)
                },
                upa: function() {
                    q("ui", arguments)
                },
                _Q: []
            };
        }("apstag", window);
        apstag.init(
          {
            pubID: publisherId,
            adServer: 'googletag',
            videoAdServer: 'DFP',
            bidTimeout: bidTimeout,
            deals: true // required for deals
          }, 
          () => {window.apstaginit = true;}
        );
        
        var apat = document.cookie.split(';').filter(function(el, idx){return el.indexOf('apat') > -1}).map(function(el, idx){return el.trim().split('=')})
        if (apat.length > 0 && apat[0].length === 2) {
            log("Setting Amazon Publisher Audiences token", apat[0][1]);
            apstag.rpa({
                hashedRecords: [{type:"email", record:apat[0][1]}],
                optOut: !gdprsdk.amazon.allowPersonalizedAds()
            }, function () {
                log("Apstag renew token loded")
            })
        }
      } else {
        log("Not Enabled");
      }
    }

    FPA9.prototype.loadSlots = function(requestedSlots,callback)
    { 
      var self = this;
      var slotsToRefresh = requestedSlots;
      if(!self.videoBidsEnabled) {
        slotsToRefresh = requestedSlots.filter(e => e != "video")
      }
      var fetchSlots = this.prepareSlots(slotsToRefresh);
      log("Load called for", fetchSlots);
      var safeState = false;
      var gptRefreshCalled = false;
      
      var gid = GUID();
      var slots = {
        slots: fetchSlots.filter(function (slot) { return !slot.slotName || (this.excludeFromBid.indexOf(slot.slotName) === -1) }, this)
      };
      if(self.videoBidsEnabled) {
        self.loadingVideoBid = fetchSlots.filter(function (bid)
        {
          return bid.mediaType === 'video'
        }).length > 0;
      }

      var callRefresh = function() {
        if (gptRefreshCalled) {
          log("Refresh Already Called",gid);
        }
        else {
          gptRefreshCalled = true;
          debug('Enqueue refresh', gid);
          log("Calling Refresh",gid,"Refreshing " + (slotsToRefresh && slotsToRefresh.length > 0?slotsToRefresh.length:"all") + " slots");
          callback();
        }
      };

      // check enabled
      if(!this.enabled) {
        callRefresh();
        return;
      }

      // check slots
      if(slots.slots.length === 0) {
        log("No Bids To Ask");
        callRefresh();
        return;
      }

      log("Asked Display Bids", gid, slots.slots);

      apstag.fetchBids(slots, function (bids) {
        log("Received bids",gid,bids,arguments);

        if(bids && bids.length > 0) {

          if(self.loadingVideoBid) {
            var videoBid = bids.filter(function (bid) {
              return bid.mediaType === 'video'
            })[0];
            if (videoBid) {
              var encodedQsParams = videoBid.encodedQsParams || (videoBid.helpers && videoBid.helpers.encodedQsParams && videoBid.helpers.encodedQsParams());
              log("encodedQS", gid, encodedQsParams, videoBid);
              self.videoBid = encodedQsParams
              if(exportGlobal) window._fp_amz_scp = encodedQsParams;
            }
            else {
              log("No Video BID",gid);
              self.videoBid = "_fp_invalid";
              if(exportGlobal) window._fp_amz_scp = "_fp_invalid";
            }
          }

        }
        else log("no bids received",gid);
        self.loadingVideoBid = false;
        if(exportGlobal) window._fp_amz_page_load = false;
        log("Displaying bids",gid)
        apstag.setDisplayBids();
        if(safeState)  {
          debug("clearing safe state",gid);
          window.clearTimeout(safeState);
          safeState = false;
        }
        else {
          log("state was already cleared ... lost bids",gid);
        }
        callRefresh();
      });
      safeState = window.setTimeout(function() {
        log("Manual Clean by Timeout [SafeState]",gid);
        safeState = false;
        self.loadingVideoBid = false;
        if(exportGlobal) window._fp_amz_page_load = false;
        callRefresh();
      },this.bidTimeout + 1);
    };

    FPA9.prototype.prepareSlots = function(slots)
    {
      // esclusione slots che hanno "fluid" come unica dimensione 
      slots = slots.filter(function(slot) {

        if(slot === 'video') {
          return true;
        }

        var sizes = slot.getSizes();
        return sizes.length > 1 || (sizes[0].getWidth && sizes[0].getHeight);
      });

      // formattazione
      a9Slots = slots.map(function(slot)
      {
        // slot video
        if(slot === 'video') {
          return {
            'slotID'    : 'video',
            'mediaType' : 'video'
          };
        }

        // esclusione "fluid" tra le sizes
        var sizes = slot.getSizes(), filteredSizes = [];
        for(var i in sizes) {
          if(sizes[i].getWidth && sizes[i].getHeight) {
            filteredSizes.push([sizes[i].getWidth(), sizes[i].getHeight()]);
          }
        }

        return {
          'slotID'    : slot.getSlotElementId(),
          'slotName'  : slot.getAdUnitPath(),
          'sizes'     : filteredSizes
        }
      });

      return a9Slots;
    }

    if(typeof window.FPA9 === "undefined" ) {
      if(gdprsdk) {
        var gdprAllow = gdprsdk.amazon.allowHeaderBidding();
        debug("Is Gdpr Allow?",gdprAllow);
        window.FPA9 = new FPA9(enab && gdprAllow,
          pubId,
          btimeout,
          enableVideoBids
        );
      }
      else {
        log("NO GDPRSDK Defined - loading disabled");
        window.FPA9 = new FPA9(false,pubId,btimeout,false);
      }
    }

    window.HbWrapper.addVendor(window.FPA9);

  })(gdprsdk,true,"3597",1000,(window._SiteConfig && window._SiteConfig.Config && window._SiteConfig.Config.BID && window._SiteConfig.Config.BID.preloadVideoBid?true:false));
});
</script>
<script type="text/javascript">

var __iasPET = __iasPET || {};
__iasPET.queue = __iasPET.queue || []; 
__iasPET.pubId = '930840';

window._fpcmp.push(function(gdprsdk)
{
  function CPIAS(enabled, timeout) {
    this.id = 'IAS';
    this.enabled = enabled;
    window._fp_ias_enabled = this.enabled;
    window._fp_ias_page_load = this.enabled;
    this.debugEnabled = false;
    this.timeout = timeout;
    this.enabledSizes = [
      [1, 1],
      [375, 125],
      [970, 250],
      [300, 250],
      [300, 600]
    ];

    if(enabled) {
      this.log('Loading IAS');
      (function(d, s, u) {
        var js, fjs = d.getElementsByTagName(s)[0];
        js = d.createElement(s);
        js.src = u;
        js.async = true;
        js.onload = function() {
          window._fp_ias_page_load = false;
        };
        if(fjs && fjs.parentNode) fjs.parentNode.insertBefore(js, fjs);
        else document.head.appendChild(js);
      }(document, 'script', 'https://cdn.adsafeprotected.com/iasPET.1.js'));
    }
  }

  CPIAS.prototype.loadSlots = function(slotsToRefresh, callback)
  {
    var callbackFired = false;
    const fireCallback = () => {
      if (!callbackFired) {
        callback();
        callbackFired = true;
      }
    };

    if(!this.enabled) {
      fireCallback();
      return;
    }

    var fetchSlots = this.prepareSlots(slotsToRefresh);

    
    if(fetchSlots.length === 0) {
      this.log("No ads to check");
      fireCallback();
      return;
    }

    var self = this;
    

    var __iasPETTimeoutRequestAds = setTimeout(function() {
      self.log('Manual Clean by Timeout');
      fireCallback();
    }, this.timeout);

    this.log('Asked ads to check', fetchSlots);
    __iasPET.queue.push({
      adSlots:      fetchSlots,
      dataHandler:  function(adSlotData)
      {
        clearTimeout(__iasPETTimeoutRequestAds);
        self.log('Check done', adSlotData);
        __iasPET.setTargetingForGPT();
        fireCallback();
      }
    });
  };

  CPIAS.prototype.prepareSlots = function(slots)
  {
    var iasPETSlots = [], slotSizes, iasPetSizes, found = false, k = 0;
    for(var i = 0; i < slots.length; i++) {
      this.debug('check slot', slots[i]);
      iasPetSizes = [];
      if(slots[i] !== 'video') {
        slotSizes = slots[i].getSizes();
        this.debug('slot sizes', slotSizes);
        for(var j = 0; j < slotSizes.length; j++) {
          if(slotSizes[j].getWidth && slotSizes[j].getHeight) {
            found = false, k = 0;
            while(!found & k < this.enabledSizes.length) {
              if(slotSizes[j].getWidth() === this.enabledSizes[k][0] && slotSizes[j].getHeight() === this.enabledSizes[k][1]) {
                found = true;
              }
              k++;
            }

            if(found) {
              this.debug('slot allowed');
              iasPetSizes.push([slotSizes[j].getWidth(), slotSizes[j].getHeight()]);
            }
          }
        }
      }

      if(iasPetSizes.length > 0) {
        iasPETSlots.push({
          adSlotId:   slots[i].getSlotElementId(),
          size:       iasPetSizes,
          adUnitPath: slots[i].getAdUnitPath()
        });
      }
    }

    return iasPETSlots;
  }

  CPIAS.prototype.log = function() {
    var data = ["[CPIAS]"].concat(Array.prototype.slice.call(arguments));
    return typeof console !== "undefined" && console !== null ? console.log.apply(console,data) : void 0;
  }

  CPIAS.prototype.debug = function() {
    if(this.debugEnabled) {
      var data = ["[CPIAS]"].concat(Array.prototype.slice.call(arguments));
      return typeof console !== "undefined" && console !== null ? console.log.apply(console,data) : void 0;
    }
  }

  if(typeof window.CPIAS === "undefined" ) {
    window.CPIAS = new CPIAS(true, 2000);
  }

  window.HbWrapper.addVendor(window.CPIAS);
});
</script>
<script type="text/javascript">
  var googletag = googletag || {};
  googletag.cmd = googletag.cmd || [];
  var definedSlots = {};

  window._fpcmp.push(function(gdpr)
  {
        if(typeof FpBlock !== 'undefined') {
          FpBlock.checkAdsBlocked();
        }

      var cons1 = gdpr.purposeConsent(1).cons;
      var cons3 = gdpr.purposeConsent(3).cons;
      var cons4 = gdpr.purposeConsent(4).cons;
      var p2 = gdpr.purposeConsent(2);
      var p7 = gdpr.purposeConsent(7);
      var p9 = gdpr.purposeConsent(9);
      var p10 = gdpr.purposeConsent(10);

      var cons2 = p2.cons || p2.legInt;
      var cons7 = p7.cons || p7.legInt;
      var cons9 = p9.cons || p9.legInt;
      var cons10 = p10.cons || p10.legInt;

      var legIntBasis = cons2 && cons7 && cons9 && cons10;

      var _ppa = cons1 && cons3 && cons4 && legIntBasis;
      var _npa = !_ppa && cons1 && legIntBasis;
      var _ltd = !_ppa && !_npa && legIntBasis;
        
      console.log("[ADS] ppa / npa / ltd", _ppa,_npa,_ltd);
    
      var gads = document.createElement('script');
      gads.async = true;
      gads.type = 'text/javascript';
      var useSSL = 'https:' == document.location.protocol;
      gads.onerror = function () { if ( typeof FpBlock !== 'undefined' ) { FpBlock.adsBlocked ( ) ; } };
      gads.src = (useSSL ? 'https:' : 'http:') +
        '//securepubads.g.doubleclick.net/tag/js/gpt.js';
      var node = document.getElementsByTagName('script')[0];
      node.parentNode.insertBefore(gads, node);

      googletag.cmd.push(function ()
      {
        window.deviceInfoDetected = window.deviceInfoDetected || [];
        window.deviceInfoDetected.push(function() {
          function _gptDeviceType() {
            const deviceInfo = uaDetect()
            if(deviceInfo.device && deviceInfo.device.tablet){
              return "tablet"
            }
            else if(deviceInfo.device && deviceInfo.device.phone){
              return "mobile"
            }
            else return "desktop";
          };
          
          var privacySettings = null;
          
          if(_ltd) privacySettings = {limitedAds: true};
          else if(_npa) privacySettings = {nonPersonalizedAds: true};

          if(privacySettings) {
              console.log("[ADS] setting privacy to",privacySettings);
              googletag.pubads().setPrivacySettings(privacySettings);
          }
          
          googletag.pubads().addEventListener('slotRenderEnded', function (event)
          {
            // ads not blocked
            if(typeof FpBlock !== 'undefined') {
              FpBlock.clearAds();
            }

            var $banner = document.getElementById(event.slot.getSlotId().getDomId());
            if(!$banner) {
              return;
            }

            
            // append comscore tracking
            var comScoreTrack = $banner.dataset.csTracking;
            if (comScoreTrack) {
              var cts = document.createElement('script');
              cts.async = true;
              cts.type = 'text/javascript';
              cts.src = comScoreTrack;
              $banner.append(cts);
              $banner.removeAttribute('data-cs-tracking');
            }
          });

          
var desktopWidth = 1024;

googletag.pubads().addEventListener('impressionViewable', function (event)
{
  console.log('[FP][ADS] impression viewable', { 
    domId: event.slot.getSlotId().getDomId(),
    path: event.slot.getAdUnitPath()
  });

  // skin
  if(event.slot.getAdUnitPath() == "/1010633/skin") {
    if(window.slotSkinSizes && window.slotSkinSizes[0] == 320 && window.slotSkinSizes[1] == 100) {
      window.document.body.classList.add('skin-viewed');
    }
  }

  // header
  if(event.slot.getAdUnitPath() == "/1010633/fpmobile_leadeboard") {
    window.MastheadViewability = window.MastheadViewability || [];
    window.MastheadViewability.push(function(controller)
    {
      controller.view(null);
    });
  }
});

googletag.pubads().addEventListener('slotResponseReceived', function (event)
{
  console.log('[FP][ADS] response received', { 
    domId: event.slot.getSlotId().getDomId(),
    path: event.slot.getAdUnitPath(),
    info: event.slot.getResponseInformation()
  });
});

googletag.pubads().addEventListener('slotRenderEnded', function (event)
{
  if(!event.slot.getOutOfPage()){
    var banner =  window.document.getElementById(event.slot.getSlotId().getDomId());
    if (!banner) return;

    console.log('[FP][ADS] render ended', {
      domId: event.slot.getSlotId().getDomId(),
      path: event.slot.getAdUnitPath(),
      empty: event.isEmpty,
      sizes: event.size
    });

    if(banner && banner.length == 0) {
      console.log('[FP][ADS] dom element not found');
      return;
    }

    // header
    if(event.slot.getAdUnitPath() == "/1010633/fpmobile_leadeboard") {

      if (event.isEmpty) {
        return;
      } else if(event.size[0] > 728 && event.size[1] > 90) {
        window.MastheadViewability = window.MastheadViewability || [];
        window.MastheadViewability.push(function(controller)
        {
          controller.parentSelector = '.adv';
          controller.start(event);
        });
      }

      document.body.classList.add('leadeaboard_adv--filled');

      return;
    }


    // skin
    if(event.slot.getAdUnitPath() == "/1010633/skin") {

      if(event.isEmpty) {
        return;
      }

      document.body.classList.add('skin-loaded');

      if (window.windowWidth < desktopWidth) {
        window.slotSkinSizes = event.size;
      }
    }
  }
});

          var deviceInfo  = uaDetect(),
            windowWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth,
            slotSizes;

          // setting PPID    
          var apat = document.cookie.split(';').filter(function(el, idx){return el.indexOf('apat') > -1}).map(function(el, idx){return el.trim().split('=')})
          if (apat.length > 0 && apat[0].length === 2) {
              console.log("Google ad Manager setting Ppid on GoogleTag ", apat[0][1]);
              googletag.pubads().setPublisherProvidedId(apat[0][1]);
          }    

          // slots defining
                                                    slotSizes = windowWidth < 1024 ? [375,125] : [[1,1],[1800,1000]];
                  definedSlots['div-banner-0'] = googletag.defineSlot('/1010633/skin', slotSizes, 'div-banner-0').addService(googletag.pubads());
                                                        slotSizes = (windowWidth < 1024 ? (windowWidth < 768 ?[[320,50],[320,100],[300,50],"fluid"] : [[320,50],[320,100],[300,50],[728,90],"fluid"]) : [[970,250],[970,90],[960,90],[960,250],[728,90],"fluid"]);
                  definedSlots['div-banner-1'] = googletag.defineSlot('/1010633/fpmobile_leadeboard', slotSizes, 'div-banner-1').addService(googletag.pubads());
                                                        slotSizes = windowWidth < 1024 ? [[300,250],[336,280],"fluid"] : [[300,250]];
                  definedSlots['div-banner-2'] = googletag.defineSlot('/1010633/fpmobile_300x250_top', slotSizes, 'div-banner-2').addService(googletag.pubads());
                                    
          // targeting
                                    googletag.pubads().setTargeting("fanpage", "www");
                                                googletag.pubads().setTargeting("url", "");
                                                googletag.pubads().setTargeting("site", "fanpage");
                                                googletag.pubads().setTargeting("pagina", "home");
                      
          // cookie targeting
          var setCookie = function(cname, cvalue, exseconds, domain)
          {
            var d = new Date();
            d.setTime(d.getTime() + (exseconds * 1000));
            var expires = "expires="+d.toUTCString();
            document.cookie = cname + "=" + cvalue + ";" + expires + ";domain=" + domain + ";path=/;Secure;SameSite=Strict";
          },
            getCookie = function(cname)
          {
            var name = cname + "=";
            var ca = document.cookie.split(';');
            for(var i = 0; i < ca.length; i++) {
              var c = ca[i];
              while (c.charAt(0) == ' ') {
                c = c.substring(1);
              }
              if (c.indexOf(name) == 0) {
                return c.substring(name.length, c.length);
              }
            }
            return "";
          };

          // fp_ad
          if(gdpr.google.allowPersonalizedAds()) {
            var fp_ad = getCookie('fp_ad');
            if(fp_ad.length > 0) {
              var splitted = fp_ad.split('.');
              if (splitted[0] != '') googletag.pubads().setTargeting("fp_e", splitted[0])
              if (splitted[1] != '') googletag.pubads().setTargeting("fp_s", splitted[1] == '1' ? 'm' : 'f')
            }
          }

          googletag.pubads().setTargeting("device_category",_gptDeviceType());
          
          const params = new URLSearchParams(window.location.search)
                    if(params.get("utm_campaign") != null){
            googletag.pubads().setTargeting("utm_campaign", params.get("utm_campaign")) 
          }
                    if(params.get("utm_medium") != null){
            googletag.pubads().setTargeting("utm_medium", params.get("utm_medium")) 
          }
          
          // n_pv_session
          var n_pv = getCookie('fp_npv'),
              host = document.location.host,
              hostParts = host.split('.');

          n_pv = n_pv.length === 0 ? 1 : (parseInt(n_pv) + 1);
          if(hostParts.length > 2) {
            hostParts.shift(1);
            host = '.' + hostParts.join('.');
          }
          setCookie('fp_npv', n_pv, (20 * 60), host);
          googletag.pubads().setTargeting("n_pv_session", n_pv.toString());

          // webview targeting
          var inappbrowser = 'no';


        if(window._nativeAppDetect &&
            window._nativeAppDetect.extra &&
              window._nativeAppDetect.extra.product) {
            
            var prod = window._nativeAppDetect.extra.product;
            if(prod == "fanpage") inappbrowser = "fanpageapp";
            else if (prod == "cookist_it") inappbrowser = "cookist_itapp";
            else if (prod == "cookist_com") inappbrowser = "cookist_wowapp";
            
        }
        if(inappbrowser == "no" && (deviceInfo.device && (deviceInfo.device.tablet || deviceInfo.device.phone))) {
          if(deviceInfo.browser.safari && deviceInfo.browser.webview) {
            inappbrowser = 'safari';
          } else if(deviceInfo.browser.webview && deviceInfo.platform.android) {
            inappbrowser = 'webview';
          }

        }

        if(inappbrowser != "no" || (deviceInfo.device && (deviceInfo.device.tablet || deviceInfo.device.phone))) googletag.pubads().setTargeting("inappbrowser", inappbrowser);

          // other configs
          googletag.pubads().enableSingleRequest();

                      googletag.pubads().disableInitialLoad();
          
                      googletag.pubads().enableLazyLoad({
              fetchMarginPercent  : -1,   // Fetch slots within 5 viewports.
              renderMarginPercent : 50,   // Render slots within 2 viewports.
              mobileScaling       : 2.0   // Double the above values on mobile.
            });
            
          
          googletag.enableServices();

                      var fetchSlots = googletag.pubads().getSlots();

            
            window.HbWrapper.loadSlots(fetchSlots);
                  });
      });
  });
</script>
  <link rel="preconnect" href="https://abtest.ciaopeople.it"><style>.fanpage .gdpr-modal{font-family:Helvetica,Arial,sans-serif}.fanpage .gdpr-modal h2,.fanpage .gdpr-modal h3,.fanpage .gdpr-modal strong,.fanpage .gdpr-modal .gdpr-btn,.fanpage .gdpr-modal .gdpr-tag,.fanpage .gdpr-modal .gdpr-toggle{font-weight:700}.cookist_it .gdpr-modal{font-family:"DM Sans",Arial,sans-serif}.cookist_it .gdpr-modal h2,.cookist_it .gdpr-modal h3,.cookist_it .gdpr-modal strong,.cookist_it .gdpr-modal .gdpr-btn,.cookist_it .gdpr-modal .gdpr-tag,.cookist_it .gdpr-modal .gdpr-toggle{font-family:"DM Sans Bold",Arial,sans-serif}.geopop_it .gdpr-modal{font-family:"Barlow",Arial,sans-serif}.geopop_it .gdpr-modal h2,.geopop_it .gdpr-modal h3,.geopop_it .gdpr-modal strong,.geopop_it .gdpr-modal .gdpr-btn,.geopop_it .gdpr-modal .gdpr-tag,.geopop_it .gdpr-modal .gdpr-toggle{font-family:"Barlow Bold",Arial,sans-serif}.wamily_it .gdpr-modal{font-family:"Plus Jakarta Sans",Arial,sans-serif}.wamily_it .gdpr-modal h2,.wamily_it .gdpr-modal h3,.wamily_it .gdpr-modal strong,.wamily_it .gdpr-modal .gdpr-btn,.wamily_it .gdpr-modal .gdpr-tag,.wamily_it .gdpr-modal .gdpr-toggle{font-family:"Plus Jakarta Sans Bold",Arial,sans-serif}.lexplain_it .gdpr-modal{font-family:"Work Sans Regular",Arial,sans-serif}.lexplain_it .gdpr-modal h2,.lexplain_it .gdpr-modal h3,.lexplain_it .gdpr-modal strong,.lexplain_it .gdpr-modal .gdpr-btn,.lexplain_it .gdpr-modal .gdpr-tag,.lexplain_it .gdpr-modal .gdpr-toggle{font-family:"Work Sans Bold",Arial,sans-serif}.kodami_it .gdpr-modal{font-family:"Kumbh Sans Regular",Arial,sans-serif}.kodami_it .gdpr-modal h2,.kodami_it .gdpr-modal h3,.kodami_it .gdpr-modal strong,.kodami_it .gdpr-modal .gdpr-btn,.kodami_it .gdpr-modal .gdpr-tag,.kodami_it .gdpr-modal .gdpr-toggle{font-family:"Kumbh Sans Bold",Arial,sans-serif}.ohga .gdpr-modal{font-family:"Century Gothic",Helvetica,Arial,sans-serif}.ohga .gdpr-modal h2,.ohga .gdpr-modal h3,.ohga .gdpr-modal strong,.ohga .gdpr-modal .gdpr-btn,.ohga .gdpr-modal .gdpr-tag,.ohga .gdpr-modal .gdpr-toggle{font-weight:700}</style><style>.gdpr-modal{--modalBg: rgba(0, 0, 0, .8);--modalBoxContentBg: #fff;--modalBoxContentBorder: #eee;--btnPrimaryBg: #00b5ff;--btnPrimaryColor: #fff;--btnSecondaryBg: #fff;--btnSecondaryColor: #999;--btnBackColor: #999;--btnCloseBg: #ccc;--btnCloseColor: #fff;--headingColor: #666;--contentColor: #666;--linkColor: #666;--tagBg: #ccc;--tagColor: #fff;--cellBg: #F0F0F0;--cellTitleModColor: #333;--cellBorder: #DBDBDB;--toggleBg: #ccc;--toggleActiveBg: #26B5FF;--toggleLabelColor: #333;--collapseRowBg: #fff;--collapseRowEvenBg: #e8e8e6;--collapseRowText: #333;--collapseRowLinkText: #00b5ff;--collapseRowArrowColor: #373736;--collapseElErrorColor: #b80606}</style><script src="https://dayjlzv1ljqs2.cloudfront.net/extver/flash/v1.10.13/feed_engine.js" async=""></script><script src="https://dayjlzv1ljqs2.cloudfront.net/extver/flash/v1.10.13/carousel_player.js" async=""></script><style>.layer1 .gdpr-modal{display:flex;align-items:center;justify-content:center;padding:0 10px;background-color:var(--modalBg);position:fixed;z-index:9999999;top:0;bottom:0;left:0;right:0}@media(min-width: 360px){.layer1 .gdpr-modal{padding:0 20px}}.layer1 .gdpr-modal__box{overflow:hidden;position:relative;background-color:var(--modalBoxContentBg);border-radius:15px}@media(min-width: 414px){.layer1 .gdpr-modal__box{max-width:638px;width:100%}}@media(min-width: 1024px){.layer1 .gdpr-modal__box{max-width:720px}}.layer1 .gdpr-modal__box-top{display:flex;align-items:center;justify-content:space-between}.layer1 .gdpr-modal__box-top,.layer1 .gdpr-modal__box-content,.layer1 .gdpr-modal__box-bottom{margin:20px 10px}@media(min-width: 360px){.layer1 .gdpr-modal__box-top,.layer1 .gdpr-modal__box-content,.layer1 .gdpr-modal__box-bottom{margin:20px 15px}}@media(min-width: 1024px){.layer1 .gdpr-modal__box-top,.layer1 .gdpr-modal__box-content,.layer1 .gdpr-modal__box-bottom{margin:30px}}.layer1 .gdpr-modal__box-content{box-sizing:border-box;border-top:solid 1px var(--modalBoxContentBorder);border-bottom:solid 1px var(--modalBoxContentBorder)}.layer1 .gdpr-modal__box-content:before,.layer1 .gdpr-modal__box-content:after{content:"";height:20px;display:block}@media(min-width: 1024px){.layer1 .gdpr-modal__box-content:before,.layer1 .gdpr-modal__box-content:after{height:30px}}.layer1 .gdpr-modal__box-content-inner{max-height:calc(60vh - 200px);overflow:auto;padding-right:10px}@media(min-width: 414px){.layer1 .gdpr-modal__box-content-inner{max-height:calc(65vh - 200px)}}@media(min-width: 768px){.layer1 .gdpr-modal__box-content-inner{max-height:380px}}.layer1 .gdpr-modal__box-bottom{display:flex;flex-direction:column;gap:10px}@media(min-width: 768px){.layer1 .gdpr-modal__box-bottom{flex-direction:row;justify-content:flex-end}}.layer1 .gdpr-modal__box-bottom-sx,.layer1 .gdpr-modal__box-bottom-dx{display:flex;flex-direction:column;gap:10px}@media(min-width: 768px){.layer1 .gdpr-modal__box-bottom-sx,.layer1 .gdpr-modal__box-bottom-dx{flex-direction:row;justify-content:flex-end}}.layer1 .gdpr-modal--bottom-cols .gdpr-modal__box-bottom{justify-content:space-between}.layer1 .gdpr-modal h2{margin:0;font-size:16px;line-height:20px;color:var(--headingColor);margin-bottom:20px}@media(min-width: 1024px){.layer1 .gdpr-modal h2{font-size:20px}}.layer1 .gdpr-modal p{font-size:13px;line-height:20px;margin-bottom:10px;color:var(--contentColor)}.layer1 .gdpr-modal p:last-child{margin-bottom:0}.layer1 .gdpr-modal a{color:var(--linkColor);text-decoration:underline}.layer1 .gdpr-modal a:hover{opacity:.7;text-decoration:none}.layer1 .gdpr-modal .gdpr-btn--primary{box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:opacity .1s linear;cursor:pointer;opacity:1;font-weight:700;border:none;background:var(--btnPrimaryBg);color:var(--btnPrimaryColor);text-transform:uppercase;font-size:14px;line-height:20px;height:32px;padding:0 15px;border-radius:18px}.layer1 .gdpr-modal .gdpr-btn--primary:hover{box-shadow:none;opacity:.8}@media(min-width: 768px){.layer1 .gdpr-modal .gdpr-btn--primary{height:36px}}.layer1 .gdpr-modal .gdpr-btn--secondary{box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:opacity .1s linear;cursor:pointer;opacity:1;font-weight:700;background:var(--btnSecondaryBg);border:solid 1px var(--btnSecondaryColor);color:var(--btnSecondaryColor);text-transform:uppercase;font-size:8px;line-height:10px;padding:0 20px;width:122px;height:32px;border-radius:18px}.layer1 .gdpr-modal .gdpr-btn--secondary:hover{box-shadow:none;opacity:.8}.layer1 .gdpr-modal .gdpr-btn--icon{gap:6px}@media(max-width: 767px){.layer1 .gdpr-modal .gdpr-btn--br br{display:none}}.layer1 .gdpr-modal__box-top-sx{height:24px}.layer1 .gdpr-modal__box-top-sx img{height:100%}@media(min-width: 1024px){.layer1 .gdpr-modal__box-top-sx{height:32px}}@media(min-width: 768px){.layer1 .gdpr-modal__box-bottom .gdpr-btn{width:150px}.layer1 .gdpr-modal__box-bottom .gdpr-btn:first-child{order:2}.layer1 .gdpr-modal__box-bottom .gdpr-btn:last-child{font-size:8px;line-height:10px;order:1}}.layer1 .gdpr-loader{position:absolute;left:0;right:0;bottom:0;top:0;display:none;align-items:center;justify-content:center;background-color:rgba(255,255,255,.8)}.layer1 .gdpr-loader--active{display:flex}.layer1 .gdpr-loader:before{content:"";width:80px;height:80px;border:5px solid var(--toggleBg);border-bottom-color:var(--btnPrimaryBg);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style><style></style><style></style><style>a,button,input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em}blockquote,h1,h2,h3,h4,h5,h6,p,pre{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}:root{--flash-main-bg-color:#d3d3d3;--flash-font-regular:"Helvetica";--flash-font-alt:"Helvetica";--flash-icon-background:#d3d3d3;--flash-icon-fill:#000;--flash-text-color:#000;--flash-gradient-bg:#fff;--flash-title-font-family:"Helvetica";--flash-title-decoration:none;--flash-title-decoration-color:#000}.fanpage{--flash-font-regular:"Tolyer4FANPAGE";--font-likes:"Inter Tight";--flash-font-alt:"Inter Tight";--flash-main-bg-color:#0f0e0e;--flash-icon-fill:#fff;--flash-text-color:#000;--flash-gradient-bg:#f2f2f2;--flash-title-font-family:"Inter Tight";--flash-title-decoration:underline;--flash-title-decoration-color:#ff4900}.cookist{--flash-font-regular:"MADE Tommy Soft";--font-likes:"MADE Tommy Soft";--flash-font-alt:"DM Sans";--flash-main-bg-color:#ff0366;--flash-icon-fill:#fff;--flash-text-color:#000;--flash-gradient-bg:#fff;--flash-title-font-family:"DM Sans";--flash-title-decoration:underline;--flash-title-decoration-color:#ff0366}.geopop{--flash-font-regular:"Archivo";--font-likes:"Archivo";--flash-font-alt:"Barlow";--flash-main-bg-color:#ff0;--flash-icon-fill:#000;--flash-text-color:#fff;--flash-gradient-bg:#000;--flash-title-font-family:"Archivo";--flash-title-decoration:underline;--flash-title-decoration-color:#ff0}.wamily{--flash-font-regular:"Jakarta";--flash-font-alt:"Jakarta";--flash-main-bg-color:#00ea7a;--flash-icon-fill:#000;--flash-text-color:#000;--flash-gradient-bg:#fff;--flash-title-font-family:"Jakarta";--flash-title-decoration:underline;--flash-title-decoration-color:#00ea7a}.lexplain{--flash-font-regular:"Work Sans";--font-likes:"Work Sans";--flash-font-alt:"Work Sans";--flash-main-bg-color:#fe42c0;--flash-icon-fill:#000;--flash-text-color:#000;--flash-gradient-bg:#fff;--flash-title-font-family:"Work Sans";--flash-title-decoration:underline;--flash-title-decoration-color:#fe42c0}.kodami{--flash-font-regular:"Kumbh Sans";--font-likes:"Kumbh Sans";--flash-font-alt:"Kumbh Sans";--flash-main-bg-color:#4cc7ad;--flash-icon-fill:#fff;--flash-text-color:#000;--flash-gradient-bg:#fff;--flash-title-font-family:"Kumbh Sans";--flash-title-decoration:underline;--flash-title-decoration-color:#000}.flash-carousel-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.flash-carousel-heading a{align-items:center;color:#000;color:var(--flash-text-color);display:flex;font-family:Helvetica;font-family:var(--flash-font-alt);padding-right:10px;-webkit-text-decoration:none;text-decoration:none}.flash-carousel-heading a:hover{opacity:.7}@media(min-width:1024px){.flash-carousel-heading a{padding-right:0}}.flash-carousel-heading svg{margin-right:5px}.flash-carousel-heading svg path{fill:#000;fill:var(--flash-text-color)}.flash-carousel-logo-wrapper{align-items:center;display:flex;font-family:Helvetica;font-family:var(--flash-font-regular);font-size:26px;font-weight:700;line-height:30px;padding-left:10px}.flash-carousel-logo-wrapper svg{fill:#d3d3d3;fill:var(--flash-main-bg-color);height:28px;margin-right:5px;width:20px}.flash-carousel-logo-wrapper svg path{fill:#000;fill:var(--flash-icon-fill)}.flash-carousel-logo-wrapper span{color:#000;color:var(--flash-text-color);font-weight:800;line-height:0}@media(min-width:1024px){.flash-carousel-logo-wrapper{padding-left:0}}.flash-carousel-logo-wrapper--has-title svg{display:none}.flash-carousel-logo-wrapper--has-title span{font-family:Helvetica;font-family:var(--flash-title-font-family);font-weight:400;line-height:1;text-decoration:none;-webkit-text-decoration:var(--flash-title-decoration);text-decoration:var(--flash-title-decoration);text-decoration-color:#000;text-decoration-color:var(--flash-title-decoration-color);text-decoration-thickness:3px;text-underline-offset:4px}.flash-carousel-container .videolist__placeholder{height:250px;min-height:250px;position:relative;width:140px}.flash-carousel-container .videolist-carousel{display:flex;gap:7px;height:auto;list-style:none;overflow-x:scroll;padding:0 20px;position:relative;scroll-behavior:smooth;scroll-snap-stop:always;scroll-snap-type:x mandatory;scrollbar-width:none;transition:all .5s ease}.flash-carousel-container .videolist-carousel::-webkit-scrollbar{display:none;overflow:hidden;width:0}@-moz-document url-prefix(){.flash-carousel-container .videolist-carousel:after{content:"";display:block;width:20px}}@media(min-width:1024px){.flash-carousel-container .videolist-carousel{overflow:hidden;padding-left:0;padding-right:0}}.flash-carousel-container .videolist-carousel .videolist__item--card{border-radius:10px;display:block;overflow:hidden;position:relative}.flash-carousel-container .videolist-carousel .videolist__item--card .videolist-carousel__likes{align-items:center;bottom:10px;box-sizing:border-box;color:#fff;display:flex;flex-wrap:wrap;font-family:var(--font-likes);font-size:9px;font-weight:700;gap:5px;left:0;padding-left:10px;padding-right:10px;position:absolute;width:100%;z-index:3}.flash-carousel-container .videolist-carousel .videolist__item--card .videolist-carousel__likes .videolist-carousel__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:10px;font-weight:700;line-height:12px;max-height:24px;overflow:hidden;width:100%}.flash-carousel-container .videolist-carousel .videolist__item--card .videolist-carousel__likes svg{fill:#fff;width:14px}.flash-carousel-container .videolist-carousel .videolist__item--card:hover{opacity:1}.flash-carousel-container .videolist-carousel .videolist__item--card:after{background:linear-gradient(0deg,#000 0,rgba(84,84,84,0));border-radius:0 0 8px 8px;bottom:0;content:"";height:70px;left:0;position:absolute;width:100%;z-index:2}.flash-carousel-container .videolist-carousel>li{align-items:center;border-radius:10px;display:flex;height:250px;justify-content:center;min-height:250px;scroll-behavior:smooth;scroll-snap-align:center;scroll-snap-stop:always;width:140px}.flash-carousel-container .videolist-carousel img,.flash-carousel-container .videolist-carousel video{border-radius:10px;display:block;height:250px;max-width:none;min-height:250px;-o-object-fit:cover;object-fit:cover;scroll-snap-stop:always;width:140px}.flash-carousel-container .videolist-carousel li.intersected{scroll-snap-stop:always}.flash-carousel-container .videolist-carousel video{position:relative;z-index:2}.flash-carousel-container .videolist-carousel video video{position:relative}.flash-carousel-container .videolist-carousel video+img{left:0;position:absolute;top:0;z-index:1}.flash-carousel-container .videolist__item{cursor:pointer}.flash-carousel-container .videolist-container{padding:0;position:relative}@media(min-width:768px){.flash-carousel-container .videolist-container{padding:0}.flash-carousel-container .videolist-container:before{background:linear-gradient(90deg,#fff,transparent);background:linear-gradient(to right,var(--flash-gradient-bg,#fff),transparent);content:"";height:100%;left:0;position:absolute;top:0;width:30px;z-index:3}.flash-carousel-container .videolist-container:after{background:linear-gradient(270deg,#fff,transparent);background:linear-gradient(to left,var(--flash-gradient-bg,#fff),transparent);content:"";height:100%;position:absolute;right:0;top:0;width:30px;z-index:3}}@media(min-width:1024px){.flash-carousel-container .videolist-container:after,.flash-carousel-container .videolist-container:before{display:none}}.flash-carousel-container .videolist-container--bigger{width:100%}.flash-carousel-container .videolist-container--bigger .videolist__placeholder,.flash-carousel-container .videolist-container--bigger .videolist__placeholder img,.flash-carousel-container .videolist-container--bigger .videolist__placeholder video,.flash-carousel-container .videolist-container--bigger li,.flash-carousel-container .videolist-container--bigger li img,.flash-carousel-container .videolist-container--bigger li video{height:357px;width:200px}.flash-carousel-container .videolist-container--bigger .videolist-carousel{gap:10px}@media(min-width:1024px){.flash-carousel-container .videolist-container--bigger .videolist-carousel{gap:20px}}</style></head>

    <body class="home blog responsive-theme header-sticky megaride-player-available policy-video"><div class="fanpage"><div class="layer1"><div class="gdpr-modal "><div class="gdpr-modal__box"><div class="gdpr-modal__box-top"><div class="gdpr-modal__box-top-sx"><img src="https://static-cmp22.ciaopeople.it/2.4.0-rc.1/geo/assets/logo-fanpage.588e98d4ae7ce12b2706.svg"></div><div class="gdpr-modal__box-top-dx"><button class="gdpr-btn gdpr-btn--secondary  ">Continue without accepting</button></div></div><div class="gdpr-modal__box-content"><div class="gdpr-modal__box-content-inner"><h2>Use of Cookies</h2><p>This site uses cookies or other technical trackers and, with your prior consent, also profiling cookies or other tracking tools, shared with our <a href="">857</a> partners, to show you relevant ads based on your interests and to improve and tailor our services accordingly, as well as to monitor visitor behavior patterns. To learn more, see our <a href="https://www.fanpage.it/cookie-policy/">Cookie Policy</a></p><p>You can change your settings at any time, by clicking ‘Personalize’ or the ‘Change Consent’ link in the footer of this site. By pressing the ‘Accept’ button, you consent to the use of such technologies. By closing this banner, you will continue to browse the site without cookies or tracking tools other than technical ones.</p><p>We and our partners use these features</p><p>Store and/or access information on a device. Use limited data to select advertising. Create profiles for personalised advertising. Use profiles to select personalised advertising. Create profiles to personalise content. Use profiles to select personalised content. Measure advertising performance. Measure content performance. Understand audiences through statistics or combinations of data from different sources. Develop and improve services. Use limited data to select content</p></div></div><div class="gdpr-modal__box-bottom"><div class="gdpr-modal__box-bottom-dx"><button class="gdpr-btn gdpr-btn--primary gdpr-btn--icon ">Accept<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path id="download" d="M11,3a8,8,0,1,0,8,8A8,8,0,0,0,11,3Zm4.466,5.727L9.629,14.564a.376.376,0,0,1-.53,0l-.118-.118h0L5.769,11.213a.375.375,0,0,1,0-.53l.8-.8a.375.375,0,0,1,.53,0l2.27,2.287L14.139,7.4a.375.375,0,0,1,.53,0l.8.8a.375.375,0,0,1,0,.53Z" transform="translate(-3 -3)" fill="#fff"></path></svg></button><button class="gdpr-btn gdpr-btn--primary  gdpr-btn--br">Customize<br>the options</button></div></div><div class="gdpr-loader"></div></div></div></div></div>
    <div id="fb-root"></div>
        
      
    <!-- WP VERSION -->
                
    <div class="adv adv--skin adv--both adv--autopromo whatsapp" id="cp-header-skin">
      
    
    <!-- banner skin -->
        <div id="div-banner-0" class="js-fp-noremove">
      <script type="text/javascript">
        var windowWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;

  
        
                      document.getElementById('widget-banner-1').id = 'div-banner-0';
          
            window._fpcmp.push(function (gdpr) {
                              googletag.cmd.push(function () {
                  window.deviceInfoDetected = window.deviceInfoDetected || [];
                  window.deviceInfoDetected.push(function() { 
                                          googletag.display("div-banner-0");
                                      });
                });

                        });

        
      </script>
    </div>

        

              <div id="fp-header-skin" class="js-fp-noremove"></div>
      
      <div id="taboola-div-banner-0-0"></div>
    </div>

      <div class="cp-general-wrapper">
        <div class="fp_bg-wrapper">
          <div class="fp_content-wrapper">
                        
<header class="hdr hdr--area-news  ">
	<nav class="hdr__menu">
		<div class="hdr__btn-menu js_open-burger" data-anact="header/burger">
			<svg xmlns="http://www.w3.org/2000/svg" width="19.5" height="14.5">
				<g data-name="Raggruppa 1475" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="2">
					<path data-name="Linea 12" d="M1 1h17.5"></path><path data-name="Linea 120" d="M1 13.5h17.13"></path><path data-name="Linea 13" d="M1 7.25h17.5"></path>
				</g>
			</svg>
		</div>
					<ul id="menu-homepage" class="menu"><li id="menu-item-1043321" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1043321"><a href="https://www.fanpage.it/attualita/" data-anact="menu/principale" data-ceh-parsed="1">Attualità</a></li>
<li id="menu-item-1043322" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1043322"><a href="https://www.fanpage.it/politica/" data-anact="menu/principale" data-ceh-parsed="1">Politica</a></li>
<li id="menu-item-1043327" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043327"><a href="https://www.fanpage.it/spettacolo/" data-anact="menu/principale" data-ceh-parsed="1">Spettacolo</a></li>
<li id="menu-item-1043329" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043329"><a href="https://www.fanpage.it/sport/" data-anact="menu/principale" data-ceh-parsed="1">Sport</a></li>
<li id="menu-item-1043330" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043330"><a href="https://www.fanpage.it/innovazione/" data-anact="menu/principale" data-ceh-parsed="1">Innovazione</a></li>
<li id="menu-item-1725607" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1725607"><a href="https://www.fanpage.it/cultura/" data-anact="menu/principale" data-ceh-parsed="1">Musica e Cultura</a></li>
<li id="menu-item-1043333" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043333"><a href="https://www.fanpage.it/stile-e-trend/" data-anact="menu/principale" data-ceh-parsed="1">Stile e trend</a></li>
</ul>
			<div class="hdr__menu-cities">
				          <ul>
            <li><a data-anact="menu/locali" href="https://www.fanpage.it/roma/" data-ceh-parsed="1">Roma</a></li>
            <li><a data-anact="menu/locali" href="https://www.fanpage.it/milano/" data-ceh-parsed="1">Milano</a></li>
            <li><a data-anact="menu/locali" href="https://www.fanpage.it/napoli/" data-ceh-parsed="1">Napoli</a></li>
          </ul>
        
			</div>
			</nav>

	<a class="hdr__logo" href="https://www.fanpage.it" data-anact="header/logo" title="Fanpage logo" data-ceh-parsed="1">
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 155.903 35.568">
			<g fill="#fff" data-name="Raggruppa 1533">
			<path d="M11.737 4.227h-1.383a3.694 3.694 0 0 0-1.941.353 1.846 1.846 0 0 0-.589 1.618V8.08h3.324v4.03H7.824v12.708h2.118v4.03H.824v-4.059h2V12.081H0v-4.03h2.794V5.462a11.192 11.192 0 0 1 .265-3.118A2.749 2.749 0 0 1 4.589.638a9.361 9.361 0 0 1 4-.618 15.756 15.756 0 0 1 3.118.265v3.942h.029Z" data-name="Tracciato 32"></path>
			<path d="M31.357 28.538h-6.325v-2.442a13.126 13.126 0 0 1-2.118 1.706 5.944 5.944 0 0 1-1.912.882 8.476 8.476 0 0 1-2.294.324 7.712 7.712 0 0 1-3.706-.853 6.723 6.723 0 0 1-2.618-2.353 5.893 5.893 0 0 1-.941-3.295 5.387 5.387 0 0 1 1.824-4.236 10.263 10.263 0 0 1 4.5-2.118 72.082 72.082 0 0 1 7.089-.971 8.652 8.652 0 0 0-.353-2.471 1.97 1.97 0 0 0-1.152-1.176 6.2 6.2 0 0 0-2.324-.353 3.925 3.925 0 0 0-2.589.853 3.2 3.2 0 0 0-1.118 2.324l-5-.147a6.838 6.838 0 0 1 1.235-3.589 6.923 6.923 0 0 1 2.971-2.383 10.362 10.362 0 0 1 4.236-.824 9.931 9.931 0 0 1 6.56 1.883 6.628 6.628 0 0 1 2.27 5.384v9.854h1.794Zm-6.589-7.766v-2a41.187 41.187 0 0 0-4.471.588 5.9 5.9 0 0 0-2.589 1.059 2.754 2.754 0 0 0-.353 3.883l.353.353a3.915 3.915 0 0 0 2.471.765 4.665 4.665 0 0 0 4-2.294 4.984 4.984 0 0 0 .588-2.353" data-name="Tracciato 33"></path>
			<path d="M53.579 28.368h-6.942V14.779a2.75 2.75 0 0 0-3.059-3.036 4.065 4.065 0 0 0-2.294.723 4.956 4.956 0 0 0-1.706 1.937 5.427 5.427 0 0 0-.647 2.515v7.517h1.912v3.963h-8.884v-3.962H33.9V11.975h-1.941V8.043h7v2.6a15.1 15.1 0 0 1 2.677-2.226 7.486 7.486 0 0 1 6.913 0 6.146 6.146 0 0 1 2.294 2.2 5.656 5.656 0 0 1 .824 3.065v10.816h1.883v3.961Z" data-name="Tracciato 34"></path>
			<path d="M75.638 18.129a13.868 13.868 0 0 1-.677 4.236 10.906 10.906 0 0 1-1.883 3.442 8.461 8.461 0 0 1-2.853 2.236 8.275 8.275 0 0 1-3.559.794 8.7 8.7 0 0 1-2.118-.265 6.723 6.723 0 0 1-1.912-.912 11.673 11.673 0 0 1-1.912-1.706v5.06h2v4.03h-8.912v-4.03h1.824v-19.3h-1.824v-4.03h6.942v2.118a8.3 8.3 0 0 1 9.648-1.883 8.25 8.25 0 0 1 2.794 2.236 10.767 10.767 0 0 1 1.824 3.5 16.561 16.561 0 0 1 .618 4.474m-5.326 0a10.045 10.045 0 0 0-.588-3.618 5.189 5.189 0 0 0-1.677-2.353 4.22 4.22 0 0 0-2.589-.794 4.439 4.439 0 0 0-3.265 1.5 4.507 4.507 0 0 0-1.118 1.912 12.578 12.578 0 0 0-.324 3.148 12.9 12.9 0 0 0 .327 3.205 4.587 4.587 0 0 0 1.177 2.118 4.369 4.369 0 0 0 3.177 1.412 4.108 4.108 0 0 0 2.53-.794 4.941 4.941 0 0 0 1.677-2.265 9.432 9.432 0 0 0 .646-3.471Z" data-name="Tracciato 35"></path>
			<path d="M96.346 28.537h-6.324v-2.44a13.129 13.129 0 0 1-2.118 1.706 5.944 5.944 0 0 1-1.912.882 9.012 9.012 0 0 1-6-.588 6.723 6.723 0 0 1-2.618-2.353 5.893 5.893 0 0 1-.941-3.295 5.386 5.386 0 0 1 1.824-4.236 10.263 10.263 0 0 1 4.5-2.118 72.082 72.082 0 0 1 7.089-.971 8.652 8.652 0 0 0-.353-2.471 1.913 1.913 0 0 0-1.059-1.177 6.2 6.2 0 0 0-2.324-.353 3.925 3.925 0 0 0-2.588.853 3.107 3.107 0 0 0-1.088 2.294l-5.059-.118a6.838 6.838 0 0 1 1.235-3.589 7.032 7.032 0 0 1 2.971-2.353 10.362 10.362 0 0 1 4.236-.824 10.1 10.1 0 0 1 6.56 1.883 6.625 6.625 0 0 1 2.236 5.413v9.855h1.794v4.03Zm-6.589-7.766v-2a41.186 41.186 0 0 0-4.471.588 5.9 5.9 0 0 0-2.589 1.059 2.754 2.754 0 0 0-.353 3.883l.353.353a3.915 3.915 0 0 0 2.471.765 4.609 4.609 0 0 0 2.324-.647 4.426 4.426 0 0 0 1.647-1.647 4.159 4.159 0 0 0 .618-2.353" data-name="Tracciato 36"></path>
			<path d="M117.88 11.719h-1.824v15.912a7.133 7.133 0 0 1-4.5 6.972 14.167 14.167 0 0 1-5.295.941 10.519 10.519 0 0 1-7.06-2.118 6.289 6.289 0 0 1-1.471-1.707 14.357 14.357 0 0 1-1.088-2.824h4.971a3.879 3.879 0 0 0 1.618 2.118 6.611 6.611 0 0 0 6.442-.412 3.362 3.362 0 0 0 1.353-2.795v-3.382a10.021 10.021 0 0 1-1.353 1.383 7.11 7.11 0 0 1-2.118 1.177 8.04 8.04 0 0 1-2.883.5 7.558 7.558 0 0 1-4.232-1.295 8.588 8.588 0 0 1-2.941-3.677 12.229 12.229 0 0 1-1.059-5.207 12.3 12.3 0 0 1 1.088-5.236 8.436 8.436 0 0 1 3.059-3.589 8.148 8.148 0 0 1 4.5-1.265 6.692 6.692 0 0 1 2.824.618 12.92 12.92 0 0 1 3.059 2.118V7.719h6.942v4h-.029Zm-6.913 5.619a7.3 7.3 0 0 0-.588-2.942 5.114 5.114 0 0 0-1.588-2.118 3.665 3.665 0 0 0-2.265-.735 4.642 4.642 0 0 0-4.236 2.765 7.207 7.207 0 0 0-.618 3.118 8.392 8.392 0 0 0 .529 3.177 4 4 0 0 0 4.03 2.647 4.135 4.135 0 0 0 2.471-.735 4.806 4.806 0 0 0 1.706-2.118 7.273 7.273 0 0 0 .588-3.059Z" data-name="Tracciato 37"></path>
			<path d="M138.225 19.184h-14.8a5.983 5.983 0 0 0 1.912 4.56 5.355 5.355 0 0 0 2.971 1.059 4.265 4.265 0 0 0 4.236-3.059h5.353a8.691 8.691 0 0 1-5.177 6.354 10.807 10.807 0 0 1-4.412.941 10.29 10.29 0 0 1-3.971-.794 9.492 9.492 0 0 1-3.206-2.265 10.035 10.035 0 0 1-2.118-3.471 12.336 12.336 0 0 1 .029-8.472 10.675 10.675 0 0 1 2.118-3.442 9.165 9.165 0 0 1 3.118-2.5 9.486 9.486 0 0 1 4.03-.794 9.286 9.286 0 0 1 4.53 1.088 9.146 9.146 0 0 1 3.412 3.118 10.673 10.673 0 0 1 1.618 3.648 30.616 30.616 0 0 1 .353 4.03m-5.707-3.53a4.759 4.759 0 0 0-1.383-3 4.223 4.223 0 0 0-2.971-1.03 4.379 4.379 0 0 0-2 .5 4.786 4.786 0 0 0-1.588 1.383 6.367 6.367 0 0 0-1 2.118h8.913v.029Z" data-name="Tracciato 38"></path>
			<path d="M140.636 26.006h2.118v2.118h-2.118z" data-name="Rettangolo 86"></path>
			<path d="M149.284 28.17h-4.236v-1.592h1.206v-6.942h-1.265v-1.56h3.147v8.472h1.147Zm-1.147-11.678h-2.118V14.37h2.118Z" data-name="Tracciato 39"></path>
			<path d="M155.756 28.191h-1.559a3.169 3.169 0 0 1-2.118-.5 2.108 2.108 0 0 1-.647-1.618v-6.442h-1.265v-1.588h1.353v-2.942h2.118v2.942h2.118v1.618h-2.118v5.824a1.452 1.452 0 0 0 .147.706 1.149 1.149 0 0 0 .5.412 2.287 2.287 0 0 0 .883.118h.735v1.53Z" data-name="Tracciato 40"></path>
			</g>
		</svg>
	</a>

	<div class="hdr__social">
            

    <a href="https://www.facebook.com/pages/fanpageit/169992733022409" title="icona facebook_small" target="_blank" data-anact="rib" class="btn__icon     " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white   icn--type-icon_facebook_small">
        <svg class=" icn-symbol icn-symbol-icon_facebook_small" viewBox="0 0 40 40"> <g data-name="Raggruppa 11536"> <path d="M17.48 13.59v3.19h-3.73v4.27h3.73V32h4.42V21.05h3.65l.54-4.27h-4.2v-2.72c0-1.24.31-2.1 2.1-2.1h2.25v-3.8A24.82 24.82 0 0022.9 8a5.06 5.06 0 00-5.44 4.66 4.73 4.73 0 00.02.93z" data-name="Tracciato 462"></path> </g></svg>
      </span>

            </a>



            

    <a href="https://www.instagram.com/fanpage.it/" title="icona instagram_small" target="_blank" data-anact="rib" class="btn__icon     " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white   icn--type-icon_instagram_small">
        <svg class=" icn-symbol icn-symbol-icon_instagram_small" viewBox="0 0 40 40"> <g data-name="Raggruppa 11535"> <g data-name="Raggruppa 2139"> <path d="M24.42 8h-8.81A7.6 7.6 0 008 15.59v8.76a7.52 7.52 0 002.21 5.39A7.64 7.64 0 0015.62 32h8.78a7.59 7.59 0 007.6-7.59v-8.8A7.61 7.61 0 0024.42 8zm0 21.88h-8.8a5.51 5.51 0 01-5.52-5.5v-8.76a5.52 5.52 0 015.52-5.52h8.76a5.52 5.52 0 015.52 5.51v8.76a5.51 5.51 0 01-5.51 5.51z" data-name="Tracciato 26826"></path> <path d="M20.05 14.48a5.57 5.57 0 105.57 5.57 5.57 5.57 0 00-5.57-5.57zm0 8.87a3.31 3.31 0 113.31-3.3 3.32 3.32 0 01-3.31 3.3z" data-name="Tracciato 26827"></path> <circle cx="26.32" cy="13.72" r="1.42" data-name="Ellisse 303"></circle> </g> </g></svg>
      </span>

            </a>



            

    <a href="https://twitter.com/fanpage" title="icona x_small" target="_blank" data-anact="rib" class="btn__icon     " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white   icn--type-icon_x_small">
        <svg class="  icn-symbol-icon_x_small" viewBox="0 0 20 20"> <g data-name="Raggruppa 54998" transform="translate(-1443 7797)"> <path d="M6.988,5.081,11.359,0H10.323l-3.8,4.412L3.5,0H0L4.584,6.672,0,12H1.036L5.044,7.341,8.246,12h3.5L6.988,5.081ZM5.569,6.73,5.1,6.066,1.409.78H3L5.983,5.046l.464.664,3.877,5.545H8.733L5.569,6.731Z" transform="translate(1447 -7793)"></path> </g></svg>
      </span>

            </a>



            

    <a href="https://www.youtube.com/user/FanpageMedia" title="icona youtube_small" target="_blank" data-anact="rib" class="btn__icon     " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white   icn--type-icon_youtube_small">
        <svg class=" icn-symbol icn-symbol-icon_youtube_small" viewBox="0 0 40 40"> <g data-name="Raggruppa 11534"> <path d="M29.34 10.6a73 73 0 00-18.68 0 3.48 3.48 0 00-2.16 2.57A44.57 44.57 0 008 20a44.7 44.7 0 00.5 6.84 3.43 3.43 0 002.16 2.56A58.39 58.39 0 0020 30a58.39 58.39 0 009.34-.6 3.43 3.43 0 002.16-2.56A44.7 44.7 0 0032 20a44.57 44.57 0 00-.5-6.83 3.33 3.33 0 00-2.16-2.57zM17.63 24.28v-8.55L23.88 20z" data-name="Tracciato 468"></path> </g></svg>
      </span>

            </a>



    </div>	<div class="hdr__action js_action-container">
                      <div class="hdr__action-item js_active-search">
            <form method="GET" action="https://www.fanpage.it">
              <input class="hdr__search-desktop" name="s" placeholder="cerca..." title="Cerca" type="text">
              

    <a href="#" title="icona search" target="_self" data-anact="header/search" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white   icn--type-icon_search">
        <svg class=" icn-symbol icn-symbol-icon_search" viewBox="0 0 40 40"> <g data-name="Raggruppa 11544"> <g data-name="Raggruppa 11509"> <g data-name="Tracciato 457"> <path d="M37.05 35.81a1.18 1.18 0 00-.36-.85l-9.51-9.38.1-.11a13.79 13.79 0 10-1.93 1.9l.11-.09 9.54 9.4a1.2 1.2 0 00.86.34 1.07 1.07 0 00.85-.36 1.18 1.18 0 00.34-.85zM16.68 28a11.11 11.11 0 01-2.87-.35 11.35 11.35 0 01-8.45-10.92 11 11 0 01.37-2.92A11.31 11.31 0 1116.68 28z" data-name="Tracciato 12"></path> </g> </g> </g></svg>
      </span>

            </a>



            </form>
          </div>
                              
        
    <a href="https://api.fanpage.it/user/login?utm_source=fanpage&amp;utm_medium=userbutton" title="icona person" target="_blank" data-anact="header/user" class="btn__icon  btn__icon--theme-dark-grey  js_gosettings  btn__icon--login js_login-cta" data-umedium="userbutton" data-settingsurl="login" data-ceh-parsed="1">
                    <span class="btn__icon-img-wrap">
                <span class="btn__icon-img-content"></span>
            </span>
                          
  <span class="icn icn--size-20x20 icn--color-fill-white   icn--type-icon_person">
        <svg class=" icn-symbol icn-symbol-icon_person" viewBox="0 0 40 40"> <g data-name="Raggruppa 11680"> <g data-name="Raggruppa 9003"> <g data-name="Raggruppa 4081"> <g data-name="Tracciato 7603"> <path d="M23.65.79a10.13 10.13 0 00-11 2.13 10 10 0 00-2.23 10.94 10.16 10.16 0 005.5 5.45A10 10 0 1023.65.79zM17 16.47a7.06 7.06 0 01-4.34-6.4v-.36A7 7 0 0117 3.58a7.08 7.08 0 017.73 1.48 6.92 6.92 0 011.55 7.63A7.06 7.06 0 0117 16.47z" data-name="Tracciato 27795"></path> </g> <g data-name="Tracciato 7604"> <path d="M36.15 33.79c-3.14-7.4-9.31-12-16.15-12a17.92 17.92 0 00-16.15 12v.05A4.5 4.5 0 004.27 38 4.58 4.58 0 008 40h24a4.56 4.56 0 003.75-2 4.46 4.46 0 00.4-4.21zm-2.89 2.55A1.4 1.4 0 0132 37H8a1.32 1.32 0 01-1.16-.64A1.41 1.41 0 016.67 35a15.11 15.11 0 0113-10.17H20c5.6 0 10.71 3.9 13.36 10.17a1.54 1.54 0 01-.11 1.37z" data-name="Tracciato 27796"></path> </g> </g> </g> </g></svg>
      </span>

            </a>



            </div>
</header>

<div class="hdr__notification-container js_notification-container is-visible">
	<a class="hdr__notification js_gosettings js_notification-cta" title="Guarda le notifiche" href="https://api.fanpage.it/user/notifications?utm_source=fanpage&amp;utm_medium=bell" target="_blank" data-umedium="bell" data-settingsurl="notifications" data-anact="header/bell" data-ceh-parsed="1">
				
  <span class="icn     icn--type-icon_belt_outline">
        <svg class="hdr__icon-notification icn-symbol icn-symbol-icon_belt_outline" viewBox="0 0 40 40"> <g data-name="Raggruppa 11575"> <g data-name="Raggruppa 11576"> <path d="M33.64 8c-.25-.29-.52-.58-.79-.85l.22-.32a4.43 4.43 0 00.44-3.41A4.57 4.57 0 0031.3.58a4.35 4.35 0 00-3.38-.41 4.47 4.47 0 00-2.73 2.08c-.07.12-.12.25-.17.34-.39-.09-.75-.17-1.18-.25-6.38-.85-10 3.86-13.29 8.1a37.39 37.39 0 01-3.38 4.05 5.6 5.6 0 01-2.85 1.1 5 5 0 00-4 3.05v.09A3.88 3.88 0 002 23.56l24.24 14a4 4 0 002 .52 3.63 3.63 0 002.92-1.38l.25-.25a4.85 4.85 0 00.56-4.9 5.49 5.49 0 01-.46-3 37.7 37.7 0 011.83-5.06c2-4.89 4.25-10.39.3-15.49zm-3.18 14.32a36.54 36.54 0 00-1.91 5.47l-.05.21a8.52 8.52 0 00.71 4.75 1.93 1.93 0 01-.12 1.75l-.14.1a1 1 0 01-1.18.25L3.54 20.93a1 1 0 01-.37-1.15v-.17a1.81 1.81 0 011.42-1 8.59 8.59 0 004.5-1.76l.17-.18A32 32 0 0013 12.3c2.89-3.75 5.84-7.56 10.5-7a11.56 11.56 0 012.2.7 1.57 1.57 0 001.47-.2 1.42 1.42 0 00.59-1.37 2 2 0 01.17-.64 1.73 1.73 0 01.91-.66 1.25 1.25 0 011.06.15 1.34 1.34 0 01.66.83 1.49 1.49 0 01-.15 1.13 1.35 1.35 0 01-.46.46 1.44 1.44 0 00-.89 1.2 1.63 1.63 0 00.57 1.37 11.88 11.88 0 011.62 1.55c2.83 3.72 1 8.18-.78 12.54z" data-name="Tracciato 26837"></path> <path d="M6.84 29.42L6.29 31a6.71 6.71 0 003 8.08 6.59 6.59 0 003.38.93 6.68 6.68 0 005.11-2.45l1-1.23zm3.8 7.32a4.07 4.07 0 01-2-3.07l5.63 3.21a4 4 0 01-3.64-.14z" data-name="Tracciato 26838"></path> </g> </g></svg>
      </span>

		<span class="hdr__notification-count is-hidden"></span>
	</a>

	</div>
    
  
    <!-- WP VERSION -->
                
    <div class="adv adv--fpmobile_leadeboard adv--both js-collapse-anyways">
      
    
    <!-- banner fpmobile_leadeboard -->
        <div id="div-banner-1" class="">
      <script type="text/javascript">
        var windowWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;

  
        
                      document.getElementById('widget-banner-2').id = 'div-banner-1';
          
            window._fpcmp.push(function (gdpr) {
                              googletag.cmd.push(function () {
                  window.deviceInfoDetected = window.deviceInfoDetected || [];
                  window.deviceInfoDetected.push(function() { 
                                          googletag.display("div-banner-1");
                                      });
                });

                        });

        
      </script>
    </div>

        

      
      <div id="taboola-div-banner-1-0"></div>
    </div>

<div class="cp-home_boxes--wrapper">
    <!-- BOXES  --> 
    
<div data-anpos="home-1">

      



	  <div class="nb nb--breaking nb--no-story-url nb--align-image-center">
    
<div class="nb__head nb__head--image  nb__head--breaking">
                <a href="https://www.fanpage.it/politica/manovra-giorgetti-conferma-taglio-cuneo-sul-lavoro-strutturale-difficile-crescita-pil-dell1-nel-2024/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
        <div class="nb__head-img-content">
            

<img srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Giorgetti-home-1024x489.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Giorgetti-home-300x143.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Giorgetti-home-768x367.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Giorgetti-home-1024x489.jpg" sizes="100vw" class="fp_img " alt="Immagine" width="1024" height="489">
        </div>

        
        
    </a>

<div class="nb__title-wrap">
    <a href="https://www.fanpage.it/politica/manovra-giorgetti-conferma-taglio-cuneo-sul-lavoro-strutturale-difficile-crescita-pil-dell1-nel-2024/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Manovra, Giorgetti conferma taglio cuneo e riforma Irpef: “Difficile +1% Pil nel 2024”</a>
</div>

    </div>
          <div class="nb__evidence-links-wrap">
        
                                          <div class="nb__evidence-links nb__evidence-links--3 nb__evidence-links--breaking ">
                                    

<a href="https://www.fanpage.it/politica/la-corte-dei-conti-avverte-il-governo-meloni-tagliera-servizi-e-prestazioni-nei-prossimi-anni/" data-anact="newsbox/link-in-evidenza" class="nc    " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			La Corte dei Conti avverte, il governo Meloni taglierà servizi e prestazioni nei prossimi anni
		</span>
	</div>
	</a>
                                                

<a href="https://www.fanpage.it/politica/gli-esperti-smentiscono-le-previsioni-del-governo-meloni-il-pil-crescera-meno-dell1-questanno/" data-anact="newsbox/link-in-evidenza" class="nc    " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Bankitalia smentisce il governo, il Pil crescerà meno dell'1% nel 2024
		</span>
	</div>
	</a>
                                                

<a href="https://www.fanpage.it/politica/la-cgil-si-mobilita-contro-il-governo-meloni-fino-allo-sciopero-generale/" data-anact="newsbox/link-in-evidenza" class="nc    " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			La Cgil si mobilita contro la manovra: "Fino allo sciopero generale"
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-2">
					
<div class="cp_wrapper cp_wrapper-flash cp_wrapper-flash--home cp_wrapper-flash--has-adv">
	<div class="ye ym-flash-carousel ym-parsed" data-channel="1" data-loop-mode="automatic" data-size="small" data-v-count="4" data-render="0|1" id="ym-8a97e52b-e57c-4794-a958-51c25b8f9231"><div class="flash-carousel-container fanpage" data-nosnippet="true"><div class="flash-carousel-heading"><div class="flash-carousel-logo-wrapper flash-carousel-logo-wrapper--has-title"><span>flash</span></div><a href="https://youmedia.fanpage.it/flash"><svg xmlns="http://www.w3.org/2000/svg" width="8" height="9" viewBox="0 0 8 9"><path id="Poligono_4" data-name="Poligono 4" d="M4.5,0,9,8H0Z" transform="translate(8) rotate(90)"></path></svg>Guarda tutti</a></div><div class="videolist-container"><ul class="videolist-carousel js-videolist"><li class="videolist__item js-listitem" data-item-index="0" data-item-video-id="ZwQBqeSwUQEOJQRX"><div class="videolist__item--card"><div class="videolist__placeholder js-videowrapper"><video disableremoteplayback="true" muted="true" playsinline="true" webkit-playsinline="true"></video><img class="placeholder" loading="eager" alt="Giampaolo Morelli: &quot;Trattato da stupido per la dislessia. Ilary Blasi nel mio film? L’ho protetta&quot;" src="https://d1vvp9ihshjy3m.cloudfront.net/flash/ZwQBqeSwUQEOJQRX/ZwQBqeSwUQEOJQRX_thumb.0000000.jpg?1728316843115"></div><div class="videolist-carousel__likes"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g data-name="Icon awesome-heart" transform="translate(-703 -107)"><path data-name="Icon awesome-heart" d="M14.44,4.178A4.273,4.273,0,0,0,8.609,4.6l-.616.634L7.377,4.6a4.273,4.273,0,0,0-5.831-.425,4.487,4.487,0,0,0-.309,6.5l6.047,6.244a.98.98,0,0,0,1.416,0l6.047-6.244a4.484,4.484,0,0,0-.306-6.5Z" transform="translate(705 107.779)"></path></g></svg>223<div class="videolist-carousel__description">Giampaolo Morelli: "Trattato da stupido per la dislessia. Ilary Blasi nel mio film? L’ho protetta"</div></div></div></li><li class="videolist__item js-listitem" data-item-index="1" data-item-video-id="ZwP9TeSwUQEOJQRI"><div class="videolist__item--card"><div class="videolist__placeholder js-videowrapper"><img class="placeholder" loading="lazy" alt="Lo storico Ilan Pappé a Fanpage: “Il problema non è Netanyahu, ma la natura dello Stato di Israele”" src="https://d1vvp9ihshjy3m.cloudfront.net/flash/ZwP9TeSwUQEOJQRI/ZwP9TeSwUQEOJQRI_thumb.0000000.jpg?1728317669366"></div><div class="videolist-carousel__likes"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g data-name="Icon awesome-heart" transform="translate(-703 -107)"><path data-name="Icon awesome-heart" d="M14.44,4.178A4.273,4.273,0,0,0,8.609,4.6l-.616.634L7.377,4.6a4.273,4.273,0,0,0-5.831-.425,4.487,4.487,0,0,0-.309,6.5l6.047,6.244a.98.98,0,0,0,1.416,0l6.047-6.244a4.484,4.484,0,0,0-.306-6.5Z" transform="translate(705 107.779)"></path></g></svg>348<div class="videolist-carousel__description">Lo storico Ilan Pappé a Fanpage: “Il problema non è Netanyahu, ma la natura dello Stato di Israele”</div></div></div></li><li class="videolist__item js-listitem" data-item-index="2" data-item-video-id="ZwFBKeSwUQEOJQDy"><div class="videolist__item--card"><div class="videolist__placeholder js-videowrapper"><img class="placeholder" loading="lazy" alt="Israele, Gaza e il Medio Oriente a un anno dal 7 ottobre" src="https://d1vvp9ihshjy3m.cloudfront.net/flash/ZwFBKeSwUQEOJQDy/ZwFBKeSwUQEOJQDy_thumb.0000000.jpg?1728292524746"></div><div class="videolist-carousel__likes"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g data-name="Icon awesome-heart" transform="translate(-703 -107)"><path data-name="Icon awesome-heart" d="M14.44,4.178A4.273,4.273,0,0,0,8.609,4.6l-.616.634L7.377,4.6a4.273,4.273,0,0,0-5.831-.425,4.487,4.487,0,0,0-.309,6.5l6.047,6.244a.98.98,0,0,0,1.416,0l6.047-6.244a4.484,4.484,0,0,0-.306-6.5Z" transform="translate(705 107.779)"></path></g></svg>122<div class="videolist-carousel__description">Israele, Gaza e il Medio Oriente a un anno dal 7 ottobre</div></div></div></li><li class="videolist__item js-listitem" data-item-index="3" data-item-video-id="ZwF0bOSwUQEOJQFw"><div class="videolist__item--card"><div class="videolist__placeholder js-videowrapper"><img class="placeholder" loading="lazy" alt="Scontri e cariche alla manifestazione pro Palestina a Roma: le immagini" src="https://d1vvp9ihshjy3m.cloudfront.net/flash/ZwF0bOSwUQEOJQFw/ZwF0bOSwUQEOJQFw_thumb.0000000.jpg?1728149191344"></div><div class="videolist-carousel__likes"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g data-name="Icon awesome-heart" transform="translate(-703 -107)"><path data-name="Icon awesome-heart" d="M14.44,4.178A4.273,4.273,0,0,0,8.609,4.6l-.616.634L7.377,4.6a4.273,4.273,0,0,0-5.831-.425,4.487,4.487,0,0,0-.309,6.5l6.047,6.244a.98.98,0,0,0,1.416,0l6.047-6.244a4.484,4.484,0,0,0-.306-6.5Z" transform="translate(705 107.779)"></path></g></svg>357<div class="videolist-carousel__description">Scontri e cariche alla manifestazione pro Palestina a Roma: le immagini</div></div></div></li></ul></div></div></div>
			
    <!-- WP VERSION -->
                
    <div class="adv adv--fpmobile_300x250_top adv--both js-smart-collapse-mobile adv--fix-h250-desktop adv--vertical-align-mid">
      
    
    <!-- banner fpmobile_300x250_top -->
        <div id="div-banner-2" class="">
      <script type="text/javascript">
        var windowWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;

  
        
                      document.getElementById('widget-banner-3').id = 'div-banner-2';
          
            window._fpcmp.push(function (gdpr) {
                              googletag.cmd.push(function () {
                  window.deviceInfoDetected = window.deviceInfoDetected || [];
                  window.deviceInfoDetected.push(function() { 
                                          googletag.display("div-banner-2");
                                      });
                });

                        });

        
      </script>
    </div>

        

      
      <div id="taboola-div-banner-2-"></div>
    </div>
	</div>
</div><div data-anpos="home-3">

    



	  <div class="nb nb--no-story-url nb--align-image-top">
    
<div class="nb__head nb__head--image  ">
            	<a href="https://www.fanpage.it/attualita/il-figlio-delluomo-ucciso-dal-poliziotto-ha-raccolto-la-pistola-da-terra-e-ha-tentato-di-ammazzare-lagente/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/chimirri-pistola-1024x592.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/chimirri-pistola-300x173.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/chimirri-pistola-768x444.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/chimirri-pistola-1024x592.jpg" sizes="(max-width: 767px) 100vw, 50vw" class="fp_img " alt="Immagine" width="1024" height="592">
		</div>

		
		    <div class="nb__claim">
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-1">
                <div class="nb__claim-row-1">omicidio</div>
            </div>
        
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-2">
                <div class="nb__claim-row-2"> a crotone</div>
            </div>
            </div>

	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/attualita/il-figlio-delluomo-ucciso-dal-poliziotto-ha-raccolto-la-pistola-da-terra-e-ha-tentato-di-ammazzare-lagente/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Ucciso dal poliziotto, il figlio ha preso la pistola per ammazzare in strada l'agente</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                          <div class="nb__evidence-links nb__evidence-links--3  ">
                                    

<a href="https://www.fanpage.it/attualita/sparatoria-crotone-ce-un-video-che-mostra-il-pestaggio-del-poliziotto-dopo-la-morte-di-francesco-chimirri/" data-anact="newsbox/link-in-evidenza" class="nc nc--featured nc--media  " data-ceh-parsed="1">

	<div class="nc__title">
		    
    <div class="nc__icon-wrap">
                
  <span class="icn  icn--color-fill-   icn--type-icon_play_newsbox">
        <svg class=" icn-symbol icn-symbol-icon_play_newsbox" viewBox="0 0 20 20"> <circle class="icn-symbol-icon_play_newsboxcircle" cx="10" cy="10" r="8.12"></circle> <path fill="#ff4900" d="M10 0C4.49 0 0 4.49 0 10s4.49 10 10 10 10-4.49 10-10S15.51 0 10 0Zm0 18.12c-4.48 0-8.12-3.65-8.12-8.12S5.52 1.88 10 1.88s8.12 3.65 8.12 8.12-3.65 8.12-8.12 8.12Z"></path> <path fill="#ff4900" d="M7.5 14.44 15.28 10 7.5 5.56v8.88z"></path> </svg>
      </span>

    </div>
		<span>
			Un video mostra il pestaggio del poliziotto dopo la morte di Francesco Chimirri
		</span>
	</div>
	</a>
                                                

<a href="https://www.fanpage.it/attualita/cosa-sappiamo-sullomicidio-di-francesco-chimirri-e-il-ferimento-dellagente-a-crotone-poliziotto-indagato/" data-anact="newsbox/link-in-evidenza" class="nc    " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Cosa sappiamo sull’omicidio del 44enne e della sparatoria a Crotone: poliziotto indagato
		</span>
	</div>
	</a>
                                                

<a href="https://www.fanpage.it/attualita/chi-era-francesco-chimirri-il-44enne-che-sarebbe-stato-ucciso-da-un-poliziotto-dopo-linseguimento-in-auto/" data-anact="newsbox/link-in-evidenza" class="nc nc--featured   " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Chi era Francesco Chimirri, il 44enne ucciso dal poliziotto a Crotone
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-4">
<section class="ltstbx">
	<h2 class="ltstbx__title">
		Ultime notizie
	</h2>
	<ul class="ltstbx__list">
					<li class="ltstbx__item">
				<a href="https://www.fanpage.it/spettacolo/personaggi/chi-e-marco-bruganelli-fratello-di-sonia-e-marito-di-claudia-ruggeri-di-avanti-un-altro/" target="_self" data-anact="ultimenotizie/card" data-ceh-parsed="1">
					<div class="ltstbx__category">
						SPETTACOLO
					</div>
					<div class="ltstbx__content">
						<div class="ltstbx__description">
							<span class="ltstbx__timestamp">
								00:03
							</span>
							Chi è Marco Bruganelli, fratello di Sonia e marito di Claudia Ruggeri di Avanti un altro
						</div>
					</div>
				</a>
			</li>
					<li class="ltstbx__item">
				<a href="https://www.fanpage.it/spettacolo/programmi-tv/lino-giuliano-ex-di-temptation-island-bisciglia-difende-alfred-che-ha-baciato-unaltra-a-me-non-diede-la-mano/" target="_self" data-anact="ultimenotizie/card" data-ceh-parsed="1">
					<div class="ltstbx__category">
						SPETTACOLO
					</div>
					<div class="ltstbx__content">
						<div class="ltstbx__description">
							<span class="ltstbx__timestamp">
								23:46
							</span>
							Lino Giuliano, ex di Temptation Island: “Bisciglia difende Alfred che ha baciato un’altra, a me non diede la mano”
						</div>
					</div>
				</a>
			</li>
					<li class="ltstbx__item">
				<a href="https://www.fanpage.it/spettacolo/programmi-tv/temptation-valerio-torna-da-diandra-con-una-lettera-ti-ho-fatto-soffrire-ma-io-credo-nellamore-eterno/" target="_self" data-anact="ultimenotizie/card" data-ceh-parsed="1">
					<div class="ltstbx__category">
						SPETTACOLO
					</div>
					<div class="ltstbx__content">
						<div class="ltstbx__description">
							<span class="ltstbx__timestamp">
								23:43
							</span>
							Temptation, Valerio torna da Diandra con una lettera: "Ti ho fatto soffrire, ma io credo nell'amore eterno"
						</div>
					</div>
				</a>
			</li>
					<li class="ltstbx__item">
				<a href="https://www.fanpage.it/sport/calcio/real-madrid-pronto-a-colpire-con-la-strategia-dei-parametri-zero-nel-mirino-alexander-arnold-e-alphonso-davies/" target="_self" data-anact="ultimenotizie/card" data-ceh-parsed="1">
					<div class="ltstbx__category">
						SPORT
					</div>
					<div class="ltstbx__content">
						<div class="ltstbx__description">
							<span class="ltstbx__timestamp">
								23:31
							</span>
							Real Madrid pronto a colpire con la strategia dei 'parametri zero': nel mirino Alexander-Arnold e Alphonso Davies
						</div>
					</div>
				</a>
			</li>
			</ul>
</section>
</div><div data-anpos="home-5">
  
  <div class="ag-external">

    
    <div class="ag ag--1    ">
                        
  
  
  
  

  <div class="ac-image  ac-image--media    ">
      <a href="https://www.fanpage.it/esteri/uragano-milton-verso-la-florida-sindaca-di-tampa-evacuate-o-morirete/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/uragano-Milton-Florida-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/uragano-Milton-Florida-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/uragano-Milton-Florida-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Uragano Milton verso la Florida, sindaca di Tampa: &quot;Evacuate o morirete&quot;" width="638" height="425">

                  </div>
                            
  <span class="icn icn--size-46x46    icn--type-icon_play_bordered">
        <svg class=" icn-symbol icn-symbol-icon_play_bordered icn-symbol--no-color" viewBox="0 0 40 40"> <path fill="#f2f2f0" d="M20 0a20 20 0 0120 20 20 20 0 01-20 20A20 20 0 010 20 20 20 0 0120 0z"></path> <path fill="#ff4900" d="M20 2a18 18 0 0118 18 18 18 0 01-18 18A18 18 0 012 20 18 18 0 0120 2z"></path> <g data-name="Raggruppa 11664"> <path fill="#fff" d="M14.43 10.84l16 9.15-16 9.14z" data-name="Tracciato 7664"></path> </g></svg>
      </span>

              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/esteri/uragano-milton-verso-la-florida-sindaca-di-tampa-evacuate-o-morirete/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Uragano Milton verso la Florida, sindaca di Tampa: "Evacuate o morirete"</a>

                  <div class="mi">
       
    <div class="mi__text-wrap">
                            <span class="mi__separator">di</span>
            <a href="https://www.fanpage.it/author/gabriellamazzeo/" target="_self" class="mi__author" data-ceh-parsed="1">Gabriella Mazzeo</a>
            </div>
</div>
              </div>
  </div>
                  </div>
  </div>
</div><div data-anpos="home-6">

  



	  <div class="nb nb--align-image-center">
    
<div class="nb__head nb__head--image nb__head--reverse ">
            	<a href="https://www.fanpage.it/live/guerra-israele-libano-news-in-diretta-lattacco-dellidf-non-ferma-hezbollah-raffica-di-razzi-su-tel-aviv/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/02/attacco-israele-libano-idf-1024x619.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/02/attacco-israele-libano-idf-300x181.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/02/attacco-israele-libano-idf-768x464.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/02/attacco-israele-libano-idf-1024x619.jpg" sizes="100vw" class="fp_img " alt="Immagine" width="1024" height="619">
		</div>

		
		    <div class="nb__claim">
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-1">
                <div class="nb__claim-row-1">guerra in</div>
            </div>
        
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-2">
                <div class="nb__claim-row-2">medio oriente</div>
            </div>
            </div>

	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/live/guerra-israele-libano-news-in-diretta-lattacco-dellidf-non-ferma-hezbollah-raffica-di-razzi-su-tel-aviv/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Raid israeliani in Libano, Netanyahu avverte: "Rischio distruzione come Gaza"</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                                              <div class="nb__evidence-links nb__evidence-links--5  ">
                                    
	
<a href="https://www.fanpage.it/esteri/troupe-tg3-aggredita-in-libano-lautista-muore-dinfarto-la-giornalista-goracci-nessuno-ci-ha-aiutato/" data-anact="newsbox/link-in-evidenza" class="nc nc--featured   nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Troupe Tg3 aggredita in Libano, l'autista muore d'infarto: "Nessuno ci ha aiutato"
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/live/guerra-israele-libano-news-in-diretta-nuovi-raid-israeliani-a-sud-di-beirut-almeno-12-morti-israele-ricorda-vittime-dellattacco-del-7-ottobre/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Netanyahu: "Continueremo a combattere". Hamas lancia razzi da Gaza
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/esteri/israele-gaza-e-il-medio-oriente-a-un-anno-dal-7-ottobre/" data-anact="newsbox/link-in-evidenza" class="nc  nc--media  nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		    
    <div class="nc__icon-wrap">
                
  <span class="icn  icn--color-fill-   icn--type-icon_play_newsbox">
        <svg class=" icn-symbol icn-symbol-icon_play_newsbox" viewBox="0 0 20 20"> <circle class="icn-symbol-icon_play_newsboxcircle" cx="10" cy="10" r="8.12"></circle> <path fill="#ff4900" d="M10 0C4.49 0 0 4.49 0 10s4.49 10 10 10 10-4.49 10-10S15.51 0 10 0Zm0 18.12c-4.48 0-8.12-3.65-8.12-8.12S5.52 1.88 10 1.88s8.12 3.65 8.12 8.12-3.65 8.12-8.12 8.12Z"></path> <path fill="#ff4900" d="M7.5 14.44 15.28 10 7.5 5.56v8.88z"></path> </svg>
      </span>

    </div>
		<span>
			Israele, Gaza e il Medio Oriente a un anno dal 7 ottobre
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/esteri/israele-teme-hamas-e-rafforza-la-sicurezza-per-il-7-ottobre-teheran-ferma-i-voli-per-la-notte/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Israele teme Hamas e rafforza la sicurezza per il 7 ottobre
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/esteri/israele-attacco-armato-in-stazione-bus-un-morto-liran-a-netanyahu-non-giocare-col-fuoco/" data-anact="newsbox/link-in-evidenza" class="nc  nc--media  nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		    
    <div class="nc__icon-wrap">
                
  <span class="icn  icn--color-fill-   icn--type-icon_play_newsbox">
        <svg class=" icn-symbol icn-symbol-icon_play_newsbox" viewBox="0 0 20 20"> <circle class="icn-symbol-icon_play_newsboxcircle" cx="10" cy="10" r="8.12"></circle> <path fill="#ff4900" d="M10 0C4.49 0 0 4.49 0 10s4.49 10 10 10 10-4.49 10-10S15.51 0 10 0Zm0 18.12c-4.48 0-8.12-3.65-8.12-8.12S5.52 1.88 10 1.88s8.12 3.65 8.12 8.12-3.65 8.12-8.12 8.12Z"></path> <path fill="#ff4900" d="M7.5 14.44 15.28 10 7.5 5.56v8.88z"></path> </svg>
      </span>

    </div>
		<span>
			Israele, attacco armato in stazione bus: un morto. L'Iran a Netanyahu: "Non giocare col fuoco"
		</span>
	</div>
	</a>
                        </div>
      </div>
     
              <div class="nb__links-wrap  nb__links--has-some-links ">
        	<div class="nb__links">
		
						
						
			<div class="nb__link  ">
				
				<a class="nb__link-title" data-anact="newsbox/link-testo" href="https://www.fanpage.it/esteri/israele-nellattentato-a-jaffa-ucciso-un-cittadino-italiano-di-33-anni/" data-ceh-parsed="1">Israele, nell’attentato a Jaffa ucciso un cittadino italiano di 33 anni</a>

							</div>
		
						
						
			<div class="nb__link  ">
				
				<a class="nb__link-title" data-anact="newsbox/link-testo" href="https://www.fanpage.it/esteri/iran-israele-chi-ha-lesercito-piu-forte-e-come-potrebbe-concludersi-una-guerra-tra-questi-paesi/" data-ceh-parsed="1">Iran-Israele: chi ha l'esercito più forte e come potrebbe concludersi una guerra tra questi Paesi</a>

							</div>
			</div>
      </div>
    
          <div class="nb__btn-wrap">

                  

    <button class="btn btn--theme-light-grey btn--size-12 btn--rounded js_show-more-btn btn--show-more-big  ">
        <span>mostra altro</span>
        
            </button>


        
                  

    <a href="https://www.fanpage.it/story/ultime-notizie-sul-conflitto-tra-israele-e-palestina/" target="_self" data-anact="newsbox/bottone-cta" class="btn btn--theme-light-grey  btn--rounded btn--show-more-big btn-continue-read  " data-ceh-parsed="1">
        <span>leggi tutta la storia</span>
        
            </a>



          
                
    <a href="https://www.fanpage.it/story/ultime-notizie-sul-conflitto-tra-israele-e-palestina/" target="_self" data-anact="newsbox/bottone-cta" class="btn btn--theme-full-blue  btn--rounded btn--show-more-big btn—follow-btn " data-url="https://www.fanpage.it/story/ultime-notizie-sul-conflitto-tra-israele-e-palestina/" data-cta="Segui" data-alt-cta="Segui già" data-umedium="newsbox" data-ceh-parsed="1">
        <span>segui</span>
                                
  <span class="icn icn--size-14x14 icn--color-fill-white   icn--type-icon_check">
        <svg class=" icn-symbol icn-symbol-icon_check" viewBox="0 0 40 40"> <g data-name="Raggruppa 11590"> <g data-name="icon check"> <path d="M37 10.28L14.85 32.47 3 20.62a1.62 1.62 0 011.15-2.77 1.65 1.65 0 011.15.47l9.58 9.58L34.8 8A1.62 1.62 0 0137 8a1.61 1.61 0 010 2.28z" data-name="Tracciato 26851"></path> </g> </g></svg>
      </span>

        
            </a>


              </div>
        
  </div>

</div><div data-anpos="home-7">

    



	  <div class="nb nb--no-story-url nb--align-image-top">
    
<div class="nb__head nb__head--image  ">
            	<a href="https://www.fanpage.it/spettacolo/eventi/carlo-conti-al-tg1-alessandro-cattelan-condurra-il-talent-per-i-giovani-e-il-dopofestival/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/25/2024/10/Schermata-2024-10-08-alle-20.31.49-1024x501.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/25/2024/10/Schermata-2024-10-08-alle-20.31.49-300x147.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/25/2024/10/Schermata-2024-10-08-alle-20.31.49-768x375.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/25/2024/10/Schermata-2024-10-08-alle-20.31.49-1024x501.jpg" sizes="100vw" class="fp_img " alt="Immagine" width="1024" height="501">
		</div>

		
		
	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/spettacolo/eventi/carlo-conti-al-tg1-alessandro-cattelan-condurra-il-talent-per-i-giovani-e-il-dopofestival/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Carlo Conti al Tg1: "Alessandro Cattelan condurrà il talent per i giovani e il DopoFestival"</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                                              <div class="nb__evidence-links nb__evidence-links--5  ">
                                    
	
<a href="https://www.fanpage.it/spettacolo/eventi/carlo-conti-al-tg1-alessandro-cattelan-condurra-il-talent-per-i-giovani-e-il-dopofestival/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Il commento in diretta di Alessandro Cattelan al Tg1
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/spettacolo/eventi/sanremo-2025-carlo-conti-cerca-il-colpaccio-la-reunion-storica-dei-pink-floyd-allariston/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Carlo Conti prova il colpaccio per Sanremo: reunion dei Pink Floyd all'Ariston
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/spettacolo/eventi/carlo-conti-sto-scegliendo-i-brani-per-sanremo-2025-gli-ascolti-non-mi-preoccupano-il-pubblico-decide/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Conti: "Sto scegliendo i brani per Sanremo 2025"
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/spettacolo/eventi/sanremo-2025-carlo-conti-tranquilli-non-condurro-io-sanremo-giovani-a-dicembre-i-nomi-dei-big-in-gara/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			"Non condurrò io Sanremo Giovani. A dicembre i nomi dei big in gara"
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/spettacolo/programmi-tv/il-messaggio-di-carlo-conti-ad-amadeus-e-i-segnali-di-unalleanza-nascosta-per-sanremo-2025/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Il messaggio di Conti ad Amadeus e i segnali di un'alleanza "nascosta" per il festival
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-8">

  



	  <div class="nb nb--no-story-url">
    
<div class="nb__head nb__head--image nb__head--reverse ">
            	<a href="https://www.fanpage.it/innovazione/scienze/oggi-il-premio-nobel-per-la-fisica-la-diretta-della-premiazione/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/nobelfisica2024-1024x577.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/nobelfisica2024-300x169.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/nobelfisica2024-768x433.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/nobelfisica2024-1024x577.jpg" sizes="100vw" class="fp_img " alt="Immagine" width="1024" height="577">
		</div>

		
		    <div class="nb__claim">
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-1">
                <div class="nb__claim-row-1">I premi</div>
            </div>
        
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-2">
                <div class="nb__claim-row-2">Nobel</div>
            </div>
            </div>

	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/innovazione/scienze/oggi-il-premio-nobel-per-la-fisica-la-diretta-della-premiazione/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Nobel per la Fisica 2024, premiati Hopfield e Hinton per scoperte su intelligenza artificiale</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                                              <div class="nb__evidence-links nb__evidence-links--5  ">
                                    
	
<a href="https://www.fanpage.it/innovazione/tecnologia/geoffrey-hinton-la-storia-del-nobel-per-fisica-che-ora-ha-paura-dalle-sue-stesse-scoperte/" data-anact="newsbox/link-in-evidenza" class="nc nc--featured   nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Geoffrey Hinton, la storia del Nobel per Fisica che ora ha paura dalle sue stesse scoperte
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/innovazione/scienze/oggi-il-premio-nobel-per-la-fisica-la-diretta-della-premiazione/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Chi sono Hopfield e Hinton: quali sono le scoperte per cui hanno ricevuto il premio
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/innovazione/scienze/cose-lintelligenza-artificiale-con-reti-neurali-del-premio-nobel-2024-per-la-fisica-a-hopfield-e-hinton/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Cos'è l'intelligenza artificiale con reti neurali del Nobel per la Fisica
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/innovazione/scienze/premio-nobel-per-la-medicina-2024-a-victor-ambros-e-gary-ruvkun-per-la-scoperta-del-microrna/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Nobel per la Medicina a Victor Ambros e Gary Ruvkun per la scoperta del microRNA
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/innovazione/scienze/perche-victor-ambros-e-gary-ruvkun-hanno-vinto-il-premio-nobel-per-la-medicina-cose-il-microrna/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Cos'è il microRNA che ha conquistato il Nobel per la Medicina
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-9">

    



	  <div class="nb nb--no-story-url nb--align-image-center">
    
<div class="nb__head nb__head--image  ">
            	<a href="https://www.fanpage.it/politica/scontro-su-corte-costituzionale-cosa-e-successo-e-perche-la-destra-non-ha-eletto-il-consigliere-di-meloni/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/meloni-1-1728388525474-1024x435.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/meloni-1-1728388525474-300x127.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/meloni-1-1728388525474-768x326.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/meloni-1-1728388525474-1024x435.jpg" sizes="(max-width: 767px) 100vw, 50vw" class="fp_img " alt="Immagine" width="1024" height="435">
		</div>

		
		
	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/politica/scontro-su-corte-costituzionale-cosa-e-successo-e-perche-la-destra-non-ha-eletto-il-consigliere-di-meloni/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Scontro su Corte costituzionale, cosa è successo e perché la destra non ha eletto il consigliere di Meloni</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                              <div class="nb__evidence-links nb__evidence-links--2  nb__evidence-links--with-image">
                                    
    
<a href="https://youmedia.fanpage.it/video/al/ZwU5aOSwUQEOJQaM" data-anact="newsbox/link-in-evidenza" class="nc-img  nc-img--media   nc-img--large nc-img--vertical" data-ceh-parsed="1">
    <div class="nc-img__img-wrap">
        <div class="nc-img__img-content">
            

<img loading="lazy" src="https://youmediafanpage.akamaized.net/video/ZwU5aOSwUQEOJQaM_446x251.jpg" class="fp_img " alt="Consulta, blitz fallito della maggioranza. Gasparri: &quot;Da sinistra attentato a organi costituzionali&quot;">
        </div>

            
    <div class="nc-img__icon-wrap"> 
                
  <span class="icn icn--size-30x30 icn--color-fill-   icn--type-icon_play_newsbox">
        <svg class=" icn-symbol icn-symbol-icon_play_newsbox" viewBox="0 0 20 20"> <circle class="icn-symbol-icon_play_newsboxcircle" cx="10" cy="10" r="8.12"></circle> <path fill="#ff4900" d="M10 0C4.49 0 0 4.49 0 10s4.49 10 10 10 10-4.49 10-10S15.51 0 10 0Zm0 18.12c-4.48 0-8.12-3.65-8.12-8.12S5.52 1.88 10 1.88s8.12 3.65 8.12 8.12-3.65 8.12-8.12 8.12Z"></path> <path fill="#ff4900" d="M7.5 14.44 15.28 10 7.5 5.56v8.88z"></path> </svg>
      </span>

    </div>
    </div>

    <div class="nc-img__title">
        Consulta, blitz fallito della maggioranza. Gasparri: "Da sinistra attentato a organi costituzionali"
    </div>
</a>                                                

<a href="https://www.fanpage.it/politica/perche-meloni-vuole-a-tutti-i-costi-eleggere-i-nuovi-giudici-della-corte-costituzionale/" data-anact="newsbox/link-in-evidenza" class="nc    " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Perché Meloni vuole a tutti i costi eleggere i nuovi giudici della Corte costituzionale
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-10">

    



	  <div class="nb nb--no-story-url nb--align-image-center">
    
<div class="nb__head nb__head--image nb__head--reverse ">
            	<a href="https://www.fanpage.it/roma/manifestazione-per-la-palestina-verso-la-nuvola-di-fuksas-no-alla-guerra-e-a-chi-ci-guadagna/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/28/2024/10/manifestazione-palestina-nuvola-1024x768.jpeg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/28/2024/10/manifestazione-palestina-nuvola-300x225.jpeg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/28/2024/10/manifestazione-palestina-nuvola-768x576.jpeg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/28/2024/10/manifestazione-palestina-nuvola-1024x768.jpeg" sizes="(max-width: 767px) 100vw, 50vw" class="fp_img " alt="Immagine" width="1024" height="768">
		</div>

		
		
	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/roma/manifestazione-per-la-palestina-verso-la-nuvola-di-fuksas-no-alla-guerra-e-a-chi-ci-guadagna/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Manifestazione per la Palestina verso la Nuvola: "No alla guerra e a chi ci guadagna"</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                                              <div class="nb__evidence-links nb__evidence-links--5  ">
                                    
	
<a href="https://www.fanpage.it/roma/metro-b-chiuse-eur-fermi-e-palasport-per-manifestazione-contro-linvio-di-armi-ad-israele/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Metro B, chiuse Eur Fermi e Palasport per manifestazione contro l'invio di armi ad Israele
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/roma/studente-aggredito-dopo-la-manifestazione-per-la-palestina-in-un-video-il-volto-degli-aggressori/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Studente aggredito dopo la manifestazione per la Palestina: in un video il volto degli aggressori
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/roma/coro-di-condanne-per-gli-scontri-a-roma-alla-manifestazione-pro-pal-meloni-assurda-violenza/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Meloni: "Assurda violenza". Da Mattarella solidarietà ad agenti
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/roma/manifestazione-palestina-a-roma-centro-blindato-fermi-e-controlli-di-polizia/" data-anact="newsbox/link-in-evidenza" class="nc  nc--media  nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		    
    <div class="nc__icon-wrap">
                
  <span class="icn  icn--color-fill-   icn--type-icon_play_newsbox">
        <svg class=" icn-symbol icn-symbol-icon_play_newsbox" viewBox="0 0 20 20"> <circle class="icn-symbol-icon_play_newsboxcircle" cx="10" cy="10" r="8.12"></circle> <path fill="#ff4900" d="M10 0C4.49 0 0 4.49 0 10s4.49 10 10 10 10-4.49 10-10S15.51 0 10 0Zm0 18.12c-4.48 0-8.12-3.65-8.12-8.12S5.52 1.88 10 1.88s8.12 3.65 8.12 8.12-3.65 8.12-8.12 8.12Z"></path> <path fill="#ff4900" d="M7.5 14.44 15.28 10 7.5 5.56v8.88z"></path> </svg>
      </span>

    </div>
		<span>
			Manifestazione Palestina a Roma, parte il corteo: cariche della polizia, scontri e lacrimogeni
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/politica/perche-la-manifestazione-del-5-ottobre-dei-pro-palestina-e-diventata-un-problema/" data-anact="newsbox/link-in-evidenza" class="nc  nc--media  nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		    
    <div class="nc__icon-wrap">
                
  <span class="icn  icn--color-fill-orange1   icn--type-icon_apexes_newsbox">
        <svg class=" icn-symbol icn-symbol-icon_apexes_newsbox" viewBox="0 0 20 20"> <path d="M4.02 10.54c.07-1.18.36-2.33.87-3.39a6.307 6.307 0 0 1 3.83-2.58V1.36c-2.57.39-4.9 1.7-6.58 3.67C.71 6.86 0 9.38 0 12.6v6.04h8.94v-8.09H4.02Zm11.06 0c.07-1.18.36-2.33.87-3.39a6.307 6.307 0 0 1 3.83-2.58V1.36c-2.57.39-4.9 1.7-6.58 3.67-1.42 1.83-2.13 4.35-2.13 7.57v6.04h8.94v-8.09h-4.92Z"></path> </svg>
      </span>

    </div>
		<span>
			Chi vuole colpire il governo vietando la manifestazione di Roma
		</span>
	</div>
			<span class="nc__author">Valerio Renzi</span>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-11">

    



	  <div class="nb nb--no-story-url nb--align-image-center">
    
<div class="nb__head nb__head--image  ">
            	<a href="https://www.fanpage.it/attualita/femminicidio-gravina-i-tre-testimoni-fermi-a-fare-un-video-dellomicidio-avevamo-paura-che-lui-fosse-armato/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Screenshot-2024-10-07-alle-18.07.27.jpg 996w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Screenshot-2024-10-07-alle-18.07.27-300x124.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Screenshot-2024-10-07-alle-18.07.27-768x318.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Screenshot-2024-10-07-alle-18.07.27.jpg" sizes="100vw" class="fp_img " alt="Immagine" width="996" height="413">
		</div>

		
		    <div class="nb__claim">
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-1">
                <div class="nb__claim-row-1">Uccisa</div>
            </div>
        
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-2">
                <div class="nb__claim-row-2">a Gravina </div>
            </div>
            </div>

	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/attualita/femminicidio-gravina-i-tre-testimoni-fermi-a-fare-un-video-dellomicidio-avevamo-paura-che-lui-fosse-armato/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">I tre testimoni fermi a fare un video dell’aggressione: “Avevamo paura che lui fosse armato”  </a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                                              <div class="nb__evidence-links nb__evidence-links--5  ">
                                    
	
<a href="https://www.fanpage.it/attualita/femminicidio-gravina-giuseppe-lacarpia-arrestato-14-anni-fa-per-aver-tentato-di-uccidere-il-figlio/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			 Giuseppe Lacarpia arrestato 14 anni fa per aver tentato di uccidere il figlio
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/attualita/cosa-sappiamo-del-femminicidio-di-gravina-di-puglia-maria-turturo-bruciata-viva-dal-marito/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			L’auto bruciata, l’aggressione e le ultime parole prima di morire: cosa sappiamo del femminicidio di Gravina
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/attualita/uccisa-dal-marito-a-gravina-le-ultime-parole-della-donna-alla-figlia-mi-ha-chiusa-nellauto-in-fiamme/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Le ultime parole della donna alla figlia: "Mi ha chiusa nell'auto in fiamme"
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/attualita/gravina-di-puglia-da-fuoco-alla-moglie-e-la-uccide-video-testimoni-avrebbe-ripreso-scena-dellomicidio/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Alla vicenda avrebbero assistito alcuni testimoni: ci sarebbe un video dell'aggressione
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/attualita/da-fuoco-alla-moglie-e-poi-la-uccide-a-mani-nude-prima-di-morire-la-donna-ha-raccontato-tutto-alla-figlia/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			La vittima aveva 60 anni, arrestato il marito 65enne
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-12">
  
  <div class="ag-external">

    
    <div class="ag ag--4 ag--reverse   ">
                        
  
  
                        
  

  <div class="ac-image   ac-image--reverse   ">
      <a href="https://www.fanpage.it/attualita/gennaro-fiscarelli-esce-con-un-amico-e-scompare-trovati-il-telefono-e-lauto-carbonizzata-del-32enne/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Gennaro-Fiscarelli-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Gennaro-Fiscarelli-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Gennaro-Fiscarelli-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Gennaro Fiscarelli esce con un amico e scompare: trovati il telefono e l'auto carbonizzata del 32enne" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/attualita/gennaro-fiscarelli-esce-con-un-amico-e-scompare-trovati-il-telefono-e-lauto-carbonizzata-del-32enne/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Gennaro Fiscarelli esce con un amico e scompare: trovati il telefono e l'auto carbonizzata del 32enne</a>

              </div>
  </div>
                                
  
  
                                        
  

  <div class="ac-image ac-image--medium  ac-image--reverse   ">
      <a href="https://www.fanpage.it/attualita/travolse-e-uccise-tre-persone-a-santo-stefano-di-cadore-angelika-hutter-patteggia-4-anni-e-8-mesi/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2023/07/angelika-hutter-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/2023/07/angelika-hutter-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2023/07/angelika-hutter-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Travolse e uccise tre persone a Santo Stefano di Cadore: Angelika Hutter patteggia 4 anni e 8 mesi" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/attualita/travolse-e-uccise-tre-persone-a-santo-stefano-di-cadore-angelika-hutter-patteggia-4-anni-e-8-mesi/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Travolse e uccise tre persone a Santo Stefano di Cadore: Angelika Hutter patteggia 4 anni e 8 mesi</a>

              </div>
  </div>
                                
  
  
                                                      
  

  <div class="ac-image ac-image--small     ">
      <a href="https://www.fanpage.it/attualita/operaio-italiano-travolto-e-ucciso-da-un-treno-in-svizzera-il-49enne-stava-lavorando-sui-binari/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/05/incidente-sul-lavoro-001-1716885825935.jpg 639w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/05/incidente-sul-lavoro-001-1716885825935-300x200.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/05/incidente-sul-lavoro-001-1716885825935-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/05/incidente-sul-lavoro-001-1716885825935.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Operaio italiano travolto e ucciso da un treno in Svizzera: il 49enne stava lavorando sui binari" width="639" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/attualita/operaio-italiano-travolto-e-ucciso-da-un-treno-in-svizzera-il-49enne-stava-lavorando-sui-binari/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Operaio italiano travolto e ucciso da un treno in Svizzera: il 49enne stava lavorando sui binari</a>

              </div>
  </div>
                                
  
  
                                        
  

  <div class="ac-image ac-image--small  ac-image--reverse   ">
      <a href="https://www.fanpage.it/attualita/chi-e-zulfiqar-khan-limam-di-bologna-espulso-dallitalia-sosteneva-posizioni-antisemite-e-hamas/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Zulfiqar-Khan-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Zulfiqar-Khan-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/Zulfiqar-Khan-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Chi è Zulfiqar Khan, l'imam di Bologna espulso dall'Italia: sosteneva posizioni antisemite e Hamas" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/attualita/chi-e-zulfiqar-khan-limam-di-bologna-espulso-dallitalia-sosteneva-posizioni-antisemite-e-hamas/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Chi è Zulfiqar Khan, l'imam di Bologna espulso dall'Italia: sosteneva posizioni antisemite e Hamas</a>

              </div>
  </div>
                  </div>
  </div>
</div><div data-anpos="home-13">

    



	  <div class="nb nb--no-story-url nb--align-image-center">
    
<div class="nb__head nb__head--image  ">
            	<a href="https://www.fanpage.it/attualita/maltempo-e-allerta-meteo-rossa-oggi-esonda-fiume-a-genova-strade-allagate-e-scuole-chiuse/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/genova-1024x576.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/genova-300x169.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/genova-768x432.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/genova-1024x576.jpg" sizes="100vw" class="fp_img " alt="Immagine" width="1024" height="576">
		</div>

		
		
	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/attualita/maltempo-e-allerta-meteo-rossa-oggi-esonda-fiume-a-genova-strade-allagate-e-scuole-chiuse/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Maltempo e allerta meteo rossa, esonda fiume a Genova: strade allagate e scuole chiuse</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                                    <div class="nb__evidence-links nb__evidence-links--4  ">
                                    
	
<a href="https://www.fanpage.it/attualita/maltempo-allerta-meteo-rossa-in-veneto-e-arancione-per-temporali-domani-9-ottobre-le-regioni-a-rischio/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Domani allerta meteo rossa in Veneto e arancione per temporali: le regioni a rischio
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/milano/esonda-il-fiume-lambro-a-milano-e-ancora-allerta-arancione-fino-a-mezzanotte-attivata-vasca-per-il-seveso/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Allagamenti a Milano, è ancora allerta arancione fino a mezzanotte: attivata vasca per il Seveso
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/attualita/scuole-chiuse-per-maltempo-domani-martedi-8-ottobre-in-toscana-e-liguria-lelenco-dei-comuni-interessati/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Scuole chiuse per maltempo martedì 8 ottobre in Toscana e Liguria: l'elenco dei comuni interessati
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/roma/allerta-arancione-a-roma-e-nel-lazio-domani-martedi-8-ottobre-2024-piogge-e-temporali/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Allerta arancione a Roma e nel Lazio martedì 8 ottobre 2024: piogge e temporali
		</span>
	</div>
	</a>
                        </div>
      </div>
     
              <div class="nb__links-wrap  nb__links--has-some-links ">
        	<div class="nb__links">
		
						
						
			<div class="nb__link  ">
				
				<a class="nb__link-title" data-anact="newsbox/link-testo" href="https://www.fanpage.it/attualita/uragano-kirk-diretto-verso-leuropa-italia-colpita-da-piogge-al-nord-i-suoi-effetti/" data-ceh-parsed="1">Uragano Kirk diretto verso l'Europa, Italia colpita da piogge al Nord: i suoi effetti</a>

							</div>
		
						
						
			<div class="nb__link  ">
				
				<a class="nb__link-title" data-anact="newsbox/link-testo" href="https://www.fanpage.it/milano/maltempo-chiuse-le-scuole-superiori-domani-martedi-8-ottobre-a-bergamo-e-in-alcuni-comuni-della-provincia/" data-ceh-parsed="1">Chiuse le scuole superiori martedì 8 ottobre a Bergamo e in alcuni comuni della provincia</a>

							</div>
			</div>
      </div>
    
          <div class="nb__btn-wrap">

                  

    <button class="btn btn--theme-light-grey btn--size-12 btn--rounded js_show-more-btn btn--show-more-big  ">
        <span>mostra altro</span>
        
            </button>


        
              </div>
        
  </div>

</div><div data-anpos="home-14">

    



	  <div class="nb nb--no-story-url nb--align-image-center">
    
<div class="nb__head nb__head--image nb__head--reverse ">
            	<a href="https://www.fanpage.it/politica/roberto-vannacci-ha-torto-anche-su-raimo-il-video-che-smentisce-il-generale-e-il-suo-reel-tagliato-ad-arte/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/MVI_7137-1728402468860-1024x435.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/MVI_7137-1728402468860-300x127.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/MVI_7137-1728402468860-768x326.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/MVI_7137-1728402468860-1024x435.jpg" sizes="(max-width: 767px) 100vw, 50vw" class="fp_img " alt="Immagine" width="1024" height="435">
		</div>

					
    <div class="lbl ">
                    Editoriale
            </div>
		
		
	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/politica/roberto-vannacci-ha-torto-anche-su-raimo-il-video-che-smentisce-il-generale-e-il-suo-reel-tagliato-ad-arte/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Roberto Vannacci ha torto anche su Raimo: il video che smentisce il generale e il suo reel tagliato ad arte</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                      <div class="nb__evidence-links nb__evidence-links--1  ">
                                    

<a href="https://www.fanpage.it/politica/roberto-vannacci-a-pontida-le-dichiarazioni-di-bolsonaro-e-viktor-orban-pensate-piuttosto-a-christian-raimo/" data-anact="newsbox/link-in-evidenza" class="nc  nc--media  " data-ceh-parsed="1">

	<div class="nc__title">
		    
    <div class="nc__icon-wrap">
                
  <span class="icn  icn--color-fill-   icn--type-icon_play_newsbox">
        <svg class=" icn-symbol icn-symbol-icon_play_newsbox" viewBox="0 0 20 20"> <circle class="icn-symbol-icon_play_newsboxcircle" cx="10" cy="10" r="8.12"></circle> <path fill="#ff4900" d="M10 0C4.49 0 0 4.49 0 10s4.49 10 10 10 10-4.49 10-10S15.51 0 10 0Zm0 18.12c-4.48 0-8.12-3.65-8.12-8.12S5.52 1.88 10 1.88s8.12 3.65 8.12 8.12-3.65 8.12-8.12 8.12Z"></path> <path fill="#ff4900" d="M7.5 14.44 15.28 10 7.5 5.56v8.88z"></path> </svg>
      </span>

    </div>
		<span>
			Roberto Vannacci a Pontida: "Le dichiarazioni di Bolsonaro e Viktor Orbán? Pensate piuttosto a Christian Raimo"
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-15">
  
  <div class="ag-external">

    
    <div class="ag ag--2    ">
                        
                  
  
  
  

  <div class="ac-image      ">
      <a href="https://www.fanpage.it/innovazione/scienze/torna-la-cometa-del-secolo-c-2023-a3-a-che-ora-vederla-il-9-ottobre-in-diretta-dallitalia/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/c2023a3_30sept2024_s135-1728410893025-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/c2023a3_30sept2024_s135-1728410893025-300x199.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/c2023a3_30sept2024_s135-1728410893025-768x510.jpg 768w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/c2023a3_30sept2024_s135-1728410893025-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/c2023a3_30sept2024_s135-1728410893025-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Torna la “cometa del secolo” C/2023 A3: a che ora vederla il 9 ottobre in diretta dall’Italia" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/innovazione/scienze/torna-la-cometa-del-secolo-c-2023-a3-a-che-ora-vederla-il-9-ottobre-in-diretta-dallitalia/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Torna la “cometa del secolo” C/2023 A3: a che ora vederla il 9 ottobre in diretta dall’Italia</a>

              </div>
  </div>
                                
                                  
  
  
  

  <div class="ac-image   ac-image--reverse   ">
      <a href="https://www.fanpage.it/innovazione/scienze/cose-la-donazione-del-proprio-corpo-alla-scienza-lultimo-regalo-di-sammy-basso-alla-ricerca-sulla-progeria/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/sammy-basso-corpo-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/sammy-basso-corpo-300x200.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/sammy-basso-corpo-768x512.jpg 768w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/sammy-basso-corpo-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/sammy-basso-corpo-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Cos’è la donazione del proprio corpo alla scienza, l’ultimo regalo di Sammy Basso alla ricerca sulla progeria" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/innovazione/scienze/cose-la-donazione-del-proprio-corpo-alla-scienza-lultimo-regalo-di-sammy-basso-alla-ricerca-sulla-progeria/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Cos’è la donazione del proprio corpo alla scienza, l’ultimo regalo di Sammy Basso alla ricerca sulla progeria</a>

              </div>
  </div>
                  </div>
  </div>
</div><div data-anpos="home-16">
  
  <div class="ag-external">

    
    <div class="ag ag--1 ag--reverse   ">
                        
  
  
  
  

  <div class="ac-image   ac-image--reverse   ">
      <a href="https://www.fanpage.it/roma/ruba-uno-scooter-e-scappa-dai-carabinieri-17enne-si-schianta-contro-un-muro-e-muore/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/2/2017/08/scooter-caffe-tv-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/2/2017/08/scooter-caffe-tv-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/2/2017/08/scooter-caffe-tv-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Ruba uno scooter e scappa dai carabinieri, 17enne si schianta contro un muro e muore" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/roma/ruba-uno-scooter-e-scappa-dai-carabinieri-17enne-si-schianta-contro-un-muro-e-muore/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Ruba uno scooter e scappa dai carabinieri, 17enne si schianta contro un muro e muore</a>

              </div>
  </div>
                  </div>
  </div>
</div><div data-anpos="home-17">
  
  <div class="ag-external">

    
    <div class="ag ag--3    ">
                        

  
                          
  
  

  <a href="https://www.fanpage.it/politica/quando-andremo-in-pensione-a-70-anni-e-perche-spiegato-dallistat/" target="_self" data-anact="griglia-articoli" class="ac ac--medium" data-ceh-parsed="1">
    <div class="ac__title">
        Quando andremo in pensione a 70 anni e perché, spiegato dall'Istat
    </div>
          
    <div class="lbl ">
                    news
            </div>
      </a>
                                
  
                                                        
  
  

  <div class="ac-image ac-image--small ac-image--reverse     ">
      <a href="https://www.fanpage.it/politica/sondaggi-politici-fratelli-ditalia-perde-mezzo-punto-ma-resta-primo-il-m5s-raggiunge-il-12/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2023/10/meloni-schlein-conte-salvini-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/2023/10/meloni-schlein-conte-salvini-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2023/10/meloni-schlein-conte-salvini-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Sondaggi politici, Fratelli d'Italia perde mezzo punto ma resta primo: il M5s raggiunge il 12%" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/politica/sondaggi-politici-fratelli-ditalia-perde-mezzo-punto-ma-resta-primo-il-m5s-raggiunge-il-12/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Sondaggi politici, Fratelli d'Italia perde mezzo punto ma resta primo: il M5s raggiunge il 12%</a>

              </div>
  </div>
                                
  
                                        
  
  

  <div class="ac-image ac-image--small     ">
      <a href="https://www.fanpage.it/politica/perche-gli-italiani-finora-hanno-pagato-23-miliardi-di-euro-di-tasse-in-piu-dellanno-scorso/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2023/03/tasse-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/2023/03/tasse-300x200.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2023/03/tasse-200x133.jpg 200w, https://staticfanpage.akamaized.net/wp-content/uploads/2023/03/tasse.jpg 650w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2023/03/tasse-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Perché gli italiani finora hanno pagato 23 miliardi di euro di tasse in più dell'anno scorso" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/politica/perche-gli-italiani-finora-hanno-pagato-23-miliardi-di-euro-di-tasse-in-piu-dellanno-scorso/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Perché gli italiani finora hanno pagato 23 miliardi di euro di tasse in più dell'anno scorso</a>

              </div>
  </div>
                  </div>
  </div>
</div><div data-anpos="home-18">
  
  <div class="ag-external">

    
    <div class="ag ag--1 ag--reverse   ">
                        
  
  
  
  

  <div class="ac-image   ac-image--reverse   ">
      <a href="https://www.fanpage.it/stile-e-trend/benessere/perche-non-sappiamo-staccarci-dai-social-anche-se-ci-fanno-sentire-insicuri-e-soli/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/33/2024/10/social-fomo-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/33/2024/10/social-fomo-300x200.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/33/2024/10/social-fomo-768x512.jpg 768w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/33/2024/10/social-fomo-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/33/2024/10/social-fomo-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Perché non sappiamo staccarci dai social, anche se ci fanno sentire insicuri e soli" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/stile-e-trend/benessere/perche-non-sappiamo-staccarci-dai-social-anche-se-ci-fanno-sentire-insicuri-e-soli/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Perché non sappiamo staccarci dai social, anche se ci fanno sentire insicuri e soli</a>

              </div>
  </div>
                  </div>
  </div>
</div><div data-anpos="home-19">

  



	  <div class="nb nb--no-story-url">
    
<div class="nb__head nb__head--image  ">
            	<a href="https://www.fanpage.it/innovazione/tecnologia/quanto-guadagna-mady-gio-con-onlyfans-e-perche-e-accusata-di-frode-fiscale/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/Mady-Gio-1024x577.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/Mady-Gio-300x169.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/Mady-Gio-768x433.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/Mady-Gio-1024x577.jpg" sizes="(max-width: 767px) 100vw, 50vw" class="fp_img " alt="Immagine" width="1024" height="577">
		</div>

		
		    <div class="nb__claim">
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-1">
                <div class="nb__claim-row-1">i soldi</div>
            </div>
        
                    <div class="nb__claim-row-wrap nb__claim-row-wrap-2">
                <div class="nb__claim-row-2">di onlyfans</div>
            </div>
            </div>

	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/innovazione/tecnologia/quanto-guadagna-mady-gio-con-onlyfans-e-perche-e-accusata-di-frode-fiscale/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Quanto guadagna Mady Gio con OnlyFans e perché è accusata di frode fiscale</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                <div class="nb__evidence-links nb__evidence-links--2  ">
                                    

<a href="https://www.fanpage.it/innovazione/tecnologia/mady-gio-la-star-di-onlyfans-ora-e-denunciata-per-evasione-nascosti-15-milioni-di-euro/" data-anact="newsbox/link-in-evidenza" class="nc    " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Chi è Mady Gio, la star di OnlyFans denunciata per evasione: nascosti 1,5 milioni di euro
		</span>
	</div>
	</a>
                                                

<a href="https://www.fanpage.it/milano/la-star-di-onlyfans-mady-gio-indagata-per-evasione-fiscale-si-difende-ho-sempre-pagato-le-tasse/" data-anact="newsbox/link-in-evidenza" class="nc    " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Mady Gio si difende: "Ho sempre pagato le tasse"
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-20">

      



	  <div class="nb nb--no-story-url nb--align-image-top nb--no-content">
    
<div class="nb__head nb__head--image nb__head--reverse ">
            	<a href="https://www.fanpage.it/politica/zaratti-avs-per-non-lasciare-il-calcio-alla-malavita-serve-la-partecipazione-popolare-nei-club/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/DSC01913-1024x683.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/DSC01913-300x200.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/DSC01913-768x512.jpg 768w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/DSC01913-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/DSC01913-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2024/10/DSC01913-1024x683.jpg" sizes="(max-width: 767px) 100vw, 50vw" class="fp_img " alt="Immagine" width="1024" height="683">
		</div>

					
    <div class="lbl ">
                    Intervista
            </div>
		
		
	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/politica/zaratti-avs-per-non-lasciare-il-calcio-alla-malavita-serve-la-partecipazione-popolare-nei-club/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Zaratti (Avs): “Per non lasciare il calcio alla malavita, serve la partecipazione popolare nei club"</a>
    	</div>
    </div>
     
        
        
  </div>

</div><div data-anpos="home-21">
  
  <div class="ag-external">

    
    <div class="ag ag--1    ">
                        
  
  
  
  

  <div class="ac-image      ">
      <a href="https://www.fanpage.it/milano/detenuto-di-30-anni-muore-in-carcere-a-lodi-la-procura-dispone-lautopsia/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/29/2024/02/carcere-1200x675-1-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/29/2024/02/carcere-1200x675-1-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/29/2024/02/carcere-1200x675-1-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Detenuto di 30 anni muore in carcere a Lodi, la Procura dispone l'autopsia" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/milano/detenuto-di-30-anni-muore-in-carcere-a-lodi-la-procura-dispone-lautopsia/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Detenuto di 30 anni muore in carcere a Lodi, la Procura dispone l'autopsia</a>

              </div>
  </div>
                  </div>
  </div>
</div><div data-anpos="home-22">
  
  <div class="ag-external">

    
    <div class="ag ag--1 ag--reverse   ">
                        
  
  
  
  

  <div class="ac-image   ac-image--reverse   ">
      <a href="https://www.fanpage.it/attualita/il-corpo-di-liliana-resinovich-era-nel-bosco-da-poco-tempo-cosa-e-emerso-dallanalisi-dello-zoologo/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2022/12/liliana-resinovich-5-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/2022/12/liliana-resinovich-5-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2022/12/liliana-resinovich-5-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="“Il corpo di Liliana Resinovich era nel bosco da poco tempo”: cosa è emerso dall’analisi dello zoologo" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/attualita/il-corpo-di-liliana-resinovich-era-nel-bosco-da-poco-tempo-cosa-e-emerso-dallanalisi-dello-zoologo/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">“Il corpo di Liliana Resinovich era nel bosco da poco tempo”: cosa è emerso dall’analisi dello zoologo</a>

              </div>
  </div>
                  </div>
  </div>
</div><div data-anpos="home-23">

    



	  <div class="nb nb--no-story-url nb--align-image-center">
    
<div class="nb__head nb__head--image  ">
            	<a href="https://www.fanpage.it/attualita/scomparsa-alessandro-venturelli-la-mamma-il-cerchio-non-e-ancora-chiuso-pista-della-romania-e-concreta/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/2022/05/ALESSANDRO-VENTURELLI-BRK-ART-1024x576.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/2022/05/ALESSANDRO-VENTURELLI-BRK-ART-300x169.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/2022/05/ALESSANDRO-VENTURELLI-BRK-ART-768x432.jpg 768w" src="https://staticfanpage.akamaized.net/wp-content/uploads/2022/05/ALESSANDRO-VENTURELLI-BRK-ART-1024x576.jpg" sizes="(max-width: 767px) 100vw, 50vw" class="fp_img " alt="Immagine" width="1024" height="576">
		</div>

					
    <div class="lbl ">
                    Intervista
            </div>
		
		
	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/attualita/scomparsa-alessandro-venturelli-la-mamma-il-cerchio-non-e-ancora-chiuso-pista-della-romania-e-concreta/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">Scomparsa Alessandro Venturelli, la mamma: "Il cerchio non è ancora chiuso, pista della Romania è concreta"</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                                    <div class="nb__evidence-links nb__evidence-links--4  ">
                                    
	
<a href="https://www.fanpage.it/attualita/il-caso-di-alessandro-venturelli-non-verra-archiviato-indagini-prorogate-per-il-22enne-scomparso/" data-anact="newsbox/link-in-evidenza" class="nc    nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Il caso non verrà archiviato: indagini prorogate per il 22enne scomparso
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/attualita/scomparsa-alessandro-venturelli-larchiviazione-slitta-a-ottobre-la-mamma-cercatelo-in-europa/" data-anact="newsbox/link-in-evidenza" class="nc nc--featured   nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Il 7 ottobre fissata l'udienza per l'archiviazione, La mamma: "Cercatelo in Europa"
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/attualita/scomparsa-alessandro-venturelli-la-madre-contro-larchiviazione-ho-commesso-un-errore-imperdonabile/" data-anact="newsbox/link-in-evidenza" class="nc  nc--media  nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		    
    <div class="nc__icon-wrap">
                
  <span class="icn  icn--color-fill-   icn--type-icon_play_newsbox">
        <svg class=" icn-symbol icn-symbol-icon_play_newsbox" viewBox="0 0 20 20"> <circle class="icn-symbol-icon_play_newsboxcircle" cx="10" cy="10" r="8.12"></circle> <path fill="#ff4900" d="M10 0C4.49 0 0 4.49 0 10s4.49 10 10 10 10-4.49 10-10S15.51 0 10 0Zm0 18.12c-4.48 0-8.12-3.65-8.12-8.12S5.52 1.88 10 1.88s8.12 3.65 8.12 8.12-3.65 8.12-8.12 8.12Z"></path> <path fill="#ff4900" d="M7.5 14.44 15.28 10 7.5 5.56v8.88z"></path> </svg>
      </span>

    </div>
		<span>
			La donna a Fanpage.it: "Commessi tanti errori dopo la scomparsa"
		</span>
	</div>
	</a>
                                                
	
<a href="https://www.fanpage.it/attualita/il-caso-di-alessandro-venturelli-dalla-scomparsa-da-sassuolo-alla-pista-olandese-tutti-i-misteri/" data-anact="newsbox/link-in-evidenza" class="nc nc--featured   nc--vertical" data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Dalla scomparsa da Sassuolo alla pista olandese: tutti i misteri
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div><div data-anpos="home-24">
  
  <div class="ag-external">

    
    <div class="ag ag--1 ag--reverse   ">
                        
  
  
  
  

  <div class="ac-image   ac-image--reverse   ">
      <a href="https://www.fanpage.it/stile-e-trend/viaggi/dove-fare-una-vacanza-autunnale-low-cost-la-classifica-delle-citta-europee-piu-convenienti/" target="_self" data-anact="griglia-articoli" class="ac-image__img-wrap" data-ceh-parsed="1">
        <div class="ac-image__img-content">
          

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/33/2024/10/Autunno-Varsavia-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/33/2024/10/Autunno-Varsavia-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/33/2024/10/Autunno-Varsavia-638x425.jpg" sizes="(max-width: 480px) 60vw, (max-width: 767px) 100vw, (min-width: 1024px) 100vw" class="fp_img " alt="Dove fare una vacanza autunnale low cost: la classifica delle città europee più convenienti" width="638" height="425">

                  </div>
              </a>

      <div class="ac-image__content-wrap">
        <a href="https://www.fanpage.it/stile-e-trend/viaggi/dove-fare-una-vacanza-autunnale-low-cost-la-classifica-delle-citta-europee-piu-convenienti/" target="_self" data-anact="griglia-articoli" class="ac-image__title" data-ceh-parsed="1">Dove fare una vacanza autunnale low cost: la classifica delle città europee più convenienti</a>

              </div>
  </div>
                  </div>
  </div>
</div><div data-anpos="home-25">

  



	  <div class="nb nb--no-story-url">
    
<div class="nb__head nb__head--image  ">
            	<a href="https://www.fanpage.it/innovazione/tecnologia/sono-un-medico-ho-tolto-i-social-per-due-settimane-e-questi-sono-stati-i-benefici-sulla-mia-salute/" data-anact="newsbox/titolo" class="nb__head-img-wrap" data-ceh-parsed="1">
		<div class="nb__head-img-content">
			

<img loading="lazy" srcset="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/2148488667-1024x682.jpg 1024w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/2148488667-300x200.jpg 300w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/2148488667-768x512.jpg 768w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/2148488667-638x425.jpg 638w, https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/2148488667-200x133.jpg 200w" src="https://staticfanpage.akamaized.net/wp-content/uploads/sites/34/2024/10/2148488667-1024x682.jpg" sizes="(max-width: 767px) 100vw, 50vw" class="fp_img " alt="Immagine" width="1024" height="682">
		</div>

		
		
	</a>

	<div class="nb__title-wrap">
		<a href="https://www.fanpage.it/innovazione/tecnologia/sono-un-medico-ho-tolto-i-social-per-due-settimane-e-questi-sono-stati-i-benefici-sulla-mia-salute/" data-anact="newsbox/titolo" class="nb__title" data-ceh-parsed="1">"Sono un medico, ho tolto i social per due settimane e questi sono stati i benefici sulla mia salute"</a>
          <svg class="nb__divider" xmlns="http://www.w3.org/2000/svg" width="100%" height="1" viewBox="0 0 400 1">
        <line id="Linea_9574" data-name="Linea 9574" x2="400" transform="translate(0 0.5)" fill="none" stroke="#ccc" stroke-width="1" stroke-dasharray="6"></line>
      </svg>
    	</div>
    </div>
          <div class="nb__evidence-links-wrap">
        
                                <div class="nb__evidence-links nb__evidence-links--2  ">
                                    

<a href="https://www.fanpage.it/innovazione/tecnologia/sono-un-medico-ho-tolto-i-social-per-due-settimane-e-questi-sono-stati-i-benefici-sulla-mia-salute/" data-anact="newsbox/link-in-evidenza" class="nc    " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Vivek H. Murthy ha deciso insieme a due amici di prendersi una pausa dalle piattaforme
		</span>
	</div>
	</a>
                                                

<a href="https://www.fanpage.it/innovazione/tecnologia/sono-un-medico-ho-tolto-i-social-per-due-settimane-e-questi-sono-stati-i-benefici-sulla-mia-salute/" data-anact="newsbox/link-in-evidenza" class="nc    " data-ceh-parsed="1">

	<div class="nc__title">
		
		<span>
			Perché gli ingegneri stanno cercando di massimizzare il nostro tempo sui social
		</span>
	</div>
	</a>
                        </div>
      </div>
     
        
        
  </div>

</div>    
</div>

  <div id="cp_home-paginator--obs-entry">
    <div class="cp_loader--public"></div>
  </div>

        </div>
      </div>

  
  <!-- END FOOTER -->
  
<footer>
  <div class="ft">
    <div class="ft__block ft__block--1">
      <div class="ft__list">
                    
                <a href="https://youmedia.fanpage.it/" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Youmedia
        </a>
                    
                <a href="https://www.fanpage.it/segnalazioni" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Segnalazioni
        </a>
                    
                <a href="https://www.fanpage.it/privacy-policy/" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Privacy Policy
        </a>
                    
                <a href="https://www.fanpage.it/cookie-policy/" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Cookie Policy
        </a>
                    
                <a href="https://www.fanpage.it/redazione" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Redazione
        </a>
                    
                <a href="javascript:_fpGDPR.configure();" data-anact="footer/link" target="_self" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Modifica consenso
        </a>
    </div>
    </div>

    <div class="ft__block ft__block--2">
      <div class="ft__links">
    <a class="ft__link-item ft__link-item--notify js_gosettings" data-anact="footer/link" target="_blank" href="https://api.fanpage.it/user/notifications?utm_source=fanpage&amp;utm_medium=footer" data-umedium="footer" data-settingsurl="notifications" data-ceh-parsed="1">
                
  <span class="icn icn--size-18x18 icn--color-fill-white   icn--type-icon_belt_outline">
        <svg class=" icn-symbol icn-symbol-icon_belt_outline" viewBox="0 0 40 40"> <g data-name="Raggruppa 11575"> <g data-name="Raggruppa 11576"> <path d="M33.64 8c-.25-.29-.52-.58-.79-.85l.22-.32a4.43 4.43 0 00.44-3.41A4.57 4.57 0 0031.3.58a4.35 4.35 0 00-3.38-.41 4.47 4.47 0 00-2.73 2.08c-.07.12-.12.25-.17.34-.39-.09-.75-.17-1.18-.25-6.38-.85-10 3.86-13.29 8.1a37.39 37.39 0 01-3.38 4.05 5.6 5.6 0 01-2.85 1.1 5 5 0 00-4 3.05v.09A3.88 3.88 0 002 23.56l24.24 14a4 4 0 002 .52 3.63 3.63 0 002.92-1.38l.25-.25a4.85 4.85 0 00.56-4.9 5.49 5.49 0 01-.46-3 37.7 37.7 0 011.83-5.06c2-4.89 4.25-10.39.3-15.49zm-3.18 14.32a36.54 36.54 0 00-1.91 5.47l-.05.21a8.52 8.52 0 00.71 4.75 1.93 1.93 0 01-.12 1.75l-.14.1a1 1 0 01-1.18.25L3.54 20.93a1 1 0 01-.37-1.15v-.17a1.81 1.81 0 011.42-1 8.59 8.59 0 004.5-1.76l.17-.18A32 32 0 0013 12.3c2.89-3.75 5.84-7.56 10.5-7a11.56 11.56 0 012.2.7 1.57 1.57 0 001.47-.2 1.42 1.42 0 00.59-1.37 2 2 0 01.17-.64 1.73 1.73 0 01.91-.66 1.25 1.25 0 011.06.15 1.34 1.34 0 01.66.83 1.49 1.49 0 01-.15 1.13 1.35 1.35 0 01-.46.46 1.44 1.44 0 00-.89 1.2 1.63 1.63 0 00.57 1.37 11.88 11.88 0 011.62 1.55c2.83 3.72 1 8.18-.78 12.54z" data-name="Tracciato 26837"></path> <path d="M6.84 29.42L6.29 31a6.71 6.71 0 003 8.08 6.59 6.59 0 003.38.93 6.68 6.68 0 005.11-2.45l1-1.23zm3.8 7.32a4.07 4.07 0 01-2-3.07l5.63 3.21a4 4 0 01-3.64-.14z" data-name="Tracciato 26838"></path> </g> </g></svg>
      </span>

        <span>NOTIFICHE</span>
    </a>
    <a class="ft__link-item ft__link-item--settings js_gosettings" data-anact="footer/link" target="_blank" href="https://api.fanpage.it/user/settings?utm_source=fanpage&amp;utm_medium=footer" data-umedium="footer" data-settingsurl="settings" data-ceh-parsed="1">
                
  <span class="icn icn--size-18x18 icn--color-fill-white   icn--type-icon_settings_outline">
        <svg class=" icn-symbol icn-symbol-icon_settings_outline" viewBox="0 0 40 40"> <g data-name="Raggruppa 11573"> <g data-name="Raggruppa 11574"> <path d="M20 11.81a8.11 8.11 0 108.09 8.12A8.12 8.12 0 0020 11.81zM20 25a5.12 5.12 0 115.11-5.13A5.11 5.11 0 0120 25z" data-name="Tracciato 26835"></path> <path d="M34.86 20.62v-1.14l1.4-1.27a3.7 3.7 0 001-4.16l-.78-1.92a3.71 3.71 0 00-3.62-2.29l-1.89.09-.75-.75.09-1.91A3.81 3.81 0 0028 3.59l-1.92-.79a3.71 3.71 0 00-4.18.91l-1.29 1.41h-1.25l-1.29-1.41a3.71 3.71 0 00-4.18-.91L12 3.59a3.83 3.83 0 00-2.31 3.68l.1 1.91-.79.75-1.9-.09a3.69 3.69 0 00-3.62 2.29l-.78 1.92a3.7 3.7 0 001 4.16l1.4 1.27v1.14l-1.37 1.25a3.71 3.71 0 00-1 4.2l.83 2a3.8 3.8 0 003.63 2.22l1.94-.1.75.77-.1 1.94a3.7 3.7 0 002.31 3.56l1.92.79a3.76 3.76 0 004.2-1l1.26-1.41h.93l1.27 1.41a3.78 3.78 0 002.76 1.25 4 4 0 001.44-.27l1.91-.79a3.72 3.72 0 002.31-3.56L30 30.94l.75-.77 1.94.1A3.79 3.79 0 0036.36 28l.83-2a3.71 3.71 0 00-.95-4.2zm-2.06 2l1.6 1.43a.82.82 0 01.18.88l-.83 1.92a.72.72 0 01-.75.49l-2.14-.12h-.14a2.54 2.54 0 00-1.69.69L27.93 29a2.37 2.37 0 00-.72 1.81l.12 2.19a.74.74 0 01-.49.79l-1.91.76a.8.8 0 01-.88-.23L22.6 32.7a2.32 2.32 0 00-1.75-.81h-1.67a2.32 2.32 0 00-1.75.81L16 34.27a.79.79 0 01-.88.23l-1.91-.76a.77.77 0 01-.51-.74l.12-2.12A2.36 2.36 0 0012.1 29L11 27.91a2.52 2.52 0 00-1.69-.69h-.14L7 27.34a.72.72 0 01-.75-.49l-.83-1.92a.82.82 0 01.18-.88l1.6-1.43a2.48 2.48 0 00.8-1.78v-1.57a2.58 2.58 0 00-.81-1.8L5.61 16a.79.79 0 01-.21-.88l.75-1.92a.81.81 0 01.79-.48l2.12.12a2.3 2.3 0 001.8-.7L12 11.06a2.39 2.39 0 00.71-1.82l-.11-2.15a.73.73 0 01.48-.75L15 5.53a.75.75 0 01.88.18l1.42 1.58a2.36 2.36 0 001.75.78H21a2.38 2.38 0 001.75-.78l1.45-1.58a.77.77 0 01.88-.18l1.92.81a.72.72 0 01.49.75l-.12 2.15a2.4 2.4 0 00.72 1.82l1.1 1.11a2.31 2.31 0 001.81.7l2.12-.12a.8.8 0 01.78.48l.75 1.92a.79.79 0 01-.21.88l-1.59 1.44a2.58 2.58 0 00-.81 1.8v1.57a2.56 2.56 0 00.78 1.77z" data-name="Tracciato 26836"></path> </g> </g></svg>
      </span>

        <span>IMPOSTAZIONI</span>
    </a>
</div>
    </div>

    <div class="ft__block ft__block--3">
      <div class="ft__identities">
    <div class="ft__social-channels">
                        

    <a href="https://www.facebook.com/pages/fanpageit/169992733022409" title="icona facebook_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-  icn--type-icon_facebook_small">
        <svg class=" icn-symbol icn-symbol-icon_facebook_small" viewBox="0 0 40 40"> <g data-name="Raggruppa 11536"> <path d="M17.48 13.59v3.19h-3.73v4.27h3.73V32h4.42V21.05h3.65l.54-4.27h-4.2v-2.72c0-1.24.31-2.1 2.1-2.1h2.25v-3.8A24.82 24.82 0 0022.9 8a5.06 5.06 0 00-5.44 4.66 4.73 4.73 0 00.02.93z" data-name="Tracciato 462"></path> </g></svg>
      </span>

            </a>



                                

    <a href="https://www.instagram.com/fanpage.it/" title="icona instagram_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-white  icn--type-icon_instagram_small">
        <svg class=" icn-symbol icn-symbol-icon_instagram_small" viewBox="0 0 40 40"> <g data-name="Raggruppa 11535"> <g data-name="Raggruppa 2139"> <path d="M24.42 8h-8.81A7.6 7.6 0 008 15.59v8.76a7.52 7.52 0 002.21 5.39A7.64 7.64 0 0015.62 32h8.78a7.59 7.59 0 007.6-7.59v-8.8A7.61 7.61 0 0024.42 8zm0 21.88h-8.8a5.51 5.51 0 01-5.52-5.5v-8.76a5.52 5.52 0 015.52-5.52h8.76a5.52 5.52 0 015.52 5.51v8.76a5.51 5.51 0 01-5.51 5.51z" data-name="Tracciato 26826"></path> <path d="M20.05 14.48a5.57 5.57 0 105.57 5.57 5.57 5.57 0 00-5.57-5.57zm0 8.87a3.31 3.31 0 113.31-3.3 3.32 3.32 0 01-3.31 3.3z" data-name="Tracciato 26827"></path> <circle cx="26.32" cy="13.72" r="1.42" data-name="Ellisse 303"></circle> </g> </g></svg>
      </span>

            </a>



                                

    <a href="https://twitter.com/fanpage" title="icona x_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-  icn--type-icon_x_small">
        <svg class="  icn-symbol-icon_x_small" viewBox="0 0 20 20"> <g data-name="Raggruppa 54998" transform="translate(-1443 7797)"> <path d="M6.988,5.081,11.359,0H10.323l-3.8,4.412L3.5,0H0L4.584,6.672,0,12H1.036L5.044,7.341,8.246,12h3.5L6.988,5.081ZM5.569,6.73,5.1,6.066,1.409.78H3L5.983,5.046l.464.664,3.877,5.545H8.733L5.569,6.731Z" transform="translate(1447 -7793)"></path> </g></svg>
      </span>

            </a>



                                

    <a href="https://www.youtube.com/user/FanpageMedia" title="icona youtube_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-  icn--type-icon_youtube_small">
        <svg class=" icn-symbol icn-symbol-icon_youtube_small" viewBox="0 0 40 40"> <g data-name="Raggruppa 11534"> <path d="M29.34 10.6a73 73 0 00-18.68 0 3.48 3.48 0 00-2.16 2.57A44.57 44.57 0 008 20a44.7 44.7 0 00.5 6.84 3.43 3.43 0 002.16 2.56A58.39 58.39 0 0020 30a58.39 58.39 0 009.34-.6 3.43 3.43 0 002.16-2.56A44.7 44.7 0 0032 20a44.57 44.57 0 00-.5-6.83 3.33 3.33 0 00-2.16-2.57zM17.63 24.28v-8.55L23.88 20z" data-name="Tracciato 468"></path> </g></svg>
      </span>

            </a>



                                

    <a href="https://t.me/fanpageit_official" title="icona telegram_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-  icn--type-icon_telegram_small">
        <svg class=" icn-symbol icn-symbol-icon_telegram_small" viewBox="0 0 40 40"> <path d="M7.718 18.452L24.4 11.328c1.646-.742 7.23-3.116 7.23-3.116s2.57-1.04 2.358 1.484c-.072 1.038-.644 4.676-1.216 8.6l-1.79 11.65s-.144 1.706-1.362 2c-1.218.294-3.22-1.038-3.578-1.336-.286-.222-5.368-3.562-7.23-5.2a1.433 1.433 0 01.072-2.374c2.576-2.436 5.654-5.476 7.516-7.404.858-.89 1.718-2.968-1.86-.446l-10.094 7.05a4.076 4.076 0 01-3.292.074C9 21.642 6.5 20.752 6.5 20.752s-1.718-1.114 1.216-2.3h.002z"></path></svg>
      </span>

            </a>



            </div>
    <a href="https://www.fanpage.it" data-anact="footer/logo" class="ft__brand-logo ft__brand-logo--fanpage" aria-label="Fanpage" data-ceh-parsed="1">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 155.903 35.568">
    <g fill="#fff" data-name="Raggruppa 1533">
      <path d="M11.737 4.227h-1.383a3.694 3.694 0 0 0-1.941.353 1.846 1.846 0 0 0-.589 1.618V8.08h3.324v4.03H7.824v12.708h2.118v4.03H.824v-4.059h2V12.081H0v-4.03h2.794V5.462a11.192 11.192 0 0 1 .265-3.118A2.749 2.749 0 0 1 4.589.638a9.361 9.361 0 0 1 4-.618 15.756 15.756 0 0 1 3.118.265v3.942h.029Z" data-name="Tracciato 32"></path>
      <path d="M31.357 28.538h-6.325v-2.442a13.126 13.126 0 0 1-2.118 1.706 5.944 5.944 0 0 1-1.912.882 8.476 8.476 0 0 1-2.294.324 7.712 7.712 0 0 1-3.706-.853 6.723 6.723 0 0 1-2.618-2.353 5.893 5.893 0 0 1-.941-3.295 5.387 5.387 0 0 1 1.824-4.236 10.263 10.263 0 0 1 4.5-2.118 72.082 72.082 0 0 1 7.089-.971 8.652 8.652 0 0 0-.353-2.471 1.97 1.97 0 0 0-1.152-1.176 6.2 6.2 0 0 0-2.324-.353 3.925 3.925 0 0 0-2.589.853 3.2 3.2 0 0 0-1.118 2.324l-5-.147a6.838 6.838 0 0 1 1.235-3.589 6.923 6.923 0 0 1 2.971-2.383 10.362 10.362 0 0 1 4.236-.824 9.931 9.931 0 0 1 6.56 1.883 6.628 6.628 0 0 1 2.27 5.384v9.854h1.794Zm-6.589-7.766v-2a41.187 41.187 0 0 0-4.471.588 5.9 5.9 0 0 0-2.589 1.059 2.754 2.754 0 0 0-.353 3.883l.353.353a3.915 3.915 0 0 0 2.471.765 4.665 4.665 0 0 0 4-2.294 4.984 4.984 0 0 0 .588-2.353" data-name="Tracciato 33"></path>
      <path d="M53.579 28.368h-6.942V14.779a2.75 2.75 0 0 0-3.059-3.036 4.065 4.065 0 0 0-2.294.723 4.956 4.956 0 0 0-1.706 1.937 5.427 5.427 0 0 0-.647 2.515v7.517h1.912v3.963h-8.884v-3.962H33.9V11.975h-1.941V8.043h7v2.6a15.1 15.1 0 0 1 2.677-2.226 7.486 7.486 0 0 1 6.913 0 6.146 6.146 0 0 1 2.294 2.2 5.656 5.656 0 0 1 .824 3.065v10.816h1.883v3.961Z" data-name="Tracciato 34"></path>
      <path d="M75.638 18.129a13.868 13.868 0 0 1-.677 4.236 10.906 10.906 0 0 1-1.883 3.442 8.461 8.461 0 0 1-2.853 2.236 8.275 8.275 0 0 1-3.559.794 8.7 8.7 0 0 1-2.118-.265 6.723 6.723 0 0 1-1.912-.912 11.673 11.673 0 0 1-1.912-1.706v5.06h2v4.03h-8.912v-4.03h1.824v-19.3h-1.824v-4.03h6.942v2.118a8.3 8.3 0 0 1 9.648-1.883 8.25 8.25 0 0 1 2.794 2.236 10.767 10.767 0 0 1 1.824 3.5 16.561 16.561 0 0 1 .618 4.474m-5.326 0a10.045 10.045 0 0 0-.588-3.618 5.189 5.189 0 0 0-1.677-2.353 4.22 4.22 0 0 0-2.589-.794 4.439 4.439 0 0 0-3.265 1.5 4.507 4.507 0 0 0-1.118 1.912 12.578 12.578 0 0 0-.324 3.148 12.9 12.9 0 0 0 .327 3.205 4.587 4.587 0 0 0 1.177 2.118 4.369 4.369 0 0 0 3.177 1.412 4.108 4.108 0 0 0 2.53-.794 4.941 4.941 0 0 0 1.677-2.265 9.432 9.432 0 0 0 .646-3.471Z" data-name="Tracciato 35"></path>
      <path d="M96.346 28.537h-6.324v-2.44a13.129 13.129 0 0 1-2.118 1.706 5.944 5.944 0 0 1-1.912.882 9.012 9.012 0 0 1-6-.588 6.723 6.723 0 0 1-2.618-2.353 5.893 5.893 0 0 1-.941-3.295 5.386 5.386 0 0 1 1.824-4.236 10.263 10.263 0 0 1 4.5-2.118 72.082 72.082 0 0 1 7.089-.971 8.652 8.652 0 0 0-.353-2.471 1.913 1.913 0 0 0-1.059-1.177 6.2 6.2 0 0 0-2.324-.353 3.925 3.925 0 0 0-2.588.853 3.107 3.107 0 0 0-1.088 2.294l-5.059-.118a6.838 6.838 0 0 1 1.235-3.589 7.032 7.032 0 0 1 2.971-2.353 10.362 10.362 0 0 1 4.236-.824 10.1 10.1 0 0 1 6.56 1.883 6.625 6.625 0 0 1 2.236 5.413v9.855h1.794v4.03Zm-6.589-7.766v-2a41.186 41.186 0 0 0-4.471.588 5.9 5.9 0 0 0-2.589 1.059 2.754 2.754 0 0 0-.353 3.883l.353.353a3.915 3.915 0 0 0 2.471.765 4.609 4.609 0 0 0 2.324-.647 4.426 4.426 0 0 0 1.647-1.647 4.159 4.159 0 0 0 .618-2.353" data-name="Tracciato 36"></path>
      <path d="M117.88 11.719h-1.824v15.912a7.133 7.133 0 0 1-4.5 6.972 14.167 14.167 0 0 1-5.295.941 10.519 10.519 0 0 1-7.06-2.118 6.289 6.289 0 0 1-1.471-1.707 14.357 14.357 0 0 1-1.088-2.824h4.971a3.879 3.879 0 0 0 1.618 2.118 6.611 6.611 0 0 0 6.442-.412 3.362 3.362 0 0 0 1.353-2.795v-3.382a10.021 10.021 0 0 1-1.353 1.383 7.11 7.11 0 0 1-2.118 1.177 8.04 8.04 0 0 1-2.883.5 7.558 7.558 0 0 1-4.232-1.295 8.588 8.588 0 0 1-2.941-3.677 12.229 12.229 0 0 1-1.059-5.207 12.3 12.3 0 0 1 1.088-5.236 8.436 8.436 0 0 1 3.059-3.589 8.148 8.148 0 0 1 4.5-1.265 6.692 6.692 0 0 1 2.824.618 12.92 12.92 0 0 1 3.059 2.118V7.719h6.942v4h-.029Zm-6.913 5.619a7.3 7.3 0 0 0-.588-2.942 5.114 5.114 0 0 0-1.588-2.118 3.665 3.665 0 0 0-2.265-.735 4.642 4.642 0 0 0-4.236 2.765 7.207 7.207 0 0 0-.618 3.118 8.392 8.392 0 0 0 .529 3.177 4 4 0 0 0 4.03 2.647 4.135 4.135 0 0 0 2.471-.735 4.806 4.806 0 0 0 1.706-2.118 7.273 7.273 0 0 0 .588-3.059Z" data-name="Tracciato 37"></path>
      <path d="M138.225 19.184h-14.8a5.983 5.983 0 0 0 1.912 4.56 5.355 5.355 0 0 0 2.971 1.059 4.265 4.265 0 0 0 4.236-3.059h5.353a8.691 8.691 0 0 1-5.177 6.354 10.807 10.807 0 0 1-4.412.941 10.29 10.29 0 0 1-3.971-.794 9.492 9.492 0 0 1-3.206-2.265 10.035 10.035 0 0 1-2.118-3.471 12.336 12.336 0 0 1 .029-8.472 10.675 10.675 0 0 1 2.118-3.442 9.165 9.165 0 0 1 3.118-2.5 9.486 9.486 0 0 1 4.03-.794 9.286 9.286 0 0 1 4.53 1.088 9.146 9.146 0 0 1 3.412 3.118 10.673 10.673 0 0 1 1.618 3.648 30.616 30.616 0 0 1 .353 4.03m-5.707-3.53a4.759 4.759 0 0 0-1.383-3 4.223 4.223 0 0 0-2.971-1.03 4.379 4.379 0 0 0-2 .5 4.786 4.786 0 0 0-1.588 1.383 6.367 6.367 0 0 0-1 2.118h8.913v.029Z" data-name="Tracciato 38"></path>
      <path d="M140.636 26.006h2.118v2.118h-2.118z" data-name="Rettangolo 86"></path>
      <path d="M149.284 28.17h-4.236v-1.592h1.206v-6.942h-1.265v-1.56h3.147v8.472h1.147Zm-1.147-11.678h-2.118V14.37h2.118Z" data-name="Tracciato 39"></path>
      <path d="M155.756 28.191h-1.559a3.169 3.169 0 0 1-2.118-.5 2.108 2.108 0 0 1-.647-1.618v-6.442h-1.265v-1.588h1.353v-2.942h2.118v2.942h2.118v1.618h-2.118v5.824a1.452 1.452 0 0 0 .147.706 1.149 1.149 0 0 0 .5.412 2.287 2.287 0 0 0 .883.118h.735v1.53Z" data-name="Tracciato 40"></path>
    </g>
  </svg>
    </a>
</div>
    </div>

    <div class="ft__block ft__block--4">
      <div class="ft__contacts-box">
    <div class="ft__contacts-description">Per inviarci segnalazioni, foto e video puoi contattarci tramite:</div>
    <div class="ft__contacts-buttons">
        <a href="mailto:[email protected]" target="_blank" class="ft__button-item ft__button-item--mail" data-ceh-parsed="1">
                        
  <span class="icn icn--size-18x18 icn--color-fill-white   icn--type-icon_mail_outline">
        <svg class=" icn-symbol icn-symbol-icon_mail_outline" viewBox="0 0 40 40"> <g data-name="Raggruppa 4817"> <path d="M32.07 10H7.93a1.84 1.84 0 00-1.8 1.86v16.3A1.84 1.84 0 007.94 30h24.13a1.84 1.84 0 001.8-1.86v-16.3a1.84 1.84 0 00-1.8-1.84zm-2 2.41L20.17 22a.5.5 0 01-.38 0c-.45-.52-2.32-2.34-9.82-9.58zM8.51 14.29l6.09 5.9-6.09 5.86zm1.79 13.3l6-5.76 2 1.9a2.44 2.44 0 003.48 0l2-1.92 6 5.76zm21.21-1.54l-6.09-5.86 6.09-5.9z" data-name="Tracciato 26829"></path> </g></svg>
      </span>

            <span>MAIL</span>
        </a>
        <a href="https://m.me/169992733022409" target="_blank" rel="noreferrer" class="ft__button-item ft__button-item--messenger" data-ceh-parsed="1">
                        
  <span class="icn icn--size-14x14 icn--color-fill-white   icn--type-icon_messenger">
        <svg class=" icn-symbol icn-symbol-icon_messenger" viewBox="0 0 40 40"> <g data-name="icon messenger"> <path d="M20 .26C9 .26 0 8.44 0 18.53a17.67 17.67 0 007.43 14.21v7L14.25 36a21.47 21.47 0 005.75.76c11 0 20-8.17 20-18.26S31.05.26 20 .26zm2.11 24.5l-5.18-5.25L7 24.89l10.89-11.32 5.17 5.26 10-5.39z" data-name="Tracciato 27788"></path> </g></svg>
      </span>

            <span>FACEBOOK</span>
        </a>
    </div>
</div>    </div>

    <div class="ft__block ft__block--5">
      <div class="ft__pie">
            <div class="ft__pie-paragraph">Fanpage.it è una testata giornalistica registrata presso il Tribunale di Napoli n. 57 del 26/07/2011.</div>
            <div class="ft__pie-paragraph">Ove non espressamente indicato, tutti i diritti di sfruttamento ed utilizzazione economica del materiale fotografico presente sul sito Fanpage.it sono da intendersi di proprietà dei fornitori, LaPresse e Getty Images.</div>
    </div>    </div>

    <div class="ft__block ft__block--6">
      <div class="ft__apps">
    <div class="ft__apps-badges">
                    <a href="http://fanpa.ge/fanpage_ios" target="_blank" class="ft__badge-item ft__badge-item--app-store" rel="noreferrer" aria-label="AppStore" data-ceh-parsed="1">
              

<img loading="lazy" src="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/shared/logo-apple.svg" class="" alt="Immagine" width="111" height="29">
            </a>
                            <a href="http://fanpa.ge/fanpage_android" target="_blank" class="ft__badge-item ft__badge-item--google-play" rel="noreferrer" aria-label="Google Play" data-ceh-parsed="1">
              

<img loading="lazy" src="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/shared/logo-google.svg" class="" alt="Immagine" width="115" height="26">
            </a>
            </div>
    <div class="ft__bottom-logo">
      <a href="https://www.ciaopeople.it" target="_blank" class="ft__apps-by" rel="noreferrer" aria-label="Ciaopeople" data-ceh-parsed="1">
        <svg xmlns="http://www.w3.org/2000/svg" width="96" height="24" viewBox="0 0 136 34" fill="#FF4900">
          <path d="M88.24,34V16.665h3.1v.988a5.578,5.578,0,0,1,3.4-1.307,6.66,6.66,0,0,1,4.659,2,6.464,6.464,0,0,1,1.844,4.666,6.584,6.584,0,0,1-6.5,6.667,5.527,5.527,0,0,1-3.4-1.307V34Zm3.1-12.31c-.032.1-.066.217-.1.318v.017c-.016.1-.05.2-.066.3,0,.032-.016.066-.016.1a1.015,1.015,0,0,0-.032.234,3.778,3.778,0,0,0,0,.7,1.316,1.316,0,0,0,.032.234c0,.034.016.067.016.1a1.973,1.973,0,0,0,.066.3v.017c.032.118.066.217.1.318a3.65,3.65,0,0,0,3.4,2.412,3.736,3.736,0,0,0,0-7.47,3.65,3.65,0,0,0-3.4,2.42ZM46.1,34V16.665H49.2v.988a5.585,5.585,0,0,1,3.4-1.307,6.668,6.668,0,0,1,0,13.332,5.527,5.527,0,0,1-3.4-1.307V34ZM49.2,21.656c-.032.1-.066.217-.1.318v.017c-.016.1-.05.2-.066.3a.124.124,0,0,0-.016.083,1.458,1.458,0,0,0-.031.252,2.505,2.505,0,0,0-.016.35v.034a2.517,2.517,0,0,0,.016.352,1.423,1.423,0,0,0,.031.251.745.745,0,0,1,.016.084,1.976,1.976,0,0,0,.066.3v.017c.032.118.066.217.1.318a3.65,3.65,0,0,0,3.4,2.412,3.753,3.753,0,0,0,0-7.5,3.65,3.65,0,0,0-3.4,2.412ZM61.835,27.82A6.484,6.484,0,0,1,60.008,23.1a6.664,6.664,0,0,1,1.827-4.823,6.013,6.013,0,0,1,4.576-1.926,6.32,6.32,0,0,1,4.77,1.926,7.055,7.055,0,0,1,1.827,5.074l-.016.6H63.012a3.387,3.387,0,0,0,3.56,2.953,4.071,4.071,0,0,0,2.99-1.256L72.177,26.9a6.159,6.159,0,0,1-2.351,2.11,7.257,7.257,0,0,1-3.248.687,6.331,6.331,0,0,1-4.743-1.877Zm2.451-8.02a4.013,4.013,0,0,0-1.145,1.64H69.89a3.123,3.123,0,0,0-1.21-1.724,3.413,3.413,0,0,0-2.108-.67,3.648,3.648,0,0,0-2.287.754ZM17.749,23.029a6.582,6.582,0,0,1,6.508-6.666,5.514,5.514,0,0,1,3.4,1.307v-.988h3.1v12.7H27.647v-.988a5.587,5.587,0,0,1-3.39,1.306,6.584,6.584,0,0,1-6.5-6.671Zm2.86-.017a3.692,3.692,0,0,0,3.648,3.735,3.64,3.64,0,0,0,3.4-2.378c.032-.1.066-.217.1-.318v-.017c.016-.1.05-.2.066-.3,0-.034.016-.067.016-.1a.986.986,0,0,0,.032-.234,2.517,2.517,0,0,0,.016-.352v-.034a2.506,2.506,0,0,0-.016-.35,1.351,1.351,0,0,0-.032-.236c0-.034-.016-.067-.016-.1a1.94,1.94,0,0,0-.066-.3v-.017c-.032-.118-.066-.219-.1-.318a3.65,3.65,0,0,0-3.4-2.415,3.692,3.692,0,0,0-3.645,3.734ZM0,22.761a6.662,6.662,0,0,1,6.355-6.414,6.5,6.5,0,0,1,5.785,3.333L9.629,21.1a3.611,3.611,0,0,0-3.12-1.81,3.766,3.766,0,0,0-2.86,1.417,3.681,3.681,0,1,0,5.929,4.332L11.951,26.7a6.484,6.484,0,0,1-5.441,3,6.7,6.7,0,0,1-4.752-2.106A6.5,6.5,0,0,1,0,22.761ZM108.337,27.8a6.484,6.484,0,0,1-1.827-4.724,6.664,6.664,0,0,1,1.827-4.823,6.013,6.013,0,0,1,4.576-1.926,6.32,6.32,0,0,1,4.755,1.926,7.053,7.053,0,0,1,1.827,5.074l-.016.6H109.5a3.387,3.387,0,0,0,3.562,2.949,4.075,4.075,0,0,0,2.992-1.256l2.614,1.256a6.022,6.022,0,0,1-2.334,2.11,7.264,7.264,0,0,1-3.248.687,6.333,6.333,0,0,1-4.744-1.873Zm2.451-8a4.012,4.012,0,0,0-1.144,1.64h6.747a3.123,3.123,0,0,0-1.21-1.724,3.41,3.41,0,0,0-2.108-.67,3.652,3.652,0,0,0-2.287.754ZM74.122,23.012a6.39,6.39,0,0,1,3.184-5.741,6.591,6.591,0,0,1,6.64,0,6.39,6.39,0,0,1,3.184,5.741,6.39,6.39,0,0,1-3.184,5.741,6.591,6.591,0,0,1-6.64,0,6.39,6.39,0,0,1-3.184-5.741Zm2.859,0a3.646,3.646,0,1,0,3.645-3.735,3.693,3.693,0,0,0-3.646,3.735Zm-45.016,0a6.39,6.39,0,0,1,3.184-5.741,6.591,6.591,0,0,1,6.64,0,6.39,6.39,0,0,1,3.184,5.741,6.39,6.39,0,0,1-3.184,5.741,6.591,6.591,0,0,1-6.64,0,6.39,6.39,0,0,1-3.184-5.741Zm2.86,0a3.646,3.646,0,1,0,3.641-3.735,3.692,3.692,0,0,0-3.644,3.735ZM13.453,29.377v-12.7h3.1v12.7Zm88.821-.017V11.775h3.106V29.361Zm20.49-8.476a1.708,1.708,0,0,1,.115-2.4l1.878-1.91a9.255,9.255,0,0,1-6.338-2.445A8.177,8.177,0,0,1,116.179,8.3a8.15,8.15,0,0,1,2.239-5.828C120.573.3,123.5,0,126.082,0s5.506.3,7.664,2.479a8.21,8.21,0,0,1,2.241,5.828,8.231,8.231,0,0,1-2.233,5.828,7.808,7.808,0,0,1-3.958,2.127l-4.562,4.623a.767.767,0,0,1-.115.118,1.627,1.627,0,0,1-1.116.44,1.672,1.672,0,0,1-1.233-.558ZM120.836,4.771a4.985,4.985,0,0,0-1.357,3.535,4.93,4.93,0,0,0,1.357,3.535c1.29,1.322,3.654,1.49,5.227,1.49s3.922-.168,5.213-1.49a4.929,4.929,0,0,0,1.361-3.534,4.958,4.958,0,0,0-1.356-3.535c-1.308-1.3-3.645-1.49-5.213-1.49s-3.941.168-5.23,1.491Zm5.669,3.385a1.7,1.7,0,0,1,.854-1.513,1.755,1.755,0,0,1,1.757,0,1.767,1.767,0,0,1,0,3.025,1.755,1.755,0,0,1-1.757,0A1.7,1.7,0,0,1,126.505,8.156Zm-4.413,0a1.7,1.7,0,0,1,.849-1.528,1.756,1.756,0,0,1,1.768,0,1.7,1.7,0,0,1,.849,1.528,1.7,1.7,0,0,1-.849,1.528,1.756,1.756,0,0,1-1.768,0,1.7,1.7,0,0,1-.849-1.528Z" transform="translate(0.011)"></path>
        </svg>
      </a>
    </div>
</div>
    </div>
  </div>
</footer>

        </div>
    
    <!-- BURGER-MENU -->
    
<div class="bm" data-anpos="burger">
  <div class="bm__content">
    <div class="bm__head">
  <div class="bm__btn-close js_close-burger">
        
  <span class="icn     icn--type-icon_close">
        <svg class="icn-close icn-symbol icn-symbol-icon_close" viewBox="0 0 40 40"> <g data-name="Raggruppa 11582"> <path d="M4.52 37.5a1.69 1.69 0 01-1.69-1.69 1.65 1.65 0 01.49-1.19l14.3-14.45L3 5.38A1.69 1.69 0 015.4 3L20 17.75 34.6 3A1.69 1.69 0 0137 5.38L22.38 20.17l14.3 14.45A1.69 1.69 0 0134.27 37L20 22.58 5.73 37a1.7 1.7 0 01-1.21.5z" data-name="Tracciato 27723"></path> </g></svg>
      </span>

  </div>
  <div class="bm__notification js_notification-cta">
        
  <span class="icn     icn--type-icon_belt_outline">
        <svg class="icn-bell icn-symbol icn-symbol-icon_belt_outline" viewBox="0 0 40 40"> <g data-name="Raggruppa 11575"> <g data-name="Raggruppa 11576"> <path d="M33.64 8c-.25-.29-.52-.58-.79-.85l.22-.32a4.43 4.43 0 00.44-3.41A4.57 4.57 0 0031.3.58a4.35 4.35 0 00-3.38-.41 4.47 4.47 0 00-2.73 2.08c-.07.12-.12.25-.17.34-.39-.09-.75-.17-1.18-.25-6.38-.85-10 3.86-13.29 8.1a37.39 37.39 0 01-3.38 4.05 5.6 5.6 0 01-2.85 1.1 5 5 0 00-4 3.05v.09A3.88 3.88 0 002 23.56l24.24 14a4 4 0 002 .52 3.63 3.63 0 002.92-1.38l.25-.25a4.85 4.85 0 00.56-4.9 5.49 5.49 0 01-.46-3 37.7 37.7 0 011.83-5.06c2-4.89 4.25-10.39.3-15.49zm-3.18 14.32a36.54 36.54 0 00-1.91 5.47l-.05.21a8.52 8.52 0 00.71 4.75 1.93 1.93 0 01-.12 1.75l-.14.1a1 1 0 01-1.18.25L3.54 20.93a1 1 0 01-.37-1.15v-.17a1.81 1.81 0 011.42-1 8.59 8.59 0 004.5-1.76l.17-.18A32 32 0 0013 12.3c2.89-3.75 5.84-7.56 10.5-7a11.56 11.56 0 012.2.7 1.57 1.57 0 001.47-.2 1.42 1.42 0 00.59-1.37 2 2 0 01.17-.64 1.73 1.73 0 01.91-.66 1.25 1.25 0 011.06.15 1.34 1.34 0 01.66.83 1.49 1.49 0 01-.15 1.13 1.35 1.35 0 01-.46.46 1.44 1.44 0 00-.89 1.2 1.63 1.63 0 00.57 1.37 11.88 11.88 0 011.62 1.55c2.83 3.72 1 8.18-.78 12.54z" data-name="Tracciato 26837"></path> <path d="M6.84 29.42L6.29 31a6.71 6.71 0 003 8.08 6.59 6.59 0 003.38.93 6.68 6.68 0 005.11-2.45l1-1.23zm3.8 7.32a4.07 4.07 0 01-2-3.07l5.63 3.21a4 4 0 01-3.64-.14z" data-name="Tracciato 26838"></path> </g> </g></svg>
      </span>

    <a class="bm__notification-label js_gosettings" href="https://api.fanpage.it/user/notifications?utm_source=fanpage&amp;utm_medium=burger" target="_blank" data-umedium="burger" data-settingsurl="notifications" data-ceh-parsed="1">
      Notifiche
          
    </a>
    <span class="bm__notification-count is-hidden"></span>
  </div>
  <div class="bm__profile">
    
        
    <a href="https://api.fanpage.it/user/login?utm_source=fanpage&amp;utm_medium=burger" title="icona person" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey  js_gosettings  btn__icon--login js_login-cta" data-settingsurl="login" data-umedium="burger" data-ceh-parsed="1">
                    <span class="btn__icon-img-wrap">
                <span class="btn__icon-img-content"></span>
            </span>
                          
  <span class="icn icn--size-20x20 icn--color-fill-white   icn--type-icon_person">
        <svg class=" icn-symbol icn-symbol-icon_person" viewBox="0 0 40 40"> <g data-name="Raggruppa 11680"> <g data-name="Raggruppa 9003"> <g data-name="Raggruppa 4081"> <g data-name="Tracciato 7603"> <path d="M23.65.79a10.13 10.13 0 00-11 2.13 10 10 0 00-2.23 10.94 10.16 10.16 0 005.5 5.45A10 10 0 1023.65.79zM17 16.47a7.06 7.06 0 01-4.34-6.4v-.36A7 7 0 0117 3.58a7.08 7.08 0 017.73 1.48 6.92 6.92 0 011.55 7.63A7.06 7.06 0 0117 16.47z" data-name="Tracciato 27795"></path> </g> <g data-name="Tracciato 7604"> <path d="M36.15 33.79c-3.14-7.4-9.31-12-16.15-12a17.92 17.92 0 00-16.15 12v.05A4.5 4.5 0 004.27 38 4.58 4.58 0 008 40h24a4.56 4.56 0 003.75-2 4.46 4.46 0 00.4-4.21zm-2.89 2.55A1.4 1.4 0 0132 37H8a1.32 1.32 0 01-1.16-.64A1.41 1.41 0 016.67 35a15.11 15.11 0 0113-10.17H20c5.6 0 10.71 3.9 13.36 10.17a1.54 1.54 0 01-.11 1.37z" data-name="Tracciato 27796"></path> </g> </g> </g> </g></svg>
      </span>

            </a>



    <a class="bm__profile-link js_gosettings" data-umedium="burger" data-settingsurl="login" href="https://api.fanpage.it/user/login?utm_source=fanpage&amp;utm_medium=burger" target="_blank" data-ceh-parsed="1">
      Effettua il 
            
      <strong>
        Login
              
      </strong>
    </a>
  </div>
</div>
    <div class="bm__search-container">
  <form class="bm__search-form" action="https://www.fanpage.it">
    <input class="bm__search-input" name="s" placeholder="Cerca" type="text">
            
  <span class="icn     icn--type-icon_search">
        <svg class="icn-search icn-symbol icn-symbol-icon_search" viewBox="0 0 40 40"> <g data-name="Raggruppa 11544"> <g data-name="Raggruppa 11509"> <g data-name="Tracciato 457"> <path d="M37.05 35.81a1.18 1.18 0 00-.36-.85l-9.51-9.38.1-.11a13.79 13.79 0 10-1.93 1.9l.11-.09 9.54 9.4a1.2 1.2 0 00.86.34 1.07 1.07 0 00.85-.36 1.18 1.18 0 00.34-.85zM16.68 28a11.11 11.11 0 01-2.87-.35 11.35 11.35 0 01-8.45-10.92 11 11 0 01.37-2.92A11.31 11.31 0 1116.68 28z" data-name="Tracciato 12"></path> </g> </g> </g></svg>
      </span>

    </form>
  </div>
            <div class="bm__cities">
            <ul>
            <li><a data-anact="menu/locali" href="https://www.fanpage.it/roma/" data-ceh-parsed="1">Roma</a></li>
            <li><a data-anact="menu/locali" href="https://www.fanpage.it/milano/" data-ceh-parsed="1">Milano</a></li>
            <li><a data-anact="menu/locali" href="https://www.fanpage.it/napoli/" data-ceh-parsed="1">Napoli</a></li>
          </ul>
        
</div>
<div class="bm__areas">
  <ul id="menu-homepage-1" class="menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1043321"><a href="https://www.fanpage.it/attualita/" data-anact="menu/principale" data-ceh-parsed="1">Attualità</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1043322"><a href="https://www.fanpage.it/politica/" data-anact="menu/principale" data-ceh-parsed="1">Politica</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043327"><a href="https://www.fanpage.it/spettacolo/" data-anact="menu/principale" data-ceh-parsed="1">Spettacolo</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043329"><a href="https://www.fanpage.it/sport/" data-anact="menu/principale" data-ceh-parsed="1">Sport</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043330"><a href="https://www.fanpage.it/innovazione/" data-anact="menu/principale" data-ceh-parsed="1">Innovazione</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1725607"><a href="https://www.fanpage.it/cultura/" data-anact="menu/principale" data-ceh-parsed="1">Musica e Cultura</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043333"><a href="https://www.fanpage.it/stile-e-trend/" data-anact="menu/principale" data-ceh-parsed="1">Stile e trend</a></li>
<li id="menu-item-1043347" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043347"><a href="https://www.fanpage.it/esteri/" data-anact="menu/principale" data-ceh-parsed="1">Esteri</a></li>
<li id="menu-item-1147426" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1147426"><a href="https://www.fanpage.it/backstair/" data-anact="menu/principale" data-ceh-parsed="1">Backstair</a></li>
<li id="menu-item-2073476" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2073476"><a href="https://www.fanpage.it/wamily/" data-anact="menu/principale" data-ceh-parsed="1">Wamily</a></li>
</ul>
</div>
      </div>

  <div class="bm__rubrics-container" id="bm__stories-of-days">
      </div>
  <div class="bm__card-slider" id="bm__card-slider">
    </div>


<footer>
  <div class="ft">
    <div class="ft__block ft__block--1">
      <div class="ft__list">
                    
                <a href="https://youmedia.fanpage.it/" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Youmedia
        </a>
                    
                <a href="https://www.fanpage.it/segnalazioni" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Segnalazioni
        </a>
                    
                <a href="https://www.fanpage.it/privacy-policy/" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Privacy Policy
        </a>
                    
                <a href="https://www.fanpage.it/cookie-policy/" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Cookie Policy
        </a>
                    
                <a href="https://www.fanpage.it/redazione" data-anact="footer/link" target="_blank" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Redazione
        </a>
                    
                <a href="javascript:_fpGDPR.configure();" data-anact="footer/link" target="_self" rel="noreferrer" class="ft__list-item" data-ceh-parsed="1"> Modifica consenso
        </a>
    </div>
    </div>

    <div class="ft__block ft__block--2">
      <div class="ft__links">
    <a class="ft__link-item ft__link-item--notify js_gosettings" data-anact="footer/link" target="_blank" href="https://api.fanpage.it/user/notifications?utm_source=fanpage&amp;utm_medium=footer" data-umedium="footer" data-settingsurl="notifications" data-ceh-parsed="1">
                
  <span class="icn icn--size-18x18 icn--color-fill-white   icn--type-icon_belt_outline">
        <svg class=" icn-symbol icn-symbol-icon_belt_outline" viewBox="0 0 40 40"> <g data-name="Raggruppa 11575"> <g data-name="Raggruppa 11576"> <path d="M33.64 8c-.25-.29-.52-.58-.79-.85l.22-.32a4.43 4.43 0 00.44-3.41A4.57 4.57 0 0031.3.58a4.35 4.35 0 00-3.38-.41 4.47 4.47 0 00-2.73 2.08c-.07.12-.12.25-.17.34-.39-.09-.75-.17-1.18-.25-6.38-.85-10 3.86-13.29 8.1a37.39 37.39 0 01-3.38 4.05 5.6 5.6 0 01-2.85 1.1 5 5 0 00-4 3.05v.09A3.88 3.88 0 002 23.56l24.24 14a4 4 0 002 .52 3.63 3.63 0 002.92-1.38l.25-.25a4.85 4.85 0 00.56-4.9 5.49 5.49 0 01-.46-3 37.7 37.7 0 011.83-5.06c2-4.89 4.25-10.39.3-15.49zm-3.18 14.32a36.54 36.54 0 00-1.91 5.47l-.05.21a8.52 8.52 0 00.71 4.75 1.93 1.93 0 01-.12 1.75l-.14.1a1 1 0 01-1.18.25L3.54 20.93a1 1 0 01-.37-1.15v-.17a1.81 1.81 0 011.42-1 8.59 8.59 0 004.5-1.76l.17-.18A32 32 0 0013 12.3c2.89-3.75 5.84-7.56 10.5-7a11.56 11.56 0 012.2.7 1.57 1.57 0 001.47-.2 1.42 1.42 0 00.59-1.37 2 2 0 01.17-.64 1.73 1.73 0 01.91-.66 1.25 1.25 0 011.06.15 1.34 1.34 0 01.66.83 1.49 1.49 0 01-.15 1.13 1.35 1.35 0 01-.46.46 1.44 1.44 0 00-.89 1.2 1.63 1.63 0 00.57 1.37 11.88 11.88 0 011.62 1.55c2.83 3.72 1 8.18-.78 12.54z" data-name="Tracciato 26837"></path> <path d="M6.84 29.42L6.29 31a6.71 6.71 0 003 8.08 6.59 6.59 0 003.38.93 6.68 6.68 0 005.11-2.45l1-1.23zm3.8 7.32a4.07 4.07 0 01-2-3.07l5.63 3.21a4 4 0 01-3.64-.14z" data-name="Tracciato 26838"></path> </g> </g></svg>
      </span>

        <span>NOTIFICHE</span>
    </a>
    <a class="ft__link-item ft__link-item--settings js_gosettings" data-anact="footer/link" target="_blank" href="https://api.fanpage.it/user/settings?utm_source=fanpage&amp;utm_medium=footer" data-umedium="footer" data-settingsurl="settings" data-ceh-parsed="1">
                
  <span class="icn icn--size-18x18 icn--color-fill-white   icn--type-icon_settings_outline">
        <svg class=" icn-symbol icn-symbol-icon_settings_outline" viewBox="0 0 40 40"> <g data-name="Raggruppa 11573"> <g data-name="Raggruppa 11574"> <path d="M20 11.81a8.11 8.11 0 108.09 8.12A8.12 8.12 0 0020 11.81zM20 25a5.12 5.12 0 115.11-5.13A5.11 5.11 0 0120 25z" data-name="Tracciato 26835"></path> <path d="M34.86 20.62v-1.14l1.4-1.27a3.7 3.7 0 001-4.16l-.78-1.92a3.71 3.71 0 00-3.62-2.29l-1.89.09-.75-.75.09-1.91A3.81 3.81 0 0028 3.59l-1.92-.79a3.71 3.71 0 00-4.18.91l-1.29 1.41h-1.25l-1.29-1.41a3.71 3.71 0 00-4.18-.91L12 3.59a3.83 3.83 0 00-2.31 3.68l.1 1.91-.79.75-1.9-.09a3.69 3.69 0 00-3.62 2.29l-.78 1.92a3.7 3.7 0 001 4.16l1.4 1.27v1.14l-1.37 1.25a3.71 3.71 0 00-1 4.2l.83 2a3.8 3.8 0 003.63 2.22l1.94-.1.75.77-.1 1.94a3.7 3.7 0 002.31 3.56l1.92.79a3.76 3.76 0 004.2-1l1.26-1.41h.93l1.27 1.41a3.78 3.78 0 002.76 1.25 4 4 0 001.44-.27l1.91-.79a3.72 3.72 0 002.31-3.56L30 30.94l.75-.77 1.94.1A3.79 3.79 0 0036.36 28l.83-2a3.71 3.71 0 00-.95-4.2zm-2.06 2l1.6 1.43a.82.82 0 01.18.88l-.83 1.92a.72.72 0 01-.75.49l-2.14-.12h-.14a2.54 2.54 0 00-1.69.69L27.93 29a2.37 2.37 0 00-.72 1.81l.12 2.19a.74.74 0 01-.49.79l-1.91.76a.8.8 0 01-.88-.23L22.6 32.7a2.32 2.32 0 00-1.75-.81h-1.67a2.32 2.32 0 00-1.75.81L16 34.27a.79.79 0 01-.88.23l-1.91-.76a.77.77 0 01-.51-.74l.12-2.12A2.36 2.36 0 0012.1 29L11 27.91a2.52 2.52 0 00-1.69-.69h-.14L7 27.34a.72.72 0 01-.75-.49l-.83-1.92a.82.82 0 01.18-.88l1.6-1.43a2.48 2.48 0 00.8-1.78v-1.57a2.58 2.58 0 00-.81-1.8L5.61 16a.79.79 0 01-.21-.88l.75-1.92a.81.81 0 01.79-.48l2.12.12a2.3 2.3 0 001.8-.7L12 11.06a2.39 2.39 0 00.71-1.82l-.11-2.15a.73.73 0 01.48-.75L15 5.53a.75.75 0 01.88.18l1.42 1.58a2.36 2.36 0 001.75.78H21a2.38 2.38 0 001.75-.78l1.45-1.58a.77.77 0 01.88-.18l1.92.81a.72.72 0 01.49.75l-.12 2.15a2.4 2.4 0 00.72 1.82l1.1 1.11a2.31 2.31 0 001.81.7l2.12-.12a.8.8 0 01.78.48l.75 1.92a.79.79 0 01-.21.88l-1.59 1.44a2.58 2.58 0 00-.81 1.8v1.57a2.56 2.56 0 00.78 1.77z" data-name="Tracciato 26836"></path> </g> </g></svg>
      </span>

        <span>IMPOSTAZIONI</span>
    </a>
</div>
    </div>

    <div class="ft__block ft__block--3">
      <div class="ft__identities">
    <div class="ft__social-channels">
                        

    <a href="https://www.facebook.com/pages/fanpageit/169992733022409" title="icona facebook_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-  icn--type-icon_facebook_small">
        <svg class=" icn-symbol icn-symbol-icon_facebook_small" viewBox="0 0 40 40"> <g data-name="Raggruppa 11536"> <path d="M17.48 13.59v3.19h-3.73v4.27h3.73V32h4.42V21.05h3.65l.54-4.27h-4.2v-2.72c0-1.24.31-2.1 2.1-2.1h2.25v-3.8A24.82 24.82 0 0022.9 8a5.06 5.06 0 00-5.44 4.66 4.73 4.73 0 00.02.93z" data-name="Tracciato 462"></path> </g></svg>
      </span>

            </a>



                                

    <a href="https://www.instagram.com/fanpage.it/" title="icona instagram_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-white  icn--type-icon_instagram_small">
        <svg class=" icn-symbol icn-symbol-icon_instagram_small" viewBox="0 0 40 40"> <g data-name="Raggruppa 11535"> <g data-name="Raggruppa 2139"> <path d="M24.42 8h-8.81A7.6 7.6 0 008 15.59v8.76a7.52 7.52 0 002.21 5.39A7.64 7.64 0 0015.62 32h8.78a7.59 7.59 0 007.6-7.59v-8.8A7.61 7.61 0 0024.42 8zm0 21.88h-8.8a5.51 5.51 0 01-5.52-5.5v-8.76a5.52 5.52 0 015.52-5.52h8.76a5.52 5.52 0 015.52 5.51v8.76a5.51 5.51 0 01-5.51 5.51z" data-name="Tracciato 26826"></path> <path d="M20.05 14.48a5.57 5.57 0 105.57 5.57 5.57 5.57 0 00-5.57-5.57zm0 8.87a3.31 3.31 0 113.31-3.3 3.32 3.32 0 01-3.31 3.3z" data-name="Tracciato 26827"></path> <circle cx="26.32" cy="13.72" r="1.42" data-name="Ellisse 303"></circle> </g> </g></svg>
      </span>

            </a>



                                

    <a href="https://twitter.com/fanpage" title="icona x_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-  icn--type-icon_x_small">
        <svg class="  icn-symbol-icon_x_small" viewBox="0 0 20 20"> <g data-name="Raggruppa 54998" transform="translate(-1443 7797)"> <path d="M6.988,5.081,11.359,0H10.323l-3.8,4.412L3.5,0H0L4.584,6.672,0,12H1.036L5.044,7.341,8.246,12h3.5L6.988,5.081ZM5.569,6.73,5.1,6.066,1.409.78H3L5.983,5.046l.464.664,3.877,5.545H8.733L5.569,6.731Z" transform="translate(1447 -7793)"></path> </g></svg>
      </span>

            </a>



                                

    <a href="https://www.youtube.com/user/FanpageMedia" title="icona youtube_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-  icn--type-icon_youtube_small">
        <svg class=" icn-symbol icn-symbol-icon_youtube_small" viewBox="0 0 40 40"> <g data-name="Raggruppa 11534"> <path d="M29.34 10.6a73 73 0 00-18.68 0 3.48 3.48 0 00-2.16 2.57A44.57 44.57 0 008 20a44.7 44.7 0 00.5 6.84 3.43 3.43 0 002.16 2.56A58.39 58.39 0 0020 30a58.39 58.39 0 009.34-.6 3.43 3.43 0 002.16-2.56A44.7 44.7 0 0032 20a44.57 44.57 0 00-.5-6.83 3.33 3.33 0 00-2.16-2.57zM17.63 24.28v-8.55L23.88 20z" data-name="Tracciato 468"></path> </g></svg>
      </span>

            </a>



                                

    <a href="https://t.me/fanpageit_official" title="icona telegram_small" target="_blank" data-anact="rib" class="btn__icon  btn__icon--theme-dark-grey    " data-ceh-parsed="1">
         
          
  <span class="icn icn--size-20x20 icn--color-fill-white icn--color-stroke-  icn--type-icon_telegram_small">
        <svg class=" icn-symbol icn-symbol-icon_telegram_small" viewBox="0 0 40 40"> <path d="M7.718 18.452L24.4 11.328c1.646-.742 7.23-3.116 7.23-3.116s2.57-1.04 2.358 1.484c-.072 1.038-.644 4.676-1.216 8.6l-1.79 11.65s-.144 1.706-1.362 2c-1.218.294-3.22-1.038-3.578-1.336-.286-.222-5.368-3.562-7.23-5.2a1.433 1.433 0 01.072-2.374c2.576-2.436 5.654-5.476 7.516-7.404.858-.89 1.718-2.968-1.86-.446l-10.094 7.05a4.076 4.076 0 01-3.292.074C9 21.642 6.5 20.752 6.5 20.752s-1.718-1.114 1.216-2.3h.002z"></path></svg>
      </span>

            </a>



            </div>
    <a href="https://www.fanpage.it" data-anact="footer/logo" class="ft__brand-logo ft__brand-logo--fanpage" aria-label="Fanpage" data-ceh-parsed="1">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 155.903 35.568">
    <g fill="#fff" data-name="Raggruppa 1533">
      <path d="M11.737 4.227h-1.383a3.694 3.694 0 0 0-1.941.353 1.846 1.846 0 0 0-.589 1.618V8.08h3.324v4.03H7.824v12.708h2.118v4.03H.824v-4.059h2V12.081H0v-4.03h2.794V5.462a11.192 11.192 0 0 1 .265-3.118A2.749 2.749 0 0 1 4.589.638a9.361 9.361 0 0 1 4-.618 15.756 15.756 0 0 1 3.118.265v3.942h.029Z" data-name="Tracciato 32"></path>
      <path d="M31.357 28.538h-6.325v-2.442a13.126 13.126 0 0 1-2.118 1.706 5.944 5.944 0 0 1-1.912.882 8.476 8.476 0 0 1-2.294.324 7.712 7.712 0 0 1-3.706-.853 6.723 6.723 0 0 1-2.618-2.353 5.893 5.893 0 0 1-.941-3.295 5.387 5.387 0 0 1 1.824-4.236 10.263 10.263 0 0 1 4.5-2.118 72.082 72.082 0 0 1 7.089-.971 8.652 8.652 0 0 0-.353-2.471 1.97 1.97 0 0 0-1.152-1.176 6.2 6.2 0 0 0-2.324-.353 3.925 3.925 0 0 0-2.589.853 3.2 3.2 0 0 0-1.118 2.324l-5-.147a6.838 6.838 0 0 1 1.235-3.589 6.923 6.923 0 0 1 2.971-2.383 10.362 10.362 0 0 1 4.236-.824 9.931 9.931 0 0 1 6.56 1.883 6.628 6.628 0 0 1 2.27 5.384v9.854h1.794Zm-6.589-7.766v-2a41.187 41.187 0 0 0-4.471.588 5.9 5.9 0 0 0-2.589 1.059 2.754 2.754 0 0 0-.353 3.883l.353.353a3.915 3.915 0 0 0 2.471.765 4.665 4.665 0 0 0 4-2.294 4.984 4.984 0 0 0 .588-2.353" data-name="Tracciato 33"></path>
      <path d="M53.579 28.368h-6.942V14.779a2.75 2.75 0 0 0-3.059-3.036 4.065 4.065 0 0 0-2.294.723 4.956 4.956 0 0 0-1.706 1.937 5.427 5.427 0 0 0-.647 2.515v7.517h1.912v3.963h-8.884v-3.962H33.9V11.975h-1.941V8.043h7v2.6a15.1 15.1 0 0 1 2.677-2.226 7.486 7.486 0 0 1 6.913 0 6.146 6.146 0 0 1 2.294 2.2 5.656 5.656 0 0 1 .824 3.065v10.816h1.883v3.961Z" data-name="Tracciato 34"></path>
      <path d="M75.638 18.129a13.868 13.868 0 0 1-.677 4.236 10.906 10.906 0 0 1-1.883 3.442 8.461 8.461 0 0 1-2.853 2.236 8.275 8.275 0 0 1-3.559.794 8.7 8.7 0 0 1-2.118-.265 6.723 6.723 0 0 1-1.912-.912 11.673 11.673 0 0 1-1.912-1.706v5.06h2v4.03h-8.912v-4.03h1.824v-19.3h-1.824v-4.03h6.942v2.118a8.3 8.3 0 0 1 9.648-1.883 8.25 8.25 0 0 1 2.794 2.236 10.767 10.767 0 0 1 1.824 3.5 16.561 16.561 0 0 1 .618 4.474m-5.326 0a10.045 10.045 0 0 0-.588-3.618 5.189 5.189 0 0 0-1.677-2.353 4.22 4.22 0 0 0-2.589-.794 4.439 4.439 0 0 0-3.265 1.5 4.507 4.507 0 0 0-1.118 1.912 12.578 12.578 0 0 0-.324 3.148 12.9 12.9 0 0 0 .327 3.205 4.587 4.587 0 0 0 1.177 2.118 4.369 4.369 0 0 0 3.177 1.412 4.108 4.108 0 0 0 2.53-.794 4.941 4.941 0 0 0 1.677-2.265 9.432 9.432 0 0 0 .646-3.471Z" data-name="Tracciato 35"></path>
      <path d="M96.346 28.537h-6.324v-2.44a13.129 13.129 0 0 1-2.118 1.706 5.944 5.944 0 0 1-1.912.882 9.012 9.012 0 0 1-6-.588 6.723 6.723 0 0 1-2.618-2.353 5.893 5.893 0 0 1-.941-3.295 5.386 5.386 0 0 1 1.824-4.236 10.263 10.263 0 0 1 4.5-2.118 72.082 72.082 0 0 1 7.089-.971 8.652 8.652 0 0 0-.353-2.471 1.913 1.913 0 0 0-1.059-1.177 6.2 6.2 0 0 0-2.324-.353 3.925 3.925 0 0 0-2.588.853 3.107 3.107 0 0 0-1.088 2.294l-5.059-.118a6.838 6.838 0 0 1 1.235-3.589 7.032 7.032 0 0 1 2.971-2.353 10.362 10.362 0 0 1 4.236-.824 10.1 10.1 0 0 1 6.56 1.883 6.625 6.625 0 0 1 2.236 5.413v9.855h1.794v4.03Zm-6.589-7.766v-2a41.186 41.186 0 0 0-4.471.588 5.9 5.9 0 0 0-2.589 1.059 2.754 2.754 0 0 0-.353 3.883l.353.353a3.915 3.915 0 0 0 2.471.765 4.609 4.609 0 0 0 2.324-.647 4.426 4.426 0 0 0 1.647-1.647 4.159 4.159 0 0 0 .618-2.353" data-name="Tracciato 36"></path>
      <path d="M117.88 11.719h-1.824v15.912a7.133 7.133 0 0 1-4.5 6.972 14.167 14.167 0 0 1-5.295.941 10.519 10.519 0 0 1-7.06-2.118 6.289 6.289 0 0 1-1.471-1.707 14.357 14.357 0 0 1-1.088-2.824h4.971a3.879 3.879 0 0 0 1.618 2.118 6.611 6.611 0 0 0 6.442-.412 3.362 3.362 0 0 0 1.353-2.795v-3.382a10.021 10.021 0 0 1-1.353 1.383 7.11 7.11 0 0 1-2.118 1.177 8.04 8.04 0 0 1-2.883.5 7.558 7.558 0 0 1-4.232-1.295 8.588 8.588 0 0 1-2.941-3.677 12.229 12.229 0 0 1-1.059-5.207 12.3 12.3 0 0 1 1.088-5.236 8.436 8.436 0 0 1 3.059-3.589 8.148 8.148 0 0 1 4.5-1.265 6.692 6.692 0 0 1 2.824.618 12.92 12.92 0 0 1 3.059 2.118V7.719h6.942v4h-.029Zm-6.913 5.619a7.3 7.3 0 0 0-.588-2.942 5.114 5.114 0 0 0-1.588-2.118 3.665 3.665 0 0 0-2.265-.735 4.642 4.642 0 0 0-4.236 2.765 7.207 7.207 0 0 0-.618 3.118 8.392 8.392 0 0 0 .529 3.177 4 4 0 0 0 4.03 2.647 4.135 4.135 0 0 0 2.471-.735 4.806 4.806 0 0 0 1.706-2.118 7.273 7.273 0 0 0 .588-3.059Z" data-name="Tracciato 37"></path>
      <path d="M138.225 19.184h-14.8a5.983 5.983 0 0 0 1.912 4.56 5.355 5.355 0 0 0 2.971 1.059 4.265 4.265 0 0 0 4.236-3.059h5.353a8.691 8.691 0 0 1-5.177 6.354 10.807 10.807 0 0 1-4.412.941 10.29 10.29 0 0 1-3.971-.794 9.492 9.492 0 0 1-3.206-2.265 10.035 10.035 0 0 1-2.118-3.471 12.336 12.336 0 0 1 .029-8.472 10.675 10.675 0 0 1 2.118-3.442 9.165 9.165 0 0 1 3.118-2.5 9.486 9.486 0 0 1 4.03-.794 9.286 9.286 0 0 1 4.53 1.088 9.146 9.146 0 0 1 3.412 3.118 10.673 10.673 0 0 1 1.618 3.648 30.616 30.616 0 0 1 .353 4.03m-5.707-3.53a4.759 4.759 0 0 0-1.383-3 4.223 4.223 0 0 0-2.971-1.03 4.379 4.379 0 0 0-2 .5 4.786 4.786 0 0 0-1.588 1.383 6.367 6.367 0 0 0-1 2.118h8.913v.029Z" data-name="Tracciato 38"></path>
      <path d="M140.636 26.006h2.118v2.118h-2.118z" data-name="Rettangolo 86"></path>
      <path d="M149.284 28.17h-4.236v-1.592h1.206v-6.942h-1.265v-1.56h3.147v8.472h1.147Zm-1.147-11.678h-2.118V14.37h2.118Z" data-name="Tracciato 39"></path>
      <path d="M155.756 28.191h-1.559a3.169 3.169 0 0 1-2.118-.5 2.108 2.108 0 0 1-.647-1.618v-6.442h-1.265v-1.588h1.353v-2.942h2.118v2.942h2.118v1.618h-2.118v5.824a1.452 1.452 0 0 0 .147.706 1.149 1.149 0 0 0 .5.412 2.287 2.287 0 0 0 .883.118h.735v1.53Z" data-name="Tracciato 40"></path>
    </g>
  </svg>
    </a>
</div>
    </div>

    <div class="ft__block ft__block--4">
      <div class="ft__contacts-box">
    <div class="ft__contacts-description">Per inviarci segnalazioni, foto e video puoi contattarci tramite:</div>
    <div class="ft__contacts-buttons">
        <a href="mailto:[email protected]" target="_blank" class="ft__button-item ft__button-item--mail" data-ceh-parsed="1">
                        
  <span class="icn icn--size-18x18 icn--color-fill-white   icn--type-icon_mail_outline">
        <svg class=" icn-symbol icn-symbol-icon_mail_outline" viewBox="0 0 40 40"> <g data-name="Raggruppa 4817"> <path d="M32.07 10H7.93a1.84 1.84 0 00-1.8 1.86v16.3A1.84 1.84 0 007.94 30h24.13a1.84 1.84 0 001.8-1.86v-16.3a1.84 1.84 0 00-1.8-1.84zm-2 2.41L20.17 22a.5.5 0 01-.38 0c-.45-.52-2.32-2.34-9.82-9.58zM8.51 14.29l6.09 5.9-6.09 5.86zm1.79 13.3l6-5.76 2 1.9a2.44 2.44 0 003.48 0l2-1.92 6 5.76zm21.21-1.54l-6.09-5.86 6.09-5.9z" data-name="Tracciato 26829"></path> </g></svg>
      </span>

            <span>MAIL</span>
        </a>
        <a href="https://m.me/169992733022409" target="_blank" rel="noreferrer" class="ft__button-item ft__button-item--messenger" data-ceh-parsed="1">
                        
  <span class="icn icn--size-14x14 icn--color-fill-white   icn--type-icon_messenger">
        <svg class=" icn-symbol icn-symbol-icon_messenger" viewBox="0 0 40 40"> <g data-name="icon messenger"> <path d="M20 .26C9 .26 0 8.44 0 18.53a17.67 17.67 0 007.43 14.21v7L14.25 36a21.47 21.47 0 005.75.76c11 0 20-8.17 20-18.26S31.05.26 20 .26zm2.11 24.5l-5.18-5.25L7 24.89l10.89-11.32 5.17 5.26 10-5.39z" data-name="Tracciato 27788"></path> </g></svg>
      </span>

            <span>FACEBOOK</span>
        </a>
    </div>
</div>    </div>

    <div class="ft__block ft__block--5">
      <div class="ft__pie">
            <div class="ft__pie-paragraph">Fanpage.it è una testata giornalistica registrata presso il Tribunale di Napoli n. 57 del 26/07/2011.</div>
            <div class="ft__pie-paragraph">Ove non espressamente indicato, tutti i diritti di sfruttamento ed utilizzazione economica del materiale fotografico presente sul sito Fanpage.it sono da intendersi di proprietà dei fornitori, LaPresse e Getty Images.</div>
    </div>    </div>

    <div class="ft__block ft__block--6">
      <div class="ft__apps">
    <div class="ft__apps-badges">
                    <a href="http://fanpa.ge/fanpage_ios" target="_blank" class="ft__badge-item ft__badge-item--app-store" rel="noreferrer" aria-label="AppStore" data-ceh-parsed="1">
              

<img loading="lazy" src="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/shared/logo-apple.svg" class="" alt="Immagine" width="111" height="29">
            </a>
                            <a href="http://fanpa.ge/fanpage_android" target="_blank" class="ft__badge-item ft__badge-item--google-play" rel="noreferrer" aria-label="Google Play" data-ceh-parsed="1">
              

<img loading="lazy" src="https://static.fanpage.it/site-cp-wp/99ea68cceaef3177e51c922d3fbfbf7373934565/shared/logo-google.svg" class="" alt="Immagine" width="115" height="26">
            </a>
            </div>
    <div class="ft__bottom-logo">
      <a href="https://www.ciaopeople.it" target="_blank" class="ft__apps-by" rel="noreferrer" aria-label="Ciaopeople" data-ceh-parsed="1">
        <svg xmlns="http://www.w3.org/2000/svg" width="96" height="24" viewBox="0 0 136 34" fill="#FF4900">
          <path d="M88.24,34V16.665h3.1v.988a5.578,5.578,0,0,1,3.4-1.307,6.66,6.66,0,0,1,4.659,2,6.464,6.464,0,0,1,1.844,4.666,6.584,6.584,0,0,1-6.5,6.667,5.527,5.527,0,0,1-3.4-1.307V34Zm3.1-12.31c-.032.1-.066.217-.1.318v.017c-.016.1-.05.2-.066.3,0,.032-.016.066-.016.1a1.015,1.015,0,0,0-.032.234,3.778,3.778,0,0,0,0,.7,1.316,1.316,0,0,0,.032.234c0,.034.016.067.016.1a1.973,1.973,0,0,0,.066.3v.017c.032.118.066.217.1.318a3.65,3.65,0,0,0,3.4,2.412,3.736,3.736,0,0,0,0-7.47,3.65,3.65,0,0,0-3.4,2.42ZM46.1,34V16.665H49.2v.988a5.585,5.585,0,0,1,3.4-1.307,6.668,6.668,0,0,1,0,13.332,5.527,5.527,0,0,1-3.4-1.307V34ZM49.2,21.656c-.032.1-.066.217-.1.318v.017c-.016.1-.05.2-.066.3a.124.124,0,0,0-.016.083,1.458,1.458,0,0,0-.031.252,2.505,2.505,0,0,0-.016.35v.034a2.517,2.517,0,0,0,.016.352,1.423,1.423,0,0,0,.031.251.745.745,0,0,1,.016.084,1.976,1.976,0,0,0,.066.3v.017c.032.118.066.217.1.318a3.65,3.65,0,0,0,3.4,2.412,3.753,3.753,0,0,0,0-7.5,3.65,3.65,0,0,0-3.4,2.412ZM61.835,27.82A6.484,6.484,0,0,1,60.008,23.1a6.664,6.664,0,0,1,1.827-4.823,6.013,6.013,0,0,1,4.576-1.926,6.32,6.32,0,0,1,4.77,1.926,7.055,7.055,0,0,1,1.827,5.074l-.016.6H63.012a3.387,3.387,0,0,0,3.56,2.953,4.071,4.071,0,0,0,2.99-1.256L72.177,26.9a6.159,6.159,0,0,1-2.351,2.11,7.257,7.257,0,0,1-3.248.687,6.331,6.331,0,0,1-4.743-1.877Zm2.451-8.02a4.013,4.013,0,0,0-1.145,1.64H69.89a3.123,3.123,0,0,0-1.21-1.724,3.413,3.413,0,0,0-2.108-.67,3.648,3.648,0,0,0-2.287.754ZM17.749,23.029a6.582,6.582,0,0,1,6.508-6.666,5.514,5.514,0,0,1,3.4,1.307v-.988h3.1v12.7H27.647v-.988a5.587,5.587,0,0,1-3.39,1.306,6.584,6.584,0,0,1-6.5-6.671Zm2.86-.017a3.692,3.692,0,0,0,3.648,3.735,3.64,3.64,0,0,0,3.4-2.378c.032-.1.066-.217.1-.318v-.017c.016-.1.05-.2.066-.3,0-.034.016-.067.016-.1a.986.986,0,0,0,.032-.234,2.517,2.517,0,0,0,.016-.352v-.034a2.506,2.506,0,0,0-.016-.35,1.351,1.351,0,0,0-.032-.236c0-.034-.016-.067-.016-.1a1.94,1.94,0,0,0-.066-.3v-.017c-.032-.118-.066-.219-.1-.318a3.65,3.65,0,0,0-3.4-2.415,3.692,3.692,0,0,0-3.645,3.734ZM0,22.761a6.662,6.662,0,0,1,6.355-6.414,6.5,6.5,0,0,1,5.785,3.333L9.629,21.1a3.611,3.611,0,0,0-3.12-1.81,3.766,3.766,0,0,0-2.86,1.417,3.681,3.681,0,1,0,5.929,4.332L11.951,26.7a6.484,6.484,0,0,1-5.441,3,6.7,6.7,0,0,1-4.752-2.106A6.5,6.5,0,0,1,0,22.761ZM108.337,27.8a6.484,6.484,0,0,1-1.827-4.724,6.664,6.664,0,0,1,1.827-4.823,6.013,6.013,0,0,1,4.576-1.926,6.32,6.32,0,0,1,4.755,1.926,7.053,7.053,0,0,1,1.827,5.074l-.016.6H109.5a3.387,3.387,0,0,0,3.562,2.949,4.075,4.075,0,0,0,2.992-1.256l2.614,1.256a6.022,6.022,0,0,1-2.334,2.11,7.264,7.264,0,0,1-3.248.687,6.333,6.333,0,0,1-4.744-1.873Zm2.451-8a4.012,4.012,0,0,0-1.144,1.64h6.747a3.123,3.123,0,0,0-1.21-1.724,3.41,3.41,0,0,0-2.108-.67,3.652,3.652,0,0,0-2.287.754ZM74.122,23.012a6.39,6.39,0,0,1,3.184-5.741,6.591,6.591,0,0,1,6.64,0,6.39,6.39,0,0,1,3.184,5.741,6.39,6.39,0,0,1-3.184,5.741,6.591,6.591,0,0,1-6.64,0,6.39,6.39,0,0,1-3.184-5.741Zm2.859,0a3.646,3.646,0,1,0,3.645-3.735,3.693,3.693,0,0,0-3.646,3.735Zm-45.016,0a6.39,6.39,0,0,1,3.184-5.741,6.591,6.591,0,0,1,6.64,0,6.39,6.39,0,0,1,3.184,5.741,6.39,6.39,0,0,1-3.184,5.741,6.591,6.591,0,0,1-6.64,0,6.39,6.39,0,0,1-3.184-5.741Zm2.86,0a3.646,3.646,0,1,0,3.641-3.735,3.692,3.692,0,0,0-3.644,3.735ZM13.453,29.377v-12.7h3.1v12.7Zm88.821-.017V11.775h3.106V29.361Zm20.49-8.476a1.708,1.708,0,0,1,.115-2.4l1.878-1.91a9.255,9.255,0,0,1-6.338-2.445A8.177,8.177,0,0,1,116.179,8.3a8.15,8.15,0,0,1,2.239-5.828C120.573.3,123.5,0,126.082,0s5.506.3,7.664,2.479a8.21,8.21,0,0,1,2.241,5.828,8.231,8.231,0,0,1-2.233,5.828,7.808,7.808,0,0,1-3.958,2.127l-4.562,4.623a.767.767,0,0,1-.115.118,1.627,1.627,0,0,1-1.116.44,1.672,1.672,0,0,1-1.233-.558ZM120.836,4.771a4.985,4.985,0,0,0-1.357,3.535,4.93,4.93,0,0,0,1.357,3.535c1.29,1.322,3.654,1.49,5.227,1.49s3.922-.168,5.213-1.49a4.929,4.929,0,0,0,1.361-3.534,4.958,4.958,0,0,0-1.356-3.535c-1.308-1.3-3.645-1.49-5.213-1.49s-3.941.168-5.23,1.491Zm5.669,3.385a1.7,1.7,0,0,1,.854-1.513,1.755,1.755,0,0,1,1.757,0,1.767,1.767,0,0,1,0,3.025,1.755,1.755,0,0,1-1.757,0A1.7,1.7,0,0,1,126.505,8.156Zm-4.413,0a1.7,1.7,0,0,1,.849-1.528,1.756,1.756,0,0,1,1.768,0,1.7,1.7,0,0,1,.849,1.528,1.7,1.7,0,0,1-.849,1.528,1.756,1.756,0,0,1-1.768,0,1.7,1.7,0,0,1-.849-1.528Z" transform="translate(0.011)"></path>
        </svg>
      </a>
    </div>
</div>
    </div>
  </div>
</footer>

</div>
    
      <script type="text/javascript">
    (function() {
        const configDomain = 'Fanpage';
        const footerConfig = window[configDomain] = window[configDomain] || {};

                    footerConfig.Recommendation = {
                provider: 'taboola',
                hasRelated:0,
                src:'https://cdn.taboola.com/libtrc/%network_id%/loader.js',
                netIds:{"web":{"net_id":"ciaopeoplenetwork-fanpageit","mode":"thumbnails-a","placement":"Below Article Thumbnails"},"android_app":{"net_id":"ciaopeople-fanpageandroid","mode":"thumbnails-a","placement":"Below Article Thumbnails App"},"ios_app":{"net_id":"ciaopeople-fanpageios","mode":"thumbnails-b","placement":"Below Article Thumbnails App"}}            };
        
                    footerConfig.IncNeodataScript = true; 
        
                            
                    footerConfig.CxenseId = '4732583558739624401'; 
            }());
</script><!-- Facebook Pixel Code -->
<script>
  (function() {
    var searchParams = new URLSearchParams(location.search);
    if (
      searchParams.get('utm_source') != null || 
      searchParams.get('utm_medium') != null || 
      searchParams.get('utm_campaign') != null
    ) {
      window._fpcmp.push(function(gdpr)
      {
        !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
          n.callMethod.apply(n,arguments):n.queue.push(arguments)};
          if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
          n.queue=[];t=b.createElement(e);t.defer=!0;
          t.src=v;s=b.getElementsByTagName(e)[0];
          s.parentNode.insertBefore(t,s)}(window, document,'script',
          'https://connect.facebook.net/en_US/fbevents.js');
        fbq('init', '2062554930705272');
        fbq('track', 'PageView');

        //send custom checkpoints event
        (function () {
          var checkPoints = [10, 20, 40, 60, 90, 120, 180, 240, 300].sort(function(a, b) {
                  return a - b;
          }); //seconds
          var checkPointIndex = 0;
          var f = function(){
              var data = {
                      instant: checkPoints[checkPointIndex]
              };
              console.log("[FB PIXEL] send custom event ViewContentCheckPoint ", data, " on account " ,"2062554930705272" , " currentTime in seconds ",
                      new Date().getTime() / 1000);
              fbq('trackCustom', 'ViewContentCheckPoint', data);
              checkPointIndex++;
              if(checkPointIndex < checkPoints.length) {
                setTimeout(f, (checkPoints[checkPointIndex] - checkPoints[checkPointIndex-1]) * 1000)
              }
          };
          if(checkPoints.length){
            setTimeout(f, checkPoints[checkPointIndex] * 1000)
          }
        })();
      });
    }
  }());
</script>
<noscript>
  <img height="1" width="1" alt="facebook pixel" style="display:none" src="https://www.facebook.com/tr?id=2062554930705272&ev=PageView&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
<!-- Tiktok Pixel Code -->
<script>
  (function() {
    var searchParams = new URLSearchParams(location.search);
    if (searchParams.get('utm_source') === 'tiktok' && searchParams.get('utm_medium') === 'post_sponsored') {
      window._fpcmp.push(function(gdpr) {
        (function (w, d, t) {
          w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i="https://analytics.tiktok.com/i18n/pixel/events.js";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};var o=document.createElement("script");o.type="text/javascript",o.defer=!0,o.src=i+"?sdkid="+e+"&lib="+t;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(o,a)};

          ttq.load('C3NGCKFB3D4L4OG52MP0');
          ttq.page();
        })(window, document, 'ttq');
      });
    }
  })();
</script>
<!-- End Tiktok Pixel Code -->


<script type="text/javascript">
    window.homePaginatorConfig = {
        urlForFetching: 'https://www.fanpage.it/_homepaging/251f146db2c66691e8940b8e4424f809/%pagenum%/',  
        observerEntryElmId: 'cp_home-paginator--obs-entry',
        boxesWrapperClass: 'cp-home_boxes--wrapper',
        nVhToCalcBottomPreload: 2,
    };
</script><script type="text/javascript">
    

    window.fp_endOfBody = true;
    console.log("[ADS] Endof body reach");
    (function clo_event() {
        var n_eve = "end_of_body";
        var event; // The custom event that will be created
        if(document.createEvent){
            event = document.createEvent("HTMLEvents");
            event.initEvent(n_eve, true, true);
            event.eventName = n_eve;
            window.document.dispatchEvent(event);
        } else {
            event = document.createEventObject();
            event.eventName = n_eve;
            event.eventType = n_eve;
            window.document.fireEvent("on" + event.eventType, event);
        }
    })();

</script><script type="text/javascript">
    window.domReadyCallbacks = window.domReadyCallbacks || [];

    const domReadyStack = 
    {
        init: function() {
            this.consume();

            // faccio in modo di gestire push futuri
            window.domReadyCallbacks = this.getPushManager();
        },

        consume: function() {
            window.domReadyCallbacks = window.domReadyCallbacks || [];

            while (window.domReadyCallbacks.length > 0) {
                var item = window.domReadyCallbacks.shift();
                if (typeof item === 'function') {
                    item();
                }
            }
        },

        getPushManager: function() {
            return {
                push: function(item) {
                    if (typeof item === 'function') {
                        item();
                    }
                }
            }
        },
    }
    
    domReadyStack.init();
</script>
  
<iframe name="__tcfapiLocator" style="display: none;"></iframe><iframe src="https://cdn-gl.imrworldwide.com/novms/html/ls.html" height="0" width="0" id="lsframe" style="display: none;"></iframe><iframe height="0" width="0" style="display: none" src="https://storage-fanpage.ciaopeople.it/2.4.0-rc.1/r/rmi.html#https%3A%2F%2Fwww.fanpage.it%2F"></iframe></body></html>