@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@media only screen and (max-width: 767px) {
  
  :root {
    --text-xs: clamp(1.10rem, 0.064vi + 1.09rem, 1.15rem);
    --text-s: clamp(1.33rem, 0.192vi + 1.30rem, 1.44rem);
    --text-m: clamp(1.60rem, 0.352vi + 1.52rem, 1.81rem);
    --text-l: clamp(1.92rem, 0.576vi + 1.79rem, 2.26rem);
    --text-xl: clamp(2.30rem, 0.88vi + 2.11rem, 2.82rem);
    --text-xxl: clamp(2.77rem, 1.31vi + 2.46rem, 3.52rem);
    --text-4xl: clamp(3.31rem, 1.87vi + 2.90rem, 4.40rem);
    --h6: var(--text-xs);
    --h5: var(--text-s);
    --h4: var(--text-m);
    --h3: var(--text-l);
    --h2: var(--text-xl);
    --h1: var(--text-xxl);
    --h0: var(--text-4xl);
    --heading-line-height: calc(4px + 2ex);
    --text-line-height: calc(6px + 2ex);
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    font-size: var(--text-m) !important;
    line-height: var(--text-line-height) !important;
  }

  h1,
  .h1 {
    font-size: var(--h1) !important;
    line-height: var(--heading-line-height) !important;
  }

  h2,
  .h2 {
    font-size: var(--h2) !important;
    line-height: var(--heading-line-height) !important;
  }

  h3,
  .h3 {
    font-size: var(--h3) !important;
    line-height: var(--heading-line-height) !important;
  }

  h4,
  .h4 {
    font-size: var(--h4) !important;
    line-height: var(--heading-line-height) !important;
  }

  h5,
  .h5 {
    font-size: var(--h5) !important;
    line-height: var(--heading-line-height) !important;
  }

  h6,
  .h6 {
    font-size: var(--h6) !important;
    line-height: var(--heading-line-height) !important;
  }
}

html section > .inner > div,
html section > .wrapper > div {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.gdpr_lightbox.gdpr_lightbox-opened.gdpr_lightbox-inline.moove_gdpr_cookie_modal_open,
aside#moove_gdpr_cookie_info_bar {
  backdrop-filter: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #af272f;
  font-family: Georgia, serif;
  font-weight: 400;
  margin: 0;
}

.h1 {
  font-size: 36px;
  line-height: 120%;
}

@media only screen and (min-width: 770px) {
  .h1 {
    font-size: 42px;
    line-height: 120%;
  }
}

.h2 {
  font-size: 26px;
  line-height: 120%;
}

@media only screen and (min-width: 770px) {
  .h2 {
    font-size: 32px !important;
    line-height: 120%;
  }
}

.h3 {
  font-size: 22px;
  line-height: 120%;
}

@media only screen and (min-width: 770px) {
  .h3 {
    font-size: 24px;
    line-height: 120%;
  }
}

.h4 {
  font-size: 18px;
  line-height: 120%;
}

@media only screen and (min-width: 770px) {
  .h4 {
    font-size: 22px;
    line-height: 120%;
  }
}

.h5 {
  font-size: 16px;
  line-height: 120%;
}

@media only screen and (min-width: 770px) {
  .h5 {
    font-size: 18px;
    line-height: 120%;
  }
}

.h6 {
  color: #0d0d0d;
  font-size: 16px;
  line-height: 120%;
}

