.elementor-4864 .elementor-element.elementor-element-7b9b38e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-b01c221 *//* ── VARIABLES ── */
:root {
  --mp-blue-dark:  #2d3a5e;
  --mp-blue-mid:   #3d4f72;
  --mp-blue-light: #4a5f85;
  --mp-green:      #00a86b;
  --mp-white:      #ffffff;
  --mp-text:       #2d3a5e;
}

html { scroll-behavior: smooth; }

/* ── Fix overlay mobile ── */
.m-overlay, #mOverlay { pointer-events: none !important; }
.m-overlay.is-open, #mOverlay.is-open { pointer-events: auto !important; }
.m-drawer, #mDrawer { pointer-events: none !important; }
.m-drawer.is-open, #mDrawer.is-open { pointer-events: auto !important; }

/* ── SCROLL PROGRESS ── */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--mp-green), #00d68f);
  z-index: 99999;
  transition: width .1s linear;
  pointer-events: none;
}

/* ── ANNOUNCEMENT BAR ── */
.ann-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 40px 9px 16px;
  background: var(--mp-blue-dark);
  font-size: 13px;
  font-family: 'Inter', system-ui, sans-serif;
  color: rgba(255,255,255,.9);
  position: relative;
  z-index: 9998;
}
.ann-badge {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 4px;
  padding: 2px 9px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  flex-shrink: 0;
}
.ann-text { opacity: .85; }
.ann-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding-bottom: 1px;
  transition: border-color .2s;
}
.ann-link:hover { border-color: #fff; }
.ann-close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: .55;
  font-size: 14px;
  line-height: 1;
  transition: opacity .2s;
  color: #fff;
}
.ann-close:hover { opacity: 1; }

/* ── TOPBAR ── */
.topbar {
  background: var(--mp-blue-mid);
  border-bottom: 1px solid rgba(255,255,255,.08);
  z-index: 9997;
  position: relative;
}
.topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.topbar-contact {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-family: 'Inter', system-ui, sans-serif;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: color .2s;
}
.topbar-contact:hover { color: #fff; }
.topbar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,.2);
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tbtn {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;
  padding: 5px 14px;
  border-radius: 5px;
  text-decoration: none;
  transition: all .2s;
}
.tbtn-ghost {
  color: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.3);
  background: transparent;
}
.tbtn-ghost:hover {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.07);
}
.tbtn-fill {
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-weight: 600;
}
.tbtn-fill:hover {
  background: rgba(255,255,255,.25);
}

@media (max-width: 768px) { .topbar { display: none; } }

/* ── MAIN HEADER ── */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  background: var(--mp-white);
  border-bottom: 1px solid rgba(45,58,94,.1);
  z-index: 9996;
  transition: box-shadow .3s ease;
}
.header.scrolled {
  box-shadow: 0 4px 24px rgba(45,58,94,.12);
}
.header.drawer-open {
  z-index: 9994 !important;
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 32px;
}

/* ── LOGO ── */
.h-logo {
  flex-shrink: 0;
  text-decoration: none;
}
.h-logo img {
  height: 38px;
  width: auto;
  display: block;
}

/* ── NAV ── */
.h-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.h-nav-item { position: relative; }
.h-nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--mp-text);
  text-decoration: none;
  border-radius: 7px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.h-nav-link:hover {
  color: var(--mp-blue-dark);
  background: rgba(45,58,94,.06);
}
.h-nav-arrow {
  width: 12px;
  height: 12px;
  opacity: .45;
  transition: transform .22s cubic-bezier(.4,0,.2,1);
  flex-shrink: 0;
  color: var(--mp-text);
}
.h-nav-item:hover .h-nav-arrow {
  transform: rotate(180deg);
  opacity: .7;
}

/* ── DROPDOWN ── */
.h-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #fff;
  border: 1px solid rgba(45,58,94,.12);
  border-radius: 10px;
  padding: 6px;
  min-width: 210px;
  box-shadow: 0 12px 40px rgba(45,58,94,.15);
  z-index: 100;
}
.h-nav-item:hover .h-dropdown { display: block; }
.h-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  font-size: 13px;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--mp-text);
  text-decoration: none;
  border-radius: 7px;
  transition: background .18s, color .18s;
}
.h-dropdown a:hover {
  background: rgba(45,58,94,.06);
  color: var(--mp-blue-dark);
}
.dd-icon {
  width: 28px;
  height: 28px;
  background: rgba(45,58,94,.07);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--mp-blue-mid);
}

