html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@font-face {
  font-family: 'Gentium Book';
  src: url('../fonts/Gentium_Book_Basic/GenBkBasR.ttf') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}





/*------------------------------
            Global        
------------------------------*/
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h1 {
  line-height: normal;
}
h3 {
  font-family: 'Gentium Book', serif;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
}
h3 span {
  display: block;
  font-family: Lato;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
h4 {
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.75rem;
}
h5 {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
}
h6 {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
}
p, ul {
  font-size: 1rem;
  line-height: normal;
  line-height: 1.5;
}
address {
  font-size: 1rem;
  line-height: normal;
  line-height: 1.5;
}
b {
  font-weight: 700;
}
.f90 {
  font-size: 5.625rem;
}
.f85 {
  font-size: 5.3125rem;
}
.f80 {
  font-size: 5rem;
}
.f75 {
  font-size: 4.6875rem;
}
.f64 {
  font-size: 4rem;
}
.f60 {
  font-size: 3.75rem;
}
.f55 {
  font-size: 3.4375rem;
}
.f50 {
  font-size: 3.125rem;
}
.f48 {
  font-size: 3rem;
}
.f46 {
  font-size: 2.875rem;
}
.f45 {
  font-size: 2.8125rem;
}
.f44 {
  font-size: 2.75rem;
}
.f40 {
  font-size: 2.5rem;
}
.f38 {
  font-size: 2.375rem;
}
.f36 {
  font-size: 2.25rem;
}
.f35 {
  font-size: 2.1825rem;
}
.f32 {
  font-size: 2rem;
}
.f30 {
  font-size: 1.875rem;
}
.f28 {
  font-size: 1.75rem;
}
.f27 {
  font-size: 1.6875rem;
}
.f26 {
  font-size: 1.625rem;
}
.f25 {
  font-size: 1.5625rem;
}
.f24 {
  font-size: 1.5rem;
}
.f22 {
  font-size: 1.375rem;
}
.f20 {
  font-size: 1.25rem;
}
.f18 {
  font-size: 1.125rem;
}
.f16 {
  font-size: 1rem;
}
.f14 {
  font-size: .875rem;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trans {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-anchor {
  z-index: -99;
  position: relative;
  padding-top: 0;
  margin-top: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1204px;
  }
}
@media (max-width: 1399px) {
  h3 span {
    font-size: .875rem;
  }
}
@media (max-width: 991px) {
  .scroll-anchor {
    padding-top: 4rem;
    margin-top: -4rem;
  }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  background: #14284B;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.navbar .navbar-brand {
  width: 7rem;
  padding: 0;
  margin: 0 .9375rem;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  border: none;
  outline: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar svg {
  width: 2rem!important;
  height: 2rem!important;
}
.navbar svg path {
  stroke: #fff!important;
}
.navbar-toggler .icon-close {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .icon-open {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .icon-close {
  display: inline-block;
}
.navbar .navbar-nav {
  min-height: auto;
  transition: all 3.3s ease-out;
}
.navbar .nav-link {
  position: relative;
  color: #fff;
  font-size: .875rem;
  letter-spacing: 0.04638rem;
  text-transform: uppercase;
  padding: 0!important;
  margin: auto 1rem 0;
  border-bottom: .125rem solid transparent;
}
.navbar .nav-link:not(.nav-inv):hover,
.navbar .nav-link:not(.nav-inv).active {
  border-color: #fff;
}
@media (min-width: 992px) {
  #home_page .navbar:not(.navbar-min) {
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(5px);
  }
  #home_page .navbar:not(.navbar-min) .navbar-brand {
    width: 12rem;
  }
  #home_page .navbar:not(.navbar-min) .navbar-nav {
    min-height: 5rem;
    align-items: baseline;
  }
  /* The actions cluster (language switcher + optional Investor Login button)
     sits at the right end of the nav, vertically centered. It flows in-line as
     a normal nav item, so it stays aligned with the other links whether or not
     the Investor Login button is present (the button only shows on the home
     page). The switcher sits to the LEFT of the button via DOM order. */
  /* Default state (collapsed nav on scroll, and all pages without the Investor
     Login button): the EN | FR switcher stays visible, vertically centered and
     inline at the right end of the nav. */
  .navbar .nav-actions {
    margin-left: 1rem;
    align-self: center;
    gap: .75rem;
  }
  .navbar .nav-actions .nav-lang {
    gap: 0;
  }
  /* Don't inherit the big nav-link margin. The active-language indicator uses
     text-decoration (underlines the TEXT glyphs only) instead of the default
     border-bottom, so the underline can't bleed under the divider/gap. */
  .navbar .nav-actions .nav-lang-link {
    margin: 0;
    border-bottom: none !important;
  }
  .navbar .nav-actions .nav-lang-link.active {
    text-decoration: underline;
    text-underline-offset: .35em;
    text-decoration-thickness: .125rem;
  }
  /* Divider centered in the gap between EN and FR. */
  .navbar .nav-actions .nav-lang-link + .nav-lang-link::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.9em;
    margin: 0 .6rem;
    background-color: rgba(255, 255, 255, 0.4);
    vertical-align: middle;
  }

  /* Home page, un-scrolled: the Investor Login button is shown and the whole
     actions cluster floats top-right as one unit (original design), with the
     switcher to the LEFT of the button. On scroll-collapse the cluster reverts
     to the inline default above and the button hides. */
  #home_page .navbar:not(.navbar-min) .nav-actions {
    position: absolute;
    top: -.5rem;
    right: -1rem;
    margin-left: 0;
  }
  .navbar .nav-link.nav-inv {
    display: none;
    color: #fff;
    background-color: #14284B;
    padding: .75rem .875rem!important;
    border-radius: 0.1875rem;
    margin: 0;
  }
  #home_page .navbar:not(.navbar-min) .nav-link.nav-inv {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar {
    background: #000;
  }
  #home_page .navbar:not(.navbar-min) {
    background: rgba(0, 0, 0, 0.30);
  }
  .navbar .navbar-brand {
    width: 5rem;
  }
  .navbar .navbar-nav {
    text-align: center;
    padding-top: 1.5rem;
  }
  .navbar .nav-link {
    padding: .5rem 0!important;
    margin: 0;
  }
  .navbar .nav-link.active {
    border: none;
    background-color: #14284B;
  }
  /* Mobile: actions cluster centers in the collapsed menu, switcher left of button */
  .navbar .nav-actions {
    justify-content: center;
    gap: .75rem;
    padding-top: .5rem;
  }
  .navbar .nav-link.nav-inv {
    color: #fff;
    background-color: #14284B;
    font-size: .56975rem;
    font-weight: 700;
    padding: .56975rem!important;
    letter-spacing: 0.03019rem;
    text-transform: uppercase;
  }
}





