@charset "UTF-8";
#home header {
  top: 50px;
}

#home header .container {
  height: 100px;
  align-items: flex-start;
  transition: all .5s ease;
}

#home header .logo {
  width: 440px;
  height: 100px;
}

#home header.scroll .container {
  height: 70px;
  align-items: center;
}

#home header.scroll .logo {
  width: 300px;
  height: 70px;
}

#home header.top {
  top: 0;
}

#home .banner {
  background-color: #000;
  padding: 17px 0;
  text-align: center;
  z-index: 3;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

#home .banner a {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5rem);
  text-align: center;
  transition: opacity .3s ease;
}

#home .banner a p {
  display: inline-block;
  text-align: center;
  font-family: "tt-commons-pro";
  font-style: normal;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.5rem;
  position: relative;
  padding-right: 45px;
  background: url(/i/svg/arrow-right.svg) no-repeat 100% center/25px;
}

#home .banner a:hover {
  opacity: 0.7;
}

#home .banner .close-banner {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#home .banner.hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

#home .s1 {
  position: relative;
  background: url("/i/home_hero_bg.jpg") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 980px;
  max-height: 1080px;
  overflow: hidden;
}

#home .s1 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 3.5rem;
  line-height: 4rem;
  z-index: 2;
}

#home .s1 .necklace {
  position: absolute;
  max-width: 50%;
  pointer-events: none;
  z-index: 1;
}

#home .s1 .necklace-right {
  right: 0;
  top: 0;
  max-width: 450px;
}

#home .s1 .necklace-left {
  left: -15%;
  bottom: -55%;
  max-width: 800px;
  transform: rotate(146deg);
}

#home .s1 .necklace-left.mobile {
  display: none;
}

#home .s2 {
  background: url("/i/overview_bg2.jpg") no-repeat 30%/cover;
  padding: 7.5rem 0;
}

#home .s2 .contain {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#home .s2 .overlay {
  width: 50%;
  opacity: 0;
}

#home .s2 .overlay img {
  width: 100%;
}

#home .s2 .text-wrap {
  width: 50%;
}

#home .s2 .text-wrap blockquote p {
  font-weight: 100;
  font-size: 1.8rem;
  line-height: 2.25rem;
  color: #1A2B57;
  margin-bottom: 3rem;
}

#home .s2 .text-wrap .sm-text {
  color: #1A2B57;
}

#home .s2 .text-wrap .quote {
  position: relative;
  quotes: "“" "”";
}

#home .s2 .text-wrap .quote::before {
  content: open-quote;
  position: absolute;
  left: -12px;
  top: 6px;
  line-height: 1;
}

#home .s2 .text-wrap .quote::after {
  content: close-quote;
}

#home .s2 .text-wrap .quote-sm {
  position: relative;
  quotes: '"' '"';
}

#home .s2 .text-wrap .quote-sm::before {
  content: open-quote;
  position: absolute;
  left: -8px;
  top: 3px;
  line-height: 1;
}

#home .s2 .text-wrap .quote-sm::after {
  content: close-quote;
}

#home .s3 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#home .s3 > div {
  width: 50%;
  height: 100vh;
  position: relative;
  min-height: 980px;
  max-height: 1080px;
}

#home .s3 > div .jewelry {
  display: block;
  width: 100%;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

#home .s3 > div .text {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 5rem);
  max-width: 750px;
}

#home .s3 > div .text h2 {
  font-family: "cormorant-garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
  color: #fff;
}

#home .s3 > div .text p {
  font-family: "cormorant-garamond";
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.8rem;
  min-height: 108px;
}

#home .s3 > div .text .global-btn {
  margin-top: 3rem;
}

#home .s3 .col-1 {
  background: url(/i/bg_borrowers.jpg) no-repeat center/cover;
}

#home .s3 .col-1 .jewelry {
  max-width: 380px;
}

#home .s3 .col-2 {
  background: url(/i/bg_investors.jpg) no-repeat center/cover;
}

#home .s3 .col-2 .jewelry {
  max-width: 600px;
  top: -2rem;
}

#home .s4 {
  height: 100vh;
  min-height: 980px;
  max-height: 1080px;
  position: relative;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease;
  padding-top: 8rem;
}

#home .s4 .location-tabs {
  margin-bottom: 5rem;
}

#home .s4 .location-tabs button {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.225rem;
  background: none;
  opacity: 0.5;
  border: none;
  outline: none;
  margin-right: 1.5rem;
  color: #fff;
  cursor: pointer;
  transition: opacity .3s ease;
}

#home .s4 .location-tabs button.active {
  opacity: 1;
}

#home .s4 .location-content-wrapper {
  position: relative;
  margin: 0 auto;
}

#home .s4 .location-content {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

#home .s4 .location-content h3 {
  font-family: "cormorant-garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
  color: #fff;
  margin-bottom: 3rem;
}

#home .s4 .location-content p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-decoration: none !important;
  border-bottom: none !important;
  -webkit-text-decoraton: none !important;
  -webkit-border-bottom: none !important;
}

#home .s4 .additional {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "cormorant-garamond";
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  margin-top: 5rem;
}

#home .s4 .location-content.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

#home .s4.bg-usa {
  background-image: url("/i/home_newyork.jpg");
}

