@font-face {
  font-family: "National Park";
  src: url(../fonts/NationalPark-VariableFont_wght.woff2)
    format("woff2-variations");
  font-weight: 200 800;
}
@font-face {
  font-family: "Bagoss Extended";
  src: url(../fonts/BagossExtended-Bold.woff2) format("woff2");
  font-weight: 700;
}
.accordion-header,
.btn,
.menu-backdrop,
.menu-burger,
.menu-nav-list-item-submenu-header,
.overlay-backdrop,
.popups-entry-close,
.radio-replacement,
.slider-pagination-dot,
.slideshow-block,
.slideshow-media-entry:not(:only-child) {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.secretPath {
  position: fixed;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 5000;
}
html {
  font-family: "National Park", sans-serif;
  font-size: 100%;
  background: #ededed;
  --purple: hsl(267, 50%, 73%);
  --red: hsl(3, 81%, 59%);
  --blue: hsl(223, 71%, 51%);
  --green: hsl(123, 38%, 55%);
  --pink: hsl(335, 46%, 69%);
  --orange: hsl(34, 83%, 61%);
  --margin: 2.75rem;
  --headline: "Bagoss Extended", serif;
  --body: "National Park", sans-serif;
  --gutter: 1.5rem;
  --columns: 10;
  --column: calc(
    (100vw - var(--gutter) * (var(--columns) - 1) - 2 * var(--margin)) /
      var(--columns)
  );
  --text-width: 53.7rem;
  --border-width: 3px;
}
@media screen and (max-width: 767px) {
  html {
    --margin: 0.8em;
    --border-width: 2px;
    font-size: 125%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    --margin: 1.5em;
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1920px) {
  html {
    --border-width: 4px;
    font-size: 125%;
  }
}
html:after {
  content: "";
  position: fixed;
  left: var(--margin);
  top: 0;
  width: calc(100% - 2 * var(--margin));
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  background: repeating-linear-gradient(
    to right,
    hsla(180, 83%, 40%, 0.15),
    hsla(180, 83%, 40%, 0.15) var(--column),
    transparent var(--column),
    transparent calc(var(--column) + var(--gutter))
  );
  display: none;
}
html.show-grid:after {
  display: block;
}
html.menu-open,
html.overlay-open {
  overflow: hidden;
}
.activity-inner,
.calendar-filters {
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  gap: 0 var(--gutter);
}
@media screen and (max-width: 767px) {
  .activity-inner,
  .calendar-filters {
    display: block;
  }
}
body {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
.article-preview[data-size="default-grid"].article-preview--standout
  .article-preview-title,
.article-preview[data-size="default"].article-preview--standout
  .article-preview-title,
.article-preview[data-size="medium"] .article-preview-title,
.article-preview[data-size="subcategory"].article-preview--standout
  .article-preview-title,
.articles[data-layout="subcategory"] .articles-headline-title,
h1 {
  font-size: 3em;
  line-height: 1.1667;
  font-weight: 700;
  font-family: var(--headline);
  margin-bottom: 1.85rem;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="default-grid"].article-preview--standout
    .article-preview-title,
  .article-preview[data-size="default"].article-preview--standout
    .article-preview-title,
  .article-preview[data-size="medium"] .article-preview-title,
  .article-preview[data-size="subcategory"].article-preview--standout
    .article-preview-title,
  .articles[data-layout="subcategory"] .articles-headline-title,
  h1 {
    font-size: 1.5em;
    margin-bottom: 1.73rem;
  }
}
.article-preview[data-size="large"] .article-preview-title,
.menu-footer-nav-list-item-link,
.menu-nav-list-item-link,
.menu-nav-list-item-submenu-header-text,
.quotes-item-author,
[data-font-size="huge"] {
  font-size: 4em;
  font-weight: 700;
  font-family: var(--headline);
  line-height: 1.1429;
  margin-bottom: 0.5em;
}
.article-preview[data-size="large"] .article-preview-title:last-child,
.menu-footer-nav-list-item-link:last-child,
.menu-nav-list-item-link:last-child,
.menu-nav-list-item-submenu-header-text:last-child,
.quotes-item-author:last-child,
[data-font-size="huge"]:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="large"] .article-preview-title,
  .menu-footer-nav-list-item-link,
  .menu-nav-list-item-link,
  .menu-nav-list-item-submenu-header-text,
  .quotes-item-author,
  [data-font-size="huge"] {
    font-size: 1.875em;
    margin-bottom: 1em;
  }
}
.activity-date,
.activity-preview[data-layout="wide"] .activity-preview-title,
.donation-form-title,
.get-involved-link-title,
.radio-replacement[data-size="large"] .radio-replacement-label,
[data-font-size="large"] {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .activity-date,
  .activity-preview[data-layout="wide"] .activity-preview-title,
  .donation-form-title,
  .get-involved-link-title,
  .radio-replacement[data-size="large"] .radio-replacement-label,
  [data-font-size="large"] {
    font-size: 1.25em;
  }
}
.article-preview[data-size="default-grid"] .article-preview-title,
.article-preview[data-size="default"] .article-preview-title,
.article-preview[data-size="subcategory"] .article-preview-title,
.text-content blockquote,
h2 {
  font-family: inherit;
  font-size: 2em;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.4375em;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="default-grid"] .article-preview-title,
  .article-preview[data-size="default"] .article-preview-title,
  .article-preview[data-size="subcategory"] .article-preview-title,
  .text-content blockquote,
  h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
