:root {
    --white: #fff;
    --black: #1A1A1A;
    --red: #E2121E;
    --midred: #FD666F;
	--darkred: #9e0c15;
    --lightred: #FFF0F1;
    --grey: #979797;
    --lightgrey: #f5f5f5;
}
.has-white-color    { color: var(--white); }
.has-black-color    { color: var(--black); }
.has-red-color      { color: var(--red); }
.has-midred-color   { color: var(--midred); }
.has-lightred-color { color: var(--lightred); }
.has-grey-color     { color: var(--grey); }
.has-lightgrey-color{ color: var(--lightgrey); }

.has-white-background-color    { background-color: var(--white); }
.has-black-background-color    { background-color: var(--black); }
.has-red-background-color      { background-color: var(--red); }
.has-midred-background-color   { background-color: var(--midred); }
.has-lightred-background-color { background-color: var(--lightred); }
.has-grey-background-color     { background-color: var(--grey); }
.has-lightgrey-background-color{ background-color: var(--lightgrey); }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 12, 2025 */
@font-face {
    font-family: 'cocosharpbold';
    src: url('../fonts/Coco-Sharp-Bold.woff2') format('woff2'),
         url('../fonts/Coco-Sharp-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cocosharpregular';
    src: url('../fonts/Coco-Sharp-Regular.woff2') format('woff2'),
         url('../fonts/Coco-Sharp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  scroll-behavior: smooth;
}
body {
    background-color: var(--lightgrey);
    font-family: 'Roboto';
    color: var(--black);
}
body.admin-bar .fixed-top {
    top: 32px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2m .h3, .h4, .h5, .h6, .ttl {
    font-family: 'cocosharpregular';
}
.entry-header h1,
article h1,
article h2,
article h3,
article h4 {
    margin-top: 1.4rem;
    margin-bottom: .7rem;
}
/* Helpers */
.alignleft {
    float: left;
    margin-right: 1.5rem;
}
.alignright {
    float: right;
    margin-left: 1.5rem;
}
.aligncenter {
    display: block;
    margin: 0 auto 1.5rem;
}
a, .btn-link, .page-link {
    color: var(--red);
}
a:hover,
a:focus,
.btn-link:hover,
.page-link:hover {
    color: var(--darkred);
}
.textwidget img,
article img {
    max-width: 100%;
    height: auto;
}
.bgcover {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
}
/* video embed */
.embed-youtube,
.embed-vimeo,
.wp-block-embed > div {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear: both;
}
.wp-block-embed iframe,
.embed-youtube iframe,
.embed-vimeo iframe  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
iframe, 
object, 
embed {
  max-width: 100%;
}
.videomax {
    max-width: 600px;
}
/* calendar */
.widget_calendar .widget-title,
.widget_websoupevents_calendar .widget-title {
    background-color: var(--red);
    color: #fff;
    padding: .2rem .6rem;
}
.widget_calendar caption {
    caption-side: top;
    text-align: center;
    font-weight: bold;
    color: var(--red);
    padding-top: 0.125rem;
}
.widget_calendar table {
    width: 100%;
    position: relative;
}
.widget_calendar tbody td, .widget_calendar thead th {
    border-top: 1px solid #dee2e6;
    padding: .3rem;
}
.widget_calendar tfoot #prev {
    position: absolute;
    top: 0;
    left: 0;
}
.widget_calendar tfoot #next {
    position: absolute;
    top: 0;
    right: 0;
}
.widget_calendar tfoot .pad {
    display: none;
}
.widget_calendar thead th,
.widget_calendar tbody td {
    text-align: center;
}
.widget_calendar tbody a {
    background-color: var(--red);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 1.688rem;
}
.widget_calendar tbody td a:hover {
    background-color: var(--red);
    text-decoration: none;
}
/* Article */
article header p {
    margin-bottom: 0.5rem;
}
article time {
    font-weight: 600;
}
/* Footer */
.preheader {
    color: var(--white);
    background-color: var(--red);
}
.preheader a {
    color: var(--white);
}
footer.footer {
    color: var(--white);
    background-color: var(--red);
}
footer.footer a {
    color: var(--white);
}
/* Color validator fix */
#totop{
    width: 30px;
    height: 30px;
    text-align: center;
    background: var(--red);
    color: #ffffff;
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    line-height: 30px;
    z-index: 900;
    box-sizing: content-box;
}
#totop .icon {
    width: 30px;
    height: 30px;
    vertical-align: unset;
}
.gallery .gallery-icon {
    text-align: center;
}
.wp-block-gallery {
    --wp--style--unstable-gallery-gap: 1rem !important;
    gap: var(--wp--style--unstable-gallery-gap) !important;
}
 .wp-block-gallery figure.wp-block-image {
    border-radius: var(--bs-border-radius-2xl);
    overflow: hidden;
 }
