/* Site-wide typeface — same Montserrat as the header */
html,
body {
	font-family: 'Montserrat', sans-serif !important;
	font-synthesis: weight;
}
html {
	scrollbar-width: thin;
	scrollbar-color: #9aa8b3 #f3f5f7;
}
html::-webkit-scrollbar {
	width: 10px;
}
html::-webkit-scrollbar-track {
	background: #f3f5f7;
}
html::-webkit-scrollbar-thumb {
	background: #9aa8b3;
	border-radius: 8px;
	border: 2px solid #f3f5f7;
}
html::-webkit-scrollbar-thumb:hover {
	background: #0e76bb;
}
h1, h2, h3, h4, h5, h6,
p, a, li, td, th, label,
button, input, textarea, select, strong, b, em, small,
.btn, .lead, .banner-area, .footer-area, .footer-widget,
font, .goog-text-highlight {
	font-family: 'Montserrat', sans-serif !important;
}

.footer-area,
.footer-area h1,
.footer-area h2,
.footer-area h3,
.footer-area h4,
.footer-area h5,
.footer-area h6,
.footer-area p,
.footer-area a,
.footer-area li,
.footer-area span,
.footer-widget,
.footer-widget ul,
.footer-copyright,
.footer-copyright span {
	font-family: 'Montserrat', sans-serif !important;
}

.footer-area h3 {
	text-transform: uppercase !important;
	font-weight: 500 !important;
	letter-spacing: .08em;
	font-size: 12px !important;
}

.footer-area a {
	font-weight: 400 !important;
	font-size: 14px;
	text-transform: none !important;
}

/* BASF-inspired header: quiet white bar, left logo, sentence-case nav, text language control */
header.header-area {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	z-index: 1002;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.header-top {
	display: block !important;
	background: #f5f7f9 !important;
	border-bottom: 1px solid #e8ecf0 !important;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1003;
}

.esteem-utility {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	min-height: 32px;
	padding: 6px 0;
}

.esteem-utility a,
.esteem-utility span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #5b6570;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.2;
	text-decoration: none;
}

.esteem-utility a:hover {
	color: #0e76bb;
	text-decoration: none;
}

.esteem-utility i,
.esteem-utility .app-icon {
	font-size: 13px;
	color: #0e76bb;
	position: static;
	top: auto;
	margin: 0;
	width: auto;
	height: auto;
	background: none;
}

.esteem-utility svg {
	width: 14px;
	height: 14px;
	display: block;
}

#header {
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	top: var(--esteem-header-top-h, 32px) !important;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #e6eaee !important;
	box-shadow: none !important;
	background: #fff !important;
	overflow: visible !important;
	z-index: 1001 !important;
	transition: top .35s ease, box-shadow .25s ease;
}

#header.header-scrolled {
	top: 0 !important;
	background: #fff !important;
	box-shadow: 0 4px 18px rgba(16, 24, 40, .08) !important;
}

.header-nav-spacer {
	display: block;
	height: var(--esteem-header-nav-h, 72px);
}

#header .container {
	max-width: 1400px;
	padding-left: 32px;
	padding-right: 32px;
}

.header-top .container {
	max-width: 1400px;
	padding-left: 32px;
	padding-right: 32px;
}

#header .row {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: stretch !important;
	column-gap: 28px;
	min-height: 72px;
	max-width: 100%;
	margin: 0;
}

#header #logo {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
}

#header #logo a {
	display: flex;
	align-items: center;
	line-height: 0;
}

#header #logo img {
	display: block;
	height: auto;
	width: auto;
	max-height: 52px;
	max-width: 220px;
	object-fit: contain;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#header #nav-menu-container {
	min-width: 0;
	max-width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	overflow: visible;
}

