.elementor-20 .elementor-element.elementor-element-d989cef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-5e45f02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-a22f1fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-f00e317{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b7893bc *//* =========================
   ABOUT HERO SECTION
========================= */
.mpw-about-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 88px;
  font-family: 'Nunito', sans-serif;
  background:
    radial-gradient(circle at 10% 18%, rgba(195, 180, 244, 0.18) 0%, rgba(195, 180, 244, 0) 28%),
    radial-gradient(circle at 92% 80%, rgba(243, 219, 166, 0.16) 0%, rgba(243, 219, 166, 0) 28%),
    linear-gradient(90deg, #f4f0fb 0%, #f8f6f1 54%, #f7f1e1 100%);
}

.mpw-about-hero * {
  box-sizing: border-box;
}

.mpw-about-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

.mpw-about-hero__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}

.mpw-about-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #6b7d99;
  font-weight: 500;
  text-align: center;
}

.mpw-about-breadcrumb a {
  color: #6b7d99;
  text-decoration: none;
  transition: color 0.25s ease;
}

.mpw-about-breadcrumb a:hover {
  color: #7447f5;
}

.mpw-about-breadcrumb span:last-child {
  color: #16213d;
  font-weight: 600;
}

.mpw-about-hero__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #efe6ff;
  color: #7448f5;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mpw-about-hero__content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.mpw-about-hero__content h1 {
  margin: 0 0 22px;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(52px, 6vw, 84px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #121b3a;
}

.mpw-about-hero__content p {
  max-width: 760px;
  margin: 0 auto;
  color: #687997;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

/* decorative shapes */
.mpw-about-hero__shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.18;
  pointer-events: none;
}

.mpw-about-hero__shape--1 {
  width: 220px;
  height: 220px;
  left: -60px;
  top: 40px;
  background: #bfa5ff;
}

.mpw-about-hero__shape--2 {
  width: 220px;
  height: 220px;
  right: 80px;
  bottom: 20px;
  background: #ffd9b3;
}

.mpw-about-hero__spark {
  position: absolute;
  color: rgba(161, 132, 239, 0.55);
  line-height: 1;
  pointer-events: none;
  animation: mpwAboutTwinkle 2.8s ease-in-out infinite;
}

.mpw-about-hero__spark--1 {
  left: 12%;
  top: 28%;
  font-size: 36px;
}

.mpw-about-hero__spark--2 {
  right: 12%;
  top: 16%;
  font-size: 24px;
  animation-delay: 1s;
}

@keyframes mpwAboutTwinkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.16) rotate(10deg);
    opacity: 1;
  }
}

/* responsive */
@media (max-width: 767px) {
  .mpw-about-hero {
    padding: 68px 0 72px;
  }

  .mpw-about-container {
    padding: 0 16px;
  }

  .mpw-about-hero__content h1 {
    font-size: 44px;
  }

  .mpw-about-hero__content p {
    font-size: 16px;
  }

  .mpw-about-hero__spark--1 {
    left: 8%;
    top: 24%;
    font-size: 28px;
  }

  .mpw-about-hero__spark--2 {
    right: 8%;
    top: 12%;
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-373b9ac *//* =========================
   ABOUT - HIGHLY RECOGNIZED FACILITY
========================= */
.mpw-about-featured {
  padding: 95px 0;
  background: #fbfaf7;
  font-family: 'Nunito', sans-serif;
}

.mpw-about-featured * {
  box-sizing: border-box;
}

.mpw-about-featured__grid {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(420px, 1fr);
  gap: 64px;
  align-items: center;
}

/* media */
.mpw-about-featured__media {
  position: relative;
}

.mpw-about-featured__image-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  padding: 14px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(24, 34, 61, 0.06);
  box-shadow: 0 18px 40px rgba(44, 36, 78, 0.08);
}

.mpw-about-featured__image-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.mpw-about-featured__badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 12px 28px rgba(44, 36, 78, 0.10);
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #16213d;
}

.mpw-about-featured__badge--top {
  top: 18px;
  left: 18px;
}

