@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Lato/Lato-400-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Lato/Lato-700-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/Lato/Lato-900-latin.woff2") format("woff2");
}

:root {
	--gd-blue: #123c8c;
	--gd-blue-dark: #071b45;
	--gd-red: #c91622;
	--gd-red-dark: #8f1019;
	--gd-gold: #d79b28;
	--gd-ink: #111827;
	--gd-muted: #5e6a7d;
	--gd-line: #dfe5ee;
	--gd-soft: #f5f7fb;
	--gd-white: #fff;
	--gd-shadow: 0 16px 42px rgba(7, 27, 69, 0.16);
	--gd-radius: 8px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--gd-white);
	color: var(--gd-ink);
	font-family: "Lato", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
select,
textarea {
	font-family: "Lato", Arial, sans-serif;
}

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

a,
a:visited {
	color: var(--gd-blue);
}

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

:focus-visible {
	outline: 3px solid rgba(215, 155, 40, 0.75);
	outline-offset: 3px;
}

.container {
	max-width: 1180px;
}

.spacer {
	padding-bottom: 56px;
	padding-top: 56px;
}

h1,
h2,
h3 {
	color: var(--gd-blue-dark);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 25px;
}
#maintext {
	padding-top:20px;
}

header[role="banner"] {
	background: var(--gd-blue-dark);
	box-shadow: 0 10px 30px rgba(7, 27, 69, 0.16);
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.admin-bar header[role="banner"] {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar header[role="banner"] {
		top: 46px;
	}
}

#header-logo-phone {
	background: var(--gd-blue-dark);
	padding: 12px 0;
}

#header-logo-phone .container {
	max-width: 1220px;
}

#header-logo-phone .row {
	align-items: center;
}

#logo {
	height: auto;
	max-height: 88px;
	width: auto;
}

#header-logo-phone p,
#header-logo-phone a {
	color: var(--gd-white);
}

#header-logo-phone .text-white {
	color: var(--gd-white) !important;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	background: var(--gd-white);
	box-sizing: border-box;
	display: block;
	line-height: 1;
	list-style: none;
	position: relative;
}

#cssmenu {
	border-bottom: 1px solid var(--gd-line);
	font-family: "Lato", Arial, sans-serif;
	width: 100%;
}

#cssmenu::after,
#cssmenu > ul::after {
	clear: both;
	content: "";
	display: block;
}

#cssmenu #head-mobile {
	display: none;
}

#cssmenu ul#menu-main {
	align-items: center;
	display: flex;
	gap: 2px;
	justify-content: center;
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 12px;
	width: 100%;
}

#cssmenu > ul > li {
	float: none;
	width: auto;
}

#cssmenu > ul > li > a {
	border-radius: 0;
	color: var(--gd-ink);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	padding: 18px 14px;
	text-transform: uppercase;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active,
#cssmenu ul li.active:hover,
#cssmenu ul li.has-sub.active:hover {
	background: var(--gd-soft) !important;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
	color: var(--gd-blue);
}

#cssmenu ul ul {
	background: var(--gd-white);
	border: 1px solid var(--gd-line);
	box-shadow: var(--gd-shadow);
	left: -9999px;
	margin-top: 0;
	min-width: 230px;
	padding: 8px;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

#cssmenu li:hover > ul,
#cssmenu li:focus-within > ul {
	left: auto;
}

#cssmenu li:hover > ul > li {
	height: auto;
}

#cssmenu ul ul li {
	background: transparent;
	height: auto;
}

#cssmenu ul ul li a {
	border-bottom: 0;
	border-radius: 6px;
	color: var(--gd-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	padding: 11px 12px;
	width: 214px;
}

#cssmenu ul ul li a:hover {
	background: var(--gd-soft);
	color: var(--gd-blue);
}

.button {
	display: none;
}

#hero-1 {
	background-position: right center;
	background-size: cover;
	isolation: isolate;
	min-height: 360px;
	overflow: hidden;
	padding-bottom: 0 !important;
	position: relative;
}

#hero-1::before {
	background: var(--gd-white);
	content: "";
	inset: 0;
	position: absolute;
	width: calc(33.333% + 80px);
	z-index: 0;
}

#hero-1::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 158.42 1134.63'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M0 1134.63V0l111.32 569.46Z'/%3E%3Cpath d='M0 1134.63h51.38l107.04-565.17L42.82 0H0Z' opacity='.66'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 150px 100%;
	content: "";
	inset: -0.1vw auto -0.1vw calc(33.333% + 79px);
	pointer-events: none;
	position: absolute;
	width: 150px;
	z-index: 1;
}

#hero-1 .hero-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
}


#hero-1 .hero-layout {
	align-items: center;
	display: flex;
	gap: 28px;
	min-height: 346px;
}

#hero-1 .hero-content {
	flex: 0 0 38%;
	max-width: 38%;
}

#hero-1 .hero-form {
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
	z-index: 3;
}

#hero-1 .hero-media,
#hero-1 .hero-team-col {
	flex: 0 0 62%;
	max-width: 62%;
}

#hero-1 h1,
#hero-1 h1.hero-title,
#hero-1 h2,
#hero-1 h2.hero-title {
	color: var(--gd-blue-dark);
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 18px;
	max-width: 690px;
	padding-top: 0;
	text-align: left;
	text-shadow: none;
	text-transform: none;
}

#hero-1 .hero-media,
#hero-1 .hero-team-col {
	align-items: flex-end;
	align-self: stretch;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
}

#hero-1 .hero-team-image {
	align-self: flex-end;
	filter: drop-shadow(0 18px 22px rgba(7, 27, 69, 0.24));
	margin-bottom: -5px;
	max-height: 470px;
	object-fit: cover;
	object-position: center bottom;
	width: min(100%, 760px);
}

#hero-1 .mobilelg {
	color: #315ab3;
	display: block;
	font-size: 0.48em;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#hero-1 .hero-city {
	color: var(--gd-gold);
	display: inline-block;
}

a.blue,
.comments-area .comment-form .form-submit input,
input[type="submit"],
a.red,
.bluebtn.frm_button_submit,
.frm_submit.bluebtn,
.book-form-wrapper .frm_submit.bluebtn,
.book-form-wrapper .bluebtnwrapper button.frm_submit.bluebtn,
.bluebtnwrapper button.frm_button_submit.frm_final_submit.bluebtn,
#nf-field-4 {
	align-items: center;
	background: var(--gd-blue);
	border: 0;
	border-radius: var(--gd-radius);
	box-shadow: 0 12px 28px rgba(18, 60, 140, 0.24);
	color: var(--gd-white) !important;
	display: inline-flex;
	flex-direction: column;
	font-size: 23px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.1;
	min-width: 240px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

a.blue,
.comments-area .comment-form .form-submit input,
input[type="submit"],
.bluebtn.frm_button_submit,
.frm_submit.bluebtn,
.book-form-wrapper .frm_submit.bluebtn,
.book-form-wrapper .bluebtnwrapper button.frm_submit.bluebtn,
.bluebtnwrapper button.frm_button_submit.frm_final_submit.bluebtn,
#nf-field-4 {
	border: 2px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.36), 0 14px 14px rgba(18, 60, 140, 0.32);
}

a.red {
	background: var(--gd-red);
	border: 2px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5), 0 14px 14px rgba(0, 2, 2, 0.28);
	position: relative;
}

a.red[href^="tel:"]:not(.tapbtn) {
	column-gap: 10px;
	display: inline-grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
}

a.red[href^="tel:"]:not(.tapbtn)::before {
	content: "\f095";
	font-family: FontAwesome;
	font-size: 20px;
	grid-column: 1;
	grid-row: 1 / span 2;
	line-height: 1;
}

a.red[href^="tel:"]:not(.tapbtn) span.blue.smalltxt {
	grid-column: 2;
}

a.blue:hover,
a.blue:focus,
input[type="submit"]:hover,
	input[type="submit"]:focus,
	.bluebtn.frm_button_submit:hover,
	.frm_submit.bluebtn:hover,
	.book-form-wrapper .frm_submit.bluebtn:hover,
	.book-form-wrapper .bluebtnwrapper button.frm_submit.bluebtn:hover,
	.bluebtnwrapper button.frm_button_submit.frm_final_submit.bluebtn:hover {
	background: var(--gd-blue-dark);
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.38), 0 10px 10px rgba(18, 60, 140, 0.28);
	transform: translateY(2px);
}

