.mr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
}
/* VIDEO CARDS */
.mr-video-card {
  background: #fff;
  box-sizing: border-box;
  /* box-shadow: 0 8px 12px rgba(0,0,0,.15); */
  display: flex;
  flex-direction: column;
}
.mr-video-card.full {
  width: 100%;
  max-width: 100%;
}

.mr-video-card-img {
  background-color: #b9b9b9;
  box-shadow: 0 8px 12px rgb(0 0 0 / 15%);
  width: 100%;
  overflow: hidden;
}
.mr-video-card-img .videoWrapper {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  height: 100%;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
.mr-video-card-img .videoWrapper img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[ie] .mr-video-card-img .videoWrapper {
  display: inline-block;
  padding-bottom: 54.75%;
  width: 100%;
}

.mr-video-card.featured {
  display: flex;
  flex-direction: column;
}
.mr-video-card.featured + .mr-video-card.featured {
  margin-top: 35px;
}

.mr-video-card.featured + .h3 {
  margin-top: 45px;
}

.mr-video-card.featured .mr-video-card-content {
  display: block;
  flex: 1 1 auto;
}



/* Fallback if no video url provided */
.mr-video-card-img-fallback {
  padding-bottom: 56.25%;
}

.mr-video-card-img:hover .videoWrapper {
  opacity: .8;
}
.mr-video-card-img .videoWrapper iframe {
  display: none;
}

.mr-video-card-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  font-size: 1.4rem;
  padding: 30px 0 0 0;
}
.mr-video-card.alt .mr-video-card-content {
  background: #007bc6;
}

.mr-video-card-title {
  min-height: 70px;
  word-break: break-word;
}
[ie] .mr-video-card-title {
  word-wrap: break-word;
}
.mr-video-card.alt .mr-video-card-title {
  color:#fff;
}
.mr-video-card-title a,
.mr-video-card-title a:visited {
  color: #41007f;
}
.mr-video-card-title a:hover {
  color: #02588D;
}
.mr-video-card.alt .mr-video-card-title a,
.mr-video-card.alt .mr-video-card-title a:visited {
  color: #fff;
}
.mr-video-card-date {
  text-transform: uppercase;
}
.mr-video-card-info {
  border-top: 1px solid #dbdbdc;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-top: 10px;
}
.mr-video-card.alt .mr-video-card-info {
  border-top-color: #00629e;
}
.mr-video-card-pill {
  background: #e9e9ea;
  border-radius: 15px;
  height: 37px;
  padding: 10px;
}
.mr-video-card.alt .mr-video-card-pill {
  background: #00629e;
  color:#fff;
}
.mr-video-card-info .mr-video-card-pill {
  margin-right: 10px;
}
.mr-video-card-tag {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  height: 25px;
  padding: 0 10px;
  text-transform: uppercase;
  transform: translateX(-8px);
}
.mr-video-card.alt .mr-video-card-tag {
  color:#fff;
}

.kla-highlights article[role="tab"]:nth-of-type(3) h2 {
  display: none;
}

.feature-swiper .advance-article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-block-end: 5rem;
}
.feature-swiper .advance-article.swiper-first .text-wrapper p:nth-of-type(1) {
  color: #007BC6;
  margin-block-end: 5px;
  font-size: 1.8rem;
}
.feature-swiper .advance-article.swiper-first .text-wrapper p:nth-of-type(2) {
  color: #0C0C12;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .mr-video-card {
    max-width: 400px;
  }
}


@media only screen and (min-width: 1480px) {
  article[role="tab"] {
    margin-block-start: 5rem;
  }
}

.tabs .h4 {
  color: #007BC6;
  line-height: 3.2;
}

.tabs .h4:hover {
  color: #02588D;
  border-bottom: 6px solid #02588D;
}

.tabs .active {
  color: #490083;
  border-bottom: 6px solid #D395E8;
  pointer-events: none;
}

.tabs label {
  padding-block-end: 1.2rem;
}

