@charset "UTF-8";
/*
Theme Name:SVN Template Wordpress Theme
Author:Chelsea Brown
Author URI:https://focusedcre.com
Description:Custom wordpress theme for SVN Frachises
Version:1
*/

:root {
	--svn-blue: #082c6c;
	--svn-blue-dark: #06295b;
	--svn-orange: #f26922;
	--svn-text: #20242a;
	--svn-muted: #8c8f95;
	--svn-border: #dedede;
	--svn-light: #f7f8fa;
	--container-box: 1170px;
}

.bt-pd-0{padding-bottom: 0 !important;}

/* Team member profile */
.team-profile {
	background: #fff;
}

.team-profile-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(3, 20, 49, 0.96) 0%, rgba(8, 44, 108, 0.88) 58%, rgba(6, 41, 91, 0.76) 100%),
		url("assets/img/about-svn-franchise.webp") center / cover no-repeat;
	color: #fff;
}

.team-profile-hero::before {
	content: "";
	position: absolute;
	top: -240px;
	left: -190px;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.018), 0 0 0 140px rgba(255, 255, 255, 0.012);
	pointer-events: none;
}

.team-profile-hero__grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(90deg, #000, transparent 72%);
	pointer-events: none;
}

.team-profile-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	align-items: stretch;
	min-height: 690px;
}

.team-profile-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 95px 80px 95px 0;
}

.team-profile-hero__back {
	position: absolute;
	top: 34px;
	left: 0;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.team-profile-hero__back span {
	color: var(--svn-orange);
	font-size: 20px;
	transition: transform 0.25s ease;
}

.team-profile-hero__back:hover,
.team-profile-hero__back:focus-visible {
	color: #fff;
}

.team-profile-hero__back:hover span,
.team-profile-hero__back:focus-visible span {
	transform: translateX(-5px);
}

.team-profile-hero h1 {
	max-width: 640px;
	margin: 0;
	font-size: clamp(54px, 5.3vw, 82px);
	line-height: 0.98;
	font-weight: 500;
	letter-spacing: -0.045em;
}

.team-profile-hero__designation {
	max-width: 620px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 20px;
	line-height: 1.45;
	font-weight: 400;
}

.team-profile-hero__rule {
	width: 76px;
	height: 3px;
	margin: 35px 0;
	background: var(--svn-orange);
}

.team-profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.team-profile-actions a {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 0;
	border: 0;
	background: transparent;
}

.team-profile-actions a:hover,
.team-profile-actions a:focus-visible {
	background: transparent;
	color: var(--svn-orange);
}

.team-profile-actions i {
	margin-top: 1px;
	color: var(--svn-orange);
	font-size: 19px;
}

.team-profile-actions span {
	display: grid;
	font-size: 14px;
	line-height: 1.25;
}

.team-profile-actions small {
	margin-bottom: 4px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.team-profile-hero__portrait-wrap {
	position: relative;
	align-self: stretch;
	height: auto;
	background: #e6e7e9;
}

.team-profile-hero__portrait {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.team-profile-social {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	background: #fff;
}

.team-profile-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-right: 1px solid rgba(8, 44, 108, 0.1);
	color: var(--svn-blue);
	font-size: 16px;
	font-weight: 700;
}

.team-profile-social a:hover,
.team-profile-social a:focus-visible {
	background: var(--svn-orange);
	color: #fff;
}

.team-profile-story {
	position: relative;
	background: #fff;
}

.team-profile-bio {
	position: relative;
	font-size: 18px;
	line-height: 1.9;
}

.team-profile-bio p {
	margin: 0 0 26px;
}

.team-profile-bio p:first-child::first-letter {
	float: left;
	margin: 10px 12px 0 0;
	color: var(--svn-blue);
	font-size: 69px;
	line-height: 0.72;
	font-weight: 600;
}

.team-profile-bio > :last-child {
	margin-bottom: 0;
}

.team-profile-colleagues {
	background: var(--svn-light);
}

.team-profile-colleagues__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 60px;
}

.team-profile-colleagues__heading h2 {
	margin: 0;
	color: var(--svn-blue);
	font-size: 40px;
	line-height: 1.15;
	font-weight: 400;
}

.team-profile-colleagues__heading h2 strong {
	font-weight: 700;
}

.team-profile-colleagues__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 38px 22px;
}

.team-profile-card {
	display: block;
}

.team-profile-card__image {
	position: relative;
	overflow: hidden;
	margin-bottom: 21px;
	background: #e8e9eb;
}

.team-profile-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 0.79 / 1;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.45s ease;
}

.team-profile-card__image > span {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--svn-orange);
	color: #fff;
	font-size: 22px;
	opacity: 0;
	transform: scale(0.75);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.team-profile-card:hover .team-profile-card__image img,
.team-profile-card:focus-visible .team-profile-card__image img {
	transform: scale(1.035);
}

.team-profile-card:hover .team-profile-card__image > span,
.team-profile-card:focus-visible .team-profile-card__image > span {
	opacity: 1;
	transform: scale(1);
}

.team-profile-card h3 {
	margin: 0 0 6px;
	color: var(--svn-blue);
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
}

.team-profile-card p {
	margin: 0;
	color: #72767c;
	font-size: 13px;
	line-height: 1.5;
}

.team-profile-card:hover h3,
.team-profile-card:focus-visible h3 {
	color: var(--svn-orange);
}

.team-profile-cta {
	position: relative;
	overflow: hidden;
	padding: 72px 0;
	background: var(--svn-blue);
	color: #fff;
}

.team-profile-cta::after {
	content: "";
	position: absolute;
	right: -5%;
	bottom: -75px;
	width: 48%;
	height: 190px;
	background: url("assets/img/skyline.svg") right bottom / contain no-repeat;
	opacity: 0.07;
	pointer-events: none;
}

.team-profile-cta .container {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.team-profile-cta p {
	margin: 0 0 8px;
	color: var(--svn-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.team-profile-cta h2 {
	margin: 0;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 500;
}

.team-profile-cta .btn-primary-arrow {
	border: 1px solid transparent;
}

.team-profile-cta .btn-primary-arrow:hover,
.team-profile-cta .btn-primary-arrow:focus {
	border-color: #fff;
}

@media (max-width: 991.98px) {
	.team-profile-hero__inner {
		grid-template-columns: 1fr 42%;
		min-height: 610px;
	}

	.team-profile-hero__content {
		padding: 88px 36px 75px 0;
	}

	.team-profile-hero h1 {
		font-size: 31.2px;
		line-height: 1.05;
		letter-spacing: 0;
	}

	.team-profile-hero__designation {
		margin-top: 10px;
		line-height: 1.28;
	}

	.team-profile-actions {
		display: grid;
		align-self: flex-start;
	}

	.team-profile-colleagues__heading h2 {
		font-size: 30px;
		line-height: 1.15;
	}

	.team-profile-colleagues__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.team-profile-hero__inner {
		display: flex;
		flex-direction: column;
		min-height: 0;
		padding-top: 0;
	}

	.team-profile-hero__content {
		order: 2;
		padding: 90px 0 64px;
	}

	.team-profile-hero__back {
		top: 24px;
		left: 0;
		z-index: 4;
		padding: 8px 12px;
		background: rgba(6, 41, 91, 0.78);
		color: #fff;
	}

	.team-profile-hero__portrait-wrap {
		order: 1;
		width: calc(100% + 36px);
		height: auto;
		min-height: 0;
		margin-left: -18px;
	}

	.team-profile-hero__portrait-wrap::before {
		display: none;
	}

	.team-profile-hero__portrait {
		aspect-ratio: 0.92 / 1;
	}

	.team-profile-hero h1 {
		font-size: 28.8px;
		line-height: 1.05;
	}

	.team-profile-hero__designation {
		margin-top: 8px;
		font-size: 18px;
		line-height: 1.25;
	}

	.team-profile-actions {
		width: 100%;
	}

	.team-profile-actions a {
		width: 100%;
	}

	.team-profile-story::after {
		display: none;
	}

	.team-profile-colleagues__heading h2 {
		font-size: 26px;
		line-height: 1.16;
	}

	.team-profile-bio {
		font-size: 16px;
		line-height: 1.8;
	}

	.team-profile-colleagues__heading,
	.team-profile-cta .container {
		align-items: flex-start;
		flex-direction: column;
	}

	.team-profile-colleagues__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 16px;
	}

	.team-profile-colleagues__heading {
		margin-bottom: 38px;
	}

	.team-profile-cta {
		padding: 58px 0;
	}

	.team-profile-cta h2 {
		font-size: 28px;
	}
}

@media (max-width: 479.98px) {
	.team-profile-colleagues__heading h2 {
		font-size: 22px;
		line-height: 1.18;
	}

	.team-profile-card h3 {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.team-profile-card__image img,
	.team-profile-card__image > span,
	.team-profile-hero__back span {
		transition: none;
	}
}

/* About page */
.about-page {
	background: #fff;
}

.about-page-hero {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 15vh 0 3vh 0;
}

.about-page-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(3, 20, 49, 0.95) 0%, rgba(6, 41, 91, 0.78) 48%, rgba(3, 20, 49, 0.34) 100%);
}

.about-page-hero__lines {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 16.666% 100%;
	mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.about-page-hero__content {
	position: relative;
	z-index: 1;
}

.about-page-hero__content > p {
	margin: 0 0 14px;
	color: var(--svn-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.about-page-hero h1 {
	margin: 0;
	font-size: clamp(38.88px, 4.32vw, 56.16px);
	line-height: 0.98;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.about-page-hero__content > div {
	max-width: 700px;
	margin-top: 24px;
	font-size: 19px;
	line-height: 1.6;
}

.about-page-intro {
	overflow: hidden;
	padding: 0;
}

.about-page-intro__image-wrap {
	position: relative;
	height: 100%;
	min-height: 590px;
}

.about-page-intro__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 590px;
	object-fit: cover;
	object-position: center;
}

.about-page-intro__team-link {
	align-self: flex-start;
}

.about-page-intro__rule {
	margin: 0;
	border: 0;
	border-top: 1px solid rgba(8, 44, 108, 0.18);
	opacity: 1;
}

.about-page .home-numbers {
	padding-top: 95px;
}

.about-page-team {
	background: linear-gradient(180deg, var(--svn-light) 0%, #fff 72%);
	color: var(--svn-text);
	scroll-margin-top: 90px;
}

.section-header-centered {
	max-width: 850px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
}

.section-header-centered h2 {
	margin: 0;
	color: var(--svn-blue);
	font-size: 43px;
	line-height: 1.16;
	font-weight: 400;
}

.section-header-centered h2 strong {
	font-weight: 700;
}

.section-header-centered > p:last-child {
	max-width: 750px;
	margin: 20px auto 0;
	color: #686d74;
	font-size: 16px;
	line-height: 1.7;
}

.about-page-team__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 38px 28px;
}

.about-page-team-card {
	position: relative;
	display: block;
	color: var(--svn-text);
}

.about-page-team-card__image {
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	background: linear-gradient(90deg, var(--svn-orange) 0 28%, var(--svn-blue) 28% 100%);
}

.about-page-team-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 0.84 / 1;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.45s ease;
}

.about-page-team-card__image span {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--svn-orange);
	color: #fff;
	font-size: 22px;
	opacity: 0;
	transform: scale(0.75);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.about-page-team-card__content {
	padding: 20px 3px 0;
}

.about-page-team-card h3 {
	margin: 0 0 6px;
	color: var(--svn-blue);
	font-size: 21px;
	line-height: 1.25;
	font-weight: 700;
}

.about-page-team-card p {
	margin: 0;
	color: #686d74;
	font-size: 13px;
	line-height: 1.5;
}

.about-page-team-card:hover,
.about-page-team-card:focus-visible {
	color: var(--svn-text);
}

.about-page-team-card:hover .about-page-team-card__image img,
.about-page-team-card:focus-visible .about-page-team-card__image img {
	transform: scale(1.04);
}

.about-page-team-card:hover .about-page-team-card__image span,
.about-page-team-card:focus-visible .about-page-team-card__image span {
	opacity: 1;
	transform: scale(1);
}

.about-page-team-card:hover h3,
.about-page-team-card:focus-visible h3 {
	color: var(--svn-orange);
}

@media (max-width: 991.98px) {
	.about-page-team {
		background: linear-gradient(180deg, var(--svn-light) 0%, #fff 52%);
	}

	.about-page-intro__image-wrap,
	.about-page-intro__image {
		min-height: 520px;
	}

	.about-page-intro .row > .col-lg-6:first-child {
		order: 2;
		flex: 0 0 100vw;
		width: 100vw;
		max-width: 100vw;
		padding-right: 0;
		padding-left: 0;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}

	.about-page-intro .row > .col-lg-6:last-child {
		order: 1;
	}

	.about-page-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.about-page-team {
		background: linear-gradient(180deg, var(--svn-light) 0%, #fff 30%);
	}

	.about-page-hero h1 {
		font-size: 34.56px;
	}

	.about-page-hero__content > div {
		font-size: 16px;
	}

	.about-page-intro__image-wrap {
		min-height: 0;
	}

	.about-page-intro__image {
		min-height: 0;
		aspect-ratio: 0.9 / 1;
	}

	.about-page-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px;
	}
}

@media (max-width: 479.98px) {
	.about-page-team__grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-page-team-card__image img,
	.about-page-team-card__image span {
		transition: none;
	}
}

/* Services page */
.services-page {
	background: #fff;
}

.services-page-intro__content h4 {
	margin: 0 0 10px;
	color: var(--svn-orange);
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.services-page-intro__content {
	max-width: none;
	margin: 0;
	padding: 0 24px;
}

.services-page-intro__content p {
	max-width: 1040px;
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
}

.services-page-intro__content > :last-child {
	margin-bottom: 0;
}

.services-page .services-page-grid {
	--services-page-bg-start: clamp(104px, 9vw, 132px);
	position: relative;
	overflow: hidden;
	margin-top: -48px;
	padding-top: 0;
	background: transparent;
}

.services-page .services-page-grid::before {
	content: "";
	position: absolute;
	top: var(--services-page-bg-start);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: var(--svn-light);
	pointer-events: none;
}

.services-page .services-page-grid .container {
	position: relative;
	z-index: 1;
}

.services-page-grid__row {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 24px;
}

.services-page-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	padding: 14px 0;
	background: transparent;
	transition: transform 0.3s ease;
}

.services-page-card:hover,
.services-page-card:focus-within {
	transform: translateY(-5px);
}

.services-page-card__media {
	position: relative;
	margin-bottom: 20px;
}

.services-page-card__image-link {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--svn-blue-dark);
	line-height: 0;
}

.services-page-card__image-link::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 52%, rgba(3, 20, 49, 0.3));
	pointer-events: none;
}

.services-page-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 1.5 / 1;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.45s ease;
}