a.red:hover,
a.red:focus {
	background: var(--gd-red-dark);
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.46), 0 10px 10px rgba(0, 2, 2, 0.26);
	transform: translateY(2px);
}

a.blue span.blue.smalltxt,
a.red span.blue.smalltxt {
	color: rgba(255, 255, 255, 0.82);
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 5px;
}

#promo {
	background: linear-gradient(135deg, #fff7ea 0%, #f7f9fc 52%, #eef3fb 100%);
	padding: 16px 0;
}

#promo .spacer {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom: 0;
	padding-top: 0;
}

#promo h3,
#promored h3 {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(215, 155, 40, 0.34);
	border-radius: 999px;
	box-shadow: 0 14px 32px rgba(7, 27, 69, 0.1);
	color: var(--gd-blue-dark);
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 20px;
	gap: 8px 12px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	max-width: 100%;
	padding: 12px 22px;
	text-transform: none;
}

#promo h3 .fa,
#promored h3 .fa {
	align-items: center;
	background: var(--gd-red);
	border-radius: 999px;
	color: var(--gd-white);
	display: inline-flex;
	font-size: 15px;
	height: 32px;
	justify-content: center;
	width: 32px;
}

#promo h3 .xs-hide,
#promored h3 .xs-hide {
	color: var(--gd-gold);
	font-weight: 900;
}

#promo .rotate,
#promored .rotate {
	color: var(--gd-red);
	font-weight: 900;
	min-height: 1.25em;
	opacity: 1;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

#promo .rotate.is-changing,
#promored .rotate.is-changing {
	opacity: 0;
	transform: translateY(4px);
}

#trust-badges {
	background: var(--gd-white);
	padding: 24px 0 18px;
}

#trust-badges .row {
	gap: 10px 0;
}

#trust-badges .eq-blocks {
	justify-content: center;
	min-height: 96px;
}

#trust-badges img {
	filter: saturate(0.95);
	max-height: 108px;
	object-fit: contain;
	padding: 8px;
}

#checklist {
	background: linear-gradient(180deg, var(--gd-white) 0%, #f5f7fb 100%);
	padding: 26px 0 34px;
}

#checklist .container {
	padding-bottom: 8px;
	padding-top: 8px;
}

#checklist .row {
	align-items: center;
}

#checklist .eq-blocks {
	min-height: 0;
}

#checklist img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.home-proof-offer {
	background: linear-gradient(180deg, var(--gd-white) 0%, #eef4fb 100%);
	overflow: hidden;
	padding: 10px 0 52px;
}

.home-proof-offer .container-fluid {
	max-width: 1560px;
	padding-left: 32px;
	padding-right: 32px;
}

.home-proof-strip {
	background: var(--gd-white);
	border: 1px solid rgba(223, 229, 238, 0.95);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(7, 27, 69, 0.1);
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	margin: 0 auto 42px;
	overflow: hidden;
	width: 100%;
}

.home-proof-item {
	align-items: center;
	color: var(--gd-blue-dark);
	display: flex;
	flex-direction: column;
	gap: 9px;
	justify-content: center;
	min-height: 124px;
	padding: 22px 14px 20px;
	position: relative;
	text-align: center;
}

.home-proof-item + .home-proof-item::before {
	background: linear-gradient(180deg, rgba(223, 229, 238, 0), rgba(223, 229, 238, 0.95), rgba(223, 229, 238, 0));
	bottom: 20px;
	content: "";
	left: 0;
	position: absolute;
	top: 20px;
	width: 1px;
}

.home-proof-item i {
	align-items: center;
	background: var(--gd-blue-dark);
	border: 0;
	border-radius: 999px;
	color: var(--gd-white);
	display: inline-flex;
	font-size: 30px;
	height: 54px;
	justify-content: center;
	line-height: 1;
	margin: 0 auto;
	width: 54px;
}

.home-offer-heading {
	margin: 0 auto 24px;
	max-width: 1040px;
	text-align: center;
}

.home-offer-heading h3 {
	color: var(--gd-blue-dark);
	font-size: clamp(1.85rem, 2.3vw, 2.45rem);
	font-weight: 900;
	line-height: 1.12;
	margin: 0 0 10px;
}

.home-offer-heading p {
	color: rgba(7, 27, 69, 0.76);
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
}

.home-proof-item span {
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.22;
}

.home-conversion-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 1120px;
}

.home-conversion-grid.has-booking-form {
	align-items: stretch;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
}

.home-coupon-stack {
	display: grid;
	gap: 12px;
}