.bk-primary .button.button-primary-black:before {
  background-image:
    -webkit-linear-gradient(
      top,
      #ffffff 1px,
      transparent 1px,
      transparent 27px,
      #ffffff 27px
    ),
    -webkit-linear-gradient(left, #ffffff 1px, transparent 1px),
    -webkit-linear-gradient(right, #ffffff 1px, transparent 1px),
    -webkit-linear-gradient(right, #ffffff 1px, transparent 1px);
  background-image:
    -o-linear-gradient(
      top,
      #ffffff 1px,
      transparent 1px,
      transparent 27px,
      #ffffff 27px
    ),
    -o-linear-gradient(left, #ffffff 1px, transparent 1px),
    -o-linear-gradient(right, #ffffff 1px, transparent 1px),
    -o-linear-gradient(right, #ffffff 1px, transparent 1px);
  background-image:
    linear-gradient(
      to bottom,
      #ffffff 1px,
      transparent 1px,
      transparent 27px,
      #ffffff 27px
    ),
    linear-gradient(to right, #ffffff 1px, transparent 1px),
    linear-gradient(to left, #ffffff 1px, transparent 1px),
    linear-gradient(to left, #ffffff 1px, transparent 1px);
}

.bg-light-grey {
  background-color: #f2f2f2;
}
.bg-white {
  background-color: #fff;
}
.bg-dark-grey {
  background-color: #404040;
}
.bg-black {
  background-color: #0d0d0d;
}
.bg-primary {
  background-color: #af272f;
}

/***************/
header.mobile-header {
  position: relative;
}

header.mobile-header .top-bar .phone-icon-link {
  display: block;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
}

header.desktop-header
  .bottom
  .submenu-items-container
  .mega-menu
  .mega-menu-right
  .mega-menu-parent-meta
  .h3,
header.desktop-header
  .bottom
  .submenu-items-container
  .mega-menu
  .mega-menu-left.single-column-meta
  .h3 {
  color: #af272f;
  font-family: Georgia, serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 16px;
}

.no_padding .inner {
  padding: 0px;
}

/**********/
footer .wrapper {
  padding-left: 30px;
}
.footer-menu-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.footer-menu-wrap .ft-menu-col {
}
.footer-menu-wrap .ft-menu {
}

.footer-menu-wrap .ft-menu-title {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  font-family: Verdana, Geneva, sans-serif;
}

.footer-menu-wrap ul.footer-links {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer-menu-wrap ul.footer-links .menu-item {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.footer-menu-wrap ul.footer-links .menu-item a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
/* .footer-menu-wrap ul.footer-links li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #af272f;
} */

@media only screen and (max-width: 767px) {
  .footer-menu-wrap {
    flex-direction: column;
  }
}

.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}

.mobile-sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #af272f;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 20px;
}

.mobile-sticky-cta i {
  font-size: 20px;
}
.mobile-sticky-cta i {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .mobile-sticky-cta {
    display: block;
  }

  body {
    padding-bottom: 60px;
  }
}

/******* Pills New Layout ********/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.btn-fw {
  width: 100%;
}
.btn-theme-secondary__large {
  min-height: 64px;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
}
.btn-theme-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: 2px solid #e0e8ea;
  color: #131635 !important;
  text-decoration: none;
  font-weight: 500;
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.font-primary-3xl {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0;
}
.btn-theme-secondary__medium {
  min-height: 50px;
  padding: 10px 32px 12px 32px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
}
.btn-theme-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: 2px solid #e0e8ea;
  color: #131635 !important;
  text-decoration: none;
  font-weight: 500;
}

.text-right {
  text-align: right;
}

.list-services {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.list-services__titles {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 767.98px) {
  .list-services__titles {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
}
.list-services__titles .btn-service {
  justify-content: flex-start;
  background-image: url(assets/ic-plus-blue-32.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  font-size: 18px;
}
.list-services__titles .btn-service.active {
  background-image: url(assets/ic-times-blue-32.svg);
}
.list-services__descriptions {
  width: 100%;
}
.list-services .description {
  padding: 64px;
  border-radius: 32px;
  background: #eff4f7;
  position: relative;
  display: none;
}
.list-services .description .btn-close {
  position: absolute;
  top: 64px;
  right: 64px;
  width: 32px;
  height: 32px;
  background: url(assets/ic-times-blue-32.svg) no-repeat;
  cursor: pointer;
}
.list-services .description .title {
  margin-bottom: 56px;
}
.list-services .description .text p:last-child {
  margin-bottom: 0;
}
.list-services .description .text {
  margin-bottom: 48px;
}
.list-services .description .text p {
  margin-bottom: 20px;
}
.list-services .description.description-desktop.active {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .list-services .description.description-desktop.active {
    display: none;
  }
}
.list-services .description.description-mobile.active {
  display: block;
}
@media (min-width: 768px) {
  .list-services .description.description-mobile.active {
    display: none;
  }
}
.list-services .description.description-mobile {
  padding: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .list-services .description.description-mobile .active {
    display: none !important;
  }
}
.list-services .description.description-mobile .btn-close {
  top: 24px;
  right: 24px;
}
.list-services .description.description-mobile .title {
  margin-bottom: 32px;
}
.list-services .description.description-mobile .text {
  margin-bottom: 32px;
}

.list-helpful-links {
  margin: 24px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.list-helpful-links li {
  margin-bottom: 24px;
}
.list-helpful-links li a {
  display: flex;
  flex-direction: column;
}
.list-helpful-links li a .title {
  color: #00437a;
  font-family: "abril-text", serif;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-helpful-links li a .title img {
  margin-left: 15px;
}
.list-helpful-links li a .description {
  color: #131635;
  display: block;
  margin-top: 10px;
}
.list-helpful-links li a:hover {
  text-decoration: none;
}

.list-plain {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
.list-plain a {
  color: #555a77;
}
.list-plain__two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.list-header-slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-header-slider li {
  line-height: 2;
  margin-bottom: 10px;
}
.list-header-slider li a {
  color: white;
}
.list-header-slider li a.btn-plain-arrow {
  height: 30px;
  padding-left: 40px;
}
.list-header-slider li a.btn-plain-arrow:before {
  width: 30px;
  height: 30px;
}
.list-header-slider li a:hover {
  text-decoration: none;
}

/************* Article Card Components ******/
body {
  padding-left: 20px !important;
  font-family: "Inter", sans-serif;
}
.carousel .slides .slide {
  display: flex !important;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.carousel .slides .slide .image-container {
  width: 100% !important;
}

/************/
.knowledge-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  justify-content: center;
  margin-top: 40px;
}

.knowledge-pagination .page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.knowledge-pagination .page-number.active {
  background: #000; /* swap for the brand colour */
  color: #fff;
  border-color: #000;
}

.knowledge-pagination .page-ellipsis {
  border: 0;
  background: transparent;
  min-width: auto;
  padding: 0 4px;
}

.knowledge-pagination .page-prev,
.knowledge-pagination .page-next {
  min-width: auto;
}

/* Server rendered pagination - paginate_links() outputs .page-numbers. */
.knowledge-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.knowledge-pagination .page-numbers.current {
  background: #000; /* swap for the brand colour */
  color: #fff;
  border-color: #000;
}

.knowledge-pagination .page-numbers.dots {
  border: 0;
  background: transparent;
  min-width: auto;
  padding: 0 4px;
}

.knowledge-pagination .page-numbers.prev,
.knowledge-pagination .page-numbers.next {
  min-width: auto;
}

.banner-links {
  display: flex;
}
.banner-links .banner-link {
  color: #af272f !important;
  font-size: 18px;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 1;
}
.banner-links .banner-link + .banner-link {
  border-left: 2px solid #ffffff;
  padding-left: 8px;
  margin-left: 8px;
}

/****** Key Contact Card ********/
.key-contact-section {
  padding: 60px 0;
}

.key-contact-section .wrapper {
  max-width: 800px;
}

.key-contact-section-title {
  margin: 0 0 24px;
}

.key-contact-cards {
  display: grid;
  gap: 50px;
}

.key-contact-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start;
}

.key-contact-left {
  width: 100%;
}

.key-contact-image {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  background: #af272f;
  overflow: hidden;
}

.key-contact-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.key-contact-info {
  background: #af272f;
  padding: 18px 20px;
  color: #fff;
}

.key-contact-info-name,
.key-contact-job-title,
.key-contact-role-filter {
  color: inherit;
}

.key-contact-info-name {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.key-contact-job-title {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.key-contact-role-filter {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.key-contact-content {
}

.key-contact-name {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.2;
}

.key-contact-bio {
  margin-bottom: 22px;
}

.key-contact-bio p {
  margin: 0 0 16px;
}

.key-contact-bio p:last-child {
  margin-bottom: 0;
}

.key-contact-specialisms {
  margin: 0 0 26px;
  font-size: 14px;
  line-height: 1.5;
}

.key-contact-buttons {
  margin-top: 0;
}

@media (max-width: 767px) {
  .key-contact-section {
    padding: 40px 0;
  }

  .key-contact-cards {
    gap: 40px;
  }

  .key-contact-card {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 450px;
  }

  .key-contact-content {
    max-width: none;
  }
}

/******* Case study page people ********/
.people-showcase {
}
.people-showcase .written {
  margin-bottom: 30px;
}

.people-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}

/* 1 person: keep card normal width and centered */
.people-showcase-grid.people-count-1 {
  grid-template-columns: minmax(0, 350px);
  justify-content: center;
}

/* 2 people: keep 2 normal-width cards and centered */
.people-showcase-grid.people-count-2 {
  grid-template-columns: repeat(2, minmax(0, 350px));
  justify-content: center;
}

/* 3 or more: normal 3-column grid */
.people-showcase-grid.people-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.people-showcase-grid .person a {
  display: block;
  text-decoration: none;
}

.people-showcase-grid .person-image {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  background-size: cover;
  background-position: center;
}

.person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.people-cards .person-image {
  padding-top: 0px !important;
}
.search .results .person-image {
  padding-top: 0px !important;
}
.results .knowledge-article .bk img,
.carousel .bk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.people-showcase-grid .info {
  padding: 18px;
}

.people-showcase-grid .name {
  margin: 0 0 6px;
  font-weight: 700;
}

.people-showcase-grid .role {
  margin: 0;
}

.light-mode .people-showcase-grid .info {
  color: #fff;
}

@media (max-width: 991px) {
  .people-showcase-grid,
  .people-showcase-grid.people-count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .people-showcase-grid.people-count-1 {
    grid-template-columns: minmax(0, 360px);
  }

  .people-showcase-grid.people-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .people-showcase-grid,
  .people-showcase-grid.people-count-1,
  .people-showcase-grid.people-count-2,
  .people-showcase-grid.people-count-3 {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 30px;
  }
}

/****************/
.banner .bk-image .bk-image-inner .banner-bk-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.office-listing-block-section {
}

.olb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  margin: 0 -5px;
}
.olb-col {
  width: 50%;
  padding: 0 5px;
}
.olb-content {
  background: #fff;
  height: stretch;
}
.olb_info {
  padding: 15px 20px;
}
.olb-image {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
  margin-bottom: 10px;
}
.olb-content .title.h3 {
  margin-bottom: 12px;
}
.olb-content .description {
  margin-bottom: 15px;
}
.olb-content .office-phone {
}
.olb-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.olb-map .wpgmza_map {
  width: 100%;
  height: 400px !important;
}

@media (max-width: 991px) {
  .olb-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .olb-image {
    height: 340px !important;
  }
  .olb-map .wpgmza_map {
    height: 300px !important;
  }
}

/* Hero Section */
.banner_new .breadcrumbs {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}

.banner_new .breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.banner_new .breadcrumbs ul li,
.banner_new .breadcrumbs ul li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.banner_new .breadcrumbs ul li a:not(:last-child),
.banner_new .breadcrumbs ul li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #af272f;
}

.banner_new .breadcrumbs ul li a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.banner_new.banner-law-area .wrapper .hero-content,
.banner_new.banner-service .wrapper .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 560px;
  gap: 30px;
}

@media only screen and (min-width: 770px) {
  .banner_new.banner-law-area .wrapper .hero-content,
  .banner_new.banner-service .wrapper .hero-content {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.hero-image {
  min-height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 50px 0;
}

.banner_new.has_breadcrumb .hero-image {
  min-height: 800px;
  padding-top: 120px;
}

.hero-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -11;
}
.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  opacity: 0.5;
  z-index: -1;
}
.hero-content-wrapper {
  width: 100%;
}
.hero-content {
  max-width: 800px;
  width: 100%;
}
.hero-content h6 {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 24px 0;
  color: #000000;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  display: table;
  background-color: #fff;
  padding: 4px 8px;
}
.hero-content h1 {
  font-weight: 400;
  font-size: 56px;
  line-height: 110%;
  color: #ffffff;
  margin: 0 0 24px 0;
  font-family: "PT Serif", serif;
}
.hero-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  margin: 0 0 24px 0;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  width: 100%;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.btn-primary {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding: 12px 24px;
  text-transform: uppercase;
  text-align: center;
  background-color: #c62828;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.btn-white {
  background-color: #ffffff;
  color: #000;
}
body .btn-primary:hover {
  background-color: #af272f;
  color: #ffffff;
}
.btn-border-white {
  border: 1px solid #666666;
  padding: 11px 23px;
  color: #ffffff;
  background-color: transparent;
}
.btn-border-white:hover {
  background-color: #c62828;
  color: #ffffff;
  border-color: #c62828;
}
.black-border-btn {
  border: 1px solid #1a1a1a;
  padding: 11px 23px;
  color: #1a1a1a;
  background-color: transparent;
}
.black-border-btn:hover {
  background-color: #c62828;
  color: #ffffff;
  border-color: #c62828;
}

/* Trust Bar Section */
.trust-bar-section > .inner {
  background-color: #000;
  padding: 50px 0 60px 0;
}
.sub-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  color: #737373;
  font-family: "Inter", sans-serif;
}
.trust-bar-section .sub-title {
  text-align: center;
  margin-bottom: 32px;
  /* color: rgba(255, 255, 255, 0.6); */
}

.trust-bar-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 40px;
}
.trust-bar-item {
  text-align: center;
}
.trust-bar-img {
  /* width: 100%; */
  object-fit: contain;
  /* height: 40px; */
  max-height: 150px;
  margin: auto;
}

.light-mode .sub-title,
.light-mode .expertise-title .h2,
.light-mode .expertise-item h5 {
  color: #fff;
}
.light-mode .expertise-item img {
  filter: brightness(0) invert(1);
}

/* Divider Section */
.divider-image {
  width: 100%;
}
.overly-off .diagonal {
  margin-top: 0px;
}
.flipped_v .diagonal {
  transform: scaleY(-1);
}

/* Intro Section */
.intro-section > .inner {
  padding: 48px 0 64px 0;
}
.intro-content h6 {
  margin-bottom: 16px;
}
.intro-content .h2,
.section-title .h2 {
  font-weight: 400;
  line-height: normal;
  margin: 0 0 16px 0;
  color: #c62828;
  font-family: "PT Serif", serif;
}
.intro-content p {
  margin: 0 0 16px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  color: #4b5563;
}
.btn-center {
  display: table;
  margin: 0 auto;
}

.light-mode .intro-content .h2,
.light-mode .section-title .h2,
.light-mode .knowledge-item h6,
.light-mode .knowledge-item h3 a,
.light-mode .knowledge-item p,
.light-mode .knowledge-item a.btn-text {
  color: #ffffff;
}

/* Metrics Section */
.metrics-section > .inner {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.metrics-wrapper .sub-title,
.metrics-wrapper .h2 {
  margin-bottom: 32px;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.metrics-item h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  margin: 0 0 4px 0;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
}
.metrics-item p {
  line-height: 150%;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #4b5563;
}

/* Expertise Section */
.expertise-section > .inner {
  padding: 80px 0;
}
.expertise-title {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.expertise-title .h2 {
  margin: 0;
  font-size: 36px;
}
.expertise-title .section-title {
  width: 75%;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.expertise-item {
  display: flex;
  gap: 0;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  transition: all 0.3s ease;
  padding: 20px 24px;
  border: 0.5px solid #e5e5e5;
}
.expertise-item h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #1a1a1a;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.expertise-item-content {
  width: calc(100% - 16px);
}

/* Experts Section */

.experts-section > .inner {
  padding: 80px 0 60px 0;
  background-color: #1a1a1a;
}
.experts-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 0;
}
.experts-left {
  padding: 0 20px 0 0;
  width: 50%;
}
.experts-right {
  padding: 0 0 0 40px;
  width: 50%;
}
.experts-image img {
  width: 100%;
  border-radius: 4px;
}
.experts-item .sub-title {
  margin: 0 0 24px 0;
  color: #aaaaaa;
}
.experts-item .sub-title {
  margin: 0 0 24px 0;
  color: #aaaaaa;
}
.experts-item h2 {
  font-weight: 400;
  font-size: 42px !important;
  line-height: normal;
  color: #ffffff;
  font-family: "PT Serif", serif;
  margin: 0 0 24px 0;
}
.experts-item p {
  margin: 0 0 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #cccccc;
  font-family: "Inter", sans-serif;
}

.experts-search-form,
.experts-item .all-people-simple-search {
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 0 0 24px 0 !important;
}
.experts-search-form form,
.experts-item .all-people-simple-search .row {
  display: flex;
  align-items: center;
  width: 100%;
}
.experts-search-form input,
.experts-item .all-people-simple-search #people-search {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
  padding: 0;
}
.experts-search-form input::placeholder,
.experts-item .all-people-simple-search #people-search::placeholder {
  color: #999999;
}
.experts-item .all-people-simple-search .submit-form {
  border: none !important;
}
.experts-item .all-people-simple-search .button,
body .experts-item .view-all-people .button {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px !important;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding: 12px 24px !important;
  text-transform: uppercase;
  text-align: center;
  background-color: #c62828;
  background-image: none !important;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease !important;
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
body .experts-item .view-all-people .button::before {
  display: none;
}
.experts-item .all-people-simple-search .button:hover,
body .experts-item .view-all-people .button:hover {
  background-color: #af272f;
  color: #ffffff;
}
section.search.search-position-absolute .wrapper .search-container .results {
  z-index: 999;
}
.experts-item .btn-border-white {
  text-decoration: none !important;
}

/* Testimonials Section */
.testimonials-section > .inner {
  padding: 48px 0 80px 0;
  background-color: #f9f9f9;
}
.testimonials-title {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.testimonials-title .section-title {
  width: 75%;
}
.section-title p {
  margin: 0;
  line-height: 150%;
  color: #555555;
  font-family: "Inter", sans-serif;
}
.testimonials-title .sub-title {
  margin: 0 0 8px 0;
}
.testimonials-title .h2 {
  margin: 0 0 8px 0;
}
.testimonials-title .section-title p {
  margin: 0 0 0 0;
  max-width: 520px;
  width: 100%;
}
.testimonials-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonials-item {
  padding: 24px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}
.testimonials-item-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 0 12px 0;
}
.company_logo {
  margin-bottom: 15px;
}
.testimonials-item .company_logo img {
  max-width: 100%;
  width: auto;
  max-height: 100px;
}
.testimonials-item-header img {
  width: 48px !important;
  height: 48px;
  border-radius: 100px;
  object-fit: cover;
  background: #a7a7a7;
}
.testimonials-item-header-content {
  width: calc(100% - 48px);
}
.has_image .testimonials-item-header-content {
  padding-left: 16px;
}
.testimonials-item-header-content h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  margin: 0 0 2px 0;
}
.testimonials-item-header-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #737373;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.testimonials-item-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  margin: 0 0 12px 0;
}
.testimonials-item-rating ul {
  display: flex;
  gap: 4px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonials-item-rating ul li img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.testimonials-item-rating span {
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #4b5563;
  font-family: "Inter", sans-serif;
  margin: 0;
  display: table;
}
.testimonials-item-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #374151;
  font-family: "Inter", sans-serif;
  margin: 0 0 12px 0;
}
.testimonials-item-content h6 {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #737373;
  font-family: "Inter", sans-serif;
  margin: 0;
}

.testimonials-section.light-mode .sub-title,
.testimonials-section.light-mode .testimonials-title .h2,
.testimonials-section.light-mode .testimonials-title .section-title p {
  color: #fff;
}
.testimonials-section.light-mode .black-border-btn {
  border: 1px solid #ffffff;
  padding: 11px 23px;
  color: #ffffff;
  background-color: transparent;
}

.testimonials-section--single .testimonials-title .section-title {
  margin: 0 auto;
  text-align: center;
}
.testimonials-section--single .testimonials-title .section-title p {
  margin: 0 auto;
}
.testimonials-section--single .section-title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 0 30px 0;
}
.testimonials-section--single .section-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 115px;
  height: 1px;
  background-color: #af272f;
}
.testimonials-section--single .testimonials-title {
  flex-direction: column;
  align-items: center;
}

/* Knowledge Section */
.search-container .knowledge-article {
  display: flex !important;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.knowledge-section > .inner {
  padding: 80px 0;
}
.knowledge-title {
  margin: 0 0 48px 0;
  text-align: center;
}
.knowledge-title .h2 {
  margin: 0;
  font-size: 36px !important;
}

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.knowledge-item-image {
  width: 100%;
  height: 174px;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 12px;
}
.knowledge-item h6 {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  font-family: "Inter", sans-serif;
  color: #c62828;
}
.knowledge-item h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  margin: 0 0 12px 0;
  color: #1a1a1a;
  font-family: "PT Serif", serif;
}
.knowledge-item p {
  line-height: 150%;
  color: #737373;
  font-family: "Inter", sans-serif;
  margin: 0 0 12px 0;
}
.btn-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  font-family: "Inter", sans-serif;
  margin: 0;
  display: table;
  color: #1a1a1a;
}
.btn-text:hover {
  text-decoration: none;
  color: #c62828;
}
.knowledge-slider .owl-dots,
.testimonials-slider .owl-dots {
  margin-top: 24px;
}

/* Company News Section */
.company-news-section > .inner {
  padding: 80px 0 60px 0;
  background-color: #f9f9f9;
}
.company-news-row {
  display: flex;
  align-items: center;
  gap: 30px 40px;
}
.company-news-content {
  width: 48%;
  padding: 0 0 0 0;
}
.company-news-image {
  width: 52%;
  padding: 0 0 0 0;
}
.company-news-content h6 {
  margin-bottom: 16px;
}
.company-news-content h2 {
  margin-bottom: 16px;
  color: #1a1a1a;
  line-height: 120%;
}
.company-news-content p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 160%;
  color: #555555;
  font-family: "Inter", sans-serif;
}
.btn-text-red {
  color: #c62828;
}
.company-news-image img {
  width: 100%;
  border-radius: 4px;
}

/* Footer Form Section */
.footer-form-section .inner {
  padding: 80px 0;
  background-color: #f4f4f5;
}
.footer-form-section .section-title {
  text-align: center;
  margin: 0 0 40px 0;
}
.footer-form-section .section-title .sub-title {
  margin: 0 0 12px 0;
}
.footer-form-section .section-title .h2 {
  margin: 0 0 12px 0;
  font-size: 36px !important;
}
.footer-form-section .section-title p {
  margin: 0 0 0 0;
  font-size: 15px;
  line-height: normal;
}
.footer-form-section .contact-form2 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body .footer-form-section .nf-form-cont.contact-form2 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
body .footer-form-section .nf-form-cont form .ninja-forms-field {
  width: 100%;
  border: 1px solid #d4d4d4 !important;
  background-color: #ffffff !important;
  border-radius: 0;
  height: 49px;
  min-height: auto !important;
  padding-left: 16px !important;
  font-size: 14px;
  line-height: normal;
  color: #999999 !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .footer-form-section .nf-form-cont form .ninja-forms-field::placeholder {
  color: #999999 !important;
}

body .footer-form-section .nf-form-cont form textarea.ninja-forms-field {
  height: 150px;
}
body .footer-form-section .nf-form-content nf-rows-wrap nf-field {
  padding: 0 !important;
}
body .footer-form-section .form .nf-row {
  margin: 0 0 15px 0;
}
body .footer-form-section .field-wrap.html-wrap p {
  text-align: center;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #888888;
}
body .footer-form-section .field-wrap.html-wrap p a {
  color: #888888 !important;
}
body .footer-form-section .field-wrap.html-wrap p a:hover {
  color: #c62828 !important;
}
body .footer-form-section .nf-form-cont form .submit-wrap .ninja-forms-field {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  margin: 0;
  display: table;
  background-color: #c62828 !important;
  padding: 14px 20px !important;
  border-radius: 0;
  border: none !important;
  height: auto;
  outline: none;
  width: 100% !important;
  box-shadow: none;
  cursor: pointer;
}
body
  .footer-form-section
  .nf-form-cont
  form
  .submit-wrap
  .ninja-forms-field:hover {
  background-color: #a72121 !important;
}
body .footer-form-section .nf-form-cont .nf-cell {
  padding: 0 10px !important;
}
body
  .footer-form-section
  .nf-form-content
  nf-rows-wrap
  nf-field
  .nf-field-container {
  margin: 0 0 20px 0 !important;
}
body .footer-form-section .nf-form-errors .nf-error-msg.nf-error-field-errors {
  text-align: center;
}

.trust-bar-section.light-mode .sub-title {
  color: rgba(255, 255, 255, 0.6);
}
.intro-section.light-mode .sub-title,
.intro-section.light-mode .h2,
.intro-section.light-mode p,
.metrics-section.light-mode .section-title .sub-title,
.metrics-section.light-mode .section-title .h2,
.metrics-section.light-mode p,
.metrics-section.light-mode h3 {
  color: #fff;
}

#tc-form .nf-form-layout .checkbox-wrap input {
  accent-color: #c62828 !important;
}
body
  .footer-form-section
  .nf-form-cont
  form
  input[type="checkbox"].ninja-forms-field,
body
  .footer-form-section
  .nf-form-cont
  form
  input[type="radio"].ninja-forms-field {
  height: 20px !important;
  padding: 0 !important;
  width: 20px !important;
  background-image: url("./assets/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0px;
  margin-top: 3px;
}
body
  .footer-form-section
  .nf-form-cont
  form
  input[type="radio"].ninja-forms-field {
  border-radius: 100px;
  background-image: url("./assets/record-button.png");
}
body
  .footer-form-section
  .nf-form-cont
  form
  input[type="checkbox"].ninja-forms-field.nf-checked,
body
  .footer-form-section
  .nf-form-cont
  form
  input[type="radio"].ninja-forms-field.nf-checked {
  background-color: #c62828 !important;
  background-size: 10px;
  border-color: #c62828 !important;
}

#nf-form-542-cont .submit-wrap .ninja-forms-field {
  border: none;
}

body:not(.single-people) .banner .bk-image:after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.32)),
    to(rgba(0, 0, 0, 0.32))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.32) 0,
    rgba(0, 0, 0, 0.32) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.32) 0,
    rgba(0, 0, 0, 0.32) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.32) 0,
    rgba(0, 0, 0, 0.32) 100%
  );
}

