.elementor-7429 .elementor-element.elementor-element-4e628bf{--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-7429 .elementor-element.elementor-element-4e628bf.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7429 .elementor-element.elementor-element-1ecf692{--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-7429 .elementor-element.elementor-element-dc8f54b{--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-e559743 */.about-hero {
  position: relative;
  min-height: 455px;
  color: #ffffff;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(1, 16, 38, 0.98) 0%,
      rgba(2, 25, 58, 0.92) 38%,
      rgba(2, 25, 58, 0.34) 68%,
      rgba(2, 25, 58, 0.08) 100%
    ),
    var(--about-hero-img) center right / cover no-repeat;
}

.about-shell {
  position: relative;
  width: min(1128px, calc(100% - 32px));
  min-height: 55px;
  margin: 0 auto;
}

.about-hero-content {
  width: min(600px, 100%);
  min-height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.about-breadcrumb strong {
  color: #20b33f;
}

.about-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.05;
  font-weight: 900;
}

.about-hero h1 span {
  display: block;
  margin-top: 8px;
  color: #20b33f;
}

.about-hero h2 {
  margin: 22px 0 14px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 800;
}

.about-title-line {
  width: 54px;
  height: 3px;
  margin-bottom: 22px;
  background: #20b33f;
  border-radius: 999px;
}

.about-hero p {
  max-width: 390px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.about-hero-note {
  position: absolute;
  top: 74px;
  right: 12px;
  max-width: 445px;
  color: #071b3e;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 900;
  text-align: left;
}

.about-hero-note span {
  color: #20b33f;
}

@media (max-width: 820px) {
  .about-hero {
    min-height: auto;
    padding: 48px 0;
    background:
      linear-gradient(90deg, rgba(1, 16, 38, 0.97), rgba(2, 25, 58, 0.9)),
      var(--about-hero-img) center / cover no-repeat;
  }

  .about-shell,
  .about-hero-content {
    min-height: auto;
  }

  .about-hero-note {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-171b56f */.about-story-section {
  padding: 36px 0 30px;
  background: #ffffff;
}

.about-story-section h2 {
  margin: 0;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.about-story-section h2 span {
  color: #20b33f;
}

.about-title-line-center {
  margin-left: auto;
  margin-right: auto;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 58px;
  align-items: center;
  margin-top: 26px;
}

.about-story-image {
  position: relative;
}

.about-story-image img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 34, 75, 0.14);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.about-story-image:hover img {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(7, 34, 75, 0.2);
}

.about-story-copy p {
  margin: 0 0 20px;
  color: #071b3e;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
}

.about-story-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-story-image img {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f62191f */.about-values-section {
  padding: 22px 0 34px;
  background: #ffffff;
}

.about-values-section h2 {
  margin: 0;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.about-values-section h2 span {
  color: #20b33f;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.about-value-card {
  min-height: 220px;
  padding: 24px 20px 22px;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 22px rgba(7, 34, 75, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.about-value-card:hover {
  transform: translateY(-8px);
  border-color: #20b33f;
  box-shadow: 0 18px 36px rgba(7, 34, 75, 0.14);
}

.about-value-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  color: #071b3e;
  transition:
    transform 0.28s ease,
    color 0.28s ease;
}

.about-value-card:hover .about-value-icon {
  transform: scale(1.1);
  color: #20b33f;
}

.about-value-icon svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-value-card h3 {
  margin: 0 0 12px;
  color: #071b3e;
  font-size: 16px;
  font-weight: 900;
}

.about-value-card p {
  margin: 0;
  color: #071b3e;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 600;
}

@media (max-width: 1020px) {
  .about-values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-value-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b23b8e */.about-why-section {
  padding: 20px 0 34px;
  background: #ffffff;
}

.about-why-section h2 {
  margin: 0;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.about-why-section h2 span {
  color: #20b33f;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 24px;
}

.about-why-card {
  min-height: 104px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 0 18px;
  text-align: center;
  border-right: 1px solid #dbe4ef;
  transition:
    transform 0.28s ease,
    background 0.28s ease;
}

.about-why-card:last-child {
  border-right: 0;
}

.about-why-card:hover {
  transform: translateY(-6px);
  background: #f8fafc;
}

.about-why-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #071b3e;
  transition:
    transform 0.28s ease,
    color 0.28s ease;
}

.about-why-card:hover .about-why-icon {
  transform: scale(1.1);
  color: #20b33f;
}

.about-why-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-why-card strong {
  max-width: 112px;
  color: #071b3e;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 900;
}

@media (max-width: 960px) {
  .about-why-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 0;
  }

  .about-why-card:nth-child(3) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .about-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-why-card,
  .about-why-card:nth-child(3) {
    border-right: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d0e8a1 */.about-cta-section {
  padding: 0 0 24px;
  background: #ffffff;
}

.about-cta-banner {
  min-height: 108px;
  display: grid;
  grid-template-columns: 92px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px 32px;
  border-radius: 7px;
  color: #ffffff;
  background: linear-gradient(90deg, #021936 0%, #05295c 55%, #021936 100%);
  box-shadow: 0 14px 32px rgba(7, 34, 75, 0.18);
}

.about-cta-image img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.about-cta-copy h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.about-cta-copy h2 span {
  color: #20b33f;
}

.about-cta-copy p {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}

.about-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.about-cta-btn {
  min-width: 176px;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 5px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.about-cta-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-cta-btn-green {
  color: #ffffff;
  background: #20b33f;
  box-shadow: 0 8px 18px rgba(32, 179, 63, 0.3);
}

.about-cta-btn-dark {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
}

.about-cta-btn:hover {
  transform: translateY(-3px);
}

.about-cta-btn-green:hover {
  background: #138730;
  box-shadow: 0 12px 24px rgba(32, 179, 63, 0.4);
}

.about-cta-btn-dark:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 920px) {
  .about-cta-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-cta-image,
  .about-cta-actions {
    display: flex;
    justify-content: center;
  }

  .about-cta-copy p {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .about-cta-banner {
    padding: 22px;
  }

  .about-cta-btn {
    width: 100%;
  }
}/* End custom CSS */