.admin-bar .navbar-main.fixed-top {
    top: 32px !important;
}
/**/
.bshadow {
    box-shadow: 0px 2px 2px #00000019;
}
#header-menu {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .75rem;
}
#header-menu a {
    color: var(--black);
    text-decoration: none;
}
#header-menu i {
    font-size: 1.5rem;
}
.navbar,
#wrapper-navbar {
 background-color: var(--white);
 border-radius: 0 0 1.5rem 1.5rem;
 box-shadow: 0px 2px 2px #00000019;
}
.navbar-brand img {
    width: 360px;
}
.bglightgrey {
    background-color: var(--lightgrey);
}
.darkblue {
    color: var(--red);
}
.navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link, .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link {
    color: var(--black);    
}
.nav-link {
    font-family: 'cocosharpregular';
    color: var(--black);
}
.wp-block-button__link,
.btn {
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    line-height: var(--bs-btn-line-height);
    font-size: 1em;
    border-width: 1px;
    border-radius: 1.5rem;
    font-family: 'cocosharpbold';
    font-size: 90%;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-lg {
    font-size: 100%;    
}
.is-style-outline .wp-block-button__link {
    border-color: var(--black);
    background-color: transparent;
    color: var(--black);
    font-weight: 600;
}
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus {
    border-color: var(--black);
    background-color: transparent;
    color: var(--red);
}
.bg-dark {
    background-color: var(--black) !important;
}
a.wp-block-button__link {
    background-color: var(--red);
    color: var(--white);
}
.wp-block-button__link:hover {
    color: var(--white);
    background-color: var(--darkred);
}
.flex-inner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.wpcf7-form-control-wrap {
    display: block;
}
.radioblock .wpcf7-list-item {
    display: block;
}
.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.flexinner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flexinner .wp-block-button {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#archive-wrapper article p,
#search-wrapper article p {
    margin-bottom: 0;
}
#toshow, #toshow ul > li, #toshow, #toshow ul a {
    display: none;
}
.websoup-read-more-link {
    text-transform: uppercase;
}
mark, .mark {
    padding: 0;
}
.arrow-right a::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: .5rem;
    font-size: 75%;
}
.arrow-right a {
    text-decoration: none;
}
.bggrad {
    background: transparent linear-gradient(120deg, #CBCBCB 0%, #F1F1F1 100%) 0% 0% no-repeat padding-box;
}
.boxshadow {
    box-shadow: 0px 3px 3px #00000029;
}
.boxshadowtb {
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
}
.imagetb {
    display: block;
    height: 344px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.imgblk .imagetb {
    height: 440px;
}
.rounded-5:not(.ovisible) {
    overflow: hidden;
}
.title-sm {
    font-size: 1rem;
    line-height: 1.3;
    color: var(--black);
    font-family: 'cocosharpbold';
}
.title-sm a {
    color: var(--black);
    text-decoration: none;
}
.nounder a {
    text-decoration: none;
}
.nounder a:hover,
.nounder a:focus {
    text-decoration: underline;
}
.ttl.fw-bold {
        font-family: 'cocosharpbold';
}
.nav-tabs.bigpills .nav-link {
    border-bottom: 0 !important;
    border-radius: var(--bs-border-radius-2xl);
}
.nav-tabs.bigpills .nav-link.active {
    background-color: var(--red);
    color: var(--white);
    border-bottom: 0;
}
.nav-tabs .nav-link:hover {
    color: var(--red);
}
.smallpad .wp-block-media-text__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.blacklink a {
    color: var(--black);
}
.overline strong {
    display: inline-block;
    padding-top: .5rem;
    border-top: 1px solid var(--black);
    margin-top: 1rem;
}
.noroundbottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pimg img {
    width: 60px;
}
.team-member p {
    margin-bottom: 0;
}
.breadcrumb_last {
    color: var(--bs-gray-500);
}
.yearacco {
    border-top: 1px solid var(--black);
}
.yearacco .c-accordion__title {
    text-align: center;
    font-family: 'cocosharpbold';
    margin: 0;
    padding: 1.5rem 1rem 1rem 1rem;
}
.yearacco .c-accordion__content {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
}
.yearacco .c-accordion__content > *:last-child {
    margin-bottom: 0;
}
.yearacco .c-accordion__title::after {
    position: relative;
    margin-left: 1rem;
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.586' height='7.187' viewBox='0 0 4.586 7.187'%3E%3Cpath id='Tracciato_3368' data-name='Tracciato 3368' d='M709.715,123.325a.373.373,0,0,1-.288-.135l-3.306-3.971.577-.48,3.017,3.625,3.017-3.625.576.48L710,123.19a.373.373,0,0,1-.288.135' transform='translate(-118.739 713.308) rotate(-90)'/%3E%3C/svg%3E%0A");
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.yearacco.is-open > .c-accordion__title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.187' height='4.586' viewBox='0 0 7.187 4.586'%3E%3Cpath id='Tracciato_81' data-name='Tracciato 81' d='M709.715,123.325a.373.373,0,0,1-.288-.135l-3.306-3.971.577-.48,3.017,3.625,3.017-3.625.576.48L710,123.19a.373.373,0,0,1-.288.135' transform='translate(-706.121 -118.739)'/%3E%3C/svg%3E%0A");
}
.has-x-large-font-size {
    line-height: 3rem;
}
.redicn {
    display: block;
    width: 64px;
    height: 64px;
    background: var(--red);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
}
.redicn-calendar {
    background-image: url("data:image/svg+xml,%3Csvg id='calendar' xmlns='http://www.w3.org/2000/svg' width='44.141' height='41.906' viewBox='0 0 44.141 41.906'%3E%3Cpath id='Tracciato_3380' data-name='Tracciato 3380' d='M13.822,19.447h36.8a4.577,4.577,0,0,1,1.789.426V15.955a7.205,7.205,0,0,0-6.9-7.155v3.918a1.708,1.708,0,0,1-1.7,1.7,1.766,1.766,0,0,1-1.7-1.7V8.8H21.062v3.748a1.708,1.708,0,0,1-1.7,1.7,1.766,1.766,0,0,1-1.7-1.7V8.8A7.2,7.2,0,0,0,10.5,15.955v5.707a3.442,3.442,0,0,1,3.322-2.215Z' transform='translate(-8.265 -8.8)' fill='%23fff'/%3E%3Cpath id='Tracciato_3381' data-name='Tracciato 3381' d='M49.073,46.358a6.866,6.866,0,0,1-6.133,3.833H11a7.176,7.176,0,0,0,6.729,4.77h27.6a7.2,7.2,0,0,0,7.155-7.155V37.5c-.256.937-.6,1.959-.937,2.9A58.844,58.844,0,0,1,49.073,46.358Z' transform='translate(-8.339 -13.055)' fill='%23fff'/%3E%3Cpath id='Tracciato_3382' data-name='Tracciato 3382' d='M50.228,25.3h-36.8a.226.226,0,0,0-.256.256,59.018,59.018,0,0,1-2.9,12.18c-.681,1.789-1.448,3.662-2.3,5.451a1.269,1.269,0,0,0,1.107,1.789H42.562A3.555,3.555,0,0,0,45.629,43.1c.852-1.789,1.618-3.748,2.3-5.622a51.723,51.723,0,0,0,2.64-11.839.3.3,0,0,0-.341-.341ZM37.282,32.2,30.3,39.183a1.646,1.646,0,0,1-2.385,0l-4.855-4.855c-1.533-1.533.852-4,2.385-2.385L29.1,35.606,34.9,29.814A1.687,1.687,0,0,1,37.282,32.2Z' transform='translate(-7.876 -11.246)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.redicn-mq {
    background-image: url("data:image/svg+xml,%3Csvg id='Raggruppa_303' data-name='Raggruppa 303' xmlns='http://www.w3.org/2000/svg' width='42.773' height='39.013' viewBox='0 0 42.773 39.013'%3E%3Cg id='blueprint' transform='translate(0 0)'%3E%3Cpath id='Tracciato_3377' data-name='Tracciato 3377' d='M59.332,93.958H86.176V86.829H97.148V59.953H59.332ZM81.245,71.637a.782.782,0,0,0-.728.413l-1.26-.6A2.228,2.228,0,0,1,81.4,70.378c1.195,0,2,.554,2,1.434,0,.434-.163.815-.869,1.434l-.6.51h1.607v1.238H79.562V74l1.727-1.477c.326-.272.391-.445.391-.586C81.68,71.768,81.549,71.637,81.245,71.637Zm-2.682,6.907H76.228l-.022-3.465-1.651,2.78H73.426L71.775,75.2v3.345H69.44v-7.6h2.107l2.476,4.051,2.411-4.051h2.107Zm0,0' transform='translate(-54.375 -54.945)' fill='%23fff'/%3E%3Cpath id='Tracciato_3378' data-name='Tracciato 3378' d='M59.332,0H97.148V2.506H59.332Zm0,0' transform='translate(-54.375)' fill='%23fff'/%3E%3Cpath id='Tracciato_3379' data-name='Tracciato 3379' d='M0,59.953H2.506v34H0Zm0,0' transform='translate(0 -54.945)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.redicn-exhib {
    background-image: url("data:image/svg+xml,%3Csvg id='exhibition' xmlns='http://www.w3.org/2000/svg' width='40.459' height='40.46' viewBox='0 0 40.459 40.46'%3E%3Cpath id='Tracciato_3383' data-name='Tracciato 3383' d='M1.185,260.044a1.185,1.185,0,1,0,0,2.371H5.927a1.185,1.185,0,1,0,0-2.371H4.741V252.6a10.716,10.716,0,0,0,7.191,2.622,10.491,10.491,0,0,0,7.112-2.622v7.442H17.859a1.185,1.185,0,1,0,0,2.371H22.6a1.185,1.185,0,1,0,0-2.371H21.415V252.6a10.491,10.491,0,0,0,7.112,2.622,10.716,10.716,0,0,0,7.191-2.622v7.442H34.533a1.185,1.185,0,1,0,0,2.371h4.741a1.185,1.185,0,1,0,0-2.371H38.089V247.894a3.556,3.556,0,1,0-2.371,0v1.089a8.419,8.419,0,0,1-7.191,3.871,8.208,8.208,0,0,1-7.112-3.867v-1.093a3.556,3.556,0,1,0-2.371,0v1.089a8.242,8.242,0,0,1-7.112,3.871,8.383,8.383,0,0,1-7.191-3.867v-1.093a3.556,3.556,0,1,0-2.371,0v12.151Z' transform='translate(0 -221.956)' fill='%23fff'/%3E%3Cpath id='Tracciato_3384' data-name='Tracciato 3384' d='M1.185,16.674H17.859a1.185,1.185,0,0,0,1.185-1.185V1.185A1.185,1.185,0,0,0,17.859,0H1.185A1.185,1.185,0,0,0,0,1.185v14.3A1.185,1.185,0,0,0,1.185,16.674Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Tracciato_3385' data-name='Tracciato 3385' d='M272.185,16.674h16.674a1.185,1.185,0,0,0,1.185-1.185V1.185A1.185,1.185,0,0,0,288.859,0H272.185A1.185,1.185,0,0,0,271,1.185v14.3A1.185,1.185,0,0,0,272.185,16.674Z' transform='translate(-249.585 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.redicn-tickets {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.535' height='44.533' viewBox='0 0 44.535 44.533'%3E%3Cg id='tickets' transform='translate(0 -0.008)'%3E%3Cpath id='Tracciato_3386' data-name='Tracciato 3386' d='M213.929,16.181c14.489,0,13.419,0,13.642.006a3,3,0,0,0-.783-1.365l-3.972-3.972a2.971,2.971,0,0,0-3.28-.621,1.582,1.582,0,0,1-2.085-2.085,2.971,2.971,0,0,0-.621-3.28L212.858.891a3.023,3.023,0,0,0-4.271,0l-4.97,4.97,10.312,10.32Z' transform='translate(-185.837 0)' fill='%23fff'/%3E%3Cpath id='Tracciato_3387' data-name='Tracciato 3387' d='M93.9,88.248l-8.468,8.468h16.928Z' transform='translate(-77.971 -80.535)' fill='%23fff'/%3E%3Cpath id='Tracciato_3388' data-name='Tracciato 3388' d='M412.289,226.617a2.972,2.972,0,0,0,1.88-2.758v-5.618a3.023,3.023,0,0,0-3.02-3.02H405v25.74h6.149a3.023,3.023,0,0,0,3.02-3.02v-5.618a2.972,2.972,0,0,0-1.88-2.758,1.581,1.581,0,0,1,0-2.949Z' transform='translate(-369.634 -196.42)' fill='%23fff'/%3E%3Cpath id='Tracciato_3389' data-name='Tracciato 3389' d='M0,218.241v5.618a2.971,2.971,0,0,0,1.88,2.758,1.582,1.582,0,0,1,0,2.949A2.972,2.972,0,0,0,0,232.324v5.618a3.023,3.023,0,0,0,3.02,3.02H32.746v-25.74H3.02A3.023,3.023,0,0,0,0,218.241Zm9.169,3.073H28.817v2.62H9.169Zm0,5.239H28.817v2.62H9.169Zm0,5.239H28.817v2.62H9.169Z' transform='translate(0 -196.42)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.redicn-guests {
    background-image: url("data:image/svg+xml,%3Csvg id='XMLID_4_' xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath id='XMLID_9_' d='M26.6,10.5a1.366,1.366,0,0,0-1.1-.4H19.1C18.3,10,12.3,9,12,3A2.09,2.09,0,0,0,9.9,1,2.005,2.005,0,0,0,8,3.1c.4,6.6,5.3,9.5,9,10.5V39a2,2,0,0,0,4,0V29h2V39a2,2,0,0,0,4,0V17.8A35.536,35.536,0,0,1,29,25a1.981,1.981,0,1,0,3.9-.7c-.2-1.8-2-11-6.3-13.8Z' fill='%23fff'/%3E%3Ccircle id='XMLID_837_' cx='4' cy='4' r='4' transform='translate(18)' fill='%23fff'/%3E%3Cpath id='XMLID_838_' d='M28,39a3,3,0,0,1-6,0,3,3,0,0,1-6,0V32L12.5,48h19L28,32Z' fill='%23fff'/%3E%3Cpath id='XMLID_839_' d='M12,32.2a1,1,0,0,0,2,0V25.6a1,1,0,1,0-2,0v.7a7.519,7.519,0,0,1-1.5,0,12.049,12.049,0,0,1-2.3-.4c-.1,0-.1,0-.2-.1v-.3a.945.945,0,0,0-1-1,.945.945,0,0,0-1,1v.6a6.56,6.56,0,0,1-2,.1,10.084,10.084,0,0,1-2-.4v-.3a.945.945,0,0,0-1-1,.945.945,0,0,0-1,1V40.3a.945.945,0,0,0,1,1,.945.945,0,0,0,1-1V26.8a12.75,12.75,0,0,0,2,.1c.7-.1,1.5-.3,2-.4v8.8a.945.945,0,0,0,1,1,.945.945,0,0,0,1-1V26.9a10.046,10.046,0,0,0,2.5.1,7.719,7.719,0,0,0,1.5-.2Z' fill='%23fff'/%3E%3Cpath id='XMLID_842_' d='M0,43a.945.945,0,0,0,1,1,.945.945,0,0,0,1-1V42H0Z' fill='%23fff'/%3E%3Cpath id='XMLID_845_' d='M6,38a.945.945,0,0,0,1,1,.945.945,0,0,0,1-1V37H6Z' fill='%23fff'/%3E%3Cpath id='XMLID_846_' d='M14,35V34H12v1a1,1,0,0,0,2,0Z' fill='%23fff'/%3E%3Cpath id='XMLID_847_' d='M47,24.6a.945.945,0,0,0-1,1v.3a5.44,5.44,0,0,1-2,.4,6.381,6.381,0,0,1-2-.1v-.6a1,1,0,0,0-2,0v.3c-.1,0-.1,0-.2.1a7.876,7.876,0,0,1-2.3.4H36v-.7a1,1,0,1,0-2,0v6.5a1,1,0,0,0,2,0V26.7a7.719,7.719,0,0,0,1.5.2,10.046,10.046,0,0,0,2.5-.1v8.4a1,1,0,0,0,2,0V26.4a5.917,5.917,0,0,0,2,.4,6.56,6.56,0,0,0,2-.1V40.3a1,1,0,0,0,2,0V25.6a.945.945,0,0,0-1-1Z' fill='%23fff'/%3E%3Cpath id='XMLID_848_' d='M46,43a1,1,0,0,0,2,0V42H46Z' fill='%23fff'/%3E%3Cpath id='XMLID_849_' d='M40,38a1,1,0,0,0,2,0V37H40Z' fill='%23fff'/%3E%3Cpath id='XMLID_850_' d='M34,35a1,1,0,0,0,2,0V34H34Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.maxwdt {
    max-width: 1100px;
}
.maxwdtsm {
    max-width: 920px;
}
.popover {
    border-radius: 1rem !important;
}
.popover .popover-body p {
    font-size: 1rem !important;
    margin-bottom: .5rem !important;
}
.popover .popover-body > p:last-child {
    margin-bottom: 0 !important;
}
.red {
    color: var(--red);
}
.tab-content .bglightgrey {
    background-color: rgba(255, 255, 255, .6);
}
.tab-content .bglightgrey a {
    text-decoration: none;
}
.tab-content .bglightgrey a:hover,
.tab-content .bglightgrey a:focus {
    text-decoration: underline;
}
.nav-link.disabled {
    color: rgba(0, 0, 0, 0.5) !important;
}
.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTkuMnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSIxMDI0dXAiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSItLWhvbWUtLS1wYXJhbGxheC0tLW1vYmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0LjAwMDAwMCwgLTIwLjAwMDAwMCkiIGZpbGw9IiMxQTFBMUEiPgogICAgICAgICAgICA8ZyBpZD0iLW5ldHdvcmstc2xpbS1oZWFkZXIiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0LDI0IEwzNiwyNCBMMzYsMjYgTDI0LDI2IEwyNCwyNCBaIE0yNCwyMCBMMzIsMjAgTDMyLDIyIEwyNCwyMiBMMjQsMjAgWiBNMjQsMjggTDMyLDI4IEwzMiwzMCBMMjQsMzAgTDI0LDI4IFoiIGlkPSJpY29uLXNtYWxsLWJ1cmdlciI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}
.navbar-toggler {
    border-color: transparent;
    font-weight: 600;
    color: var(--red);
    font-size: 1.125rem;
}
.navbar-toggler-icon {
    margin-right: .25rem;
}
.rmp-heading--title {
    display: none;
}
.cmplz-manage-consent {
    padding: .5rem !important;
    line-height: 1 !important;
    font-size: 14px;
    height: auto !important;
}
.navbar-brand img {
  width: 480px;
}
#header-menu .red a {
    color: var(--red);
}
.btn-danger {
    border-color: var(--red);
    background-color: var(--red);
    color: var(--white);
}
.btn-danger:focus,
.btn-danger:hover, 
.btn-danger:active {
    border-color: var(--red);
    background-color: var(--red);
    color: var(--white);
}
.is-vertical .wp-block-cover__inner-container,
.flex-fill .wp-block-cover__inner-container {
    flex-basis: 100%;
}
.gradbottom {
    padding: 2rem 1rem 1rem 1rem;
    background: linear-gradient(0deg,rgba(26, 26, 26, .9) 0%,rgba(26, 26, 26, .5) 70%, rgba(255, 255, 255, 0) 100%);
    text-align: start;
}
.dropdown-item {
    color: var(--black);
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--red);
}
#mapbtns .btn-sm {
    padding: 0 .5rem;
    font-weight: normal;
}
.page-id-5106 #wrapper-prefooter { 
    display: none;
}
.timelinegrp > div {
    position: relative;
}
.timelinegrp > div::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(2.5rem - 2px);
    width: 2px;
    top: 1rem;
    bottom: 0;
    background-color: var(--red);
}
.timelinegrp h2 strong {
    background: var(--red);
    color: var(--white);
    z-index: 4;
    position: relative;
    border-radius: 50%;
    font-size: 1.5rem;
    width: 5rem;
    height: 5rem;
    display: block;
    font-family: 'cocosharpbold'; 
    text-align: center;
    padding-top: 1rem;
}
.timelinegrp img {
    border-radius: 1.5rem;
}
.timelinegrp > div > .wp-block-group,
.timelinegrp .wp-block-media-text {
    background: var(--white);
    margin-left: 6rem;
    margin-bottom: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0px 3px 3px #00000029;
    position: relative
}
.timelinegrp > div > .wp-block-group,
.timelinegrp .wp-block-media-text__content {
    padding: 1.5rem 2rem;
}
.timelinegrp > div > .wp-block-group h3,
.timelinegrp .wp-block-media-text__content h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-family: 'cocosharpbold';
}
.timelinegrp > div > .wp-block-group > div > *:last-child,
.timelinegrp .wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
}
.timelinegrp > div > .wp-block-group::before,
.timelinegrp .wp-block-media-text::before {
    content: "";
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    background: var(--red);
    border-radius: 50%;
    top: calc(50% - .5rem);
    left: calc(-4rem - 1px);
}
.timelinegrp > div > .wp-block-group::after,
.timelinegrp .wp-block-media-text::after {
    content: "";
    position: absolute;
    display: block;
    width: 4rem;
    height: 2px;
    background: var(--red);
    top: calc(50% - 1px);
    left: calc(-4rem - 1px);
}
.btn-outline-dark {
    color: var(--black);
    border-color: var(--black);
}
.timelinegrp h2.doppio strong {
    line-height: 1;
    padding-top: 1.125rem;
}
footer.footer #menu-social-menu {
    list-style-type: none;
    text-align: center;
    padding: 0;
    display: block;
}
footer.footer #menu-social-menu li {
    display: inline-block;
    margin: 0 .435rem
}
.preheader p {
    margin-bottom: 0;
    font-size: .85rem;
}
.preheader a {
    text-decoration: none;
}
.assistant {
  background-color: var(--black);
  color: var(--white);
  display: flex;
  transform: skewX(-15deg) translateX(0);
    position: relative;
}
.assistant a {
  padding: .125rem 1rem .125rem 0;
  transform: skewX(15deg);
  white-space: nowrap;
}
.assistant::before {
  content: "";
  background-color: var(--black);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 300px;
}
.column-gap-3 {
    column-gap: 1rem;
}
.wp-embed-aspect-16-9 {
    aspect-ratio: 16/9;
}
.arrow-right a:hover,
.arrow-right a:focus,
.preheader a:hover,
.preheader a:focus,
.title-sm a:hover,
.title-sm a:focus {
    text-decoration: underline;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus {
    color: var(--white);
    background-color: var(--black);
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
    .column-gap-3 {
        column-gap: .5rem;
    }
    #header-menu {
        gap: .65rem;
    }
    .assistant a {
        padding-right: .5rem;
    }
    .preheader img {
        width: 80px;
    }
    #header-menu i {
        font-size: 1.25rem;
    }
}
@media (min-width: 576px) {

}
@media (max-width: 767.98px) {
    .hidden-mobile {
        display: none;
    }
    .preheader .dropdown-toggle {
        padding: 0 .5rem;
        display: inline-block;
    }
    .preheader .dropdown-menu {
        background-color: var(--red);
    }
    .preheader .dropdown-menu::before {
        content: none;
    }
}
@media (min-width: 768px) {
    .preheader .dropdown {
        display: none;
    }
}
@media (max-width: 991.98px) {
    
}
@media (min-width: 992px) {
  
}
@media (max-width: 1199.98px) {
    .navbar .navbar-collapsable.collapse,
    .navbar .navbar-collapsable.collapsing {
        display: block;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        z-index: 100;
        width: 100%;
    }
    .navbar .navbar-collapsable.collapse:not(.show) {
      position: static;
      top: auto;
      right: auto;
      left: auto;
      bottom: auto;
      z-index: 100;
      display: none;
      width: 100%;
    }
    .navbar-brand {
        margin-bottom: 1rem;
    }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link, .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link,
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }
  .navbar .navbar-collapsable .navbar-nav {
    padding: 0;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.dropdown-toggle svg, .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link.dropdown-toggle svg {
    fill: var(--black);
  }
  .navbar .dropdown-menu.show {
    top: 100%;
  }
  .dropdown-menu {
    border-radius: 1rem !important;
  }
  #main-menu > li > .nav-link:first-child {
    padding-left: 0 !important;
  }

  .lastbtn > a:last-child {
    margin-left: 3rem;
  }
  .w-20 {
    width: 20%;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link, .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link,
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.25rem;
      padding-left: 1.25rem;
  }
}

