:root {
	--mtc-red: #9b0810;
	--mtc-red-dark: #77060c;
	--mtc-red-soft: #b3121b;
	--mtc-ink: #20252a;
	--mtc-muted: #5e6872;
	--mtc-line: #d7dee4;
	--mtc-paper: #fff;
	--mtc-panel: #f2f5f7;
	--mtc-page: #e9eef2;
	--mtc-radius: .4rem;
	--mtc-shadow: 0 8px 26px rgba(32, 45, 55, .08);
}

* {
	box-sizing: border-box;
}

html {
	height: auto;
	min-height: 100%;
	overflow-x: clip;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body.site {
	height: auto;
	min-height: 100%;
	max-height: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: visible;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(189, 204, 217, .3) 72rem),
		var(--mtc-page);
	color: var(--mtc-ink);
	font-family: Arial, "Arial Unicode MS", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.58;
}

.body-wrapper,
.body-innerwrapper,
#sp-main {
	height: auto !important;
	min-height: 100%;
	max-height: none !important;
	overflow-y: visible !important;
}

.mtc-site-header {
	position: fixed !important;
	z-index: 1020;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background: rgba(239, 244, 247, .98);
	box-shadow: 0 3px 10px rgba(38, 48, 57, .05);
}

.mtc-site-header-spacer {
	display: block;
	width: 100%;
	height: var(--mtc-site-header-height, 0);
	pointer-events: none;
}

/*
 * The complete MTC masthead is fixed directly below body, outside Helix's
 * transformable content wrapper. Helix's separate fixed-menu behaviour would
 * otherwise detach only the navigation from this wrapper.
 */
.mtc-site-header #sp-header.header-sticky {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	max-width: none !important;
	animation: none;
}

.sticky-header-placeholder {
	display: none !important;
}

a {
	color: var(--mtc-red);
}

a:hover,
a:focus {
	color: var(--mtc-red-dark);
}

.container,
.sppb-row-container {
	width: min(calc(100% - 2rem), 1240px);
	max-width: 1240px !important;
	margin-inline: auto;
	padding-inline: 0;
}

.mtc-masthead {
	padding-top: 1rem;
	border-top: 1px solid #c3d0da;
	background: rgba(239, 244, 247, .97);
}

.mtc-brand-row {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 8rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: .35rem .75rem 0;
}

.mtc-brand {
	position: relative;
	z-index: 3;
	display: inline-flex;
	flex: 0 0 auto;
	align-self: flex-end;
	margin-bottom: -1.15rem;
}

.mtc-brand img {
	display: block;
	width: 240px;
	height: 110px;
	object-fit: contain;
	object-position: left center;
}

.mtc-services {
	margin: 0;
	color: #111;
	font-size: clamp(.95rem, 1.5vw, 1.18rem);
	font-weight: 500;
	line-height: 1.35;
	text-align: right;
}

.mtc-services span {
	display: block;
}

.mtc-claim {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 3.8rem;
	align-items: center;
	padding: .55rem 1rem;
	background: var(--mtc-red);
	color: #fff;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 750;
	letter-spacing: -.025em;
	line-height: 1.15;
}

#sp-header.mtc-navigation {
	position: relative;
	z-index: 100;
	height: auto !important;
	min-height: 3.15rem;
	border-bottom: 1px solid #cdd6dd;
	background: rgba(242, 245, 247, .97);
	box-shadow: 0 3px 10px rgba(38, 48, 57, .05);
}

#sp-header.mtc-navigation.header-sticky {
	background: rgba(242, 245, 247, .98);
}

.mtc-navigation .container-inner,
.mtc-navigation #sp-menu,
.mtc-navigation #sp-menu > .sp-column {
	min-height: 3.15rem;
}

.mtc-navigation #sp-menu > .sp-column {
	width: 100%;
}

.mtc-navigation .sp-megamenu-wrapper {
	flex: 1 1 auto;
}

.mtc-navigation .sp-megamenu-parent {
	display: flex !important;
	flex-flow: row wrap;
	align-items: center;
	gap: 0 .15rem;
	margin: 0;
	padding: .3rem 0;
}

