.footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (min-width: 1900px) {
  .footer-container {
    padding: 0 200px;
  }
}
@media (max-width: 768px) {
  .footer-container {
    width: 100%;
    padding: 0 20px;
  }
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
  position: relative;
  z-index: 2;
}
footer .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .content .content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
footer .content .content-container.mobile {
  display: none;
}
footer .content .content-container .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: right;
}
footer .content .content-container .top img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  margin-bottom: 30px;
}
footer .content .content-container .top ul {
  margin: 0;
  margin-left: -40px;
  position: relative;
}
footer .content .content-container .top ul li {
  display: inline-block;
  list-style: none;
}
footer .content .content-container .top ul li a {
  outline: 0;
  font-family: "Noto Sans";
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  padding-left: 20px;
}
footer .content .content-container .top ul li a:hover {
  text-decoration: none;
}
footer .content .content-container .top ul li .footer-tooltip {
  position: absolute;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  transition: all 300ms ease;
  padding: 3px 7px;
  top: -22px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.12px;
  opacity: 0;
  visibility: hidden;
}
footer .content .content-container .top ul li:hover .footer-tooltip {
  opacity: 1;
  visibility: visible;
}
footer .content .content-container .bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: right;
}
footer .content .content-container .bottom .text p {
  margin: 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
}
footer .content .content-container .bottom ul {
  margin: 0;
  margin-left: -40px;
  position: relative;
}
footer .content .content-container .bottom ul li {
  display: inline-block;
  list-style: none;
}
footer .content .content-container .bottom ul li a {
  outline: 0;
  font-family: "Noto Sans";
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  padding-left: 20px;
}
footer .content .content-container .bottom ul li a:hover {
  text-decoration: none;
}
footer .content .content-container .bottom ul li .footer-tooltip {
  position: absolute;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  transition: all 300ms ease;
  padding: 3px 7px;
  top: -22px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.12px;
  opacity: 0;
  visibility: hidden;
}
footer .content .content-container .bottom ul li:hover .footer-tooltip {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  footer {
    height: 200px;
  }
  footer .content .content-container.desktop {
    display: none;
  }
  footer .content .content-container.mobile {
    display: block;
  }
  footer .content .content-container.mobile .top {
    display: flex;
    justify-content: space-between;
    text-align: start;
  }
  footer .content .content-container.mobile .top .top-left {
    width: 50%;
  }
  footer .content .content-container.mobile .top .top-left .logo img {
    width: 160px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
  }
  footer .content .content-container.mobile .top .top-right {
    width: 50%;
    text-align: right;
  }
  footer .content .content-container.mobile .top .top-right ul {
    margin: 0;
    padding-left: 0;
    position: relative;
    top: 1px;
  }
  footer .content .content-container.mobile .top .top-right ul li {
    display: inline-block;
    list-style: none;
  }
  footer .content .content-container.mobile .top .top-right ul li a {
    outline: 0;
    font-family: "Noto Sans";
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    padding-left: 20px;
  }
  footer .content .content-container.mobile .top .top-right ul li a:hover {
    text-decoration: none;
  }
  footer .content .content-container.mobile .bottom {
    text-align: start;
    flex-direction: column;
  }
  footer .content .content-container.mobile .bottom ul li a {
    padding-left: 0;
  }
  footer .content .content-container .bottom {
    width: 100%;
  }
  footer .content .content-container .bottom ul {
    margin: 0;
    padding: 0;
  }
  footer .content .content-container .bottom ul li {
    display: inline-block;
    list-style: none;
  }
  footer .content .content-container .bottom ul li a {
    outline: 0;
    font-family: "Noto Sans";
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
  footer .content .content-container .bottom ul li a:hover {
    text-decoration: none;
  }
  footer .content .content-container .bottom ul li span {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
  footer .content .content-container .bottom .text {
    margin: 0;
    margin-top: 20px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
  footer .container {
    padding: 0px 20px;
    width: 100%;
  }
}
footer.footer-version-1 {
  background: #000;
}
footer.footer-version-2 {
  background: #f0f0f0;
}
footer.footer-version-2 .content .content-container .top ul li a,
footer.footer-version-2 .content .content-container .top ul li span {
  color: #000;
}
footer.footer-version-2 .content .content-container .top .top-right ul li a {
  color: #000;
}
footer.footer-version-2 .content .content-container .bottom ul li a,
footer.footer-version-2 .content .content-container .bottom ul li span {
  color: #000;
}
footer.footer-version-2 .content .content-container .bottom .text {
  color: #000;
}
footer.footer-version-2 .content .content-container .bottom .text p {
  color: #000;
}
footer.footer-version-2 .content .content-container .left ul li a,
footer.footer-version-2 .content .content-container .left ul li span,
footer.footer-version-2 .content .content-container .right ul li a,
footer.footer-version-2 .content .content-container .right ul li span,
footer.footer-version-2 .content .content-container .middle ul li a,
footer.footer-version-2 .content .content-container .middle ul li span {
  color: #000;
}
footer.footer-version-2 .content .content-container .left .logo img,
footer.footer-version-2 .content .content-container .right .logo img,
footer.footer-version-2 .content .content-container .middle .logo img {
  filter: invert(100);
}
footer.footer-version-2 .content .content-container .left .text p,
footer.footer-version-2 .content .content-container .right .text p,
footer.footer-version-2 .content .content-container .middle .text p {
  color: #000;
}

.toggles {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  height: 22px;
  width: 45px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  transition: all 300ms ease;
}

.toggles.turn-on-dm {
  background-color: #000000;
}

.toggles.turn-on-dm div i {
  color: #ffffff;
}

.toggles.turn-off-dm {
  background-color: #ffffff;
}

.toggles.turn-off-dm div {
  flex-direction: row-reverse;
}

.toggles.turn-off-dm div i {
  color: #000000;
}

.toggles div {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 7px;
  width: 100%;
}

.toggles div .fa-circle {
  font-size: 16px;
}

.toggles div i {
  transition: all 1000ms ease;
  font-size: 13px;
}

.toggles div i.flip {
  transform: rotate(360deg);
}

img.dark-mode {
  display: none;
}

body.dark-mode {
  background-color: #000;
}

body.dark-mode p {
  color: #ffffff;
}

body.dark-mode a:hover {
  color: #ffffff;
}

body.dark-mode .sidebar ul li.active .sidebar-item {
  color: #ffffff !important;
}

body.dark-mode .sidebar-mobile ul li.active .sidebar-item-mobile {
  color: #ffffff !important;
}

body.dark-mode .sidebar-mobile {
  background: #000 !important;
}

body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6 {
  color: #ffffff;
}

body.dark-mode .grid-line {
  background-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .bottom-menubar {
  background: #000;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

body.dark-mode .bottom-menubar .bottom-bar-content .book-menu {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-mode .ow-logo {
  filter: brightness(0) invert(1);
}

body.dark-mode .logos-to-print .ow-logo {
  filter: none !important;
}

body.dark-mode .book-menu img {
  filter: brightness(0) invert(1);
}

body.dark-mode .book-menu-mobile img {
  filter: brightness(0) invert(1);
}

body.dark-mode button.btn-toggle-mode {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #000;
}

body.dark-mode .social-bar ul li a {
  background: #ffffff;
  color: #000000;
}

body.dark-mode .social-bar ul li a:hover {
  background: #2c6ef2;
}

body.dark-mode .social-bar ul li a img {
  filter: brightness(1) invert(1);
}

body.dark-mode .article-details {
  background-color: #0D0D0D;
}

body.dark-mode .popup-menu {
  background-color: #000000;
}

body.dark-mode .popup-menu .navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000000;
}

body.dark-mode .popup-menu .navigation .navigation-div .navigation-text a {
  color: #999999;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 3px solid #000000;
}

body.dark-mode .popup-menu .navigation .navigation-div .navigation-text a.active {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}

body.dark-mode .popup-menu .navigation .navigation-div .popup-menu-close-btn {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-mode .popup-menu .navigation .navigation-div .popup-menu-close-btn img {
  filter: brightness(1) invert(1);
}

body.dark-mode .person-description {
  color: #fff !important;
}

body.dark-mode img.light-mode {
  display: none;
}

body.dark-mode img.dark-mode {
  display: inline-block;
}

body.dark-mode .exhibit-image .exhibit-desktop.light-mode {
  display: none;
}

body.dark-mode .exhibit-image .exhibit-desktop.dark-mode {
  display: inline;
}

@media (max-width: 576px) {
  body.dark-mode .exhibit-image .exhibit-desktop.dark-mode {
    display: none;
  }
}
body.dark-mode .exhibit-image .exhibit-mobile.light-mode {
  display: none;
}

body.dark-mode .exhibit-image .exhibit-mobile.dark-mode {
  display: none;
}

body.dark-mode .light-mode-img {
  display: none;
}

body.dark-mode .dark-mode-img {
  display: block !important;
}

@media (max-width: 576px) {
  body.dark-mode .exhibit-image .exhibit-mobile.dark-mode {
    display: inline;
  }
}
body.dark-mode p.additional-text {
  color: #949494;
  margin-bottom: 0px;
}

body.dark-mode .author-email {
  color: #ffffff !important;
  text-decoration: underline;
}

body.dark-mode .author-email:hover {
  color: #ffffff;
}

body.dark-mode .item-centered-arrow {
  filter: brightness(1) invert(1);
}

body.dark-mode .popup-menu-mobile .popup-menu-mobile-content {
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-mode .popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item.active {
  background-color: rgba(255, 255, 255, 0.2);
}

body.dark-mode .popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-title.active {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}

body.dark-mode .download-item {
  border: 1px solid #333333;
  background-color: #000;
}

body.dark-mode .download-icon-report img {
  filter: brightness(1) invert(1);
}

body.dark-mode .download-card a {
  color: #ffffff;
}

body.dark-mode .download-container .download-wrapper-top .download-text-top a {
  color: #ffffff;
}

body.dark-mode .card-grid .card-container h4 {
  color: #ffffff;
}

body.dark-mode .card-grid .card-container p {
  color: #ffffff;
}

body.dark-mode .flourish-embed p {
  color: #ffffff !important;
}

.flourish-credit {
  display: none;
}

/* At screens over 1025px wide, adjust the width & position of the embed & captions to sit alongside each other */
/* Adjust these dimensions to change the width/proportion of captions vs. embed on the page  */
@media screen and (min-width: 1281px) {
  #my-wrapper-1 {
    /*margin-left: 35vw;*/
    width: 40vw;
  }
  #my-wrapper-2 {
    width: 40vw;
  }
  #my-wrapper-3 {
    width: 40vw;
  }
  .fl-scrolly-step {
    width: 25vw !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #my-wrapper-1 {
    width: 45vw;
  }
  #my-wrapper-2 {
    width: 45vw;
  }
  #my-wrapper-3 {
    width: 45vw;
  }
  .fl-scrolly-step {
    width: 33vw !important;
  }
}
@media screen and (max-width: 1024px) {
  .fl-scrolly-step {
    width: 60% !important;
  }
}
@media screen and (min-width: 2600px) {
  .fl-scrolly-step {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fl-scrolly-step {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .fl-scrolly-step {
    width: 75% !important;
    font-size: 12px;
  }
}
iframe {
  margin-top: 40px;
  /*height: calc(100vh - 50px)!important;*/
}

.fl-scrolly-step {
  color: #000000 !important;
  background-color: #FFFFFF !important;
  font-family: "Noto Sans" !important;
  font-size: 16px;
  border-radius: 0 !important;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px !important;
  border: solid 2px #DADADA;
  text-align: center !important;
}

.step {
  height: 80vh;
}

.fl-scrolly-step .blue-highlight {
  font-weight: 700;
}

#number-wrapper > .wrapper-inner > p > span {
  line-height: 92px;
}

.hide-text {
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.hide-text.fl-scrolly-step {
  border: none;
}

body {
  overflow-y: auto;
  margin: 0;
  background-color: #ffffff;
  color: #000000 !important; /*Moy addition*/
}

html {
  scroll-behavior: smooth;
}

.container-vol {
  width: 100%;
}

.container-vol8 {
  width: 100%;
  max-width: 1260px;
  position: relative;
}

.header-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media (max-width: 425px) {
  .header-div {
    height: 51px;
  }
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-width {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .nav-width {
    width: 100%;
  }
}

.main-cover {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-wording {
  position: absolute;
  top: 25%;
  width: 100%;
}

.main-banner h1, .main-banner h2 {
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  z-index: 3;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.main-banner h3 {
  font-family: "Noto Sans";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 425px) {
  .main-banner h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.main-banner h1 {
  font-size: 80px;
  width: 100%;
  line-height: 100px;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .main-banner h1 {
    max-width: 80%;
  }
}
@media (max-width: 1024px) {
  .main-banner h1 {
    font-size: 70px;
    line-height: 82px;
  }
}
@media (max-width: 768px) {
  .main-banner h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 577px) {
  .main-banner h1 {
    font-size: 42px;
    margin-top: 0rem;
    line-height: 44px;
    letter-spacing: -0.42px;
  }
}
.main-banner h2 {
  line-height: 28px;
}
@media (max-width: 425px) {
  .main-banner {
    max-height: 100vh;
  }
  .main-banner h2 {
    font-size: 18px;
  }
}

.main-cover.dark-mode {
  background: #000;
  opacity: 0.5;
}

.scroll-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 96;
}

.video-banner-btn {
  z-index: 95;
  height: auto;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 7%;
  padding: 0 50px;
}
@media (min-width: 1900px) {
  .video-banner-btn {
    padding: 0px 200px;
  }
}
@media (max-width: 768px) {
  .video-banner-btn {
    padding: 0 20px;
  }
}

#banner-video-play-btn {
  display: none;
  border-radius: 50% 50%;
  background-color: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer !important;
}
#banner-video-play-btn .play-icon {
  fill: #ffffff;
}
#banner-video-play-btn:hover {
  color: #000;
  background-color: #fff;
}
#banner-video-play-btn:hover .play-icon {
  fill: #000;
}

#banner-video-pause-btn {
  display: flex;
  background-color: #000;
  color: #fff;
  border-radius: 50% 50%;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer !important;
}
#banner-video-pause-btn .pause-icon {
  fill: #ffffff;
}
#banner-video-pause-btn:hover {
  color: #000;
  background-color: #fff;
}
#banner-video-pause-btn:hover .pause-icon {
  fill: #000;
}

