:root {
  --lightBlue: #0546D8;
}

/* Cookie bar */
section.row-type-page_introduction {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-top: 201px;
}
@media (max-width: 576px) {
  section.row-type-page_introduction {
    padding-top: 50px;
    background-size: cover;
  }
}
section.row-type-page_introduction .row-inner {
  flex-wrap: wrap;
  padding-top: 0;
}
section.row-type-page_introduction .col {
  margin-right: 0;
}
section.row-type-page_introduction.has-image {
  color: #fff !important;
}
section.row-type-page_introduction.has-image hr {
  border-color: #fff !important;
}
section.row-type-page_introduction .page-introduction-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  section.row-type-page_introduction .page-introduction-image {
    min-height: 300px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
section.row-type-page_introduction.insights {
  background-color: #050049 !important;
}
section.row-type-page_introduction.insights h1 {
  font-family: ThoughtLeadership;
  font-size: 2.6rem;
}
