@charset "utf-8";
/* CSS Document */
/* ==============================
   HEADER BASE - PAGINE INTERNE
   Vale quando l'header NON è dentro .open-bg
   ============================== */
.pi-header .open-logo-row {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}
.pi-header .open-logo-row .pi-section {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.pi-header .open-logo-row .pi-row-block-logo {
  float: none !important;
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.pi-header .open-logo-row .pi-row-block-logo a, .pi-header .open-logo-row .pi-row-block-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pi-header .open-logo-row .pi-row-block-logo img {
  max-height: 120px;
  width: auto;
}
/* Riga menu bianca per pagine interne */
.pi-header .open-menu-row {
  background: #fff !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  border-top: 0 !important;
  border-bottom: 1px solid #eef1f1 !important;
  box-shadow: none !important;
}
.pi-header .open-menu-row .pi-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Desktop header interno */
@media (min-width: 992px) {
  .pi-header .open-menu-row .pi-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .pi-header .open-menu-row .pi-row-block, .pi-header .open-menu-row .pi-pull-right, .pi-header .open-menu-row .pi-pull-left {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pi-header .open-menu-row .pi-simple-menu, .pi-header .open-menu-row .pi-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
  }
}
/* Link menu pagine interne */
.pi-header .open-menu-row .open-glass-menu > li > a, .pi-header .open-menu-row .open-glass-menu > li > a span, .pi-header .open-menu-row .open-glass-menu > li > a b {
  color: #222625 !important;
  text-shadow: none !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.pi-header .open-menu-row .open-glass-menu > li.pi-has-dropdown > a:after {
  color: #222625 !important;
  text-shadow: none !important;
}
/* ==============================
   COVER / HERO
   ============================== */
.open-bg {
  position: relative;
  background: url("../img/dr-content/cover.jpg") no-repeat center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
  height: auto !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* Overlay scuro leggero sulla cover */
.open-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 38, 37, 0.28);
  z-index: 0;
  pointer-events: none;
}
/* Porta tutti gli elementi sopra l'overlay */
.open-bg > * {
  position: relative;
  z-index: 1;
}
/* Header sopra tutto */
.open-bg .pi-header {
  position: relative;
  z-index: 10;
}
/* Testo cover */
.cover-title {
  font-size: 3em;
  line-height: 1em;
  font-weight: 600;
  color: #fff !important;
}
.cover-subtitle {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.70) !important;
}
/* Centra verticalmente il contenuto della cover */
.open-bg > .pi-section:not(.open-logo-row):not(.open-menu-row) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.open-bg .cover-title, .open-bg .cover-subtitle {
  position: relative;
  z-index: 2;
}
/* ==============================
   LOGO ROW - SOLO IN .open-bg
   ============================== */
.open-bg .open-logo-row {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}
.open-bg .open-logo-row .pi-section {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.open-bg .open-logo-row .pi-row-block-logo {
  float: none !important;
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.open-bg .open-logo-row .pi-row-block-logo a, .open-bg .open-logo-row .pi-row-block-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.open-bg .open-logo-row .pi-row-block-logo img {
  max-height: 120px;
  width: auto;
}
/* ==============================
   MENU GLASS - SOLO DESKTOP IN .open-bg
   ============================== */
.open-bg .open-menu-row {
  background: rgba(34, 38, 37, 0.16) !important;
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);
  border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 10px 28px rgba(34, 38, 37, 0.12) !important;
}
.open-bg .open-menu-row .pi-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Desktop menu cover */
@media (min-width: 992px) {
  .open-bg .open-menu-row .pi-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .open-bg .open-menu-row .pi-row-block, .open-bg .open-menu-row .pi-pull-right, .open-bg .open-menu-row .pi-pull-left {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .open-bg .open-menu-row .pi-simple-menu, .open-bg .open-menu-row .pi-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
  }
}
.open-bg .open-menu-row .pi-simple-menu > li, .open-bg .open-menu-row .pi-menu > li {
  background: transparent !important;
}
/* Link menu sopra la cover */
.open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li > a, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li > a span, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li > a b {
  color: #fff !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500 !important;
  text-shadow: 0 1px 8px rgba(34, 38, 37, 0.35) !important;
}
/* Freccia dropdown sopra la cover */
.open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li.pi-has-dropdown > a:after {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(34, 38, 37, 0.35) !important;
}
/* ==============================
   MENU RIDOTTO / STICKY
   Quando appare .pi-row-reduced il menu torna bianco
   ============================== */
.open-bg .open-menu-row.pi-row-reduced, .pi-header .open-menu-row.pi-row-reduced {
  background: #fff !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  border-top: 0 !important;
  border-bottom: 1px solid #eef1f1 !important;
  box-shadow: 0 1px 15px rgba(34, 38, 37, 0.10) !important;
}
/* Link scuri quando il menu sticky diventa bianco */
.open-bg .open-menu-row.pi-row-reduced .open-glass-menu > li > a, .open-bg .open-menu-row.pi-row-reduced .open-glass-menu > li > a span, .open-bg .open-menu-row.pi-row-reduced .open-glass-menu > li > a b, .pi-header .open-menu-row.pi-row-reduced .open-glass-menu > li > a, .pi-header .open-menu-row.pi-row-reduced .open-glass-menu > li > a span, .pi-header .open-menu-row.pi-row-reduced .open-glass-menu > li > a b {
  color: #222625 !important;
  text-shadow: none !important;
}
/* Freccia dropdown scura nel menu sticky */
.open-bg .open-menu-row.pi-row-reduced .open-glass-menu > li.pi-has-dropdown > a:after, .pi-header .open-menu-row.pi-row-reduced .open-glass-menu > li.pi-has-dropdown > a:after {
  color: #222625 !important;
  text-shadow: none !important;
}
/* ==============================
   HOVER MENU PRINCIPALE DEFINITIVO
   Pill compatta, altezza fissa
   ============================== */
/* Reset background su li e link */
.open-glass-menu > li, .open-glass-menu > li:hover, .open-glass-menu > li.active, .open-glass-menu > li > a, .open-glass-menu > li:hover > a, .open-glass-menu > li.active > a, .pi-simple-menu > li:hover, .pi-simple-menu > li.active, .pi-simple-menu > li:hover > a, .pi-simple-menu > li.active > a {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
/* Link contenitore */
.open-glass-menu > li > a {
  position: relative !important;
  overflow: visible !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}
/* Testo sopra la pill */
.open-glass-menu > li > a span, .open-glass-menu > li:hover > a span, .open-glass-menu > li.active > a span {
  position: relative !important;
  z-index: 3 !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
/* Pill compatta: altezza fissa, mai tutta la barra */
.open-glass-menu > li > a::before {
  content: "";
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  top: 50% !important;
  bottom: auto !important;
  width: auto !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  border-radius: 999px !important;
  background: transparent !important;
  background-color: transparent !important;
  transform: translateY(-50%) !important;
  z-index: 1 !important;
  transition: background 0.25s ease;
  pointer-events: none;
}
/* Hover / active menu principale */
.open-glass-menu > li:hover > a::before, .open-glass-menu > li.active > a::before {
  background: #96AE5E !important;
  background-color: #96AE5E !important;
}
/* Testo hover menu principale */
.open-glass-menu > li:hover > a, .open-glass-menu > li.active > a, .open-glass-menu > li:hover > a span, .open-glass-menu > li.active > a span, .open-glass-menu > li:hover > a b, .open-glass-menu > li.active > a b {
  color: #222625 !important;
  text-shadow: none !important;
}
/* Non tocchiamo posizione/display della freccia.
   Cambiamo solo il colore in hover. */
.open-glass-menu > li.pi-has-dropdown:hover > a:after, .open-glass-menu > li.pi-has-dropdown.active > a:after {
  color: #222625 !important;
  text-shadow: none !important;
}
/* Colore normale pagine interne */
.pi-header .open-menu-row .open-glass-menu > li > a, .pi-header .open-menu-row .open-glass-menu > li > a span, .pi-header .open-menu-row .open-glass-menu > li > a b, .pi-header .open-menu-row .open-glass-menu > li.pi-has-dropdown > a:after {
  color: #222625 !important;
  text-shadow: none !important;
}
/* Colore normale sopra cover, quando non sticky */
.open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li > a, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li > a span, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li > a b, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li.pi-has-dropdown > a:after {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(34, 38, 37, 0.35) !important;
}
/* Sopra cover, in hover testo scuro */
.open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li:hover > a, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li.active > a, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li:hover > a span, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li.active > a span, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li:hover > a b, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li.active > a b, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li.pi-has-dropdown:hover > a:after, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu > li.pi-has-dropdown.active > a:after {
  color: #222625 !important;
  text-shadow: none !important;
}
/* Menu sticky/ridotto sempre scuro */
.open-bg .open-menu-row.pi-row-reduced .open-glass-menu > li > a, .open-bg .open-menu-row.pi-row-reduced .open-glass-menu > li > a span, .open-bg .open-menu-row.pi-row-reduced .open-glass-menu > li > a b, .open-bg .open-menu-row.pi-row-reduced .open-glass-menu > li.pi-has-dropdown > a:after, .pi-header .open-menu-row.pi-row-reduced .open-glass-menu > li > a, .pi-header .open-menu-row.pi-row-reduced .open-glass-menu > li > a span, .pi-header .open-menu-row.pi-row-reduced .open-glass-menu > li > a b, .pi-header .open-menu-row.pi-row-reduced .open-glass-menu > li.pi-has-dropdown > a:after {
  color: #222625 !important;
  text-shadow: none !important;
}
/* Ultima voce non bold */
.open-glass-menu b, .open-glass-menu > li:last-child > a, .open-glass-menu > li:last-child > a span, .open-glass-menu > li:last-child > a b {
  font-weight: 500 !important;
}
/* ==============================
   SOTTOMENU DESKTOP DEFINITIVO
   Hover con pill come menu principale
   ============================== */
/* Sottomenu pieno, non trasparente */
.open-glass-menu .pi-submenu, .open-glass-menu ul.pi-submenu, .open-bg .open-menu-row .open-glass-menu .pi-submenu, .pi-header .open-menu-row .open-glass-menu .pi-submenu {
  background: #fff !important;
  background-color: #fff !important;
  opacity: 1 !important;
  padding: 10px 0 !important;
  border: 0 !important;
  border-radius: 0 0 6px 6px !important;
  box-shadow: 0 12px 28px rgba(34, 38, 37, 0.16) !important;
  overflow: hidden;
}
/* Reset voci sottomenu */
.open-glass-menu .pi-submenu li, .open-glass-menu .pi-submenu li:hover, .open-glass-menu .pi-submenu li.active {
  background: transparent !important;
  background-color: transparent !important;
}
/* Link sottomenu */
.open-glass-menu .pi-submenu li a {
  position: relative !important;
  display: block !important;
  isolation: isolate;
  background: transparent !important;
  background-color: transparent !important;
  color: #4b5058 !important;
  text-shadow: none !important;
  padding: 14px 36px !important;
  line-height: 1.25em !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500 !important;
  overflow: visible !important;
  transition: color 0.25s ease;
}
/* Pill del sottomenu */
.open-glass-menu .pi-submenu li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 18px;
  right: 18px;
  top: 50%;
  height: calc(100% - 10px);
  min-height: 46px;
  border-radius: 999px;
  background: transparent;
  transform: translateY(-50%);
  transition: background 0.25s ease;
}
/* Hover sottomenu: pill come menu principale */
.open-glass-menu .pi-submenu li:hover > a::before, .open-glass-menu .pi-submenu li.active > a::before {
  background: #96AE5E !important;
}
/* Testo hover sottomenu */
.open-glass-menu .pi-submenu li:hover > a, .open-glass-menu .pi-submenu li.active > a, .open-glass-menu .pi-submenu li:hover > a span, .open-glass-menu .pi-submenu li.active > a span {
  color: #222625 !important;
  text-shadow: none !important;
}
/* Il sottomenu non deve ereditare il colore bianco della cover */
.open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu .pi-submenu li a, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu .pi-submenu li a span, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu .pi-submenu li a b {
  color: #4b5058 !important;
  text-shadow: none !important;
}
/* Hover sottomenu anche sopra cover */
.open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu .pi-submenu li:hover > a, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu .pi-submenu li.active > a, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu .pi-submenu li:hover > a span, .open-bg .open-menu-row:not(.pi-row-reduced) .open-glass-menu .pi-submenu li.active > a span {
  color: #222625 !important;
  text-shadow: none !important;
}

/* ==============================
   SOTTOMENU SECONDO LIVELLO DESKTOP
   Permette di vedere il submenu dentro il submenu
   ============================== */

@media (min-width: 992px) {

  /* Il primo submenu non deve tagliare il secondo livello */
  .open-glass-menu .pi-submenu,
  .open-glass-menu ul.pi-submenu,
  .open-bg .open-menu-row .open-glass-menu .pi-submenu,
  .pi-header .open-menu-row .open-glass-menu .pi-submenu {
    overflow: visible !important;
  }

  /* Ogni voce con dropdown diventa riferimento per il submenu laterale */
  .open-glass-menu .pi-submenu li.pi-has-dropdown {
    position: relative !important;
  }

  /* Secondo livello: nascosto di default */
  .open-glass-menu .pi-submenu li.pi-has-dropdown > ul.pi-submenu {
    position: absolute !important;
    top: -10px !important;
    left: 100% !important;

    min-width: 250px;
    margin-left: 8px !important;

    background: #fff !important;
    background-color: #fff !important;
    opacity: 0;
    visibility: hidden;
    display: block !important;

    padding: 10px 0 !important;
    border: 0 !important;
    border-radius: 6px !important;

    box-shadow: 0 12px 28px rgba(34, 38, 37, 0.16) !important;
    z-index: 9999 !important;

    transform: translateX(6px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  /* Secondo livello visibile in hover */
  .open-glass-menu .pi-submenu li.pi-has-dropdown:hover > ul.pi-submenu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0);
  }

  /* Link del secondo livello */
  .open-glass-menu .pi-submenu .pi-submenu li a {
    white-space: nowrap;
    color: #4b5058 !important;
    background: transparent !important;
    text-shadow: none !important;
  }

  /* Hover del secondo livello: stessa pill del submenu principale */
  .open-glass-menu .pi-submenu .pi-submenu li:hover > a::before,
  .open-glass-menu .pi-submenu .pi-submenu li.active > a::before {
    background: #96AE5E !important;
  }

  .open-glass-menu .pi-submenu .pi-submenu li:hover > a,
  .open-glass-menu .pi-submenu .pi-submenu li.active > a {
    color: #222625 !important;
    text-shadow: none !important;
  }
}
.open-glass-menu .pi-submenu li.pi-has-dropdown > a:after,
.open-glass-menu .pi-submenu .pi-submenu li.pi-has-dropdown > a:after {
  right: 30px !important;
}
/* ==============================
   HAMBURGER MOBILE COLORS
   ============================== */

/* Pagine interne: hamburger sempre scuro */
.pi-header .open-menu-row .pi-mobile-menu-toggler,
.pi-header .open-menu-row .pi-mobile-menu-toggler i {
  background: transparent !important;
  background-color: transparent !important;
  color: #222625 !important;
}

/* Home / open-bg: hamburger bianco su barra glass */
.open-bg .open-menu-row:not(.pi-row-reduced) .pi-mobile-menu-toggler,
.open-bg .open-menu-row:not(.pi-row-reduced) .pi-mobile-menu-toggler i {
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(34, 38, 37, 0.35);
}

/* Home / open-bg sticky ridotto: hamburger scuro */
.open-bg .open-menu-row.pi-row-reduced .pi-mobile-menu-toggler,
.open-bg .open-menu-row.pi-row-reduced .pi-mobile-menu-toggler i {
  background: transparent !important;
  background-color: transparent !important;
  color: #222625 !important;
  text-shadow: none !important;
}
/* ==============================
   SECTION
   ============================== */
.section-subtitle {
  font-size: 1em !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title {
  font-size: 2.8em !important;
}
/* ==============================
   AMBITI
   ============================== */
.service-img-link {
  display: block;
  text-decoration: none !important;
}
.service-img-link .pi-img-w {
  overflow: hidden;
  position: relative;
}
.service-img-link img {
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}
/* Hover immagine servizi */
.service-img-link:hover img {
  transform: scale(1.05);
  filter: blur(2px) brightness(0.82);
  opacity: 0.95;
}
.title-ambiti {
  font-size: 2.5em;
  font-weight: 600;
  padding-bottom: 20px;
}
.subtitle-ambiti {
  font-size: 2em;
  font-weight: 600;
  padding-bottom: 10px;
}
/* ==============================
   MOBILE / TABLET
   Gestione corretta dei due menu:
   - desktop: .open-glass-menu
   - mobile: .pi-menu-mobile
   ============================== */
@media (max-width: 991px) {
  .pi-header .open-logo-row .pi-section, .open-bg .open-logo-row .pi-section {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .pi-header .open-logo-row .pi-row-block-logo img, .open-bg .open-logo-row .pi-row-block-logo img {
    max-height: 90px;
  }
  /*
     Su mobile rispettiamo il template:
     il menu desktop deve restare nascosto con .pi-hidden-sm.
  */
  .pi-header .open-menu-row .open-glass-menu.pi-hidden-sm, .open-bg .open-menu-row .open-glass-menu.pi-hidden-sm {
    display: none !important;
  }
	
/*
   Barra menu mobile pagine interne:
   bianca, come template.
*/

.pi-header .open-menu-row {
  background: #fff !important;
  background-color: #fff !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  border-top: 0 !important;
  border-bottom: 1px solid #eef1f1 !important;
  box-shadow: none !important;
}

/*
   Barra hamburger mobile sopra la cover:
   resta glass / trasparente.
*/

.open-bg .open-menu-row {
  background: rgba(34, 38, 37, 0.18) !important;
  background-color: rgba(34, 38, 37, 0.18) !important;
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(16px) saturate(140%);
  border-top: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20) !important;
  box-shadow: 0 10px 28px rgba(34, 38, 37, 0.12) !important;
}
	
  /*
     Non usiamo flex su mobile:
     lasciamo lavorare i float del template.
  */
  .pi-header .open-menu-row .pi-section, .open-bg .open-menu-row .pi-section {
    position: relative;
    display: block !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /*
     Menu mobile:
     non forzare display:block.
     Deve aprirsi/chiudersi tramite lo script del template.
  */
  .pi-header #pi-main-mobile-menu, .open-bg #pi-main-mobile-menu {
    width: 100%;
    clear: both;
  }
  .cover-title {
    font-size: 2.2em;
    line-height: 1em;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cover-subtitle {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .pi-header .open-logo-row .pi-row-block-logo img, .open-bg .open-logo-row .pi-row-block-logo img {
    max-height: 75px;
  }
  .cover-title {
    font-size: 1.9em;
  }
  /*
     Menu mobile sempre bianco, anche dentro open-bg.
     Niente trasparenza / glass su mobile.
     Nessuna regola sul sottomenu mobile.
  */
  .pi-header .pi-section-menu-mobile-w, .pi-header .pi-section-menu-mobile, .open-bg .pi-section-menu-mobile-w, .open-bg .pi-section-menu-mobile {
    background: #fff !important;
    background-color: #fff !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border-top: 1px solid #eef1f1 !important;
    border-bottom: 1px solid #eef1f1 !important;
    box-shadow: 0 8px 20px rgba(34, 38, 37, 0.08) !important;
  }
  .pi-header .pi-menu-mobile, .open-bg .pi-menu-mobile {
    background: #fff !important;
    background-color: #fff !important;
  }
  .pi-header .pi-menu-mobile li, .open-bg .pi-menu-mobile li {
    background: #fff !important;
    background-color: #fff !important;
    border-color: #eef1f1 !important;
  }
  .pi-header .pi-menu-mobile li a, .pi-header .pi-menu-mobile li a span, .pi-header .pi-menu-mobile li a b, .open-bg .pi-menu-mobile li a, .open-bg .pi-menu-mobile li a span, .open-bg .pi-menu-mobile li a b {
    background: transparent !important;
    color: #222625 !important;
    font-weight: 500 !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em;
  }
  /*
     Hover / active menu mobile.
  */
  .pi-header .pi-menu-mobile li:hover > a, .pi-header .pi-menu-mobile li.active > a, .open-bg .pi-menu-mobile li:hover > a, .open-bg .pi-menu-mobile li.active > a {
    background: rgba(34, 38, 37, 0.08) !important;
    color: #222625 !important;
    text-shadow: none !important;
  }
  .pi-header .pi-menu-mobile li:hover > a span, .pi-header .pi-menu-mobile li.active > a span, .pi-header .pi-menu-mobile li:hover > a b, .pi-header .pi-menu-mobile li.active > a b, .open-bg .pi-menu-mobile li:hover > a span, .open-bg .pi-menu-mobile li.active > a span, .open-bg .pi-menu-mobile li:hover > a b, .open-bg .pi-menu-mobile li.active > a b {
    color: #222625 !important;
    text-shadow: none !important;
  }
}
@media (max-width: 480px) {
  .pi-header .open-logo-row .pi-row-block-logo img, .open-bg .open-logo-row .pi-row-block-logo img {
    max-height: 65px;
  }
  .cover-title {
    font-size: 1.65em;
  }
  .cover-subtitle {
    font-size: 1em;
  }
}