/* Stamp featured image mode override */
.u-stamp-sticky-wrapper {
  --u-stamp-photo-url: none;
  --u-stamp-red-overlay-opacity: 0.62;
}
.u-stamp-product-image {
  position: absolute;
  inset: 6px 6px 6px 22px;
  background-image:
    linear-gradient(
      rgb(181 18 27 / var(--u-stamp-red-overlay-opacity)),
      rgb(181 18 27 / var(--u-stamp-red-overlay-opacity))
    ),
    var(--u-stamp-photo-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
:root {
  --font-main: "Manrope", sans-serif;
  --primary-red: #b5121b;
  --ulisse-dark: #1a1a1a;
  --bg-light: #f9f9f9;
  --border-color: #e0e0e0;
  --wp--style--global--content-size: 823px;
  --wp--style--global--wide-size: min(1600px, 94vw);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--ulisse-dark);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
p {
  color: #555;
}
.u-on-dark {
  color: #fff;
}
.u-on-dark a,
.u-on-dark li,
.u-on-dark p {
  color: inherit;
}
.u-on-dark .u-text-muted,
.u-on-dark small {
  color: #bbb;
}
.btn,
.menu,
.menu a,
.navbar,
.navbar *,
.site-header,
.site-header .nav-link,
.site-header .navbar,
.site-title,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-family: var(--font-main);
}
.h1,
h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
}
.h2,
h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 600;
  line-height: 1.2;
}
.h3,
h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.3;
}
.container {
  width: min(1600px, 94vw);
  margin-inline: auto;
}
.alignwide {
  width: min(1600px, 94vw);
  max-width: min(1600px, 94vw);
  margin-left: auto;
  margin-right: auto;
}
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.bg-ulisse {
  background-color: var(--primary-red) !important;
}
.u-home-ulisse {
  background-color: #fff;
  border-bottom: 0;
}
.u-home-ulisse__hero-container {
  width: 100%;
  margin-bottom: 2.75rem;
}
.u-home-ulisse__hero-img {
  width: 100%;
  height: 65vh;
  min-height: 360px;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.u-home-ulisse__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem 4.2rem;
  text-align: center;
}
.u-home-ulisse__title {
  margin: 0 0 1.45rem;
  font-family: var(--font-main);
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.2;
  color: var(--ulisse-dark);
  letter-spacing: -0.02em;
}
.u-home-ulisse__desc {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(1rem, 2.1vw, 1.18rem);
  line-height: 1.95;
  color: #555;
  max-width: 74ch;
  margin-left: auto;
  margin-right: auto;
}
.u-home-pillars-grid {
  background: var(--u-pillars-bg, #fff);
  border-top: 0;
  padding-top: 1.8rem;
  padding-bottom: 3.2rem;
  border-bottom: 0;
  margin-top: 0;
}
.u-home-pillars-grid + .u-home-team {
  border-top: 0 !important;
}
.u-home-pillars-grid.u-home-pillars-grid--with-top-divider {
  border-top: 1px solid var(--border-color) !important;
}
.u-home-ulisse + .u-home-pillars-grid {
  border-top: 0;
  padding-top: 1.8rem;
}
.u-home-ulisse + .u-home-pillars-grid.u-home-pillars-grid--with-top-divider {
  border-top: 1px solid var(--border-color) !important;
  padding-top: 1.8rem;
}
.u-pattern-seamless {
  border-top: 0 !important;
  margin-top: 0 !important;
}
.u-pattern-seamless + .u-pattern-seamless {
  border-top: 0 !important;
  margin-top: 0 !important;
}
.ulisse-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 2.5rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-main);
}
.ulisse-card:hover {
  border-color: var(--primary-red);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.ulisse-card-icon {
  font-size: var(--u-pillar-icon-size, 2.2rem);
  color: var(--u-pillar-icon-color, var(--primary-red));
  margin-bottom: 1.2rem;
  opacity: 0.9;
}
.ulisse-card-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--ulisse-dark);
}
.ulisse-card-sub {
  margin: 0;
  font-family: var(--font-main);
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}
.u-home-hero {
  min-height: max(430px, 58vh);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.u-home-hero__content {
  max-width: 860px;
  padding: 3.5rem 0;
}
.u-home-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  color: #fff;
  font-weight: 700;
}
.u-home-hero__text {
  margin: 0;
  font-size: 1.05rem;
  max-width: 72ch;
  color: rgba(255, 255, 255, 0.92);
}
.u-home-pillars {
  background: #fff;
}
.u-home-pillar-card {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
.u-home-pillar-card__head {
  padding: 1rem 1rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.u-home-pillar-card__head i {
  color: var(--primary-red);
  font-size: 1.2rem;
}
.u-home-pillar-card__head h2 {
  margin: 0;
  font-size: 1.05rem;
  color: var(--ulisse-dark);
}
.u-home-pillar-card .accordion-button {
  font-size: 0.92rem;
  font-weight: 600;
}
.u-home-pillar-card .accordion-button:not(.collapsed) {
  background: #fff4f5;
  color: var(--primary-red);
}
.u-home-pillar-card .accordion-button:focus {
  box-shadow: none;
}
.u-home-pillar-card .accordion-body {
  font-size: 0.92rem;
  color: #555;
}
.u-home-pillar-link {
  color: var(--primary-red);
  text-decoration: none;
  font-weight: 700;
}
.u-home-pillar-list {
  list-style: none;
  padding: 0 1rem 1rem;
  margin: 0;
}
.u-home-pillar-list li + li {
  margin-top: 0.65rem;
}
.u-home-pillar-list a {
  display: inline-block;
  color: #444;
  text-decoration: none;
  font-weight: 600;
}
.u-home-pillar-list a:focus,
.u-home-pillar-list a:hover {
  color: var(--primary-red);
}
.u-home-empty {
  padding: 0 1rem 1rem;
  color: #666;
  margin: 0;
}
.u-home-vetrina {
  background: var(--bg-light);
}
.u-home-vetrina__card {
  border: 1px solid var(--border-color);
  background: #fff;
  overflow: hidden;
}
.u-home-vetrina__badge {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--primary-red);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.u-home-vetrina__title {
  margin: 0 0 0.8rem;
  color: var(--ulisse-dark);
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
}
.u-home-vetrina__text {
  color: #666;
  margin-bottom: 1.2rem;
}
.u-home-vetrina__image {
  min-height: 320px;
  object-fit: cover;
}
.u-home-updates {
  background: var(--u-home-news-bg, #fffafb);
}
.u-home-news__header {
  gap: 1rem;
}
.u-home-section-title {
  margin: 0 0 0.7rem;
  color: var(--ulisse-dark);
  font-family: var(--font-main);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
}
.u-home-section-subtitle {
  margin-top: 0.6rem;
  color: #666;
  font-family: var(--font-main);
  font-size: 1rem;
}
.u-home-updates__eyebrow {
  color: var(--primary-red);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.u-home-news-card {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
}
.u-home-news-card__image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.8rem;
}
.u-home-news-card__date {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--primary-red);
  font-size: 0.72rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.u-home-news-card__date i {
  font-size: 0.85rem;
}
.u-home-news-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  line-height: 1.35;
  min-height: calc(1.35em * 2);
}
.u-home-news-card__title a {
  display: block;
  text-decoration: none;
  color: var(--ulisse-dark);
}
.u-home-news-card__title a:focus,
.u-home-news-card__title a:hover {
  color: var(--primary-red);
}
.u-home-news-card__excerpt {
  margin: 0;
  color: #666;
  font-size: 0.92rem;
}
.u-home-news-card__read {
  margin-top: 0.95rem;
  display: inline-block;
  text-decoration: none;
  color: var(--primary-red);
  border: 1px solid var(--primary-red);
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.85rem;
  font-family: var(--font-main);
  transition: all 0.2s ease;
}
.u-home-news-card__read:focus,
.u-home-news-card__read:hover {
  background: var(--primary-red);
  color: #fff;
}
.u-home-news-carousel {
  position: relative;
  padding-bottom: 2.6rem;
  --u-news-gap: 1.5rem;
}
.u-home-news-carousel__viewport {
  overflow: hidden;
}
.u-home-news-carousel__track {
  display: flex;
  gap: var(--u-news-gap);
  will-change: transform;
}
.u-home-news-carousel__item {
  flex: 0 0 calc((100% - (var(--u-news-gap) * 2)) / 3);
  min-width: 0;
}
.u-home-news-carousel__indicators {
  margin: 1.35rem 0 0;
  display: flex;
  gap: 0.35rem;
  justify-content: center;
  align-items: center;
}
.u-home-news-carousel__indicators [data-slide-to] {
  width: 44px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: 0 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  cursor: pointer;
  position: relative;
}
.u-home-news-carousel__indicators [data-slide-to]::before {
  content: "";
  display: block;
  width: 44px;
  height: 6px;
  border-radius: 999px;
  background: #c9c9c9;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}
.u-home-news-carousel__indicators .active::before {
  background: var(--primary-red);
  transform: scaleX(1.04);
}
.u-home-news-carousel__indicators [data-slide-to]:focus-visible {
  outline: 2px solid var(--primary-red);
  outline-offset: 1px;
}
@media (max-width: 767px) {
  .u-home-news__header {
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 2rem !important;
    gap: 0.85rem;
  }
  .u-home-news__header .btn-outline-ulisse {
    margin-top: 0.2rem;
  }
  .u-home-news-carousel {
    padding-bottom: 2.2rem;
  }
  .u-home-news-carousel {
    --u-news-gap: 1rem;
  }
  .u-home-news-carousel__item {
    flex-basis: 100%;
  }
}
.u-home-events {
  background: var(--u-home-events-bg, #fff);
}
.u-home-events__header {
  margin-bottom: 2.6rem;
}
.u-home-events__title {
  margin: 0 0 0.7rem;
  color: var(--ulisse-dark);
  font-family: var(--font-main);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
}
.u-home-events__subtitle {
  margin: 0 0 1.2rem;
  color: #666;
  font-family: var(--font-main);
  font-size: 1.08rem;
  max-width: 680px;
}
.u-home-events__list {
  display: grid;
  gap: 1.35rem;
}
.u-home-event-item {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
}
.u-home-event-item__date-box {
  flex: 0 0 110px;
  background: var(--primary-red);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 0.85rem 0.6rem;
  box-shadow: 0 4px 15px rgba(181, 18, 27, 0.2);
  font-family: var(--font-main);
}
.u-home-event-item__day {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
.u-home-event-item__month {
  display: block;
  margin-top: 0.1rem;
  text-transform: uppercase;
  font-size: 0.84rem;
  letter-spacing: 1px;
  font-weight: 700;
}
.u-home-event-item__weekday {
  display: block;
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
}
.u-home-event-item__content {
  flex: 1;
}
.u-home-event-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.45rem;
  color: #666;
  font-size: 0.9rem;
  font-family: var(--font-main);
}
.u-home-event-item__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.u-home-event-item__meta i {
  color: var(--primary-red);
}
.u-home-event-item__title {
  margin: 0;
  font-size: 1.28rem;
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 1.45;
}
.u-home-event-item__title a {
  color: var(--ulisse-dark);
  text-decoration: none;
}
.u-home-event-item__title a:focus,
.u-home-event-item__title a:hover {
  color: var(--primary-red);
}
@media (max-width: 767px) {
  .u-home-events__header {
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 2rem !important;
    gap: 0.85rem;
  }
  .u-home-events__header .btn-outline-ulisse {
    margin-top: 0.2rem;
  }
  .u-home-events__list {
    gap: 0.95rem;
  }
  .u-home-event-item {
    gap: 0.9rem;
    padding: 0.9rem;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
  }
  .u-home-event-item__date-box {
    flex: 0 0 84px;
    padding: 0.65rem 0.5rem;
  }
  .u-home-event-item__day {
    font-size: 1.55rem;
  }
  .u-home-event-item__month {
    font-size: 0.72rem;
  }
  .u-home-event-item__weekday {
    font-size: 0.68rem;
    margin-top: 0.25rem;
    padding-top: 0.25rem;
  }
  .u-home-event-item__meta {
    gap: 0.55rem 0.75rem;
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
  }
  .u-home-event-item__title {
    font-size: 1.12rem;
    line-height: 1.35;
  }
}
@media (max-width: 576px) {
  .u-home-event-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.8rem;
  }
  .u-home-event-item__date-box {
    flex: 0 0 74px;
    width: 74px;
  }
}
.u-events-archive {
  background: #fff;
}
.u-events-archive__header {
  max-width: 920px;
}
.u-events-archive__title {
  margin: 0 0 0.8rem;
  font-family: var(--font-main);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  color: var(--ulisse-dark);
}
.u-events-archive__description {
  margin: 0;
  color: #666;
  font-size: 1.05rem;
}
.u-events-archive__tabs {
  display: flex;
  gap: 1.8rem;
  margin-bottom: 2.6rem;
  border-bottom: 1px solid #eee;
}
.u-events-archive__tab {
  text-decoration: none;
  color: #999;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 0.85rem;
  position: relative;
}
.u-events-archive__tab.is-active {
  color: var(--primary-red);
}
.u-events-archive__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--primary-red);
}
.u-events-archive__list {
  display: grid;
}
.u-events-archive-row {
  display: flex;
  align-items: flex-start;
  gap: 1.65rem;
  padding: 2.1rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.u-events-archive-row__date {
  flex: 0 0 92px;
  text-align: center;
}
.u-events-archive-row__day {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: var(--ulisse-dark);
}
.u-events-archive-row__month {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary-red);
  font-weight: 700;
}
.u-events-archive-row__body {
  flex: 1;
  min-width: 0;
}
.u-events-archive-row__tag {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: var(--ulisse-dark);
  padding: 0.24rem 0.6rem;
  border-radius: 2px;
}
.u-events-archive-row__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.34;
  font-family: var(--font-main);
  font-weight: 700;
}
.u-events-archive-row__title a {
  color: var(--ulisse-dark);
  text-decoration: none;
}
.u-events-archive-row__title a:focus,
.u-events-archive-row__title a:hover {
  color: var(--primary-red);
}
.u-events-archive-row__excerpt {
  margin: 0 0 0.85rem;
  color: #666;
  max-width: 920px;
}
.u-events-archive-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.35rem;
  color: #7a7a7a;
  font-size: 0.9rem;
}
.u-events-archive-row__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.u-events-archive-row__meta i {
  color: var(--primary-red);
}
.u-events-archive__pagination-wrap .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-events-archive__pagination-wrap .page-numbers li {
  margin: 0;
}
.u-events-archive__pagination-wrap .page-numbers a,
.u-events-archive__pagination-wrap .page-numbers span {
  display: inline-block;
  padding: 0.36rem 0.62rem;
  border-radius: 4px;
  text-decoration: none;
  color: var(--ulisse-dark);
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.9rem;
}
.u-events-archive__pagination-wrap .page-numbers .current {
  background: var(--primary-red);
  color: #fff;
}
.u-events-archive__pagination-wrap .page-numbers a:focus,
.u-events-archive__pagination-wrap .page-numbers a:hover {
  border-color: var(--primary-red);
  color: var(--primary-red);
}
@media (max-width: 768px) {
  .u-events-archive__tabs {
    gap: 1rem;
  }
  .u-events-archive-row {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.4rem 0;
  }
  .u-events-archive-row__date {
    text-align: left;
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
  }
  .u-events-archive-row__day {
    font-size: 2rem;
  }
}
.u-news-archive {
  background: #fff;
}
.u-news-archive__header {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
}
.u-news-archive__title {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}
.u-news-archive__description {
  margin-top: 0.8rem;
  color: #666;
}
.u-news-archive__search {
  margin-top: 0.35rem;
}
.u-news-archive__search-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}
.u-news-archive__search-input {
  flex: 1 1 280px;
  min-height: 44px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.62rem 0.8rem;
}
.u-news-archive__search-input:focus {
  border-color: var(--primary-red);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(181, 18, 27, 0.12);
}
.u-news-archive__search-reset {
  color: var(--primary-red);
  text-decoration: none;
  font-weight: 700;
}
.u-news-archive__search-reset:focus,
.u-news-archive__search-reset:hover {
  text-decoration: underline;
}
.u-news-archive__list {
  display: grid;
  gap: 1.3rem;
}
.u-news-archive--grid .u-news-archive__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.u-news-archive-card {
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}
.u-news-archive-card__image-link {
  display: block;
}
.u-news-archive-card__image {
  width: 100%;
  height: clamp(190px, 30vw, 280px);
  object-fit: cover;
  display: block;
}
.u-news-archive-card__body {
  padding: 1rem 1rem 1.1rem;
}
.u-news-archive-card__meta {
  margin: 0 0 0.5rem;
  color: var(--primary-red);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.u-news-archive-card__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.34;
}
.u-news-archive-card__title a {
  text-decoration: none;
  color: var(--ulisse-dark);
}
.u-news-archive-card__title a:focus,
.u-news-archive-card__title a:hover {
  color: var(--primary-red);
}
.u-news-archive-card__excerpt {
  margin: 0 0 0.9rem;
  color: #666;
}
.u-news-archive-card__read {
  display: inline-block;
  text-decoration: none;
  color: var(--primary-red);
  border: 1px solid var(--primary-red);
  border-radius: 6px;
  padding: 0.42rem 0.85rem;
  font-weight: 700;
}
.u-news-archive-card__read:focus,
.u-news-archive-card__read:hover {
  background: var(--primary-red);
  color: #fff;
}
.u-news-archive-side {
  position: sticky;
  top: 96px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fffafb;
  padding: 1rem;
}
.u-news-archive-side .u-news-archive__search {
  margin: 0 0 0.95rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #eadfe0;
}
.u-news-archive-side .u-news-archive__search-fields {
  align-items: stretch;
  gap: 0.5rem;
}
.u-news-archive-side .u-news-archive__search-input {
  flex: 1 1 100%;
}
.u-news-archive-side .u-news-archive__search .btn {
  width: 100%;
}
.u-news-archive-side__title {
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
}
.u-news-archive-year {
  border-top: 1px solid #eadfe0;
  padding: 0.55rem 0;
}
.u-news-archive-year:first-child {
  border-top: 0;
}
.u-news-archive-year summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.u-news-archive-year summary::-webkit-details-marker {
  display: none;
}
.u-news-archive-year summary span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.u-news-archive-year summary i {
  font-size: 0.72rem;
  color: #8d7274;
  transition: transform 0.2s ease;
}
.u-news-archive-year[open] summary i {
  transform: rotate(90deg);
}
.u-news-archive-year summary small {
  color: #777;
  font-weight: 600;
}
.u-news-archive-year ul {
  margin: 0.55rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}
