:root {
	--ftd-ink: #071123;
	--ftd-muted: #5e6674;
	--ftd-red: #e40019;
	--ftd-red-dark: #c10015;
	--ftd-navy: #000d1d;
	--ftd-paper: #f8f7f4;
	--ftd-line: #dedbd5;
	--ftd-serif: "Newsreader", Georgia, serif;
	--ftd-sans: "Source Sans 3", Arial, sans-serif;
}

body.ftd-site-page {
	background: var(--ftd-paper);
	color: var(--ftd-ink);
	font-family: var(--ftd-sans);
	font-size: 16px;
	line-height: 1.52;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.ftd-site-page * {
	box-sizing: border-box;
}

.ftd-site-page a {
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.ftd-site-page a:hover,
.ftd-site-page a:focus {
	color: var(--ftd-red);
}

.ftd-container {
	margin: 0 auto;
	max-width: 1600px;
	padding: 0 24px;
	width: 100%;
}

.ftd-button {
	align-items: center;
	background: var(--ftd-red);
	border: 0;
	color: #fff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 0 28px;
	text-transform: uppercase;
	transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.ftd-button:hover,
.ftd-button:focus {
	background: var(--ftd-red-dark);
	box-shadow: 0 10px 24px rgba(222, 0, 25, 0.22);
	color: #fff !important;
	transform: translateY(-1px);
}

.ftd-button--small {
	min-height: 42px;
	padding: 0 24px;
}

.ftd-section-heading {
	align-items: end;
	border-bottom: 1px solid var(--ftd-line);
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.ftd-section-heading h2 {
	font-family: var(--ftd-sans);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	position: relative;
	text-transform: uppercase;
}

.ftd-section-heading h2::after {
	background: var(--ftd-red);
	bottom: -12px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 42px;
}

.ftd-section-heading a {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.ftd-section-heading a:hover,
.ftd-section-heading a:focus {
	color: var(--ftd-red);
	transform: translateX(3px);
}

.ftd-section-heading span,
.ftd-footer__tagline span {
	color: var(--ftd-red);
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

@media (max-width: 760px) {
	.ftd-container {
		padding: 0 18px;
	}
}

/* Increase header menu font size */
.ftd-menu a {
	font-size: 15px !important;
	white-space: nowrap !important;
}

/* Reduce spacing to fit menu items */
.ftd-lang-switcher {
	margin: 0 10px !important;
}
.ftd-header-right {
	gap: 10px !important;
}

/* Shift menu to the left and adjust gaps */
.ftd-mainnav__inner {
	gap: 14px !important;
	grid-template-columns: auto 1fr auto !important;
}
.ftd-menu {
	justify-content: flex-start !important;
	gap: 10px !important;
}

/* Remove space between header and hero section */
#content, .ftd-main, .ftd-hero, .ftd-header {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}

/* Fix large card heading colors */
.ftd-card--large h3 a {
	color: #ffffff !important;
}
.ftd-card--large h3 a:hover,
.ftd-card--large h3 a:focus {
	color: var(--ftd-red) !important;
}