.tc-form-cta p:empty {
    display: none;
}

/* Resposnve CSS */
@media only screen and (min-width: 770px) {
  .page-id-828 .people-cards .wrapper .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1299px) {
  .hero-image {
    min-height: 500px;
  }
  .hero-content {
    max-width: 600px;
  }
  .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .metrics-wrapper .sub-title {
    margin-bottom: 12px;
  }
  .metrics-item h3 {
    font-size: 24px;
  }
  .metrics-section > .inner {
    padding: 50px 0;
  }

  .expertise-section > .inner,
  .experts-section > .inner,
  .knowledge-section > .inner,
  .company-news-section > .inner,
  .footer-form-section > .inner {
    padding: 60px 0;
  }
  .testimonials-section > .inner {
    padding-bottom: 60px;
  }

  .footer-form-section .section-title {
    margin-bottom: 20px;
  }
  .knowledge-title {
    margin-bottom: 30px;
  }

  .testimonials-title .section-title {
    width: 65%;
  }

  .trust-bar-section > .inner {
    padding: 40px 0;
  }

  .experts-item .sub-title {
    margin-bottom: 12px;
  }
  .experts-left {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .trust-bar-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .expertise-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .experts-item h2 {
    font-size: 30px !important;
    margin-bottom: 12px;
  }
  .expertise-title .h2 {
    font-size: 30px;
  }
  .expertise-title {
    margin-bottom: 30px;
  }

  .testimonials-title .section-title {
    width: 57%;
  }
  .testimonials-row,
  .knowledge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .expertise-section > .inner,
  .experts-section > .inner,
  .knowledge-section > .inner,
  .company-news-section > .inner,
  .footer-form-section > .inner {
    padding: 40px 0;
  }

  .hero-content h6 {
    margin-bottom: 10px;
  }
  .hero-content h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .hero-content p {
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 15px 0;
  }

  .hero-buttons .btn-primary {
    width: 100%;
    max-width: 300px;
  }
  .btn-primary {
    font-size: 12px;
    line-height: 15px;
  }

  .trust-bar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .metrics-wrapper .section-title,
  .metrics-item {
    text-align: center;
  }
  .expertise-title .section-title {
    width: 100%;
  }

  .expertise-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .expertise-item {
    padding: 15px;
  }

  .expertise-title .h2,
  .experts-item h2,
  .knowledge-title .h2 {
    font-size: 25px !important;
  }

  .experts-left,
  .experts-right {
    width: 100%;
    padding: 0;
  }

  .testimonials-title .section-title {
    width: 100%;
  }

  .testimonials-row,
  .knowledge-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .company-news-row {
    flex-wrap: wrap;
  }
  .company-news-content,
  .company-news-image {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .trust-bar-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .metrics-grid,
  .testimonials-row,
  .knowledge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/******* Case Studies block page builder *************/
.case-studies-deals {
}

.case-studies-deals .section-info {
  margin-bottom: 35px;
}
.case-studies-deals .written {
  text-align: center;
  padding-bottom: 30px;
}
.case-studies-deals-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  position: relative;
}

.case-studies-deals-featured-image {
  border-radius: 14px;
  overflow: hidden;
}

.case-studies-deals-featured-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.case-studies-deals-featured-content {
  background: #fff;
  padding: 50px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-left: -80px;
  position: relative;
  z-index: 2;
}

.case-studies-deals-label {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.case-studies-deals-featured-content h3 {
  margin: 0 0 20px;
}

.case-studies-deals-excerpt {
  margin-bottom: 24px;
}

.case-studies-deals-grid {
  display: grid;
  gap: 30px;
}

.case-studies-deals--cols-3 .case-studies-deals-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-studies-deals--cols-4 .case-studies-deals-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-studies-deals-grid.items-count-1 {
  grid-template-columns: minmax(0, 380px);
  justify-content: center;
}

.case-studies-deals-grid.items-count-2 {
  grid-template-columns: repeat(2, minmax(0, 380px));
  justify-content: center;
}

.case-studies-deals-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.case-studies-deals-card-image {
  overflow: hidden;
  margin-bottom: 18px;
}

.case-studies-deals-card-image img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  display: block;
}

.case-studies-deals-card-content h3 {
  margin: 0 0 16px;
}

.case-studies-deals-read {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

.light-mode .case-studies-deals-card .case-studies-deals-card-link,
.light-mode .case-studies-deals-card-content h3 {
  color: #ffffff;
}

@media (max-width: 991px) {
  .case-studies-deals-featured {
    grid-template-columns: 1fr;
  }

  .case-studies-deals-featured-content {
    margin-left: 0;
    margin-top: -60px;
    margin-inline: 24px;
    padding: 35px;
  }

  .case-studies-deals--cols-3 .case-studies-deals-grid,
  .case-studies-deals--cols-4 .case-studies-deals-grid,
  .case-studies-deals-grid.items-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .case-studies-deals-featured-image img {
    height: 300px;
  }

  .case-studies-deals-featured-content {
    margin: -40px 15px 0;
    padding: 25px;
  }

  .case-studies-deals--cols-3 .case-studies-deals-grid,
  .case-studies-deals--cols-4 .case-studies-deals-grid,
  .case-studies-deals-grid.items-count-1,
  .case-studies-deals-grid.items-count-2,
  .case-studies-deals-grid.items-count-3,
  .case-studies-deals-grid.items-count-4 {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}

.image-container .bk::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.intro-section.bk-primary .btn-primary {
  background-color: #000;
}
.intro-section.bk-primary .btn-primary:hover {
  opacity: 0.8;
}
.form-section-content {
  text-align: center;
}

/******* knowledge page new style **********/
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .knowledge-article {
  background: none;
  border: 0;
}
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .image-container
  .bk {
  height: 174px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
}
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .image-container
  .bk::after {
  display: none;
}
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .image-container
  .eyebrow {
  position: relative;
  padding: 0px;
  display: block;
  background: none;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 12px 0;
  font-family: "Inter", sans-serif;
  color: #c62828;
}
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content {
  padding: 0px;
}
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content
  .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  margin: 0 0 12px 0;
  color: #1a1a1a;
  font-family: "PT Serif", serif;
}
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content
  .title
  a {
  color: #1a1a1a;
}
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content
  .description {
  line-height: 150%;
  color: #737373;
  font-family: "Inter", sans-serif;
  margin: 0 0 12px 0;
}
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content
  .button.button-primary-black {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0px;
  display: table;
  color: #1a1a1a;
}
section.search
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content
  .button.button-primary-black:before {
  display: none;
}

section.search.light-mode
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .image-container
  .eyebrow,
section.search.light-mode
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content
  .title,
section.search.light-mode
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content
  .title
  a,
section.search.light-mode
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content
  .description,
section.search.light-mode
  .wrapper
  .search-container.all-knowledge-search
  .results
  .result
  .content
  .button.button-primary-black {
  color: #ffffff;
}
.light-mode .written .knowledge-pagination a.page-numbers {
  color: #af272f;
}
.bk-black.light-mode .written .knowledge-pagination .page-numbers.current {
  background: #af272f;
  color: #fff;
  border-color: #af272f;
}

.light-mode.carousel .slides .slide.slide-person .content h3,
.light-mode.carousel .slides .slide.slide-person .content p {
  color: #ffffff;
}

.light-mode.carousel .slides .slide.slide-person .content h3:after {
  background-color: #ffffff;
}
