/* abiosa-typography.css
   Uses Inter by default (change if you prefer another loaded font)
*/
:root {
  --font-noto-sans: "Noto Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 84px;
}

body {
  font-family: var(--font-noto-sans);
  color: #547084;
}

.color-text-547084 {
  color: #547084;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #547084;
}

.nav-link {
  color: #547084;
}

/* Headings / titles */
.h1-page-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.h2-section-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.2em;
}

.h3-subsection {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.card-title-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.kp-heading {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.kp-body-text {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.read-more-1 {
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
}

.lead-intro {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.body-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

.nav-breadcrumbs {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.div-background-color-e7ecf3 {
  background-color: #e7ecf3;
}

.div-background-color-547084 {
  background-color: #547084;
}

.bg-abios {
  background: rgba(84, 112, 132, 0.5);
  background: #54708480;
}

.plusjakarta-semibold-16 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  vertical-align: middle;
}

.bg-e7ecf3-50 {
  background: rgba(231, 236, 243, 0.5);
}

.ks-title-center {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
}

.ks-heading-48 {
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.2em;
}

.ks-noto-40-semibold {
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.2em;
}

.ks-inter-22-regular {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
}

.div-background-color-f2f1f1 {
  background-color: #f2f1f1;
}

.img-frame-1 {
  border: 14px solid #d9d9d9;
}

.kp-cover {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #96938f;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.kp-cover-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.kp-cover-background-color-f5e8d3 {
  background: #f5e8d3;
}

.kp-cover-background-color-f2f1f1 {
  background: #f2f1f1;
}

.list-square {
  list-style-type: square;
}

.download-btn {
  background: #d9d9d9;
  border: 0;
  border-radius: 0;
  padding: 10px 12px 10px 22px;
  width: 320px;
}

.download-btn:hover {
  background: #cfcfcf;
}

.download-text {
  color: #6b7f8f;
  letter-spacing: 0.28em;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
}

.download-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
}

.download-icon img {
  width: 54px;
  height: auto;
  display: block;
}

.story-copy p {
  font-size: 18px;
  line-height: 1.65;
  color: #5c7281;
  margin: 0 0 1.25rem 0;
}

.story-copy p:last-child {
  margin-bottom: 0;
}

.blueband {
  background: #eaf2f7;
  padding: 3rem 0;
}

.section-pad {
  padding: 3rem 0;
}

.callout-band {
  background: #e9e9eb;
  padding: 3.5rem 0;
}

.callout-box {
  background: #4f6d7a;
  padding: 3rem 3.5rem;
  max-width: 860px;
  margin: 0 auto;
}

.callout-box p {
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 1.25rem 0;
}

.callout-box p:last-child {
  margin-bottom: 0;
}

.kp-cover.is-landscape {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.kp-cover.is-landscape .kp-cover-img {
  object-fit: contain;
}

.kp-cover > a {
  display: block;
  width: 100%;
  height: 100%;
}

.kp-cover > a > img {
  width: 100%;
  height: 100%;
  display: block;
}

.ks-noto-20-medium {
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
}

.inter-medium-20 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
}

.is-on-quick-filter {
  background: #fff;
  border: 2px solid #cf9b4e !important;
}

.navbar-nav .nav-link:hover {
  font-weight: 700;
  color: #547084;
}

/* Mega menu */
.mega-menu-wrapper {
  display: none;
  position: fixed;
  top: var(--nav-h, 116px);
  left: 0;
  width: 100vw;
  z-index: 1000;
}

.nav-about.is-open .mega-menu-wrapper {
  display: block;
}

.mega-menu {
  display: none;
  height: auto;
  min-height: 0;
}

.mega-menu.active {
  display: block;
}

.mega-menu > div {
  height: auto;
  min-height: 0;
}

.mega-menu .row {
  align-items: flex-start;
}

/* All links */
a:link,
a:visited {
  color: #3a3a3a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0b2f5b;
  text-decoration: none;
}

.tile-link {
  min-height: 120px;
}

/* Mobile submenu */
.mobile-submenu {
  padding: 0.25rem 0 0.75rem 0;
  border-top: 1px solid #f1f3f5;
}

.mobile-submenu .submenu-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  margin: 0.75rem 0 0.5rem;
}

.mobile-submenu a {
  display: block;
  padding: 0.35rem 0;
  text-decoration: none;
  color: #212529;
}

.mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-toggle::after {
  content: "+";
  font-size: 1.1rem;
}

.mobile-toggle[aria-expanded="true"]::after {
  content: "-";
}

@media (min-width: 992px) {
  .header-navigation-bar {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  #mainNav .navbar-nav {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 0.25rem 1rem;
  }

  #mainNav .navbar-nav .nav-item {
    flex: 0 0 auto;
  }

  #mainNav .navbar-nav .nav-link {
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  .mega-menu {
    height: auto;
    min-height: 0;
  }

  .mega-menu > div {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 991.98px) {
  .header-navigation-bar,
  .site-header {
    position: relative !important;
    top: auto !important;
  }

  #mainNav {
    max-height: none !important;
    overflow: visible !important;
  }
}
