:root {
	--bmag-v2-sky: #35c0f4;
	--bmag-v2-blue: #045cb4;
	--bmag-v2-navy: #073763;
	--bmag-v2-ink: #10243a;
	--bmag-v2-muted: #5d6b79;
	--bmag-v2-line: #d9e4ed;
	--bmag-v2-surface: #ffffff;
	--bmag-v2-soft: #f3f8fc;
	--bmag-v2-shadow: 0 14px 36px rgba(7, 55, 99, 0.18);
	--bmag-v2-height: 80px;
}

.bmag-v2-header,
.bmag-v2-header * {
	box-sizing: border-box;
}

.bmag-v2-header {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--bmag-v2-line);
	color: var(--bmag-v2-ink);
	font-family: Arial, Helvetica, sans-serif;
	inline-size: 100%;
	position: sticky;
	top: 0;
	z-index: 9990;
}

/* BMAG's typography standard is Arial. These text-only targets avoid icon
 * glyphs while overriding legacy Elementor widget font declarations. */
body.bmag-header-v2-active .elementor :is(
	.elementor-heading-title,
	.elementor-widget-text-editor,
	.elementor-button-text,
	.elementor-icon-list-text,
	.elementor-post__title,
	.elementor-post__excerpt,
	.elementor-post__read-more,
	.elementor-counter-number-wrapper,
	.elementor-counter-title,
	.elementor-field,
	.elementor-field-label
) {
	font-family: Arial, Helvetica, sans-serif !important;
}

body.bmag-header-v2-active .elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 9990;
}

body.admin-bar.bmag-header-v2-active .elementor-location-header {
	top: 32px;
}

.bmag-v2-shell,
.bmag-v2-shell > .elementor-container,
.bmag-v2-shell .elementor-column,
.bmag-v2-shell .elementor-widget-wrap,
.bmag-v2-shell .elementor-widget,
.bmag-v2-shell .elementor-widget-container {
	margin: 0 !important;
	max-inline-size: none !important;
	padding: 0 !important;
}

.bmag-v2-shell > .elementor-container {
	inline-size: 100% !important;
}

body.admin-bar .bmag-v2-header {
	top: 32px;
}

.bmag-v2-inner {
	align-items: center;
	display: flex;
	gap: clamp(14px, 2vw, 30px);
	inline-size: min(100%, 1440px);
	margin-inline: auto;
	min-block-size: var(--bmag-v2-height);
	padding-inline: clamp(18px, 3vw, 42px);
	position: relative;
}

.bmag-v2-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	min-block-size: 44px;
	text-decoration: none;
}

.bmag-v2-logo-image {
	display: block;
	block-size: auto;
	inline-size: auto;
	max-block-size: 44px;
	max-inline-size: 190px;
}

.bmag-v2-logo-text {
	color: var(--bmag-v2-blue);
	font-size: 21px;
	font-weight: 700;
}

.bmag-v2-navigation {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: clamp(12px, 1.6vw, 24px);
	min-inline-size: 0;
}

.bmag-v2-primary-nav {
	flex: 1 1 auto;
}

.bmag-v2-menu,
.bmag-v2-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bmag-v2-menu {
	align-items: stretch;
	display: flex;
	justify-content: center;
}

.bmag-v2-menu-item {
	position: relative;
}

.bmag-v2-products {
	position: static;
}

.bmag-v2-item-row {
	align-items: center;
	display: flex;
	min-block-size: var(--bmag-v2-height);
}