a:focus {
  outline: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 99;
  background: transparent;
  display: flex !important;
  align-items: center;
  padding: 0px 50px;
  padding-top: 38px;
  transition: all 300ms ease;
}
@media (max-width: 768px) {
  header {
    height: 51px;
    padding: 0px 20px;
  }
}

@media (min-width: 1900px) {
  header {
    padding: 0px 200px;
  }
}
header.fixed {
  padding-top: 0px;
  background: #000;
}

header .logo {
  display: flex;
  align-items: center;
}

header .logo a {
  display: flex;
  align-items: center;
}

header .logo .ow-logo {
  width: auto;
  height: 25px;
}

@media (max-width: 576px) {
  header .logo .ow-logo {
    width: auto;
    height: 20px;
  }
}
#introduction {
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: white;
}
#introduction .content {
  width: 100%;
}
@media (max-width: 768px) {
  #introduction .content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #introduction {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #introduction h2 {
    margin-bottom: 30px !important;
  }
}
#introduction h2 {
  font-family: "MMC Display Condensed", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  margin-top: unset;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #introduction h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
#introduction p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
}
#introduction br {
  content: "";
  display: block;
  margin: 2rem 0;
}
#introduction .d-flex {
  display: flex;
  flex-direction: column;
}
#introduction .empty-space {
  margin: 10rem 0;
  display: block;
}