.form-check {
    padding-left: 0;
    margin-top: .5rem;
    position: relative
}

.form-check [type=checkbox],
.form-check [type=radio] {
    position: absolute;
    opacity: 0;
    left: 9px;
    top: 9px;
    margin-left: 0;
    margin-top: 0
}

.form-check [type=checkbox]+span.wpcf7-list-item-label,
.form-check [type=radio]+span.wpcf7-list-item-label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
    user-select: none;
    margin-bottom: .5rem
}

.form-check [type=checkbox]+span.wpcf7-list-item-label::after,
.form-check [type=checkbox]+span.wpcf7-list-item-label::before {
    content: "";
    left: 0;
    position: absolute;
    transition: .2s ease-out;
    z-index: 1;
    border-style: solid;
    border-width: 2px
}

.form-check [type=checkbox]+span.wpcf7-list-item-label::before {
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #e6e9f2;
    border-radius: 1px;
    margin: 2px 5px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%
}

.form-check [type=checkbox]+span.wpcf7-list-item-label::after {
    border-radius: 4px;
    height: 20px;
    width: 20px;
    margin: 6px 5px;
    top: 0
}

.form-check [type=checkbox]:checked+span.wpcf7-list-item-label::before {
    top: 6px;
    left: 1px;
    width: 8px;
    height: 13px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0) #fff #fff rgba(0, 0, 0, 0);
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%;
    opacity: .8
}

