/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.title-font{font-family:"Oswald",sans-serif;font-weight:500;}.copy-font{font-family:"Lato",sans-serif;font-weight:normal;}.title-font{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;line-height:1.2;}.copy-font{font-family:"Lato",sans-serif;font-weight:normal;letter-spacing:0;}:root{--unit:1.5rem;--component-padding:2.5rem;--font-scale-factor:1.333;--font-size--m:1rem;--font-size--s:calc(var(--font-size--m)/var(--font-scale-factor));--font-size--xs:calc(var(--font-size--s)/var(--font-scale-factor));--font-size--l:calc(var(--font-size--m)*var(--font-scale-factor));--font-size--xl:calc(var(--font-size--l)*var(--font-scale-factor));--font-size--xxl:calc(var(--font-size--xl)*var(--font-scale-factor));--font-size--xxxl:calc(var(--font-size--xxl)*var(--font-scale-factor));--text-line-height:1.64;--color-primary:#1260A5;--color-secondary:#17B5DE;--color-tertiary:#DA291C;--color-white:#FFFFFF;--color-black:#222;--color-light-grey:#f0f0f0;--color-text:var(--color-black);--color-body-bg:var(--color-white);--subtle-color:#ddd;--color-link:var(--color-black);--color-link-decoration:none;}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,menu,nav,section,main,summary{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}table{border-collapse:collapse;border-spacing:0;}.hide{display:none;}.show{display:block;}.display-block{display:block;}*,*:after,*:before{box-sizing:border-box;}.container{max-width:1000px;width:100%;margin:0 auto;}.container.with-content{padding-left:var(--unit);padding-right:var(--unit);}.row{width:100%;display:table;table-layout:fixed;padding:0;margin:0;}.row.collapse .col{padding-left:0;padding-right:0;}.row.no-margin > [class*=col]:first-child{padding-left:0;}.row.no-margin > [class*=col]:last-child{padding-right:0;}.col-1{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:8.3333333333%;vertical-align:top;}.row.collapse .col-1{padding-left:0;padding-right:0;}.col-2{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:16.6666666667%;vertical-align:top;}.row.collapse .col-2{padding-left:0;padding-right:0;}.col-3{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:25%;vertical-align:top;}.row.collapse .col-3{padding-left:0;padding-right:0;}.col-4{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:33.3333333333%;vertical-align:top;}.row.collapse .col-4{padding-left:0;padding-right:0;}.col-5{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:41.6666666667%;vertical-align:top;}.row.collapse .col-5{padding-left:0;padding-right:0;}.col-6{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:50%;vertical-align:top;}.row.collapse .col-6{padding-left:0;padding-right:0;}.col-7{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:58.3333333333%;vertical-align:top;}.row.collapse .col-7{padding-left:0;padding-right:0;}.col-8{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:66.6666666667%;vertical-align:top;}.row.collapse .col-8{padding-left:0;padding-right:0;}.col-9{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:75%;vertical-align:top;}.row.collapse .col-9{padding-left:0;padding-right:0;}.col-10{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:83.3333333333%;vertical-align:top;}.row.collapse .col-10{padding-left:0;padding-right:0;}.col-11{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:91.6666666667%;vertical-align:top;}.row.collapse .col-11{padding-left:0;padding-right:0;}.col-12{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);width:100%;vertical-align:top;}.row.collapse .col-12{padding-left:0;padding-right:0;}.row.border > *[class*=col]{border:1px solid var(--color-black);}.row.vcenter{vertical-align:middle;}.row.vcenter > *[class*=col]{vertical-align:middle;}.row.vbottom{vertical-align:bottom;}.row.vbottom > *[class*=col]{vertical-align:bottom;}.row.vtop{vertical-align:top;}.row.vtop > *[class*=col]{vertical-align:top;}.row.auto{width:100%;table-layout:auto;}.col{display:table-cell;padding-left:var(--unit);padding-right:var(--unit);}.col.center{text-align:center;}.vcenter{vertical-align:middle;}.col-full{padding-left:var(--unit);padding-right:var(--unit);}.grid-up-1{max-width:100%;display:grid;grid-template-columns:repeat(1,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-1.grid-equalize-heights{align-items:stretch;}.grid-up-2{max-width:100%;display:grid;grid-template-columns:repeat(2,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-2.grid-equalize-heights{align-items:stretch;}.grid-up-3{max-width:100%;display:grid;grid-template-columns:repeat(3,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-3.grid-equalize-heights{align-items:stretch;}.grid-up-4{max-width:100%;display:grid;grid-template-columns:repeat(4,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-4.grid-equalize-heights{align-items:stretch;}.grid-up-5{max-width:100%;display:grid;grid-template-columns:repeat(5,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-5.grid-equalize-heights{align-items:stretch;}.grid-up-6{max-width:100%;display:grid;grid-template-columns:repeat(6,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-6.grid-equalize-heights{align-items:stretch;}.grid-up-7{max-width:100%;display:grid;grid-template-columns:repeat(7,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-7.grid-equalize-heights{align-items:stretch;}.grid-up-8{max-width:100%;display:grid;grid-template-columns:repeat(8,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-8.grid-equalize-heights{align-items:stretch;}.grid-up-9{max-width:100%;display:grid;grid-template-columns:repeat(9,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-9.grid-equalize-heights{align-items:stretch;}.grid-up-10{max-width:100%;display:grid;grid-template-columns:repeat(10,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-10.grid-equalize-heights{align-items:stretch;}.grid-up-11{max-width:100%;display:grid;grid-template-columns:repeat(11,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-11.grid-equalize-heights{align-items:stretch;}.grid-up-12{max-width:100%;display:grid;grid-template-columns:repeat(12,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.grid-up-12.grid-equalize-heights{align-items:stretch;}.grid-up-auto{max-width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);align-items:start;}.grid-up-auto.grid-equalize-heights{align-items:stretch;}.grid-up-auto-10{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);align-items:start;}.grid-up-auto-10.grid-equalize-heights{align-items:stretch;}@media only screen and (max-width:767px){.row{display:table;width:100%;}.row.mobile-stack{display:block;}.col{display:block;width:100%;}.mob-stack{display:block;}.col-1{display:block;width:100%;}.col-2{display:block;width:100%;}.col-3{display:block;width:100%;}.col-4{display:block;width:100%;}.col-5{display:block;width:100%;}.col-6{display:block;width:100%;}.col-7{display:block;width:100%;}.col-8{display:block;width:100%;}.col-9{display:block;width:100%;}.col-10{display:block;width:100%;}.col-11{display:block;width:100%;}.col-12{display:block;width:100%;}.mob-1{width:8.3333333333%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-2{width:16.6666666667%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-3{width:25%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-4{width:33.3333333333%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-5{width:41.6666666667%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-6{width:50%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-7{width:58.3333333333%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-8{width:66.6666666667%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-9{width:75%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-10{width:83.3333333333%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-11{width:91.6666666667%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.mob-12{width:100%;display:table-cell;vertical-align:top;padding-left:var(--unit);padding-right:var(--unit);}.n-up > li,.n-up.auto-width > li{display:block;width:100%;float:none;}.mobile-n-up-1 > li{width:100%;}.mobile-n-up-1 > li:nth-child(1n+1){clear:left;}.mobile-n-up-2 > li{width:50%;}.mobile-n-up-2 > li:nth-child(2n+1){clear:left;}.mobile-n-up-3 > li{width:33.3333333333%;}.mobile-n-up-3 > li:nth-child(3n+1){clear:left;}.mobile-n-up-4 > li{width:25%;}.mobile-n-up-4 > li:nth-child(4n+1){clear:left;}.mobile-n-up-5 > li{width:20%;}.mobile-n-up-5 > li:nth-child(5n+1){clear:left;}.mobile-n-up-6 > li{width:16.6666666667%;}.mobile-n-up-6 > li:nth-child(6n+1){clear:left;}.mobile-n-up-7 > li{width:14.2857142857%;}.mobile-n-up-7 > li:nth-child(7n+1){clear:left;}.mobile-n-up-8 > li{width:12.5%;}.mobile-n-up-8 > li:nth-child(8n+1){clear:left;}.mobile-n-up-9 > li{width:11.1111111111%;}.mobile-n-up-9 > li:nth-child(9n+1){clear:left;}.mobile-n-up-10 > li{width:10%;}.mobile-n-up-10 > li:nth-child(10n+1){clear:left;}.mobile-n-up-11 > li{width:9.0909090909%;}.mobile-n-up-11 > li:nth-child(11n+1){clear:left;}.mobile-n-up-12 > li{width:8.3333333333%;}.mobile-n-up-12 > li:nth-child(12n+1){clear:left;}.grid-up-1{display:block;}.grid-up-1 > *{margin-bottom:var(--unit);}.grid-up-2{display:block;}.grid-up-2 > *{margin-bottom:var(--unit);}.grid-up-3{display:block;}.grid-up-3 > *{margin-bottom:var(--unit);}.grid-up-4{display:block;}.grid-up-4 > *{margin-bottom:var(--unit);}.grid-up-5{display:block;}.grid-up-5 > *{margin-bottom:var(--unit);}.grid-up-6{display:block;}.grid-up-6 > *{margin-bottom:var(--unit);}.grid-up-7{display:block;}.grid-up-7 > *{margin-bottom:var(--unit);}.grid-up-8{display:block;}.grid-up-8 > *{margin-bottom:var(--unit);}.grid-up-9{display:block;}.grid-up-9 > *{margin-bottom:var(--unit);}.grid-up-10{display:block;}.grid-up-10 > *{margin-bottom:var(--unit);}.grid-up-11{display:block;}.grid-up-11 > *{margin-bottom:var(--unit);}.grid-up-12{display:block;}.grid-up-12 > *{margin-bottom:var(--unit);}.mobile-grid-up-1{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(1,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-1.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-2{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(2,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-2.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-3{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(3,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-3.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-4{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(4,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-4.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-5{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(5,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-5.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-6{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(6,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-6.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-7{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(7,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-7.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-8{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(8,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-8.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-9{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(9,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-9.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-10{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(10,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-10.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-11{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(11,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-11.grid-equalize-heights{align-items:stretch;}.mobile-grid-up-12{max-width:100%;padding-left:var(--unit);padding-right:var(--unit);display:grid;grid-template-columns:repeat(12,minmax(5rem,1fr));grid-template-rows:auto;row-gap:var(--unit);-moz-column-gap:var(--unit);column-gap:var(--unit);}.mobile-grid-up-12.grid-equalize-heights{align-items:stretch;}}.grid-page,.component-type--pzt-gallery,.component-type--gallery,.component-type--figure{display:grid;grid-template-columns:minmax(2.5rem,1fr) min(78.125 * 1rem,100% - 4.5rem) minmax(2.5rem,1fr);}@media only screen and (max-width:calc(min(78.125 * 1rem,100% - 4.5rem) * 1 + 5rem)){.grid-page,.component-type--pzt-gallery,.component-type--gallery,.component-type--figure{grid-template-columns:1.25rem 1fr 1.25rem;}}.huge-text,.xxl-text{font-size:var(--font-size--xxl);}.large-text,.l-text{font-size:var(--font-size--l);}.big-text,.landing-page--intro,.banner--text,.xl-text{font-size:var(--font-size--xl);}.small-text,.s-text{font-size:var(--font-size--s);}.tiny-text,.xs-text{font-size:var(--font-size--xs);}.normal-text,.m-text{font-size:var(--font-size--m);}.hero-text,.xxxl-text{font-size:var(--font-size--xxxl);}h1,h2,h3,h4,h5,h6{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;margin-bottom:0.5em;line-height:1.2;display:block;text-wrap:balance;}h1{font-size:var(--font-size--xxxl);}h1 small{font-size:var(--font-size--xl);}h2{font-size:var(--font-size--xxl);}h2 small{font-size:var(--font-size--l);}h3{font-size:var(--font-size--xl);}h3 small{font-size:var(--font-size--m);}h4{font-size:var(--font-size--l);}h4 small{font-size:var(--font-size--s);}h5{font-size:var(--font-size--m);}h6{font-family:"Lato";font-style:normal;font-weight:700;letter-spacing:0;font-size:var(--font-size--m);}.text-container,.component-type--pzt-infographic .infographic--body,.component-type--infographic .infographic--body,.cke_editable{font-family:"Lato",sans-serif;font-weight:normal;letter-spacing:0;-webkit-hyphens:none;hyphens:none;max-width:35em;line-height:var(--text-line-height);}.text-container * + h2,.component-type--pzt-infographic .infographic--body * + h2,.component-type--infographic .infographic--body * + h2,.cke_editable * + h2,.text-container * + h3,.component-type--pzt-infographic .infographic--body * + h3,.component-type--infographic .infographic--body * + h3,.cke_editable * + h3,.text-container * + h4,.component-type--pzt-infographic .infographic--body * + h4,.component-type--infographic .infographic--body * + h4,.cke_editable * + h4,.text-container * + h5,.component-type--pzt-infographic .infographic--body * + h5,.component-type--infographic .infographic--body * + h5,.cke_editable * + h5,.text-container * + h6,.component-type--pzt-infographic .infographic--body * + h6,.component-type--infographic .infographic--body * + h6,.cke_editable * + h6{margin-top:1.5em;}.text-container p,.component-type--pzt-infographic .infographic--body p,.component-type--infographic .infographic--body p,.cke_editable p{margin-bottom:1em;}.text-container p:last-child,.component-type--pzt-infographic .infographic--body p:last-child,.component-type--infographic .infographic--body p:last-child,.cke_editable p:last-child{margin-bottom:0;}.text-container table th,.component-type--pzt-infographic .infographic--body table th,.component-type--infographic .infographic--body table th,.cke_editable table th{font-family:"Lato";font-style:normal;font-weight:700;letter-spacing:0;text-align:left;}.text-container table td,.component-type--pzt-infographic .infographic--body table td,.component-type--infographic .infographic--body table td,.cke_editable table td,.text-container table th,.component-type--pzt-infographic .infographic--body table th,.component-type--infographic .infographic--body table th,.cke_editable table th{padding:0.25em 1em 0.25em 0.25em;vertical-align:top;border-bottom:1px dotted var(--subtle-color);}.text-container figure,.component-type--pzt-infographic .infographic--body figure,.component-type--infographic .infographic--body figure,.cke_editable figure{margin-bottom:2em;}.text-container figure figcaption,.component-type--pzt-infographic .infographic--body figure figcaption,.component-type--infographic .infographic--body figure figcaption,.cke_editable figure figcaption{font-size:var(--font-size--s);}.text-container em,.component-type--pzt-infographic .infographic--body em,.component-type--infographic .infographic--body em,.cke_editable em{font-family:"Lato";font-style:italic;font-weight:normal;letter-spacing:0;}.text-container strong,.component-type--pzt-infographic .infographic--body strong,.component-type--infographic .infographic--body strong,.cke_editable strong{font-family:"Lato";font-style:normal;font-weight:700;letter-spacing:0;}.text-container ul,.component-type--pzt-infographic .infographic--body ul,.component-type--infographic .infographic--body ul,.cke_editable ul,.text-container ol,.component-type--pzt-infographic .infographic--body ol,.component-type--infographic .infographic--body ol,.cke_editable ol,.text-container dl,.component-type--pzt-infographic .infographic--body dl,.component-type--infographic .infographic--body dl,.cke_editable dl{margin-bottom:1em;}.text-container ul,.component-type--pzt-infographic .infographic--body ul,.component-type--infographic .infographic--body ul,.cke_editable ul{list-style:disc;padding-left:1.25em;}.text-container ul ul,.component-type--pzt-infographic .infographic--body ul ul,.component-type--infographic .infographic--body ul ul,.cke_editable ul ul{margin-bottom:2em;}.text-container ul li,.component-type--pzt-infographic .infographic--body ul li,.component-type--infographic .infographic--body ul li,.cke_editable ul li,.text-container dt,.component-type--pzt-infographic .infographic--body dt,.component-type--infographic .infographic--body dt,.cke_editable dt{display:list-item;margin-bottom:0.5em;padding-left:1em;position:relative;}.text-container li,.component-type--pzt-infographic .infographic--body li,.component-type--infographic .infographic--body li,.cke_editable li,.text-container dt,.component-type--pzt-infographic .infographic--body dt,.component-type--infographic .infographic--body dt,.cke_editable dt,.text-container dd,.component-type--pzt-infographic .infographic--body dd,.component-type--infographic .infographic--body dd,.cke_editable dd{padding-left:0;}.text-container dl,.component-type--pzt-infographic .infographic--body dl,.component-type--infographic .infographic--body dl,.cke_editable dl{list-style:none;}.text-container dt,.component-type--pzt-infographic .infographic--body dt,.component-type--infographic .infographic--body dt,.cke_editable dt{font-weight:bold;}.text-container dd,.component-type--pzt-infographic .infographic--body dd,.component-type--infographic .infographic--body dd,.cke_editable dd{margin-bottom:2em;}.text-container ol,.component-type--pzt-infographic .infographic--body ol,.component-type--infographic .infographic--body ol,.cke_editable ol{list-style:decimal;padding-left:1.5em;}.text-container ol li,.component-type--pzt-infographic .infographic--body ol li,.component-type--infographic .infographic--body ol li,.cke_editable ol li{margin-bottom:0.5em;}.text-container.align-center,.component-type--pzt-infographic .align-center.infographic--body,.component-type--infographic .align-center.infographic--body,.align-center.cke_editable{margin:0 auto;}.component{position:relative;}.component > .component--content{position:relative;width:100%;max-width:1250px;margin-left:auto;margin-right:auto;z-index:2;}.component .component--bg{background-position:50% 50%;background-size:cover;z-index:1;}.component.with-page-grid{display:grid;grid-template-columns:minmax(2.5rem,1fr) min(78.125 * 1rem,100% - 4.5rem) minmax(2.5rem,1fr);}@media only screen and (max-width:calc(min(78.125 * 1rem,100% - 4.5rem) * 1 + 5rem)){.component.with-page-grid{grid-template-columns:1.25rem 1fr 1.25rem;}}.component--title{margin-left:auto;margin-right:auto;max-width:1250px;margin-bottom:var(--unit);}.background-fixed .component--bg{background-attachment:fixed;}.position--center,.position--full-bleed-left,.position--full-bleed-right,.position--page-width{display:grid;grid-template-columns:minmax(2.5rem,1fr) min(78.125 * 1rem,100% - 4.5rem) minmax(2.5rem,1fr);}@media only screen and (max-width:calc(min(78.125 * 1rem,100% - 4.5rem) * 1 + 5rem)){.position--center,.position--full-bleed-left,.position--full-bleed-right,.position--page-width{grid-template-columns:1.25rem 1fr 1.25rem;}}.position--center > .component--content,.position--center > .component--title,.position--center > .component--content > .component--title{grid-column:2;}.position--full-bleed-left{padding-left:0;}.position--full-bleed-left > .component--content,.position--full-bleed-left > .component--title,.position--full-bleed-left > .component--content > .component--title{grid-column:1/3;max-width:none;}.position--full-bleed-left > .component--title,.position--full-bleed-left > .component--content > .component--title{text-align:right;}.position--full-bleed-right{padding-right:0;}.position--full-bleed-right > .component--content,.position--full-bleed-right > .component--title,.position--full-bleed-right > .component--content > .component--title{max-width:none;grid-column:2/4;}.position--full-bleed,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component,.component-type--sub-pages-menu{padding-left:0;padding-right:0;}.position--full-bleed > .component--content,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component > .component--content,.component-type--sub-pages-menu > .component--content,.position--full-bleed > .component--title,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component > .component--title,.component-type--sub-pages-menu > .component--title,.position--full-bleed > .component--content > .component--title,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component > .component--content > .component--title,.component-type--sub-pages-menu > .component--content > .component--title{max-width:none;grid-column:1/4;margin:0;}.position--full-bleed.component-type--text,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component-type--text.component,.component-type--text.component-type--sub-pages-menu{padding-left:var(--unit);padding-right:var(--unit);}.position--full-width{padding-left:var(--component-padding);padding-right:var(--component-padding);}.position--full-width > .component--content,.position--full-width > .component--title,.position--full-width > .component--content > .component--title{max-width:none;margin-left:auto;margin-right:auto;}.position--full-screen{padding:0;display:block;}.position--full-screen > .component--content{max-width:none;height:100vh;}.position--page-width{margin-left:var(--unit);margin-right:var(--unit);}.position--page-width > .component--content,.position--page-width > .component--title,.position--page-width > .component--content > .component--title{max-width:none;grid-column:1/4;}.position--text-width > .component--content,.position--text-width > .component--title,.position--text-width > .component--content > .component--title{grid-column:2;max-width:35em;}input[type=text],input[type=number],input[type=password],input[type=email],input[type=tel],input[type=date],input[type=datetime-local],input[type=submit],select,textarea{font-family:"Lato",sans-serif;font-weight:normal;letter-spacing:0;font-size:var(--font-size--m);background-color:var(--color-white);color:var(--color-black);border-radius:5px;border:1px solid var(--color-black);min-height:50px;width:100%;vertical-align:middle;padding:calc(var(--unit) * 0.3) calc(var(--unit) * 0.3) calc(var(--unit) * 0.3) calc(var(--unit) * 0.3);}input[type=text].disabled,input[type=number].disabled,input[type=password].disabled,input[type=email].disabled,input[type=tel].disabled,input[type=date].disabled,input[type=datetime-local].disabled,input[type=submit].disabled,select.disabled,textarea.disabled{-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#EAE8DB !important;}form{--color-link:var(--color-primary);--color-link-decoration:underline;}.form-item{width:auto;max-width:100%;margin-bottom:calc(var(--unit) * 0.75);}.form-item label:not(.option){font-weight:700;}.form-item .description,.form-item .text-count-wrapper{font-size:var(--font-size--s);}.form-type--checkbox,.form-type--radio{display:flex;justify-content:space-between;align-items:flex-start;}.form-type--checkbox > input,.form-type--radio > input{margin-top:0.25rem;}.form-type--checkbox label.option,.form-type--radio label.option{width:calc(100% - 2em);line-height:1.3;}fieldset.form-item legend{font-weight:700;margin-bottom:calc(var(--unit) * 0.5);}fieldset.form-item .form-item{margin-bottom:calc(var(--unit) * 0.75 * 0.5);}.mattarello-map--region-label{transform:translateX(0%) translateY(-50%);font-size:1rem;background:var(--color-white);padding:0.5em;color:var(--color-black);border:1px solid var(--color-black);}.padded,.pad,.cke_editable{padding:var(--unit);}.padded-half,.pad-half{padding:calc(var(--unit) * 0.5);}.padded-double,.pad-2{padding:calc(var(--unit) * 2);}.padded-triple,.pad-3{padding:calc(var(--unit) * 3);}.v-padded,.pad-v{padding-top:var(--unit);padding-bottom:var(--unit);}.v-padded-half,.pad-vh,.pad-v-half{padding-top:calc(var(--unit) * 0.5);padding-bottom:calc(var(--unit) * 0.5);}.v-padded-double,.pad-v2{padding-top:calc(var(--unit) * 2);padding-bottom:calc(var(--unit) * 2);}.v-padded-triple,.pad-v3{padding-top:calc(var(--unit) * 3);padding-bottom:calc(var(--unit) * 3);}.h-padded,.pad-h{padding-left:var(--unit);padding-right:var(--unit);}.h-padded-half,.pad-hh{padding-left:calc(var(--unit) * 0.5);padding-right:calc(var(--unit) * 0.5);}.h-padded-double,.pad-h2{padding-left:calc(var(--unit) * 2);padding-right:calc(var(--unit) * 2);}.h-padded-triple,.pad-h3{padding-left:calc(var(--unit) * 3);padding-right:calc(var(--unit) * 3);}.pad-t{padding-top:var(--unit);}.pad-b{padding-bottom:var(--unit);}.pad-r{padding-right:var(--unit);}.pad-l{padding-left:var(--unit);}.pad-t2{padding-top:calc(var(--unit) * 2);}.pad-b2{padding-bottom:calc(var(--unit) * 2);}.pad-r2{padding-right:calc(var(--unit) * 2);}.pad-l2{padding-left:calc(var(--unit) * 2);}.pad-t3{padding-top:calc(var(--unit) * 3);}.pad-b3{padding-bottom:calc(var(--unit) * 3);}.pad-r3{padding-right:calc(var(--unit) * 3);}.pad-l3{padding-left:calc(var(--unit) * 3);}.pad-th{padding-top:calc(var(--unit) * 0.5);}.pad-bh{padding-bottom:calc(var(--unit) * 0.5);}.pad-rh{padding-right:calc(var(--unit) * 0.5);}.pad-lh{padding-left:calc(var(--unit) * 0.5);}.mar-t{margin-top:var(--unit);}.mar-b{margin-bottom:var(--unit);}.mar-r{margin-right:var(--unit);}.mar-l{margin-left:var(--unit);}.mar-t2{margin-top:calc(var(--unit) * 2);}.mar-b2{margin-bottom:calc(var(--unit) * 2);}.mar-r2{margin-right:calc(var(--unit) * 2);}.mar-l2{margin-left:calc(var(--unit) * 2);}.mar-t3{margin-top:calc(var(--unit) * 3);}.mar-b3{margin-bottom:calc(var(--unit) * 3);}.mar-r3{margin-right:calc(var(--unit) * 3);}.mar-l3{margin-left:calc(var(--unit) * 3);}.mar-th{margin-top:calc(var(--unit) * 0.5);}.mar-bh{margin-bottom:calc(var(--unit) * 0.5);}.mar-rh{margin-right:calc(var(--unit) * 0.5);}.mar-lh{margin-left:calc(var(--unit) * 0.5);}.rounded{border-radius:10px;}.filled{background:#DA291C;}.filled .filled{background:var(--color-white);color:var(--color-text);}.filled.row{padding-top:var(--unit);}.filled-light{background:#f5f3ee;}.max-height-10{max-height:10vh;}.max-height-10 *{max-height:10vh;}.min-height-10{min-height:10vh;}.max-height-20{max-height:20vh;}.max-height-20 *{max-height:20vh;}.min-height-20{min-height:20vh;}.max-height-30{max-height:30vh;}.max-height-30 *{max-height:30vh;}.min-height-30{min-height:30vh;}.max-height-40{max-height:40vh;}.max-height-40 *{max-height:40vh;}.min-height-40{min-height:40vh;}.max-height-50{max-height:50vh;}.max-height-50 *{max-height:50vh;}.min-height-50{min-height:50vh;}.max-height-60{max-height:60vh;}.max-height-60 *{max-height:60vh;}.min-height-60{min-height:60vh;}.max-height-70{max-height:70vh;}.max-height-70 *{max-height:70vh;}.min-height-70{min-height:70vh;}.max-height-80{max-height:80vh;}.max-height-80 *{max-height:80vh;}.min-height-80{min-height:80vh;}.max-height-90{max-height:90vh;}.max-height-90 *{max-height:90vh;}.min-height-90{min-height:90vh;}.max-height-100{max-height:100vh;}.max-height-100 *{max-height:100vh;}.min-height-100{min-height:100vh;}.full-bg{background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.with-white-overlay,.with-black-overlay{position:relative;}.with-white-overlay .content,.with-black-overlay .content{position:relative;z-index:1;}.with-white-overlay:before,.with-black-overlay:before{position:absolute;content:"";display:block;top:0;left:0;bottom:0;right:0;z-index:0;}.with-white-overlay:before{background-color:rgba(255,255,255,0.7);}.with-black-overlay:before{background-color:rgba(34,34,34,0.1);}.bg-align-top-left{background-position:top left !important;}.bg-align-top-center{background-position:top center !important;}.bg-align-top-right{background-position:top right !important;}.bg-align-center-left{background-position:center left !important;}.bg-align-center-center{background-position:center center !important;}.bg-align-center-right{background-position:center right !important;}.bg-align-bottom-left{background-position:bottom left !important;}.bg-align-bottom-center{background-position:bottom center !important;}.bg-align-bottom-right{background-position:bottom right !important;}.align-left{text-align:left;}.align-right{text-align:right;margin-left:auto;}.align-center{text-align:center;}.align-center .text-container,.align-center .component-type--pzt-infographic .infographic--body,.component-type--pzt-infographic .align-center .infographic--body,.align-center .component-type--infographic .infographic--body,.component-type--infographic .align-center .infographic--body,.align-center .cke_editable{margin-left:auto;margin-right:auto;}.negative,.negative *:not(.filled,.filled-light){color:var(--color-white);}.negative .action,.negative input[type=submit]{background:var(--color-white);color:var(--color-text);}.negative .action:after,.negative input[type=submit]:after{background-image:url(/themes/custom/mg/dist/img/ui-icons/external-link.svg);}.negative .filled,.negative .filled-light{color:inherit;}.as-bg,.component .component--bg,.as-bg-container img,.as-bg-container svg{-o-object-position:50% 50%;object-position:50% 50%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0;height:100% !important;width:100%;z-index:0;}.as-bg.fixed,.component .fixed.component--bg,.as-bg-container img.fixed,.as-bg-container svg.fixed{position:fixed;}.p-relative{position:relative;}.z-0{z-index:0;}.z-10{z-index:10;}.z-20{z-index:20;}.z-30{z-index:30;}.z-m-10{z-index:-10;}.z-m-20{z-index:-20;}.hidden{display:none;}.visually-hidden,.primary-menu ul:not(.contextual-links) li a.icon-search span{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.primary-menu ul:not(.contextual-links) li a.icon-search span.focusable:active,.visually-hidden.focusable:focus,.primary-menu ul:not(.contextual-links) li a.icon-search span.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}.bg-overlay:before{content:"";position:absolute;display:block;top:0;left:0;width:100%;bottom:0;right:0;background:rgba(255,255,255,0.8);z-index:1;}.bg-overlay .text-container,.bg-overlay .component-type--pzt-infographic .infographic--body,.component-type--pzt-infographic .bg-overlay .infographic--body,.bg-overlay .component-type--infographic .infographic--body,.component-type--infographic .bg-overlay .infographic--body,.bg-overlay .cke_editable{position:relative;z-index:2;}.clickable{text-decoration:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:hand;cursor:pointer;}.bg-cover{background-size:cover;background-repeat:no-repeat;}.bg-contain{background-size:contain;background-repeat:no-repeat;}.bg-alignment--top-left .component--bg{background-position:top left;}.bg-alignment--top-center .component--bg{background-position:top center;}.bg-alignment--top-right .component--bg{background-position:top right;}.bg-alignment--center-left .component--bg{background-position:center left;}.bg-alignment--center-center .component--bg{background-position:center center;}.bg-alignment--center-right .component--bg{background-position:center right;}.bg-alignment--bottom-left .component--bg{background-position:bottom left;}.bg-alignment--bottom-center .component--bg{background-position:bottom center;}.bg-alignment--bottom-right .component--bg{background-position:bottom right;}*{box-sizing:border-box;}html{font-size:var(--font-size--m);}body{font-family:"Lato",sans-serif;font-weight:normal;letter-spacing:0;background-color:var(--color-body-bg);color:var(--color-text);line-height:var(--text-line-height);}a{color:var(--color-link);-webkit-text-decoration:var(--color-link-decoration);text-decoration:var(--color-link-decoration);}a.break{word-break:break-word;}abbr{cursor:help;}code{white-space:pre-wrap;font-family:monospace;}blockquote{font-family:"Lato",sans-serif;font-weight:normal;letter-spacing:0;display:block;position:relative;padding:calc(var(--unit) * 2) 0 calc(var(--unit) * 2) calc(var(--unit) * 2);}blockquote strong{display:block;font-family:"Lato";font-style:normal;font-weight:700;letter-spacing:0;font-style:normal;}blockquote:before{content:"”";font-family:"Lato";font-style:normal;font-weight:700;letter-spacing:0;font-size:4em;float:left;line-height:0.5em;position:relative;top:0.2em;left:-0.2em;}img:not(.align-left,.align-right,.align-center,.visually-hidden),svg:not(.align-left,.align-right,.align-center,.visually-hidden){width:100%;height:auto;}ul.no-bullets{list-style:none;padding-left:0;}ul.no-bullets li{padding-left:0;}.user-logged-in nav.tabs{position:fixed;bottom:10px;left:10px;background:rgba(255,255,255,0.8);font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;font-size:var(--font-size--s);text-transform:uppercase;z-index:90209;border:1px solid rgba(0,0,0,0.5);}.user-logged-in nav.tabs ul.tabs{margin:0;}ul.tabs{margin:0;}ul.tabs > li{display:inline-block;margin-right:0.3rem;}ul.tabs a{display:block;padding:0.2em 1em;text-decoration:none;}ul.tabs a.is-active{background-color:#eee;}.contextual{z-index:1390 !important;}ul.contextual-links li{padding-left:0 !important;}ul.contextual-links li:before{display:none !important;}.node--unpublished{position:relative;}.node--unpublished:before{content:"non pubblicato";text-transform:uppercase;opacity:0.3;background:rgba(253,185,50,0.5607843137);pointer-events:none;position:absolute;top:10%;left:50%;padding:calc(var(--unit) * 0.5);font-size:var(--font-size--s);transform:translateX(-50%) rotate(-5deg);z-index:99999;transform-origin:50% 50%;white-space:nowrap;}.node--unpublished.view-mode--full:before{font-size:9vw;padding:calc(var(--unit) * 2);}.component.unpublished{border:1px dotted #ddd;}.component.unpublished .unpublished--label{text-transform:uppercase;position:absolute;font-size:var(--unit);font-weight:500;top:0;right:0;z-index:99;background:rgba(253,185,50,0.5607843137);padding:5px;pointer-events:none;}.component.unpublished .component--content{opacity:0.6;}.paragraph--unpublished{background-color:red;}.messages,*[data-drupal-messages] > *{padding:calc(var(--unit) * 2);border-radius:0;background:#DA291C;position:relative;font-family:"Oswald",sans-serif;font-weight:400;font-size:var(--font-size--s);word-wrap:break-word;overflow-wrap:break-word;color:var(--color-white);}.messages pre,*[data-drupal-messages] > * pre{word-wrap:break-word;overflow-wrap:break-word;white-space:break-spaces;}.messages a,*[data-drupal-messages] > * a{color:var(--color-white);}.messages.messages--error,*[data-drupal-messages] > *.messages--error{background-color:#900;}.messages.messages--success,*[data-drupal-messages] > *.messages--success{background-color:#63B087;}.messages.messages--warning,*[data-drupal-messages] > *.messages--warning{background-color:#DB692E;}.messages .info,*[data-drupal-messages] > * .info{color:var(--color-black);}.messages ul,*[data-drupal-messages] > * ul{padding-left:1em;line-height:var(--text-line-height);}.messages li,*[data-drupal-messages] > * li{list-style-type:decimal;padding-left:1em;padding-bottom:0.5em;}.messages:after,*[data-drupal-messages] > *:after{position:absolute;left:50%;bottom:-20px;margin-left:-20px;width:0;height:0;content:"";border-opposite-position(bottom):20px solid #DA291C;border-left:20px solid transparent;border-right:20px solid transparent;}.messages.modal,*[data-drupal-messages] > *.modal{background:none;}.messages.modal:after,*[data-drupal-messages] > *.modal:after{display:none;}.messages pre,*[data-drupal-messages] > * pre{font-family:"Courier New",monospace;letter-spacing:0;}.messages-close{cursor:pointer;z-index:90210;width:32px;height:24px;position:absolute;top:calc(var(--unit) * 2);right:calc(var(--unit) * 2);}.messages-close span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;}.messages-close:before,.messages-close:after{position:absolute;left:8px;content:" ";height:24px;width:3px;background-color:var(--color-white);}.messages-close:before{transform:rotate(45deg);}.messages-close:after{transform:rotate(-45deg);}.component.component-type--text.position--page-width .component--content{max-width:1250px;}.component.component-type--text > .component--content,.component.component-type--text > .component--title,.component.component-type--text > .component--content > .component--title{margin-right:auto;margin-left:0;}.component.component-type--text.text-align-center{text-align:center;}.component.component-type--text.text-align-center .component--content .component--title{margin-left:auto;margin-right:auto;}.component.component-type--text.text-align-center .component--content .text-container,.component.component-type--text.text-align-center .component--content .component-type--pzt-infographic .infographic--body,.component-type--pzt-infographic .component.component-type--text.text-align-center .component--content .infographic--body,.component.component-type--text.text-align-center .component--content .component-type--infographic .infographic--body,.component-type--infographic .component.component-type--text.text-align-center .component--content .infographic--body,.component.component-type--text.text-align-center .component--content .cke_editable{margin:0 auto;}.component.component-type--text.text-align-right{text-align:right;}.component.component-type--text.text-align-right .component--content .component--title{margin-left:auto;margin-right:0;}.component.component-type--text.text-align-right .component--content .text-container,.component.component-type--text.text-align-right .component--content .component-type--pzt-infographic .infographic--body,.component-type--pzt-infographic .component.component-type--text.text-align-right .component--content .infographic--body,.component.component-type--text.text-align-right .component--content .component-type--infographic .infographic--body,.component-type--infographic .component.component-type--text.text-align-right .component--content .infographic--body,.component.component-type--text.text-align-right .component--content .cke_editable{margin-left:auto;margin-right:0;}.text-container,.component-type--pzt-infographic .infographic--body,.component-type--infographic .infographic--body,.cke_editable{--color-link:var(--color-primary);--color-link-decoration:underline;}@media only screen and (max-width:767px){.text-container *,.component-type--pzt-infographic .infographic--body *,.component-type--infographic .infographic--body *,.cke_editable *{word-break:break-word;}}.component-type--figure img{display:block;width:100%;height:auto;}.component-type--figure figcaption{font-size:var(--font-size--s);}.component-type--figure.position--full-bleed-left figcaption{text-align:right;}.component-type--figure.position--full-bleed figcaption,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component-type--figure.component figcaption,.component-type--figure.component-type--sub-pages-menu figcaption{text-align:center;}.component-type--figure.position--full-screen .component--content{width:100%;overflow:hidden;position:relative;background-position:50% 50%;background-size:cover;background-attachment:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;}.component-type--figure.position--full-screen .component--content .component--title{position:absolute;}.component-type--figure.position--full-screen .component--content img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;height:100vh;}.component-type--figure.position--full-screen .component--content figure{display:flex;align-items:center;justify-content:center;}.component-type--figure.position--full-screen .component--content figcaption{color:var(--color-white);z-index:42;font-size:clamp(1.8rem,3vw,4rem);padding:var(--unit);text-align:left;color:var(--color-white);font-weight:700;text-shadow:0 0 3px rgba(0,0,0,0.5);max-width:45rem;position:relative;}.component-type--landing-page--header,.component-type--sub-page--header{min-height:37.5vw;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(2.5rem,1fr) min(78.125 * 1rem,100% - 4.5rem) minmax(2.5rem,1fr);}@media only screen and (max-width:calc(min(78.125 * 1rem,100% - 4.5rem) * 1 + 5rem)){.component-type--landing-page--header,.component-type--sub-page--header{grid-template-columns:1.25rem 1fr 1.25rem;}}.component-type--landing-page--header > .component--content,.component-type--sub-page--header > .component--content{max-width:none;}.component-type--landing-page--header .component--type-breadcrumbs a,.component-type--sub-page--header .component--type-breadcrumbs a{text-shadow:0 0 20px rgba(0,0,0,0.8);color:var(--color-white);}.component-type--landing-page--header h1,.component-type--sub-page--header h1{grid-column:2;font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;font-size:5vmax;color:var(--color-white);position:relative;letter-spacing:-0.04em;text-transform:none;line-height:1.2;padding-bottom:calc(var(--unit) * 2);}.component-type--landing-page--header h1 small,.component-type--sub-page--header h1 small{display:block;font-size:0.5em;letter-spacing:0;}.component-type--landing-page--header h1 svg,.component-type--sub-page--header h1 svg{display:inline;height:0.5em;width:0.5em;fill:var(--color-white);}.component-type--landing-page--header.no-background,.component-type--sub-page--header.no-background{min-height:auto;}.component-type--landing-page--header.no-background .bottom-landing-page-mask,.component-type--sub-page--header.no-background .bottom-landing-page-mask{background:transparent;}.component-type--landing-page--header.no-background .component--type-breadcrumbs a,.component-type--sub-page--header.no-background .component--type-breadcrumbs a{text-shadow:none;color:var(--color-black);}.component-type--landing-page--header.no-background .content,.component-type--sub-page--header.no-background .content{max-width:1250px;}.component-type--landing-page--header.no-background h1,.component-type--sub-page--header.no-background h1{text-shadow:none;color:#DA291C;padding-bottom:var(--unit);}.component-type--landing-page--header .component--type-breadcrumbs,.component-type--sub-page--header .component--type-breadcrumbs{padding-left:0;}.component-type--sub-page--header{min-height:0;}.component-type--sub-page--header h1{font-size:var(--font-size--xxl);}.component--type-breadcrumbs{width:100%;}.component--type-breadcrumbs .component--content{max-width:none;}.component--type-breadcrumbs ul{display:flex;}.component--type-breadcrumbs li{border-radius:calc(var(--unit) / 2);}.component--type-breadcrumbs li a{color:var(--color-black);position:relative;display:block;text-decoration:none;padding-right:var(--unit);font-size:var(--font-size--s);font-family:"Lato";font-style:normal;font-weight:700;letter-spacing:0;text-transform:uppercase;position:relative;}.component--type-breadcrumbs li a:after{content:">";display:block;position:absolute;top:50%;right:0;transform:translate(-100%,-50%);}.component-type--sub-pages-menu{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;}.component-type--sub-pages-menu .component--content{padding:var(--unit) 0;}.component-type--sub-pages-menu .component--content h2{font-size:var(--font-size--m);}.component-type--sub-pages-menu .component--content.sub-pages-menu ul:not(.contextual-links){display:flex;align-items:center;gap:calc(var(--unit) * 0.5);}.field--field-downloads .field__label,.field--field-download .field__label,.field--field-media-document .field__label,.component-type--downloads .field__label{font-weight:700;margin-bottom:calc(var(--unit) * 0.5);font-size:var(--font-size--xxl);}@media only screen and (max-width:767px){.field--field-downloads .field__label,.field--field-download .field__label,.field--field-media-document .field__label,.component-type--downloads .field__label{font-size:calc(var(--font-size--xxl) * 0.8);}}.field--field-downloads a,.field--field-download a,.field--field-media-document a,.component-type--downloads a{padding:calc(var(--unit) * 0.5);background:var(--color-light-grey);border-radius:10px;text-decoration:none;display:inline-flex;align-items:center;gap:var(--unit);margin-bottom:var(--unit);}@media only screen and (max-width:767px){.field--field-downloads a,.field--field-download a,.field--field-media-document a,.component-type--downloads a{display:flex;flex-direction:column;align-items:flex-start;}}.field--field-downloads a:last-child,.field--field-download a:last-child,.field--field-media-document a:last-child,.component-type--downloads a:last-child{margin-bottom:0;}.field--field-downloads .document--icon,.field--field-download .document--icon,.field--field-media-document .document--icon,.component-type--downloads .document--icon{display:flex;flex-direction:column;align-items:center;}.field--field-downloads .document--icon .document--mime-type,.field--field-download .document--icon .document--mime-type,.field--field-media-document .document--icon .document--mime-type,.component-type--downloads .document--icon .document--mime-type{font-size:var(--font-size--m);font-family:"Lato";font-style:normal;font-weight:700;letter-spacing:0;text-transform:uppercase;}.field--field-downloads .document--icon .document--file-size,.field--field-download .document--icon .document--file-size,.field--field-media-document .document--icon .document--file-size,.component-type--downloads .document--icon .document--file-size{font-size:var(--font-size--xs);}.field--field-downloads .document--label,.field--field-download .document--label,.field--field-media-document .document--label,.component-type--downloads .document--label{font-weight:700;}.field--field-downloads .field--field-media-document,.field--field-download .field--field-media-document,.field--field-media-document .field--field-media-document,.component-type--downloads .field--field-media-document{margin-bottom:var(--unit);}.field--field-downloads li,.field--field-download li,.field--field-media-document li,.component-type--downloads li{padding-bottom:calc(var(--unit) * 0.5);}.field--field-media-document{margin-bottom:var(--unit);}.component-type--pzt-links .component--title,.component-type--links .component--title{margin-bottom:calc(var(--unit) * 0.5);}.component-type--pzt-links li .link,.component-type--links li .link{display:flex;align-items:center;}.component-type--pzt-links li .link.external::after,.component-type--links li .link.external::after{content:"";background-size:contain;width:calc(var(--unit) * 0.6);height:calc(var(--unit) * 0.7);position:relative;top:0%;left:0%;display:inline-block;background-image:url(/themes/custom/mg/dist/img/icons/external-link.svg);background-repeat:no-repeat;background-position:center;margin-left:calc(var(--unit) * 0.3);}@media only screen and (max-width:767px){.component-type--pzt-links li .link.external::after,.component-type--links li .link.external::after{display:none;}}@media only screen and (max-width:767px){.component-type--pzt-links li a,.component-type--links li a{word-break:break-word;}}.component-type--pzt-infographic,.component-type--infographic{margin-bottom:var(--unit);}.component-type--pzt-infographic .component--content,.component-type--infographic .component--content{max-width:none;}.component-type--pzt-infographic table,.component-type--infographic table{display:block;}.component-type--pzt-infographic table tbody,.component-type--infographic table tbody{display:grid;grid-template-columns:repeat(auto-fill,minmax(15em,1fr));gap:var(--unit);align-items:start;}.component-type--pzt-infographic table tr,.component-type--infographic table tr{display:flex;flex-direction:column;border-top:5px solid #F3F2EE;padding:calc(var(--unit) / 2) 0 var(--unit) 0;}.component-type--pzt-infographic .infographic--metric,.component-type--infographic .infographic--metric{order:1;font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;line-height:1.2;text-align:left;}.component-type--pzt-infographic .infographic--value,.component-type--infographic .infographic--value{font-size:var(--font-size--xxl);order:0;color:#DA291C;font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;}.component-type--pzt-infographic .infographic--value .value,.component-type--infographic .infographic--value .value{display:inline-block;}.component-type--pzt-infographic .infographic--value .unit,.component-type--infographic .infographic--value .unit{display:inline-block;}.component-type--pzt-infographic .infographic--body,.component-type--infographic .infographic--body{order:2;font-size:1rem;}.component-type--pzt-gallery,.component-type--gallery{margin-top:var(--unit);margin-bottom:calc(var(--unit) * 2);z-index:9000;}.component-type--pzt-gallery .component--content,.component-type--gallery .component--content{padding:0;grid-column:2;max-width:none;}.component-type--pzt-gallery .component--content--gallery.up-auto,.component-type--pzt-gallery .component--content--gallery:not([class^=up-]),.component-type--gallery .component--content--gallery.up-auto,.component-type--gallery .component--content--gallery:not([class^=up-]){display:flex;width:100%;flex-wrap:wrap;gap:calc(var(--unit) / 2);justify-content:flex-start;}.component-type--pzt-gallery .component--content--gallery.up-1,.component-type--pzt-gallery .component--content--gallery.up-2,.component-type--pzt-gallery .component--content--gallery.up-3,.component-type--pzt-gallery .component--content--gallery.up-4,.component-type--pzt-gallery .component--content--gallery.up-5,.component-type--gallery .component--content--gallery.up-1,.component-type--gallery .component--content--gallery.up-2,.component-type--gallery .component--content--gallery.up-3,.component-type--gallery .component--content--gallery.up-4,.component-type--gallery .component--content--gallery.up-5{display:grid;gap:calc(var(--unit) * 0.5);}.component-type--pzt-gallery .component--content--gallery.up-1 img,.component-type--pzt-gallery .component--content--gallery.up-2 img,.component-type--pzt-gallery .component--content--gallery.up-3 img,.component-type--pzt-gallery .component--content--gallery.up-4 img,.component-type--pzt-gallery .component--content--gallery.up-5 img,.component-type--gallery .component--content--gallery.up-1 img,.component-type--gallery .component--content--gallery.up-2 img,.component-type--gallery .component--content--gallery.up-3 img,.component-type--gallery .component--content--gallery.up-4 img,.component-type--gallery .component--content--gallery.up-5 img{max-height:-moz-max-content;max-height:max-content;width:100%;}.component-type--pzt-gallery .component--content--gallery.up-1,.component-type--gallery .component--content--gallery.up-1{grid-template-columns:1fr;}.component-type--pzt-gallery .component--content--gallery.up-2,.component-type--gallery .component--content--gallery.up-2{grid-template-columns:repeat(2,1fr);}.component-type--pzt-gallery .component--content--gallery.up-3,.component-type--gallery .component--content--gallery.up-3{grid-template-columns:repeat(3,1fr);}@media only screen and (max-width:767px){.component-type--pzt-gallery .component--content--gallery.up-3,.component-type--gallery .component--content--gallery.up-3{grid-template-columns:repeat(2,1fr);}}.component-type--pzt-gallery .component--content--gallery.up-4,.component-type--gallery .component--content--gallery.up-4{grid-template-columns:repeat(4,1fr);}@media only screen and (max-width:767px){.component-type--pzt-gallery .component--content--gallery.up-4,.component-type--gallery .component--content--gallery.up-4{grid-template-columns:repeat(2,1fr);}}.component-type--pzt-gallery .component--content--gallery.up-5,.component-type--gallery .component--content--gallery.up-5{grid-template-columns:repeat(5,1fr);}@media only screen and (max-width:767px){.component-type--pzt-gallery .component--content--gallery.up-5,.component-type--gallery .component--content--gallery.up-5{grid-template-columns:repeat(2,1fr);}}.component-type--pzt-gallery .component--content--gallery img,.component-type--gallery .component--content--gallery img{display:block;max-height:clamp(130px,15vw,300px);height:auto;width:auto;-o-object-fit:cover;object-fit:cover;}.component-type--pzt-gallery .component--content--gallery img.processed--lightbox:hover,.component-type--gallery .component--content--gallery img.processed--lightbox:hover{cursor:hand;cursor:pointer;}.component-type--pzt-gallery .component--content--gallery .pizzetta-gallery--lightbox,.component-type--gallery .component--content--gallery .pizzetta-gallery--lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(34,34,34,0.1);display:flex;justify-content:center;align-items:center;padding:calc(var(--unit) * 2);cursor:pointer;opacity:0;transition:opacity 0.2s ease-in-out;}.component-type--pzt-gallery .component--content--gallery .pizzetta-gallery--lightbox.show,.component-type--gallery .component--content--gallery .pizzetta-gallery--lightbox.show{opacity:1;}.component-type--pzt-gallery .component--content--gallery .pizzetta-gallery--lightbox img,.component-type--gallery .component--content--gallery .pizzetta-gallery--lightbox img{display:block;max-height:70vh;width:auto;}.component-type--pzt-gallery figcaption,.component-type--gallery figcaption{font-size:var(--font-size--s);flex:1 1 100%;}.component-type--pzt-gallery.position--full-bleed-left figcaption,.component-type--gallery.position--full-bleed-left figcaption{text-align:right;}.component-type--pzt-gallery.position--full-bleed figcaption,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component-type--pzt-gallery.component figcaption,.component-type--pzt-gallery.component-type--sub-pages-menu figcaption,.component-type--gallery.position--full-bleed figcaption,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component-type--gallery.component figcaption,.component-type--gallery.component-type--sub-pages-menu figcaption{text-align:center;}.component-type--pzt-gallery.position--full-screen .component--content,.component-type--gallery.position--full-screen .component--content{width:100%;overflow:hidden;position:relative;background-position:50% 50%;background-size:cover;background-attachment:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;}.component-type--pzt-gallery.position--full-screen .component--content img,.component-type--gallery.position--full-screen .component--content img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;}.component-type--pzt-gallery.position--full-screen .component--content figcaption,.component-type--gallery.position--full-screen .component--content figcaption{color:var(--color-white);z-index:42;font-size:4vw;padding:var(--unit);text-align:left;color:var(--color-white);font-weight:700;text-shadow:0 0 3px rgba(0,0,0,0.5);max-width:45rem;}.component-type--layout.component--layout--two-columns > .component--content,.component-type--layout .component--content.component--layout--two-columns{grid-column:2;display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:var(--unit);column-gap:var(--unit);}.component-type--layout.component--layout--two-columns > .component--content > .component--content--column > .component,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component{display:block;}@media only screen and (max-width:1023px){.component-type--layout.component--layout--two-columns > .component--content,.component-type--layout .component--content.component--layout--two-columns{display:block;}}.component-type--cards-list{overflow:visible;}.component-type--cards-list .component--content{overflow:visible;}.component-type--cards-list .flex{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;gap:1.5rem;}.component-type--cards-list .grid{display:grid;position:relative;gap:3rem 3rem;align-items:start;}.component-type--cards-list .actions{padding-top:var(--unit);text-align:right;}.component-type--cards-list .up-2{grid-template-columns:1fr 1fr;}.component-type--cards-list .up-3{grid-template-columns:repeat(3,1fr);}.component-type--cards-list .up-4{grid-template-columns:repeat(4,1fr);}.component-type--cards-list .up-4 .card{font-size:0.8rem;}.component-type--cards-list .up-5{grid-template-columns:repeat(5,1fr);}.component-type--cards-list .up-auto{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}.component-type--cards-list .items-count-1,.component-type--cards-list .items-count-2{grid-template-columns:repeat(auto-fit,minmax(250px,25rem));}@media only screen and (max-width:1023px){.component-type--cards-list .up-4{grid-template-columns:repeat(3,1fr);}.component-type--cards-list .up-5{grid-template-columns:repeat(4,1fr);}}@media only screen and (max-width:767px){.component-type--cards-list .up-2{grid-template-columns:1fr;}.component-type--cards-list .up-3{grid-template-columns:repeat(2,1fr);}.component-type--cards-list .up-4{grid-template-columns:repeat(2,1fr);}.component-type--cards-list .up-5{grid-template-columns:repeat(3,1fr);}}@media only screen and (max-width:430px){.component-type--cards-list .up-2{grid-template-columns:1fr;}.component-type--cards-list .up-3{grid-template-columns:1fr;}.component-type--cards-list .up-4{grid-template-columns:1fr;}.component-type--cards-list .up-5{grid-template-columns:1fr;}}.component-type--cards-list .up-masonry{display:block;-moz-column-count:3;column-count:3;-moz-column-gap:var(--unit);column-gap:var(--unit);}.component-type--cards-list .up-masonry > *{margin-bottom:var(--unit);}@media only screen and (max-width:1023px){.component-type--cards-list .up-masonry{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}.component-type--cards-list .up-masonry.items-count-1,.component-type--cards-list .up-masonry.items-count-2{grid-template-columns:repeat(auto-fit,minmax(250px,25rem));}}.vertical-cards-container article{margin-bottom:var(--unit);min-height:250px;}.vertical-cards-container article h3{font-size:1.5rem;}.horizontal-cards-container,.vertical-cards-container{gap:3rem;}.horizontal-cards-container article,.vertical-cards-container article{border-radius:3rem;overflow:hidden;}.horizontal-cards-container.full-bleed,.vertical-cards-container.full-bleed{gap:0;}.horizontal-cards-container.full-bleed article,.vertical-cards-container.full-bleed article{border-radius:0;}.mono-type .card .article--tags{display:none;}.component-type--logos ul:not(.contextual-links),.component-type--partners ul:not(.contextual-links){display:flex;gap:calc(var(--unit) * 2);flex-wrap:wrap;align-items:center;}.component-type--logos .logos--logo,.component-type--logos .partner,.component-type--partners .logos--logo,.component-type--partners .partner{background:transparent;}.component-type--logos .logos--logo .content,.component-type--logos .partner .content,.component-type--partners .logos--logo .content,.component-type--partners .partner .content{display:flex;flex-direction:column;}.component-type--logos .logos--logo img,.component-type--logos .partner img,.component-type--partners .logos--logo img,.component-type--partners .partner img{display:block;height:5rem;width:auto;margin:0 auto;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:50% 50%;object-position:50% 50%;}.component-type--logos .logos--logo h3,.component-type--logos .partner h3,.component-type--partners .logos--logo h3,.component-type--partners .partner h3{margin-top:var(--unit);order:2;font-size:var(--font-size--m);text-decoration:none;text-align:center;}.component-type--logos .logos--logo h3 a,.component-type--logos .partner h3 a,.component-type--partners .logos--logo h3 a,.component-type--partners .partner h3 a{text-decoration:none;color:var(--color-black);font-family:"Lato",sans-serif;font-weight:normal;letter-spacing:0;}.card{position:relative;background:var(--color-light-grey);padding:calc(var(--unit) * 0.5);}.card .card--main-link::after{cursor:pointer;position:absolute;top:0;left:0;bottom:0;right:0;content:"";z-index:1;}.card .card--secondary-link{position:relative;z-index:4;}.card figure{padding-bottom:66%;display:block;position:relative;margin-bottom:calc(var(--unit) * 0.5);}.card figure img{width:100%;height:auto;display:block;}.video-container{position:relative;overflow:hidden;width:100%;padding-bottom:56.25%;}.video-container > *:not(.contextual){position:absolute;top:0;left:0;width:100%;height:100%;}.background-video{display:block;position:absolute;top:50%;left:50%;width:100%;z-index:-100;transform:translateX(-50%) translateY(-50%);}button{-webkit-appearance:none;border:none;padding:0;margin:0;}.action,input[type=submit],a.action{text-align:center;background:var(--color-primary);padding:calc(var(--unit) / 3) calc(var(--unit) / 2);color:var(--color-white);display:inline-block;text-transform:uppercase;text-decoration:none;border:none;position:relative;text-decoration:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:hand;cursor:pointer;border-radius:10px;}.action + .action,input[type=submit] + .action,.action + input[type=submit],input[type=submit] + input[type=submit],a.action + .action{margin-left:var(--unit);}.action.tiny,input.tiny[type=submit],a.action.tiny{font-size:var(--font-size--xs);}.action.small,input.small[type=submit],a.action.small{font-size:var(--font-size--s);}.action.big,input.big[type=submit],a.action.big{font-size:var(--font-size--l);}.action.light,input.light[type=submit],a.action.light{background:transparent;color:var(--color-primary);border:1px solid var(--color-primary);}.action.light:hover,input.light[type=submit]:hover,a.action.light:hover{color:var(--color-white);background:var(--color-black);}.action.negative,input.negative[type=submit],a.action.negative{background:var(--color-white);color:var(--color-primary);}.action.negative.light,input.negative.light[type=submit],a.action.negative.light{color:var(--color-white);background:transparent;border:1px solid var(--color-white);}.secondary-action{display:inline-block;margin-top:var(--unit);color:var(--color-primary);text-decoration:none;border-bottom:1px dotted var(--color-primary);}.component--title{text-transform:uppercase;}.component.position--middle .component--content{margin-left:auto;margin-right:auto;}@media only screen and (max-width:1290px){.component.position--middle .component--content{margin-left:0;margin-right:0;padding-left:1.25rem;padding-right:1.25rem;}}.component.component-type--text{margin-bottom:0;}@media only screen and (max-width:1023px){.component-type--layout.position--full-bleed,.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component-type--layout.component,.component-type--layout.component-type--sub-pages-menu{padding-left:var(--unit);padding-right:var(--unit);}}@media only screen and (max-width:767px){.component-type--layout{overflow:hidden;}}.component-type--layout .component--content.component--layout--two-columns{grid-column:2;display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:var(--unit);column-gap:var(--unit);}.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component{display:block;}.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component-type--text.component{padding-left:0;padding-right:0;}@media only screen and (max-width:1023px){.component-type--layout .component--content.component--layout--two-columns{flex-direction:row;flex-wrap:wrap;display:flex;}.component-type--layout .component--content.component--layout--two-columns .component--content--right:has(.component-type--figure){order:-1;}}.component-type--cards-list{flex-direction:column;align-items:flex-start;}.component-type--cards-list h2{order:1;text-transform:uppercase;padding-top:calc(var(--unit) * 2);width:100%;}.component-type--cards-list .component--content{order:3;}.component-type--cards-list .view-more{order:2;text-align:left;display:block;font-size:var(--font-size--m);margin-bottom:var(--unit);}@media only screen and (max-width:1200px){.component-type--cards-list .up-3{grid-template-columns:repeat(2,1fr);}.component-type--cards-list .up-4{grid-template-columns:repeat(3,1fr);}.component-type--cards-list .up-5{grid-template-columns:repeat(4,1fr);}}@media only screen and (max-width:980px){.component-type--cards-list .up-2{display:block;}.component-type--cards-list .up-3{grid-template-columns:repeat(2,1fr);}.component-type--cards-list .up-4{grid-template-columns:repeat(2,1fr);}.component-type--cards-list .up-5{grid-template-columns:repeat(2,1fr);}}@media only screen and (max-width:720px){.component-type--cards-list .up-2{grid-template-columns:repeat(2,1fr);}.component-type--cards-list .up-3{grid-template-columns:repeat(2,1fr);}.component-type--cards-list .up-4{grid-template-columns:repeat(2,1fr);}.component-type--cards-list .up-5{grid-template-columns:repeat(2,1fr);}}@media only screen and (max-width:767px){.component-type--cards-list .up-2{grid-template-columns:1fr;}.component-type--cards-list .up-3{grid-template-columns:1fr;}.component-type--cards-list .up-4{grid-template-columns:1fr;}.component-type--cards-list .up-5{grid-template-columns:1fr;}}.view-campagne .component-type--cards-list .grid{gap:var(--unit);}.component-type--landing-page--header{padding-top:calc(var(--unit) * 8);color:var(--color-white);aspect-ratio:2/1;padding-left:0;padding-right:0;}@media only screen and (max-width:1023px){.component-type--landing-page--header{padding-bottom:calc(var(--unit) * 2);aspect-ratio:unset;min-height:50vw;}}.component-type--landing-page--header .field--field-categoria,.component-type--landing-page--header .field--change-the-future{background:#F2A900;color:var(--color-black);display:inline-block;padding:calc(var(--unit) * 0.1) calc(var(--unit) * 0.2);border-radius:5px;text-transform:uppercase;font-size:var(--font-size--s);font-weight:700;transform:rotate(-5deg);top:1rem;position:relative;z-index:34;}.component-type--landing-page--header .field--field-campagna{display:flex;flex-direction:column;align-items:flex-start;gap:0.5rem;}.component-type--landing-page--header .field--field-campagna span{background:#F2A900;color:var(--color-black);display:inline-block;padding:calc(var(--unit) * 0.1) calc(var(--unit) * 0.2);border-radius:5px;text-transform:uppercase;font-size:var(--font-size--s);font-weight:700;transform:rotate(-5deg);top:1rem;position:relative;z-index:34;}.component-type--landing-page--header.no-background{background-color:#F0B836;padding-top:var(--unit);padding-bottom:var(--unit);margin-bottom:calc(var(--unit) * 4);padding-top:10rem;aspect-ratio:unset;}.component-type--landing-page--header.no-background h1{color:var(--color-black);padding-bottom:0;padding-top:calc(var(--unit) * 0.5);margin-bottom:0;}.component-type--landing-page--header.no-background .field--field-campagna,.component-type--landing-page--header.no-background .field--field-categoria,.component-type--landing-page--header.no-background .field--change-the-future{background:var(--color-black);color:#F2A900;}.component-type--landing-page--header h1{color:var(--color-white);padding-bottom:calc(var(--unit) * 0.5);padding-top:0;margin-bottom:0;text-transform:uppercase;text-shadow:none;padding-top:calc(var(--unit) * 0.5);}@media only screen and (max-width:767px){.component-type--landing-page--header h1{font-size:var(--font-size--xxxl);}}.component-type--landing-page--header .header--intro{max-width:24rem;}.component-type--landing-page--header.bottom-wave{overflow:visible;}.component-type--landing-page--header .component--bg::after{content:"";background-color:rgba(0,0,0,0.7);width:100%;height:100%;position:relative;display:block;}.component-type--landing-page--header .component--type-breadcrumbs li:not(:has(a)){display:none;}.component-type--pzt-infographic{margin-bottom:0;}.component-type--pzt-infographic.render-as--time-line{overflow:hidden;}.component-type--pzt-infographic.render-as--time-line .component--title{display:flex;align-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;gap:calc(var(--unit) * 0.5);}.component-type--pzt-infographic.render-as--time-line table tr{padding:0;border:none;}.component-type--pzt-infographic.render-as--time-line .swiper{overflow:visible;}.component-type--pzt-infographic.render-as--time-line .paragraph--pzt-infographic-item img{aspect-ratio:1.5/1;-o-object-fit:cover;object-fit:cover;border-radius:16px;margin-bottom:var(--unit);-o-object-position:center;object-position:center;}.component-type--pzt-infographic.render-as--time-line .paragraph--pzt-infographic-item .infographic--metric{font-size:var(--font-size--xl);}.component-type--pzt-infographic.render-as--banner table tbody{grid-template-columns:1fr 1fr;gap:var(--unit);}@media only screen and (max-width:767px){.component-type--pzt-infographic.render-as--banner table tbody{grid-template-columns:1fr;}}.component-type--pzt-infographic.render-as--banner .paragraph--pzt-infographic-item{border-top:none;}.component-type--pzt-infographic.render-as--banner .paragraph--pzt-infographic-item img{border-radius:16px;margin-bottom:var(--unit);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:3/2;}.component-type--pzt-infographic.render-as--banner .paragraph--pzt-infographic-item .infographic--metric{font-size:var(--font-size--xl);text-transform:uppercase;}.component-type--pzt-infographic.render-as--banner.banner-3 table tbody{grid-template-columns:1fr 1fr 1fr;gap:var(--unit);align-items:stretch;}@media only screen and (max-width:1023px){.component-type--pzt-infographic.render-as--banner.banner-3 table tbody{grid-template-columns:1fr 1fr;}}@media only screen and (max-width:767px){.component-type--pzt-infographic.render-as--banner.banner-3 table tbody{grid-template-columns:1fr;}}.component-type--pzt-infographic.render-as--banner.banner-3 .paragraph--pzt-infographic-item{border:1px solid var(--color-black);padding:calc(var(--unit) * 1.5);border-radius:16px;}.sequence-button-next,.sequence-button-prev{display:inline-block;position:relative;width:0.8em;height:0.8em;background-image:url(/themes/custom/mg/dist/img/icons/next-green.svg);background-size:contain;background-repeat:no-repeat;padding:calc(var(--unit) * 0.5);cursor:pointer;vertical-align:middle;}.sequence-button-next.swiper-button-disabled,.sequence-button-prev.swiper-button-disabled{opacity:0.2;}@media only screen and (max-width:767px){.sequence-button-prev{margin-left:0;padding-left:0;}}.sequence-button-prev{transform:rotate(180deg);}.card{background-color:transparent;border-radius:var(--unit);padding:0;}.card figure{padding-bottom:0;}.card figure img{border-radius:calc(var(--unit));}.card .content h3{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;font-size:var(--font-size--l);text-transform:uppercase;margin-bottom:0;}.card .content h3 a{text-decoration:none;}.card .content .author{font-size:var(--font-size--m);}.card .action,.card input[type=submit]{margin-top:calc(var(--unit) * 0.5);}.card.ui-banner{border:2px solid var(--color-white);}.card.ui-banner h3{font-size:var(--font-size--xl);text-transform:uppercase;}.card.ui-banner h3 a{color:var(--color-white);}.card.node-type--article.no-image::before{background:#63B087;content:"";aspect-ratio:4.5/5.5;display:block;border-radius:var(--unit);margin-bottom:calc(var(--unit) * 0.5);}.card.node-type--article figure{padding-bottom:0;aspect-ratio:4.5/5.5;}.card.node-type--article figure img{border-radius:calc(var(--unit));width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;}.card.node-type--article .content{position:relative;}.card.node-type--article .content-type{position:absolute;top:-6rem;left:-20px;background:#F2A900;display:inline-block;padding:0 1rem;transform:rotate(350deg) translateX(0) translateY(50%);border-radius:calc(var(--unit) * 0.3);font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;text-transform:uppercase;}.card.node-type--campagna{background:#F3F2EE;box-shadow:4px 4px 12px -2px rgba(0,0,0,0.5);padding:var(--unit);display:flex;flex-direction:column;justify-content:space-between;}.card.node-type--campagna .content-type{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;text-transform:uppercase;font-size:var(--font-size--m);}.card.node-type--campagna .content h3{text-transform:uppercase;font-size:var(--font-size--xl);}.card.node-type--campagna .content h3 a{text-decoration:none;}.card.node-type--campagna figure{padding-bottom:0;}.card.node-type--campagna figure img{border-radius:0;}.card.node-type--campagna:hover{background:#DB692E;color:var(--color-white);}.card.node-type--campagna:hover a{color:var(--color-white);}.card.node-type--campagna.tid-1:hover{background:#e89377;}.card.node-type--campagna.tid-2:hover{background:#63B087;}.card.node-type--campagna.tid-3:hover{background:#DB692E;}.card.node-type--campagna.tid-4:hover{background:#F0B836;}.card.node-type--campagna.tid-5:hover{background:#009CB0;}.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component.image-left--off-screen{display:flex;align-content:stretch;align-items:stretch;height:100%;}.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component.image-left--off-screen figure{position:relative;height:100%;}.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component.image-left--off-screen figure img{max-height:44vw;position:absolute;display:block;top:80%;right:0;transform-origin:100% 50%;transform:scale(1.2) translateX(-20%) translateY(-50%);}@media only screen and (max-width:1023px){.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component.image-left--off-screen figure img{position:relative;transform:unset;transform-origin:unset;top:0;}}.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component.image-right--off-screen{display:flex;align-content:stretch;align-items:stretch;height:100%;}.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component.image-right--off-screen figure{position:relative;height:100%;}.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component.image-right--off-screen figure img{max-height:22vw;position:absolute;display:block;top:50%;right:0;transform-origin:100% 50%;transform:translateX(20%) translateY(-50%);}@media only screen and (max-width:1023px){.component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component.image-right--off-screen figure img{position:relative;transform:unset;transform-origin:unset;top:0;}}.component-type--layout:has(.image-left--off-screen),.component-type--layout:has(.image-right--off-screen){overflow:hidden;}.stone-mask .component-type--figure figure img{-webkit-mask-image:url(/themes/custom/mg/dist/img/forma-piena-blu.svg);mask-image:url(/themes/custom/mg/dist/img/forma-piena-blu.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain;transform:rotate(354deg);}.stone-mask .component--content--right{display:flex;align-items:center;}.stone-mask .component--content--right .component-type--figure{position:relative;left:calc(var(--unit) * -6);}@media only screen and (max-width:1023px){.stone-mask .component--content--right .component-type--figure{left:0;}}@media only screen and (max-width:767px){.stone-mask .component--content--right .component-type--figure .component--content figure{display:flex;justify-content:center;}}.stone-mask .component--content--right .component-type--figure .component--content figure img{transform:rotate(354deg) translateX(-10%);}.stone-mask .component--content--right .component-type--text{transform:translateX(-20%);z-index:3;}@media only screen and (max-width:1023px){.stone-mask .component--content--right .component-type--text{transform:translateX(0);}}.stone-mask .component--content--left{display:flex;align-items:center;}.stone-mask .component--content--left .component-type--figure{position:relative;right:calc(var(--unit) * -6);}@media only screen and (max-width:1023px){.stone-mask .component--content--left .component-type--figure{right:0;}}@media only screen and (max-width:767px){.stone-mask .component--content--left .component-type--figure .component--content figure{display:flex;justify-content:center;}}.stone-mask .component--content--left .component-type--figure .component--content figure img{transform:rotate(354deg) translateX(-10%);}.stone-mask .component-type--text{z-index:3;}.stone-mask .component-type--text .text-container,.stone-mask .component-type--text .cke_editable,.stone-mask .component-type--text .component-type--pzt-infographic .infographic--body,.component-type--pzt-infographic .stone-mask .component-type--text .infographic--body,.stone-mask .component-type--text .component-type--infographic .infographic--body,.component-type--infographic .stone-mask .component-type--text .infographic--body{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;font-size:calc(var(--font-size--xl) * 1.3);line-height:1.4;text-transform:uppercase;}.stone-mask .component-type--text .text-container small,.stone-mask .component-type--text .cke_editable small,.stone-mask .component-type--text .component-type--pzt-infographic .infographic--body small,.component-type--pzt-infographic .stone-mask .component-type--text .infographic--body small,.stone-mask .component-type--text .component-type--infographic .infographic--body small,.component-type--infographic .stone-mask .component-type--text .infographic--body small{font-size:var(--font-size--s);}.pin-mask figure img{-webkit-mask-image:url(/themes/custom/mg/dist/img/icons/006-pin.svg);mask-image:url(/themes/custom/mg/dist/img/icons/006-pin.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:top left;mask-position:top left;-webkit-mask-size:contain;mask-size:contain;}.titolo-bianco{color:var(--color-white);}.spazio-pre-onda,.view-eventi .view-footer{padding-bottom:12vw;position:relative;}.spazio-pre-onda.onda-pre-footer,.view-eventi .onda-pre-footer.view-footer{margin-bottom:-12vw;padding-bottom:18vw;}.spazio-pre-onda.texture,.view-eventi .texture.view-footer{background-image:url(/themes/custom/mg/dist/img/filtro-sporco.png);background-position:bottom left;background-repeat:no-repeat;background-size:cover;}@media only screen and (max-width:767px){.spazio-pre-onda,.view-eventi .view-footer{padding-bottom:20vw;}}* [class*=onda-].texture{background-image:url(/themes/custom/mg/dist/img/filtro-sporco.png);background-position:bottom left;background-repeat:no-repeat;background-size:cover;}* [class*=onda-] .component--content{position:relative;z-index:2;}* [class*=onda-]::before{content:"";left:0;right:0;top:0;background-color:inherit;background-image:inherit;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:bottom left;mask-position:bottom left;position:absolute;width:100%;height:12vw;transform:translateY(-99%);pointer-events:none;}.onda-1::before{-webkit-mask-image:url(/themes/custom/mg/dist/onde/onda_1.svg);mask-image:url(/themes/custom/mg/dist/onde/onda_1.svg);}.onda-2::before{-webkit-mask-image:url(/themes/custom/mg/dist/onde/onda_2.svg);mask-image:url(/themes/custom/mg/dist/onde/onda_2.svg);}.onda-3::before{-webkit-mask-image:url(/themes/custom/mg/dist/onde/onda_3.svg);mask-image:url(/themes/custom/mg/dist/onde/onda_3.svg);}.onda-4::before{-webkit-mask-image:url(/themes/custom/mg/dist/onde/onda_4.svg);mask-image:url(/themes/custom/mg/dist/onde/onda_4.svg);}.onda-5::before{-webkit-mask-image:url(/themes/custom/mg/dist/onde/onda_5.svg);mask-image:url(/themes/custom/mg/dist/onde/onda_5.svg);}.onda-6::before{-webkit-mask-image:url(/themes/custom/mg/dist/onde/onda_6.svg);mask-image:url(/themes/custom/mg/dist/onde/onda_6.svg);}.onda-7::before{-webkit-mask-image:url(/themes/custom/mg/dist/onde/onda_footer_giallo.svg);mask-image:url(/themes/custom/mg/dist/onde/onda_footer_giallo.svg);}.bg-light-biscuit{background-color:#F3F2EE;}.titolo-grande .component--title{font-size:calc(var(--font-size--xxxl) * 3);}@media only screen and (max-width:767px){.titolo-grande .component--title{font-size:calc(var(--font-size--xxl));}}.icona-bocca .component--title{position:relative;z-index:2;max-width:-moz-max-content;max-width:max-content;}.icona-bocca .component--title::after{content:"";position:absolute;top:50%;left:0;transform:translate(-60%,-50%) rotate(10deg);width:calc(var(--font-size--xxxl) * 4);height:calc(var(--font-size--xxxl) * 4);background-image:url(/themes/custom/mg/dist/img/icons/bocca.svg);background-position:bottom left;background-repeat:no-repeat;background-size:cover;z-index:-1;}@media only screen and (max-width:767px){.icona-bocca .component--title::after{width:calc(var(--font-size--xxl) * 2);height:calc(var(--font-size--xxl) * 2);}}.icona-asterisco{position:relative;z-index:2;}.icona-asterisco::after{content:"";position:absolute;top:50%;right:0;transform:translateY(-25%);width:40rem;height:40rem;background-image:url(/themes/custom/mg/dist/img/icons/asterisco-bianco.svg);background-position:bottom left;background-repeat:no-repeat;background-size:cover;z-index:-1;}.icona-mano{position:relative;z-index:2;}.icona-mano::after{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%) translateX(-10%) rotate(90deg);width:40rem;height:40rem;background-image:url(/themes/custom/mg/dist/img/icons/mano-che-indica.svg);background-position:bottom left;background-repeat:no-repeat;background-size:cover;z-index:-1;}@media only screen and (max-width:1375px){.icona-mano::after{width:23rem;height:23rem;}}@media only screen and (max-width:767px){.icona-mano::after{display:none;}}.action,input[type=submit],a.action{background-color:var(--color-white);color:var(--color-black) !important;border:1px solid var(--color-black);border-radius:calc(var(--unit) * 2);font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;}.action:hover,input[type=submit]:hover,a.action:hover{background-color:var(--color-black);color:var(--color-white) !important;}.more-link:hover{background-color:var(--color-black);}.more-link:hover a{color:var(--color-white);}input[type=submit]{width:auto;}body{background-color:#F3F2EE;}.mask{position:absolute;bottom:-1rem;left:0;right:0;z-index:80;overflow:hidden;}.banner--text{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;line-height:1;text-transform:uppercase;color:var(--color-white);}.img-mask{-webkit-mask-image:url(/themes/custom/mg/dist/img/forma-piena-blu.svg);mask-image:url(/themes/custom/mg/dist/img/forma-piena-blu.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;}.with-wave{position:relative;}.with-wave:before{position:absolute;content:"";top:1px;transform:translateY(-100%);background-image:url(/themes/custom/mg/dist/img/onda.svg);background-repeat:no-repeat;background-size:100% auto;background-position:bottom;width:100vw;height:50px;z-index:1234;overflow:hidden;left:0;}.vertical--pad-stripe{padding-top:calc(var(--unit) * 3);padding-bottom:calc(var(--unit) * 4) !important;}.icon-hand{position:relative;}.icon-hand::after{content:"";background-image:url(/themes/custom/mg/dist/img/mano-indica.svg);background-repeat:no-repeat;background-size:contain;background-position:top right;position:absolute;width:25vw;height:25vw;right:15vh;top:0;transform-origin:top right;will-change:auto;animation:ruotaMano 0.8s ease-in-out alternate infinite;}@keyframes ruotaMano{0%{transform:rotate(0);}100%{transform:rotate(-15deg);}}blockquote{position:relative;font-style:italic;font-size:1.6rem;padding-left:2rem;margin:3rem 0 3rem 0rem;border-left:4px solid #F2A900;padding:0.5rem 0 0 2.5rem;position:relative;}blockquote:before{content:"“";position:absolute;top:0;left:0;font-size:6rem;font-style:normal;font-family:"Oswald";color:#F2A900;background:#F3F2EE;line-height:1;height:3rem;vertical-align:-30%;display:block;transform:translate(-50%,50%);}.viewmode-teaser{padding:calc(var(--unit) * 4) calc(var(--unit) * 1.46) var(--unit);}.viewmode-teaser h2{text-transform:uppercase;margin-left:calc(var(--unit) * 4);}@media only screen and (max-width:600px){.viewmode-teaser h2{margin-left:0;}}.viewmode-teaser p{margin-left:calc(var(--unit) * 4);}@media only screen and (max-width:600px){.viewmode-teaser p{margin-left:0;}}.poll-view-form{margin:calc(var(--unit) * 2) calc(var(--unit) * 4);}@media only screen and (max-width:767px){.poll-view-form{margin:calc(var(--unit) * 2) 0;}}.poll-view-form .messages{background:transparent;color:var(--color-black);padding-left:0;font-size:var(--font-size--m);}.poll-view-form .messages a{color:var(--color-black);}.poll-view-form .messages-close:before,.poll-view-form .messages-close:after{background-color:var(--color-black);}.poll-view-form .poll{padding:calc(var(--unit) * 2) var(--unit);border:1px solid var(--color-black);border-radius:var(--unit);}.poll-view-form .poll .choice-title{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;font-size:var(--font-size--l);}.poll-view-form .poll .poll-question{text-transform:uppercase;flex:1;font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;font-size:var(--font-size--xl);}.poll-view-form .poll .poll--wrapper-questione-percentage{display:flex;gap:var(--unit);padding-bottom:var(--unit);}@media only screen and (max-width:650px){.poll-view-form .poll .poll--wrapper-questione-percentage{flex-direction:column;}}.poll-view-form .poll .poll--wrapper-questione-percentage .poll-wrapper-items{flex:2;}.poll-view-form .poll .poll--wrapper-results{display:flex;justify-content:flex-start;gap:var(--unit);align-items:center;padding-top:var(--unit);border-top:1px dashed #888;font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;color:#63B087;}.poll-view-form .poll .poll--wrapper-results .total,.poll-view-form .poll .poll--wrapper-results .end-date{font-size:var(--font-size--l);}@media only screen and (max-width:767px){.poll-view-form .poll .poll--wrapper-results .total,.poll-view-form .poll .poll--wrapper-results .end-date{text-align:left;}}.poll-view-form .poll .poll--wrapper-results .total span,.poll-view-form .poll .poll--wrapper-results .end-date span{color:var(--color-black);}.poll-view-form .poll .poll--wrapper-results .poll--recap{display:flex;gap:var(--unit);font-size:var(--font-size--l);}.poll-view-form .choice-result .bar{height:0;margin:0;background-color:transparent;display:grid;grid-template-columns:0.1fr 1fr;align-items:center;font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;margin-bottom:calc(var(--unit) * 2.6);}.poll-view-form .choice-result .bar div:nth-child(2){border:1px solid #63B087;border-radius:15px;height:1.2em;}.poll-view-form .choice-result .bar .foreground{background-color:#63B087;height:1.1em;border-radius:15px;}.poll-view-form .choice-result .bar .percent{text-align:left;font-size:var(--font-size--xl);}.poll-view-form .button--primary{margin-top:var(--unit);}.landing-page--intro{padding-top:calc(2 * var(--unit));padding-bottom:calc(4 * var(--unit));}.grid-equalize-heights .grid{align-items:stretch;}.text-as-title{font-size:var(--font-size--xl);font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;text-transform:uppercase;}.partecipa--map{display:grid;grid-template-columns:2fr 1fr;gap:1rem;}@media screen and (max-width:40rem){.partecipa--map{grid-template-columns:1fr;}}.partecipa--map .location-description{margin-bottom:1em;}@media screen and (min-width:40rem){.partecipa--map .location-description{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}}.partecipa--map .location-title{text-transform:uppercase;cursor:pointer;}.partecipa--map .location-title:hover{color:#DA291C;}.partecipa--map .map--points h3{font-size:var(--font-size--l);}.messages{z-index:90210;}.node-type--article .text-container,.node-type--article .cke_editable,.node-type--article .component-type--pzt-infographic .infographic--body,.component-type--pzt-infographic .node-type--article .infographic--body,.node-type--article .component-type--infographic .infographic--body,.component-type--infographic .node-type--article .infographic--body{font-size:var(--font-size--m);--font-size--m:var(--font-size--l);}@media only screen and (max-width:767px){.node-type--article .text-container,.node-type--article .cke_editable,.node-type--article .component-type--pzt-infographic .infographic--body,.component-type--pzt-infographic .node-type--article .infographic--body,.node-type--article .component-type--infographic .infographic--body,.component-type--infographic .node-type--article .infographic--body{--font-size--m:var(--font-size--m);}}.node .article--body{padding-bottom:calc(var(--unit) * 6);}@media only screen and (max-width:1023px){.node .article--body{padding-bottom:calc(var(--unit) * 2);}}.video-bg{background-color:rgba(0,0,0,0.6);}.video-bg video{z-index:-2;}.node-type--evento .content-type--event{display:flex;gap:var(--unit);flex-direction:row;flex-wrap:wrap;}.node-type--evento .field--field-data-evento::before{background-image:url(/themes/custom/mg/dist/img/icons/007-clock-white.svg);}.node-type--evento .content-type--event .location-event::before{background-image:url(/themes/custom/mg/dist/img/icons/006-pin-white.svg);}.node-type--evento .field--field-data-evento,.node-type--evento .location-event{display:grid;grid-template-columns:1em auto;align-items:start;gap:calc(var(--unit) * 0.5);}.node-type--evento .field--field-data-evento::before,.node-type--evento .location-event::before{content:"";background-size:cover;background-position:center center;background-repeat:no-repeat;width:1rem;height:1rem;display:block;position:relative;top:calc(var(--unit) * 0.25);left:0;}.node-type--evento .smart-date--date{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;font-weight:400;}.node-type--evento .smart-date--time{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;font-weight:400;}.node-type--evento .date--past{opacity:0.5;}.node-type--evento .no-background .field--field-data-evento,.node-type--evento .no-background .location-event{color:var(--color-black);}.node-type--evento .no-background .field--field-data-evento::before{background-image:url(/themes/custom/mg/dist/img/icons/007-clock.svg);}.node-type--evento .no-background .content-type--event .location-event::before{background-image:url(/themes/custom/mg/dist/img/icons/006-pin.svg);}.node-type--evento.card{border:1px solid var(--color-black);padding:var(--unit);}.node-type--evento.card figure{aspect-ratio:16/9;}.node-type--evento.card figure img{width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;}.node-type--evento.card .content{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;}.node-type--evento.card .content .content-type{order:2;}.node-type--evento.card .content .content-type .field--field-campagna span{background:#F2A900;display:inline-block;border-radius:calc(var(--unit) * 0.3);font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;font-size:var(--font-size--s);text-transform:uppercase;padding:0 1rem;margin-bottom:calc(var(--unit) * 0.5);}.node-type--evento.card .content h3{margin-bottom:calc(var(--unit) * 0.3);order:1;}.node-type--evento.card .content .info-event{order:3;}.node-type--evento.card .content .info-event .field--field-data-evento::before{background-image:url(/themes/custom/mg/dist/img/icons/007-clock.svg);}.node-type--evento.card .content .info-event .location-event::before{background-image:url(/themes/custom/mg/dist/img/icons/006-pin.svg);}.term--campagna .component-type--layout .component--content.component--layout--two-columns > .component--content--column > .component.image-right--off-screen figure img{max-height:26vw;max-height:36vw;}.component--type-filter-form{padding-bottom:var(--component-padding);}.component--type-filter-form form{display:flex;align-items:center;gap:var(--unit);}.component--type-filter-form form input[type=submit] + input[type=submit]{margin-top:calc(var(--unit) * 0.5);}@media only screen and (max-width:1023px){.component--type-filter-form form{display:block;}.component--type-filter-form form input[type=submit] + input[type=submit]{margin-left:0;}}.view{--component-padding:var(--unit);}.view.view--plugin-id--page{padding-bottom:12vw;}.view--search .item-list li{margin-bottom:calc(var(--unit) * 1.5);max-width:1250px;}.view--search .item-list li:last-child{margin-bottom:0;}.view--search .item-list .type{background:var(--color-black);display:inline-block;color:var(--color-white);text-transform:uppercase;font-size:var(--font-size--s);padding:0.2rem calc(var(--unit) * 0.5);}.view--search .item-list .title{padding-top:calc(var(--unit) * 0.3);margin-bottom:calc(var(--unit) * 0.3);font-weight:500;text-transform:none;}.view--search .item-list .highlight mark{background:var(--color-white);padding:0.25em;font-weight:700;}.view-eventi .component-type--cards-list{padding-bottom:var(--unit);}.page-header{position:relative;}.primary-menu{display:flex;background:transparent;padding:0 var(--unit) var(--unit) var(--unit);align-items:center;justify-content:space-between;gap:1rem;position:absolute;top:0;left:0;z-index:12;width:100%;}.primary-menu .page-header--logo{background:var(--color-white);padding-bottom:calc(var(--unit) * 0.5);padding-top:calc(var(--unit) * 0.5);border-bottom-left-radius:5px;border-bottom-right-radius:5px;}.primary-menu .page-header--logo img{width:auto;height:5rem;}.primary-menu ul:not(.contextual-links){display:flex;gap:1rem;flex:1;justify-content:flex-end;align-items:center;}.primary-menu ul:not(.contextual-links) li{display:block;}.primary-menu ul:not(.contextual-links) li.is-active-trail a{background:var(--color-white);color:var(--color-black);border-radius:5px;}.primary-menu ul:not(.contextual-links) li a{color:var(--color-white);font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;text-transform:uppercase;text-decoration:none;display:inline-block;padding:calc(var(--unit) * 0.1) calc(var(--unit) * 0.2);}.primary-menu ul:not(.contextual-links) li a.is-active{background:var(--color-white);padding:calc(var(--unit) * 0.1) calc(var(--unit) * 0.2);color:var(--color-black);border-radius:5px;}.primary-menu ul:not(.contextual-links) li a:hover{background:var(--color-white);color:var(--color-black);border-radius:5px;}.primary-menu ul:not(.contextual-links) li a.highlighted-links{padding:calc(var(--unit) * 0.1) calc(var(--unit) * 0.2);border:2px solid var(--color-white);border-radius:16px;padding:0.2em 0.7em;}.primary-menu ul:not(.contextual-links) li a.highlighted-links:hover{background:var(--color-white);color:var(--color-black);border-radius:16px;}.primary-menu ul:not(.contextual-links) li a.icon-search::before{content:"";display:inline-block;position:relative;top:0.15em;width:1em;height:1em;background-image:url(/themes/custom/mg/dist/img/icons/icon-search.svg);background-repeat:no-repeat;background-size:contain;margin-right:0.5em;}.primary-menu ul:not(.contextual-links) li a.icon-search:hover::before{background-image:url(/themes/custom/mg/dist/img/icons/icon-search-black.svg);}.primary-menu button{text-transform:uppercase;font-size:var(--font-size--s);border:2px solid var(--color-black);border-radius:20px;background:transparent;padding:calc(var(--unit) * 0.2) var(--unit);padding-left:calc(var(--unit) * 2);font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;}.primary-menu button.icon-login{position:relative;}.primary-menu button.icon-login::before{content:"";background-image:url(/themes/custom/mg/dist/img/icons/005-group.svg);position:absolute;left:1.2rem;top:0.1rem;height:1.75em;width:1.75em;margin-right:0.5em;background-repeat:no-repeat;background-size:contain;display:inline-block;background-position:50% 50%;vertical-align:middle;}.primary-menu button:hover{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary);}.primary-menu button:hover::before{background-image:url(/themes/custom/mg/dist/img/icons/005-group-white.svg);}footer{background-color:#F0B836;position:relative;overflow:visible;}footer .page-header--logo{padding:calc(var(--unit) * 2) var(--unit) 0 0;}footer .page-header--logo img{width:auto;height:5rem;}@media only screen and (max-width:1023px){footer .page-header--logo{padding-left:0;}}footer .footer--content{overflow:hidden;}footer .footer-content--wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--unit);padding:calc(var(--unit) * 2) calc(var(--unit) * 2) calc(var(--unit) * 3) 0;overflow:visible;}@media only screen and (max-width:1023px){footer .footer-content--wrapper{padding:calc(var(--unit) * 2) 0 calc(var(--unit) * 3) 0;}}@media only screen and (max-width:767px){footer .footer-content--wrapper{display:flex;flex-direction:column;padding:var(--unit) 0 calc(var(--unit) * 3.5) 0;}}footer .footer-content--wrapper h3{font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;text-transform:uppercase;font-size:var(--font-size--l);}footer .footer-content--wrapper ul:not(.contextual-links) li{padding-bottom:calc(var(--unit) * 0.5);}footer .footer-content--wrapper .icon{position:relative;padding-left:calc(var(--unit) * 1.2);}footer .footer-content--wrapper .icon::before{content:"";position:absolute;left:0;top:0;height:1.2em;width:1.2em;margin-right:0.5em;background-repeat:no-repeat;background-size:contain;display:inline-block;background-position:50% 50%;vertical-align:middle;}footer .footer-content--wrapper .icon.facebook::before{background-image:url(/themes/custom/mg/dist/img/icons/002-facebook.svg);}footer .footer-content--wrapper .icon.instagram::before{background-image:url(/themes/custom/mg/dist/img/icons/001-instagram.svg);}footer .footer-content--wrapper .icon.tik-tok::before{background-image:url(/themes/custom/mg/dist/img/icons/003-tik-tok.svg);}footer .footer-content--wrapper .footer--mano{grid-column:4;position:relative;}footer .footer-content--wrapper .footer--mano::after{content:"";width:9rem;height:30rem;background-image:url(/themes/custom/mg/dist/img/icons/mano-vittoria-arancione.svg);background-position:center center;background-size:cover;background-repeat:no-repeat;position:absolute;display:block;bottom:-9rem;}@media only screen and (max-width:767px){footer .footer-content--wrapper .footer--mano::after{background-size:50%;right:-1rem;bottom:-17rem;}}@media only screen and (max-width:488px){footer .footer-content--wrapper .footer--mano::after{bottom:-19rem;}}@media only screen and (max-width:390px){footer .footer-content--wrapper .footer--mano::after{bottom:-20.5rem;}}footer .footer-content--wrapper #block-mg-footerright .field--body p a{margin-top:var(--unit);background-color:var(--color-white);}footer .footer-content--wrapper #block-mg-footerright .field--body p a:hover{background-color:var(--color-black);color:var(--color-white);}footer .footer-partner{border-top:1px solid var(--color-black);padding-top:calc(var(--unit) * 0.3);padding-left:calc(var(--unit));padding-right:calc(var(--unit) * 2.5);display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;gap:var(--unit);}@media only screen and (max-width:767px){footer .footer-partner{gap:0.5rem;}}@media only screen and (max-width:488px){footer .footer-partner{flex-direction:column;align-items:flex-start;padding-right:calc(var(--unit) * 5);}}footer .footer-partner figure svg{width:6rem;height:auto;}footer .footer-partner .menu{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;gap:var(--unit);}@media only screen and (max-width:767px){footer .footer-partner .menu{gap:0.5rem;}}footer .footer-partner .menu li a{font-size:0.75rem;display:block;text-decoration:underline;margin-bottom:0.4rem;}.homepage .component--content{height:auto;}.homepage header{min-height:90vh;position:relative;padding:5vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:var(--color-black);}.homepage header h1{position:relative;z-index:90;font-size:calc(var(--font-size--xxl) * 3);text-transform:uppercase;text-align:left;color:var(--color-white);font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;line-height:1;}.homepage header h1 small{text-transform:none;display:block;font-size:var(--font-size--l);letter-spacing:0;font-family:"Lato",sans-serif;font-weight:normal;letter-spacing:0;}.homepage header .action,.homepage header input[type=submit]{z-index:12;margin-top:var(--unit);background:var(--color-white);color:var(--color-black);font-family:"Oswald",sans-serif;font-weight:500;font-style:normal;letter-spacing:0;text-transform:uppercase;border-radius:calc(var(--unit) * 3);padding:calc(var(--unit) * 0.3) var(--unit);}.homepage header video.as-bg,.homepage header .component video.component--bg,.component .homepage header video.component--bg{opacity:0.2;}.mobile-menu-trigger{display:none;}.mobile-menu-close{display:none;}@media only screen and (max-width:1023px){.page-header{display:flex;flex-direction:column;align-items:stretch;}.page-header:target .mobile-menu-trigger{display:none;}.page-header:target .mobile-menu-close{display:block;position:fixed;top:calc(var(--unit) * 0.5);}.page-header:target .mg-main-menu{display:block;width:100%;transition:transform 0.2s ease-in-out;transform:translateX(0);}.page-header:target .primary-menu{height:100%;width:100%;position:fixed;z-index:1000;left:0;top:0;background-color:var(--color-black);color:var(--color-white);display:flex;flex-direction:column;overflow:scroll;justify-content:flex-start;padding:0;}.page-header:target .primary-menu .page-header--left{width:100%;display:flex;justify-content:flex-start;background-color:var(--color-white);padding-top:calc(var(--unit) * 0.5);padding-bottom:calc(var(--unit) * 0.5);padding-left:var(--unit);}.page-header:target .primary-menu ul:not(.contextual-links){flex-wrap:wrap;flex-direction:column;align-items:flex-start;gap:1;}.page-header:target .primary-menu ul:not(.contextual-links) li{border-bottom:1px solid var(--color-white);width:100%;padding-bottom:calc(var(--unit) * 0.5);}.page-header:target .primary-menu ul:not(.contextual-links) li.is-active-trail a{background:transparent;color:#F0B836;}.page-header:target .primary-menu ul:not(.contextual-links) li a{padding-left:var(--unit);color:var(--color-white);}.page-header:target .primary-menu ul:not(.contextual-links) li a.is-active{background:transparent;color:#F0B836;}.page-header:target .primary-menu ul:not(.contextual-links) li a:hover{background:transparent;color:#F0B836;}.page-header:target .primary-menu ul:not(.contextual-links) li a.icon-search:hover::before{background-image:url(/themes/custom/mg/dist/img/icons/icon-search-yellow.svg);}.page-header:target .primary-menu ul:not(.contextual-links) li:has(.highlighted-links){padding-left:var(--unit);}.page-header:target .primary-menu ul:not(.contextual-links) li:has(.highlighted-links) a{padding-left:calc(var(--unit) * 0.5);}.page-header:target .primary-menu ul:not(.contextual-links) .menu-item--expanded{border-bottom:1px solid #1260A5;padding-bottom:1em;}.page-header:target .primary-menu ul:not(.contextual-links) .menu-item--expanded ul{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto;float:none;}}@media only screen and (max-width:1023px) and (max-width:767px){.page-header:target .primary-menu ul:not(.contextual-links) .menu-item--expanded ul{grid-template-columns:1fr 1fr;}}@media only screen and (max-width:1023px){.page-header:target .primary-menu ul:not(.contextual-links) li.primary-menu--search{position:relative;margin-top:calc(var(--unit) * 0.5);padding:1rem;border-radius:25%;}.page-header:target .primary-menu ul:not(.contextual-links) li.primary-menu--search a::after{top:15%;left:0;}}@media only screen and (max-width:1023px) and (max-width:626px){.page-header:target .primary-menu ul:not(.contextual-links) li{margin-bottom:var(--unit)/2;}.page-header:target .primary-menu ul:not(.contextual-links) li.menu{display:flex;flex-direction:column;}.page-header:target .primary-menu ul:not(.contextual-links) li.menu li{margin-bottom:var(--unit)/2;}}@media only screen and (max-width:1023px){.page-header:target li .primary-menu--search{position:relative;}.page-header .page-header--logo{display:inline-block;}.page-header .secondary-menu,.page-header .primary-menu{display:block;}.page-header .mg-main-menu{transform:translateX(-100vw);}.page-header .mobile-menu-trigger{position:absolute;display:block;top:1vw;margin-top:var(--unit);right:var(--unit);z-index:9001;height:30px;padding-right:var(--unit);}.page-header .mobile-menu-trigger span{display:none;}.page-header .mobile-menu-trigger::before{content:"";position:absolute;right:0;top:50%;width:30px;background:var(--color-white);height:5px;transform-origin:50% 50%;transform:translateY(-50%);transition:all 0.2s ease;box-shadow:0 -10px 0 0 var(--color-white),0 10px 0 0 var(--color-white);}.page-header .mobile-menu-trigger::after{content:"";content:"";position:absolute;right:0;top:50%;width:30px;background:var(--color-white);height:5px;transform-origin:50% 50%;transform:translateY(-50%);transition:all 0.2s ease;}.page-header .mobile-menu-close{position:absolute;display:block;top:-0.5vw;margin-top:var(--unit);right:var(--unit);z-index:9001;height:30px;padding-right:var(--unit);}.page-header .mobile-menu-close::before{content:"";position:absolute;right:0;top:50%;width:30px;background:#F2A900;height:5px;transform-origin:50% 50%;transform:translateY(-50%);transition:all 0.2s ease;transform:translateY(-1px) rotate(45deg) scaleX(1.3);box-shadow:none;}.page-header .mobile-menu-close::after{content:"";position:absolute;right:0;top:50%;width:30px;background:#F2A900;height:5px;transform-origin:50% 50%;transform:translateY(-1px) rotate(-45deg) scaleX(1.3);transition:all 0.2s ease;}.page-header .mobile-menu-close span{display:none;}.page-header .mobile-menu-close{display:none;}.primary-menu li a{font-size:1rem;padding:0;}.page-header li.primary-menu--search{position:relative;}}@media only screen and (max-width:767px){.primary-menu.contextual-region button.trigger,.secondary-menu.contextual-region button.trigger{right:-35px;}.primary-menu.contextual-region ul.contextual-links,.secondary-menu.contextual-region ul.contextual-links{white-space:normal;right:-35px;}.primary-menu.contextual-region ul.contextual-links[hidden],.secondary-menu.contextual-region ul.contextual-links[hidden]{display:none;}.primary-menu.contextual-region ul.contextual-links a,.secondary-menu.contextual-region ul.contextual-links a{font-weight:normal;text-transform:lowercase;}}.news--intro-block{margin-top:calc(var(--unit) * 3);padding-bottom:calc(var(--unit) * 1);}
