.bg-gray {
  background: #111;
}

.bg-light-gray {
  background: #999;
}

.bg-lighest-gray {
  background: #eee;
}

.bg-mid-gray {
  background: #444;
}

.color-light-gray {
  color: #999;
}

.font-heading {
  font-family: linotype-didot-headline, serif !important;
}

.font-body {
  font-family: museo-sans, sans-serif !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.pre {
  font-size: 1.45rem;
}

.lead {
  font-size: 1.75rem;
}

.hide {
  display: none !important;
}

strong {
  font-weight: bold;
}

@-webkit-keyframes loading {
  0% {
    -webkit-box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
            box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: #000;
  }
  33% {
    -webkit-box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
            box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    -webkit-box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
            box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    -webkit-box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
            box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: #000;
  }
}

@keyframes loading {
  0% {
    -webkit-box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
            box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: #000;
  }
  33% {
    -webkit-box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
            box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    -webkit-box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
            box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    -webkit-box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
            box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: #000;
  }
}
@-webkit-keyframes rotating {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes rotating {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.ua-popover {
  --bs-popover-border-radius: 0 !important;
  --bs-popover-bg: #222;
  --bs-popover-header-bg: #222;
  --bs-popover-header-color: #fff;
  --bs-popover-body-color: #fff;
  --bs-popover-body-padding-x: 0.5rem;
  --bs-popover-body-padding-y: 0.5rem;
  --bs-popover-font-size: .85rem !important;
}

.site-footer .footer-menu {
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.site-footer .footer-menu li {
  margin: 0 1rem;
  list-style: none;
  display: inline-block;
  font-size: 0.9rem;
}
.site-footer .footer-menu li a {
  color: #111;
  text-underline-offset: 4px;
}
.site-footer .footer-menu li a:focus, .site-footer .footer-menu li a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .site-footer .footer-menu li {
    margin: 0 0;
  }
  .site-footer .footer-menu li:not(:last-child) {
    margin: 0 2rem 0 0;
  }
}
.site-footer .top-link {
  display: none;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  position: fixed;
  right: 1.5rem;
  bottom: 3.35rem;
  z-index: 1000;
  text-align: center;
  line-height: 38px;
  border: 1px solid #111;
}
.site-footer .top-link:focus-visible, .site-footer .top-link:hover {
  background: #fff;
  color: #111;
}
.site-footer .top-link.show {
  display: block;
}

.contact-form-wrapper .hsfc-Row {
  font-family: museo-sans, sans-serif !important;
}
.contact-form-wrapper .hsfc-Row .hsfc-Step__Content {
  padding: 1rem !important;
}
.contact-form-wrapper .hsfc-Row .hsfc-FieldLabel {
  font-family: museo-sans, sans-serif;
  margin-bottom: 0.25rem !important;
}
.contact-form-wrapper .hsfc-Row .hsfc-TextInput,
.contact-form-wrapper .hsfc-Row .hsfc-TextareaInput {
  font-family: museo-sans, sans-serif;
  border-color: #999;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 7px 10px;
}
.contact-form-wrapper .hsfc-Row .hsfc-TextInput:focus,
.contact-form-wrapper .hsfc-Row .hsfc-TextareaInput:focus {
  border-color: #111;
  outline: 2px solid #111;
  outline-offset: 3px;
}
.contact-form-wrapper .hsfc-Row .hsfc-TextareaInput {
  min-height: 100px;
}
.contact-form-wrapper .hsfc-Row .hsfc-ErrorAlert {
  font-family: museo-sans, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
}
.contact-form-wrapper .hsfc-Row .hsfc-RichText,
.contact-form-wrapper .hsfc-Row .hsfc-Button {
  font-family: museo-sans, sans-serif !important;
}
.contact-form-wrapper .hsfc-NavigationRow .hsfc-ErrorAlert {
  font-family: museo-sans, sans-serif;
  font-size: 0.95rem;
}

.skip-to-content-link {
  position: fixed;
  left: -99999999px;
  top: 10px;
  background: #111;
  color: #fff;
  padding: 10px 20px;
  z-index: 9999;
  text-decoration: none;
}
.skip-to-content-link:focus {
  left: 10px;
}
.skip-to-content-link:focus-visible {
  outline: 3px solid #111;
  outline-offset: 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.site-header {
  border-bottom: 1px solid #eee;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: fixed;
  background: #fff;
  z-index: 1000;
}
.site-header .navbar .nav-wrapper .navbar-brand {
  border-radius: 0 !important;
}
.site-header .navbar .nav-wrapper .navbar-brand:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #111;
}
.site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: linotype-didot-headline, serif;
}
.site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text .abbre {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text .abbre {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text .abbre {
    font-size: 2.75rem;
  }
}
.site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text .sep {
  width: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  margin: 0 1rem;
  position: relative;
}
.site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text .sep::after {
  content: "";
  height: 32px;
  width: 1px;
  background: #111;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text .sep::after {
    height: 40px;
  }
}
.site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text .name {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text .name {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .site-header .navbar .nav-wrapper .navbar-brand .navbar-brand__text .name {
    font-size: 1rem;
  }
}
.site-header .navbar .nav-wrapper .navbar-toggler {
  border-radius: 50%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.site-header .navbar .nav-wrapper .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-header .navbar .nav-wrapper .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  line-height: 30px;
  background: none;
}
.site-header .navbar .nav-wrapper .navbar-toggler[aria-expanded=false] .navbar-toggler-icon::after {
  content: "\f0c9";
  font-family: "Font Awesome 7 Sharp";
  font-weight: 300;
  font-size: 20px;
  color: #111;
}
.site-header .navbar .nav-wrapper .navbar-toggler[aria-expanded=false]:hover {
  background: #eee !important;
}
.site-header .navbar .nav-wrapper .navbar-toggler[aria-expanded=true] {
  background: #111;
  color: #fff;
}
.site-header .navbar .nav-wrapper .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  line-height: 30px;
  background: none;
}
.site-header .navbar .nav-wrapper .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  content: "\f00d";
  font-family: "Font Awesome 7 Sharp";
  font-weight: 300;
  font-size: 20px;
}
.site-header .navbar .nav-wrapper .main-nav .navbar-nav {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.site-header .navbar .nav-wrapper .main-nav .navbar-nav .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
  .site-header .navbar .nav-wrapper .main-nav .navbar-nav .menu-item:not(:last-child) {
    border-bottom: 0;
    margin-right: 2rem;
  }
}
.site-header .navbar .nav-wrapper .main-nav .navbar-nav .menu-item .nav-link {
  font-weight: 500;
  font-size: 1.05rem;
  color: #111 !important;
  position: relative;
  padding: 0.75rem 0.25rem;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
}
.site-header .navbar .nav-wrapper .main-nav .navbar-nav .menu-item .nav-link:focus-visible {
  background: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: 3px;
  outline: 3px solid #111;
}
@media (min-width: 992px) {
  .site-header .navbar .nav-wrapper .main-nav .navbar-nav .menu-item .nav-link {
    padding: 0.35rem 0.75rem;
  }
  .site-header .navbar .nav-wrapper .main-nav .navbar-nav .menu-item .nav-link:hover {
    background: #eee;
  }
}
@media (min-width: 992px) {
  .site-header .navbar .nav-wrapper .main-nav .navbar-nav .menu-item {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .site-header .navbar .nav-wrapper .main-nav .navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .site-header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF1A", GradientType=0);
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 0;
  }
  .site-header.scrolled {
    background: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border-bottom: 1px solid #eee;
  }
  .site-header.scrolled .navbar {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
}

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

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes mmslideInBig {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes mmslideInBig {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes mmslideOutBig {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes mmslideOutBig {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.mmodal {
  display: none;
}
.mmodal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20000;
  will-change: transform;
}
.mmodal .modal__overlay .modal__container {
  background-color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 500px;
  max-height: calc(100vh - 4rem);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: transform;
}
.mmodal .modal__overlay .modal__container .modal__close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #eee;
  font-size: 22px;
  color: #111;
  line-height: 38px;
  padding: 0;
  margin: 0 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 7.5px;
  top: 7.5px;
}
.mmodal .modal__overlay .modal__container .modal__close:focus, .mmodal .modal__overlay .modal__container .modal__close:focus-visible {
  background: #111 !important;
  color: #fff !important;
}
@media (min-width: 992px) {
  .mmodal .modal__overlay .modal__container .modal__close:hover {
    background: #111;
    color: #fff;
  }
  .mmodal .modal__overlay .modal__container .modal__close:focus {
    outline: 1px solid #999;
    outline-offset: 3px;
  }
}
.mmodal .modal__overlay .modal__container header {
  display: block;
  position: relative;
  min-height: 48px;
  max-width: 100%;
}
.mmodal .modal__overlay .modal__container main {
  padding: 0.5rem 2.5rem 2.5rem;
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0.975rem;
  line-height: 1.45;
}
.mmodal .modal__overlay .modal__container main .button {
  text-decoration: none;
}
.mmodal .modal__overlay .modal__container main .button.button--gray {
  background: #111;
  color: #fff;
}
.mmodal .modal__overlay .modal__container main .button.button--gray:hover {
  background: #111;
}
.mmodal.leadership-modal {
  position: fixed;
  z-index: 99999;
}
.mmodal.leadership-modal .modal__overlay.loading::before {
  content: "";
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 4px solid #999;
  border-bottom-color: #fff;
  position: absolute;
  top: calc(50% - 32px - 40px);
  left: calc(50% - 16px);
  -webkit-animation: rotating 1s infinite;
          animation: rotating 1s infinite;
}
.mmodal.leadership-modal .modal__overlay.loading .modal__container {
  display: none;
}
.mmodal.leadership-modal .modal__container {
  position: relative;
  margin: 0 0;
  border-radius: 8px;
  width: calc(100vw - 3rem) !important;
}
.mmodal.leadership-modal .modal__container .modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1000;
}
.mmodal.leadership-modal .modal__container .modal__close:hover {
  background: #111;
  color: #fff;
}
.mmodal.leadership-modal .modal__container .modal__content {
  padding: 0;
}
.mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper {
  display: block;
}
.mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__image {
  font-size: 0;
  background-image: none;
}
.mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__bio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__bio strong {
  font-weight: 700 !important;
}
.mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__bio .header__right .name {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__bio .header__right .name {
    font-size: 2.5rem;
  }
}
.mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__bio .header__right .title {
  margin-top: 0.25rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__bio .header__right .title {
    font-size: 1.05rem;
  }
}
@media (min-width: 992px) {
  .mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__bio {
    padding: 3rem 3rem;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper .wrapper__bio {
    padding: 3rem 4rem;
  }
}
@media (min-width: 992px) {
  .mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper {
    min-height: 450px;
    max-height: calc(100vh - 4rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .mmodal.leadership-modal .modal__container .modal__content .modal__content__wrapper {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .mmodal.leadership-modal .modal__container .modal__content {
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  .mmodal.leadership-modal .modal__container.--no-photo {
    max-width: 600px !important;
  }
}
@media (min-width: 1200px) {
  .mmodal.leadership-modal .modal__container.--no-photo {
    max-width: 700px !important;
  }
}
@media (min-width: 768px) {
  .mmodal.leadership-modal .modal__container {
    max-width: 600px !important;
  }
}
@media (min-width: 992px) {
  .mmodal.leadership-modal .modal__container {
    max-width: 980px !important;
  }
}
@media (min-width: 1200px) {
  .mmodal.leadership-modal .modal__container {
    max-width: 1080px !important;
  }
}
@media (min-width: 1400px) {
  .mmodal.leadership-modal .modal__container {
    max-width: 1150px !important;
  }
}
.mmodal.leadership-modal[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.2s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.mmodal.leadership-modal[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.2s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.mmodal.--external-modal .modal__overlay .modal__container {
  max-width: 100% !important;
}
.mmodal.--external-modal .modal__overlay .modal__container main {
  padding: 0 2rem 2rem;
}
.mmodal.--external-modal .modal__overlay .modal__container main .modal-title {
  font-weight: 600;
  font-size: 1.65rem;
}
@media (min-width: 992px) {
  .mmodal.--external-modal .modal__overlay .modal__container main {
    padding: 0 2.5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .mmodal.--external-modal .modal__overlay .modal__container {
    max-width: 420px !important;
  }
}
@media (min-width: 992px) {
  .mmodal.--external-modal .modal__overlay .modal__container {
    max-width: 540px !important;
  }
}
.mmodal.--no-animation .modal__container {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mmodal.--no-animation[aria-hidden=false] .modal__container {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mmodal.is-open {
  display: block;
}

.modal {
  z-index: 10001;
}
.modal.in {
  opacity: 1 !important;
}
.modal .modal-dialog {
  -webkit-transform: translate(0, 10px) !important;
          transform: translate(0, 10px) !important;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal-dialog .modal-content .modal-header .close {
  width: 30px;
  height: 30px;
  border: 0;
  background: #eee;
}
.modal .modal-dialog .modal-content .modal-header .close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 1.75rem;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.modal .modal-dialog .modal-content .modal-footer .btn {
  border-radius: 0;
}

.modal-backdrop.in, .modal-backdrop.show {
  opacity: 0.8;
  z-index: 1031;
  z-index: 9999;
}

/**
 * Swiper 11.1.12
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 1, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  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;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */
.section {
  min-height: 800px;
}
.section .section-heading {
  font-size: 2.25rem;
  font-family: linotype-didot-headline, serif;
}
.section.section--hero .container .introduction {
  min-height: 800px;
}
.section.section--hero .container .introduction .lead {
  font-weight: normal;
  line-height: 1.35;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .section.section--hero .container .introduction .lead {
    font-size: 1.75rem;
  }
}
.section.section--holdings {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section.section--holdings .row--brand:not(:last-of-type) {
  position: relative;
}
.section.section--holdings .row--brand:not(:last-of-type)::after {
  content: "";
  height: 10px;
  width: 100%;
  margin-top: 4rem;
  background: #eee;
}
.section.section--holdings .row--brand h3 {
  font-size: 1.65rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.section.section--holdings .row--brand h3 a {
  color: #111;
  text-decoration: none;
  text-underline-offset: 5px;
}
.section.section--holdings .row--brand h3 a:focus-visible::after, .section.section--holdings .row--brand h3 a:hover::after {
  content: "\e09f";
  font-family: "Font Awesome 7 Pro";
  color: #999;
  margin-left: 0.5rem;
  font-weight: 300;
  font-size: 1.25rem;
}
.section.section--holdings .row--brand ul {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  margin: 2rem 0;
}
.section.section--holdings .row--brand ul li {
  list-style-type: square;
  padding-left: 0.5rem;
}
.section.section--holdings .row--brand ul li::marker {
  color: #999;
}
.section.section--holdings .row--brand ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.section.section--holdings .row--brand .cta {
  margin-top: 3rem;
}
.section.section--holdings .row--brand .cta .button {
  padding: 0.75rem 1rem;
  border: 1px solid #111;
  border-radius: 4px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
}
.section.section--holdings .row--brand .cta .button i {
  margin-left: 0.5rem;
}
.section.section--holdings .row--brand .cta .button:focus-visible, .section.section--holdings .row--brand .cta .button:hover {
  background: #111;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section.section--holdings .row--brand .gallery .brand-gallery .swiper-wrapper .swiper-slide {
  padding: 0;
  font-size: 0;
}
.section.section--holdings .row--brand .gallery .brand-gallery .swiper-wrapper .swiper-slide img {
  border-radius: 5px;
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-pagination {
  text-align: center;
  margin-top: 1rem;
  font-size: 0;
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-pagination .swiper-pagination-bullet {
  margin: 0 0.2rem;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #999;
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
  border-color: #111;
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 100;
  background: #fff;
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-button i {
  font-weight: 500;
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-button.--prev {
  left: 1rem;
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-button.--next {
  right: 1rem;
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-button:hover {
  background: #111;
  color: #fff !important;
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.section.section--holdings .row--brand .gallery .brand-gallery .gallery-button:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.section.section--team {
  padding-top: 6rem;
  padding-bottom: 6rem;
  min-height: auto;
}
.section.section--team .team {
  padding-left: 2rem;
  padding-right: 2rem;
}
.section.section--team .team .team-wrapper {
  margin: 0.75rem 0;
  background-color: #111;
  border: 0;
  border-radius: 0.35rem;
  overflow: hidden;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}
.section.section--team .team .team-wrapper::before {
  content: "\e09f";
  font-family: "Font Awesome 7 Sharp";
  font-weight: 300;
  font-size: 1.25rem;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  color: #111;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #111;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}
.section.section--team .team .team-wrapper::after {
  content: "";
  position: absolute;
  height: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.75;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9%, rgba(0, 0, 0, 0.9)), color-stop(57%, rgba(0, 0, 0, 0.5)), color-stop(97%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 9%, rgba(0, 0, 0, 0.5) 57%, rgba(0, 0, 0, 0) 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.section.section--team .team .team-wrapper:focus-visible, .section.section--team .team .team-wrapper:hover {
  outline: 1px solid #999;
  outline-offset: 4px;
}
.section.section--team .team .team-wrapper:focus-visible::before, .section.section--team .team .team-wrapper:hover::before {
  opacity: 1;
}
.section.section--team .team .team-wrapper:focus-visible::after, .section.section--team .team .team-wrapper:hover::after {
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.section.section--team .team .team-wrapper:focus-visible .team-info, .section.section--team .team .team-wrapper:hover .team-info {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.section.section--team .team .team-wrapper .team-info {
  padding: 1.25rem 1rem;
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.section.section--team .team .team-wrapper .team-info h3 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 600;
}
.section.section--team .team .team-wrapper .team-info .team-title {
  color: #fff;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .section.section--team .team {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.section.section--contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.page .entry-header {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .page .entry-header .entry-title {
    font-size: 3.5rem;
  }
}
.page .entry-content {
  min-height: 600px;
  padding-bottom: 6rem;
}
.page .entry-content a {
  color: #111;
  text-underline-offset: 4px;
}
.page .entry-content a:hover {
  text-decoration: none;
}

body {
  font-family: museo-sans, sans-serif;
  font-size: 16px;
}
body a:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}