:root {
  --color-brand-primary: #C8224C;
  --color-black: #161618;
  --color-dark-gray: #565E60;
  --color-gray: #828B8D;
  --color-light-gray: #D9D9D9;
  --color-off-white: #F4F3F2;
  --color-white: #FFFFFF;
}

/*
Global styles for all pages: Typography, buttons.
*/
body p {
  color: var(--color-dark-gray);
  line-height: 1.315;
}
@media (min-width: 1024px) {
  body p {
    font-size: 18px;
    line-height: 1.3;
  }
}

.btn {
  font-size: 12px;
  line-height: 1.8335;
  letter-spacing: 1px;
}
@media (min-width: 481px) {
  .btn {
    font-size: 14px;
    line-height: 1.5715;
  }
}
.btn.btn-primary-dark {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}
.btn.btn-primary-dark:hover {
  background-color: var(--color-dark-gray);
  border-color: var(--color-dark-gray);
  color: var(--color-white);
}
.btn.btn-dark-gray {
  background-color: var(--color-dark-gray);
  border-color: var(--color-dark-gray);
  color: var(--color-white);
}
.btn.btn-dark-gray:hover {
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
  color: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-black);
}

h1 {
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 72px;
  }
}

/*
Global styles for all pages: Typography, buttons.
*/
/* New module styles */
.bg-off-white {
  background-color: var(--color-off-white);
}

.section {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .section {
    padding: 80px 0;
  }
}

@media (max-width: 1023px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.container--md {
  max-width: 700px;
}

.headline {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.bg-black .headline {
  color: var(--color-white);
}
.headline--border {
  padding-bottom: 3px;
  border-bottom: 2px solid var(--color-brand-primary);
}
@media (min-width: 768px) {
  .headline {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.section-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  text-align: center;
  color: var(--color-white);
  padding: 240px 0 40px;
  min-height: 576px;
}
@media (min-width: 1024px) {
  .section-hero {
    padding-bottom: 240px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
  }
  .section-hero:first-child {
    margin-top: 138px;
  }
}
.section-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 670px;
}
@media (min-width: 1024px) {
  .section-hero__container {
    gap: 32px;
  }
}
.section-hero--home .section-hero__container {
  max-width: 860px;
}
.section-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-hero__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.section-hero__bg img,
.section-hero__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero__subtitle {
  font-family: "futura-pt-bold";
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-hero .overline {
  font-size: 12px;
  color: var(--color-white) !important;
  margin-bottom: 0;
}
@media (min-width: 481px) {
  .section-hero .overline {
    font-size: 14px;
  }
}
.section-hero__title,
.section-hero p {
  color: var(--color-white);
  margin-bottom: 0;
}
.section-hero--home .section-hero__title {
  font-size: 56px;
}
@media (min-width: 1024px) {
  .section-hero--home .section-hero__title {
    font-size: 120px;
  }
}
.section-hero p {
  font-family: "adobe-caslon-pro";
  font-size: 22px;
  line-height: 1.45;
}
@media (min-width: 1024px) {
  .section-hero p {
    font-size: 24px;
  }
}
.section-hero .btn.btn-primary-white:not(:hover) {
  color: var(--color-black);
}

.section-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .section-intro {
    background-color: var(--color-black);
  }
}
@media (min-width: 1024px) {
  .section-intro {
    padding: 120px 0;
    min-height: 648px;
  }
}
.section-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  gap: 24px;
  max-width: 670px;
}
.section-intro__bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .section-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section-intro__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  }
}
.section-intro__bg img,
.section-intro__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-intro .overline {
  font-size: 12px;
  color: var(--color-white) !important;
  margin-bottom: 0;
}
@media (min-width: 481px) {
  .section-intro .overline {
    font-size: 14px;
  }
}
.section-intro .headline,
.section-intro p {
  color: var(--color-white);
  margin-bottom: 0;
}
.section-intro .btn.btn-primary-white:not(:hover) {
  color: var(--color-black);
}

