html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 6.6px;
  }
}
.section-inner-page-title .box {
  max-width: 140rem;
}
.section-joint-two .section-whyus {
  padding: 10rem 0 9rem;
}
.section-joint-two .section-whyus .img-box {
  height: 43rem;
}
.section-joint-two .section-whyus + .section-whyus {
  padding-top: 0;
  margin-top: 5rem;
}
.section-partners::after {
  background: #1A1D1E;
}
.section-whyus {
  padding: 8rem 0 16rem;
}
.section-whyus .img-box {
  border-radius: 4rem;
  height: 63rem;
  overflow: hidden;
  width: 100%;
}
.section-whyus .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-whyus .text-info {
  padding-left: 3rem;
}
.section-whyus .text-info .h {
  margin-top: 2.5rem;
}
.section-whyus .text-info span {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  border: 1px solid #666;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 2.5rem 1rem 2.5rem;
  line-height: 4.6rem;
  text-align: center;
}
.section-whyus .text-info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 2.5rem 0 1.2rem;
}
.section-whyus .text-info ul li {
  align-items: center;
  display: flex;
  width: 50%;
  padding: 1.5rem 0;
}
.section-whyus .text-info ul li i {
  margin-right: 2rem;
}
.section-whyus .text-info ul li p {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin: 0;
}
.section-challenges {
  padding: 10rem 0;
}
.section-challenges .title {
  margin-bottom: 5rem;
}
.section-challenges .title span {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  border: 1px solid #666;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 2.5rem 1rem 2.5rem;
  line-height: 4.6rem;
  text-align: center;
}
.section-challenges .title .h {
  margin-top: 2.5rem;
}
.section-challenges .challenges-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.section-challenges .challenges-box {
  background-color: #1A1D1E;
  border-radius: 3rem;
  cursor: pointer;
  margin: 1.2rem;
  text-align: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  width: calc(25% - 2.4rem);
  z-index: 5;
}
.section-challenges .challenges-box:hover {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
}
.section-challenges .challenges-box:hover::after {
  content: "";
  position: absolute;
  background-color: #050809;
  border-radius: 3rem;
  inset: 0;
  margin: auto;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  z-index: -1;
}
.section-challenges .challenges-box:hover .icon {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  border: none;
}
.section-challenges .challenges-box:hover .icon svg path {
  stroke: #050809;
}
.section-challenges .challenges-box:hover .icon2 svg path {
  stroke: inherit;
  fill: #050809;
}
.section-challenges .challenges-box .icon {
  align-items: center;
  background-color: #050809;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem;
  height: 9rem;
  width: 9rem;
}
.section-challenges .challenges-box .icon svg {
  max-width: 50%;
}
.section-challenges .challenges-box .text h5 {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}
.section-challenges .challenges-box .text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.section-challenges::before {
  content: "";
  position: absolute;
  background: url(../images/challenges-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.section-approach {
  padding: 16rem 0;
}
.section-approach .text {
  padding-right: 6rem;
}
.section-approach .text span {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  border: 1px solid #666;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 2.5rem 1rem 2.5rem;
  line-height: 4.6rem;
  text-align: center;
}
.section-approach .text .h {
  margin: 2.8rem 0;
}
.section-approach .text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.section-approach .img-box {
  border-radius: 6rem;
  height: 53rem;
  overflow: hidden;
  width: 100%;
}
.section-approach .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-approach .statistics {
  background: linear-gradient(90deg, #54F4FC 0%, #C6F0FF 36.85%, rgba(180, 243, 255, 0.9) 74.88%, #176DB4 99.27%);
  align-items: center;
  border-radius: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10rem 0 6rem;
  padding: 6rem 3rem;
  position: relative;
  z-index: 5;
}
.section-approach .statistics::after, .section-approach .statistics::before {
  content: "";
  position: absolute;
}
.section-approach .statistics::before {
  background: url(../images/blur-bg.png) no-repeat;
  background-size: cover;
  height: 62rem;
  left: 0;
  max-width: 117rem;
  width: 100%;
}
.section-approach .statistics::after {
  background-color: #050809;
  border-radius: 4rem;
  inset: 0;
  margin: auto;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  z-index: -1;
}
.section-approach .statistics-box {
  color: #b5b8b9;
  padding: 0 1.5rem;
  text-align: left;
  position: relative;
  width: calc(25% - 3rem);
}
.section-approach .statistics-box + .statistics-box::before {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  content: "";
  position: absolute;
  bottom: 0;
  left: -6rem;
  height: calc(100% + 3rem);
  margin: auto;
  top: 0;
  width: 1px;
}
.section-approach .statistics-box h4 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
}
.section-approach .statistics-box p {
  font-size: 2.4rem;
  font-weight: 400;
}
.section-approach .map {
  display: none;
}
.section-approach .map-box {
  margin: 12rem auto 4rem;
}
.section-approach .map-box img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .section-whyus {
    padding: 5rem 0 10rem;
  }
  .section-challenges .challenges-box .icon svg {
    max-width: 3rem;
  }
  .section-approach {
    padding: 8rem 0;
  }
  .section-approach .map-box {
    margin: 5rem 0 0;
  }
}
@media (max-width: 991px) {
  .section-whyus {
    padding: 0 0 5rem;
  }
  .section-whyus .img-box {
    border-radius: 2rem;
    margin-bottom: 3rem;
  }
  .section-joint-two .section-whyus {
    padding: 10rem 0 9rem;
  }
  .section-joint-two .section-whyus .img-box {
    margin-bottom: 5rem;
  }
  .section-joint-two .section-whyus .text-info {
    padding-left: 0;
  }
  .section-joint-two .section-whyus + .section-whyus {
    margin-top: 0;
  }
  .section-joint-two .order-1 {
    order: 1;
  }
  .section-joint-two .order-2 {
    order: 2;
  }
  .section-challenges .challenges-box {
    width: calc(50% - 2.4rem);
  }
  .section-challenges .challenges-box .icon svg {
    max-width: 3rem;
  }
  .section-approach .img-box {
    border-radius: 2rem;
    margin-top: 3rem;
  }
  .section-approach .text {
    padding-right: 0;
  }
  .section-approach .statistics-box + .statistics-box::before {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .section-whyus .text-info ul li {
    width: 100%;
  }
  .section-challenges {
    padding-bottom: 0;
  }
  .section-approach .statistics {
    border-radius: 2rem;
    padding: 3rem 2rem;
    margin: 6rem 0 10rem;
  }
  .section-approach .statistics::after {
    border-radius: 2rem;
  }
  .section-approach .statistics-box {
    margin: 1rem 0;
    width: calc(50% - 3rem);
  }
  .section-approach .statistics-box h4 {
    font-size: 4rem;
  }
  .section-approach .statistics-box p {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .section-challenges .challenges-box {
    width: 100%;
  }
}/*# sourceMappingURL=about-us.css.map */