:root {
  --la-nav-navy: #082f46;
  --la-nav-navy-soft: #0d415d;
  --la-nav-green: #0caf67;
  --la-nav-lime: #85ca2f;
  --la-nav-text: #183344;
  --la-nav-muted: #687982;
  --la-nav-border: #dfe8e5;
  --la-nav-surface: #f5f8f7;
}

.la-service-nav-mobile {
  display: none;
}

@media (min-width: 992px) {
  .left_block .sticky-block.la-services-sidebar-ready {
    top: 142px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 166px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #b8c9c3 transparent;
  }

  .left_block .sticky-block.la-services-sidebar-ready::-webkit-scrollbar {
    width: 6px;
  }

  .left_block .sticky-block.la-services-sidebar-ready::-webkit-scrollbar-thumb {
    background: #b8c9c3;
    border-radius: 10px;
  }

  .left_block .sticky-block.la-services-sidebar-ready > .sidearea {
    display: none !important;
  }

  .left_block .sticky-block.la-services-sidebar-ready aside.sidebar {
    overflow: visible;
  }
}

.la-service-nav {
  overflow: hidden;
  border: 1px solid var(--la-nav-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 48, 70, .08);
  color: var(--la-nav-text);
}

.la-service-nav__header {
  position: relative;
  padding: 20px 20px 18px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(133, 202, 47, .22), transparent 42%),
    linear-gradient(135deg, var(--la-nav-navy), var(--la-nav-navy-soft));
}

.la-service-nav__header::after {
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 108px;
  height: 108px;
  border: 20px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.la-service-nav__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #a8db68;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.la-service-nav__header h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.22;
}

.la-service-nav__all {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  text-decoration: none !important;
}

.la-service-nav__all span {
  transition: transform .2s ease;
}

.la-service-nav__all:hover span,
.la-service-nav__all:focus-visible span {
  transform: translateX(3px);
}

.la-service-nav__groups {
  background: #fff;
}

.la-service-nav__group {
  margin: 0;
  border-bottom: 1px solid var(--la-nav-border);
}

.la-service-nav__group:last-child {
  border-bottom: 0;
}

.la-service-nav__group h3 {
  margin: 0;
}

.la-service-nav__trigger {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 10px 14px;
  border: 0;
  background: #fff;
  color: var(--la-nav-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.la-service-nav__trigger:hover {
  background: var(--la-nav-surface);
}

.la-service-nav__trigger:focus-visible,
.la-service-nav a:focus-visible,
.la-service-nav-mobile button:focus-visible,
.la-service-nav-mobile a:focus-visible {
  outline: 3px solid rgba(12, 175, 103, .28);
  outline-offset: -3px;
}

.la-service-nav__number {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: #edf4f1;
  color: #6a7c75;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
}

.la-service-nav__group-title {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.32;
}

.la-service-nav__chevron {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .22s ease;
}

.la-service-nav__group.is-open > h3 .la-service-nav__chevron,
.la-service-nav-mobile.is-open > .la-service-nav-mobile__toggle .la-service-nav__chevron {
  transform: rotate(180deg);
}

.la-service-nav__group.is-current > h3 .la-service-nav__trigger {
  color: #063d29;
  background: linear-gradient(90deg, rgba(12, 175, 103, .12), rgba(133, 202, 47, .07));
}

.la-service-nav__group.is-current > h3 .la-service-nav__trigger::before {
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: var(--la-nav-green);
  content: '';
}

.la-service-nav__group.is-current .la-service-nav__number {
  background: var(--la-nav-green);
  color: #fff;
}

.la-service-nav__panel[hidden],
.la-service-nav-mobile__content[hidden] {
  display: none !important;
}

.la-service-nav__panel {
  padding: 4px 10px 12px 48px;
  background: linear-gradient(180deg, #fbfdfc, #f6f9f8);
}

.la-service-nav__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.la-service-nav__panel li {
  margin: 0;
  padding: 0;
}

.la-service-nav__panel a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 7px 8px;
  border-radius: 9px;
  color: #425a67 !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease;
}

.la-service-nav__panel a:hover {
  background: #eaf3ef;
  color: #063d29 !important;
}

.la-service-nav__panel a[aria-current='page'] {
  background: #e4f4ec;
  color: #075b3b !important;
  font-weight: 700;
}

.la-service-nav__arrow,
.la-service-nav__external {
  flex: 0 0 auto;
  color: var(--la-nav-green);
  font-size: 15px;
}

.la-service-nav__cta {
  display: grid;
  gap: 7px;
  padding: 18px 20px 20px;
  background: var(--la-nav-surface);
}

.la-service-nav__cta strong {
  color: var(--la-nav-navy);
  font-size: 14px;
  line-height: 1.35;
}

.la-service-nav__cta > span {
  color: var(--la-nav-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.la-service-nav__cta a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  width: max-content;
  margin-top: 4px;
  color: #087a4d !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .la-services-nav-ready .left_block {
    display: none !important;
  }

  .la-service-nav-mobile {
    display: block;
    margin: 0 0 24px;
    border: 1px solid var(--la-nav-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 48, 70, .07);
  }

  .la-service-nav-mobile__toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px;
    gap: 14px;
    align-items: center;
    width: 100%;
    min-height: 66px;
    padding: 12px 16px;
    border: 0;
    border-radius: 14px;
    background:
      radial-gradient(circle at 96% 0, rgba(133, 202, 47, .19), transparent 42%),
      linear-gradient(135deg, var(--la-nav-navy), var(--la-nav-navy-soft));
    color: #fff;
    font: inherit;
    text-align: left;
  }

  .la-service-nav-mobile__toggle small,
  .la-service-nav-mobile__toggle strong {
    display: block;
  }

  .la-service-nav-mobile__toggle small {
    margin-bottom: 4px;
    color: #a8db68;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .la-service-nav-mobile__toggle strong {
    font-size: 15px;
    line-height: 1.3;
  }

  .la-service-nav-mobile__content {
    overflow: hidden;
    border-radius: 0 0 14px 14px;
  }

  .la-service-nav__all--mobile {
    display: flex;
    justify-content: space-between;
    padding: 13px 16px;
    border-bottom: 1px solid var(--la-nav-border);
    background: #f4f8f6;
    color: #087a4d !important;
  }

  .la-service-nav-mobile .la-service-nav__trigger {
    min-height: 54px;
    padding: 9px 14px;
  }

  .la-service-nav-mobile .la-service-nav__group-title {
    font-size: 13.5px;
  }

  .la-service-nav-mobile .la-service-nav__panel {
    padding-left: 45px;
  }
}

@media (max-width: 575px) {
  .la-service-nav-mobile {
    margin-bottom: 18px;
    border-radius: 12px;
  }

  .la-service-nav-mobile__toggle {
    min-height: 62px;
    padding: 11px 14px;
    border-radius: 12px;
  }

  .la-service-nav-mobile .la-service-nav__toggle strong {
    font-size: 14px;
  }

  .la-service-nav__panel a {
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .la-service-nav *,
  .la-service-nav-mobile * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* LA_NAV_LIST_RESET */
.la-service-nav__panel li::before,.la-service-nav__panel li::after{display:none!important;content:none!important;}