.services-page-card:hover .services-page-card__image,
.services-page-card:focus-within .services-page-card__image {
	transform: scale(1.045);
}

.services-page-card__icon {
	display: inline-flex;
	flex: 0 0 25.2px;
	align-items: center;
	justify-content: center;
	width: 25.2px;
	height: 25.2px;
	transform: translateY(-3px);
}

.services-page-card__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.services-page-card h2 {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	color: var(--svn-blue);
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
}

.services-page-card h2 a:hover,
.services-page-card h2 a:focus-visible {
	color: var(--svn-orange);
}

.services-page-card > p {
	margin: 0;
	color: #5f646b;
	font-size: 15px;
	line-height: 1.7;
}


.services-page-card .service-item__action {
	margin-top: 13px;
	padding-top: 0;
}

.services-page-card:hover .service-item__dash,
.services-page-card:focus-within .service-item__dash {
	width: 92px;
}

.services-page-card:hover .service-item__read-more,
.services-page-card:focus-within .service-item__read-more,
.services-page-card .service-item__read-more:focus-visible {
	max-width: 100px;
	opacity: 1;
	clip-path: inset(0);
	transform: translateX(0);
}

@media (max-width: 767.98px) {
	.services-page-card {
		min-height: 0;
		padding: 20px 0;
	}

	.services-page-card h2 {
		font-size: 17px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.services-page-card,
	.services-page-card__image {
		transition: none;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--svn-text);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.ml-25{margin-left: 25%;}

.container-box {
	max-width: var(--container-box);
}

.container-medium {
	width: 80%;
	max-width: 1536px;
	min-width: min(100%, var(--container-box));
	margin-right: auto;
	margin-left: auto;
}

.section-pad {
	padding: calc(100vw / 20) 0;
}

.section-pad-sm {
	padding: 65px 0;
}

.section-pad-bottom {
	padding-bottom: 130px;
}

.section-kicker {
	margin-bottom: 8px;
	color: var(--svn-orange);
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.section-heading--center {
	text-align: center;
}

.section-heading h2,
.section-header-centered h2,
.team-profile-colleagues__heading h2,
.careers-page-jobs__heading h2,
.page-intro-copy h2,
.home-about h2,
.home-services h2,
.local-experts h2,
.home-contact h2 {
	color: var(--svn-blue);
	font-size: 38px;
	line-height: 1.15;
	font-weight: 400;
	letter-spacing: 0;
}

.section-heading h2 strong,
.home-services h2 strong {
	font-weight: 600;
}

.section-heading p,
.section-header-centered > p:last-child {
	max-width: 900px;
	margin: 22px auto 0;
	font-size: 18px;
	line-height: 1.55;
}

.section-rule {
	width: 76px;
	height: 4px;
	margin: 22px 0 32px;
	background: var(--svn-orange);
}

.btn-primary-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 52px;
	padding: 14px 28px;
	border: 0;
	background: var(--svn-orange);
	color: #fff;
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}

.btn-primary-arrow:hover,
.btn-primary-arrow:focus {
	background: var(--svn-blue);
	color: #fff;
}

.btn-primary-arrow span {
	font-size: 35px;
	line-height: 0.5;
}

.text-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	color: var(--svn-blue);
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.text-arrow-link span {
	color: var(--svn-orange);
	font-size: 28px;
	font-weight: 400;
	line-height: 0.7;
}

.home-about .text-arrow-link span {
	position: relative;
	top: -2px;
}

.text-arrow-link:hover,
.text-arrow-link:focus {
	color: var(--svn-orange);
}

.text-arrow-link--light {
	color: #fff;
}

/* Header */
.site-header {
	position: relative;
	z-index: 50;
	background: #fff;
}

.site-header__top {
	min-height: 34px;
	color: #a2a5aa;
	font-size: 13px;
}

.site-header__top-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 22px;
	min-height: 34px;
}

.site-header__utility {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.site-header__utility i {
	color: var(--svn-orange);
	font-size: 14px;
}

.site-header__utility-icon {
	width: 14px;
	height: 14px;
	object-fit: contain;
	flex: 0 0 14px;
}

.site-header__main {
	border-bottom: 1px solid #efefef;
	background: #fff;
}

.site-header.header-scrolled {
	padding-bottom: 55px;
}

.site-header.header-scrolled .site-header__main {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0 8px 24px rgba(8, 44, 108, 0.1);
	animation: stickyNavIn 0.35s ease both;
}

@keyframes stickyNavIn {
	from {
		opacity: 0;
		transform: translateY(-12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.site-header__main-inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	min-height: 92px;
}

.site-logo img {
	width: 145px;
	display: block;
	transition: width 0.3s ease;
	margin-bottom: 10px
}

.site-header.header-scrolled .site-header__main-inner {
	min-height: 54px;
}

.site-header.header-scrolled .site-logo img {
	width: 138.75px;
	margin: 0;
}

.site-nav ul {
	display: flex;
	align-items: center;
	gap: 34px;
}

.site-nav li {
	position: relative;
}

.site-nav a {
	position: relative;
	display: block;
	padding: 35px 0 30px;
	color: var(--svn-blue-dark);
	font-size: 15px;
	font-weight: 500;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, padding 0.3s ease;
}

.site-header.header-scrolled .site-nav > ul > li > a {
	padding: 13px 0 12px;
}

.site-header.header-scrolled .site-nav > ul > .menu-item-has-children > a {
	padding-right: 22px;
}

.site-nav a::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--svn-orange);
	transition: width 0.2s ease;
}

.site-header.header-scrolled .site-nav a::after {
	bottom: 6px;
}

.site-header.header-scrolled .site-nav .sub-menu a {
	padding: 11px 14px;
}

.site-header.header-scrolled .site-nav .sub-menu a:hover,
.site-header.header-scrolled .site-nav .sub-menu a:focus-visible,
.site-header.header-scrolled .site-nav .sub-menu .current-menu-item > a {
	padding-left: 18px;
}

.site-nav li:hover > a::after,
.site-nav .current-menu-item > a::after {
	width: 100%;
}

.site-nav .menu-item-has-children > a {
	padding-right: 16px;
}

.site-nav .menu-item-has-children > a::before {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--svn-orange);
	font-family: "Font Awesome 6 Free";
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform 0.2s ease;
}

.site-nav .menu-item-has-children:hover > a::before,
.site-nav .menu-item-has-children:focus-within > a::before {
	transform: translateY(-50%) rotate(180deg);
}

.site-nav .sub-menu {
	position: absolute;
	top: calc(100% - 12px);
	left: 0;
	z-index: 1002;
	display: block;
	min-width: 260px;
	padding: 10px 0;
	margin: 0;
	background: #fff;
	border: 1px solid rgba(8, 44, 108, 0.08);
	border-top: 3px solid var(--svn-orange);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 18px 45px rgba(8, 44, 108, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.site-nav .sub-menu::before {
	display: none;
}

.site-nav .menu-item-has-children:hover > .sub-menu,
.site-nav .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-nav .sub-menu li + li {
	margin-top: 2px;
}

.site-nav .sub-menu a {
	padding: 11px 14px;
	border-radius: 0;
	color: var(--svn-blue-dark);
	font-size: 14px;
	line-height: 1.25;
	font-weight: 600;
	white-space: nowrap;
	transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
}

.site-nav .sub-menu a::after,
.site-nav .sub-menu a::before {
	display: none;
}

.site-nav .sub-menu a:hover,
.site-nav .sub-menu a:focus-visible,
.site-nav .sub-menu .current-menu-item > a {
	padding-left: 18px;
	background: rgba(243, 111, 33, 0.1);
	color: var(--svn-orange);
}

.site-nav .submenu-toggle {
	display: none;
}

.mobile-nav-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--svn-blue);
	font-size: 26px;
}

.site-nav__mobile-utilities {
	display: none;
}

/* Hero */
.home-hero {
	height: 710px;
	color: #fff;
}

.home-hero__slider {
	z-index: auto;
}

.home-hero__slider .carousel-inner,
.home-hero__slider .carousel-item {
	height: 100%;
}

.home-hero__slider.carousel-fade .carousel-item {
	transition: opacity 1.4s ease-in-out;
}

.home-hero__media {
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: cover;
	transform: scale(1);
	transform-origin: center;
}

.home-hero__slider .carousel-item.active .home-hero__media,
.home-hero__slider .carousel-item-next .home-hero__media,
.home-hero__slider .carousel-item-prev .home-hero__media {
	animation: homeHeroZoom 7s ease-out forwards;
}

@keyframes homeHeroZoom {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.14);
	}
}

.home-hero__overlay {
	background: rgba(0, 0, 0, 0.58);
	z-index: 1;
	pointer-events: none;
}

.home-hero .container {
	z-index: 2;
}

@media (min-width: 1200px) {
	.home-hero .container-box {
		max-width: min(var(--container-box), calc(100% - 180px));
	}
}

.home-hero__control {
	z-index: 3;
	width: 8%;
	opacity: 1;
}

.home-hero__control:hover,
.home-hero__control:focus-visible {
	opacity: 1;
}

.home-hero__control .carousel-control-prev-icon,
.home-hero__control .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	filter: none;
}

.home-hero__control .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.home-hero__control .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.home-hero__indicators {
	z-index: 3;
	margin-bottom: 28px;
}

.home-hero__indicators [data-bs-target] {
	width: 34px;
	height: 3px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-radius: 0;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: none;
	opacity: 0.5;
}

.home-hero__indicators .active {
	opacity: 1;
}

.home-hero__content h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(34px, 3vw, 52px);
	line-height: 1.05;
	font-weight: 300;
	letter-spacing: 0;
}

.home-hero__content h1 strong {
	display: block;
	font-size: clamp(40px, 3.2vw, 56px);
	line-height: 1.05;
	font-weight: 700;
}

.home-hero__title {
	display: flex;
	flex-direction: column;
}

.home-hero__title-line {
	order: 1;
	display: block;
	overflow: hidden;
}

.home-hero__title-national {
	display: block;
	opacity: 0;
	transform: translateY(105%);
}

.home-hero__title-local {
	order: 2;
	opacity: 0;
}

.home-hero__content p {
	max-width: 780px;
	margin: 0 0 44px;
	font-size: 25px;
	line-height: 1.25;
	font-weight: 400;
	opacity: 0;
	transform: translateY(34px);
}

.home-hero__content > :last-child {
	margin-bottom: 44px;
}

.home-hero__cta {
	opacity: 0;
	transform: translateY(34px);
}

.home-hero.is-content-loaded .home-hero__title-local {
	animation: homeHeroFadeIn 1.1s ease 0.2s forwards;
}

.home-hero.is-content-loaded .home-hero__content p {
	animation: homeHeroContentUp 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.home-hero.is-content-loaded .home-hero__title-national {
	animation: homeHeroRevealUp 1.1s cubic-bezier(0.22, 1, 0.36, 1) 1.3s forwards;
}

.home-hero.is-content-loaded .home-hero__cta {
	animation: homeHeroContentUp 1s cubic-bezier(0.22, 1, 0.36, 1) 2.4s forwards;
}

@keyframes homeHeroFadeIn {
	to {
		opacity: 1;
	}
}

@keyframes homeHeroRevealUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes homeHeroContentUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__title-national,
	.home-hero__title-local,
	.home-hero__content p,
	.home-hero__cta {
		opacity: 1;
		transform: none;
		animation: none !important;
	}
}

/* About */
.home-about {
	position: relative;
	padding-top: 0;
}

.home-about .container-medium {
	width: 80%;
	max-width: 1536px;
}

.home-about__visual {
	position: relative;
	z-index: 0;
	margin-top: 0;
}

.home-about__visual::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -36px;
	z-index: 1;
	width: 82px;
	height: calc(100% - 280px);
	border: 3px solid var(--svn-orange);
	transform: translateY(-50%);
	pointer-events: none;
}

.home-about__visual img {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-about__stat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: -10%;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	width: 225px;
	min-height: 270px;
	padding: 48px 45px;
	background: var(--svn-blue);
	color: #fff;
}

.home-about__stat strong {
	display: block;
	font-size: 50px;
	line-height: 1;
	font-weight: 500;
}

.home-about__stat span,
.home-about__stat p {
	display: block;
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.5;
	text-transform: uppercase;
}

.home-about__stat p {
	margin-bottom: 12px;
}

.home-about__stat > :last-child {
	margin-bottom: 0;
}

.page-intro-copy {
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 35px;
	padding-top: 140px;
	padding-bottom: 140px;
}

.page-intro-copy p:not(.section-kicker) {
	font-size: 17px;
	line-height: 1.65;
}

