/* Agency Header Pro — isolated styles */

.elementor-widget-sp-agency-header-pro,
.elementor-widget-sp-agency-header-pro > .elementor-widget-container {
	background-color: #080A18;
}

.sp-agency-header,
.sp-agency-header * {
	box-sizing: border-box;
}

.sp-agency-header {
	--sp-ah-bg: rgba(8, 10, 22, 0.72);
	--sp-ah-border: rgba(255, 255, 255, 0.09);
	--sp-ah-duration: 360ms;
	--sp-ah-ease: cubic-bezier(.2,.75,.25,1);
	--sp-ah-compact-scale: .97;
	--sp-ah-z-index: 999;
	position: relative;
	width: 100%;
	background-color: #080A18;
	font-family: inherit;
	isolation: isolate;
}

.sp-agency-header a {
	text-decoration: none;
}

.sp-agency-header button {
	font: inherit;
}

.sp-ah-fixed-wrap {
	z-index: var(--sp-ah-z-index);
	width: 100%;
	background-color: #080A18;
	transition: transform var(--sp-ah-duration) var(--sp-ah-ease), opacity var(--sp-ah-duration) var(--sp-ah-ease);
}

.sp-ah-position-sticky .sp-ah-fixed-wrap {
	position: sticky;
	top: 0;
	left: 0;
}

.sp-ah-position-fixed .sp-ah-fixed-wrap,
.sp-ah-position-absolute .sp-ah-fixed-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.sp-ah-position-absolute .sp-ah-fixed-wrap {
	position: absolute;
}

.sp-agency-header.is-hidden .sp-ah-fixed-wrap {
	transform: translateY(calc(-100% - 12px));
	opacity: .1;
}

.sp-ah-announcement {
	position: relative;
	background: rgba(89, 102, 255, 0.13);
	border-bottom: 1px solid rgba(255,255,255,.06);
	overflow: hidden;
}

.sp-ah-announcement::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(113,126,255,.12), transparent);
	transform: translateX(-100%);
	animation: spAhRailSweep 7s linear infinite;
	pointer-events: none;
}

.sp-ah-announcement-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-inline: auto;
	min-height: 34px;
}

.sp-ah-announcement-main {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 0;
	text-align: center;
}

.sp-ah-announcement-icon,
.sp-ah-announcement-icon svg,
.sp-ah-announcement-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-ah-announcement-copy {
	white-space: normal;
}

.sp-ah-announcement-link {
	font-weight: 700;
	white-space: nowrap;
	transition: color 220ms ease;
}

.sp-ah-announcement-close {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: opacity 200ms ease, transform 200ms ease;
}

.sp-ah-announcement-close:hover {
	opacity: 1;
	transform: translateY(-50%) rotate(90deg);
}

.sp-ah-announcement.is-dismissed {
	display: none;
}

.sp-ah-stage {
	position: relative;
	width: 100%;
	pointer-events: none;
}

.sp-ah-glow {
	position: absolute;
	top: -46%;
	left: 50%;
	border-radius: 999px;
	filter: blur(90px);
	opacity: .28;
	transform: translateX(-50%);
	pointer-events: none;
}

.sp-ah-shell {
	position: relative;
	display: flex;
	align-items: center;
	margin-inline: auto;
	width: 100%;
	background: var(--sp-ah-bg);
	border: 1px solid var(--sp-ah-border);
	box-shadow: 0 22px 70px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.035);
	pointer-events: auto;
	overflow: visible;
	transition: transform var(--sp-ah-duration) var(--sp-ah-ease), background-color var(--sp-ah-duration) ease, box-shadow var(--sp-ah-duration) ease;
}

.sp-agency-header.is-compact .sp-ah-shell {
	transform: scale(var(--sp-ah-compact-scale));
	box-shadow: 0 18px 58px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.04);
}

.sp-ah-brand {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	z-index: 2;
}

.sp-ah-brand-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	padding: 0 7px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1;
}

