body.home {
	--brand-navy: #052b63;
	--brand-blue: #0763b5;
	--brand-orange: #ff7a00;
	--brand-ink: #15324d;
	--brand-line: #dce6ef;
	font-family: Manrope, Arial, sans-serif;
}

/* Show three consistently sized insurance cards, with the rest in the carousel. */
body.home .si-el-cards > .elementor-container {
	grid-auto-columns: calc((100% - 48px) / 3);
	align-items: stretch;
}

body.home .si-el-cards .si-el-card {
	align-self: stretch;
	height: 100% !important;
}

body.home .si-el-cards .si-el-card > .elementor-widget-wrap,
body.home .si-el-cards .si-el-card > .elementor-column-wrap {
	align-content: flex-start !important;
	height: 100% !important;
	min-height: 0 !important;
}

body.home .si-el-cards .si-el-card-photo {
	flex: 0 0 auto;
	width: calc(100% + 56px);
	max-width: none;
	margin: 0 -28px 24px;
	overflow: hidden;
}

body.home .si-el-cards .si-el-card-photo .elementor-widget-container {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

body.home .si-el-cards .si-el-card-photo img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
}

body.home .si-el-cards .si-el-card h3,
body.home .si-el-cards .si-el-card p {
	overflow-wrap: anywhere;
}

body.home .si-el-cards .si-el-card-link {
	margin-top: 18px;
}

@media (max-width: 1024px) {
	body.home .si-el-cards > .elementor-container {
		grid-auto-columns: calc((100% - 24px) / 2);
	}
}

@media (max-width: 767px) {
	body.home .si-el-cards > .elementor-container {
		grid-auto-columns: 100%;
	}

	body.home .si-el-cards .si-el-card-photo .elementor-widget-container {
		height: 190px;
	}
}

/* Structured homepage footer */
body.home .si-site-footer {
	position: relative;
	margin: 0;
	padding: 72px 0 0;
	border-top: 4px solid var(--brand-orange);
	background: var(--brand-navy);
	color: rgba(255, 255, 255, .78);
	font-family: Manrope, Arial, sans-serif;
}

body.home .si-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .8fr);
	grid-template-areas:
		"links offices"
		"credentials credentials";
	gap: 48px 70px;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

body.home .si-site-footer__links {
	grid-area: links;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
}

body.home .si-site-footer__column h2 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: .02em;
}

body.home .si-site-footer__column h2::after {
	display: block;
	width: 34px;
	height: 3px;
	margin-top: 11px;
	border-radius: 3px;
	background: var(--brand-orange);
	content: "";
}

body.home .si-site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home .si-site-footer li + li {
	margin-top: 11px;
}

body.home .si-site-footer a {
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
	line-height: 1.55;
	text-decoration: none;
	transition: color .2s ease, padding-left .2s ease;
}

body.home .si-site-footer a:hover,
body.home .si-site-footer a:focus-visible {
	padding-left: 3px;
	color: #fff;
}

body.home .si-site-footer__offices {
	grid-area: offices;
	padding: 28px 30px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 14px;
	background: rgba(255, 255, 255, .06);
}

body.home .si-site-footer__offices p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
}

body.home .si-site-footer__offices p + p {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .11);
}

body.home .si-site-footer__offices strong {
	display: block;
	margin-bottom: 2px;
	color: #fff;
	font-weight: 750;
}

body.home .si-site-footer__credentials {
	grid-area: credentials;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 5px 28px;
	align-items: center;
	padding: 28px 0 38px;
	border-top: 1px solid rgba(255, 255, 255, .13);
}

body.home .si-site-footer__brand-card {
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 210px;
	padding: 12px 18px;
	border-radius: 12px;
	background: #fff;
}

body.home .si-site-footer__brand-card img {
	display: block;
	width: auto;
	max-width: 150px;
	height: 62px;
	object-fit: contain;
}

body.home .si-site-footer__brand-card span {
	width: 1px;
	height: 45px;
	background: #d9e1e8;
}

body.home .si-site-footer__brand-card span:last-child {
	display: none;
}

body.home .si-site-footer__credentials p {
	margin: 0;
	font-size: 11px;
	line-height: 1.6;
}

body.home .si-site-footer__copyright {
	padding: 18px 24px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	background: rgba(0, 0, 0, .14);
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
	text-align: center;
}

body.home .si-back-to-top {
	position: fixed;
	z-index: 20;
	right: 24px;
	bottom: 24px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	background: var(--brand-orange);
	box-shadow: 0 10px 24px rgba(5, 43, 99, .25);
	color: #fff;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}

@media (max-width: 900px) {
	body.home .si-site-footer__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"links"
			"offices"
			"credentials";
	}
}

