* {
  margin: 0;
  padding: 0;
}

.ow-12-col {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 959px) {
  .ow-12-col {
    max-width: 768px;
  }
}
@media (max-width: 600px) {
  .ow-12-col {
    max-width: unset;
    padding: 0 20px;
  }
}

/* NAVIGATION */
.navbar {
  width: 100%;
  height: 87px;
  position: fixed;
  background-color: #000;
  border-bottom: solid 1px #373737;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .nav-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.navbar .nav-container .logo {
  display: flex;
  align-items: center;
}
.navbar .nav-container .nav {
  display: flex;
}
.navbar .nav-container .nav .nav-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
  position: relative;
  bottom: -1px;
  list-style: none;
  border-bottom: solid 3px transparent;
}
.navbar .nav-container .nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .nav-container .nav .nav-item.nav-active {
  border-bottom: solid 3px white;
}
.navbar .nav-container .nav .nav-item.nav-active a {
  color: white;
}
.navbar .nav-container .nav .nav-item a {
  font-family: "Noto Sans";
  text-decoration: none;
  color: #9C9C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.navbar .nav-container .nav .nav-item a:hover {
  color: white;
}

.navbar img {
  height: 42px;
  width: auto;
  justify-self: start;
}

.navbar-white {
  width: 100%;
  height: 87px;
  position: fixed;
  top: 0;
  background-color: #FFF;
  border-bottom: solid 1px #C4C4C4;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-white .nav-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.navbar-white .nav-container .logo {
  display: flex;
  align-items: center;
}
.navbar-white .nav-container .nav {
  display: flex;
}
.navbar-white .nav-container .nav .nav-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
  position: relative;
  bottom: -1px;
  list-style: none;
  border-bottom: solid 4px transparent;
}
.navbar-white .nav-container .nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-white .nav-container .nav .nav-item.nav-active {
  border-bottom: solid 4px #000;
}
.navbar-white .nav-container .nav .nav-item.nav-active a {
  color: #000;
  font-weight: 700;
}
.navbar-white .nav-container .nav .nav-item a {
  font-family: "Noto Sans";
  text-decoration: none;
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.navbar-white .nav-container .nav .nav-item a:hover {
  color: #000;
}

.navbar-white img {
  height: 42px;
  width: auto;
  justify-self: start;
}

.background-filter::after {
  background: rgba(0, 0, 0, 0.65);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.background-filter {
  position: relative;
}

ul {
  margin: 0 !important;
}

.hero-container {
  color: white;
  background-color: black;
  display: flex !important;
  justify-content: center;
  height: calc(100vh - 87px) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 0 20px;
}
.hero-container.image1 {
  background-image: url("/content/dam/oliver-wyman/v3/template-scripts/customer-first-2023/img/manage-ai-bias-instead-of-trying-to-eliminate-it-1440x810.png");
}
.hero-container.image2 {
  background-image: url("/content/dam/oliver-wyman/v3/template-scripts/customer-first-2023/img/dont-miss-the-mark-on-member-centric-design-1440x810.png");
}
.hero-container.image3 {
  background-image: url("/content/dam/oliver-wyman/v3/template-scripts/customer-first-2023/img/super-apps-fueling-asias-mobility-share-1440x810.png");
}
.hero-container.image4 {
  background-image: url("/content/dam/oliver-wyman/v3/template-scripts/customer-first-2023/img/merchant-payment-solutions-continue-to-grow-1440x810.png");
}
.hero-container.image5 {
  background-image: url("/content/dam/oliver-wyman/v3/template-scripts/customer-first-2023/img/achieving-green-it-by-design-1440x810.png");
}

.hero-main {
  position: relative;
  top: 87px;
  height: 100vh;
}

/* Bottom left text */
.bottom-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  position: absolute;
  bottom: 75px;
}
@media (max-width: 576px) {
  .bottom-left {
    bottom: 25px;
  }
}
.bottom-left h3 {
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .bottom-left h3 {
    font-size: 16px;
  }
}
.bottom-left h2 {
  color: #FFF;
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  max-width: 76%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .bottom-left h2 {
    max-width: 90%;
  }
}
@media (max-height: 600px) {
  .bottom-left h2 {
    font-size: 70px;
  }
}
@media (max-width: 959px) {
  .bottom-left h2 {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .bottom-left h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 12px;
  }
}
.bottom-left .article-cta {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #2c6ef2;
  padding: 12px 30px;
  transition: all 300ms ease-in-out;
}
@media (max-width: 576px) {
  .bottom-left .article-cta {
    font-size: 14px;
    padding: 12px 20px;
  }
}
.bottom-left .article-cta img {
  margin-top: 2px;
  margin-left: 6px;
}
.bottom-left .article-cta p {
  margin: 0 !important;
  font-size: 16px !important;
}
.bottom-left .article-cta:hover {
  background-color: black;
}

/* MOBILE MENU & ANIMATION */
.menu-toggle .bar {
  width: 25px;
  height: 1px;
  background-color: white;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}

.menu-toggle-white .bar {
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover {
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Media Queries */
/* Mobile Devices - Phones/Tablets */
@media only screen and (max-width: 720px) {
  /* MOBILE NAVIGATION */
  .navbar ul, .navbar-white ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 87px;
    right: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    transform: translateX(1200px);
    transition: all 300ms ease;
    text-align: center;
    overflow: hidden;
  }
  .navbar-white ul {
    background-color: white;
  }
  .navbar li, .navbar-white li {
    padding: 20px;
  }
  .navbar li:first-child, .navbar-white li:first-child {
    margin-top: 60px;
  }
  .navbar li a, .navbar-white li a {
    font-size: 1rem;
  }
  .menu-toggle, .bar {
    display: block;
    cursor: pointer;
  }
  .mobile-nav {
    transform: translateX(0px) !important;
  }
  .navbar .nav-container .nav .nav-item, .navbar-white .nav-container .nav .nav-item {
    margin-right: 0;
  }
  .navbar .nav-container .nav .nav-item.nav-active, .navbar-white .nav-container .nav .nav-item.nav-active {
    border-bottom: none;
  }
}
.slick-carousel {
  width: 100%;
}

.container-1 {
  width: 100% !important;
  margin: 0 auto;
  max-width: 2000px;
  display: block;
}

.progressBar {
  display: block;
  width: 93%;
  height: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: lightblue;
  background-image: linear-gradient(to right, #1a1a1a, #1a1a1a);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  margin: 0 auto;
  transition: background-size 0.4s ease-in-out;
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .progressBar {
    width: 88%;
    margin-top: 10px;
  }
}
.read-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 576px) {
  .read-cta {
    flex-direction: column;
    gap: 25px;
  }
}

.progress-bar {
  width: 100%;
  height: 3px;
  background: #9C9C9C;
  position: relative;
}

.progress-bar__inner {
  background: #FFF;
  position: absolute;
  height: 3px;
  top: 0;
  left: 0;
  width: 0;
  transition: width 0.3s ease;
}

.progress-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 164px;
}
@media (max-width: 576px) {
  .progress-section {
    bottom: 110px;
  }
}

.progress-end {
  display: flex;
  justify-content: end;
}

.progress-indicator {
  display: flex;
  align-items: center;
  width: 150px;
}

.previous-hero {
  margin-right: 8px;
  cursor: pointer;
}

.next-hero {
  margin-left: 8px;
  cursor: pointer;
}

.left__count {
  padding-right: 1rem;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: -0.16px;
}
@media (max-width: 576px) {
  .left__count {
    font-size: 16px;
  }
}

.right__count {
  padding-left: 1rem;
  color: #9C9C9C;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: -0.16px;
}
@media (max-width: 576px) {
  .right__count {
    font-size: 16px;
  }
}
.right__count.active {
  color: #FFF;
}

.content-section {
  margin-top: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .content-section {
    margin-top: 50px;
  }
}

.title-headings {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 107.692% */
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .title-headings {
    font-size: 20px;
    line-height: 150%;
  }
}

.noto-22 {
  color: #000;
  font-family: "Noto Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.noto-quote {
  color: #000;
  font-family: "Noto Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 576px) {
  .noto-quote {
    font-size: 28px;
  }
}

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

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

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

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

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

@media (max-width: 576px) {
  .mobile-mt-10 {
    margin-top: 10px;
  }
  .mobile-mt-50 {
    margin-top: 50px;
  }
  .mobile-mb-10 {
    margin-bottom: 10px;
  }
  .mobile-mb-50 {
    margin-bottom: 50px;
  }
  .noto-22 {
    font-size: 16px;
  }
  .mobile-text-left {
    text-align: start !important;
  }
  .mobile-text-16 {
    font-size: 16px !important;
  }
}
.card-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 1024px) {
  .card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .card-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.card {
  aspect-ratio: 1;
  background-color: black;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .card {
    cursor: auto;
    max-height: 280px;
    aspect-ratio: unset;
  }
}
.card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.card p {
  margin: 0;
}
.card .card-text {
  padding: 0.625rem;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.006);
  transition: transform 1s;
}
.card:hover img {
  opacity: 1;
  transform: scale(1.5);
}
.card:hover .card-text {
  -webkit-animation: 2s anim-lineUp ease-in;
          animation: 2s anim-lineUp ease-in;
}