.page-intro-copy h4,
.home-services__content h4,
.featured-listings .section-heading h4,
.news-insights .section-heading h4,
.local-experts h4 {
	margin-bottom: 8px;
	color: var(--svn-orange);
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.page-intro-copy a {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 15px;
	color: var(--svn-blue);
	font-size: 17px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}

.page-intro-copy a::before,
.page-intro-copy a::after {
	display: inline-block;
	color: var(--svn-orange);
	font-size: 28px;
	font-weight: 400;
	line-height: 0.7;
}

.page-intro-copy a::before {
	content: "→";
}

.page-intro-copy a::after {
	content: "›";
}

.page-intro-copy a:hover,
.page-intro-copy a:focus {
	color: var(--svn-orange);
}

.page-intro-copy a:hover::before,
.page-intro-copy a:hover::after,
.page-intro-copy a:focus-visible::before,
.page-intro-copy a:focus-visible::after {
	animation: aboutLinkIconCycle 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes aboutLinkIconCycle {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	38% {
		opacity: 0;
		transform: translateX(13px);
	}

	39% {
		opacity: 0;
		transform: translateX(-13px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.page-intro-copy a:hover::before,
	.page-intro-copy a:hover::after,
	.page-intro-copy a:focus-visible::before,
	.page-intro-copy a:focus-visible::after {
		animation: none;
	}
}

.home-about .text-arrow-link {
	margin-top: 15px;
	font-weight: 600;
}

.news-insights .insight-row {
	--bs-gutter-y: 0.75rem;
}

/* Numbers */
.home-numbers {
	position: relative;
	overflow: hidden;
	background: linear-gradient(to top, rgba(235, 236, 238, 0.9) 0%, rgba(247, 248, 250, 0.55) 18%, rgba(255, 255, 255, 0) 42%);
}

.home-numbers__map {
	width: min(1120px, 92vw);
	opacity: 0.055;
	pointer-events: none;
}

.home-numbers__stats {
	margin-top: 30px;
}

.home-number {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--svn-blue);
}

.home-number img {
	width: 46px;
	height: 46px;
	margin-bottom: 12px;
}

.home-number strong {
	font-size: 38px;
	line-height: 1;
	font-weight: 600;
}

.home-number span {
	margin-top: 8px;
	color: #222;
	font-size: 17px;
	line-height: 1.25;
}

.home-numbers__rule {
	width: 25%;
	height: 8px;
	margin-top: 66px;
	background: linear-gradient(90deg, var(--svn-orange) 0 24%, var(--svn-blue) 24% 100%);
}

/* Services */
.home-services {
	padding-top: 0;
}

.home-services__content {
	width: 100%;
	padding: 130px 80px 130px 0;
}

.home-services__intro,
.home-services__section-content > p:not(.section-kicker) {
	max-width: 740px;
	margin-bottom: 58px;
	font-size: 18px;
	line-height: 1.65;
}

.home-services__image img {
	object-fit: cover;
	object-position: center top;
}

.service-list {
	row-gap: 26px;
}

.service-item {
	gap: 18px;
	min-height: 112px;
	transform: translateY(0);
	transition: transform 0.3s ease;
}

.service-item:hover,
.service-item:focus-within {
	transform: translateY(-5px);
}

.service-item img {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	transform: perspective(500px) rotateY(0deg);
	backface-visibility: visible;
	transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-item:hover img,
.service-item:focus-within img {
	transform: perspective(500px) rotateY(360deg);
}

.service-item h3 {
	margin-bottom: 8px;
	color: var(--svn-blue);
	font-size: 17px;
	line-height: 1.25;
	font-weight: 700;
}

.service-item p {
	max-width: 310px;
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
}

.service-item__action {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 26px;
	overflow: hidden;
}

.service-item__dash {
	flex: 0 0 auto;
	width: 65px;
	height: 3px;
	background: var(--svn-orange);
	transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-item__read-more {
	display: inline-block;
	max-width: 0;
	overflow: hidden;
	color: var(--svn-orange);
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	transform: translateX(-14px);
	transition: max-width 0.45s ease, opacity 0.25s ease, clip-path 0.45s ease, transform 0.45s ease, color 0.2s ease;
}

.service-item:hover .service-item__dash,
.service-item:focus-within .service-item__dash {
	width: 92px;
}

.service-item:hover .service-item__read-more,
.service-item:focus-within .service-item__read-more,
.service-item__read-more:focus-visible {
	max-width: 100px;
	opacity: 1;
	clip-path: inset(0);
	transform: translateX(0);
}

.service-item__read-more:hover,
.service-item__read-more:focus-visible {
	color: var(--svn-blue);
	text-decoration: underline;
}

/* Property Types */
.property-types {
	padding: 35px 0 45px;
	border-top: 1px solid var(--svn-border);
	border-bottom: 1px solid var(--svn-border);
}

.property-types h2 {
	margin-bottom: 38px;
	color: #111;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
}

.property-types h2::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	margin: 12px auto 0;
	background: #111;
}

.property-type {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
	min-height: 75px;
	border-right: 1px solid rgba(242, 105, 34, 0.55);
	color: #222;
	font-size: 18px;
	line-height: 1.2;
	transform: translateY(0);
	transition: transform 0.3s ease;
}

.property-type:hover,
.property-type:focus-within {
	transform: translateY(-5px);
}

.property-type:last-child {
	border-right: 0;
}

.property-type__icon {
	display: block;
	overflow: hidden;
	width: 45px;
	height: 45px;
}

.property-type img {
	display: block;
	width: 45px;
	height: 45px;
}

.property-type:hover img,
.property-type:focus-within img {
	animation: propertyTypeIconLoop 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes propertyTypeIconLoop {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	42% {
		opacity: 0;
		transform: translateY(-72%);
	}

	43% {
		opacity: 0;
		transform: translateY(72%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Listings and insights */
.featured-listings {
	padding-top: 75px;
	padding-bottom: 130px;
}

.listing-row,
.insight-row {
	margin-top: 30px;
}

.featured-listings__carousel {
	position: relative;
}

.featured-listings__viewport {
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

.featured-listings__viewport.is-dragging {
	cursor: grabbing;
}

.featured-listings__track {
	display: flex;
	gap: 24px;
	transition: transform 0.65s ease;
	will-change: transform;
}

.featured-listings__slide {
	flex: 0 0 calc((100% - 48px) / 3);
	min-width: 0;
}

.featured-listings__control {
	position: absolute;
	top: 42%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(34, 34, 34, 0.14);
	border-radius: 50%;
	color: #fff;
	background: var(--svn-orange);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	transform: translateY(-50%);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.featured-listings__control:hover,
.featured-listings__control:focus-visible {
	border-color: var(--svn-blue);
	background: var(--svn-blue);
	transform: translateY(-50%) scale(1.04);
}

.featured-listings__control--prev {
	left: -22px;
}

.featured-listings__control--next {
	right: -22px;
}

.featured-listings__control span {
	display: block;
	margin-top: -3px;
	font-size: 34px;
	line-height: 1;
}

.listing-card img {
	display: block;
	aspect-ratio: 1.42 / 1;
	object-fit: cover;
	transform: scale(1);
	transform-origin: center;
	transition: transform 0.45s ease;
	will-change: transform;
	-webkit-user-drag: none;
}

.listing-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.listing-card__image-link {
	display: block;
	color: inherit;
	overflow: hidden;
	line-height: 0;
}

.listing-card:hover img,
.listing-card:focus-within img {
	transform: scale(1.12);
}

.insight-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.insight-card__image-link {
	display: block;
	color: inherit;
	overflow: hidden;
	line-height: 0;
}

.listing-card h3,
.insight-card h3 {
	margin: 22px 0 8px;
	color: var(--svn-blue);
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
}

.listing-card h3 a {
	color: inherit;
	text-decoration: none;
}

.insight-card h3 a {
	color: inherit;
	text-decoration: none;
}

.listing-card h3 a:hover,
.listing-card h3 a:focus-visible,
.listing-card__details-link:hover,
.listing-card__details-link:focus-visible,
.insight-card h3 a:hover,
.insight-card h3 a:focus-visible,
.insight-card__read-more:hover,
.insight-card__read-more:focus-visible {
	color: var(--svn-blue);
	text-decoration: underline;
}

.listing-card p,
.insight-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
}

.listing-card__details-link {
	display: inline-block;
	align-self: flex-start;
	margin-top: 16px;
	color: var(--svn-orange);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
}

.listing-card__details {
	margin-top: 14px;
}

.service-case-studies {
	border-top: 1px solid rgba(8, 44, 108, 0.08);
	background: var(--svn-light);
}

.service-case-studies__carousel.is-static .featured-listings__control {
	display: none;
}

.service-case-studies__carousel.is-static .featured-listings__viewport {
	overflow: visible;
	cursor: default;
	touch-action: auto;
	user-select: auto;
}

.service-case-studies__carousel.is-static .featured-listings__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	transform: none !important;
}

.service-case-studies__carousel.is-static .featured-listings__slide {
	min-width: 0;
}

.case-study-card__address {
	color: var(--svn-orange);
	font-weight: 600;
}

.case-study-card__excerpt {
	color: #4f5f73;
}

.case-study-card__excerpt p {
	margin-bottom: 0;
}

.case-studies-page-grid {
	--case-studies-bg-start: clamp(104px, 9vw, 132px);
	position: relative;
	overflow: hidden;
	margin-top: -24px;
	padding-top: 0;
	border-top: 0;
	background: transparent;
}

.case-studies-page-grid::before {
	content: "";
	position: absolute;
	top: var(--case-studies-bg-start);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: var(--svn-light);
	pointer-events: none;
}

.case-studies-page-grid .container {
	position: relative;
	z-index: 1;
}

.case-studies-page-grid .listing-row {
	margin-top: 0;
}

.insight-card__content {
	font-size: 16px;
	line-height: 1.45;
}

.insight-card__content > :last-child {
	margin-bottom: 0;
}

.insight-card__read-more {
	display: inline-block;
	align-self: flex-start;
	margin-top: 16px;
	color: var(--svn-orange);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
}

.featured-listings .text-arrow-link {
	margin-top: 88px;
}

.insight-card img {
	display: block;
	aspect-ratio: 1.52 / 1;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transform-origin: center;
	transition: transform 0.45s ease;
	will-change: transform;
}

.insight-row .col-md-4:hover .insight-card img,
.insight-row .col-md-4:focus-within .insight-card img,
.insights-grid__item:hover .insight-card img,
.insights-grid__item:focus-within .insight-card img {
	transform: scale(1.12);
}

.insight-card:first-child img {
	object-position: center 20%;
}

/* Local experts */
.local-experts {
	padding: 160px 0;
	color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.local-experts__overlay {
	background: rgba(2, 29, 72, 0.82);
}

.local-experts h2 {
	color: #fff;
}

.local-experts p:not(.section-kicker) {
	font-size: 18px;
	line-height: 1.65;
}

/* Contact */
.home-contact {
	min-height: 350px;
	padding: 100px 0 95px;
	background: #f7f7f7;
}

.home-contact::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 155px;
	background-image: var(--home-contact-bg-image);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.055;
	pointer-events: none;
	background-position: center bottom;
}

.home-contact .container {
	z-index: 1;
}

.home-contact h2 {
	max-width: 720px;
}

.home-contact p:not(.section-kicker) {
	max-width: 740px;
	font-size: 18px;
	line-height: 1.55;
}

.home-contact__form .form-control,
.home-contact__form .wpcf7-form-control-wrap input {
	width: 100%;
	min-height: 58px;
	border: 1px solid #d5d5d5;
	border-radius: 0;
	color: var(--svn-blue);
	font-size: 18px;
	padding: 14px 16px;
}

.home-contact__form .wpcf7 form,
.home-contact__form .wpcf7 fieldset {
	margin: 0;
}

.home-contact__form .wpcf7 .hidden-fields-container,
.home-contact__form .wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.home-contact__form .form-control {
	display: block;
	background: #fff;
}

.home-contact__form .form-control .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.home-contact__form .form-control .wpcf7-form-control-wrap input {
	border: 0;
	background: transparent;
}

.home-contact__form .form-control:focus,
.home-contact__form .form-control:focus-within,
.home-contact__form .wpcf7-form-control-wrap input:focus {
	border-color: var(--svn-orange);
	box-shadow: none;
	outline: 0;
}

.home-contact__form button,
.home-contact__form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 10px;
	padding: 14px 28px;
	border: 0;
	background: var(--svn-orange);
	color: #fff;
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}

.home-contact__form button:hover,
.home-contact__form button:focus,
.home-contact__form .wpcf7-submit:hover,
.home-contact__form .wpcf7-submit:focus {
	background: var(--svn-blue);
	color: #fff;
}

.home-contact__form .wpcf7-spinner {
	display: none;
	margin: 12px auto 0;
}

.home-contact__form form.submitting .wpcf7-spinner {
	display: block;
}

.home-contact__form .wpcf7-response-output {
	display: none;
	margin: 16px 0 0;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.4;
}

.home-contact__form form.sent .wpcf7-response-output,
.home-contact__form form.failed .wpcf7-response-output,
.home-contact__form form.aborted .wpcf7-response-output,
.home-contact__form form.spam .wpcf7-response-output,
.home-contact__form form.invalid .wpcf7-response-output,
.home-contact__form form.unaccepted .wpcf7-response-output,
.home-contact__form form.payment-required .wpcf7-response-output {
	display: block;
}

/* Footer */
.site-footer {
	padding: 92px 0 76px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.site-footer__overlay {
	background: rgba(0, 12, 28, 0.78);
}

.footer-logo img {
	width: 185px;
	margin-bottom: 38px;
}

@media (min-width: 992px) {
	.site-footer__brand-col {
		flex: 0 0 29%;
		max-width: 29%;
	}

	.site-footer__nav-col {
		flex: 0 0 21%;
		max-width: 21%;
	}
}

.site-footer p {
	max-width: 310px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	line-height: 1.65;
}

.site-footer__muted {
	color: rgba(255, 255, 255, 0.62) !important;
}

.site-footer h2 {
	margin-bottom: 32px;
	color: #fff;
	font-size: 19.2px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
}

.site-footer h2::after {
	content: "";
	display: block;
	width: 38px;
	height: 1px;
	margin-top: 14px;
	background: var(--svn-orange);
}

.footer-links a,
.footer-contact a {
	color: #fff;
}

.footer-links li,
.footer-contact li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	padding: 9px 0;
	font-size: 15px;
	line-height: 1.35;
}

.footer-contact li {
	display: grid;
	grid-template-columns: 20px 1fr;
	column-gap: 10px;
}

.footer-contact i {
	margin-top: 3px;
	color: var(--svn-orange);
}

.footer-social {
	margin-top: 28px;
	flex-wrap: wrap;
	gap: 12px !important;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	aspect-ratio: 1;
	flex: 0 0 30px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	color: #fff;
}

.footer-social__text {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-social a:hover {
	color: var(--svn-orange);
}

.copyright {
	padding: 18px 0;
	background: rgba(0, 0, 0, 0.9);
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
}

.copyright p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
}

.copyright a {
	color: rgba(255, 255, 255, 0.4);
	font-size: 10px;
}

.template-contact-drawer {
	position: fixed;
	right: 12px;
	bottom: 0;
	width: min(340px, calc(100vw - 32px));
	z-index: 1100;
	pointer-events: none;
}

.template-contact-drawer__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 270px;
	max-width: 100%;
	min-height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: 0 12px 30px rgba(3, 20, 49, 0.2);
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	pointer-events: auto;
	float: right;
	transition: background .2s ease, opacity .2s ease, transform .2s ease;
}

.template-contact-drawer__trigger:hover,
.template-contact-drawer__trigger:focus {
	color: inherit;
}

.template-contact-drawer__trigger-like,
.template-contact-drawer__trigger-talk {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	min-height: 42px;
	padding: 10px 12px;
	white-space: nowrap;
}

.template-contact-drawer__trigger-like {
	background: var(--svn-orange);
	color: #fff;
}

.template-contact-drawer__trigger-talk {
	flex: 1;
	background: var(--svn-blue);
	color: #fff;
}

.template-contact-drawer__trigger:hover .template-contact-drawer__trigger-like,
.template-contact-drawer__trigger:focus .template-contact-drawer__trigger-like {
	background: var(--svn-blue);
	color: #fff;
}

.template-contact-drawer__trigger:hover .template-contact-drawer__trigger-talk,
.template-contact-drawer__trigger:focus .template-contact-drawer__trigger-talk {
	background: var(--svn-orange);
	color: var(--svn-blue);
}

.template-contact-drawer.is-open .template-contact-drawer__trigger {
	opacity: 0;
	transform: translateY(14px);
	pointer-events: none;
}

.template-contact-drawer__panel {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	background: #fff;
	box-shadow: 0 -24px 70px rgba(3, 20, 49, 0.2);
	transform: translateY(104%);
	visibility: hidden;
	pointer-events: auto;
	transition: transform .28s ease, visibility .28s ease;
}

.template-contact-drawer.is-open .template-contact-drawer__panel {
	transform: translateY(0);
	visibility: visible;
}

.template-contact-drawer__inner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 52px 24px 24px;
}

.template-contact-drawer__close {
	position: absolute;
	top: 14px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(8, 44, 108, 0.18);
	border-radius: 50%;
	background: #fff;
	color: var(--svn-blue);
	font-size: 17px;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.template-contact-drawer__close:hover,
.template-contact-drawer__close:focus {
	border-color: var(--svn-orange);
	background: var(--svn-orange);
	color: #fff;
}

.template-contact-drawer__content {
	padding-right: 0;
}

.template-contact-drawer__heading {
	margin: 0 42px 8px 0;
	color: var(--svn-blue);
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
}

.template-contact-drawer__heading-like,
.template-contact-drawer__heading-contact {
	display: block;
}

.template-contact-drawer__heading-like {
	color: var(--svn-orange);
}

.template-contact-drawer__heading-contact {
	color: var(--svn-blue);
}

.template-contact-drawer__intro {
	margin: 0 0 20px;
	color: var(--svn-text);
	font-size: 14px;
	line-height: 1.55;
}

.template-contact-drawer__form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.template-contact-drawer__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.template-contact-drawer__field--full,
.template-contact-drawer__actions {
	grid-column: 1 / -1;
}

.template-contact-drawer__field label {
	margin: 0;
	color: var(--svn-blue);
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.template-contact-drawer__field input,
.template-contact-drawer__field textarea {
	width: 100%;
	border: 1px solid #d7dde4;
	background: var(--svn-light);
	color: var(--svn-text);
	font: inherit;
	font-size: 15px;
	line-height: 1.45;
}

.template-contact-drawer__field input {
	height: 50px;
	padding: 0 15px;
}

.template-contact-drawer__field textarea {
	min-height: 104px;
	padding: 13px 15px;
	resize: vertical;
}

.template-contact-drawer__field input:focus,
.template-contact-drawer__field textarea:focus {
	outline: 0;
	border-color: var(--svn-blue);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(8, 44, 108, 0.12);
}

.template-contact-drawer__actions {
	display: flex;
	justify-content: stretch;
}

.template-contact-drawer__actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	border: 0;
	background: var(--svn-orange);
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}

.template-contact-drawer__actions button:hover,
.template-contact-drawer__actions button:focus {
	background: var(--svn-blue);
	color: #fff;
}

@media (max-width: 767.98px) {
	.template-contact-drawer {
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100vw;
		width: 100dvw;
		height: 100vh;
		height: 100dvh;
		background: rgba(3, 20, 49, 0);
		visibility: hidden;
		transition: background .24s ease, visibility .24s ease;
	}

	.template-contact-drawer__trigger {
		display: none;
	}

	.template-contact-drawer.is-open {
		background: rgba(3, 20, 49, 0.74);
		visibility: visible;
		pointer-events: auto;
	}

	.template-contact-drawer__panel {
		position: relative;
		right: auto;
		bottom: auto;
		width: min(360px, calc(100vw - 32px));
		width: min(360px, calc(100dvw - 32px));
		max-height: calc(100vh - 48px);
		max-height: calc(100dvh - 48px);
		transform: translateY(18px) scale(.96);
		opacity: 0;
		transition: transform .24s ease, opacity .24s ease, visibility .24s ease;
	}

	.template-contact-drawer.is-open .template-contact-drawer__panel {
		transform: translateY(0) scale(1);
		opacity: 1;
	}

	.template-contact-drawer__inner {
		padding: 54px 20px 22px;
	}

	.template-contact-drawer__close {
		top: 12px;
	}

	.template-contact-drawer__close i::before {
		content: "\f00d";
	}

	.template-contact-drawer__heading {
		font-size: 17px;
		line-height: 1.25;
		text-transform: uppercase;
	}

	.template-contact-drawer__intro {
		font-size: 15px;
	}
}

/* Inner pages */
.inner-page-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.inner-page-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(3, 20, 49, 0.68);
}

.inner-page-hero__content {
	position: relative;
	z-index: 1;
}

.inner-page-hero h1 {
	margin: 0;
	font-size: 34.56px;
	line-height: 1.1;
	font-weight: 600;
}

.inner-page-hero p {
	max-width: 760px;
	margin: 14px 0 0;
	font-size: 18px;
	line-height: 1.5;
}

.inner-page-content .container > :first-child,
.insights-archive__intro > :first-child {
	margin-top: 0;
}

.inner-page-content .container > :last-child,
.insights-archive__intro > :last-child {
	margin-bottom: 0;
}

.inner-page-content .container-box {
	max-width: 940px;
}

.inner-page-content h2 {
	margin: 46px 0 18px;
	color: var(--svn-blue);
	font-size: 34px;
	line-height: 1.18;
	font-weight: 600;
}

.inner-page-content p {
	margin: 0 0 20px;
	color: var(--svn-text);
	font-size: 17px;
	line-height: 1.72;
}

.inner-page-content p + h2,
.inner-page-content ul + h2,
.inner-page-content ol + h2 {
	margin-top: 52px;
}

.inner-page-content ul,
.inner-page-content ol {
	margin: 0 0 24px 24px;
	padding: 0;
	color: var(--svn-text);
	font-size: 17px;
	line-height: 1.65;
}

.inner-page-content li {
	margin-bottom: 10px;
}

.inner-page-content a {
	color: var(--svn-blue);
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.inner-page-content a:hover,
.inner-page-content a:focus {
	color: var(--svn-orange);
}

@media (max-width: 767.98px) {
	.inner-page-content h2 {
		margin: 38px 0 15px;
		font-size: 28px;
		line-height: 1.22;
	}

	.inner-page-content p,
	.inner-page-content ul,
	.inner-page-content ol {
		font-size: 16px;
		line-height: 1.68;
	}

	.inner-page-content p + h2,
	.inner-page-content ul + h2,
	.inner-page-content ol + h2 {
		margin-top: 42px;
	}
}

@media (max-width: 479.98px) {
	.inner-page-content h2 {
		font-size: 24px;
	}
}

/* Contact page */
.contact-page {
	background: #fff;
}

.contact-page__intro {
	background:
		linear-gradient(180deg, rgba(8, 44, 108, 0.035), rgba(8, 44, 108, 0)),
		#fff;
}

.contact-page__info,
.contact-page__form {
	height: 100%;
	padding: 48px;
}

.contact-page__info {
	padding-left: 0;
	border-right: 1px solid rgba(8, 44, 108, 0.12);
	color: var(--svn-text);
}

.contact-page__info::after {
	display: none;
}

.contact-page__info .section-kicker,
.contact-page__form .section-kicker {
	margin-bottom: 12px;
}

.contact-page__info h2,
.contact-page__form h2 {
	margin: 0 0 20px;
	color: var(--svn-blue);
	font-size: 34px;
	line-height: 1.18;
	font-weight: 600;
}

.contact-page__info p {
	color: #536070;
}

.contact-page__copy {
	max-width: 520px;
}

.contact-page__copy > :last-child {
	margin-bottom: 0;
}

.contact-page__details {
	display: grid;
	gap: 20px;
	margin-top: 36px;
}

.contact-page__detail {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 16px;
	align-items: flex-start;
}

.contact-page__detail > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 0;
	background: rgba(8, 44, 108, 0.08);
	color: var(--svn-orange);
	font-size: 18px;
}

.contact-page__detail strong {
	display: block;
	margin-bottom: 3px;
	color: var(--svn-blue);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-page__detail p {
	margin: 0;
}

.contact-page__detail a:hover,
.contact-page__detail a:focus {
	color: var(--svn-orange);
}

.contact-page__social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.contact-page__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(8, 44, 108, 0.14);
	border-radius: 0;
	background: #fff;
	color: var(--svn-blue);
}

.contact-page__social a:hover,
.contact-page__social a:focus {
	border-color: var(--svn-orange);
	background: var(--svn-orange);
	color: #fff;
}

.contact-page__form h2 {
	color: var(--svn-blue);
}

.contact-page__form {
	padding-right: 0;
}

.contact-page__form .wpcf7 form {
	margin: 28px 0 0;
}

.contact-page__form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 0;
}

.contact-page__form input:not([type="submit"]),
.contact-page__form textarea {
	width: 100%;
	min-height: 54px;
	padding: 14px 15px;
	border: 1px solid #d7dce4;
	border-radius: 0;
	background: #f9fbfd;
	color: var(--svn-text);
	font: inherit;
	font-size: 15px;
	text-transform: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page__form textarea {
	height: 132px;
	min-height: 132px;
	resize: vertical;
}

.contact-page__form input:not([type="submit"]):focus,
.contact-page__form textarea:focus {
	border-color: rgba(8, 44, 108, 0.55);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(8, 44, 108, 0.08);
	outline: 0;
}

.contact-page__form input::placeholder,
.contact-page__form textarea::placeholder {
	color: #8a95a6;
}

.contact-page__form .form-floating {
	position: relative;
}

.contact-page__form .form-floating > .wpcf7-form-control-wrap > .form-control {
	height: calc(3.5rem + 2px);
	min-height: calc(3.5rem + 2px);
	padding: 1.625rem 0.75rem 0.625rem;
	line-height: 1.25;
}

.contact-page__form .form-floating > .wpcf7-form-control-wrap > textarea.form-control {
	height: 140px;
	min-height: 140px;
}

.contact-page__form .form-floating > .wpcf7-form-control-wrap > .form-control::placeholder {
	color: transparent;
}

.contact-page__form .form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 1rem 0.75rem;
	overflow: hidden;
	color: #6f7b8c;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.contact-page__form .form-floating > .wpcf7-form-control-wrap:has(.form-control:focus) + label,
.contact-page__form .form-floating > .wpcf7-form-control-wrap:has(.form-control:not(:placeholder-shown)) + label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.contact-page__form .form-floating > .wpcf7-form-control-wrap:has(textarea.form-control) + label {
	height: auto;
}

.contact-page__form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 190px;
	min-height: 54px;
	padding: 15px 28px;
	border: 0;
	border-radius: 0;
	background: var(--svn-orange);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.contact-page__form input[type="submit"]:hover,
.contact-page__form input[type="submit"]:focus {
	background: var(--svn-blue);
}

.contact-page__form .wpcf7 .hidden-fields-container,
.contact-page__form .wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.contact-page__form .wpcf7-spinner {
	display: none;
	margin: 12px auto 0;
}

.contact-page__form form.submitting .wpcf7-spinner {
	display: block;
}

.contact-page__form .wpcf7-response-output {
	display: none;
	margin: 16px 0 0 !important;
	padding: 10px 12px;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.4;
}

.contact-page__form form.sent .wpcf7-response-output,
.contact-page__form form.failed .wpcf7-response-output,
.contact-page__form form.aborted .wpcf7-response-output,
.contact-page__form form.spam .wpcf7-response-output,
.contact-page__form form.invalid .wpcf7-response-output,
.contact-page__form form.unaccepted .wpcf7-response-output,
.contact-page__form form.payment-required .wpcf7-response-output {
	display: block;
}

.contact-page__map-section {
	position: relative;
	background: #eef3f8;
}

.contact-page__map {
	width: 100%;
	height: clamp(420px, 48vw, 620px);
	background:
		linear-gradient(135deg, rgba(8, 44, 108, 0.08), rgba(8, 44, 108, 0.02)),
		#edf2f7;
}

.contact-page__map .leaflet-tile-pane {
	filter: grayscale(1) saturate(0.28) hue-rotate(168deg) brightness(1.06) contrast(0.88);
	opacity: 0.94;
}

.contact-page__map .leaflet-control-zoom {
	border: 0;
	box-shadow: 0 12px 34px rgba(8, 44, 108, 0.13);
}

.contact-page__map .leaflet-control-zoom a {
	border: 0;
	color: var(--svn-blue);
}

.contact-map-marker {
	position: relative;
}

.contact-map-marker::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 51px;
	height: 51px;
	border: 6px solid #fff;
	border-radius: 50% 50% 50% 0;
	background: var(--svn-blue);
	box-shadow: 0 18px 34px rgba(8, 44, 108, 0.32);
	transform: translateX(-50%) rotate(-45deg);
}

.contact-map-marker span {
	position: absolute;
	left: 50%;
	bottom: 17px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--svn-orange);
	transform: translateX(-50%);
	z-index: 2;
}

.contact-page__map .contact-map-tooltip .leaflet-popup-content-wrapper {
	border-radius: 0;
	background: #fff;
	box-shadow: 0 18px 42px rgba(8, 44, 108, 0.22);
}

.contact-page__map .contact-map-tooltip .leaflet-popup-content {
	margin: 0;
	padding: 16px 18px;
}

.contact-page__map .contact-map-tooltip .leaflet-popup-tip {
	background: #fff;
	box-shadow: 0 8px 18px rgba(8, 44, 108, 0.12);
}

.contact-map-popup {
	display: grid;
	gap: 7px;
	min-width: 210px;
	color: var(--svn-text);
	font-family: inherit;
	line-height: 1.45;
}

.contact-map-popup strong {
	color: var(--svn-blue);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.contact-map-popup span {
	white-space: pre-line;
	color: #586676;
	font-size: 13px;
	font-weight: 500;
}

.contact-page__map--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--svn-blue);
	text-align: center;
}

.insights-archive__intro {
	max-width: 900px;
	margin: 0 auto 48px;
	text-align: center;
}

.insights-featured-row {
	align-items: stretch;
}

.insights-featured-band {
	padding: 50px 0;
	background: #f5f5f5;
	box-shadow: 0 0 0 100vmax #f5f5f5;
	clip-path: inset(0 -100vmax);
}

.insights-featured-row > .col-lg-8 {
	display: flex;
}

.insights-latest {
	display: grid;
	align-content: start;
	gap: 24px;
}

.insights-featured-card {
	width: 100%;
}

.insights-featured-card .insight-card__image-link img {
	width: 100%;
	aspect-ratio: 2.12 / 1;
	object-fit: cover;
}

.insights-featured-card:hover .insight-card__image-link img,
.insights-featured-card:focus-within .insight-card__image-link img {
	transform: scale(1.12);
}

.insights-featured-card__label {
	display: inline-block;
	align-self: flex-start;
	margin-top: 24px;
	color: var(--svn-orange);
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.insights-featured-card h2 {
	margin-top: 10px;
	font-size: 28px;
}

.insights-featured-card--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	padding: 40px;
	background: var(--svn-light);
	color: var(--svn-blue);
	text-align: center;
}

.insights-latest .article-sidebar__panel {
	width: 100%;
}

.insights-latest .article-sidebar__panel > h2 {
	margin: 0 0 24px;
	color: var(--svn-blue);
	font-size: 24px;
}

.insights-latest .article-latest-item:hover strong,
.insights-latest .article-latest-item:focus-visible strong {
	color: var(--svn-blue);
}

.insights-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 54px;
}

.insights-filter--archive {
	position: relative;
	margin-top: 65px;
	scroll-margin-top: 260px;
}

.insights-filter--archive::before {
	content: "";
	position: absolute;
	top: -120px;
	left: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.insights-filter__button {
	padding: 11px 22px;
	border: 1px solid rgba(8, 44, 108, 0.22);
	border-radius: 999px;
	background: #fff;
	color: var(--svn-blue);
	font: inherit;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.insights-filter__button:hover,
.insights-filter__button:focus-visible {
	border-color: var(--svn-orange);
	color: var(--svn-orange);
	transform: translateY(-2px);
}

.insights-filter__button.is-active {
	border-color: var(--svn-orange);
	background: var(--svn-orange);
	color: #fff;
}

.insights-filter__button:focus-visible {
	outline: 3px solid rgba(242, 105, 34, 0.24);
	outline-offset: 3px;
}

.insights-filter__dropdown {
	display: none;
	width: 100%;
	position: relative;
}

.insights-filter__dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid rgba(8, 44, 108, 0.22);
	background-color: #fff;
	color: var(--svn-blue);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	list-style: none;
	cursor: pointer;
}

.insights-filter__dropdown-toggle::-webkit-details-marker {
	display: none;
}

.insights-filter__dropdown-toggle::after {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.insights-filter__dropdown[open] .insights-filter__dropdown-toggle::after {
	transform: translateY(2px) rotate(225deg);
}

.insights-filter__dropdown-toggle:focus-visible {
	border-color: var(--svn-orange);
	outline: 3px solid rgba(242, 105, 34, 0.24);
	outline-offset: 3px;
}

.insights-filter__dropdown-menu {
	display: grid;
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 20;
	border: 1px solid rgba(8, 44, 108, 0.16);
	background: #fff;
	box-shadow: 0 16px 32px rgba(8, 44, 108, 0.14);
}

.insights-filter__dropdown-option {
	display: block;
	padding: 13px 16px;
	color: var(--svn-blue);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

.insights-filter__dropdown-option:hover,
.insights-filter__dropdown-option:focus-visible,
.insights-filter__dropdown-option.is-active {
	background: var(--svn-orange);
	color: #fff;
}

.insights-grid__item[hidden] {
	display: none !important;
}

.insights-grid .insight-card__image-link img {
	display: block;
	width: 100%;
	aspect-ratio: 1.42 / 1;
	object-fit: cover;
}

.insight-card h2 {
	margin: 22px 0 8px;
	color: var(--svn-blue);
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
}

.insight-card h2 a {
	color: inherit;
}

.insight-card h2 a:hover,
.insight-card h2 a:focus-visible {
	color: var(--svn-blue);
	text-decoration: underline;
}

.insights-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 64px;
}

.insights-pagination__numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.insights-pagination a,
.insights-pagination > span,
.insights-pagination__numbers > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 13px;
	border: 1px solid rgba(8, 44, 108, 0.2);
	background: #fff;
	color: var(--svn-blue);
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
}

.insights-pagination a:hover,
.insights-pagination a:focus-visible,
.insights-pagination .page-numbers.current {
	border-color: var(--svn-orange);
	background: var(--svn-orange);
	color: #fff;
}

.insights-pagination .is-disabled {
	color: #9b9da1;
	cursor: not-allowed;
	opacity: 0.65;
}

.insights-pagination__direction {
	min-width: 62px !important;
}

.insights-pagination__label--mobile {
	display: none;
}

/* Service detail */
.service-single {
	background: #fff;
}

.service-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.service-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(3, 20, 49, 0.88), rgba(3, 20, 49, 0.52));
}