.image-tile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  border-bottom: 1px solid var(--color-light-gray);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .image-tile {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.image-tile--featured {
  gap: 40px;
}
@media (min-width: 1201px) {
  .image-tile--featured {
    gap: 80px;
  }
}
.image-tile:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.image-tile__visual {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  background-color: #D9D9D9;
}
@media (max-width: 1023px) {
  .image-tile--featured .image-tile__visual {
    margin: -40px -24px 0;
  }
}
@media (min-width: 1024px) {
  .image-tile__visual {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.image-tile__visual::before {
  content: "";
  display: block;
  padding-top: 56.7%;
}
.image-tile__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .image-tile__content {
    max-width: 514px;
  }
}
.image-tile__content p {
  margin-bottom: 0;
}
.image-tile__content p strong {
  display: block;
}
.image-tile .overline {
  margin-bottom: 0;
  font-size: 12px;
  color: var(--color-brand-primary) !important;
}
@media (min-width: 481px) {
  .image-tile .overline {
    font-size: 14px;
  }
}
.image-tile__title {
  font-size: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .image-tile__title {
    font-size: 40px;
  }
}
.image-tile__meta {
  font-family: "futura-pt-bold";
  font-size: 12px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -8px;
  color: var(--color-black);
  z-index: 1;
  position: relative;
}
@media (min-width: 481px) {
  .image-tile__meta {
    font-size: 14px;
  }
}

.summary-content {
  padding: 24px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .summary-content {
    padding: 43px 0;
  }
}
.summary-content::before, .summary-content::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 120px;
  height: 3px;
  background: var(--color-brand-primary);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.summary-content::before {
  top: 0;
}
.summary-content::after {
  bottom: 0;
}
.summary-content p {
  font-family: "adobe-caslon-pro";
  font-size: 22px;
  line-height: 1.45;
  color: var(--color-black);
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .summary-content p {
    font-size: 24px;
  }
}
.summary-content p:last-child {
  margin-bottom: 0;
}

.membership-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.membership-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px 24px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
@media (min-width: 1024px) {
  .membership-list__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.membership-list__item:first-child {
  padding-top: 0;
}
.membership-list__item:last-child {
  padding-bottom: 0;
  border: none;
}
.membership-list__item ul {
  line-height: 1.32;
  margin: 0;
  padding: 0 0 0 24px;
  list-style: none;
  color: var(--color-dark-gray);
}
.membership-list__item ul li {
  position: relative;
}
.membership-list__item ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
}
.membership-list p {
  font-size: 16px;
  margin-bottom: 0;
}
.membership-list p a {
  color: inherit !important;
  line-height: inherit !important;
  border-bottom-width: 1px !important;
  border-bottom-color: currentColor !important;
}
.membership-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  width: 100%;
}
.membership-list__title {
  font-family: "adobe-caslon-pro";
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .membership-list__title {
    font-size: 24px;
  }
}
.membership-list__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0 !important;
  background: none !important;
  border: none !important;
  padding-bottom: 0 !important;
}
.membership-list__btn:not(:hover) {
  color: var(--color-black) !important;
}
.membership-list__btn .material-icons {
  top: auto;
  font-size: 28px;
  padding: 0;
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .card-list {
    gap: 40px 24px;
  }
}
.card-list__item {
  width: 100%;
}
@media (min-width: 768px) {
  .card-list__item {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  .card-list__item {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 1024px) {
  .card-list__item--half {
    width: calc(50% - 12px);
  }
}

.card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.card-box__visual {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  border: none !important;
  background: none !important;
  padding-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .card-box__visual {
    margin-bottom: 24px;
  }
}
.card-box__visual::before {
  content: "";
  display: block;
  padding-top: 95.2%;
}
@media (min-width: 1024px) {
  .card-box__visual::before {
    padding-top: 99.845%;
  }
}
@media (min-width: 1024px) {
  .card-list__item--half .card-box__visual::before {
    padding-top: 65.32%;
  }
}
.card-box__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-box__btn {
  font-family: "adobe-caslon-pro";
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0 !important;
  color: var(--color-black);
  text-transform: none;
  padding: 0 !important;
  white-space: wrap;
  text-align: left;
  border: none;
}
.bg-black .card-box__btn:not(:hover) {
  color: var(--color-white);
}
@media (min-width: 1024px) {
  .card-box__btn {
    font-size: 24px;
  }
}
.card-box__btn .material-icons {
  -webkit-transition: inherit;
  transition: inherit;
}

@media (max-width: 1023px) {
  .gallery-slider {
    margin-right: -24px;
  }
}
.gallery-slider .swiper-slide:last-child .gallery-slider__visual figcaption {
  margin-right: 0;
  padding-right: 10px;
}
@media screen and (min-width: 1023px) and (max-width: 1201px) {
  .gallery-slider .swiper-slide:last-child .gallery-slider__visual figcaption {
    padding-right: 30px;
  }
}
.gallery-slider__visual {
  margin-bottom: 0;
}
.gallery-slider__visual--img {
  width: 100%;
  position: relative;
}
.gallery-slider__visual--img::before {
  content: "";
  display: block;
  padding-top: 122.1%;
}
@media (min-width: 1024px) {
  .gallery-slider__visual--img::before {
    padding-top: 66.7%;
  }
}
.gallery-slider__visual--img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-slider__visual figcaption {
  display: block;
  font-family: "nimbus-sans";
  font-size: 16px;
  line-height: 1.32;
  max-width: 670px;
  padding-top: 24px;
  color: var(--color-dark-gray);
  opacity: 0;
}
.swiper-slide-active .gallery-slider__visual figcaption {
  opacity: 1;
}
@media (max-width: 1023px) {
  .gallery-slider__visual figcaption {
    margin-right: -50px;
  }
}
@media (min-width: 1024px) {
  .gallery-slider__visual figcaption {
    font-size: 18px;
  }
}

.slider-nav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  z-index: 9;
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .slider-nav {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1201px) {
  .slider-nav {
    bottom: 12px;
  }
}
.slider-nav .slider-btn-prev,
.slider-nav .slider-btn-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--color-white);
  background: var(--color-black);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .slider-nav .slider-btn-prev,
  .slider-nav .slider-btn-next {
    width: 48px;
    height: 48px;
  }
}
.slider-nav .slider-btn-prev.swiper-button-disabled,
.slider-nav .slider-btn-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.6;
}
.slider-nav .slider-btn-prev .material-icons,
.slider-nav .slider-btn-next .material-icons {
  padding: 0;
  top: auto;
}
@media (min-width: 1201px) {
  .slider-nav .slider-btn-prev .material-icons,
  .slider-nav .slider-btn-next .material-icons {
    font-size: 18px;
  }
}

