.aboutusSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.aboutusContainer {
  width: 94%;
  height: 568px;
  border-radius: 26px;
  background-color: #eaf9ff;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  position: relative;
}
.aboutusLeftBox {
  width: 40%;
  padding-left: 152px;
}
.aboutTitel {
  margin: 0;
  font-family: "Playfair Display", Helvetica;
  font-weight: 700;
  color: #1b2774;
  font-size: 48px;
}
.aboutHighlight {
  margin: 1rem 0;
  font-family: "Playfair Display", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  width: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
  padding: 8px 0px;
  background-color: #1b2774;
}
.aboutPara {
  position: relative;
  width: 100%;
  max-width: 545px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #1b2774;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
.aboutusRightBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
  height: 100%;
}
.aboutusRightBox .aboutHero {
  max-width: 980px;
  width: 100%;
  height: auto;
  max-height: 500px;
}
.aboutusMobBox {
  display: none;
}
/* ===================== */
.valuesSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.valuesContainer {
  width: 94%;
  margin: 7rem 0;
  border-radius: 26px;
  display: flex;
  position: relative;
  gap: 20px;
}
.midValueBox {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.leftValueBox,
.rightValueBox {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.valueHeader {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 1rem;
}
.valueHeader h2 {
  margin: 0;
  font-family: "Playfair Display", Helvetica;
  color: #1b2774;
  font-size: 48px;
  text-align: center;
  line-height: 72px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}
.valueHeader p {
  position: relative;
  max-width: 595px;
  width: 100%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #1b2774;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 150%;
}
.leftValueBox .valueCard {
  width: 100%;
}
.midValBoxMid .valueCard {
  width: 100%;
}
.midValBoxMid {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.valueCard {
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
.valueCard h3 {
  margin: 0;
  font-family: "Playfair Display", Helvetica;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #1b2774;
  margin-top: 1rem;
}
.valueCard p {
  margin: 0;
  margin-top: 8px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #1b2774;
}
.vcard1 {
  margin-top: 60px;
  background-color: #eaf9ff;
  height: 380px;
  box-shadow: 0px 4px 12.6px 0px #00000030;
}
.vcard2 {
  background: linear-gradient(
    180deg,
    rgba(64, 195, 248, 0.5) 0%,
    rgba(64, 195, 248, 0) 100%
  );
  height: 320px;
}
.vcard3 {
  background-color: #eaf9ff;
  box-shadow: 0px 4px 12.6px 0px #00000030;
  height: 320px;
}
.vcard4 {
  margin-top: 60px;
  height: 410px;
  background: linear-gradient(
    180deg,
    rgba(64, 195, 248, 0.5) 0%,
    rgba(64, 195, 248, 0) 100%
  );
}
.vcard5 {
  height: 374px;
  background: linear-gradient(180deg, #eaf9ff 0%, rgba(234, 249, 255, 0) 100%);
}
.vcard6 {
  box-shadow: 0px 4px 12.6px 0px #00000030;
  background: #eaf9ff;
  height: 285px;
}
.vcard7 {
  box-shadow: 0px 4px 12.6px 0px #00000030;
  background: #eaf9ff;
  height: 330px;
}
.vcard8 {
  background: linear-gradient(
    180deg,
    rgba(64, 195, 248, 0.5) 0%,
    rgba(64, 195, 248, 0) 100%
  );
  height: 280px;
}
.vcard9 {
  box-shadow: 0px 4px 12.6px 0px #00000030;
  background-color: #eaf9ff;
  height: 340px;
}
.vcard10 {
  background: linear-gradient(
    180deg,
    rgba(64, 195, 248, 0.5) 0%,
    rgba(64, 195, 248, 0) 100%
  );
  height: 340px;
}
.vcard11 {
  box-shadow: 0px 4px 12.6px 0px #00000030;
  background: #eaf9ff;
  height: 340px;
}
.vcard11 img,
.vcard10 img,
.vcard9 img,
.vcard7 img,
.vcard4 img,
.vcard3 img,
.vcard1 img {
  height: 94px;
  width: 94px;
}
.vcard8 img,
.vcar6 img,
.vcard5 img,
.vcard2 img {
  width: 143px;
}
/* =============== */
.visionSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visionSection .item {
  display: flex;
  flex-direction: row;
  height: 800px;
}
.visionLeft {
  width: 40%;
  background-color: #142665;
  position: relative;
  display: flex;
  justify-content: center;
}
.layerBox {
  margin-top: 100px;
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.layerBox1 {
  left: 225px;
}
.layerBox2 {
  left: 120px;
}
.visionLeft img.icon {
  width: 127px !important;
}
.visionLeft h2 {
  margin: 0;
  font-size: 140px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 150%;
}
.visionLeft p {
  margin: 0;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  max-width: 300px;
  color: #f4f5ff;
}
.visionRight {
  width: 60%;
}
.visionRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ======================= */
.approachSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.approachContainer {
  width: 75%;
  margin: 5rem 0;
  display: flex;
  gap: 60px;
}
.approachLeftBox {
  width: 50%;
}
.approachRightBox {
  width: 50%;
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #2593d1 0%, #00669f 100%);
  border-radius: 26px;
  overflow: hidden;
}
.approachImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apTitel {
  font-family: "Playfair Display", Helvetica;
  color: #1b2774;
  font-size: 48px;
  line-height: 150%;
  white-space: nowrap;
  font-weight: 400;
  margin-bottom: 30px;
}
.apPara {
  margin: 0;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000cc;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 150%;
}
.apBoxCon {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aprochBox {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 20px;
}
.aprochBox .frame-17 {
  width: 130px;
  height: 119px;
}
.aprochBox .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  /* flex: 0 0 auto; */
}
.aprochBox .text-wrapper-6 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  line-height: 150%;
}
.aprochBox .text-wrapper-7 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
}
.wtwPara {
  display: none;
}
.visionSliderMob {
  display: none;
}
.valuesContainerMob {
  display: none;
}
.aboutHeroMob {
  display: none;
}
/* ================ */
@media screen and (max-width: 1880px) {
  .layerBox2 {
    left: 67px;
  }
  .layerBox1 {
    left: 170px;
  }
}
@media screen and (max-width: 1730px) {
  .aboutusLeftBox {
    padding-left: 120px;
  }
  .aboutusRightBox .aboutHero {
    max-width: 980px;
    width: 100%;
    height: auto;
    max-height: 500px;
  }
  .visionSection .item {
    height: 750px;
  }
  .visionLeft h2 {
    font-size: 108px;
  }
  .layerBox1 {
    left: 225px;
  }
  .layerBox2 {
    left: 150px;
  }

  .approachContainer {
    width: 80%;
  }
  .visionLeft p {
    font-size: 18px;
    max-width: 270px;
  }
}
@media screen and (max-width: 1660px) {
  .aboutusLeftBox {
    padding-left: 60px;
  }
  .aboutusContainer {
    height: 500px;
  }
  .aboutusRightBox .aboutHero {
    width: 90%;
  }
  .aboutusLeftBox .aboutPara {
    font-size: 18px;
  }
  .valuesContainer {
    margin: 5rem 0;
  }

  .vcard1 {
    margin-top: 40px;
    height: 350px;
  }
  .vcard2 {
    height: 290px;
  }
  .vcard3 {
    height: 290px;
  }
  .vcard4 {
    margin-top: 40px;
    height: 380px;
  }
  .vcard5 {
    height: 344px;
  }
  .vcard6 {
    height: 255px;
  }
  .vcard7 {
    height: 300px;
  }
  .vcard8 {
    height: 250px;
  }
  .vcard9 {
    height: 310px;
  }
  .vcard10 {
    height: 310px;
  }
  .vcard11 {
    height: 310px;
  }
  .vcard11 img,
  .vcard10 img,
  .vcard9 img,
  .vcard7 img,
  .vcard4 img,
  .vcard3 img,
  .vcard1 img {
    height: 80px;
    width: 80px;
  }
  .vcard8 img,
  .vcar6 img,
  .vcard5 img,
  .vcard2 img {
    width: 120px;
  }
  .visionSection .item {
    height: 700px;
  }
  .visionLeft img.icon {
    width: 100px !important;
  }
  .layerBox2 {
    left: 80px;
  }
  .layerBox1 {
    left: 165px;
  }
  .approachContainer {
    width: 85%;
  }

  .apTitel {
    margin-bottom: 20px;
  }
  .apBoxCon {
    margin-top: 30px;
  }
  .aprochBox .frame-17 {
    width: 100px;
    height: auto;
  }
  .aprochBox {
    gap: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .aboutusContainer {
    height: 470px;
  }
  .aboutusLeftBox .aboutPara {
    font-size: 16px;
  }
  .aboutusLeftBox .aboutHighlight {
    font-size: 24px;
    width: 245px;
    line-height: aut0;
    padding: 6px 0px;
  }
  .valuesContainer {
    margin: 4rem 0;
  }

  .vcard1 {
    margin-top: 30px;
    height: 330px;
  }
  .vcard2 {
    height: 270px;
  }
  .vcard3 {
    height: 270px;
  }
  .vcard4 {
    margin-top: 30px;
    height: 360px;
  }
  .vcard5 {
    height: 324px;
  }
  .vcard6 {
    height: 235px;
  }
  .vcard7 {
    height: 280px;
  }
  .vcard8 {
    height: 230px;
  }
  .vcard9 {
    height: 290px;
  }
  .vcard10 {
    height: 290px;
  }
  .vcard11 {
    height: 290px;
  }
  .vcard11 img,
  .vcard10 img,
  .vcard9 img,
  .vcard7 img,
  .vcard4 img,
  .vcard3 img,
  .vcard1 img {
    height: 70px;
    width: 70px;
  }
  .vcard8 img,
  .vcar6 img,
  .vcard5 img,
  .vcard2 img {
    width: 90px;
  }
  .valueCard h3 {
    font-size: 26px;
  }
  .valueCard p {
    font-size: 16px;
  }
  .valueCard {
    padding: 30px;
  }
  .visionSection .item {
    height: 600px;
  }
  .visionLeft h2 {
    font-size: 94px;
  }
  .layerBox1 {
    left: 140px;
  }
  .visionLeft p {
    font-size: 16px;
    max-width: 220px;
  }
  .layerBox {
    margin-top: 80px;
  }

  .approachContainer {
    width: 92.5%;
    margin: 3rem 0;
    gap: 30px;
  }
  .aprochBox .text-wrapper-6 {
    font-size: 20px;
  }

  .aprochBox .frame-17 {
    width: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .aboutusLeftBox {
    padding-left: 40px;
  }
  .aboutusRightBox {
    width: 55%;
  }
  .aboutusLeftBox {
    width: 45%;
  }
  .aboutusRightBox .aboutHero {
    width: 95%;
  }

  .vcard1 {
    height: 300px;
  }
  .vcard2 {
    height: 240px;
  }
  .vcard3 {
    height: 240px;
  }
  .vcard4 {
    height: 330px;
  }
  .vcard5 {
    height: 294px;
  }
  .vcard6 {
    height: 205px;
  }
  .vcard7 {
    height: 250px;
  }
  .vcard8 {
    height: 200px;
  }
  .vcard9 {
    height: 260px;
  }
  .vcard10 {
    height: 260px;
  }
  .vcard11 {
    height: 260px;
  }
  .vcard11 img,
  .vcard10 img,
  .vcard9 img,
  .vcard7 img,
  .vcard4 img,
  .vcard3 img,
  .vcard1 img {
    height: 60px;
    width: 60px;
  }
  .vcard8 img,
  .vcard6 img,
  .vcard5 img,
  .vcard2 img {
    width: 70px;
  }
  .valueCard {
    padding: 20px;
  }
  .valueCard h3 {
    font-size: 22px;
  }
  .visionSection .item {
    height: 500px;
  }
  .visionLeft h2 {
    font-size: 64px;
  }
  .visionLeft img.icon {
    width: 80px !important;
  }
  .layerBox1 {
    left: 60px;
  }
  .layerBox2 {
    left: 60px;
  }
  .layerBox {
    margin-top: 70px;
  }
  .apTitel {
    margin-bottom: 10px;
  }
  .apBoxCon {
    margin-top: 10px;
  }
  .apBoxCon {
    gap: 10px;
  }
}
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 990px) {
  .aboutusContainer {
    flex-direction: column;
    height: auto;
    gap: 16px;
    padding: 1rem 0;
  }
  .aboutusLeftBox {
    width: 100%;
  }
  .aboutusLeftBox .aboutHighlight,
  .aboutusLeftBox .aboutPara {
    display: none;
  }
  .aboutusRightBox {
    width: 100%;
  }
  .aboutusRightBox .aboutHero {
    width: 98%;
  }
  .aboutusMobBox {
    margin-top: 1rem;
    width: 100%;
    display: block;
    padding: 1rem 4%;
  }
  .aboutusMobBox .aboutTitelHt {
    font-family: "Playfair Display", Helvetica;
    font-weight: 500;
    color: #142665;
    font-size: 24px;
    width: 100%;
    text-align: left !important;
    padding: 0;
    background: none;
    margin-bottom: 10px;
  }
  .aboutusMobBox .aboutParaMob {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #1b2774;
    font-size: 16px;
    line-height: 150%;
  }
  .valuesContainer {
    margin: 3rem 0;
    gap: 15px;
  }
  .leftValueBox,
  .rightValueBox {
    gap: 15px;
  }
  .vcard1 {
    height: 240px;
  }
  .vcard2 {
    height: 170px;
  }
  .vcard3 {
    height: 200px;
  }
  .vcard4 {
    height: 230px;
  }
  .vcard5 {
    height: 184px;
  }
  .vcard6 {
    height: 90px;
  }
  .vcard7 {
    height: 220px;
  }
  .vcard8 {
    height: 100px;
  }
  .vcard9 {
    height: 210px;
  }
  .vcard10 {
    height: 210px;
  }
  .vcard11 {
    height: 210px;
  }
  .vcard11 img,
  .vcard10 img,
  .vcard9 img,
  .vcard7 img,
  .vcard4 img,
  .vcard3 img,
  .vcard1 img {
    height: 60px;
    width: 60px;
  }
  .vcard8 img,
  .vcard6 img,
  .vcard5 img,
  .vcard2 img {
    width: 60px;
  }
  .valueCard {
    padding: 10px;
  }
  .valueCard h3 {
    font-size: 18px;
  }
  .valueCard p {
    font-size: 14px;
  }
  .layerBox2,
  .layerBox1 {
    left: 25px;
  }
  .layerBox {
    margin-top: 30px;
  }
  .visionLeft img.icon {
    width: 70px !important;
  }
  .visionLeft h2 {
    font-size: 48px;
  }
  .visionSection .item {
    height: 450px;
  }
  .approachContainer {
    width: 95%;
    gap: 20px;
  }
  .apTitel {
    margin-bottom: 0px;
  }
  .aprochBox {
    gap: 10px;
  }
  .aprochBox .frame-17 {
    width: 70px;
  }
  .aprochBox .text-wrapper-7 {
    font-size: 14px;
    line-height: 140%;
  }
  .aprochBox .text-wrapper-6 {
    font-size: 18px;
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) {
  .aboutusLeftBox {
    padding-left: 20px;
  }
  .aboutTitel {
    font-size: 38px;
  }
  .approachContainer {
    flex-direction: column;
  }
  .approachLeftBox {
    width: 100%;
  }
  .approachRightBox {
    width: 100%;
  }
  .approachRightBox {
    max-height: 370px;
  }
  .apTitel {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .wtwPara {
    display: block;
    margin: 0;
    font-family: "Playfair Display", Helvetica;
    color: #1b2774;
    font-size: 28px;
    line-height: 150%;
    white-space: nowrap;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .visionSlider {
    display: none !important;
  }
  .visionSliderMob {
    display: block;
    width: 100%;
  }
  .visionLeft,
  .visionRight {
    width: 50%;
  }
  .visionSection .item {
    height: 400px;
  }
  .valuesContainer {
    display: none;
  }
  .valuesContainerMob {
    display: flex;
    width: 94%;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 3rem;
    gap: 15px;
  }
  .valueHeader h2 {
    font-size: 38px;
    line-height: 150%;
  }
  .leftValueBox,
  .rightValueBox {
    width: calc(50% - 15px);
  }
  .vcard11 img,
  .vcard10 img,
  .vcard9 img,
  .vcard7 img,
  .vcard4 img,
  .vcard3 img,
  .vcard1 img {
    height: 80px;
    width: 80px;
  }
  .vcard1 {
    margin-top: 100px;
  }
  .vcard4 {
    margin-top: 0;
  }
  .vcard11,
  .vcard10,
  .vcard9,
  .vcard7,
  .vcard4,
  .vcard3,
  .vcard1 {
    height: auto;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 500px) {
  .aboutTitel {
    font-size: 28px;
  }
  .aboutusMobBox .aboutTitelHt {
    font-size: 20px;
  }
  .aboutusMobBox .aboutParaMob {
    font-size: 14px;
  }
  .aboutusMobBox {
    margin-top: 0;
  }
  .valueHeader {
    gap: 0px;
  }
  .valueHeader h2 {
    font-size: 28px;
  }
  .valueHeader p {
    font-size: 14px;
  }
  .valuesContainerMob {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .vcard11,
  .vcard10,
  .vcard9,
  .vcard7,
  .vcard4,
  .vcard3,
  .vcard1 {
    padding: 1.5rem 0.5rem;
  }
  .leftValueBox,
  .rightValueBox {
    width: calc(50% - 8px);
  }
  .visionLeft img.icon {
    width: 60px !important;
  }
  .visionLeft h2 {
    font-size: 38px;
  }
  .visionLeft p {
    font-size: 14px;
    max-width: 180px;
  }
  .layerBox2,
  .layerBox1 {
    left: 15px;
  }
  .visionSection .item {
    height: 350px;
  }
  .approachContainer {
    margin: 1.5rem 0;
  }
  .apTitel {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .apPara {
    font-size: 14px;
  }
  .wtwPara {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .approachRightBox {
    height: 300px;
  }
  .aboutHeroWeb {
    display: none;
  }
  .aboutHeroMob {
    display: block;
    width: 100%;
  }
  .aboutusContainer {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .aboutusContainer {
    gap: 8px;
  }
  .valuesContainerMob {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .valueHeader {
    margin-bottom: 8px;
  }
  .vcard11,
  .vcard10,
  .vcard9,
  .vcard7,
  .vcard4,
  .vcard3,
  .vcard1 {
    padding: 1rem 0.5rem;
  }
  .vcard11 img,
  .vcard10 img,
  .vcard9 img,
  .vcard7 img,
  .vcard4 img,
  .vcard3 img,
  .vcard1 img {
    height: 70px;
    width: 70px;
  }
  .valuesContainerMob {
    gap: 10px;
  }
  .leftValueBox,
  .rightValueBox {
    width: calc(50% - 5px);
  }
  .layerBox2,
  .layerBox1 {
    left: 10px;
  }
  .visionLeft h2 {
    font-size: 34px;
  }
  .layerBox {
    margin-top: 15px;
  }
  .aprochBox .text-wrapper-6 {
    font-size: 16px;
  }
   .visionLeft p {
    max-width: 160px;
  }
}

@media screen and (max-width: 370px) {
}
