header {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 10;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  border-bottom: solid 1px #ffffff;
}
header.fixed {
  position: fixed;
  height: 60px;
  background: #ffffff;
}
header.fixed .progress-bar-text {
  color: #000000;
}
header.fixed .header-layout .download a {
  color: #ffffff;
  background: #202020;
}
header .progress-bar {
  position: absolute;
  bottom: -1px;
  display: block;
  width: 0%;
  height: 2px;
  background: #202020;
}
header .progress-bar-text {
  position: absolute;
  display: inline-block;
  color: #fff;
  bottom: -25px;
  left: 2.5%;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
header .progress-bar-text .number-percentage {
  position: relative;
  left: 5px;
}
header .header-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 95%;
  height: inherit;
  margin: 0 auto;
}
header .header-layout .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
header .header-layout .logo a {
  display: block;
}
header .header-layout .logo a img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 3px;
}
header .header-layout .logo a img.cdp-logo {
  width: 70px;
}
header .header-layout .logo a img.ow-logo {
  width: 150px;
}
header .header-layout .download a {
  color: #000000;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-decoration: none;
  display: block;
  background: #ffffff;
  padding: 10px 15px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
@media (max-width: 768px) {
  header .header-layout {
    width: 100%;
    padding: 0 20px;
  }
}

.footer-container {
  width: 95%;
  max-width: 2000px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .footer-container {
    padding: 0 10px;
  }
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 36px;
  padding-bottom: 36px;
}
footer .content .content-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 95%;
  margin: 0 auto;
}
footer .content .content-container.mobile {
  display: none;
}
footer .content .content-container .left {
  width: 33.333%;
}
footer .content .content-container .left .logo {
  display: flex;
  gap: 20px;
}
footer .content .content-container .left .logo img {
  width: 132px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  margin-bottom: 30px;
}
footer .content .content-container .left .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 .middle {
  width: 33.333%;
  text-align: center;
}
footer .content .content-container .middle ul {
  margin: 0;
  margin-left: -40px;
  position: relative;
}
footer .content .content-container .middle ul li {
  display: inline-block;
  list-style: none;
}
footer .content .content-container .middle 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;
}
footer .content .content-container .middle ul li a:hover {
  text-decoration: none;
  color: #09f;
}
footer .content .content-container .middle 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;
  padding: 0 3px;
  position: relative;
  top: -1px;
}
footer .content .content-container .right {
  width: 33.333%;
  text-align: right;
}
footer .content .content-container .right ul {
  margin: 0;
  margin-left: -40px;
  position: relative;
}
footer .content .content-container .right ul li {
  display: inline-block;
  list-style: none;
}
footer .content .content-container .right 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 .right ul li a:hover {
  text-decoration: none;
  color: #09f;
}
footer .content .content-container .right 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 .right ul li:hover .footer-tooltip {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  footer .content .content-container.desktop {
    display: none;
  }
  footer .content .content-container.mobile {
    display: block;
  }
  footer .content .content-container.mobile .top {
    width: 100%;
  }
  footer .content .content-container.mobile .top ul {
    margin: 0;
  }
  footer .content .content-container.mobile .top ul li {
    display: inline-block;
    list-style: none;
  }
  footer .content .content-container.mobile .top 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;
  }
  footer .content .content-container.mobile .top ul li a:hover {
    text-decoration: none;
    color: #09f;
  }
  footer .content .content-container.mobile .top .top-left {
    width: 50%;
  }
  footer .content .content-container.mobile .top .top-left .logo img {
    width: 131px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
    position: relative;
    top: 3px;
  }
  footer .content .content-container.mobile .top .top-right {
    width: 50%;
    text-align: right;
  }
  footer .content .content-container.mobile .top .top-right ul {
    margin: 0;
    margin-left: -40px;
    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;
    color: #09f;
  }
  footer .content .content-container .bottom {
    width: 100%;
  }
  footer .content .content-container .bottom ul {
    margin: 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;
    color: #09f;
  }
  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;
  }
}
@media (max-width: 576px) {
  footer .content .content-container {
    width: 100%;
  }
  footer .content .content-container.mobile .top .top-left .logo img {
    width: 108px;
    height: 31px;
  }
}
footer.footer-version-1 {
  background: #202020;
}
footer.footer-version-2 {
  background: #f2f2f2;
}
footer.footer-version-2 .content .content-container .top .top-left .logo img {
  filter: invert(100);
}
footer.footer-version-2 .content .content-container .top .top-right ul li a {
  color: #000000;
}
footer.footer-version-2 .content .content-container .bottom ul li a,
footer.footer-version-2 .content .content-container .bottom ul li span {
  color: #000000;
}
footer.footer-version-2 .content .content-container .bottom .text {
  color: #000000;
}
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: #000000;
}
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;
}
footer.no-logo {
  height: 80px;
}
@media (max-width: 1024px) {
  footer.no-logo {
    height: 150px;
  }
  footer.no-logo .content .content-container.mobile .top .top-left {
    display: none;
  }
  footer.no-logo .content .content-container.mobile .top .top-right {
    margin-bottom: 20px;
    text-align: left;
  }
  footer.no-logo .content .content-container.mobile .top .top-right ul li a {
    padding-left: unset;
    padding-right: 20px;
  }
}