.bg-black {
  background-color: var(--color-black);
}

.quote-block {
  color: var(--color-brand-primary);
  margin-bottom: 0;
}
.quote-block--border {
  padding-left: 24px;
  border-left: 2px solid var(--color-brand-primary);
}
.quote-block p {
  font-family: "adobe-caslon-pro";
  font-size: 26px;
  line-height: 1.4;
  color: var(--color-brand-primary);
  margin-bottom: 24px;
}
.bg-black .quote-block p {
  color: var(--color-white);
}
@media (min-width: 1024px) {
  .quote-block p {
    font-size: 34px;
  }
}
.quote-block p:last-child {
  margin-bottom: 0;
}
.quote-block cite {
  font-family: "futura-pt-bold";
  font-size: 12px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
}
@media (min-width: 481px) {
  .quote-block cite {
    font-size: 14px;
  }
}

.content-block p {
  margin-bottom: 24px;
}
.content-block p a {
  color: inherit;
  border-bottom-width: 1px !important;
  border-bottom-color: currentColor !important;
}
.content-block h4 {
  font-family: "adobe-caslon-pro";
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .content-block h4 {
    font-size: 24px;
  }
}
.content-block__visual {
  padding: 0;
  margin: 0 0 24px;
}
.content-block__visual img {
  display: block;
  width: 100%;
}
.content-block__visual figcaption {
  display: block;
  font-family: "nimbus-sans";
  font-size: 12px;
  line-height: 1.2;
  padding-top: 16px;
  color: var(--color-black);
}
@media (min-width: 481px) {
  .content-block__visual figcaption {
    font-size: 14px;
  }
}

.grid-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .grid-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-cards {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: var(--color-white);
  gap: 24px;
  min-height: 242px;
}
@media (min-width: 1024px) {
  .feature-card {
    gap: 40px;
    min-height: 304px;
  }
}
@media (min-width: 1201px) {
  .feature-card {
    padding: 40px;
  }
}
.feature-card.bg--brand {
  background-color: var(--color-brand-primary);
  color: var(--color-white);
}
.feature-card.bg--brand .feature-card__title,
.feature-card.bg--brand .feature-card__list {
  color: var(--color-white);
}
.feature-card.bg--dark {
  background-color: var(--color-black);
  color: var(--color-white);
}
.feature-card.bg--dark .feature-card__title,
.feature-card.bg--dark .feature-card__list {
  color: var(--color-white);
}
.feature-card__title {
  font-size: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature-card__title {
    font-size: 40px;
  }
}
.feature-card__list {
  font-family: "nimbus-sans";
  list-style: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: var(--color-black);
}
@media (min-width: 1024px) {
  .feature-card__list {
    font-size: 18px;
    line-height: 1.3;
  }
}
.feature-card__list li {
  position: relative;
  padding-left: 28px;
}
.feature-card__list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 12px;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
}
.feature-card .btn {
  width: 100%;
}
.feature-card .btn.btn-primary-white:not(:hover) {
  color: var(--color-black);
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}
@media (min-width: 1024px) {
  .section-title {
    min-height: 607px;
  }
}
.section-title__title {
  color: var(--color-white);
}
.section-title__title:last-child {
  margin-bottom: 0;
}
.section-title__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-title__bg--image {
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .section-title__bg--image {
    background-attachment: fixed;
  }
}
.section-title__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.section-title__bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