.form-check [type=checkbox]:checked+span.wpcf7-list-item-label::after {
    border-color: #06c;
    background-color: #06c;
    z-index: 0
}

.form-check [type=checkbox]:not(:checked)+span.wpcf7-list-item-label::after {
    background-color: rgba(0, 0, 0, 0);
    border-color: #5b6f82;
    z-index: 0
}

.form-check [type=checkbox]:not(:checked)+span.wpcf7-list-item-label::before {
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0);
    left: 6px;
    top: 10px
}

.form-check [type=checkbox]:disabled+span.wpcf7-list-item-label {
    cursor: not-allowed;
    opacity: 1
}

.form-check [type=checkbox]:disabled:not(:checked)+span.wpcf7-list-item-label::after {
    border-color: #e6e9f2;
    background-color: #fff
}

.form-check [type=checkbox]:disabled:checked+span.wpcf7-list-item-label::after {
    background-color: #e6e9f2;
    border-color: #e6e9f2
}

.form-check [type=radio]+span.wpcf7-list-item-label {
    transition: .2s ease-out
}

.form-check [type=radio]+span.wpcf7-list-item-label::after,
.form-check [type=radio]+span.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px;
    width: 22px;
    height: 22px;
    z-index: 0;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    transition: .2s ease-out
}