/*------------------------------
            Header
------------------------------*/
header {
  position: relative;
  background: #F9F9F9;
}
header .content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 18.5rem;
  padding: 6rem 0 2rem;
}
header .content::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 1px;
  content: '';
  background: #14284B;
}
header .content h1 {
  color: #14284B;
  font-family: 'Gentium Book';
  margin: auto 0 0;
}
header .content h2 {
  color: #14284B;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199px) {
  header .content {
    min-height: 15rem;
  }
}
#team_page header {
  background: #FFFFFF;
}





/*------------------------------
            Home
------------------------------*/
.home {
  z-index: 1;
  position: relative;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(../images/art/landing.jpg) center no-repeat;
  background-size: cover; */
  background-blend-mode: multiply;
}
.home .video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .video::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.home .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .content {
  justify-content: center;
  min-height: 100vh;
  padding: 6rem 0;
}
.home h1 {
  color: #fff;
  font-family: "Gowun Batang", serif;
  text-align: right;
  max-width: 46rem;
  margin: auto 0 0 auto;
}
.snapshot {
  background: #F9F9F9;
  padding: 4rem 0;
}
.snapshot .content {
  padding-top: 1rem;
  border-top: .1875rem solid #14284B;
}
.snapshot .num {
  font-family: 'Gentium Basic', serif;
  margin: 0;
}
.snapshot .desc {
  font-weight: 700;
  text-transform: uppercase;
  margin: -.5rem 0 1.5rem;
}
.snapshot .desc-2 {
  color: rgba(0, 0, 0, 0.60);
}
.home-about {
  text-align: center;
  padding: 5rem 0;
}
.home-about .title {
  font-weight: 700;
  text-transform: uppercase;
}
.home-about .desc {
  line-height: 1.4;
  margin: 0 auto;
  max-width: 940px;
  text-wrap: balance;
}
.home-about .desc p {
  font-size: 1.25rem;
}
.view-portfolio .content {
  position: relative;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #14284B;
}
.view-portfolio .title {
  color: #14284B;
  font-weight: 700;
  margin: 0 auto 0 0;
}
.view-portfolio a {
  display: inline-block;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin: auto 0;
}
.our-strategy {
  padding: 5rem 0 3rem;
}
.partnership {
  padding: 5rem 0;
}
.partnership .partnership-arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .75rem;
  height: 100%;
}
.partnership .partnership-arrow {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: transparent no-repeat center / 100% 100%;
  border: none;
  position: static;
  transform: none;
}
.partnership .partnership-arrow.slick-prev:hover {
  background-image: url('/images/icons/partnership-arrow-left-hover.svg');
}
.partnership .partnership-arrow.slick-next:hover {
  background-image: url('/images/icons/partnership-arrow-right-hover.svg');
}
.partnership .partnership-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
}
.partnership .partnership-arrow:hover img {
  opacity: 0;
}
.partnership .partnership-arrow.slick-prev::before,
.partnership .partnership-arrow.slick-next::before {
  content: '';
}
.partnership .partnership-slider {
  margin-top: 4rem;
  cursor: grab;
}
.partnership .partnership-slider:active {
  cursor: grabbing;
}
.partnership .partnership-slider .slick-slide a {
  -webkit-user-drag: none;
}
.partnership .partnership-slider .slick-track {
  display: flex;
  align-items: center;
}
.partnership .partnership-slider .slick-slide {
  transition: transform 0.4s ease;
  transform: scale(0.85);
}
.partnership .partnership-slider .slick-center {
  transform: scale(1);
}
.partnership .partnership-slider.is-sliding .slick-center {
  transform: scale(0.85);
}
.partnership .partnership-slider.is-sliding .is-leaving-center {
  transform: scale(1);
}
.partnership .slider-box {
  background: #F9F9F9;
  padding: 0;
  margin: 0 -1rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.partnership .slider-box > .row {
  padding: 2.5rem 2rem;
}
.partnership .company-desc {
  background: #D1D1D1;
  color: #3E4854;
  font-size: 1rem;
  line-height: 1.6;
  padding: 1.5rem 3.125rem;
  margin: 0;
}

.partnership .img-container {
  aspect-ratio: .92/1;
  border: 3px solid #fff;
}
.partnership .info {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.partnership .desc {
  position: relative;
  color: #404040;
  line-height: 1.5;
  max-width: 25.3125rem;
  padding: 1.5rem 2rem;
  margin: 0 auto .5rem;
}
.partnership .desc::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4375rem;
  height: 2rem;
  content: '';
  background: url(../images/icons/quotes-open.svg) center no-repeat;
  background-size: contain;
}
.partnership .desc::after {
  position: absolute;
  bottom: .5rem;
  right: 0;
  width: 2.4375rem;
  height: 2rem;
  content: '';
  background: url(../images/icons/quotes-close.svg) center no-repeat;
  background-size: contain;
}
.partnership .name {
  color: #14284B;
  font-weight: 700;
  letter-spacing: -0.03rem;
  margin-bottom: .125rem;
}
.partnership .title {
  color: #404040;
  font-size: .875rem;
}
.partnership .disclaimer {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}
.partnership .disclaimer p {
  color: rgba(64, 64, 64, .6);
  font-size: .625rem;
  font-style: italic;
  text-align: justify;
  max-width: 48.6875rem;
  margin: 0 auto;
}
.our-strategy .img-container {
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}
.our-strategy .title {
  color: #14284B;
  font-weight: 600;
  margin-bottom: 2rem;
}
.how-we-work {
  background: #F9F9F9;
  padding: 5rem 0;
}
.how-we-work h3 {
  margin-bottom: 1.5rem;
}
.how-we-work .content {
  padding-bottom: 1rem;
  border-bottom: 1px solid #14284B;
  margin-bottom: 1rem;
}
.how-we-work .title {
  font-weight: 500;
}
.how-we-work p {
  max-width: 30.5rem;
  font-weight: 300;
  margin: 0;
}
.how-we-work .how-we-work-slider {
  margin: 0 -.5rem;
}
.how-we-work .how-we-work-slider .slick-list {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.how-we-work .how-we-work-slider .slick-track {
  display: flex;
  align-items: center;
}
.how-we-work .how-we-work-slider .slider-box {
  margin: 0 .5rem;
}
.how-we-work .how-we-work-slider .slick-slide {
  position: relative;
  transition: transform 0.4s ease;
}
.how-we-work .how-we-work-slider .slick-center {
  z-index: 2;
}
.how-we-work .how-we-work-slider .img-container {
  filter: grayscale(1);
  height: 17rem;
  transition: all .3s ease-out;
}
.how-we-work .how-we-work-slider .img-container .img-cover {
  object-position: top;
}
.how-we-work .how-we-work-slider .slick-center .img-container  {
  height: 22rem;
}
.how-we-work .how-we-work-slider .slider-title {
  color: #14284B;
  font-style: italic;
  text-align: center;
}
@media (min-width: 992px) {
  .how-we-work .how-we-work-slider .slider-title {
    visibility: hidden;
  }
  .how-we-work .how-we-work-slider .slick-center .slider-title {
    visibility: visible;
  }
  .how-we-work .how-we-work-slider .slick-slide:not(.slick-center) {
    cursor: pointer;
  }
}
.home-portfolio {
  padding: 0 0 4rem;
}
.home-portfolio .portfolio-slider {
  margin: 0 -.75rem;
}
.home-portfolio .portfolio-slider .slider-box {
  margin: 0 .75rem;
}
.line {
  display: inline-block;
  width: 100%;
  height: 0.125rem;
  background: #14284B;
  margin: auto 0;
}
.home-portfolio .view-all {
  display: inline-block;
  color: #14284B;
  font-weight: 700;
  text-transform: uppercase;
  margin: auto 0;
}
.home-portfolio .img-container {
  aspect-ratio: 1;
  padding: 1rem;
}
.insights {
  background: #F9F9F9;
  padding: 5rem 0;
}
.insights .container:nth-child(2) {
  max-width: 1280px;;
}
.insights h3 {
  margin-bottom: 1.75rem;
}
.insights .slider-box {
  margin: 0 .75rem;
}
.insights .company-slider {
  margin: 0 -.75rem;
}
.insights .company-slider .slider-arrow {
  position: absolute;
  top: auto;
  bottom: -4rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: transparent;
  border: none;
  transform: none;
  transition: opacity 0.2s ease;
}
.insights .company-slider .slider-arrow:hover {
  opacity: 0.75;
}
.insights .company-slider .slider-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.insights .company-slider .slick-prev {
  left: calc(50% - 8.5rem);
  right: auto;
}
.insights .company-slider .slick-prev::before {
  content: '';
}
.insights .company-slider .slick-next {
  right: calc(50% - 8.5rem);
  left: auto;
}
.insights .company-slider .slick-next::before {
  content: '';
}
.insights .content {
  background: #fff;
  padding: 1.25rem;
  border-radius: 1.25rem;
}
.insights .content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 768px) {
  .insights .company-slider .slick-track {
    display: flex !important;
  }
  .insights .company-slider .slick-track::before,
  .insights .company-slider .slick-track::after {
    display: none;
  }
  .insights .company-slider .slick-slide {
    height: auto !important;
    float: none;
    display: flex;
  }
  .insights .company-slider .slick-slide > .slider-box {
    display: flex;
    width: 100%;
  }
  .insights .company-slider .slider-box > a {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
  }
  .insights .company-slider .slider-box .content {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .insights .company-slider .slider-box .content .title {
    min-height: 3.6rem;
    margin-bottom: .75rem;
  }
}
.slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: -3rem;
}
.slick-dots li {
  opacity: 0.4;
  width: 1.8125rem;
  height: .1875rem;
  background: #D4D4D4;
  border-radius: 5rem;
  margin: auto 0;
  transform: scaleX(0.55);
  transition: transform .2s ease, opacity .2s ease, background-color .2s ease, height .2s ease;
}
.slick-dots li.slick-active {
  opacity: 1;
  height: 0.4375rem;
  background: #14284B;
  transform: scaleX(1);
}
@media (min-width: 992px) {
  .view-portfolio .gx-lg-5 {
    --bs-gutter-x: 5rem;
  }
  .view-portfolio .col-lg-6:first-child .content::after {
    position: absolute;
    top: 0;
    right: -2.5rem;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    background: #14284B;
  }
}
@media (max-width: 991px) {
  .snapshot .desc {
    font-size: 1.125rem;
  }
  .home-about .desc {
    font-size: .875rem;
  }
  .our-strategy .title {
    font-size: 1.25rem;
  }
  .how-we-work .title {
    font-size: 1.125rem;
  }
  .how-we-work p {
    font-size: .875rem;
  }
  .partnership {
    position: relative;
    padding-bottom: 7rem;
  }
  .partnership .partnership-slider {
    margin-top: -1rem;
  }
  .partnership .slider-box > .row {
    padding: 1.25rem;
  }
  .partnership .company-desc {
    padding: 1rem 1.25rem;
    font-size: .75rem;
  }
  .partnership .img-container {
    aspect-ratio: 1/.75;
    margin-bottom: 1rem;
  }
  .line {
    display: none;
  }
  .partnership .disclaimer p {
    display: none;
  }
  .partnership .partnership-arrows {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6rem;
    height: auto;
    justify-content: center;
  }
  .home-portfolio .img-container {
    padding: .375rem;
  }
}
@media (max-width: 991px) {
  .home .content {
    min-height: 80vh;
    padding: 8rem 0 2rem;
  }
  .home h1 {
    text-align: center;
    margin: auto;
  }
  .view-portfolio .content {
    margin-bottom: 3rem;
  }
  .view-portfolio .title {
    font-size: 1.375rem;
  }
  .our-strategy {
    padding: 3rem 0;
  }
  .our-strategy .img-container {
    aspect-ratio: auto;
    height: 16.875rem;
    margin-bottom: .5rem;
  }
  .insights .company-slider .content {
    margin-bottom: 1rem;
  }
  .insights .content p {
    font-size: .875rem;
  }
}





/*------------------------------
            About
------------------------------*/
.about {
  background: #F9F9F9;
  padding: 5rem 0;
}
.about .img-container {
  aspect-ratio: 1/.7;
}
.about .container-fluid .row {
  gap: 0.375rem;
}
.about .col {
  padding: 0;
  flex: 1;
  width: auto;
}
.about .content {
  padding: 2.5rem 0 0;
}
.about .content a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  margin: 1rem auto 0;
}
.about .content a span {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 1rem;
}
.about .content a span svg {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
}
.about .content a span svg:nth-child(2) {
  opacity: 0;
}
.about .content a span:hover > svg:nth-child(1) {
  opacity: 0;
}
.about .content a span:hover > svg:nth-child(2) {
  opacity: 1;
}
.about p {
  color: rgba(0, 0, 0, 0.60);
  text-align: justify;
}
.about-2 {
  padding: 5rem 0;
}
.about-2 .row {
  align-items: center;
}
.about-2 .main {
  justify-content: center;
}
.about-2 .differentiation-gallery {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 11rem 9rem 9rem;
  column-gap: 0.375rem;
  row-gap: 0.375rem;
}
.about-2 .differentiation-gallery .img-container {
  overflow: hidden;
  height: 100%;
}
.about-2 .differentiation-gallery .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Row 1: Purely Elizabeth (6 cols, ~60%), Nourish (4 cols, ~40%) */
.about-2 .differentiation-gallery .img-1 {
  grid-column: 1 / span 6;
  grid-row: 1;
}
.about-2 .differentiation-gallery .img-2 {
  grid-column: 7 / span 4;
  grid-row: 1;
}
/* Row 2: Bragg (4 cols, ~40%) breaks out leftward; Croissant (6 cols, ~60%) */
.about-2 .differentiation-gallery .img-3 {
  grid-column: 1 / span 4;
  grid-row: 2;
  margin-left: -3rem;
}
.about-2 .differentiation-gallery .img-3 img {
  object-position: 30% center;
}
.about-2 .differentiation-gallery .img-4 {
  grid-column: 5 / span 6;
  grid-row: 2;
}
/* Row 3: Swanson (4 cols), Captek (6 cols) — break aligns with row 2 */
.about-2 .differentiation-gallery .img-5 {
  grid-column: 1 / span 4;
  grid-row: 3;
}
.about-2 .differentiation-gallery .img-6 {
  grid-column: 5 / span 6;
  grid-row: 3;
}
@media (min-width: 992px) {
  .about-2 .col-lg-6:nth-child(2) {
    padding-right: 0;
  }
  .about-2 .col-lg-6:nth-child(2) > .differentiation-gallery {
    width: 50vw;
    padding-left: 5rem;
  }
}
.about-3 {
  background: #F9F9F9;
  padding: 5rem 0;
}
.about-3 .main {
  position: relative;
  display: flex;
  background-size: cover!important;
  align-items: center;
  height: 15.625rem;
}
.about-3 .name {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #14284B;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 2.75rem;
}
.about-3 .content {
  margin-bottom: 2.5rem;
}
.about-3 .title {
  font-family: 'Gentium Basic', serif;
  padding-bottom: 1.5rem;
  border-bottom: .1875rem solid #14284B;
  margin-bottom: 1.5rem;
}
.about-3 .desc {
  color: rgba(0, 0, 0, 0.60);
  margin-bottom: 1rem;
}
.about-3 .desc:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .about p {
    font-size: 1.25rem;
  }
  .approach-2.dark .col-lg-4 {
    margin: 0 3rem;
  }
}
@media (max-width: 991px) {
  .about-2 {
    padding: 3rem 0;
  }
  .about-2 .main {
    margin-bottom: 2rem;
  }
  .about-2 .differentiation-gallery {
    grid-template-rows: 9rem 7rem 7rem;
  }
}





