:root{
  --aa-shell-brand:#00a889;
  --aa-shell-brand-2:#b8f45f;
  --aa-shell-ink:#071322;
  --aa-shell-muted:#637487;
  --aa-shell-line:#dce8ef;
  --aa-shell-paper:#ffffff;
  --aa-shell-bg:#f6fbf9;
}
body > header.nav:not(.aa-site-header),
body > nav.nav:not(.aa-site-header),
body > .nav-wrap,
body > footer:not(.aa-site-footer){
  display:none !important;
}
.aa-site-header{
  position:sticky;
  top:0;
  z-index:9999;
  border-bottom:1px solid rgba(220,232,239,.94);
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 46px -44px rgba(7,19,34,.38);
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--aa-shell-ink);
}
.aa-site-header *{box-sizing:border-box}
.aa-shell-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.aa-shell-nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.aa-shell-brand{display:inline-flex;align-items:center;gap:10px;color:var(--aa-shell-ink);text-decoration:none;font-size:18px;font-weight:900;white-space:nowrap}
.aa-shell-brand img{width:36px;height:36px;border:1px solid var(--aa-shell-line);border-radius:8px;object-fit:cover;background:#fff}
.aa-shell-brand span{display:inline-flex;align-items:center;gap:6px}
.aa-shell-brand span::after{content:"";width:6px;height:6px;border-radius:50%;background:var(--aa-shell-brand)}
.aa-nav-switch{display:flex;align-items:center;justify-content:center;min-width:0;flex:1}
.aa-main-nav,
.aa-local-nav{
  align-items:center;
  justify-content:center;
  gap:2px;
  max-width:100%;
  padding:4px;
  border:1px solid var(--aa-shell-line);
  border-radius:999px;
  background:#fff;
  box-shadow:0 14px 38px -34px rgba(7,19,34,.38);
}
.aa-main-nav{display:flex}
.aa-local-nav{display:none}
.aa-site-header.is-stuck.has-local .aa-main-nav{display:none}
.aa-site-header.is-stuck.has-local .aa-local-nav{display:flex}
.aa-main-nav a,
.aa-local-nav a,
.aa-service-trigger{
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 13px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#35465c;
  text-decoration:none;
  font-size:13px;
  font-weight:790;
  white-space:nowrap;
  cursor:pointer;
}
.aa-main-nav > a:hover,
.aa-local-nav a:hover,
.aa-main-nav > a.active,
.aa-local-nav a.active,
.aa-service-trigger.active,
.aa-service-wrap:hover .aa-service-trigger,
.aa-service-trigger:focus-visible{background:var(--aa-shell-ink);color:#fff}
.aa-service-wrap{position:relative}
.aa-service-wrap::after{
  content:"";
  position:absolute;
  left:50%;
  width:min(860px,calc(100vw - 36px));
  top:100%;
  height:24px;
  z-index:1;
  transform:translateX(-50%);
}
.aa-service-trigger::after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px)}
.aa-mega{
  position:fixed;
  z-index:2;
  left:50%;
  top:76px;
  width:min(860px,calc(100vw - 36px));
  transform:translateX(-50%) translateY(8px);
  opacity:0;
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease;
  border:1px solid var(--aa-shell-line);
  border-radius:8px;
  background:rgba(255,255,255,.98);
  box-shadow:0 34px 92px -54px rgba(7,19,34,.55);
  overflow:hidden;
}
.aa-service-wrap:hover .aa-mega,
.aa-service-wrap:focus-within .aa-mega{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.aa-mega-inner{display:grid;grid-template-columns:1fr 1.08fr 1fr;gap:0}
.aa-mega-col{min-width:0;padding:18px;border-right:1px solid var(--aa-shell-line)}
.aa-mega-col:last-child{border-right:0}
.aa-mega-col b{display:block;margin-bottom:12px;color:var(--aa-shell-brand);font-size:12px;line-height:1;text-transform:uppercase}
.aa-mega-col a{
  min-height:72px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:5px;
  padding:12px;
  border-radius:8px;
  color:var(--aa-shell-ink);
  text-align:left;
  text-decoration:none;
}
.aa-mega-col a + a{margin-top:4px}
.aa-mega-col a:hover{background:#f2fbf8;color:var(--aa-shell-ink)}
.aa-mega-col a:hover strong{color:var(--aa-shell-ink)}
.aa-mega-col a:hover span{color:var(--aa-shell-muted)}
.aa-mega-col strong{font-size:14px;line-height:1.18}
.aa-mega-col span{color:var(--aa-shell-muted);font-size:12px;line-height:1.35}
.aa-shell-cta{display:flex;align-items:center;gap:10px}
.aa-shell-phone{
  height:38px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 12px;
  border:1px solid var(--aa-shell-line);
  border-radius:999px;
  background:#fff;
  color:#25384d;
  text-decoration:none;
  font-size:13px;
  font-weight:820;
  white-space:nowrap;
}
.aa-shell-phone::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--aa-shell-brand);box-shadow:0 0 0 5px rgba(0,168,137,.12)}
.aa-shell-button{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 17px;
  border-radius:999px;
  border:1px solid transparent;
  background:linear-gradient(135deg,#00d4af,var(--aa-shell-brand-2));
  color:#03130f;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 18px 46px -30px rgba(0,168,137,.95);
}
.aa-shell-burger{display:none;width:42px;height:42px;border:1px solid var(--aa-shell-line);border-radius:8px;background:#fff;color:var(--aa-shell-ink)}
.aa-shell-burger i,.aa-shell-burger i::before,.aa-shell-burger i::after{display:block;width:18px;height:2px;border-radius:999px;background:currentColor;margin:auto;position:relative;transition:transform .16s ease,opacity .16s ease}
.aa-shell-burger i::before,.aa-shell-burger i::after{content:"";position:absolute;left:0}
.aa-shell-burger i::before{top:-6px}.aa-shell-burger i::after{top:6px}
.aa-site-header.mobile-open .aa-shell-burger i{background:transparent}
.aa-site-header.mobile-open .aa-shell-burger i::before{transform:translateY(6px) rotate(45deg)}
.aa-site-header.mobile-open .aa-shell-burger i::after{transform:translateY(-6px) rotate(-45deg)}
.aa-mobile-panel{
  display:none;
  position:fixed;
  left:14px;
  right:14px;
  top:82px;
  max-height:calc(100dvh - 100px);
  border:1px solid var(--aa-shell-line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 28px 90px -52px rgba(7,19,34,.5);
  overflow:hidden;
}
.aa-site-header.mobile-open .aa-mobile-panel{display:block}
.aa-slinky-head{height:52px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;border-bottom:1px solid var(--aa-shell-line);padding:0 6px}
.aa-slinky-title{grid-column:2;text-align:center;font-size:14px;font-weight:900}
.aa-slinky-back{width:38px;height:38px;border:0;border-radius:8px;background:#f2fbf8;color:var(--aa-shell-ink);font-size:24px;line-height:1;cursor:pointer}
.aa-mobile-panel[data-level="main"] .aa-slinky-back{visibility:hidden}
.aa-slinky-viewport{overflow:hidden}
.aa-slinky-track{display:flex;width:100%;transition:transform .22s ease}
.aa-mobile-panel[data-level="services"] .aa-slinky-track{transform:translateX(-100%)}
.aa-mobile-panel[data-level="local"] .aa-slinky-track{transform:translateX(-200%)}
.aa-slinky-level{flex:0 0 100%;max-height:calc(100dvh - 226px);overflow:auto;padding:10px}
.aa-slinky-group{display:grid;gap:4px;margin-bottom:12px}
.aa-slinky-group b{display:block;padding:10px 10px 4px;color:var(--aa-shell-brand);font-size:12px;line-height:1;text-transform:uppercase}
.aa-mobile-item,
.aa-mobile-next{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px;
  border:0;
  border-radius:8px;
  background:#fff;
  color:var(--aa-shell-ink);
  text-align:left;
  text-decoration:none;
  font-size:15px;
  font-weight:820;
}
.aa-mobile-item:hover,
.aa-mobile-next:hover{background:#f2fbf8}
.aa-mobile-next i{font-style:normal;color:var(--aa-shell-brand);font-size:20px;line-height:1}
.aa-mobile-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  margin:0 10px 10px;
  border-radius:8px;
  background:linear-gradient(135deg,#00d4af,var(--aa-shell-brand-2));
  color:#03130f;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
}
.aa-site-footer{
  border-top:1px solid var(--aa-shell-line);
  background:var(--aa-shell-ink);
  color:rgba(255,255,255,.72);
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.aa-footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.05fr;gap:34px;padding:56px 0 34px}
.aa-footer-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:20px;font-weight:900}
.aa-footer-brand img{width:38px;height:38px;border-radius:8px;background:#fff}
.aa-site-footer p{margin-top:16px;max-width:350px;color:rgba(255,255,255,.64);font-size:14px;line-height:1.65}
.aa-site-footer h5{margin-bottom:14px;color:#fff;font-size:12px;text-transform:uppercase}
.aa-footer-links{display:grid;gap:10px}
.aa-footer-links a{color:rgba(255,255,255,.68);text-decoration:none;font-size:14px;line-height:1.35}
.aa-footer-links a:hover{color:#9cf2df}
.aa-footer-bottom{display:flex;justify-content:space-between;gap:16px;padding:20px 0 32px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.46);font-size:12.5px}
@media (max-width:1120px){
  .aa-main-nav,.aa-local-nav{display:none !important}
  .aa-nav-switch{display:none}
  .aa-shell-phone{display:none}
  .aa-shell-burger{display:inline-flex;align-items:center;justify-content:center}
  .aa-footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  .aa-shell-container{width:min(100% - 28px,1180px)}
  .aa-shell-nav{height:68px}
  .aa-shell-brand span{font-size:16px}
  .aa-shell-cta .aa-shell-button{display:none}
  .aa-mobile-panel{top:78px}
  .aa-footer-grid{grid-template-columns:1fr;padding-top:42px}
  .aa-footer-bottom{flex-direction:column}
}