.sp-ah-logo-image {
	display: block;
	height: auto;
	max-height: 56px;
	object-fit: contain;
}

.sp-ah-brand-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.sp-ah-brand-wordmark {
	display: inline-flex;
	align-items: baseline;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.035em;
	white-space: nowrap;
}

.sp-ah-brand-tagline {
	display: block;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.25;
	white-space: nowrap;
}

.sp-ah-nav {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.sp-ah-nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	min-width: 0;
}

.sp-ah-menu-item {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp-ah-nav-list > .sp-ah-menu-item {
	display: flex;
	align-items: center;
}

.sp-ah-submenu {
	position: absolute;
	z-index: 20;
	top: calc(100% + 12px);
	left: 50%;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 220px;
	margin: 0;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 16px;
	background: rgba(8,10,24,.98);
	box-shadow: 0 22px 65px rgba(0,0,0,.42);
	list-style: none;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, 10px);
	transition: opacity 220ms ease, visibility 220ms ease, transform 260ms var(--sp-ah-ease);
	pointer-events: none;
}

.sp-ah-menu-item:hover > .sp-ah-submenu,
.sp-ah-menu-item:focus-within > .sp-ah-submenu {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, 0);
	pointer-events: auto;
}

.sp-ah-submenu .sp-ah-menu-item {
	width: 100%;
}

.sp-ah-submenu .sp-ah-nav-link {
	width: 100%;
	justify-content: flex-start;
	padding: 12px 14px;
	border-radius: 11px;
	color: #C9CFE6;
}

.sp-ah-submenu .sp-ah-nav-link:hover,
.sp-ah-submenu .sp-ah-nav-link.is-active {
	background: rgba(101,116,255,.13);
	color: #FFFFFF;
}

.sp-ah-submenu .sp-ah-menu-item.menu-item-has-children > .sp-ah-submenu {
	top: -10px;
	left: calc(100% + 8px);
	transform: translate(10px, 0);
}

.sp-ah-submenu .sp-ah-menu-item.menu-item-has-children:hover > .sp-ah-submenu,
.sp-ah-submenu .sp-ah-menu-item.menu-item-has-children:focus-within > .sp-ah-submenu {
	transform: translate(0, 0);
}

.sp-ah-submenu-indicator {
	display: inline-flex;
	margin-left: 2px;
	font-size: .8em;
	line-height: 1;
	transition: transform 220ms ease;
}

.sp-ah-menu-item:hover > .sp-ah-nav-link .sp-ah-submenu-indicator,
.sp-ah-menu-item:focus-within > .sp-ah-nav-link .sp-ah-submenu-indicator {
	transform: rotate(180deg);
}

.sp-ah-nav-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
	white-space: nowrap;
	transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.sp-ah-nav-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-50%, 7px) scale(.45);
	transition: opacity 220ms ease, transform 220ms ease;
}

.sp-ah-nav-link:hover::after,
.sp-ah-nav-link.is-active::after {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}

.sp-ah-nav-number {
	font-size: 8px;
	opacity: .55;
	transform: translateY(-5px);
}

.sp-ah-nav-icon,
.sp-ah-nav-icon svg,
.sp-ah-nav-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-ah-nav-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19px;
	height: 16px;
	padding: 0 5px;
	border-radius: 99px;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .06em;
}

.sp-ah-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	z-index: 2;
}

.sp-ah-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.sp-ah-status-dot,
.sp-af-status-dot {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.sp-ah-status-dot::after {
	content: "";
	position: absolute;
	inset: -5px;
	border: 1px solid currentColor;
	border-radius: inherit;
	opacity: .35;
	animation: spAhPulse 2.1s ease-out infinite;
}

.sp-ah-action-list {
	display: flex;
	align-items: center;
}

.sp-ah-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid transparent;
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	white-space: nowrap;
	isolation: isolate;
	overflow: hidden;
	transition: color 240ms ease, background 240ms ease, border-color 240ms ease, transform 240ms var(--sp-ah-ease), box-shadow 240ms ease;
}