/* New module styles */
/* Events */
body.events-page .jumbotron {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  body.events-page .jumbotron {
    padding-top: 270px !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
body.events-page .hero-text-contain {
  margin-top: 0;
  margin-left: auto !important;
  max-width: 640px;
}
body.events-page .hero-text-contain p {
  font-size: 22px;
  line-height: 1.42;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  body.events-page .hero-text-contain p {
    font-size: 24px;
  }
}
body.events-page h1.lead {
  margin-bottom: 14px;
}
body.events-page .overline {
  font-size: 12px;
  color: var(--color-white) !important;
}
@media (min-width: 481px) {
  body.events-page .overline {
    font-size: 14px;
  }
}
body.events-page .hero-text-contain {
  text-align: center;
}
body.events-page .events_wrapper {
  width: 100%;
}
@media (max-width: 1023px) {
  body.events-page .events_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.events-page .events_wrapper h2 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  padding-right: 90px;
  border-bottom: 1px solid var(--color-light-gray);
  border-radius: 0;
  margin-bottom: 24px !important;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  body.events-page .events_wrapper h2 {
    font-size: 40px;
    padding-bottom: 3px;
  }
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper h2 {
    margin-bottom: 60px !important;
  }
}
body.events-page .events_wrapper .container > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
body.events-page .events_wrapper .container > .row > div {
  max-width: 100%;
}
body.events-page .events_wrapper .container > .row.justify-content-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  gap: 0;
}
body.events-page .events_wrapper .container > .row.justify-content-center .event_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
  gap: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  body.events-page .events_wrapper .container > .row.justify-content-center .event_items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .container > .row.justify-content-center .event_items {
    gap: 60px;
  }
}
body.events-page .events_wrapper .single_event:not(.events-featured .single_event) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  height: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .single_event:not(.events-featured .single_event) .event_details {
    padding-left: 40px;
  }
}
body.events-page .events_wrapper .events-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .events-featured {
    margin-bottom: 34px;
  }
}
body.events-page .events_wrapper .events-featured .single_event {
  gap: 0;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .events-featured .single_event {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  body.events-page .events_wrapper .events-featured h2 {
    padding-bottom: 6px;
  }
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .events-featured h2 {
    margin-bottom: 40px !important;
  }
}
body.events-page .events_wrapper .single_event {
  background-color: var(--color-white);
  margin: 0;
}
body.events-page .events_wrapper .single_event .event_details,
body.events-page .events_wrapper .single_event .event_img {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.events-page .events_wrapper .single_event .event_img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.events-page .events_wrapper .single_event .event_img::after {
  content: "";
  display: block;
  padding-top: 55%;
}
body.events-page .events_wrapper .single_event .event_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.events-page .events_wrapper .single_event .event_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  height: 100%;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .single_event .event_details {
    padding: 40px 40px 40px 0;
  }
}
body.events-page .events_wrapper .single_event .event_details h3 {
  font-size: 28px;
  letter-spacing: 0.01em;
  font-weight: normal;
  padding-bottom: 3px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--color-light-gray);
}
@media (min-width: 768px) {
  body.events-page .events_wrapper .single_event .event_details h3 {
    font-size: 40px;
  }
}
body.events-page .events_wrapper .single_event .event_desc,
body.events-page .events_wrapper .single_event .event_desc p {
  font-family: "adobe-caslon-pro" !important;
}
body.events-page .events_wrapper .single_event .event_desc p {
  font-size: 18px;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .single_event .event_desc p {
    font-size: 20px;
  }
}
body.events-page .events_wrapper .single_event .more_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
body.events-page .events_wrapper .single_event .event_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  gap: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .single_event .event_date {
    margin-bottom: 12px;
  }
}
body.events-page .events_wrapper .single_event .event_date .material-icons {
  display: none;
}
body.events-page .events_wrapper .single_event .event_hour,
body.events-page .events_wrapper .single_event .event_start_date,
body.events-page .events_wrapper .single_event .event_price {
  font-family: "futura-pt-bold";
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-dark-gray);
  margin: 0;
}
@media (min-width: 481px) {
  body.events-page .events_wrapper .single_event .event_hour,
  body.events-page .events_wrapper .single_event .event_start_date,
  body.events-page .events_wrapper .single_event .event_price {
    font-size: 14px;
  }
}
body.events-page .events_wrapper .single_event .event_price {
  position: relative;
  display: block !important;
  padding-right: 8px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .single_event .event_price {
    
  }
}
body.events-page .events_wrapper .single_event .event_price::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 9px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.events-page .events_wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1/-1;
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--color-light-gray);
  border-bottom: 1px solid var(--color-light-gray);
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .pagination {
    margin-top: 0;
    max-width: 219px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.events-page .events_wrapper .pagination .page-numbers {
  font-family: "futura-pt-bold";
  font-weight: bold;
  font-size: 14px !important;
  line-height: 25px !important;
  width: 25px;
  height: 25px;
  letter-spacing: 0 !important;
  padding: 0 !important;
  color: var(--color-black) !important;
  border: none !important;
}
body.events-page .events_wrapper .pagination .page-numbers:not(.current) {
  background: transparent !important;
}
body.events-page .events_wrapper .pagination .page-numbers.current {
  color: var(--color-white) !important;
  background-color: var(--color-black);
}
body.events-page .events_wrapper .pagination .page-numbers.disabled .material-icons {
  color: var(--color-light-gray);
}
body.events-page .events_wrapper .pagination .page-numbers.dots {
  background: none;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .pagination .page-numbers.next, body.events-page .events_wrapper .pagination .page-numbers.prev {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
body.events-page .events_wrapper .pagination .page-numbers.prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: -16px;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .pagination .page-numbers.prev {
    left: 0;
  }
}
body.events-page .events_wrapper .pagination .page-numbers.next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  right: -16px;
}
@media (min-width: 1024px) {
  body.events-page .events_wrapper .pagination .page-numbers.next {
    right: 0;
  }
}
body.events-page .events_wrapper .pagination .page-numbers .material-icons {
  top: auto;
  font-size: 27px;
  padding: 0;
}
body.events-page .events_wrapper .event_filter {
  width: 100%;
  max-width: 100%;
}
body.events-page #event-filter {
  position: fixed;
  height: 100%;
  z-index: 101;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  opacity: 1;
  padding: 40px;
  top: 0;
  left: 0;
  max-width: 100% !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media (min-width: 992px) {
  body.events-page #event-filter {
    max-width: 737px !important;
  }
}
body.events-page #event-filter.d-none {
  top: -9999px;
  left: -9999px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
  transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
  transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s;
  transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s, -webkit-transform 0.35s;
}
@media (min-width: 992px) {
  body.events-page #event-filter.d-none {
    display: block !important;
  }
}
body.events-page .event-filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-white);
  width: 48px;
  height: 48px;
  z-index: 9;
  background-color: var(--color-black);
  cursor: pointer;
}
body.events-page .event-filter-btn .material-icons {
  top: auto;
}
body.events-page .event-filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-family: "nimbus-sans";
  border: none;
  background: none;
  font-size: 16px;
  line-height: 1.315;
  padding: 0;
  color: var(--color-dark-gray);
  text-decoration: underline;
  text-transform: capitalize;
  position: relative;
  text-underline-offset: 2px;
  outline: none;
  cursor: pointer;
  text-align: left;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  body.events-page .event-filter-toggle {
    grid-column: 1/-1;
  }
}
body.events-page .event-filter-toggle.is-active:after {
  margin-top: 8px;
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}
body.events-page .event-filter-toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 1024px) {
  body.events-page .event-filter-toggle {
    font-size: 18px;
    line-height: 1.3;
  }
}
body.events-page .event_filter {
  padding: 0;
}
body.events-page .event_filter .select_type {
  gap: 16px;
}
@media (max-width: 1023px) {
  body.events-page .event_filter .select_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1024px) {
  body.events-page .event_filter .select_type {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.events-page .event_filter .checkbox_wrap.checkbox_name_display,
body.events-page .event_filter .radio_wrap.checkbox_name_display {
  color: #000 !important;
}
body.events-page .event_filter .checkbox_wrap,
body.events-page .event_filter .radio_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.45;
  font-weight: normal;
  padding: 0;
  margin-bottom: 0;
  gap: 16px;
}
@media (min-width: 1024px) {
  body.events-page .event_filter .checkbox_wrap,
  body.events-page .event_filter .radio_wrap {
    font-size: 18px;
    line-height: 1.2;
  }
}
body.events-page .event_filter .radio_wrap .radio_btn:after {
  width: 8px !important;
  height: 8px !important;
  top: 1.05px !important;
  left: 0.9px !important;
  background-color: var(--color-black) !important;
}
body.events-page .event_filter .radio_btn,
body.events-page .event_filter .checkmark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 12px;
  height: 12px;
  border-width: 1px !important;
  border-color: var(--color-black) !important;
  border-radius: 2px !important;
}
@media (min-width: 1024px) {
  body.events-page .event_filter .radio_btn,
  body.events-page .event_filter .checkmark {
    top: 6px;
  }
}
body.events-page .event_filter .checkmark:after {
  width: 4px;
  height: 6px;
  border-width: 0 1px 1px 0;
  left: 3px !important;
  top: 1px !important;
}
body.events-page .event_filter input:checked ~ .checkmark {
  background-color: var(--color-black) !important;
}
body.events-page .filter_block {
  padding: 24px 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--color-light-gray);
}
body.events-page .filter_block:first-child {
  padding-top: 0;
}
body.events-page .filter_block h3.filter_heading {
  font-size: 16px !important;
  letter-spacing: 0 !important;
  font-weight: bold !important;
  margin-bottom: 8px !important;
}
@media (min-width: 768px) {
  body.events-page .filter_block h3.filter_heading {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
}
@media (min-width: 1024px) {
  body.events-page .filter_block h3.filter_heading {
    grid-column: 1/-1;
  }
}
body.events-page .filter_block--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.events-page .filter_block--heading h2 {
  border: none;
  padding: 4px 0 0;
  margin: 0 !important;
}
body.events-page .filter_block--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding-bottom: 0;
  gap: 10px;
  width: 100%;
}
body.events-page .filter_block--buttons .clear_btn {
  font-family: "futura-pt-bold" !important;
  color: #161618;
  text-align: center;
  border: 2px solid #000 !important;
  font-size: 12px;
  line-height: 1.425 !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px !important;
  color: var(--color-black) !important;
  padding: 12px 30px !important;
  background: transparent !important;
}
@media (max-width: 767px) {
  body.events-page .filter_block--buttons .clear_btn {
    width: 50%;
  }
}
@media (min-width: 481px) {
  body.events-page .filter_block--buttons .clear_btn {
    font-size: 14px;
  }
}
body.events-page .filter_block--buttons .clear_btn:hover {
  border-color: var(--color-dark-gray) !important;
  color: var(--color-dark-gray) !important;
}
@media (max-width: 767px) {
  body.events-page .filter_block--buttons .btn {
    width: 50%;
  }
}
body.events-page .filter_block--buttons .btn.btn-primary {
  background: #000;
  border-color: #000;
}
body.events-page .filter_block--buttons .btn.btn-primary:hover {
  background-color: var(--color-dark-gray);
  border-color: var(--color-dark-gray);
  color: var(--color-white);
}
body.events-page .filter-menu-mobile {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 9;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  body.events-page .filter-menu-mobile {
    top: -115px;
  }
}
body.events-page .filter-menu-mobile .filter-menu-toggle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "nimbus-sans";
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  color: var(--color-black) !important;
  padding: 0;
  gap: 8px;
}
@media (min-width: 481px) {
  body.events-page .filter-menu-mobile .filter-menu-toggle {
    font-size: 14px;
  }
}
body.events-page .filter-menu-mobile .material-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  top: auto;
  width: 48px;
  height: 48px;
  color: var(--color-white);
  background-color: var(--color-black);
}