.nav-menu {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.nav-menu > li {
	float: none !important;
	margin-left: 0 !important;
	flex-shrink: 0;
	display: flex;
	align-items: stretch;
	position: relative;
}

.nav-menu > li > a {
	display: flex !important;
	align-items: center;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	letter-spacing: .01em;
	text-transform: none !important;
	color: #1a1a1a !important;
	padding: 0 14px !important;
	white-space: nowrap;
	line-height: 1.2;
	box-shadow: inset 0 -3px 0 transparent;
	transition: color .18s ease, box-shadow .18s ease;
}

.nav-menu > li > a font {
	white-space: inherit;
	font-size: inherit !important;
	font-weight: inherit !important;
	font-family: inherit !important;
}

.nav-menu > li > a:hover,
.nav-menu > li.sfHover > a,
.nav-menu > li:hover > a {
	color: #0e76bb !important;
	text-decoration: none !important;
	box-shadow: inset 0 -3px 0 #0e76bb;
	background: transparent;
}

.nav-menu > li.menu-has-children > a {
	padding-right: 26px !important;
}

.sf-arrows .nav-menu > li > a.sf-with-ul:after,
.nav-menu > li > a.sf-with-ul:after,
.nav-menu > li > a.sf-with-ul:before {
	display: none !important;
	content: none !important;
}

.nav-menu > li.menu-has-children > a::after {
	content: "" !important;
	display: inline-block !important;
	width: 6px;
	height: 6px;
	margin-left: 8px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	opacity: .55;
	position: static !important;
	right: auto !important;
	top: auto !important;
}

#header .nav-menu > li > ul {
	margin: 0 !important;
	top: 100%;
	left: 0;
	padding: 10px 0;
	min-width: 248px;
	background: #fff !important;
	border: 1px solid #e6eaee;
	border-top: 3px solid #0e76bb;
	border-radius: 0;
	box-shadow: 0 16px 36px rgba(16, 24, 40, .12);
	z-index: 1102;
}

#header .nav-menu > li > ul li {
	min-width: 0;
	white-space: normal;
}

#header .nav-menu > li > ul a {
	display: block !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #2c333a !important;
	padding: 11px 22px !important;
	line-height: 1.35;
	white-space: normal;
	background: transparent;
}

#header .nav-menu > li > ul a:hover {
	color: #0e76bb !important;
	background: #f4f8fb;
	text-decoration: none;
}

.esteem-header-tools {
	display: flex;
	align-items: stretch;
	flex-shrink: 0;
	z-index: 1101;
	border-left: 1px solid #e2e6ea;
	padding-left: 6px;
}

.esteem-header-lang {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	flex-shrink: 0;
	z-index: 1101;
	border-left: none;
}

.esteem-lang-switcher,
.esteem-lang-switcher * {
	text-transform: none !important;
}

.esteem-lang-switcher font,
.esteem-lang-switcher .goog-text-highlight {
	background: none !important;
	box-shadow: none !important;
	font-size: inherit !important;
	color: inherit !important;
	display: inline !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.esteem-lang-switcher {
	position: relative;
	z-index: 1101;
	display: flex;
	align-items: stretch;
}

.esteem-lang-switcher-label {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	line-height: 1;
}

.esteem-header-lang .esteem-lang-switcher > a.esteem-lang-switcher-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 4px 0 16px;
	margin: 0;
	height: auto;
	min-height: 0;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .01em;
	white-space: nowrap;
	line-height: 1;
	position: relative;
	box-shadow: inset 0 -3px 0 transparent;
	transition: color .18s ease, box-shadow .18s ease;
}

.esteem-header-lang .esteem-lang-switcher > a.esteem-lang-switcher-toggle:hover,
.esteem-header-lang .esteem-lang-switcher.is-open > a.esteem-lang-switcher-toggle {
	background: transparent;
	color: #0e76bb;
	box-shadow: inset 0 -3px 0 #0e76bb;
}

.esteem-lang-switcher > a.esteem-lang-switcher-toggle .lang-globe-icon {
	font-size: 15px;
	margin: 0;
	color: inherit;
}

.esteem-lang-switcher-current {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .01em;
}

.esteem-lang-switcher > a.esteem-lang-switcher-toggle .lang-chevron-icon {
	font-size: 10px;
	line-height: 1;
	margin: 0 0 0 2px;
	opacity: .65;
	transition: transform .2s ease;
}

