@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
#home .s1 {
  height: 100vh;
  min-height: 900px;
  position: relative;
  overflow: hidden;
}

#home .s1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

#home .s1 .container {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#home .s1 .container h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.2em;
  color: #fff;
}

#home .s1 .container h3 {
  color: #fff;
}

#home .s2 h4 {
  margin-bottom: 2rem;
}

#home .s2 h2 {
  font-size: 2.5rem;
}

#home .s2 .left > div {
  max-width: 600px;
}

#home .s2 h3 {
  margin-bottom: 2rem;
}

#home .s3 {
  background: url(/i/about-bg-img.jpg) no-repeat left/cover;
}

#home .s3 .plx-wrap {
  display: none;
}

#home .s3 h2 {
  font-size: 2.5rem;
}

#home .s3 .container {
  position: absolute;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#home .s3 .left > div {
  max-width: 650px;
}

#home .s3 .lg {
  margin-bottom: 2rem;
}

#home .s4 {
  display: flex;
}

#home .s4 > div {
  width: 50%;
  position: relative;
  height: 100vh;
}

#home .s4 .left {
  background: url(/i/concentrate-bg-img.jpg) no-repeat left/cover;
}

#home .s4 .right > div {
  max-width: 690px;
  position: absolute;
  left: 2rem;
  top: 7.5rem;
  height: calc(100% - 15rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 1rem;
}

#home .s5 {
  background: linear-gradient(326deg, #92BCD8 -13.09%, #012231 102.4%);
}

#home .s5 h2 {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

#home .s5 .img {
  background: url(/i/focus-img-banner.jpg) no-repeat center/cover;
  height: 520px;
  margin: 5rem 0;
}

#home .s5 .right .global-btn {
  display: none;
}

#home .s5 p {
  color: #fff;
}

#home .s6 {
  display: flex;
}

#home .s6 > div {
  width: 50%;
  position: relative;
  height: 100vh;
}

#home .s6 .right {
  background: url(/i/our-funds.jpg) no-repeat left/cover;
}

#home .s6 .left > div {
  max-width: 690px;
  position: absolute;
  right: 2rem;
  top: 7.5rem;
  height: calc(100% - 15rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1rem;
}

#home .s6 .left h4 {
  margin-bottom: 1.5rem;
}

#home .s6 .left .global-btn {
  margin-top: 2rem;
}

#home .s7 {
  background: linear-gradient(326deg, #92BCD8 -13.09%, #012231 102.4%);
}

#home .s7 h4 {
  margin-bottom: 1.5rem;
}

#home .s7 .container {
  padding: 3rem 0;
}

#home .s7 .left {
  padding: 0 1rem;
}

#home .s7 .left > div {
  padding-top: 3.5rem;
}

#home .s7 .right > div {
  max-width: 501px;
  margin: 0 auto;
  padding: 0 1rem;
}

#home .s7 .right .hline {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 3rem 0;
}

#home .s7 .right a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.3em;
  color: #CFDDE4;
  transition: color .3s ease;
}

#home .s7 .right a span {
  font-weight: 500;
  color: #fff;
}

#home .s7 .right a:hover {
  color: #fff;
}

#home .s7 .right .tel {
  background: url(/i/svg/phone.svg) 0% 50%/44px 44px no-repeat;
  padding: 1rem 0 1rem 3.5rem;
}

#home .s7 .right .email {
  background: url(/i/svg/email.svg) 0% 50%/44px 44px no-repeat;
  padding: 1rem 0 1rem 3.5rem;
}

#home .s7 .right .ad a br:nth-child(3) {
  display: none;
}

#home .s7 .line-h {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
}

#home .s7 .line-top {
  top: 0;
}

#home .s7 .line-bottom {
  bottom: 0;
}

#home .s7 .line-v {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 90%;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleY(0);
  transform-origin: top center;
}

#home .s8 {
  text-align: center;
}

#home .s8 .plx-bg {
  background-image: url(/i/contact-form-bg-parallax.jpg);
}

#home .s8 .container {
  position: relative;
  z-index: 2;
  max-width: 1160px;
}

#home .s8 form .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

#home .s8 form input.hidhp {
  display: none;
}