.section-container {
  margin: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: white;
}
.section-container .content {
  width: 100%;
  max-width: 780px;
}
@media (max-width: 1200px) {
  .section-container .content {
    max-width: 100%;
  }
}
.section-container h2 {
  font-family: "MMC Display Condensed", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 24px;
  margin-top: unset;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section-container h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.section-container h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.18px;
  margin-top: unset;
  margin-bottom: 20px;
  font-family: "Noto Sans"; /*Moy addition*/
  font-weight: 400; /*Moy addition*/
}
@media screen and (max-width: 768px) {
  .section-container h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-container h4 {
  font-family: "MMC Display Condensed", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: unset;
}
.section-container h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.16px;
}
.section-container p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
}
.section-container .video-title {
  font-family: "Noto Sans";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: unset;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-container .video-description {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
}
.section-container .exhibit-14-title {
  font-family: "Noto Sans";
  font-size: 17.5px !important;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0 !important;
  margin-top: 40px !important;
}
.section-container .exhibit-14-subtitle {
  font-family: "Noto Sans";
  font-size: 14px !important;
  line-height: 19.25px;
  padding-top: 7px;
  margin: 0;
  margin-top: -5px !important;
  margin-bottom: 30px !important;
}
.section-container .exhibit-14-source {
  font-family: "Noto Sans";
  font-size: 10.5px !important;
  padding-top: 9px;
}

.text-bold {
  font-weight: 700;
}

.text-20 {
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
}

.text-24 {
  font-family: "Noto Sans";
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
}

.text-48 {
  font-family: "Noto Sans";
  font-size: 48px !important;
  line-height: 54px !important;
  font-weight: 700 !important;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-top: 60px;
}

.thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 700ms ease;
}