.home-coupon-band {
	align-items: start;
	background: var(--gd-blue-dark);
	background-image: radial-gradient(circle at 16% 18%, rgba(67, 87, 165, 0.9) 0%, rgba(7, 27, 69, 0) 38%), linear-gradient(135deg, #08275e 0%, #071b45 58%, #09255a 100%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	box-shadow: 0 22px 46px rgba(7, 27, 69, 0.28);
	color: var(--gd-white);
	display: grid;
	gap: 16px 20px;
	grid-template-columns: 92px minmax(0, 1fr);
	margin: 0;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.home-coupon-band::before {
	border: 1px dashed rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	content: "";
	inset: 10px;
	position: absolute;
}

.home-coupon-badge,
.home-coupon-offer,
.home-coupon-button {
	position: relative;
	z-index: 1;
}

.home-coupon-badge {
	align-items: center;
	aspect-ratio: 1;
	background: var(--gd-gold);
	clip-path: polygon(50% 0%, 58% 12%, 72% 6%, 77% 20%, 92% 20%, 89% 36%, 100% 50%, 89% 64%, 92% 80%, 77% 80%, 72% 94%, 58% 88%, 50% 100%, 42% 88%, 28% 94%, 23% 80%, 8% 80%, 11% 64%, 0% 50%, 11% 36%, 8% 20%, 23% 20%, 28% 6%, 42% 12%);
	color: var(--gd-blue-dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14px;
	text-align: center;
}

.home-coupon-badge strong {
	font-size: 25px;
	font-weight: 900;
	line-height: 0.95;
}

.home-coupon-badge span {
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.home-coupon-offer {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	padding-left: 0;
}

.home-coupon-offer strong {
	color: var(--gd-white);
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0;
}

.home-coupon-offer span:last-child {
	color: var(--gd-white);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.12;
}

.home-coupon-label {
	background: var(--gd-gold);
	border-radius: 5px;
	color: var(--gd-blue-dark) !important;
	display: inline-flex;
	font-size: 13px !important;
	font-weight: 900;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
	padding: 7px 10px;
	text-transform: uppercase;
}

.home-coupon-button {
	align-items: center;
	background: var(--gd-red);
	border-radius: 8px;
	box-shadow: 0 12px 24px rgba(201, 22, 34, 0.3);
	color: var(--gd-white) !important;
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	grid-column: 1 / -1;
	justify-content: center;
	min-height: 56px;
	padding: 14px 26px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.home-coupon-note {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
	grid-column: 1 / -1;
	margin: -4px 0 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.home-coupon-mini-badges {
	align-items: center;
	background: var(--gd-white);
	border: 1px solid rgba(18, 60, 140, 0.1);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(7, 27, 69, 0.08);
	display: grid;
	gap:5px 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-items: center;
	padding: 14px 16px;
}

.home-coupon-mini-badges > div {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 66px;
	width: 100%;
}

.home-coupon-mini-badges a {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

.home-coupon-mini-badges img {
	display: block;
	filter: saturate(0.96);
	height: auto;
	margin: 0 auto;
	max-height: 88px;
	max-width: 118px;
	object-fit: contain;
	width: auto;
}

.home-booking-panel {
	margin: 0;
	min-height: 100%;
	padding: 22px 22px 15px 22px;
}

.home-booking-panel .frm_fields_container {
	display: grid !important;
	gap: 10px !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.home-booking-panel .frm_form_field {
	clear: none !important;
	float: none !important;
	margin-bottom: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	width: auto !important;
}

.home-booking-panel .home-booking-field-full,
.home-booking-panel .frm_form_field:nth-child(1),
.home-booking-panel .frm_form_field:nth-child(2),
.home-booking-panel .frm_form_field:nth-child(n+7),
.home-booking-panel .frm_submit,
.home-booking-panel .frm_verify,
.home-booking-panel .frm_error_style {
	grid-column: 1 / -1 !important;
}

.home-booking-panel .home-booking-field-half,
.home-booking-panel .frm_form_field:nth-child(3),
.home-booking-panel .frm_form_field:nth-child(4),
.home-booking-panel .frm_form_field:nth-child(5),
.home-booking-panel .frm_form_field:nth-child(6) {
	grid-column: auto !important;
}

.home-booking-panel .frm_fields_container > .home-booking-field-full {
	grid-column: 1 / -1 !important;
}

.home-booking-panel .frm_fields_container > .home-booking-field-half {
	grid-column: auto !important;
}

.home-booking-heading {
	align-items: start;
	display: grid;
	gap: 16px;
	grid-template-columns: auto 1fr;
	margin-bottom: 0px;
	text-align: left;
}

.home-booking-heading > span {
	align-items: center;
	background: rgba(18, 60, 140, 0.1);
	border-radius: 999px;
	color: var(--gd-blue);
	display: inline-flex;
	font-size: 22px;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.home-booking-heading h3 {
	font-size: 26px;
	line-height: 1.1;
	margin: 0 0 6px;
	text-align: left !important;
}

.home-booking-heading p {
	color: var(--gd-muted);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.home-booking-panel .frm_submit.bluebtn,
.home-booking-panel .bluebtnwrapper button.frm_submit.bluebtn {
	background: var(--gd-blue);
}

.home-coupon-button::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1;
	margin-left: 6px;
}

.home-coupon-button:hover,
.home-coupon-button:focus {
	background: var(--gd-red-dark);
	color: var(--gd-white) !important;
	text-decoration: none;
}

.service-grid-section,
#home-body-content {
	background: var(--gd-soft);
	padding: 46px 0 54px;
}

#home-body-content h2 {
	margin: 0 auto 24px;
	max-width: 920px;
	text-align: center;
}

.service-grid-section .container-fluid {
	max-width: 1560px;
	padding-left: 22px;
	padding-right: 22px;
}

.service-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0 auto;
	width: 100%;
}

.service-card {
	background-color: var(--gd-white);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(--gd-radius);
	box-shadow: 0 10px 24px rgba(7, 27, 69, 0.12);
	display: flex;
	min-height: 260px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.service-card:hover,
.service-card:focus {
	box-shadow: var(--gd-shadow);
	transform: translateY(-3px);
}

.service-block {
	align-items: center;
	align-self: flex-end;
	background: var(--gd-white);
	border-top: 1px solid var(--gd-line);
	color: var(--gd-blue-dark);
	display: flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1.15;
	min-height: 54px;
	padding: 14px 16px;
	text-decoration: none;
	text-shadow: none;
	width: 100%;
}

.service-block::after {
	color: var(--gd-red);
	content: "\f061";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	margin-left: 12px;
	transition: transform 0.18s ease;
}

.service-card:hover .service-block::after,
.service-card:focus .service-block::after {
	transform: translateX(3px);
}

#service-1 {
	background-position: center center;
}

#service-4 {
	background-position: center top;
}

@media (max-width: 1299px) {
	.service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.post-preview-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#hero-1::before {
		width: 36%;
	}

	#hero-1::after {
		inset: -0.1vw auto -0.1vw calc(36% - 1px);
	}
}

@media (min-width: 1800px) {
	#hero-1::before {
		width: 42%;
	}

	#hero-1::after {
		inset: -0.1vw auto -0.1vw calc(42% - 1px);
	}
}

@media (max-width: 991px) {
	#hero-1::before {
		width: 46%;
	}

	#hero-1::after {
		inset-left: calc(46% - 1px);
	}

	#hero-1 .hero-content,
	#hero-1 .hero-form,
	#hero-1 .hero-media,
	#hero-1 .hero-team-col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

#reviews {
	background: linear-gradient(180deg, #f3f8ff 0%, #eef5ff 100%);
	overflow: hidden;
	padding: 0;
}

#reviews .reviews-inner {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 30%);
	margin: 0 auto;
	max-width: 1660px;
	min-height: 300px;
}

.reviews-content {
	padding: 18px 30px 24px 40px;
}

#reviews h2 {
	color: var(--gd-blue-dark);
	font-size: 31px;
	margin: 0 0 12px;
	text-align: center;
	text-transform: uppercase;
}

#reviews h2 strong,
#reviews h2 em,
#reviews h2 span {
	color: var(--gd-red);
	font-style: normal;
}

.reviews-card-row {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reviews-card {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(223, 229, 238, 0.92);
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(7, 27, 69, 0.11);
	color: var(--gd-blue-dark);
	min-height: 180px;
	padding: 22px 24px;
}

.reviews-card-top {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: auto 1fr auto;
	margin-bottom: 6px;
}

.reviews-avatar {
	align-items: center;
	background: linear-gradient(135deg, var(--gd-blue), var(--gd-blue-dark));
	border: 3px solid var(--gd-white);
	border-radius: 999px;
	box-shadow: 0 8px 16px rgba(7, 27, 69, 0.2);
	color: var(--gd-white);
	display: inline-flex;
	font-size: 18px;
	font-weight: 900;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.reviews-person {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
	min-width: 0;
}

.reviews-person strong {
	color: var(--gd-blue-dark);
	font-size: 16px;
	font-weight: 900;
}

.reviews-person small {
	color: var(--gd-muted);
	font-size: 13px;
	font-weight: 700;
}

.reviews-google {
	align-items: center;
	color: #4285f4;
	display: inline-flex;
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
}

.reviews-stars {
	color: #ffb400;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 6px 0 12px 70px;
}

.reviews-card p {
	color: var(--gd-blue-dark);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
}

.reviews-google-link {
	color: #0057c8;
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	margin: 16px 0 0 42%;
	text-decoration: none;
}

.reviews-google-link::after {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 13px;
	line-height: 1;
	margin-left: 8px;
	margin-top: 5px;
}

.reviews-google-link:hover,
.reviews-google-link:focus {
	color: var(--gd-red);
	text-decoration: none;
}

.reviews-image-panel {
	min-height: 300px;
	overflow: hidden;
	position: relative;
}

.reviews-image-panel img,
.reviews-image-placeholder {
	height: 100%;
	min-height: 300px;
	width: 100%;
}

.reviews-image-panel img {
	display: block;
	object-fit: cover;
	object-position: center;
}

.reviews-image-placeholder {
	align-items: center;
	background: linear-gradient(135deg, #dfe8f5, #f8fbff);
	border-left: 1px solid rgba(223, 229, 238, 0.88);
	color: var(--gd-blue-dark);
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	padding: 28px;
	text-align: center;
}

.reviews-image-placeholder i {
	color: var(--gd-red);
	font-size: 42px;
}

.reviews-image-placeholder span {
	font-size: 17px;
	font-weight: 900;
}

#meettheteam {
	background: var(--gd-white);
	padding: 42px 0 30px;
}

#meettheteam h2 {
	margin: 0 auto 20px;
	max-width: 860px;
	text-align: center;
}

#meettheteam .container-fluid {
	max-width: 1560px;
	padding-left: 28px;
	padding-right: 28px;
}

.staff-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 10px auto 22px;
	max-width: 1180px;
	padding: 0 20px;
	width: 100%;
}

.staff-card {
	background: var(--gd-white);
	border: 1px solid var(--gd-line);
	border-radius: var(--gd-radius);
	box-shadow: 0 12px 30px rgba(7, 27, 69, 0.09);
	overflow: hidden;
	text-align: center;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
	padding-top:10px;
}

.staff-card:hover,
.staff-card:focus-within {
	box-shadow: var(--gd-shadow);
	transform: translateY(-3px);
}

.staff-card img {
	aspect-ratio: 1 / 1.08;
	display: block;
	height: auto;
	margin: 0;
	object-fit: cover;
	object-position: center top;
	width: 100%;
	border-radius:5px;
}

