.impact-services-hub-lab-active #Content.impact-services-hub-lab {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

.impact-services-hub-lab-active #Content .content_wrapper,
.impact-services-hub-lab-active #Content .sections_group,
.impact-services-hub-lab-active #Content .section_wrapper,
.impact-services-hub-lab-active #Content .the_content_wrapper {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.impact-services-hub-lab {
	--impact-hub-red: #c00000;
	--impact-hub-orange: #c84a1c;
	--impact-hub-teal: #2b6475;
	--impact-hub-deep: #173642;
	--impact-hub-green: #2aa000;
	--impact-hub-slate: #3d4752;
	--impact-hub-surface: #fcfcfc;
	--impact-hub-product-gradient: linear-gradient(135deg, var(--impact-hub-red), #d20000 35%, var(--impact-hub-orange) 72%, #ffb020);
	--impact-hub-service-gradient: linear-gradient(135deg, var(--impact-hub-teal), #24596a 55%, var(--impact-hub-deep));
	background: var(--impact-hub-surface);
	color: var(--impact-hub-slate);
	font-family: "IBM Plex Sans", Arial, sans-serif;
	overflow: clip;
}

.impact-services-hub-lab *,
.impact-services-hub-lab *::before,
.impact-services-hub-lab *::after {
	box-sizing: border-box;
}

.impact-services-hub-lab h1,
.impact-services-hub-lab h2,
.impact-services-hub-lab h3,
.impact-services-hub-lab h4,
.impact-services-hub-lab p {
	margin: 0;
	color: inherit;
	font-family: inherit;
}

.impact-services-hub-lab a {
	color: var(--impact-hub-teal);
	text-decoration: none;
}

.impact-services-hub-lab button,
.impact-services-hub-lab input,
.impact-services-hub-lab textarea,
.impact-services-hub-lab select {
	font: inherit;
}

.impact-hub-container {
	width: min(100% - 128px, 1312px);
	margin-inline: auto;
}

.impact-hub-section {
	padding-block: 56px;
}

.impact-hub-tab {
	display: inline-flex;
	padding: 5px 12px;
	border-radius: 4px;
	background: var(--impact-hub-service-gradient);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.impact-hub-heading {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 26px;
}

.impact-hub-heading h2 {
	font-size: clamp(26px, 2.4vw, 32px);
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 1.2;
}

.impact-hub-heading > i {
	width: 26px;
	height: 2px;
	background: var(--impact-hub-red);
}

.impact-hub-heading > p {
	max-width: 560px;
	color: #6b7480;
	font-size: 14.5px;
	line-height: 1.6;
}

.impact-hub-heading--link > a,
.impact-hub-heading--link > button {
	position: absolute;
	top: 32px;
	right: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--impact-hub-teal) !important;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.impact-hub-hero {
	position: relative;
	color: #fff;
}

.impact-hub-hero__image,
.impact-hub-hero__scrim {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.impact-hub-hero__image {
	object-fit: cover;
	object-position: center 42%;
}

.impact-hub-hero__scrim {
	background: linear-gradient(180deg, rgba(23, 54, 66, .82), rgba(11, 26, 33, .94));
}

.impact-hub-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
	gap: 52px;
	align-items: start;
	padding-block: var(--impact-page-hero-padding-top, 48px) 52px;
}

.impact-hub-breadcrumbs {
	display: flex;
	gap: 8px;
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
}

.impact-hub-breadcrumbs a,
.impact-hub-breadcrumbs strong {
	color: inherit;
	font-weight: 400;
}

.impact-hub-hero h1 {
	max-width: 690px;
	margin-top: 16px;
	color: #fff;
	font-size: clamp(38px, 4vw, 48px);
	font-weight: 700;
	letter-spacing: -.015em;
	line-height: 1.1;
}

.impact-hub-hero__lead {
	max-width: 620px;
	margin-top: 16px !important;
	color: rgba(255, 255, 255, .87) !important;
	font-size: 17px;
	line-height: 1.6;
	text-wrap: pretty;
}

.impact-hub-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 26px;
}

.impact-hub-benefits article {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	min-width: 0;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 6px;
	background: rgba(255, 255, 255, .07);
}

.impact-hub-benefits i {
	display: grid;
	width: 22px;
	height: 22px;
	flex: none;
	place-items: center;
	color: rgba(255, 255, 255, .75);
	font-style: normal;
}

.impact-hub-benefits i svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.impact-hub-benefits strong,
.impact-hub-benefits span {
	display: block;
}

.impact-hub-benefits strong {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.impact-hub-benefits span {
	margin-top: 2px;
	color: rgba(255, 255, 255, .67);
	font-size: 12.5px;
	line-height: 1.5;
}

.impact-hub-quote {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px 32px 26px;
	border-radius: 8px;
	background: var(--impact-hub-service-gradient);
	box-shadow: 0 18px 40px rgba(5, 20, 27, .28);
	color: #fff;
}

.impact-hub-quote h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.impact-hub-quote > p {
	color: rgba(255, 255, 255, .8);
	font-size: 13.5px;
	line-height: 1.5;
}

.impact-hub-quote small {
	display: block;
	color: rgba(255, 255, 255, .6);
	font-size: 11.5px;
	text-align: center;
}

.impact-hub-quote__form form,
.impact-hub-quote__form .wpcf7-form {
	display: grid;
	gap: 10px;
	margin: 0;
}

.impact-hub-quote__form p {
	margin: 0 !important;
}

.impact-hub-quote__form label {
	display: grid;
	gap: 5px;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.impact-hub-quote__form input:not([type="submit"]),
.impact-hub-quote__form textarea,
.impact-hub-quote__form select {
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 6px;
	outline: none;
	background: rgba(255, 255, 255, .1);
	box-shadow: none;
	color: #fff;
	font-size: 14px;
}

.impact-hub-quote__form textarea {
	min-height: 78px;
	resize: vertical;
}

.impact-hub-quote__form input::placeholder,
.impact-hub-quote__form textarea::placeholder {
	color: rgba(255, 255, 255, .58);
}

.impact-hub-quote__form input:focus,
.impact-hub-quote__form textarea:focus,
.impact-hub-quote__form select:focus {
	border-color: #fff;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .14);
}

.impact-hub-quote__form input[type="submit"],
.impact-hub-quote__form button[type="submit"] {
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 11px 20px;
	border: 0;
	border-radius: 6px;
	background: var(--impact-hub-red);
	box-shadow: none;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.impact-hub-quote__form .wpcf7-spinner {
	position: absolute;
}

.impact-hub-quote__form .wpcf7-response-output {
	margin: 4px 0 0 !important;
	padding: 8px 10px !important;
	border-color: rgba(255, 255, 255, .5) !important;
	color: #fff;
	font-size: 12px;
}

.impact-hub-credentials {
	padding-block: 16px;
	background: var(--impact-hub-deep);
	color: rgba(255, 255, 255, .85);
}

.impact-hub-credentials .impact-hub-container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.impact-hub-credentials__label {
	margin-right: 8px;
	color: rgba(255, 255, 255, .58);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.impact-hub-credentials__items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.impact-hub-credential-pill {
	display: flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .92);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}

.impact-hub-credential-pill img {
	max-width: 90px;
	max-height: 26px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.impact-hub-catalogue {
	background: var(--impact-hub-surface);
}

.impact-hub-catalogue__desktop {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: 20px;
	align-items: start;
}

.impact-hub-service-rows {
	display: grid;
	gap: 10px;
}

.impact-hub-service-row {
	display: flex;
	gap: 16px;
	align-items: center;
	width: 100%;
	min-width: 0;
	padding: 12px;
	border: 1px solid #ede9e2;
	border-radius: 8px;
	background: #fff;
	color: var(--impact-hub-slate);
	text-align: left;
	cursor: pointer;
	transition: border-color .18s, box-shadow .18s, transform .18s;
}

.impact-services-hub-lab .impact-hub-service-row:hover,
.impact-services-hub-lab .impact-hub-service-row:focus-visible {
	border-color: var(--impact-hub-teal) !important;
	background: #fff !important;
	background-image: none !important;
	color: var(--impact-hub-slate) !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(11, 26, 33, .1);
}

.impact-services-hub-lab .impact-hub-service-row.is-active,
.impact-services-hub-lab .impact-hub-service-row.is-active:hover {
	border-color: var(--impact-hub-teal);
	background: #fff !important;
	background-image: none !important;
	color: var(--impact-hub-slate) !important;
	box-shadow: 0 0 0 2px rgba(43, 100, 117, .35);
}

.impact-services-hub-lab .impact-hub-service-row:hover .impact-hub-service-row__copy > strong,
.impact-services-hub-lab .impact-hub-service-row:focus-visible .impact-hub-service-row__copy > strong,
.impact-services-hub-lab .impact-hub-service-row.is-active .impact-hub-service-row__copy > strong {
	color: var(--impact-hub-slate) !important;
}

.impact-hub-service-row__image {
	flex: 0 0 112px;
	width: 112px;
	height: 80px;
	overflow: hidden;
	border-radius: 6px;
	background: #efebe4;
}

.impact-hub-service-row__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--impact-hub-image-x, 50%) var(--impact-hub-image-y, 50%);
	transform: scale(var(--impact-hub-image-zoom, 1));
	transform-origin: var(--impact-hub-image-x, 50%) var(--impact-hub-image-y, 50%);
}

.impact-hub-service-row__copy {
	display: block;
	flex: 1;
	min-width: 0;
}

.impact-hub-service-row__copy > strong {
	display: block;
	font-size: 17px;
	font-weight: 600;
}

.impact-hub-service-row__copy > span {
	display: block;
	margin-top: 4px;
	color: #6b7480;
	font-size: 13px;
	line-height: 1.5;
}

.impact-hub-service-row__copy small {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.impact-hub-service-row__copy b {
	padding: 4px 9px;
	border-radius: 999px;
	background: #f4f1eb;
	color: #6b7480;
	font-size: 10.5px;
	font-weight: 400;
}

.impact-hub-service-row > i {
	flex: none;
	color: #c4bdb1;
	font-size: 24px;
	font-style: normal;
}

.impact-hub-service-row.is-active > i {
	color: var(--impact-hub-teal);
}

.impact-hub-service-panels {
	position: sticky;
	top: 20px;
}

.impact-hub-service-panel {
	display: none;
	overflow: hidden;
	border: 1px solid #ede9e2;
	border-radius: 8px;
	background: #fff;
}

.impact-hub-service-panel.is-active {
	display: block;
}

.impact-hub-service-panel__hero {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.impact-hub-service-panel__hero img,
.impact-hub-service-panel__hero > span {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.impact-hub-service-panel__hero img {
	object-fit: cover;
	object-position: var(--impact-hub-image-x, 50%) var(--impact-hub-image-y, 50%);
	transform: scale(var(--impact-hub-image-zoom, 1));
	transform-origin: var(--impact-hub-image-x, 50%) var(--impact-hub-image-y, 50%);
}

.impact-hub-service-panel__hero > span {
	background: linear-gradient(180deg, rgba(23, 54, 66, .1), rgba(11, 26, 33, .8));
}

.impact-hub-service-panel__hero h3 {
	position: absolute;
	right: 24px;
	bottom: 18px;
	left: 24px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.impact-hub-service-panel__body {
	padding: 24px 26px 26px;
}

.impact-hub-service-panel h4,
.impact-hub-mobile-service h4 {
	margin-bottom: 12px;
	color: #9a9184;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

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

.impact-hub-subservices a {
	display: block;
	padding: 12px 14px;
	border: 1px solid #ede9e2;
	border-radius: 6px;
	background: #f9f7f3;
	transition: border-color .15s, background .15s, transform .15s;
}

.impact-hub-subservices a:hover,
.impact-hub-subservices a:focus-visible {
	transform: translateY(-2px);
	border-color: var(--impact-hub-teal);
	background: #fff;
}

.impact-hub-subservices strong,
.impact-hub-subservices span {
	display: block;
}

.impact-hub-subservices strong {
	color: var(--impact-hub-slate);
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.3;
}

.impact-hub-subservices span {
	margin-top: 3px;
	color: #6b7480;
	font-size: 12px;
	line-height: 1.45;
}

.impact-hub-service-panel__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.impact-hub-service-panel__facts > div,
.impact-hub-mobile-service__setup {
	padding: 14px 16px;
	border-radius: 6px;
	background: #f4f1eb;
}

.impact-hub-service-panel__facts strong,
.impact-hub-mobile-service__setup strong {
	display: block;
	margin-bottom: 6px;
	color: #9a9184;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.impact-hub-service-panel__facts p,
.impact-hub-mobile-service__setup p {
	color: var(--impact-hub-slate);
	font-size: 13.5px;
	line-height: 1.6;
}

.impact-hub-actions {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
}

.impact-hub-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	border: 0;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	transition: background .15s, color .15s, box-shadow .15s;
}

.impact-hub-button--red {
	background: var(--impact-hub-red);
	color: #fff !important;
}

.impact-hub-button--red:hover {
	background: #d20000;
}

.impact-hub-button--outline {
	box-shadow: inset 0 0 0 1.5px var(--impact-hub-deep);
	color: var(--impact-hub-deep) !important;
}

.impact-hub-button--outline:hover {
	background: var(--impact-hub-deep);
	color: #fff !important;
}

.impact-hub-catalogue__mobile {
	display: none;
}

.impact-hub-proof,
.impact-hub-faq {
	background: #f4f1eb;
}

.impact-hub-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.impact-hub-proof__extra:not([hidden]) {
	animation: impact-hub-proof-reveal .28s ease both;
}

.impact-hub-proof__extra[hidden] {
	display: none !important;
}

@keyframes impact-hub-proof-reveal {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

.impact-hub-comparison,
.impact-hub-proof__placeholder {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 8px;
	background: #e4ded4;
}

.impact-hub-comparison > img,
.impact-hub-comparison > span,
.impact-hub-comparison > span img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.impact-hub-comparison > span {
	clip-path: inset(0 0 0 var(--impact-hub-split));
}

.impact-hub-comparison > i {
	position: absolute;
	top: 50%;
	left: var(--impact-hub-split);
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 14px rgba(11, 26, 33, .3);
	color: var(--impact-hub-slate);
	font-style: normal;
}

.impact-hub-comparison::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--impact-hub-split);
	width: 2px;
	transform: translateX(-1px);
	background: #fff;
	content: "";
}

.impact-hub-comparison > b {
	position: absolute;
	top: 12px;
	z-index: 1;
	padding: 4px 9px;
	border-radius: 4px;
	background: rgba(23, 54, 66, .76);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.impact-hub-comparison > b:first-of-type {
	left: 12px;
}

.impact-hub-comparison > b:last-of-type {
	right: 12px;
	background: var(--impact-hub-green);
}

.impact-hub-comparison input {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: ew-resize;
}

.impact-hub-proof__placeholder {
	display: grid;
	place-items: center;
	background: repeating-linear-gradient(135deg, #efebe4 0 14px, #e4ded4 14px 28px);
}

.impact-hub-proof__placeholder span {
	max-width: 82%;
	padding: 5px 10px;
	border-radius: 4px;
	background: rgba(252, 252, 252, .88);
	color: #8b8377;
	font-family: "IBM Plex Mono", monospace;
	font-size: 10.5px;
	line-height: 1.5;
	text-align: center;
}

.impact-hub-proof article h3 {
	margin-top: 10px;
	color: var(--impact-hub-slate);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.impact-hub-proof article > p {
	margin-top: 2px;
	color: #6b7480;
	font-size: 12.5px;
	line-height: 1.5;
}

.impact-hub-steps {
	background: #fff;
}

.impact-hub-steps__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.impact-hub-steps__grid article {
	padding: 22px 20px 24px;
	border-radius: 6px;
	background: #f4f1eb;
}

.impact-hub-steps__grid span {
	color: var(--impact-hub-red);
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	font-weight: 500;
}

.impact-hub-steps__grid h3 {
	margin-top: 10px;
	color: var(--impact-hub-slate);
	font-size: 16.5px;
	font-weight: 600;
}

.impact-hub-steps__grid p {
	margin-top: 8px;
	color: #6b7480;
	font-size: 13.5px;
	line-height: 1.55;
}

.impact-hub-coverage {
	background: #fff;
}

.impact-hub-coverage__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 44px;
	align-items: center;
	padding: 36px 40px;
	border-radius: 8px;
	background: var(--impact-hub-service-gradient);
	color: #fff;
}

.impact-hub-coverage__panel .impact-hub-tab {
	background: rgba(255, 255, 255, .16);
}

.impact-hub-coverage__panel h2 {
	max-width: 630px;
	margin-top: 14px;
	color: #fff;
	font-size: clamp(24px, 2.4vw, 30px);
	font-weight: 700;
	line-height: 1.2;
}

.impact-hub-coverage__panel > div > p {
	max-width: 560px;
	margin-top: 12px;
	color: rgba(255, 255, 255, .86);
	font-size: 15px;
	line-height: 1.65;
}

.impact-hub-coverage__panel ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.impact-hub-coverage__panel li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 6px;
	background: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .92);
	font-size: 14.5px;
	line-height: 1.55;
}

.impact-hub-coverage__panel li i {
	flex: none;
	color: rgba(255, 255, 255, .78);
	font-style: normal;
}

.impact-hub-coverage__panel li strong {
	color: #fff;
	font-weight: 600;
}

.impact-hub-faq__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	align-items: start;
}

.impact-hub-faq details {
	border: 1px solid #e4ded4;
	border-radius: 6px;
	background: #fff;
}

.impact-hub-faq summary {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	color: var(--impact-hub-slate);
	font-size: 15px;
	font-weight: 600;
	list-style: none;
	cursor: pointer;
}

.impact-hub-faq summary::-webkit-details-marker {
	display: none;
}

.impact-hub-faq summary::after {
	flex: none;
	color: var(--impact-hub-red);
	font-size: 19px;
	font-weight: 400;
	content: "+";
}

.impact-hub-faq details[open] summary::after {
	content: "–";
}

.impact-hub-faq details > p {
	padding: 0 18px 16px;
	color: #6b7480;
	font-size: 14px;
	line-height: 1.6;
}

.impact-hub-shop {
	border-top: 1px solid #ede9e2;
	background: var(--impact-hub-surface);
}

.impact-hub-shop__panel {
	position: relative;
	overflow: hidden;
	display: flex;
	gap: 40px;
	align-items: center;
	padding: 34px 40px;
	border-radius: 8px;
	background: var(--impact-hub-product-gradient);
	color: #fff;
}

.impact-hub-shop__copy,
.impact-hub-shop__panel .impact-hub-actions {
	position: relative;
	z-index: 1;
}

.impact-hub-shop__panel.has-image::after {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(90deg, rgba(192, 0, 0, .96) 0%, rgba(200, 74, 28, .88) 60%, rgba(200, 74, 28, .55) 100%);
	content: "";
}

.impact-hub-shop__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.impact-hub-shop__panel .impact-hub-tab {
	background: rgba(255, 255, 255, .2);
}

.impact-hub-shop__panel h2 {
	margin-top: 12px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.impact-hub-shop__panel p {
	max-width: 560px;
	margin-top: 10px;
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
	line-height: 1.6;
}

.impact-hub-shop__panel .impact-hub-actions {
	flex: none;
	margin: 0 0 0 auto;
}

.impact-hub-button--white {
	background: #fff;
	color: var(--impact-hub-slate) !important;
}

.impact-hub-button--white:hover {
	background: #f4f1eb;
}

.impact-hub-button--ghost {
	box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .6);
	color: #fff !important;
}

.impact-hub-button--ghost:hover {
	background: rgba(255, 255, 255, .12);
}

@media (max-width: 1120px) {
	.impact-hub-container {
		width: min(100% - 64px, 1056px);
	}

	.impact-hub-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
		gap: 32px;
	}

	.impact-hub-benefits {
		grid-template-columns: 1fr;
	}

	.impact-hub-catalogue__desktop {
		grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	}

	.impact-hub-service-row__image {
		flex-basis: 92px;
		width: 92px;
		height: 72px;
	}

	.impact-hub-service-row__copy small {
		display: none;
	}

	.impact-hub-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 28px;
	}
}

@media (max-width: 900px) {
	.impact-hub-hero__inner {
		grid-template-columns: 1fr;
	}

	.impact-hub-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.impact-hub-quote {
		max-width: 620px;
	}

	.impact-hub-catalogue__desktop {
		display: none;
	}

	.impact-hub-catalogue__mobile {
		display: grid;
		gap: 10px;
	}

	.impact-hub-mobile-service {
		overflow: hidden;
		border: 1px solid #ede9e2;
		border-radius: 8px;
		background: #fff;
	}

	.impact-hub-mobile-service[open] {
		border-color: var(--impact-hub-teal);
	}

	.impact-hub-mobile-service summary {
		display: flex;
		gap: 12px;
		align-items: center;
		padding: 12px;
		list-style: none;
		cursor: pointer;
	}

	.impact-hub-mobile-service summary::-webkit-details-marker {
		display: none;
	}

	.impact-hub-mobile-service summary > span {
		flex: 0 0 92px;
		width: 92px;
		height: 68px;
		overflow: hidden;
		border-radius: 6px;
		background: #efebe4;
	}

	.impact-hub-mobile-service summary img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: var(--impact-hub-image-x, 50%) var(--impact-hub-image-y, 50%);
		transform: scale(var(--impact-hub-image-zoom, 1));
		transform-origin: var(--impact-hub-image-x, 50%) var(--impact-hub-image-y, 50%);
	}

	.impact-hub-mobile-service summary > div {
		flex: 1;
		min-width: 0;
	}

	.impact-hub-mobile-service summary strong {
		color: var(--impact-hub-slate);
		font-size: 16px;
		font-weight: 600;
	}

	.impact-hub-mobile-service summary p {
		margin-top: 3px;
		color: #6b7480;
		font-size: 12.5px;
		line-height: 1.45;
	}

	.impact-hub-mobile-service summary > i {
		flex: none;
		color: #c4bdb1;
		font-size: 18px;
		font-style: normal;
		transition: transform .2s;
	}

	.impact-hub-mobile-service[open] summary > i {
		transform: rotate(180deg);
		color: var(--impact-hub-teal);
	}

	.impact-hub-mobile-service__body {
		padding: 16px;
		border-top: 1px solid #ede9e2;
	}

	.impact-hub-mobile-service__setup {
		margin-top: 14px;
	}

	.impact-hub-mobile-service__body > .impact-hub-button {
		width: 100%;
		margin-top: 14px;
	}

	.impact-hub-steps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.impact-hub-coverage__panel {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.impact-hub-shop__panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.impact-hub-shop__panel .impact-hub-actions {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.impact-hub-container {
		width: calc(100% - 36px);
	}

	.impact-hub-section {
		padding-block: 40px;
	}

	.impact-hub-heading {
		margin-bottom: 18px;
	}

	.impact-hub-heading h2 {
		font-size: 22px;
	}

	.impact-hub-heading > p {
		font-size: 13.5px;
	}

	.impact-hub-heading--link > a,
	.impact-hub-heading--link > button {
		position: static;
		margin-top: 2px;
	}

	.impact-hub-hero__inner {
		gap: 22px;
		padding-block: 18px 34px;
	}

	.impact-hub-breadcrumbs {
		font-size: 12px;
	}

	.impact-hub-hero h1 {
		margin-top: 12px;
		font-size: 30px;
		line-height: 1.15;
	}

	.impact-hub-hero__lead {
		margin-top: 12px !important;
		font-size: 14.5px;
	}

	.impact-hub-benefits {
		grid-template-columns: 1fr;
		margin-top: 18px;
	}

	.impact-hub-benefits article:nth-child(n+3) {
		display: none;
	}

	.impact-hub-quote {
		padding: 22px 20px 20px;
	}

	.impact-hub-quote h2 {
		font-size: 21px;
	}

	.impact-hub-credentials {
		padding-block: 14px;
	}

	.impact-hub-credentials__label {
		flex-basis: 100%;
	}

	.impact-hub-credential-pill {
		min-height: 38px;
		padding: 6px 10px;
		font-size: 11px;
	}

	.impact-hub-credential-pill img {
		max-width: 74px;
		max-height: 23px;
	}

	.impact-hub-mobile-service summary > span {
		flex-basis: 78px;
		width: 78px;
		height: 62px;
	}

	.impact-hub-subservices {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.impact-hub-subservices strong {
		font-size: 13px;
	}

	.impact-hub-subservices span {
		font-size: 11.5px;
	}

	.impact-hub-proof__grid {
		display: flex;
		width: auto;
		margin-inline: -18px;
		padding: 0 18px 4px;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.impact-hub-proof__grid::-webkit-scrollbar {
		display: none;
	}

	.impact-hub-proof__grid article {
		flex: 0 0 258px;
		width: 258px;
		scroll-snap-align: start;
	}

	.impact-hub-steps__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.impact-hub-coverage__panel {
		gap: 20px;
		padding: 26px 22px;
	}

	.impact-hub-coverage__panel h2 {
		margin-top: 12px;
		font-size: 22px;
	}

	.impact-hub-coverage__panel > div > p {
		font-size: 14px;
	}

	.impact-hub-coverage__panel li {
		padding: 12px 13px;
		font-size: 13.5px;
	}

	.impact-hub-faq__grid {
		grid-template-columns: 1fr;
	}

	.impact-hub-faq summary {
		padding: 14px 16px;
		font-size: 14.5px;
	}

	.impact-hub-faq details > p {
		padding: 0 16px 14px;
		font-size: 13.5px;
	}

	.impact-hub-shop__panel {
		gap: 20px;
		padding: 26px 22px;
	}

	.impact-hub-shop__panel h2 {
		font-size: 21px;
	}

	.impact-hub-shop__panel p {
		font-size: 14px;
	}

	.impact-hub-shop__panel .impact-hub-actions {
		flex-direction: column;
	}

	.impact-hub-shop__panel .impact-hub-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.impact-services-hub-lab *,
	.impact-services-hub-lab *::before,
	.impact-services-hub-lab *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* --------------------------------------------------------------------------
 * Hero photo containment.
 * The rule above already sets height:100%, but BeTheme's global image sizing
 * beats it, so the <img> fell back to its intrinsic aspect ratio (1781px tall
 * against a 627px hero) and spilled over the accreditation strip and the whole
 * "Everything we look after" section — with no scrim, leaving that heading
 * unreadable. Force the height and clip the section.
 * ----------------------------------------------------------------------- */
.impact-hub-hero {
	overflow: hidden;
}

.impact-hub-hero__image {
	height: 100% !important;
	width: 100% !important;
	max-width: none !important;
}