.esteem-header-lang .esteem-lang-switcher.is-open .lang-chevron-icon {
	transform: rotate(180deg);
}

.esteem-lang-switcher > a.sf-with-ul {
	padding-right: 4px;
}

.esteem-lang-switcher > a.sf-with-ul:after,
.esteem-lang-switcher > a.sf-with-ul:before {
	display: none !important;
	content: none !important;
}

.lang-flag-badge {
	width: 22px;
	height: 16px;
	border-radius: 2px;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
}

.lang-flag-badge img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.esteem-lang-menu,
.nav-menu .esteem-lang-switcher > ul,
.esteem-header-lang .esteem-lang-switcher > ul {
	min-width: 300px;
	width: 300px;
	max-width: calc(100vw - 24px);
	left: auto !important;
	right: 0 !important;
	max-height: min(72vh, 560px);
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	text-transform: none !important;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: #9aa8b3 #f3f5f7;
}

.esteem-lang-menu::-webkit-scrollbar,
.nav-menu .esteem-lang-switcher > ul::-webkit-scrollbar,
.esteem-header-lang .esteem-lang-switcher > ul::-webkit-scrollbar,
#mobile-nav .esteem-lang-switcher > ul::-webkit-scrollbar,
#mobile-nav .esteem-lang-menu::-webkit-scrollbar {
	width: 6px;
}

.esteem-lang-menu::-webkit-scrollbar-track,
.nav-menu .esteem-lang-switcher > ul::-webkit-scrollbar-track,
.esteem-header-lang .esteem-lang-switcher > ul::-webkit-scrollbar-track,
#mobile-nav .esteem-lang-switcher > ul::-webkit-scrollbar-track,
#mobile-nav .esteem-lang-menu::-webkit-scrollbar-track {
	background: #f3f5f7;
}

.esteem-lang-menu::-webkit-scrollbar-thumb,
.nav-menu .esteem-lang-switcher > ul::-webkit-scrollbar-thumb,
.esteem-header-lang .esteem-lang-switcher > ul::-webkit-scrollbar-thumb,
#mobile-nav .esteem-lang-switcher > ul::-webkit-scrollbar-thumb,
#mobile-nav .esteem-lang-menu::-webkit-scrollbar-thumb {
	background: #9aa8b3;
	border-radius: 8px;
}

.esteem-lang-menu::-webkit-scrollbar-thumb:hover,
.nav-menu .esteem-lang-switcher > ul::-webkit-scrollbar-thumb:hover,
.esteem-header-lang .esteem-lang-switcher > ul::-webkit-scrollbar-thumb:hover,
#mobile-nav .esteem-lang-switcher > ul::-webkit-scrollbar-thumb:hover,
#mobile-nav .esteem-lang-menu::-webkit-scrollbar-thumb:hover {
	background: #0e76bb;
}

.esteem-header-lang .esteem-lang-switcher > ul,
.esteem-header-lang .esteem-lang-menu {
	position: absolute;
	display: none;
	top: calc(100% - 1px);
	z-index: 1102;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #e6eaee;
	border-top: 3px solid #0e76bb;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 16px 36px rgba(16, 24, 40, .12);
}

.esteem-header-lang .esteem-lang-switcher.is-open > ul,
.esteem-header-lang .esteem-lang-switcher > a[aria-expanded="true"] + ul {
	display: block;
}

.esteem-lang-switcher ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: normal;
}

.nav-menu .esteem-lang-switcher ul a,
.esteem-header-lang .esteem-lang-switcher ul a,
#mobile-nav .esteem-lang-switcher ul a {
	display: flex !important;
	align-items: center;
	gap: 12px;
	padding: 11px 40px 11px 16px;
	text-align: left;
	justify-content: flex-start;
	white-space: nowrap;
	border-radius: 0;
	color: #1f2937;
	text-transform: none !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.3;
	position: relative;
}