.staff-card p:empty {
	display: none;
}

.staff-card h3 {
	color: var(--gd-blue-dark);
	font-size: 18px;
	margin: 12px 12px 2px;
}

.staff-card p {
	color: var(--gd-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 12px 14px;
}

.staff-grid.staff-slider {
	display: flex;
	gap: 16px;
	grid-template-columns: none;
	margin: 8px auto 14px;
	max-width: none;
	overflow: visible;
	padding: 4px 2px 12px;
	scroll-padding-left: 2px;
	scroll-snap-type: x mandatory;
	width: 100%;
	will-change: transform;
}

.staff-grid.staff-slider .staff-card {
	flex: 0 0 calc((100% - 80px) / 6);
	min-width: 0;
	scroll-snap-align: start;
}

.staff-grid.staff-slider:not(.staff-slider-loop) {
	transform: none !important;
}

.staff-grid.staff-slider.is-animating {
	transition: transform 560ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.staff-grid.staff-slider .staff-card-clone {
	pointer-events: none;
}

.staff-slider-shell {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.staff-slider-controls {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 0 16px;
}

.staff-slider-button {
	align-items: center;
	background: var(--gd-blue-dark);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(7, 27, 69, 0.18);
	color: var(--gd-white);
	display: inline-flex;
	font-size: 20px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	line-height: 1;
	width: 42px;
}

.staff-slider-button:disabled {
	cursor: default;
	opacity: 0.38;
}

.staff-slider-button:not(:disabled):hover,
.staff-slider-button:not(:disabled):focus {
	background: var(--gd-red);
}

.staff-slider-status {
	color: var(--gd-muted);
	font-size: 14px;
	font-weight: 700;
	margin: 0 12px;
}

.review-feed-shell {
	margin: 28px auto 0;
	max-width: 1180px;
	padding-left: 20px;
	padding-right: 20px;
}

.formidable-review-feed,
.maxheight2000 {
	column-count: 3;
	column-gap: 18px;
	max-height: none;
	overflow: visible;
	position: relative;
	text-align: left;
}

.formidable-review-feed.review-feed-ready,
.maxheight2000.review-feed-ready {
	transition: max-height 240ms ease;
}

.formidable-review-feed.review-feed-collapsed,
.maxheight2000.review-feed-collapsed {
	overflow: hidden;
}

.formidable-review-feed.review-feed-expanded,
.maxheight2000.review-feed-expanded {
	max-height: none !important;
	overflow: visible;
}

.formidable-review-feed.review-feed-collapsed::after,
.maxheight2000.review-feed-collapsed::after {
	background: linear-gradient(180deg, rgba(243, 247, 252, 0), #f3f7fc 76%);
	bottom: 0;
	content: "";
	height: 120px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	z-index: 2;
}

.formidable-review-feed > .frm_grid_container,
.maxheight2000 > .frm_grid_container {
	background: var(--gd-white);
	border: 1px solid var(--gd-line);
	border-radius: var(--gd-radius);
	box-shadow: 0 12px 30px rgba(7, 27, 69, 0.08);
	break-inside: avoid;
	display: block !important;
	margin: 0 0 18px;
	overflow: hidden;
	position: relative;
}

.formidable-review-feed > .frm_grid_container::before,
.maxheight2000 > .frm_grid_container::before {
	background: var(--gd-gold);
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	width: 5px;
}

.formidable-review-feed .frm8,
.formidable-review-feed .frm4,
.maxheight2000 .frm8,
.maxheight2000 .frm4 {
	float: none !important;
	min-width: 0;
	width: 100% !important;
}

.formidable-review-feed .frm8,
.maxheight2000 .frm8 {
	align-items: flex-start !important;
	background: var(--gd-white);
	padding: 24px 24px 22px 30px !important;
}

.formidable-review-feed .frm8 p:first-child,
.maxheight2000 .frm8 p:first-child {
	color: var(--gd-ink);
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 16px;
}

.formidable-review-feed .frm8 p:first-child::before,
.maxheight2000 .frm8 p:first-child::before {
	color: var(--gd-gold);
	content: "\201C";
	font-size: 40px;
	font-weight: 900;
	line-height: 0;
	margin-right: 4px;
	vertical-align: -12px;
}

.formidable-review-feed hr,
.maxheight2000 hr {
	border-color: var(--gd-line);
	margin: 8px 0 14px;
	width: 100%;
}

.formidable-review-feed .frm8 p:last-child,
.maxheight2000 .frm8 p:last-child {
	color: var(--gd-muted);
	font-size: 15px;
	margin-bottom: 0;
}

.formidable-review-feed .frm8 a,
.maxheight2000 .frm8 a {
	background: rgba(18, 60, 140, 0.08);
	border-radius: 999px;
	color: var(--gd-blue);
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	margin: 4px 3px 0;
	padding: 4px 10px;
	text-decoration: none;
}

.formidable-review-feed .frm4,
.maxheight2000 .frm4 {
	background: var(--gd-soft);
	border-top: 1px solid var(--gd-line);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px !important;
	text-align: center;
}

.formidable-review-feed .frm4 p,
.maxheight2000 .frm4 p {
	color: var(--gd-muted);
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.formidable-review-feed .frm4 img,
.maxheight2000 .frm4 img {
	aspect-ratio: 3 / 2;
	border-radius: var(--gd-radius);
	box-shadow: 0 10px 24px rgba(7, 27, 69, 0.16);
	margin: 10px auto 12px;
	object-fit: cover;
	width: 100%;
}

.formidable-review-feed .frm4 a,
.maxheight2000 .frm4 a {
	color: var(--gd-blue);
	font-weight: 900;
	text-decoration: none;
}

.formidable-review-feed .frmsvg,
.maxheight2000 .frmsvg {
	height: auto;
	max-width: 30px;
	width: 30px;
}

@media (min-width: 1400px) {
	.formidable-review-feed,
	.maxheight2000 {
		column-count: 4;
	}
}

.review-feed-controls {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 18px auto 30px;
	text-align: center;
}

.review-feed-count {
	color: var(--gd-muted);
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.review-feed-toggle,
.review-load-more {
	background: var(--gd-blue-dark);
	border: 0;
	border-radius: var(--gd-radius);
	box-shadow: 0 12px 28px rgba(7, 27, 69, 0.18);
	color: var(--gd-white);
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-width: 220px;
	padding: 13px 18px;
	transition: background 0.18s ease, transform 0.18s ease;
}

.review-feed-toggle::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: 10px;
}

.review-feed-toggle[aria-expanded="true"]::after {
	content: "\f106";
}

.review-feed-toggle:hover,
.review-feed-toggle:focus,
.review-load-more:hover,
.review-load-more:focus {
	background: var(--gd-red);
	transform: translateY(-1px);
}

.book-form-wrapper {
	background: var(--gd-white);
	border: 1px solid var(--gd-line);
	border-radius: var(--gd-radius);
	box-shadow: var(--gd-shadow);
	color: var(--gd-ink);
	overflow: hidden;
	padding-top:15px;
}

.book-form-wrapper h3,
.book-form-wrapper h4 {
	color: var(--gd-blue-dark);
	font-size: 22px;
}

.book-form-wrapper .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
	padding: 18px;
}

.book-form-wrapper .frm_forms fieldset,
.frm_forms fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.book-form-wrapper .frm_form_field,
.frm_forms .frm_form_field {
	margin-bottom: 0px;
}

.book-form-wrapper .frm_primary_label,
.frm_forms .frm_primary_label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.frm_style_formidable-style.with_frm_style input[type="text"],
.frm_style_formidable-style.with_frm_style input[type="password"],
.frm_style_formidable-style.with_frm_style input[type="email"],
.frm_style_formidable-style.with_frm_style input[type="number"],
.frm_style_formidable-style.with_frm_style input[type="url"],
.frm_style_formidable-style.with_frm_style input[type="tel"],
.frm_style_formidable-style.with_frm_style input[type="file"],
.frm_style_formidable-style.with_frm_style input[type="search"],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea {
	border: 1px solid var(--gd-line);
	border-radius: 6px;
	box-shadow: none;
	min-height: 44px;
	padding: 10px 12px;
}

.book-form-wrapper input[type="text"],
.book-form-wrapper input[type="password"],
.book-form-wrapper input[type="email"],
.book-form-wrapper input[type="number"],
.book-form-wrapper input[type="url"],
.book-form-wrapper input[type="tel"],
.book-form-wrapper input[type="file"],
.book-form-wrapper input[type="search"],
.book-form-wrapper select,
.book-form-wrapper textarea,
.frm_forms input[type="text"],
.frm_forms input[type="password"],
.frm_forms input[type="email"],
.frm_forms input[type="number"],
.frm_forms input[type="url"],
.frm_forms input[type="tel"],
.frm_forms input[type="file"],
.frm_forms input[type="search"],
.frm_forms select,
.frm_forms textarea {
	background: var(--gd-white);
	border: 1px solid var(--gd-muted);
	border-radius: 6px;
	box-shadow: none;
	color: var(--gd-ink);
	display: block;
	font-size: 16px;
	line-height: 1.35;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
	margin-top:4px;
}

.book-form-wrapper ::placeholder,
.frm_forms ::placeholder {
	color: #374151;
	opacity: 1;
}

.book-form-wrapper .frm_description,
.frm_forms .frm_description {
	color: var(--gd-muted);
	font-size: 11px;
	letter-spacing: 0;
	line-height: 1.15;
	margin-top: 3px;
}

.book-form-wrapper .frm_error,
.frm_forms .frm_error {
	font-size: 13px;
	line-height: 1.35;
	margin-top: 4px;
}

.book-form-wrapper .frm_error,
.frm_forms .frm_error {
	color: var(--gd-red);
	font-weight: 700;
}

.frm_style_formidable-style.with_frm_style input:focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus {
	border-color: var(--gd-blue);
	box-shadow: 0 0 0 3px rgba(18, 60, 140, 0.12);
	outline: 0;
}

.book-form-wrapper input:focus,
.book-form-wrapper select:focus,
.book-form-wrapper textarea:focus,
.frm_forms input:focus,
.frm_forms select:focus,
.frm_forms textarea:focus {
	border-color: var(--gd-blue);
	box-shadow: 0 0 0 3px rgba(18, 60, 140, 0.14);
	outline: 0;
}

.sidebar-quote-reviews {
	background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
	border: 1px solid rgba(18, 60, 140, 0.12);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(7, 27, 69, 0.08);
	margin: 22px 0;
	padding: 18px;
	text-align: left;
}

.sidebar-quote-reviews h3 {
	color: var(--gd-blue-dark);
	font-size: 21px;
	line-height: 1.15;
	margin: 0 0 14px;
	text-align: left;
}

.sidebar-quote-review {
	background: var(--gd-white);
	border: 1px solid var(--gd-line);
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(7, 27, 69, 0.06);
	margin: 0 0 14px;
	padding: 16px;
	position: relative;
}

.sidebar-quote-review:last-child {
	margin-bottom: 0;
}

.sidebar-quote-stars {
	color: var(--gd-gold);
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 10px;
}

.sidebar-quote-review blockquote {
	border: 0;
	color: var(--gd-ink);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.48;
	margin: 0 0 12px;
	padding: 0 0 0 22px;
	position: relative;
}

.sidebar-quote-review blockquote::before {
	color: rgba(215, 155, 40, 0.8);
	content: "\201C";
	font-size: 34px;
	font-weight: 900;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -6px;
}

.sidebar-quote-review footer {
	border-top: 1px solid rgba(223, 229, 238, 0.9);
	display: grid;
	gap: 4px;
	padding-top: 10px;
}

.sidebar-quote-review footer strong {
	color: var(--gd-blue-dark);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
}

.sidebar-quote-review footer span {
	color: var(--gd-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}
.sidebar-quote-review footer{
	background-color:#fff;
}
.sidebar-quote-review footer a {
	color: var(--gd-blue);
	font-weight: 900;
	text-decoration: none;
}

.sidebar-quote-review footer a:hover,
.sidebar-quote-review footer a:focus {
	color: var(--gd-red);
	text-decoration: underline;
	text-underline-offset: 2px;
}

#pg_title {
	background: var(--gd-blue-dark);
	box-shadow: none;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}

#pg_title::before {
	background: linear-gradient(90deg, rgba(215, 155, 40, 0), rgba(215, 155, 40, 0.72), rgba(215, 155, 40, 0));
	content: "";
	height: 3px;
	left: 50%;
	max-width: 640px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 54%;
}

.pagetitle {
	margin: 0;
	padding: 36px 0 40px;
}

#individual-post,
#below-content {
	background: var(--gd-soft);
}
#below-content {
	padding-top:20px;
}


.post-content article {
	color: var(--gd-ink);
}

.post-content h2,
.post-content h3 {
	margin-top: 1.1em;
}

#post-preview {
	background: linear-gradient(180deg, var(--gd-white) 0%, #f3f7fc 100%);
	padding: 50px 0 58px;
}

.post-preview-inner {
	margin: 0 auto;
	max-width: 1560px;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.post-preview-header {
	align-items: center;
	display: grid;
	gap: 18px 24px;
	grid-template-columns: 1fr auto;
	margin: 0 auto 28px;
	max-width: 1240px;
}

.post-preview-heading {
	border-left: 5px solid var(--gd-red);
	padding-left: 18px;
	text-align: left;
}

.post-preview-kicker {
	color: var(--gd-red);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.post-preview-header h2 {
	color: var(--gd-blue-dark);
	font-size: clamp(2rem, 2.5vw, 3rem);
	line-height: 1.02;
	margin: 8px 0 0;
	max-width: 760px;
}

.post-preview-all {
	align-items: center;
	background: var(--gd-blue-dark);
	border-radius: 999px;
	color: var(--gd-white) !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	justify-self: end;
	padding: 11px 18px;
	text-decoration: none;
	white-space: nowrap;
}

.post-preview-all::after,
.post-preview-readmore::after {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 1;
	margin-left: 8px;
}

.post-preview-all:hover,
.post-preview-all:focus {
	background: var(--gd-red);
	color: var(--gd-white) !important;
	text-decoration: none;
}

.post-preview-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	width: 100%;
}

.post-preview-card {
	background: var(--gd-white);
	border: 1px solid rgba(223, 229, 238, 0.92);
	border-radius: var(--gd-radius);
	box-shadow: 0 12px 30px rgba(7, 27, 69, 0.09);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.post-preview-card:hover,
.post-preview-card:focus-within {
	box-shadow: var(--gd-shadow);
	transform: translateY(-3px);
}

.post-preview-media {
	background: var(--gd-soft);
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.post-preview-media img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.24s ease;
	width: 100%;
}

.post-preview-card:hover .post-preview-media img,
.post-preview-card:focus-within .post-preview-media img {
	transform: scale(1.04);
}

.post-preview-summary {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px 16px 18px;
}

.post-preview-meta {
	align-items: center;
	color: var(--gd-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	line-height: 1.2;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.post-preview-meta span {
	color: var(--gd-red);
}

.post-preview-meta time::before {
	color: var(--gd-line);
	content: "/";
	margin-right: 8px;
}

.post-preview-summary h3 {
	font-size: 19px;
	line-height: 1.16;
	margin: 0 0 10px;
}

.post-preview-summary h3 a {
	color: var(--gd-blue-dark);
	text-decoration: none;
}

.post-preview-summary h3 a:hover,
.post-preview-summary h3 a:focus {
	color: var(--gd-red);
}

.post-preview-summary p {
	color: var(--gd-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 14px;
}

.post-preview-readmore {
	align-items: center;
	color: var(--gd-blue) !important;
	display: inline;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	margin-top: auto;
	text-decoration: none;
}

.post-preview-readmore-prefix {
	white-space: nowrap;
}

.post-preview-readmore-title {
	font-weight: 700;
}

.post-preview-readmore:hover,
.post-preview-readmore:focus {
	color: var(--gd-red) !important;
	text-decoration: none;
}

.bluebkg {
	background: var(--gd-blue-dark) !important;
	border-radius: var(--gd-radius);
	width:100%;
}

#proudly-serving-banner {
	background: var(--gd-soft);
	padding: 46px 0 34px;
	background-color: #D9F3FF;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23ACCEF9' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2388C1DE'%3E%3Ccircle cx='769' cy='229' r='7'/%3E%3Ccircle cx='539' cy='269' r='7'/%3E%3Ccircle cx='603' cy='493' r='7'/%3E%3Ccircle cx='731' cy='737' r='7'/%3E%3Ccircle cx='520' cy='660' r='7'/%3E%3Ccircle cx='309' cy='538' r='7'/%3E%3Ccircle cx='295' cy='764' r='7'/%3E%3Ccircle cx='40' cy='599' r='7'/%3E%3Ccircle cx='102' cy='382' r='7'/%3E%3Ccircle cx='127' cy='80' r='7'/%3E%3Ccircle cx='370' cy='105' r='7'/%3E%3Ccircle cx='578' cy='42' r='7'/%3E%3Ccircle cx='237' cy='261' r='7'/%3E%3Ccircle cx='390' cy='382' r='7'/%3E%3C/g%3E%3C/svg%3E");
}

.service-area-shell {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
}

.service-area-intro {
	text-align: left;
}

.service-area-eyebrow {
	color: var(--gd-red);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.service-area-intro h3 {
	color: var(--gd-blue-dark);
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 900;
	line-height: 1.02;
	margin: 0;
}

.service-area-intro h3 a {
	color: var(--gd-blue);
	text-decoration: none;
}

.service-area-intro h3 a:hover,
.service-area-intro h3 a:focus {
	color: var(--gd-red);
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.service-area-intro p {
	color: rgba(7, 27, 69, 0.72);
	font-size: 1rem;
	line-height: 1.55;
	margin: 16px 0 0;
	max-width: 34rem;
}

.service-area-panel {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(18, 60, 140, 0.12);
	border-radius: var(--gd-radius-sm);
	box-shadow: 0 18px 46px rgba(7, 27, 69, 0.1);
	padding: 22px;
	position: relative;
}

#city-list-footer.footer-products-list,
.service-area-list {
	column-count: 4;
	column-gap: 18px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
	transition: max-height 220ms ease;
}

.js #city-list-footer.footer-products-list,
.js .service-area-list {
	max-height: 178px;
	overflow: hidden;
}

.service-area-panel::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 78%);
	bottom: 62px;
	content: "";
	height: 54px;
	left: 22px;
	display: none;
	pointer-events: none;
	position: absolute;
	right: 22px;
	transition: opacity 180ms ease;
}

.js .service-area-panel::after {
	display: block;
}

.js .service-area-panel.is-expanded::after {
	opacity: 0;
}

.js .service-area-panel.is-expanded #city-list-footer.footer-products-list,
.js .service-area-panel.is-expanded .service-area-list {
	max-height: none;
}

.service-area-list li {
	break-inside: avoid;
	margin: 0 0 10px;
}

#city-list-footer a {
	align-items: center;
	background: rgba(18, 60, 140, 0.06);
	border: 1px solid rgba(18, 60, 140, 0.1);
	border-radius: 999px;
	color: var(--gd-blue);
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 700;
	gap: 8px;
	line-height: 1.2;
	padding: 8px 12px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

#city-list-footer a::after {
	color: var(--gd-red);
	content: "\f105";
	font-family: FontAwesome;
	font-size: 0.9em;
}

#city-list-footer a:hover,
#city-list-footer a:focus {
	background: var(--gd-blue);
	border-color: var(--gd-blue);
	color: var(--gd-white);
	transform: translateY(-1px);
}

#city-list-footer a:hover::after,
#city-list-footer a:focus::after {
	color: var(--gd-white);
}

.service-area-toggle {
	background: var(--gd-blue-dark);
	border: 0;
	border-radius: 999px;
	color: var(--gd-white);
	font-weight: 900;
	margin-top: 18px;
	padding: 11px 18px;
	position: relative;
	z-index: 1;
}

.service-area-toggle:hover,
.service-area-toggle:focus {
	background: var(--gd-red);
}

#product-links {
	background: var(--gd-white);
}

#product-links iframe,
#product-links .mapbkg {
	border-radius: 0;
}