.service-hero__content {
	position: relative;
	z-index: 1;
}

.service-hero__icon {
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	filter: brightness(0) invert(1);
}

.service-hero__content > span {
	display: block;
	margin-bottom: 5px;
	color: var(--svn-orange);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.service-hero h1 {
	margin: 0;
	font-size: 46px;
	line-height: 1.08;
	font-weight: 600;
}

.service-hero p {
	max-width: 760px;
	margin: 12px 0 0;
	font-size: 17px;
	line-height: 1.55;
}

.service-intro__image-wrap {
	position: relative;
	padding: 0 28px 28px 0;
}

.service-intro__image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	aspect-ratio: 1.25 / 1;
	object-fit: cover;
}

.service-intro__accent {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 62%;
	height: 62%;
	background: var(--svn-orange);
}

.service-intro__content h2 {
	margin: 0 0 25px;
	color: var(--svn-blue);
	font-size: 38px;
	line-height: 1.18;
	font-weight: 400;
}

.service-intro__content h2 strong {
	font-weight: 700;
}

.service-intro__content p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.75;
}

.service-intro__content > :last-child {
	margin-bottom: 0;
}

.service-value {
	background: #f5f5f5;
}

.service-value__grid {
	margin-top: 12px;
}

.service-value-card {
	position: relative;
	height: 100%;
	min-height: 310px;
	padding: 38px 32px;
	border-top: 4px solid var(--svn-orange);
	background: #fff;
	box-shadow: 0 18px 45px rgba(8, 44, 108, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-value-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 25px 55px rgba(8, 44, 108, 0.14);
}

.service-value-card > span {
	display: block;
	margin-bottom: 38px;
	color: rgba(8, 44, 108, 0.2);
	font-size: 54px;
	line-height: 1;
	font-weight: 700;
}

.service-value-card h3 {
	margin: 0 0 16px;
	color: var(--svn-blue);
	font-size: 22px;
	font-weight: 700;
}

.service-value-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
}