body.filters-open {
  overflow: hidden;
}

/* Events */
/* General admission */
.admission-section .container {
  max-width: 700px;
}
@media (max-width: 767px) {
  .admission-section .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.admission-section .container > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.admission-section .container > .row > div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
  padding: 0;
}
.admission-section .admission-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .admission-section .admission-form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.admission-section .admission-form .date-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.admission-section .admission-form .date-wrapper > div {
  width: 100%;
}
.admission-section .admission-form .style-area {
  grid-column: 1/-1;
  position: absolute;
}
.admission-section .admission-form .input-wrapper {
  margin-bottom: 0;
}
.admission-section .admission-form .input-wrapper > label {
  display: none;
}
.admission-section .admission-form .input-wrapper.inactive input {
  border-color: var(--color-off-white);
  background-color: var(--color-off-white);
}
.admission-section .admission-form .input-wrapper.inactive input[type=submit] {
  opacity: 0.5;
  background-color: var(--color-brand-primary);
  color: var(--color-white);
  border-color: var(--color-brand-primary);
}
.admission-section .admission-form input:not([type=submit]),
.admission-section .admission-form select#time {
  border-color: var(--color-off-white);
  background-color: var(--color-off-white);
  color: var(--color-dark-gray);
  padding-left: 40px;
}
.admission-section .admission-form input[type=submit] {
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .admission-section .admission-form input[type=submit] {
    font-size: 12px;
  }
}
.admission-section .admission-form .input-icon {
  color: var(--color-black);
  margin-left: 11px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .admission-section .admission-form .input-icon {
    margin-top: 9px;
  }
}
.admission-section .admission-form .input-icon .material-icons {
  font-size: 18px;
}
.admission-section .admission-form .input-wrapper.submit-wrapper {
  padding-left: 0;
}