section.footers {
	background: var(--gd-blue-dark);
	border-bottom: 0;
	padding: 52px 10px 38px;
}

section.footers h2,
section.footers h3,
section.footers h4 {
	color: var(--gd-white) !important;
}

section.footers p,
section.footers a {
	color: rgba(255, 255, 255, 0.78);
}

section.footers a:hover,
section.footers a:focus {
	color: var(--gd-white);
}

.footerlogo {
	border-radius: var(--gd-radius);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

footer {
	background: #050b18;
	color: rgba(255, 255, 255, 0.72);
}

footer a,
footer a:visited {
	color: #ff6b72;
}

footer a:hover,
footer a:focus {
	color: var(--gd-white);
}

#site-footer {
	background: #020815;
	color: rgba(255, 255, 255, 0.82);
}

.site-footer-main {
	background: radial-gradient(circle at 8% 0%, rgba(18, 60, 140, 0.44), transparent 34%), linear-gradient(135deg, #06122d 0%, #020815 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-inner {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(250px, 1.5fr) minmax(130px, 0.72fr) minmax(190px, 0.92fr) minmax(230px, 1fr) minmax(170px, 0.75fr);
	margin: 0 auto;
	max-width: 1560px;
	padding: 22px 44px 20px;
}

.footer-brand,
.footer-links,
.footer-contact {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	padding-right: 34px;
}

.footer-logo-link {
	display: inline-flex;
	margin-bottom: 12px;
}

#site-footer .footerlogo {
	border-radius: 0;
	box-shadow: none;
	display: block;
	height: auto;
	margin: 0;
	max-width: 300px;
	width: 100%;
}