.mtc-navigation .sp-megamenu-parent > li {
	margin: 0;
}

.mtc-navigation .sp-megamenu-parent > li > a,
.mtc-navigation .sp-megamenu-parent > li > span {
	display: flex;
	min-height: 2.25rem;
	align-items: center;
	padding: .45rem .7rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #1e2429;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
}

.mtc-navigation .sp-megamenu-parent > li:hover > a,
.mtc-navigation .sp-megamenu-parent > li:hover > span,
.mtc-navigation .sp-megamenu-parent > li > a:focus-visible {
	background: rgba(32, 37, 42, .07);
	color: var(--mtc-red);
}

.mtc-navigation .sp-megamenu-parent > li.active > a,
.mtc-navigation .sp-megamenu-parent > li.active > span,
.mtc-navigation .sp-megamenu-parent > li.current-item > a {
	background: #929698;
	color: #fff;
}

.mtc-navigation .sp-dropdown .sp-dropdown-inner {
	padding: .3rem;
	border: 1px solid var(--mtc-line);
	border-radius: var(--mtc-radius);
	background: #fff;
	box-shadow: var(--mtc-shadow);
}

.mtc-navigation .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.mtc-navigation .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
	padding: .42rem .6rem;
	border-radius: .15rem;
	color: var(--mtc-ink);
	font-size: .875rem;
	line-height: 1.3;
}

.mtc-navigation .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.mtc-navigation .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: #f4f6f8;
	color: var(--mtc-red);
}

.mtc-offcanvas-toggler {
	display: none !important;
	min-height: 2.55rem;
	align-items: center;
	gap: .55rem;
	margin-left: auto;
	padding: .45rem .7rem;
	border: 1px solid rgba(155, 8, 16, .32);
	border-radius: .3rem;
	background: #fff;
	color: var(--mtc-red) !important;
	box-shadow: 0 2px 8px rgba(32, 37, 42, .08);
	font-size: .88rem;
	font-weight: 700;
	text-decoration: none;
}

.mtc-offcanvas-toggler .burger-icon {
	width: 1.3rem;
}

.mtc-offcanvas-toggler .burger-icon > span {
	height: 2px;
	background: currentColor;
}

#sp-main {
	padding-block: 1.25rem 2rem;
}

#sp-main-body {
	padding: 0;
}

#sp-main-body > .container > .container-inner > .row {
	align-items: flex-start;
	--bs-gutter-x: 1.5rem;
}

#sp-component > .sp-column {
	min-width: 0;
	padding: clamp(1rem, 2.4vw, 1.75rem);
	border: 1px solid var(--mtc-line);
	border-radius: var(--mtc-radius);
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--mtc-shadow);
}

#sp-sidebar-left > .sp-column,
#sp-left > .sp-column,
#sp-position-7 > .sp-column {
	min-width: 0;
}

#sp-sidebar-left .sp-module,
#sp-left .sp-module,
#sp-position-7 .sp-module {
	width: 100%;
	margin-bottom: .85rem;
	overflow: hidden;
	border: 1px solid var(--mtc-line);
	border-radius: var(--mtc-radius);
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--mtc-shadow);
}

#sp-sidebar-left .sp-module-title,
#sp-left .sp-module-title,
#sp-position-7 .sp-module-title {
	margin: 0;
	padding: .85rem 1rem;
	border: 0;
	background: var(--mtc-red);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

#sp-sidebar-left .sp-module-content,
#sp-left .sp-module-content,
#sp-position-7 .sp-module-content {
	padding: .75rem 1rem .9rem;
}

#sp-sidebar-left ul.menu,
#sp-left ul.menu,
#sp-position-7 ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sp-sidebar-left ul.menu > li,
#sp-left ul.menu > li,
#sp-position-7 ul.menu > li {
	position: relative;
	margin: 0;
	padding: 0 0 0 .9rem;
	border: 0;
	line-height: 1.2;
}