#home .s4.bg-uk {
  background-image: url("/i/home_london.jpg");
}

/**** MEDIA ***/
@media screen and (max-width: 1600px) {
  #home .s1 .necklace-right {
    max-width: 400px;
  }
  #home .s1 .necklace-left {
    max-width: 700px;
  }
}

@media screen and (max-width: 1440px) {
  #home .s1 h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width: 1300px) {
  #home header .container {
    height: 70px;
    align-items: center;
  }
  #home header .logo {
    width: 300px;
    height: 70px;
  }
  #home .s1 h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #home .s1 .necklace-right {
    max-width: 350px;
  }
  #home .s1 .necklace-left {
    max-width: 650px;
  }
  #home .s3 > div {
    min-height: 900px;
    max-height: 900px;
  }
  #home .s3 > div .text h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  #home .s3 > div .text p {
    min-height: 144px;
  }
  #home .s3 .col-1 .jewelry {
    max-width: 270px;
  }
  #home .s3 .col-2 .jewelry {
    max-width: 450px;
  }
  #home .s4 .location-content h3 {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
  #home .s4 .additional {
    font-size: 1.3rem;
    margin-top: 4rem;
  }
}

/**** MEDIA ***/
@media screen and (max-width: 1200px) {
  #home .s1 .necklace-right {
    max-width: 280px;
    right: -12%;
  }
  #home .s1 .necklace-left {
    max-width: 600px;
    left: -17%;
  }
  #home .s2 {
    background-image: url(/i/overview_bg_tablet.jpg);
  }
}

@media screen and (max-width: 1023px) {
  #home .banner a p {
    font-size: 15px;
    line-height: 18px;
  }
  #home .s1 .necklace-right {
    max-width: 220px;
  }
  #home .s1 .necklace-left {
    max-width: 550px;
    left: -20%;
  }
  #home .s2 .text-wrap blockquote p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #home .s2 .text-wrap .quote::before {
    left: -9px;
  }
  #home .s2 .text-wrap .quote-sm::before {
    left: -7px;
  }
  #home .s3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s3 > div {
    width: 100%;
    min-height: 700px;
    max-height: 700px;
  }
  #home .s3 > div .text {
    min-height: auto;
  }
  #home .s3 > div .text p {
    min-height: auto;
  }
  #home .s3 .col-1 .jewelry {
    max-width: 210px;
  }
  #home .s3 .col-2 .jewelry {
    max-width: 400px;
  }
  #home .s4 {
    min-height: 850px;
    max-height: 850px;
  }
  #home .s4.bg-usa {
    background-image: url(/i/home_newyork_768x1024.jpg);
  }
  #home .s4.bg-uk {
    background-image: url(/i/home_london_768x1024.jpg);
  }
}

@media screen and (max-width: 767px) {
  #home header {
    top: 0;
  }
  #home header .container {
    height: 50px;
  }
  #home header .logo {
    width: 170px;
    height: 50px;
  }
  #home header.scroll .logo {
    width: 170px;
    height: 50px;
  }
  #home header.scroll .container {
    height: 50px;
  }
  #home .banner {
    display: none;
  }
  #home .s1 {
    min-height: 650px;
  }
  #home .s1 h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    top: 55%;
    width: calc(100% - 2rem);
  }
  #home .s1 h1 br {
    display: none;
  }
  #home .s1 .necklace-right {
    max-width: 170px;
    top: -7%;
    right: -19%;
  }
  #home .s1 .necklace-left {
    display: none;
  }
  #home .s1 .necklace-left.mobile {
    display: block;
    max-width: 370px;
    left: 0;
    transform: none;
    bottom: -10%;
  }
  #home .s2 {
    padding: 7.5rem 0 5rem 0;
    background-image: url(/i/overview_bg2_mobile.jpg);
    background-position: top;
  }
  #home .s2 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s2 .contain .overlay img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  #home .s2 .contain .overlay, #home .s2 .contain .text-wrap {
    width: 100%;
  }
  #home .s2 .contain .text-wrap blockquote p {
    margin-bottom: 2rem;
  }
  #home .s2 .contain .text-wrap .quote::before {
    left: -7px;
  }
  #home .s2 .contain .text-wrap .quote-sm::before {
    left: -6px;
  }
  #home .s3 > div {
    min-height: 560px;
    max-height: 560px;
  }
  #home .s3 > div .text {
    width: calc(100% - 2rem);
  }
  #home .s3 > div .text h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  #home .s3 > div .text p {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  #home .s3 > div .text .global-btn {
    margin-top: 2rem;
  }
  #home .s3 .col-1 .jewelry {
    max-width: 150px;
  }
  #home .s3 .col-2 .jewelry {
    max-width: 300px;
  }
  #home .s4 {
    min-height: 600px;
    max-height: 600px;
    background-position: center;
    padding-top: 5rem;
  }
  #home .s4 .location-tabs button {
    font-size: 0.8rem;
    margin-right: 1rem;
    letter-spacing: 0.15rem;
  }
  #home .s4 .location-content h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #home .s4 .location-content p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  #home .s4 .additional {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 3rem;
  }
  #home .s4.bg-usa {
    background-image: url(/i/home_newyork_412x915_overlay.jpg);
  }
  #home .s4.bg-uk {
    background-image: url(/i/home_london_412x915_overlay.jpg);
  }
}