.form-check [type=radio]:not(:checked)+span.wpcf7-list-item-label::after,
.form-check [type=radio]:not(:checked)+span.wpcf7-list-item-label::before {
    border-color: #5d7083
}

.form-check [type=radio]:not(:checked)+span.wpcf7-list-item-label:after {
    z-index: -1;
    transform: scale(0)
}

.form-check [type=radio]:checked+span.wpcf7-list-item-label::after {
    border-color: #06c;
    background-color: #06c;
    z-index: 0;
    transform: scale(0.64)
}

.form-check [type=radio]:checked+span.wpcf7-list-item-label::before {
    border-color: #06c
}

.form-check [type=radio]:disabled+span.wpcf7-list-item-label {
    cursor: not-allowed
}

.form-check [type=radio]:disabled:not(:checked)+span.wpcf7-list-item-label::after,
.form-check [type=radio]:disabled:not(:checked)+span.wpcf7-list-item-label::before {
    border-color: #d8d9da
}

.form-check [type=radio]:disabled:checked+span.wpcf7-list-item-label::after {
    border-color: #d8d9da;
    background-color: #d8d9da
}

.form-check [type=radio]:disabled:checked+span.wpcf7-list-item-label::before {
    border-color: #d8d9da
}

.form-check.form-check-group {
    padding: 0 0 8px 0;
    margin-bottom: 16px;
    box-shadow: inset 0 -1px 0 0 rgba(1, 1, 1, .1)
}