#sp-sidebar-left ul.menu > li::before,
#sp-left ul.menu > li::before,
#sp-position-7 ul.menu > li::before {
	position: absolute;
	top: .52rem;
	left: 0;
	width: .34rem;
	height: .34rem;
	border-radius: 50%;
	background: var(--mtc-red-soft);
	content: "";
}

#sp-sidebar-left ul.menu a,
#sp-left ul.menu a,
#sp-position-7 ul.menu a {
	display: block;
	margin: 0;
	padding: .15rem 0;
	color: var(--mtc-ink);
	font-size: .94rem;
	line-height: 1.22;
	text-decoration: none;
}

#sp-sidebar-left ul.menu a:hover,
#sp-left ul.menu a:hover,
#sp-position-7 ul.menu a:hover {
	color: var(--mtc-red);
	text-decoration: underline;
	text-underline-offset: .17em;
}

#sp-component h1,
#sp-component h2,
#sp-component h3,
#sp-component h4,
#sp-component h5,
#sp-component h6 {
	margin-top: 1.45em;
	margin-bottom: .55em;
	color: var(--mtc-red);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 750;
	line-height: 1.2;
}

#sp-component h1:first-child,
#sp-component h2:first-child,
#sp-component .page-header + h1,
#sp-component .page-header + h2 {
	margin-top: 0;
}

#sp-component h1 {
	font-size: clamp(1.75rem, 3vw, 2.4rem);
}

#sp-component h2 {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

#sp-component h3 {
	font-size: clamp(1.18rem, 1.8vw, 1.5rem);
}

#sp-component h4,
#sp-component h5,
#sp-component h6 {
	color: var(--mtc-ink);
}

#sp-component img,
#sp-component iframe,
#sp-component video {
	max-width: 100%;
}

#sp-component img {
	height: auto;
}

#sp-component iframe {
	width: 100%;
	min-height: min(65vw, 32rem);
	border: 0;
}

.article-list .article,
.blog .article,
.blog-items .blog-item {
	margin-bottom: 1.15rem;
	padding: 0 0 1.25rem;
	border: 0;
	border-bottom: 1px solid var(--mtc-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.article-list .article:last-child,
.blog .article:last-child,
.blog-items .blog-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.article-list .article .article-header h1,
.article-list .article .article-header h2,
.article-details .article-header h1,
.article-details .article-header h2 {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.article-list .article .featured-article-badge,
.tags,
.article-info .category-name {
	display: none;
}

table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}

th,
td {
	padding: .65rem .75rem;
	border: 0 !important;
	text-align: left;
	vertical-align: top;
}

th {
	background: #edf1f4;
}

#sp-component table[style*="height: 100%"],
#sp-component table[style*="height:100%"] {
	height: auto !important;
}

/*
 * Global cleanup for migrated Joomla-3 content. Old editor tables frequently
 * contain fixed heights on rows and cells, producing very large blank areas.
 */
#sp-component .com-content-article__body :is(table, thead, tbody, tfoot, tr, th, td),
#sp-component .item-page :is(table, thead, tbody, tfoot, tr, th, td),
#sp-component .blog-item :is(table, thead, tbody, tfoot, tr, th, td) {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}

#sp-component .com-content-article__body table,
#sp-component .item-page table,
#sp-component .blog-item table {
	border-spacing: 0 !important;
}

#sp-component td > :first-child,
#sp-component th > :first-child {
	margin-top: 0;
}

#sp-component td > :last-child,
#sp-component th > :last-child {
	margin-bottom: 0;
}

#sp-component p:empty {
	display: none;
}

.btn-primary,
.btn-secondary,
.readmore .btn,
button[type="submit"],
input[type="submit"] {
	border-color: var(--mtc-red);
	background: var(--mtc-red);
	color: #fff;
}

.btn-primary:hover,
.btn-secondary:hover,
.readmore .btn:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	border-color: var(--mtc-red-dark);
	background: var(--mtc-red-dark);
}

#sp-footer,
#sp-bottom {
	border-top: .35rem solid var(--mtc-red);
	background: #252b30;
	color: #e7ebee;
}

#sp-footer a,
#sp-bottom a {
	color: #fff;
}

