#responsibility .s2 {
  padding: 8.5rem 0 4rem 0;
  position: relative;
}

#responsibility .s2 .container-inner {
  position: relative;
  z-index: 2;
}

#responsibility .s2 h3 {
  margin-bottom: 2rem;
  max-width: 1300px;
}

#responsibility .s2 p {
  max-width: 850px;
  margin-left: auto;
}

#responsibility .s3 {
  height: 100vh;
  max-height: 920px;
  border-radius: 30px;
  z-index: 2;
}

#responsibility .s3 .bg-parallax {
  background: url(/i/esg-bg-img-parallax.jpg);
}

#responsibility .s3 .content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 2rem);
  gap: 3.25rem;
}

#responsibility .s3 .content .vline {
  width: 1px;
  height: 200px;
  background: #fff;
}

#responsibility .s3 .content .pri {
  max-width: 450px;
}

#responsibility .s3 .content .esg {
  max-width: 395px;
}

#responsibility .s4 {
  padding: 8.5rem 0;
}

#responsibility .s4 .container-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  z-index: 1;
}

#responsibility .s4 .bg-img {
  width: 50%;
  max-width: 705px;
}

#responsibility .s4 .bg-img img {
  width: 100%;
}

#responsibility .s4 .content {
  width: 50%;
  max-width: 828px;
}

#responsibility .s5 {
  background-color: #F8F8F9;
  padding: 8.5rem 0;
}

#responsibility .s5 h3 {
  max-width: 1180px;
  text-align: center;
  margin: 0 auto 4rem auto;
}

#responsibility .s5 .logos {
  height: 100vh;
  max-height: 920px;
  border-radius: 30px;
}

#responsibility .s5 .logos .bg-parallax {
  background: url(/i/philanthropic-bg-img-parallax.jpg) no-repeat center/cover;
}

#responsibility .s5 .logos .content {
  max-width: 1430px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: calc(100% - 2rem);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  column-gap: 2rem;
  row-gap: 5rem;
  z-index: 1;
  padding: 2rem 0;
}

#responsibility .s5 .logos .content .lines {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#responsibility .s5 .logos .content .lines .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #fff;
}

#responsibility .s5 .logos .content .lines .left {
  width: 49%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#responsibility .s5 .logos .content .lines .right {
  width: 49%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#responsibility .s5 .logos .content img {
  max-width: 100%;
  margin: 0 auto;
}

#responsibility .s6 {
  padding: 8.5rem 0;
}

#responsibility .s6 .bg-parallax {
  background: url(/i/contact-bg-img-parallax3.jpg) no-repeat top/cover;
}

#responsibility .s6 .container {
  max-width: 1140px;
  position: relative;
  z-index: 1;
}

#responsibility .s6 h3 {
  margin-bottom: 3rem;
  text-align: center;
  color: #fff;
}

#responsibility .s6 form {
  text-align: center;
}

#responsibility .s6 form input.hidhp {
  display: none;
}

#responsibility .s6 form input {
  display: inline-block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 23px;
  -webkit-appearance: none;
  margin-bottom: 3rem;
}

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

#responsibility .s6 form .row input {
  width: 50%;
}

#responsibility .s6 form ::placeholder {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}

#responsibility .s6 form .captcha-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

#responsibility .s6 form textarea {
  display: block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 23px;
  -webkit-appearance: none;
  height: 100px;
  margin-bottom: 3rem;
}

#responsibility .s6 form button {
  background: none;
  border: none;
  cursor: pointer;
}

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

@media screen and (max-width: 1200px) {
  #responsibility .s4 .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #responsibility .s4 .bottom {
    width: 50%;
  }
  #responsibility .s4 .bg-img {
    width: 100%;
  }
  #responsibility .s4 .content {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
  #responsibility .s3 {
    max-height: 600px;
  }
  #responsibility .s3 .content .pri {
    max-width: 250px;
  }
  #responsibility .s3 .content .esg {
    max-width: 300px;
  }
  #responsibility .s5 .logos {
    max-height: 600px;
  }
  #responsibility .s5 .logos .content {
    row-gap: 3rem;
  }
  #responsibility .s5 .logos .content img {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 767px) {
  #responsibility .s2 {
    padding: 5rem 0 3rem;
  }
  #responsibility .s3 {
    max-height: 500px;
  }
  #responsibility .s3 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #responsibility .s3 .content .vline {
    width: 150px;
    height: 1px;
  }
  #responsibility .s3 .content .pri, #responsibility .s3 .content .esg {
    max-width: 240px;
  }
  #responsibility .s4 {
    padding: 5rem 0;
  }
  #responsibility .s5 {
    padding: 5rem 0;
  }
  #responsibility .s5 h3 {
    margin-bottom: 3rem;
  }
  #responsibility .s5 .logos {
    max-height: none;
    padding: 5rem 0;
  }
  #responsibility .s5 .logos .content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
    padding: 0;
  }
  #responsibility .s5 .logos .content .lines {
    display: none;
  }
  #responsibility .s5 .logos .content .gr {
    max-width: 180px;
  }
  #responsibility .s5 .logos .content .ch {
    max-width: 230px;
  }
  #responsibility .s6 {
    padding: 5rem 0;
  }
  #responsibility .s6 .bg-parallax {
    background-position: right;
  }
  #responsibility .s6 form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #responsibility .s6 form .row input {
    width: 100%;
  }
  #responsibility .s6 form input, #responsibility .s6 form textarea {
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
  }
  #responsibility .s6 form .captcha-wrapper {
    margin-bottom: 1.5rem;
  }
}