.nav-menu .esteem-lang-switcher ul a:hover,
.esteem-header-lang .esteem-lang-switcher ul a:hover,
#mobile-nav .esteem-lang-switcher ul a:hover {
	background: #f4f8fb;
	color: #0e76bb;
}

.nav-menu .esteem-lang-switcher ul a:focus-visible,
.esteem-header-lang .esteem-lang-switcher ul a:focus-visible,
#mobile-nav .esteem-lang-switcher ul a:focus-visible {
	outline: 2px solid #0e76bb;
	outline-offset: -2px;
}

.nav-menu .esteem-lang-switcher ul a.active,
.esteem-header-lang .esteem-lang-switcher ul a.active,
#mobile-nav .esteem-lang-switcher ul a.active {
	font-weight: 500;
	color: #0e76bb;
	background: #eef6fb;
	box-shadow: inset 3px 0 0 #0e76bb;
}

.nav-menu .esteem-lang-switcher ul a.active::after,
.esteem-header-lang .esteem-lang-switcher ul a.active::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	width: 6px;
	height: 11px;
	margin-top: -7px;
	border: solid #0e76bb;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.lang-switcher-text {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
	flex: 1;
}

.lang-switcher-name,
.lang-switcher-en {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: inherit;
	text-transform: none !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lang-switcher-name {
	font-size: 14px;
	font-weight: 500;
	color: #111827;
	line-height: 1.3;
	max-width: 160px;
}

.lang-switcher-en {
	font-size: 12px;
	font-weight: 400;
	color: #6b7280;
	line-height: 1.3;
	max-width: 90px;
	flex-shrink: 0;
}

#mobile-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1a1a1a;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	position: fixed !important;
	right: 12px !important;
	top: calc(var(--esteem-header-top-h, 32px) + 14px) !important;
	z-index: 1105 !important;
}

#mobile-nav-toggle i {
	color: #1a1a1a !important;
	font-weight: 400;
}

body.header-scrolled #mobile-nav-toggle {
	top: 14px !important;
}

#mobile-nav {
	z-index: 1104 !important;
	overflow-x: hidden !important;
	box-sizing: border-box;
}

#mobile-body-overly {
	z-index: 1103 !important;
}

body.mobile-nav-active #mobile-nav-toggle,
body.mobile-nav-active #mobile-nav-toggle i {
	color: #0e76bb !important;
}

#mobile-nav > ul {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-sizing: border-box;
}

#mobile-nav ul li.esteem-lang-switcher {
	display: flex !important;
	flex-direction: column-reverse;
	align-items: stretch;
	width: 100%;
	margin-top: auto;
	padding: 8px 0 16px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

#mobile-nav ul li.esteem-lang-switcher > a.esteem-lang-switcher-toggle {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	border: none;
	background: transparent;
	border-radius: 0;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 12px 16px;
	color: #fff;
	overflow: hidden !important;
	white-space: nowrap;
	box-shadow: none;
	box-sizing: border-box;
}

#mobile-nav ul li.esteem-lang-switcher.is-open > a.esteem-lang-switcher-toggle {
	color: #8ec8f0;
}

#mobile-nav .esteem-lang-switcher-label {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 8px !important;
	min-width: 0;
	width: 100%;
}

#mobile-nav .esteem-lang-switcher-label .lang-globe-icon,
#mobile-nav .esteem-lang-switcher-label .lang-chevron-icon {
	position: static !important;
	right: auto !important;
	top: auto !important;
	padding: 0 !important;
	display: inline-block !important;
	line-height: 1;
	color: inherit;
	flex-shrink: 0;
}

#mobile-nav .esteem-lang-switcher-label .lang-globe-icon {
	font-size: 15px;
}

#mobile-nav .esteem-lang-switcher-label .lang-chevron-icon {
	font-size: 11px;
	margin-left: auto !important;
	transition: transform .2s ease;
}

#mobile-nav ul li.esteem-lang-switcher.is-open .lang-chevron-icon {
	transform: rotate(180deg);
}

