	/* Neutralize hello-elementor reset.css button rules sitewide for our header */
	.mas-swh button,
	.mas-swh-drawer button {
		background:transparent !important;
		color:inherit !important;
	}
	.mas-swh button:hover,
	.mas-swh button:focus,
	.mas-swh-drawer button:hover,
	.mas-swh-drawer button:focus {
		background:transparent !important;
		color:inherit !important;
	}
	.mas-swh{position:sticky;top:0;left:0;right:0;z-index:9999;background:#fff;border-bottom:1px solid #e5e7eb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;height:80px}
	.mas-swh-inner{max-width:1440px;margin:0 auto;height:80px;padding:0 32px;display:flex;align-items:center}
	.mas-swh-logo{display:inline-flex;align-items:center;height:100%;flex-shrink:0}
	.mas-swh-logo img{display:block !important;width:180px !important;height:auto !important;max-width:180px !important;max-height:60px !important;object-fit:contain}
	.mas-swh-nav{margin-left:auto;display:flex;align-items:center;gap:28px}
	.mas-swh-nav a{display:inline-flex;align-items:center;gap:6px;color:#0A1628;text-decoration:none;font-size:16px;font-weight:500;line-height:1;cursor:pointer}
	.mas-swh-nav a:hover{color:#015477}
	.mas-swh-nav a svg{fill:currentColor;width:12px;height:8px}
	@media (max-width:1023px){
		.mas-swh-nav{display:none}
		.mas-swh-inner{padding:0 16px}
	}
	.mas-swh-cta{font-weight:600}
	.mas-swh-login{display:inline-flex;align-items:center;background:#0157ff;color:#fff !important;font-weight:600;font-size:14px;text-decoration:none;padding:9px 16px;border-radius:8px;white-space:nowrap;margin-left:10px;line-height:1.1;transition:background .15s}
	.mas-swh-login:hover,.mas-swh-login:focus{background:#0146cc;color:#fff !important}
	@media (max-width:1023px){.mas-swh-login{display:none}}
	.mas-swh-drawer-login{background:#0157ff !important;margin-top:-4px}

		/* Search */
		.mas-swh-phone{margin-left:auto;display:inline-flex;align-items:center;gap:6px;color:#0A1628;font-weight:600;font-size:15px;text-decoration:none;white-space:nowrap;padding:0 14px}
		.mas-swh-phone:hover{color:#015477}
		.mas-swh-phone svg{flex-shrink:0}
		@media (max-width:1023px){.mas-swh-phone{display:none}}
		.mas-swh-search{position:relative;display:flex;align-items:center}
		.mas-swh-search-btn{background:transparent !important;border:none !important;outline:none !important;box-shadow:none !important;padding:8px;color:#015477 !important;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;line-height:0}
		.mas-swh-search-btn:hover{color:#015477 !important;background:#f3f6fb !important}
		.mas-swh-search-btn:focus{color:#015477 !important;background:#f3f6fb !important}
		.mas-swh-search-form{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px rgba(10,22,40,.10);padding:8px;display:none;align-items:center;gap:6px;width:320px;z-index:10000}
		.mas-swh-search--open .mas-swh-search-form{display:flex}
		.mas-swh-search--open .mas-swh-search-btn{color:#015477 !important;background:#f3f6fb !important}
		.mas-swh-search-input{flex:1;border:0;outline:0;font-size:15px;padding:8px 10px;color:#0A1628;background:transparent;font-family:inherit}
		.mas-swh-search-submit{background:#015477;color:#fff;border:0;border-radius:6px;padding:8px 10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:0}
		.mas-swh-search-submit:hover{background:#013d55}
		@media (max-width:1023px){.mas-swh-search-form{width:min(280px,calc(100vw - 32px))} .mas-swh-search{margin-left:auto}}

	/* Hamburger */
	.mas-swh-hamburger{display:none;background:transparent !important;border:none !important;outline:none !important;box-shadow:none !important;padding:8px;cursor:pointer;color:#0A1628 !important;flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-left:4px;border-radius:6px;line-height:0}
	.mas-swh-hamburger:hover,.mas-swh-hamburger:focus{background:#f3f6fb !important;color:#0A1628 !important}
	.mas-swh-hamburger span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}
	.mas-swh-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
	.mas-swh-hamburger.open span:nth-child(2){opacity:0}
	.mas-swh-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
	@media (max-width:1023px){.mas-swh-hamburger{display:inline-flex}}

	/* Mobile drawer */
	.mas-swh-drawer{display:none;position:fixed;top:80px;left:0;right:0;bottom:0;background:#fff;z-index:9998;overflow-y:auto;border-top:1px solid #e5e7eb}
	.mas-swh-drawer.open{display:block}
	.mas-swh-drawer-item{border-bottom:1px solid #e5e7eb}
	.mas-swh-drawer-trigger{width:100%;background:#fff !important;border:none !important;outline:none !important;box-shadow:none !important;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600;color:#0A1628 !important;cursor:pointer;text-align:left;font-family:inherit}
	.mas-swh-drawer-trigger:hover{background:#f3f6fb !important;color:#0A1628 !important}
	.mas-swh-drawer-trigger:focus{background:#fff !important;color:#0A1628 !important}
	.mas-swh-drawer-trigger svg{flex-shrink:0;transition:transform .2s;width:12px;height:12px;color:#0A1628 !important;fill:#0A1628 !important}
	.mas-swh-drawer-trigger.open svg{transform:rotate(180deg)}
	.mas-swh-drawer-links{display:none;padding:0 20px 16px}
	.mas-swh-drawer-links.open{display:block}
	.mas-swh-drawer-col{margin-bottom:12px}
	.mas-swh-drawer-col h4{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0157ff;margin:0 0 8px;padding-top:8px}
	.mas-swh-drawer-col ul{list-style:none;margin:0;padding:0}
	.mas-swh-drawer-col li{margin:0 0 10px}
	.mas-swh-drawer-col a{color:#0A1628 !important;text-decoration:none !important;font-size:15px;display:block}
	.mas-swh-drawer-col a:hover{color:#015477 !important;text-decoration:underline !important}
	.mas-swh-drawer-col a:active{color:#015477 !important}
	.mas-swh-drawer-cta{display:block;margin:20px;padding:14px;background:#015477;color:#fff !important;text-align:center;border-radius:8px;font-weight:600;font-size:16px;text-decoration:none}
	@media (min-width:1024px){.mas-swh-drawer{display:none !important}}

	/* Dropdown panel (full-width mega + narrow variant) */
	.mas-cdd-panel{position:fixed;left:0;right:0;top:80px;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 12px 32px rgba(10,22,40,.10);z-index:9998;display:none}
	.mas-cdd-panel.open{display:block}
	.mas-cdd-inner{max-width:1280px;margin:0 auto;padding:28px 56px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
	#mas-cdd-panel .mas-cdd-col h4{font-size:12px !important;letter-spacing:.06em !important;text-transform:uppercase !important;color:#0157ff !important;margin:0 0 10px !important;font-weight:600 !important;font-family:inherit !important;line-height:1.4 !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;padding:0 !important}
	#mas-cdd-panel .mas-cdd-col ul{list-style:none !important;margin:0 !important;padding:0 !important}
	#mas-cdd-panel .mas-cdd-col li{margin:0 0 6px !important;list-style:none !important}
	#mas-cdd-panel .mas-cdd-col a{color:#0A1628 !important;text-decoration:none !important;font-size:15px !important;line-height:1.5 !important;font-weight:400 !important}
	#mas-cdd-panel .mas-cdd-col a:hover{color:#0157ff !important;text-decoration:underline !important}
	.mas-cdd-backdrop{position:fixed;inset:0;background:transparent;z-index:9997;display:none}
	.mas-cdd-backdrop.open{display:block}
	.mas-cdd-panel.narrow{left:0;right:auto;width:auto;max-width:none}
	.mas-cdd-panel.narrow .mas-cdd-inner{max-width:none;margin:0;padding:18px 24px;display:block;min-width:280px}
	.mas-cdd-panel.narrow .mas-cdd-col h4{display:none}
	.mas-cdd-panel.narrow .mas-cdd-col li{margin:0 0 8px}
	@media (max-width:1023px){.mas-cdd-panel,.mas-cdd-backdrop{display:none!important}}

/* Search icon -> brand blue (Jason, 2026-07-18).
   The rule above sets color:#015477 !important on .mas-swh-search-btn, but that
   loses to a higher-specificity !important elsewhere (Elementor kit), so the
   button's computed color stays grey. The SVG draws with stroke="currentColor",
   so colouring the stroke directly is the reliable lever. */
.mas-swh .mas-swh-search-btn svg{stroke:#0157ff !important}
