.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;
  text-align: right;
}
footer .content .content-container .top ul li {
  display: inline-block;
  list-style-type: none;
  padding-left: 10px;
}
footer .content .content-container .top .social-icons {
  display: flex;
}
footer .content .content-container .top .social-icons li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: all 300ms ease;
  outline: 0;
}
footer .content .content-container .top .social-icons li a:hover {
  background: #2c6ef2;
}
footer .content .content-container .top .social-icons li a img {
  width: unset;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
footer .content .content-container .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  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;
  transition: all 300ms ease;
}
footer .content .content-container .bottom ul li a:hover {
  text-decoration: none;
  color: #2c6ef2;
}
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;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  footer .content .content-container.mobile .top .top-left {
    width: 100%;
  }
  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: 100%;
    margin-bottom: 20px;
  }
  footer .content .content-container.mobile .top .top-right .social-icons-mobile {
    display: flex;
    justify-content: center;
  }
  footer .content .content-container.mobile .top .top-right .social-icons-mobile li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all 300ms ease;
    outline: 0;
  }
  footer .content .content-container.mobile .top .top-right .social-icons-mobile li a:hover {
    background: #2c6ef2;
  }
  footer .content .content-container.mobile .top .top-right .social-icons-mobile li a img {
    width: unset;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
  }
  footer .content .content-container.mobile .top .top-right ul {
    margin: 0;
    padding-left: 0;
  }
  footer .content .content-container.mobile .top .top-right ul li {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    padding-right: 10px;
  }
  footer .content .content-container.mobile .top .top-right ul li:last-child {
    padding-right: 0;
  }
  footer .content .content-container.mobile .bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  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;
}

.dashboard {
  padding: 10px;
}
@media (max-width: 576px) {
  .dashboard {
    padding: 0 !important;
  }
  .dashboard .grid {
    margin: 0;
  }
  .dashboard .five--columns, .dashboard .three--columns, .dashboard .twelve--columns {
    padding: 0 !important;
  }
}

.divider-50 {
  width: 50%;
}

.map {
  padding: 0;
}

.map .col-label,
.map .col,
.map .yearPrev,
.map .yearNext {
  min-height: 30px;
  float: left;
  white-space: normal;
  border: 1px solid #fff;
  font-size: 1.45rem;
}

.map .col {
  width: 20%;
  min-width: 20%;
  letter-spacing: 0.0001em;
}

.map .col .item,
.map .col .year {
  min-height: 28px;
}

