@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/Content/fonts/inter-v20-latin-700.woff2") format("woff2");
}
.hero-home {
  max-height: 80vh;
  position: relative;
  overflow: hidden;
}
.hero-home .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.hero-home .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-home .content {
  height: 0;
  padding: 0 0 60.72% 0;
}

.module {
  padding: 0 0 7.5% 0;
  background-size: cover;
  position: relative;
}

.top-clip {
  padding-top: 75px;
}

.top-clip::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  content: "";
  top: -1px;
  left: 0;
}

.bottom-clip {
  padding-bottom: 100px;
}

.bottom-clip::after {
  -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  background: #fff;
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  content: "";
  bottom: -1px;
  left: 0;
  z-index: 5;
}

.module h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  background: url(/Content/images/textures/headline-underline-grey.webp) bottom center no-repeat;
  padding: 1em 0 0.8em;
  margin: 0 0 0.5em 0;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .module h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .module h1 {
    padding: 1em 0 0.5em;
  }
}
.module h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  background: url(/Content/images/textures/headline-underline-grey.webp) bottom center no-repeat;
  padding: 1em 0 0.5em;
  margin: 0 0 0.5em 0;
  line-height: 1.4em;
}
.module h2.light {
  color: #fff;
  background: url(../images/textures/headline-underline-white.webp) bottom center no-repeat;
}

.module .item {
  text-align: center;
  position: relative;
  background-size: cover;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}

.module .item .text {
  line-height: 2em;
}

.module .module-action {
  text-align: center;
  padding-top: 60px;
  float: left;
  width: 100%;
}

.module-3-box .content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .module-3-box .content {
    gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.module-3-box .content .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  aspect-ratio: 5/6;
}
.module-3-box .content .item .image-container {
  width: 100%;
  aspect-ratio: 5/6;
  overflow: hidden;
  background: #333 no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.module-3-box .content .item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.module-3-box .content .item h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .module-3-box .content .item h2 {
    padding: 0 20px;
    font-size: 24px;
    height: 90px;
  }
}
@media (min-width: 1024px) {
  .module-3-box .content .item h2 {
    font-size: 30px;
    padding: 0 30px;
    height: 120px;
  }
}
@media (min-width: 1250px) {
  .module-3-box .content .item h2 {
    font-size: 36px;
    height: 120px;
  }
}
.module-3-box .content .item .action {
  position: relative;
  z-index: 3;
  padding: 0 30px;
}
.module-3-box .content .item .button {
  margin: 20px 0;
}

.module-4-box .item {
  width: 100%;
  margin: 0 0 30px 0;
  clip-path: none;
}
.module-4-box .item .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  display: none;
}
.module-4-box .item .text {
  float: left;
  width: 100%;
  border: 3px solid #eee;
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 0 7.5%;
}
.module-4-box .item h2 {
  float: left;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  padding: 0;
  height: auto;
  box-sizing: border-box;
}
.module-4-box .item .date {
  float: left;
  width: 100%;
  font-size: 13px;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  height: auto;
}
.module-4-box .item .teaser {
  float: left;
  width: 100%;
  font-size: 11px;
  color: #333;
  padding: 0;
  height: auto;
  box-sizing: border-box;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  display: none;
}
.module-4-box .item .button {
  margin: 20px 0;
}
.module-4-box .item:last-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  .module-4-box .item {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .module-4-box .item:nth-child(even) {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1024px) {
  .module-4-box .item {
    width: 23.5%;
    margin: 0 2% 0 0;
  }
  .module-4-box .item h2 {
    font-size: 16px;
    height: 130px;
    padding: 7.5%;
  }
  .module-4-box .item .date {
    font-size: 16px;
  }
  .module-4-box .item .teaser {
    font-size: 14px;
    padding: 3% 7.5% 0 7.5%;
    height: 150px;
  }
}

.module-6-box {
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .module-6-box {
    padding: 50px 0 100px;
  }
}
.module-6-box .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .module-6-box .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .module-6-box .content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.module-6-box .item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: flex-end;
}
.module-6-box .item .image-container {
  width: 100%;
  aspect-ratio: 5/6;
  overflow: hidden;
  background: #333 no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.module-6-box .item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.module-6-box .item:hover, .module-6-box .item:focus {
  opacity: 0.8;
}
.module-6-box .item h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: 100%;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .module-6-box .item h3 {
    font-size: 18px;
  }
}
.module-6-box .item .button {
  margin: 20px 0;
}

.module-text-1 .container {
  display: flex;
}
.module-text-1 .container .content {
  display: flex;
  justify-content: flex-end;
}
.module-text-1 .container .content .item {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 0 30px 2em;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 7.5% 0 0 0;
  font-size: 14px;
  border-top: 1em solid #d9ac44;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  color: #fff;
  clip-path: none;
}
@media (min-width: 768px) {
  .module-text-1 .container .content .item {
    flex: 0 0 50%;
    font-size: 18px;
  }
}
.module-text-1 .container .content .item::after {
  display: none;
}

.module-dates {
  background: #000 url(/Content/images/textures/events-bg.webp) no-repeat;
  background-size: cover;
}
.module-dates .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1024px) {
  .module-dates .container {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.module-dates h2 {
  font-size: 36px;
  padding-bottom: 0.75em;
}
.module-dates .item {
  display: flex;
  clip-path: none;
}
.module-dates .item .top {
  text-align: center;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  background-color: rgba(255, 255, 255, 0.07);
  box-sizing: border-box;
  color: #fff;
  padding: 15px 5px;
  margin: 0 0 5px 0;
  font-size: 0;
}
.module-dates .item .date {
  font-size: 16px;
  width: 90px;
  display: inline-flex;
  flex-direction: column;
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  color: #fff;
  position: relative;
}
.module-dates .item .date:nth-of-type(2) {
  padding-left: 10px;
}
.module-dates .item .date:nth-of-type(2):before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: 700;
}
.module-dates .item .date span {
  font-size: 48px;
  width: 100%;
  line-height: 1em;
}
.module-dates .item .location {
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-dates .item .location span {
  display: flex;
  align-items: center;
}
.module-dates .item .location span::before {
  content: "";
  background: url("/Content/images/icons/location-pin.svg") no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}
.module-dates .item .location span:empty {
  display: none;
}
.module-dates .item .location img {
  width: 13px;
}
.module-dates .item h3 {
  font-size: 16px;
  color: #d1a644;
  margin-bottom: 5px;
}
.module-dates .teaser {
  font-family: "Merriweather", Georgia, Cambria, "Times New Roman", serif;
  font-size: 14px;
  color: #fff;
}
.module-dates a {
  color: #d1a644;
  font-weight: 700;
}
.module-dates a:hover {
  color: #888;
}
.module-dates .events-half .content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 481px) {
  .module-dates .events-half .content {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.module-dates .events-half .content .item {
  flex-direction: column;
}
.module-dates .keydates-half .content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.module-dates .keydates-half .content .item {
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.module-dates .keydates-half .date {
  background-color: rgba(255, 255, 255, 0.07);
  padding: 15px 0 20px 0;
  flex: 0 0 120px;
}
.module-dates .keydates-half .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-dates .keydates-half h3 {
  margin-bottom: 5px;
}
.module-dates .keydates-half .teaser {
  font-size: 16px;
}
.module-dates h4 {
  text-align: center;
  color: #fff;
}
.module-dates .module-action {
  padding: 20px 0 0 0;
}

/*# sourceMappingURL=homepage.css.map */
