.elementor-248 .elementor-element.elementor-element-12a7681{--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-248 .elementor-element.elementor-element-27a12c2{--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-248 .elementor-element.elementor-element-fc34c9c{--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-248 .elementor-element.elementor-element-126ae27{--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-248 .elementor-element.elementor-element-d85e0e8{--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-248 .elementor-element.elementor-element-979a1a5{--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-70e14a9 *//* =========================
   ABOUT HERO SECTION
========================= */

.lc-about-hero {
  background: linear-gradient(135deg, #062b54 0%, #2F963F 100%);
  padding: 110px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lc-about-hero-inner {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* SMALL TOP TEXT */

.about-kicker {
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* MAIN HEADING */

.lc-about-hero h1 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 1.05;
  font-weight: 700;
  margin: 0;
  letter-spacing: -1.5px;
}

/* SUBTEXT */

.about-subtext {
  max-width: 760px;
  margin: 28px auto 0;

  color: rgba(255,255,255,0.92);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .lc-about-hero {
    padding: 80px 20px;
  }

  .about-kicker {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .lc-about-hero h1 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -1px;
  }

  .about-subtext {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29b73d9 *//* =========================
   ABOUT INTRO SECTION
========================= */

.lc-about-intro {
  width: 100%;
  background: #ffffff;
  padding: 80px 0;
}

.lc-about-intro-inner {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 50px;
  align-items: center;

  padding: 0 7%;
}

/* LEFT */

.about-section-kicker {
  margin: 0 0 12px;

  color: #2F963F;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;

  text-transform: uppercase;
}

.about-intro-left h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  line-height: 1.08;
  font-weight: 600;

  color: #062b54;
}

.about-intro-left p {
  max-width: 760px;

  margin: 22px 0 0;

  color: #334155;

  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

/* RIGHT CARD */

.about-intro-card {
  background: #062b54;

  color: #ffffff;

  border-radius: 22px;

  padding: 36px;

  box-shadow: 0 18px 40px rgba(6,43,84,0.15);
}

/* TAG */

.about-card-tag {
  display: inline-flex;

  background: rgba(255,255,255,0.12);

  color: #ffffff;

  padding: 8px 16px;

  border-radius: 40px;

  font-size: 13px;
  font-weight: 700;

  margin-bottom: 22px;
}

/* TITLE */

.about-intro-card h3 {
  margin: 0 0 22px;

  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

/* LIST */

.about-intro-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-intro-card li {
  position: relative;

  padding-left: 28px;

  margin-bottom: 16px;

  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
}

.about-intro-card li::before {
  content: "✓";

  position: absolute;
  left: 0;
  top: 0;

  color: #2F963F;

  font-weight: 900;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 900px) {

  .lc-about-intro {
    padding: 55px 0;
  }

  .lc-about-intro-inner {
    grid-template-columns: 1fr;

    gap: 30px;

    padding: 0 20px;
  }

  .about-intro-left {
    text-align: center;
  }

  .about-intro-left h2 {
    font-size: 38px;
    line-height: 1.12;
  }

  .about-intro-left p {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-intro-card {
    padding: 28px 24px;
  }

  .about-intro-card h3 {
    font-size: 28px;
  }

  .about-intro-card li {
    font-size: 15px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95477f4 *//* =========================
   MISSION / VISION
========================= */

.lc-mission-section {
  width: 100%;
  background: #f7f9fc;
  padding: 75px 0;
}

.lc-mission-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 28px;

  padding: 0 7%;
}

/* CARD */

.mission-card {
  position: relative;

  border-radius: 24px;

  padding: 42px;

  overflow: hidden;

  color: #ffffff;
}

/* GREEN */

.green-card {
  background: linear-gradient(135deg, #2F963F 0%, #178734 100%);
}

/* BLUE */

.blue-card {
  background: linear-gradient(135deg, #062b54 0%, #0d4379 100%);
}

/* ICON */

.mission-icon {
  width: 68px;
  height: 68px;

  border-radius: 50%;

  background: rgba(255,255,255,0.15);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  font-weight: 700;

  margin-bottom: 24px;
}

/* TITLE */

.mission-card h3 {
  margin: 0 0 16px;

  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
}

/* TEXT */

.mission-card p {
  max-width: 520px;

  margin: 0;

  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;

  color: rgba(255,255,255,0.92);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 900px) {

  .lc-mission-section {
    padding: 50px 0;
  }

  .lc-mission-inner {
    grid-template-columns: 1fr;

    gap: 18px;

    padding: 0 20px;
  }

  .mission-card {
    padding: 32px 24px;
  }

  .mission-icon {
    width: 56px;
    height: 56px;

    font-size: 22px;

    margin-bottom: 18px;
  }

  .mission-card h3 {
    font-size: 30px;
  }

  .mission-card p {
    font-size: 16px;
    line-height: 1.7;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7c778a *//* =========================
   ABOUT WHY SECTION
========================= */

.lc-about-why {
  width: 100%;
  background: #ffffff;
  padding: 80px 7%;
}

.lc-about-why-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 42px;
}

.lc-about-why-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  color: #062b54;
}

.lc-about-why-head h2 span {
  color: #2F963F;
}

.lc-about-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.about-why-card {
  background: #f7f9fc;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  padding: 28px 22px;
  min-height: 255px;
  box-shadow: 0 10px 28px rgba(6,43,84,0.05);
}

.about-why-icon {
  width: 60px;
  height: 60px;
  background: #062b54;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 26px;
}

.about-why-card:nth-child(even) .about-why-icon {
  background: #2F963F;
}

.about-why-card h3 {
  margin: 0 0 12px;
  color: #062b54;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.about-why-card p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

/* MOBILE */
@media (max-width: 1100px) {
  .lc-about-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .lc-about-why {
    padding: 55px 20px;
  }

  .lc-about-why-head h2 {
    font-size: 36px;
  }

  .lc-about-why-grid {
    grid-template-columns: 1fr;
  }

  .about-why-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ab0a29 */.lc-about-stats {
  width: 100%;
  background: #f7f9fc;
  padding: 75px 7%;
}

.lc-stats-inner {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 45px;
  align-items: center;
}

.lc-stats-content h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 700;
  color: #062b54;
}

.lc-stats-content h2 span {
  color: #2F963F;
}

.lc-stats-content p {
  margin: 20px 0 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.lc-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-card {
  background: #ffffff;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  padding: 30px 24px;
  box-shadow: 0 10px 28px rgba(6,43,84,0.05);
}

.stat-card strong {
  display: block;
  color: #2F963F;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 12px;
}

.stat-card span {
  color: #062b54;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

/* Mobile */
@media (max-width: 900px) {
  .lc-about-stats {
    padding: 55px 20px;
  }

  .lc-stats-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .lc-stats-content h2 {
    font-size: 36px;
  }

  .lc-stats-content p {
    font-size: 16px;
  }

  .lc-stats-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51cc30f *//* =========================
   PRESENCE SECTION
========================= */

.lc-presence-section {
  width: 100%;
  background: #ffffff;
  padding: 80px 7%;
  text-align: center;
}

.lc-presence-head {
  max-width: 850px;
  margin: auto;
}

.lc-presence-head h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;

  color: #062b54;
}

.lc-presence-head h2 span {
  color: #2F963F;
}

.lc-presence-head p:last-child {
  max-width: 760px;

  margin: 22px auto 0;

  color: #334155;

  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

/* GRID */

.lc-presence-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 18px;

  margin-top: 42px;
}

/* TAG */

.presence-tag {
  background: #f7f9fc;

  border: 1px solid #dfe7ef;

  border-radius: 60px;

  padding: 16px 28px;

  color: #062b54;

  font-size: 16px;
  font-weight: 800;

  transition: all 0.25s ease;
}

.presence-tag:hover {
  background: #2F963F;
  color: #ffffff;
  border-color: #2F963F;
  transform: translateY(-2px);
}

/* MOBILE */

@media (max-width: 768px) {

  .lc-presence-section {
    padding: 55px 20px;
  }

  .lc-presence-head h2 {
    font-size: 36px;
  }

  .lc-presence-head p:last-child {
    font-size: 16px;
  }

  .lc-presence-grid {
    gap: 12px;
    margin-top: 30px;
  }

  .presence-tag {
    width: calc(50% - 6px);

    padding: 14px 10px;

    font-size: 14px;
  }

}/* End custom CSS */