body:not(.single-storie-e-persone):not(.single-infografica), body.single-infografica:not(.is-premium-content) {
  padding-top: 161px;
}
@media (max-width: 991px) {
  body:not(.single-storie-e-persone):not(.single-infografica), body.single-infografica:not(.is-premium-content) {
    padding-top: 58px !important;
  }
}
body:not(.single-storie-e-persone):not(.single-infografica):not(.home), body.single-infografica:not(.is-premium-content):not(.home) {
  padding-top: 65px;
}

.header {
  transition: height 0.5s ease-in-out;
}
@media (min-width: 992px) {
  body:not(.single-storie-e-persone):not(.single-infografica) .header, body.single-infografica:not(.is-premium-content) .header {
    height: 160px;
  }
  .is-sticky-header .header {
    height: 64px !important;
  }
}
@media (max-width: 991px) {
  .header {
    height: 57px;
  }
  .header .header__search__sticky {
    display: none;
  }
}
body:not(.single-storie-e-persone):not(.single-infografica) .header, body.single-infografica:not(.is-premium-content) .header {
  background-color: var(--wp--preset--color--base);
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.header > div, .header > div > div, .header > div > div > div {
  display: flex;
  height: 100%;
}
@media (min-width: 992px) {
  .header__search__sticky {
    position: relative;
    padding-right: var(--wp--preset--spacing--24);
    flex: 1;
  }
  body:not(.is-sticky-header) .header__search__sticky {
    display: none;
  }
}
.header__logo {
  flex: 0 0 192px;
  padding-right: 42px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__logo {
    flex-basis: 150px;
  }
}
@media (max-width: 991px) {
  .header__logo {
    padding-right: var(--wp--preset--spacing--16);
    flex-basis: calc(50px + var(--wp--preset--spacing--16));
  }
}
body:not(.single-storie-e-persone):not(.single-infografica) .header__logo, body.single-infografica:not(.is-premium-content) .header__logo {
  border-right: 1px solid var(--wp--preset--color--light-gray);
}
.header__logo a, .header__logo img {
  display: block;
}
.header__logo img {
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .header__logo img {
    width: 50px;
  }
}
.header__logo .custom-logo-link:last-child {
  display: none;
}
.tipologia-storie:not(.is-menu-open):not(.is-logo-intersecting) .header__logo .custom-logo-link:first-child {
  display: none;
}
.tipologia-storie:not(.is-menu-open):not(.is-logo-intersecting) .header__logo .custom-logo-link:last-child {
  display: block;
}
@media (min-width: 992px) {
  .is-sticky-header .header__logo {
    flex-basis: 123px;
  }
  .is-sticky-header .header__logo img {
    width: 62.5px;
    height: 40px;
  }
}
.header__logo a {
  transition: opacity 0.5s ease-in-out;
}
.header__logo a:hover {
  opacity: 0.6;
}
.header__content {
  flex: 1;
}
@media (min-width: 992px) {
  body:not(.is-sticky-header) .header__content {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .header__content {
    justify-content: flex-end;
  }
}
.is-sticky-header .header__ctas {
  align-items: center;
}
@media (min-width: 992px) {
  .header__ctas {
    justify-content: space-between;
  }
  body:not(.is-sticky-header) .header__ctas {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .header__ctas {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .header__menus {
    position: relative;
  }
  body:not(.is-sticky-header) .header__menus {
    height: 48px !important;
  }
  .header__menus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: var(--wp--preset--color--light-gray);
  }
}
@media (max-width: 991px) {
  .header__menus {
    align-items: center;
  }
}
.header form {
  width: 100%;
}
.header form button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: 0;
  border-radius: 0;
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--dark-gray);
  background-color: transparent;
  padding: 0.25em 0 0 0.65em;
}
.header form input {
  background-color: transparent;
  outline: 0 !important;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 0 0 var(--wp--preset--spacing--48);
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--dm-mono);
  font-weight: 500;
  color: var(--wp--preset--color--dark-gray);
  font-size: var(--wp--preset--font-size--default);
}
.header__motto {
  font-style: italic;
  color: var(--wp--preset--color--dark-gray);
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.1666666667em;
  padding-left: var(--wp--preset--spacing--24);
  margin-top: var(--wp--preset--spacing--24);
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.2s;
}
.header__buttons {
  box-sizing: border-box;
}
@media (min-width: 992px) {
  body:not(.is-sticky-header) .header__buttons {
    padding-top: var(--wp--preset--spacing--24);
  }
}
@media (max-width: 991px) {
  .header__buttons {
    padding-bottom: 4px;
  }
}
.header ul {
  list-style: none;
  padding: 0;
}
.header .top-menu {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--32);
}
.header .top-menu > li {
  font-family: var(--wp--preset--font-family--dm-sans);
  font-weight: bold;
  transition: opacity 0.5s ease-in-out;
}
.header .top-menu > li a {
  transition: opacity 0.5s ease-in-out;
}
.header .top-menu > li:not(.wp-element-button) a {
  color: var(--wp--preset--color--primary);
}
.header .top-menu > li:hover > a {
  opacity: 0.6;
}
.header .top-menu .wp-element-button {
  padding: 0;
}
.header .top-menu .wp-element-button a {
  color: inherit;
  padding: 0.5em 1.875em;
  display: inline-block;
}
.header .top-menu .menu-item-has-children {
  position: relative;
}
.header .top-menu .menu-item-has-children > a {
  padding-right: 1em;
  display: inline-block;
}
.header .top-menu .menu-item-has-children > a:after {
  content: "\e927";
  position: relative;
  top: 0.25em;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.header .top-menu .menu-item-has-children.is-open > a {
  opacity: 1 !important;
}
.header .top-menu .menu-item-has-children.is-open > a:after {
  transform: rotate(-180deg);
  top: 0.1em !important;
}
.header .top-menu .menu-item-has-children.is-open .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header .top-menu .sub-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 312px;
  background-color: var(--wp--preset--color--base);
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
  padding: var(--wp--preset--spacing--16);
}
.header .top-menu .sub-menu:after, .header .top-menu .sub-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateX(-50%);
}
.header .top-menu .sub-menu:after {
  top: 5px;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent var(--wp--preset--color--base) transparent;
}
.header .top-menu .sub-menu:before {
  top: 4px;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent var(--wp--preset--color--light-gray) transparent;
}
.header .top-menu .sub-menu li:first-child {
  position: relative;
}
.header .top-menu .sub-menu li:first-child:before {
  content: "";
  position: absolute;
  left: calc(var(--wp--preset--spacing--16) * -1);
  right: calc(var(--wp--preset--spacing--16) * -1);
  top: 0;
  height: 1px;
  background-color: var(--wp--preset--color--light-gray);
}
.header .top-menu .sub-menu li:last-child .top-menu__box {
  padding-bottom: 0;
  border-bottom: 0;
}
.header .top-menu .sub-menu li:last-child:before, .header .top-menu .sub-menu li:last-child:after {
  content: "";
  position: absolute;
  top: var(--wp--preset--spacing--16);
  bottom: 0;
  width: 1px;
  background-color: var(--wp--preset--color--light-gray);
}
.header .top-menu .sub-menu li:last-child:before {
  left: 0;
}
.header .top-menu .sub-menu li:last-child:after {
  right: 0;
}

.top-menu__box {
  display: flex;
  padding: var(--wp--preset--spacing--16) 0;
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
  color: var(--wp--preset--color--contrast) !important;
}
@media (max-width: 991px) {
  .top-menu__box {
    font-family: var(--wp--preset--font-family--dm-sans);
  }
}
.top-menu__box > div:first-child {
  max-width: 24px;
}
.top-menu__box > div:first-child img {
  max-width: 100%;
  height: auto;
  display: block;
}
.top-menu__box > div:last-child {
  flex: 1;
  padding-left: var(--wp--preset--spacing--16);
}
.top-menu__box p {
  text-align: left;
}
@media (max-width: 991px) {
  .top-menu__box .top-menu__title {
    font-weight: bold;
  }
}
.top-menu__box .top-menu__title .icon-angle-right {
  font-size: 1.25em;
  position: relative;
  top: 0.2em;
  left: 0;
  transition: left 0.5s ease-in-out;
}
.top-menu__box .top-menu__description {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  opacity: 0.6;
  line-height: 1.2857142857em;
}
.top-menu__box:hover .icon-angle-right {
  left: 5px;
}

.icone-menu, .has-icon-menu button {
  font-family: var(--wp--preset--font-family--dm-sans);
  font-weight: 500;
}

@media (min-width: 992px) {
  .icone-menu > li {
    margin-right: var(--wp--preset--spacing--24);
  }
}
.icone-menu > li, .has-icon-menu {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .icone-menu > li, .has-icon-menu {
    margin-left: var(--wp--preset--spacing--24);
  }
  .icone-menu > li:before, .icone-menu > li:after, .has-icon-menu:before, .has-icon-menu:after {
    content: "";
    position: absolute;
  }
  .icone-menu > li:before, .has-icon-menu:before {
    top: 0;
    bottom: 0;
    left: calc(var(--wp--preset--spacing--24) * -1);
    background-color: var(--wp--preset--color--light-gray);
    width: 1px;
  }
  .icone-menu > li:after, .has-icon-menu:after {
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--primary);
    opacity: 0.1;
    width: 0;
    height: 0;
    transition: all 0.5s ease-in-out;
  }
}
.icone-menu > li:hover:after, .has-icon-menu:hover:after {
  width: 32px;
  height: 32px;
  left: -4px;
}

.icone-menu > li a, .has-icon-menu button {
  position: relative;
}
@media (min-width: 992px) {
  .icone-menu > li a:after, .has-icon-menu button:after {
    content: "";
    position: absolute;
    bottom: 0.1em;
    right: 100%;
    height: 2px;
    background-color: var(--wp--preset--color--primary);
    transition: all 0.5s ease-in-out;
  }
}

.icone-menu > li a:after {
  left: calc(var(--wp--preset--spacing--24) + var(--wp--preset--spacing--24) / 2);
}
.icone-menu > li a:hover:after {
  right: 0;
}

.has-icon-menu {
  cursor: pointer;
}
.has-icon-menu .close {
  display: none;
}
.has-icon-menu button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-size: var(--wp--preset--font-size--default);
  padding: 0 0 1px;
  display: flex;
}
@media (min-width: 992px) {
  .has-icon-menu button {
    margin-right: 55px;
  }
}
.has-icon-menu button svg {
  width: var(--wp--preset--spacing--24);
  height: var(--wp--preset--spacing--24);
}
@media (min-width: 992px) {
  .has-icon-menu button svg {
    position: absolute;
    right: -38px;
    top: 0;
  }
}
.has-icon-menu button:after {
  left: 0;
  bottom: -0.02em;
}
.has-icon-menu:after {
  left: auto;
  right: 20px;
}
.has-icon-menu:hover button:after {
  right: 0;
}
.has-icon-menu:hover:after {
  left: auto;
  right: 13px;
}