.u-news-archive-year li {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.95rem;
}
.u-news-archive-year a {
  color: #444;
  text-decoration: none;
}
.u-news-archive-year a:focus,
.u-news-archive-year a:hover {
  color: var(--primary-red);
}
.u-news-archive__load-wrap {
  text-align: center;
}
.u-news-archive__load-more.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .u-news-archive--grid .u-news-archive__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .u-news-archive--grid .u-news-archive__list {
    grid-template-columns: 1fr;
  }
  .u-news-archive__search-fields .btn {
    width: 100%;
  }
}
.u-home-team-wrap {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border: 0 !important;
  outline: 0;
  box-shadow: none;
}
.u-home-team {
  background: var(--u-home-team-bg, #fff);
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  outline: 0;
  box-shadow: none;
}
#equipe {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  outline: 0;
  box-shadow: none;
}
.u-home-team-card__image {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 1rem;
  border: var(--u-home-team-border-width, 4px) solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.u-home-team.u-home-team--with-border .u-home-team-card__image {
  border-color: var(--u-home-team-border-color, var(--primary-red));
}
.u-home-team.u-home-team--no-border .u-home-team-card__image {
  border-width: 0;
}
.u-home-team.u-home-team--size-sm .u-home-team-card__image {
  width: 112px;
  height: 112px;
}
.u-home-team.u-home-team--size-md .u-home-team-card__image {
  width: 140px;
  height: 140px;
}
.u-home-team.u-home-team--size-lg .u-home-team-card__image {
  width: 172px;
  height: 172px;
}
.u-home-team-card__name {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}
.u-home-team-card__name a {
  color: var(--ulisse-dark);
  text-decoration: none;
}
.u-home-team-card__name a:focus,
.u-home-team-card__name a:hover {
  color: var(--primary-red);
}
.u-home-team-card__role {
  margin: 0;
  color: var(--primary-red);
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.u-home-team-card__desc {
  margin: 0.4rem 0 0;
  color: #666;
  font-size: 0.92rem;
  line-height: 1.6;
  font-family: var(--font-main);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.6em * 3);
}
.u-home-team.u-home-team--hide-desc .u-home-team-card__desc {
  display: none;
}
.u-home-contacts {
  background: var(--u-home-contacts-bg, #fffafb);
}
.u-home-contacts__card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  overflow: hidden;
}
.u-home-contacts__panel {
  background: var(--u-home-contacts-card-color, var(--primary-red));
  color: #fff;
}
.u-home-contacts__panel p {
  color: #fff;
}
.u-home-contacts__title {
  margin: 0 0 1.2rem;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  color: #fff;
}
.u-home-contacts__item h6 {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: 700;
}
.u-home-contacts__item p {
  margin: 0 0 0.7rem;
  font-size: 1rem;
  line-height: 1.45;
}
.u-home-contacts__item + .u-home-contacts__item {
  margin-top: 1rem;
}
.u-home-contacts__item a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.55rem;
}
.u-home-contacts__item a:focus,
.u-home-contacts__item a:hover {
  color: #fff;
  text-decoration: underline;
}
.u-home-contacts__item i {
  color: #fff;
  margin-top: 0.15rem;
}
.u-home-contacts__map-wrap {
  min-height: var(--u-home-contacts-map-height, 400px);
  height: 100%;
  background: #e9ecef;
}
.u-home-contacts__map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: var(--u-home-contacts-map-height, 400px);
  border: 0;
}
.u-services-title {
  margin: 0;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
}
.u-services-subtitle {
  margin-top: 0.65rem;
}
.u-home-pillars-grid .u-services-subtitle {
  font-family: var(--font-main);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.6;
  max-width: 800px;
  margin: 0.85rem auto 0;
  color: #555 !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .u-home-pillars-grid .u-services-subtitle {
    max-width: 92%;
    line-height: 1.55;
  }
}
.u-sticky-stamp {
  --u-sticky-mobile-hero-offset: 0px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 960;
}
.u-sticky-stamp__button {
  border: 0;
  background: var(--primary-red);
  color: #fff;
  border-radius: 12px 0 0 12px;
  padding: 0.8rem 0.55rem;
  min-height: 160px;
  width: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  box-shadow: 0 12px 22px rgba(181, 18, 27, 0.35);
  border-left: 2px dashed rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease;
  font-family: var(--font-main);
}
.u-sticky-stamp__button i {
  font-size: 1.05rem;
}
.u-sticky-stamp__button span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  text-transform: uppercase;
  font-family: var(--font-main);
}
.u-sticky-stamp__button:focus,
.u-sticky-stamp__button:hover {
  background: #8a0e15;
  transform: translateX(-3px);
}
.u-stamp-sticky-wrapper {
  --stamp-red: var(--primary-red);
  --stamp-bg: #fdfaf5;
  --u-stamp-icon-url: none;
  --u-stamp-red-overlay-opacity: 0.62;
  --u-sticky-mobile-hero-offset: 0px;
  position: fixed;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) scale(0.35);
  transform-origin: right center;
  z-index: 960;
  transition: all 0.3s ease-in-out;
}
.u-stamp-sticky-wrapper:hover {
  right: 10px;
  transform: translateY(-50%) scale(0.4) rotate(-3deg);
}
.u-stamp-simple {
  position: relative;
  width: 300px;
  height: 420px;
  background-color: var(--stamp-bg);
  border: 1px solid #ddd;
  padding: 15px;
  box-shadow: -8px 8px 25px rgba(0, 0, 0, 0.12);
  display: block;
  cursor: pointer;
  text-align: initial;
}
.u-stamp-simple::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background-image: repeating-conic-gradient(
    at 12px 12px,
    #eee 0deg 90deg,
    #0000 90deg 180deg
  );
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at 12px 12px, #0000 8.5px, #fff 9.5px);
  mask-size: 24px 24px;
  z-index: -1;
}
.u-stamp-inner {
  position: relative;
  width: 100%;
  height: 70%;
  border: 2px solid var(--stamp-red);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  overflow: hidden;
}
.u-stamp-mole-icon {
  width: 140px;
  height: 90%;
  background-color: var(--stamp-red);
  mask: var(--u-stamp-icon-url) no-repeat center bottom;
  mask-size: contain;
  -webkit-mask: var(--u-stamp-icon-url) no-repeat center bottom;
  -webkit-mask-size: contain;
}
.u-stamp-mole-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 90%;
  color: var(--stamp-red);
  font-size: 6rem;
}
.u-stamp-side-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: var(--stamp-red);
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.u-stamp-side-text.left {
  left: 5px;
  transform-origin: center;
}
.u-stamp-footer-box {
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.u-stamp-text-highlight {
  font-family: var(--font-main);
  font-size: 34px;
  font-weight: 900;
  color: var(--stamp-red);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.u-stamp-text-center {
  font-family: var(--font-main);
  font-size: 11px;
  color: #999;
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .u-home-ulisse__hero-img {
    height: 48vh;
    min-height: 280px;
  }
  .u-home-ulisse__hero-container {
    margin-bottom: 1.8rem;
  }
  .u-home-ulisse__content {
    padding-bottom: 2.4rem;
  }
  .u-sticky-stamp__button {
    min-height: 126px;
    width: 46px;
    padding: 0.7rem 0.45rem;
  }
  .u-sticky-stamp__button span {
    font-size: 0.64rem;
  }
  .u-sticky-stamp.u-sticky-on-hero-mobile {
    transform: none;
  }
  .u-stamp-sticky-wrapper {
    transform: translateY(-50%) scale(0.27);
  }
  .u-stamp-sticky-wrapper.u-sticky-on-hero-mobile {
    transform: scale(0.27);
  }
  .u-stamp-sticky-wrapper:hover {
    right: 2px;
    transform: translateY(-50%) scale(0.3) rotate(-3deg);
  }
  .u-stamp-sticky-wrapper.u-sticky-on-hero-mobile:hover {
    right: 2px;
    transform: scale(0.3) rotate(-3deg);
  }
}
.btn-ulisse {
  background-color: var(--primary-red);
  color: #fff;
  border: 1px solid var(--primary-red);
  font-weight: 700;
}
.btn-ulisse:focus,
.btn-ulisse:hover {
  background-color: #8a0e15;
  border-color: #8a0e15;
  color: #fff;
}
.btn-outline-ulisse {
  background: 0 0;
  color: var(--primary-red);
  border: 1px solid var(--primary-red);
  font-weight: 700;
}
.btn-outline-ulisse:focus,
.btn-outline-ulisse:hover {
  background: var(--primary-red);
  color: #fff;
}
.u-hero {
  min-height: max(360px, 46vh);
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.u-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.u-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}
.u-hero .u-breadcrumb {
  margin: 0.55rem 0 0;
}
.u-hero .u-breadcrumb__current,
.u-hero .u-breadcrumb__link,
.u-hero .u-breadcrumb__sep {
  color: #fff;
}
.u-hero .u-breadcrumb {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.95;
}
.u-hero__title {
  margin: 0;
  color: #fff;
  font-family: var(--font-main);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
  max-width: 18ch;
}
.ulisse-title-display-hero .u-archive-title,
.ulisse-title-display-hero .u-single__title {
  display: none;
}
.ulisse-title-display-content .u-hero__title {
  display: none;
}
.u-breadcrumb {
  margin: 1.5rem 0;
}
@media (max-width: 900px) {
  .u-hero__content {
    padding-top: 5.5rem;
    padding-bottom: 1.8rem;
  }
  .u-hero__title {
    max-width: 100%;
  }
}
.u-breadcrumb__link {
  text-decoration: none;
  color: var(--ulisse-dark);
}
.u-breadcrumb__link:focus,
.u-breadcrumb__link:hover {
  color: var(--primary-red);
}
.u-breadcrumb__sep {
  opacity: 0.7;
}
.u-breadcrumb__current {
  color: #555;
}
.u-archive-header {
  margin-bottom: 2.6rem;
}
.u-archive-title {
  margin: 0;
  color: var(--ulisse-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
}
.u-archive-description {
  margin-top: 0.6rem;
}
.u-search-results__header {
  max-width: 920px;
}
.u-search-results__meta {
  margin: 0.7rem 0 0;
  color: #666;
}
.u-search-results__form {
  margin: 0 0 1.5rem;
  max-width: 680px;
}
.u-search-results__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  border: 1px solid var(--primary-red);
  border-radius: 999px;
  background: #f7f5f2;
  padding: 0 0.95rem 0 2.7rem;
  box-shadow: none;
}
.u-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-red);
}
.u-search-icon svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}
.u-search-results__input-wrap .u-search-icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
}
.u-search-results__form input[type="search"] {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.65rem 0;
  color: var(--ulisse-dark);
}
.u-search-results__form input[type="search"]:focus {
  outline: none;
}
.u-search-results__input-wrap:focus-within {
  border-color: var(--primary-red);
  box-shadow: 0 0 0 2px rgba(181, 18, 27, 0.18);
}
.u-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
.u-card {
  border: 1px solid var(--border-color);
  background: #fff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.u-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.u-card__media {
  overflow: hidden;
}
.u-card__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.u-card__body {
  padding: 1rem;
}
.u-card__title {
  margin: 0 0 0.5rem;
  color: var(--ulisse-dark);
  font-size: 1.2rem;
}
.u-card__meta {
  margin: 0;
  color: #555;
}
.u-card:focus-within,
.u-card:hover {
  transform: translateY(-3px);
  border-color: #d5d5d5;
  box-shadow: 0 14px 28px rgba(26, 26, 26, 0.08);
}
.u-card:focus-within .u-card__image,
.u-card:hover .u-card__image {
  transform: scale(1.04);
}
.u-card--team {
  text-align: center;
}
.u-card__media--team {
  padding-top: 1rem;
}
.u-card__image--team {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
}
.u-card__meta--team {
  color: var(--primary-red);
  font-weight: 700;
  text-transform: uppercase;
}
.u-single {
  margin-bottom: 2rem;
}
.u-single-post__meta {
  margin: 0 0 1rem;
  color: var(--primary-red);
  font-size: 0.9rem;
  font-weight: 700;
}
.u-single-post__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.u-single-post__featured {
  margin: 0 0 1.3rem;
}
.u-single-post__featured-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.u-single-post__nav {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #eee;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.u-single-post__nav-link {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  background: #fff;
  color: var(--ulisse-dark);
  text-decoration: none;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u-single-post__nav-link small {
  color: var(--primary-red);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.u-single-post__nav-link span {
  margin-top: 0.35rem;
  font-weight: 700;
}
.u-single-post__nav-link--next {
  text-align: right;
}
.u-single-post__nav-link:focus,
.u-single-post__nav-link:hover {
  border-color: var(--primary-red);
  color: var(--primary-red);
}
.u-news-archive--embedded {
  margin-top: 0.8rem;
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  .u-single-post__nav {
    grid-template-columns: 1fr;
  }
  .u-single-post__nav-link--next {
    text-align: left;
  }
}
.u-single__title {
  margin: 0 0 1rem;
  color: var(--ulisse-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
}
.u-meta-box {
  margin-top: 2rem;
  border: 1px solid var(--border-color);
  padding: 1rem;
  background: var(--bg-light);
}
.u-meta-box__title {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  color: var(--ulisse-dark);
}
.u-meta-box__list {
  margin: 0;
}
.u-meta-box__item {
  margin-bottom: 0.45rem;
}
.u-meta-box__item:last-child {
  margin-bottom: 0;
}
.u-master-detail-section {
  padding: 4.5rem 0;
  background-color: #fff;
}
.u-master-header {
  margin-bottom: 2.8rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
.u-master-badge-ecm {
  background-color: var(--primary-red);
  color: #fff;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
}
.u-master-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2.2rem;
}
.u-master-info-item {
  padding: 1.15rem;
  background: var(--bg-light);
  border-radius: 8px;
}
.u-master-info-item i {
  color: var(--primary-red);
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
  display: block;
}
.u-master-info-item label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #888;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.u-master-info-item span {
  font-weight: 600;
  color: var(--ulisse-dark);
}
.u-master-content-area,
.u-master-program-area,
.u-master-sponsors {
  margin-bottom: 2rem;
}
.u-master-content-entry p:last-child {
  margin-bottom: 0;
}
.u-master-finance-card {
  position: static;
  top: auto;
  background: #fff;
  border: 2px solid var(--primary-red);
  padding: 1.8rem;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0;
}
.u-master-teaser-card .u-convegni-price-tag {
  font-size: 1.35rem;
}
.u-master-iscrizione-fee {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #eee;
}
.u-master-iscrizione-fee__label {
  font-size: 0.85rem;
  color: #666;
  font-weight: 600;
}
.u-master-iscrizione-fee__value {
  color: var(--ulisse-dark);
  font-size: 1.05rem;
  font-weight: 700;
}
.u-master-price-tag {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 900;
  color: var(--ulisse-dark);
  line-height: 1.1;
}
.u-master-price-tag--empty {
  color: #9a9a9a;
}
.u-master-early-bird {
  background: #fff5f5;
  color: var(--primary-red);
  padding: 0.75rem;
  border-radius: 6px;
  font-size: 0.9rem;
  margin: 0.95rem 0 0;
  border: 1px dashed var(--primary-red);
}
.u-master-rate-table {
  width: 100%;
  font-size: 0.86rem;
  margin-top: 1rem;
  border-top: 1px solid #eee;
}
.u-master-rate-table td {
  padding: 0.55rem 0;
  border-bottom: 1px solid #eee;
}
.u-master-rate-table td:last-child {
  text-align: right;
  font-weight: 700;
}
.u-master-module-item {
  border: 1px solid #eee;
  margin-bottom: 0.65rem;
  border-radius: 6px;
  overflow: hidden;
}
.u-master-module-trigger {
  width: 100%;
  padding: 1rem 1.15rem;
  text-align: left;
  background: #fff;
  border: none;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.u-master-module-trigger i {
  color: var(--primary-red);
}
.u-master-module-body {
  padding: 0 1.15rem 1rem;
  color: #666;
  font-size: 0.95rem;
}
.u-master-module-content ol,
.u-master-module-content ul {
  padding-left: 1.2rem;
  margin-bottom: 0.8rem;
}
.u-master-module-content p:last-child {
  margin-bottom: 0;
}
.u-master-recesso-note p:last-child {
  margin-bottom: 0;
}
.u-convegni-detail-section {
  padding: 4.5rem 0;
  background-color: #fff;
}
.u-convegni-header {
  margin-bottom: 2.8rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
.u-convegni-badge {
  background-color: var(--primary-red);
  color: #fff;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
}
.u-convegni-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2.2rem;
}
.u-convegni-info-item {
  padding: 1.15rem;
  background: var(--bg-light);
  border-radius: 8px;
}
.u-convegni-info-item i {
  color: var(--primary-red);
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
  display: block;
}
.u-convegni-info-item label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #888;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.u-convegni-info-item span {
  font-weight: 600;
  color: var(--ulisse-dark);
}
.u-convegni-content-area,
.u-convegni-relatori {
  margin-bottom: 2rem;
}
.u-convegni-content-entry p:last-child {
  margin-bottom: 0;
}
.u-convegni-finance-card {
  position: sticky;
  top: 100px;
  background: #fff;
  border: 2px solid var(--primary-red);
  padding: 1.8rem;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.u-convegni-price-tag {
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--ulisse-dark);
  line-height: 1.1;
}
.u-convegni-price-tag--free {
  color: var(--primary-red);
}
.u-convegni-rate-table {
  width: 100%;
  font-size: 0.86rem;
  border-top: 1px solid #eee;
}
.u-convegni-rate-table td {
  padding: 0.55rem 0;
  border-bottom: 1px solid #eee;
}
.u-convegni-rate-table td:last-child {
  text-align: right;
  font-weight: 700;
}
.u-convegni-payment-note p:last-child {
  margin-bottom: 0;
}
.u-convegni-free-note {
  background: #fff5f5;
  color: var(--primary-red);
  padding: 0.75rem;
  border-radius: 6px;
  font-size: 0.9rem;
  border: 1px dashed var(--primary-red);
}
@media (max-width: 991px) {
  .u-master-finance-card {
    position: static;
    top: auto;
  }
  .u-convegni-finance-card {
    position: static;
    top: auto;
  }
}
@media (min-width: 640px) {
  .u-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .u-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .u-card-grid--team {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}
.skip-link:focus {
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1000;
  padding: 0.5rem 0.75rem;
  background: #fff;
  color: #000;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.02);
}
.site-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 0;
}
.site-header .navbar {
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: var(--ulisse-dark);
  --bs-navbar-hover-color: var(--primary-red);
  --bs-navbar-active-color: var(--primary-red);
  --bs-navbar-toggler-focus-width: 0;
  width: 100%;
  gap: 0.75rem;
}
.site-branding {
  flex: 1;
}
.site-header .navbar-brand {
  margin-right: 0;
}
.custom-logo-link,
.site-title {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--primary-red);
  font-weight: 700;
  font-size: 1.4rem;
}
.custom-logo {
  max-height: 54px;
  width: auto;
}
.custom-logo--mobile {
  display: none;
}
.site-header .navbar-toggler {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 0.4rem 0.55rem;
}
.site-header .navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(26,26,26,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.primary-navigation {
  display: block;
  width: 100%;
}
.site-header .navbar-collapse {
  flex-basis: 100%;
}
.menu {
  margin: 0;
  padding: 0.5rem 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.ulisse-menu {
  font-family: var(--font-main);
}
.menu a {
  text-decoration: none;
  color: #444;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.35rem 0;
  display: inline-block;
}
.menu .current-menu-item > a,
.menu a:focus,
.menu a:hover {
  color: var(--primary-red);
}
.menu .nav-link {
  color: #444;
}
.menu .nav-link.active {
  color: var(--primary-red);
}
.menu-cta {
  background: var(--primary-red);
  color: #fff !important;
  border-radius: 6px;
  padding: 0.45rem 0.9rem !important;
}
.menu-item-search {
  position: relative;
  display: flex;
  align-items: center;
}
.u-header-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.u-header-search > summary {
  list-style: none;
}
.u-header-search > summary::-webkit-details-marker {
  display: none;
}
.u-header-search__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  min-width: 44px;
  padding: 0.45rem 0.8rem;
  border: 1px solid #ddd;
  border-radius: 999px;
  cursor: pointer;
  color: #444;
  background: #f7f5f2;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.u-header-search__toggle:hover,
.u-header-search[open] .u-header-search__toggle {
  color: var(--primary-red);
  border-color: var(--primary-red);
  box-shadow: 0 0 0 0.15rem rgba(181, 18, 27, 0.1);
}
.u-header-search__toggle-text {
  display: none;
  font-size: 0.9rem;
  font-weight: 700;
}
.u-header-search__toggle .u-close-icon {
  display: none;
}
.u-header-search__toggle .u-close-icon,
.u-header-search__toggle .u-search-icon {
  width: 1.05rem;
  height: 1.05rem;
}
.u-header-search[open] .u-header-search__toggle .u-search-icon {
  display: none;
}
.u-header-search[open] .u-header-search__toggle .u-close-icon {
  display: inline-flex;
}
.u-header-search__form {
  position: static;
  width: auto;
  max-width: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  z-index: 1;
  transform: scaleX(0.96);
  transform-origin: left center;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    max-width 0.24s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}
.u-header-search[open] .u-header-search__form {
  max-width: 270px;
  opacity: 1;
  transform: scaleX(1);
  pointer-events: auto;
}
.u-header-search__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid var(--primary-red);
  border-radius: 999px;
  padding: 0 0.95rem;
  background: #fff;
  box-shadow: none;
}
.u-header-search__form input[type="search"] {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.62rem 0;
  color: var(--ulisse-dark);
}
.u-header-search__form input[type="search"]:focus {
  outline: none;
}
.u-header-search__input-wrap:focus-within {
  border-color: var(--primary-red);
  box-shadow: 0 0 0 2px rgba(181, 18, 27, 0.18);
}
@media (max-width: 959px) {
  .site-header__inner {
    min-height: 76px;
  }
  .site-header .navbar-toggler {
    padding: 0.48rem 0.65rem;
  }
  .site-header .navbar-collapse {
    margin-top: 0.45rem;
    padding-top: 0.7rem;
    border-top: 1px solid #eee;
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease;
  }
  .site-header .navbar-collapse.collapsing {
    opacity: 0;
    transform: translateY(-6px);
  }
  .site-header .navbar-collapse.collapse.show {
    opacity: 1;
    transform: translateY(0);
  }
  .ulisse-menu {
    display: flex;
    flex-direction: column;
  }
  .ulisse-menu .menu-item-search {
    order: -1;
  }
  .ulisse-menu .menu-item {
    width: 100%;
  }
  .ulisse-menu .nav-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.62rem 0.1rem;
    font-size: 1rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .ulisse-menu .menu-item:last-child .nav-link {
    border-bottom: 0;
  }
  .ulisse-menu .menu-item-cta .menu-cta {
    justify-content: center;
    margin-top: 0.45rem;
    padding: 0.68rem 1rem !important;
    border-radius: 8px;
  }
  .u-header-search {
    width: 100%;
    gap: 0.4rem;
  }
  .u-header-search__toggle {
    width: 44px;
    min-width: 44px;
    justify-content: center;
    border-radius: 999px;
    min-height: 44px;
    border: 1px solid #ddd;
    padding: 0.45rem;
    background: #f7f5f2;
  }
  .u-header-search__toggle-text {
    display: none;
  }
  .u-header-search__form {
    position: static;
    width: auto;
    flex: 1 1 auto;
    max-width: 0;
    box-shadow: none;
    transform: none;
    transition:
      max-width 0.24s ease,
      opacity 0.2s ease;
    border-radius: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    pointer-events: none;
  }
  .u-header-search[open] .u-header-search__form {
    max-width: 100%;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .u-header-search__input-wrap {
    box-shadow: none;
    min-height: 44px;
  }
}
@media (min-width: 960px) {
  .site-header .navbar-toggler {
    display: none;
  }
  .primary-navigation,
  .site-header .navbar-collapse {
    display: block;
    width: auto;
    margin-left: auto;
    flex-basis: auto;
  }
  .menu {
    padding: 0;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .menu-item-cta {
    margin-left: 0.25rem;
  }
}
@media (max-width: 600px) {
  .u-home-pillars-grid {
    padding-top: 1.2rem;
    padding-bottom: 2.2rem;
  }
  .ulisse-card {
    padding: 2rem 1.2rem;
  }
  .ulisse-card-icon {
    font-size: 1.9rem;
  }
  .site-branding--has-mobile-logo .custom-logo--desktop {
    display: none;
  }
  .site-branding--has-mobile-logo .custom-logo--mobile {
    display: block;
    max-height: 44px;
    width: auto;
  }
}
.site-footer {
  background: #1a1a1a;
  color: #bbb;
  padding: 4rem 0 2rem;
  margin-top: 3rem;
}
.site-footer p {
  color: inherit;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.footer-title {
  color: #fff;
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
}
.footer-small {
  margin: 0;
  font-size: 0.92rem;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li {
  margin: 0 0 0.45rem;
}
.footer-list a {
  color: #bbb;
  text-decoration: none;
}
.footer-list a:focus,
.footer-list a:hover {
  color: #fff;
}
.footer-list--social li {
  margin: 0 0 0.6rem;
}
.footer-list--social a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.footer-list--contacts li {
  margin: 0 0 0.6rem;
}
.footer-contact,
.footer-list--contacts a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.footer-list--contacts a {
  color: #bbb;
}
.footer-list--contacts a:focus,
.footer-list--contacts a:hover {
  color: #fff;
}
.footer-list--social i {
  width: 1.05rem;
  text-align: center;
  color: #d8d8d8;
}
.footer-social__meta {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.2;
}
.footer-social__meta strong {
  font-size: 0.92rem;
  color: #ececec;
}
.footer-social__meta small {
  font-size: 0.78rem;
  color: #bbb;
}
.institutional-logos {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 1.5rem;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.institutional-logos img {
  max-height: 34px;
  width: auto;
  opacity: 0.85;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 1.5rem;
  padding-top: 1rem;
  opacity: 0.72;
}
.ulisse-whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-family: var(--font-main);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}
.ulisse-whatsapp-float:focus,
.ulisse-whatsapp-float:hover {
  color: #fff;
  transform: translateY(-1px);
}
.ulisse-whatsapp-float__icon {
  width: 1.15rem;
  height: 1.15rem;
  display: inline-flex;
}
.ulisse-whatsapp-float__icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .ulisse-whatsapp-float {
    padding: 0.65rem;
  }
  .ulisse-whatsapp-float__text {
    display: none;
  }
}
.site-footer .widget {
  margin: 0;
}
.site-footer .widget li,
.site-footer .widget p {
  font-size: 0.92rem;
}
@media (min-width: 900px) {
  .footer-grid {
    grid-template-columns: 1.15fr 1fr 1fr 1fr;
  }
}
.u-master-reveal-card [data-master-reveal="content"] {
  display: none;
}
.u-master-reveal-card.is-unlocked [data-master-reveal="lock"] {
  display: none;
}
.u-master-reveal-card.is-unlocked [data-master-reveal="content"] {
  display: block;
  animation: uMasterRevealIn 0.35s ease-out;
}
.u-master-reveal-lock-title {
  color: var(--primary-red);
}
@keyframes uMasterRevealIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-info-request-section .u-cf7-form-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: clamp(1.1rem, 2vw, 1.75rem);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}
.u-info-request-section .u-cf7-form-head {
  margin-bottom: 1rem;
}
.u-info-request-section .u-cf7-form-title {
  margin: 0;
  color: var(--ulisse-dark);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 700;
}
.u-info-request-section .u-cf7-form-description {
  margin: 0.45rem 0 0;
  color: #666;
}
.u-info-request-section .u-cf7-grid {
  display: grid;
  gap: 0.95rem;
}
.u-info-request-section .u-cf7-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.u-info-request-section .u-cf7-field {
  margin-bottom: 0.95rem;
}
.u-info-request-section .u-cf7-field label {
  display: block;
  margin: 0 0 0.42rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: #333;
}
.u-info-request-section .u-cf7-input,
.u-info-request-section .wpcf7-form-control.u-cf7-input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
  color: #222;
  padding: 0.62rem 0.78rem;
  font-family: var(--font-main);
  font-size: 0.98rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.u-info-request-section textarea.u-cf7-input,
.u-info-request-section .u-cf7-textarea {
  min-height: 150px;
  resize: vertical;
}
.u-info-request-section .u-cf7-input:focus,
.u-info-request-section .wpcf7-form-control.u-cf7-input:focus {
  outline: 0;
  border-color: var(--primary-red);
  box-shadow: 0 0 0 3px rgba(181, 18, 27, 0.14);
}
.u-info-request-section .u-cf7-field--privacy {
  margin-top: 0.35rem;
}
.u-info-request-section .u-cf7-acceptance {
  display: block;
  font-size: 0.9rem;
  color: #4a4a4a;
}
.u-info-request-section .u-cf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.u-info-request-section .u-cf7-acceptance a {
  color: var(--primary-red);
  font-weight: 600;
}
.u-info-request-section .u-cf7-submit-wrap {
  margin-top: 1.25rem;
}
.u-info-request-section .u-cf7-submit {
  border: 1px solid var(--primary-red);
  background: var(--primary-red);
  color: #fff;
  font-family: var(--font-main);
  font-weight: 700;
  border-radius: 8px;
  padding: 0.72rem 1.25rem;
  min-height: 46px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}
.u-info-request-section .u-cf7-submit:hover,
.u-info-request-section .u-cf7-submit:focus {
  background: #8a0e15;
  border-color: #8a0e15;
}
.u-info-request-section .wpcf7-not-valid-tip {
  font-size: 0.83rem;
  margin-top: 0.3rem;
}
.u-info-request-section .wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  font-size: 0.92rem;
}
@media (max-width: 767px) {
  .u-info-request-section .u-cf7-grid--2 {
    grid-template-columns: 1fr;
  }
}
.u-cf7-form-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: clamp(1.1rem, 2vw, 1.75rem);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}
.u-cf7-form-head {
  margin-bottom: 1rem;
}
.u-cf7-form-title {
  margin: 0;
  color: var(--ulisse-dark);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 700;
}
.u-cf7-form-description {
  margin: 0.45rem 0 0;
  color: #666;
}
.u-cf7-grid {
  display: grid;
  gap: 0.95rem;
}
.u-cf7-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.u-cf7-field {
  margin-bottom: 0.95rem;
}
.u-cf7-field label {
  display: block;
  margin: 0 0 0.42rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: #333;
}
.u-cf7-input,
.wpcf7-form-control.u-cf7-input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
  color: #222;
  padding: 0.62rem 0.78rem;
  font-family: var(--font-main);
  font-size: 0.98rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
textarea.u-cf7-input,
.u-cf7-textarea {
  min-height: 150px;
  resize: vertical;
}
.u-cf7-input:focus,
.wpcf7-form-control.u-cf7-input:focus {
  outline: 0;
  border-color: var(--primary-red);
  box-shadow: 0 0 0 3px rgba(181, 18, 27, 0.14);
}
.u-cf7-field--privacy {
  margin-top: 0.35rem;
}
.u-cf7-acceptance {
  display: block;
  font-size: 0.9rem;
  color: #4a4a4a;
}
.u-cf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.u-cf7-acceptance a {
  color: var(--primary-red);
  font-weight: 600;
}
.u-cf7-submit-wrap {
  margin-top: 1.25rem;
}
.u-cf7-submit {
  border: 1px solid var(--primary-red);
  background: var(--primary-red);
  color: #fff;
  font-family: var(--font-main);
  font-weight: 700;
  border-radius: 8px;
  padding: 0.72rem 1.25rem;
  min-height: 46px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}
.u-cf7-submit:hover,
.u-cf7-submit:focus {
  background: #8a0e15;
  border-color: #8a0e15;
}
.u-cf7-form-card .wpcf7-not-valid-tip {
  font-size: 0.83rem;
  margin-top: 0.3rem;
}
.u-cf7-form-card .wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  font-size: 0.92rem;
}
@media (max-width: 767px) {
  .u-cf7-grid--2 {
    grid-template-columns: 1fr;
  }
}
.u-cf7-privacy-text {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  color: #4a4a4a;
}
.u-cf7-field {
  margin-bottom: 0.6rem;
}
.u-cf7-field label {
  margin: 0 0 0.2rem;
  font-size: 0.88rem;
}
.u-cf7-input,
.wpcf7-form-control.u-cf7-input {
  min-height: 42px;
  padding: 0.52rem 0.72rem;
  font-size: 0.95rem;
}
.u-cf7-field--privacy {
  margin-top: 0.15rem;
}
.u-cf7-acceptance {
  font-size: 0.88rem;
}
.u-cf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
}
.u-cf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  margin-top: 0.2rem;
}
.u-cf7-submit-wrap {
  margin-top: 0.9rem;
}

.u-prevention-projects__load-wrap{text-align:center;margin-top:1rem}.u-prevention-projects__load-more.is-loading{opacity:.7;pointer-events:none}

