/* compiled by scssphp 1.6.0 on Wed, 05 Aug 2026 15:08:14 +0000 (0.0362s) */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=PT+Serif:wght@400;700&display=swap');
#area-content .section.events, .page .section.events {
  position: relative;
  background-color: #F2F2F2;
}
#area-content .section.events > .container > .row, .page .section.events > .container > .row {
  row-gap: 24px;
}
#area-content .section.events [class*="col-"], .page .section.events [class*="col-"] {
  margin-bottom: 0;
}
#area-content .section.events .event-card, .page .section.events .event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  min-height: 0;
}
#area-content .section.events .event-card:after, .page .section.events .event-card:after {
  display: none;
}
#area-content .section.events .event-card:hover .event-card__image, #area-content .section.events .event-card:focus-within .event-card__image, .page .section.events .event-card:hover .event-card__image, .page .section.events .event-card:focus-within .event-card__image {
  transform: scale(1.03);
}
#area-content .section.events .event-card:hover .event-card__title, #area-content .section.events .event-card:hover .event-card__cta, #area-content .section.events .event-card:focus-within .event-card__title, #area-content .section.events .event-card:focus-within .event-card__cta, .page .section.events .event-card:hover .event-card__title, .page .section.events .event-card:hover .event-card__cta, .page .section.events .event-card:focus-within .event-card__title, .page .section.events .event-card:focus-within .event-card__cta {
  color: #d99d14;
}
#area-content .section.events .event-card .event-card__media, .page .section.events .event-card .event-card__media {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #e0e0e0;
  flex-shrink: 0;
  pointer-events: none;
}
#area-content .section.events .event-card .event-card__image, .page .section.events .event-card .event-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
  border-radius: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  #area-content .section.events .event-card .event-card__image, .page .section.events .event-card .event-card__image {
    transition: none;
  }
}
#area-content .section.events .event-card .event-card__image--placeholder, .page .section.events .event-card .event-card__image--placeholder {
  min-height: 100%;
  background-color: #e0e0e0;
}
#area-content .section.events .event-card .event-card__body, .page .section.events .event-card .event-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 16px 20px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  pointer-events: none;
}
#area-content .section.events .event-card .event-card__title, .page .section.events .event-card .event-card__title {
  margin: 0;
  width: 100%;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition: color 0.3s ease;
}
#area-content .section.events .event-card .event-card__meta, #area-content .section.events .event-card .event-card__price, .page .section.events .event-card .event-card__meta, .page .section.events .event-card .event-card__price {
  margin: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-align: center;
}
#area-content .section.events .event-card .event-card__price, .page .section.events .event-card .event-card__price {
  font-weight: 500;
  color: #555;
}
#area-content .section.events .event-card .event-card__cta, .page .section.events .event-card .event-card__cta {
  display: block;
  margin-top: 8px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #104227;
  text-align: center;
  transition: color 0.3s ease;
}
#area-content .section.events .event-card .event-card__full-link, .page .section.events .event-card .event-card__full-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  text-decoration: none;
}
#area-content .section.events .event-card .event-card__full-link:focus-visible, .page .section.events .event-card .event-card__full-link:focus-visible {
  outline: 2px solid #FAB515;
  outline-offset: 2px;
}
@media only screen and (min-width: 48rem) {
  #area-content .section.events .event-card.event-card--split, .page .section.events .event-card.event-card--split {
    flex-direction: row;
    align-items: stretch;
  }
  #area-content .section.events .event-card.event-card--split .event-card__media, .page .section.events .event-card.event-card--split .event-card__media {
    width: 48%;
    max-width: 420px;
    aspect-ratio: 1;
  }
  #area-content .section.events .event-card.event-card--split .event-card__body, .page .section.events .event-card.event-card--split .event-card__body {
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 32px;
    text-align: left;
  }
  #area-content .section.events .event-card.event-card--split .event-card__title, .page .section.events .event-card.event-card--split .event-card__title {
    font-size: 28px;
    text-align: left;
  }
  #area-content .section.events .event-card.event-card--split .event-card__meta, #area-content .section.events .event-card.event-card--split .event-card__price, #area-content .section.events .event-card.event-card--split .event-card__cta, .page .section.events .event-card.event-card--split .event-card__meta, .page .section.events .event-card.event-card--split .event-card__price, .page .section.events .event-card.event-card--split .event-card__cta {
    text-align: left;
  }
}
.page.single-event .section.event-detail, .page.single-event .section.events, .page.archive-event .section.event-detail, .page.archive-event .section.events {
  padding-top: 40px;
}
.page.single-event .event-detail .back-button, .page.archive-event .event-detail .back-button {
  margin-bottom: 24px;
}
.page.single-event .event-detail .back-button .button.button-link, .page.archive-event .event-detail .back-button .button.button-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #104227;
  font-weight: 600;
  text-decoration: none;
}
.page.single-event .event-detail .back-button .button.button-link:after, .page.archive-event .event-detail .back-button .button.button-link:after {
  display: none;
  content: none;
}
.page.single-event .event-detail .back-button .button.button-link:hover, .page.single-event .event-detail .back-button .button.button-link:focus-visible, .page.archive-event .event-detail .back-button .button.button-link:hover, .page.archive-event .event-detail .back-button .button.button-link:focus-visible {
  color: #FAB515;
}
.page.single-event .event-detail .back-button .button.button-link .button-title, .page.archive-event .event-detail .back-button .button.button-link .button-title {
  font-family: 'Montserrat', sans-serif;
  color: inherit;
}
.page.single-event .event-detail .back-button .button.button-link .fa, .page.archive-event .event-detail .back-button .button.button-link .fa {
  color: inherit;
}
.page.single-event .event-detail .event-detail__layout, .page.archive-event .event-detail .event-detail__layout {
  row-gap: 40px;
  column-gap: 48px;
}
.page.single-event .event-detail .event-detail__media, .page.archive-event .event-detail .event-detail__media {
  margin-bottom: 0;
}
.page.single-event .event-detail .event-detail__figure, .page.archive-event .event-detail .event-detail__figure {
  margin: 0;
  max-width: 560px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 15px;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 47.9375rem) {
  .page.single-event .event-detail .event-detail__figure, .page.archive-event .event-detail .event-detail__figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.page.single-event .event-detail .event-detail__image, .page.archive-event .event-detail .event-detail__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
@media only screen and (max-width: 61.9375rem) {
  .page.single-event .event-detail .event-detail__content, .page.archive-event .event-detail .event-detail__content {
    padding-left: 24px;
  }
}
.page.single-event .event-detail .event-detail__content .heading, .page.archive-event .event-detail .event-detail__content .heading {
  margin-bottom: 16px;
}
.page.single-event .event-detail .event-detail__content .heading h1, .page.archive-event .event-detail .event-detail__content .heading h1 {
  margin-bottom: 8px;
}
.page.single-event .event-detail .event-detail__content .heading .event-meta, .page.archive-event .event-detail .event-detail__content .heading .event-meta {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.page.single-event .event-detail .event-detail__content .heading .event-price, .page.archive-event .event-detail .event-detail__content .heading .event-price {
  display: block;
  margin-top: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FAB515;
}
.page.single-event .event-detail .event-detail__content .event-body, .page.archive-event .event-detail .event-detail__content .event-body {
  margin-top: 20px;
}
.page.single-event .event-detail .event-detail__content .event-cta, .page.archive-event .event-detail .event-detail__content .event-cta {
  margin-top: 28px;
}
.page.single-event .event-detail .event-detail__content .event-cta .button.button-primary:hover, .page.single-event .event-detail .event-detail__content .event-cta .button.button-primary:focus-visible, .page.archive-event .event-detail .event-detail__content .event-cta .button.button-primary:hover, .page.archive-event .event-detail .event-detail__content .event-cta .button.button-primary:focus-visible {
  background-color: #d99d14;
  border-color: #d99d14;
  color: white;
}
.page.single-event .section.events-past .heading, .page.archive-event .section.events-past .heading {
  margin-bottom: 24px;
}
.page.single-event .section.events-past .event-card, .page.archive-event .section.events-past .event-card {
  opacity: 0.9;
}
.page.single-event .events-empty, .page.archive-event .events-empty {
  text-align: center;
  padding: 40px 0;
  font-family: 'Montserrat', sans-serif;
}