.icone-menu {
  display: flex;
}
@media (max-width: 991px) {
  .icone-menu > li {
    padding-bottom: 0 !important;
  }
}
.icone-menu > li.has-icon-rivista a:before {
  background-image: url("../images/rivista.svg");
}
.icone-menu > li.has-icon-newsletter a:before {
  background-image: url("../images/newsletter.svg");
}
.icone-menu > li.has-icon-sezioni a:before {
  background-image: url("../images/sezioni.svg");
}
.icone-menu > li.has-icon-podcast a:before {
  background-image: url("../images/podcast.svg");
}

@media (min-width: 992px) {
  .icone-menu__container {
    justify-content: flex-end;
    flex: 1;
    display: flex;
  }
  .icone-menu__container [class^=has-icon-] a, .icone-menu__container [class*=" has-icon-"] a {
    display: flex;
  }
  .icone-menu__container [class^=has-icon-] a:before, .icone-menu__container [class*=" has-icon-"] a:before {
    content: "";
    width: var(--wp--preset--spacing--24);
    height: var(--wp--preset--spacing--24);
    display: inline-block;
    margin-right: 12px;
    background: no-repeat center;
    background-size: contain;
  }
}

.wrapper {
  position: relative;
}
.wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: calc(var(--wp--preset--spacing--64) * -1);
  background-color: var(--wp--preset--color--contrast);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  z-index: 3;
}

.is-menu-open .wrapper {
  position: relative;
}
.is-menu-open .wrapper:after {
  opacity: 0.2;
  pointer-events: all;
}
.is-menu-open .header-menu__button .open {
  display: none;
}
.is-menu-open .header-menu__button .close {
  display: block;
}

.header__wrapper {
  position: fixed;
  top: var(--wp-admin--admin-bar--height);
  left: 0;
  right: 0;
  z-index: 10;
}

.header__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: calc(var(--wp--preset--spacing--24) - 5px) 0;
  background-color: var(--wp--preset--color--base);
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
@media (max-width: 991px) {
  .header__menu {
    position: fixed;
    z-index: -1;
    top: 0;
    padding-top: calc(var(--wp-admin--admin-bar--height) + 58px);
    padding-bottom: 57px;
    height: 100vh;
    height: -webkit-fill-available;
    overflow: auto;
    left: auto;
    max-width: 384px;
  }
}
.header__menu ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  /*
  .header__menu > div:not(.icon-menu__mobile) > ul > li:nth-child(2) {
    order: 12;
  }
  */
  .header__menu > div:not(.icon-menu__mobile) > ul > li:nth-child(2) .sub-menu > li {
    flex-basis: initial;
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .header__menu > div > ul {
    padding-top: var(--wp--preset--spacing--24);
    display: flex;
    flex-direction: column;
  }
  .header__menu > div > ul > li:last-child > .sub-menu > li{
    flex: 0 0 10%;
  }

}
@media (max-width: 991px) {
  .header__menu > div > ul > li {
    padding-bottom: var(--wp--preset--spacing--16);
  }
  .header__menu > div > ul > li .sub-menu {
    font-size: var(--wp--preset--font-size--small);
    display: flex;
    flex-wrap: wrap;
  }
  .header__menu > div > ul > li .sub-menu > li {
    flex: 0 0 50%;
  }
}
.header__menu > div > ul > li > a {
  font-family: var(--wp--preset--font-family--dm-mono);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--smaller);
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
  pointer-events: none;
}
.header__menu > div > ul > li > a + ul {
  line-height: 1.25em;
  font-family: var(--wp--preset--font-family--dm-sans);
  padding-top: calc(var(--wp--preset--spacing--24) / 2);
  font-size: var(--wp--preset--font-size--small);
}
.header__menu > div > ul > li > a + ul li {
  padding-bottom: calc(var(--wp--preset--spacing--24) / 2);
}
.header__menu > div > ul > li > a + ul li[class^=has-icon-] {
  display: inline-block;
}
.header__menu > div > ul > li > a + ul li[class^=has-icon-] a {
  display: inline-block;
  padding: 0;
  width: var(--wp--preset--spacing--24);
  height: var(--wp--preset--spacing--24);
}
@media (min-width: 992px) {
  .header__menu > div {
    display: flex;
    align-items: flex-start;
  }
  /*
  .header__menu > div > ul {
    flex: 0 0 66.6666666666%;
    max-width: 66.6666666666%;
    border-right: 1px solid var(--wp--preset--color--light-gray);
    margin-right: var(--wp--preset--spacing--16);
    display: grid;
    grid-auto-rows: min-content;
    gap: 0;
  }
  */
  .header__menu > div > ul {
    flex: 0 0 66.6666666666%;
    max-width: 66.6666666666%;
    border-right: 1px solid var(--wp--preset--color--light-gray);
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .header__menu > div > ul > li {
    line-height: 1.3333333333em;
  }
  /*
  .header__menu > div > ul > li:first-child {
    grid-area: 1/1/2/2;
  }
  .header__menu > div > ul > li:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  */
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header__menu > div > ul > li:nth-child(2) {
    align-self: end;
  }
}
@media (min-width: 992px) {
  .header__menu > div > ul > li:nth-child(3) {
    grid-area: 1/2/3/3;
  }
}
@media (min-width: 992px) {
  .header__menu > div > ul > li:nth-child(4) {
    grid-area: 1/3/3/4;
  }
}
@media (min-width: 992px) {
  .header__menu > div > ul > li:nth-child(5) {
    grid-area: 1/4/3/5;
  }
}

.header__rivista {
  position: relative;
  display: flex;
}
@media (min-width: 992px) {
  .header__rivista {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 calc(var(--wp--preset--spacing--16) * -1);
  }
}
@media (max-width: 991px) {
  .header__rivista {
    padding-top: var(--wp--preset--spacing--24);
    padding-bottom: var(--wp--preset--spacing--32);
  }
}
.header__rivista:before {
  content: "";
  position: absolute;
}
@media (max-width: 991px) {
  .header__rivista:before {
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background: var(--wp--preset--color--contrast);
  }
}
@media (min-width: 992px) {
  .header__rivista:before {
    display: none;
  }
}
.header__rivista-cover, .header__rivista-content {
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .header__rivista-cover, .header__rivista-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .header__rivista-cover, .header__rivista-content {
    padding-left: var(--wp--preset--spacing--16);
  }
}
.header__rivista-cover {
  text-align: right;
}
@media (max-width: 991px) {
  .header__rivista-cover {
    padding-right: var(--wp--preset--spacing--16);
    flex: 0 0 140px;
    max-width: 140px;
  }
}
.header__rivista-cover img {
  max-width: 100%;
  max-height: 195px;
  width: auto;
  height: auto;
}
.header__rivista-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 8px;
}
.header__rivista-content p {
  font-family: var(--wp--preset--font-family--dm-sans);
}
@media (max-width: 991px) {
  .header__rivista-content p {
    font-size: var(--wp--preset--font-size--small);
  }
}

.is-sticky-header .icone-menu, .is-sticky-header .has-icon-menu:before, .is-sticky-header .header__menus:after, .is-sticky-header .header__menus form {
  display: none;
}
.is-sticky-header .header__motto {
  opacity: 0;
  position: absolute;
  transition: all 0s ease-in-out;
  transition-delay: 0s;
}

@media (min-width: 992px) {
  .header__search__mobile, .icon-menu__mobile, .top-menu__mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .top-menu__mobile {
    border-bottom: 1px solid var(--wp--preset--color--contrast);
    background-color: var(--wp--preset--color--base);
  }
  .top-menu__mobile .sub-menu {
    display: none;
    width: 200%;
  }
  .top-menu li:last-child a{
    color: var(--wp--preset--color--primary)!important;
  }
  .header__menus .search-vita {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    bottom: -50px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0,0,0,0.05);
  }
  .top-menu__mobile .top-menu > li:last-child {
    display: none;
  }
  .top-menu__mobile .top-menu {
    display: flex;
  }
  .top-menu__mobile .top-menu > li {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    position: relative;
  }
  .top-menu__mobile .top-menu > li:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    background: var(--wp--preset--color--light-gray);
    width: 1px;
    height: 20px;
  }
  .top-menu__mobile .top-menu > li > a {
    font-weight: bold;
    font-family: var(--wp--preset--font-family--dm-sans);
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    display: inline-block;
  }
  .top-menu__mobile .top-menu > li.menu-item-has-children {
    z-index: 1;
  }
  .top-menu__mobile .top-menu > li.menu-item-has-children > a:after {
    content: "\e927";
    position: relative;
    top: 0.25em;
    display: inline-block;
    transition: all 0.5s ease-in-out;
  }
  .top-menu__mobile .top-menu > li.is-open > a:after {
    transform: rotate(-180deg);
    top: 0.1em !important;
  }
  .is-menu-open {
    overflow: hidden;
  }
  .header__motto, .icone-menu, .has-icon-menu:before, .header__buttons .top-menu > li:not(:last-child), .header__menus form, .has-icon-menu button span {
    display: none;
  }
  .header .top-menu .wp-element-button, .header .top-menu .wp-block-button__link {
    background: none;
    border: 0;
    color: var(--wp--preset--color--primary);
  }
  .header .top-menu .wp-element-button a, .header .top-menu .wp-block-button__link a {
    padding: 0;
  }
  .header__search__mobile {
    font-size: 24px;
    margin: 0 var(--wp--preset--spacing--16);
    cursor: pointer;
  }
  .icon-menu__mobile {
    position: fixed;
    bottom: 0;
    max-width: 384px !important;
    width: 100%;
    right: 0;
    height: 57px;
    background: var(--wp--preset--color--base);
    border-top: 1px solid var(--wp--preset--color--light-gray);
    padding: 0 !important;
  }
  .icon-menu__mobile .icone-menu {
    display: flex;
    padding-top: 0 !important;
    flex-direction: row;
    height: 100%;
  }
  .icon-menu__mobile .icone-menu > li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
  }
  .icon-menu__mobile .icone-menu > li:not(:last-child) {
    border-right: 1px solid var(--wp--preset--color--light-gray);
  }
  .icon-menu__mobile .icone-menu > li[class^=has-icon-] a, .icon-menu__mobile .icone-menu > li[class*=" has-icon-"] a {
    position: static;
    text-transform: none;
    color: var(--wp--preset--color--contrast);
    font-family: var(--wp--preset--font-family--dm-sans);
    font-size: var(--wp--preset--font-size--default);
    padding-top: 28px;
    width: 100%;
    text-align: center;
    pointer-events: initial;
  }
  .icon-menu__mobile .icone-menu > li[class^=has-icon-] a:before, .icon-menu__mobile .icone-menu > li[class*=" has-icon-"] a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: var(--wp--preset--spacing--24);
    height: var(--wp--preset--spacing--24);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .icon-menu__mobile .icone-menu a {
    padding-left: 0 !important;
  }
}
@media (max-width: 600px) {
  .is-sticky-header .header__wrapper {
    top: 0;
  }
  .admin-bar.is-sticky-header .header__menu {
    padding-top: 58px;
  }
}
.single-storie-e-persone .header, .single-infografica.is-premium-content .header {
  height: 64px;
  transition: background-color 0.2s ease-in-out 0.4s;
}
@media (min-width: 992px) {
  .single-storie-e-persone .header__logo img, .single-infografica.is-premium-content .header__logo img {
    width: 62.5px;
    height: 40px;
  }
}
.single-storie-e-persone.is-menu-open .header, .single-infografica.is-premium-content.is-menu-open .header {
  background-color: var(--wp--preset--color--base);
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
  transition: background-color 0.2s ease-in-out;
}
.single-storie-e-persone:not(.is-sticky-header) .header__content, .single-infografica.is-premium-content:not(.is-sticky-header) .header__content {
  display: none;
}
.single-storie-e-persone:not(.is-menu-open) .header__search__mobile, .single-infografica.is-premium-content:not(.is-menu-open) .header__search__mobile {
  display: none;
}
.single-storie-e-persone:not(.is-menu-open) .header__search__sticky, .single-storie-e-persone:not(.is-menu-open) .header__ctas, .single-storie-e-persone:not(.is-menu-open) .header-menu__button span, .single-infografica.is-premium-content:not(.is-menu-open) .header__search__sticky, .single-infografica.is-premium-content:not(.is-menu-open) .header__ctas, .single-infografica.is-premium-content:not(.is-menu-open) .header-menu__button span {
  opacity: 0;
  pointer-events: none;
}
.single-storie-e-persone:not(.is-menu-open) .has-icon-menu button:after, .single-infografica.is-premium-content:not(.is-menu-open) .has-icon-menu button:after {
  display: none;
}
.single-storie-e-persone:not(.is-menu-open) .has-icon-menu button:before, .single-infografica.is-premium-content:not(.is-menu-open) .has-icon-menu button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border: 1px solid var(--wp--preset--color--light-gray);
  background-color: var(--wp--preset--color--base);
  width: 32px;
  height: 32px;
  right: -43px;
  left: auto;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .single-storie-e-persone:not(.is-menu-open) .has-icon-menu button:before, .single-infografica.is-premium-content:not(.is-menu-open) .has-icon-menu button:before {
    right: -5px;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .single-storie-e-persone.is-logo-intersecting .header__wrapper, .single-infografica.is-premium-content.is-logo-intersecting .header__wrapper {
    background-color: var(--wp--preset--color--base);
    border-bottom: 1px solid var(--wp--preset--color--light-gray);
  }
  .single-storie-e-persone.is-logo-intersecting .has-icon-menu button:before, .single-infografica.is-premium-content.is-logo-intersecting .has-icon-menu button:before {
    display: none;
  }
}

