h1:has(span.field--name-title) {
  display: none;
}

.generic-container {
  background: #F2F2F2;
}

.swiper-title {
  text-transform: uppercase;
  color: #562C80;
}

.swiper-title.speaker-title + p {
  margin-bottom: 32px;
}

.swiper-title.associated-programmes-title {
  margin-top: 32px;
}
.swiper-title.associated-programmes-title + .swiper-container .swiper-row {
  padding-bottom: calc(30px / 2);
  margin-bottom: calc(0px - 30px / 2);
}

.event-banner {
  height: 400px;
  position: relative;
  background: #562C80;
}
.event-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-banner .event-card {
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 715px;
  height: calc(100% - 2 * 30px);
  border-radius: 0.75rem;
  padding: 30px;
  min-width: 600px;
}
.event-banner .event-card .event-date-container {
  color: #562C80;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-banner .event-card .event-date-container .event-date {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
.event-banner .event-card .event-date-container .event-date .event-day {
  font-size: 3rem;
}
.event-banner .event-card .event-date-container .event-date .event-day + div {
  display: flex;
  flex-direction: column;
}
.event-banner .event-card .event-date-container .event-date .event-month {
  text-transform: uppercase;
  font-size: 2rem;
}
.event-banner .event-card .event-date-container .event-date .event-hour {
  font-size: 0.875rem;
}
.event-banner .event-card .event-type {
  font-size: 14px;
  text-decoration: none;
  color: rgb(96, 95, 95);
  margin: 0;
}
.event-banner .event-card h1 {
  font-size: 32px;
  margin-top: 32px;
}

.event-registration-link {
  transition: 0.3s;
  width: auto;
  max-width: 150px;
  border: none;
  padding: 10px 15px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background-color: #562C80;
  font-size: 0.875rem;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
.event-registration-link:hover {
  background-color: #7A5C9F;
}

.event-sub-buttons-container {
  display: none;
  padding: 30px;
  padding-bottom: calc(3 * 30px);
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 2px 5px 17px 0 rgba(0, 0, 0, 0.15);
}
.event-sub-buttons-container.open {
  display: block;
}
.event-sub-buttons-container .sub-event-registration-button {
  transition: 0.3s;
  position: static;
  width: 100%;
  max-width: unset;
  margin-block: 8px;
  background: #FFFFFF;
  border: 1px solid #562C80;
  padding-block: 10px;
  color: #562C80;
}
.event-sub-buttons-container .sub-event-registration-button:hover {
  background: #562C80;
  color: #FFFFFF;
}
.event-sub-buttons-container .sub-event-registration-button:first-of-type {
  margin-top: 0;
}
.event-sub-buttons-container .sub-event-registration-button:last-of-type {
  margin-bottom: 0;
}

.event-highlights {
  background: #9C1964;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-block: 32px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.event-highlights img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 110%;
  height: 110%;
  object-fit: cover;
  max-width: unset;
  filter: blur(5px);
}
.event-highlights .event-highlights-list {
  display: flex;
  position: relative;
}
@media (width <= 576px) {
  .event-highlights .event-highlights-list {
    flex-wrap: wrap;
  }
}
.event-highlights .event-highlights-list .highlights-item {
  background: rgba(0, 0, 0, 0.25);
  width: 33.3333333333%;
  padding: 20px;
  align-items: center;
  justify-content: flex-start;
  margin: 1px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media (width <= 576px) {
  .event-highlights .event-highlights-list .highlights-item {
    text-align: left;
    flex-direction: row;
    justify-content: center;
  }
  .event-highlights .event-highlights-list .highlights-item:nth-child(1), .event-highlights .event-highlights-list .highlights-item:nth-child(2) {
    width: 50%;
    flex: 1;
  }
  .event-highlights .event-highlights-list .highlights-item:nth-child(3) {
    width: 100%;
  }
}
.event-highlights .event-highlights-list .highlights-item:nth-child(1) span {
  display: block;
  font-weight: 600;
}
.event-highlights .event-highlights-list .highlights-item svg {
  height: 35px;
}
.event-highlights.no-image {
  padding: calc(2 * 20px) 20px;
}
.event-highlights.no-image .highlights-item {
  background: unset;
  padding: unset;
}
.event-highlights.no-image .highlights-item:nth-child(2) {
  border-inline: 1px dotted #FFFFFF;
}

/*# sourceMappingURL=events.css.map */