.sp-ah-action--primary {
	background: linear-gradient(135deg, #536EFF, #7B60F8);
	box-shadow: 0 12px 26px rgba(80,101,255,.25);
}

.sp-ah-action--primary::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.26) 50%, transparent 80%);
	transform: translateX(-120%);
	transition: transform 580ms ease;
	z-index: -1;
}

.sp-ah-action--primary:hover::before {
	transform: translateX(120%);
}

.sp-ah-action--ghost {
	border-color: rgba(255,255,255,.12);
}

.sp-ah-action--text {
	padding-inline: 4px !important;
	background: transparent;
}

.sp-ah-action:hover {
	transform: translateY(-2px);
}

.sp-ah-action-icon,
.sp-ah-action-icon svg,
.sp-ah-action-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	fill: currentColor;
	transition: transform 230ms ease;
}

.sp-ah-action:hover .sp-ah-action-icon {
	transform: translate(2px, -2px);
}

.sp-ah-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.1);
	cursor: pointer;
	z-index: 1002;
	transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.sp-ah-toggle-label {
	display: none;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.sp-ah-toggle-icon,
.sp-ah-toggle-icon svg,
.sp-ah-toggle-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-ah-toggle-close,
.sp-ah-toggle-label-close {
	display: none;
}

.sp-agency-header.is-menu-open .sp-ah-toggle-open,
.sp-agency-header.is-menu-open .sp-ah-toggle-label-open {
	display: none;
}

.sp-agency-header.is-menu-open .sp-ah-toggle-close {
	display: inline-flex;
}

.sp-agency-header.is-menu-open .sp-ah-toggle-label-close {
	display: inline;
}

.sp-ah-route-line {
	position: absolute;
	right: 70px;
	top: 50%;
	width: 48px;
	height: 1px;
	transform: translateY(-50%);
	opacity: .65;
	pointer-events: none;
}

.sp-ah-orbit {
	position: absolute;
	right: -24px;
	top: 50%;
	border: 1px solid;
	border-radius: 50%;
	transform: translateY(-50%);
	opacity: .62;
	pointer-events: none;
}

.sp-ah-orbit::before,
.sp-ah-orbit::after,
.sp-ah-orbit span {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.sp-ah-orbit::before {
	inset: 9px;
	border: 1px dashed currentColor;
	opacity: .5;
}

.sp-ah-orbit::after {
	width: 6px;
	height: 6px;
	right: -3px;
	top: 50%;
	background: currentColor;
	box-shadow: 0 0 15px currentColor;
}

.sp-ah-orbit span {
	inset: 45%;
	background: currentColor;
}

.sp-agency-header.has-orbit-motion .sp-ah-orbit {
	animation: spAhOrbit 9s linear infinite;
}

.sp-ah-mobile-panel {
	position: fixed;
	z-index: calc(var(--sp-ah-z-index) + 2) !important;
	inset: 0;
	display: none;
	visibility: hidden;
	opacity: 0;
	background: radial-gradient(circle at 70% 15%, rgba(88,105,255,.18), transparent 34%), linear-gradient(145deg, #080A14, #101225 58%, #090A12);
	transform: translateY(-18px) scale(.985);
	transition: opacity 360ms ease, visibility 360ms ease, transform 480ms var(--sp-ah-ease);
	overflow: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.sp-ah-mobile-panel::before {
	content: "";
	position: fixed;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.027) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.027) 1px, transparent 1px);
	background-size: 34px 34px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 84%);
	pointer-events: none;
}

.sp-ah-mobile-close-button {
	position: fixed;
	z-index: calc(var(--sp-ah-z-index) + 4);
	top: 20px;
	right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 15px;
	background: rgba(255,255,255,.07);
	color: #FFFFFF;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-10px) rotate(-8deg);
	transition: opacity 220ms ease 120ms, transform 320ms var(--sp-ah-ease), color 220ms ease, background 220ms ease, border-color 220ms ease;
}