.page-template-login, .page-template-solo-testo {
  --header-height: 64px;
  --footer-height: 120px;
}
@media (max-width: 767px) {
  .page-template-login, .page-template-solo-testo {
    --footer-height: 205px;
  }
}
.page-template-login .header, .page-template-solo-testo .header {
  height: var(--header-height) !important;
}
.page-template-login .header > div, .page-template-solo-testo .header > div {
  justify-content: center;
}
.page-template-login .header__logo, .page-template-solo-testo .header__logo {
  border-right: 0 !important;
  padding-right: 0 !important;
  flex-basis: 62.5px;
}
.page-template-login .wrapper, .page-template-solo-testo .wrapper {
  min-height: calc(100vh - var(--header-height) - 1px - var(--wp-admin--admin-bar--height) - var(--footer-height));
  background-color: #F7F7F7;
  padding-top: 32px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.page-template-login .wrapper > *:first-child, .page-template-solo-testo .wrapper > *:first-child {
  margin-top: 0;
}
.page-template-login .footer, .page-template-solo-testo .footer {
  color: #000;
  height: var(--footer-height);
  box-sizing: border-box;
  font-size: 14px;
  background-color: #F7F7F7;
  border-top: 1px solid #000;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  padding: 24px 0 40px;
}
@media (max-width: 767px) {
  .page-template-login .footer, .page-template-solo-testo .footer {
    padding-bottom: 20px;
  }
}
.page-template-login .footer__menu > ul, .page-template-solo-testo .footer__menu > ul {
  display: flex;
}
.page-template-login .footer__menu > ul:first-of-type, .page-template-solo-testo .footer__menu > ul:first-of-type {
  gap: 24px;
}
@media (max-width: 991px) {
  .page-template-login .footer__menu > ul:first-of-type, .page-template-solo-testo .footer__menu > ul:first-of-type {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .page-template-login .footer__menu > ul:first-of-type, .page-template-solo-testo .footer__menu > ul:first-of-type {
    gap: 8px;
  }
}
.page-template-login .footer__menu > ul:first-of-type a, .page-template-solo-testo .footer__menu > ul:first-of-type a {
  font-size: 16px;
}
@media (min-width: 992px) {
  .page-template-login .footer__menu > ul:last-of-type, .page-template-solo-testo .footer__menu > ul:last-of-type {
    gap: 33px;
  }
}
@media (max-width: 991px) {
  .page-template-login .footer__menu > ul:last-of-type, .page-template-solo-testo .footer__menu > ul:last-of-type {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .page-template-login .footer__menu > ul:last-of-type, .page-template-solo-testo .footer__menu > ul:last-of-type {
    gap: 8px;
    align-items: flex-end;
  }
}
.page-template-login .footer__menu > ul:last-of-type a, .page-template-solo-testo .footer__menu > ul:last-of-type a {
  font-weight: 400;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-login .footer__menu > ul:last-of-type li:not(:last-child) a:after, .page-template-solo-testo .footer__menu > ul:last-of-type li:not(:last-child) a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #999999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-login .footer__menu > ul:last-of-type li:not(:last-child) a:after, .page-template-solo-testo .footer__menu > ul:last-of-type li:not(:last-child) a:after {
    right: -8px;
  }
}
.page-template-login .footer__menu > ul > li > a, .page-template-solo-testo .footer__menu > ul > li > a {
  color: #000;
  text-transform: none;
  font-family: var(--wp--preset--font-family--dm-sans);
  letter-spacing: normal;
}
.page-template-login .footer__menu_login, .page-template-solo-testo .footer__menu_login {
  flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .page-template-login .footer__menu_login, .page-template-solo-testo .footer__menu_login {
    display: flex;
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-template-login .footer__menu_login ul, .page-template-solo-testo .footer__menu_login ul {
    flex-direction: column;
    flex: 1;
  }
}
.page-template-login .footer__infos_login, .page-template-solo-testo .footer__infos_login {
  flex: 1;
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 767px) {
  .page-template-login .footer__infos_login, .page-template-solo-testo .footer__infos_login {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .page-template-login .footer__infos_login .custom-logo-link, .page-template-solo-testo .footer__infos_login .custom-logo-link {
    order: -1;
  }
}
.page-template-login .footer__infos_login br.mobile, .page-template-solo-testo .footer__infos_login br.mobile {
  display: none;
}
@media (max-width: 767px) {
  .page-template-login .footer > div, .page-template-solo-testo .footer > div {
    flex-direction: column;
    gap: 0;
  }
}

.footer__logo_mobile {
  border-right: 1px solid #666666;
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  padding-top: 12px;
  height: 56px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .footer__logo_mobile {
    display: none;
  }
}
.footer__logo_mobile img {
  width: 50px;
  height: 32px;
}

.footer {
  position: relative;
  z-index: 2;
  -webkit-margin-before: var(--wp--preset--spacing--64);
          margin-block-start: var(--wp--preset--spacing--64);
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  padding: 40px 0;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 0;
  }
}
.footer a {
  color: var(--wp--preset--color--base);
}
.footer > div {
  display: flex;
  flex-wrap: wrap;
}
.footer__infos {
  box-sizing: border-box;
  flex: 0 0 16%;
  max-width: 16%;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4285714286em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__infos img {
  width: 100px;
  height: auto;
}
@media (min-width: 992px) {
  .footer__infos {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: right;
  }
}
@media (min-width: 1285px) {
  .footer__infos .mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer__infos {
    flex-basis: 100%;
    max-width: 100%;
    border-top: 1px solid #666666;
    padding-top: var(--wp--preset--spacing--16);
    font-size: var(--wp--preset--font-size--smaller);
  }
  .footer__infos .custom-logo-link {
    display: none;
  }
}
.footer__infos p.footer__infos__meta-copy a {
  color: var(--wp--preset--color--dark-gray);
}
.footer__menu {
  position: relative;
  flex: 0 0 84%;
  max-width: 84%;
}
.footer__menu > ul > li > a + ul li[class^=has-icon-] {
  display: inline-block;
}
@media (max-width: 991px) {
  .footer__menu {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer__menu ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .footer__menu ul {
    font-size: 14px;
  }
}
.footer__menu > ul > li {
  line-height: 1.3333333333em;
}
.footer__menu:not(.footer__menu_login) > ul {
  display: grid;
  grid-auto-rows: min-content;
  gap: 0;
}
@media (max-width: 599px) {
  .footer__menu:not(.footer__menu_login) > ul > li:first-child .sub-menu, .footer__menu:not(.footer__menu_login) > ul > li:nth-child(5) .sub-menu, .footer__menu:not(.footer__menu_login) > ul > li:nth-child(6) .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__menu:not(.footer__menu_login) > ul > li:first-child .sub-menu li, .footer__menu:not(.footer__menu_login) > ul > li:nth-child(5) .sub-menu li, .footer__menu:not(.footer__menu_login) > ul > li:nth-child(6) .sub-menu li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.footer__menu:not(.footer__menu_login) > ul > li:first-child {
  grid-area: 1/1/2/2;
}
@media (max-width: 991px) {
  .footer__menu:not(.footer__menu_login) > ul > li:first-child {
    grid-area: 2/1/3/2;
    margin-top: 22px;
  }
}
@media (max-width: 599px) {
  .footer__menu:not(.footer__menu_login) > ul > li:first-child {
    grid-area: 2/1/3/2;
  }
}
.footer__menu:not(.footer__menu_login) > ul > li:nth-child(2) {
  grid-area: 2/1/3/2;
}
@media (min-width: 1200px) {
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(2) {
    align-self: end;
  }
}
@media (max-width: 991px) {
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(2) {
    grid-area: 1/1/2/3;
    position: relative;
  }
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(2):before {
    content: "";
    position: absolute;
    left: calc(var(--wp--style--root--padding-left) * -1);
    right: calc(var(--wp--style--root--padding-left) * -1);
    bottom: 0;
    height: 1px;
    background-color: #666666;
  }
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(2) > a {
    display: none;
  }
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(2) .sub-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 56px;
    padding-left: 80px;
  }
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(2) .sub-menu li:not(:last-child) a {
    margin-right: var(--wp--preset--spacing--16);
  }
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(2) .sub-menu a {
    width: 20px;
    height: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    color: transparent;
    font-size: 0;
  }
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(2) .sub-menu a:before {
    color: var(--wp--preset--color--base);
  }
}
@media (max-width: 599px) {
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(2) {
    grid-area: 1/1/2/2;
  }
}
.footer__menu:not(.footer__menu_login) > ul > li:nth-child(3) {
  grid-area: 1/2/3/3;
}
@media (max-width: 991px) {
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(3) {
    display: none;
  }
}
.footer__menu:not(.footer__menu_login) > ul > li:nth-child(4) {
  grid-area: 1/3/3/4;
}
@media (max-width: 991px) {
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(4) {
    display: none;
  }
}
.footer__menu:not(.footer__menu_login) > ul > li:nth-child(5) {
  grid-area: 1/4/3/5;
}
@media (max-width: 991px) {
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(5) {
    grid-area: 2/2/4/3;
    padding-bottom: var(--wp--preset--spacing--24);
    margin-top: 22px;
  }
}
@media (max-width: 599px) {
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(5) {
    grid-area: auto;
    padding-bottom: var(--wp--preset--spacing--24);
  }
}
.footer__menu:not(.footer__menu_login) > ul > li:nth-child(6) {
  grid-area: 1/5/3/6;
}
@media (max-width: 991px) {
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(6) {
    grid-area: 4/1/5/2;
    padding-bottom: var(--wp--preset--spacing--24);
  }
}
@media (max-width: 599px) {
  .footer__menu:not(.footer__menu_login) > ul > li:nth-child(6) {
    grid-area: 4/1/5/2;
    padding-bottom: var(--wp--preset--spacing--24);
  }
}
.footer__menu:not(.footer__menu_login) > ul > li > a {
  font-family: var(--wp--preset--font-family--dm-mono);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--smaller);
  color: var(--wp--preset--color--dark-gray);
  text-transform: uppercase;
  letter-spacing: 1px;
  pointer-events: none;
}
.footer__menu:not(.footer__menu_login) > ul > li > a + ul {
  line-height: 1.25em;
  font-family: var(--wp--preset--font-family--dm-sans);
  padding-top: calc(var(--wp--preset--spacing--24) / 2);
}
.footer__menu:not(.footer__menu_login) > ul > li > a + ul li {
  padding-bottom: calc(var(--wp--preset--spacing--24) / 2);
}
@media (max-width: 991px) and (min-width: 600px) {
  .footer__menu:not(.footer__menu_login) > ul > li > a + ul {
    display: flex;
    gap: 0 24px;
    flex-wrap: wrap;
    padding-right: 24px;
  }
}

.entry-header {
  position: relative;
}
.entry-header figcaption {
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--dm-sans);
  font-weight: 500;
  color: var(--wp--preset--color--dark-gray);
  font-size: var(--wp--preset--font-size--smaller);
  position: absolute;
  text-align: right;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  max-width: var(--wp--custom--layout--content-size);
  width: 100%;
  padding-top: 8px;
  padding-right: var(--wp--preset--spacing--64);
}
@media (max-width: 991px) {
  .entry-header figcaption {
    padding-right: var(--wp--style--root--padding-right);
  }
}
@media (max-width: 767px) {
  .entry-header figcaption {
    padding-top: 0;
    padding-right: 8px;
  }
}

.is-logo-intersecting .header__logo .custom-logo-link:first-child {
  display: block;
}
.is-logo-intersecting .header__logo .custom-logo-link:last-child {
  display: none;
}

.tipologia-persone .entry-header {
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.tipologia-persone .entry-header .wp-block-columns {
  margin-bottom: 0;
}
.tipologia-persone .entry-header .wp-block-column {
  width: 100%;
}
.tipologia-persone .entry-header .wp-block-column:not(:only-child) {
  aspect-ratio: 1/1;
}
.tipologia-persone .entry-header .wp-block-column:not(:only-child) figure, .tipologia-persone .entry-header .wp-block-column:not(:only-child) img {
  height: 100%;
}
@media (max-width: 781px) {
  .tipologia-persone .entry-header .wp-block-column:last-child {
    order: -1;
    position: relative;
  }
  .tipologia-persone .entry-header .wp-block-column:first-child {
    aspect-ratio: auto;
    padding-top: var(--wp--preset--spacing--64);
    padding-bottom: var(--wp--preset--spacing--64);
  }
}
.tipologia-persone .entry-header .wp-block-column > div {
  max-width: 480px;
  margin: auto;
}
@media (min-width: 782px) {
  .tipologia-persone .entry-header .wp-block-column > div {
    padding-left: var(--wp--preset--spacing--32);
    padding-right: var(--wp--preset--spacing--32);
  }
}
.tipologia-persone .entry-header .wp-block-column > div > *:last-child {
  margin-bottom: 0;
}
.tipologia-persone .entry-header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.tipologia-storie .entry-header .wp-block-cover {
  min-height: calc(100vh - var(--wp-admin--admin-bar--height) - var(--banner-height));
  padding-bottom: 0;
}
.tipologia-storie .entry-header .wp-block-cover__inner-container {
  width: 100% !important;
  max-width: var(--wp--custom--layout--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.tipologia-storie .entry-header .wp-block-cover__inner-container > * {
  max-width: 976px;
}
.tipologia-storie .entry-header .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 32px;
}
.tipologia-storie .entry-header .has-background-gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 98%);
}
@media (min-width: 992px) {
  .tipologia-storie.is-logo-intersecting .entry-header .wp-block-cover__inner-container {
    opacity: 0;
  }
}

.tipologia-storie .is-occhiello, .tipologia-persone .is-occhiello {
  margin-bottom: 12px;
}

body:not(.page):not(.single-storie-e-persone):not(.single-infografica):not(.single-agenda):not(.single-rivista):not(.post-type-archive-rivista):not(.single-approfondimento):not(.tax-tipologia) .entry-header,
body.single-infografica:not(.is-premium-content) .entry-header {
  margin-bottom: 56px;
}

body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header .is-occhiello,
body.single-infografica:not(.is-premium-content) .entry-header .is-occhiello {
  margin-bottom: 8px;
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header h1,
body.single-infografica:not(.is-premium-content) .entry-header h1 {
  font-size: clamp(1.625rem, 1.625rem + (1vw - 0.48rem) * 2.644, 2.25rem);
  margin-bottom: var(--wp--preset--spacing--16);
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header .is-sottotitolo,
body.single-infografica:not(.is-premium-content) .entry-header .is-sottotitolo {
  margin-bottom: var(--wp--preset--spacing--16);
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header figure,
body.single-infografica:not(.is-premium-content) .entry-header figure {
  margin-bottom: 0;
  position: relative;
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header figure img,
body.single-infografica:not(.is-premium-content) .entry-header figure img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header figure img,
  body.single-infografica:not(.is-premium-content) .entry-header figure img {
    width: calc(100% + var(--wp--preset--spacing--32) * 2);
    margin-left: calc(var(--wp--preset--spacing--32) * -1);
    margin-right: calc(var(--wp--preset--spacing--32) * -1);
    max-width: calc(100% + var(--wp--preset--spacing--32) * 2);
  }
}
@media (max-width: 991px) {
  body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header figure,
  body.single-infografica:not(.is-premium-content) .entry-header figure {
    margin-left: calc(var(--wp--style--root--padding-left) * -1);
    margin-right: calc(var(--wp--style--root--padding-right) * -1);
  }
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header figcaption,
body.single-infografica:not(.is-premium-content) .entry-header figcaption {
  left: 0;
  right: 0;
  transform: translateY(100%);
  padding-right: 0;
}
@media (min-width: 992px) {
  body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header figcaption,
  body.single-infografica:not(.is-premium-content) .entry-header figcaption {
    max-width: none;
    width: calc(100% + var(--wp--preset--spacing--32));
  }
}
@media (max-width: 991px) {
  body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-header figcaption,
  body.single-infografica:not(.is-premium-content) .entry-header figcaption {
    padding-right: var(--wp--style--root--padding-left);
  }
}

.single-idee .entry-header h1 {
  font-weight: 400;
}

.single-agenda .type-agenda > .entry-intro {
  background-color: #F7F7F7;
  max-width: 100% !important;
}
.single-agenda .entry-wrapper {
  margin-bottom: 0;
}

.entry-header .header-agenda__data-outer {
  width: 100%;
}
@media (min-width: 650px) {
  .entry-header .header-agenda__data-outer {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.header-agenda__data {
  display: flex;
}
.entry-header .header-agenda__data {
  height: 100%;
}
@media (min-width: 992px) {
  .entry-header .header-agenda__data {
    max-width: 245px;
  }
}
@media (min-width: 1200px) {
  .entry-header .header-agenda__data {
    width: 245px;
    margin-right: var(--wp--preset--spacing--32);
  }
}
@media (min-width: 650px) {
  .entry-header .header-agenda__data {
    border-right: 1px solid var(--wp--preset--color--light-gray);
  }
}
.header-agenda__data.two-dates > div:last-child {
  position: relative;
}
.header-agenda__data.two-dates > div:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--wp--preset--color--light-gray);
  width: 1px;
  height: 64px;
  left: 0;
}
.header-agenda__data.two-dates > div p:first-child, .header-agenda__data.two-dates > div p:nth-child(3) {
  font-size: 12px;
}
.header-agenda__data.two-dates > div p:nth-child(2) {
  font-size: 50px;
}
@media (min-width: 1200px) {
  .header-agenda__data.two-dates > div p:nth-child(2) {
    font-size: 64px;
  }
}
.header-agenda__data.single-date > div p:first-child, .header-agenda__data.single-date > div p:nth-child(3) {
  font-size: 16px;
}
.header-agenda__data.single-date > div p:nth-child(2) {
  font-size: 72px;
}
.header-agenda__data > div {
  flex: 1;
  text-align: center;
  margin-top: var(--wp--preset--spacing--32);
  margin-bottom: var(--wp--preset--spacing--32);
  line-height: 1;
}
.header-agenda__data > div p {
  margin-bottom: 8px;
  font-family: var(--wp--preset--font-family--dm-sans);
}
.header-agenda__data > div p:first-child {
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  font-weight: 500;
}
.header-agenda__data > div p:nth-child(2) {
  font-weight: 700;
}
.header-agenda__data > div p:last-child {
  color: #666666;
  font-weight: 500;
}
.header-agenda__content {
  padding: var(--wp--preset--spacing--32) 0 var(--wp--preset--spacing--32) 40px;
  box-sizing: border-box;
}
@media (min-width: 650px) {
  .header-agenda__content {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 649px) {
  .header-agenda__content {
    padding-left: 0;
  }
}
.header-agenda__content > div {
  flex: 1;
}
@media (min-width: 1200px) {
  .header-agenda__content > div {
    max-width: 64.622%;
  }
}
.header-agenda__meta {
  display: flex;
  margin-bottom: 4px;
}
.header-agenda__place {
  font-size: 14px;
  font-family: var(--wp--preset--font-family--dm-sans);
}
.header-agenda__place span {
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.is-dal-vivo, .is-online {
  padding: 0 4px 0 2px;
}

.is-in-corso, .is-dal-vivo, .is-online {
  font-family: var(--wp--preset--font-family--dm-sans);
  display: inline-flex;
  align-items: center;
  line-height: 1em;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 500;
  margin-right: 8px;
}
.is-in-corso span, .is-dal-vivo span, .is-online span {
  font-size: 16px;
}

.is-in-corso {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  text-transform: uppercase;
  padding: 4px;
}
.is-in-corso:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 0.6;
  border-radius: 50%;
  margin-right: 8px;
}

.is-online {
  background-color: #E4EEF9;
}

.is-dal-vivo {
  background-color: #06192E;
  color: #fff;
}

.entry-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--wp--custom--layout--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: var(--wp--preset--spacing--64);
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  box-sizing: border-box;
}
.entry-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px 0 0 40px;
  box-sizing: border-box;
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica):not(.single-rivista):not(.single-approfondimento):not(.single-podcast) .entry-content, body.single-infografica:not(.is-premium-content) .entry-content {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 991px) {
  body:not(.page):not(.single-storie-e-persone):not(.single-infografica):not(.single-rivista):not(.single-approfondimento):not(.single-podcast) .entry-content, body.single-infografica:not(.is-premium-content) .entry-content {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .entry-content {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 992px) {
  body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-intro, body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-main > div,
  body.single-infografica:not(.is-premium-content) .entry-intro,
  body.single-infografica:not(.is-premium-content) .entry-main > div {
    max-width: 64.622%;
    flex: 1;
  }
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-main,
body.single-infografica:not(.is-premium-content) .entry-main {
  display: flex;
  gap: var(--wp--preset--spacing--32);
}
@media (max-width: 991px) {
  body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-main,
  body.single-infografica:not(.is-premium-content) .entry-main {
    flex-wrap: wrap;
  }
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-main .entry-sidebar,
body.single-infografica:not(.is-premium-content) .entry-main .entry-sidebar {
  position: relative;
  max-width: 300px;
  flex-basis: 300px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-main .entry-sidebar,
  body.single-infografica:not(.is-premium-content) .entry-main .entry-sidebar {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-main > div iframe,
body.single-infografica:not(.is-premium-content) .entry-main > div iframe {
  width: 100%;
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-main > div .wp-has-aspect-ratio .wp-block-embed__wrapper:before,
body.single-infografica:not(.is-premium-content) .entry-main > div .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-main > div .wp-has-aspect-ratio iframe,
body.single-infografica:not(.is-premium-content) .entry-main > div .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-main > div .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
body.single-infografica:not(.is-premium-content) .entry-main > div .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

@media (min-width: 992px) {
  figure.is-out {
    margin-left: calc(var(--wp--preset--spacing--32) * -1);
    margin-right: calc(var(--wp--preset--spacing--32) * -1);
  }
}
@media (max-width: 991px) {
  figure.is-out {
    margin-left: calc(var(--wp--style--root--padding-left) * -1);
    margin-right: calc(var(--wp--style--root--padding-right) * -1);
  }
}

.is-subtitle {
  font-size: 1.125rem;
  padding-bottom: var(--wp--preset--spacing--24);
  margin-bottom: var(--wp--preset--spacing--16);
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}

.single-agenda .entry-main {
  margin-bottom: var(--wp--preset--spacing--32);
}
.single-agenda .entry-main > div:first-child {
  font-family: var(--wp--preset--font-family--dm-sans);
}
.single-agenda .entry-main > div:first-child a:not(.is-allegato) {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.directions-map {
  border-top: 1px solid var(--wp--preset--color--light-gray);
  margin-top: var(--wp--preset--spacing--32);
  margin-bottom: var(--wp--preset--spacing--32);
  padding-top: var(--wp--preset--spacing--16);
}
.directions-map h5 {
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: var(--wp--preset--spacing--16);
}

.latest-agenda > div {
  display: flex;
  border-top: 1px solid #000;
  padding-top: var(--wp--preset--spacing--24);
}
@media (max-width: 1199px) {
  .latest-agenda > div {
    flex-wrap: wrap;
    padding-top: 16px;
  }
}
.latest-agenda .side {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1199px) {
  .latest-agenda .side {
    flex-basis: 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--wp--preset--color--light-gray);
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .latest-agenda .side > * {
    padding-right: var(--wp--preset--spacing--64);
  }
}
.latest-agenda .side h2 {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: var(--wp--preset--font-size--large);
}
@media (max-width: 1199px) {
  .latest-agenda .side h2 {
    margin-bottom: 4px;
  }
}
.latest-agenda .side h2 span {
  position: relative;
  top: 4px;
}
.latest-agenda .side p {
  font-family: var(--wp--preset--font-family--dm-sans);
  color: #666666;
  line-height: 1.25em;
}
@media (max-width: 1199px) {
  .latest-agenda .side p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.latest-agenda .content {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  gap: var(--wp--preset--spacing--32);
}
.home .latest-agenda .content {
  padding-left: 8px;
}
@media (max-width: 1199px) {
  .latest-agenda .content {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .latest-agenda .content {
    overflow: auto;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .latest-agenda .content {
    gap: 16px;
  }
}
.latest-agenda__single {
  flex: 1;
  max-width: 33.33333%;
  flex-direction: column;
  border: 1px solid var(--wp--preset--color--light-gray);
  border-radius: 8px;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .latest-agenda__single {
    min-width: 280px;
  }
}
.latest-agenda__single > .is-in-corso:first-child {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  margin-right: 0;
  text-align: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}
.latest-agenda__single .header-agenda__data.single-date > div p:first-child, .latest-agenda__single .header-agenda__data.single-date > div p:nth-child(3) {
  font-size: 12px;
}
.latest-agenda__single .header-agenda__data.single-date > div p:nth-child(2) {
  font-size: 64px;
}
.latest-agenda__single .header-agenda__data.two-dates > div p:nth-child(2) {
  font-size: 48px;
  line-height: 1.3333333333em;
}
.latest-agenda__single .header-agenda__meta {
  padding-left: var(--wp--preset--spacing--16);
  min-height: 20px;
  position: relative;
  z-index: 1;
}
.latest-agenda__single .header-agenda__meta:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  background: var(--wp--preset--color--light-gray);
  z-index: -1;
}
.latest-agenda__single .header-agenda__meta .is-in-corso {
  display: none;
}
.latest-agenda__single .header-agenda__place {
  margin: auto var(--wp--preset--spacing--16) var(--wp--preset--spacing--16);
  border-top: 1px solid var(--wp--preset--color--light-gray);
  padding-top: var(--wp--preset--spacing--16);
}
.latest-agenda__single .header-agenda__place.place-mobile {
  display: none;
}
.latest-agenda__single h3 {
  padding: 8px var(--wp--preset--spacing--16) 0;
}

.entry-content > .alignleft {
  float: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
@media (min-width: 768px) {
  .entry-content > .alignleft {
    -webkit-margin-end: 2em;
            margin-inline-end: 2em;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .entry-content > .alignleft {
    margin-left: -40%;
  }
  .entry-content > .alignleft figcaption {
    text-align: left;
  }
}
.entry-content > .alignright {
  float: right;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
@media (min-width: 768px) {
  .entry-content > .alignright {
    -webkit-margin-start: 2em;
            margin-inline-start: 2em;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .entry-content > .alignright {
    margin-right: -40%;
  }
  .entry-content > .alignright figcaption {
    text-align: left;
  }
}

.single-infografica .premium-label {
  border-top: 1px solid #000;
  padding-top: var(--wp--preset--spacing--24);
}

.paywall {
  position: relative;
  text-align: center;
  border: 1px solid var(--wp--preset--color--light-gray);
  border-top-color: #000;
  margin-top: 48px;
}
.paywall:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  height: 240px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  transform: translateY(-101%);
}
.paywall .content {
  padding: var(--wp--preset--spacing--32);
}
@media (min-width: 992px) {
  .paywall {
    margin-left: -41px;
    margin-right: -40px;
  }
}
.paywall p {
  font-size: var(--wp--preset--font-size--small);
}
.paywall > p {
  background-color: #F7F7F7;
  margin: 0;
  padding: var(--wp--preset--spacing--16);
  font-family: var(--wp--preset--font-family--dm-sans);
  color: #666666;
}
.paywall > p a {
  font-weight: bold;
}
.paywall .wp-block-button + p {
  display: none;
}

.is-sticky {
  position: sticky;
  top: 76px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .is-sticky {
    top: 40px;
  }
}
.is-sticky.intersecting {
  opacity: 0;
}

.entry-sidebar {
  flex: 0 0 23%;
  max-width: 23%;
}
@media (max-width: 991px) {
  .entry-sidebar {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: var(--wp--preset--spacing--32);
  }
}
@media (min-width: 992px) {
  .entry-sidebar {
    border-right: 1px solid var(--wp--preset--color--light-gray);
  }
  .entry-sidebar > * {
    max-width: 300px;
    padding-right: var(--wp--preset--spacing--32);
  }
}
.entry-share {
  border-top: 1px solid var(--wp--preset--color--light-gray);
  padding-top: var(--wp--preset--spacing--16);
}
.entry-share p {
  font-weight: 500;
  color: var(--wp--preset--color--dark-gray);
  font-size: var(--wp--preset--font-size--smaller);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3333333333em;
}
.single-agenda .entry-share {
  margin-top: var(--wp--preset--spacing--32);
}
.entry-social a {
  color: var(--wp--preset--color--primary);
  font-size: 20px;
  margin-right: 7px;
}
.entry-social .icon-mail .path1:before {
  color: var(--wp--preset--color--primary);
}

.copy-link__button {
  position: relative;
}
.copy-link__button p {
  opacity: 0;
  pointer-events: none;
  color: var(--wp--preset--color--primary);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  line-height: 1.2;
  text-transform: none;
  padding-top: 10px;
}
.copy-link__button.is-copied p {
  opacity: 1;
}

.sidebar-meta {
  padding-top: var(--wp--preset--spacing--32);
}
.sidebar-meta .is-side-title {
  display: none;
  font-size: 1.125rem;
}
body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .sidebar-meta,
.sidebar-meta body.single-infografica:not(.is-premium-content) {
  top: calc(76px + var(--wp-admin--admin-bar--height));
}
@media (max-width: 767px) {
  body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .sidebar-meta,
  .sidebar-meta body.single-infografica:not(.is-premium-content) {
    padding-top: var(--wp--preset--spacing--16);
  }
}

.sidebar-latest {
  top: calc(76px + var(--wp-admin--admin-bar--height) + var(--wp--preset--spacing--32));
  padding-right: 0;
}
.sidebar-latest .section-header {
  font-size: var(--wp--preset--font-size--medium);
}
.sidebar-latest a {
  display: flex;
  align-items: flex-start;
  padding-top: var(--wp--preset--spacing--16);
  padding-bottom: var(--wp--preset--spacing--24);
}
@media (max-width: 1199px) {
  .sidebar-latest a {
    flex-wrap: wrap;
  }
  .sidebar-latest a:not(:first-child) figure {
    display: none;
  }
}
.sidebar-latest a:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.sidebar-latest a > div {
  flex: 1;
}
@media (min-width: 1200px) {
  .sidebar-latest a > div {
    padding-right: var(--wp--preset--spacing--16);
  }
}
.sidebar-latest img {
  width: 100%;
  height: auto;
  aspect-ratio: 64/64;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .sidebar-latest img {
    aspect-ratio: 343/253;
  }
}
.sidebar-latest figure {
  flex-basis: 64px;
}
@media (max-width: 1199px) {
  .sidebar-latest figure {
    order: -1;
    flex-basis: 100%;
    margin-bottom: var(--wp--preset--spacing--16);
  }
}
.sidebar-latest h3 {
  font-size: 1rem;
}
.sidebar-latest .is-date {
  font-size: var(--wp--preset--font-size--smaller);
}
@media (max-width: 767px) {
  .sidebar-latest {
    margin-top: var(--wp--preset--spacing--64);
  }
}
@media (max-width: 1199px) {
  .sidebar-latest img {
    margin-bottom: 16px;
  }
}
.sidebar-latest__idee h3 {
  font-weight: 400;
}
@media (max-width: 1199px) {
  .sidebar-latest__idee img {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .is-logo-intersecting .sidebar-meta .is-date, .is-title-above .sidebar-meta .is-date {
    display: none;
  }
  .is-logo-intersecting .sidebar-meta .is-side-title, .is-title-above .sidebar-meta .is-side-title {
    display: block;
  }
  .is-logo-intersecting.single-idee .is-side-title, .is-title-above.single-idee .is-side-title {
    border-bottom: 1px solid var(--wp--preset--color--light-gray);
    padding-bottom: var(--wp--preset--spacing--24);
  }
  .is-logo-intersecting.single-idee .side-autore, .is-title-above.single-idee .side-autore {
    position: relative;
    padding-left: 52px;
  }
  .is-logo-intersecting.single-idee .side-autore .is-author-thumb, .is-title-above.single-idee .side-autore .is-author-thumb {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 40px;
  }
  .is-logo-intersecting.single-idee .side-autore h5, .is-title-above.single-idee .side-autore h5 {
    margin-bottom: 0;
  }
}

body:not(.page):not(.single-storie-e-persone):not(.single-infografica) .entry-sidebar,
body.single-infografica:not(.is-premium-content) .entry-sidebar {
  border-right: 0;
}

.is-author-thumb {
  position: relative;
}
.is-author-thumb img {
  filter: brightness(110%) contrast(110%) saturate(0%);
}
.is-author-thumb:before, .is-author-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-author-thumb:before {
  opacity: 0.3;
  background-image: radial-gradient(circle at left top, rgba(0, 0, 0, 0.5) 0%, #E63036 141%);
  z-index: 1;
}
.is-author-thumb:after {
  background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
}

.side-autore {
  margin-bottom: var(--wp--preset--spacing--24);
}
.side-autore .is-author-thumb {
  max-width: 80px;
}
.side-autore .is-author-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 80/80;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.side-autore .is-autore {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--wp--preset--color--contrast);
  line-height: 1.2222222222em;
}

.sidebar {
  margin-bottom: var(--wp--preset--spacing--32);
}
.sidebar-author {
  position: relative;
  padding-top: var(--wp--preset--spacing--16);
}
.sidebar-author:before {
  content: "";
  position: absolute;
  left: 0;
  right: calc(var(--wp--preset--spacing--32) * -1);
  height: 1px;
  background: var(--wp--preset--color--light-gray);
  top: 0;
}
.sidebar-author .is-author-thumb:before {
  opacity: 0.6;
}
.sidebar-author .is-author-thumb img {
  /*aspect-ratio: 304/480;*/
  display: block;
}
.sidebar-author .is-sticky {
  top: calc(76px + var(--wp-admin--admin-bar--height));
}
.sidebar-author h4 {
  font-weight: 500;
  color: var(--wp--preset--color--dark-gray);
  font-size: var(--wp--preset--font-size--smaller);
  text-transform: uppercase;
  line-height: 1.3333333333em;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.author-wrapper {
  position: relative;
}

.author-contacts {
  position: absolute;
  bottom: 10px;
  left: var(--wp--preset--spacing--16);
  right: var(--wp--preset--spacing--16);
  z-index: 3;
}
.author-contacts h4 {
  color: var(--wp--preset--color--base);
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.author-contacts a {
  display: inline-flex;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: var(--wp--preset--color--base);
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.author-contacts a:not(:last-child) {
  margin-right: 10px;
}
.author-contacts span, .author-contacts .icon-mail .path1:before {
  color: var(--wp--preset--color--primary);
}

.author-bio {
  line-height: 1.375em;
}

.is-add-to-calendar, .is-visit-website, .is-register {
  display: block;
  text-align: center;
  border-radius: 8px;
  transition: opacity 0.5s ease-in-out;
}
.is-add-to-calendar:hover, .is-visit-website:hover, .is-register:hover {
  opacity: 0.6;
}

.is-add-to-calendar, .is-visit-website {
  font-weight: 500;
  border: 1px solid var(--wp--preset--color--light-gray);
  margin-bottom: var(--wp--preset--spacing--16);
  font-size: 14px;
  line-height: 1.4285714286em;
  padding-top: 9px;
  padding-bottom: 9px;
}
.is-add-to-calendar span, .is-visit-website span {
  margin-right: 4px;
  font-size: 16px;
  top: 2px;
  position: relative;
}

.is-register {
  font-weight: 700;
  background-color: #000;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
}

.progress-container {
  position: fixed;
  top: var(--wp-admin--admin-bar--height);
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(var(--wp--custom--layout--content-size) - var(--wp--style--root--padding-left) * 2);
  z-index: 1000;
  background-color: transparent;
  height: 4px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.is-menu-open .progress-container {
  opacity: 0;
}
@media (max-width: 599px) {
  .is-sticky-header .progress-container {
    top: 0;
  }
}

.progress-bar {
  background-color: var(--wp--preset--color--primary);
  width: 0%;
  display: block;
  height: inherit;
  max-width: 100%;
}

.box-content {
  -webkit-margin-after: var(--wp--preset--spacing--64);
          margin-block-end: var(--wp--preset--spacing--64);
}
.box-content .section-header {
  padding-top: var(--wp--preset--spacing--24);
}
.box-content .is-occhiello {
  line-height: 1.1428571429;
}
.box-content .is-autore span {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box-content .is-autore + .is-date {
  margin-left: 8px;
}
.box-content img {
  width: 100%;
  height: auto;
  aspect-ratio: 415/235;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.box__meta span {
  font-size: var(--wp--preset--font-size--smaller);
  line-height: 1.3;
}

.keep-reading .section-header {
  padding-top: var(--wp--preset--spacing--16);
  margin-bottom: var(--wp--preset--spacing--16);
}
.keep-reading > .wp-block-columns {
  border-top: 1px solid var(--wp--preset--color--light-gray);
  padding-top: var(--wp--preset--spacing--16);
}

.related-posts .wp-block-columns {
  gap: var(--wp--preset--spacing--32);
  flex-wrap: nowrap !important;
}
@media (max-width: 767px) {
  .related-posts .wp-block-columns {
    overflow: auto;
    padding-bottom: 28px;
    margin-bottom: 0;
  }
  .related-posts .wp-block-columns .wp-block-column {
    min-width: 280px;
  }
}
.related-posts .wp-block-column:not(:last-child) {
  position: relative;
}
.related-posts .wp-block-column:not(:last-child):after {
  content: "";
  position: absolute;
  right: calc(var(--wp--preset--spacing--32) / 2 * -1);
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--wp--preset--color--light-gray);
}
@media (min-width: 768px) {
  .related-posts .wp-block-column {
    max-width: 33.3333333333%;
  }
}
.related-posts .wp-block-column > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.related-posts .is-occhiello {
  margin-bottom: 4px;
}
.related-posts h3 {
  font-size: 1.75rem;
  line-height: 1.2142857143;
}
@media (max-width: 1199px) {
  .related-posts h3 {
    font-size: var(--wp--preset--font-size--large);
  }
}
@media (max-width: 767px) {
  .related-posts h3 {
    font-size: 1rem;
  }
}
.related-posts .box__meta {
  margin: auto 0 12px;
}

.most-read__wrapper {
  counter-reset: section;
}
@media (min-width: 768px) and (max-width: 991px) {
  .most-read__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0;
  }
}
.most-read__wrapper a {
  padding-bottom: 20px !important;
  gap: var(--wp--preset--spacing--32);
  padding: var(--wp--preset--spacing--16) 0 var(--wp--preset--spacing--32);
  border-top: 1px solid var(--wp--preset--color--light-gray);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .most-read__wrapper a:first-child {
    grid-area: 1/1/5/2;
    border-bottom: 0;
  }
  .most-read__wrapper a:first-child h3 {
    font-size: 24px;
  }
  .most-read__wrapper a:not(:first-child) h3 {
    font-size: var(--wp--preset--font-size--medium) !important;
  }
  .most-read__wrapper a:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .most-read__wrapper a:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .most-read__wrapper a:nth-child(4) {
    grid-area: 3/2/4/3;
  }
  .most-read__wrapper a:nth-child(5) {
    grid-area: 4/2/5/3;
  }
}
.listing-sidebar .most-read__wrapper a {
  padding-bottom: var(--wp--preset--spacing--24);
}
.listing-sidebar .most-read__wrapper a:first-child {
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 781px) {
  .most-read__wrapper a {
    gap: 0;
    padding-bottom: var(--wp--preset--spacing--24);
  }
  .most-read__wrapper a:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .most-read__wrapper a:not(:first-child) figure {
    display: none;
  }
}
.most-read__wrapper a > div {
  counter-increment: section;
}
.most-read__wrapper a > div:before {
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  font-family: var(--wp--preset--font-family--dm-serif-text);
  font-size: 5rem;
  color: var(--wp--preset--color--primary);
  text-align: center;
}
@media (max-width: 781px) {
  .most-read__wrapper a > div:before {
    width: 32px;
    font-size: 2.25em;
    line-height: 0.7777777778em;
  }
}
.listing-sidebar .most-read__wrapper a > div:before {
  width: 32px;
  font-size: 2.25em;
  line-height: 0.7777777778em;
}
.most-read__wrapper div {
  max-width: 74%;
  padding-left: 29%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .most-read__wrapper div {
    padding-left: 15%;
  }
}
@media (max-width: 781px) {
  .most-read__wrapper div {
    padding-left: 40px;
    position: relative;
  }
}
.listing-sidebar .most-read__wrapper div {
  padding-left: 40px;
  position: relative;
}
@media (min-width: 782px) {
  .most-read__wrapper figure {
    max-width: 26%;
    margin-bottom: 0;
  }
}
@media (max-width: 781px) {
  .most-read__wrapper figure {
    order: -1;
  }
}
.most-read__wrapper h3 {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.1666666667;
}
.most-read__wrapper .is-excerpt {
  color: #333333;
  max-height: 4.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
@media (max-width: 781px) {
  .most-read .is-occhiello, .most-read .is-excerpt, .most-read .box__meta {
    display: none;
  }
}
.listing-sidebar .most-read a {
  display: block;
}
.listing-sidebar .most-read div, .listing-sidebar .most-read figure {
  max-width: 100%;
}
.listing-sidebar .most-read .section-header {
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: var(--wp--preset--spacing--16);
}
.listing-sidebar .most-read figure {
  margin-bottom: 12px;
}
.listing-sidebar .most-read img {
  width: 100%;
  height: auto;
  aspect-ratio: 304/172;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.listing-sidebar .most-read h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

.pagination {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.pagination .page-numbers {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  min-width: 28px;
  line-height: 28px;
  text-align: center;
  font-family: var(--wp--preset--font-family--dm-sans);
  font-size: var(--wp--preset--font-size--small);
}
.pagination .dots {
  border: 0;
}
.pagination .prev {
  transform: rotate(-180deg);
}
.pagination .current {
  font-weight: bold;
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.pagination .prev, .pagination .next {
  font-size: var(--wp--preset--font-size--default);
}
.pagination .prev span, .pagination .next span {
  position: relative;
  top: 1.5px;
  left: 1px;
}

.page-template .wrapper > *:first-child, .archive .wrapper > *:first-child {
  margin-top: var(--wp--preset--spacing--32);
}
.page-template .wrapper > h1, .archive .wrapper > h1 {
  font-size: var(--wp--preset--font-size--x-large);
}

.listing-wrapper {
  display: flex;
  gap: var(--wp--preset--spacing--32);
  -webkit-margin-after: var(--wp--preset--spacing--64);
          margin-block-end: var(--wp--preset--spacing--64);
}
@media (max-width: 991px) {
  .listing-wrapper {
    flex-wrap: wrap;
  }
}
.tax-tipologia .listing-wrapper {
  position: relative;
  margin-top: 16px;
}
.tax-tipologia .listing-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  bottom: 0;
  background-color: #E4EEF9;
  z-index: -1;
}
@media (max-width: 1439px) {
  .tax-tipologia .listing-wrapper:before {
    left: 0;
    right: 0;
  }
}
.listing-content {
  overflow: hidden;
  flex: 1;
}
@media (max-width: 991px) {
  .listing-content {
    flex: 0 0 100%;
  }
}
.tax-tipologia .listing-content .pagination {
  padding-bottom: var(--wp--preset--spacing--32);
}
.listing-single {
  display: flex;
  gap: var(--wp--preset--spacing--16);
  padding-top: var(--wp--preset--spacing--16);
  padding-bottom: var(--wp--preset--spacing--32);
  border-top: 1px solid var(--wp--preset--color--light-gray);
}
@media (max-width: 767px) {
  .listing-single {
    flex-wrap: wrap;
  }
  .listing-single > div {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .listing-single {
    gap: 0;
  }
}
body:not(.post-type-archive-storie-e-persone):not(.post-type-archive-rivista):not(.tax-tipologia) .listing-single:last-of-type:not(.listing-speciale) {
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
@media (min-width: 768px) {
  body:not(.paged) .listing-single.listing-big:not(.listing-speciale) {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  body:not(.paged) .listing-single.listing-big:not(.listing-speciale) .listing-text {
    order: 1;
  }
  body:not(.paged) .listing-single.listing-big:not(.listing-speciale) .listing-text h3 {
    font-size: var(--wp--preset--font-size--x-large);
  }
  body:not(.paged) .listing-single.listing-big:not(.listing-speciale) .listing-text, body:not(.paged) .listing-single.listing-big:not(.listing-speciale) .listing-thumb {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box;
    padding-left: var(--wp--preset--spacing--16);
  }
}
.post-type-archive-idee .listing-single h3 {
  font-weight: 400;
}
@media (min-width: 992px) {
  .listing-sidebar {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .listing-sidebar {
    flex: 0 0 100%;
  }
  .listing-sidebar > div {
    display: flex;
    gap: var(--wp--preset--spacing--16);
  }
  .listing-sidebar > div > div {
    flex: 1;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .listing-sidebar > div > div img {
    aspect-ratio: 304/172;
  }
}
@media (max-width: 767px) {
  .listing-sidebar > div {
    flex-wrap: wrap;
  }
  .listing-sidebar > div > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-sidebar .sidebar + .sidebar {
    margin-top: 0;
  }
}
.listing-date, .listing-thumb {
  flex: 1;
}
.listing-single:not(.listing-speciale) .listing-date, .listing-single:not(.listing-speciale) .listing-thumb {
  max-width: 25%;
}
.listing-text {
  flex: 1;
}
body:not(.tax-autore) .listing-single:not(.listing-speciale) .listing-text {
  max-width: 50%;
}
@media (max-width: 1199px) {
  body:not(.tax-autore) .listing-single:not(.listing-speciale) .listing-text {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  body:not(.tax-autore) .listing-single:not(.listing-speciale) .listing-text {
    order: 2;
  }
}
.listing-text .is-excerpt {
  max-height: 4.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .listing-thumb {
    order: 1;
    margin-bottom: var(--wp--preset--spacing--16);
  }
}
.listing-thumb img {
  width: 100%;
  aspect-ratio: 240/135;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .listing-date {
    max-width: 15%;
  }
}
@media (min-width: 768px) {
  .listing-date.empty {
    position: relative;
  }
  .listing-date.empty p {
    opacity: 0;
    pointer-events: none;
  }
  .listing-date.empty:before {
    content: "";
    position: absolute;
    left: 0;
    right: -16px;
    top: -18px;
    height: 3px;
    background: #fff;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .listing-date {
    order: 3;
  }
}

.authors-wrapper {
  -webkit-margin-after: 28px;
          margin-block-end: 28px;
}
.authors-wrapper h2 {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.authors-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--wp--preset--spacing--16) * -1);
  margin-right: calc(var(--wp--preset--spacing--16) * -1);
}
.authors-list > div {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 24px;
  padding-left: var(--wp--preset--spacing--16);
  padding-right: var(--wp--preset--spacing--16);
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .authors-list > div {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .authors-list > div {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .authors-list > div {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.authors-list h3 {
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--wp--preset--color--primary);
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
  padding-bottom: var(--wp--preset--spacing--16);
}
.authors-list p {
  margin-bottom: 12px;
  line-height: 1.2222222222em;
  font-size: 1.125rem;
}

.listing-content-wrapper {
  display: flex;
  margin-left: calc(var(--wp--preset--spacing--16) * -1);
  margin-right: calc(var(--wp--preset--spacing--16) * -1);
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.listing-content-wrapper > .listing-single {
  padding-left: var(--wp--preset--spacing--16);
  padding-right: var(--wp--preset--spacing--16);
  box-sizing: border-box;
  display: block;
  border: 0;
}

.post-type-archive-storie-e-persone .listing-bg, .hp-storie .listing-bg {
  position: relative;
}
.post-type-archive-storie-e-persone .listing-bg img, .hp-storie .listing-bg img {
  aspect-ratio: 304/480;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-storie-e-persone .listing-bg:after, .hp-storie .listing-bg:after {
  content: "";
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.post-type-archive-storie-e-persone .listing-bg-content, .hp-storie .listing-bg-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 var(--wp--preset--spacing--16) var(--wp--preset--spacing--24);
  color: var(--wp--preset--color--base);
}
.post-type-archive-storie-e-persone .is-occhiello-label, .hp-storie .is-occhiello-label {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.1428571429em;
  border: 1px solid var(--wp--preset--color--base);
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
}
.post-type-archive-storie-e-persone .is-occhiello-label span, .hp-storie .is-occhiello-label span {
  padding: 8px;
  display: inline-block;
}
.post-type-archive-storie-e-persone .is-occhiello-label span:not(.icon), .hp-storie .is-occhiello-label span:not(.icon) {
  border-left: 1px solid var(--wp--preset--color--base);
}
.post-type-archive-storie-e-persone .is-occhiello-label .icon, .hp-storie .is-occhiello-label .icon {
  font-size: 1.7142857143em;
  padding: 4px;
}
.post-type-archive-storie-e-persone .is-autore, .hp-storie .is-autore {
  color: var(--wp--preset--color--base);
}

.post-type-archive-rivista .rivista, .tax-tipologia .rivista, .single-rivista .rivista {
  margin-top: 0 !important;
}
.post-type-archive-rivista .entry-header, .tax-tipologia .entry-header, .single-rivista .entry-header {
  padding-bottom: var(--wp--preset--spacing--16) !important;
}
@media (max-width: 991px) or (min-width: 1200px) {
  .post-type-archive-rivista .listing-bg figure, .tax-tipologia .listing-bg figure, .single-rivista .listing-bg figure {
    padding: 0 20px;
  }
}
.post-type-archive-rivista .listing-bg img, .tax-tipologia .listing-bg img, .single-rivista .listing-bg img {
  aspect-ratio: 264/376;
}
.post-type-archive-rivista .listing-title, .tax-tipologia .listing-title, .single-rivista .listing-title {
  text-align: center;
  margin-top: var(--wp--preset--spacing--16);
}

.post-type-archive-storie-e-persone .listing-content-wrapper > a, .post-type-archive-rivista .listing-content-wrapper > a, .tax-tipologia .listing-content-wrapper > a {
  max-width: 25%;
}
@media (max-width: 991px) {
  .post-type-archive-storie-e-persone .listing-content-wrapper > a, .post-type-archive-rivista .listing-content-wrapper > a, .tax-tipologia .listing-content-wrapper > a {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .post-type-archive-storie-e-persone .listing-content-wrapper > a, .post-type-archive-rivista .listing-content-wrapper > a, .tax-tipologia .listing-content-wrapper > a {
    max-width: 100%;
    flex: 100%;
  }
}
.post-type-archive-storie-e-persone .listing-date-top, .post-type-archive-rivista .listing-date-top, .tax-tipologia .listing-date-top {
  border-top: 1px solid var(--wp--preset--color--light-gray);
  padding: var(--wp--preset--spacing--16) 0;
}
.post-type-archive-storie-e-persone .listing-date-top p, .post-type-archive-rivista .listing-date-top p, .tax-tipologia .listing-date-top p {
  line-height: 1.1428571429em;
}
.post-type-archive-storie-e-persone .listing-bg img, .post-type-archive-rivista .listing-bg img, .tax-tipologia .listing-bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.listing-speciale {
  max-width: 33.3333333333%;
  position: relative;
}
@media (max-width: 767px) {
  .listing-speciale {
    max-width: 100%;
  }
}
.listing-speciale .is-autore, .listing-speciale .is-date {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.3;
}
.listing-speciale .is-autore + .is-date {
  margin-left: 3px;
}
body:not(.paged) .listing-speciale.listing-big {
  padding-top: var(--wp--preset--spacing--32);
  padding-bottom: var(--wp--preset--spacing--32);
  border-top: 1px solid var(--wp--preset--color--light-gray);
  max-width: 100%;
  display: flex !important;
  gap: var(--wp--preset--spacing--32);
  align-items: center;
}
@media (max-width: 991px) {
  body:not(.paged) .listing-speciale.listing-big {
    flex-direction: column !important;
    gap: 0 !important;
  }
}
body:not(.paged) .listing-speciale.listing-big .listing-text {
  max-width: 31.5%;
}
@media (max-width: 991px) {
  body:not(.paged) .listing-speciale.listing-big .listing-text {
    max-width: 100% !important;
    flex: 1 !important;
  }
}
body:not(.paged) .listing-speciale.listing-big .listing-thumb {
  order: 1;
  flex: 1;
}
@media (max-width: 991px) {
  body:not(.paged) .listing-speciale.listing-big .listing-thumb {
    order: -1;
  }
}
body:not(.paged) .listing-speciale.listing-big .is-excerpt {
  max-height: 9.75em;
  -webkit-line-clamp: 6;
}
body:not(.paged) .listing-speciale.listing-big h3 {
  font-size: var(--wp--preset--font-size--x-large);
}
.listing-speciale:after {
  content: "";
  position: absolute;
  left: var(--wp--preset--spacing--16);
  right: var(--wp--preset--spacing--16);
  top: 0;
  height: 1px;
  background-color: var(--wp--preset--color--light-gray);
}
.listing-speciale .is-date-at-bottom {
  display: none;
}
body:not(.paged) .listing-speciale.listing-big:after {
  display: none;
}
body:not(.paged) .listing-speciale.listing-big .is-date-at-top {
  display: none;
}
body:not(.paged) .listing-speciale.listing-big .is-date-at-bottom {
  display: inline-block;
}

.term-intro {
  padding: var(--wp--preset--spacing--32) 0 var(--wp--preset--spacing--16);
}
.term-intro h2, .term-intro p {
  margin: 0;
}
.term-intro h2 {
  font-weight: 400;
}

.page-template-sezioni .wp-block-columns {
  margin-bottom: 0;
}
.page-template-sezioni .wp-block-column {
  flex-basis: 25% !important;
  max-width: 25%;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .page-template-sezioni .wp-block-column {
    flex-basis: 33.3333333333% !important;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .page-template-sezioni .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.hp-sezioni .wp-block-column {
  flex-basis: 25% !important;
  max-width: 25%;
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
}
@media (max-width: 991px) {
  .hp-sezioni .wp-block-column {
    flex-basis: 50% !important;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .hp-sezioni .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
  }
}

.page-template-sezioni .sezioni-wrapper .wp-block-columns, .hp-sezioni .sezioni-wrapper .wp-block-columns {
  flex-wrap: wrap !important;
  margin-left: calc(var(--wp--preset--spacing--16) * -1);
  margin-right: calc(var(--wp--preset--spacing--16) * -1);
}
.page-template-sezioni .sezioni-wrapper .wp-block-column, .hp-sezioni .sezioni-wrapper .wp-block-column {
  padding-left: var(--wp--preset--spacing--16);
  padding-right: var(--wp--preset--spacing--16);
  box-sizing: border-box;
}
.page-template-sezioni .sezioni-wrapper .wp-block-column > div:not(:last-of-type), .hp-sezioni .sezioni-wrapper .wp-block-column > div:not(:last-of-type) {
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
  margin-bottom: var(--wp--preset--spacing--16);
}
.page-template-sezioni .sezioni-wrapper .wp-block-column > div:last-of-type, .hp-sezioni .sezioni-wrapper .wp-block-column > div:last-of-type {
  margin-bottom: var(--wp--preset--spacing--64);
}
.page-template-sezioni .sezioni-wrapper .section-header, .hp-sezioni .sezioni-wrapper .section-header {
  font-size: var(--wp--preset--font-size--medium);
}
.page-template-sezioni .sezioni-wrapper img, .hp-sezioni .sezioni-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 303/171;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-template-sezioni .sezioni-wrapper h3, .hp-sezioni .sezioni-wrapper h3 {
  font-size: var(--wp--preset--font-size--medium);
}
@media (max-width: 1199px) {
  .page-template-sezioni .sezioni-wrapper h3, .hp-sezioni .sezioni-wrapper h3 {
    font-size: 16px;
  }
}
.page-template-sezioni .sezioni-wrapper .is-date, .hp-sezioni .sezioni-wrapper .is-date {
  font-size: var(--wp--preset--font-size--smaller);
}

h2.sup-title {
  color: var(--wp--preset--color--contrast);
}

.page-title img {
  height: 48px;
  width: auto;
  display: block;
}

.fixed-side-wrapper {
  display: flex;
  min-height: calc(100vh - var(--wp-admin--admin-bar--height) - 65px - 200px);
}
@media (max-width: 991px) {
  .fixed-side-wrapper {
    flex-direction: column;
  }
}

.fixed-side {
  margin-top: calc(var(--wp--preset--spacing--32) * -1);
  padding-top: var(--wp--preset--spacing--32);
  margin-bottom: calc(var(--wp--preset--spacing--64) * -1);
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .fixed-side {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .fixed-side {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
    padding: 32px 16px 16px;
  }
}
.fixed-side + div {
  flex: 1;
}
@media (min-width: 992px) {
  .fixed-side {
    background-color: #000;
  }
  .fixed-side > div {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height) + 65px + var(--wp--preset--spacing--32));
    left: 0;
  }
  .fixed-side:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 50vw;
    background-size: cover;
    background-attachment: fixed;
    background-position: center right;
  }
  .fixed-side__agenda:before {
    background-image: url("../images/agenda.jpg");
  }
  .fixed-side__agenda + div {
    margin-left: -100px;
    position: relative;
    z-index: 2;
  }
  .fixed-side__mappa-attivismo:before {
    background-image: url("../images/mappa-attivismo.jpg");
    background-position: center left;
  }
  .fixed-side__inchiesta:before {
    background-image: url("../images/inchiesta.jpg");
    background-position: center left;
  }
}
.fixed-side h1 {
  margin-bottom: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .fixed-side h1 {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 991px) {
  .fixed-side h1 {
    color: rgba(0, 0, 0, 0.6);
  }
}
.fixed-side h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .fixed-side h2 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .fixed-side h2, .fixed-side .text {
    color: #fff;
  }
}
.fixed-side .text {
  font-weight: 500;
  line-height: 1.1666666667em;
}
@media (max-width: 1199px) {
  .fixed-side .text {
    font-size: var(--wp--preset--font-size--default) !important;
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .fixed-side.grid-3 {
    max-width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .fixed-side.grid-3 {
    max-width: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fixed-side.grid-3 {
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .fixed-side.grid-3 > div {
    max-width: 272px;
  }
}
@media (min-width: 992px) {
  .fixed-side.grid-5 {
    max-width: 41.6666666667%;
  }
  .fixed-side.grid-5 > div {
    max-width: 375px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fixed-side.grid-5 > div {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .fixed-side.grid-6 {
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fixed-side.grid-6 {
    max-width: 35%;
  }
}

.post-type-archive-agenda {
  background: #F7F7F7;
}

.agenda-archive-content .latest-agenda__single {
  max-width: 100%;
  flex-direction: row;
  background-color: #fff;
  margin-bottom: var(--wp--preset--spacing--32);
  flex-wrap: nowrap;
}
@media (max-width: 649px) {
  .agenda-archive-content .latest-agenda__single {
    flex-direction: column;
  }
}
.agenda-archive-content .latest-agenda__single .header-agenda__data > div {
  margin-top: var(--wp--preset--spacing--16);
  margin-bottom: 8px;
}
.post-type-archive-agenda .agenda-archive-content .latest-agenda__single .header-agenda__meta:before {
  display: none;
}
@media (min-width: 650px) {
  .agenda-archive-content .latest-agenda__single .header-agenda__meta {
    padding-top: var(--wp--preset--spacing--16);
  }
}
@media (max-width: 649px) {
  .agenda-archive-content .latest-agenda__single .header-agenda__meta {
    position: relative;
    z-index: 1;
  }
  .agenda-archive-content .latest-agenda__single .header-agenda__meta:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 1px;
    background: var(--wp--preset--color--light-gray);
    z-index: -1;
  }
}
.agenda-archive-content .latest-agenda__single .header-agenda__place {
  text-align: center;
}
@media (min-width: 650px) {
  .agenda-archive-content .latest-agenda__single .header-agenda__place {
    margin-left: 0;
    margin-right: 0;
  }
}
.agenda-archive-content .latest-agenda__single .header-agenda__place.place-mobile {
  display: block;
}
@media (max-width: 649px) {
  .agenda-archive-content .latest-agenda__single .header-agenda__place.place-mobile {
    display: none;
  }
}
.agenda-archive-content .latest-agenda__single .header-agenda__place.place-desktop {
  display: none;
}
@media (max-width: 649px) {
  .agenda-archive-content .latest-agenda__single .header-agenda__place.place-desktop {
    display: block;
  }
}
.agenda-archive-content .latest-agenda__single > .is-in-corso {
  font-size: 16px;
  padding: 6px;
}
.agenda-archive-content .latest-agenda__single > .is-in-corso + .latest-agenda__date, .agenda-archive-content .latest-agenda__single > .is-in-corso + .latest-agenda__date + .latest-agenda__content {
  padding-top: 27px;
}
.agenda-archive-content .latest-agenda__single .subtitle {
  color: #666666;
  line-height: 1.25em;
}
.agenda-archive-content .latest-agenda__single .subtitle, .agenda-archive-content .latest-agenda__single .wp-block-button {
  padding: 0 var(--wp--preset--spacing--16);
}
.agenda-archive-content .latest-agenda__single h3 {
  margin-bottom: 8px;
}
.agenda-archive-content .latest-agenda__date {
  display: flex;
  flex-direction: column;
}
@media (min-width: 650px) {
  .agenda-archive-content .latest-agenda__date {
    width: 30%;
    border-right: 1px solid var(--wp--preset--color--light-gray);
  }
}
.agenda-archive-content .latest-agenda__content {
  padding-bottom: var(--wp--preset--spacing--24);
}
@media (min-width: 650px) {
  .agenda-archive-content .latest-agenda__content {
    max-width: 70%;
  }
}

.adv.adv-masthead {
  -webkit-margin-before: 16px !important;
          margin-block-start: 16px !important;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media (max-width: 767px) {
  .adv.adv-masthead {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.adv a, .adv img {
  display: block;
}
.adv img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}
.adv .adv-title {
  text-align: center;
  font-size: 8px;
  color: #999999;
  letter-spacing: 1.5px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.adv + .intro-single-newsletter, .adv + article.agenda {
  border-top: 1px solid #D9D9D9;
}
.adv + .sidebar {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .adv + .sidebar {
    margin-top: 0;
  }
}
.adv + .hp-intro, .adv + article.rivista, .adv + .rivista, .adv + h1.page-title, .adv + h2.sup-title {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .adv + .hp-intro.big, .adv + article.rivista.big, .adv + .rivista.big, .adv + h1.page-title.big, .adv + h2.sup-title.big {
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .adv + .hp-intro.big-bg, .adv + article.rivista.big-bg, .adv + .rivista.big-bg, .adv + h1.page-title.big-bg, .adv + h2.sup-title.big-bg {
    padding-top: 48px;
  }
}
.adv + .hp-intro, .adv + article.rivista, .adv + article.post, .adv + .rivista, .adv + h1.page-title, .adv + h2.sup-title {
  position: relative;
}
.adv + .hp-intro:after, .adv + article.rivista:after, .adv + article.post:after, .adv + .rivista:after, .adv + h1.page-title:after, .adv + h2.sup-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar-width));
  height: 1px;
  background: #D9D9D9;
}
.adv + article.rivista, .adv + .rivista {
  padding-top: 0;
}
@media (max-width: 767px) {
  .adv + .hp-intro.big > div .hp-intro__single:first-child .listing-thumb {
    margin-top: 0;
  }
}

.adv-half_page {
  border-top: 1px solid #D9D9D9;
}
.adv-half_page .adv-title {
  padding-top: 16px;
}

.single-rivista .adv-half_page {
  margin-top: calc(var(--wp--preset--spacing--24) * -1);
}

.single-podcast .adv-half_page {
  margin-top: 32px;
}

.single-agenda .adv-half_page {
  margin-top: -16px;
}

@media (max-width: 991px) {
  .listing-sidebar > div {
    flex-wrap: wrap;
  }
  .listing-sidebar > div .adv {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-sidebar > div .adv img {
    aspect-ratio: auto;
  }
}
.is-animated-title {
  color: var(--wp--preset--color--primary);
  text-underline-offset: 0.1em;
}
.is-animated-title span {
  color: var(--wp--preset--color--contrast);
}
.is-animated-title:hover {
  text-decoration: underline;
}