@font-face {
  font-family: "DexaProNarrowRegular";
  src: url('https://public-tecintelli.obs.eu-de.otc.t-systems.com/fonts/DexaProNarrowRegular.woff2') format('woff2'), url('https://public-tecintelli.obs.eu-de.otc.t-systems.com/fonts/DexaProNarrowRegular.woff') format('woff');
  ascent-override: 88%;
  descent-override: 12%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "DexaProNarrowSemiBold";
  src: url('https://public-tecintelli.obs.eu-de.otc.t-systems.com/fonts/DexaProNarrowSemiBold.woff2') format('woff2'), url('https://public-tecintelli.obs.eu-de.otc.t-systems.com/fonts/DexaProNarrowSemiBold.woff') format('woff');
  ascent-override: 88%;
  descent-override: 12%;
  line-gap-override: 0%;
}

:root {
  --bs-body-font-size: 1.25rem;
  --bs-primary: #e04e39;
  --bs-primary-rgb: 224,78,57;
  --bs-secondary: #a8ad00;
  --bs-secondary-color-rgb: 168,173,0;
  --bs-tertiary-color: #00a3ad;
  --bs-tertiary-color-rgb: 0,163,173;
  --bs-body-font-family: DexaProNarrowRegular, sans-serif;
  --bs-h1-font-size: 3rem;
  --bs-headings-font-family: DexaProNarrowSemiBold, sans-serif;
  --bs-nav-link-font-size: 1.25rem;
  --bs-light-rgb: 255,255,255;
  --bs-headline-font-weight: 600;
  --navbar-h: 207px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--navbar-h) + 3rem);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--bs-headings-font-family);
}

a {
    color: inherit;
    text-decoration: None;

    p {
        margin: 0;
    }
}
a:hover {
  color: rgb(var(--bs-tertiary-color-rgb))
}
.background-light {
    background-color: #F2F2F2;
}
.btn {
  border-radius: 0;
  border-width: 3px;
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headline-font-weight) !important;
  padding-top: 12px;
}
.btn-primary {
    --bs-btn-bg: rgb(var(--bs-primary-rgb));
    --bs-btn-border-color: rgb(var(--bs-primary-rgb));
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: rgb(var(--bs-tertiary-color-rgb));
    --bs-btn-hover-color: rgb(var(--bs-tertiary-color-rgb));
    --bs-btn-active-bg: rgb(var(--bs-tertiary-color-rgb));
    --bs-btn-active-border-color: rgb(var(--bs-tertiary-color-rgb));
    --bs-btn-disabled-bg: rgb(var(--bs-primary-rgb));
    --bs-btn-disabled-border-color: rgb(var(--bs-primary-rgb));
}
.btn-outline-light:hover {
  color: rgb(var(--bs-tertiary-color-rgb));
}

/* Hero + Vision CTA: style plain <a> as btn-outline-light */
.closing-cta a,
.hero-cta a,
.vision-cta a {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headline-font-weight);
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.closing-cta a:hover,
.closing-cta a:active,
.closing-cta a:focus,
.hero-cta a:hover,
.hero-cta a:active,
.hero-cta a:focus {
  background-color: #fff;
  border-color: rgb(var(--bs-tertiary-color-rgb));
  color: rgb(var(--bs-tertiary-color-rgb));
}

.content-block-cta a:hover,
.content-block-cta a:active,
.content-block-cta a:focus,
.expertise-detail-cta a:hover,
.expertise-detail-cta a:active,
.expertise-detail-cta a:focus {
  border-color: rgb(var(--bs-tertiary-color-rgb));
  color: rgb(var(--bs-tertiary-color-rgb));
}

.vision-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.vision-cta a {
  flex: 1 1 auto;
  text-align: center;
}