.container {
  width: 1000px;
  max-width: 2000px;
  margin: 0 auto;
}

.container-header {
  width: 95%;
  height: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .container-header {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .container {
    padding: 0px 20px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0px 10px;
  }
}
.hamburger {
  padding: 5px 15px;
  display: block;
  position: absolute;
  top: 23px;
  right: 7px;
  z-index: 1000;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transform: scale(0.6);
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media (max-width: 576px) {
  .hamburger {
    top: 8px;
    right: -3px;
  }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 0px;
  height: 24px;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -10px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.color-override .hamburger-inner,
.color-override .hamburger-inner::before,
.color-override .hamburger-inner::after {
  background-color: #000;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -12px;
}

.hamburger-inner::after {
  bottom: -12px;
}

/*
     * Spin
     */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sidebar {
  position: fixed;
  z-index: 3;
  top: 150px;
  left: 4.8%;
  transition: 0.3s opacity linear;
  opacity: 0;
  display: flex;
  height: 100vh;
  justify-content: space-between;
  flex-direction: column;
}
.sidebar li {
  list-style-type: none;
  margin-bottom: 20px;
}
@media (min-width: 1900px) {
  .sidebar {
    margin-left: 200px;
  }
}

.sidebar-list {
  max-width: 240px;
  scroll-behavior: smooth;
  padding: unset;
  margin-top: 120px;
}
@media (max-width: 1400px) {
  .sidebar-list {
    max-width: 200px;
  }
}

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

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

.wrapper {
  width: 100%;
}

@media (min-width: 1201px) {
  .sidebar-mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar-list-mobile {
    scroll-behavior: smooth;
  }
  .sidebar-mobile ul li.active .sidebar-item-mobile {
    color: #000000 !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;
  }
  #introduction .content {
    margin-top: 40px;
  }
  .sidebar-mobile ul {
    padding-left: 30px;
    padding-top: 12px;
  }
  .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;
  }
}
.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;
  opacity: 0;
}
@media (max-width: 1350px) {
  .section-container .content {
    max-width: 670px;
  }
}
@media (max-width: 1200px) {
  .section-container .content {
    max-width: 100%;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .section-container {
    padding: 0 30px;
    padding-top: 60px;
  }
}
.section-container h2 {
  color: #000000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 103.846% */
  text-transform: uppercase;
  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 {
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 70px;
  margin-bottom: 30px;
  font-family: "Noto Sans"; /*Moy addition*/
}
.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, .section-container li {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #202020;
}
.section-container i {
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
}
.section-container a {
  color: #202020;
}
.section-container iframe {
  margin-top: 32px;
  margin-bottom: 24px;
}
.section-container .exhibit-container {
  margin-top: 48px;
  margin-bottom: 48px;
}
.section-container .exhibit-title {
  color: #202020;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
.section-container .exhibit-subtitle {
  margin-top: 10px;
  color: #202020;
  font-family: "Noto Sans";
  font-size: 18px;
  line-height: 150%;
}
.section-container .source-footnote {
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(32, 32, 32, 0.95);
}
.section-container ul {
  margin-left: 18px;
}
.section-container ul li {
  padding-left: 25px;
}
.section-container .section-img-container {
  margin: 32px 0 24px 0;
}

.modal-content {
  color: #202020;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.modal-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  opacity: 0;
  visibility: hidden;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.content-modal {
  position: relative;
}
.content-modal .content-parent {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  width: 800px;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 100vh;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transform: translateX(1000px);
}
.content-modal .content-parent.active {
  z-index: 10000;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.content-modal .content-parent .content-main {
  display: none;
}
.content-modal .content-parent .content-main .case-study-black-bar {
  background: #202020;
  padding: 50px;
}
@media (max-width: 768px) {
  .content-modal .content-parent .content-main .case-study-black-bar {
    padding: 30px 20px;
  }
}
.content-modal .content-parent .content-main .case-study-black-bar .case-study-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-modal .content-parent .content-main .case-study-black-bar .case-study-black-bar-category-title {
  color: #fff;
  font-family: "MMC Display Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.14px;
  margin-bottom: 5px;
}
.content-modal .content-parent .content-main .case-study-black-bar .case-study-black-bar-main-title {
  color: #fff;
  font-family: "MMC Display Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
}
.content-modal .content-parent .content-main .case-study-black-bar .case-study-black-bar-sector-title {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 30px;
}
.content-modal .content-parent .content-main .case-study-pink-bar {
  background: rgb(181, 52, 110);
  padding: 50px;
}
@media (max-width: 768px) {
  .content-modal .content-parent .content-main .case-study-pink-bar {
    padding: 30px 20px;
  }
}
.content-modal .content-parent .content-main .case-study-pink-bar .case-study-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-modal .content-parent .content-main .case-study-pink-bar .case-study-black-bar-category-title {
  color: #fff;
  font-family: "MMC Display Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.14px;
  margin-bottom: 5px;
}
.content-modal .content-parent .content-main .case-study-pink-bar .case-study-black-bar-main-title {
  color: #fff;
  font-family: "MMC Display Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
}
.content-modal .content-parent .content-main .case-study-pink-bar .case-study-black-bar-sector-title {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 30px;
}
.content-modal .content-parent .content-main .image img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Moy's addition */
}
@media (max-width: 576px) {
  .content-modal .content-parent .content-main .image img {
    height: 200px;
  }
}
.content-modal .content-parent .content-main .case-study-content {
  padding: 50px;
}
@media (max-width: 768px) {
  .content-modal .content-parent .content-main .case-study-content {
    padding: 30px 20px;
  }
}
.content-modal .content-parent .content-main.active {
  display: block;
}
.content-modal .content-parent .close-btn {
  position: -webkit-sticky;
  position: sticky;
  float: right;
  top: 20px;
  right: 20px;
  z-index: 1002;
}
.content-modal .content-parent .close-btn img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(78%) sepia(0%) saturate(823%) hue-rotate(169deg) brightness(106%) contrast(103%);
}
.content-modal.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .content-modal .content-parent {
    width: 100%;
  }
}

.modal-display.flex-true {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 13px;
}
.modal-display.flex-true .case-study-cta {
  width: 32%;
  /* Moy's addition */
}
@media (max-width: 768px) {
  .modal-display.flex-true .case-study-cta {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .modal-display.flex-true .case-study-cta {
    width: 100%;
  }
}
.modal-display .case-study-cta {
  display: block;
  cursor: pointer;
  font-family: "Noto Sans";
  background: #f0f0f0;
  padding: 20px;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.modal-display .case-study-cta .case-study-category-title {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.modal-display .case-study-cta .case-study-category-sector {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Noto Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.modal-display .case-study-cta .case-study-main-title {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 100% */
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.modal-display .case-study-cta .read-more-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.modal-display .case-study-cta .read-more-icon path {
  fill: black;
}
.modal-display .case-study-cta:hover {
  background: #202020;
}
.modal-display .case-study-cta:hover * {
  color: #ffffff;
}
.modal-display .case-study-cta:hover * path {
  fill: #ffffff;
}

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

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-hidden] {
  opacity: 0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__title {
  position: relative;
  text-align: center;
  /* max-width: 10ch; */
  z-index: 2;
  /* mix-blend-mode: difference; */
  color: #202020;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 140px */
  text-transform: uppercase;
}

.hero__title .smaller-text {
  font-size: 50px;
  vertical-align: text-top;
}

.hero img {
  position: absolute;
}

.hero img:nth-child(1) {
  width: 100vw;
  top: 0;
  left: 0;
  mix-blend-mode: hard-light;
}

.section-title {
  z-index: 1;
}
.section-title h2 {
  color: #000000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 103.846% */
  text-transform: uppercase;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .section-title h2 {
    width: 100%;
  }
}
.section-title h3 {
  color: #202020;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.hero-testing .the {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: start;
}
.hero-testing .move {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 170px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.hero-testing .money {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 170px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.cloud-hero2 {
  height: unset !important;
}
@media (max-width: 768px) {
  .cloud-hero2 {
    height: initial !important;
  }
}

#section-hero1, #hero-banner, #section-hero2, #section-hero3, #section-hero4 {
  position: relative;
  width: 100% !important;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#section-hero1 img, #hero-banner img, #section-hero2 img, #section-hero3 img, #section-hero4 img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#section-hero1 .blur-1, #hero-banner .blur-1, #section-hero2 .blur-1, #section-hero3 .blur-1, #section-hero4 .blur-1 {
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  /* bottom: -180px;
  filter: blur(40px); */
  z-index: 999;
}
#section-hero1 .blur, #section-hero1 .blur-2, #hero-banner .blur, #hero-banner .blur-2, #section-hero2 .blur, #section-hero2 .blur-2, #section-hero3 .blur, #section-hero3 .blur-2, #section-hero4 .blur, #section-hero4 .blur-2 {
  width: 100%;
  background-color: white;
  position: absolute;
  /* bottom: 0; */
  bottom: 0;
  /* bottom: -180px;
  filter: blur(40px); */
  z-index: 999;
}
#section-hero1 .blur-2, #hero-banner .blur-2, #section-hero2 .blur-2, #section-hero3 .blur-2, #section-hero4 .blur-2 {
  bottom: -180px;
}

#hero-banner:before, #section-hero2:before, #section-hero1:before, #section-hero3:before, #section-hero4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 9999;
}

.sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 100%;
  position: absolute;
  background-color: white;
  z-index: 9999;
  /* padding: 100px; */
}

.main-h1 {
  color: #FFF;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  /* Moy's addition */
  font-size: clamp(5rem, 5.9314rem + 1.5686vw, 5.2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-align: start;
}

.main-h1-mobile {
  display: none;
}

.hero-text {
  position: relative;
  top: 10%;
  width: 100%;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.hero-text h3, .hero-text p {
  color: #F5F5F5;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-text p {
  align-self: end;
}
.hero-text h3 {
  margin-left: 6px;
}
.hero-text h1 {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 7px;
}

#section-hero1 img {
  height: unset !important;
}

@media screen and (max-width: 1350px) {
  .hero-text {
    left: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .main-h1 {
    font-size: 110px;
  }
  #section-hero1 img, #section-hero2 img, #section-hero3 img, #section-hero4 img {
    height: 100% !important;
  }
}
header .header-layout .download-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .section-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .hero-text {
    left: 2%;
    top: 11%;
  }
  header .header-layout .download a {
    display: none;
  }
  header .header-layout .download-mobile {
    display: flex;
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    background-color: #202020;
  }
  .sidebar-mobile ul {
    padding-left: 0;
  }
  .section-container {
    padding: 0 20px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.social-bar-mobile {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 40px;
}
@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: 10px;
  border: 1px solid #dadada;
  white-space: nowrap;
  display: none;
}

@media (max-width: 1200px) {
  .social-bar-mobile {
    display: block;
  }
  .section-container:first-of-type {
    padding-top: 120px !important;
  }
}
.mt-30 {
  margin-top: 30px;
}

.ml-24 {
  margin-left: 24px;
}

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

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

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

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

@media (max-width: 576px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .hero-text {
    top: 18%;
    left: 16px !important;
  }
  .hero-text h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 3px;
  }
  .hero-text h1 {
    position: relative;
    top: 24px;
  }
  .main-h1 {
    display: none;
  }
  .main-h1-mobile {
    margin-top: 20px;
    display: block;
    color: #FFF;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "MMC Display Condensed";
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
    z-index: 99;
  }
  .main-h1-mobile .small-text {
    font-size: 40px;
    vertical-align: text-top;
    margin-left: 3px;
  }
  .main-h1-mobile .money-text {
    position: relative;
    top: -10px;
    left: -10px;
  }
  .main-h1-mobile .moving-text {
    position: relative;
    top: 12px;
  }
}
.legend {
  margin-bottom: 24px;
}

.legend-swatch, .legend-no-break {
  display: inline-table;
  vertical-align: middle;
}

.wrap-legend-color {
  display: table-cell;
  vertical-align: middle;
}

.legend-label {
  display: table-cell;
  font-size: 14px;
  font-family: "Noto Sans";
  font-weight: normal;
}

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

/* Moy's addition*/
.pt-0 {
  padding-top: 0px;
}/*# sourceMappingURL=custom.css.map */