.mpw-about-featured__badge--bottom {
  right: 18px;
  bottom: 18px;
  background: linear-gradient(135deg, #7d43f7 0%, #6d42ec 100%);
  color: #fff;
}

/* content */
.mpw-about-featured__content {
  text-align: left;
}

.mpw-about-featured__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #efe6ff;
  color: #7448f5;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.mpw-about-featured__content h2 {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #111c3b;
}

.mpw-about-featured__line {
  width: 58px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e69511, #f4b235);
  margin: 22px 0 24px;
}

.mpw-about-featured__content p {
  margin: 0;
  color: #687997;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  max-width: 620px;
}

/* mini cards */
.mpw-about-featured__mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.mpw-about-featured__mini-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(24, 34, 61, 0.06);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(44, 36, 78, 0.05);
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #16213d;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.mpw-about-featured__mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(44, 36, 78, 0.08);
}

.mpw-about-featured__mini-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: rgba(125, 67, 247, 0.10);
  color: #7b43f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

/* responsive */
@media (max-width: 1100px) {
  .mpw-about-featured__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .mpw-about-featured__content {
    text-align: center;
  }

  .mpw-about-featured__line {
    margin-left: auto;
    margin-right: auto;
  }

  .mpw-about-featured__content p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .mpw-about-featured {
    padding: 70px 0;
  }

  .mpw-about-featured__image-card {
    padding: 10px;
    border-radius: 24px;
  }

  .mpw-about-featured__image-card img {
    height: 320px;
    border-radius: 18px;
  }

  .mpw-about-featured__content h2 {
    font-size: 38px;
  }

  .mpw-about-featured__content p {
    font-size: 16px;
  }

  .mpw-about-featured__mini-grid {
    grid-template-columns: 1fr;
  }

  .mpw-about-featured__mini-card {
    border-radius: 18px;
  }

  .mpw-about-featured__badge {
    font-size: 12px;
    padding: 10px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0772e92 *//* =========================
   ABOUT - DIVERSE TEAM
========================= */
.mpw-about-team {
  padding: 95px 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(195, 180, 244, 0.10) 0%, rgba(195, 180, 244, 0) 26%),
    radial-gradient(circle at 92% 85%, rgba(243, 219, 166, 0.10) 0%, rgba(243, 219, 166, 0) 26%),
    linear-gradient(180deg, #fbfaf7 0%, #f8f6ef 100%);
  font-family: 'Nunito', sans-serif;
}

.mpw-about-team * {
  box-sizing: border-box;
}

.mpw-about-team__grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(380px, 1fr);
  gap: 64px;
  align-items: center;
}

/* content */
.mpw-about-team__content {
  text-align: left;
}

.mpw-about-team__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #6ca1f4;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.mpw-about-team__content h2 {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #111c3b;
}

.mpw-about-team__line {
  width: 58px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7d43f7, #8e66ff);
  margin: 22px 0 24px;
}

.mpw-about-team__content p {
  margin: 0 0 20px;
  color: #687997;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  max-width: 640px;
}

