.elementor-4431 .elementor-element.elementor-element-f8d4f57{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6ce6024 */.solu-legal-page {
  background: #ffffff;
  color: #07110f;
  margin: 0;
  padding: 0;
}

.solu-legal-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.solu-legal-hero {
  padding: 70px 0 55px;
  background: #ffffff;
}

.solu-legal-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 55px;
  align-items: end;
  padding-bottom: 52px;
  border-bottom: 1px solid #e4eee8;
}

.solu-legal-hero span,
.solu-legal-side span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #06883e;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
}

.solu-legal-hero span:before,
.solu-legal-side span:before {
  content: "";
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, #06883e, #12a052);
  flex-shrink: 0;
}

.solu-legal-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #07110f;
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.05em;
}

.solu-legal-hero p {
  margin: 0;
  color: #4c5a56;
  font-size: 19px;
  line-height: 1.85;
}

.solu-legal-content {
  padding: 70px 0 95px;
  background: #f7faf8;
}

.solu-legal-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 46px;
  align-items: start;
}

.solu-legal-side {
  position: sticky;
  top: 120px;
}

.solu-legal-side div {
  padding: 34px 32px;
  background: #06110f;
  color: #ffffff;
  border-left: 5px solid #06883e;
  box-shadow: 0 18px 45px rgba(5,18,15,.08);
}

.solu-legal-side strong {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.solu-legal-side p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.75;
}

.solu-legal-side a {
  color: #54d98a !important;
  text-decoration: none !important;
  font-weight: 800;
}

.solu-legal-body {
  display: grid;
  gap: 18px;
}

.solu-legal-body article {
  padding: 34px 38px;
  background: #ffffff;
  border: 1px solid #e4eee8;
  box-shadow: 0 14px 35px rgba(5,18,15,.04);
}

.solu-legal-body h2 {
  margin: 0 0 14px;
  color: #07110f;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -.025em;
}

.solu-legal-body p {
  margin: 0 0 14px;
  color: #4c5a56;
  font-size: 16px;
  line-height: 1.85;
}

.solu-legal-body p:last-child {
  margin-bottom: 0;
}

.solu-legal-body a {
  color: #06883e !important;
  font-weight: 800;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .solu-legal-hero-grid,
  .solu-legal-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .solu-legal-side {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .solu-legal-wrap {
    padding: 0 16px;
  }

  .solu-legal-hero {
    padding: 56px 0 42px;
  }

  .solu-legal-hero-grid {
    padding-bottom: 42px;
  }

  .solu-legal-hero h1 {
    font-size: 40px;
  }

  .solu-legal-hero p {
    font-size: 16px;
  }

  .solu-legal-content {
    padding: 68px 0;
  }

  .solu-legal-side div,
  .solu-legal-body article {
    padding: 28px 24px;
  }
}/* End custom CSS */