/* ── CTA + BURGER ── */
.h-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
.h-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--mp-blue-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Inter', system-ui, sans-serif;
  border-radius: 7px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, transform .22s cubic-bezier(.4,0,.2,1);
}
.h-cta:hover {
  background: var(--mp-blue-mid);
  transform: translateY(-1px);
}

/* ── BURGER ── */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  transition: background .2s;
}
.burger:hover { background: rgba(45,58,94,.07); }
.burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--mp-blue-dark);
  border-radius: 2px;
  transition: all .3s cubic-bezier(.4,0,.2,1);
}
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
  .h-nav, .h-cta { display: none; }
  .burger { display: flex; }
  .header-inner { padding: 0 20px; gap: 16px; }
}

/* ── MOBILE OVERLAY ── */
.m-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(45,58,94,.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9994;
}
.m-overlay.is-open { display: block; }

/* ── MOBILE DRAWER ── */
.m-drawer {
  position: fixed;
  top: 0; right: 0;
  height: 100%;
  width: min(340px, 90vw);
  background: #fff;
  border-left: 1px solid rgba(45,58,94,.1);
  z-index: 9995;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.m-drawer.is-open { transform: translateX(0); }

.m-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(45,58,94,.1);
  flex-shrink: 0;
}
.m-drawer-head img { height: 28px; width: auto; }
.m-close-btn {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: rgba(45,58,94,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--mp-blue-dark);
  transition: background .2s;
  flex-shrink: 0;
}
.m-close-btn:hover { background: rgba(45,58,94,.13); }

.m-contact-strip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(45,58,94,.08);
  background: rgba(45,58,94,.03);
  flex-shrink: 0;
}
.m-contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--mp-blue-mid);
  text-decoration: none;
  transition: color .2s;
  padding: 3px 0;
}
.m-contact-link:hover { color: var(--mp-blue-dark); }

.m-nav-body {
  flex: 1;
  padding: 16px 12px;
  overflow-y: auto;
}
.m-section-label {
  font-size: 9px;
  font-weight: 700;
  font-family: 'Inter', system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: rgba(45,58,94,.35);
  padding: 0 10px;
  margin-bottom: 8px;
}
.m-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--mp-text);
  text-decoration: none;
  border-radius: 8px;
  transition: background .18s, color .18s;
}
.m-nav-link:hover {
  background: rgba(45,58,94,.06);
  color: var(--mp-blue-dark);
}

.m-accordion { border-radius: 8px; overflow: hidden; }
.m-acc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--mp-text);
  cursor: pointer;
  border-radius: 8px;
  transition: background .18s, color .18s;
  user-select: none;
}
.m-acc-trigger:hover {
  background: rgba(45,58,94,.06);
  color: var(--mp-blue-dark);
}
.m-acc-icon {
  width: 14px; height: 14px;
  flex-shrink: 0;
  transition: transform .25s cubic-bezier(.4,0,.2,1);
  color: var(--mp-text);
}
.m-accordion.is-open .m-acc-icon { transform: rotate(180deg); }
.m-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s cubic-bezier(.4,0,.2,1);
}
.m-accordion.is-open .m-acc-body { max-height: 200px; }
.m-acc-inner {
  padding: 4px 0 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.m-acc-inner a {
  font-size: 13px;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--mp-blue-mid);
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 7px;
  transition: background .18s, color .18s;
}
.m-acc-inner a:hover {
  background: rgba(45,58,94,.06);
  color: var(--mp-blue-dark);
}

.m-drawer-foot {
  padding: 16px 20px 28px;
  border-top: 1px solid rgba(45,58,94,.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.m-btn-primary {
  display: block;
  text-align: center;
  padding: 13px;
  background: var(--mp-blue-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Inter', system-ui, sans-serif;
  border-radius: 9px;
  text-decoration: none;
  transition: background .2s, transform .22s cubic-bezier(.4,0,.2,1);
}
.m-btn-primary:hover {
  background: var(--mp-blue-mid);
  transform: translateY(-1px);
}
.m-btn-secondary {
  display: block;
  text-align: center;
  padding: 12px;
  border: 1px solid rgba(45,58,94,.2);
  color: var(--mp-blue-mid);
  font-size: 13px;
  font-family: 'Inter', system-ui, sans-serif;
  border-radius: 9px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.m-btn-secondary:hover {
  border-color: var(--mp-blue-mid);
  color: var(--mp-blue-dark);
}

@media (min-width: 981px) {
  .burger { display: none !important; }
  .m-drawer, .m-overlay { display: none !important; }
}/* End custom CSS */