/* body {
  margin: 0;
  padding: 0;
} */

.vp-header {
  position: relative;
  /* background-image: url("/img/header.jpg");
  background-repeat: no-repeat; */
  height: 31rem;
}

.vp-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
}

.vp-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 46px;
  width: 750px;
}

.vp-container {
  margin: auto;
  max-width: 1640px;
  /* padding-left: 140px;
  padding-right: 140px; */
}

.vp-title-section span {
  margin: 77px auto 21px auto;
  font-size: 46px;
  line-height: 48px;
  font-family: "Helen Pro_light", sans-serif;
  text-align: center;
  display: block;
  color: #666666;
}

.vp-title-section p {
  margin: auto;
  width: 865px;
  font-size: 24px;
  line-height: 32px;
  font-family: "Helen Pro_light", sans-serif;
  text-align: center;
  color: #666666;
}

.vp-title-section,
.vp-badge-section,
.vp-img-text-section,
.vp-flows-second-row {
  margin-bottom: 132px;
}

.vp-badge-section {
  /* margin: auto; */
  display: flex;
  /* gap: 68px; */
  justify-content: center;
}

.vp-badge-image {
  width: 50%;
  text-align: end;
}

.vp-badge-section img {
  width: 478px;
}

.vp-header img,
.vp-img-text-image img,
.vp-flow-scheme img,
.vp-flow-second-row-right .image-section img,
.vp-flow-second-row-left .image-section img,
.vp-principle-item img {
  width: 100%;
}

.vp-badge-description {
  display: flex;
  flex-direction: column;
  gap: 51px;
  width: 50%;
  justify-content: center;
  /* padding-left: 68px; */
}

.vp-badge-heading {
  font-size: 32px;
  line-height: 37px;
  font-family: "Helen Pro_light";
  padding-left: 68px;
}

.vp-badge-subheading {
  font-size: 60px;
  line-height: 64px;
  font-family: "Helen Pro_Bold";
  padding-left: 68px;
  max-width: 650px;
}

.vp-img-text-image {
  width: 50%;
  font-size: 0;
}

.vp-img-text-row,
.vp-text-img-row {
  display: flex;
}

.vp-img-text-heading {
  font-size: 46px;
  line-height: 48px;
  font-family: "Helen Pro_Bold";
  color: #05377b;
  padding-left: 68px;
  padding-right: 128px;
}

.vp-img-text-summary {
  font-size: 20px;
  line-height: 26.68px;
  font-family: "Helen Pro_light";
  color: black;
  padding-left: 68px;
  padding-right: 128px;
  margin-top: 0;
  margin-bottom: 10px;
}

.vp-img-text-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 31px;
  background-color: #ededed;
  width: 50%;
}

.vp-text-img-heading {
  font-size: 46px;
  line-height: 48px;
  font-family: "Helen Pro_Bold";
  color: #05377b;
  padding-right: 68px;
  padding-left: 128px;
  display: block;
}

.vp-text-img-summary {
  font-size: 20px;
  line-height: 26.68px;
  font-family: "Helen Pro_light";
  color: black;
  padding-right: 68px;
  padding-left: 128px;
  margin-top: 0;
  margin-bottom: 10px;
}

.vp-text-img-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 31px;
  background-color: #ededed;
  width: 50%;
}

.vp-flow-scheme,
.vp-flow-summary-section {
  width: 50%;
}

.vp-flows {
  display: flex;
  gap: 72px;
}

.vp-flow-summary-desc {
  margin-top: 40px;
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 26.68px;
  font-family: "Helen Pro_light";
  padding-left: 128px;
}

.vp-flow-summary-list {
  padding-left: 148px;
  font-size: 20px;
  line-height: 26.68px;
  font-family: "Helen Pro_light";
  margin-bottom: 92px;
  /* list-style-position: inside; */
}

.vp-flow-vertical {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 132px;
  padding-left: 128px;
}

.vp-flow-vertical.full-width {
  grid-column: span 2;
}

.vp-vertical-flow-card {
  background-color: #ededed;
}
.vp-flow-vertical > .vp-vertical-flow-card:last-child {
  grid-column: span 2;
}

.vp-vertical-flow-card.full-width .card-list {
  column-count: 2;
  column-gap: 52px;
}

.flow-card-title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Helen_Pro_Black";
  text-transform: uppercase;
  color: #05377b;
  padding-top: 30px;
  padding-left: 25px;
  padding-bottom: 18px;
  display: block;
}

.card-list {
  margin-top: 0;
  font-size: 16px;
  line-height: 19px;
  font-family: "Helen Pro";
  margin-bottom: 30px;
}

.vp-flows-second-row {
  display: flex;
  gap: 72px;
}

.vp-flows-second-row .vp-s-r-text-section {
  height: 480px;
  background-color: #ededed;
}