/*------------------------------
            Approach
------------------------------*/
.approach {
  background: #F9F9F9;
  padding: 5rem 0 3.5rem;
}
.approach h3 {
  text-transform: capitalize;
}
.approach p {
  color: rgba(0, 0, 0, 0.60);
}
.approach-2 {
  padding: 5rem 0;
}
.approach-2.dark {
  background: #F9F9F9;
}
.approach-2 h3 {
  margin-bottom: 3.75rem;
}
.approach-2 h4 {
  color: rgba(0, 0, 0, 0.60);
  margin-bottom: 3.75rem;
}
.approach-2 .title {
  padding-bottom: 1.5rem;
  border-bottom: .1875rem solid #14284B;
  margin-bottom: 1.5rem;
}
.playbook {
  padding-bottom: 5rem;
}
.playbook h3 {
  margin-bottom: .5rem;
}
.playbook h4 {
  color: rgba(0, 0, 0, 0.60);
  font-weight: 400;
  margin-bottom: 3.75rem;
}
.playbook .accordion-item {
  border: none;
}
.playbook .accordion-header {
  border-bottom: 1px solid #14284B;
}
.playbook .accordion-button {
  color: #000;
  font-family: 'Gentium Basic', serif;
  padding: 1rem 0;
}
.playbook .accordion-button:not(.collapsed) {
  background-color: #fff;
  border: none;
  box-shadow: none
}
.playbook .accordion-button::after {
  content: "+";
  background-image: none;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  color: #14284B;
  transform: none;
  transition: none;
}
.playbook .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.playbook .accordion-body {
  padding: 1rem 0;
}
.playbook .capability-list li {
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.80);
  font-weight: 500;
  margin-bottom: .75rem;
}
.playbook .img-container {
  aspect-ratio: 1/1;
}
.telent {
  background: #F9F9F9;
  padding: 5rem 0;
}
@media (min-width: 1200px) {
  .approach p {
    font-size: 1.25rem;
  }
}





/*------------------------------
            Team
------------------------------*/
.team {
  padding: 5rem 0;
}
.team h3 {
  margin: 3rem 0 2rem;
}
.team .person {
  cursor: pointer;
  position: relative;
  margin-bottom: 1.5rem;
}
.team .img-container {
  position: relative;
}
.team .img-container:hover > img {
  scale: .95;
}
.team .img-container img {
  transition: all .3s ease-out;
}
.team .info {
  text-align: center;
  padding: 1.25rem 0 0;
}
.team .name {
  color: #000035;
  font-family: 'Gentium Basic', serif;
  text-transform: uppercase;
  margin: 0;
}
.team hr {
  opacity: 1;
  width: 3.75rem;
  height: .125rem;
  border-top: .125rem solid #000;
  margin: .75rem auto;
}
.team .title {
  color: rgba(0, 0, 0, 0.60);
  margin: 0;
}
@media (max-width: 1199px) {
  .team {
    padding: 3rem 0;
  }
  .team .col-6:nth-child(odd) {
    padding-right: .5rem;
  }
  .team .col-6:nth-child(even) {
    padding-left: .5rem;
  }
  .team .info {
    padding: .25rem 0 0;
  }
  .team .title {
    font-size: .875rem;
  }
}




/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
  z-index: 1;
  position: absolute;
  top: -1.75rem;
  right: -5.75rem;
  background-color: #14284B;
  padding: 0;
}
.modal .nav .nav-item:first-child {
  background-color: #394760;
  padding: 1.5rem 0.75rem;
  border: none;
}
.modal .nav .nav-item {
  background-color: #14284B;
  padding: 1rem;
  border: none;
}
.modal .nav .nav-item img {
  width: .875rem;
  height: .875rem;
}
.modal .nav-team-mobile {
  display: none;
  margin-bottom: 1.25rem;
}
.modal .nav-team-mobile .btn {
  color: #535E6C;
  padding: 0;
}
.modal .modal-body {
  z-index: 1;
  position: relative;
  padding: 1.75rem;
}
.modal .img-container {
  margin-bottom: 1rem;
}
.modal .name {
  font-family: 'Gentium Basic', serif;
  text-transform: uppercase;
  margin: 0;
}
.modal .title {
  margin-bottom: .5rem;
}
.modal .linked-link {
  width: 3rem;
  margin-bottom: 1.375rem;
}
.modal .info a img {
  width: 3rem;
}
.modal .content {
  padding: 1rem;
}
.modal p {
  color: #535E6C;
}
.modal p:last-child {
  margin: 0;
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.investments {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 1.5rem;
}
.investment-toggle {
  white-space: nowrap;
}
.investmen-line {
  width: 100%;
  height: 0.0625rem;
  background: #14284B;
  margin: 1rem 1rem auto 2.25rem;
}
.investment-toggle .investment-filter {
  color: #535E6C;
  text-decoration: none;
  margin-left: 1.25rem;
  font-size: 1rem;
}
.investment-toggle .investment-filter.active {
  color: #14284B;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.investment-logo {
  aspect-ratio: 3 / 2;
  background-size: 70% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .modal .nav {
    display: none;
  }
  .modal .nav-team-mobile {
    display: block;
  }
  .modal .content {
    padding: 1rem 0;
  }
}





/*------------------------------
          Portfolio
------------------------------*/
.portfolio {
  padding: 5rem 0;
}
.portfolio .port {
  position: relative;
  cursor: pointer;
  background: #F9F9F9;
  aspect-ratio: 1/1;
  padding: 2.25rem;
  transition: all .3s ease-out;
}
.portfolio .port:hover {
  scale: .95;
}
.portfolio .port:hover > img.img-cover {
  opacity: 1;
}
.portfolio .port img.img-cover {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
}
.filter-box {
  background: #fff;
  gap: 20px;
  padding: 18px 20px;
  border-radius: 0.75rem;
  border: 1px solid rgba(20, 40, 75, 0.50);
  margin-bottom: 1.25rem;
}
.news-disclaimer {
  color: rgba(64, 64, 64, .6);
  font-size: .625rem;
  font-style: italic;
  margin-top: .75rem;
  margin-bottom: 0;
}
.filter-group {
  width: calc(50% - 1.3rem);
  gap: 18px;
  min-height: 2.25rem;
}
.filter-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #16233b;
  min-width: 90px;
}
.filter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.filter-link {
  font-size: .875rem;
  color: #8a94a6;
  text-decoration: none;
  transition: color 0.2s ease;
}
.filter-link:hover,
.filter-link.active {
  color: #16233b;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.filter-dropdown {
  position: relative;
  display: inline-block;
}
.filter-dropdown-toggle {
  position: relative;
  font-size: .875rem;
  color: #16233b;
  background-color: #fff;
  cursor: pointer;
  min-width: 4rem;
  text-align: left;
  line-height: 1.4;
  padding: 0.375rem 0;
  border: none;
}
.filter-dropdown-toggle:focus {
  outline: none;
  border-color: #16233b;
}
.filter-dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2316233b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  transition: transform 0.2s ease;
}
.filter-dropdown.open .filter-dropdown-toggle::after {
  transform: rotate(180deg);
}
.filter-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 20;
  margin: 0;
  padding: 0.25rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(20, 40, 75, 0.50);
  border-radius: 0.5rem;
  min-width: 5rem;
  display: none;
  box-shadow: 0 4px 12px rgba(20, 40, 75, 0.12);
}
.filter-dropdown.open .filter-dropdown-menu {
  display: block;
}
.filter-dropdown-item {
  display: block;
  padding: 0.375rem 0.875rem;
  font-size: .875rem;
  color: #8a94a6;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.filter-dropdown-item:hover,
.filter-dropdown-item.active {
  color: #16233b;
  background-color: rgba(20, 40, 75, 0.06);
  text-decoration: none;
}
.filter-divider {
  width: 1px;
  align-self: stretch;
  background-color: #cfd6e4;
}
@media (max-width: 767px) {
  .portfolio {
    padding: 3rem 0;
  }
}
@media (max-width: 991px) {
  .filter-box {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }
  .filter-group {
    width: 100%;
  }
  .filter-title {
    min-width: auto;
  }
  .filter-divider {
    width: 100%;
    height: 1px;
  }
  .filter-link {
    font-size: .75rem;
  }
  .portfolio .port {
    padding: 1.25rem;
  }
}





/*------------------------------
        Portfolio Modal
------------------------------*/
#portfolioModal .img-container {
  height: 10.4375rem;
  margin-bottom: 1.5rem;
}
#portfolioModal .list-status li {
  margin-bottom: .625rem;
}
#portfolioModal .list-status span {
  display: block;
  font-family: 'Gentium Basic', serif;
}
#portfolioModal .list-status a {
  display: inline-block;
  margin-right: .5rem;
}
#portfolioModal .list-status a:hover > img {
  opacity: .75  ;
}
#portfolioModal .list-status img {
  opacity: .5;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .3s ease-out;
}
#portfolioModal .list-status .highlight {
  color: #14284B;
  font-weight: 600;
}
#portfolioModal .port-image {
  height: 10.5rem;
  margin-top: 1rem;
}
#portfolioModal p {
  line-height: 2;
}





/*------------------------------
            News
------------------------------*/
.news {
  padding: 5rem 0;
}
.news .main {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin-top: 2.5rem;
}
.news .img-container {
  height: 100%;
  background: #F9F9F9;
  padding: 2.5rem 7rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.news .content {
  padding: 1rem 0;
}
.news .date {
  color: #535E6C;
  margin: 0;
}
.news .title {
  color: #000035;
  font-family: 'Gentium Basic', serif;
}
.news p {
  color: #535E6C;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .read-more {
  color: #14284B;
  font-weight: 700;
}







/*------------------------------
           News Info
------------------------------*/
.news-info {
  background: #F9F9F9;
  padding: 10rem 0 0;
}
.back-to-news {
  display: inline-flex;
  align-items: center;
  color: #535E6C;
  margin-bottom: 1rem;
}
.back-to-news svg {
  margin-right: 1rem;
}
.news-info .main {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.60);
}
.news-info .img-container {
  background: #fff;
  height: 15.6875rem;
  padding: 2.375rem 5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.news-info .date {
  color: #535E6C;
  margin: 1.5rem 0 .5rem;
}
.news-info .title {
  color: #14284B;
  font-family: 'Gentium Basic', serif;
  max-width: 47rem;
  line-height: 1;
  opacity: 0.85;
}
.news-info-body {
  padding: 5rem 0;
}
.news-info-body p {
  color: rgba(0, 0, 0, 0.60);
  margin-bottom: 1.25rem;
}
.news-info-body h4 {
  font-family: 'Gentium Basic', serif;
  font-weight: 400;
  margin: 2rem 0 1.25rem;
}
@media (min-width: 1200px) {
  .news-info-body .content {
    padding: 0 4rem;
  }
  .news-info-body p {
    font-size: 1.25rem;
  }
}






/*------------------------------
           Contact
------------------------------*/
.contact {
  padding: 5rem 0;
}
.contact .main {
  background: linear-gradient(0deg, #F9F9F9 0%, #F9F9F9 100%);
  padding: 2.65rem;
  border-radius: .75rem;
  margin-bottom: 1.875rem;
}
.contact .title {
  color: #14284B;
  font-family: 'Gentium Basic', serif;
  text-transform: uppercase;
}
.contact address {
  color: #535E6C;
  margin: 0;
}
.email-form {
  margin: 1.5rem 0;
}
.email-form .form-control {
  border-radius: 4rem;
  padding: .75rem 1.25rem;
  border: none;
}
.email-form .btn {
  color: #fff;
  background-color: #1e2a44;
  padding: 0 1.5rem;
  border: none;
  border-radius: 4rem!important;
}
.email-form .btn:hover {
  color: #fff;
  background-color: #162033;
}






/*------------------------------
        Pages Navigation
------------------------------*/
.nav-pages {
  background: #F9F9F9;
  padding: 3.75rem 0;
}
.nav-pages .nav .nav-item {
  display: flex;
  align-items: center;
  width: calc(33.33% - .75rem);
  background: #fff;
  font-size: 1.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 1.25rem;
}
.nav-pages .nav .nav-item img {
  width: 2.25rem;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .nav-pages .container {
    max-width: 1280px;
  }
  .nav-pages .nav .nav-item:hover {
    color: #fff;
    background: #14284B;
  }
}
@media (max-width: 991px) {
  .nav-pages .nav .nav-item {
    width: 100%;
    font-size: 1.25rem;
  }
  .nav-pages .nav .nav-item:not(:last-child) {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}






/*------------------------------
           Terms
------------------------------*/
.terms {
  padding: 4.5rem 0;
}
.terms h5 {
  color: #000035;
  margin: 2rem 0 1rem;
}
.terms p {
  line-height: 1.4;
}
.terms a:hover {
  color: #000035;
}
@media(min-width: 992px) {
  .terms p {
    font-size: 1.25rem;
  }
}





/*------------------------------
           Footer
------------------------------*/
footer {
  color: #fff;
  background: #14284B;
  padding: 3rem 0;
}
footer .footer-logo {
  width: 10.25rem;
  margin-bottom: 2rem;
}
footer .title {
  font-weight: 700;
}
footer .title img {
  position: relative;
  top: -.15rem;
  width: 1.04169rem;
  height: 1.04169rem;
  margin-left: .875rem;
}
footer a {
  color: #fff;
}
footer .nav-item {
  font-size: .875rem;
  color: #fff;
  margin: auto 0;
}
footer .newsletter {
  opacity: 0.8;
  letter-spacing: -0.00875rem;
  margin: 1rem 0 .75rem;
}
footer .form-control {
  background: rgba(255, 255, 255, 0.06);
  padding: 1rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5625rem;
  margin-bottom: .5rem;
}
footer .form-control::placeholder {
  color: #fff;
}
footer .btn {
  color: #fff;
  font-weight: 600;
  padding: .875rem 1.5rem;
}
footer .btn:hover {
  color: #fff;
}
footer .newsletter-wrap {
  position: relative;
}
footer .newsletter-success {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
footer p {
  margin: 0;
}
footer p .dot {
  position: relative;
  top: -.18rem;
  display: inline-block;
  width: .25rem;
  height: .25rem;
  background: #fff;
  border-radius: 100%;
  margin: 0 .5rem;
}
@media (min-width: 1200px) {
  footer .container {
    max-width: 1280px;
  }
}
@media (max-width: 1199px) {
  footer {
    padding: 2.5rem 0 1rem;
  }
  footer address {
    font-size: .875rem;
    margin-bottom: .625rem;
  }
  footer .f20 {
    font-size: ;
  }
  footer .newsletter {
    margin: 0 0 .75rem;
  }
  footer .col-lg:nth-child(4) {
    margin-top: .75rem;
    margin-bottom: 1.25rem;
  }
  footer p {
    font-size: .875rem;
  }
  footer p .dot {
    margin: 0 .25rem;
  }
}