.service-value-card--blue {
	border-top-color: var(--svn-blue);
	background: var(--svn-blue);
	color: #fff;
}

.service-value-card--blue > span {
	color: rgba(255, 255, 255, 0.2);
}

.service-value-card--blue h3 {
	color: #fff;
}

.service-process h2 {
	margin: 0 0 24px;
	color: var(--svn-blue);
	font-size: 40px;
	line-height: 1.16;
	font-weight: 400;
}

.service-process h2 strong {
	display: block;
	font-weight: 700;
}

.service-process .col-lg-5 > p:last-child {
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
}

.service-process__steps {
	position: relative;
	display: grid;
	gap: 4px;
}

.service-process__steps::before {
	content: "";
	position: absolute;
	top: 34px;
	bottom: 34px;
	left: 29px;
	width: 2px;
	background: rgba(8, 44, 108, 0.13);
}

.service-process__step {
	position: relative;
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 22px;
	padding: 22px 24px 22px 0;
}

.service-process__step > span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 2px solid var(--svn-orange);
	border-radius: 50%;
	background: #fff;
	color: var(--svn-orange);
	font-size: 14px;
	font-weight: 700;
}

.service-process__step h3 {
	margin: 2px 0 7px;
	color: var(--svn-blue);
	font-size: 20px;
	font-weight: 700;
}

.service-process__step p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.service-outcomes {
	background: var(--svn-orange);
}

.service-outcomes__grid {
	color: #fff;
}

.service-outcomes__grid > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 175px;
	padding: 34px;
	border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.service-outcomes__grid > div:last-child {
	border-right: 0;
}

.service-outcomes h4 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.25;
}

.service-outcomes p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.55;
}

.service-cta {
	position: relative;
	background: var(--svn-blue-dark);
	color: #fff;
}

.service-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("assets/img/skyline.svg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.045;
	pointer-events: none;
}

.service-cta .container {
	position: relative;
}

.service-cta h2 {
	margin: 0 0 22px;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 600;
}

.service-cta .col-lg-5 > p:last-child {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
}

.service-contact-form {
	padding: 0;
	background: transparent;
	color: #fff;
}

.service-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.service-contact-form label {
	display: block;
	margin-bottom: 18px;
}

.service-contact-form label > span:first-child {
	display: block;
	margin-bottom: 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.service-contact-form input:not([type="submit"]),
.service-contact-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 0;
	background: transparent;
	color: #fff;
	font: inherit;
}

.service-contact-form textarea {
	height: 130px;
	min-height: 130px;
	resize: vertical;
}

.service-contact-form input::placeholder,
.service-contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

.service-contact-form input:focus,
.service-contact-form textarea:focus {
	border-color: var(--svn-orange);
	outline: 0;
}

.service-contact-form input[type="submit"] {
	min-height: 52px;
	padding: 14px 26px;
	border: 0;
	background: var(--svn-orange);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.service-contact-form input[type="submit"]:hover,
.service-contact-form input[type="submit"]:focus {
	background: var(--svn-blue);
}

.service-contact-form .wpcf7-spinner {
	margin: 0 0 0 12px;
}

.service-contact-form .wpcf7-response-output {
	margin: 20px 0 0 !important;
}

/* Article detail */
.article-single {
	background: #fff;
}

.article-hero {
	padding: 30px;
	background:
		linear-gradient(135deg, rgba(8, 44, 108, 0.08), rgba(242, 105, 34, 0.08)),
		#f8fafc;
	border-bottom: 1px solid rgba(8, 44, 108, 0.08);
}

.article-hero__category {
	display: inline-flex;
	margin-bottom: 18px;
	color: var(--svn-orange);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.article-hero__category:hover,
.article-hero__category:focus-visible {
	color: var(--svn-blue);
	text-decoration: underline;
}

.article-hero h1 {
	/* max-width: 980px; */
	margin: 0;
	color: var(--svn-blue);
	font-size: 30px;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: 0;
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 28px;
	color: #5f6670;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
}

.article-meta span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.article-meta span:not(:first-child)::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--svn-orange);
}

.article-featured-media {
	margin-bottom: 42px;
}

.article-featured-media__image {
	display: block;
	width: 100%;
	aspect-ratio: 1.96 / 1;
	object-fit: cover;
	object-position: center;
}

.article-layout {
	padding: 50px 0 110px;
}

.article-content-wrap {
	max-width: 820px;
}

.article-content {
	color: #252a31;
	font-size: 18px;
	line-height: 1.85;
}