.overlay {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 2fr 1fr;
  background: black;
  color: white;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 576px) {
  .overlay {
    opacity: 1;
  }
}

.items {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .items {
    padding-bottom: 0px;
  }
}

.head {
  color: #FFF;
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transform: translateY(40px);
  transition: all 0.7s;
}
.head hr {
  display: block;
  width: 0;
  border: none;
  border-bottom: solid 2px white;
  position: absolute;
  bottom: 0;
  left: 20px;
  transition: all 0.5s;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .head hr {
    display: none;
  }
}
@media (max-width: 576px) {
  .head {
    transform: unset;
    font-size: 16px;
    line-height: 18px;
  }
}

.pointers {
  color: #FFF;
  font-family: "Noto Sans";
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s;
}
.pointers ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@media (max-width: 576px) {
  .pointers {
    opacity: 1;
    transform: unset;
  }
}

.card:hover .overlay {
  opacity: 1;
}
.card:hover .overlay .head {
  transform: translateY(0px);
}
.card:hover .overlay hr {
  width: 75px;
  transition-delay: 0.4s;
}
.card:hover .overlay .pointers {
  transform: translateY(0px);
  transition-delay: 0.3s;
  opacity: 1;
}

.lineUp {
  -webkit-animation: 2s anim-lineUp ease-out infinite;
          animation: 2s anim-lineUp ease-out infinite;
}

@-webkit-keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-title {
  color: white;
  position: absolute;
  bottom: 10px;
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 20px;
  opacity: 1;
  transition: all 0.3s linear;
}
@media (max-width: 576px) {
  .card-title {
    opacity: 0;
    display: none;
  }
}

.card:hover .card-title {
  opacity: 0;
}

.card-description {
  font-size: 14px;
  color: #666;
}

.border-card {
  border: 1px solid #C4C4C4;
  background: #FFF;
  padding: 20px;
}
.border-card p.noto-18 {
  max-width: 360px;
}
@media (max-width: 576px) {
  .border-card {
    padding: 10px;
  }
}

.mmc-22 {
  font-family: "MMC Display Condensed", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: black;
}

.text-right {
  text-align: right;
}/*# sourceMappingURL=custom.css.map */