.text-section-heading {
  padding-top: 75px;
  font-size: 46px;
  line-height: 48px;
  font-family: "Helen Pro_Bold";
  color: #05377b;
  padding-right: 128px;
  padding-left: 128px;
  padding-bottom: 31px;
  display: block;
}

.vp-flow-second-row-summary {
  padding-left: 148px;
  font-size: 20px;
  line-height: 20.68px;
  font-family: "Helen Pro_light";
  margin-top: 0;
  padding-right: 128px;
  /* list-style-position: inside; */
}

.vp-flow-second-row-summary li:not(:last-child) {
  margin-bottom: 8px;
}

.vp-s-r-text-section p {
  padding-left: 128px;
  padding-right: 128px;
  font-size: 20px;
  line-height: 20.68px;
  font-family: "Helen Pro_light";
  margin-top: 0;
  margin-bottom: 0;
}

.vp-flow-second-row-right .image-section,
.vp-flow-second-row-left .image-section {
  font-size: 0;
}

.vp-flow-second-row-left,
.vp-flow-second-row-right {
  width: 50%;
}
.vp-our-principles-heading {
  font-size: 60px;
  line-height: 64px;
  font-family: "Helen Pro_Bold";
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 66px;
}

.vp-our-principle-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 48px;
  column-gap: 36px;
}

.vp-principle-item-heading {
  font-size: 30px;
  line-height: 31px;
  font-family: "Helen Pro_Bold";
  padding-top: 31px;
  padding-bottom: 18px;
  text-align: left;
  display: block;
}

.vp-principle-item-summary {
  font-size: 18px;
  line-height: 24px;
  font-family: "Helen Pro_light";
  text-align: left;
}

.vp-img-pic {
  height: 500px;
  object-fit: cover;
}

.vp-principle-item img {
  display: block;
}

/* Responsive Styles FLOW*/

/* .vp-flow-vertical {
  display: flex;
  flex-direction: column;
}

.desktop-flow-second-first,
.desktop-flow-second-second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.vp-vertical-flow-card.full-width {
  grid-column: span 2;
} */

/* end Responsive Styles FLOW*/

.vp-principle-item p {
  margin-top: 0;
  margin-bottom: 0;
}

.vp-principle-item img {
  font-size: 0;
}

.flows-section-middle {
  display: none;
}

.vp-flow-scheme-mb {
  display: none;
}

.vp-s-r-text-section p:last-child {
  margin-top: 8px;
}

.vp-container ul li {
  list-style: disc;
}

.vp-suffix {
  vertical-align: text-bottom;
  font-size: 12px;
}

@media (max-width: 1800px) {
  .vp-s-r-text-section p,
  .vp-s-r-text-section .text-section-heading {
    padding-left: 66px;
    padding-right: 66px;
  }

  .vp-flow-second-row-summary {
    padding-left: 86px;
    padding-right: 66px;
  }
}

@media (max-width: 1580px) {
  .vp-badge-heading,
  .vp-badge-subheading {
    padding-left: 62px;
  }

  .vp-container {
    /* padding-left: 45px;
    padding-right: 45px; */
    padding-left: 24px;
    padding-right: 24px;
  }

  .vp-flows,
  .vp-flows-second-row {
    gap: 32px;
  }

  .vp-our-principle-items {
    column-gap: 32px;
  }

  .vp-text-img-heading,
  .vp-text-img-summary,
  .vp-img-text-heading,
  .vp-img-text-summary {
    padding-right: 62px;
    padding-left: 62px;
  }

  /* .vp-s-r-text-section p,
  .vp-s-r-text-section .text-section-heading {
    padding-left: 46px;
    padding-right: 46px;
  } */

  .vp-flow-second-row-left .vp-s-r-text-section p,
  .vp-flow-second-row-left .vp-s-r-text-section .text-section-heading {
    padding-left: 41px;
    padding-right: 46px;
  }

  .vp-flow-second-row-right .vp-s-r-text-section p,
  .vp-flow-second-row-right .vp-s-r-text-section .text-section-heading {
    padding-left: 46px;
    padding-right: 41px;
  }

  .vp-flow-second-row-summary {
    padding-left: 61px;
    padding-right: 46px;
  }

  .vp-flow-summary-desc,
  .vp-flow-vertical {
    padding-left: 62px;
  }
  .vp-flow-summary-list {
    padding-left: 82px;
  }

  .text-section-heading {
    padding-top: 57px;
  }
}

