html {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 3.5rem;
  color: #111111;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  body {
    padding-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  body {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 4rem;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
}

a {
  font-family: "DM Sans", system-ui, sans-serif !important;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.text-gradient-brand {
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg, hsl(153, 60%, 42%) 0%, hsl(153, 60%, 50%) 100%);
}

.inner-cta {
  padding: 3rem 0;
  background-color: hsl(210, 25%, 95%);
}
@media (min-width: 576px) {
  .inner-cta {
    padding: 3.5rem 0;
  }
}
@media (min-width: 768px) {
  .inner-cta {
    padding: 4rem 0;
  }
}
.inner-cta__inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.inner-cta__title {
  margin-bottom: 0.25rem;
}
.inner-cta__text {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0;
}
.inner-cta__actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .h1 {
    font-size: 3.25rem;
  }
}

.h2 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  .h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .h2 {
    font-size: 2.25rem;
  }
}

.h3 {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.375rem;
}
@media (min-width: 576px) {
  .h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .h3 {
    font-size: 1.425rem;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .container-xxl {
    max-width: 1400px;
  }
}
.text-muted {
  color: #6b7280;
}

.bg-surface {
  background-color: #f3f4f6;
}

.bg-background {
  background-color: hsl(210, 20%, 98%);
}

.border-default {
  border: 1px solid #e5e7eb;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-link {
  text-transform: none;
  font-weight: 500;
}

.footer {
  padding: 2rem 0 1.25rem;
  background-color: #1a242e;
  color: #fff;
}
@media (min-width: 576px) {
  .footer {
    padding: 2.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 2.75rem 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 3rem 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 3rem 0 1.5rem;
  }
}
.footer__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.75rem 1.25rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 576px) {
  .footer__main {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .footer__main {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem 2.5rem;
    margin-bottom: 2rem;
  }
}
.footer__col {
  min-width: 0;
}
@media (min-width: 992px) {
  .footer__col--brand {
    max-width: 18rem;
  }
}
.footer__logo {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .footer__logo {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    font-size: 1.5rem;
  }
}
.footer__tagline {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .footer__tagline {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.footer__desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (min-width: 576px) {
  .footer__desc {
    font-size: 0.9375rem;
  }
}
.footer__heading {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .footer__heading {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.footer__list {
  margin: 0;
  padding: 0;
}
.footer__list li {
  margin-bottom: 0.3rem;
}
.footer__list a {
  display: block;
  padding: 0.15rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
@media (min-width: 576px) {
  .footer__list a {
    font-size: 0.9375rem;
  }
}
.footer__list a:hover {
  color: #fff;
}
.footer__contact {
  margin: 0;
  padding: 0;
}
.footer__contact li {
  margin-bottom: 0.5rem;
}
.footer__contact a, .footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
@media (min-width: 576px) {
  .footer__contact a, .footer__contact-item {
    font-size: 0.9375rem;
  }
}
.footer__contact a:hover {
  color: #fff;
}
.footer__contact-item {
  color: rgba(255, 255, 255, 0.9);
}
.footer__contact .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.15rem;
  font-size: 0.8125rem;
  opacity: 0.9;
}
@media (min-width: 576px) {
  .footer__contact .bi {
    font-size: 0.875rem;
  }
}
.footer__bottom {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}
@media (min-width: 576px) {
  .footer__bottom {
    padding-top: 1.5rem;
  }
}
.footer__copyright {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (min-width: 576px) {
  .footer__copyright {
    font-size: 0.875rem;
  }
}
.footer__copyright a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.footer__copyright a:hover {
  color: #fff;
}
.footer__separator {
  margin: 0 0.5rem;
  opacity: 0.6;
}

.btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 9px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 200ms ease-out, color 200ms ease-out, border-color 200ms ease-out, -webkit-transform 150ms ease-out;
  transition: background 200ms ease-out, color 200ms ease-out, border-color 200ms ease-out, -webkit-transform 150ms ease-out;
  transition: background 200ms ease-out, color 200ms ease-out, transform 150ms ease-out, border-color 200ms ease-out;
  transition: background 200ms ease-out, color 200ms ease-out, transform 150ms ease-out, border-color 200ms ease-out, -webkit-transform 150ms ease-out;
}
.btn:focus, .btn:active, .btn:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn-primary {
  background-color: hsl(153, 60%, 42%);
  border-color: hsl(153, 60%, 42%);
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:first-child:active {
  background-color: hsl(153, 60%, 32%);
  border-color: hsl(153, 60%, 32%);
  color: #ffffff;
}
.btn-secondary {
  background-color: transparent;
  border-color: #ffb300;
  color: #ffb300;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary:first-child:active {
  background-color: rgba(255, 179, 0, 0.08);
  border-color: #ffb300;
  color: #ffb300;
}
.btn-outline-primary {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:first-child:active {
  background-color: hsl(153, 60%, 42%);
  border-color: hsl(153, 60%, 42%);
  color: #ffffff;
}
.btn-primary-gradient {
  background: linear-gradient(135deg, hsl(153, 60%, 42%) 0%, hsl(153, 60%, 50%) 100%);
  border: none;
  color: #ffffff;
}
.btn-primary-gradient:hover, .btn-primary-gradient:active, .btn-primary-gradient.active, .btn-primary-gradient:first-child:active {
  background: linear-gradient(135deg, hsl(153, 60%, 42%) 0%, hsl(153, 60%, 50%) 100%);
  border: none;
  color: #ffffff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 3.5rem);
  color: #ffffff;
  padding: 2rem 0;
}
@media (min-width: 576px) {
  .banner {
    min-height: calc(100vh - 3.75rem);
    padding: 2.5rem 0;
  }
}
@media (min-width: 768px) {
  .banner {
    min-height: calc(100vh - 4rem);
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .banner {
    padding: 3.5rem 0;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding: 4rem 0;
  }
}
@media (min-width: 1400px) {
  .banner {
    padding: 4rem 0;
  }
}
.banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
}
.banner-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner > .container {
  position: relative;
  z-index: 1;
}
.banner-content {
  width: 100%;
  max-width: 100%;
}
.banner-title {
  font-weight: 700;
  line-height: 1.2;
}
.banner-lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  line-height: 1.6;
  max-width: 75%;
}
.banner-stats {
  gap: 1rem !important;
}
@media (min-width: 576px) {
  .banner-stats {
    gap: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .banner-stats {
    gap: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .banner-stats {
    gap: 2rem !important;
  }
}
.banner-stats span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 576px) {
  .banner-stats span {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .banner-stats span {
    font-size: 0.95rem;
  }
}
.banner-badge .badge {
  background-color: rgba(42.84, 171.36, 113.526, 0.1);
  border-color: hsl(153, 60%, 42%) !important;
  color: #ffffff;
  display: inline-block;
  padding: 12px 15px;
  font-size: 14px;
}
.banner-badge .badge i {
  width: 10px;
  height: 10px;
  background-color: hsl(153, 60%, 42%);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.services {
  padding: 2.5rem 0;
  background-color: hsl(210, 20%, 98%);
}
@media (min-width: 576px) {
  .services {
    padding: 3rem 0;
  }
}
@media (min-width: 768px) {
  .services {
    padding: 3.5rem 0;
  }
}
@media (min-width: 992px) {
  .services {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .services {
    padding: 4.5rem 0;
  }
}
@media (min-width: 1400px) {
  .services {
    padding: 5rem 0;
  }
}
.services-header {
  margin-bottom: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .services-header {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .services-header {
    margin-bottom: 3rem;
    max-width: 38rem;
  }
}
@media (min-width: 992px) {
  .services-header {
    max-width: 42rem;
  }
}
.services-label {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #34a853;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .services-label {
    font-size: 0.875rem;
  }
}
.services-title {
  font-size: clamp(1.375rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .services-title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    margin-bottom: 1rem;
  }
}
.services-subtitle {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}
@media (min-width: 576px) {
  .services-subtitle {
    font-size: 1rem;
  }
}
.services .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
@media (min-width: 576px) {
  .services .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
  }
}
@media (min-width: 768px) {
  .services .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 992px) {
  .services .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
.services-card {
  position: relative;
  height: 100%;
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.1);
}
@media (min-width: 576px) {
  .services-card {
    padding: 1.375rem;
  }
}
@media (min-width: 768px) {
  .services-card {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .services-card {
    padding: 1.5rem;
  }
}
.services-card__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.2rem 0.6rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgb(42.3563636364, 136.8436363636, 67.6072727273);
  background-color: rgba(52, 168, 83, 0.12);
  border-radius: 9999px;
}
@media (min-width: 576px) {
  .services-card__badge {
    top: 1rem;
    right: 1rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
  }
}
.services-card__icon {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  color: #34a853;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: rgba(42.84, 171.36, 113.526, 0.2);
  padding: 3px 7px;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .services-card__icon {
    font-size: 1.625rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .services-card__icon {
    font-size: 1.75rem;
  }
}
.services-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.375rem;
}
@media (min-width: 576px) {
  .services-card__title {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .services-card__title {
    font-size: 1.125rem;
  }
}
.services-card__desc {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 576px) {
  .services-card__desc {
    font-size: 0.875rem;
  }
}

.free-zones {
  padding: 2.5rem 0;
  background-color: #1c2a38;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .free-zones {
    padding: 3rem 0;
  }
}
@media (min-width: 768px) {
  .free-zones {
    padding: 3.5rem 0;
  }
}
@media (min-width: 992px) {
  .free-zones {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .free-zones {
    padding: 5rem 0;
  }
}
.free-zones__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .free-zones__header {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .free-zones__header {
    margin-bottom: 2rem;
  }
}
.free-zones__title {
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .free-zones__title {
    font-size: clamp(1.375rem, 3vw, 2rem);
  }
}
@media (min-width: 768px) {
  .free-zones__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
  }
}
.free-zones__subtitle {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
@media (min-width: 576px) {
  .free-zones__subtitle {
    font-size: 1rem;
  }
}
.free-zones__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 576px) {
  .free-zones__tags {
    gap: 0.6rem;
  }
}
@media (min-width: 768px) {
  .free-zones__tags {
    gap: 0.75rem;
  }
}
@media (min-width: 992px) {
  .free-zones__tags {
    gap: 0.75rem;
  }
}
.free-zones__tag {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #344558;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
@media (min-width: 576px) {
  .free-zones__tag {
    padding: 0.5rem 0.875rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .free-zones__tag {
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
}
.free-zones__tag:hover {
  background-color: rgb(63.3657142857, 84.0814285714, 107.2342857143);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.process {
  padding: 2.5rem 0;
  background-color: #f8f9fa;
}
@media (min-width: 576px) {
  .process {
    padding: 3rem 0;
  }
}
@media (min-width: 768px) {
  .process {
    padding: 3.5rem 0;
  }
}
@media (min-width: 992px) {
  .process {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .process {
    padding: 5rem 0;
  }
}
.process__header {
  margin-bottom: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .process__header {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .process__header {
    margin-bottom: 3rem;
  }
}
.process__label {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #34a853;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .process__label {
    font-size: 0.975rem;
  }
}
.process__title {
  font-weight: 700;
  color: #111111;
  margin-bottom: 1rem;
}
.process__subtitle {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 576px) {
  .process__subtitle {
    font-size: 1rem;
  }
}
.process__steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem 1rem;
  position: relative;
  padding-top: 0;
}
@media (min-width: 576px) {
  .process__steps {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1rem;
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .process__steps {
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 1rem;
    padding-top: 2rem;
  }
  .process__steps::before {
    content: "";
    position: absolute;
    top: 3.75rem;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background-color: #e5e7eb;
    z-index: 0;
  }
}
.process__step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.process__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, hsl(153, 60%, 42%) 0%, hsl(153, 60%, 50%) 100%);
  border-radius: 50%;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .process__number {
    width: 3rem;
    height: 3rem;
    font-size: 0.9375rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 768px) {
  .process__number {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .process__number {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1rem;
  }
}
.process__step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.375rem;
}
@media (min-width: 576px) {
  .process__step-title {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .process__step-title {
    font-size: 1.125rem;
  }
}
.process__step-desc {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 576px) {
  .process__step-desc {
    font-size: 0.9375rem;
  }
}

.why-us {
  padding: 2.5rem 0;
  background-color: hsl(210, 25%, 95%);
}
@media (min-width: 576px) {
  .why-us {
    padding: 3rem 0;
  }
}
@media (min-width: 768px) {
  .why-us {
    padding: 3.5rem 0;
  }
}
@media (min-width: 992px) {
  .why-us {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .why-us {
    padding: 5.5rem 0;
  }
}
.why-us-content {
  width: 100%;
}
.why-us-label {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #34a853;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .why-us-label {
    font-size: 0.975rem;
  }
}
.why-us-title {
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.why-us-lead {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .why-us-lead {
    font-size: 1rem;
    margin-bottom: 1.7rem;
  }
}
.why-us-list {
  margin-bottom: 0;
}
.why-us-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.9375rem;
  color: #34a853;
}
@media (min-width: 576px) {
  .why-us-list__icon {
    font-size: 1rem;
  }
}
.why-us-list li span {
  font-size: 0.875rem;
  color: #111111;
}
@media (min-width: 576px) {
  .why-us-list li span {
    font-size: 0.875rem;
  }
}
.why-us-stats__card {
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}
@media (min-width: 576px) {
  .why-us-stats__card {
    padding: 1.375rem;
  }
}
@media (min-width: 768px) {
  .why-us-stats__card {
    padding: 40px 10px;
  }
}
.why-us-stats__number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #34a853;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .why-us-stats__number {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .why-us-stats__number {
    font-size: 2rem;
  }
}
.why-us-stats__label {
  font-size: 0.8125rem;
  color: #6b7280;
}
@media (min-width: 576px) {
  .why-us-stats__label {
    font-size: 0.875rem;
  }
}

.get-in-touch {
  padding: 2.5rem 0;
  background-color: hsl(210, 25%, 95%);
}
@media (min-width: 576px) {
  .get-in-touch {
    padding: 3rem 0;
  }
}
@media (min-width: 768px) {
  .get-in-touch {
    padding: 3.5rem 0;
  }
}
@media (min-width: 992px) {
  .get-in-touch {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .get-in-touch {
    padding: 6rem 0;
  }
}
.get-in-touch__header {
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .get-in-touch__header {
    margin-bottom: 2.5rem;
  }
}
.get-in-touch__label {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #34a853;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .get-in-touch__label {
    font-size: 0.875rem;
  }
}
.get-in-touch__title {
  font-weight: 700;
  color: #111111;
  margin-bottom: 1rem;
}
.get-in-touch__lead {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
  max-width: 90%;
}
@media (min-width: 576px) {
  .get-in-touch__lead {
    font-size: 1rem;
  }
}
.get-in-touch__form .form-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #111111;
}
@media (min-width: 576px) {
  .get-in-touch__form .form-label {
    font-size: 0.875rem;
  }
}
.get-in-touch__input {
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background-color: #f9fafb;
  font-size: 16px;
}
.get-in-touch__input::-webkit-input-placeholder {
  color: #6b7280;
  font-size: 14px;
}
.get-in-touch__input::-moz-placeholder {
  color: #6b7280;
  font-size: 14px;
}
.get-in-touch__input:-ms-input-placeholder {
  color: #6b7280;
  font-size: 14px;
}
.get-in-touch__input::-ms-input-placeholder {
  color: #6b7280;
  font-size: 14px;
}
.get-in-touch__input::placeholder {
  color: #6b7280;
  font-size: 14px;
}
.get-in-touch__input:focus {
  background-color: #ffffff;
  border-color: #34a853;
  -webkit-box-shadow: 0 0 0 3px rgba(52, 168, 83, 0.15);
          box-shadow: 0 0 0 3px rgba(52, 168, 83, 0.15);
}
.get-in-touch__textarea {
  min-height: 5rem;
  resize: vertical;
}
@media (min-width: 576px) {
  .get-in-touch__textarea {
    min-height: 6rem;
  }
}
.get-in-touch__card {
  padding: 25px 20px;
  background: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .get-in-touch__card {
    padding: 35px 30px;
    margin-bottom: 1.5rem;
  }
}
.get-in-touch__card-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .get-in-touch__card-title {
    font-size: 1.125rem;
    margin-bottom: 1.8rem;
  }
}
.get-in-touch__contact {
  margin: 0;
  padding: 0;
}
.get-in-touch__contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}
.get-in-touch__contact li:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .get-in-touch__contact li {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.get-in-touch__contact a,
.get-in-touch__contact span.d-block {
  font-size: 0.875rem;
  color: #111111;
  text-decoration: none;
  font-weight: 500;
}
@media (min-width: 576px) {
  .get-in-touch__contact a,
  .get-in-touch__contact span.d-block {
    font-size: 0.9375rem;
  }
}
.get-in-touch__contact a:hover {
  color: #34a853;
}
.get-in-touch__contact-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgba(52, 168, 83, 0.12);
  color: #34a853;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .get-in-touch__contact-icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}
.get-in-touch__contact-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .get-in-touch__contact-label {
    font-size: 0.8125rem;
  }
}
.get-in-touch__cta {
  padding: 1.25rem;
  border-radius: 0.5rem;
  color: #fff;
  background-image: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
}
@media (min-width: 576px) {
  .get-in-touch__cta {
    padding: 2.5rem;
  }
}
.get-in-touch__cta-title {
  font-size: 1.225rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.7rem;
}
@media (min-width: 576px) {
  .get-in-touch__cta-title {
    font-size: 1.25rem;
  }
}
.get-in-touch__cta-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media (min-width: 576px) {
  .get-in-touch__cta-text {
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
  }
}

.about-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .about-hero {
    padding: 3.5rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .about-hero {
    padding: 4rem 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .about-hero {
    padding: 4.5rem 0 4rem;
  }
}
.about-hero__content {
  max-width: 40rem;
}
.about-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.about-hero__title {
  margin-bottom: 1rem;
}
.about-hero__lead {
  font-size: 0.975rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.about-stats {
  padding: 2.5rem 0 3rem;
}
@media (min-width: 576px) {
  .about-stats {
    padding: 3rem 0 3.25rem;
  }
}
@media (min-width: 768px) {
  .about-stats {
    padding: 3.25rem 0 3.5rem;
  }
}
.about-stats__grid {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 576px) {
  .about-stats__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .about-stats__grid {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.about-stats__item {
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  background-color: hsl(210, 25%, 95%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.about-stats__value {
  font-weight: 700;
  font-size: 1.5rem;
  color: hsl(153, 60%, 42%);
  margin-bottom: 0.25rem;
}
.about-stats__label {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

.about-story {
  padding: 3rem 0;
  background-color: hsl(210, 20%, 98%);
}
@media (min-width: 576px) {
  .about-story {
    padding: 3.5rem 0;
  }
}
@media (min-width: 768px) {
  .about-story {
    padding: 4rem 0;
  }
}
.about-story__content {
  /* max-width: 40rem; */
  padding: 1.75rem 1.75rem 1.75rem 1.25rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
          box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  border-left: 4px solid hsl(153, 60%, 42%);
}
.about-story__title {
  margin-bottom: 1rem;
}
.about-story__lead {
  font-size: 0.975rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.about-story__grid {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .about-story__grid {
    -ms-grid-columns: minmax(0, 1.4fr) 2rem minmax(0, 1fr);
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 2rem;
  }
}

.about-values__card {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
          box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.about-values__card-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42.84, 171.36, 113.526, 0.12);
  color: hsl(153, 60%, 42%);
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.about-values__card-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.about-values__card-desc {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.inner-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .inner-hero {
    padding: 3.5rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .inner-hero {
    padding: 4rem 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .inner-hero {
    padding: 4.5rem 0 4rem;
  }
}
.inner-hero__content {
  max-width: 40rem;
}
.inner-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.inner-hero__title {
  margin-bottom: 1rem;
}
.inner-hero__lead {
  font-size: 0.975rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.inner-story {
  padding: 3rem 0;
  background-color: hsl(210, 20%, 98%);
}
@media (min-width: 576px) {
  .inner-story {
    padding: 3.5rem 0;
  }
}
@media (min-width: 768px) {
  .inner-story {
    padding: 4rem 0;
  }
}
.inner-story__row {
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .inner-story__row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.inner-story__content {
  padding: 1.75rem 1.75rem 1.75rem 1.25rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
          box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  border-left: 4px solid hsl(153, 60%, 42%);
}
.inner-story__title {
  margin-bottom: 1rem;
}
.inner-story__lead {
  font-size: 0.975rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.inner-story__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .inner-story__list {
    height: 100%;
  }
}
.inner-story__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9rem;
  padding: 1.8rem 1.1rem;
  border-radius: 0.85rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
          box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.08);
}
.inner-story__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42.84, 171.36, 113.526, 0.12);
  color: hsl(153, 60%, 42%);
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inner-story__item-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}
.inner-story__item-desc {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.inner-stats {
  padding: 2.5rem 0 3rem;
}
@media (min-width: 576px) {
  .inner-stats {
    padding: 3rem 0 3.25rem;
  }
}
@media (min-width: 768px) {
  .inner-stats {
    padding: 3.25rem 0 3.5rem;
  }
}
.inner-stats__grid {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 576px) {
  .inner-stats__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .inner-stats__grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.inner-stats__item {
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  background-color: hsl(210, 25%, 95%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.inner-stats__value {
  font-weight: 600;
  font-size: 1.05rem;
  color: hsl(153, 60%, 42%);
  margin-bottom: 0.4rem;
}
.inner-stats__label {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
}

.inner-process {
  padding: 3rem 0;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .inner-process {
    padding: 3.5rem 0;
  }
}
@media (min-width: 768px) {
  .inner-process {
    padding: 4rem 0;
  }
}
.inner-process__header {
  margin-bottom: 2rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.inner-process__label {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #34a853;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.inner-process__title {
  margin-bottom: 0.5rem;
}
.inner-process__subtitle {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0;
}
.inner-process__steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem 1rem;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .inner-process__steps {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .inner-process__steps {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.inner-process__step {
  padding: 1.5rem 1.5rem 1.75rem;
  border-radius: 0.85rem;
  background-color: hsl(210, 20%, 98%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.inner-process__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background-color: rgba(42.84, 171.36, 113.526, 0.12);
  color: hsl(153, 60%, 42%);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.inner-process__step-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.inner-process__step-desc {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.inner-legal {
  padding: 3rem 0;
  background-color: hsl(210, 20%, 98%);
}
@media (min-width: 576px) {
  .inner-legal {
    padding: 3.5rem 0;
  }
}
@media (min-width: 768px) {
  .inner-legal {
    padding: 4rem 0;
  }
}
.inner-legal__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #34a853;
  letter-spacing: 0.05em;
}
.inner-legal__title {
  margin-bottom: 0.75rem;
}
.inner-legal__grid {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 576px) {
  .inner-legal__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .inner-legal__grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.inner-legal__card {
  padding: 1.25rem 1.5rem;
  border-radius: 0.85rem;
  background-color: #ffffff;
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.1);
  -webkit-box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
          box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
.inner-legal__card-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
}
.inner-legal__card-desc {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.contact-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .contact-hero {
    padding: 3.5rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .contact-hero {
    padding: 4rem 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .contact-hero {
    padding: 4.5rem 0 4rem;
  }
}
.contact-hero__content {
  max-width: 40rem;
}
.contact-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.contact-hero__title {
  margin-bottom: 1rem;
}
.contact-hero__lead {
  font-size: 0.975rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.contact-main {
  padding: 3rem 0 3.25rem;
}
@media (min-width: 576px) {
  .contact-main {
    padding: 3.5rem 0 3.75rem;
  }
}
@media (min-width: 768px) {
  .contact-main {
    padding: 4rem 0 4rem;
  }
}
@media (min-width: 992px) {
  .contact-main__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-main__card {
  padding: 1.75rem 1.75rem 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
          box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
  border-left: 4px solid hsl(153, 60%, 42%);
}
.contact-main__title {
  margin-bottom: 0.75rem;
}
.contact-main__text {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}
.contact-main__form .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0.35rem;
}
.contact-main__input, .contact-main__textarea {
  border-radius: 0.6rem;
  border-color: #e5e7eb;
  font-size: 0.9rem;
  padding: 0.55rem 0.75rem;
}
.contact-main__input:focus, .contact-main__textarea:focus {
  border-color: hsl(153, 60%, 42%);
  -webkit-box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
          box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
}
.contact-main__textarea {
  resize: vertical;
  min-height: 6.5rem;
}
.contact-main__note {
  font-size: 0.85rem;
  color: #6b7280;
}
.contact-main__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.contact-main__info-card {
  padding: 1.5rem 1.5rem 1.6rem;
  border-radius: 0.9rem;
  background-color: hsl(210, 25%, 95%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.contact-main__info-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.contact-main__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.contact-main__info-list li a,
.contact-main__info-list li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: #111111;
  text-decoration: none;
}
.contact-main__info-list i {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42.84, 171.36, 113.526, 0.08);
  color: hsl(153, 60%, 42%);
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-main__cta-card {
  margin-top: 1.25rem;
  padding: 1.25rem 1.5rem;
  border-radius: 0.9rem;
  background-color: #0f172a;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.contact-main__cta-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.contact-main__cta-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.75rem;
}
.contact-main__whatsapp-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  width: 100%;
  border-radius: 999px;
  padding: 0.65rem 1.5rem;
  background-color: #020617;
  color: #ffffff;
  border: none;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}
.contact-main__submit-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  width: 100%;
  border-radius: 999px;
  padding: 0.65rem 1.5rem;
  background: linear-gradient(135deg, hsl(153, 60%, 42%) 0%, hsl(153, 60%, 50%) 100%);
  border: none;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
}

.contact-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .contact-hero {
    padding: 3.5rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .contact-hero {
    padding: 4rem 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .contact-hero {
    padding: 4.5rem 0 4rem;
  }
}
.contact-hero__content {
  max-width: 40rem;
}
.contact-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.contact-hero__title {
  margin-bottom: 1rem;
}
.contact-hero__lead {
  font-size: 0.975rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.contact-main {
  padding: 3rem 0 3.25rem;
}
@media (min-width: 576px) {
  .contact-main {
    padding: 3.5rem 0 3.75rem;
  }
}
@media (min-width: 768px) {
  .contact-main {
    padding: 4rem 0 4rem;
  }
}
@media (min-width: 992px) {
  .contact-main__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-main__card {
  padding: 1.75rem 1.75rem 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
          box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
  border-left: 4px solid hsl(153, 60%, 42%);
}
.contact-main__title {
  margin-bottom: 0.75rem;
}
.contact-main__text {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}
.contact-main__form .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0.35rem;
}
.contact-main__input, .contact-main__textarea {
  border-radius: 0.6rem;
  border-color: #e5e7eb;
  font-size: 0.9rem;
  padding: 0.55rem 0.75rem;
}
.contact-main__input:focus, .contact-main__textarea:focus {
  border-color: hsl(153, 60%, 42%);
  -webkit-box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
          box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
}
.contact-main__textarea {
  resize: vertical;
  min-height: 6.5rem;
}
.contact-main__note {
  font-size: 0.85rem;
  color: #6b7280;
}
.contact-main__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.contact-main__info-card, .contact-main__cta-card {
  padding: 1.5rem 1.5rem 1.6rem;
  border-radius: 0.9rem;
  background-color: hsl(210, 25%, 95%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.contact-main__info-title, .contact-main__cta-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-main__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.contact-main__info-list li a,
.contact-main__info-list li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #111111;
  text-decoration: none;
}
.contact-main__info-list i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42.84, 171.36, 113.526, 0.12);
  color: hsl(153, 60%, 42%);
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-main__cta-text {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.9rem;
}

.contact-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .contact-hero {
    padding: 3.5rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .contact-hero {
    padding: 4rem 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .contact-hero {
    padding: 4.5rem 0 4rem;
  }
}
.contact-hero__content {
  max-width: 40rem;
}
.contact-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.contact-hero__title {
  margin-bottom: 1rem;
}
.contact-hero__lead {
  font-size: 0.975rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.contact-main {
  padding: 3rem 0 3.25rem;
}
@media (min-width: 576px) {
  .contact-main {
    padding: 3.5rem 0 3.75rem;
  }
}
@media (min-width: 768px) {
  .contact-main {
    padding: 4rem 0 4rem;
  }
}
@media (min-width: 992px) {
  .contact-main__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-main__card {
  padding: 1.75rem 1.75rem 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
          box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
  border-left: 4px solid hsl(153, 60%, 42%);
}
.contact-main__title {
  margin-bottom: 0.75rem;
}
.contact-main__text {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}
.contact-main__form .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0.35rem;
}
.contact-main__input, .contact-main__textarea {
  border-radius: 0.6rem;
  border-color: #e5e7eb;
  font-size: 0.9rem;
  padding: 0.55rem 0.75rem;
}
.contact-main__input:focus, .contact-main__textarea:focus {
  border-color: hsl(153, 60%, 42%);
  -webkit-box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
          box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
}
.contact-main__textarea {
  resize: vertical;
  min-height: 6.5rem;
}
.contact-main__note {
  font-size: 0.85rem;
  color: #6b7280;
}
.contact-main__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.contact-main__info-card, .contact-main__cta-card {
  padding: 1.5rem 1.5rem 1.6rem;
  border-radius: 0.9rem;
  background-color: hsl(210, 25%, 95%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.contact-main__info-title, .contact-main__cta-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-main__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.contact-main__info-list li a,
.contact-main__info-list li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #111111;
  text-decoration: none;
}
.contact-main__info-list i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42.84, 171.36, 113.526, 0.12);
  color: hsl(153, 60%, 42%);
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-main__cta-text {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.9rem;
}

.contact-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .contact-hero {
    padding: 3.5rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .contact-hero {
    padding: 4rem 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .contact-hero {
    padding: 4.5rem 0 4rem;
  }
}
.contact-hero__content {
  max-width: 40rem;
}
.contact-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.contact-hero__title {
  margin-bottom: 1rem;
}
.contact-hero__lead {
  font-size: 0.975rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.contact-main {
  padding: 3rem 0 3.25rem;
}
@media (min-width: 576px) {
  .contact-main {
    padding: 3.5rem 0 3.75rem;
  }
}
@media (min-width: 768px) {
  .contact-main {
    padding: 4rem 0 4rem;
  }
}
@media (min-width: 992px) {
  .contact-main__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-main__card {
  padding: 1.75rem 1.75rem 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
          box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
  border-left: 4px solid hsl(153, 60%, 42%);
}
.contact-main__title {
  margin-bottom: 0.75rem;
}
.contact-main__text {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}
.contact-main__form .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0.35rem;
}
.contact-main__input, .contact-main__textarea {
  border-radius: 0.6rem;
  border-color: #e5e7eb;
  font-size: 0.9rem;
  padding: 0.55rem 0.75rem;
}
.contact-main__input:focus, .contact-main__textarea:focus {
  border-color: hsl(153, 60%, 42%);
  -webkit-box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
          box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
}
.contact-main__textarea {
  resize: vertical;
  min-height: 6.5rem;
}
.contact-main__note {
  font-size: 0.85rem;
  color: #6b7280;
}
.contact-main__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.contact-main__info-card, .contact-main__cta-card {
  padding: 1.5rem 1.5rem 1.6rem;
  border-radius: 0.9rem;
  background-color: hsl(210, 25%, 95%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.contact-main__info-title, .contact-main__cta-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-main__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.contact-main__info-list li a,
.contact-main__info-list li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #111111;
  text-decoration: none;
}
.contact-main__info-list i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42.84, 171.36, 113.526, 0.12);
  color: hsl(153, 60%, 42%);
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-main__cta-text {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.9rem;
}

.contact-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .contact-hero {
    padding: 3.5rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .contact-hero {
    padding: 4rem 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .contact-hero {
    padding: 4.5rem 0 4rem;
  }
}
.contact-hero__content {
  max-width: 40rem;
}
.contact-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.contact-hero__title {
  margin-bottom: 1rem;
}
.contact-hero__lead {
  font-size: 0.975rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.contact-main {
  padding: 3rem 0 3.25rem;
}
@media (min-width: 576px) {
  .contact-main {
    padding: 3.5rem 0 3.75rem;
  }
}
@media (min-width: 768px) {
  .contact-main {
    padding: 4rem 0 4rem;
  }
}
@media (min-width: 992px) {
  .contact-main__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-main__card {
  padding: 1.75rem 1.75rem 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
          box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
  border-left: 4px solid hsl(153, 60%, 42%);
}
.contact-main__title {
  margin-bottom: 0.75rem;
}
.contact-main__text {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}
.contact-main__form .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0.35rem;
}
.contact-main__input, .contact-main__textarea {
  border-radius: 0.6rem;
  border-color: #e5e7eb;
  font-size: 0.9rem;
  padding: 0.55rem 0.75rem;
}
.contact-main__input:focus, .contact-main__textarea:focus {
  border-color: hsl(153, 60%, 42%);
  -webkit-box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
          box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
}
.contact-main__textarea {
  resize: vertical;
  min-height: 6.5rem;
}
.contact-main__note {
  font-size: 0.85rem;
  color: #6b7280;
}
.contact-main__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.contact-main__info-card, .contact-main__cta-card {
  padding: 1.5rem 1.5rem 1.6rem;
  border-radius: 0.9rem;
  background-color: hsl(210, 25%, 95%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.contact-main__info-title, .contact-main__cta-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-main__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.contact-main__info-list li a,
.contact-main__info-list li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #111111;
  text-decoration: none;
}
.contact-main__info-list i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42.84, 171.36, 113.526, 0.12);
  color: hsl(153, 60%, 42%);
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-main__cta-text {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.9rem;
}

.contact-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .contact-hero {
    padding: 3.5rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .contact-hero {
    padding: 4rem 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .contact-hero {
    padding: 4.5rem 0 4rem;
  }
}
.contact-hero__content {
  max-width: 40rem;
}
.contact-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.contact-hero__title {
  margin-bottom: 1rem;
}
.contact-hero__lead {
  font-size: 0.975rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.contact-main {
  padding: 3rem 0 3.25rem;
}
@media (min-width: 576px) {
  .contact-main {
    padding: 3.5rem 0 3.75rem;
  }
}
@media (min-width: 768px) {
  .contact-main {
    padding: 4rem 0 4rem;
  }
}
@media (min-width: 992px) {
  .contact-main__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-main__card {
  padding: 1.75rem 1.75rem 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
          box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
  border-left: 4px solid hsl(153, 60%, 42%);
}
.contact-main__title {
  margin-bottom: 0.75rem;
}
.contact-main__text {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}
.contact-main__form .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0.35rem;
}
.contact-main__input, .contact-main__textarea {
  border-radius: 0.6rem;
  border-color: #e5e7eb;
  font-size: 0.9rem;
  padding: 0.55rem 0.75rem;
}
.contact-main__input:focus, .contact-main__textarea:focus {
  border-color: hsl(153, 60%, 42%);
  -webkit-box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
          box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
}
.contact-main__textarea {
  resize: vertical;
  min-height: 6.5rem;
}
.contact-main__note {
  font-size: 0.85rem;
  color: #6b7280;
}
.contact-main__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.contact-main__info-card, .contact-main__cta-card {
  padding: 1.5rem 1.5rem 1.6rem;
  border-radius: 0.9rem;
  background-color: hsl(210, 25%, 95%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.contact-main__info-title, .contact-main__cta-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-main__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.contact-main__info-list li a,
.contact-main__info-list li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #111111;
  text-decoration: none;
}
.contact-main__info-list i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42.84, 171.36, 113.526, 0.12);
  color: hsl(153, 60%, 42%);
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-main__cta-text {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.9rem;
}

.contact-hero {
  padding: 3rem 0 2.5rem;
  background: linear-gradient(135deg, hsl(207, 44%, 15%) 0%, hsl(207, 35%, 25%) 100%);
  color: #ffffff;
}
@media (min-width: 576px) {
  .contact-hero {
    padding: 3.5rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .contact-hero {
    padding: 4rem 0 3.5rem;
  }
}
@media (min-width: 992px) {
  .contact-hero {
    padding: 4.5rem 0 4rem;
  }
}
.contact-hero__content {
  max-width: 40rem;
}
.contact-hero__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}
.contact-hero__title {
  margin-bottom: 1rem;
}
.contact-hero__lead {
  font-size: 0.975rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.contact-main {
  padding: 3rem 0 3.25rem;
}
@media (min-width: 576px) {
  .contact-main {
    padding: 3.5rem 0 3.75rem;
  }
}
@media (min-width: 768px) {
  .contact-main {
    padding: 4rem 0 4rem;
  }
}
@media (min-width: 992px) {
  .contact-main__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-main__card {
  padding: 1.75rem 1.75rem 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
          box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
  border-left: 4px solid hsl(153, 60%, 42%);
}
.contact-main__title {
  margin-bottom: 0.75rem;
}
.contact-main__text {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}
.contact-main__form .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 0.35rem;
}
.contact-main__input, .contact-main__textarea {
  border-radius: 0.6rem;
  border-color: #e5e7eb;
  font-size: 0.9rem;
  padding: 0.55rem 0.75rem;
}
.contact-main__input:focus, .contact-main__textarea:focus {
  border-color: hsl(153, 60%, 42%);
  -webkit-box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
          box-shadow: 0 0 0 1px rgba(42.84, 171.36, 113.526, 0.15);
}
.contact-main__textarea {
  resize: vertical;
  min-height: 6.5rem;
}
.contact-main__note {
  font-size: 0.85rem;
  color: #6b7280;
}
.contact-main__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.contact-main__info-card, .contact-main__cta-card {
  padding: 1.5rem 1.5rem 1.6rem;
  border-radius: 0.9rem;
  background-color: hsl(210, 25%, 95%);
  border: 1px solid rgba(42.84, 171.36, 113.526, 0.12);
}
.contact-main__info-title, .contact-main__cta-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-main__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.contact-main__info-list li a,
.contact-main__info-list li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #111111;
  text-decoration: none;
}
.contact-main__info-list i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42.84, 171.36, 113.526, 0.12);
  color: hsl(153, 60%, 42%);
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-main__cta-text {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.9rem;
}