#mobile-nav .esteem-lang-switcher-current {
	color: inherit;
	font-size: 15px !important;
	font-weight: 400 !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

#mobile-nav ul li.esteem-lang-switcher > a.sf-with-ul:after,
#mobile-nav ul li.esteem-lang-switcher > a.sf-with-ul:before {
	display: none !important;
	content: none !important;
}

#mobile-nav ul li.esteem-lang-switcher > i {
	display: none !important;
}

#mobile-nav .esteem-lang-switcher > ul,
#mobile-nav .esteem-lang-menu {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	float: none !important;
	display: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 12px 8px !important;
	padding: 6px 0 !important;
	background: rgba(255, 255, 255, .08) !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	border-radius: 8px;
	box-shadow: none !important;
	max-height: min(50vh, 360px);
	overflow-x: hidden !important;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, .45) rgba(255, 255, 255, .08);
}

#mobile-nav ul li.esteem-lang-switcher.is-open > ul,
#mobile-nav ul li.esteem-lang-switcher > a[aria-expanded="true"] + ul {
	display: block !important;
}

#mobile-nav .esteem-lang-switcher ul li,
#mobile-nav .esteem-lang-switcher ul li li {
	padding-left: 0 !important;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

#mobile-nav .esteem-lang-switcher ul a {
	color: #fff;
	box-shadow: none;
	width: 100% !important;
	padding: 10px 36px 10px 14px !important;
	gap: 10px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	box-sizing: border-box;
}

#mobile-nav .esteem-lang-switcher ul a:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

#mobile-nav .lang-switcher-name {
	color: #fff;
	max-width: 150px;
	font-size: 14px;
}

#mobile-nav .lang-switcher-en {
	color: rgba(255, 255, 255, .7);
	max-width: 90px;
}

#mobile-nav .esteem-lang-switcher ul a.active {
	font-weight: 500;
	color: #fff;
	background: rgba(14, 118, 187, .45);
	box-shadow: inset 3px 0 0 #8ec8f0;
}

#mobile-nav .esteem-lang-switcher ul a.active::after {
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	width: 6px;
	height: 11px;
	margin-top: -7px;
	border: solid #8ec8f0;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Our Products mega menu — Venus-style full-width panel */
.nav-menu > li.esteem-megamenu {
	position: static !important;
}

#header .nav-menu > li.esteem-megamenu > ul {
	left: 0 !important;
	right: 0 !important;
	top: 100%;
	width: 100%;
	min-width: 0;
	max-width: none;
	margin: 0 !important;
	padding: 22px 40px 28px;
	display: none;
	grid-template-columns: minmax(200px, 1.35fr) minmax(150px, 1fr) minmax(180px, 1.15fr) minmax(140px, .9fr) minmax(110px, .75fr);
	gap: 4px 12px;
	align-items: start;
	background: #fff !important;
	border: 0;
	border-top: 3px solid #0e76bb;
	border-radius: 0;
	box-shadow: 0 18px 40px rgba(16, 24, 40, .14);
	box-sizing: border-box;
	z-index: 1102;
}

#header .nav-menu > li.esteem-megamenu:hover > ul,
#header .nav-menu > li.esteem-megamenu.sfHover > ul {
	display: grid !important;
}

#header .nav-menu > li.esteem-megamenu > ul > li {
	min-width: 0;
	padding: 0 8px 0 16px;
	border-left: 1px solid #eef1f4;
	white-space: normal;
}

#header .nav-menu > li.esteem-megamenu > ul > li:first-child {
	border-left: 0;
	padding-left: 0;
}

#header .nav-menu > li.esteem-megamenu > ul > li > strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: none;
	color: #0e76bb;
	padding: 4px 8px 10px 12px;
	line-height: 1.35;
}

#header .nav-menu > li.esteem-megamenu > ul > li > a {
	padding: 7px 8px 7px 12px !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #2f4d5a !important;
	line-height: 1.35;
	white-space: normal;
}

#header .nav-menu > li.esteem-megamenu > ul > li > a:hover {
	color: #0e76bb !important;
	background: #f4f8fb;
}