@media (max-width: 767px) {
	body.home .si-site-footer {
		padding-top: 52px;
	}

	body.home .si-site-footer__inner {
		width: min(100% - 32px, 1180px);
		gap: 36px;
	}

	body.home .si-site-footer__links {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	body.home .si-site-footer__credentials {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.home .si-site-footer__brand-card {
		grid-row: auto;
		width: fit-content;
		max-width: 100%;
		margin-bottom: 6px;
	}

	body.home .si-back-to-top {
		right: 16px;
		bottom: 16px;
	}
}

/* Reference-style footer layout using the landlord theme palette. */
body.home .si-site-footer {
	background: linear-gradient(135deg, #052b63 0%, #073b78 100%);
}

body.home .si-site-footer__inner {
	display: block;
}

body.home .si-site-footer__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 72px;
	padding-bottom: 42px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

body.home .si-site-footer__column h2 {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

body.home .si-site-footer__column li {
	position: relative;
	margin: 0;
	padding-left: 22px;
}

body.home .si-site-footer__column li + li {
	margin-top: 16px;
}

body.home .si-site-footer__column li::before {
	position: absolute;
	top: .08em;
	left: 0;
	color: var(--brand-orange);
	font-size: 17px;
	font-weight: 800;
	content: "›";
}

body.home .si-site-footer__column a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

body.home .si-site-footer__offices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 70px;
	margin: 0;
	padding: 38px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	border-radius: 0;
	background: transparent;
}

body.home .si-site-footer__offices p,
body.home .si-site-footer__offices p + p {
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

body.home .si-site-footer__offices strong {
	display: inline;
	color: #ff9a3c;
}

body.home .si-site-footer__credentials {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 40px 0;
	border: 0;
	text-align: left;
}

body.home .si-site-footer__brand-card {
	grid-row: auto;
	justify-content: flex-start;
	width: auto;
	min-width: 0;
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.home .si-site-footer__brand-card img {
	max-width: 380px;
	height: auto;
}

body.home .si-site-footer__credentials p {
	color: rgba(255, 255, 255, .86);
	font-size: 12px;
	font-weight: 600;
}

body.home .si-site-footer__copyright {
	border-top-color: rgba(255, 255, 255, .14);
	background: #041f48;
}

@media (max-width: 767px) {
	body.home .si-site-footer__links {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.home .si-site-footer__offices {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.home .si-site-footer__credentials {
		align-items: stretch;
		text-align: left;
	}

	body.home .si-site-footer__brand-card {
		width: auto;
	}
}

body.home .si-el-header {
	position: relative;
	z-index: 30;
	overflow: visible;
	border-bottom: 1px solid #edf1f5;
	background: #fff;
	box-shadow: 0 6px 22px rgba(5, 43, 99, .05);
}

body.home .si-el-header > .elementor-container {
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr) max-content;
	width: 100% !important;
	max-width: none !important;
	min-height: 126px;
	margin: 0 !important;
	padding: 0 22px;
	gap: 20px;
	align-items: center;
}

body.home .si-el-header > .elementor-container > .elementor-column {
	width: 100% !important;
}

body.home .si-el-brand > .elementor-widget-wrap {
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	padding: 0 !important;
}

body.home .si-el-logo {
	width: 124px !important;
	height: 104px;
	margin: 0 !important;
	flex: 0 0 124px;
	background: none !important;
}

body.home .si-el-logo img {
	display: block;
	width: 124px !important;
	height: 104px !important;
	max-width: 100% !important;
	opacity: 1 !important;
	visibility: visible !important;
	object-fit: contain;
}

body.home .si-el-brand-copy {
	display: none !important;
}

body.home .si-el-menu > .elementor-widget-wrap,
body.home .si-el-menu > .elementor-column-wrap,
body.home .si-el-nav > .elementor-widget-container {
	width: 100% !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.home .si-el-nav .elementor-icon-list-items {
	display: flex !important;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: clamp(14px, 1.5vw, 24px);
	border: 0 !important;
	background: transparent !important;
}

body.home .si-el-nav .elementor-icon-list-item {
	position: relative;
	display: flex !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 18px 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.home .si-el-nav .elementor-icon-list-item a {
	width: auto !important;
	padding: 0 !important;
}

body.home .si-el-nav .elementor-icon-list-text {
	color: var(--brand-ink) !important;
	font: 800 15px/1.2 Manrope, Arial, sans-serif !important;
	letter-spacing: .015em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.home .si-el-nav .elementor-icon-list-item:first-child::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 3px;
	border-radius: 3px;
	background: var(--brand-orange);
	content: "";
}

body.home .si-el-nav .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--brand-orange) !important;
}

body.home .si-el-header > .elementor-container > .elementor-column:has(.si-el-phone) {
	display: block !important;
	width: auto !important;
	justify-self: end;
}

body.home .si-el-header > .elementor-container > .elementor-column:has(.si-el-phone) > .elementor-widget-wrap {
	display: flex !important;
	width: max-content !important;
	min-width: 0 !important;
	min-height: 0 !important;
	align-items: center !important;
	padding: 13px 17px !important;
	border-radius: 16px !important;
	background: linear-gradient(135deg, #073b78, #031f48) !important;
	box-shadow: 0 10px 24px rgba(5, 43, 99, .16) !important;
}

body.home .si-el-phone {
	display: flex !important;
	width: max-content !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	align-items: center !important;
	gap: 11px;
	color: #fff;
}

body.home .si-el-phone:not(:has(.elementor-icon-box-wrapper))::before {
	display: grid !important;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	border-radius: 50%;
	background: var(--brand-orange);
	color: #fff;
	content: "\260E" !important;
	font-size: 22px;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(255, 122, 0, .28);
}

body.home .si-el-phone .elementor-widget-container {
	width: max-content !important;
	min-width: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 5px !important;
	line-height: 1.15 !important;
}

body.home .si-el-phone .elementor-widget-container > p {
	display: flex !important;
	margin: 0 !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 5px !important;
}

body.home .si-el-phone .elementor-icon-box-wrapper {
	display: grid !important;
	grid-template-columns: 46px max-content;
	grid-template-rows: auto auto;
	column-gap: 13px;
	row-gap: 4px;
	align-items: center;
	text-align: left;
}

body.home .si-el-phone .elementor-icon-box-icon {
	grid-column: 1;
	grid-row: 1 / 3;
	margin: 0 !important;
}

body.home .si-el-phone .elementor-icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: var(--brand-orange);
	color: #fff;
	font-size: 22px;
}

body.home .si-el-phone .elementor-icon-box-content {
	display: contents;
}

body.home .si-el-phone small,
body.home .si-el-phone strong,
body.home .si-el-phone .elementor-icon-box-title,
body.home .si-el-phone .elementor-icon-box-description {
	display: block;
	margin: 0;
	white-space: nowrap;
}

body.home .si-el-phone small,
body.home .si-el-phone .elementor-icon-box-title {
	grid-column: 2;
	grid-row: 1;
	color: #ffb676 !important;
	font-size: 11px !important;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.home .si-el-phone strong,
body.home .si-el-phone .elementor-icon-box-description {
	grid-column: 2;
	grid-row: 2;
	color: #fff !important;
	font-size: 19px !important;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: .035em;
}

body.home .si-el-header > .elementor-container > .elementor-column:has(.si-el-quote-button) {
	display: none !important;
}

.si-mobile-menu-toggle {
	display: none;
}

@media (min-width: 1100px) and (max-width: 1500px) {
	body.home .si-el-header > .elementor-container {
		grid-template-columns: 140px minmax(0, 1fr) max-content;
		padding: 0 20px;
		gap: 18px;
	}

	body.home .si-el-logo {
		width: 120px !important;
		height: 100px;
		flex-basis: 120px;
	}

	body.home .si-el-logo img {
		width: 120px !important;
		height: 100px !important;
	}

	body.home .si-el-nav .elementor-icon-list-items {
		gap: clamp(12px, 1.4vw, 22px);
	}

	body.home .si-el-nav .elementor-icon-list-text {
		font-size: 14px !important;
		letter-spacing: 0;
	}

	body.home .si-el-header > .elementor-container > .elementor-column:has(.si-el-phone) > .elementor-widget-wrap {
		padding: 12px 16px !important;
	}

	body.home .si-el-phone {
		gap: 11px;
	}

	body.home .si-el-phone:not(:has(.elementor-icon-box-wrapper))::before,
	body.home .si-el-phone .elementor-icon {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
		font-size: 22px;
	}

	body.home .si-el-phone .elementor-icon-box-wrapper {
		grid-template-columns: 46px max-content;
		column-gap: 11px;
	}

	body.home .si-el-phone small,
	body.home .si-el-phone .elementor-icon-box-title {
		font-size: 10px !important;
	}

	body.home .si-el-phone strong,
	body.home .si-el-phone .elementor-icon-box-description {
		font-size: 19px !important;
	}
}

@media (max-width: 1099px) {
	body.home #apus-header-mobile {
		display: none !important;
	}

	body.home .si-el-header > .elementor-container {
		position: relative;
		display: grid;
		grid-template-columns: 140px 1fr;
		min-height: 104px;
		padding: 7px 18px;
		gap: 10px;
	}

	body.home .si-el-header .si-el-brand {
		grid-column: 1;
		width: 140px !important;
		height: 100% !important;
	}

	body.home .si-el-logo {
		width: 126px !important;
		height: 90px;
		flex: 0 0 126px;
	}

	body.home .si-el-logo img {
		width: 126px !important;
		height: 90px !important;
	}

	body.home .si-mobile-menu-toggle {
		display: flex;
		width: 48px;
		height: 48px;
		padding: 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		justify-self: end;
		border: 0;
		border-radius: 10px;
		background: var(--brand-navy);
		color: #fff;
		box-shadow: 0 7px 18px rgba(5, 43, 99, .18);
		cursor: pointer;
	}

	body.home .si-mobile-menu-toggle span,
	body.home .si-mobile-menu-toggle::before,
	body.home .si-mobile-menu-toggle::after {
		display: block;
		width: 23px;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
		content: "";
		transition: transform .2s ease, opacity .2s ease;
	}

	body.home .si-mobile-menu-toggle span {
		margin: 5px 0;
	}

	body.home .si-mobile-menu-toggle[aria-expanded="true"] span {
		opacity: 0;
	}

	body.home .si-mobile-menu-toggle[aria-expanded="true"]::before {
		transform: translateY(7px) rotate(45deg);
	}

	body.home .si-mobile-menu-toggle[aria-expanded="true"]::after {
		transform: translateY(-7px) rotate(-45deg);
	}

	body.home .si-el-menu {
		display: none;
		grid-column: 1 / -1;
		width: 100% !important;
		padding: 6px 0 12px !important;
	}

	body.home .si-el-header.si-mobile-menu-open .si-el-menu {
		display: block !important;
	}

	body.home .si-el-menu > .elementor-widget-wrap,
	body.home .si-el-menu > .elementor-column-wrap {
		padding: 0 !important;
		border-radius: 14px !important;
		background: #fff !important;
		box-shadow: 0 14px 34px rgba(5, 43, 99, .14) !important;
		overflow: hidden;
	}

	body.home .si-el-nav .elementor-icon-list-items {
		display: flex !important;
		padding: 4px 18px !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0 !important;
		border: 1px solid var(--brand-line) !important;
		border-radius: 14px !important;
		background: #fff !important;
	}

	body.home .si-el-nav .elementor-icon-list-item {
		width: 100% !important;
		padding: 0 !important;
		border-bottom: 1px solid var(--brand-line) !important;
	}

	body.home .si-el-nav .elementor-icon-list-item:last-child {
		border-bottom: 0 !important;
	}

	body.home .si-el-nav .elementor-icon-list-item:first-child::after {
		display: none;
	}

	body.home .si-el-nav .elementor-icon-list-item a {
		display: flex !important;
		width: 100% !important;
		padding: 15px 4px !important;
	}

	body.home .si-el-header > .elementor-container > .elementor-column:has(.si-el-phone),
	body.home .si-el-header .si-el-quote-button {
		display: none !important;
	}
}

/* Final header scale: compact expert card with stronger navigation. */
@media (min-width: 1100px) {
	body.home .si-el-nav .elementor-icon-list-text {
		font-size: 17px !important;
	}

	body.home .si-el-header > .elementor-container > .elementor-column:has(.si-el-phone) > .elementor-widget-wrap {
		width: max-content !important;
		padding: 16px 23px !important;
		border-radius: 18px !important;
	}

	body.home .si-el-phone {
		display: grid !important;
		grid-template-columns: 58px max-content !important;
		grid-template-rows: auto auto !important;
		gap: 16px !important;
		column-gap: 16px !important;
		row-gap: 4px !important;
		align-items: center !important;
	}

	body.home .si-el-phone:not(:has(.elementor-icon-box-wrapper))::before {
		grid-column: 1 !important;
		grid-row: 1 / 3 !important;
	}

	body.home .si-el-phone > small {
		grid-column: 2 !important;
		grid-row: 1 !important;
		align-self: end !important;
	}

	body.home .si-el-phone > strong {
		grid-column: 2 !important;
		grid-row: 2 !important;
		align-self: start !important;
	}

	body.home .si-el-phone:not(:has(.elementor-icon-box-wrapper))::before,
	body.home .si-el-phone .elementor-icon {
		width: 58px !important;
		height: 58px !important;
		flex-basis: 58px !important;
		font-size: 27px !important;
	}

	body.home .si-el-phone .elementor-icon-box-wrapper {
		grid-template-columns: 58px max-content !important;
		column-gap: 16px !important;
	}

	body.home .si-el-phone .elementor-widget-container,
	body.home .si-el-phone .elementor-widget-container > p {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: center !important;
		gap: 4px !important;
		margin: 0 !important;
	}

	body.home .si-el-phone small,
	body.home .si-el-phone .elementor-icon-box-title {
		font-size: 11px !important;
		line-height: 1.1 !important;
		letter-spacing: .075em !important;
	}

	body.home .si-el-phone strong,
	body.home .si-el-phone .elementor-icon-box-description {
		font-size: 23px !important;
		line-height: 1.05 !important;
		letter-spacing: .025em !important;
	}
}