.form-check.form-check-group [type=checkbox]+span.wpcf7-list-item-label,
.form-check.form-check-group [type=radio]+span.wpcf7-list-item-label {
    position: static;
    padding-left: 0;
    padding-right: 52px
}

.form-check.form-check-group [type=checkbox]+span.wpcf7-list-item-label::after,
.form-check.form-check-group [type=checkbox]+span.wpcf7-list-item-label::before,
.form-check.form-check-group [type=radio]+span.wpcf7-list-item-label::after,
.form-check.form-check-group [type=radio]+span.wpcf7-list-item-label::before {
    right: 15px;
    left: auto
}

.form-check.form-check-group [type=checkbox]:checked+span.wpcf7-list-item-label::before {
    right: 26px
}

.form-check.form-check-group [type=radio]:checked+span.wpcf7-list-item-label::before {
    right: 15px
}

.form-check.form-check-group .form-text {
    margin: 0;
    padding-right: 52px;
    display: block;
    margin-bottom: 16px
}

.form-check.form-check-group span.wpcf7-list-item-label {
    font-weight: 600
}

.form-check.form-check-group input.semi-checked:not(:checked)+span.wpcf7-list-item-label::before {
    right: 19px;
    left: auto
}

.form-check input.semi-checked:not(:checked)+span.wpcf7-list-item-label::before {
    top: 13px;
    left: 4px;
    width: 12px;
    height: 2px;
    border-style: none;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    transform: none;
    backface-visibility: hidden;
    opacity: 1;
    background: #fff
}

.form-check input.semi-checked:not(:checked)+span.wpcf7-list-item-label::after {
    border-color: #207bd6;
    background-color: #207bd6;
    z-index: 0
}
span.label {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1rem;
    cursor: text;
    display: block;
    max-width: 100%;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .7777777778rem;
    padding: 0 .5rem;
}
.relative {
    position: relative;
}
.wp-block-cover.relative .wp-block-cover__inner-container {
    position: static;    
}
.etichetta {
    position: absolute;
    top: .5rem;
    right: 1rem;
    background: var(--lightred);
    line-height: 1;
    padding: .5rem 1.5rem .5rem .5rem;
    border-radius: 1rem;
    color: var(--midred);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.213' height='9.214' viewBox='0 0 9.213 9.214'%3E%3Cpath id='Tracciato_104' data-name='Tracciato 104' d='M678.88,137.8l-6.6,6.6-1.083-1.084,6.6-6.6h-5.814v-1.533h8.431v8.431H678.88Z' transform='translate(-671.2 -135.184)' fill='%23fd666f'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - .75rem) center;
}