.tabs label:not(:last-of-type) {
  margin-right: 1.5rem;
  letter-spacing: -0.1px;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  margin-block-start: 5rem;
}
.ai-drives-demand .card > div {
  position: relative;
}
.ai-drives-demand .heading {
  z-index: 1;
  margin-block-end: 1.5rem
}
.ai-drives-demand .chip-swiper {
  background: #EDEDF0;
  margin: -1.5rem;
  padding: 1.5rem;
  z-index: 0;
}
.ai-drives-demand .chip-swiper .swiper-slide > .flex {
  gap: 3rem;
}
.ai-drives-demand .image-wrapper,
.ai-top .image-wrapper,
.ai-kind .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-drives-demand .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-start: 5rem;
  position: relative;
  margin-block-end: 0 !important;
  bottom: 0;
  top: unset !important;
}
.swiper-pagination-bullets {
  top: unset !important;
}
.ai-drives-demand .swiper-pagination-bullet {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 25px !important;
  border: none !important;
  box-shadow: none !important;
}
.ai-drives-demand .swiper-pagination-bullet.dot-1:not(.swiper-pagination-bullet-active) {
  color: #fff;
  background: #007BC6 !important;
}
.ai-drives-demand .swiper-pagination-bullet.dot-2:not(.swiper-pagination-bullet-active) {
  color: #fff;
  background: #9C2CCD !important;
}
.ai-drives-demand .swiper-pagination-bullet.dot-3:not(.swiper-pagination-bullet-active) {
  color: #fff;
  background: #F01E69 !important;
}
.ai-drives-demand .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #0C0C12;
  background: #fff !important;
}
.ai-drives-demand .swiper-first h3 {
  color: #007BC6;
}
.ai-drives-demand .swiper-second h3 {
  color: #9C2CCD;
}
.ai-drives-demand .swiper-third h3 {
  color: #F01E69;
}
.ai-drives-demand .image-wrapper  {
  flex-direction: column;
  position: relative;
}
.ai-drives-demand .image-wrapper .swiper-pagination-bullets {
  /* position: absolute;
  width: 430px;
  height: 100%; */
}
.ai-drives-demand .image-wrapper .swiper-pagination-bullet.dot-1 {
  position: absolute;
  top: 31%;
  left: 31%;
}
.ai-drives-demand .image-wrapper .swiper-pagination-bullet.dot-2 {
  position: absolute;
  top: 9%;
  right: 35%;
}
.ai-drives-demand .image-wrapper .swiper-pagination-bullet.dot-3 {
  position: absolute;
  bottom: 32%;
  right: 14%;
}

section.ai-top {
  margin-block-start: 5rem; 
}
section.ai-top .inner .card{
  background: url('/wp-content/uploads/bg-ai-top-section-1.webp') no-repeat center center;
  background-size: cover;
}
section.ai-foundation {
  background: url('/wp-content/uploads/gradient.webp') no-repeat center center;
  background-size: cover;
}
section.ai-foundation.heterogeneous {
  background: url('/wp-content/uploads/heterogeneous.webp') no-repeat center center;
  background-size: cover;
}
section.ai-foundation .inner .card {
  background: transparent;
  box-shadow: none;
}
section.ai-foundation .inner .card h2 {
  margin-block-end: 5rem;
}
div.divider {
  padding-block-start: 5rem;
  margin-block-start: 5rem;
  border-block-start: 1px solid #DBDBDC;
  row-gap: 5rem;
}
.ai-kind .inner .card > .flex {
  row-gap: 5rem;
}
.ai-kind .image-wrapper {
  margin-block-end: 3rem;
}
.event-date {
  color: #0C0C12;
  font-size: 1.6rem
  line-height: 1.87;
  margin-block-start: 3rem;
}
.event-title {
  color: #007BC6;
  font-family: 'OpenSans-Light';
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.16;
  margin-block-start: 2rem;
}
.event-img {
  margin-block: 6rem 0;
}
@media only screen and (min-width: 768px) {
  .event-img {
    margin-block: 0;
  }
  .tabs {
    margin: 0 -3rem 3rem;
    padding: 0 3rem;
    border-bottom: 1px solid #DBDBDC;
  }
  article[class*="company-tab-"]>*:not(:last-child) {
    margin-bottom: 3rem;
  }
  .ai-drives-demand .chip-swiper {
    margin: -2.5rem;
    padding: 2.5rem;
  }
  .ai-drives-demand .chip-swiper .swiper-slide > .flex {
    gap: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .tabs {
    margin: 0 -4rem 4rem;
    padding: 0 4rem;
  }
  .tabs label:not(:last-of-type) {
    margin-right: 3rem;
    letter-spacing: 0;
  }
  .feature-swiper .advance-article {
    grid-template-columns: calc(33% - 25px) calc(67% - 25px);
  }
  .ai-drives-demand .chip-swiper {
    margin: -3.5rem;
    padding: 3.5rem;
  }
}

@media only screen and (min-width: 1480px) {
  .tabs {
    margin: 0 -5rem 5rem;
    padding: 0 5rem;
  }
  .ai-drives-demand .chip-swiper {
    margin: -4.5rem;
    padding: 4.5rem;
  }
}