.footer-brand p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 12px;
	max-width: 330px;
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.footer-socials a {
	align-items: center;
	background: var(--gd-blue);
	border-radius: 999px;
	color: var(--gd-white) !important;
	display: inline-flex;
	font-size: 16px;
	height: 34px;
	justify-content: center;
	text-decoration: none;
	width: 34px;
}

.footer-socials a:nth-child(2),
.footer-socials a:nth-child(3),
.footer-socials a:nth-child(4) {
	background: var(--gd-red);
}

.footer-socials a:hover,
.footer-socials a:focus {
	background: var(--gd-gold);
	color: var(--gd-blue-dark) !important;
}

#site-footer h2 {
	color: var(--gd-white);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 12px;
}

.footer-links ul,
.footer-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links li,
.footer-contact li {
	margin: 0 0 7px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-contact a:hover,
.footer-contact a:focus {
	color: var(--gd-white) !important;
	text-decoration: underline;
}

.footer-services li {
	padding-left: 20px;
	position: relative;
}

.footer-services li::before {
	color: var(--gd-white);
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 12px;
	left: 0;
	position: absolute;
	top: 2px;
}

.footer-phone {
	align-items: center;
	background: var(--gd-red);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(201, 22, 34, 0.22);
	color: var(--gd-white) !important;
	display: inline-flex;
	font-size: 18px;
	font-weight: 900;
	gap: 9px;
	line-height: 1;
	margin: 0 0 12px;
	padding: 10px 16px;
	text-decoration: none;
}

.footer-phone:hover,
.footer-phone:focus {
	background: var(--gd-red-dark);
	color: var(--gd-white) !important;
	text-decoration: none;
}

.footer-contact li {
	align-items: flex-start;
	display: grid;
	gap: 10px;
	grid-template-columns: 18px 1fr;
}

.footer-contact li i {
	color: var(--gd-white);
	margin-top: 3px;
	text-align: center;
}

.footer-guarantee {
	align-items: center;
	display: flex;
	justify-content: center;
}

.footer-guarantee-badge {
	align-items: center;
	aspect-ratio: 1;
	background: linear-gradient(145deg, #123c8c 0%, #071b45 100%);
	border: 6px solid #f5bd26;
	border-radius: 22px;
	box-shadow: 0 0 0 10px rgba(18, 60, 140, 0.55), 0 20px 30px rgba(0, 0, 0, 0.22);
	color: var(--gd-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 150px;
	position: relative;
	text-align: center;
	width: 100%;
}

.footer-guarantee-badge strong {
	color: var(--gd-white);
	font-size: 34px;
	font-weight: 900;
	line-height: 0.95;
}

.footer-guarantee-badge span {
	font-size: 17px;
	font-weight: 900;
	line-height: 1.1;
}

.footer-guarantee-badge em {
	background: var(--gd-gold);
	border-radius: 999px;
	color: var(--gd-blue-dark);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	margin-top: 8px;
	padding: 4px 12px;
}

.site-footer-bottom {
	background: #071b45;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-bottom-inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin: 0 auto;
	max-width: 1560px;
	padding: 10px 24px;
	text-align: center;
}

.site-footer-bottom p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.site-footer-bottom nav {
	display: inline-flex;
	gap: 0;
}

.site-footer-bottom a {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 13px;
	font-weight: 700;
	padding: 0 13px;
	position: relative;
	text-decoration: none;
}

.site-footer-bottom a + a::before {
	background: rgba(255, 255, 255, 0.58);
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.site-footer-bottom a:hover,
.site-footer-bottom a:focus {
	color: var(--gd-white) !important;
	text-decoration: underline;
}

.footer-accessibility {
	background: #050505;
	color: rgba(255, 255, 255, 0.78);
}

.footer-accessibility-inner {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 72px 1fr;
	margin: 0 auto;
	max-width: 1180px;
	padding: 18px 24px 22px;
}

.footer-accessibility img {
	height: auto;
	width: 72px;
}

.footer-accessibility h2 {
	color: var(--gd-white);
	font-size: 18px;
	margin: 0 0 6px;
}

.footer-accessibility p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.footer-accessibility a {
	color: var(--gd-gold) !important;
	font-weight: 900;
}

#tap-text-btns {
	bottom: 0;
	filter: drop-shadow(0 -8px 20px rgba(7, 27, 69, 0.18));
}

#tap-text-btns a.red,
#tap-text-btns a.blue {
	border-radius: 0;
	box-shadow: none;
	font-size: 18px;
	min-height: 62px;
	min-width: 0;
	padding: 10px 6px;
	width: 100%;
}

@media (max-width: 1014px) {
	.logo {
		background: var(--gd-white);
		padding: 10px 58px 10px 12px;
		text-align: left;
	}

	.logo img {
		max-height: 68px;
	}

	#cssmenu ul#menu-main {
		align-items: stretch;
		display: none !important;
		flex-direction: column;
		padding: 0;
		max-width: none;
	}

	#cssmenu ul#menu-main.open {
		display: flex !important;
	}

	#cssmenu,
	#cssmenu ul,
	#cssmenu ul li {
		width: 100%;
	}

	#cssmenu > ul > li {
		width: 100%;
	}

	#cssmenu > ul > li > a,
	#cssmenu ul ul li a {
		border-radius: 0;
		color: var(--gd-ink);
		font-size: 16px;
		padding: 15px 18px;
		width: 100%;
	}

	#cssmenu ul li {
		border-top: 1px solid var(--gd-line);
	}

	#cssmenu ul ul {
		border: 0;
		box-shadow: none;
		left: 0;
		position: relative;
		padding: 0;
		top: auto;
		width: 100%;
	}

	#cssmenu ul ul li {
		background: var(--gd-soft) !important;
	}

	.button {
		cursor: pointer;
		display: block;
		height: 58px;
		position: absolute;
		right: 0;
		top: 8px;
		width: 58px;
		z-index: 12399994;
	}

	.button::before,
	.button::after {
		right: 18px;
	}

	.button::before {
		background: var(--gd-blue-dark);
		content: "";
		display: block;
		height: 2px;
		position: absolute;
		top: 20px;
		transition: transform 0.18s ease, top 0.18s ease;
		width: 22px;
	}

	.button::after {
		border-bottom: 2px solid var(--gd-blue-dark);
		border-top: 2px solid var(--gd-blue-dark);
		content: "";
		display: block;
		height: 10px;
		position: absolute;
		top: 27px;
		transition: transform 0.18s ease, border 0.18s ease, top 0.18s ease;
		width: 22px;
	}

	.button.menu-opened::before {
		top: 27px;
		transform: rotate(-45deg);
	}

	.button.menu-opened::after {
		border-bottom: 0;
		height: 2px;
		top: 27px;
		transform: rotate(45deg);
	}

	#cssmenu .submenu-button {
		border-left: 1px solid var(--gd-line);
		cursor: pointer;
		display: block;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		z-index: 99;
	}

	#cssmenu .submenu-button::after,
	#cssmenu .submenu-button::before {
		background: var(--gd-blue-dark);
		content: "";
		display: block;
		position: absolute;
	}

	#cssmenu .submenu-button::after {
		height: 2px;
		right: 20px;
		top: 24px;
		width: 10px;
	}

	#cssmenu .submenu-button::before {
		height: 10px;
		right: 24px;
		top: 20px;
		width: 2px;
	}

	#cssmenu .submenu-button.submenu-opened::before {
		display: none;
	}
}