.article-content > :first-child {
	margin-top: 0;
}

.article-content > :last-child {
	margin-bottom: 0;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote {
	margin-bottom: 28px;
}

.article-content ul,
.article-content ol {
	padding-left: 24px;
}

.article-content li {
	margin-bottom: 12px;
	list-style: disc;
}

.article-content ol li {
	list-style: decimal;
}

.article-content h2,
.article-content h3,
.article-content h4 {
	margin: 44px 0 18px;
	color: var(--svn-blue);
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0;
}

.article-content h2 {
	font-size: 34px;
}

.article-content h3 {
	font-size: 26px;
}

.article-content h4 {
	color: var(--svn-orange);
	font-size: 20px;
	text-transform: uppercase;
}

.article-content blockquote {
	position: relative;
	padding: 28px 32px;
	border-left: 5px solid var(--svn-orange);
	background: var(--svn-light);
	color: var(--svn-blue);
	font-size: 22px;
	line-height: 1.55;
	font-weight: 500;
}

.article-content a {
	color: var(--svn-orange);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.market-report-download {
	margin-top: 38px;
	padding: 22px 24px;
	border-left: 5px solid var(--svn-orange);
	background: var(--svn-light);
}

.market-report-download a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--svn-blue);
	text-decoration: none;
}

.market-report-download a::before {
	content: "\f1c1";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--svn-orange);
}

.market-report-download a:hover,
.market-report-download a:focus {
	color: var(--svn-orange);
}

.article-content img {
	margin: 18px 0;
}

.article-footer {
	margin-top: 54px;
	padding-top: 28px;
	border-top: 1px solid var(--svn-border);
}

.article-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.article-tags span {
	margin-right: 4px;
	color: #68707a;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.article-tags a {
	display: inline-flex;
	padding: 8px 12px;
	border: 1px solid rgba(8, 44, 108, 0.16);
	color: var(--svn-blue);
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
}

.article-tags a:hover,
.article-tags a:focus-visible {
	border-color: var(--svn-orange);
	color: var(--svn-orange);
}

.article-sidebar__inner {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 24px;
}

.article-sidebar__panel {
	padding: 30px;
	border: 1px solid rgba(8, 44, 108, 0.12);
	background: #fff;
	box-shadow: 0 18px 45px rgba(8, 44, 108, 0.08);
}

.article-sidebar__panel--contact {
	background: var(--svn-blue);
	color: #fff;
}

.article-sidebar-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
}

.article-sidebar-search input[type="search"] {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid rgba(8, 44, 108, 0.16);
	border-right: 0;
	border-radius: 0;
	background: #fff;
	color: var(--svn-blue);
	font-size: 15px;
}

.article-sidebar-search input[type="search"]:focus {
	border-color: var(--svn-orange);
	box-shadow: 0 0 0 3px rgba(242, 105, 34, 0.14);
	outline: 0;
}

.article-sidebar-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	min-height: 48px;
	padding: 0;
	border: 0;
	background: var(--svn-orange);
	color: var(--svn-blue);
	font-size: 16px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.article-sidebar-search button:hover,
.article-sidebar-search button:focus-visible {
	background: var(--svn-blue);
	color: #fff;
}

.article-sidebar__panel--contact .service-contact-form__grid {
	display: block;
}

.article-sidebar__panel h2 {
	margin: 0 0 12px;
	color: inherit;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.article-sidebar__panel p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.6;
}

.article-sidebar__panel--contact label {
	display: block;
	margin-bottom: 12px;
}