.map .col-label {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .map .col-label {
    width: 25%;
  }
  .row[indicator="Incoming Orders"] .col-label,
.row[indicator=Production] .col-label,
.row[indicator=EBIT] .col-label {
    padding-left: 20px;
  }
  .tooltiptext .year {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .row > div, .map > div {
    padding: 0;
  }
  .map .col .item, .map .col .year {
    min-height: 25px;
  }
  .yearPrev, .timeLabel, .yearNext {
    width: 33.33%;
    margin-top: 10px;
  }
  .times {
    text-align: center;
  }
}
@media screen and (min-width: 510px) and (max-width: 768px) {
  .controls > .three--columns {
    width: 33%;
  }
  .controls > .five--columns {
    width: 66%;
  }
}
.map .col .year {
  text-align: center;
  font-weight: bold;
}

.map .yearPrev,
.map .yearNext {
  font-weight: bold;
  font-size: 2rem;
}

.timeLabel {
  float: left;
  text-align: center;
  font-weight: bold;
}

.map .yearNext {
  text-align: right;
}

span.previous:hover,
span.next:hover {
  cursor: pointer;
}

span.previous.inactive,
span.next.inactive {
  display: none;
}

span.next {
  margin-left: 95%;
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 14px solid #555;
  border-bottom: 7px solid transparent;
}

span.previous {
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 14px solid #555;
  border-bottom: 7px solid transparent;
}

.divider-25 .item {
  width: 25%;
  border: 1px solid #fff;
  background: red;
  min-height: 28px;
  float: left;
}

.region input {
  margin-left: 10px;
  margin-right: 15px;
}

.controls .heading {
  text-transform: uppercase;
  margin: 10px 0;
}

.segment select {
  min-width: 175px;
  max-width: 300px;
  border: 1px solid #e0e0e0;
  padding: 2px 0px;
}

.region .button-container .button {
  float: left;
  padding: 5px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fcfcfc;
  transition: background 0.5s ease;
}

.region .button-container .button.selected {
  background: #4c4c4c;
  color: #fff;
  cursor: pointer;
}

.region .button-container .button:hover {
  cursor: pointer;
}

.region .button-container .button:last-of-type {
  border-right: 1px solid #e0e0e0;
}

.region .button-container {
  display: block;
  min-height: 40px;
}

.table-wrap {
  padding: 10px;
  background: #efefef;
  border-radius: 15px;
  max-width: 310px;
}

table.test td {
  background: #000;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid #fff;
}

.indicator table td,
.indicator table th {
  padding: 4px;
  font-size: 1.2rem;
  text-align: left;
  text-transform: uppercase;
}

.col {
  min-height: 30px;
}

.col-label {
  padding-top: 5px;
}

.col-label span {
  border-bottom: 1px dashed #ccc;
  font-size: 1.45rem;
}

.col-label span:hover {
  cursor: help;
}

.row[indicator="OW Lead Indicator"] .col-label,
.row[indicator="OW Lead Indicator"] .col,
.row[indicator="Customer Industry Financials"] .col-label,
.row[indicator="Customer Industry Financials"] .col,
.row[indicator="Business Confidence"] .col-label,
.row[indicator="Business Confidence"] .col {
  padding-bottom: 10px;
}

.row {
  clear: both;
}

.item {
  transition: background 0.5s ease;
}

.item[value="n.a."] {
  background: #ddd;
}

.item[value="1"],
.legend .unit:nth-of-type(1) {
  background: #51bd59;
}

.item[value="2"],
.legend .unit:nth-of-type(2) {
  background: #6ebd77;
}

.item[value="3"],
.legend .unit:nth-of-type(3) {
  background: #8cc779;
}

.item[value="4"],
.legend .unit:nth-of-type(4) {
  background: #ebe67d;
}

.item[value="5"],
.legend .unit:nth-of-type(5) {
  background: #fbdc7c;
}

.item[value="6"],
.legend .unit:nth-of-type(6) {
  background: #f4c573;
}

.item[value="7"],
.legend .unit:nth-of-type(7) {
  background: #f4a173;
}

.item[value="8"],
.legend .unit:nth-of-type(8) {
  background: #f1846d;
}

.item[value="9"],
.legend .unit:nth-of-type(9) {
  background: #ef6869;
}

.item[value="10"],
.legend .unit:nth-of-type(10) {
  background: #ee5152;
}

.item:hover {
  cursor: pointer;
}

.legend span {
  width: 50%;
  float: left;
  font-size: 1rem;
  margin-top: 5px;
}

.legend span:nth-of-type(2) {
  text-align: right;
}

.legend .unit {
  background: black;
  width: 10%;
  min-height: 25px;
  float: left;
  border: 1px solid #fff;
}

.legend .unit:first-of-type {
  border-radius: 10px 0 0 10px;
}

.legend .unit:last-of-type {
  border-radius: 0 10px 10px 0;
}

.scale {
  padding: 0 10px;
  width: 33% !important;
}
@media (max-width: 768px) {
  .scale {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .scale {
    padding: 0 !important;
  }
}

.tooltiptext {
  visibility: hidden;
  background-color: rgba(76, 76, 76, 0.9);
  color: #fff;
  border-radius: 6px;
  padding: 10px;
}

.item:hover .tooltiptext,
.col-label:hover .tooltiptext {
  visibility: visible;
}

.item .tooltiptext {
  width: 135px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin-top: 25px;
  margin-left: -50px;
}
@media (max-width: 576px) {
  .item .tooltiptext {
    width: 100px;
  }
}

.col-label .tooltiptext {
  width: 300px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin-top: -20px;
  margin-left: 150px;
}
.col-label .tooltiptext p {
  font-size: 14.5px;
  line-height: 22px;
}

.item .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.col-label .tooltiptext::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0%;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.col-label .tooltiptext p,
.col-label .tooltiptext ul {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .col-label .tooltiptext {
    width: 300px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top: 25px;
    margin-left: 0px;
  }
  .item .tooltiptext {
    margin-left: 0px;
  }
  .item .tooltiptext::after, .col-label .tooltiptext::after {
    border: none;
  }
}
.dashboard-title {
  background: #4c4c4c;
  color: #fff;
  text-transform: uppercase;
  padding: 8rem 1rem 1rem 1rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
}

.dashboard-title h2 {
  margin: 0 !important;
  line-height: 3rem !important;
  font-weight: 700 !important;
  font-size: 39px !important;
}

.dashboard-title h3 {
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 3rem !important;
  margin: 1rem 0 !important;
}

.times > .time-button {
  border: 1px solid #e0e0e0;
  color: #4c4c4c;
  padding: 3px 5px;
  transition: background 0.5s;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.times > .time-button {
  margin-right: 5px;
}

.times > .time-button:hover {
  background: #4c4c4c;
  color: #fff;
  cursor: pointer;
}

.mmc-headings-xxl {
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 74px;
  text-transform: uppercase;
  font-feature-settings: "clig" off, "liga" off;
}

.mmc-headings-xl {
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 66px;
  text-transform: uppercase;
  font-feature-settings: "clig" off, "liga" off;
}

.mmc-headings-l {
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  font-feature-settings: "clig" off, "liga" off;
}

.mmc-headings-xs {
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  font-feature-settings: "clig" off, "liga" off;
}

.mmc-headings-xxxxs {
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  font-feature-settings: "clig" off, "liga" off;
}

@media screen and (max-width: 834px) {
  .mmc-headings-mobile-xxl {
    font-family: "MMC Display Condensed", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    font-feature-settings: "clig" off, "liga" off;
  }
  .mmc-headings-mobile-m {
    font-family: "MMC Display Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    font-feature-settings: "clig" off, "liga" off;
  }
  .mmc-headings-mobile-s {
    font-family: "MMC Display Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    font-feature-settings: "clig" off, "liga" off;
  }
  .mmc-headings-mobile-xs {
    font-family: "MMC Display Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    font-feature-settings: "clig" off, "liga" off;
  }
  .mmc-headings-mobile-xxs {
    font-family: "MMC Display Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-feature-settings: "clig" off, "liga" off;
  }
  .mmc-headings-mobile-xxxxs {
    font-family: "MMC Display Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    font-feature-settings: "clig" off, "liga" off;
  }
}
.noto-headings-l {
  font-family: "Noto Sans";
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.noto-headings-m {
  font-family: "Noto Sans";
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.noto-headings-s {
  font-family: "Noto Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.noto-headings-xs {
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.body-xl {
  font-family: "Noto Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.body-l {
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.body-m {
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.body-s {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.body-xs {
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.body-xxs {
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.body-xxxs {
  font-family: "Noto Sans";
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.text-center {
  text-align: center;
}

body {
  overflow-y: auto;
  margin: 0;
  background-color: #ffffff;
  color: #000 !important;
}

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%;
}
@media (max-width: 834px) {
  .content-wording {
    top: 25%;
    left: 0;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .content-wording {
    padding: 0 10px;
  }
}

.main-banner {
  position: relative;
  max-height: 100vh;
}
.main-banner h1, .main-banner h2 {
  color: #ffffff;
  z-index: 3;
}
.main-banner h1 {
  width: 100%;
  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: 834px) {
  .main-banner h1 {
    font-size: 42px;
    margin-top: 0rem;
    line-height: 44px;
    max-width: 779px;
  }
}
@media (max-width: 577px) {
  .main-banner h1 {
    font-size: 40px;
    margin-top: 0rem;
    line-height: 42px;
    letter-spacing: -0.42px;
    max-width: 334px;
  }
}
@media (max-width: 834px) {
  .main-banner h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .main-banner {
    max-height: 100vh;
  }
  .main-banner h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.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: 834px) {
  .video-banner-btn {
    padding: 0 27px;
  }
}
@media (max-width: 768px) {
  .video-banner-btn {
    padding: 0 20px;
  }
}

#banner-video-play-btn {
  display: none;
  border-radius: 50% 50%;
  background-color: #ffffff;
  color: #000;
  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: #000;
}
#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: #ffffff;
  color: black;
  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: #000;
}
#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: 834px) {
  header {
    padding: 0px 27px;
  }
}
@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: 80px;
  padding-bottom: 80px;
  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-bottom: 20px;
  }
  #introduction h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 450px) {
  #introduction {
    padding-bottom: 56px;
  }
}
#introduction h2 {
  font-family: "Noto Sans";
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  margin-top: unset;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  #introduction h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}
#introduction p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
#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: 80px;
  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: "Noto Sans";
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 24px;
  margin-top: unset;
}
@media screen and (max-width: 834px) {
  .section-container h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
}
.section-container h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-top: unset;
  margin-bottom: 24px;
  font-family: "Noto Sans"; /*Moy addition*/
}
@media screen and (max-width: 834px) {
  .section-container h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
}
.section-container h4 {
  font-family: "MMC Display Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
  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: 26px;
}
.section-container iframe {
  margin-top: 32px;
  margin-bottom: 24px;
}
.section-container .exhibit-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.section-container .exhibit-subtitle {
  font-size: 16px;
  line-height: 22px;
}
.section-container .source-footnote {
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.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-18 {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
}

.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-22 {
  margin-bottom: 22px;
}

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

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

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

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

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

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

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

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

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

.mt-24 {
  margin-top: 24px !important;
}

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

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

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

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

.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-left: 50px;
  transition: 0.3s opacity linear;
  opacity: 1;
  display: none;
  height: 100vh;
  justify-content: space-between;
  flex-direction: column;
}
.sidebar li {
  list-style-type: none;
  height: 40px;
}
@media (min-width: 1900px) {
  .sidebar {
    margin-left: 200px;
  }
}

.sidebar-list {
  max-width: 240px;
  scroll-behavior: smooth;
  padding: unset;
  margin-top: 120px;
}

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

.sidebar-item {
  color: #707070;
  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: 1450px) 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: 1450px) 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 (min-width: 1451px) {
  .sidebar-mobile {
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  .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;
  }
  .sidebar-item-mobile:hover {
    color: #2c6ef2;
  }
  .section-container {
    width: 100%;
    padding: 40px 50px;
    position: relative;
  }
  #introduction .content {
    margin-top: 40px;
  }
  .sidebar-mobile ul {
    padding-left: 30px;
  }
  .wrapper {
    flex-direction: column;
    padding-top: 0;
  }
  .main {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  .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: 834px) {
  .sidebar-mobile ul {
    padding-left: 7px;
  }
  .section-container {
    padding: 40px 27px;
  }
}
@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: 40px;
       column-gap: 40px;
  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;
  transition: all 300ms ease;
}
.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: 56px;
  display: flex;
  flex-flow: row nowrap;
  color: #000;
}
.download-container .download-cover {
  display: block;
  padding-right: 1.5rem;
  max-width: 150px;
}
.download-container .download-cover img {
  max-width: 150px;
  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-family: "Noto Sans";
  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: 1200px) {
  .divider {
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .section-container .content .exhibit-14 {
    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;
  }
  #introduction .content {
    margin-top: 32px;
  }
}
.ex-link {
  color: #2C6EF2;
  cursor: pointer;
}
.ex-link:hover {
  color: #000;
  text-decoration: underline;
}

.social-bar {
  margin-bottom: 60px;
}
.social-bar ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  list-style-position: outside;
  padding: 0;
}
.social-bar ul li {
  list-style-type: none;
  margin-bottom: 16px;
  position: relative;
}
.social-bar ul li:last-child {
  margin-bottom: 0;
}
.social-bar ul li a {
  cursor: pointer;
  outline: 0;
  background: black;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: all 300ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.social-bar ul li a:hover {
  background: #2c6ef2;
}
.social-bar ul li .copy-notification {
  position: absolute;
  background: white;
  color: black;
  font-family: "Noto Sans";
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 10px;
  left: 45px;
  top: 5px;
  border: 1px solid #dadada;
  white-space: nowrap;
  display: none;
}

.social-bar-mobile {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 40px;
}
@media (max-width: 834px) {
  .social-bar-mobile {
    left: 27px;
  }
}
@media (max-width: 768px) {
  .social-bar-mobile {
    left: 20px;
  }
}
.social-bar-mobile ul {
  display: flex;
  margin: 0;
  list-style-position: outside;
  padding: 0;
}
.social-bar-mobile ul li {
  list-style-type: none;
  padding-right: 16px;
  position: relative;
}
.social-bar-mobile ul li:last-child {
  padding-right: 0;
}
.social-bar-mobile ul li a {
  cursor: pointer;
  outline: 0;
  background: black;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: all 300ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.social-bar-mobile ul li a:hover {
  background: #2c6ef2;
}
.social-bar-mobile ul li .copy-notification {
  position: absolute;
  background: white;
  color: black;
  font-family: "Noto Sans";
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 10px;
  left: 45px;
  top: 5px;
  border: 1px solid #dadada;
  white-space: nowrap;
  display: none;
}

@media (max-width: 1450px) {
  .social-bar-mobile {
    display: block;
  }
}
.picture-for-print {
  display: none;
}

.just-for-print {
  display: none;
  position: relative;
}

.just-for-print p {
  margin: 0px;
}

.download-flex {
  display: flex;
}

.pl-10 {
  padding-left: 10px;
}

.no-break {
  white-space: nowrap;
}

.ow-ol {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

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

.section-img-container {
  margin: 32px 0 24px 0;
}

.download-the-report-link {
  display: flex;
}
@media (max-width: 576px) {
  .download-the-report-link {
    display: none;
  }
}

.download-btn {
  padding: 10px 20px;
  color: #000;
  background-color: #ffffff;
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 300ms ease;
}
.download-btn:hover {
  color: #000;
}

.big-quote {
  font-family: "MMC Display Condensed", sans-serif;
  font-weight: bold;
  font-size: 120px;
  line-height: 122px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  text-align: left;
}

.quote-container {
  max-width: 980px;
}
.quote-container h4 {
  text-transform: unset;
  margin-top: -50px;
  margin-bottom: 0px;
  font-family: "Noto Sans";
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}
.quote-container p {
  text-align: end;
}

.sup-number {
  font-size: 12px;
  font-weight: 400;
  top: -0.4em !important;
}

#video-banner {
  display: block;
}

@media (max-width: 576px) {
  #video-banner {
    display: none;
  }
}
#video-banner-mobile {
  display: none;
}

@media (max-width: 576px) {
  #video-banner-mobile {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */