
  :root.noHas-.inPageNavContainer- {
    scroll-padding-top: 4.375rem;
  }
  p.noHas-.floatStart-::after {
    content: "";
    clear: both;
    display: table;
  }
  p.noHas-.floatEnd-::after {
    content: "";
    clear: both;
    display: table;
  }
  .breadcrumbsItem.noHas-.breadcrumbsCurrent- {
    overflow: hidden;
  }
  .breadcrumbsItem.noHas-.breadcrumbsLinkTextPrevious- .breadcrumbsLink {
    display: flex;
    flex-flow: row-reverse nowrap;
  }
  @media (min-width: 48rem) {
    .breadcrumbsItem.noHas-.breadcrumbsLinkTextPrevious- .breadcrumbsLink {
      flex-flow: row nowrap;
    }
  }
  body.noHas-.breadcrumbs- .hero {
    --hero-minHeight: calc(100vh - 11rem);
  }
  .promoBlockFrame .promoBlockWrapContent:last-child .promoBlockSummary.noHas- + .promoBlockLabel:last-child- {
    height: 100%;
  }
  .promoBlockFrame .promoBlockWrapContent:last-child .promoBlockSummary.noHas- + .promoBlockLabel:last-child-::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.7rem;
  }
  .promoBlockFrame .promoBlockWrapContent:last-child .promoBlockSummary.noHas- + .promoBlockLabel:last-child- .promoBlockSummarySpacer {
    height: 100%;
    width: 6.25rem;
    shape-outside: polygon(100% calc(100% - 5.625rem), 100% 100%, calc(100% - 3.125rem) 100%);
    shape-margin: 0.125rem;
    clip-path: polygon(100% 0, 100% 0, 100% 100%);
    float: right;
  }
  @container (min-width: 670px) {
    .promoBlockFrame .promoBlockWrapContent:last-child .promoBlockSummary.noHas- + .promoBlockLabel:last-child-:not(.container-query-polyfill) {
      height: auto;
    }
    .promoBlockFrame .promoBlockWrapContent:last-child .promoBlockSummary.noHas- + .promoBlockLabel:last-child-:not(.container-query-polyfill)::after {
      content: none;
    }
    .promoBlockFrame .promoBlockWrapContent:last-child .promoBlockSummary.noHas- + .promoBlockLabel:last-child-:not(.container-query-polyfill) .promoBlockSummarySpacer {
      display: none;
    }
  }
  .partial.noHas-.promoBlockTopic- .promoBlockHeading {
    margin: 0;
  }
  .apiVideoBlockLink.noHas-img-::before {
    position: absolute;
    width: 3rem;
    height: 3rem;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(0, 0, 0, 0.2);
    border: 0.125rem solid var(--video-svg);
    z-index: 2;
    grid-column: 1/2;
    grid-row: 1/2;
    border-radius: 100%;
    margin: auto;
    content: "";
    transition: ease-out 0.2s border-color;
  }
  @media (prefers-reduced-motion: reduce) {
    .apiVideoBlockLink.noHas-img-::before {
      transition: none !important;
      animation: none !important;
    }
  }
  @container (min-width: 440px) {
    .apiVideoBlockLink.noHas-img-:not(.container-query-polyfill)::before {
      width: 7.5rem;
      height: 7.5rem;
    }
  }
  .imageText.noHas-a:hover .imageTextImgWrap::before, .imageText a:focus- .imageTextImgWrap::before {
    transform: translate3d(0, -50%, 0);
  }
  .imageText.noHas-a:hover .imageTextImgWrap::after, .imageText a:focus- .imageTextImgWrap::after {
    transform: translate3d(0, 0, 0);
  }
  [lang*=ar] .imageText.noHas-a:hover .imageTextImgWrap::after, [lang*=ar] .imageText a:focus- .imageTextImgWrap::after {
    transform: translate3d(0, 0, 0) scale(-1, 1);
  }
  .imageText.noHas-img- {
    background-color: transparent;
  }
  .caseStudiesBlockItemBackground.noHas-img-::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background-color: rgba(15, 18, 50, 0.5);
  }