.article-sidebar__panel--contact label > span:first-child {
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.article-sidebar__panel--contact input,
.article-sidebar__panel--contact textarea,
.article-sidebar__panel--contact select {
	width: 100%;
	min-height: 46px;
	margin-bottom: 12px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.article-sidebar__panel--contact textarea {
	height: 92px;
	min-height: 92px;
	resize: vertical;
}

.article-sidebar__panel--contact input::placeholder,
.article-sidebar__panel--contact textarea::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

.article-sidebar__panel--contact input[type="submit"],
.article-sidebar__panel--contact button {
	width: auto;
	min-height: 48px;
	padding: 12px 22px;
	border: 0;
	background: var(--svn-orange);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.article-latest-list {
	display: grid;
	gap: 18px;
}

.article-latest-item {
	display: block;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(8, 44, 108, 0.12);
}

.article-latest-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.article-latest-item span {
	display: block;
	margin-bottom: 6px;
	color: var(--svn-orange);
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.article-latest-item strong {
	display: block;
	color: var(--svn-blue);
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
}

.article-latest-item:hover strong,
.article-latest-item:focus-visible strong {
	color: var(--svn-orange);
	text-decoration: underline;
}

.article-related {
	border-top: 1px solid rgba(8, 44, 108, 0.1);
	background: var(--svn-light);
}

@media (max-width: 1199.98px) {
	.container-medium {
		width: 92%;
		min-width: 0;
	}

	.site-nav ul {
		gap: 20px;
	}

	.home-hero {
		padding-left: 15px;
	}

	.about-page-hero__content,
	.inner-page-hero__content,
	.service-hero__content,
	.team-profile-hero__content,
	.search-page-hero__content,
	.article-hero .container {
		padding-left: 15px;
	}

	.home-hero__control {
		top: auto;
		bottom: 20px;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.28);
	}

	.home-hero__control--prev {
		left: calc(50% - 154px);
	}

	.home-hero__control--next {
		right: calc(50% - 154px);
	}

	.home-hero__control .carousel-control-prev-icon,
	.home-hero__control .carousel-control-next-icon {
		width: 1.35rem;
		height: 1.35rem;
	}

	.home-services__content {
		padding-right: 48px;
	}

	.article-hero h1 {
		font-size: 30px;
	}
}

@media (max-width: 991.98px) {
	html,
	body {
		overflow-x: hidden;
	}

	.site-header__top {
		display: none;
	}

	.site-header__main-inner {
		min-height: 82px;
	}

	.site-header.header-scrolled {
		padding-bottom: 61px;
	}

	.site-header.header-scrolled .site-header__main-inner {
		min-height: 60px;
	}

	.site-header.header-scrolled .site-logo img {
		width: 138.75px;
	}

	.service-intro .row > .col-lg-6:first-child {
		order: 2;
	}

	.service-intro .row > .col-lg-6:last-child {
		order: 1;
	}

	.mobile-nav-toggle {
		display: inline-flex;
		position: relative;
		top: -25px;
		z-index: 4;
		transition: opacity 0.2s ease, visibility 0.2s ease;
	}

	body.mobile-nav-active .mobile-nav-show {
		display: none !important;
	}

	body.mobile-nav-active .mobile-nav-hide {
		position: fixed;
		top: 22px;
		right: 24px;
		z-index: 1004;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background: #fff;
		box-shadow: 0 10px 24px rgba(8, 44, 108, 0.14);
		color: var(--svn-blue);
		opacity: 0;
		visibility: hidden;
		animation: mobileCloseButtonIn 0.2s ease 0.28s forwards;
	}

	@keyframes mobileCloseButtonIn {
		to {
			opacity: 1;
			visibility: visible;
		}
	}

	body.mobile-nav-lock {
		position: fixed;
		width: 100%;
		overflow: hidden;
	}

	body.mobile-nav-active .site-header {
		position: relative;
		z-index: 1000;
	}

	body.mobile-nav-active .site-header__main {
		position: relative;
		z-index: 1000;
	}

	body.mobile-nav-active .site-header__main::before {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 1;
		background: rgba(8, 44, 108, 0.46);
		backdrop-filter: blur(2px);
	}

	body.mobile-nav-active .site-logo {
		position: relative;
		z-index: 0;
	}

	.site-nav {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 3;
		width: min(360px, 88vw);
		height: 100vh;
		height: 100dvh;
		padding: 90px 30px 30px;
		background: #fff;
		box-shadow: -12px 0 30px rgba(0, 0, 0, 0.12);
		overflow-y: auto;
		overscroll-behavior: contain;
		transition: right 0.25s ease;
	}

	.mobile-nav-active .site-nav {
		right: 0;
	}

	.site-nav.navbar {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.site-nav > ul,
	.site-nav.navbar > ul {
		display: block;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}

	.site-nav > ul > li,
	.site-nav li {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.site-nav > ul > li > a,
	.site-nav a {
		display: flex;
		align-items: center;
		padding: 12px 0;
		font-size: 18px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.site-nav a::after {
		bottom: 7px;
	}

	.site-nav .menu-item-has-children > a {
		padding-right: 54px;
	}

	.site-nav .menu-item-has-children > a::before {
		display: none;
	}

	.site-nav .submenu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 48px;
		border: 0;
		background: transparent;
		color: var(--svn-orange);
		font-size: 13px;
		line-height: 1;
		transition: color 0.2s ease, transform 0.2s ease;
	}

	.site-nav .submenu-toggle.active i {
		transform: rotate(180deg);
	}

	.site-nav .sub-menu {
		position: static;
		display: block;
		max-height: 0;
		min-width: 0;
		padding: 0 0 0 14px;
		margin: 0 0 4px;
		border: 0;
		border-left: 2px solid rgba(243, 111, 33, 0.32);
		border-radius: 0;
		box-shadow: none;
		opacity: 0;
		overflow: hidden;
		visibility: visible;
		transform: none;
		transition: max-height 0.28s ease, opacity 0.22s ease, padding 0.28s ease;
	}

	.site-nav .sub-menu::before {
		display: none;
	}

	.site-nav .sub-menu.submenu-active {
		max-height: 520px;
		padding-top: 4px;
		padding-bottom: 8px;
		opacity: 1;
	}

	.site-nav .menu-item-has-children:hover > .sub-menu,
	.site-nav .menu-item-has-children:focus-within > .sub-menu {
		transform: none;
	}

	.site-nav .sub-menu a {
		padding: 9px 12px;
		font-size: 15px;
		white-space: normal;
	}

	.site-nav__mobile-utilities {
		display: grid;
		gap: 7px;
		margin-top: 10px;
		padding-top: 12px;
		border-top: 1px solid rgba(8, 44, 108, 0.12);
	}

	.site-nav__mobile-utility {
		display: grid !important;
		grid-template-columns: 18px minmax(0, 1fr);
		align-items: center;
		gap: 8px;
		width: 100%;
		padding: 4px 0 !important;
		border: 0;
		background: transparent;
		color: var(--svn-blue) !important;
		font-size: 14px !important;
		font-weight: 700;
		line-height: 1.1;
		text-decoration: none;
		text-transform: none;
	}

	.site-nav__mobile-utility::before,
	.site-nav__mobile-utility::after {
		display: none !important;
	}

	.site-nav__mobile-utility:hover,
	.site-nav__mobile-utility:focus-visible {
		color: var(--svn-orange) !important;
	}

	.site-nav__mobile-utility-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 18px;
		height: 18px;
		background: transparent;
		color: var(--svn-orange);
	}

	.site-nav__mobile-utility-icon img {
		width: 14px;
		height: 14px;
		object-fit: contain;
	}

	.site-nav__mobile-utility-icon i {
		color: var(--svn-orange);
		font-size: 14px;
	}

	.home-hero {
		height: 620px;
	}

	.home-about .row > .col-lg-6:first-child {
		order: 2;
	}

	.home-about .row > .col-lg-6:last-child {
		order: 1;
	}

	.home-numbers__rule {
		width: 52%;
	}

	.home-about__stat {
		top: 50%;
		width: 180px;
		min-height: 220px;
		padding: 35px 30px;
	}

	.page-intro-copy {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 56px;
	}

	.page-intro-copy {
		margin-top: 36px;
		padding-right: 0;
	}

	.home-services__content {
		margin-top: 48px;
		padding: 0 0 60px;
	}

	.home-services__image {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}

	.home-services__image img {
		aspect-ratio: 1 / 0.78;
		object-position: center 34%;
	}

	.property-type:nth-child(2n) {
		border-right: 0;
	}

	.featured-listings {
		padding-top: 70px;
		padding-bottom: 95px;
	}

	.featured-listings__slide {
		flex-basis: calc((100% - 24px) / 2);
	}

	.service-case-studies__carousel.is-static .featured-listings__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.case-studies-page-grid {
		--case-studies-bg-start: clamp(120px, 22vw, 180px);
		margin-top: -36px;
	}

	.services-page .services-page-grid {
		--services-page-bg-start: clamp(120px, 22vw, 180px);
		margin-top: -36px;
	}

	.featured-listings__control--prev {
		left: -10px;
	}

	.featured-listings__control--next {
		right: -10px;
	}

	.article-hero {
		padding-top: 86px;
	}

	.article-hero h1 {
		font-size: 28px;
	}

	.article-layout {
		padding: 15px 0 82px;
	}

	.article-content-wrap {
		max-width: none;
	}

	.article-sidebar__inner {
		position: static;
	}

	.contact-page__info,
	.contact-page__form {
		padding: 38px;
	}

	.contact-page__info {
		padding-left: 38px;
		border-right: 0;
	}

	.contact-page__form {
		padding-right: 38px;
	}

	.contact-page__map {
		height: 460px;
	}

	.insights-featured-band {
		padding: 15px 0;
	}

	.service-intro__content h2,
	.service-process h2,
	.service-cta h2 {
		font-size: 34px;
	}

	.site-footer__brand-col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.site-footer__brand-col > p {
		max-width: 100%;
	}

	.site-footer h2 {
		margin-bottom: 30px;
		font-size: 18.4px;
	}

	.site-footer h2::after {
		width: 36px;
		margin-top: 13px;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {
	.template-contact-drawer {
		left: 16px;
		right: auto;
		width: calc(100vw - 32px);
		width: calc(100dvw - 32px);
	}
}

@media (max-width: 767.98px) {
	body {
		font-size: 15px;
	}

	.section-pad-sm {
		padding: 48px 0;
	}

	.section-pad-bottom {
		padding-bottom: 64px;
	}

	.news-insights .insight-row {
		--bs-gutter-y: 1rem;
	}

	.services-page-intro__content {
		text-align: left;
	}

	.services-page-intro__content p {
		font-size: 17px;
	}

	.about-page-hero {
		min-height: 300px;
		padding-bottom: 48px;
	}

	.site-footer h2 {
		margin-bottom: 26px;
		font-size: 17.6px;
	}

	.site-footer h2::after {
		width: 34px;
		margin-top: 12px;
	}

	.about-page-hero__content,
	.inner-page-hero__content,
	.service-hero__content {
		width: 100%;
		max-width: 100%;
	}

	.about-page-hero__content > div {
		max-width: calc(100vw - 48px);
	}

	.inner-page-hero {
		min-height: 300px;
	}

	.inner-page-hero h1 {
		font-size: 27.36px;
	}

	.inner-page-hero p {
		max-width: calc(100vw - 48px);
		font-size: 16px;
	}

	.service-hero {
		min-height: 300px;
	}

	.service-hero h1 {
		font-size: 36px;
	}

	.service-hero p {
		max-width: calc(100vw - 48px);
		font-size: 15px;
	}

	.service-intro__image-wrap {
		padding: 0 18px 18px 0;
	}

	.service-intro__content h2,
	.service-process h2,
	.service-cta h2 {
		font-size: 30px;
	}

	.service-value-card {
		min-height: 0;
	}

	.service-process__step {
		grid-template-columns: 52px 1fr;
		gap: 16px;
		padding-right: 0;
	}

	.service-process__step > span {
		width: 52px;
		height: 52px;
	}

	.service-process__steps::before {
		left: 25px;
	}

	.service-outcomes__grid > div {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	}

	.service-outcomes__grid > div:last-child {
		border-bottom: 0;
	}

	.service-contact-form {
		padding: 0;
	}

	.service-case-studies__carousel.is-static .featured-listings__track {
		grid-template-columns: 1fr;
	}

	.case-studies-page-grid {
		--case-studies-bg-start: clamp(112px, 29vw, 178px);
		margin-top: 0px;
	}

	.services-page .services-page-grid {
		--services-page-bg-start: clamp(112px, 29vw, 178px);
		margin-top: -28px;
	}

	.service-contact-form__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.contact-page__info,
	.contact-page__form {
		padding: 30px 24px;
	}

	.contact-page__info h2,
	.contact-page__form h2 {
		font-size: 28px;
	}

	.contact-page__detail {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 14px;
	}

	.contact-page__detail > span {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	.contact-page__map {
		height: 380px;
	}

	.insights-filter {
		justify-content: flex-start;
		margin-bottom: 40px;
	}

	.insights-filter[data-aos] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.insights-filter__button {
		display: none;
	}

	.insights-filter__dropdown {
		display: block;
	}

	.insights-filter--archive {
		margin-top: 60px;
		scroll-margin-top: 220px;
	}

	.insights-filter--archive::before {
		top: -96px;
	}

	.insights-featured-card h2 {
		font-size: 24px;
	}

	.insights-pagination {
		gap: 6px;
		margin-top: 48px;
	}

	.insights-pagination a,
	.insights-pagination > span,
	.insights-pagination__numbers > span {
		min-width: 30px;
		min-height: 30px;
		padding: 7px 10px;
	}

	.insights-pagination__direction {
		min-width: 38px !important;
	}

	.insights-pagination__label--desktop {
		display: none !important;
	}

	.insights-pagination__label--mobile {
		display: inline !important;
	}

	.site-logo img,
	.footer-logo img {
		width: 150px;
	}

	.home-hero {
		height: 560px;
	}

	.home-hero__content p {
		font-size: 18px;
	}

	.btn-primary-arrow {
		width: 100%;
		max-width: 320px;
	}

	.home-contact__form .btn-primary-arrow,
	.home-contact__form .wpcf7-submit {
		width: 100%;
		max-width: none;
	}

	.home-about__visual {
		height: auto !important;
		padding-left: 0;
		margin-bottom: 0;
	}

	.home-about .container-medium {
		width: 100%;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.home-about .row {
		--bs-gutter-x: 0;
	}

	.page-intro-copy {
		padding-right: 24px;
		padding-left: 24px;
	}
	.page-template-template-about .page-intro-copy{padding-left: 0; padding-right: 0;}
	.about-page-intro > .container-medium{padding: 0 !important;}

	.home-about__visual::after {
		display: none;
	}

	.home-about__stat {
		position: relative !important;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
		gap: 18px;
		transform: none;
		width: 100%;
		min-height: 0;
		margin: 0;
		padding: 22px 24px;
	}

	.home-about__stat strong {
		flex: 0 0 auto;
		font-size: 36px;
	}

	.home-about__stat p {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	.home-about__stat span,
	.home-about__stat p {
		margin-top: 0;
		font-size: 15px;
		line-height: 1.35;
	}

	.home-about__stat p {
		margin-bottom: 0;
	}

	.page-intro-copy {
		padding-bottom: 32px;
		margin-top: 36px;
	}

	.home-numbers__stats {
		margin-top: 45px;
	}

	.home-number strong {
		font-size: 30px;
	}

	.article-hero {
		padding: 64px 0 38px;
	}

	.article-hero h1 {
		font-size: 26px;
		line-height: 1.18;
	}

	.article-meta {
		display: grid;
		gap: 8px;
		margin-top: 20px;
	}

	.article-meta span:not(:first-child)::before {
		display: none;
	}

	.article-featured-media {
		margin-bottom: 30px;
	}

	.article-featured-media__image {
		aspect-ratio: 1.22 / 1;
	}

	.article-layout {
		padding: 15px 0 68px;
	}

	.article-content {
		font-size: 16px;
		line-height: 1.75;
	}

	.article-content h2 {
		font-size: 28px;
	}

	.article-content h3 {
		font-size: 23px;
	}

	.article-content blockquote {
		padding: 22px;
		font-size: 19px;
	}

	.article-sidebar__panel {
		padding: 24px;
	}

	.service-item {
		min-height: 0;
	}

	.service-list > [class*="col-"] {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.service-list .service-item,
	.service-list .service-item > div {
		width: 100%;
	}

	.service-list .service-item p {
		max-width: none;
	}

	.services-page-grid__row > [class*="col-"] {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.services-page-card {
		width: 100%;
	}

	.property-type {
		min-height: 130px;
		padding: 22px 16px;
		border: 1px solid rgba(8, 44, 108, 0.14);
		background: #fff;
	}

	.property-type,
	.property-type:nth-child(2n) {
		border-right: 1px solid rgba(8, 44, 108, 0.14);
	}

	.property-types__grid {
		--bs-gutter-x: 0;
		--bs-gutter-y: 0;
	}

	.property-types__grid .property-type:nth-child(n + 3) {
		margin-top: -1px;
	}

	.property-types__grid .property-type:nth-child(2n) {
		margin-left: -1px;
	}

	.property-types__grid .property-type:last-child:nth-child(odd) {
		flex: 0 0 calc(100% - 1px);
		width: calc(100% - 1px);
		max-width: calc(100% - 1px);
		margin-left: 1px;
		border-right: 1px solid rgba(8, 44, 108, 0.14);
	}

	.property-types {
		border-bottom: 0;
	}

	.featured-listings .text-arrow-link {
		margin-top: 48px;
	}

	.featured-listings__track {
		gap: 18px;
	}

	.featured-listings__slide {
		flex-basis: 100%;
	}

	.featured-listings__control {
		top: 39%;
		width: 40px;
		height: 40px;
	}

	.featured-listings__control--prev {
		left: 8px;
	}

	.featured-listings__control--next {
		right: 8px;
	}

	.featured-listings__control span {
		font-size: 30px;
	}

	.local-experts {
		padding: 95px 0;
		background-attachment: scroll;
	}

	.site-footer {
		padding: 70px 0;
	}
}

@media (max-width: 479.98px) {
	.site-footer h2 {
		margin-bottom: 22px;
		font-size: 16.8px;
	}

	.site-footer h2::after {
		width: 32px;
		margin-top: 11px;
	}

	.home-hero__cta.btn-primary-arrow {
		width: 100%;
		max-width: 320px;
		min-height: 44px;
		padding: 11px 20px;
		gap: 12px;
		font-size: 14px;
	}

	.home-numbers__stats > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.home-numbers__stats {
		margin-top: 22px;
		row-gap: 34px;
	}
}

@media (max-width: 768px) {
	.site-footer .col-lg-4 > p {
		max-width: 100%;
	}
}

/* Careers page */
.careers-page {
	background: #fff;
}

.careers-page-intro {
	overflow: hidden;
}

.careers-page-intro__image-wrap,
.careers-page-intro__image {
	height: 100%;
	min-height: 480px;
}

.careers-page-intro__image {
	display: block;
	width: 100%;
	object-fit: cover;
}

.careers-page-intro__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 25px;
}

.careers-page-intro__content h2 {
	margin: 0 0 24px;
	color: var(--svn-blue);
	font-size: 42px;
	line-height: 1.18;
	font-weight: 400;
}

.careers-page-intro__content p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.72;
}

.careers-page-jobs {
	background: linear-gradient(180deg, var(--svn-light) 0%, #fff 78%);
}

.careers-page-jobs__heading {
	max-width: 760px;
	margin: 0 auto 60px;
	text-align: center;
}

.careers-page-jobs__heading h2 {
	margin: 0;
	color: var(--svn-blue);
	font-size: 43px;
	line-height: 1.16;
	font-weight: 400;
}

.careers-page-jobs__heading h2 strong {
	font-weight: 700;
}

@media (max-width: 991px) {
	.careers-page-intro__content {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.careers-page-intro__image-wrap,
	.careers-page-intro__image {
		min-height: 340px;
	}

	.careers-page-intro__content h2,
	.careers-page-jobs__heading h2 {
		font-size: 31px;
	}

	.careers-page-jobs__heading {
		margin-bottom: 34px;
	}
}

/* 404 page */
.error-page {
	background: #fff;
}

.error-page .container-box {
	width: calc(100% - 48px);
	margin-right: auto;
	margin-left: auto;
}

.error-page-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(590px, 72vh, 760px);
	overflow: hidden;
	color: #fff;
	background: var(--svn-blue) url("assets/img/modern-city-skyline.webp") center 54% / cover no-repeat;
}

.error-page-hero__backdrop {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 45, 78, .96) 0%, rgba(0, 45, 78, .84) 48%, rgba(0, 45, 78, .3) 100%),
		linear-gradient(0deg, rgba(0, 31, 56, .42), transparent 45%);
}

.error-page-hero__lines {
	position: absolute;
	inset: 0;
	opacity: .17;
	background-image:
		linear-gradient(90deg, transparent calc(25% - 1px), rgba(255, 255, 255, .5) 25%, transparent calc(25% + 1px)),
		linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 255, 255, .5) 50%, transparent calc(50% + 1px)),
		linear-gradient(90deg, transparent calc(75% - 1px), rgba(255, 255, 255, .5) 75%, transparent calc(75% + 1px));
}

.error-page-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 72px;
	padding-bottom: 72px;
}

.error-page-hero__content {
	max-width: 720px;
}

.error-page-hero__eyebrow,
.error-page-section-label {
	margin: 0 0 14px;
	color: var(--svn-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.error-page-hero__code {
	margin: 0 0 -20px;
	color: transparent;
	font-size: clamp(112px, 14vw, 190px);
	font-weight: 800;
	letter-spacing: -.07em;
	line-height: .8;
	-webkit-text-stroke: 2px rgba(255, 255, 255, .2);
}

.error-page-hero h1 {
	max-width: 680px;
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(39px, 4.4vw, 58px);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.08;
}

.error-page-hero__message {
	max-width: 610px;
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 18px;
	line-height: 1.7;
}

.error-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 34px;
}

.error-page-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-height: 52px;
	padding: 13px 23px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .035em;
	text-decoration: none;
	transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.error-page-button--primary {
	border: 1px solid var(--svn-orange);
	color: var(--svn-blue);
	background: var(--svn-orange);
}

.error-page-button--primary:hover,
.error-page-button--primary:focus {
	border-color: #fff;
	color: var(--svn-blue);
	background: #fff;
}

.error-page-button--outline {
	border: 1px solid rgba(255, 255, 255, .68);
	color: #fff;
	background: transparent;
}

.error-page-button--outline:hover,
.error-page-button--outline:focus {
	border-color: #fff;
	color: var(--svn-blue);
	background: #fff;
}

.error-page-recovery {
	background: linear-gradient(180deg, #f3f6f8 0%, #fff 100%);
}

.error-page-search {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(250px, .8fr) minmax(420px, 1.2fr);
	gap: 50px;
	align-items: center;
	margin-top: -145px;
	margin-bottom: 70px;
	padding: 42px 48px;
	box-shadow: 0 20px 55px rgba(0, 45, 78, .14);
	background: #fff;
}

.error-page-search h2 {
	margin: 0;
	color: var(--svn-blue);
	font-size: clamp(29px, 3vw, 40px);
	font-weight: 400;
	line-height: 1.16;
}

.error-page-search__form {
	display: flex;
	width: 100%;
}

.error-page-search__form input {
	min-width: 0;
	width: 100%;
	height: 56px;
	padding: 0 20px;
	border: 1px solid #cbd5dc;
	border-right: 0;
	border-radius: 0;
	color: var(--svn-blue);
	font-size: 16px;
	background: #fff;
}

.error-page-search__form input:focus {
	border-color: var(--svn-blue);
	box-shadow: inset 0 0 0 1px var(--svn-blue);
	outline: 0;
}

.error-page-search__form button {
	flex: 0 0 auto;
	min-width: 118px;
	padding: 0 24px;
	border: 1px solid var(--svn-blue);
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: var(--svn-blue);
	cursor: pointer;
	transition: background-color .25s ease, border-color .25s ease;
}

.error-page-search__form button:hover,
.error-page-search__form button:focus {
	border-color: var(--svn-orange);
	color: var(--svn-blue);
	background: var(--svn-orange);
}

.error-page-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #d6dee3;
	border-left: 1px solid #d6dee3;
}

.error-page-link {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 35px 34px 32px;
	border-right: 1px solid #d6dee3;
	border-bottom: 1px solid #d6dee3;
	color: #4b5962;
	text-decoration: none;
	background: #fff;
	transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.error-page-link::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 4px;
	content: "";
	background: var(--svn-orange);
	transition: width .3s ease;
}

.error-page-link:hover,
.error-page-link:focus {
	z-index: 1;
	color: #fff;
	background: var(--svn-blue);
	transform: translateY(-5px);
}

.error-page-link:hover::before,
.error-page-link:focus::before {
	width: 100%;
}

.error-page-link__number {
	margin-bottom: 45px;
	color: var(--svn-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .15em;
}

.error-page-link h3 {
	margin: 0 0 16px;
	color: var(--svn-blue);
	font-size: 25px;
	font-weight: 600;
	line-height: 1.22;
	transition: color .25s ease;
}

.error-page-link:hover h3,
.error-page-link:focus h3 {
	color: #fff;
}

.error-page-link p {
	margin: 0 0 28px;
	font-size: 15px;
	line-height: 1.65;
}

.error-page-link__cta {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: auto;
	color: var(--svn-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	transition: color .25s ease;
}

.error-page-link:hover .error-page-link__cta,
.error-page-link:focus .error-page-link__cta {
	color: var(--svn-orange);
}

@media (max-width: 991px) {
	.error-page-search {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.error-page-links {
		grid-template-columns: 1fr;
	}

	.error-page-link {
		min-height: 0;
	}

	.error-page-link__number {
		margin-bottom: 28px;
	}
}

@media (max-width: 767px) {
	.error-page .container-box {
		width: calc(100% - 32px);
	}

	.error-page-hero {
		min-height: 600px;
		background-position: 64% center;
	}

	.error-page-hero__backdrop {
		background: rgba(0, 45, 78, .88);
	}

	.error-page-hero__code {
		margin-bottom: -10px;
		font-size: 106px;
	}

	.error-page-hero h1 {
		font-size: 38px;
	}

	.error-page-hero__message {
		font-size: 16px;
	}

	.error-page-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.error-page-search {
		margin-top: -125px;
		margin-bottom: 45px;
		padding: 30px 24px;
	}

	.error-page-search__form {
		flex-direction: column;
		gap: 10px;
	}

	.error-page-search__form input {
		border-right: 1px solid #cbd5dc;
	}

	.error-page-search__form button {
		height: 52px;
	}

	.error-page-link {
		padding: 30px 26px;
	}
}

/* Search results page */
.search-page {
	background: #fff;
}

.search-page-hero {
	padding-top: 12vh;
	padding-bottom: 7vh;
}

.search-page-hero__content > div {
	max-width: 650px;
}

.search-page-form {
	display: flex;
	width: 100%;
}

.search-page-form--hero {
	max-width: 760px;
	margin-top: 34px;
}

.search-page-form input {
	min-width: 0;
	width: 100%;
	height: 60px;
	padding: 0 22px;
	border: 1px solid rgba(255, 255, 255, .78);
	border-right: 0;
	border-radius: 0;
	color: var(--svn-blue);
	font-size: 16px;
	background: #fff;
}

.search-page-form input:focus {
	box-shadow: inset 0 0 0 2px var(--svn-orange);
	outline: 0;
}

.search-page-form button {
	flex: 0 0 auto;
	min-width: 132px;
	padding: 0 26px;
	border: 1px solid var(--svn-orange);
	border-radius: 0;
	color: var(--svn-blue);
	font-size: 14px;
	font-weight: 700;
	background: var(--svn-orange);
	cursor: pointer;
	transition: border-color .25s ease, background-color .25s ease;
}

.search-page-form button:hover,
.search-page-form button:focus {
	border-color: #fff;
	background: #fff;
}

.search-page-results {
	background: linear-gradient(180deg, #f3f6f8 0%, #fff 54%);
}

.search-page-results__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 35px;
	margin-bottom: 45px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(8, 44, 108, .2);
}

.search-page-kicker {
	margin: 0 0 9px;
	color: var(--svn-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.search-page-results__header h2,
.search-page-empty h2 {
	margin: 0;
	color: var(--svn-blue);
	font-size: clamp(32px, 3.3vw, 44px);
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 1.15;
}

.search-page-results__query {
	margin: 0 0 5px;
	color: #5a6872;
	font-size: 15px;
}

.search-page-results__query strong {
	display: block;
	max-width: 420px;
	margin-top: 3px;
	color: var(--svn-blue);
	font-size: 18px;
	font-weight: 600;
	word-break: break-word;
}

.search-page-results__list {
	display: grid;
	gap: 24px;
}

.search-result-card {
	display: grid;
	grid-template-columns: minmax(250px, 31%) 1fr;
	min-height: 270px;
	border: 1px solid #d5dde3;
	background: #fff;
	box-shadow: 0 12px 32px rgba(8, 44, 108, .06);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.search-result-card:hover,
.search-result-card:focus-within {
	border-color: rgba(8, 44, 108, .38);
	box-shadow: 0 18px 42px rgba(8, 44, 108, .12);
	transform: translateY(-3px);
}

.search-result-card__image {
	display: block;
	min-height: 100%;
	overflow: hidden;
	background: var(--svn-blue);
}

.search-result-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 270px;
	object-fit: cover;
	transform: scale(1);
	transition: transform .45s ease;
}

.search-result-card:hover .search-result-card__image img,
.search-result-card:focus-within .search-result-card__image img {
	transform: scale(1.06);
}

.search-result-card__placeholder {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 270px;
	overflow: hidden;
	color: rgba(255, 255, 255, .16);
	font-size: 72px;
	font-weight: 800;
	letter-spacing: -.06em;
	background:
		linear-gradient(135deg, transparent 48%, rgba(242, 105, 34, .85) 48%, rgba(242, 105, 34, .85) 52%, transparent 52%),
		linear-gradient(145deg, var(--svn-blue) 0%, #031a41 100%);
}

.search-result-card__placeholder::before,
.search-result-card__placeholder::after {
	position: absolute;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 50%;
	content: "";
}

.search-result-card__placeholder::after {
	width: 310px;
	height: 310px;
}

.search-result-card__placeholder span {
	position: relative;
	z-index: 1;
}

.search-result-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 34px 42px;
}

.search-result-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px 18px;
	margin-bottom: 12px;
	color: #6a7780;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.search-result-card__meta span {
	color: var(--svn-orange);
}

.search-result-card__meta time::before {
	margin-right: 18px;
	color: #aeb8bf;
	content: "/";
}

.search-result-card h3 {
	margin: 0 0 13px;
	font-size: clamp(23px, 2.3vw, 31px);
	font-weight: 600;
	line-height: 1.2;
}

.search-result-card h3 a {
	color: var(--svn-blue);
	text-decoration: none;
}

.search-result-card h3 a:hover,
.search-result-card h3 a:focus {
	color: var(--svn-orange);
}

.search-result-card__content > p {
	max-width: 720px;
	margin: 0;
	color: #53616b;
	font-size: 15px;
	line-height: 1.65;
}

.search-result-card__link {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin-top: 22px;
	color: var(--svn-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .07em;
	text-decoration: none;
	text-transform: uppercase;
}

.search-result-card__link:hover,
.search-result-card__link:focus {
	color: var(--svn-blue);
}

.search-page-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 55px;
}

.search-page-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #ccd6dd;
	color: var(--svn-blue);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	background: #fff;
}

.search-page-pagination a.page-numbers:hover,
.search-page-pagination a.page-numbers:focus,
.search-page-pagination .page-numbers.current {
	border-color: var(--svn-blue);
	color: #fff;
	background: var(--svn-blue);
}

.search-page-empty {
	display: grid;
	grid-template-columns: minmax(240px, 35%) 1fr;
	min-height: 430px;
	border: 1px solid #d5dde3;
	background: #fff;
	box-shadow: 0 18px 45px rgba(8, 44, 108, .08);
}

.search-page-empty__mark {
	display: grid;
	place-items: center;
	overflow: hidden;
	color: rgba(255, 255, 255, .12);
	font-size: clamp(180px, 24vw, 320px);
	font-weight: 800;
	line-height: 1;
	background:
		linear-gradient(140deg, transparent 46%, rgba(242, 105, 34, .9) 46%, rgba(242, 105, 34, .9) 50%, transparent 50%),
		var(--svn-blue);
}

.search-page-empty__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 55px 60px;
}

.search-page-empty__content > p:not(.search-page-kicker) {
	max-width: 680px;
	margin: 22px 0 0;
	color: #53616b;
	font-size: 17px;
	line-height: 1.7;
}

.search-page-empty__content strong {
	color: var(--svn-blue);
}

.search-page-empty__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.search-page-empty__links a {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding: 12px 17px;
	border: 1px solid #cbd5dc;
	color: var(--svn-blue);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.search-page-empty__links a:hover,
.search-page-empty__links a:focus {
	border-color: var(--svn-orange);
	background: var(--svn-orange);
}

@media (max-width: 991px) {
	.search-result-card {
		grid-template-columns: minmax(210px, 34%) 1fr;
	}

	.search-result-card__content {
		padding: 30px;
	}

	.search-page-empty {
		grid-template-columns: 32% 1fr;
	}

	.search-page-empty__content {
		padding: 45px 38px;
	}
}

@media (max-width: 767px) {
	.search-page-hero {
		padding-top: 95px;
		padding-bottom: 55px;
	}

	.search-page-hero__content > div {
		font-size: 16px;
	}

	.search-page-form {
		flex-direction: column;
		gap: 10px;
	}

	.search-page-form input {
		border-right: 1px solid rgba(255, 255, 255, .78);
	}

	.search-page-form button {
		height: 54px;
	}

	.search-page-results__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 17px;
		margin-bottom: 30px;
	}

	.search-page-pagination .prev,
	.search-page-pagination .next {
		width: 100%;
	}

	.search-page-empty {
		grid-template-columns: 1fr;
	}

	.search-page-empty__mark {
		height: 180px;
		font-size: 170px;
	}

	.search-page-empty__content {
		padding: 35px 25px;
	}

	.search-page-empty__links {
		align-items: stretch;
		flex-direction: column;
	}

	.search-page-empty__links a {
		justify-content: space-between;
	}
}

@media (max-width: 480px) {
	.search-result-card {
		grid-template-columns: 1fr;
	}

	.search-result-card__image,
	.search-result-card__image img,
	.search-result-card__placeholder {
		min-height: 0;
		height: auto;
	}

	.search-result-card__image img {
		object-fit: contain;
	}

	.search-result-card__content {
		padding: 27px 24px 30px;
	}

	.search-result-card h3 {
		font-size: 24px;
	}
}

@media (max-width: 1199.98px) {
	.section-heading h2,
	.home-about h2,
	.home-services h2,
	.local-experts h2,
	.home-contact h2,
	.property-types h2,
	.page-intro-copy h2,
	.section-header-centered h2,
	.contact-page__info h2,
	.contact-page__form h2,
	.service-intro__content h2,
	.service-process h2,
	.service-cta h2,
	.careers-page-intro__content h2,
	.careers-page-jobs__heading h2,
	.error-page-search h2,
	.search-page-results__header h2,
	.search-page-empty h2 {
		font-size: 38px;
	}
}

@media (max-width: 991.98px) {
	.section-heading h2,
	.home-about h2,
	.home-services h2,
	.local-experts h2,
	.home-contact h2,
	.property-types h2,
	.page-intro-copy h2,
	.section-header-centered h2,
	.contact-page__info h2,
	.contact-page__form h2,
	.service-intro__content h2,
	.service-process h2,
	.service-cta h2,
	.careers-page-intro__content h2,
	.careers-page-jobs__heading h2,
	.error-page-search h2,
	.search-page-results__header h2,
	.search-page-empty h2 {
		font-size: 34px;
	}
}

@media (max-width: 767.98px) {
	.section-heading h2,
	.home-about h2,
	.home-services h2,
	.local-experts h2,
	.home-contact h2,
	.property-types h2,
	.page-intro-copy h2,
	.section-header-centered h2,
	.contact-page__info h2,
	.contact-page__form h2,
	.service-intro__content h2,
	.service-process h2,
	.service-cta h2,
	.careers-page-intro__content h2,
	.careers-page-jobs__heading h2,
	.error-page-search h2,
	.search-page-results__header h2,
	.search-page-empty h2 {
		font-size: 30px;
		line-height: 1.18;
	}
}

@media (max-width: 479.98px) {
	.section-heading h2,
	.home-about h2,
	.home-services h2,
	.local-experts h2,
	.home-contact h2,
	.property-types h2,
	.page-intro-copy h2,
	.section-header-centered h2,
	.contact-page__info h2,
	.contact-page__form h2,
	.service-intro__content h2,
	.service-process h2,
	.service-cta h2,
	.careers-page-intro__content h2,
	.careers-page-jobs__heading h2,
	.error-page-search h2,
	.search-page-results__header h2,
	.search-page-empty h2 {
		font-size: 24px;
	}
}

@media (max-width: 991.98px) {
	.team-profile-colleagues__heading h2 {
		font-size: 30px;
		line-height: 1.15;
	}
}

@media (max-width: 767.98px) {
	.team-profile-colleagues__heading h2 {
		font-size: 26px;
		line-height: 1.16;
	}
}

@media (max-width: 479.98px) {
	.team-profile-colleagues__heading h2 {
		font-size: 22px;
		line-height: 1.18;
	}

	.team-profile-card h3 {
		font-size: 16px;
	}
}