@media (max-width: 1360px) {
  .text-section-heading {
    font-size: 38px;
    line-height: 40px;
    padding-top: 52px;
    padding-bottom: 26px;
  }

  .vp-badge-section img {
    width: 399px;
  }

  .vp-badge-heading,
  .vp-badge-subheading {
    padding-left: 28px;
  }

  .vp-flows,
  .vp-flows-second-row {
    gap: 16px;
  }

  .vp-our-principle-items {
    column-gap: 16px;
  }

  .vp-our-principle-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .vp-flow-vertical {
    display: none;
  }

  .flows-section-middle {
    display: block;
    position: absolute;
    margin-top: -150px;
    width: 100%;
    /* right: 24px; */
    right: 48px;
  }

  .vp-flows-second-row {
    margin-top: 260px;
  }

  .first-row-middle {
    /* width: 50%; */
    display: flex;
    gap: 16px;
    margin-bottom: 9px;
    margin-left: 93px;
  }

  .second-row-middle {
    /* width: 100%; */
    display: flex;
    gap: 16px;
    margin-left: 93px;
  }

  .vp-vertical-flow-card {
    width: 50%;
  }

  /* .vp-vertical-flow-card.quater {
    width: 25%;
  } */
  .first-row-m-l {
    display: flex;
    gap: 9px;
    width: 50%;
  }
  .first-row-m-r {
    width: 50%;
  }

  .second-row-m-l {
    display: flex;
    gap: 9px;
    width: 50%;
  }

  .vp-vertical-flow-card.full-width .flow-card-title .card-list {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
  }
}

@media (max-width: 1280px) {
  .flows-section-middle {
    right: 24px;
  }
  .second-row-middle,
  .first-row-middle {
    margin-left: 48px;
  }

  .vp-img-text-heading,
  .vp-text-img-heading {
    font-size: 38px;
    line-height: 40px;
  }

  .vp-img-text-summary,
  .vp-text-img-summary,
  .vp-flow-summary-desc,
  .vp-flow-summary-list {
    font-size: 18px;
    line-height: 24px;
  }

  .vp-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vp-img-text-summary,
  .vp-img-text-heading {
    padding-left: 40px;
    padding-right: 32px;
  }

  .vp-text-img-summary,
  .vp-text-img-heading {
    padding-left: 32px;
    padding-right: 32px;
  }

  .vp-img-pic {
    height: 416px;
    object-fit: cover;
  }

  .vp-flow-summary-desc,
  .vp-flow-vertical {
    padding-left: 32px;
  }

  .vp-flow-summary-list {
    padding-left: 52px;
  }

  .vp-title-section,
  .vp-badge-section,
  .vp-img-text-section,
  .vp-flows-second-row {
    margin-bottom: 110px;
  }

  .vp-flow-vertical {
    gap: 9px;
  }

  .vp-principle-item-summary {
    font-size: 16px;
    line-height: 20px;
  }
  .vp-principle-item-heading {
    font-size: 25px;
    line-height: 27px;
    padding-top: 26px;
    padding-bottom: 14px;
  }

  .vp-our-principle-heading {
    margin-bottom: 55px;
  }
  .vp-flow-second-row-summary,
  .vp-flow-second-row-right p {
    font-size: 18px;
    line-height: 22px;
  }

  .card-list {
    font-size: 14px;
    line-height: 17px;
  }

  .flow-card-title {
    padding-top: 24px;
    padding-bottom: 15px;
  }

  .vp-flow-vertical {
    margin-bottom: 110px;
  }
  .vp-flows-second-row .vp-s-r-text-section {
    height: 420px;
  }
  .vp-badge-heading {
    font-size: 26px;
    line-height: 27px;
  }

  .vp-badge-subheading {
    font-size: 50px;
    line-height: 53px;
  }
}

