:root {
  --accent: #707070;
  --accent-secondary: #707070;
  --accent-bg: #ffaaaa;
  --rte-link-bg: #f2f2f2;
  --fg: #262626;
  --bg: #fff;
  --fg-contrast: #fff;
  --bg-contrast: #000;
  --bg-gray: #F7F7F7;
  --bg-gray-darkest: #1B1B1B;
  --fg-gray: #717171;
  --disable-gray: #A3A3A3;
  --border-gray: #E0E0E0;
  --border-gray-contrast: #484848;
  --page-margin: 72px;
  --page-start-mo: 4.5rem;
  --gap: 72px;
  --gap-inner: 72px;
  --gutter-tiny: 0;
  --v-section: 72px;
  --v-section-inner: 72px;
  --content-start-page: 92px;
  --content-start-sectionheader: 42px;
  --content-after-sectionheader: 36px;
  --content-before: 0;
  --content-after: 0;
  --content-inset-bg1-x: var(--page-margin);
  --content-inset-bg1-y: 70px;
  --content-inset-bg2-x: 34px;
  --content-inset-bg2-y: 36px;
  --content-inset-bg3-x: 0;
  --content-inset-bg3-y: 12px;
  --content-inset-bg4-x: 20px;
  --content-inset-bg4-y: 16px;
  --content-inset-bg5-y: 1.5rem;
  --button-pad-x: 20px;
  --button-pad-x-r: 0.615em;
  --button-pad-y: 0.5em;
  --icon-word-margin: 0.375em;
  --vidAR: 56.25%;
}
@media (max-width: 767px) {
  :root {
    --page-margin: 20px;
    --gap: 20px;
    --gap-inner: 20px;
    --content-inset-bg1-y: 20px;
    --content-inset-bg2-x: 10px;
    --content-inset-bg2-y: 10px;
    --content-inset-bg3-x: 5px;
    --content-inset-bg3-y: 5px;
    --v-section: 36px;
    --content-after-sectionheader: 18px;
    --content-start-sectionheader: calc(var(--page-margin)*2);
  }
}