.bmag-v2-top-link {
	align-items: center;
	color: var(--bmag-v2-ink);
	display: inline-flex;
	font-size: clamp(13px, 1vw, 15px);
	font-weight: 700;
	letter-spacing: 0.01em;
	min-block-size: 44px;
	padding-inline: clamp(7px, 0.8vw, 13px);
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.bmag-v2-top-link:hover,
.bmag-v2-top-link:focus-visible,
.bmag-v2-top-link[aria-current="page"] {
	color: var(--bmag-v2-blue);
}

.bmag-v2-submenu-toggle,
.bmag-v2-menu-toggle,
.bmag-v2-drawer-close,
.bmag-v2-search-toggle,
.bmag-v2-search-close {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: var(--bmag-v2-blue);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	margin: 0;
	min-block-size: 44px;
	min-inline-size: 44px;
	padding: 0;
}

.bmag-v2-submenu-toggle {
	min-inline-size: 32px;
}

.bmag-v2-submenu-toggle svg {
	fill: none;
	block-size: 18px;
	inline-size: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: transform 160ms ease;
}

.bmag-v2-submenu-toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.bmag-v2-panel[hidden],
.bmag-v2-search[hidden],
.bmag-v2-overlay[hidden] {
	display: none !important;
}

.bmag-v2-panel {
	background: var(--bmag-v2-surface);
	border: 1px solid var(--bmag-v2-line);
	box-shadow: var(--bmag-v2-shadow);
	position: absolute;
	top: 100%;
}

.bmag-v2-mega {
	inset-inline: 0;
	padding: 28px clamp(22px, 4vw, 50px) 32px;
}

.bmag-v2-mega-grid {
	display: grid;
	gap: clamp(20px, 3vw, 42px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: auto;
	max-inline-size: 1360px;
}

.bmag-v2-mega-group h3 {
	color: var(--bmag-v2-navy);
	font-size: 17px;
	margin: 0 0 10px;
}

.bmag-v2-mega-link,
.bmag-v2-dropdown-link {
	color: var(--bmag-v2-ink);
	display: flex;
	font-size: 14px;
	line-height: 1.35;
	min-block-size: 40px;
	padding-block: 8px;
	text-decoration: none;
}

.bmag-v2-mega-link:hover,
.bmag-v2-mega-link:focus-visible,
.bmag-v2-dropdown-link:hover,
.bmag-v2-dropdown-link:focus-visible {
	color: var(--bmag-v2-blue);
}

.bmag-v2-dropdown {
	inline-size: 280px;
	inset-inline-start: 0;
	padding: 8px 16px;
}

.bmag-v2-language {
	flex: 0 0 auto;
	max-inline-size: 140px;
}

.bmag-v2-language-label,
.bmag-v2-drawer-head {
	display: none;
}

.bmag-v2-language select,
.bmag-v2-language a,
.bmag-v2-language button {
	max-inline-size: 140px;
	min-block-size: 44px;
}

.bmag-v2-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.bmag-v2-search-toggle svg,
.bmag-v2-menu-toggle svg,
.bmag-v2-drawer-close svg {
	fill: none;
	block-size: 23px;
	inline-size: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.bmag-v2-inquire {
	align-items: center;
	background: var(--bmag-v2-blue);
	border-radius: 24px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	min-block-size: 44px;
	padding-inline: 20px;
	text-decoration: none;
}

.bmag-v2-inquire:link,
.bmag-v2-inquire:visited,
.bmag-v2-inquire:hover,
.bmag-v2-inquire:focus,
.bmag-v2-inquire:focus-visible,
.bmag-v2-inquire:active {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
	text-decoration: none !important;
}

.bmag-v2-inquire:hover,
.bmag-v2-inquire:focus-visible { background: var(--bmag-v2-navy); }

.bmag-v2-inquire-label {
	color: inherit !important;
	display: block;
	-webkit-text-fill-color: inherit !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.bmag-v2-search {
	background: var(--bmag-v2-surface);
	border-block-start: 1px solid var(--bmag-v2-line);
	box-shadow: var(--bmag-v2-shadow);
	inset-inline: 0;
	padding: 22px clamp(18px, 5vw, 72px);
	position: absolute;
	top: 100%;
}

.bmag-v2-search form {
	margin-inline: auto;
	max-inline-size: 820px;
}

.bmag-v2-search form > label {
	color: var(--bmag-v2-navy);
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-block-end: 8px;
}

.bmag-v2-search-row {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto auto;
}

.bmag-v2-search input {
	border: 1px solid #aebfcd;
	border-radius: 8px;
	font: inherit;
	font-size: 16px;
	min-block-size: 48px;
	padding-inline: 14px;
}

.bmag-v2-search button[type="submit"] {
	background: var(--bmag-v2-blue);
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-block-size: 48px;
	padding-inline: 22px;
}

.bmag-v2-menu-toggle,
.bmag-v2-drawer-head,
.bmag-v2-overlay {
	display: none;
}

.bmag-v2-header :focus-visible {
	outline: 3px solid var(--bmag-v2-sky);
	outline-offset: 2px;
}

@media (max-width: 1180px) and (min-width: 1025px) {
	.bmag-v2-inner {
		gap: 8px;
		padding-inline: 14px;
	}
	.bmag-v2-logo-image { max-inline-size: 150px; }
	.bmag-v2-top-link { font-size: 12px; padding-inline: 6px; }
	.bmag-v2-language { max-inline-size: 110px; }
	.bmag-v2-inquire { padding-inline: 14px; }
}

@media (max-width: 1024px) {
	body.page-id-752 .elementor-animation-shrink,
	body.page-id-752 .elementor-animation-shrink:hover,
	body.page-id-752 .elementor-animation-shrink:focus,
	body.page-id-752 .elementor-animation-shrink:active {
		animation: none !important;
		transform: none !important;
		transition: none !important;
	}

	:root { --bmag-v2-height: 68px; }
	body.bmag-v2-page-menu-open { overflow: hidden; }
	body.admin-bar .bmag-v2-header { top: 32px; }
	.bmag-v2-inner {
		display: grid;
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) auto auto;
		padding-inline: clamp(14px, 3vw, 26px);
	}
	.bmag-v2-logo-image { max-block-size: 38px; max-inline-size: min(42vw, 180px); }
	.bmag-v2-menu-toggle { background: var(--bmag-v2-blue); color: #fff; display: inline-flex; grid-column: 3; }
	.bmag-v2-actions { grid-column: 2; grid-row: 1; }
	.bmag-v2-inquire { font-size: 14px; min-block-size: 44px; padding-inline: 14px; }
	.bmag-v2-navigation {
		align-items: stretch;
		background: var(--bmag-v2-surface);
		box-shadow: var(--bmag-v2-shadow);
		display: flex;
		flex-direction: column;
		gap: 0;
		block-size: 100dvh;
		inline-size: min(92vw, 420px);
		inset-block: 0;
		inset-inline-end: 0;
		overflow-y: auto;
		padding-block-end: calc(24px + env(safe-area-inset-bottom));
		position: fixed;
		transform: translateX(105%);
		transition: transform 180ms ease, visibility 180ms ease;
		visibility: hidden;
		z-index: 9994;
	}
	[dir="rtl"] .bmag-v2-navigation { transform: translateX(-105%); }
	.bmag-v2-menu-open .bmag-v2-navigation { transform: translateX(0); visibility: visible; }
	.bmag-v2-drawer-head {
		align-items: center;
		background: #fff;
		border-block-end: 1px solid var(--bmag-v2-line);
		display: flex;
		font-size: 17px;
		font-weight: 700;
		justify-content: space-between;
		min-block-size: 68px;
		padding-inline: 18px 10px;
		position: sticky;
		top: 0;
		z-index: 2;
	}
	.bmag-v2-primary-nav { flex: 0 0 auto; padding: 8px 16px 18px; }
	.bmag-v2-menu { align-items: stretch; display: block; }
	.bmag-v2-menu-item { border-block-end: 1px solid #e9f0f5; }
	.bmag-v2-item-row { display: grid; grid-template-columns: minmax(0, 1fr) 44px; min-block-size: 52px; }
	.bmag-v2-top-link { font-size: 16px; min-block-size: 52px; padding-inline: 6px; text-transform: none; white-space: normal; }
	.bmag-v2-submenu-toggle { min-inline-size: 44px; }
	.bmag-v2-panel {
		border: 0;
		border-block-start: 1px solid var(--bmag-v2-line);
		box-shadow: none;
		inline-size: auto;
		inset: auto;
		padding: 10px 12px 14px;
		position: static;
	}
	.bmag-v2-mega { background: var(--bmag-v2-soft); }
	.bmag-v2-mega-grid { gap: 16px; grid-template-columns: 1fr; }
	.bmag-v2-mega-group h3 { font-size: 15px; margin-block-end: 4px; }
	.bmag-v2-mega-link,
	.bmag-v2-dropdown-link { font-size: 15px; min-block-size: 44px; padding-block: 10px; }
	.bmag-v2-language {
		border-block-start: 1px solid var(--bmag-v2-line);
		margin-block-start: auto;
		max-inline-size: none;
		padding: 18px;
	}
	.bmag-v2-language-label { color: var(--bmag-v2-muted); display: block; font-size: 12px; font-weight: 700; margin-block-end: 8px; text-transform: uppercase; }
	.bmag-v2-language select,
	.bmag-v2-language a,
	.bmag-v2-language button { max-inline-size: 100%; min-block-size: 44px; }
	.bmag-v2-overlay {
		appearance: none;
		background: rgba(4, 31, 56, 0.58);
		border: 0;
		display: block;
		inset: 0;
		margin: 0;
		padding: 0;
		position: fixed;
		z-index: 9993;
	}
	.bmag-v2-search { position: fixed; top: var(--bmag-v2-height); z-index: 9992; }

	body.page-id-752 .elementor-element-33fa673 { display: none !important; }

	body.page-id-752 .elementor-element-90d8fbd > .elementor-container {
		display: grid !important;
		gap: 12px;
		grid-template-columns: repeat(6, minmax(0, 1fr));
		inline-size: 100%;
		padding-inline: 2px;
	}

	body.page-id-752 .elementor-element-90d8fbd > .elementor-container > .elementor-column {
		grid-column: span 2;
		inline-size: auto !important;
		max-inline-size: none !important;
		min-inline-size: 0;
	}

	body.page-id-752 .elementor-element-90d8fbd > .elementor-container > .elementor-column:nth-child(n+4) {
		grid-column: span 3;
	}

	body.page-id-752 .elementor-element-90d8fbd > .elementor-container > .elementor-column > .elementor-widget-wrap {
		align-content: center;
		align-items: center;
		background: rgba(4, 92, 180, 0.26);
		border: 1px solid rgba(255, 255, 255, 0.42);
		border-radius: 14px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-block-size: 132px;
		padding: 16px 10px !important;
	}

	body.page-id-752 .elementor-element-90d8fbd .elementor-widget-text-editor > .elementor-widget-container {
		margin: 0 !important;
		padding: 0 !important;
	}

	body.page-id-752 .elementor-element-90d8fbd .elementor-widget-text-editor {
		color: #fff !important;
		font-size: clamp(28px, 5vw, 40px) !important;
		font-weight: 700;
		line-height: 1 !important;
		margin-block-end: 9px !important;
		white-space: nowrap;
	}

	body.page-id-752 .elementor-element-90d8fbd .elementor-widget-text-editor p { margin: 0 !important; }

	body.page-id-752 .elementor-element-90d8fbd .elementor-heading-title {
		color: #fff !important;
		font-size: clamp(14px, 2.1vw, 17px) !important;
		font-weight: 600;
		line-height: 1.35 !important;
		margin: 0;
		text-wrap: balance;
	}
}

@media (min-width: 700px) and (max-width: 1024px) {
	.bmag-v2-mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
	body.admin-bar .bmag-v2-header { top: 46px; }
	body.admin-bar.bmag-header-v2-active .elementor-location-header { top: 46px; }
}

@media (max-width: 767px) {
	html,
	body { max-inline-size: 100%; overflow-x: hidden; }
	.elementor-popup-modal {
		box-sizing: border-box;
		overflow-x: hidden;
		padding: 12px !important;
	}
	.elementor-popup-modal .dialog-widget-content {
		inline-size: min(100%, 640px) !important;
		margin-inline: auto !important;
		max-inline-size: 100% !important;
	}
	.elementor-popup-modal .dialog-message {
		max-block-size: calc(100dvh - 24px);
		max-inline-size: 100%;
		overflow: hidden auto;
	}
	.elementor-popup-modal :is(.elementor, .elementor-section, .elementor-container, .elementor-column, .elementor-widget-wrap, .elementor-form, .elementor-field-group) {
		max-inline-size: 100% !important;
		min-inline-size: 0 !important;
	}
	.elementor-popup-modal :is(input, select, textarea, button) { box-sizing: border-box; max-inline-size: 100%; }

	body.page-id-752 .elementor-element-d2ecf71 { padding: 24px 12px 14px !important; }
	body.page-id-752 .elementor-element-b89b65b > .elementor-widget-container { padding: 0 !important; }
	body.page-id-752 .elementor-element-b89b65b .elementor-heading-title {
		font-size: clamp(29px, 8.2vw, 34px) !important;
		line-height: 1.15 !important;
	}
	body.page-id-752 .elementor-element-dabf46a {
		font-size: clamp(14px, 4.2vw, 17px) !important;
		line-height: 1.45;
	}
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) {
		padding: 0 12px 12px !important;
	}
	body.page-id-752 .elementor-element-9e97c4c { padding-block-end: 28px !important; }
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) > .elementor-container {
		display: grid !important;
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		inline-size: 100%;
	}
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) > .elementor-container > .elementor-column {
		inline-size: auto !important;
		max-inline-size: none !important;
		min-inline-size: 0;
	}
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) > .elementor-container > .elementor-column > .elementor-widget-wrap {
		background: #fff;
		border: 1px solid #dce7ef;
		border-radius: 12px;
		box-shadow: 0 3px 12px rgba(4, 48, 82, 0.08);
		display: flex;
		flex-direction: column;
		block-size: 100%;
		overflow: hidden;
		padding: 8px !important;
	}
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) .elementor-widget-image,
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) .elementor-widget-image > .elementor-widget-container {
		margin: 0 !important;
	}
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) .elementor-widget-image img {
		aspect-ratio: 1;
		border-radius: 8px !important;
		display: block;
		inline-size: 100% !important;
		object-fit: cover;
	}
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) .elementor-widget-heading { margin: 0 !important; }
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) .elementor-heading-title {
		font-size: clamp(14px, 4.1vw, 16px) !important;
		line-height: 1.25 !important;
	}
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) .elementor-heading-title a {
		align-items: center;
		color: #045cb4;
		display: flex;
		justify-content: center;
		min-block-size: 48px;
		padding: 7px 2px;
		text-decoration: none;
	}
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) .elementor-heading-title a::after {
		content: "\2192";
		font-size: 18px;
		margin-inline-start: 5px;
	}
	body.page-id-752 :is(.elementor-element-8207f8c, .elementor-element-9e97c4c) .elementor-widget-button { display: none !important; }

	body.page-id-752 .elementor-element-7a80abb { padding: 26px 14px 30px !important; }
	body.page-id-752 :is(
		.elementor-element-2a77ff1,
		.elementor-element-206b4b4,
		.elementor-element-298d898,
		.elementor-element-3cb1b72,
		.elementor-element-7de989f,
		.elementor-element-163632b
	) { text-align: start !important; }
	body.page-id-752 .elementor-element-e5b9ac4 > .elementor-element-populated { padding: 0 0 22px !important; }
	body.page-id-752 .elementor-element-206b4b4 .elementor-heading-title {
		font-size: clamp(29px, 8.2vw, 34px) !important;
		line-height: 1.15 !important;
	}
	body.page-id-752 .elementor-element-298d898 {
		font-size: clamp(14px, 4.1vw, 16px) !important;
		line-height: 1.55 !important;
	}
	body.page-id-752 .elementor-element-298d898 > .elementor-widget-container {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
		overflow: hidden;
	}
	body.page-id-752 .elementor-element-25eea36 .elementor-button {
		font-size: 15px !important;
		min-block-size: 44px;
		padding: 10px 18px !important;
	}
	body.page-id-752 .elementor-element-cdafc09 > .elementor-element-populated { padding: 0 !important; }
	body.page-id-752 .elementor-element-07bcbbd img {
		aspect-ratio: 16 / 10;
		border-radius: 12px !important;
		box-shadow: 12px 12px 0 #35c0f4 !important;
		object-fit: cover;
	}

	body.page-id-752 .elementor-element-15545e2 { padding: 26px 14px 30px !important; }
	body.page-id-752 .elementor-element-b860252 > .elementor-element-populated,
	body.page-id-752 .elementor-element-3eb903e > .elementor-element-populated { padding: 0 !important; }
	body.page-id-752 .elementor-element-b860252 > .elementor-widget-wrap > .elementor-widget:not(:last-child) { margin-block-end: 10px !important; }
	body.page-id-752 .elementor-element-b860252 .elementor-widget-icon-box > .elementor-widget-container {
		background: #fff !important;
		border: 1px solid #dce7ef;
		border-inline-start: 4px solid #35c0f4;
		border-radius: 12px !important;
		box-shadow: 0 3px 12px rgba(4, 48, 82, 0.07);
		padding: 15px 14px !important;
	}
	body.page-id-752 .elementor-element-b860252 .elementor-icon-box-wrapper {
		align-items: flex-start !important;
		gap: 11px !important;
	}
	body.page-id-752 .elementor-element-b860252 .elementor-icon {
		color: #35c0f4 !important;
		fill: #35c0f4 !important;
		font-size: 24px !important;
	}
	body.page-id-752 .elementor-element-b860252 .elementor-icon-box-title {
		color: #0c3e5a !important;
		font-size: clamp(17px, 4.8vw, 20px) !important;
		line-height: 1.25 !important;
		margin-block-end: 7px !important;
	}
	body.page-id-752 .elementor-element-b860252 .elementor-icon-box-description {
		color: #405362 !important;
		font-size: clamp(13px, 3.8vw, 15px) !important;
		line-height: 1.5 !important;
	}

	body.page-id-752 .elementor-element-3eb903e { margin-block-start: 28px; }
	body.page-id-752 .elementor-element-3cb1b72 .elementor-heading-title {
		font-size: clamp(29px, 8.2vw, 34px) !important;
		line-height: 1.15 !important;
	}
	body.page-id-752 .elementor-element-7de989f {
		font-size: clamp(14px, 4.1vw, 16px) !important;
		line-height: 1.55 !important;
	}
	body.page-id-752 .elementor-element-d82121c > .elementor-widget-container {
		border-radius: 12px !important;
		box-shadow: 12px 12px 0 #35c0f4 !important;
		overflow: hidden;
	}
	body.page-id-752 .elementor-element-d82121c .swiper-slide-image {
		aspect-ratio: 16 / 10;
		inline-size: 100%;
		object-fit: cover;
	}

	body.page-id-752 #ast-scroll-top {
		block-size: 48px !important;
		border-radius: 50% !important;
		bottom: 18px !important;
		box-shadow: 0 4px 14px rgba(4, 48, 82, 0.18);
		font-size: 18px !important;
		inline-size: 48px !important;
		line-height: 48px !important;
		right: 12px !important;
	}
	body.bmag-footer-visible #ast-scroll-top {
		opacity: 0 !important;
		pointer-events: none !important;
	}

	body.page-id-752 .elementor-element-8d6e912 { padding: 26px 12px 30px !important; }
	body.page-id-752 .elementor-element-eb8eac2 .elementor-heading-title {
		font-size: clamp(29px, 8.2vw, 34px) !important;
		line-height: 1.15 !important;
	}
	body.page-id-752 .elementor-element-d7b1869 {
		font-size: clamp(14px, 4vw, 16px) !important;
		line-height: 1.5 !important;
	}
	body.page-id-752 .elementor-element-cb1fdc0 .elementor-posts-container {
		display: grid !important;
		gap: 12px !important;
		grid-template-columns: 1fr !important;
	}
	body.page-id-752 .elementor-element-cb1fdc0 article.elementor-post {
		background: #fff;
		border: 1px solid #dce7ef;
		border-radius: 12px;
		box-shadow: 0 3px 12px rgba(4, 48, 82, 0.07);
		display: grid !important;
		gap: 12px;
		grid-template-columns: 128px minmax(0, 1fr);
		min-block-size: 124px;
		overflow: hidden;
		padding: 10px;
	}
	body.page-id-752 .elementor-element-cb1fdc0 .elementor-post__thumbnail__link {
		align-self: center;
		background: #f4f6f7;
		border-radius: 8px;
		block-size: 96px;
		grid-column: 1;
		grid-row: 1;
		inline-size: 128px !important;
		margin: 0 !important;
		overflow: hidden;
	}
	body.page-id-752 .elementor-element-cb1fdc0 .elementor-post__thumbnail {
		block-size: 96px !important;
		padding-bottom: 0 !important;
		position: relative !important;
	}
	body.page-id-752 .elementor-element-cb1fdc0 .elementor-post__thumbnail img {
		block-size: 100% !important;
		inset: 0;
		inline-size: 100% !important;
		object-fit: contain;
		position: absolute !important;
		transform: none !important;
	}
	body.page-id-752 .elementor-element-cb1fdc0 .elementor-post__text {
		align-self: center;
		grid-column: 2;
		grid-row: 1;
		text-align: start;
	}
	body.page-id-752 .elementor-element-cb1fdc0 article.elementor-post:not(:has(.elementor-post__thumbnail img)) {
		grid-template-columns: 1fr;
	}
	body.page-id-752 .elementor-element-cb1fdc0 article.elementor-post:not(:has(.elementor-post__thumbnail img)) .elementor-post__thumbnail__link {
		display: none !important;
	}
	body.page-id-752 .elementor-element-cb1fdc0 article.elementor-post:not(:has(.elementor-post__thumbnail img)) .elementor-post__text {
		grid-column: 1;
	}
	body.page-id-752 .elementor-element-cb1fdc0 .elementor-post__title {
		display: -webkit-box;
		font-size: clamp(15px, 4.3vw, 18px) !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 1.3 !important;
		margin-block-end: 6px !important;
		overflow: hidden;
	}
	body.page-id-752 .elementor-element-cb1fdc0 .elementor-post__excerpt {
		display: -webkit-box;
		font-size: clamp(12px, 3.5vw, 14px) !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 1.4 !important;
		overflow: hidden;
	}
	body.page-id-752 .elementor-element-cb1fdc0 .elementor-post__read-more {
		display: inline-flex;
		font-size: 13px;
		font-weight: 700;
		margin-block-start: 5px;
		min-block-size: 32px;
		align-items: center;
	}

	.elementor-location-footer .elementor-element-ed52627 { padding: 28px 14px 22px !important; }
	.elementor-location-footer .elementor-element-ed52627 > .elementor-container {
		display: grid !important;
		gap: 22px;
		grid-template-columns: minmax(0, 1fr);
	}
	.elementor-location-footer .elementor-element-ed52627 > .elementor-container > .elementor-column {
		inline-size: 100% !important;
		max-inline-size: none !important;
	}
	.elementor-location-footer .elementor-element-ed52627 .elementor-element-populated { padding: 0 !important; }
	.elementor-location-footer .elementor-element-665885a { text-align: center; }
	.elementor-location-footer .elementor-element-af2e932 img { max-inline-size: 180px !important; }
	.elementor-location-footer .elementor-element-c384603 {
		display: -webkit-box;
		font-size: 14px !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		line-height: 1.55 !important;
		overflow: hidden;
		text-align: left;
	}
	.elementor-location-footer .elementor-element-8298ef6 .elementor-social-icon {
		block-size: 40px;
		font-size: 18px !important;
		inline-size: 40px;
	}
	.elementor-location-footer .elementor-element-8298ef6 .elementor-social-icons-wrapper { justify-content: center; }
	.elementor-location-footer :is(.elementor-element-ed8fbe3, .elementor-element-54b1fa8, .elementor-element-4d8e13a, .elementor-element-cebece1) {
		border-block-start: 1px solid rgba(255, 255, 255, 0.16);
		padding-block-start: 18px !important;
	}
	.elementor-location-footer :is(.elementor-element-4491e2f, .elementor-element-82fc3e1, .elementor-element-3a4257e) .elementor-heading-title {
		font-size: 20px !important;
		line-height: 1.25 !important;
	}
	.elementor-location-footer .elementor-element-6a68f81 .elementor-icon-list-items {
		display: grid;
		gap: 0 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.elementor-location-footer .elementor-element-6a68f81 .elementor-icon-list-item {
		font-size: 14px;
		min-block-size: 42px;
	}
	.elementor-location-footer .elementor-element-54b1fa8 > .elementor-widget-wrap {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}
	.elementor-location-footer .elementor-element-54b1fa8 .elementor-widget-heading:not(.elementor-element-82fc3e1) { margin: 0 !important; }
	.elementor-location-footer .elementor-element-54b1fa8 .elementor-widget-heading:not(.elementor-element-82fc3e1) .elementor-heading-title {
		font-size: 14px !important;
		line-height: 1.35 !important;
	}
	.elementor-location-footer .elementor-element-54b1fa8 .elementor-widget-heading:not(.elementor-element-82fc3e1) a {
		border-block-end: 1px solid rgba(255, 255, 255, 0.1);
		display: block;
		min-block-size: 44px;
		padding-block: 11px;
	}
	.elementor-location-footer .elementor-element-4d8e13a { background: rgba(255, 255, 255, 0.06); border-radius: 12px; padding: 16px !important; }
	.elementor-location-footer .elementor-element-b222278 .elementor-icon-list-item {
		font-size: 14px;
		min-block-size: 44px;
	}
	.elementor-location-footer .elementor-element-cebece1 > .elementor-widget-wrap {
		align-items: end;
		display: grid;
		gap: 8px 10px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		text-align: center;
	}
	.elementor-location-footer :is(.elementor-element-3a5d444, .elementor-element-ea72555, .elementor-element-d25e4af) {
		grid-row: 1;
		margin: 0 !important;
	}
	.elementor-location-footer :is(.elementor-element-547db7c, .elementor-element-d8f6f73, .elementor-element-26732b3) {
		grid-row: 2;
		margin: 0 !important;
	}
	.elementor-location-footer .elementor-element-cebece1 .elementor-heading-title {
		font-size: 13px !important;
		line-height: 1.3 !important;
	}
	.elementor-location-footer .elementor-element-cebece1 img {
		block-size: 50px;
		inline-size: 100%;
		object-fit: contain;
	}
	.elementor-location-footer :is(.elementor-element-547db7c, .elementor-element-d8f6f73, .elementor-element-26732b3) .elementor-widget-container {
		background: rgba(255, 255, 255, 0.06);
		border-radius: 9px;
		padding: 7px;
	}
	.elementor-location-footer .elementor-element-6e78669 { padding: 14px !important; }
	.elementor-location-footer .elementor-element-66f4942 {
		color: #c8d5df;
		font-size: 12px !important;
		line-height: 1.45 !important;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.bmag-v2-inquire { padding-inline: 11px; }
	.bmag-v2-search { padding: 16px 12px; }
	.bmag-v2-search-row { grid-template-columns: minmax(0, 1fr) auto; }
	.bmag-v2-search-close { grid-column: 2; grid-row: 1; }
	.bmag-v2-search button[type="submit"] { grid-column: 1 / -1; }

	body.page-id-752 .elementor-element-90d8fbd > .elementor-container {
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-id-752 .elementor-element-90d8fbd > .elementor-container > .elementor-column,
	body.page-id-752 .elementor-element-90d8fbd > .elementor-container > .elementor-column:nth-child(n+4) {
		grid-column: span 1;
	}

	body.page-id-752 .elementor-element-90d8fbd > .elementor-container > .elementor-column:last-child {
		grid-column: 1 / -1;
	}

	body.page-id-752 .elementor-element-90d8fbd > .elementor-container > .elementor-column > .elementor-widget-wrap {
		min-block-size: 124px;
		padding: 14px 8px !important;
	}

	body.page-id-752 .elementor-element-90d8fbd .elementor-widget-text-editor {
		font-size: clamp(27px, 8.4vw, 34px) !important;
	}

	body.page-id-752 .elementor-element-e782a96 .elementor-widget-text-editor {
		font-size: clamp(25px, 7.7vw, 31px) !important;
	}

	html:not([lang^="en"]) body.page-id-752 .elementor-element-f9b6669 {
		font-size: clamp(20px, 5.8vw, 25px) !important;
		line-height: 1.05 !important;
		white-space: normal;
	}

	body.page-id-752 .elementor-element-90d8fbd .elementor-heading-title {
		font-size: clamp(13px, 3.8vw, 15px) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bmag-v2-navigation,
	.bmag-v2-submenu-toggle svg { transition: none; }
}