@media (max-width: 960px) {
  .vp-title-section span {
    font-size: 40px;
    line-height: 43px;
    margin-top: 63px;
  }

  .vp-title-section p {
    font-size: 22px;
    line-height: 32px;
    width: unset;
    margin-left: 16px;
    margin-right: 16px;
  }

  .vp-badge-section {
    flex-direction: column;
  }

  .vp-badge-image {
    width: 100%;
    text-align: center;
  }

  .vp-badge-description {
    width: 100%;
    text-align: center;
    gap: 34px;
    margin-top: 51px;
  }

  .vp-badge-subheading {
    margin: auto;
    padding-left: 0;
    font-size: 50px;
    line-height: 53px;
    letter-spacing: -0.1px;
  }

  .vp-badge-heading {
    padding-left: 0;
    font-size: 26px;
    line-height: 27px;
  }

  .vp-img-text-row {
    flex-direction: column-reverse;
  }
  .vp-text-img-row {
    flex-direction: column;
  }

  .vp-img-text-image,
  .vp-img-text-description,
  .vp-text-img-description {
    width: 100%;
  }

  .vp-img-text-heading,
  .vp-text-img-heading {
    padding-left: 20px;
    padding-top: 40px;
    padding-right: 20px;
  }

  .vp-img-text-summary,
  .vp-text-img-summary {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .vp-img-text-description,
  .vp-text-img-description {
    gap: 26px;
  }

  /* .vp-flow-vertical {
    display: block;
  }

  .flows-section-middle {
    display: none;
  } */

  .vp-flow-scheme,
  .flows-section-middle {
    display: none;
  }
  .vp-flow-scheme-mb,
  .vp-flow-vertical {
    display: block;
  }

  .vp-flow-summary-section {
    width: 100%;
  }
  .vp-flow-scheme-mb img {
    margin: auto;
    display: block;
    width: 70%;
  }

  .vp-flow-vertical,
  .vp-text-img-heading,
  .vp-flow-summary-desc {
    padding-left: 0;
  }

  .vp-flow-summary-list {
    padding-left: 20px;
  }

  .vp-flow-vertical {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 8px;
    margin-top: 24px;
  }

  /* Make the last item take the width of 2 columns */
  .vp-vertical-flow-card.full-width {
    grid-column: span 2;
  }

  .vp-vertical-flow-card,
  .vp-flow-second-row-left,
  .vp-flow-second-row-right {
    width: 100%;
  }

  .vp-flows-second-row {
    margin-top: 0;
    flex-direction: column;
    gap: 24px;
  }

  .vp-flows-second-row .vp-s-r-text-section {
    height: auto;
  }

  .vp-flow-second-row-summary {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .vp-flow-second-row-right .vp-s-r-text-section {
    padding-bottom: 32px;
  }

  .vp-our-principle-items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
  }
  .vp-flow-summary-section .vp-text-img-heading {
    padding-top: 0;
  }
  .vp-text-img-description .vp-text-img-heading {
    padding-left: 20px;
    padding-top: 40px;
  }

  .vp-img-pic {
    height: 332px;
  }
  .vp-flow-summary-desc {
    margin-top: 26px;
    margin-bottom: 24px;
  }
  .vp-flow-summary-list {
    margin-bottom: 46px;
  }

  .vp-flow-second-row-right .vp-s-r-text-section .text-section-heading,
  .vp-flow-second-row-left .vp-s-r-text-section .text-section-heading {
    padding-top: 32px;
    padding-left: 20px;
  }

  .vp-flow-second-row-summary {
    padding-left: 40px;
  }

  .vp-flow-second-row-right .vp-s-r-text-section p,
  .vp-flow-second-row-left .vp-s-r-text-section p {
    padding-left: 20px;
  }

  .vp-our-principles-heading {
    font-size: 50px;
    line-height: 53px;
    letter-spacing: -0.1px;
  }
}

@media (max-width: 768px) {
  .vp-header {
    height: 17rem;
  }

  .vp-header .vp-heading {
    max-width: 400px;
  }

  .vp-flow-scheme-mb img {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .vp-header {
    height: 310px;
  }
  .vp-flow-vertical {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }

  .vp-principle-item-summary {
    font-size: 14px;
    line-height: 18px;
  }

  .vp-principle-item-heading {
    font-size: 18px;
    line-height: 20px;
    padding-top: 19px;
    padding-bottom: 11px;
  }

  .vp-title-section p {
    font-size: 16px;
    line-height: 19px;
  }

  .vp-title-section span {
    font-size: 34px;
    line-height: 37px;
    margin-top: 55px;
  }

  .vp-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .vp-title-section,
  .vp-badge-section,
  .vp-img-text-section,
  .vp-flows-second-row,
  .vp-flow-summary-section .vp-flow-vertical {
    margin-bottom: 82px;
  }
  .vp-badge-section img {
    width: 300px;
  }

  .vp-badge-heading {
    font-size: 16px;
    line-height: 17px;
  }
  .vp-badge-subheading {
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -0.07px;
    margin-left: 65px;
    margin-right: 65px;
  }

  .vp-img-text-heading,
  .vp-text-img-heading {
    font-size: 30px;
    line-height: 31px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 33px;
  }

  .vp-img-text-description,
  .vp-text-img-description {
    gap: 21px;
  }

  .vp-img-text-summary,
  .vp-text-img-summary {
    padding-left: 16px;
    padding-bottom: 31px;
    padding-right: 16px;
  }

  .vp-flow-summary-section .vp-flow-summary-desc {
    margin-top: 20px;
    margin-bottom: 17px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 18.676px;
  }

  .vp-flow-summary-section .vp-flow-summary-list {
    font-size: 16px;
    line-height: 18.676px;
    padding-left: 31px;
    padding-right: 16px;
  }

  .vp-flow-scheme-mb img {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vp-heading {
    font-size: 34px;
  }

  .vp-img-text-summary,
  .vp-text-img-summary,
  .vp-flow-summary-desc,
  .vp-flow-summary-list,
  .vp-flow-second-row-summary,
  .vp-flow-second-row-right p {
    font-size: 16px;
    line-height: 21px;
  }

  .vp-badge-description {
    gap: 27px;
    margin-top: 39px;
  }
}