.thumbnail .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  background: #2c6ef2;
  display: flex;
  justify-content: center;
}
.thumbnail .play-button img {
  align-self: center;
  width: 16.11px;
  height: 20.24px;
}

.thumbnail .watch-button {
  position: absolute;
  width: 71px;
  height: 30px;
  right: 0px;
  bottom: 0px;
  background: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 2px;
  gap: 8px;
}
.thumbnail .watch-button span {
  font-family: "Noto Sans";
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.thumbnail:hover img {
  transform: scale(1.2);
}

.thumbnail-overlay {
  position: absolute;
  width: 901px;
  height: 587px;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.32%, rgba(0, 0, 0, 0.41) 89.57%);
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  .video-container {
    display: block;
  }
}

.video-container .close-icon {
  position: absolute;
  top: 10%;
  right: 9%;
  width: 41px;
  height: 41px;
  font-size: 31px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.video-container .close-icon:hover {
  color: #000;
}

.video-container .video-iframe {
  width: 901px;
  height: 587px;
  transform: scale(0);
  outline: none;
  transition: all 0.3s;
}

.video-container.show {
  pointer-events: all;
  opacity: 1;
}

.video-container.show .video-iframe {
  transform: scale(1);
}

.sidebar {
  position: fixed;
  z-index: 3;
  margin-top: 124px;
  margin-left: 50px;
  transition: 0.3s opacity linear;
  opacity: 1;
  display: none;
}
.sidebar li {
  list-style-type: none;
  height: 40px;
}
@media (min-width: 1900px) {
  .sidebar {
    margin-left: 200px;
  }
}

.sidebar-list {
  max-width: 200px;
  scroll-behavior: smooth;
  padding: unset;
}

.sidebar ul li.active .sidebar-item {
  color: #000 !important;
  text-decoration: underline;
}

.sidebar-item {
  color: #949494;
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.sidebar-item:hover {
  color: #000;
  text-decoration: underline;
}

.sidebar.hide {
  opacity: 0;
}

.main {
  width: 100%;
}

.sticky {
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -7;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .sticky {
    height: 500px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-position: center !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .sticky {
    height: 500px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-position: center !important;
  }
}
@media screen and (max-width: 576px) {
  .sticky {
    height: 600px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-position: center;
  }
}

.wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (max-width: 1024px) {
  .main {
    padding-top: 30px !important;
  }
}
@media (min-width: 1367px) {
  .sidebar-mobile {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .sidebar-list-mobile {
    scroll-behavior: smooth;
  }
  .sidebar-mobile ul li.active .sidebar-item-mobile {
    color: #000 !important;
    text-decoration: underline;
  }
  .sidebar-item-mobile {
    color: #949494;
    font-family: "Noto Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
  }
  .sidebar-item-mobile:focus {
    color: #949494;
  }
  .section-container {
    width: 100%;
    padding: 40px 50px;
    position: relative;
  }
  .sidebar-mobile ul {
    padding-left: 30px;
  }
  .wrapper {
    flex-direction: column;
    padding-top: 0;
  }
  .main {
    width: 100%;
    margin-left: 0;
  }
  .sidebar {
    display: none !important;
  }
  .sidebar-mobile {
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
    height: -webkit-fill-available;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    max-width: -webkit-fill-available;
    position: -webkit-sticky;
    position: sticky;
    background: white;
  }
  .sidebar-mobile ul li {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px 20px;
  }
  .sidebar-list-mobile {
    white-space: nowrap;
  }
  .sidebar-mobile {
    top: 60px;
    height: 50px !important;
    overflow-y: hidden;
    z-index: 8;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-mobile {
    top: 51px;
  }
}
@media (max-width: 768px) {
  .sidebar-mobile ul {
    padding-left: 0px;
  }
  .section-container {
    padding: 40px 20px;
  }
}
.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  justify-content: space-between;
}
.card-grid .card-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-decoration: none;
}
.card-grid .card-container h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.card-grid .card-container p {
  margin-top: unset;
  margin-bottom: unset;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #565656;
}
.card-grid .card-container:hover h4 {
  color: #2c6ef2;
}
@media (max-width: 577px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.download-card {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.download-container {
  margin-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  color: #000;
}
.download-container .download-cover {
  display: block;
  padding-right: 1.5rem;
  max-width: 140px;
}
.download-container .download-cover img {
  max-width: 140px;
  border: none;
  margin: 0;
  height: auto;
  width: 100%;
}
.download-container .download-wrapper-top {
  width: 60%;
  position: relative;
}
.download-container .download-wrapper-top .download-text-secondary {
  line-height: initial;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Noto Sans";
  font-weight: 400;
  line-height: 22px;
}
.download-container .download-wrapper-top .download-text-top a {
  color: black;
  text-decoration: none;
}
.download-container .download-wrapper-top .download-the-report-link {
  position: absolute;
  bottom: 0;
  display: flex;
}
.download-container .download-wrapper-top .download-text-secondary {
  font-family: "Noto Sans";
}
.download-container .download-icon-report {
  margin-right: 1.5rem;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
.download-container .download-icon-report img {
  border: 0;
  width: 24px;
  height: 24px;
}
.download-container .download-main-title {
  font-family: "MMC Display Condensed", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
}
.download-container .download-report-wording {
  display: inline-flex;
  margin-top: 10px;
  margin-right: 20px;
}
.download-container .download-report-wording a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.16px;
  color: #000;
}
@media (max-width: 577px) {
  .download-container .download-report-wording a {
    font-size: 14px;
  }
}

.divider {
  border: 1px solid #BCBCBC;
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
  max-width: 780px;
}
@media (max-width: 1024px) {
  .divider {
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .section-container .content .exhibit-14 {
    overflow-x: scroll;
    padding-bottom: 30px;
  }
  .section-container .content .exhibit-14 img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .section-container .content .exhibit-14-title {
    font-size: 12.5px !important;
    line-height: 17px;
  }
  .section-container .content .exhibit-14-subtitle {
    font-size: 10px !important;
    line-height: 14px;
    margin-top: 5px;
  }
  .section-container .content .exhibit-14-source {
    font-size: 7.5px !important;
    padding-top: 6px;
  }
}
.ex-link {
  color: #2C6EF2;
  cursor: pointer;
}
.ex-link:hover {
  color: #000;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */