@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url("../font/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

#what-we-offer .intro p {
  max-width: 1155px;
}

#what-we-offer .s3 {
  height: 100vh;
  position: relative;
  background: url(/i/what-we-offer-bg1.jpg) no-repeat center/cover;
}

#what-we-offer .s3 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#what-we-offer .s3 .container .left {
  max-width: 335px;
}

#what-we-offer .s3 .container .left p {
  color: #fff;
  font-size: 1.167rem;
  line-height: 2rem;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
  transition: opacity .3s ease;
  cursor: pointer;
}

#what-we-offer .s3 .container .left p::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #6CAB69;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

#what-we-offer .s3 .container .left p.sel {
  opacity: 1;
}

#what-we-offer .s3 .container .left p.sel::before {
  opacity: 1;
  visibility: visible;
}

#what-we-offer .s3 .container .right {
  position: relative;
}

#what-we-offer .s3 .container .right .center-logo {
  background: url(/i/svg/logo_crescent-grove.svg) no-repeat center/contain;
  width: 100%;
  max-width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease;
}

#what-we-offer .s3 .container .right > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 480px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

#what-we-offer .s3 .container .right > div p {
  color: #fff;
}

#what-we-offer .s3 .container .right > div .global-btn {
  margin: 1.2rem auto 0 auto;
  cursor: pointer;
}

#what-we-offer .s3 .container .right > div.sel {
  opacity: 1;
  visibility: visible;
}

#what-we-offer .s3 .container .right .private-markets h3 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #224E42;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

#what-we-offer .s3 .container .right .private-markets p {
  color: #23221F;
  position: relative;
  z-index: 1;
}

#what-we-offer .s3 .container .right .private-markets p span {
  display: block;
  margin-top: 10px;
}

#what-we-offer .s3 .container .right .private-markets .global-btn {
  color: #224E42;
  border-color: #224E42;
}

#what-we-offer .s3 .container .right .private-markets::before {
  content: '';
  position: absolute;
  display: block;
  width: 137%;
  height: 120%;
  border-radius: 100%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#what-we-offer .s3 .container .right .private-markets.sel {
  opacity: 1 !important;
  visibility: visible !important;
}

#what-we-offer .s3 .container .right svg path.sel {
  stroke: #6CAB69;
  transition: all .3s ease;
}

#what-we-offer .s3 .mobile {
  display: none;
  margin: 0 1rem;
}

#what-we-offer .s3 .mobile .fx-nav {
  display: block;
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  position: relative;
  padding: 1.67rem 2.5rem 1.67rem 0;
  transition: color .3s ease;
}

#what-we-offer .s3 .mobile .fx-nav p {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2.16rem;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all .3s ease;
}

#what-we-offer .s3 .mobile .fx-nav br {
  display: none;
}

#what-we-offer .s3 .mobile .fx-nav::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 20px;
  background: url(/i/svg/arrow-thin-wh.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  opacity: 0.6;
  transition: opacity .3s ease;
}

#what-we-offer .s3 .mobile .fx-nav::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  top: -1.5px;
  left: 0;
  background-color: #5B784D;
  transition: width 0.6s ease;
  z-index: 1;
}

#what-we-offer .s3 .mobile .fx-nav.fx-on p {
  color: #fff;
}

#what-we-offer .s3 .mobile .fx-nav.fx-on::before {
  width: 100%;
}

#what-we-offer .s3 .mobile .fx-nav.fx-on::after {
  opacity: 1;
  transform: translateY(-50%) rotate(-90deg);
}

#what-we-offer .s3 .mobile .fx-slide div {
  padding-bottom: 3rem;
}

#what-we-offer .s3 .mobile .fx-slide h3, #what-we-offer .s3 .mobile .fx-slide p {
  color: #fff;
}

#what-we-offer .s3 .mobile .fx-slide h3 {
  font-size: 2.16rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

#what-we-offer .s3 .mobile .fx-slide h3 br {
  display: none;
}

#what-we-offer .s3 .mobile .fx-slide .global-btn {
  margin-top: 2rem;
}

#what-we-offer .s3 .mobile .fx-slide .private-markets {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

#what-we-offer .s3 .mobile .fx-slide .private-markets.sel {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 2rem;
}

#what-we-offer .s3 .mob {
  display: none;
  padding: 0 1rem;
}

#what-we-offer .s3 .mob > div {
  padding: 2rem 0;
  border-bottom: solid 1px #6CAB69;
}

#what-we-offer .s3 .mob > div p {
  color: #fff;
}

#what-we-offer .s3 .mob > div p br {
  display: none;
}

#what-we-offer .s3 .mob > div > p:nth-child(1) {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2.16rem;
  line-height: 3rem;
  color: #fff;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

#what-we-offer .s3 .mob > div .global-btn {
  margin-top: 2rem;
}

#what-we-offer .s3 .mob > div:first-of-type {
  padding-top: 0;
}

#what-we-offer .private-markets-popup {
  display: none;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  background: #E7E6E2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow-y: scroll;
}

#what-we-offer .private-markets-popup > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
}

#what-we-offer .private-markets-popup h2 {
  font-size: 5.25rem;
  line-height: 5.5rem;
  margin-bottom: 1rem;
}

#what-we-offer .private-markets-popup h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}

#what-we-offer .private-markets-popup h3 br {
  display: none;
}

#what-we-offer .private-markets-popup p span {
  display: block;
  margin-top: 1rem;
}

#what-we-offer .private-markets-popup .close {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  position: relative;
  margin-left: auto;
  margin-bottom: 2rem;
  transition: background-color .3s ease;
}

#what-we-offer .private-markets-popup .close span {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/i/svg/close-def.svg) no-repeat center/contain;
  transition: background-image .3s ease;
}

#what-we-offer .private-markets-popup .close:hover {
  background-color: #6CAB69;
}

#what-we-offer .private-markets-popup .global-btn {
  margin-top: 2rem;
  color: #224E42;
  border-color: #224E42;
}

#what-we-offer .private-markets-popup.sel {
  display: block;
}

#what-we-offer .s4 {
  background: #fff;
}

#what-we-offer .s5 {
  background: url(/i/what-we-offer-bg2.jpg) no-repeat center/cover;
}

#what-we-offer .s5 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#what-we-offer .s5 .container h2, #what-we-offer .s5 .container p {
  color: #fff;
}

#what-we-offer .s5 .container h2 {
  min-width: 570px;
}

#what-we-offer .s5 .container p {
  margin-bottom: 3.35rem;
}

#what-we-offer .s5 .container > div {
  max-width: 505px;
}

#what-we-offer .s6 {
  background-color: #E7E6E2;
  padding-bottom: 8.34rem;
}

#what-we-offer .s6 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

#what-we-offer .s6 .vline {
  width: 1px;
  align-self: stretch;
  background: #6CAB69;
}

#what-we-offer .s6 .left {
  max-width: 717px;
  padding-top: 8.34rem;
}

#what-we-offer .s6 .left h2 {
  margin-bottom: 2.7rem;
}

#what-we-offer .s6 .left .global-btn {
  border-color: #224E42;
  margin-top: 2.7rem;
}

#what-we-offer .s6 .left .global-btn .text {
  color: #224E42;
}

#what-we-offer .s6 .right {
  max-width: 323px;
}

#what-we-offer .s6 .right .lg {
  font-family: "Roboto Serif", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.88rem;
  line-height: 2.3rem;
  color: #23221F;
  margin-bottom: 1rem;
  color: #224E42;
}

/***** MEDIA *****/
@media screen and (max-width: 1100px) {
  #what-we-offer .s2 p br {
    display: none;
  }
  #what-we-offer .s3 {
    height: auto;
    padding: 8.34rem 0;
  }
  #what-we-offer .s3 .container {
    display: none;
  }
  #what-we-offer .s3 .mobile, #what-we-offer .s3 .mob {
    display: block;
  }
  #what-we-offer .s5 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #what-we-offer .s5 .container h2 {
    min-width: auto;
  }
  #what-we-offer .s5 .container h2 br {
    display: none;
  }
  #what-we-offer .s5 .container > div {
    max-width: none;
  }
  #what-we-offer .s6 .container {
    flex-direction: column;
    gap: 3rem;
  }
  #what-we-offer .s6 .left, #what-we-offer .s6 .right {
    max-width: none;
  }
  #what-we-offer .s6 .vline {
    width: 100%;
    height: 1px;
  }
  #what-we-offer .s6 .left h2 br, #what-we-offer .s6 .right br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #what-we-offer .s3 {
    padding: 5rem 0;
    background: url(/i/whatweoffer_mobile.jpg) no-repeat center/cover;
  }
  #what-we-offer .s3 .mobile .fx-nav::after {
    width: 25px;
  }
  #what-we-offer .s3 .mobile .fx-nav p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #what-we-offer .s3 .mobile .fx-slide .global-btn {
    font-size: 14px;
    padding: 16px 35px;
  }
  #what-we-offer .s3 .mob > div > p:nth-child(1) {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  #what-we-offer .s3 .mob .private-markets .global-btn {
    padding: 16px 25px;
  }
  #what-we-offer .private-markets-popup > div {
    width: calc(100% - 2rem);
  }
  #what-we-offer .private-markets-popup .close {
    width: 45px;
    height: 45px;
  }
  #what-we-offer .private-markets-popup h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  #what-we-offer .private-markets-popup h2 br, #what-we-offer .private-markets-popup h3 br {
    display: none;
  }
  #what-we-offer .private-markets-popup h3 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
  #what-we-offer .private-markets-popup p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  #what-we-offer .s6 {
    padding-bottom: 5rem;
  }
  #what-we-offer .s6 .left {
    padding-top: 5rem;
  }
  #what-we-offer .s6 .left h2 {
    font-size: 2.3rem;
  }
}