#home .s8 form input {
  display: block;
  width: 50%;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
}

#home .s8 form ::placeholder {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
}

#home .s8 form textarea {
  display: block;
  width: 100%;
  height: 200px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3rem;
  border: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  background: none;
  padding: 15px 0;
  height: 100px;
}

#home .s8 form input:-webkit-autofill,
#home .s8 form input:-webkit-autofill:hover,
#home .s8 form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 9999s ease-in-out 0s;
}

#home .s8 form p {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 15px;
  line-height: 20px;
  text-decoration: underline;
  color: #fff;
}

#home .s8 form .global-btn {
  background: none;
  cursor: pointer;
  text-align: left;
  margin: 0 auto;
}

#home .s8 form .global-btn:hover {
  background-color: #fff;
}

#home .s8 .response {
  position: relative;
  top: 2rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}

#home .s8 .g-recaptcha {
  max-width: 304px;
  margin: 3rem auto 2rem auto;
}

@media screen and (max-width: 1100px) {
  #home .s2 h3 {
    margin-bottom: 1rem;
  }
  #home .s4 {
    flex-direction: column-reverse;
  }
  #home .s4 > div {
    width: 100%;
    height: auto;
  }
  #home .s4 .left {
    height: 600px;
  }
  #home .s4 .right {
    padding: 7.5rem 0;
  }
  #home .s4 .right > div {
    max-width: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 1rem;
    gap: 1rem;
  }
  #home .s5 .left h2 {
    margin-bottom: 0;
  }
  #home .s5 .left h2 br {
    display: none;
  }
  #home .s5 .left .global-btn {
    display: none;
  }
  #home .s5 .right .global-btn {
    display: inline-block;
    margin-top: 2rem;
  }
  #home .s6 {
    flex-direction: column-reverse;
  }
  #home .s6 > div {
    width: 100%;
    height: auto;
  }
  #home .s6 .right {
    height: 600px;
  }
  #home .s6 .left {
    padding: 7.5rem 0;
  }
  #home .s6 .left > div {
    max-width: none;
    position: relative;
    top: auto;
    right: auto;
    padding: 0 1rem;
    gap: 2rem;
  }
  #home .s7 .left h2 br {
    display: none;
  }
  #home .s7 .line-v {
    display: none;
  }
  #home .s7 .right > div {
    margin-right: auto;
    margin-left: 0;
    display: flex;
    max-width: none;
    gap: 1rem;
  }
  #home .s7 .right > div > div {
    width: 50%;
  }
  #home .s7 .right > div a {
    font-size: 1.1rem;
  }
  #home .s7 .right > div .ad {
    max-width: 300px;
  }
  #home .s7 .right > div .ad a br:nth-child(3) {
    display: block;
  }
  #home .s7 .right > div .hline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #home .s1 {
    min-height: 500px;
  }
  #home .s1 h3 {
    font-size: 1.4rem;
  }
  #home .s2 h2 {
    font-size: 1.7rem;
  }
  #home .s3 h2 {
    font-size: 1.7rem;
  }
  #home .s3 .container {
    bottom: 5rem;
  }
  #home .s4 .left {
    height: 450px;
  }
  #home .s4 .right {
    padding: 5rem 0;
  }
  #home .s5 .img {
    height: 450px;
    margin: 3rem 0;
  }
  #home .s5 h2 {
    font-size: 1.7rem;
  }
  #home .s6 .right {
    height: 450px;
  }
  #home .s6 .left {
    padding: 5rem 0;
  }
  #home .s7 .right a {
    font-size: 1.2rem;
  }
  #home .s7 .right > div {
    flex-direction: column;
  }
  #home .s7 .right > div > div {
    width: auto;
  }
  #home .s8 form .row {
    flex-direction: column;
    gap: 0;
  }
  #home .s8 form input {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  #home .s3 .plx-bg {
    background: url(/i/about-bg-img--mobile.jpg) no-repeat center/cover;
  }
  #home .s4 .left {
    background: url(/i/concentrate-bg-img-mobile.jpg) no-repeat center/cover;
  }
  #home .s5 .img {
    background: url(/i/focus-img-banner-mobile.jpg) no-repeat center/cover;
  }
}