.color-invert {
  --bg: var(--bg-contrast);
  --fg: var(--fg-contrast);
  --border-gray: var(--border-gray-contrast);
  background-color: var(--bg);
  color: var(--fg);
  --bg-gray: rgba(#D9D9D9, 0.1);
  --fg-gray: #717171;
}

*:focus-visible {
  outline-width: 6px;
  outline-color: rgba(0, 0, 0, 0.2);
  outline-style: solid;
  border-radius: 0.5px;
  outline-offset: 0.2em;
  z-index: 15;
}

.color-invert *:focus-visible {
  box-shadow: 0 0 14px rgb(255, 255, 255);
}

@font-face {
  font-family: EyebeamSans;
  src: url("../fonts/EyebeamSans.woff2") format("woff2"), url("../fonts/EyebeamSans.woff") format("woff");
}
.component__text:not(.minus) {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .component__text:not(.minus) {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__text.minus {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.component__text.minus b,
.component__text.minus strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component__text.minus {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.component__text.plus, .component__text.large {
  /* Work Sans Light/43 Light */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 43px;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .component__text.plus, .component__text.large {
    /* Mobile/32 Light */
    font-size: 32px;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
  .component__text.plus.mo-alt, .component__text.large.mo-alt {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .single-resident .component__text.plus, .single-post .component__text.plus, .single-resident .component__text.large, .single-post .component__text.large {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}

.rte.small {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.rte.small b,
.rte.small strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .rte.small {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}

.WorkSansLight1 {
  /* Work Sans Light/43 Light */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 43px;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .WorkSansLight1 {
    /* Mobile/32 Light */
    font-size: 32px;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
  .WorkSansLight1.mo-alt {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}

.WorkSansLight2 {
  /* Work Sans Light/52 Light */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.WorkSansReg1 {
  /* Work Sans Reg./13 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0;
}

.WorkSansReg2 {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.WorkSansReg2 b,
.WorkSansReg2 strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .WorkSansReg2 {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}

.WorkSansReg4 {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .WorkSansReg4 {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}

.EYEBEAMSans1 {
  /* EYEBEAM SANS/48 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 48px;
  line-height: 0.92;
  -webkit-font-feature-settings: "liga" off, "calt" on;
          font-feature-settings: "liga" off, "calt" on;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .EYEBEAMSans1 {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}

.EYEBEAMSans2 {
  /* EYEBEAM SANS/72 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 72px;
  line-height: 0.92;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "liga" off, "calt" on;
          font-feature-settings: "liga" off, "calt" on;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .EYEBEAMSans2 {
    /* Mobile/32 Light */
    font-size: 48px;
    line-height: 0.916;
  }
}

.EYEBEAMSansHead1 {
  /* EYEBEAM SANS/36 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 36px;
  line-height: 0.94;
  text-transform: uppercase;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  letter-spacing: 0;
}

.EYEBEAMSansHead2 {
  /* EYEBEAM SANS/64 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 64px;
  line-height: 0.78;
  text-transform: uppercase;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .EYEBEAMSansHead2 {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}

.EYEBEAMSansHead3 {
  /* EYEBEAM SANS/126 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 126px;
  line-height: 0.79;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .EYEBEAMSansHead3 {
    font-size: clamp(56px, 10vw, 126px);
  }
}
@media (max-width: 767px) {
  .EYEBEAMSansHead3 {
    /* Mobile/EB 56 */
    font-size: 56px;
    font-size: clamp(44px, 5.5vw, 56px);
    line-height: 0.82;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .EYEBEAMSansHead3 {
    font-size: clamp(38px, 5.5vw, 56px);
  }
}

.page-layout {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1023px) {
  .page-layout {
    grid-template-columns: repeat(6, 1fr);
  }
}
.page-layout > * {
  grid-column: 1/-1;
}
@media (max-width: 1023px) {
  .page-layout > * {
    grid-column: 1/-1;
  }
}
.page-layout > *.full {
  grid-column: 1/-1;
}
.page-layout > *.bleed {
  grid-column: 1/-1;
  margin-left: calc(var(--page-margin) * -1);
  margin-right: calc(var(--page-margin) * -1);
}
.page-layout > .inset {
  grid-column: 2/span 10;
}
@media (min-width: 1650px) {
  .page-layout > .inset {
    grid-column: 3/span 8;
  }
}
@media (max-width: 1023px) {
  .page-layout > .inset {
    grid-column: 2/6;
  }
}
@media (max-width: 767px) {
  .page-layout > .inset {
    grid-column: 1/-1;
  }
}

.grid {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1023px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.col-half {
  grid-column: span 6;
}
.col-half:only-child {
  grid-column: 4/span 6;
}
@media (max-width: 1023px) {
  .col-half:only-child {
    grid-column: 1/-1;
  }
}

header.eyebeam-header {
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-left: var(--page-margin);
  padding-left: calc(var(--page-margin) - 13px);
  z-index: 12;
}
@media (min-width: 768px) {
  header.eyebeam-header {
    position: fixed;
  }
}
@media (max-width: 767px) {
  header.eyebeam-header {
    position: relative;
  }
  .nav-layered header.eyebeam-header {
    position: absolute;
  }
  .nav-layered.menu-on header.eyebeam-header {
    position: fixed;
  }
}
@media (min-width: 1024px) {
  .admin-bar header.eyebeam-header {
    top: 32px;
  }
}
.menu-on header.eyebeam-header, .nav-layered header.eyebeam-header {
  --fg: var(--fg-contrast);
}

.site-name {
  display: block;
  width: 243px;
  height: 33px;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition-duration: var(--aniTimer, 0.15s);
  opacity: 1;
  margin-top: 10px;
}
.scrolled .site-name {
  -webkit-transform: translate(-50%, -100%) scale(0.95);
          transform: translate(-50%, -100%) scale(0.95);
  opacity: 0;
}
.menu-on .site-name {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.menu-on .site-name.mobile-menu-scrolled {
  -webkit-transform: translate(-50%, -100%) scale(0.95);
          transform: translate(-50%, -100%) scale(0.95);
  opacity: 0;
}
.site-name svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-name svg path {
  fill: var(--fg);
}
@media (max-width: 767px) {
  .site-name {
    height: 24px;
    width: 177px;
    top: 24px;
  }
}

.menu-header {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  display: block;
  margin-bottom: -0.5em;
}
.menu-header b,
.menu-header strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .menu-header {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
@media (max-width: 767px) {
  .menu-header {
    margin-bottom: 0.5em;
  }
}

.nav-panel {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-gray-darkest, #000);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--fg-contrast, #fff);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  overscroll-behavior: none;
  display: none;
}
@media (max-width: 767px) {
  .nav-panel {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .nav-panel {
    font-size: 16px;
  }
}
.menu-on .nav-panel {
  display: block;
  opacity: 0;
  -webkit-animation: fadeIn 0.15s ease-in-out forwards;
          animation: fadeIn 0.15s ease-in-out forwards;
}
.nav-panel a {
  color: var(--fg-contrast, #fff);
}
.nav-panel a:focus-visible {
  outline-color: var(--fg-contrast, #fff);
}
@media (max-width: 767px) {
  .nav-panel {
    font-size: 19px;
  }
}

.nav-scrollable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: var(--content-start-page) var(--page-margin);
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  overscroll-behavior: contain;
}
@media (max-width: 1023px) {
  .nav-scrollable {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .admin-bar .nav-scrollable {
    top: 32px;
  }
}
.nav-scrollable .nav-scrollable-contents {
  grid-column: 1/-1;
  margin: auto 0;
}
@media (max-width: 1023px) {
  .nav-scrollable .nav-scrollable-contents {
    grid-column: 1/-1;
  }
}
.nav-scrollable .nav-scrollable-contents.full {
  grid-column: 1/-1;
}
.nav-scrollable .nav-scrollable-contents.bleed {
  grid-column: 1/-1;
  margin-left: calc(var(--page-margin) * -1);
  margin-right: calc(var(--page-margin) * -1);
}
@media (max-width: 767px) {
  .nav-scrollable .nav-scrollable-contents {
    margin-top: 36px;
  }
}
.nav-scrollable ul {
  list-style: none;
  margin: 0;
  padding: var(--content-inset-bg2-y) 0 0.25em;
}
.nav-scrollable ul.nav-questions {
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-size: 56px;
  line-height: 0.857;
  line-height: 0.82;
  font-weight: 500;
  text-transform: uppercase;
  transition-property: all;
  -webkit-font-feature-settings: "liga" off, "calt" on;
          font-feature-settings: "liga" off, "calt" on;
}
@media (max-width: 767px) {
  .nav-scrollable ul.nav-questions {
    font-size: 32px;
    line-height: 0.9375;
  }
}
.menu-altfont .nav-scrollable ul.nav-questions {
  -webkit-font-feature-settings: "liga" off, "calt" off;
          font-feature-settings: "liga" off, "calt" off;
}
.nav-scrollable ul.nav-questions li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nav-scrollable ul.nav-questions li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (hover: hover) {
  .nav-scrollable ul.nav-questions a:HOVER {
    text-decoration: none;
  }
}
.nav-scrollable ul.nav-primary li {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .nav-scrollable ul.nav-primary {
    margin-top: var(--content-inset-bg2-y);
  }
}
@media (hover: hover) {
  .nav-scrollable a:HOVER {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
}

button.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  width: 60px;
  height: 40px;
  position: relative;
  z-index: 12;
  padding: 0;
  margin-top: 6px;
}
@media (max-width: 767px) {
  button.menu-toggle {
    display: none;
  }
}
button.menu-toggle:BEFORE {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 58px;
  height: 36px;
  background-color: var(--bg);
  border-radius: 2px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition-duration: var(--aniTimer, 0.15s);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0);
}
.menu-on button.menu-toggle:BEFORE, .scrolled button.menu-toggle:BEFORE {
  opacity: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.05);
}
.menu-on button.menu-toggle:BEFORE {
  background-color: var(--border-gray-contrast);
}
button.menu-toggle:not(.hov-disable):hover svg {
  fill: var(--fg-gray);
}
button.menu-toggle:active svg {
  fill: var(--fg-gray);
}
button.menu-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 8px;
  pointer-events: none;
}
button.menu-toggle svg path {
  fill: var(--fg);
}
.scrolled button.menu-toggle svg path {
  fill: #000;
}
.menu-on button.menu-toggle svg path {
  fill: white;
}
@media (hover: hover) {
  .menu-on button.menu-toggle:not(.hov-disable):hover:BEFORE {
    background-color: white;
    color: black;
    --fg: black;
  }
  .menu-on button.menu-toggle:not(.hov-disable):hover svg path {
    fill: black;
  }
}
.nav-feed {
  --icon-word-margin: 0.25em;
}

.nav-openeyebeam {
  --icon-word-margin: 0.33em;
}

button.mobile-menu-toggle {
  display: none;
}
@media (max-width: 767px) {
  button.mobile-menu-toggle {
    display: block;
    position: fixed;
    top: auto;
    bottom: var(--gutter, 50px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--bg-contrast, #000);
    color: var(--fg-contrast, #fff);
    z-index: 12;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

body:not(.invert-nav):has(.nav-panel + .component-hero_mediabg) header,
body:not(.invert-nav):has(.nav-panel + .component-hero_theme) header,
body:not(.invert-nav):has(.nav-panel + .landing-page-title) header {
  --fg: white;
}
:root {
  --navHeight: 54px;
  --stickNavPad: 120px;
}

nav.stick {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  display: flex;
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
  max-width: 100vw;
  padding-bottom: 20px;
  overflow: visible;
  overflow-x: auto;
  transition-duration: 0.15s;
}
nav.stick.footer-on {
  opacity: 0;
  pointer-events: none;
}
nav.stick > * {
  pointer-events: auto;
}
nav.stick a {
  position: relative;
  display: block;
  padding: 0.706em;
  white-space: nowrap;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  background: var(--bg-contrast);
  color: var(--fg-contrast);
  border: none;
  margin-right: 3px;
}
nav.stick a b,
nav.stick a strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  nav.stick a {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
nav.stick a:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.05);
  z-index: -5;
  border-radius: 35px;
}
nav.stick a:not(.active) {
  border-radius: 35px;
}
nav.stick a:focus-visible {
  outline-offset: 0;
  z-index: 2;
}
nav.stick a + a {
  margin-left: -1px;
}
@media (hover: hover) {
  nav.stick a:hover {
    background: var(--bg);
    color: var(--fg);
  }
}
nav.stick a.active {
  background: var(--bg);
  color: var(--fg);
}
nav.stick.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  left: 0;
}
nav.stick.sticky-bottom > a:first-child {
  margin-left: -0.75em;
}
@media (min-width: 1024px) {
  .admin-bar nav.stick.sticky-bottom {
    top: 100px;
  }
}
@media (max-width: 767px) {
  nav.stick.sticky-bottom {
    top: var(--page-margin);
  }
}
nav.stick.sticky-bottom a {
  background: var(--bg);
  color: var(--accent);
}
@media (hover: hover) {
  nav.stick.sticky-bottom a:hover {
    background: var(--accent);
    color: var(--bg);
    border-color: var(--accent);
  }
}
nav.stick.sticky-bottom a.active {
  background: var(--accent);
  color: var(--bg);
  border-color: var(--accent);
}

.hori-filters .scroll-overflow-hori {
  display: flex;
  overflow: auto;
  padding: 24px calc(var(--page-margin) - 0.706em);
  margin-top: -24px;
  margin-left: calc(-1 * var(--page-margin));
  margin-right: calc(-1 * var(--page-margin));
}
.hori-filters a {
  position: relative;
  display: block;
  padding: 0.706em;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  background: var(--bg);
  color: var(--fg);
  white-space: nowrap;
  border: none;
  margin-right: 3px;
}
.hori-filters a b,
.hori-filters a strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .hori-filters a {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.hori-filters a:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.05);
  z-index: -5;
  border-radius: 35px;
}
.hori-filters a:not(.active) {
  border-radius: 35px;
}
.hori-filters a:focus-visible {
  outline-offset: 0;
  z-index: 2;
}
.hori-filters a + a {
  margin-left: -1px;
}
@media (hover: hover) {
  .hori-filters a:hover {
    background: var(--bg-contrast);
    color: var(--fg-contrast);
  }
}
.hori-filters a.active {
  background: var(--bg-contrast);
  color: var(--fg-contrast);
}

.breadcrumb-wrap {
  display: flex;
  justify-content: flex-start;
  color: var(--fg-gray);
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  align-items: center;
}
.breadcrumb-wrap b,
.breadcrumb-wrap strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .breadcrumb-wrap {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.landing-page-title .breadcrumb-wrap {
  margin-bottom: var(--content-after-sectionheader);
}
.breadcrumb-wrap .changelog-wrap,
.breadcrumb-wrap .filters-wrap {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .breadcrumb-wrap .changelog-wrap,
  .breadcrumb-wrap .filters-wrap {
    margin-right: auto;
  }
}
@media (hover: hover) {
  .breadcrumb-wrap a {
    text-decoration: none;
  }
  .breadcrumb-wrap a:HOVER {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    color: var(--fg);
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrap {
    display: block;
    text-align: center;
  }
  .breadcrumb-wrap.page-first:not(:first-child), .breadcrumb-wrap.page-first {
    margin-top: var(--page-start-mo, 100px);
  }
  .nav-panel + .breadcrumb-wrap:not(:first-child) {
    margin-top: var(--page-start-mo, 100px);
  }
  .breadcrumb-wrap > * {
    margin: 0.75em auto 0;
  }
}

.breadcrumb-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--fg-gray);
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
}
.breadcrumb-sep:last-child {
  display: none;
}

.sticky-top {
  top: var(--page-margin);
}

.sticky-nav-below {
  margin-bottom: calc(var(--stickNavPad) * -1);
}
.sticky-nav-below + .sticky-top {
  margin-bottom: 80px;
  margin-bottom: calc(var(--stickNavPad));
}

.anchor-link-inline {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.landing-journal-wrap {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1023px) {
  .landing-journal-wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}
.landing-journal-wrap article {
  grid-column: 1/-1;
  text-align: center;
}
.js .landing-journal-wrap article {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
.landing-journal-wrap article.external-link-feed {
  text-align: left;
}
.landing-journal-wrap article img {
  transition: -webkit-transform 0.05s ease-in-out;
  transition: transform 0.05s ease-in-out;
  transition: transform 0.05s ease-in-out, -webkit-transform 0.05s ease-in-out;
}
.landing-journal-wrap article:has(.card__title a:focus-visible) img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (hover: hover) {
  .landing-journal-wrap article figure {
    overflow: hidden;
  }
  .landing-journal-wrap article:has(figure:HOVER) figure img, .landing-journal-wrap article:has(.card__title-external:HOVER) figure img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media (min-width: 1024px) {
  .landing-journal-wrap article {
    grid-column: 4/span 6;
  }
}
.landing-journal-wrap article figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (min-width: 1024px) {
  .landing-journal-wrap article figure img {
    max-height: 90vh;
    max-height: 90svh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.landing-journal-wrap article .card__title {
  /* EYEBEAM SANS/36 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 36px;
  line-height: 0.94;
  text-transform: uppercase;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  letter-spacing: 0;
  padding-left: 10%;
  padding-right: 10%;
}
@media (max-width: 767px) {
  .landing-journal-wrap article .card__title {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.landing-journal-wrap article .meta {
  display: block;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
  margin: var(--content-inset-bg5-y) 0;
}
.landing-journal-wrap article .meta b,
.landing-journal-wrap article .meta strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .landing-journal-wrap article .meta {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
@media (hover: hover) {
  .landing-journal-wrap article .meta a {
    text-decoration: none;
  }
  .landing-journal-wrap article .meta a:HOVER {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    color: var(--fg);
  }
}
.landing-journal-wrap article .icon-changelog {
  display: inline-block;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  margin: var(--content-inset-bg5-y) 0;
}
.landing-journal-wrap article .icon-changelog b,
.landing-journal-wrap article .icon-changelog strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .landing-journal-wrap article .icon-changelog {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.landing-journal-wrap article.full {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .landing-journal-wrap article.full .card__title {
    /* EYEBEAM SANS/64 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 64px;
    line-height: 0.78;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .landing-journal-wrap article.full .card__title {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .landing-journal-wrap article.full {
    margin-left: calc(var(--page-margin) * -1);
    margin-right: calc(var(--page-margin) * -1);
  }
  .landing-journal-wrap article.full figure {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
  }
  .landing-journal-wrap article.full figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.landing-journal-wrap article.elsewhere-link-list {
  grid-column: 1/-1;
  margin-left: calc(var(--page-margin) * -1);
  margin-right: calc(var(--page-margin) * -1);
  background: var(--bg-gray);
  padding: var(--content-inset-bg1-y) var(--page-margin);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20ch, 1fr));
  grid-gap: var(--gap);
}
.landing-journal-wrap article.elsewhere-link-list[data-count="1"] {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1023px) {
  .landing-journal-wrap article.elsewhere-link-list[data-count="1"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
.landing-journal-wrap article.elsewhere-link-list a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.landing-journal-wrap article.elsewhere-link-list .meta-center {
  text-align: center;
}
.landing-journal-wrap article.elsewhere-link-list .meta-center a {
  text-decoration: none;
}
@media (hover: hover) {
  .landing-journal-wrap article.elsewhere-link-list .meta-center a {
    text-decoration: none;
  }
  .landing-journal-wrap article.elsewhere-link-list .meta-center a:HOVER {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    color: var(--fg);
  }
}

.card__title-external {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .card__title-external {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.card__title-external a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.toggleFilters {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  display: inline-block;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: var(--fg-gray);
  cursor: pointer;
}
.toggleFilters b,
.toggleFilters strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .toggleFilters {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.toggleFilters:BEFORE {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid 1px var(--border-gray);
  border-radius: 50%;
  margin-right: 8px;
}
@media (hover: hover) {
  .toggleFilters:not(.hov-disable):HOVER {
    color: var(--fg);
  }
  .toggleFilters:not(.hov-disable):HOVER:BEFORE {
    border-color: var(--fg);
    background-color: var(--fg);
  }
}
.toggleFilters.filters-on {
  color: var(--fg);
}
.toggleFilters.filters-on:BEFORE {
  background: var(--fg);
  border-color: var(--fg);
}
@media (hover: hover) {
  .toggleFilters.filters-on:not(.hov-disable):HOVER:BEFORE {
    background: none;
  }
}

.landing-filter-wrap {
  z-index: 4;
}
.landing-filter-wrap.filters-on {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
@media (max-width: 767px) {
  .landing-filter-wrap.filters-on {
    top: var(--page-margin);
  }
}
.admin-bar .landing-filter-wrap {
  top: 100px;
}
@media (max-width: 767px) {
  .landing-filter-wrap {
    top: var(--page-margin);
  }
  .admin-bar .landing-filter-wrap {
    top: var(--page-margin);
  }
}
.landing-filter-wrap:not(.filters-on) .component__text {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 0.3s ease-in-out forwards;
          animation: fadeIn 0.5s 0.3s ease-in-out forwards;
}
.landing-filter-wrap .landing-filters {
  display: none;
}
.landing-filter-wrap.filters-on .component__text:not(.always-on) {
  display: none;
}
.landing-filter-wrap.filters-on .landing-filters {
  display: block;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 0.3s ease-in-out forwards;
          animation: fadeIn 0.5s 0.3s ease-in-out forwards;
}
.landing-filter-wrap + .tax-descriptions {
  margin-top: 40px;
}

.landing-filters .row-search {
  position: relative;
  max-width: 380px;
  margin-bottom: 2px;
  margin-left: -0.706em;
}
@media (max-width: 767px) {
  .landing-filters .row-search {
    width: calc(100% + 1.412em);
    max-width: calc(100% + 1.412em);
  }
}
.landing-filters .row-search:has(:focus-visible) {
  z-index: 8;
}
.landing-filters .row-search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: white;
  border-radius: 0;
  padding: 0.706em;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  width: 100%;
}
.landing-filters .row-search input b,
.landing-filters .row-search input strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .landing-filters .row-search input {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
@media (max-width: 767px) {
  .landing-filters .row-search input {
    font-size: 19px;
  }
  .landing-filters .row-search input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .landing-filters .row-search input::-moz-placeholder {
    font-size: 14px;
  }
  .landing-filters .row-search input::placeholder {
    font-size: 14px;
  }
}
.landing-filters .row-search input:focus {
  outline: none;
}
.landing-filters .row-search input:focus-visible {
  outline-width: 6px;
  outline-color: rgba(0, 0, 0, 0.2);
  outline-style: solid;
  border-radius: 0.5px;
  outline-offset: 0.2em;
}
.landing-filters .row-search:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.05);
  z-index: -5;
}

section:not(:first-child),
article:not(:first-child) {
  margin-top: var(--v-section);
}
header[role=banner] + section:not(:first-child), .nav-panel + section:not(:first-child), nav.stick + section:not(:first-child),
header[role=banner] + article:not(:first-child),
.nav-panel + article:not(:first-child),
nav.stick + article:not(:first-child) {
  margin-top: 0;
}
section:not(:first-child).margin-collapse,
article:not(:first-child).margin-collapse {
  margin-top: calc(var(--v-section) * 0.5);
}

section + .page-layout {
  margin-top: var(--v-section);
}

.component-hero_mediabg + .page-layout {
  margin-top: 0;
}

.breadcrumb-wrap + .component__page-title:not(.ani-title),
.component-hero_mediabg + .page-layout > :first-child,
.breadcrumb-wrap + .component__text_wrap {
  --v-section: var(--content-start-sectionheader);
}

.component-hero_interview + .page-layout:not(:first-child),
.component-homehero + .breadcrumb-wrap,
.component-hero_interview + .breadcrumb-wrap,
.component-hero_theme + .breadcrumb-wrap:not(:first-child),
.component-hero_page + .breadcrumb-wrap {
  margin-top: var(--content-start-sectionheader);
}

.component-hero_interview:has(figcaption) + .breadcrumb-wrap {
  margin-top: var(--v-section);
}

.on-bg-group + .page-layout {
  margin-top: var(--v-section);
}

.nav-layered > section:first-child,
.nav-layered > style + section {
  margin-top: 0;
}

body > section,
.page-layout {
  margin-left: var(--page-margin);
  margin-right: var(--page-margin);
}
body > section.on-bg-group,
.page-layout.on-bg-group {
  background: var(--bg-gray-darkest);
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
  padding-bottom: var(--page-margin);
}
.nav-panel + body > section.on-bg-group,
.nav-panel + .page-layout.on-bg-group {
  padding-top: var(--content-start-page);
}
body > section.bleed,
.page-layout.bleed {
  margin-left: 0;
  margin-right: 0;
}
body > section.component__peoplegrid_wrap,
.page-layout.component__peoplegrid_wrap {
  margin-left: calc(var(--page-margin) * 0.5);
  margin-right: calc(var(--page-margin) * 0.5);
}
body > section.color-invert,
.page-layout.color-invert {
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
}

h2.section-header {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  padding-top: var(--content-after-sectionheader);
  margin-top: 0;
  margin-bottom: var(--content-after-sectionheader);
  grid-column: 1/-1;
}
h2.section-header b,
h2.section-header strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  h2.section-header {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.component__related_wrap h2.section-header {
  padding-top: 0;
}
h2.section-header:has(+ .card-carousel), h2.section-header:has(+ .carousel-section) {
  margin-bottom: calc(-1 * (70px - var(--content-after-sectionheader)));
}
h2.section-header:not(.accent-text) {
  color: var(--fg-gray);
}
h2.section-header + *:not(.component__multicol) {
  --v-section: 0;
}
.bleed > h2.section-header {
  margin-left: var(--page-margin);
  margin-right: var(--page-margin);
}

section.section-group.bg-gray {
  background: var(--bg-gray);
  padding: var(--content-inset-bg1-y) var(--content-inset-bg1-x);
}
section.section-group > section {
  margin-left: 0;
  margin-right: 0;
}

.readmore-container-js {
  position: relative;
}
.readmore-container-js p:has(+ .readmore-content) {
  margin-bottom: 0;
}
.readmore-container-js p:has(.readmore) {
  margin: 0;
}
.readmore-container-js > :last-child {
  margin-bottom: 0;
}
.readmore-container-js.accent-text {
  --fg: var(--accent);
}
.readmore-container-js.accent-text path {
  stroke: var(--accent);
}
.readmore-container-js:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50px, rgba(255, 255, 255, 0) 100%);
  transition-duration: 0.15s;
}
@media (hover: hover) {
  .readmore-container-js:not(.showing-full):has(.show-full:hover) .show-full svg circle {
    fill: var(--fg);
    stroke: var(--fg);
  }
  .readmore-container-js:not(.showing-full):has(.show-full:hover) .show-full svg path {
    stroke: var(--fg-contrast);
  }
  .readmore-container-js:not(.showing-full):has(.show-full:hover):after {
    height: 250px;
  }
}
.readmore-container-js .show-full {
  position: relative;
  z-index: 2;
}
.readmore-container-js .show-full:BEFORE {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90vw;
  height: 200px;
}
.readmore-container-js.showing-full:after {
  display: none;
}
.readmore-container-js.showing-full .show-full {
  display: none;
}

.section-cap-height {
  position: relative;
}
.section-cap-height.accent-text, .section-cap-height:has(.accent-text) {
  --fg: var(--accent);
}
.section-cap-height.accent-text path, .section-cap-height:has(.accent-text) path {
  stroke: var(--accent);
}
.section-cap-height > article {
  max-height: 80vh;
  max-height: 80svh;
  overflow: hidden;
}
@media (min-height: 875px) {
  .section-cap-height > article {
    max-height: 700px;
  }
}
.section-cap-height > article.component__imggrid_wrap, .section-cap-height > article.component__imggrid {
  max-height: 900px;
}
.section-cap-height > article.component__text {
  max-height: clamp(6em, 50vh, 10em);
  padding-left: 30px;
  margin-left: -30px;
  width: calc(100% + 30px);
}
.section-cap-height > article:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50px, rgba(255, 255, 255, 0) 200px);
}
.section-cap-height .show-full {
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 2;
}
.section-cap-height .show-full:BEFORE {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90vw;
  height: 150px;
}
.section-cap-height .show-full circle {
  stroke: var(--border-gray);
}
.section-cap-height .show-full path {
  stroke: var(--accent);
}
@media (hover: hover) {
  .section-cap-height:not(.showing-full):has(.show-full:hover) .show-full svg circle {
    fill: var(--fg);
    stroke: var(--fg);
  }
  .section-cap-height:not(.showing-full):has(.show-full:hover) .show-full svg path {
    stroke: var(--fg-contrast);
  }
  .section-cap-height:not(.showing-full):has(.show-full:hover):after {
    height: 250px;
  }
}
.section-cap-height.showing-full article {
  max-height: unset;
}
.section-cap-height.showing-full article:AFTER {
  display: none;
}
.section-cap-height.showing-full .show-full {
  display: none;
}

a.anchor-target {
  position: absolute;
  margin-top: -100px;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.related-artist-journal {
  --v-section: 120px;
}

.component-hero_theme,
.focus-slide {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent, white);
  --fg: white;
  margin-bottom: var(--content-inset-bg2-y);
  overflow: hidden;
  --aniTimer: 0.5s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (min-width: 1024px) {
  .admin-bar .component-hero_theme,
  .admin-bar .focus-slide {
    height: calc(100vh - 32px);
    height: calc(100svh - 32px);
  }
}
.component-hero_theme:BEFORE,
.focus-slide:BEFORE {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.component-hero_theme figure,
.focus-slide figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  mix-blend-mode: multiply;
  z-index: 3;
  pointer-events: none;
  margin: 0;
}
.component-hero_theme figure img,
.focus-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-hero_theme figure:AFTER,
.focus-slide figure:AFTER {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 0.75s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards 1;
          animation: fadeIn 0.5s 0.75s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards 1;
}
.component-hero_theme svg,
.focus-slide svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-hero_theme img,
.focus-slide img {
  -webkit-filter: url(#Halftone);
          filter: url(#Halftone);
  -webkit-filter: url(#Halftone) grayscale(1) contrast(1.1) brightness(2);
          filter: url(#Halftone) grayscale(1) contrast(1.1) brightness(2);
  -webkit-filter: url(#half-tone);
          filter: url(#half-tone);
}
@media (max-width: 767px) {
  .component-hero_theme img,
  .focus-slide img {
    -webkit-filter: url(#half-tone-mo);
            filter: url(#half-tone-mo);
  }
}
.component-hero_theme .hero__text,
.focus-slide .hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  text-align: center;
  /* EYEBEAM SANS/126 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 126px;
  line-height: 0.79;
  text-transform: uppercase;
  letter-spacing: 0;
  color: white;
}
@media (max-width: 1023px) {
  .component-hero_theme .hero__text,
  .focus-slide .hero__text {
    font-size: clamp(56px, 10vw, 126px);
  }
}
@media (max-width: 767px) {
  .component-hero_theme .hero__text,
  .focus-slide .hero__text {
    /* Mobile/EB 56 */
    font-size: 56px;
    font-size: clamp(44px, 5.5vw, 56px);
    line-height: 0.82;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .component-hero_theme .hero__text,
  .focus-slide .hero__text {
    font-size: clamp(38px, 5.5vw, 56px);
  }
}
@media (min-width: 1024px) {
  .component-hero_theme .hero__text,
  .focus-slide .hero__text {
    width: 80%;
  }
}
.component-hero_theme button.toggle-animation,
.focus-slide button.toggle-animation {
  position: absolute;
  bottom: 100px;
  right: 1em;
  font-size: 12px;
  background: white;
  color: black;
  font-family: Arial;
  padding: 5px 10px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 3;
}
.component-hero_theme .hero__media,
.focus-slide .hero__media {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0;
  -webkit-animation: heroMediaIn 0.5s 0.75s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards 1;
          animation: heroMediaIn 0.5s 0.75s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards 1;
}
.component-hero_theme .hero__details,
.focus-slide .hero__details {
  position: absolute;
  bottom: var(--content-inset-bg2-y);
  left: var(--content-inset-bg1-x);
  right: var(--content-inset-bg1-x);
  padding-right: 60px;
  padding-bottom: 0.25em;
  color: white;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}
.component-hero_theme .hero__details b,
.component-hero_theme .hero__details strong,
.focus-slide .hero__details b,
.focus-slide .hero__details strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component-hero_theme .hero__details,
  .focus-slide .hero__details {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.component-hero_theme .hero__details .icon-changelog .icon-changelog_svg,
.focus-slide .hero__details .icon-changelog .icon-changelog_svg {
  position: relative;
}
.component-hero_theme .hero__details .img-caption,
.focus-slide .hero__details .img-caption {
  padding-right: 2rem;
}
.component-hero_theme .hero__details .img-caption > :first-child,
.focus-slide .hero__details .img-caption > :first-child {
  margin-top: 0;
}
.component-hero_theme .hero__details .img-caption > :last-child,
.focus-slide .hero__details .img-caption > :last-child {
  margin-bottom: 0;
}
.component-hero_theme .hero__details > :first-child,
.focus-slide .hero__details > :first-child {
  margin-top: 0;
}
.component-hero_theme .hero__details > :last-child,
.focus-slide .hero__details > :last-child {
  margin-bottom: 0;
}
.component-hero_theme.ani-in .hero__media,
.focus-slide.ani-in .hero__media {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
.component-hero_theme.ani-in figure:AFTER,
.focus-slide.ani-in figure:AFTER {
  opacity: 1;
}
.component-hero_theme.no-ani .hero__media,
.focus-slide.no-ani .hero__media {
  -webkit-animation: unset;
          animation: unset;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
.component-hero_theme.details-on .hero__media,
.focus-slide.details-on .hero__media {
  mix-blend-mode: unset;
  background: transparent;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  -webkit-filter: unset;
          filter: unset;
}
.component-hero_theme.details-on .hero__media svg,
.focus-slide.details-on .hero__media svg {
  display: none;
}
.component-hero_theme.details-on .hero__media img,
.focus-slide.details-on .hero__media img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: none;
          filter: none;
}
.component-hero_theme.details-on .hero__media:BEFORE,
.focus-slide.details-on .hero__media:BEFORE {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.component-hero_theme.details-on .hero__media:AFTER,
.focus-slide.details-on .hero__media:AFTER {
  opacity: 0;
  display: none;
}
.component-hero_theme.details-on .hero__text,
.focus-slide.details-on .hero__text {
  opacity: 0;
}
.component-hero_theme.details-on .hero__details,
.focus-slide.details-on .hero__details {
  opacity: 1;
  pointer-events: all;
}

.focus-slide {
  position: relative;
  width: 100%;
  width: calc(100vw - var(--page-margin) * 2);
  margin-left: var(--page-margin);
  margin-right: var(--page-margin);
  height: auto;
}
.focus-slide:BEFORE {
  padding-bottom: 65.46%;
}
.component__related_theme .focus-slide:BEFORE {
  padding-bottom: 33.8%;
}
.admin-bar .focus-slide {
  height: auto;
}
@media (max-width: 767px) {
  .focus-slide .hero__text {
    font-size: 40px;
  }
}
.component__related_theme .focus-slide {
  width: 100%;
  margin: 0;
}
.component__related_theme .focus-slide .hero__text {
  font-size: 64px;
}
@media (max-width: 1023px) {
  .component__related_theme .focus-slide .hero__text {
    font-size: 32px;
    line-height: 0.9375;
  }
}

.component-homehero {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .component-homehero {
    min-height: 60vh;
    min-height: 60svh;
  }
}
.component-homehero figure {
  position: relative;
  margin: 0;
  aspect-ratio: 16/9;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100vw;
}
@media (max-width: 767px) {
  .component-homehero figure {
    min-height: 60vh;
    min-height: 60svh;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  }
  .component-homehero figure img,
  .component-homehero figure video,
  .component-homehero figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .component-homehero figure:has(iframe) {
    aspect-ratio: 16/9;
    min-height: 60vh;
    min-height: 60svh;
    min-width: 100vw;
    right: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.component-homehero figure iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button-wrap {
  position: absolute;
  bottom: var(--content-start-sectionheader);
  right: var(--page-margin);
  display: flex;
  flex-direction: column;
  z-index: 6;
}
.button-wrap button {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
}
.button-wrap button svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.button-wrap button span {
  display: none;
}
@media (max-width: 767px) {
  .button-wrap {
    right: auto;
    left: 50%;
    width: 100vw;
    bottom: 20px;
    margin-left: -50vw;
    align-items: flex-end;
    padding-right: var(--page-margin);
  }
}

.button-play-wrap,
.button-info-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.button-pause,
.button-info {
  display: block;
}

.button-play,
.button-close {
  display: none;
}

.vid-paused .button-pause {
  display: none;
}
.vid-paused .button-play {
  display: block;
}

.vid-info-on .button-info {
  display: none;
}
.vid-info-on .button-close {
  display: block;
}

.vid-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px 150px 50px var(--page-margin);
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: white;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition-duration: 0.15s;
}
.vid-caption-wrap b,
.vid-caption-wrap strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .vid-caption-wrap {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.vid-caption-wrap:BEFORE {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.vid-info-on .vid-caption-wrap {
  opacity: 1;
  transition-duration: 0.35s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.vid-caption-wrap > :first-child {
  margin-top: 0;
}
.vid-caption-wrap > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .vid-caption-wrap {
    right: auto;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding-left: var(--page-margin);
    padding-right: 100px;
    padding-bottom: 20px;
  }
}

.component-hero_page figure {
  margin: 0;
}
.component-hero_page img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  max-height: 90vh;
  max-height: 90svh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .nav-panel + .component-hero_page:not(:first-child) {
    margin-top: var(--page-start-mo);
  }
}

@-webkit-keyframes heroMediaIn {
  0% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes heroMediaIn {
  0% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.hero-img-detail-toggle {
  position: absolute;
  bottom: var(--content-inset-bg2-y);
  right: var(--content-inset-bg1-x);
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
  -webkit-animation: fadeIn 0.5s 0.75s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards 1;
          animation: fadeIn 0.5s 0.75s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards 1;
}
.hero-img-detail-toggle span {
  position: relative;
}
.hero-img-detail-toggle .icon-info {
  display: block;
  width: 32px;
  height: 32px;
}
.details-on .hero-img-detail-toggle .icon-info {
  display: none;
}
.hero-img-detail-toggle .icon-close {
  display: none;
  width: 32px;
  height: 32px;
}
.details-on .hero-img-detail-toggle .icon-close {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.details-on .hero-img-detail-toggle .icon-close path {
  stroke: var(--accent, #000);
}
.details-on .hero-img-detail-toggle .icon-close circle {
  fill: white;
  stroke: white;
}

.component-hero_interview {
  position: relative;
}
.component-hero_interview figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .component-hero_interview figure img {
    height: 75vh;
    height: 75svh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .component-hero_interview figure img.mo-over {
    height: 90vh;
    height: 90svh;
  }
}
.component-hero_interview .hero__text {
  position: absolute;
  bottom: calc(var(--content-inset-bg2-y) + 20px);
  left: var(--content-inset-bg2-x);
  right: var(--content-inset-bg2-x);
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  /* EYEBEAM SANS/126 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 126px;
  line-height: 0.79;
  text-transform: uppercase;
  letter-spacing: 0;
  color: white;
  text-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  .component-hero_interview .hero__text {
    font-size: clamp(56px, 10vw, 126px);
  }
}
@media (max-width: 767px) {
  .component-hero_interview .hero__text {
    /* Mobile/EB 56 */
    font-size: 56px;
    font-size: clamp(44px, 5.5vw, 56px);
    line-height: 0.82;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .component-hero_interview .hero__text {
    font-size: clamp(38px, 5.5vw, 56px);
  }
}
.component-hero_interview .hero__text .byline {
  /* EYEBEAM SANS/64 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 64px;
  line-height: 0.78;
  text-transform: uppercase;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  letter-spacing: 0;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .component-hero_interview .hero__text .byline {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .component-hero_interview .hero__text .byline {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
.component-hero_interview:has(figcaption) .hero__text {
  bottom: calc(var(--content-inset-bg2-y) + 41px + 1rem);
}

.component-hero_interview.bleed > figure > figcaption {
  margin: 1em var(--page-margin) 0;
}
@media (max-width: 767px) {
  .component-hero_interview.bleed > figure > figcaption {
    margin-top: 1em;
  }
}

.component-hero_mediabg {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background-color: var(--accent, white);
  color: var(--bg);
  margin: 0 0 var(--content-inset-bg2-y);
}
@media (min-width: 1024px) {
  .admin-bar .component-hero_mediabg {
    height: calc(100vh - 32px);
    height: calc(100svh - 32px);
  }
}
.component-hero_mediabg.has-anchors-below {
  margin-bottom: -100px;
}
.component-hero_mediabg.has-anchors-below + nav.stick {
  margin-bottom: 80px;
}
.component-hero_mediabg article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--page-margin);
}
.component-hero_mediabg:BEFORE {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.component-hero_mediabg .component__media,
.component-hero_mediabg figure {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.component-hero_mediabg .component__media img,
.component-hero_mediabg .component__media video,
.component-hero_mediabg .component__media iframe,
.component-hero_mediabg figure img,
.component-hero_mediabg figure video,
.component-hero_mediabg figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-hero_mediabg .component__media:has(iframe),
.component-hero_mediabg figure:has(iframe) {
  aspect-ratio: 16/9;
  min-height: 100vh;
  min-height: 100svh;
  min-width: 100vw;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-hero_mediabg figure {
  margin-bottom: 0;
}
.component-hero_mediabg h1 {
  position: relative;
  z-index: 2;
  /* EYEBEAM SANS/72 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 72px;
  line-height: 0.92;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "liga" off, "calt" on;
          font-feature-settings: "liga" off, "calt" on;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .component-hero_mediabg h1 {
    /* Mobile/32 Light */
    font-size: 48px;
    line-height: 0.916;
  }
}

.hero__media figcaption {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
  margin-top: 0.5em;
}
.hero__media figcaption b,
.hero__media figcaption strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .hero__media figcaption {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.hero__media figcaption > :first-child {
  margin-top: 0;
}
.hero__media figcaption > :last-child {
  margin-bottom: 0;
}

.changelog-wrap {
  white-space: nowrap;
  align-self: flex-end;
}
@media (hover: hover) {
  .changelog-wrap .link-under:HOVER {
    color: black;
  }
}

.icon-changelog {
  color: var(--fg-gray);
}

.changelog-icon {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 1em;
}

.changelog-table {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
}
.changelog-table b,
.changelog-table strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .changelog-table {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.js .changelog-table {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
.changelog-table .cl-date {
  margin-bottom: var(--content-inset-bg2-y);
  color: var(--fg);
}
.changelog-table ul {
  list-style: none;
  margin: 0 0 var(--content-inset-bg2-y);
  padding: 0;
}
.changelog-table ul li {
  margin-top: 0.5em;
}
.changelog-table ul a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  .changelog-table ul a:HOVER {
    color: black;
  }
}

.feed-startdate {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.feed-startdate b,
.feed-startdate strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .feed-startdate {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.feed-startdate .reset-link {
  margin-left: 1.5em;
  color: var(--fg-gray);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.changelog-header {
  margin-bottom: var(--content-after-sectionheader);
}

.accent-links a {
  color: var(--accent);
}

.accent-text {
  color: var(--accent);
}

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

.fill-accent {
  fill: var(--accent);
}

.fill-accent-bg {
  fill: var(--accent-bg);
}

.icon-arrow-right_svg {
  position: relative;
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  margin-left: var(--icon-word-margin);
  margin-bottom: 0.1em;
  vertical-align: middle;
}
.icon-arrow-right_svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon-arrow-right_svg svg > * {
  stroke: var(--fg);
}
.accent-text .icon-arrow-right_svg svg > * {
  stroke: var(--accent);
}
.component-text_over_media .icon-arrow-right_svg svg > *, .inv .icon-arrow-right_svg svg > * {
  stroke: var(--fg-contrast);
}
.accent-text .icon-arrow-right_svg svg > circle {
  stroke: var(--accent);
}

.icon-arrow-right {
  display: inline-flex;
  align-items: center;
}
@media (hover: hover) {
  .icon-arrow-right:HOVER svg > circle {
    stroke: var(--fg);
    fill: var(--fg);
  }
  .accent-text .icon-arrow-right:HOVER svg > circle {
    stroke: var(--accent);
    fill: var(--accent);
  }
  .component__prefooter .icon-arrow-right:HOVER svg > circle {
    fill: var(--fg);
  }
  .color-invert .icon-arrow-right:HOVER svg > circle {
    stroke: var(--fg);
    fill: var(--fg);
  }
  .icon-arrow-right:HOVER svg > path {
    stroke: var(--fg-contrast);
  }
  .component__prefooter .icon-arrow-right:HOVER svg > path {
    stroke: var(--bg-contrast);
  }
  .color-invert .icon-arrow-right:HOVER svg > path {
    stroke: var(--bg-contrast);
  }
}

.icon-ne_svg {
  position: relative;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: var(--icon-word-margin);
  margin-bottom: 0.1em;
  vertical-align: middle;
}
.icon-ne_svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon-ne_svg svg > * {
  stroke: var(--border-gray);
}
.inv .icon-ne_svg svg > *, .nav-scrollable .icon-ne_svg svg > *, .nav-primary .icon-ne_svg svg > * {
  stroke: var(--fg-contrast);
}
.rte .icon-ne_svg svg > * {
  stroke: var(--fg);
}

.icon-feed_svg {
  position: relative;
  display: inline-block;
  width: 0.923em;
  height: 0.923em;
  margin-left: var(--icon-word-margin);
  margin-bottom: 0.1em;
  vertical-align: middle;
}
.icon-feed_svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon-feed_svg svg > * {
  stroke: var(--border-gray);
}
.inv .icon-feed_svg svg > *, .nav-scrollable .icon-feed_svg svg > *, .nav-primary .icon-feed_svg svg > * {
  stroke: var(--fg-contrast);
}

.icon-ext_svg {
  position: relative;
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
  vertical-align: middle;
}
.icon-ext_svg svg circle,
.icon-ext_svg svg path {
  transition-duration: var(--aniTimer, 0.15s);
}
.icon-ext_svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon-ext_svg svg > circle {
  stroke: var(--border-gray);
}
.inv .icon-ext_svg svg > circle, .nav-scrollable .icon-ext_svg svg > circle {
  stroke: var(--border-gray-contrast);
}
.icon-ext_svg svg > path {
  stroke: var(--fg);
}
.accent-text .icon-ext_svg svg > path {
  stroke: var(--accent);
}
.inv .icon-ext_svg svg > path, .nav-scrollable .icon-ext_svg svg > path {
  stroke: var(--fg-contrast);
}

.add-icon__ext {
  display: inline-block;
}
@media (hover: hover) {
  .add-icon__ext svg > circle {
    fill: var(--bg);
  }
  .elsewhere-link-list .add-icon__ext svg > circle {
    fill: transparent;
  }
  .add-icon__ext:HOVER svg > circle, [data-component=card]:has(figure:HOVER) .add-icon__ext svg > circle, .component__link_wrap:has(figure:HOVER) .add-icon__ext svg > circle {
    stroke: var(--fg);
    fill: var(--fg);
  }
  .accent-text .add-icon__ext:HOVER svg > circle, .accent-text [data-component=card]:has(figure:HOVER) .add-icon__ext svg > circle, .accent-text .component__link_wrap:has(figure:HOVER) .add-icon__ext svg > circle {
    stroke: var(--accent);
    fill: var(--accent);
  }
  .add-icon__ext:HOVER svg > path, [data-component=card]:has(figure:HOVER) .add-icon__ext svg > path, .component__link_wrap:has(figure:HOVER) .add-icon__ext svg > path {
    stroke: var(--fg-contrast);
  }
}

.icon-vid-play {
  display: block;
  max-width: 74px;
  max-height: 74px;
  border-radius: 50%;
}
.icon-vid-play circle {
  fill: var(--bg);
}
.icon-vid-play path {
  stroke: var(--accent);
  stroke: var(--fg);
}

@media (hover: hover) {
  .icon-changelog {
    text-decoration: none;
  }
  .icon-changelog:HOVER {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    color: var(--fg);
  }
}
.icon-changelog:focus-visible {
  display: flex;
}
.icon-changelog:focus-visible .cl-text {
  max-width: unset;
}
.icon-changelog.inherit {
  color: inherit;
}
@media (hover: hover) {
  .icon-changelog:HOVER {
    white-space: nowrap;
  }
  .icon-changelog:HOVER .visuallyhidden {
    display: inline-block;
    clip: unset;
    height: auto;
    width: auto;
  }
}

.icon-changelog_svg {
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  vertical-align: middle;
  margin: 0 0.875em 0 0;
}
@media (max-width: 767px) {
  .icon-changelog_svg {
    width: 1em;
    height: 1em;
    margin: -0.1em 0.75em 0 0;
  }
}
.icon-changelog_svg path {
  fill: var(--fg-gray);
}
@media (hover: hover) {
  a:HOVER .icon-changelog_svg path {
    fill: var(--fg);
  }
}
@media (min-width: 768px) {
  .component-text_over_media .icon-changelog_svg path, .component-cta_video_bg .icon-changelog_svg path, .inv .icon-changelog_svg path {
    fill: var(--fg-contrast);
  }
}

.icon-tabplus {
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  vertical-align: middle;
  margin: 0 0 0 var(--icon-word-margin);
}
.icon-tabplus path {
  fill: var(--fg);
}
.accent-text .icon-tabplus path {
  stroke: var(--accent);
}
.accent-text details[open] .icon-tabplus path {
  stroke: white;
}
@media (min-width: 768px) {
  .component-text_over_media .icon-tabplus path, .component-cta_video_bg .icon-tabplus path, .inv .icon-tabplus path {
    fill: var(--fg-contrast);
  }
}

.component__page-title {
  text-align: center;
  /* EYEBEAM SANS/126 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 126px;
  line-height: 0.79;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .component__page-title {
    font-size: clamp(56px, 10vw, 126px);
  }
}
@media (max-width: 767px) {
  .component__page-title {
    /* Mobile/EB 56 */
    font-size: 56px;
    font-size: clamp(44px, 5.5vw, 56px);
    line-height: 0.82;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .component__page-title {
    font-size: clamp(38px, 5.5vw, 56px);
  }
}
.template-default .component__page-title, .component__page-title.title-sm {
  /* EYEBEAM SANS/64 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 64px;
  line-height: 0.78;
  text-transform: uppercase;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .template-default .component__page-title, .component__page-title.title-sm {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}

.landing-page-title {
  padding-top: var(--content-start-page);
  padding-bottom: var(--navHeight);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 500px;
}
@media (max-width: 767px) {
  .landing-page-title {
    padding-top: 1em;
  }
}
.landing-page-title .breadcrumb-wrap {
  margin-top: 0;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .landing-page-title .breadcrumb-wrap {
    margin-top: 0;
  }
}
.landing-page-title.has-anchors-below {
  margin-bottom: 40px;
}
.landing-page-title.has-anchors-below + nav.stick {
  margin-bottom: var(--v-section);
}
.landing-page-title.sticky-nav-below {
  padding-bottom: calc(var(--navHeight) + var(--stickNavPad));
}
.landing-page-title h1 {
  margin: 0;
  /* EYEBEAM SANS/64 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 64px;
  line-height: 0.78;
  text-transform: uppercase;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .landing-page-title h1 {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}
.landing-page-title h1 > :first-child {
  margin-top: 0;
}
.landing-page-title h1 > :last-child {
  margin-bottom: 0;
}
.landing-page-title.centered h1 {
  /* EYEBEAM SANS/126 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 126px;
  line-height: 0.79;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .landing-page-title.centered h1 {
    font-size: clamp(56px, 10vw, 126px);
  }
}
@media (max-width: 767px) {
  .landing-page-title.centered h1 {
    /* Mobile/EB 56 */
    font-size: 56px;
    font-size: clamp(44px, 5.5vw, 56px);
    line-height: 0.82;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .landing-page-title.centered h1 {
    font-size: clamp(38px, 5.5vw, 56px);
  }
}

.rte h1 {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.23;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .rte h1 {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.rte h1:not(:first-child) {
  margin-top: var(--v-section);
}
.rte h2:not(.section-header) {
  /* EYEBEAM SANS/48 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 48px;
  line-height: 0.92;
  -webkit-font-feature-settings: "liga" off, "calt" on;
          font-feature-settings: "liga" off, "calt" on;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .rte h2:not(.section-header) {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}
.rte h2:not(.section-header):not(:first-child) {
  margin-top: var(--v-section);
}
.rte h3 {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.rte h3 b,
.rte h3 strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .rte h3 {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.rte h3:not(:first-child) {
  margin-top: var(--content-start-sectionheader);
}
.rte h3 + p {
  margin-top: 0;
}
.rte h4 {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
  margin-bottom: 0.5rem;
}
.rte h4 b,
.rte h4 strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .rte h4 {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.rte h4:not(:first-child) {
  margin-top: var(--v-section);
}
.rte h5 {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.rte h5 b,
.rte h5 strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .rte h5 {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.rte h5:not(:first-child) {
  margin-top: var(--v-section);
}
.rte a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  .rte a:not(.icon-arrow-right) {
    transition-duration: 0.15s;
  }
  .rte a:not(.icon-arrow-right):HOVER {
    background: var(--rte-link-bg);
  }
}
.rte sup {
  display: inline-block;
  vertical-align: top;
  font-size: 75%;
}

section h2:not(.section-header) {
  /* EYEBEAM SANS/48 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 48px;
  line-height: 0.92;
  -webkit-font-feature-settings: "liga" off, "calt" on;
          font-feature-settings: "liga" off, "calt" on;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  section h2:not(.section-header) {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}
section h2:not(.section-header):not(:first-child) {
  margin-top: var(--v-section-inner);
}
@media (max-width: 767px) {
  section h2:not(.section-header) {
    margin-bottom: var(--content-inset-bg1-y);
  }
}
section h3:not(:first-child) {
  margin-top: var(--v-section-inner);
}
section.component__byline {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  section.component__byline {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}

.component__text > :first-child,
.rte-segment > :first-child {
  margin-top: 0;
}
.component__text > :last-child,
.rte-segment > :last-child {
  margin-bottom: 0;
}
h2 + .component__text,
h2 + .rte-segment {
  margin-top: 0;
}
.component__text a,
.rte-segment a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  .component__text a:not(.icon-arrow-right),
  .rte-segment a:not(.icon-arrow-right) {
    transition-duration: 0.15s;
  }
  .component__text a:not(.icon-arrow-right):HOVER,
  .rte-segment a:not(.icon-arrow-right):HOVER {
    background: var(--rte-link-bg);
  }
}
.component__text .type-small,
.rte-segment .type-small {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.component__text .type-small b,
.component__text .type-small strong,
.rte-segment .type-small b,
.rte-segment .type-small strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component__text .type-small,
  .rte-segment .type-small {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.component__text.large, .component__text.jumbo,
.rte-segment.large,
.rte-segment.jumbo {
  /* Work Sans Light/43 Light */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 43px;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .component__text.large, .component__text.jumbo,
  .rte-segment.large,
  .rte-segment.jumbo {
    /* Mobile/32 Light */
    font-size: 32px;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
  .component__text.large.mo-alt, .component__text.jumbo.mo-alt,
  .rte-segment.large.mo-alt,
  .rte-segment.jumbo.mo-alt {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__text.large strong,
.component__text.large b, .component__text.jumbo strong,
.component__text.jumbo b,
.rte-segment.large strong,
.rte-segment.large b,
.rte-segment.jumbo strong,
.rte-segment.jumbo b {
  font-weight: inherit;
}
.component__text.large h3,
.component__text.large h4, .component__text.jumbo h3,
.component__text.jumbo h4,
.rte-segment.large h3,
.rte-segment.large h4,
.rte-segment.jumbo h3,
.rte-segment.jumbo h4 {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: normal;
  margin: var(--v-section) 0 0.5em;
}
.component__text.large h3 b,
.component__text.large h3 strong,
.component__text.large h4 b,
.component__text.large h4 strong, .component__text.jumbo h3 b,
.component__text.jumbo h3 strong,
.component__text.jumbo h4 b,
.component__text.jumbo h4 strong,
.rte-segment.large h3 b,
.rte-segment.large h3 strong,
.rte-segment.large h4 b,
.rte-segment.large h4 strong,
.rte-segment.jumbo h3 b,
.rte-segment.jumbo h3 strong,
.rte-segment.jumbo h4 b,
.rte-segment.jumbo h4 strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component__text.large h3,
  .component__text.large h4, .component__text.jumbo h3,
  .component__text.jumbo h4,
  .rte-segment.large h3,
  .rte-segment.large h4,
  .rte-segment.jumbo h3,
  .rte-segment.jumbo h4 {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.component__text.large h3 + p,
.component__text.large h4 + p, .component__text.jumbo h3 + p,
.component__text.jumbo h4 + p,
.rte-segment.large h3 + p,
.rte-segment.large h4 + p,
.rte-segment.jumbo h3 + p,
.rte-segment.jumbo h4 + p {
  margin-top: 0;
}
.component__text.large h4, .component__text.jumbo h4,
.rte-segment.large h4,
.rte-segment.jumbo h4 {
  padding: 0 8.3333333%;
  color: var(--fg);
}
.component__text.large h4 + p, .component__text.jumbo h4 + p,
.rte-segment.large h4 + p,
.rte-segment.jumbo h4 + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .component__text.large h4, .component__text.jumbo h4,
  .rte-segment.large h4,
  .rte-segment.jumbo h4 {
    padding-left: 0;
    padding-right: 0;
  }
}
.component__text.large span, .component__text.jumbo span,
.rte-segment.large span,
.rte-segment.jumbo span {
  font-weight: inherit !important;
}
.component__text.large .type-small, .component__text.jumbo .type-small,
.rte-segment.large .type-small,
.rte-segment.jumbo .type-small {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .component__text.large .type-small, .component__text.jumbo .type-small,
  .rte-segment.large .type-small,
  .rte-segment.jumbo .type-small {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (min-width: 768px) {
  .component__text.large.limit, .component__text.jumbo.limit,
  .rte-segment.large.limit,
  .rte-segment.jumbo.limit {
    grid-column: 1/9;
  }
}
.component__text.large > :first-child, .component__text.jumbo > :first-child,
.rte-segment.large > :first-child,
.rte-segment.jumbo > :first-child {
  margin-top: 0;
}
.component__text.large > :last-child, .component__text.jumbo > :last-child,
.rte-segment.large > :last-child,
.rte-segment.jumbo > :last-child {
  margin-bottom: 0;
}
.component__text.large a, .component__text.jumbo a,
.rte-segment.large a,
.rte-segment.jumbo a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.component__text.jumbo,
.rte-segment.jumbo {
  font-size: clamp(50px, 3.75vw, 62px);
}

.pullquote {
  /* Work Sans Light/52 Light */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--fg-gray);
}
.pullquote > :first-child {
  margin-top: 0;
}
.pullquote > :last-child {
  margin-bottom: 0;
}
.pullquote span {
  font-weight: inherit !important;
}

.web-links {
  list-style: none;
  margin: var(--content-inset-bg2-y) 0 0;
  padding: 0;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
}
.web-links b,
.web-links strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .web-links {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
@media (max-width: 767px) {
  .web-links li:first-child {
    margin-top: calc(var(--page-margin) * 1.5);
  }
}
.web-links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  .web-links a:HOVER {
    color: black;
  }
}

.bio-meta {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  margin: 0;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .bio-meta {
    grid-template-columns: repeat(6, 1fr);
  }
}
.bio-meta b,
.bio-meta strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .bio-meta {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.bio-meta a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.bio-meta dt {
  grid-column: span 4;
  margin: 0;
  margin-bottom: 0.5em;
  color: var(--fg-gray);
}
@media (max-width: 767px) {
  .bio-meta dt {
    grid-column: 1/-1;
  }
}
.bio-meta dd {
  grid-column: span 8;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .bio-meta dd {
    grid-column: 1/-1;
    margin-left: 0;
    margin-bottom: 1.5em;
  }
}

.hang-quote {
  text-indent: -0.3em;
}

.dl-links {
  grid-column: 3/span 8;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .dl-links {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.dl-links a {
  display: flex;
  align-items: center;
  padding: 0.44em 0;
  border-bottom: solid 1px var(--border-gray);
  color: var(--accent);
}
.dl-links a:first-child {
  border-top: solid 1px var(--border-gray);
}
.dl-links small.filetype {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: 0;
  color: var(--fg-gray);
}
.dl-links small.filetype b,
.dl-links small.filetype strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .dl-links small.filetype {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
@media (max-width: 767px) {
  .dl-links {
    grid-column: 1/-1;
  }
}

[data-ani=true] .letter {
  -webkit-font-feature-settings: "calt" off !important;
          font-feature-settings: "calt" off !important;
}

p:has(+ button.readmore) {
  display: inline;
  margin-bottom: 0;
}

button.readmore,
button.show-full {
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 50%;
}
button.readmore:focus-visible,
button.show-full:focus-visible {
  outline-offset: 0;
}
.readmore-on button.readmore,
.readmore-on button.show-full {
  -webkit-animation: fadeOut 0.15s ease forwards 1;
          animation: fadeOut 0.15s ease forwards 1;
  pointer-events: none;
}

.stroke-ui {
  stroke: var(--fg);
}

button.show-full + article {
  margin-top: 0;
}

.readmore-hidden {
  display: none;
}
.readmore-on .readmore-hidden {
  display: block;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 0s ease-in forwards 1;
          animation: fadeIn 0.5s 0s ease-in forwards 1;
}

.readmore-on button.readmore {
  display: none;
}

.readmore-content {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  display: none;
  padding-top: 1em;
}
@media (max-width: 767px) {
  .readmore-content {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.readmore-on .readmore-content, .showing-full .readmore-content {
  display: block;
  opacity: 0;
  -webkit-animation: revealIn 0.3s 0.15s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards 1;
          animation: revealIn 0.3s 0.15s cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards 1;
}

.link-external__wrap {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  text-align: left;
}
@media (max-width: 767px) {
  .link-external__wrap {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.link-external__wrap .link-source {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
  display: block;
  margin: 0 0 1.25em;
}
.link-external__wrap .link-source b,
.link-external__wrap .link-source strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .link-external__wrap .link-source {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.link-external__wrap .link-excerpt {
  color: var(--fg-gray);
}

.component__multicol_wrap {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 1023px) {
  .component__multicol_wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 767px) {
  .component__multicol_wrap {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__multicol_wrap > * {
  grid-column: 1/-1;
}
.component__multicol_wrap > button.show-full {
  grid-column: 1;
}
.component__multicol_wrap .type-small {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.component__multicol_wrap .type-small b,
.component__multicol_wrap .type-small strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component__multicol_wrap .type-small {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}

.component__multicol {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
}
h2 + .component__multicol {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .component__multicol {
    grid-template-columns: repeat(6, 1fr);
  }
}
.component__multicol .col-single {
  grid-column: span 6;
}
.component__multicol .col-single img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .component__multicol .col-single + .col-single {
    margin-top: var(--v-section, 1em);
  }
}
@media (max-width: 767px) {
  .component__multicol .col2:has(.margin-collapse:first-child) {
    margin-top: 0;
  }
}

.mo-over {
  display: none !important;
}
@media (max-width: 767px) {
  .mo-over {
    display: block !important;
  }
  .mo-over ~ img, .mo-over + img {
    display: none !important;
  }
}

.vid-wrap {
  position: relative;
  overflow: hidden;
}
.vid-wrap:BEFORE {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--vidAR, 56.25%);
}
.vid-wrap iframe,
.vid-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-on .vid-wrap img,
.video-on .vid-wrap button.icon-vid-play {
  display: none;
}
.vid-wrap button.icon-vid-play {
  position: absolute;
  bottom: var(--content-inset-bg2-y);
  left: var(--content-inset-bg2-x);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media (max-width: 767px) {
  .vid-wrap button.icon-vid-play {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.component__media figure {
  margin-bottom: 0;
}
.component__media figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.component__media img {
  display: block;
  max-width: 100%;
  height: auto;
}
.component__media figcaption,
.component__media .slide__text {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
  margin-top: 0.5em;
}
.component__media figcaption b,
.component__media figcaption strong,
.component__media .slide__text b,
.component__media .slide__text strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component__media figcaption,
  .component__media .slide__text {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.component__media figcaption > :first-child,
.component__media .slide__text > :first-child {
  margin-top: 0;
}
.component__media figcaption > :last-child,
.component__media .slide__text > :last-child {
  margin-bottom: 0;
}
.component__media .transcript-toggle {
  margin-top: 1em;
}
.component__media.bleed .transcript-wrap,
.component__media.bleed .slide__text {
  margin-left: var(--page-margin);
  margin-right: var(--page-margin);
}
.component__media.full img {
  width: 100%;
  height: auto;
}
.component__media.inset figure {
  margin-left: auto;
  margin-right: auto;
}
.component__media.inset figure.vertX, .component__media.inset figure.vert {
  max-width: 68%;
}
.component__media.inset figure.squareplus, .component__media.inset figure.squareminus {
  max-width: 80%;
}

.artist_bio__img {
  position: relative;
}
.artist_bio__img img {
  width: 100%;
  height: auto;
}
.artist_bio__img figcaption {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
  margin-top: 0.5em;
}
.artist_bio__img figcaption b,
.artist_bio__img figcaption strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .artist_bio__img figcaption {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.artist_bio__img figcaption > :first-child {
  margin-top: 0;
}
.artist_bio__img figcaption > :last-child {
  margin-bottom: 0;
}

.bleed > figure > figcaption {
  margin-left: var(--page-margin);
  margin-right: var(--page-margin);
}

.component__imggrid_wrap,
.component__people_wrap {
  grid-column: 1/-1;
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1023px) {
  .component__imggrid_wrap,
  .component__people_wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}
.component__imggrid_wrap > *,
.component__people_wrap > * {
  grid-column: 1/-1;
}

.component__imggrid {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  row-gap: var(--gap);
  align-items: baseline;
}
@media (max-width: 1023px) {
  .component__imggrid {
    grid-template-columns: repeat(6, 1fr);
  }
}
h2 + .component__imggrid {
  margin-top: 0;
}
.component__imggrid .imggrid__item {
  grid-column: span 6;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.component__imggrid .imggrid__item b,
.component__imggrid .imggrid__item strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component__imggrid .imggrid__item {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.component__imggrid .imggrid__item .card__media {
  margin-bottom: 1rem;
}
.component__imggrid .imggrid__item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.component__peoplegrid {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
}
@media (max-width: 1023px) {
  .component__peoplegrid {
    grid-template-columns: repeat(6, 1fr);
  }
}
h2 + .component__peoplegrid {
  margin-top: 0;
}
.component__peoplegrid .people__item {
  grid-column: span 3;
  padding: var(--content-inset-bg2-y) var(--content-inset-bg2-x);
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0;
}
.inset .component__peoplegrid .people__item {
  grid-column: span 6;
}
@media (max-width: 1023px) {
  .inset .component__peoplegrid .people__item {
    grid-column: span 3;
  }
}
.component__peoplegrid .people__item b,
.component__peoplegrid .people__item strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component__peoplegrid .people__item {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.js .component__peoplegrid .people__item {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
  -webkit-animation-delay: calc(var(--aniIndex) * 0.05s);
          animation-delay: calc(var(--aniIndex) * 0.05s);
}
@media (hover: hover) {
  .component__peoplegrid .people__item:has(a):hover {
    background: var(--bg-gray);
  }
}
.component__peoplegrid .people__item .grid-item-title {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  display: inline-block;
  margin-bottom: var(--content-inset-bg3-y);
}
@media (max-width: 767px) {
  .component__peoplegrid .people__item .grid-item-title {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__peoplegrid .people__item .grid-item-title.nolink {
  color: var(--fg-gray);
}
.component__peoplegrid .people__item a.grid-item-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.component__peoplegrid .people__item:has(.nolink) img {
  transition-duration: var(--aniTimer, 0.15s);
}
@media (hover: hover) {
  .component__peoplegrid .people__item:has(.nolink):hover img {
    -webkit-filter: saturate(0);
            filter: saturate(0);
    opacity: 0.5;
  }
  .component__peoplegrid .people__item:has(.nolink):hover .grid-item-title.nolink,
  .component__peoplegrid .people__item:has(.nolink):hover .gray {
    color: var(--disable-gray);
  }
}
@media (max-width: 767px) {
  .component__peoplegrid .people__item {
    flex-basis: 100%;
    display: flex;
    grid-column: 1/-1;
  }
  .component__peoplegrid .people__item figure {
    width: 64px;
    height: 64px;
    margin: 0 var(--gap) 0 0;
    flex-shrink: 0;
  }
  .component__peoplegrid .people__item:has(.nolink) img {
    -webkit-filter: saturate(0);
            filter: saturate(0);
    opacity: 0.5;
  }
}
.component__peoplegrid.inset .people__item {
  grid-column: span 6;
}
@media (max-width: 1023px) {
  .component__peoplegrid.inset .people__item {
    grid-column: span 3;
  }
}
.component__peoplegrid .card__media {
  margin-bottom: 1rem;
}

.component__related_artists {
  margin-left: calc(-1 * var(--content-inset-bg2-x));
}
.component__related_artists .people__item {
  flex-basis: 33.333%;
}

.section-people_grid .component__peoplegrid {
  margin-left: calc(-1 * var(--content-inset-bg2-x));
  width: calc(100% + var(--content-inset-bg2-x) * 2);
}
.section-people_grid .component__peoplegrid .grid-item-title {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
}
figure.no-image {
  background: var(--border-gray);
}

.portrait-round {
  display: block;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.portrait-round img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.donate-types {
  text-align: center;
}
.donate-types .tab-html {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  display: none;
  text-align: left;
  margin: var(--v-section) 0;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 1023px) {
  .donate-types .tab-html {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 767px) {
  .donate-types .tab-html {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.donate-types .tab-html h2 {
  /* Work Sans Light/52 Light */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.donate-types .tab-html > * {
  grid-column: 4/span 6;
}
@media (max-width: 1023px) {
  .donate-types .tab-html > * {
    grid-column: 1/-1;
  }
}
.donate-types .tab-html img {
  display: block;
  max-width: 100%;
  height: auto;
}
.donate-types .watch-input-0:checked ~ .reveal-0,
.donate-types .watch-input-1:checked ~ .reveal-1,
.donate-types .watch-input-2:checked ~ .reveal-2,
.donate-types .watch-input-3:checked ~ .reveal-3,
.donate-types .watch-input-4:checked ~ .reveal-4,
.donate-types .watch-input-5:checked ~ .reveal-5 {
  display: grid;
}
.donate-types .module-donate-crypto figure {
  text-align: center;
}
.donate-types input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.donate-types input[type=radio]:focus-visible + label {
  outline: 20px solid rgba(0, 0, 0, 0.2);
}
.donate-types label {
  padding: var(--button-pad-y) var(--button-pad-x-r) var(--button-pad-y) var(--button-pad-x);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  border-radius: 30px;
  background-color: var(--bg-gray);
  transition-duration: var(--aniTimer, 0.15s);
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .donate-types label {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .donate-types label {
    display: block;
  }
}
.donate-types label small {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 3px;
}
.donate-types label small svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  transition-duration: var(--aniTimer, 0.15s);
}
.donate-types label small svg circle {
  stroke: var(--border-gray);
  transition-duration: var(--aniTimer, 0.15s);
}
.donate-types label small svg path {
  stroke: var(--fg);
  transition-duration: var(--aniTimer, 0.15s);
}
@media (hover: hover) {
  .donate-types label:not(.hov-disable):hover {
    --fg: white;
    background: var(--accent);
    color: white;
  }
  .donate-types label:not(.hov-disable):hover circle {
    fill: var(--accent);
    stroke: var(--border-gray);
    opacity: 0.5;
  }
  .donate-types label:not(.hov-disable):hover path {
    stroke: var(--fg);
  }
}
.donate-types input:checked + label {
  border-radius: 2px;
  background-color: var(--bg-gray-darkest);
  color: var(--fg-contrast);
}
.donate-types input:checked + label svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.donate-types input:checked + label svg circle {
  stroke: var(--border-gray-contrast);
}
.donate-types input:checked + label svg path {
  stroke: var(--fg-contrast);
}
.donate-types .module-embed iframe {
  width: 100% !important;
}

.module-donate-stock {
  display: flex;
  flex-direction: column;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .module-donate-stock {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.module-donate-stock img {
  display: block;
  max-width: 100%;
  height: auto;
}
.module-donate-stock .btn-inline {
  display: block;
  margin: var(--gap) auto;
  width: auto;
  text-align: center;
}

.modal-gl-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: none;
}
.modal-gl-on .modal-gl-wrap {
  display: flex;
}
.modal-gl-wrap .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-gl-wrap .modal-contents {
  width: 90%;
  max-width: 640px;
  max-height: 90vh;
  max-height: 90svh;
  overflow: auto;
  background: white;
  padding: 36px 40px 44px 40px;
  border-radius: 2px;
  position: relative;
  z-index: 3;
}
.modal-gl-wrap .modal-text {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .modal-gl-wrap .modal-text {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.modal-gl-wrap .modal-text > :first-child {
  margin-top: 0;
}
.modal-gl-wrap .modal-text > :last-child {
  margin-bottom: 0;
}
.modal-gl-wrap .modal-text:empty {
  display: none;
}
.modal-gl-wrap .modal-close {
  position: absolute;
  top: var(--page-margin);
  right: var(--page-margin);
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 32px;
  height: 32px;
  z-index: 4;
}
.modal-gl-wrap .modal-close small {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}
.modal-gl-wrap .modal-close small circle {
  stroke: #000000;
  fill: #000000;
}
.modal-gl-wrap .modal-close small path {
  stroke: #ffffff;
}

.embed-html {
  display: none;
}
.embed-html.active {
  display: block;
}
.embed-html.embed-crypto {
  max-width: 300px;
  margin: auto;
}

.section-open_eyebeam {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .section-open_eyebeam {
    grid-template-columns: repeat(6, 1fr);
  }
}
.section-open_eyebeam > article {
  position: relative;
  grid-column: 2/span 10;
}
@media (max-width: 767px) {
  .section-open_eyebeam > article {
    grid-column: 1/-1;
  }
}
.section-open_eyebeam > article.img-cycle-w-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section-open_eyebeam > article.img-cycle-w-type {
    margin-top: -4em;
    z-index: -1;
  }
}
.section-open_eyebeam .intro {
  font-size: 24px;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 1em;
}
.section-open_eyebeam .intro p {
  display: inline;
  background: black;
  color: white;
  padding: 0.1em 0;
}
.section-open_eyebeam .intro .icon-ne_svg {
  -webkit-transform: translate(-2px, 1px);
          transform: translate(-2px, 1px);
}
.section-open_eyebeam .txt-wrap {
  position: absolute;
  bottom: var(--content-inset-bg2-y);
  left: var(--content-inset-bg2-x);
  z-index: 3;
}
.section-open_eyebeam figure {
  position: relative;
  margin: 0;
}
.section-open_eyebeam figure:BEFORE {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media (max-width: 767px) {
  .section-open_eyebeam figure:BEFORE {
    padding-bottom: 100%;
  }
}
.section-open_eyebeam figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-open_eyebeam .text-row {
  margin-bottom: 0.25em;
}
.section-open_eyebeam .text-row span {
  background: black;
  color: white;
  padding: 0.15em 0;
}
.section-open_eyebeam .space-extra {
  margin-bottom: 1em;
}
.section-open_eyebeam a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
  min-height: 100vh;
  min-height: 100svh;
}

body {
  margin: 0;
  padding: var(--content-start-page) 0 0;
}
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
}
body.nav-layered {
  padding-top: 0;
}
body.has-modal, body.menu-on, body.modal-gl-on {
  overflow: hidden;
}
body > aside:first-child,
body > noscript + aside {
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: var(--bg);
  padding: 1rem;
  border-bottom: solid 1px;
  border-color: var(--border-color);
  opacity: 0;
}
body > aside:first-child a,
body > noscript + aside a {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
}
body > aside:first-child:focus-within,
body > noscript + aside:focus-within {
  opacity: 1;
  z-index: 12;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.blok {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

.gray {
  color: var(--fg-gray);
}

.visuallyhidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

details,
summary {
  list-style: none;
}
details::-webkit-details-marker,
summary::-webkit-details-marker {
  display: none;
}

/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-bottom: 15px !important;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -40px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: solid 1px;
  border-color: var(--ui-highlight);
  position: relative;
}
.swiper-pagination-bullet:BEFORE {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: solid 1px;
  border-color: var(--ui-highlight);
  border-radius: 50%;
  -webkit-transform: translate(-8px, -8px);
          transform: translate(-8px, -8px);
  pointer-events: none;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--ui-highlight);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #000000;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.controls {
  display: none;
}

.carousel-section {
  position: relative;
  overflow: hidden;
}
.carousel-section .card-carousel {
  padding-left: calc(var(--page-margin) / 2);
}

.feature-carousel {
  --carouselHeight: 500px;
  padding: 0 var(--page-margin);
}
@media (min-height: 650px) {
  .feature-carousel {
    --carouselHeight: 600px;
  }
}
@media (min-height: 750px) {
  .feature-carousel {
    --carouselHeight: 700px;
  }
}
@media (max-width: 767px) {
  .feature-carousel {
    --carouselHeight: 400px;
  }
}
.feature-carousel .swiper-slide {
  flex-shrink: 0;
  margin-right: var(--page-margin);
  color: var(--accent);
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.carousel-nogap .feature-carousel .swiper-slide {
  margin-right: 0;
}
@media (max-width: 767px) {
  .feature-carousel .swiper-slide {
    width: 100%;
  }
  .carousel-nogap .feature-carousel .swiper-slide {
    width: auto;
  }
}
.feature-carousel .swiper-slide figure {
  position: relative;
  margin-bottom: 0;
  height: var(--carouselHeight);
}
.feature-carousel .swiper-slide figure img {
  height: var(--carouselHeight);
  width: 100%;
}
@media (max-width: 767px) {
  .feature-carousel .swiper-slide figure {
    height: unset;
    max-width: calc(100vw - var(--page-margin) * 1);
  }
  .feature-carousel .swiper-slide figure img {
    height: auto;
  }
}
.feature-carousel .swiper-slide figure div:not(.jpg-cover) img {
  max-width: 80vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 100%;
     object-position: 0 100%;
  width: auto;
}
.feature-carousel .swiper-slide figure .vid-wrap,
.feature-carousel .swiper-slide figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-carousel .swiper-slide figure .vid-wrap {
  position: relative;
  height: var(--carouselHeight);
  min-width: 90ch;
  max-width: 100vw;
}
@media (max-width: 767px) {
  .feature-carousel .swiper-slide figure .vid-wrap {
    height: auto;
    min-width: unset;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.feature-carousel .swiper-slide .slide__text {
  margin-top: 1em;
  max-width: 90ch;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .feature-carousel .swiper-slide .slide__text {
    max-width: 100%;
    padding-right: 0;
  }
}
.feature-carousel .swiper-slide b,
.feature-carousel .swiper-slide strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .feature-carousel .swiper-slide {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.feature-carousel .swiper-slide h4 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}
.feature-carousel .swiper-slide h4 + p {
  margin-top: 0;
}

.cohort-carousel-wrap {
  padding-left: var(--page-margin);
}
.cohort-carousel-wrap .swiper-slide {
  width: 100%;
  width: 25vw;
  flex-shrink: 0;
  margin: 0 var(--content-inset-bg4-x) 0 0;
}
.cohort-carousel-wrap .swiper-slide figure {
  position: relative;
}
.cohort-carousel-wrap .swiper-slide figure:BEFORE {
  content: "";
  display: block;
  padding-bottom: 130%;
}
.cohort-carousel-wrap .swiper-slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cohort-carousel-wrap .card__text {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
}
.cohort-carousel-wrap .card__text b,
.cohort-carousel-wrap .card__text strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .cohort-carousel-wrap .card__text {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}

.section-cards_programs .card__image img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-carousel,
.card-carousel,
.focus-carousel {
  padding-top: 70px;
}
.section-cards.carousel-section .feature-carousel .controls,
.section-cards.carousel-section .card-carousel .controls,
.section-cards.carousel-section .focus-carousel .controls {
  top: 9px;
}
@media (max-width: 767px) {
  .section-cards.carousel-section .feature-carousel .controls,
  .section-cards.carousel-section .card-carousel .controls,
  .section-cards.carousel-section .focus-carousel .controls {
    top: 25px;
  }
}
.feature-carousel .controls,
.card-carousel .controls,
.focus-carousel .controls {
  display: block;
  position: absolute;
  top: 9px;
  right: var(--page-margin);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  transition-duration: 0.15s;
}
@media (max-width: 767px) {
  .feature-carousel .controls,
  .card-carousel .controls,
  .focus-carousel .controls {
    top: 25px;
  }
}
.feature-carousel .controls circle,
.card-carousel .controls circle,
.focus-carousel .controls circle {
  stroke: var(--border-gray);
}
.feature-carousel .controls path,
.card-carousel .controls path,
.focus-carousel .controls path {
  stroke: var(--fg-gray);
}
.feature-carousel .controls li,
.card-carousel .controls li,
.focus-carousel .controls li {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  cursor: pointer;
}
.feature-carousel .controls li button,
.card-carousel .controls li button,
.focus-carousel .controls li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
}
.feature-carousel .controls li .prev,
.card-carousel .controls li .prev,
.focus-carousel .controls li .prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (hover: hover) {
  .feature-carousel .controls li:HOVER circle,
  .card-carousel .controls li:HOVER circle,
  .focus-carousel .controls li:HOVER circle {
    fill: var(--border-gray-contrast);
    stroke: var(--border-gray-contrast);
  }
  .feature-carousel .controls li:HOVER path,
  .card-carousel .controls li:HOVER path,
  .focus-carousel .controls li:HOVER path {
    stroke: var(--fg-contrast);
  }
}
.feature-carousel.no-carousel .controls,
.card-carousel.no-carousel .controls,
.focus-carousel.no-carousel .controls {
  display: none;
}
@media (hover: hover) {
  .feature-carousel.accent-links .controls li:HOVER circle,
  .card-carousel.accent-links .controls li:HOVER circle,
  .focus-carousel.accent-links .controls li:HOVER circle {
    fill: var(--accent);
    stroke: var(--accent);
  }
  .feature-carousel.accent-links .controls li:HOVER path,
  .card-carousel.accent-links .controls li:HOVER path,
  .focus-carousel.accent-links .controls li:HOVER path {
    stroke: var(--fg-contrast);
  }
}

.card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: auto;
  padding: var(--content-inset-bg2-y) var(--content-inset-bg2-x);
  background: var(--bg-gray);
}
.card > * {
  flex-basis: 100%;
}
.card:has(.card__heading a:focus-visible) {
  outline-width: 6px;
  outline-color: rgba(0, 0, 0, 0.2);
  outline-style: solid;
  border-radius: 0.5px;
  outline-offset: 0.2em;
  z-index: 2;
}
.card figure {
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.card img {
  display: block;
  width: 100%;
  height: auto;
}
.card .card__text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card .card__text > * {
  flex-basis: 100%;
}
.card .card__text .txt-meta {
  flex-basis: 70%;
  margin: var(--content-inset-bg2-y) 0 0;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
}
.card .card__text .txt-meta b,
.card .card__text .txt-meta strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .card .card__text .txt-meta {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.card .card__text .txt-meta.pretitle {
  margin: 0 0 0.5em;
}
.card .card__text .icon-changelog {
  flex-basis: 30%;
  text-align: right;
  position: relative;
  align-self: flex-end;
  color: var(--fg-gray);
  --fg: var(--fg-gray);
}
.card .card__heading {
  margin: 0;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .card .card__heading {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.card .card__heading a:focus-visible {
  outline: none;
}
.card .card__heading.eyebeam-title {
  /* EYEBEAM SANS/36 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 36px;
  line-height: 0.94;
  text-transform: uppercase;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  letter-spacing: 0;
}
.card .card__text {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.card .card__text b,
.card .card__text strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .card .card__text {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.card-img-below .card .card__image {
  margin-bottom: 0;
  margin-top: auto;
  padding-top: var(--content-inset-bg2-y);
}
@media (max-width: 1400px) {
  .card-img-below .card .card__image {
    padding-bottom: 60px;
  }
}
.card-img-below .card .changelog-wrap {
  text-align: right;
  position: absolute;
  bottom: var(--content-inset-bg2-y);
  right: var(--content-inset-bg2-x);
}

.card-meta-flex {
  display: flex;
  justify-content: space-between;
  --aniTimer: 0.3s;
  --aniDelay: 0.15s;
  margin-top: var(--content-inset-bg4-y);
}
.card-meta-flex .txt-meta a,
.card-meta-flex .breadcrumb-sep {
  transition-duration: var(--aniTimer, 0.3s);
  transition-delay: var(--aniDelay, 0.15s);
}
.card-meta-flex .changelog-wrap {
  text-align: right;
}
.card-meta-flex .changelog-wrap .cl-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition-duration: var(--aniTimer, 0.3s);
  transition-delay: var(--aniDelay, 0.15s);
}
.card-meta-flex .changelog-wrap a:focus-visible .cl-text {
  max-width: 100%;
  transition-delay: 0s;
  transition-duration: 0s;
}
@media (min-width: 768px) {
  .card-meta-flex:has(.changelog-wrap a:HOVER) .txt-meta a,
  .card-meta-flex:has(.changelog-wrap a:HOVER) .breadcrumb-sep {
    opacity: 0;
    transition-delay: 0s;
  }
  .card-meta-flex:has(.changelog-wrap a:HOVER) .cl-text {
    max-width: 100%;
    transition-delay: 0s;
  }
}

@media (hover: hover) {
  .carousel-section:HOVER .controls {
    opacity: 1;
  }
}
.carousel-section:focus-within .controls, .carousel-section:focus-visible .controls {
  opacity: 1;
}

.card-size-1 .card,
.card-carousel.medium .card {
  flex-basis: calc(49vw - var(--gap) / 2);
  width: calc(49vw - var(--gap) / 2);
  flex-shrink: 0;
  margin-right: var(--gutter-tiny);
}
@media (max-width: 1023px) {
  .card-size-1 .card,
  .card-carousel.medium .card {
    flex-basis: calc(75vw - var(--gap) / 2);
  }
}
@media (max-width: 767px) {
  .card-size-1 .card,
  .card-carousel.medium .card {
    flex-basis: calc(100vw - var(--gap));
  }
}

.card-size-2 .card,
.card-carousel.small .card {
  width: calc(33.333vw - var(--gap) / 2);
  flex-basis: calc(33.333vw - var(--gap) / 2);
  flex-shrink: 0;
  margin-right: var(--gutter-tiny);
}
@media (max-width: 1023px) {
  .card-size-2 .card,
  .card-carousel.small .card {
    flex-basis: calc(50vw - var(--gap) / 2);
  }
}
@media (max-width: 767px) {
  .card-size-2 .card,
  .card-carousel.small .card {
    flex-basis: calc(100vw - var(--gap));
  }
}

.card-size-3 .card,
.card-carousel.large .card {
  width: calc(75vw - var(--gap) / 2);
  flex-basis: calc(75vw - var(--gap) / 2);
  flex-shrink: 0;
  margin-right: var(--gutter-tiny);
}
@media (max-width: 1023px) {
  .card-size-3 .card,
  .card-carousel.large .card {
    flex-basis: calc(90vw - var(--gap) / 2);
  }
}
@media (max-width: 767px) {
  .card-size-3 .card,
  .card-carousel.large .card {
    flex-basis: calc(100vw - var(--gap));
  }
}

.card-img-below .card {
  width: calc(50vw - var(--gap) / 2);
  flex-basis: calc(50vw - var(--gap) / 2);
  flex-shrink: 0;
  margin-right: var(--gutter-tiny);
  min-height: 50vh;
  min-height: 50lvh;
}
@media (max-width: 1023px) {
  .card-img-below .card {
    flex-basis: calc(75vw - var(--gap) / 2);
  }
}
@media (max-width: 767px) {
  .card-img-below .card {
    flex-basis: calc(100vw - var(--gap));
  }
}
.card-img-below .card figure {
  order: 5;
  flex-basis: 40%;
}
@media (max-width: 767px) {
  .card-img-below .card figure {
    flex-basis: calc(100% - var(--gutter-tiny) * 2);
  }
}

.component__related_programs {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .component__related_programs {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__related_programs .relprogram__item + .relprogram__item {
  margin-top: var(--content-inset-bg3-y);
}

.component__related_wrap {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (min-width: 768px) {
  .component__related_wrap:has(.component__related_artists) {
    --content-after-sectionheader: 1rem;
  }
  .component__related_wrap:has(.component__related_artists):has(+ section) {
    margin-bottom: -2rem;
  }
}

.hov-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background-color: var(--accent);
}
.hov-bg img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  mix-blend-mode: multiply;
}

.component__related_theme {
  /* EYEBEAM SANS/64 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 64px;
  line-height: 0.78;
  text-transform: uppercase;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  letter-spacing: 0;
  text-align: center;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .component__related_theme {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}
.component__related_theme figure {
  transition-delay: 0s;
}
.component__related_theme .focus-slide {
  transition-duration: 0s;
  --aniTimer: 0s;
}
.component__related_theme .focus-slide .hero__text {
  transition-duration: 0s;
}
.component__related_theme .focus-slide .hero__media {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.05s;
          animation-duration: 0.05s;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  -webkit-filter: unset;
          filter: unset;
}
.component__related_theme .focus-slide figure:after {
  opacity: 1;
  -webkit-animation: unset;
          animation: unset;
  transition: unset;
}
.component__related_theme:has(a:HOVER) .hov-bg {
  display: block;
  opacity: 1;
}
.component__related_theme:has(a:HOVER) a {
  color: var(--fg-contrast);
}
@media (min-width: 768px) {
  .component__related_theme:not(:has(a:HOVER)) figure {
    display: none;
  }
  .component__related_theme:not(:has(a:HOVER)) .focus-slide {
    background: transparent;
  }
  .component__related_theme:not(:has(a:HOVER)) .hero__text {
    color: black;
  }
  .component__related_theme:not(:has(a:HOVER)) .hero__text .hero__text {
    transition-duration: 0.75s;
  }
}

.component__meta {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
}
.component__meta b,
.component__meta strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component__meta {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.component__meta .icon-changelog {
  display: inline-block;
}
.component__meta .blok + .blok {
  margin-top: var(--content-inset-bg3-y);
}

.component__link_wrap {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .component__link_wrap {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__link_wrap figure img {
  width: 100%;
  height: auto;
  display: block;
}
.component__link_wrap .card-source {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
  margin-bottom: 1em;
}
.component__link_wrap .card-source b,
.component__link_wrap .card-source strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component__link_wrap .card-source {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.component__link_wrap .excerpt {
  color: var(--fg-gray);
  margin-top: 1em;
}
.component__link_wrap a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  .component__link_wrap .excerpt a:HOVER {
    color: black;
  }
}

@media (hover: hover) {
  .carousel-card {
    display: flex;
    flex-direction: column;
  }
  .carousel-card:not(.card__program):HOVER {
    background: transparent;
  }
  .carousel-card:not(.card__program):HOVER .card__heading a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
  .carousel-card:not(.card__program):HOVER figure {
    overflow: hidden;
  }
  .carousel-card:not(.card__program):HOVER figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .carousel-card.card__program:HOVER {
    background: transparent;
  }
  .carousel-card.card__program:HOVER .card__heading a {
    color: var(--fg);
  }
  .carousel-card.card__program:HOVER figure {
    overflow: hidden;
  }
  .carousel-card.card__program:HOVER figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.component-text_over_media {
  position: relative;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  background: var(--bg-contrast);
  color: var(--fg-contrast);
}
@media (max-width: 767px) {
  .component-text_over_media {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component-text_over_media .card__media {
  min-height: 50vh;
  min-height: 50svh;
  position: relative;
}
.component-text_over_media .card__media img,
.component-text_over_media .card__media video,
.component-text_over_media .card__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-text_over_media .card__media:BEFORE {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 43.25%;
}
.component-text_over_media .card__text {
  padding: var(--page-margin);
}
.component-text_over_media .card__text > :first-child {
  margin-top: 0;
}
.component-text_over_media .card__text > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .component-text_over_media .card__text {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60ch;
  }
}
.tinythumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.tinythumb + img {
  opacity: 0;
}
.tinythumb:has(+ img) {
  opacity: 0;
  transition-duration: 3s;
}

.js-load {
  opacity: 0;
  -webkit-animation: fadeIn 0.15s 0.15s ease-in-out forwards;
          animation: fadeIn 0.15s 0.15s ease-in-out forwards;
}
.js-load.loading {
  display: none;
  -webkit-animation: none;
          animation: none;
  opacity: 0;
}

.cr-top img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.cr-bottom img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.cr-tl img {
  -o-object-position: 0 0;
     object-position: 0 0;
}

.cr-tc img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.cr-tr img {
  -o-object-position: 100% 0;
     object-position: 100% 0;
}

.cr-ml img {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}

.cr-mc img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.cr-mr img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

.cr-bl img {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

.cr-bc img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.cr-br img {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.img-cycle img {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0.25s;
  transition-property: opacity;
}
.img-cycle img.active {
  transition-delay: 0s;
  opacity: 1;
  z-index: 2;
}

.feed-cycle-img {
  position: relative;
}
.feed-cycle-img img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feed-cycle-img img:first-child {
  position: relative;
}

.component-cta_video_bg {
  position: relative;
  color: var(--fg-contrast);
}
.component-cta_video_bg .card__media {
  position: relative;
  height: clamp(400px, 80vw, 900px);
  height: clamp(400px, 80svw, 900px);
  margin-bottom: 0;
}
.component-cta_video_bg .card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-cta_video_bg .temp-img-loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-cta_video_bg .card__text {
  container: vidcta/inline-size;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Work Sans Light/43 Light */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 43px;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .component-cta_video_bg .card__text {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component-cta_video_bg .card__text.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}
.component-cta_video_bg .card__text.centered b,
.component-cta_video_bg .card__text.centered strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .component-cta_video_bg .card__text.centered {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
@media (max-width: 767px) {
  .component-cta_video_bg .card__text.centered {
    position: relative;
    text-align: left;
    color: var(--fg);
    background: var(--bg);
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--content-inset-bg1-y) var(--content-inset-bg1-x);
  }
}
.component-cta_video_bg .card__text .eyebeam-title-1 {
  /* EYEBEAM SANS/64 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 64px;
  line-height: 0.78;
  text-transform: uppercase;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  letter-spacing: 0;
  max-width: 20ch;
  margin-bottom: var(--content-after-sectionheader);
}
@media (max-width: 767px) {
  .component-cta_video_bg .card__text .eyebeam-title-1 {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}
.component-cta_video_bg .vid-text {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: var(--content-inset-bg2-y);
  left: var(--content-inset-bg2-x);
}
.component-cta_video_bg .icon-vid-play {
  position: absolute;
  bottom: 46px;
  left: 46px;
  z-index: 2;
  width: 4em;
  height: 4em;
}
.component-cta_video_bg .icon-changelog {
  position: absolute;
  bottom: var(--content-inset-bg2-y);
  right: var(--content-inset-bg1-x);
}
@media (max-width: 767px) {
  .component-cta_video_bg .icon-changelog {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 1rem;
  }
}
@container (min-width: 768px) {
  .component-cta_video_bg .vid-text {
    top: auto;
    bottom: calc(var(--content-inset-bg2-y) + 0.325em);
    left: calc(var(--content-inset-bg2-x) + 100px);
    right: var(--content-inset-bg2-x);
  }
}

.videobg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

details.transcript-wrap {
  list-style: none;
}
details.transcript-wrap summary::-webkit-details-marker {
  display: none;
}
details.transcript-wrap[open] summary {
  position: absolute;
  -webkit-animation: fadeOut 0.15s ease forwards 1;
          animation: fadeOut 0.15s ease forwards 1;
  pointer-events: none;
}

.transcript-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  cursor: pointer;
  display: block;
}
.transcript-toggle b,
.transcript-toggle strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .transcript-toggle {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}

.transcript-media {
  position: relative;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  opacity: 0;
  background-color: var(--bg-gray);
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 620px;
  max-height: 70vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  padding: var(--page-margin);
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
}
.transcript-media b,
.transcript-media strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .transcript-media {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
@media (max-width: 1023px) {
  .transcript-media {
    grid-template-columns: repeat(6, 1fr);
  }
}
.transcript-media > :first-child {
  margin-top: 0;
}
.transcript-media > :last-child {
  margin-bottom: 0;
}
.transcript-media > * {
  grid-column: 1/-1;
}
@media (max-width: 1023px) {
  .transcript-media > * {
    grid-column: 1/-1;
  }
}
.transcript-media > *.full {
  grid-column: 1/-1;
}
.transcript-media > *.bleed {
  grid-column: 1/-1;
  margin-left: calc(var(--page-margin) * -1);
  margin-right: calc(var(--page-margin) * -1);
}
.transcript-media:has(h5) > * {
  grid-column: 2/-1;
}
.transcript-media:has(h5) > h5 {
  grid-column: 1/span 1;
  font-weight: normal;
  color: var(--fg-gray);
  margin: 0;
  font-size: 1em;
}
.transcript-media:has(h5) p {
  margin-top: 0;
}
[open] .transcript-media {
  opacity: 1;
  transition-delay: 0.15s;
}

.jpg-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inline-vid-wrap {
  position: relative;
}
.inline-vid-wrap:BEFORE {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.inline-vid-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.component__accordion details + details {
  margin-top: var(--content-inset-bg2-y);
}
.component__accordion details {
  margin-left: calc(-1 * var(--button-pad-x));
  padding-left: var(--button-pad-x);
}
.component__accordion summary {
  position: relative;
  cursor: pointer;
  margin: 0;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  color: var(--fg);
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
}
@media (max-width: 767px) {
  .component__accordion summary {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__accordion summary svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.3s;
}
.component__accordion summary::-webkit-details-marker {
  display: none;
}
@media (hover: hover) {
  .component__accordion summary:not(.hov-disable):hover svg {
    opacity: 1;
  }
}
.component__accordion details[open] summary {
  color: var(--fg-gray);
}
.component__accordion details[open] summary svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}
@media (hover: hover) {
  .component__accordion details[open] summary:not(.hov-disable):hover circle {
    fill: var(--bg-contrast);
    stroke: var(--bg-contrast);
  }
  .component__accordion details[open] summary:not(.hov-disable):hover path {
    stroke: var(--fg-contrast);
  }
}
.component__accordion .tab-accordion-content {
  padding: 0.5em 0 1.5em;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  color: var(--fg);
}
.component__accordion .tab-accordion-content > :first-child {
  margin-top: 0;
}
.component__accordion .tab-accordion-content > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .component__accordion .tab-accordion-content {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__accordion .tab-accordion-content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  .component__accordion .tab-accordion-content a:not(.icon-arrow-right) {
    transition-duration: 0.15s;
  }
  .component__accordion .tab-accordion-content a:not(.icon-arrow-right):HOVER {
    background: var(--rte-link-bg);
  }
}
.component__accordion .tab-accordion-content span {
  font-weight: inherit !important;
}
.component__accordion.accent-text {
  --bg-contrast: var(--accent);
}
.component__accordion.accent-text summary,
.component__accordion.accent-text .tab-accordion-content {
  color: var(--accent);
}
@-webkit-keyframes accordionOpen {
  0% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    max-height: 0;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-height: 1000px;
  }
}
@keyframes accordionOpen {
  0% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    max-height: 0;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-height: 1000px;
  }
}
@-webkit-keyframes accordionClose {
  0% {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-height: 1000px;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    max-height: 0;
  }
}
@keyframes accordionClose {
  0% {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-height: 1000px;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    max-height: 0;
  }
}
.accordion-plus {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  align-items: flex-start;
  padding-bottom: var(--gap);
}
@media (max-width: 1023px) {
  .accordion-plus {
    grid-template-columns: repeat(6, 1fr);
  }
}
.accordion-plus > button {
  grid-column: 1/span 6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0.125em 0;
  margin: 0;
  border: none;
  text-align: left;
  position: relative;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  cursor: pointer;
  color: var(--fg-gray);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .accordion-plus > button {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.accordion-plus > button i {
  margin-left: 0.5em;
}
.accordion-plus > button:focus-visible {
  outline-offset: 0;
}
@media (max-width: 767px) {
  .accordion-plus > button {
    padding-left: 26px;
  }
  .accordion-plus > button:BEFORE, .accordion-plus > button:AFTER {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 1px;
    background: var(--fg-gray);
    margin-top: -0.5px;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .accordion-plus > button:AFTER {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.accordion-plus > button svg {
  opacity: 0;
}
.accordion-plus > button svg circle {
  stroke: var(--border-gray);
}
.accordion-plus > button svg path {
  stroke: var(--fg);
}
@media (max-width: 767px) {
  .accordion-plus > button svg {
    display: none;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .accordion-plus > button:hover {
    color: var(--fg);
  }
}
.accordion-plus > button.active {
  color: var(--fg);
  padding: 0.85em 0;
  margin-bottom: 0.75em;
}
.accordion-plus > button.active:not(:first-child) {
  margin-top: 0.75em;
}
.accordion-plus > button.active:has(+ .accordion-content:last-child) {
  margin-bottom: 0;
}
.accordion-plus > button.active:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * var(--gap) / 2);
  width: calc(100% + var(--gap));
  bottom: 0;
  background: var(--bg-gray);
  z-index: -1;
}
@media (max-width: 767px) {
  .accordion-plus > button.active:BEFORE {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .accordion-plus > button.active:AFTER {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.accordion-plus > button.active svg {
  opacity: 1;
}
@media (max-width: 767px) {
  .accordion-plus > button {
    grid-row: auto;
    grid-column: 1/-1;
  }
}
.accordion-plus .accordion-content {
  position: relative;
  grid-row: 1;
  grid-column: 7/-1;
  grid-row-end: 6;
  display: none;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  padding: 0.85em var(--content-inset-bg2-x) var(--content-inset-bg2-y) 0;
  min-height: calc(100% + var(--gap));
}
@media (max-width: 767px) {
  .accordion-plus .accordion-content {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.accordion-plus .accordion-content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.accordion-plus .accordion-content .more-links {
  margin-top: auto;
}
.accordion-plus .accordion-content:BEFORE {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * var(--gap) / 2);
  width: calc(100% + var(--gap));
  bottom: 0;
  background-color: var(--bg-gray);
  z-index: -1;
}
.accordion-plus .accordion-content > :first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .accordion-plus .accordion-content {
    grid-row: auto;
    grid-column: 1/-1;
    padding: 0 0 var(--gap) 26px;
  }
}
.accordion-plus button.active + .accordion-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .accordion-plus:not(:has(.active)) button:first-child {
    color: var(--accent);
  }
  .accordion-plus:not(:has(.active)) button:first-child svg {
    opacity: 1;
  }
  .accordion-plus:not(:has(.active)) button:first-child + .accordion-content {
    display: block;
  }
}

.component__tabbed details + details {
  margin-top: 2px;
}
.component__tabbed details {
  margin-left: calc(-1 * var(--button-pad-x));
  padding-left: var(--button-pad-x);
}
.component__tabbed summary {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  padding: var(--button-pad-y) var(--button-pad-x-r) var(--button-pad-y) var(--button-pad-x);
  margin: 0 auto 0 calc(-1 * var(--button-pad-x));
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  border-radius: 30px;
  background-color: var(--bg-gray);
  transition-duration: var(--aniTimer, 0.15s);
  color: var(--accent);
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .component__tabbed summary {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (hover: hover) {
  .component__tabbed summary:not(.hov-disable):hover {
    background: var(--accent);
    color: white;
    --fg: white;
  }
  .component__tabbed summary:not(.hov-disable):hover circle {
    opacity: 0.5;
  }
  .component__tabbed summary:not(.hov-disable):hover path {
    stroke: white;
  }
}
.component__tabbed summary i,
.component__tabbed summary small {
  display: inline-block;
  position: relative;
  width: 1.23em;
  height: 1.23em;
  border-radius: 50%;
  vertical-align: middle;
}
.component__tabbed summary i svg,
.component__tabbed summary small svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.6em 0 0 -0.6em;
  width: 1.23em;
  height: 1.23em;
  transition-duration: var(--aniTimer, 0.15s);
}
.component__tabbed summary i svg circle,
.component__tabbed summary small svg circle {
  stroke: var(--border-gray);
}
.component__tabbed summary i svg path,
.component__tabbed summary small svg path {
  stroke: var(--fg);
}
.component__tabbed details[open] summary {
  border-radius: 2px;
  background: var(--accent);
  color: white;
  --fg: white;
}
.component__tabbed details[open] summary circle {
  opacity: 0.5;
}
.component__tabbed details[open] summary svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) {
  .component__tabbed details[open] summary:not(.hov-disable):hover circle {
    opacity: 1;
    fill: white;
    stroke: var(--accent);
  }
  .component__tabbed details[open] summary:not(.hov-disable):hover path {
    stroke: var(--accent);
  }
}
.component__tabbed .tab-accordion-content {
  padding: 0.5em 0 1.5em;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  color: var(--accent);
}
.component__tabbed .tab-accordion-content > :first-child {
  margin-top: 0;
}
.component__tabbed .tab-accordion-content > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .component__tabbed .tab-accordion-content {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__tabbed .tab-accordion-content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
@media (hover: hover) {
  .component__tabbed .tab-accordion-content a:not(.icon-arrow-right) {
    transition-duration: 0.15s;
  }
  .component__tabbed .tab-accordion-content a:not(.icon-arrow-right):HOVER {
    background: var(--rte-link-bg);
  }
}
.component__tabbed .tab-accordion-content span {
  font-weight: inherit !important;
}
@keyframes accordionOpen {
  0% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    max-height: 0;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-height: 1000px;
  }
}
@keyframes accordionClose {
  0% {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-height: 1000px;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    max-height: 0;
  }
}
.grid-people {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  row-gap: var(--gap);
}
@media (max-width: 767px) {
  .grid-people {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 1023px) {
  .grid-people {
    grid-template-columns: repeat(6, 1fr);
  }
}
.grid-people button.people-toggle {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 767px) {
  .grid-people button.people-toggle {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.grid-people > article {
  grid-column: span 4;
}
@media (max-width: 1023px) {
  .grid-people > article {
    grid-column: span 3;
  }
}
.grid-people > article + article {
  margin-top: 0;
}
.grid-people > article .people-content {
  display: none;
}
.grid-people > article.active .people-toggle {
  color: var(--fg-gray);
}
.grid-people .people-title {
  font-style: italic;
}
.grid-people .headshot-wrap figure {
  position: relative;
  margin-right: calc(25% + 18px);
}
.grid-people .headshot-wrap figure img {
  display: block;
  width: 100%;
  height: auto;
}

.intern-text {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .intern-text {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}

.grid-board,
.grid-advisory {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .grid-board,
  .grid-advisory {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.grid-board .people-toggle,
.grid-advisory .people-toggle {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  cursor: pointer;
}
.grid-board .people-title,
.grid-advisory .people-title {
  font-style: italic;
}
.grid-board details,
.grid-advisory details {
  margin-bottom: var(--content-inset-bg2-y);
}
.grid-board summary,
.grid-board details,
.grid-advisory summary,
.grid-advisory details {
  list-style: none;
}
.grid-board summary::-webkit-details-marker,
.grid-board details::-webkit-details-marker,
.grid-advisory summary::-webkit-details-marker,
.grid-advisory details::-webkit-details-marker {
  display: none;
}

.people__expanded-bio {
  grid-column: 1/-1;
  grid-row: var(--bioRow);
  margin-top: -2rem;
}
.people__expanded-bio > :first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .people__expanded-bio {
    grid-row: var(--bioRowMobile);
  }
}
.people__expanded-bio > * {
  opacity: 0;
  -webkit-animation: revealIn 0.5s ease-in-out forwards;
          animation: revealIn 0.5s ease-in-out forwards;
}

@media (max-width: 767px) {
  .artist-img-wrap.col-half:only-child {
    grid-column: 2/span 4;
  }
}

.search-nav-wrap {
  padding: 1em 0;
}
.search-nav-wrap form {
  position: relative;
}
.search-nav-wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  color: white;
  width: 100%;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  padding: 10px 0;
  transition-duration: 0.15s;
}
@media (max-width: 767px) {
  .search-nav-wrap input {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .search-nav-wrap input {
    font-size: 19px;
  }
  .search-nav-wrap input:FOCUS {
    margin-bottom: 100svh;
  }
}
.search-nav-wrap input::-webkit-input-placeholder {
  color: white;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
.search-nav-wrap input::-moz-placeholder {
  color: white;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
.search-nav-wrap input::placeholder {
  color: white;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .search-nav-wrap input::-webkit-input-placeholder {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
  .search-nav-wrap input::-moz-placeholder {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
  .search-nav-wrap input::placeholder {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .search-nav-wrap input::-webkit-input-placeholder {
    font-size: 19px;
  }
  .search-nav-wrap input::-moz-placeholder {
    font-size: 19px;
  }
  .search-nav-wrap input::placeholder {
    font-size: 19px;
  }
}
.search-nav-wrap input:focus {
  outline: none;
  background: rgba(217, 217, 217, 0.1);
  padding: 10px 16px;
}
.search-nav-wrap input:focus + button.submit {
  margin-left: 16px;
}
.search-nav-wrap input:not(:-moz-placeholder-shown) + button.submit {
  left: calc(100% - 44px);
  margin-left: 0;
}
.search-nav-wrap input:not(:placeholder-shown) + button.submit {
  left: calc(100% - 44px);
  margin-left: 0;
}
.search-nav-wrap button.submit {
  width: 19.81px;
  height: 19.81px;
  position: absolute;
  top: 41%;
  left: 3.7em;
  transition-duration: 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  padding: 0;
}
@media (max-width: 767px) {
  .search-nav-wrap button.submit {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .search-nav-wrap button.submit {
    font-size: 19px;
    left: 3.8em;
    top: 1.2em;
  }
}
.search-nav-wrap button.submit svg {
  width: 100%;
  height: 100%;
}
.search-nav-wrap button.submit svg path {
  fill: var(--fg-contrast);
}
@media (max-width: 767px) {
  .search-nav-wrap button.submit svg {
    width: 0.9em;
    height: 0.9em;
  }
}
@media (max-width: 767px) {
  .search-nav-wrap {
    padding: 0;
  }
}

.search-page-form {
  position: relative;
}
.search-page-form form {
  position: relative;
}
.search-page-form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  width: 100%;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  padding: 10px 0;
  transition-duration: 0.15s;
}
@media (max-width: 767px) {
  .search-page-form input {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.search-page-form input[type=text] {
  border: solid 1px;
  padding: 1em;
  margin-left: -1em;
  width: calc(100% + 2em);
}
@media (max-width: 767px) {
  .search-page-form input {
    font-size: 19px;
  }
  .search-page-form input:FOCUS {
    margin-bottom: 100svh;
  }
}
.search-page-form input::-webkit-input-placeholder {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
.search-page-form input::-moz-placeholder {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
.search-page-form input::placeholder {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .search-page-form input::-webkit-input-placeholder {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
  .search-page-form input::-moz-placeholder {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
  .search-page-form input::placeholder {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .search-page-form input::-webkit-input-placeholder {
    font-size: 19px;
  }
  .search-page-form input::-moz-placeholder {
    font-size: 19px;
  }
  .search-page-form input::placeholder {
    font-size: 19px;
  }
}
.search-page-form input:focus {
  outline: none;
}
.search-page-form button.submit {
  width: 19.81px;
  height: 19.81px;
  position: absolute;
  top: 46%;
  right: 0;
  transition-duration: 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  padding: 0;
}
@media (max-width: 767px) {
  .search-page-form button.submit {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .search-page-form button.submit {
    font-size: 19px;
    left: auto;
    right: 0;
    top: 49%;
  }
}
.search-page-form button.submit svg {
  width: 100%;
  height: 100%;
}
.search-page-form button.submit svg path {
  fill: var(--fg);
}
@media (max-width: 767px) {
  .search-page-form button.submit svg {
    width: 0.9em;
    height: 0.9em;
  }
}
@media (max-width: 767px) {
  .search-page-form {
    padding: 70px var(--page-margin) 0;
  }
}

.searchresult-table {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
.searchresult-table b,
.searchresult-table strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .searchresult-table {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
@media (min-width: 1024px) {
  .searchresult-table {
    grid-column: 4/span 6;
  }
}
.searchresult-table a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.searchresult-table .sr-date {
  color: var(--fg-gray);
}
.searchresult-table .search-excerpt {
  margin-top: 1rem;
}
.searchresult-table img {
  display: block;
  width: 100%;
  height: auto;
}
.searchresult-table figure {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .searchresult-table article:has(a:HOVER) img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.inline-form-submit {
  max-width: 50ch;
}
@media (max-width: 767px) {
  .inline-form-submit {
    max-width: 100%;
  }
}
.inline-form-submit input {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  background-color: var(--bg-gray-darkest);
  color: white;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: var(--content-inset-bg4-y) var(--content-inset-bg4-x);
  margin-bottom: 4px;
  width: 100%;
  border-bottom: solid 1px transparent;
}
@media (max-width: 767px) {
  .inline-form-submit input {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.inline-form-submit input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
.inline-form-submit input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
.inline-form-submit input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .inline-form-submit input::-webkit-input-placeholder {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
  .inline-form-submit input::-moz-placeholder {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
  .inline-form-submit input::placeholder {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.inline-form-submit input:focus-visible {
  outline: none;
  border-bottom: solid 1px #333;
  box-shadow: unset;
}
.inline-form-submit input:FOCUS {
  outline: none;
  border-bottom: solid 1px #333;
}
.inline-form-submit input:FOCUS::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.inline-form-submit input:FOCUS::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.inline-form-submit input:FOCUS::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.newsletter-form .form-row label {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.newsletter-form .form-inputs {
  display: none;
  opacity: 0;
  margin-left: -1.2em;
}
.newsletter-form.show .form-inputs {
  display: block;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards 1;
          animation: fadeIn 0.5s ease-in-out forwards 1;
}
.newsletter-form.show button.form-optin {
  display: none;
}

button {
  cursor: pointer;
}

button.form-optin,
button.form-submit {
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  background-color: var(--bg-contrast);
  transition-duration: var(--aniTimer, 0.15s);
  color: white;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 35px;
  padding: var(--button-pad-y) var(--button-pad-x-r) var(--button-pad-y) var(--button-pad-x);
  margin-bottom: 4px;
  cursor: pointer;
}
@media (max-width: 767px) {
  button.form-optin,
  button.form-submit {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (hover: hover) {
  button.form-optin:HOVER,
  button.form-submit:HOVER {
    background-color: var(--bg-gray-darkest);
  }
}

footer .form-optin {
  margin-left: -0.9em;
}

.rte > :first-child {
  margin-top: 0;
}
.rte > :last-child {
  margin-bottom: 0;
}
.rte a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.more-links {
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
}
.more-links b,
.more-links strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .more-links {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.more-links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.link-under {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.bg-gutter {
  background-color: var(--bg-gray);
  margin-left: calc(-0.5 * var(--gap));
  margin-right: calc(-0.5 * var(--gap));
  padding-top: var(--content-inset-bg2-y);
  padding-bottom: var(--content-inset-bg2-y);
  padding-left: calc(0.5 * var(--gap));
  padding-right: calc(0.5 * var(--gap));
}

.component__prefooter {
  position: relative;
  background: var(--accent, #000);
  --fg: var(--fg-contrast, #fff);
  color: var(--fg, #fff);
  --v-section: 160px;
  min-height: 600px;
  display: flex;
}
@media (max-width: 767px) {
  .component__prefooter {
    --v-section: 80px;
  }
}
.component__prefooter .card__text {
  position: relative;
  padding: var(--page-margin);
  margin-top: auto;
  max-width: 60ch;
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  .component__prefooter .card__text {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__prefooter .card__text > :first-child {
  margin-top: 0;
}
.component__prefooter .card__text > :last-child {
  margin-bottom: 0;
}
.component__prefooter .bgvid {
  background: var(--accent, #000);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (min-width: 1024px) {
  .component__prefooter .bgvid {
    max-width: 75%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .component__prefooter .bgvid.contain video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.component__prefooter .bgvid video {
  mix-blend-mode: multiply;
}
.component__prefooter .icon-arrow-right {
  padding: var(--button-pad-y) var(--button-pad-x-r) var(--button-pad-y) var(--button-pad-x);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  border-radius: 30px;
  background-color: var(--bg-contrast);
  transition-duration: var(--aniTimer, 0.15s);
  margin-left: calc(-1 * var(--button-pad-x));
}
@media (max-width: 767px) {
  .component__prefooter .icon-arrow-right {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (hover: hover) {
  .component__prefooter .icon-arrow-right:HOVER {
    background-color: var(--bg-contrast);
    color: var(--fg-contrast);
  }
}

footer {
  position: relative;
  background: var(--bg-contrast, #000);
  --fg: var(--fg-contrast, #fff);
  color: var(--fg, #fff);
  --v-section: 150px;
  padding: var(--page-margin);
  padding-bottom: calc(var(--page-margin) * 0.75);
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}
footer b,
footer strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  footer {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
footer .nav-footer {
  list-style: none;
  margin: var(--content-inset-bg1-y) 0;
  padding: 0;
}
footer .nav-footer li:not(:first-child) {
  margin-top: 0.5em;
}
@media (hover: hover) {
  footer .nav-footer a {
    text-decoration: none;
  }
  footer .nav-footer a:HOVER {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    color: var(--fg);
  }
}
footer > :first-child {
  margin-top: 0;
}
footer > :last-child {
  margin-bottom: 0;
}

.footer-underscore {
  max-width: 574px;
  /* Work Sans Reg./16 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--fg-gray);
}
.footer-underscore b,
.footer-underscore strong {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .footer-underscore {
    /* Mobile/14 Reg. */
    font-size: 14px;
    line-height: 1.14;
  }
}
.footer-underscore img {
  display: block;
  width: 122px;
  height: auto;
}

.footer-supporters {
  color: var(--fg-gray);
  margin-top: var(--page-margin);
}

.bgvid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  .bgvid video {
    display: none !important;
  }
}
.bgvid video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bgvid.contain video {
  -o-object-fit: contain;
     object-fit: contain;
}

.space-below-1 {
  margin-bottom: var(--content-inset-bg1-y);
}

.space-below-2 {
  margin-bottom: var(--content-inset-bg2-y);
}

.space-below-3 {
  margin-bottom: var(--content-inset-bg3-y);
}

.component__rowsingle {
  display: grid;
  gap: var(--gap);
  row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  min-height: 50vh;
}
@media (max-width: 1023px) {
  .component__rowsingle {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 767px) {
  .component__rowsingle {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.component__rowsingle .callout-row-title {
  display: block;
  /* EYEBEAM SANS/48 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 48px;
  line-height: 0.92;
  -webkit-font-feature-settings: "liga" off, "calt" on;
          font-feature-settings: "liga" off, "calt" on;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: var(--content-inset-bg2-y);
}
@media (max-width: 767px) {
  .component__rowsingle .callout-row-title {
    /* EYEBEAM SANS/36 */
    font-family: "EyebeamSans", sans-serif;
    font-style: normal;
    font-variant-alternates: contextual;
    -webkit-font-feature-settings: "calt" on;
    font-feature-settings: "calt" on;
    font-weight: 500;
    font-size: 36px;
    line-height: 0.94;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
    letter-spacing: 0;
  }
}
.component__rowsingle .txt-wrap {
  grid-column: 1/span 6;
  grid-row: 1;
}
@media (max-width: 1023px) {
  .component__rowsingle .txt-wrap {
    grid-column: 1/-1;
  }
}
.component__rowsingle figure {
  grid-column: 7/-1;
  margin: 0;
  min-height: 50vh;
}
@media (max-width: 1023px) {
  .component__rowsingle figure {
    grid-column: 1/-1;
    margin-top: var(--gap);
  }
}
.component__rowsingle figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .component__rowsingle:has(a:HOVER) {
    background: transparent;
  }
  .component__rowsingle:has(a:HOVER) .card__heading a,
  .component__rowsingle:has(a:HOVER) .callout-row-title,
  .component__rowsingle:has(a:HOVER) .txt-wrap {
    color: var(--fg);
  }
  .component__rowsingle:has(a:HOVER) figure {
    overflow: hidden;
  }
  .component__rowsingle:has(a:HOVER) figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.cohort-block__intro {
  padding: 0 var(--page-margin);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--content-inset-bg1-y);
}
@media (max-width: 767px) {
  .cohort-block__intro {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
.cohort-block__intro .cohort__title {
  text-align: center;
  /* EYEBEAM SANS/126 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 126px;
  line-height: 0.79;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .cohort-block__intro .cohort__title {
    font-size: clamp(56px, 10vw, 126px);
  }
}
@media (max-width: 767px) {
  .cohort-block__intro .cohort__title {
    /* Mobile/EB 56 */
    font-size: 56px;
    font-size: clamp(44px, 5.5vw, 56px);
    line-height: 0.82;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
            font-feature-settings: "liga" off;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .cohort-block__intro .cohort__title {
    font-size: clamp(38px, 5.5vw, 56px);
  }
}
.cohort-block__intro .cohort__see-all {
  margin: var(--content-inset-bg4-y) 0 0 auto;
  text-align: right;
}

.type-demo {
  margin-bottom: 0.5em;
  margin-left: 150px;
  position: relative;
}
@media (max-width: 1023px) {
  .type-demo {
    margin-left: 0;
  }
}

code.doc-helper {
  position: absolute;
  right: 100%;
  margin-right: 2rem;
  white-space: nowrap;
  font-size: 12px;
  padding: 0.125rem;
  display: inline-block;
  border: solid 1px;
  border-color: rgba(255, 0, 0, 0.1);
  background: rgba(255, 0, 0, 0.1);
  border-radius: 6px;
  color: black !important;
  margin-top: 0.5rem;
}
@media (max-width: 1023px) {
  code.doc-helper {
    position: relative;
    right: auto;
    margin-bottom: 0.5rem;
    display: block;
    margin-top: 100px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes revealIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes revealIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  #wpadminbar {
    display: none !important;
  }
  html.js {
    margin-top: 0 !important;
  }
}
.ticker-container {
  overflow: hidden;
  margin-left: calc(-1 * var(--page-margin));
  margin-right: calc(-1 * var(--page-margin));
  margin-top: var(--content-inset-bg2-y);
}

.ticker {
  display: flex;
  -webkit-animation: ticker-scroll 80s linear infinite;
          animation: ticker-scroll 80s linear infinite;
}

.ticker li {
  flex: 0 0 auto;
  padding-right: 80px;
  list-style-type: none;
}
.ticker li img {
  height: 86px;
  width: auto;
  display: block;
}

@-webkit-keyframes ticker-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(-1 * var(--tickerW)), 0, 0);
            transform: translate3d(calc(-1 * var(--tickerW)), 0, 0);
  }
}

@keyframes ticker-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(-1 * var(--tickerW)), 0, 0);
            transform: translate3d(calc(-1 * var(--tickerW)), 0, 0);
  }
}
.btn-inline {
  padding: var(--button-pad-y) var(--button-pad-x-r) var(--button-pad-y) var(--button-pad-x);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  border-radius: 30px;
  background-color: var(--bg-gray);
  transition-duration: var(--aniTimer, 0.15s);
}
@media (max-width: 767px) {
  .btn-inline {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (hover: hover) {
  .btn-inline:HOVER {
    background-color: var(--bg-contrast);
    color: var(--fg-contrast);
  }
}

/* TODO move into component file */
.component-overmedia_cta {
  position: relative;
}
.component-overmedia_cta article {
  position: relative;
}
.component-overmedia_cta h1 {
  position: relative;
  z-index: 2;
  /* EYEBEAM SANS/72 */
  font-family: "EyebeamSans", sans-serif;
  font-style: normal;
  font-variant-alternates: contextual;
  -webkit-font-feature-settings: "calt" on;
  font-feature-settings: "calt" on;
  font-weight: 500;
  font-size: 72px;
  line-height: 0.92;
  letter-spacing: -0.01em;
  -webkit-font-feature-settings: "liga" off, "calt" on;
          font-feature-settings: "liga" off, "calt" on;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  .component-overmedia_cta h1 {
    /* Mobile/32 Light */
    font-size: 48px;
    line-height: 0.916;
  }
}
.component-overmedia_cta figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component-overmedia_cta figure.videobg-wrap {
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .component-overmedia_cta figure.videobg-wrap {
    overflow: hidden;
    aspect-ratio: 0.8;
  }
  .component-overmedia_cta figure.videobg-wrap iframe {
    aspect-ratio: 1.8;
    width: auto;
  }
}
.component-overmedia_cta iframe,
.component-overmedia_cta video {
  width: 100%;
  height: 100%;
}
.component-overmedia_cta .text-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--page-margin);
}
.component-overmedia_cta .button-cta {
  padding: var(--button-pad-y) var(--button-pad-x-r) var(--button-pad-y) var(--button-pad-x);
  /* Work Sans Reg./26 Reg. */
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23;
  border-radius: 30px;
  background-color: black;
  color: white;
  --fg: white;
  transition-duration: var(--aniTimer, 0.15s);
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .component-overmedia_cta .button-cta {
    /* Mobile/19 Reg. */
    font-size: 19px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  .component-overmedia_cta .button-cta {
    display: block;
  }
}
.component-overmedia_cta .button-cta small {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 3px;
}
.component-overmedia_cta .button-cta small svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  transition-duration: var(--aniTimer, 0.15s);
}
.component-overmedia_cta .button-cta small svg circle {
  stroke: var(--border-gray);
  transition-duration: var(--aniTimer, 0.15s);
}
.component-overmedia_cta .button-cta small svg path {
  stroke: var(--fg);
  transition-duration: var(--aniTimer, 0.15s);
}
@media (hover: hover) {
  .component-overmedia_cta .button-cta:not(.hov-disable):hover {
    --fg: black;
    background: white;
    color: black;
  }
  .component-overmedia_cta .button-cta:not(.hov-disable):hover circle {
    fill: white;
    stroke: black;
    opacity: 1;
  }
  .component-overmedia_cta .button-cta:not(.hov-disable):hover path {
    stroke: black;
  }
}

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