#custom-synthesis,
#toll-services {
	scroll-margin-top: calc(var(--esteem-header-top-h, 32px) + var(--esteem-header-nav-h, 72px) + 16px);
}

#mobile-nav .esteem-megamenu > ul {
	position: static !important;
	left: auto !important;
	right: auto !important;
	width: auto;
	min-width: 0;
	display: none;
	padding: 0 0 12px;
	margin: 0;
	background: transparent !important;
	border: 0;
	box-shadow: none;
	grid-template-columns: none;
}

#mobile-nav .esteem-megamenu > ul > li {
	border: 0;
	padding: 0;
	min-width: 0;
}

#mobile-nav .esteem-megamenu > ul > li > strong {
	display: block;
	color: #8ec8f0;
	font-size: 13px;
	font-weight: 700;
	padding: 14px 15px 4px;
	text-transform: none;
}

#mobile-nav .esteem-megamenu > ul > li > a {
	color: #fff !important;
	padding: 8px 24px !important;
	background: transparent !important;
	font-size: 14px !important;
	text-transform: none !important;
	font-weight: 400 !important;
}

#mobile-nav .esteem-megamenu > ul > li > a:hover {
	color: #8ec8f0 !important;
	background: rgba(14, 118, 187, .25) !important;
}

@media (max-width: 1200px) {
	#header .nav-menu > li.esteem-megamenu > ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 20px 28px 24px;
	}
	#header .nav-menu > li.esteem-megamenu > ul > li:nth-child(4),
	#header .nav-menu > li.esteem-megamenu > ul > li:nth-child(n+4) {
		border-left: 0;
	}
}

@media (max-width: 1100px) {
	.nav-menu > li > a {
		padding: 0 10px !important;
		font-size: 14px !important;
	}
	#header .row {
		column-gap: 16px;
	}
}

@media (max-width: 960px) {
	.header-top {
		display: none !important;
	}
	#header {
		top: 0 !important;
	}
	#header #nav-menu-container,
	.esteem-header-lang,
	.esteem-header-tools {
		display: none !important;
	}
	#mobile-nav-toggle {
		display: inline-flex !important;
		top: 14px !important;
	}
	#header .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 64px;
	}
	#header #logo img {
		max-height: 42px;
		max-width: 180px;
	}
}

@media (max-width: 768px) {
	#header .container {
		padding-left: 16px;
		padding-right: 16px;
	}
	#header #logo img {
		max-height: 40px;
		max-width: 160px;
	}
}

/* Phone/tablet: keep Montserrat. Missing bold files used to fall back to Mate SC. */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/webfonts/montserrat-latin-vf.woff2') format('woff2-variations'),
		url('../fonts/webfonts/montserrat-latin-vf.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif !important;
}

h3 {
	text-transform: none !important;
	font-weight: 500 !important;
	letter-spacing: .02em;
}

#mobile-nav,
#mobile-nav ul,
#mobile-nav li,
#mobile-nav a,
#mobile-nav strong {
	font-family: 'Montserrat', sans-serif !important;
}

#mobile-nav ul li a {
	text-transform: none !important;
	font-weight: 400 !important;
	letter-spacing: .01em;
	font-size: 15px !important;
}

font,
.goog-text-highlight {
	font-family: inherit !important;
}

.fa,
.fa:before {
	font-family: FontAwesome !important;
}

.lnr,
.lnr:before,
[class^="lnr-"]:before,
[class*=" lnr-"]:before {
	font-family: 'Linearicons-Free' !important;
}

@media (max-width: 991.98px) {
	html,
	body,
	h1, h2, h3, h4, h5, h6,
	p, a, li, td, th, label,
	button, input, textarea, select,
	strong, b, em, small, .btn, .lead, font {
		font-family: 'Montserrat', sans-serif !important;
	}

	#mobile-nav,
	#mobile-nav a {
		font-family: 'Montserrat', sans-serif !important;
	}

	.fa,
	.fa:before {
		font-family: FontAwesome !important;
	}

	.lnr,
	.lnr:before,
	[class^="lnr-"]:before,
	[class*=" lnr-"]:before {
		font-family: 'Linearicons-Free' !important;
	}
}