.sp-agency-header.is-menu-open .sp-ah-mobile-close-button {
	opacity: 1;
	transform: none;
}

.sp-ah-mobile-close-button:hover,
.sp-ah-mobile-close-button:focus-visible {
	background: #6675FF;
	color: #FFFFFF;
	transform: rotate(4deg);
}

.sp-ah-mobile-close-button:focus-visible {
	outline: 2px solid #FFFFFF;
	outline-offset: 3px;
}

.sp-ah-mobile-close-icon,
.sp-ah-mobile-close-icon svg,
.sp-ah-mobile-close-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-agency-header.is-menu-open .sp-ah-mobile-panel {
	visibility: visible;
	opacity: 1;
	transform: none;
}

.sp-ah-mobile-panel-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	gap: 34px;
}

.sp-ah-mobile-head {
	display: grid;
	gap: 13px;
}

.sp-ah-mobile-eyebrow {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.sp-ah-mobile-heading {
	max-width: 13ch;
	font-size: clamp(28px, 7vw, 56px);
	font-weight: 760;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.sp-ah-mobile-nav {
	display: flex;
	flex-direction: column;
}

.sp-ah-mobile-nav-item {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.sp-ah-mobile-link-row {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.sp-ah-mobile-link-row > .sp-ah-mobile-nav-link {
	flex: 1 1 auto;
	min-width: 0;
}

.sp-ah-mobile-submenu-toggle {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	min-height: 52px;
	margin: 8px 0;
	padding: 0;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 14px;
	background: rgba(255,255,255,.045);
	color: #C7CFFF;
	font: inherit;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.sp-ah-mobile-submenu-toggle:hover,
.sp-ah-mobile-submenu-toggle:focus-visible {
	border-color: rgba(108,124,255,.55);
	background: rgba(108,124,255,.15);
	color: #FFFFFF;
}

.sp-ah-mobile-submenu-toggle[aria-expanded="true"] {
	background: #6675FF;
	color: #FFFFFF;
	transform: rotate(45deg);
}

.sp-ah-mobile-submenu {
	padding: 0 0 12px 42px;
}

.sp-ah-mobile-submenu[hidden] {
	display: none !important;
}

.sp-ah-mobile-submenu .sp-ah-mobile-nav-item {
	border-bottom-color: rgba(255,255,255,.06);
}

.sp-ah-mobile-submenu .sp-ah-mobile-nav-link {
	grid-template-columns: 28px minmax(0, 1fr) auto;
	font-size: clamp(18px, 4.2vw, 31px);
	letter-spacing: -.025em;
}

.sp-ah-mobile-submenu .sp-ah-mobile-number {
	opacity: .55;
}

.sp-ah-mobile-nav-link {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	font-size: clamp(26px, 6vw, 52px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.035em;
	transition: color 240ms ease, padding-left 240ms ease;
}

.sp-ah-mobile-nav-link:hover {
	padding-left: 8px;
}

.sp-ah-mobile-number {
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .12em;
}

.sp-ah-mobile-arrow {
	font-size: .5em;
	font-weight: 400;
	transition: transform 240ms ease;
}

.sp-ah-mobile-nav-link:hover .sp-ah-mobile-arrow {
	transform: translate(4px, -4px);
}

.sp-ah-mobile-footer {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 24px;
	margin-top: auto;
}

.sp-ah-mobile-contact {
	display: grid;
	gap: 7px;
}

.sp-ah-mobile-contact a {
	font-size: 16px;
	font-weight: 650;
	transition: color 220ms ease;
}

.sp-ah-action-list--mobile {
	grid-column: 1 / -1;
	flex-wrap: wrap;
}

.sp-ah-socials {
	display: flex;
	align-items: center;
	gap: 9px;
}

.sp-ah-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.sp-ah-social-link:hover {
	transform: translateY(-3px) rotate(-3deg);
}

.sp-ah-social-link svg,
.sp-ah-social-link i {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.sp-ah-mobile-note {
	grid-column: 1 / -1;
	max-width: 48ch;
	margin: 0;
}

.sp-ah-spacer {
	display: none;
	width: 100%;
}

.sp-ah-position-fixed.has-fixed-spacer .sp-ah-spacer {
	display: block;
}

body.sp-ah-menu-lock {
	overflow: hidden !important;
	touch-action: none;
}

@keyframes spAhRailSweep {
	to { transform: translateX(100%); }
}

@keyframes spAhPulse {
	0% { transform: scale(.65); opacity: .55; }
	70%, 100% { transform: scale(1.65); opacity: 0; }
}

@keyframes spAhOrbit {
	to { transform: translateY(-50%) rotate(360deg); }
}

/* Breakpoint 1024 */
@media (max-width: 1024px) {
	.sp-ah-breakpoint-1024 .sp-ah-nav,
	.sp-ah-breakpoint-1024 .sp-ah-actions {
		display: none;
	}
	.sp-ah-breakpoint-1024 .sp-ah-shell {
		justify-content: space-between;
	}
	.sp-ah-breakpoint-1024 .sp-ah-menu-toggle,
	.sp-ah-breakpoint-1024 .sp-ah-mobile-panel {
		display: flex;
	}
	.sp-ah-breakpoint-1024 .sp-ah-mobile-panel {
		display: block;
	}
	.sp-ah-breakpoint-1024 .sp-ah-route-line { right: 84px; }
}

/* Breakpoint 880 */
@media (max-width: 880px) {
	.sp-ah-breakpoint-880 .sp-ah-nav,
	.sp-ah-breakpoint-880 .sp-ah-actions {
		display: none;
	}
	.sp-ah-breakpoint-880 .sp-ah-shell {
		justify-content: space-between;
	}
	.sp-ah-breakpoint-880 .sp-ah-menu-toggle,
	.sp-ah-breakpoint-880 .sp-ah-mobile-panel {
		display: flex;
	}
	.sp-ah-breakpoint-880 .sp-ah-mobile-panel {
		display: block;
	}
	.sp-ah-breakpoint-880 .sp-ah-route-line { right: 84px; }
}

/* Breakpoint 767 */
@media (max-width: 767px) {
	.sp-ah-breakpoint-767 .sp-ah-nav,
	.sp-ah-breakpoint-767 .sp-ah-actions {
		display: none;
	}
	.sp-ah-breakpoint-767 .sp-ah-shell {
		justify-content: space-between;
	}
	.sp-ah-breakpoint-767 .sp-ah-menu-toggle,
	.sp-ah-breakpoint-767 .sp-ah-mobile-panel {
		display: flex;
	}
	.sp-ah-breakpoint-767 .sp-ah-mobile-panel {
		display: block;
	}
	.sp-ah-breakpoint-767 .sp-ah-route-line { right: 84px; }
}

@media (max-width: 620px) {
	.sp-ah-announcement-inner {
		justify-content: flex-start;
		padding-right: 42px !important;
	}
	.sp-ah-announcement-main {
		justify-content: flex-start;
		text-align: left;
		flex-wrap: wrap;
	}
	.sp-ah-announcement-copy {
		font-size: 11px;
	}
	.sp-ah-announcement-link {
		font-size: 11px;
	}
	.sp-ah-brand-tagline,
	.sp-ah-brand-index,
	.sp-ah-route-line,
	.sp-ah-orbit {
		display: none;
	}
	.sp-ah-mobile-footer {
		grid-template-columns: 1fr;
	}
	.sp-ah-socials {
		grid-column: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sp-agency-header.respects-reduced-motion *,
	.sp-agency-header.respects-reduced-motion *::before,
	.sp-agency-header.respects-reduced-motion *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}
