/* ibm-plex-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/ibm-plex-sans-v19-latin-300.woff2") format("woff2"), url("../assets/fonts/ibm-plex-sans-v19-latin-300.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* ibm-plex-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/ibm-plex-sans-v19-latin-regular.woff2") format("woff2"), url("../assets/fonts/ibm-plex-sans-v19-latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* ibm-plex-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/ibm-plex-sans-v19-latin-600.woff2") format("woff2"), url("../assets/fonts/ibm-plex-sans-v19-latin-600.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* ibm-plex-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/ibm-plex-sans-v19-latin-700.woff2") format("woff2"), url("../assets/fonts/ibm-plex-sans-v19-latin-700.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

:root {
  --bs-body-font-family: "Ubuntu", "IBM Plex Sans", sans-serif;
  --bs-body-font-size: 1.1rem;
  --bs-body-font-weight: 300; }

h1 {
  color: #6797ad;
  text-transform: uppercase; }
  h1 a {
    text-decoration: none; }

a {
  color: currentColor; }

code {
  color: #fe6b31; }

.btn {
  padding: 8px;
  border-color: #6797ad;
  border-radius: 0;
  background-color: #6797ad; }

header {
  background-color: #6797ad;
  overflow: hidden; }
  header .banner-title-container {
    position: relative; }
    @media (max-width: 991.98px) {
      header .banner-title-container .banner-wrapper {
        max-width: 200%;
        width: 200%; } }
    header .banner-title-container .title {
      word-break: break-all; }
  header .title-container {
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    line-height: 1; }
    @media (max-width: 575.98px) {
      header .title-container {
        position: static; } }
    header .title-container h1,
    header .title-container h2 {
      padding: 2px 12px 4px;
      margin: 0;
      display: inline-block;
      color: white;
      background-color: #140a3a; }
    header .title-container h1 {
      font-size: 3.5rem;
      text-transform: initial; }
    header .title-container h2 {
      padding-top: 0;
      font-size: 1.6rem;
      font-weight: 400; }
  header .credits {
    position: absolute;
    right: 0;
    bottom: 0; }
    header .credits p {
      color: white;
      font-size: 1rem;
      font-weight: 400; }

.navbar .navbar-toggler {
  height: 52px;
  width: 52px;
  position: fixed;
  top: 1.2rem;
  right: 1.2rem;
  border: 3px solid #fe6b31;
  border-radius: 50%;
  background-color: white;
  border-color: #fe6b31; }
  .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(254,107,49)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar .btn-close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  border-radius: 50%; }

.navbar .offcanvas {
  background-color: #fe6b31; }

.navbar .nav-item {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase; }
  .navbar .nav-item a {
    color: white; }
    .navbar .nav-item a:hover {
      text-decoration: underline;
      text-decoration-line: 2px solid white; }

.navbar .nav-secondary .nav-item {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: initial; }

.claim {
  color: white;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400; }

.text-block {
  font-size: 1.3rem; }
  @media (max-width: 575.98px) {
    .text-block .thumb {
      width: 50% !important; } }
  .text-block h1 {
    padding: 0 4px;
    margin: 2rem 0 1rem;
    font-size: 2rem;
    font-weight: 600;
    color: white;
    background-color: #140a3a;
    display: inline-block; }
  .text-block p:last-of-type {
    margin-bottom: 0; }

.card {
  border-radius: 0; }

.pillars {
  background-color: #fe6b31; }
  .pillars .card {
    padding-bottom: 1rem;
    background-color: white;
    border: 3px solid #fe6b31;
    border-radius: 0; }
    .pillars .card:hover {
      background-color: #f3f91b;
      transition: background-color ease 0.2s; }
  .pillars .card-img-top {
    width: 50%; }
  .pillars .card-title {
    min-height: 2.8em;
    color: #6797ad;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase; }

.consultancy article:not(:last-of-type) {
  border-bottom: 2px solid #fe6b31; }

.consultancy h1 {
  font-size: 1.5rem; }

.training {
  border: 3px solid #a9c4d1;
  background-color: #a9c4d1; }
  .training .card {
    border: 3px solid #a9c4d1;
    background-color: white; }
    .training .card .card-title {
      min-height: 2.8em;
      text-transform: initial;
      font-size: 2rem; }

.accordion {
  --bs-accordion-active-bg: #fe6b31;
  --bs-accordion-border-color: #fe6b31;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-border-width: 2px; }
  .accordion.sub-accordion {
    --bs-accordion-active-bg: #6797ad;
    --bs-accordion-border-color: #6797ad;
    --bs-accordion-border-width: 1px; }
    .accordion.sub-accordion .accordion-header .accordion-button {
      padding: 0.5rem 1.4rem;
      background-color: rgba(103, 151, 173, 0.4);
      text-transform: initial; }
      .accordion.sub-accordion .accordion-header .accordion-button:not(.collapsed) {
        background-color: #6797ad;
        box-shadow: none; }
    .accordion.sub-accordion .accordion-body {
      background-color: rgba(103, 151, 173, 0.2); }
  .accordion .accordion-item {
    border-left: none;
    border-right: none; }
  .accordion .accordion-header .accordion-button {
    color: black;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase; }
    .accordion .accordion-header .accordion-button:not(.collapsed) {
      color: white; }
      .accordion .accordion-header .accordion-button:not(.collapsed):after {
        color: white; }

footer {
  color: #140a3a;
  background-color: #6797ad; }
  footer h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase; }
  footer p {
    font-weight: 400;
    line-height: 1.75; }
  footer p:last-of-type {
    margin-bottom: 0; }
  footer .copyright {
    font-size: 0.9rem; }