/* Footer — professional chrome aligned with header / Applications UI */
.footer-area {
	background: #0b1f33 !important;
	color: #d5dee7 !important;
	margin: 0;
	padding: 0 !important;
	border-top: 3px solid #0e76bb;
}

.footer-area h3:after,
.footer-area .footer-col h3:after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

.footer-main {
	padding: 56px 0 40px;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(0, 1fr));
	gap: 36px 28px;
	align-items: start;
}

.footer-brand-logo {
	display: inline-flex;
	align-items: center;
	background: #fff;
	padding: 8px 12px;
	margin: 0 0 16px;
	line-height: 0;
	text-decoration: none;
}

.footer-area .footer-brand-logo img,
.footer-area img {
	width: auto !important;
	height: 40px !important;
	margin: 0 !important;
	display: block;
}

.footer-brand p {
	margin: 0 0 16px;
	max-width: 32em;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	color: #c5d0db;
	text-align: left;
}

.footer-contact {
	list-style: none;
	margin: 0 0 18px !important;
	padding: 0 !important;
}

.footer-contact li {
	margin: 0 0 8px;
}

.footer-area .footer-contact a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #e8eef4 !important;
	font-size: 13px !important;
}

.footer-area .footer-contact a:hover .app-icon--on-dark,
.footer-area .footer-contact a:focus .app-icon--on-dark {
	background: #0e76bb;
	color: #fff;
	transform: none;
	box-shadow: none;
}

.footer-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background: #0e76bb;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: .02em;
	text-decoration: none !important;
	border: 1px solid #0e76bb;
	transition: background .2s ease, color .2s ease, gap .25s ease;
}

.footer-area .footer-cta .app-icon {
	color: inherit;
}

.footer-area .footer-cta:hover .app-icon,
.footer-area .footer-cta:focus .app-icon {
	transform: translateX(4px);
	background: none;
	color: inherit;
}

.footer-area .footer-contact a:hover,
.footer-area .footer-contact a:focus {
	color: #fff !important;
	text-decoration: underline;
	padding-left: 0;
}

.footer-area .footer-cta:hover,
.footer-area .footer-cta:focus {
	background: #fff;
	color: #0b1f33 !important;
	border-color: #fff;
	text-decoration: none;
}

.footer-col h3 {
	margin: 0 0 14px !important;
	padding: 0;
	color: #8ec8f0 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	letter-spacing: .08em;
	text-transform: uppercase !important;
	line-height: 1.3;
}

.footer-col ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.footer-col li {
	margin: 0 0 8px;
}

.footer-area .footer-col a {
	color: #d5dee7 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.45;
	text-decoration: none;
	text-transform: none !important;
}

.footer-area .footer-col a:hover,
.footer-area .footer-col a:focus {
	color: #fff !important;
	text-decoration: none;
	padding-left: 0;
}

.footer-bar {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 16px 0;
	background: #081726;
}

.footer-bar-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 24px;
}

.footer-bar p,
.footer-area .footer-bar p {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	color: #9aa8b3;
}

.footer-bar ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0;
	padding: 0;
}

.footer-area .footer-bar a {
	color: #c5d0db !important;
	font-size: 12px !important;
	text-decoration: none;
}

.footer-area .footer-bar a:hover,
.footer-area .footer-bar a:focus {
	color: #fff !important;
	padding-left: 0;
}

@media (max-width: 1199.98px) {
	.footer-grid {
		grid-template-columns: minmax(200px, 1.2fr) repeat(3, minmax(0, 1fr));
	}

	.footer-brand {
		grid-column: 1 / -1;
		max-width: 640px;
	}
}

@media (max-width: 767.98px) {
	.footer-main {
		padding: 40px 0 28px;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px 20px;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-bar-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 575.98px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}
}