.admission-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--color-black);
}
.admission-prices__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding: 16px 0 12px;
  font-size: 22px;
  line-height: 1.42;
  gap: 16px;
  margin: 0;
}
@media (min-width: 1024px) {
  .admission-prices__item {
    font-size: 24px;
  }
}
.admission-prices__item:first-child {
  padding-top: 0;
}
.admission-prices__item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray);
}
.admission-prices__title {
  font-weight: normal;
}
.admission-prices__price {
  text-align: right;
  margin: 0;
}
.admission-prices__price a {
  font-family: "adobe-caslon-pro" !important;
  letter-spacing: 0 !important;
  line-height: inherit !important;
  background-size: 100% 2px !important;
  background-position: 0 26px !important;
  border: none !important;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-list__item {
  padding: 16px 24px;
}
@media (min-width: 768px) {
  .faq-list__item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .faq-list__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.faq-list__item:first-child {
  padding-top: 0;
}
.faq-list__item:not(:last-child) {
  border-bottom: 1px solid var(--color-light-gray);
}
.faq-list__title {
  font-family: "adobe-caslon-pro";
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0;
  color: var(--color-black);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .faq-list__title {
    font-size: 24px;
  }
}
.faq-list p {
  margin-bottom: 0;
}
.faq-list p a {
  color: inherit !important;
  line-height: inherit !important;
  border-bottom-width: 1px !important;
  border-bottom-color: currentColor !important;
}

/* General admission */
/* Hero top section */
.make-top-primary.bg-off-white {
  text-align: center;
}
@media (min-width: 992px) {
  .make-top-primary.bg-off-white {
    padding-bottom: 40px;
  }
}
.make-top-primary.bg-off-white h1 {
  color: var(--color-black);
}
.make-top-primary.bg-off-white .overline {
  font-size: 12px;
  color: var(--color-dark-gray) !important;
}
@media (min-width: 481px) {
  .make-top-primary.bg-off-white .overline {
    font-size: 14px;
  }
}
.make-top-primary.bg-off-white .hero-text-contain {
  margin-left: auto !important;
}
@media (min-width: 992px) {
  .make-top-primary.bg-off-white .hero-text-contain {
    margin-top: 214px;
  }
}

/* Hero top section */
/* Fancybox */
.fancybox-button {
  width: 32px;
  height: 32px;
  color: var(--color-black);
  background-color: var(--color-white);
}
.fancybox-button:hover {
  color: var(--color-black);
}
@media (min-width: 1024px) {
  .fancybox-button {
    width: 48px;
    height: 48px;
  }
}
.fancybox-button.fancybox-button--play {
  display: none;
}

.fancybox-show-caption .fancybox-caption {
  letter-spacing: 0.01em;
  border: none;
}
@media (min-width: 1024px) {
  .fancybox-show-caption .fancybox-caption {
    font-size: 18px;
    line-height: 1.2;
  }
}

/* Fancybox */
/* Search Page New Styles */
body.search .dhhrm-search-page {
  background-color: var(--color-off-white);
  min-height: 60vh;
  padding-top: 145px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page {
    padding-top: 210px;
  }
}
body.search .dhhrm-search-page a {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: none !important;
}
body.search .dhhrm-search-page a:active, body.search .dhhrm-search-page a:hover, body.search .dhhrm-search-page a:focus {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: none !important;
}
body.search .dhhrm-search-page .search-form {
  margin-bottom: 40px;
}
body.search .dhhrm-search-page .search-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
@media (min-width: 768px) {
  body.search .dhhrm-search-page .search-input-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
body.search .dhhrm-search-page .search-field {
  font-family: "nimbus-sans";
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: var(--color-black) !important;
  height: 58px;
  border: none !important;
  background: transparent;
  width: 100% !important;
  padding: 0 0 0 40px !important;
  border-bottom: 1px solid var(--color-gray) !important;
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page .search-field {
    font-size: 18px;
  }
}
body.search .dhhrm-search-page .search-field::-webkit-input-placeholder {
  color: var(--color-black);
}
body.search .dhhrm-search-page .search-field::-moz-placeholder {
  color: var(--color-black);
}
body.search .dhhrm-search-page .search-field:-ms-input-placeholder {
  color: var(--color-black);
}
body.search .dhhrm-search-page .search-field::-ms-input-placeholder {
  color: var(--color-black);
}
body.search .dhhrm-search-page .search-field::placeholder {
  color: var(--color-black);
}
body.search .dhhrm-search-page .search-icon {
  position: absolute;
  top: 50%;
  z-index: 9;
  color: var(--color-black);
  margin-top: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  body.search .dhhrm-search-page .search-icon {
    margin-top: 5px;
  }
}
body.search .dhhrm-search-page .search-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  font-family: "futura-pt-bold";
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--color-black);
  color: var(--color-white);
  border: none;
  padding: 10px;
  width: 100%;
  min-height: 58px;
  cursor: pointer;
}
@media (min-width: 768px) {
  body.search .dhhrm-search-page .search-button {
    width: 118px;
  }
}
body.search .dhhrm-search-page .search-button:hover {
  background-color: var(--color-dark-gray);
  color: var(--color-white);
}
body.search .dhhrm-search-page .search-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.search .dhhrm-search-page .filter-label {
  font-family: "futura-pt-bold";
  font-size: 12px;
  line-height: 1.1;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-gray);
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 12px;
}
@media (min-width: 481px) {
  body.search .dhhrm-search-page .filter-label {
    font-size: 14px;
  }
}
body.search .dhhrm-search-page .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
body.search .dhhrm-search-page a.filter-btn:not(.btn):not(.scrollmenu-link):not(.dropdown-walker-link):not(.cover-layer):not(.ab-item):not(.no-underline):not(.box-link):not(.view-all-link) {
  font-family: "futura-pt-bold";
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 8px;
  color: #000;
  background: transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 481px) {
  body.search .dhhrm-search-page a.filter-btn:not(.btn):not(.scrollmenu-link):not(.dropdown-walker-link):not(.cover-layer):not(.ab-item):not(.no-underline):not(.box-link):not(.view-all-link) {
    font-size: 14px !important;
  }
}
body.search .dhhrm-search-page a.filter-btn:not(.btn):not(.scrollmenu-link):not(.dropdown-walker-link):not(.cover-layer):not(.ab-item):not(.no-underline):not(.box-link):not(.view-all-link).active, body.search .dhhrm-search-page a.filter-btn:not(.btn):not(.scrollmenu-link):not(.dropdown-walker-link):not(.cover-layer):not(.ab-item):not(.no-underline):not(.box-link):not(.view-all-link):hover {
  background: #000;
  color: var(--color-white);
}
body.search .dhhrm-search-page .search-highlight {
  font-weight: bold;
  background-color: transparent;
  padding: 0;
}
body.search .dhhrm-search-page .search-page-container {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1023px) {
  body.search .dhhrm-search-page .search-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
body.search .dhhrm-search-page .results-count {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  body.search .dhhrm-search-page .results-count {
    font-size: 40px;
    margin-bottom: 0;
  }
}
body.search .dhhrm-search-page .search-header {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page .search-header {
    margin-bottom: 112px;
  }
}
body.search .dhhrm-search-page .search-page-title {
  color: var(--color-black);
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page .search-page-title {
    margin-bottom: 100px;
  }
}
body.search .dhhrm-search-page .search-result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-light-gray);
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page .search-result-item {
    padding: 24px 0;
  }
}
body.search .dhhrm-search-page .search-result-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
body.search .dhhrm-search-page .result-content {
  width: 100%;
}
body.search .dhhrm-search-page a.result-arrow {
  color: var(--color-black);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  background: transparent !important;
}
body.search .dhhrm-search-page .result-type {
  display: block;
  font-family: "nimbus-sans";
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-dark-gray);
  margin-bottom: 8px;
}
@media (min-width: 481px) {
  body.search .dhhrm-search-page .result-type {
    font-size: 14px;
  }
}
body.search .dhhrm-search-page .result-excerpt {
  margin-bottom: 0;
}
body.search .dhhrm-search-page .result-title {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.search .dhhrm-search-page .result-title {
    font-size: 18px;
  }
}
body.search .dhhrm-search-page .result-title a {
  color: var(--color-black);
  line-height: 1.23 !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
}
body.search .dhhrm-search-page .search-pagination {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page .search-pagination {
    padding-top: 80px;
  }
}
body.search .dhhrm-search-page .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
  border-top: 1px solid var(--color-light-gray);
  border-bottom: 1px solid var(--color-light-gray);
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page .pagination-wrapper {
    max-width: 219px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.search .dhhrm-search-page .pagination-wrapper .page-numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
body.search .dhhrm-search-page .pagination-wrapper .page-number {
  font-family: "futura-pt-bold" !important;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 25px !important;
  width: 25px;
  height: 25px;
  letter-spacing: 0 !important;
  padding: 0 !important;
  color: var(--color-black) !important;
  border: none !important;
  text-align: center;
}
body.search .dhhrm-search-page .pagination-wrapper .page-number:not(.current) {
  background: transparent !important;
}
body.search .dhhrm-search-page .pagination-wrapper .page-number.current {
  color: #fff !important;
  background-color: var(--color-black);
}
body.search .dhhrm-search-page .pagination-wrapper .page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  position: relative;
  padding-bottom: 0 !important;
  background: transparent !important;
  border: none !important;
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page .pagination-wrapper .page-btn {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page .pagination-wrapper .page-btn.prev-btn {
    left: -5px;
  }
}
@media (min-width: 1024px) {
  body.search .dhhrm-search-page .pagination-wrapper .page-btn.next-btn {
    right: -5px;
  }
}
body.search .dhhrm-search-page .pagination-wrapper .page-btn.next-btn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
body.search .dhhrm-search-page .pagination-wrapper .page-btn.disabled::before {
  border-bottom: 2px solid var(--color-light-gray);
  border-left: 2px solid var(--color-light-gray);
}
body.search .dhhrm-search-page .pagination-wrapper .page-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-bottom: 2px solid var(--color-black);
  border-left: 2px solid var(--color-black);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Search Page New Styles */