@media (max-width: 1014px) {
	body {
		font-size: 16px;
		padding-bottom: 70px;
	}

	.spacer {
		padding-bottom: 34px;
		padding-top: 34px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 29px;
	}

	#hero-1 {
		background-image: none !important;
		background: var(--gd-white);
		min-height: 0;
	}

	#hero-1::before {
		display: none;
	}

	#hero-1::after {
		display: none;
	}

	#hero-1 .spacer {
		padding-bottom: 24px;
		padding-top: 24px;
	}

	#hero-1 .hero-layout {
		flex-direction: column;
		min-height: 0;
	}

	#hero-1 .hero-content,
	#hero-1 .hero-form,
	#hero-1 .hero-media,
	#hero-1 .hero-team-col {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}

	#hero-1 h1,
	#hero-1 h1.hero-title,
	#hero-1 h2,
	#hero-1 h2.hero-title {
		color: var(--gd-blue-dark);
		font-size: 36px;
		line-height: 1.08;
		margin: 0 auto 14px;
		padding: 6px 8px 0;
		text-align: center;
		text-shadow: none;
	}

	#hero-1 .mobilelg {
		font-size: 0.72em;
		line-height: 1.05;
	}

	#hero-1 img.mobileonly {
		border-radius: var(--gd-radius);
		box-shadow: none;
		filter: drop-shadow(0 12px 18px rgba(7, 27, 69, 0.18));
		margin: 10px auto 0;
	}

	#hero-1 .hero-team-mobile {
		max-height: 300px;
		object-fit: contain;
		width: auto;
	}
	#hero-1 .hero-inner {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4faff+1,c4e9ff+100 */