.vision-cta a:hover,
.vision-cta a:active,
.vision-cta a:focus {
  background-color: #fff;
  border-color: rgb(var(--bs-tertiary-color-rgb));
  color: rgb(var(--bs-tertiary-color-rgb));
}
.btn-outline-primary {
  --bs-btn-color: #e04e39;
  --bs-btn-border-color: #e04e39;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: rgb(var(--bs-tertiary-color-rgb));
  --bs-btn-hover-color: rgb(var(--bs-tertiary-color-rgb));
  --bs-btn-active-bg: rgb(var(--bs-tertiary-color-rgb));
  --bs-btn-active-border-color: rgb(var(--bs-tertiary-color-rgb));
  --bs-btn-disabled-color: #e04e39;
  --bs-btn-disabled-border-color: #e04e39;
}

.form-control:focus {
    border-color: rgb(var(--bs-secondary-color-rgb));
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(var(--bs-secondary-color-rgb), .25);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.7) translateY(-0.6rem) translateX(0.3rem);
}
.form-floating>.form-control:not(:placeholder-shown)~label::after {
  background-color: transparent;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:autofill,
textarea:autofill,
select:autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(var(--bs-secondary-color-rgb), .1) inset;
    box-shadow: 0 0 0 1000px rgba(var(--bs-secondary-color-rgb), .1) inset;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
}

.footer-contact-icon {
    color: rgb(var(--bs-primary-rgb));
    height: 24px;
    width: 24px;
}
.footer-contact-links i {
    color: rgb(var(--bs-primary-rgb));
    font-size: 1.5em;
    margin-right: 0.75rem !important;
}

.footer-contact-links a {
    align-items: center;
    display: flex;
}