/* language pills */
.mpw-about-team__languages {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.mpw-about-team__language-pill {
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid rgba(24, 34, 61, 0.06);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(44, 36, 78, 0.05);
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #16213d;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.mpw-about-team__language-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(44, 36, 78, 0.08);
}

/* feature stack */
.mpw-about-team__features {
  display: grid;
  gap: 18px;
}

.mpw-about-team__feature-card {
  padding: 26px 22px;
  border-radius: 26px;
  border: 2px solid transparent;
  box-shadow: 0 12px 28px rgba(36, 34, 70, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.mpw-about-team__feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(44, 36, 78, 0.08);
}

.mpw-about-team__feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 14px;
  background: rgba(255,255,255,0.45);
}

.mpw-about-team__feature-card h3 {
  margin: 0 0 8px;
  font-family: 'Quicksand', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #111c3b;
}

.mpw-about-team__feature-card p {
  margin: 0;
  color: #687997;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.mpw-about-team__feature-card--green {
  background: #edf9f1;
  border-color: #b7e7c3;
}

.mpw-about-team__feature-card--pink {
  background: #fff1f5;
  border-color: #efc3cf;
}

.mpw-about-team__feature-card--blue {
  background: #eef5ff;
  border-color: #b7d7ff;
}

/* responsive */
@media (max-width: 1100px) {
  .mpw-about-team__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .mpw-about-team__content {
    text-align: center;
  }

  .mpw-about-team__line {
    margin-left: auto;
    margin-right: auto;
  }

  .mpw-about-team__content p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .mpw-about-team {
    padding: 70px 0;
  }

  .mpw-about-team__content h2 {
    font-size: 38px;
  }

  .mpw-about-team__content p,
  .mpw-about-team__feature-card p {
    font-size: 16px;
  }

  .mpw-about-team__languages {
    grid-template-columns: 1fr;
  }

  .mpw-about-team__feature-card,
  .mpw-about-team__language-pill {
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d2f995 *//* =========================
   ABOUT PAGE CTA
========================= */
.mpw-about-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0 118px;
  background: linear-gradient(135deg, #7b3ff6 0%, #8347fb 45%, #7a3ff3 100%);
  font-family: 'Nunito', sans-serif;
}

.mpw-about-cta * {
  box-sizing: border-box;
}

.mpw-about-cta__inner {
  position: relative;
  z-index: 3;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.mpw-about-cta__inner h2 {
  margin: 0 0 18px;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.mpw-about-cta__inner p {
  max-width: 840px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.92);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.6;
  font-weight: 600;
}

.mpw-about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 72px;
  padding: 18px 34px;
  border-radius: 999px;
  background: #ffffff;
  color: #7343f4;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(255,255,255,0.10);
  transition: all 0.3s ease;
}

.mpw-about-cta__btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
}

/* glow shapes */
.mpw-about-cta__shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.22;
  pointer-events: none;
}

.mpw-about-cta__shape--1 {
  width: 220px;
  height: 220px;
  background: #ffb7dd;
  right: 120px;
  bottom: -20px;
}

.mpw-about-cta__shape--2 {
  width: 180px;
  height: 180px;
  background: #9a74ff;
  left: -30px;
  top: 40px;
  opacity: 0.14;
}

/* sparkles */
.mpw-about-cta__spark {
  position: absolute;
  z-index: 2;
  color: rgba(210, 188, 255, 0.65);
  line-height: 1;
  animation: mpwAboutCtaTwinkle 2.8s ease-in-out infinite;
}

.mpw-about-cta__spark--1 {
  left: 17%;
  top: 38%;
  font-size: 40px;
}

.mpw-about-cta__spark--2 {
  left: 26%;
  bottom: 10%;
  font-size: 36px;
  animation-delay: 0.8s;
}

.mpw-about-cta__spark--3 {
  right: 24%;
  top: 12%;
  font-size: 26px;
  animation-delay: 1.2s;
}

@keyframes mpwAboutCtaTwinkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.16) rotate(10deg);
    opacity: 1;
  }
}

/* responsive */
@media (max-width: 767px) {
  .mpw-about-cta {
    padding: 80px 0 90px;
  }

  .mpw-about-cta__inner h2 {
    font-size: 38px;
  }

  .mpw-about-cta__inner p {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .mpw-about-cta__btn {
    width: 100%;
    max-width: 280px;
    min-height: 64px;
    font-size: 17px;
  }

  .mpw-about-cta__spark--1 {
    left: 8%;
    top: 34%;
    font-size: 30px;
  }

  .mpw-about-cta__spark--2 {
    left: 14%;
    bottom: 8%;
    font-size: 28px;
  }

  .mpw-about-cta__spark--3 {
    right: 10%;
    top: 8%;
    font-size: 22px;
  }

  .mpw-about-cta__shape--1 {
    width: 150px;
    height: 150px;
    right: 10px;
    bottom: -10px;
  }

  .mpw-about-cta__shape--2 {
    width: 120px;
    height: 120px;
    left: -20px;
    top: 20px;
  }
}/* End custom CSS */