h3 {
  font-family: var(--headline);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.accordion-body-inner,
.activity-address,
.article-intro,
.article-preview[data-size="large"] .article-preview-category,
.article-preview[data-size="large"] .article-preview-intro,
.article-preview[data-size="medium"] .article-preview-category,
.calendar-filters-list-item-header-title,
.footer-menu-list-item-link,
.footer-middle,
.footer-social-link,
.get-involved-submenu-list-item-link,
.header-title,
.links-table-list-item-title,
.media-block-media-caption,
.quotes-item-text,
.radio-replacement-detail,
.radio-replacement-label,
.receipt-meta,
[data-font-size="medium"],
h3 {
  font-size: 1.5em;
  line-height: 1.3333;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .accordion-body-inner,
  .activity-address,
  .article-intro,
  .article-preview[data-size="large"] .article-preview-category,
  .article-preview[data-size="large"] .article-preview-intro,
  .article-preview[data-size="medium"] .article-preview-category,
  .calendar-filters-list-item-header-title,
  .footer-menu-list-item-link,
  .footer-middle,
  .footer-social-link,
  .get-involved-submenu-list-item-link,
  .header-title,
  .links-table-list-item-title,
  .media-block-media-caption,
  .quotes-item-text,
  .radio-replacement-detail,
  .radio-replacement-label,
  .receipt-meta,
  [data-font-size="medium"],
  h3 {
    font-size: inherit;
    line-height: inherit;
  }
}
.text-content a:not(.btn),
u {
  text-decoration: none;
  background: url(../images/underline.svg) repeat-x bottom right;
  background-size: auto 0.3em;
  padding-bottom: 0.15em;
}
hr {
  color: inherit;
  border: none;
  border-top: var(--border-width) solid;
  margin: 2em 0;
  clear: both;
}
hr + figure {
  margin-top: 0 !important;
}
[data-font-weight="semi-bold"] {
  font-weight: 600;
}
[data-font-weight="bold"] {
  font-weight: 700;
}
[data-text-alignment="center"] {
  text-align: center;
}
[data-text-alignment="right"] {
  text-align: right;
}
[data-font-size="huge"] {
  font-family: var(--body);
}
[data-font-size="huge"] strong {
  font-family: var(--headline);
}
.text-content:after {
  content: "";
  display: block;
  clear: both;
}
.text-content figure,
.text-content ol,
.text-content p,
.text-content ul {
  margin-top: 0;
  margin-bottom: 1em;
}
.text-content figure:last-child,
.text-content ol:last-child,
.text-content p:last-child,
.text-content ul:last-child {
  margin-bottom: 0;
}
.text-content ol,
.text-content ul {
  padding-left: 1em;
}
.text-content ol li,
.text-content ul li {
  margin-bottom: 0.5em;
}
.text-content ol li:last-child,
.text-content ul li:last-child {
  margin-bottom: 0;
}
.text-content a:not(.btn) {
  color: inherit;
}
.text-content .btn + .btn {
  margin-left: 1rem;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4 {
  text-wrap: balance;
  text-wrap: pretty;
}
.text-content h1:not(:first-child),
.text-content h2:not(:first-child),
.text-content h3:not(:first-child),
.text-content h4:not(:first-child) {
  margin-top: 2em;
}
.text-content h1:last-child,
.text-content h2:last-child,
.text-content h3:last-child,
.text-content h4:last-child {
  margin-bottom: 0;
}
.text-content h1 strong,
.text-content h2 strong,
.text-content h3 strong,
.text-content h4 strong {
  font-weight: inherit;
}
.text-content h3:not(:first-child) {
  margin-top: 1.67em;
}
.text-content figure,
.text-content iframe {
  margin: 2em 0;
}
.text-content figure:first-child,
.text-content iframe:first-child {
  margin-top: 0;
}
.text-content figure:last-child,
.text-content iframe:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .text-content figure {
    float: none !important;
    margin-left: calc(var(--margin) * -1) !important;
    margin-right: calc(var(--margin) * -1) !important;
    width: calc(100% + 2 * var(--margin)) !important;
  }
}
.text-content iframe {
  width: 100%;
}
.text-content blockquote {
  margin: 3rem auto;
  max-width: 46.5rem;
  font-family: inherit;
  text-align: center;
  text-wrap: pretty;
}
.text-content .quote-author {
  font-weight: 700;
  font-family: var(--headline);
  text-align: center;
  margin: 3em 0;
}
img.inline {
  vertical-align: middle;
  margin: 0 0.5em;
}
figure.inline {
  display: inline-block;
}
figure.video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}
figure[data-align="left"] {
  float: left;
  margin-right: 1.5em;
}
figure[data-align="center"] {
  margin-left: auto;
  margin-right: auto;
}
figure[data-align="right"] {
  float: right;
  margin-left: 1.5em;
}
figure[data-size="small"] {
  width: 15.35em;
}
figure[data-size="medium"] {
  width: 25.35em;
}
figure[data-size="large"] {
  width: 35.3em;
}
figure img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
figcaption {
  margin-top: 0.5em;
  text-align: center;
}
.icon-arrow-right--left {
  transform: scaleX(-1);
}
.icon-arrow-right--down {
  transform: rotate(90deg);
}
.icon-ratio {
  position: relative;
}
.icon-ratio svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
svg {
  fill: currentColor;
  vertical-align: middle;
  overflow: visible;
}
svg use {
  pointer-events: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  overflow: auto;
  overscroll-behavior: contain;
  padding-top: 9.4385625rem;
}
@media screen and (max-width: 767px) {
  .overlay {
    z-index: 500;
    padding-top: 3.7rem;
  }
}
.overlay.is-open {
  pointer-events: auto;
}
.static .overlay {
  pointer-events: auto;
  position: static;
  overflow: visible;
  padding-top: 0;
  height: 100%;
  margin-top: -3.9rem;
}
.overlay-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overlay-window {
  box-shadow: 0 -0.5em 0.5em hsla(0, 0%, 0%, 0.14);
  position: relative;
  background: #fff;
  transform: translateY(100vh);
  transition: ease-out 0.4s transform;
  z-index: 2;
}
.is-open .overlay-window,
.static .overlay-window {
  transform: none;
}
.layout {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  overflow: clip;
}
.layout-grid {
  padding: 0 !important;
  display: grid;
  grid-template-columns: 30fr 11.2fr 8.8fr 8.8fr 11.2fr 30fr;
}
@media screen and (max-width: 767px) {
  .layout-grid {
    display: flex;
    flex-direction: column;
  }
  [data-mobile-order="flipped"] .layout-grid {
    flex-direction: column-reverse;
  }
}
[data-height="full"] .layout-grid {
  height: 100vh;
}
.layout:only-child [data-height="full"] .layout-grid {
  height: 100svh;
}
[data-height="half"] .layout-grid {
  height: 50vh;
}
[data-vertical-columns-alignment="center"] .layout-grid {
  align-items: center;
}
[data-vertical-columns-alignment="bottom"] .layout-grid {
  align-items: end;
}
.column {
  display: flex;
  flex-direction: column;
}
.column[data-width="1/1"] {
  grid-column: 1/-1;
}
.column[data-width="1/2"] {
  grid-column: span 3;
}
.column[data-width="1/3"] {
  grid-column: span 2;
}
.column[data-width="2/3"] {
  grid-column: span 4;
}
.column[data-width="3/4"] {
  grid-column: span 5;
}
[data-vertical-alignment="center"] {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media screen and (max-width: 767px) {
  [data-vertical-alignment="center"][data-mobile-height] {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
[data-vertical-alignment="center"][data-fit="true"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[data-vertical-alignment="bottom"] {
  margin-top: auto !important;
}
[data-horizontal-alignment="center"] {
  margin-left: auto;
  margin-right: auto;
}
[data-horizontal-alignment="right"] {
  margin-left: auto;
}
[data-passepartout="small"] {
  padding: var(--margin);
  padding: max(2%, var(--margin));
}
@media screen and (max-width: 767px) {
  [data-passepartout="small"] {
    padding: 10% var(--margin);
  }
}
[data-passepartout="medium"] {
  padding: 7%;
}
@media screen and (max-width: 767px) {
  [data-passepartout="medium"] {
    padding: 10%;
  }
  [data-passepartout="medium"]:not(.media-block) {
    padding: 15% var(--margin);
  }
}
[data-width="1/1"] [data-passepartout="medium"]:not(.media-block) {
  padding: 4% 7%;
}
@media screen and (max-width: 767px) {
  [data-width="1/1"] [data-passepartout="medium"]:not(.media-block) {
    padding: 10% var(--margin);
  }
  [data-width="1/1"]
    [data-passepartout="medium"]:not(.media-block):not(.media-block) {
    padding: 15% var(--margin);
  }
}
[data-passepartout="large"] {
  padding: 15%;
}
@media screen and (max-width: 767px) {
  [data-passepartout="large"] {
    padding: 15%;
  }
  [data-passepartout="large"]:not(.media-block) {
    padding: 18% var(--margin);
  }
}
[data-width="1/1"] [data-passepartout="large"]:not(.media-block) {
  padding: 6% 15%;
}
@media screen and (max-width: 767px) {
  [data-width="1/1"] [data-passepartout="large"]:not(.media-block) {
    padding: 18% var(--margin);
  }
}
[data-fit="true"] {
  flex: 1 1 0%;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  [data-mobile-height="third"] {
    min-height: 33vh;
  }
}
@media screen and (max-width: 767px) {
  [data-mobile-height="half"] {
    min-height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  [data-mobile-height="full"] {
    min-height: 100vh;
    min-height: 100svh;
  }
}
.form {
  max-width: 53.7em;
}
.form hr {
  margin: 1.5em 0;
}
@media screen and (max-width: 767px) {
  .form hr {
    margin: 1em 0;
  }
}
.form-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 3em;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .form-footer {
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .form-footer .btn {
    flex: 1;
  }
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid;
  font: inherit;
  background: #fff;
  padding: 1rem 1.2rem;
}
.radio-replacement {
  display: inline-grid;
  grid-template-columns: 2.4em 1fr;
  grid-gap: 0.3em 0.5em;
  position: relative;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .radio-replacement {
    grid-template-columns: 1.2em 1fr;
  }
}
.radio-replacement[data-size="large"] {
  grid-gap: 0.3em 1em;
}
@media screen and (max-width: 767px) {
  .radio-replacement[data-size="large"] {
    grid-gap: 0.3em 0.5em;
  }
}
.radio-replacement[data-size="large"] .radio-replacement-icon {
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .radio-replacement[data-size="large"] .radio-replacement-icon {
    margin-top: 0.1em;
  }
}
.radio-replacement[data-size="large"] .radio-replacement-label {
  font-family: var(--headline);
  font-weight: 700;
}
.radio-replacement:has(.radio-replacement-input) .radio-replacement-icon {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .radio-replacement:has(.radio-replacement-input) .radio-replacement-icon {
    margin-top: 0.3em;
  }
}
.radio-replacement-icon {
  width: 2.4em;
  height: 2.4em;
  border-radius: 100%;
  margin-top: -0.15em;
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .radio-replacement-icon {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.1em;
  }
}
.radio-replacement-icon svg {
  fill: var(--color, #000);
  color: transparent;
}
.radio-replacement-input {
  max-width: 4ch;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 0;
  -moz-appearance: textfield;
}
.radio-replacement-input::-webkit-inner-spin-button,
.radio-replacement-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.radio-replacement-radio {
  position: absolute;
  opacity: 0;
  font: inherit;
  width: 2.4em;
  height: 2.4em;
}
@media screen and (max-width: 767px) {
  .radio-replacement-radio {
    width: 1.2em;
    height: 1.2em;
  }
}
.radio-replacement-radio:checked + .icon svg {
  color: inherit;
}
.radio-replacement-radio:focus-visible + .icon {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.radio-replacement-label {
  font-weight: 600;
}
.radio-replacement-label a {
  color: inherit;
}
.radio-replacement-detail {
  font-weight: 600;
  display: block;
  max-width: 41.1rem;
}
.slider {
  overflow: hidden;
  position: relative;
}
.slider-area {
  overflow: auto;
  will-change: transform;
  transition: transform 240ms ease-out;
  scrollbar-width: none;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .slider-area {
    scroll-snap-type: x mandatory;
  }
}
.slider-area::-webkit-scrollbar {
  display: none;
}
.slider-slide {
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .slider-slide {
    scroll-snap-align: center;
  }
}
.slider-pagination {
  padding: 0 var(--margin);
  position: absolute;
  display: flex;
  justify-content: center;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 4.25em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slider-pagination {
    margin-top: 0.8rem;
    position: static;
  }
}
.slider-pagination-inner {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  margin: 0 auto;
}
.slider-pagination-inner::-webkit-scrollbar {
  display: none;
}
.slider-pagination-dot {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 100%;
  transition: 0.2s opacity ease-in-out;
  pointer-events: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .slider-pagination-dot {
    width: 22px;
    height: 22px;
  }
}
.slider-pagination-dot.is-active:after {
  background: currentColor;
}
@media screen and (hover: hover) {
  .slider-pagination-dot:hover:after {
    background: currentColor;
  }
}
.slider-pagination-dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 100%;
  box-shadow: 0 0 0 3px currentColor inset;
}
@media screen and (max-width: 767px) {
  .slider-pagination-dot:after {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 2px currentColor inset;
  }
}
.media {
  position: relative;
}
.media[style*="--ratio"] .media-entry {
  aspect-ratio: var(--ratio);
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .media[style*="--mobile-ratio"] .media-entry {
    aspect-ratio: var(--mobile-ratio);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.media-entry {
  display: block;
  width: 100%;
  height: auto;
}
.media-caption {
  margin-top: 0.4em;
}
.media a {
  text-decoration: none;
}
.mrflix-fold-summary {
  list-style: none;
}
.mrflix-fold-summary::-webkit-details-marker {
  display: none;
}
.mrflix-fold-summary-icon {
  transform: rotate(90deg);
}
.is-open .mrflix-fold-summary-icon {
  transform: rotate(450deg);
  transition: 0.4s transform;
}
.is-opening .mrflix-fold-summary-icon {
  transform: rotate(270deg);
  transition: 0.4s transform;
}
.mrflix-fold-body {
  display: none;
  overflow: hidden;
}
.mrflix-fold-body:not(.no-transition) {
  transition: height 0.4s ease-out;
}
.is-open .mrflix-fold-body {
  display: block;
}
.mrflix-fold-body-inner {
  opacity: 0;
  transition: 0.5s;
  transition-property: opacity, transform;
}
.is-opening .mrflix-fold-body-inner {
  opacity: 1;
  transform: none;
}
.slideshow-block {
  padding: 2em 0;
  background: var(--color);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slideshow-block:not([style]) .slider-pagination-dot {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .slideshow-block {
    padding: 1em 0 1.2em;
  }
}
.slideshow-block-area {
  position: relative;
  z-index: 2;
}
.slideshow-block-pagination {
  z-index: 2;
}
.slideshow-block-media {
  margin-left: calc(var(--border-width) * -1);
}
.slideshow-block-media:first-child {
  margin-left: 0;
  padding-left: var(--margin);
}
.slideshow-block-media:last-child {
  padding-right: var(--margin);
}
.slideshow-block-media-element {
  width: auto;
  height: 46.15em;
  border: var(--border-width) solid;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slideshow-block-media-element {
    height: 9.65em;
  }
}
.slideshow {
  position: relative;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .slideshow {
    overflow: auto;
    margin-left: calc(var(--margin) * -1);
    margin-right: calc(var(--margin) * -1);
    scroll-snap-type: x mandatory;
    width: calc(100% + var(--margin) * 2);
  }
}
.slideshow-media {
  position: relative;
}
@media screen and (max-width: 767px) {
  .slideshow-media {
    display: flex;
    gap: 0.5em;
  }
}
.slideshow-media-entry {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .slideshow-media-entry {
    position: static !important;
    opacity: 1;
    flex-shrink: 0;
    width: auto;
    scroll-snap-align: center;
  }
  .slideshow-media-entry:first-child {
    padding-left: var(--margin);
  }
  .slideshow-media-entry:last-child {
    padding-right: var(--margin);
  }
}
.slideshow-media-entry:first-child {
  position: relative;
}
.slideshow-media-entry:not(:only-child) {
  cursor:
    url(../images/cursor-e-resize.png) 11 6,
    e-resize;
  cursor:
    url(../images/cursor-e-resize.svg) 11 6,
    e-resize;
  cursor:
    -webkit-image-set(
        url("../images/cursor-e-resize.png") 1x,
        url("../images/cursor-e-resize@2x.png") 2x
      )
      11 6,
    e-resize;
}
.slideshow-media-entry.last-image {
  z-index: 1;
  transition: none;
}
.slideshow-media-entry.is-active,
.slideshow-media-entry.last-image {
  opacity: 1;
}
.slideshow-media-entry.is-active {
  z-index: 2;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .slideshow-media-entry.is-active {
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .slideshow-media-entry-element {
    width: 68vw;
  }
}
.slideshow .slider-pagination {
  bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .slideshow .slider-pagination {
    display: none;
  }
}
.overlay-window:after,
.scroller-sticky-inner > :after,
.slideshow-block-media-element:after,
.slideshow-block:after {
  content: "";
}
.overlay-window:after,
.paper-texture,
.scroller-sticky-inner > :after,
.slideshow-block-media-element:after,
.slideshow-block:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.44;
  background: url(../images/paper-texture-landscape.jpg);
  background-size: 100vw;
}
@media screen and (max-width: 767px) {
  .overlay-window:after,
  .paper-texture,
  .scroller-sticky-inner > :after,
  .slideshow-block-media-element:after,
  .slideshow-block:after {
    background-image: url(../images/paper-texture-portrait.jpg);
  }
}
.faux-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn,
.calendar-nav-day-btn,
.menu-burger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  color: inherit;
  background: 0 0;
  border: none;
  text-decoration: none;
  vertical-align: middle;
}
.btn {
  color: #fff;
  background: #000;
  font-size: 1.75rem;
  font-family: var(--headline);
  font-weight: 700;
  line-height: 1.3429;
  padding: 0.167em 0.71em;
  text-align: center;
  display: inline-block;
  align-items: center;
  justify-content: center;
  -webkit-mask: url(../images/button-mask-a.svg) 0 0/100% 100%;
  mask: url(../images/button-mask-a.svg) 0 0/100% 100%;
}
.btn + .btn {
  -webkit-mask-image: url(../images/button-mask-b.svg);
  mask-image: url(../images/button-mask-b.svg);
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.2rem;
    padding: 0.32em 0.92em;
  }
}
[data-font-size] .btn {
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  [data-font-size] .btn {
    font-size: 1.2em;
  }
}
[data-font-size] .btn.btn--condensed {
  font-size: 1.85em;
}
@media screen and (max-width: 767px) {
  [data-font-size] .btn.btn--condensed {
    font-size: 1.25em;
  }
}
[data-font-size] .btn.btn--small {
  font-size: 1.35em;
}
@media screen and (max-width: 767px) {
  [data-font-size] .btn.btn--small {
    font-size: 1.25em;
  }
}
.btn.is-active {
  color: var(--color, #000);
  position: relative;
}
.btn.is-active:after {
  content: "";
  position: absolute;
  left: var(--border-width);
  top: var(--border-width);
  width: calc(100% - var(--border-width) * 2);
  height: calc(100% - var(--border-width) * 2);
  background: #fff;
  z-index: -1;
  -webkit-mask: inherit;
  mask: inherit;
}
:is(p, ol, ul) + p > .btn {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  :is(p, ol, ul) + p > .btn {
    margin-top: 0.6rem;
  }
}
.btn--national {
  font-family: var(--body);
  font-weight: 800;
}
.btn--small {
  font-size: 1.35rem;
  padding: 0.44em 0.83em;
}
@media screen and (max-width: 767px) {
  .btn--small {
    font-size: 1.25rem;
    padding: 0.12em 0.64em;
  }
}
.btn--condensed {
  font-size: 1.85rem;
  line-height: 1;
  padding: 0.1621621622em 0.2702702703em;
}
@media screen and (max-width: 767px) {
  .btn--condensed {
    font-size: 1.25rem;
    padding: 0.16em 0.64em;
  }
}
.btn--condensed.btn--small {
  font-size: 1.35rem;
}
@media screen and (max-width: 767px) {
  .btn--condensed.btn--small {
    font-size: 1.25rem;
  }
}
.btn--red {
  background: var(--red);
}
.btn--purple {
  background: var(--purple);
  color: #000;
}
.btn--white {
  background: #fff;
  color: #000;
}
.btn--pink {
  background: var(--pink);
  color: #000;
}
.btn--purple {
  background: var(--purple);
  color: #000;
}
.btn--orange {
  background: var(--orange);
  color: #000;
}
.btn--green {
  background: var(--green);
  color: #000;
}
.btn--blue {
  background: var(--blue);
  color: #000;
}
.btn-icon {
  display: inline-block;
  width: 0.9em;
  margin-right: 0.3em;
  margin-left: -0.16em;
  margin-bottom: -0.04em;
}
.btn-icon:last-child {
  margin-left: 0.3em;
  margin-right: -0.16em;
}
.btn-dot {
  display: inline-block;
  width: 0.926em;
  margin-right: 0.2em;
  margin-left: -0.463em;
  margin-bottom: -0.04em;
}
.popups {
  margin: 0 1.225em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popups {
    margin: 0 1em;
  }
}
.popups-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.225em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  filter: drop-shadow(0 0.15rem 0.3rem rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .popups-list {
    bottom: 1em;
  }
}
.popups-entry {
  -webkit-mask: url(../images/button-mask-a.svg) 0 0/100% 100%;
  mask: url(../images/button-mask-a.svg) 0 0/100% 100%;
  display: flex;
  align-items: start;
  padding: 0.8em 2.5em;
  padding-right: 5em;
  gap: 1.5em;
  opacity: 0;
  animation: popupFadeIn 0.5s 1.5s forwards;
}
.popups-entry + .popups-entry {
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .popups-entry {
    padding: 0.8em;
    align-items: end;
    gap: 1em;
  }
}
.popups-entry-text {
  font-size: 1.75em;
  line-height: 1.4;
  font-weight: 600;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .popups-entry-text {
    font-size: inherit;
  }
}
.popups-entry-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.05em 1.8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  border-radius: none;
  z-index: 2;
  font: inherit;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .popups-entry-close {
    padding: 0.8em;
  }
}
.popups-entry-close-icon {
  width: 2em;
}
@media screen and (max-width: 767px) {
  .popups-entry-close-icon {
    width: 1.5em;
  }
}
@keyframes popupFadeIn {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.menu-backdrop.menu-open {
  display: block;
}
.menu-page {
  position: fixed;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: var(--purple);
  display: flex;
  flex-direction: column;
  z-index: 100;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .menu-page {
    width: 100%;
  }
}
.menu-open .menu-page {
  transform: none;
  pointer-events: auto;
}
.menu-page-header {
  position: absolute;
  top: var(--margin);
  right: var(--margin);
  display: flex;
  gap: 1.3em;
}
@media screen and (max-width: 767px) {
  .menu-page-header {
    top: 3em;
  }
}
.menu-nav {
  flex: 1;
}
.menu-nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 7em 10.7em;
}
@media screen and (max-width: 767px) {
  .menu-nav-list {
    padding: 9.4em var(--margin) 4em;
  }
}
.menu-nav-list-item-link,
.menu-nav-list-item-submenu-header-text {
  font-family: inherit;
  line-height: 1.25;
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0.5rem 0;
  display: inline-block;
}
.is-active.menu-nav-list-item-submenu-header-text,
.menu-nav-list-item-link.is-active {
  text-decoration: underline;
}
.menu-nav-list-item-submenu-header {
  display: flex;
  align-items: start;
  gap: 1em;
}
.menu-nav-list-item-submenu-header-icon {
  width: 3.2em;
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  .menu-nav-list-item-submenu-header-icon {
    width: 1.6em;
    margin-top: 1.1em;
  }
}
.menu-nav-list-item-submenu-list-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .menu-nav-list-item-submenu-list-inner {
    padding: 0.5em 0;
  }
}
.menu-nav-list-item-submenu-list-item-link {
  font-size: 2em;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .menu-nav-list-item-submenu-list-item-link {
    font-size: 1.25em;
  }
}
.menu-nav-list-item-submenu-list-item-link.is-active {
  text-decoration: underline;
}
.menu-footer-nav-list {
  display: flex;
  justify-content: end;
  gap: 2em;
  list-style: none;
  padding: var(--margin);
}
.menu-footer-nav-list-item-link {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .menu-btn--open {
    display: none;
  }
}
.menu-burger {
  display: none;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger-icon {
  width: 2.4em;
}
.container,
.layout-grid,
.magazine,
.partners-grid,
.people-grid,
.sticky-header {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--margin);
}
.page {
  background: #fff;
}
.page-title {
  display: none;
}
.inline-logo {
  display: inline-grid;
  position: relative;
  vertical-align: baseline;
  align-items: center;
}
.inline-logo-text {
  color: transparent;
  grid-column: 1;
  grid-row: 1;
}
.inline-logo-element {
  display: contents;
}
.inline-logo-element .icon-ratio {
  display: contents;
}
.inline-logo-element svg {
  pointer-events: none;
  width: 99%;
  left: 1%;
  top: 5%;
}
.header {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr auto 1fr;
  padding: 1.6em var(--margin);
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1em var(--margin) 0.625em;
  }
}
.header--floating {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: 0 0;
}
@media screen and (max-width: 767px) {
  .header--floating {
    position: static;
    background: #fff;
  }
}
.header-logo {
  justify-self: start;
}
.header-logo img {
  width: 10.13em;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 7.5em !important;
  }
}
.header-logo img[data-size="large"] {
  width: 19.2em;
}
.header-title {
  font-family: var(--headline);
  font-weight: 700;
  margin: 1.44rem 0 0;
}
@media screen and (max-width: 767px) {
  .header-title {
    display: none;
  }
}
.header-title a {
  color: inherit;
  text-decoration: none;
}
.sticky-header {
  grid-column: 3;
  justify-self: end;
  display: flex;
  justify-content: end;
  gap: 1.3em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: var(--margin);
  z-index: 50;
  filter: drop-shadow(0 0.15rem 0.3rem rgba(0, 0, 0, 0.16));
  pointer-events: none;
  transition: 320ms transform;
}
.scrolled-down:not(.scrolled-up) .sticky-header {
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .scrolled-down:not(.scrolled-up) .sticky-header {
    transform: translateY(calc(-100% - 1em));
  }
}
@media screen and (max-width: 767px) {
  .sticky-header {
    top: 1em;
  }
}
.sticky-header-menu {
  display: flex;
  gap: 1.3em;
}
@media screen and (max-width: 767px) {
  .sticky-header-menu {
    display: none;
  }
}
.sticky-header-menu-btn:nth-child(odd) {
  -webkit-mask-image: url(../images/button-mask-b.svg);
  mask-image: url(../images/button-mask-b.svg);
}
.sticky-header .btn {
  pointer-events: auto;
}
.select {
  position: relative;
}
.select select {
  padding-right: 2.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  font: inherit;
  font-family: var(--headline);
  font-size: 2.5em;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  text-align: end;
}
.select select option {
  font-size: 1rem;
}
.select-icon {
  position: absolute;
  right: 0;
  top: 0.6em;
  width: 2.25em;
}
.calendar-container {
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .calendar-container {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .calendar-filters {
    display: none;
  }
}
.calendar-filters-list {
  grid-column: 1/8;
  display: flex;
  flex-direction: column;
  gap: 2.75em;
}
.calendar-filters-list-item-header {
  margin-bottom: 0.65em;
}
.calendar-filters-list-item-header-title {
  font-weight: inherit;
}
.calendar-filters-list-item-header-icon {
  display: none;
}
.calendar-filters-list-item-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.calendar-filters-list-item-body-btn {
  background: var(--color, #000);
}
.calendar-filters-list-clear {
  align-self: start;
}
.calendar-filters-text {
  grid-column: 8/-1;
  font-weight: 600;
}
.calendar-nav {
  margin-top: 2em;
  border-top: var(--border-width) solid;
  padding-top: 0.65em;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .calendar-nav {
    display: block;
    padding-top: 0.25em;
    margin-top: 0;
  }
}
.calendar-nav-controls {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .calendar-nav-controls {
    margin: 1em 0;
  }
}
.calendar-nav-controls--month {
  display: none;
}
@media screen and (max-width: 767px) {
  .calendar-nav-controls--month {
    display: grid;
  }
}
.calendar-nav-controls--month .calendar-nav-controls-title {
  font-family: var(--headline);
  font-weight: 700;
}
.calendar-nav-controls-title {
  grid-column: 2;
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: inherit;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .calendar-nav-controls-title {
    font-size: 1.25em;
  }
}
.calendar-nav-controls-item {
  color: inherit;
  text-decoration: none;
  padding: 1em;
  margin: -1em 0;
  justify-self: start;
}
@media screen and (max-width: 767px) {
  .calendar-nav-controls-item {
    margin: -1em calc(var(--margin) * -1);
  }
}
.calendar-nav-controls-item:last-child {
  justify-self: end;
}
.calendar-nav-controls-item-icon {
  width: 2.25em;
}
@media screen and (max-width: 767px) {
  .calendar-nav-controls-item-icon {
    width: 1.5em;
  }
}
.calendar-nav-monthSelect {
  grid-column: 3;
  justify-self: end;
}
@media screen and (max-width: 767px) {
  .calendar-nav-monthSelect {
    display: none;
  }
}
.calendar-nav-day {
  display: none;
  margin: 2em -0.35em 2.25em;
}
@media screen and (max-width: 767px) {
  .calendar-nav-day {
    display: flex;
    justify-content: space-between;
  }
}
.calendar-nav-day-btn {
  width: 1.6em;
  line-height: 1.6em;
  border-radius: 50%;
  font-weight: 700;
}
.calendar-nav-day-btn.is-active {
  background: #000;
  color: #fff;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns, 5), minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .calendar-grid {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .calendar-grid-week {
    display: none;
  }
  .calendar-grid-week.is-active {
    display: block;
  }
}
.calendar-grid-week-title {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 1.4rem;
  font-size: 1.5em;
  text-align: center;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .calendar-grid-week-title {
    display: none;
  }
}
.calendar-grid-week-list {
  list-style: none;
  border-top: 3px solid;
}
@media screen and (max-width: 767px) {
  .calendar-grid-week-list {
    border-top-width: 2px;
    margin: 0 calc(var(--margin) * -1);
  }
}
.activity-preview {
  position: relative;
  padding: 1.5em 2em;
  border-right: var(--border-width) solid;
  border-bottom: var(--border-width) solid;
  border-left: var(--border-width) solid;
  margin-right: calc(var(--border-width) * -1);
  box-shadow: -1em 0 var(--color) inset;
}
@media screen and (max-width: 767px) {
  .activity-preview {
    margin-right: 0;
    padding: 1em 5.75em 1em var(--margin);
    border-left: none;
    border-right: none;
    border-bottom-width: var(--border-width);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .activity-preview {
    padding: 1.5em;
  }
}
.calendar-grid-week:last-child .activity-preview {
  border-right: none;
  margin-right: 0;
}
.activity-preview[data-layout="wide"] {
  display: grid;
  grid-template-columns: auto auto auto 1fr auto;
  gap: 0.65rem 2rem;
  padding: 2em;
  padding-right: 3.5em;
  box-shadow: -1.5em 0 var(--color) inset;
  border-left: none;
  margin-right: 0;
}
.activity-preview[data-layout="wide"]:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .activity-preview[data-layout="wide"] {
    grid-template-columns: 1fr auto;
    gap: 0.5em 1em;
    padding: 1em calc(2 * var(--margin)) 1em var(--margin);
    box-shadow: calc(-1 * var(--margin)) 0 var(--color) inset;
  }
}
.activity-preview[data-layout="wide"] .activity-preview-date,
.activity-preview[data-layout="wide"] .activity-preview-location,
.activity-preview[data-layout="wide"] .activity-preview-time {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .activity-preview[data-layout="wide"] .activity-preview-date,
  .activity-preview[data-layout="wide"] .activity-preview-location,
  .activity-preview[data-layout="wide"] .activity-preview-time {
    font-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  .activity-preview[data-layout="wide"] .activity-preview-time {
    justify-self: end;
  }
}
.activity-preview[data-layout="wide"] .activity-preview-location {
  margin: 0 0 0 2rem;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .activity-preview[data-layout="wide"] .activity-preview-location {
    grid-column: 1/-1;
    grid-row: 3;
    margin: 0;
  }
}
.activity-preview[data-layout="wide"] .activity-preview-title {
  grid-column: 1/-2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .activity-preview[data-layout="wide"] .activity-preview-title {
    font-size: 1.5em;
    grid-column: 1/-1;
  }
}
.activity-preview[data-layout="wide"] .activity-preview-btn {
  align-self: end;
}
@media screen and (max-width: 767px) {
  .activity-preview[data-layout="wide"] .activity-preview-btn {
    display: none;
  }
}
.activity-preview-location {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.2em;
}
.activity-preview-location-icon {
  width: 0.75em;
}
.activity-preview-title {
  margin-top: 0.75rem;
  font-size: 1.25em;
  line-height: 1.3333;
  font-family: var(--headline);
}
.activity-preview-title a {
  color: inherit;
  text-decoration: none;
}
.activity,
.activity-page,
.activity-page .overlay {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.activity-inner {
  padding-top: 1.5em;
  grid-template-rows: auto 1fr auto;
  position: relative;
  flex: 1 1 auto;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .activity-inner {
    padding-top: 0.87em;
    padding-bottom: 4em;
    border-right: 1em solid var(--color);
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
.activity-border {
  grid-column: 1/-1;
  position: sticky;
  bottom: 0;
  margin: 3.65em 0 -1px;
  height: 2.15em;
  background: var(--color);
}
@media screen and (max-width: 767px) {
  .activity-border {
    display: none;
  }
}
.activity-header {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
  .activity-header {
    order: 0;
  }
}
.activity-location {
  display: flex;
  align-items: center;
  gap: 0.285em;
}
.activity-location-icon {
  width: 0.75em;
}
.activity-close {
  color: inherit;
  text-decoration: none;
}
.activity-close span {
  display: none;
}
.activity-close-icon {
  width: 3.55em;
}
@media screen and (max-width: 767px) {
  .activity-close-icon {
    width: 2.4em;
  }
}
.activity-main {
  grid-column: 1/4;
}
@media screen and (max-width: 767px) {
  .activity-main {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .activity-title {
    order: 1;
  }
}
.activity-description {
  font-weight: 600;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .activity-description {
    order: 5;
    margin-top: 2em;
    margin-right: 0;
  }
}
.activity-aside {
  grid-column: 4/7;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .activity-aside {
    display: contents;
  }
}
.activity-date {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .activity-date {
    order: 2;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .activity-address {
    order: 3;
  }
}
.activity-footer {
  display: flex;
  gap: 1em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .activity-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    gap: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .activity-footer-btn {
    flex: 1 1 0%;
    -webkit-mask: none;
    mask: none;
  }
}
.activity-slideshow {
  grid-column: 7/-1;
}
@media screen and (max-width: 767px) {
  .activity-slideshow {
    order: 4;
    margin-top: 2em;
  }
}
.magazine {
  padding: 0;
}
.magazine-menu {
  margin-top: -1.265em;
  position: relative;
  background: #fff;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .magazine-menu {
    margin-top: 0;
    padding-bottom: 1em;
  }
}
.magazine-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: var(--margin);
  right: var(--margin);
  height: var(--border-width);
  background: currentColor;
}
.magazine-menu-inner {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.magazine-menu-inner::-webkit-scrollbar {
  display: none;
}
.magazine-menu-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.magazine-menu-list-item:first-child {
  padding-left: var(--margin);
}
.magazine-menu-list-item:last-child {
  padding-right: var(--margin);
}
.magazine-menu-list-item-link {
  display: block;
  padding: 0.467em 0.867em 0.73em;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  -webkit-mask: url(../images/button-mask-a.svg) 0 0/100% 100%;
  mask: url(../images/button-mask-a.svg) 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .magazine-menu-list-item-link {
    font-size: inherit;
  }
}
.magazine-menu-list-item-link.is-active {
  background: #000;
  color: #fff;
}
.magazine-category-headline {
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
}
.scroller {
  background: var(--layout-background, #fff);
  position: relative;
  z-index: 20;
}
.scroller-sticky-inner {
  display: flex;
  overflow: auto;
  background: var(--layout-background);
}
@media screen and (max-width: 767px) {
  .scroller-sticky-inner {
    scroll-snap-type: x mandatory;
  }
  .scroller-sticky-inner > * {
    scroll-snap-align: center;
  }
}
.scroller-sticky-inner > * {
  position: relative;
}
.scroller-sticky-inner > :first-child {
  margin-left: auto;
}
.scroller-sticky-inner > :last-child {
  margin-right: auto;
}
@supports (animation-timeline: view()) {
  .scroller {
    height: calc(var(--count) * 100vh);
    overflow: visible;
    view-timeline-name: --section-pin-tl;
    view-timeline-axis: block;
  }
  @keyframes move {
    to {
      transform: translateX(calc(-100% + min(1920px, 100vw)));
    }
  }
  @media screen and (max-width: 767px) {
    .scroller {
      height: auto;
      view-timeline-name: unset;
    }
  }
  .scroller-sticky {
    height: 100vh;
    width: 100vw;
    position: sticky;
    top: 0;
    width: 100vw;
    overflow-x: hidden;
  }
  @media screen and (max-width: 767px) {
    .scroller-sticky {
      height: auto;
      width: auto;
    }
  }
  .scroller-sticky-inner {
    height: 100vh;
    width: calc(var(--count) * var(--column-width));
    overflow-x: hidden;
    will-change: transform;
    animation: linear move forwards;
    animation-timeline: --section-pin-tl;
    animation-range: contain 0 contain 100%;
  }
  @media screen and (max-width: 767px) {
    .scroller-sticky-inner {
      width: auto;
      height: auto;
      will-change: unset;
      animation: none;
      overflow: auto;
    }
  }
}
.article {
  background: #fff;
}
.article-header {
  padding: 3em 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .article-header {
    padding: 0;
    margin: 1.5em 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.article-header-text:only-child {
  grid-column: 1/-1;
  max-width: var(--text-width);
  margin: 5em auto;
}
@media screen and (max-width: 767px) {
  .article-header-text:only-child {
    margin: 1.5em 0;
  }
}
.article-title {
  margin-bottom: 2rem;
  max-width: 11.7666666667em;
}
@media screen and (max-width: 767px) {
  .article-title {
    margin-bottom: 1.5rem;
  }
}
.article-meta {
  font-family: var(--headline);
  font-weight: 700;
}
.article-intro {
  max-width: var(--text-width);
  font-weight: 600;
  margin: 3rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .article-intro {
    margin: 3rem 0;
  }
}
.article-blocks {
  margin-bottom: 5em;
}
.article-blocks .text-block,
.article-blocks .transcript,
.article-blocks .video-block,
.article-blocks hr {
  max-width: var(--text-width);
  margin: 2em auto;
}
.article-preview {
  position: relative;
}
.article-preview[data-size="large"] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5em;
  margin: 2em 0 2.5em;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="large"] {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}
.article-preview[data-size="large"] .article-preview-text {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0 3.3em;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="large"] .article-preview-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.article-preview[data-size="large"] .article-preview-category {
  margin-bottom: 0.5rem;
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="large"] .article-preview-category {
    font-size: inherit;
  }
}
.article-preview[data-size="large"] .article-preview-title {
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="large"] .article-preview-title {
    margin-bottom: 2rem;
  }
}
.article-preview[data-size="large"] .article-preview-intro {
  margin-top: auto;
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="large"] .article-preview-intro {
    margin-bottom: 2rem;
  }
}
.article-preview[data-size="large"] .article-preview-btn {
  align-self: end;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="large"] .article-preview-btn {
    align-self: start;
  }
}
.article-preview[data-size="medium"] {
  width: 43.2em;
  flex-shrink: 0;
  display: flex;
  flex-direction: column-reverse;
  padding: 1.5em 2.75em 2.75em;
  gap: 2.75em;
  background: var(--color);
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="medium"] {
    width: 15.85em;
    padding: 1.8em 1.8em 1em var(--margin);
    flex-direction: column;
    gap: 0.5em;
  }
}
.article-preview[data-size="medium"]:not([style*="--color"])
  .article-preview-btn {
  background: #000;
  color: #fff;
}
.article-preview[data-size="medium"] .article-preview-text {
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="medium"] .article-preview-text {
    display: contents;
  }
}
.article-preview[data-size="medium"] .article-preview-category {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="medium"] .article-preview-category {
    order: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="medium"] .article-preview-banner {
    order: 1;
  }
}
.article-preview[data-size="medium"] .article-preview-title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="medium"] .article-preview-title {
    order: 2;
  }
}
.article-preview[data-size="medium"] .article-preview-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="medium"] .article-preview-btn {
    position: static;
    order: 3;
    margin-top: auto;
    align-self: end;
  }
}
.article-preview[data-size="default-grid"],
.article-preview[data-size="default"] {
  padding: 0 2.75em 2em;
  display: flex;
  flex-direction: column;
  min-height: 25em;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="default-grid"],
  .article-preview[data-size="default"] {
    min-height: initial;
    padding: 1em var(--margin);
  }
}
.article-preview[data-size="default-grid"].article-preview--standout,
.article-preview[data-size="default"].article-preview--standout {
  padding-top: 2em;
  background: var(--color);
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="default-grid"].article-preview--standout,
  .article-preview[data-size="default"].article-preview--standout {
    padding-top: 1em;
  }
}
.article-preview[data-size="default-grid"].article-preview--standout
  .article-preview-intro,