.footer-contact-btn a {
    background-color: rgb(var(--bs-primary-rgb));
    border: 3px solid rgb(var(--bs-primary-rgb));
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: var(--bs-headings-font-family);
    font-weight: var(--bs-headline-font-weight);
    min-width: 180px;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.footer-contact-btn a:hover,
.footer-contact-btn a:active,
.footer-contact-btn a:focus {
    background-color: #fff;
    border-color: rgb(var(--bs-tertiary-color-rgb));
    color: rgb(var(--bs-tertiary-color-rgb));
}

.footer-legal-bar a,
.footer-legal-bar [data-cookie-consent] {
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-legal-bar [data-cookie-consent] p {
    margin: 0;
}

.footer-legal-bar a:hover,
.footer-legal-bar [data-cookie-consent]:hover {
    color: #fff;
    text-decoration: none;
}

.footer-divider {
    background: linear-gradient(90deg, rgb(var(--bs-primary-rgb)) 25%, rgb(var(--bs-secondary-color-rgb)) 60%, rgb(var(--bs-tertiary-color-rgb)) 100%);
    height: 10px;
}

.fw-bold {
    font-family: var(--bs-headings-font-family);
    font-weight: var(--bs-headline-font-weight) !important;
}

.gradient-container {
    background: linear-gradient(45deg, rgb(var(--bs-primary-rgb)) 25%, rgb(var(--bs-secondary-color-rgb)) 60%, rgb(var(--bs-tertiary-color-rgb)) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.gradient2-container {
    background: linear-gradient(90deg, rgb(var(--bs-secondary-color-rgb)) 30%, rgb(var(--bs-tertiary-color-rgb)) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

/* Expertise Detail Template */
.expertise-detail h2,
.expertise-detail h3 {
  hyphens: auto;
}

.expertise-detail-hero-image img {
    height: auto;
    width: 100%;
}

.expertise-detail-scroll {
    align-items: center;
    border: 2px solid rgb(var(--bs-primary-rgb));
    border-radius: 50%;
    color: rgb(var(--bs-primary-rgb));
    display: inline-flex;
    font-size: 1.25rem;
    height: 2.5rem;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    width: 2.5rem;
}

.expertise-detail-scroll:hover {
    border-color: rgb(var(--bs-tertiary-color-rgb));
    color: rgb(var(--bs-tertiary-color-rgb));
}

.expertise-detail-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.expertise-detail-cta a {
    background-color: transparent;
    border: 3px solid rgb(var(--bs-primary-rgb));
    border-radius: 0;
    color: rgb(var(--bs-primary-rgb));
    display: inline-block;
    flex: 1 1 auto;
    font-family: var(--bs-headings-font-family);
    font-weight: var(--bs-headline-font-weight);
    padding: 0.75rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.expertise-detail-content p {
  margin-bottom: 0;
}

.expertise-hero-content {
    position: relative;
}

.expertise-hero-image {
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 992px) {
    .expertise-hero-image {
        height: 500px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(12px);
        width: 38%;
    }
    .expertise-hero-image img {
        height: 100%;
        object-fit: cover;
        object-position: center top;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .expertise-hero-image {
        height: 520px;
    }
}

@media (min-width: 1400px) {
    .expertise-hero-image {
        height: 440px;
    }
}

.hyphens-auto {
  hyphens: auto;
}

.mission-text p,
.vision-text {
  margin-top: 1.5rem;
}

.vision-text p {
  hyphens: auto;
}

nav {
    background-color: #fff !important;

    .container {
      padding: 2.5rem 0 2.5rem 0 !important;
      transition: all 0.3s ease;
    }
    .container.navbar-container-shrink {
      padding: 0.5rem 0 0.5rem 0 !important;
    }
    .dropdown-menu {
      border: 0;
      border-radius: 0;
      box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.15);
      margin-top: 0 !important;
      padding: 1rem 0 2rem 0;
      right: 0;

      @media (max-width: 991.98px) {
        .container {
          padding-left: 0.5rem !important;
          padding-right: 0.5rem !important;
        }
      }

      .dropdown-menu-headline {
        color: rgb(var(--bs-primary-rgb));
        font-weight: var(--bs-headline-font-weight);
        margin-bottom: 0.5rem;
        text-transform: uppercase;
      }
      .dropdown-menu-button {
        text-transform: uppercase;
      }

    }
    .dropdown-item {
      border-left: 3px solid #e04e39;
      font-size: 1.25rem;
      hyphens: auto;
      overflow: hidden;
      overflow-wrap: break-word;
      padding-bottom: 10px;
      padding-top: 10px;
      position: relative;
      white-space: normal;
      width: fit-content !important;
      word-wrap: break-word;
      z-index: 1;
    }
    .dropdown-item::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: #e04e39;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s ease;
      z-index: -1;
    }
    .dropdown-item:hover, .dropdown-item:focus {
      background-color: transparent;
      color: #fff;
    }
    .dropdown-item:hover::before,
    .dropdown-item:focus::before {
      transform: scaleX(1);
    }
    .dropdown-item.active, .dropdown-item:active {
        background-color: #e04e39;
    }
    .dropdown-toggle::after {
      display: none;
    }
    .nav-item {
      align-items: center;
      display: flex;
      font-family: var(--bs-headings-font-family);
      font-weight: var(--bs-headline-font-weight) !important;
    }
    .nav-item-active {
      border-bottom: 3px solid rgb(var(--bs-tertiary-color-rgb));
    }
    .nav-link {
        color: #000
    }
    .nav-link.show {
        color: rgb(var(--bs-tertiary-color-rgb)) !important;
    }
    .nav-link:focus-visible {
        box-shadow: none;
    }
    .navbar-brand {
        width: 100%;
        max-width: 350px;
    }
    .navbar-collapse {
        height: 100%;
    }
    .navbar-nav {
      --bs-nav-link-hover-color: rgb(var(--bs-tertiary-color-rgb));
      gap: 10px;
      height: 100%;
    }

    .navbar-brand-shrink {
      max-width: 250px !important;
    }
}

.no-margin-p-wrapper p {
  margin: 0 !important;
}

section {
    a:hover {
      .cms-background__content {
        color: white !important;
      }
    }

    h1, h2 {
      text-transform: uppercase;
    }
    h1{
        font-size: calc(2rem + 1.5vw);
        font-weight: var(--bs-headline-font-weight);
    }
    h2 {
        font-size: clamp(1.5rem, calc(1.5rem + 1.5vw), 3rem);
        font-weight: var(--bs-headline-font-weight);
    }

    .claim {
      h1 {
        font-size: clamp(2.5rem, calc(3rem + 1.5vw), 4.5rem);
        line-height: 1.5;
      }
    }
    .claim-highlight {
      h1 {
        -webkit-box-decoration-break: clone;
        /* White highlight box with a font-metric-independent height:
           a gradient rectangle of fixed em-height, vertically centered per
           line fragment. The top/bottom white margin therefore looks
           identical across all engines (Blink, Gecko, WebKit/iOS) and on
           real mobile devices - no dependency on how the UA sizes the inline
           content area (WebKit paints it taller than Blink/Gecko).
           The generous vertical padding only exists to make the inline box
           taller than the gradient, so the gradient (not the engine-sized
           content area) is the binding constraint and fully defines the
           white height. The padding area itself stays transparent.
           Knobs:
             - background-size height = total white box height. Free to choose
               as long as it stays below the box (content area + 2x vertical
               padding) AND below line-height 1.5em (else wrapped lines touch);
             - background-position = vertical placement around the caps;
             - horizontal padding (2nd value) = left/right white margin. */
        background-image: linear-gradient(#fff, #fff);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 1.2em;
        box-decoration-break: clone;
        color: rgb(var(--bs-primary-rgb));
        display: inline;
        padding: 0.5em 1rem;
      }
    }
    .h1-highlighted {
      background: white;
      box-decoration-break: clone;
      display: inline;
      line-height: 2;
      padding: 0.75rem 1rem 0 1rem;
    }

    .highlighted-block {
        display: inline-block;

        p {
          background: #fff;
          box-decoration-break: clone;
          margin: 0 0 0.35rem 0;
          padding: 0.5rem 0.5rem 0 0.5rem;
          width: fit-content;
        }

        p:last-child {
          margin-bottom: 0;
        }
    }
    .hover-primary:hover {
        .cms-background__overlay{
            background-color: rgba(var(--bs-primary-rgb), 0.8) !important;
        }
    }
    .hover-secondary:hover {
        .cms-background__overlay{
            background-color: rgba(var(--bs-secondary-color-rgb), 0.8) !important;
        }
    }
    .hover-tertiary:hover {
        .cms-background__overlay{
            background-color: rgba(var(--bs-tertiary-color-rgb), 0.8) !important;
        }
    }
    .col-height-md {
        min-height: 300px;
    }
    .col-height-lg {
        min-height: 400px;
    }
    .col-height-sm {
        min-height: 200px;
    }
}

.scroll-top {
  border: 2px solid transparent !important;
  position: fixed;
  right: 0;
  bottom: 5rem;
  z-index: 1050;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;

  pointer-events: none;
  svg {
      height: 28px;
      width: 28px;
  }
}

/* -- CMS toolbar logo ------------------------------------------------------ */

div.cms .cms-toolbar-item-logo a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 83.6062 83.6362"><polygon points="57.1774 .01 57.1774 83.6362 39.2872 70.4306 39.2883 15.6293 0 15.6193 12.6794 .01 57.1774 .01" fill="%23e04e39"/><path d="M83.6062,11.6795l-17.8792,12.0494V0h6.1997c6.4504,0,11.6795,5.2291,11.6795,11.6795h0Z"/><polygon points="83.6049 70.4306 65.727 83.6362 65.727 34.0484 83.6062 21.999 83.6049 70.4306" fill="%23e04e39"/></svg>') !important;
  background-size: 25px !important;
}

div.cms .cms-toolbar-item-logo a::before {
  content: none !important;
}
.scroll-top:hover {
  background-color: #fff;
  border-color: rgb(var(--bs-tertiary-color-rgb)) !important;
  color: rgb(var(--bs-tertiary-color-rgb));
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);

  pointer-events: auto;
}

.text-tertiary {
    color: rgb(var(--bs-tertiary-color-rgb));
}

/*breaking point max small*/
@media (max-width: 1199.98px) {
  nav {
    .navbar-brand {
      max-width: 250px;
    }
    .navbar-brand-shrink {
      max-width: 180px !important;
    }
  }
}

@media (max-width: 991.98px) {
  nav {
    .navbar-brand {
      padding-left: 0.5rem;
    }
  }
}

@media (max-width: 767px) {
  nav {
    .navbar-brand {
      max-width: 250px;
    }
    .navbar-brand-shrink {
      max-width: 200px !important;
    }
  }
  section {
    .col-height-lg {
      min-height: 200px;
    }
    .col-height-sm {
      min-height: 140px;
    }
  }
}

/*breaking point large*/
@media (min-width: 992px) {
  .navbar .nav-item {
    align-items: center;
    height: 100px;

    .dropdown-icon {
      display: none;
    }
  }
}

/*breaking point max medium*/
@media (max-width: 991px) {
    .navbar .nav-item {
        box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.15);
    }

    .navbar .nav-item.dropdown {
        display: flex;
        flex-direction: column;
    }
    .navbar .nav-link.dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        white-space: normal;
    }
    .navbar .nav-link.dropdown-toggle::after {
        margin-left: 0;
        flex-shrink: 0;
    }
    .navbar .nav-link.dropdown-toggle span {
        flex-grow: 1;
        text-align: left;
    }
    .navbar .navbar-nav {
        --bs-nav-link-padding-x: 0.5rem;
    }
    section {
        .col-height-lg {
          min-height: 300px;
        }
        .col-height-sm {
          min-height: 160px;
        }
        .h1-highlighted {
          line-height: 2;
        }
    }
}

/*breaking point extra large*/
@media (min-width: 1200px) {
    .navbar .navbar-nav {
      gap: 20px;
    }
}

/*breaking point extra extra large*/
@media (min-width: 1400px) {
}

.mb-10 {
  margin-bottom: 6rem !important;
}

/* -- About Us: Intro section ------------------------------------------- */

.intro-ti-logo {
  padding-top: 0.5rem;
}

.intro-text,
.section-text {
  margin-top: 1.5rem;
}

.intro-text p,
.section-text p {
  hyphens: auto;
}

.section-subline {
  margin-top: 0.75rem;
}

/* -- Hero spacing ---------------------------------------------------------- */

.hero-cta {
  margin-top: 3rem;
}

.hero-eyebrow {
  margin-top: 3rem;
}

.hero-eyebrow p,
.hero-eyebrow span {
  background: #fff;
  color: rgb(var(--bs-primary-rgb));
  display: inline-block;
  font-family: var(--bs-headings-font-family);
  font-size: calc(0.85rem + 0.5vw);
  font-weight: var(--bs-headline-font-weight);
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  padding: 0.15rem 0.75rem 0 0.75rem;
  text-transform: uppercase;
}

/* -- Teaser tiles ---------------------------------------------------------- */

.teaser-tile {
  background-color: #1a1a1a;
  height: 400px;
  overflow: hidden;
  position: relative;
}


.teaser-tile img {
  display: block;
  height: 100% !important;
  inset: 0;
  max-width: unset !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100% !important;
  z-index: 0;
}

.teaser-tile > .cms-plugin {
  inset: 0;
  position: absolute;
}

.teaser-tile-link {
  margin-top: 0.5rem;
}

.teaser-tile-link a {
  color: #fff;
}

.teaser-tile-link a:hover {
  color: rgb(var(--bs-tertiary-color-rgb));
}

.teaser-tile-overlay {
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  left: 0;
  padding: 1rem 1.25rem;
  position: absolute;
  right: 0;
  z-index: 1;
}

.teaser-tile-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#teaser {
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

#teaser h2 {
  color: rgb(var(--bs-primary-rgb));
}

.teaser-tile-title,
.teaser-tile-title h3 {
  color: #fff;
  font-family: var(--bs-headings-font-family);
  font-size: 1.4rem;
  font-weight: var(--bs-headline-font-weight);
  margin: 0;
  text-transform: uppercase;
}

.teaser-tile-title p,
.teaser-tile-title h3 {
  margin-bottom: 0;
}

.teaser-toggle {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 1.1rem;
  height: 28px;
  line-height: 1;
  margin-left: 0.75rem;
  padding: 0;
  transition: background-color 0.2s;
  width: 28px;
}

.teaser-toggle:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.teaser-tile-expand {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.teaser-tile-expand p,
.teaser-tile-expand span {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.teaser-tile-large {
  height: 400px;
}

.teaser-tile-sm {
  height: 240px;
}

.solution-detail .teaser-tile-sm {
  height: 480px;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .solution-detail .teaser-tile-sm {
    height: 420px;
  }
}

@media (max-width: 991.98px) {
  .solution-detail .teaser-tile-sm {
    height: 340px;
  }
}

.expertise-detail-tiles-headline h2 {
  font-size: 1.75rem;
}

/* -- State of the Art: content blocks -------------------------------------- */


.content-block-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.content-block-cta a {
  border: 3px solid rgb(var(--bs-primary-rgb));
  border-radius: 0;
  color: rgb(var(--bs-primary-rgb));
  display: inline-block;
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headline-font-weight);
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


.content-block-left h2 {
  color: rgb(var(--bs-primary-rgb));
}

.content-block-text {
  margin-top: 1rem;
}

.content-block {
  border-left: 4px solid rgb(var(--bs-primary-rgb));
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.5rem 1rem;
}

.content-block h3,
.content-blocks-grid h3 {
  font-size: calc(1.275rem + .3vw);
  font-weight: var(--bs-headline-font-weight);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}


.content-block p,
.content-block-text p,
.content-blocks-grid p {
  margin-bottom: 0 !important;
}

.content-blocks-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .content-blocks-grid {
    grid-template-columns: 1fr;
  }
}

.closing-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.closing-text {
  margin-top: 1rem;
}

.closing-elements-grid {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.closing-elements-grid > * {
  border-left: 6px solid #fff;
  padding-left: 1rem;
}

/* -- Vision and Values ----------------------------------------------------- */

.vision-hero {
  overflow: hidden;
  position: relative;
}

.vision-hero .hero-eyebrow p,
.vision-hero .hero-eyebrow span {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.vision-hero-title h1 {
  color: rgb(var(--bs-primary-rgb));
  font-size: clamp(2.5rem, calc(3rem + 2vw), 5rem);
  font-weight: var(--bs-headline-font-weight);
  line-height: 1.1;
  text-transform: uppercase;
}

.vision-intro-text {
  margin-top: 1rem;
}

.vision-watermark {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.vision-watermark img {
  max-height: 100%;
  width: auto;
}

.vision-tile {
  background-color: rgba(255, 255, 255, 0.15);
  height: 100%;
  padding: 1.25rem;
}

.vision-tile h3 {
  color: #fff;
  font-weight: var(--bs-headline-font-weight);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.vision-tile p {
  color: #fff;
  margin-bottom: 0;
}

/* -- General page (plain hero) --------------------------------------------- */

.general-hero h1 {
  color: rgb(var(--bs-primary-rgb));
}

.general-hero .hero-eyebrow p,
.general-hero .hero-eyebrow span {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

/* -- Quality Standards ----------------------------------------------------- */

.quality-comparison-col {
  height: 100%;
  padding: 1.5rem;
}

.quality-comparison-col-left {
  background-color: #f2f2f2;
}

.quality-comparison-col-left h3 {
  color: #666;
}

.quality-comparison-col-right {
  background-color: rgb(var(--bs-primary-rgb));
}

.quality-comparison-col-right h3,
.quality-comparison-col-right p {
  color: #fff;
}

.quality-comparison-items-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.quality-comparison-items-grid > * {
  border-left: 6px solid #fff;
  padding-left: 1rem;
}

.quality-block-3-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.quality-block-3-grid > * {
  border: 2px solid #fff;
  color: #fff;
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headline-font-weight);
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
}

.quality-block-3-grid p {
  color: #fff;
  margin-bottom: 0;
}

.quality-block-1-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.quality-block-1-grid > * {
  border: 2px solid rgb(var(--bs-primary-rgb));
  color: rgb(var(--bs-primary-rgb));
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headline-font-weight);
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
}

.quality-block-1-grid p {
  color: rgb(var(--bs-primary-rgb));
  margin-bottom: 0;
}

.quality-block-2-subheading {
  margin-top: 2rem;
}

/* -- Distinguished tiles (Section 5 About Us) ------------------------------ */

.distinguished-tile {
  background: linear-gradient(90deg, rgb(var(--bs-secondary-color-rgb)) 30%, rgb(var(--bs-tertiary-color-rgb)) 100%);
  background-size: 300% 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  padding: 1.5rem;
}

.distinguished-tile-1 { background-position: 0% 50%; }
.distinguished-tile-2 { background-position: 50% 50%; }
.distinguished-tile-3 { background-position: 100% 50%; }

.distinguished-tile-link {
  margin-top: auto;
}

.distinguished-tile-link a {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headline-font-weight);
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.distinguished-tile-link a:hover,
.distinguished-tile-link a:active,
.distinguished-tile-link a:focus {
  background-color: #fff;
  border-color: #fff;
  color: rgb(var(--bs-tertiary-color-rgb));
}

.distinguished-tile-text {
  color: #fff;
  margin-top: 0.75rem;
}

.distinguished-tile-text p {
  margin-bottom: 0;
}

.distinguished-tile-title,
.distinguished-tile-title h3 {
  color: #fff;
  font-family: var(--bs-headings-font-family);
  font-size: 1.4rem;
  font-weight: var(--bs-headline-font-weight);
  margin: 0;
  text-transform: uppercase;
}


/* -- Bootstrap accordion overrides ----------------------------------------- */

.accordion {
  --bs-accordion-btn-bg: rgb(var(--bs-secondary-color-rgb));
  --bs-accordion-btn-color: #fff;
  --bs-accordion-active-bg: rgb(var(--bs-secondary-color-rgb));
  --bs-accordion-active-color: #fff;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: rgb(var(--bs-secondary-color-rgb));
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-color-rgb), 0.25);
}

/* -- Partner Program ------------------------------------------------------- */

.partner-hero {
  min-height: 60vh;
  overflow: hidden;
  position: relative;
}

.partner-hero-image {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.partner-hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.partner-hero-content {
  align-items: flex-end;
  display: flex;
  min-height: 60vh;
  padding-bottom: 3rem;
  padding-top: 7rem;
  position: relative;
  z-index: 1;
}

/* -- Utility --------------------------------------------------------------- */

.card-accent-primary {
  border: none !important;
  border-left: 5px solid rgb(var(--bs-primary-rgb)) !important;
  border-radius: 0 !important;
}

.card-accent-secondary {
  border: none !important;
  border-left: 5px solid rgb(var(--bs-secondary-color-rgb)) !important;
  border-radius: 0 !important;
}

.usecase-card {
  border: none !important;
}

.usecase-card .card-header {
  min-height: 160px;
}

.usecase-card .card-body a,
.usecase-card .card-header a {
  color: rgb(var(--bs-primary-rgb));
}

.usecase-card .card-body a:hover,
.usecase-card .card-header a:hover {
  color: rgb(var(--bs-tertiary-color-rgb));
}

.usecase-card .card-footer {
  background-color: #fff;
}

.usecase-cta {
  border: 3px solid rgb(var(--bs-primary-rgb));
  border-radius: 0;
  color: rgb(var(--bs-primary-rgb));
  display: inline-block;
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headline-font-weight);
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.usecase-cta:hover,
.usecase-cta:active,
.usecase-cta:focus {
  border-color: rgb(var(--bs-tertiary-color-rgb));
  color: rgb(var(--bs-tertiary-color-rgb));
}

.closing-cta a.disabled,
.content-block-cta a.disabled,
.expertise-detail-cta a.disabled,
.footer-contact-btn a.disabled,
.hero-cta a.disabled,
.usecase-cta.disabled,
.vision-cta a.disabled {
  opacity: 0.4;
}

.usecase-topics {
  font-size: 1rem;
}

.link-hover-primary a:hover {
  color: var(--bs-primary) !important;
}