background: linear-gradient(to bottom,  rgba(244,250,255,1) 1%,rgba(196,233,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


	}

	#meettheteam {
		padding: 40px 0 30px;
	}

	#meettheteam h2 {
		padding-left: 16px;
		padding-right: 16px;
	}

	.staff-grid.staff-slider {
		display: flex;
		gap: 14px;
		margin: 8px 0 14px;
		max-width: none;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 4px 16px 18px;
		scroll-behavior: smooth;
		scroll-padding-left: 16px;
		scroll-snap-type: x mandatory;
		transform: none !important;
		transition: none !important;
		-webkit-overflow-scrolling: touch;
	}

	.staff-grid.staff-slider .staff-card-clone {
		display: none;
	}

	.staff-grid.staff-slider::-webkit-scrollbar {
		height: 8px;
	}

	.staff-grid.staff-slider::-webkit-scrollbar-track {
		background: var(--gd-soft);
		border-radius: 999px;
	}

	.staff-grid.staff-slider::-webkit-scrollbar-thumb {
		background: rgba(18, 60, 140, 0.35);
		border-radius: 999px;
	}

	.staff-grid.staff-slider .staff-card {
		flex: 0 0 min(78vw, 310px);
		scroll-snap-align: start;
	}

	.staff-slider-controls {
		align-items: center;
		display: flex;
		justify-content: center;
		margin: 4px 0 18px;
	}

	#reviews .reviews-inner {
		grid-template-columns: 1fr;
	}

	.reviews-content {
		padding: 22px 14px 18px;
	}

	#reviews h2 {
		font-size: 24px;
		line-height: 1.15;
	}

	.reviews-card-row {
		gap: 14px;
		grid-template-columns: 1fr;
		margin: 0 auto;
		max-width: 560px;
	}

	.reviews-card {
		min-height: 0;
		padding: 18px;
	}

	.reviews-avatar {
		height: 50px;
		width: 50px;
	}

	.reviews-stars {
		margin-left: 62px;
	}

	.reviews-card p {
		font-size: 16px;
	}

	.reviews-google-link {
		justify-content: center;
		margin: 14px auto 0;
		width: 100%;
	}

	.reviews-image-panel,
	.reviews-image-panel img,
	.reviews-image-placeholder {
		min-height: 230px;
	}

	.review-feed-shell {
		padding-left: 12px;
		padding-right: 12px;
	}

	.formidable-review-feed,
	.maxheight2000 {
		column-count: 1;
		column-gap: 0;
	}

	.formidable-review-feed .frm8,
	.maxheight2000 .frm8 {
		padding: 22px 18px 18px 24px !important;
	}

	.formidable-review-feed .frm8 p:first-child,
	.maxheight2000 .frm8 p:first-child {
		font-size: 16px;
	}

	.formidable-review-feed .frm4,
	.maxheight2000 .frm4 {
		border-top: 1px solid var(--gd-line);
		padding: 18px !important;
	}

	.formidable-review-feed .frm4 img,
	.maxheight2000 .frm4 img {
		max-width: 260px;
	}

	.review-feed-toggle,
	.review-load-more {
		width: 100%;
	}

	a.blue,
	input[type="submit"],
	a.red,
	.bluebtn.frm_button_submit,
	.frm_submit.bluebtn {
		font-size: 20px;
		min-width: 0;
		width: 100%;
	}

	#promo h3,
	#promored h3 {
		border-radius: 18px;
		font-size: 18px;
		padding: 12px 16px;
		width: 100%;
	}

	.home-proof-offer {
		padding-bottom: 28px;
	}

	.home-proof-offer .container-fluid {
		padding-left: 14px;
		padding-right: 14px;
	}

	.home-proof-strip {
		border-radius: 16px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		margin-bottom: 18px;
	}

	.home-proof-item {
		min-height: 104px;
		padding: 16px 10px;
	}

	.home-proof-item + .home-proof-item::before {
		display: none;
	}

	.home-proof-item:nth-child(odd)::after {
		background: var(--gd-line);
		bottom: 16px;
		content: "";
		position: absolute;
		right: 0;
		top: 16px;
		width: 1px;
	}

	.home-proof-item i {
		font-size: 34px;
	}

	.home-proof-item span {
		font-size: 14px;
	}

	.home-conversion-grid,
	.home-conversion-grid.has-booking-form {
		grid-template-columns: 1fr;
		max-width: 620px;
	}

	.home-offer-heading {
		margin-bottom: 18px;
	}

	.home-offer-heading h3 {
		font-size: 28px;
	}

	.home-offer-heading p {
		font-size: 15px;
	}

	.home-coupon-band {
		gap: 16px;
		grid-template-columns: 86px 1fr;
		max-width: 620px;
		padding: 18px;
	}

	.home-coupon-band::before {
		inset: 8px;
	}

	.home-coupon-badge {
		padding: 14px;
	}

	.home-coupon-badge strong {
		font-size: 22px;
	}

	.home-coupon-badge span {
		font-size: 13px;
	}

	.home-coupon-offer strong {
		font-size: 38px;
	}

	.home-coupon-offer span:last-child {
		font-size: 20px;
	}

	.home-coupon-label {
		font-size: 11px !important;
	}

	.home-coupon-button {
		grid-column: 1 / -1;
		min-height: 50px;
		width: 100%;
	}

	.home-coupon-mini-badges {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 12px;
	}

	.home-coupon-mini-badges img {
		max-height: 52px;
		max-width: 108px;
	}

	.home-booking-panel {
		padding: 20px;
	}

	.home-booking-panel .frm_fields_container {
		grid-template-columns: 1fr;
	}

	.home-booking-panel .frm_form_field:nth-child(3),
	.home-booking-panel .frm_form_field:nth-child(4),
	.home-booking-panel .frm_form_field:nth-child(5),
	.home-booking-panel .frm_form_field:nth-child(6) {
		grid-column: 1 / -1;
	}

	.home-booking-heading {
		gap: 12px;
	}

	.home-booking-heading > span {
		font-size: 18px;
		height: 44px;
		width: 44px;
	}

	.home-booking-heading h3 {
		font-size: 22px;
	}

	#home-body-content {
		padding: 28px 0;
	}

	#post-preview {
		padding: 34px 0 40px;
	}

	.post-preview-inner {
		padding-left: 14px;
		padding-right: 14px;
	}

	.post-preview-header {
		align-items: start;
		grid-template-columns: 1fr;
		margin-bottom: 18px;
	}

	.post-preview-heading {
		border-left-width: 4px;
		padding-left: 14px;
	}

	.post-preview-header h2 {
		font-size: 28px;
	}

	.post-preview-all {
		justify-self: start;
	}

	.post-preview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.post-preview-summary {
		padding: 14px;
	}

	.post-preview-summary h3 {
		font-size: 17px;
	}

	.service-grid-section .container-fluid {
		padding-left: 14px;
		padding-right: 14px;
	}

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

	.service-card {
		background-image: none !important;
		min-height: 58px;
	}

	.service-block {
		border-top: 0;
		font-size: 13px;
		min-height: 58px;
		padding: 11px 12px;
	}

	.service-block::after {
		font-size: 12px;
		margin-left: 8px;
	}

	#trust-badges {
		padding: 12px 0;
	}

	#trust-badges .eq-blocks {
		flex: 0 0 33.333%;
		max-width: 33.333%;
		min-height: 82px;
	}

	#trust-badges img {
		max-height: 82px;
		padding: 4px;
	}

	section.footers {
		padding-bottom: 30px;
	}

	section.footers ul {
		margin-left: 0;
	}

	.service-area-shell {
		grid-template-columns: 1fr;
	}

	.service-area-intro,
	.service-area-intro p {
		text-align: center;
	}

	.service-area-intro p {
		margin-left: auto;
		margin-right: auto;
	}

	#city-list-footer.footer-products-list,
	.service-area-list {
		column-count: 2;
	}

	.js #city-list-footer.footer-products-list,
	.js .service-area-list {
		max-height: 244px;
	}

	.service-area-panel {
		padding: 18px;
	}

	.service-area-panel::after {
		left: 18px;
		right: 18px;
	}

	.site-footer-inner {
		gap: 24px;
		grid-template-columns: 1fr;
		padding: 30px 20px 26px;
		text-align: left;
	}

	.footer-brand,
	.footer-links,
	.footer-contact {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		padding-bottom: 22px;
		padding-right: 0;
	}

	#site-footer .footerlogo {
		max-width: 250px;
	}

	.footer-brand p {
		max-width: none;
	}

	.footer-guarantee {
		justify-content: flex-start;
	}

	.footer-guarantee-badge {
		max-width: 136px;
	}

	.site-footer-bottom-inner {
		flex-direction: column;
		gap: 8px;
		padding: 13px 18px;
	}

	.site-footer-bottom nav {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-accessibility-inner {
		align-items: flex-start;
		grid-template-columns: 56px 1fr;
		padding: 18px 16px 88px;
	}

	.footer-accessibility img {
		width: 56px;
	}
}

@media (max-width: 560px) {
	.home-proof-strip {
		border-radius: 16px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-bottom: 18px;
	}
	#hero-1 h1, 
	#hero-1 h1.hero-title, 
	#hero-1 h2, 
	#hero-1 h2.hero-title {
		font-size:26px;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	#hero-1 .hero-team-image{
		margin-top:-20px;
	}
	#hero-1 .mobilelg{
		font-size:1em;
		margin-top:5px;
	}
	.post-preview-grid {
		grid-template-columns: 1fr;
	}

	.post-preview-media img {
		aspect-ratio: 16 / 9;
	}
}