.article-preview[data-size="default"].article-preview--standout
  .article-preview-intro {
  margin-top: auto;
}
.article-preview[data-size="default-grid"].article-preview--standout
  .article-preview-btn,
.article-preview[data-size="default"].article-preview--standout
  .article-preview-btn {
  margin-top: 2rem;
}
.article-preview[data-size="default-grid"] .article-preview-banner,
.article-preview[data-size="default"] .article-preview-banner {
  margin-bottom: 1em;
}
.article-preview[data-size="default-grid"] .article-preview-text,
.article-preview[data-size="default"] .article-preview-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.article-preview[data-size="default-grid"] .article-preview-btn,
.article-preview[data-size="default"] .article-preview-btn {
  margin-top: auto;
  margin-left: auto;
}
.article-preview[data-size="subcategory"] {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .article-preview[data-size="subcategory"] {
    margin-bottom: var(--margin);
    text-align: inherit;
  }
}
.article-preview[data-size="subcategory"].article-preview--standout {
  padding: 1rem;
  background: var(--color);
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .article-preview[data-size="subcategory"].article-preview--standout {
    padding: var(--margin);
  }
}
.article-preview[data-size="subcategory"].article-preview--standout
  .article-preview-title {
  display: flex;
  align-items: center;
  font-size: 2.2em;
  margin: 0 0 2rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 1199px) {
  .article-preview[data-size="subcategory"].article-preview--standout
    .article-preview-title {
    font-size: inherit;
  }
}
.article-preview[data-size="subcategory"].article-preview--standout
  .article-preview-intro {
  padding: 0 1rem;
}
@media screen and (max-width: 1199px) {
  .article-preview[data-size="subcategory"].article-preview--standout
    .article-preview-intro {
    display: none;
  }
}
.article-preview[data-size="subcategory"] .article-preview-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.article-preview[data-size="subcategory"] .article-preview-title {
  margin: 1rem 0 5rem;
}
@media screen and (max-width: 1199px) {
  .article-preview[data-size="subcategory"] .article-preview-title {
    font-size: inherit;
    margin-bottom: 1.5rem;
  }
}
.article-preview[data-size="subcategory"] .article-preview-authors {
  margin-top: auto;
  align-self: stretch;
}
@media screen and (max-width: 1199px) {
  .article-preview[data-size="subcategory"] .article-preview-authors {
    font-size: 0.75em;
  }
}
.article-preview[data-size="default-grid"] {
  padding: 0;
  border-top: var(--border-width) solid;
  border-right: var(--border-width) solid;
  border-bottom: var(--border-width) solid;
  margin-top: calc(var(--border-width) * -1);
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="default-grid"] {
    border: none;
    border-bottom: var(--border-width) solid;
    margin-top: 0;
  }
}
.article-preview[data-size="default-grid"]:nth-child(3n) {
  border-right: none;
}
.article-preview[data-size="default-grid"].article-preview--standout {
  padding: 0;
}
.article-preview[data-size="default-grid"].article-preview--standout
  .article-preview-btn {
  margin-top: 0;
}
.article-preview[data-size="default-grid"] .article-preview-banner {
  margin: 0;
}
.article-preview[data-size="default-grid"] .article-preview-text {
  padding: 2em 3em;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  grid-gap: 4.3em 1em;
}
@media screen and (max-width: 767px) {
  .article-preview[data-size="default-grid"] .article-preview-text {
    padding: 1.5em var(--margin);
  }
}
.article-preview[data-size="default-grid"] .article-preview-intro,
.article-preview[data-size="default-grid"] .article-preview-title {
  grid-column: 1/-1;
}
.article-preview-title a {
  color: inherit;
  text-decoration: none;
}
.article-preview-intro {
  font-weight: 500;
}
.article-preview-authors {
  font-family: var(--headline);
  font-weight: 700;
  align-self: center;
}
.magazine-menu + .layout .column .articles:first-child {
  margin-top: 3em;
}
.articles[data-layout="subcategory"] .articles-headline {
  margin-top: 2em;
  margin-bottom: 2.85em;
  gap: 1.5em;
  justify-content: center;
}
.articles[data-layout="subcategory"] .articles-headline-title {
  margin: 0;
  text-align: center;
}
.articles-headline {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .articles-headline {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    margin-top: 3em;
    margin-bottom: 1.25em;
  }
}
.articles-headline-title {
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.articles-scroller {
  margin: 2.5em 0;
  --column-width: 43.2em;
}
@media screen and (max-width: 767px) {
  .articles-scroller {
    --column-width: 15.85em;
  }
}
.articles-grid,
.articles-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}
@media screen and (max-width: 767px) {
  .articles-grid,
  .articles-row {
    display: block;
  }
}
.articles-row {
  border-bottom: var(--border-width) solid;
}
.articles-subcategory-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5em;
  padding-bottom: 1em;
  border-bottom: var(--border-width) solid;
}
@media screen and (max-width: 1199px) {
  .articles-subcategory-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--margin);
  }
}
.articles-grid {
  margin-bottom: calc(var(--border-width) * -1);
}
.articles-grid-pagination {
  padding: 3em;
  display: flex;
  justify-content: space-between;
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .articles-grid-pagination {
    padding: var(--margin);
    flex-wrap: wrap;
  }
}
.articles-grid-pagination-older {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .articles-grid-pagination-older {
    margin-top: var(--margin);
  }
  .articles-grid-pagination-older:only-child {
    margin-top: 0;
  }
}
.transcript-summary {
  list-style: none;
}
.transcript-summary::-webkit-details-marker {
  display: none;
}
.transcript-summary-btn {
  display: inline-block;
}
.donation-form-page {
  background: #fff;
  flex-grow: 1;
}
.donation-form-page > div {
  z-index: 11;
}
.donation-form-page > a {
  margin: 0 44px 1em;
  display: table;
}
.media-block[data-fit="true"] {
  position: relative;
}
[data-fit="true"] .media-block-media {
  height: 100%;
}
[data-passepartout] .media-block-media {
  -webkit-mask: url(../images/image-mask-d.svg) 0 0/100% 100%;
  mask: url(../images/image-mask-d.svg) 0 0/100% 100%;
}
.column:not(:only-child):first-child [data-passepartout] .media-block-media {
  -webkit-mask-image: url(../images/image-mask-b.svg);
  mask-image: url(../images/image-mask-b.svg);
}
[data-height="full"] .media-block-media {
  height: 100%;
  width: 100%;
}
[data-height="full"] .media-block-media-element {
  width: 100%;
  height: 100%;
}
.media-block-media-element {
  -o-object-fit: cover;
  object-fit: cover;
}
[data-fit="true"] .media-block-media-element {
  aspect-ratio: unset !important;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  [data-fit="true"] .media-block-media-element {
    position: static;
  }
}
[data-object-fit="contain"] .media-block-media-element {
  -o-object-fit: contain;
  object-fit: contain;
}
[data-object-position="top"] .media-block-media-element {
  -o-object-position: top;
  object-position: top;
}
[data-object-position="right"] .media-block-media-element {
  -o-object-position: right;
  object-position: right;
}
[data-object-position="bottom"] .media-block-media-element {
  -o-object-position: bottom;
  object-position: bottom;
}
[data-object-position="left"] .media-block-media-element {
  -o-object-position: left;
  object-position: left;
}
.media-block-media-caption {
  padding: 0.5em 0.7em;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--purple);
}
@media screen and (max-width: 767px) {
  .media-block-media-caption {
    font-size: 0.8em;
    padding: 0.3em 0.5em;
  }
}
.column:not(:only-child):last-child .media-block-media-caption {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .text-block[data-mobile-text-alignment="left"] {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .text-block[data-mobile-text-alignment="center"] {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .text-block[data-mobile-text-alignment="right"] {
    text-align: right;
  }
}
.text-block[data-attach-to="previous"] {
  padding-top: 0 !important;
}
.block:has(+ .text-block[data-attach-to="previous"]) {
  padding-bottom: max(2%, var(--margin)) !important;
}
@media screen and (max-width: 767px) {
  .block:has(+ .text-block[data-attach-to="previous"]) {
    padding-bottom: 10% !important;
  }
}
.text-block[data-attach-to="next"] {
  padding-bottom: 0 !important;
}
.text-block[data-attach-to="next"] + .block[data-passepartout="large"],
.text-block[data-attach-to="next"] + .block[data-passepartout="medium"] {
  padding-top: max(2%, var(--margin)) !important;
}
@media screen and (max-width: 767px) {
  .text-block[data-attach-to="next"] + .block[data-passepartout="large"],
  .text-block[data-attach-to="next"] + .block[data-passepartout="medium"] {
    padding-top: 15% !important;
  }
}
.accordion {
  border-bottom: var(--border-width) solid;
}
.accordion:first-child .accordion-header {
  padding-top: 0;
}
.accordion-header {
  display: flex;
  align-items: center;
  padding: 1.6em 0 1.1em;
}
@media screen and (max-width: 767px) {
  .accordion-header {
    padding: 1rem 0;
    align-items: flex-end;
  }
}
.accordion-header-text {
  font-size: 2em;
  line-height: 1.25;
  font-weight: 700;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .accordion-header-text {
    font-size: 1.25em;
  }
}
.accordion-header-icon {
  flex-shrink: 0;
  width: 2em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .accordion-header-icon {
    width: 1.5em;
    margin-bottom: 0.25em;
  }
}
.accordion-body-inner {
  max-width: 35.8em;
  margin-left: 9.25rem;
  padding: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .accordion-body-inner {
    padding-bottom: 1rem;
    margin-left: 0;
  }
}
.text-block + .sections-menu {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .text-block + .sections-menu {
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sections-menu {
    padding-bottom: 5em;
  }
}
.sections-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  list-style: none;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sections-menu-list {
    flex-direction: column;
    gap: 1em;
    align-items: center;
  }
}
.sections-menu-list-btn[style] {
  color: #000;
}
.partners-grid,
.people-grid {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(394px, 1fr));
  gap: 5em 1.5em;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .partners-grid,
  .people-grid {
    display: block;
  }
}
[data-width="2/3"] .partners-grid,
[data-width="2/3"] .people-grid {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.partners-grid:has(> :only-child),
.people-grid:has(> :only-child) {
  display: flex;
  flex-direction: column;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .partners-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5em;
  }
}
.partners-entry {
  justify-self: center;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .partners-entry {
    justify-self: stretch;
  }
}
.partners-entry-logo-element {
  width: 14.9em;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  aspect-ratio: 1 !important;
}
@media screen and (max-width: 767px) {
  .partners-entry-logo-element {
    width: 100%;
  }
}
.person {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .person {
    border-bottom: var(--border-width) solid;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .people-member:last-child .person {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.person-name {
  margin-bottom: 0;
}
.person-photo {
  margin: 1em 0 1.5em;
  max-width: 16.9em;
  -webkit-mask: url(../images/image-mask-a.svg) 0 0/100% 100%;
  mask: url(../images/image-mask-a.svg) 0 0/100% 100%;
}
@media screen and (max-width: 767px) {
  .person-photo {
    margin: 0.5em 0;
  }
}
.people-member:nth-child(2n) .person-photo {
  -webkit-mask-image: url(../images/image-mask-b.svg);
  mask-image: url(../images/image-mask-b.svg);
}
.people-member:nth-child(3n) .person-photo {
  -webkit-mask-image: url(../images/image-mask-c.svg);
  mask-image: url(../images/image-mask-c.svg);
}
.people-member:nth-child(4n) .person-photo {
  -webkit-mask-image: url(../images/image-mask-d.svg);
  mask-image: url(../images/image-mask-d.svg);
}
.person-role {
  max-width: 20em;
}
.person-email {
  color: inherit;
}
.get-involved {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .get-involved {
    flex-direction: column;
    position: static;
    flex: 1;
  }
}
.get-involved-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}
@media screen and (max-width: 767px) {
  .get-involved-inner {
    display: flex;
    flex-direction: column;
    position: static;
    flex: 1;
  }
}
.get-involved-link {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .get-involved-link {
    flex: 1 1 0%;
  }
}
.get-involved-link-photo {
  flex: 1 1 0%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .get-involved-link-photo {
    display: none;
  }
}
.get-involved-link-photo-element {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.get-involved-link-title {
  text-align: center;
  padding: 4.3rem 1rem;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .get-involved-link-title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--margin);
  }
}
.get-involved-link-title a {
  color: inherit;
  text-decoration: none;
}
.get-involved-submenu {
  position: sticky;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .get-involved-submenu {
    display: none;
  }
}
.get-involved-submenu-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}
.get-involved-submenu-list-item-link {
  font-family: var(--headline);
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
  padding: 0.5em;
}
.list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .list {
    display: flex;
    flex-direction: column;
    gap: 3em;
    align-items: center;
  }
}
.list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-item-icon {
  width: 0.833em;
  margin-bottom: 0.77em;
}
@media screen and (max-width: 767px) {
  .upcoming-activities[data-passepartout] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.upcoming-activities-list {
  list-style: none;
  background: #fff;
}
[data-width="1/1"] .upcoming-activities-list {
  border-top: var(--border-width) solid;
  border-bottom: var(--border-width) solid;
}
[data-width="1/1"] .upcoming-activities-list .activity-preview {
  border-right: none;
}
[data-passepartout] .upcoming-activities-list {
  border: var(--border-width) solid;
}
@media screen and (max-width: 767px) {
  [data-passepartout] .upcoming-activities-list {
    border-left: none;
    border-right: none;
  }
}
[data-passepartout] .upcoming-activities-list .activity-preview {
  border-right: none;
}
.image-links-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 10%;
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .image-links-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
  }
}
.image-links-separator {
  grid-column: span 3;
  margin: 0 -11%;
}
@media screen and (max-width: 767px) {
  .image-links-separator {
    display: none;
  }
}
.image-links-separator-element {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .image-links-item-image {
    width: 50vw;
  }
}
.quotes {
  --column-width: 55.2em;
}
@media screen and (max-width: 767px) {
  .quotes {
    --column-width: 15.1em;
  }
}
.quotes-item {
  padding: var(--margin);
  position: relative;
  display: flex;
  flex-direction: column;
  width: var(--column-width);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .quotes-item {
    padding: 1.8em var(--margin);
  }
}
.quotes-item:before {
  content: "";
  position: absolute;
  top: var(--margin);
  bottom: var(--margin);
  right: 0;
  width: var(--border-width);
  background: currentColor;
}
.quotes-item:last-child:before {
  display: none;
}
.quotes-item-image {
  width: 16.9em;
  margin-bottom: var(--margin);
}
@media screen and (max-width: 767px) {
  .quotes-item-image {
    width: 8.65em;
    margin-bottom: 1.25em;
  }
}
.quotes-item-text {
  font-weight: 600;
  margin-bottom: 5.8rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .quotes-item-text {
    margin-bottom: 1.75rem;
  }
}
.quotes-item-author {
  align-self: flex-end;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .links-table {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.links-table-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  list-style: none;
  padding: 0 0 var(--border-width);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .links-table-list {
    display: flex;
    flex-direction: column;
  }
}
.links-table-list-item {
  margin-bottom: calc(var(--border-width) * -1);
  margin-right: calc(var(--border-width) * -1);
  display: flex;
}
@media screen and (max-width: 767px) {
  .links-table-list-item {
    margin-right: 0;
  }
}
.links-table-list-item-link {
  display: flex;
  flex-direction: column;
  gap: 0.65em;
  text-decoration: none;
  color: inherit;
  border: var(--border-width) solid;
  border-left: none;
  padding: 1.5em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .links-table-list-item-link {
    padding: 1em var(--margin);
    border-right: none;
  }
}
.links-table-list-item-source {
  font-size: 0.8em;
}
.links-table-list-item-title {
  display: block;
  font-weight: 600;
}
.receipt {
  background: hsla(34, 85%, 61%, 0.11);
  padding: 2em 2em 6em;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .receipt {
    margin: 3em calc(var(--margin) * -1);
    padding: 1.5em 1.5em 4em;
  }
}
.receipt-grid {
  max-width: 72.1em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 23.44% 1fr;
  grid-template-rows: auto 1fr auto;
  grid-gap: 3.5em 14.84%;
}
@media screen and (max-width: 767px) {
  .receipt-grid {
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
}
.receipt-header {
  grid-column: 1/-1;
  text-align: center;
}
.receipt-supertitle {
  font-family: var(--headline);
  font-weight: 700;
  margin-bottom: 1.5em;
}
.receipt-title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .receipt-title {
    margin-bottom: 0.5rem;
  }
}
.receipt-meta {
  display: flex;
  justify-content: space-around;
  gap: 1.5rem;
  max-width: 36em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .receipt-meta {
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
  }
}
.receipt h3 {
  font-family: inherit;
  font-weight: 700;
}
.receipt-ingredients {
  grid-row: span 2;
  font-weight: 600;
}
.receipt-ingredients h3:not(:first-child) {
  margin: 2rem 0 0.5rem;
  padding-top: 1.5rem;
  position: relative;
  border-top: var(--border-width) dotted;
}
.receipt-instructions {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .receipt-ingredients ol,
  .receipt-ingredients p,
  .receipt-ingredients ul,
  .receipt-instructions ol,
  .receipt-instructions p,
  .receipt-instructions ul {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .receipt-ingredients ul li,
  .receipt-instructions ul li {
    margin-bottom: 0.41em;
  }
}
.receipt-footer {
  grid-column: 2;
  justify-self: end;
}
.footer {
  margin-top: auto;
  padding: 2.5em var(--margin) 2.8em;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1em var(--margin) 2.8em;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.footer-main {
  grid-column: 1/5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75em;
}
@media screen and (max-width: 767px) {
  .footer-main {
    gap: 1em;
    align-items: center;
    margin-bottom: 1.85em;
  }
}
.footer-main-logo {
  color: inherit;
  text-decoration: none;
  font-size: 5.5em;
  line-height: 1;
  font-weight: 700;
  font-family: var(--headline);
}
@media screen and (max-width: 767px) {
  .footer-main-logo {
    font-size: 2.5em;
  }
}
.footer-main-logo .inline-logo svg {
  top: 8%;
}
.footer-middle {
  grid-column: 5/9;
}
@media screen and (max-width: 767px) {
  .footer-middle {
    margin-bottom: 1em;
  }
}
.footer-social {
  grid-column: 9/-1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer-social {
    align-items: center;
  }
}
.footer-social-link {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.footer-menu {
  margin-top: 8.8em;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    margin-top: 1.85em;
  }
}
.footer-menu-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer-menu-list {
    flex-direction: column;
    gap: 0.5em;
    align-items: center;
    text-align: center;
  }
}
.footer-menu-list-item-link {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  margin-bottom: 0;
}
.footer-menu-list-item-link.is-active {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