.offcanvas-menu {
	background: #fff;
}

.offcanvas-menu .offcanvas-inner {
	padding: 1.25rem;
}

.offcanvas-menu .offcanvas-inner ul.menu > li {
	border-bottom: 1px solid var(--mtc-line);
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
	padding: .65rem .2rem;
	color: var(--mtc-ink);
	font-size: .98rem;
	font-weight: 650;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active > span,
.offcanvas-menu .offcanvas-inner ul.menu a:hover {
	color: var(--mtc-red);
}

.offcanvas-menu .menu-toggler {
	color: var(--mtc-red) !important;
}

body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
	transform: translateX(-320px);
}

:focus-visible {
	outline: 3px solid #f3b400;
	outline-offset: 3px;
}

@media (min-width: 992px) {
	#sp-sidebar-left {
		flex: 0 0 25%;
		width: 25%;
	}

	#sp-component {
		flex: 0 0 75%;
		width: 75%;
	}

	#sp-main-body .row:has(#sp-sidebar-left .sp-column:empty) #sp-sidebar-left {
		display: none;
	}

	#sp-main-body .row:has(#sp-sidebar-left .sp-column:empty) #sp-component {
		flex-basis: 100%;
		width: 100%;
	}

	/*
	 * Helix omits an unpublished module column completely. In that case the
	 * component is the row's only element and must not retain its 9/12 width.
	 */
	#sp-main-body .row > #sp-component:only-child,
	#sp-main-body .row > #sp-component:first-child:last-child {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.mtc-navigation .sp-megamenu-wrapper {
		display: none !important;
	}

	#sp-header.mtc-navigation .mtc-offcanvas-toggler {
		display: inline-flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.mtc-navigation #sp-menu > .sp-column {
		justify-content: flex-end !important;
	}

	#sp-sidebar-left,
	#sp-left,
	#sp-position-7,
	#sp-component {
		width: 100%;
	}

	#sp-sidebar-left,
	#sp-left,
	#sp-position-7 {
		order: 2;
		margin-top: 1rem;
	}

	#sp-component {
		order: 1;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.article-list,
	.blog-items,
	.items-leading,
	.items-row {
		display: grid !important;
		width: 100%;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.article-list > *,
	.blog-items > *,
	.items-leading > *,
	.items-row > * {
		width: 100% !important;
		max-width: none !important;
		flex: 0 0 100% !important;
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.container,
	.sppb-row-container {
		width: min(calc(100% - 1rem), 1240px);
	}

	.mtc-masthead {
		padding-top: .6rem;
	}

	.mtc-brand-row {
		min-height: auto;
		align-items: flex-start;
		gap: .75rem;
		padding: .25rem .35rem 0;
	}

	.mtc-brand {
		margin-bottom: -.75rem;
	}

	.mtc-brand img {
		width: 155px;
		height: auto;
	}

	.mtc-services {
		font-size: .82rem;
	}

	.mtc-claim {
		min-height: 3.1rem;
		padding-inline: .75rem;
		font-size: 1.35rem;
	}

	#sp-component > .sp-column {
		padding: 1rem;
	}

	.view-category .article-list table,
	.view-category .article-list tbody,
	.view-category .article-list tr,
	.view-category .blog-items table,
	.view-category .blog-items tbody,
	.view-category .blog-items tr {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}

	.view-category .article-list td,
	.view-category .article-list th,
	.view-category .blog-items td,
	.view-category .blog-items th {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		padding: .35rem 0;
		overflow-wrap: anywhere;
	}

	.view-category .article-list td:empty,
	.view-category .article-list th:empty,
	.view-category .blog-items td:empty,
	.view-category .blog-items th:empty {
		display: none;
	}
}

@media (max-width: 430px) {
	.mtc-brand-row {
		display: block;
	}

	.mtc-services {
		margin-top: .35rem;
		text-align: left;
	}

	.mtc-services span {
		display: inline;
	}

	.mtc-services span:not(:last-child)::after {
		content: " · ";
	}

	.mtc-menu-label {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
