:root{--txt-lh:1.5;--tit-lh:1.2;--txt-c1:#b92f92;--txt-c2:#333;--txt-c3:#222;--txt-c4:#999;--txt-c5:#666;--txt-c6:#fff;--body-font:Playfair Display,Georgia,serif;--body-color:#333;--body-bgcolor:#f1f1f1;--container-bgcolor:#fff;--brd-c1:#ccc;--brd-c2:#b92f92;--brd-c3:#444;--bkg-c0:#000;--bkg-c1:#fff;--bkg-c2:#f1f1f1;--bkg-c3:#b92f92;--bkg-c4:#eee;--header-top:0;--search-height:6rem;--tap-s0:6.8rem;--tap-s1:4.8rem;--tap-s2:3.6rem;--icn-s1:4.8rem;--icn-s2:3.2rem;--icn-s3:2.4rem;--svg-s1:inherit;--lnk-c1:#000;--lnk-c2:#b92f92;--hover-c1:#b92f92;--brds-1:0.8rem;--brds-2:1.6rem;--elev-0:0 0 0;--elev-2:0 .3rem .6rem rgba(0,0,0,.16);--gutter-s1:2rem;--gutter-s2:1.6rem;--gutter-s3:1.2rem;--layout-width:100vw}@media only screen and (min-width:48em){:root{--layout-width:76.8rem}}@media only screen and (min-width:64em){:root{--gutter-s1:4rem;--gutter-s2:2rem;--gutter-s3:1.6rem;--layout-width:100rem}}@media only screen and (min-width:85.43em){:root{--gutter-s1:5.6rem;--gutter-s2:2.4rem;--layout-width:119.2rem}}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline-color:transparent;font-size:100%;vertical-align:baseline;background:transparent}html{font-size:62.5%;line-height:1.15;font-family:sans-serif;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,img,picture,svg,video{display:block;max-width:100%}img,svg{height:auto}audio:not([controls]){display:none;height:0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;padding:0;border:0;border-radius:0;outline-color:transparent;box-sizing:border-box;text-transform:none}optgroup{font-weight:700}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer;background:inherit}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}textarea{resize:none;overflow:auto}table{border-collapse:collapse;border-spacing:0}hr{box-sizing:content-box;height:0}b,strong{font-weight:700}pre{overflow:auto}code,kbd,pre,samp,tt,var{font-family:monospace;font-size:1em}[hidden],template{display:none}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}a,a:active,a:hover{outline-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}dfn{font-style:italic}mark{background:#ff0;color:#000}mark:after,mark:before{-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}mark:before{content:" [inizio evidenziazione] "}mark:after{content:" [fine evidenziazione] "}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}body{font-size:1.6rem;line-height:var(--txt-lh);font-family:var(--body-font);-webkit-font-smoothing:antialiased;min-height:100vh;min-height:100svh;color:var(--body-color);background:var(--body-bgcolor);overflow-y:scroll}a{text-decoration:none;background-color:transparent;color:inherit}@media(pointer:fine){a{transition:color .27s ease-out}a:hover{color:var(--hover-c1)}}ol[class],ul[class]{list-style:none}body.isFixed{position:fixed;top:0;width:100%}.vr_container{position:relative;width:var(--layout-width);min-width:57.6rem;margin:0 auto}.vr_grid-t1{--col-ax-w:30rem;--gutter-side:var(--gutter-s1);--gutter-center:1.6rem;display:grid;grid-template-columns:100%;grid-template-rows:auto}@media only screen and (min-width:64em){.vr_grid-t1{grid-template-columns:calc(100% - (var(--col-ax-w) + var(--gutter-center) + var(--gutter-side))) var(--gutter-center) var(--col-ax-w) var(--gutter-side);grid-template-areas:"row_header row_header row_header row_header" "col1st ... col2nd ..." "row_footer row_footer row_footer row_footer"}.vr_grid-t1-header{grid-area:row_header}.vr_grid-t1-main{grid-area:col1st}.vr_grid-t1-ax{grid-area:col2nd}.vr_grid-t1-footer{grid-area:row_footer}.vr_grid-t1 .footerCorp{grid-column:1/-1}}.vr_grid-t2{--gutter-side:var(--gutter-s1);display:grid;grid-template-columns:100%;grid-template-rows:auto}.vr_header{position:relative;z-index:4;margin-bottom:var(--gutter-s2)}.vr_main{z-index:3;margin:0 var(--gutter-side) var(--gutter-s2)}@media only screen and (min-width:64em){.vr_main>:last-child{margin-bottom:0}}.vr_side-ax{z-index:2;margin:0 var(--gutter-side) var(--gutter-s2)}@media only screen and (min-width:64em){.vr_side-ax{margin:0 0 var(--gutter-s2)}.vr_side-ax>:last-child{margin-bottom:0}}.vr_footer{z-index:1;margin:var(--gutter-s2) 0}@media only screen and (min-width:36em){.vr_footer{margin-right:var(--gutter-side);margin-left:var(--gutter-side)}}.vr_col--grid{display:grid;grid-template-columns:var(--gtc-n,100%);grid-gap:var(--gap,0)}@supports(text-transform:full-size-kana) or (translate:10px) or (content-visibility:auto){.vr_col--grid{gap:var(--gap,0)}}.vr_col--grid-gap--s1{--gap:4rem var(--gutter-s1)}.vr_col--grid-gap--s2{--gap:4rem var(--gutter-s2)}.vr_col--grid-gap-r--s1{--gap:var(--gutter-s1) 0}.vr_col--grid-gap-c--s1{--gap:0 var(--gutter-s1)}@media only screen and (min-width:36em){.vr_col--grid-c1_2{--gtc-n:repeat(2,1fr)}.vr_col--grid-c1_3{--gtc-n:repeat(3,1fr)}}.vr_col--grid-c2_5{--gtc-n:repeat(2,1fr)}@media only screen and (min-width:36em){.vr_col--grid-c2_5{--gtc-n:repeat(5,1fr)}}.vr_col--grid-c3_6{--gtc-n:repeat(3,1fr)}@media only screen and (min-width:36em){.vr_col--grid-c3_6{--gtc-n:repeat(6,1fr)}}.vr_col--grid-c4_6{--gtc-n:repeat(4,1fr)}@media only screen and (min-width:36em){.vr_col--grid-c4_6{--gtc-n:repeat(6,1fr)}}.vr_col--grid-c-fit{--gtc-n:repeat(auto-fit,minmax(var(--clmn-w),1fr))}.vr_col--grid-c-fill{--gtc-n:repeat(auto-fill,minmax(var(--clmn-w),1fr))}.vr_col--column{display:block}.vr_col--column :nth-child(n){-moz-column-break-inside:avoid;break-inside:avoid}.vr_col--column-c4_6{-moz-column-count:4;column-count:4}@media only screen and (min-width:36em){.vr_col--column-c4_6{-moz-column-count:6;column-count:6}}.full-width{grid-column:1/-1;flex:0 1 100%}.full-height{grid-row:1/-1}.full-bleed{margin-right:calc(var(--gutter-side)*-1);margin-left:calc(var(--gutter-side)*-1)}.max-width{max-width:var(--max-w,60rem)}.vr_flex{display:flex;gap:var(--gap,0)}.vr_flex--jc{justify-content:center}.vr_flex--sb{justify-content:space-between}.vr_flex--ac{align-items:center}.vr_flex--wr{flex-wrap:wrap}.vr_flex--dc{flex-direction:column}.vr_block{display:block}:root{--ad320x1-min-w:320px;--ad320x1-min-h:0}.vr_320x1{display:flex;justify-content:center;align-items:center;width:100%;min-width:var(--ad320x1-min-w);min-height:var(--ad320x1-min-h);overflow:hidden;text-align:center}.vr_320x1-p1{--ad320x1-min-h:100px}@media only screen and (min-width:48em){.vr_320x1{--ad320x1-min-w:728px;margin:0 auto}.vr_320x1-p1{--ad320x1-min-h:90px}}@media only screen and (min-width:64em){.vr_320x1{--ad320x1-min-w:var(--layout-width)}}.vr_300x1{display:flex;justify-content:center;width:100%;min-width:300px;min-height:250px;overflow:hidden;text-align:center;margin:auto;background:inherit}.vr_300x1-p1{background:#f1f1f1}@media only screen and (max-width:47.9375em){.vr_300x1-p1{min-width:calc(100% + var(--gutter-s1)*2);margin-inline:calc(var(--gutter-s1)*-1)}}.vr_300x1-pX{justify-content:flex-start;flex-direction:column;min-height:285.2px;padding:0 0 1.5rem;border-width:.1rem;border-left:0 solid var(--brd-c1);border-bottom:.1rem solid var(--brd-c1);border-right:0 solid var(--brd-c1);border-top:.1rem solid var(--brd-c1)}.vr_300x1-pX:before{content:"PUBBLICITÀ";font:400 1.1rem/3.2 Arial,ui-sans-serif,system-ui,sans-serif;color:var(--txt-c4)}.vr_300x1-pX:empty:after{content:"";display:block;width:300px;height:250px;margin:0 auto;background:#f1f1f1 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='14'%3E%3Cpath d='M9.084 11.935A6 6 0 0010.359 9.8a8.264 8.264 0 00.459-2.789 8.653 8.653 0 00-.4-2.63 5.986 5.986 0 00-1.2-2.152A5.671 5.671 0 007.232.777 6.951 6.951 0 004.4.239H0v13.55h4.4a6.97 6.97 0 002.649-.479 5.556 5.556 0 002.035-1.375zM4.4 13.191H.657V.857h3.766a6.317 6.317 0 012.45.458A5.153 5.153 0 018.686 2.59 5.7 5.7 0 019.8 4.543a7.56 7.56 0 01.378 2.471 8.1 8.1 0 01-.358 2.451 5.311 5.311 0 01-1.1 1.972 4.636 4.636 0 01-1.813 1.3 6.555 6.555 0 01-2.507.454zM24.066.239h-2.132v13.55h9.403v-1.873h-7.271V.239zM41.537 11.437l-1.793-.518a2.3 2.3 0 01-1.035 1.116 2.321 2.321 0 01-.758.3 3 3 0 01-1.932-.12 3.1 3.1 0 01-1.614-1.515 3.3 3.3 0 01-.318-1.195H42.1c.919-6.047-7.594-8.189-9.861-2.651a5.322 5.322 0 001.056 5.619c2.159 2.385 6.895 1.927 8.242-1.036zm-7.171-4.543A2.882 2.882 0 0135.939 5.4 3.062 3.062 0 0140.1 8.05h-6.033a2.752 2.752 0 01.299-1.156zM13.21 3.87h.66v9.92h-.66z' fill='%23b92f92'/%3E%3Ccircle cx='13.53' cy='1.1' r='.4' fill='%23b92f92'/%3E%3Cpath fill='%23b92f92' d='M43.83 3.81h2.09v9.98h-2.09z'/%3E%3Ccircle cx='44.88' cy='1.12' r='1.12' fill='%23b92f92'/%3E%3Cpath d='M19.3 8.827a1.614 1.614 0 10-1.613 1.614A1.607 1.607 0 0019.3 8.827zm-2.589 0a.976.976 0 11.976.976.977.977 0 01-.972-.976z' fill='%238dc63f'/%3E%3C/svg%3E") no-repeat 50%/50%}@media only screen and (min-width:48em){.vr_300x1-p1{margin-inline:0}}@media only screen and (min-width:64em){.vr_300x1{width:auto}}.fixIt{z-index:2999999;position:fixed;top:0}@media only screen and (min-width:85.43em){.fixIt{background:#f1f1f1}}.vr_icn{display:inline-flex;justify-content:center;align-items:center;font-style:normal;font-size:var(--icn-s3);width:1em;height:1em}.vr_icn--fill{fill:currentColor}.vr_icn--stroke{stroke:currentColor}.iol-favorite-trg{--svg-heart-f:none;--svg-heart-s:#999}.iol-favorite-trg [type=checkbox]:checked~.vr_icn{--svg-heart-f:#b92f92;--svg-heart-s:none}.svg__heart path:last-of-type{fill:var(--svg-heart-f);stroke:var(--svg-heart-s)}.vr_bt{display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center}.vr_bt-icn{font-size:var(--icn-s1);width:1em;height:1em}.vr_bt-icn>svg{width:var(--svg-s1);height:var(--svg-s1)}.vr_bt-t1{--bt-t1-h:var(--tap-s1);height:var(--bt-t1-h);border:.1rem solid var(--bt-t1-brc,transparent)}.vr_bt-t1:not(.vr_bt-icn){min-width:11em;padding:0 2.18em;font-weight:700;font-size:1.1rem;line-height:1.2;font-family:Arial,ui-sans-serif,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.vr_bt-t1 .vr_icn{flex:0 0 1em;margin:-.6em 0}.vr_bt-t1 .vr_icn--left{margin-left:-.33em}.vr_bt-t1 .vr_icn--right{margin-right:-.33em}.vr_bt-t2{min-height:var(--tap-s2);padding:1.1em 1.5em;font-size:1.1rem;font-family:Arial,ui-sans-serif,system-ui,sans-serif}.vr_bt-t2,.vr_bt-t3{font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.06em}.vr_bt-t3{min-height:var(--tap-s1);padding:.875em 1.875em;font-size:1.6rem;font-family:Playfair Display,Georgia,serif}.vr_bts-t1{display:flex;flex-wrap:wrap;gap:1.6rem}.vr_bt-pag{font-size:var(--bt-pag-size,var(--tap-s1))}@media only screen and (min-width:48em){.vr_bt-pag{--bt-pag-size:var(--tap-s0)}}.wp-caption[style]{width:100%}.wp-caption[style*=width]{width:auto!important;max-width:100%!important}.vr_fig{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.vr_fig .vr_img{flex-grow:0}.vr_fig .vr_player{flex:1}.vr_logo-m{width:auto;height:var(--logo-m-h);aspect-ratio:182/26}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .3s}.vr_pct{display:flex;width:100%;overflow:hidden}.vr_pct:before{content:"";width:0;height:0;padding-top:var(--pct-pt)}.vr_pct-r1:before{--pct-pt:56.25%}.vr_pct-r2:before{--pct-pt:62.5%}.vr_pct-r3:before{--pct-pt:90%}.vr_pct-r4:before{--pct-pt:100%}.vr_img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:var(--img-ar)}.vr_img-r1{--img-ar:16/9}.vr_img-r2{--img-ar:16/10}.vr_img-r3{--img-ar:10/9}.vr_img-r4{--img-ar:1/1}.vr_table{display:block;max-width:100%;overflow:hidden;overflow-x:auto}.lbl{font-weight:400}@media only screen and (min-width:36em){.lbl{letter-spacing:.06em}}.lbl--t1{font-size:1.4rem}.lbl--t2{font-size:1.2rem}.lbl--c1{display:inline-flex;padding:.4rem 2rem;letter-spacing:.06em}.tit-r-s1{font-size:2.4rem;font-size:clamp(2.4rem,1.887vw + 1.268rem,3.2rem);line-height:var(--tit-lh,1.2)}@media only screen and (max-width:47.9375em){.tit-r-s1{text-align:center}}.tit-r-s2{font-size:3.2rem;font-size:clamp(3.2rem,.943vw + 2.634rem,3.6rem);line-height:var(--tit-lh,1.2)}.tit-w-t1{display:flex;flex-direction:column}.tit-w-t1>:first-child{font-style:italic;font-size:1.6rem;font-size:clamp(1.6rem,.472vw + 1.317rem,1.8rem)}.tit-w-t1>:nth-child(2){margin-top:-.1em}.tit-s1{font-size:2rem;line-height:var(--txt-lh)}@media only screen and (min-width:64em){.tit-s1{font-size:2.2rem}}.tit-s2{font-size:2rem;line-height:var(--txt-lh)}@media only screen and (min-width:64em){.tit-s2{font-size:2.6rem}}.tit-s3{font-size:2.4rem;line-height:var(--tit-lh)}@media only screen and (min-width:64em){.tit-s3{font-size:3rem}}.tit-d-t1{font-weight:700;font-size:1.2rem;font-family:Arial,ui-sans-serif,system-ui,sans-serif;text-transform:uppercase}.tit-d-t1,.txt-r-s1,.txt-s1,.txt-s2,.txt-s3{line-height:var(--txt-lh)}.txt-r-s1{font-size:1.6rem}@media only screen and (min-width:64em){.txt-r-s1{font-size:1.8rem}}.txt-r-s2{font-size:1.4rem}@media only screen and (min-width:64em){.txt-r-s2{font-size:1.7rem}}.txt-s-1{font-size:1.1rem;line-height:var(--txt-lh);font-family:Arial,ui-sans-serif,system-ui,sans-serif}.txt-s0{font-size:1.4rem}.txt-s1{font-size:1.6rem}.txt-s2{font-size:1.7rem}.txt-s3{font-size:1.8rem}.txt-s4{font-size:2rem}.lev-n-t1{--txt-lh:1.1;font-style:italic;font-size:1.6rem}@media only screen and (min-width:48em){.lev-n-t1{font-size:1.8rem}}.f-t1{font-family:Playfair Display,Georgia,serif}.f-t2{font-family:Arial,ui-sans-serif,system-ui,sans-serif}.w-regular{font-weight:400}.w-bold{font-weight:700}.txt-justify{text-align:justify}.txt-left{text-align:left}.txt-right{text-align:right}.txt-center{text-align:center}.txt-lowercase{text-transform:lowercase}.txt-uppercase{text-transform:uppercase}.txt-capitalize{text-transform:capitalize}.txt-balance{text-wrap:balance}.txt-wrap{white-space:wrap}.txt-nowrap{white-space:nowrap}.txt-normal{font-style:normal}.txt-italic{font-style:italic}.txt-underline{text-decoration:underline}.clamp-lines{display:-webkit-box;-webkit-line-clamp:var(--line-clamp,3);-webkit-box-orient:vertical;max-height:calc(1em*var(--txt-lh)*var(--line-clamp, 3));overflow:hidden}.hyphens{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body:not(.isOverlayVisible) .vr_overlay{display:none;opacity:0}.screenreader-text{position:absolute;clip:rect(0 0 0 0);height:1px;width:1px;overflow:hidden;margin:-1px}@media only screen and (max-width:35.9375em){.hide-u_sm{position:absolute;clip:rect(0 0 0 0);height:1px;width:1px;overflow:hidden;margin:-1px}}@media only screen and (max-width:47.9375em){.hide-u_md,.vr_wdgt-t0__list>li:nth-last-of-type(-n+2){position:absolute;clip:rect(0 0 0 0);height:1px;width:1px;overflow:hidden;margin:-1px}}@media only screen and (max-width:63.9375em){.hide-u_lg{position:absolute;clip:rect(0 0 0 0);height:1px;width:1px;overflow:hidden;margin:-1px}}@media only screen and (max-width:85.3675em){.hide-u_xl{position:absolute;clip:rect(0 0 0 0);height:1px;width:1px;overflow:hidden;margin:-1px}}.vr_top-page{height:3rem;font:1.2rem Arial,ui-sans-serif,system-ui,sans-serif;letter-spacing:-.02em;color:#fff;background:#000}.vr_header{--logo-m-h:2.6rem;display:flex;flex-wrap:wrap}@media only screen and (min-width:48em){.vr_header{--logo-m-h:3rem}}.vr_menu{flex:0 1 100%;display:flex;align-items:center;border-bottom:.1rem solid var(--brd-c1);flex-wrap:wrap;max-width:calc(100% - var(--gutter-s1));margin:0 var(--gutter-s1)}.vr_menu .vr_header__logo{margin:2.4rem auto}.vr_menu-nav{flex:0 1 100%;max-width:100%}.vr_menu-nav__list{display:flex;justify-content:center;margin:0 auto;font-size:1.8rem}.vr_menu-nav__item__tit{font-weight:400;letter-spacing:.02em}.vr_menu-nav-1lv__item{position:relative;display:flex}.vr_menu-nav-1lv__item:not(:first-of-type){margin-left:var(--gutter-s1)}.vr_menu-nav-1lv__item .vr_menu-nav__item__tit{flex:0 1 100%}.vr_menu-nav-1lv__item .vr_menu-nav__trg{flex:0 0 auto;display:flex;align-items:center;height:var(--icn-s2);margin-bottom:.8rem}.vr_menu-nav-1lv__item .vr_menu-nav__trg:after{content:"";font-size:2.4rem;width:1em;height:1em}.vr_menu-nav-2lv{position:absolute;-webkit-clip-path:polygon(0 0);clip-path:polygon(0 0)}.vr_sect-nav{flex:0 1 100%;max-width:100%;overflow:hidden;overflow-x:auto}.vr_sect-nav__list{display:flex;font-style:italic;font-size:1.5rem;white-space:nowrap}.vr_sect-nav__list:after,.vr_sect-nav__list:before{content:"";flex:0 0 var(--gutter-s1)}.vr_sect-nav__item{--nav-itm-spaces:2rem;margin:auto var(--nav-itm-spaces)}.vr_sect-nav__item:first-of-type{margin-left:auto}.vr_sect-nav__item:last-of-type{margin-right:auto}.vr_sect-nav__item>a{display:flex;justify-content:center;align-items:center;min-height:var(--tap-s1)}@media only screen and (max-width:35.9375em){.previsione-anno .vr_sect-nav__item:nth-of-type(4){position:absolute;clip:rect(0 0 0 0);height:1px;width:1px;overflow:hidden;margin:-1px}}@media only screen and (min-width:64em){.vr_sect-nav{overflow-x:hidden}.vr_sect-nav__list{justify-content:center}.vr_sect-nav__item{--nav-itm-spaces:1.5%}}:root{--brc-c:#999;--brc-separetor-c:#b92f92;--brc-font:Arial,ui-sans-serif,system-ui,sans-serif}.vr_brcr{font-weight:400;font-size:1.1rem;font-family:var(--brc-font);letter-spacing:.04em;color:var(--brc-c)}.vr_brcr-items{display:flex}@media only screen and (max-width:63.9375em){:not(.articolo-cms) .vr_brcr-items{justify-content:center}}.vr_brcr-item{white-space:nowrap}.vr_brcr-item:last-of-type{overflow:hidden;text-overflow:ellipsis}.vr_brcr-item:not(:first-of-type):before{content:"/";padding:0 .7em;color:var(--brc-separetor-c)}.vr_wdgt-t0{max-width:82rem;--gap:0 1.6rem;grid-template-columns:11rem 1fr;grid-template-rows:repeat(5,-webkit-min-content);grid-template-rows:repeat(5,min-content)}.vr_wdgt-t0__tit{grid-column:2/-1;grid-row:1/2}.vr_wdgt-t0 .iol-favorite-trg{grid-column:2/-1;grid-row:2/3;justify-self:flex-start;align-self:flex-start}.vr_wdgt-t0__abst{grid-column:1/-1;grid-row:4/5}.vr_wdgt-t0__data{grid-column:1/-1;grid-row:3/4}.vr_wdgt-t0__list{grid-column:1/-1;grid-row:-2/-1;--brd-w:0 0 .1rem;--gap:1.6rem}@media only screen and (max-width:47.9375em){.vr_wdgt-t0__list{--gap:0;justify-content:space-between}}.vr_wdgt-t0__icn{grid-column:1/2;grid-row:1/3;width:100%}@media only screen and (min-width:48em){.vr_wdgt-t0{grid-template-columns:22rem 1fr -webkit-min-content;grid-template-columns:22rem 1fr min-content;grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content)}.vr_wdgt-t0__tit{grid-column:2/3;margin-bottom:.8rem}.vr_wdgt-t0 .iol-favorite-trg{grid-column:3/-1;grid-row:1/3}.vr_wdgt-t0__abst{grid-column:2/-1;grid-row:3/4}.vr_wdgt-t0__data{grid-column:2/-1;grid-row:2/3}.vr_wdgt-t0__list{grid-column:2/-1}.vr_wdgt-t0__icn{grid-row:1/-1}}.vr_wdgt-t1__tit{margin-bottom:2.4rem}.vr_wdgt-t1__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(29rem,1fr));grid-gap:3.2rem}.vr_wdgt-t1__item{display:flex}.vr_wdgt-t1__fig{width:12rem;margin-right:1.6rem}.vr_wdgt-t1__item-tit{flex:1}.vr_nav-planets{--clmn-w:19%;--gap:var(--gutter-s2) 0.4rem}@media only screen and (min-width:48em){.vr_nav-planets{--clmn-w:8%}}@media only screen and (min-width:64em)and (max-width:85.3675em){.vr_nav-planets{--clmn-w:19%}}.vr_nav-zodiac--t1 svg{width:8rem}@media only screen and (min-width:48em){.vr_nav-zodiac--t1 svg{width:9.6rem}}.vr_wdgt-sp__header{--gtc-n:1fr;--max-w:70rem;grid-template-columns:var(--gutter-s1) 1fr var(--gutter-s1);grid-template-rows:1fr repeat(3,auto) var(--gutter-s1)}.vr_wdgt-sp__header__tit{grid-column:2/-2;grid-row:-5/-4}.vr_wdgt-sp__header__sub{grid-column:2/-2;grid-row:-4/-3}.vr_wdgt-sp__header__logo{grid-column:2/-2;grid-row:-3/-2;justify-self:center}.vr_wdgt-sp__header__logo__pct{width:16rem;height:6rem}.vr_wdgt-sp__header__logo__img{-o-object-fit:contain;object-fit:contain}.vr_wdgt-sp__header__fig{align-self:flex-start;grid-column:1/-1;grid-row:1/-1}@media only screen and (max-width:35.9375em){body.speciale .vr_wdgt-sp__header__fig{margin:calc(var(--gutter-s1)*-1);margin-bottom:0}}.vr_wdgt-sp__items{--gap:var(--gutter-s1);--txt-lh:var(--tit-lh)}@media only screen and (min-width:36em){.vr_wdgt-sp__item{max-width:23.6rem}}.vr_wdgt-sp__social{--gap:0.4rem}.vr_wdgt-sp__social__trg{width:var(--tap-s1);height:var(--tap-s1)}@media only screen and (min-width:36em){.vr_wdgt-404{--max-w:90%;--gap:0.8rem var(--gutter-s2);--gtc-n:min(65%,49.5rem) calc(35% - var(--gutter-s2));--txt-lh:var(--tit-lh)}.vr_wdgt-404__fig{grid-row:span 2}.vr_wdgt-404__tit{grid-column:2/-1;align-self:flex-end}.vr_wdgt-404__txt{grid-column:2/-1}}@media only screen and (min-width:48em){.vr_wdgt-404__txt{text-align:left}}.vr_m-type1{--svg-img-s-1:14rem;display:grid;grid-template-columns:14.5rem calc(100% - 14.5rem);grid-template-rows:auto 1fr repeat(2,auto)}@media only screen and (max-width:47.9375em){.vr_m-type1{--svg-img-s-1:8rem;grid-template-columns:100%;grid-template-rows:repeat(2,auto) 1fr repeat(2,auto)}}.vr_m-type1__bg{grid-column:1/-1;grid-row:1/-1;width:auto;height:100%;max-height:32rem;margin:2rem 0 0 2rem}@media only screen and (max-width:47.9375em){.vr_m-type1__bg{margin:4rem auto 0}}.vr_m-type1__header{grid-column:2/-1;grid-row:1/2}@media only screen and (max-width:47.9375em){.vr_m-type1__header{grid-column:1/-1;grid-row:2/3;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}}.vr_m-type1__tit.tit-w-t1>:nth-child(2){margin-top:0}@media only screen and (max-width:47.9375em){.vr_m-type1__area>b:first-of-type,.vr_m-type1__area__tit{display:block}}.vr_m-type1__txt{grid-column:2/-1;grid-row:2/3}@media only screen and (max-width:47.9375em){.vr_m-type1__txt{grid-column:1/-1;grid-row:3/4}}.vr_m-type1__img{grid-column:1/2;grid-row:1/3;width:var(--svg-img-s-1);height:var(--svg-img-s-1)}@media only screen and (max-width:47.9375em){.vr_m-type1__img{grid-column:1/-1;grid-row:1/2}}.vr_m-type1__img--t1{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;height:auto}.vr_m-type1__img--t1 svg{grid-column-start:1;grid-row-start:1}.vr_m-type1__img--t1 svg[width="120"]{justify-self:flex-end;max-width:87.6%}.vr_m-type1__img--t1 svg[width="80"]{max-width:58.4%}@media only screen and (max-width:47.9375em){.vr_m-type1__img--t1{--svg-img-s-1:9.4rem}}.vr_m-type1__img--t2{display:grid;grid-template-columns:100%;grid-template-rows:repeat(2,auto);height:auto}.vr_m-type1__img--t2 svg[width="80"]{grid-column-start:1;grid-row-start:1;max-width:57.2%}.vr_m-type1__img--t2 svg[width="80"]:last-of-type{justify-self:flex-end}@media only screen and (max-width:47.9375em){.vr_m-type1__img--t2{--svg-img-s-1:12.9rem}}@media only screen and (min-width:48em){.vr_m-type1__img--t2{align-self:flex-start;margin-left:-.8rem}}.vr_m-type1__rank{font-size:2rem}.vr_m-type1__rank [data-star]{display:inline-grid;grid-template-columns:100%;grid-template-rows:repeat(2,auto)}.vr_m-type1__rank [data-star]:before{content:"★ ★ ★ ★ ★";grid-row:1/2;grid-column:1/-1}.vr_m-type1__rank [data-star]:after{content:var(--vr-star,"");grid-row:1/2;grid-column:1/-1}.vr_m-type1 .vr_bts{grid-row:-2/-1;grid-column:1/-1;justify-content:center}@media only screen and (min-width:64em){.vr_m-type1 .vr_bts{grid-column-start:2;justify-content:flex-start}}.vr_m-type1__author{grid-row:-3/-2;grid-column:2/-1}@media only screen and (max-width:47.9375em){.vr_m-type1__author{grid-column-start:1}}:root{--author-avatar-size:5rem;--expert-box-name:2rem;--expert-box-title:1.2rem}:root body[class*=article]{--author-avatar-size:4rem;--expert-box-name:1.4rem}.author-info{display:flex;justify-content:space-between;font-size:1.6rem;line-height:1.4;padding:.625em 0;border-width:.1rem;border-left:0 solid var(--brd-c1);border-bottom:.1rem solid var(--brd-c1);border-right:0 solid var(--brd-c1);border-top:.1rem solid var(--brd-c1)}.index-esperto .author-info{padding:0;border-width:0}.author-description{flex:1}.author-avatar{font-size:var(--author-avatar-size);flex:0 0 1em;width:1em;height:1em;overflow:hidden;border-radius:50%}.author-avatar~.author-description{margin-left:2rem}.esperti-share{display:flex;flex-wrap:wrap;row-gap:.5em;margin:.6em 0 .1em;font:700 1rem/1.1 Arial,ui-sans-serif,system-ui,sans-serif}.esperti-share__itm:not(:last-of-type){margin-right:1em;padding-right:1em;border-right:.1rem solid var(--brd-c2)}.author-bio-expand[style*="--expdesc-rows-numb: 0"]:not(.author-bio-expand--open) .esperti-share{position:absolute;clip:rect(0 0 0 0);height:1px;width:1px;overflow:hidden;margin:-1px}.expert-box-name{font-weight:700;font-size:var(--expert-box-name)}.expert-box-title{font-weight:700;font-size:var(--expert-box-title);line-height:1.1;margin-bottom:.1em}.expert-box-desc{font-weight:400;font-size:1.4rem;line-height:1.4;margin-top:.5em}[style*="--expdesc-rows-numb: 0"] .expert-box-desc{margin-top:0}.author-bio-expand--open[style*="--expdesc-rows-numb: 0"] .expert-box-desc{margin-top:.5em}.esperti__items{--gap:var(--gutter-s1);--clmn-w:20rem}.esperti__item{max-width:30rem}.esperti__fig{max-width:44%}.esperti__desc{padding-top:2.4rem}:root{--expdesc-rows-numb:5;--expert-box-bt-size:3.6rem}.expert-box-bt{position:absolute;top:0;right:0;font-size:var(--expert-box-bt-size);width:1em;height:1em}.expert-box-bt:disabled{opacity:0}.index-esperto .expert-box-bt{position:static;font:400 .625em/1 Arial,ui-sans-serif,system-ui,sans-serif;width:auto;height:auto;margin-top:.8rem}.index-esperto .expert-box-bt:before{content:attr(aria-label)}.author-bio-expand{position:relative}.author-bio-expand .expert-box-name,.author-bio-expand .expert-box-title{box-sizing:border-box;padding-right:calc(var(--expert-box-bt-size) + .4rem)}.author-bio-expand .expert-box-desc{overflow:hidden;overflow-y:auto;max-height:calc(1.4em*var(--expdesc-rows-numb))}.author-bio-expand--open .expert-box-desc{--expdesc-rows-numb:100;transition:max-height .3s ease-in}.author-bio-expand--close .expert-box-desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--expdesc-rows-numb);overflow:hidden}:root{--ih-grid-tc:repeat(2,1fr);--ih-tit-fs:1.6rem;--ih-sum-fs:1.4rem;--ih-inf-fs:1.2rem;--ih-img-mw:26.6rem}@media only screen and (min-width:36em){:root{--ih-grid-tc:var(--ih-img-mw) 1fr}}@media only screen and (min-width:48em){:root{--ih-tit-fs:1.8rem}}@media only screen and (min-width:64em)and (max-width:85.3675em){:root{--ih-grid-tc:var(--ih-img-mw) 1fr}}@media only screen and (min-width:85.43em){:root{--ih-tit-fs:2.2rem;--ih-sum-fs:1.6rem}}.iol-hentry{--gap:var(--gutter-s2);display:grid;grid-template-columns:var(--ih-grid-tc);grid-template-rows:repeat(2,-webkit-min-content);grid-template-rows:repeat(2,min-content);grid-gap:0 var(--gap,0)}@supports(text-transform:full-size-kana) or (translate:10px) or (content-visibility:auto){.iol-hentry{gap:0 var(--gap,0)}}.iol-hentry__tag{margin-top:-.5em}.iol-hentry__title{margin-top:-.3em;font-size:var(--ih-tit-fs);line-height:var(--txt-lh)}.iol-hentry__tag+.iol-hentry__title{margin-top:0}.iol-hentry__info{margin-top:.4rem;font-size:var(--ih-inf-fs)}.iol-hentry__summary{--line-clamp:4;margin-top:.4rem;font-size:var(--ih-sum-fs);line-height:var(--txt-lh)}.iol-hentry__thumb{max-width:var(--ih-img-mw)}.iol-hentry--ev{--gap:0 var(--gutter-s2);align-items:flex-start;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,-webkit-min-content);grid-template-rows:repeat(2,min-content)}.iol-hentry--ev .iol-hentry{display:block}.iol-hentry--ev .iol-hentry__tag,.iol-hentry--ev .iol-hentry__title{margin-top:0}.iol-hentry--ev .iol-hentry:first-of-type{--ih-tit-fs:2rem;grid-column:1/-1;grid-row:1/2}.iol-hentry--ev .iol-hentry:first-of-type .iol-hentry__column{padding:var(--gutter-s2)}.iol-hentry--ev .iol-hentry:first-of-type .iol-hentry__title{font-weight:700}.iol-hentry--ev .iol-hentry:nth-of-type(n+2){grid-row:2/3}.iol-hentry--ev .iol-hentry:nth-of-type(n+2) .iol-hentry__title{margin-top:.4rem}.iol-hentry--ev .iol-hentry__thumb{max-width:100%}@media only screen and (min-width:85.43em){.iol-hentry--ev{grid-template-columns:65.8% 1fr}.iol-hentry--ev .iol-hentry:first-of-type{grid-column:1/2;grid-row:1/-1}.iol-hentry--ev .iol-hentry:nth-of-type(2){grid-row:1/2}.iol-hentry--ev .iol-hentry:last-of-type{grid-row:2/3}.iol-hentry--ev .iol-hentry:nth-of-type(n+2){--ih-tit-fs:1.6rem;grid-column:2/-1}}.iol-share-menu{opacity:0;font-size:1.8rem;height:2.22em}.vr_footer{--logo-m-h:2.3rem;opacity:0}.br-v-t1{--brd-sz:var(--gutter-s1);--pdg-sz:var(--gutter-s1);border-width:var(--brd-sz);padding:var(--pdg-sz)}.br-v-t1.full-content{--brd-sz:var(--gutter-s1) 0}.mg-bk--auto{margin-block:auto}.mg-il--auto{margin-inline:auto}.mg-t--auto{margin-top:auto}.mg-r--auto{margin-right:auto}.mg-b--auto{margin-bottom:auto}.mg-l--auto{margin-left:auto}.mg-a--auto{margin:auto}.mg-tb--auto{margin-top:auto;margin-bottom:auto}.mg-lr--auto{margin-left:auto;margin-right:auto}.mg-t--s1{margin-top:var(--gutter-s1)}.mg-b--s1{margin-bottom:var(--gutter-s1)}.mg-a--s1{margin:var(--gutter-s1)}.mg-lr--s1{margin-left:var(--gutter-s1);margin-right:var(--gutter-s1)}.mg-b--s1[class*="--c"]+[class*="--c"]{margin-top:calc(var(--gutter-s1)*var(--x-num, -1))}.mg-t--s2{margin-top:var(--gutter-s2)}.mg-b--s2{margin-bottom:var(--gutter-s2)}.mg-t--s3{margin-top:var(--gutter-s3)}.mg-b--s3{margin-bottom:var(--gutter-s3)}[class*=mg-b--s][class*="--c1"]+[class*="--c1"]{--x-num:-2}.mg-bk--s{margin-block:.8rem}.mg-il--s{margin-inline:.8rem}.mg-t--s{margin-top:.8rem}.mg-r--s{margin-right:.8rem}.mg-b--s{margin-bottom:.8rem}.mg-l--s{margin-left:.8rem}.mg-a--s{margin:.8rem}.mg-tb--s{margin-top:.8rem;margin-bottom:.8rem}.mg-lr--s{margin-left:.8rem;margin-right:.8rem}.mg-bk--m{margin-block:1.6rem}.mg-il--m{margin-inline:1.6rem}.mg-t--m{margin-top:1.6rem}.mg-r--m{margin-right:1.6rem}.mg-b--m{margin-bottom:1.6rem}.mg-l--m{margin-left:1.6rem}.mg-a--m{margin:1.6rem}.mg-tb--m{margin-top:1.6rem;margin-bottom:1.6rem}.mg-lr--m{margin-left:1.6rem;margin-right:1.6rem}.mg-bk--l{margin-block:3.2rem}.mg-il--l{margin-inline:3.2rem}.mg-t--l{margin-top:3.2rem}.mg-r--l{margin-right:3.2rem}.mg-b--l{margin-bottom:3.2rem}.mg-l--l{margin-left:3.2rem}.mg-a--l{margin:3.2rem}.mg-tb--l{margin-top:3.2rem;margin-bottom:3.2rem}.mg-lr--l{margin-left:3.2rem;margin-right:3.2rem}.mg-bk--xl{margin-block:4rem}.mg-il--xl{margin-inline:4rem}.mg-t--xl{margin-top:4rem}.mg-r--xl{margin-right:4rem}.mg-b--xl{margin-bottom:4rem}.mg-l--xl{margin-left:4rem}.mg-a--xl{margin:4rem}.mg-tb--xl{margin-top:4rem;margin-bottom:4rem}.mg-lr--xl{margin-left:4rem;margin-right:4rem}.pd-a--s1{padding:var(--gutter-s1)}.pd-tb--s1{padding-top:var(--gutter-s1);padding-bottom:var(--gutter-s1)}.pd-lr--s1{padding-left:var(--gutter-s1);padding-right:var(--gutter-s1)}