@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");

/*
Backwoods Home V2 V19
Path: /wp-content/themes/astra-backwoods/home-v2/assets/css/home-v2.css

Goals:
- Blend with the current Backwoods Home, Inventory, Contact, and About pages.
- Keep the site simple: white page, maroon buttons, thin borders, centered content.
- Use full-width bands only where they make sense: hero image, testimonials, FAQ/map flow.
- Improve accessibility: stronger contrast, visible focus, larger tap targets, reduced-motion support.
*/

:root {
	--bw2-red: #8f000c;
	--bw2-red-dark: #650008;
	--bw2-red-deep: #440005;
	--bw2-red-soft: #fff1f2;
	--bw2-ink: #1f2a35;
	--bw2-text: #2f3a46;
	--bw2-muted: #394653;
	--bw2-line: #dfdfdf;
	--bw2-soft: #f7f6f4;
	--bw2-beige: #f2eee6;
	--bw2-blue: #0d5f92;
	--bw2-focus: #ffbf47;
	--bw2-wrap: 1000px;
	--bw2-radius: 1px;
	--bw2-hero-duration: 2500ms;
	--bw2-testimonial-duration: 2500ms;
}

body.page-template-page-home-v2 .site-content > .ast-container,
body.page-template-page-home-v2-php .site-content > .ast-container,
body.page-template-template-home-v2 .site-content > .ast-container,
body.page-template-template-home-v2-php .site-content > .ast-container {
	display: block;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.page-template-page-home-v2 #primary,
body.page-template-page-home-v2-php #primary,
body.page-template-template-home-v2 #primary,
body.page-template-template-home-v2-php #primary {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

body.page-template-page-home-v2 .site-header,
body.page-template-page-home-v2-php .site-header,
body.page-template-page-home-v2 .main-header-bar,
body.page-template-page-home-v2-php .main-header-bar,
body.page-template-page-home-v2 .ast-primary-header-bar,
body.page-template-page-home-v2-php .ast-primary-header-bar {
	margin-bottom: 0 !important;
}

body.page-template-page-home-v2 .site-content,
body.page-template-page-home-v2-php .site-content,
body.page-template-page-home-v2 #content,
body.page-template-page-home-v2-php #content,
body.page-template-page-home-v2 .site-main,
body.page-template-page-home-v2-php .site-main,
body.page-template-page-home-v2 .ast-container,
body.page-template-page-home-v2-php .ast-container {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.bw2-site,
.bw2-site * {
	box-sizing: border-box;
}

.bw2-site {
	background: #fff;
	color: var(--bw2-text);
	font-family: inherit;
	font-size: 12.5px;
	line-height: 1.52;
	margin: 0 0 0 calc(50% - 50vw);
	max-width: 100vw;
	overflow-x: clip;
	padding: 0;
	width: 100vw;
}

.bw2-wrap {
	margin-inline: auto;
	max-width: var(--bw2-wrap);
	width: min(calc(100% - 40px), var(--bw2-wrap));
}

.bw2-section {
	padding: 34px 0;
}

.bw2-site h1,
.bw2-site h2,
.bw2-site h3,
.bw2-site p,
.bw2-site ul {
	margin-top: 0;
}

.bw2-site h1,
.bw2-site h2,
.bw2-site h3 {
	color: var(--bw2-ink);
	font-weight: 700;
	letter-spacing: -.012em;
}

.bw2-site h1 {
	font-size: clamp(27px, 2.25vw, 36px);
	line-height: 1.08;
	margin-bottom: 11px;
}

.bw2-site h2 {
	font-size: clamp(20px, 1.65vw, 25px);
	line-height: 1.15;
	margin-bottom: 10px;
}

.bw2-site h3 {
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 5px;
}

.bw2-site p {
	color: var(--bw2-muted);
	font-size: 12.5px;
	line-height: 1.52;
	margin-bottom: 12px;
}

.bw2-kicker,
.bw2-card-kicker,
.bw2-reviews__kicker {
	color: var(--bw2-red);
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: .095em;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.bw2-site a,
.bw2-site button,
.bw2-site summary {
	-webkit-tap-highlight-color: rgba(143, 0, 12, .2);
}

.bw2-site a:focus-visible,
.bw2-site button:focus-visible,
.bw2-site summary:focus-visible {
	outline: 3px solid var(--bw2-focus);
	outline-offset: 3px;
}

.bw2-btn,
.bw2-small-btn,
.bw2-carousel-button {
	align-items: center;
	background: var(--bw2-red);
	border: 1px solid var(--bw2-red);
	border-radius: var(--bw2-radius);
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 10.5px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: .01em;
	line-height: 1;
	min-height: 30px;
	padding: 7px 12px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.bw2-btn:hover,
.bw2-btn:focus,
.bw2-small-btn:hover,
.bw2-small-btn:focus,
.bw2-carousel-button:hover,
.bw2-carousel-button:focus {
	background: var(--bw2-red-dark);
	border-color: var(--bw2-red-dark);
	color: #fff !important;
	transform: translateY(-1px);
}

.bw2-btn--secondary {
	background: #fff;
	color: var(--bw2-red) !important;
}

.bw2-btn--secondary:hover,
.bw2-btn--secondary:focus {
	background: var(--bw2-red);
	border-color: var(--bw2-red);
	color: #fff !important;
}

.bw2-btn--light {
	background: #fff;
	border-color: #fff;
	color: var(--bw2-red) !important;
}

.bw2-btn--light:hover,
.bw2-btn--light:focus {
	background: #f0f0f0;
	border-color: #f0f0f0;
	color: var(--bw2-red-dark) !important;
}

.bw2-small-btn {
	font-size: 10px;
	min-height: 27px;
	padding: 7px 11px;
}

.bw2-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: flex-start;
}

/* HERO */
.bw2-hero {
	background: #fff;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.bw2-hero-frame {
	background: #d9d9d9;
	height: clamp(650px, 59vw, 880px);
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.bw2-hero-frame::after {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.05) 58%, rgba(0,0,0,.16) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.bw2-hero-track,
.bw2-hero-slide,
.bw2-hero-fallback-img,
.bw2-hero-fallback {
	height: 100%;
	width: 100%;
}

.bw2-hero-track {
	position: relative;
}

.bw2-hero-slide {
	inset: 0;
	position: absolute;
	transform: translateX(100%);
	visibility: hidden;
	z-index: 0;
}

.bw2-hero-slide.is-active {
	transform: translateX(0);
	visibility: visible;
	z-index: 2;
}

.bw2-hero-slide.is-enter-next {
	transform: translateX(100%);
	visibility: visible;
	z-index: 3;
}

.bw2-hero-slide.is-enter-prev {
	transform: translateX(-100%);
	visibility: visible;
	z-index: 3;
}

.bw2-hero-slide.is-leave-next {
	transform: translateX(-100%);
	visibility: visible;
	z-index: 2;
}

.bw2-hero-slide.is-leave-prev {
	transform: translateX(100%);
	visibility: visible;
	z-index: 2;
}

.bw2-hero-frame.is-animating .bw2-hero-slide {
	transition: transform var(--bw2-hero-duration) ease-in-out;
}

.bw2-hero-slide img,
.bw2-hero-fallback-img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center 50%;
	width: 100%;
}

.bw2-hero-fallback {
	align-items: center;
	color: var(--bw2-muted);
	display: flex;
	font-weight: 700;
	justify-content: center;
	text-align: center;
}

.bw2-hero-card-wrap {
	bottom: clamp(24px, 3.2vw, 48px);
	left: 50%;
	max-width: var(--bw2-wrap);
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: min(calc(100% - 64px), var(--bw2-wrap));
	z-index: 5;
}

.bw2-hero-card {
	background: rgba(255,255,255,.96);
	border: 1px solid #cfc7c0;
	box-shadow: 0 10px 20px rgba(0,0,0,.12);
	padding: clamp(19px, 2vw, 25px);
	pointer-events: auto;
	text-align: left;
	width: 100%;
}

.bw2-hero-card .bw2-kicker {
	color: var(--bw2-red);
}

.bw2-hero-card h1 {
	font-size: clamp(27px, 2.25vw, 36px);
	max-width: none;
	width: 100%;
}

.bw2-hero-lower {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.bw2-hero-copy {
	color: var(--bw2-muted) !important;
	font-size: 12.5px !important;
	line-height: 1.48 !important;
	margin: 0 !important;
	max-width: 480px;
}

.bw2-hero-arrow {
	align-items: center;
	background: rgba(0,0,0,.82);
	border: 0;
	border-radius: 1px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	z-index: 6;
}

.bw2-hero-arrow--prev { left: 18px; }
.bw2-hero-arrow--next { right: 18px; }

/* SHARED SECTION HEADINGS */
.bw2-simple-heading {
	margin-bottom: 16px;
	max-width: 740px;
	text-align: left;
}

.bw2-simple-heading--wide {
	max-width: 100%;
}

.bw2-simple-heading--stacked {
	max-width: 620px;
}

.bw2-heading-note {
	color: var(--bw2-muted);
	font-size: 12.5px;
	line-height: 1.45;
	margin: 5px 0 0;
	max-width: 430px;
}

/* BROWSE BY TYPE */
.bw2-shop-types {
	padding-top: 30px;
}

.bw2-type-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bw2-type-card {
	background: #fff;
	border: 1px solid var(--bw2-line);
	border-top: 1px solid var(--bw2-red);
	color: var(--bw2-ink) !important;
	display: block;
	min-height: 88px;
	padding: 12px 14px;
	position: relative;
	text-align: left;
	text-decoration: none !important;
	transition: border-color .16s ease, background-color .16s ease;
}

.bw2-type-card + .bw2-type-card {
	border-left: 0;
}

.bw2-type-card::after {
	color: var(--bw2-red);
	content: "→";
	font-weight: 800;
	position: absolute;
	right: 13px;
	top: 11px;
}

.bw2-type-card:hover,
.bw2-type-card:focus {
	background: #fffafa;
	border-color: #cfcfcf;
}

.bw2-type-card span,
.bw2-type-card strong,
.bw2-type-card small {
	display: block;
}

.bw2-type-card span {
	color: var(--bw2-red);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	margin-bottom: 12px;
	padding-right: 26px;
	text-transform: uppercase;
}

.bw2-type-card strong {
	font-size: 12.5px;
	line-height: 1.25;
	margin-bottom: 5px;
}

.bw2-type-card small {
	color: var(--bw2-muted);
	font-size: 10.5px;
	line-height: 1.35;
}

/* LATEST ARRIVALS */
.bw2-arrivals {
	padding-top: 28px;
}

.bw2-arrivals-intro {
	margin-bottom: 18px;
	max-width: 760px;
	text-align: left;
}

.bw2-arrivals-intro h2 {
	font-size: 21px;
	margin-bottom: 10px;
}

.bw2-arrivals-intro p {
	font-size: 12.5px;
	line-height: 1.52;
	margin-bottom: 9px;
}

.bw2-filter-chips {
	display: none;
}

.bw2-vehicle-grid {
	display: grid;
	gap: 32px 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
}

.bw2-vehicle-card {
	background: #fff;
	border: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding-bottom: 4px;
	position: relative;
	text-align: left;
}

.bw2-vehicle-card h3 {
	font-size: 13.5px;
	line-height: 1.25;
	margin-bottom: 3px;
}

.bw2-vehicle-card h3 a {
	color: var(--bw2-ink) !important;
	text-decoration: none !important;
}

.bw2-vehicle-card h3 a:hover,
.bw2-vehicle-card h3 a:focus {
	color: var(--bw2-red) !important;
}

.bw2-card-subtitle {
	color: #4b5660;
	font-size: 11px;
	line-height: 1.35;
	margin-bottom: 8px;
	min-height: 15px;
}

.bw2-vehicle-card__image {
	background: var(--bw2-soft);
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
	width: 100%;
}

.bw2-vehicle-card__image::before {
	content: "";
	display: block;
	padding-top: 66%;
}

.bw2-vehicle-card__image img,
.bw2-vehicle-card__placeholder {
	inset: 0;
	position: absolute;
}

.bw2-vehicle-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 220ms ease;
	width: 100%;
}

.bw2-vehicle-card:hover .bw2-vehicle-card__image img {
	transform: scale(1.015);
}

.bw2-vehicle-card__placeholder {
	align-items: center;
	color: var(--bw2-muted);
	display: flex;
	font-size: 13px;
	justify-content: center;
	padding: 20px;
	text-align: center;
}

.bw2-status-badge {
	background: rgba(31,42,53,.9);
	border-radius: 1px;
	color: #fff;
	font-size: 8.5px;
	font-weight: 800;
	left: 8px;
	letter-spacing: .05em;
	line-height: 1;
	padding: 5px 6px;
	position: absolute;
	top: 8px;
	text-transform: uppercase;
}

.bw2-status-badge:not(.bw2-status-badge--sold) {
	display: none;
}

.bw2-status-badge--sold {
	background: rgba(143,0,12,.95);
}

.bw2-vehicle-card__meta {
	color: var(--bw2-ink);
	display: flex;
	flex-wrap: wrap;
	font-size: 10.5px;
	font-weight: 700;
	gap: 4px 10px;
	line-height: 1.45;
	margin-bottom: 8px;
}

.bw2-vehicle-card__meta span:last-child {
	color: var(--bw2-blue);
}

.bw2-vehicle-note {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #37424d;
	display: -webkit-box;
	font-size: 11.5px;
	line-height: 1.45;
	margin-bottom: 12px;
	max-height: calc(1.45em * 3);
	min-height: calc(1.45em * 3);
	overflow: hidden;
}

.bw2-vehicle-card .bw2-small-btn {
	align-self: flex-start;
	margin-top: auto;
}

.bw2-inventory-cta {
	margin: 34px 0 0;
	text-align: left;
}

.bw2-empty-panel {
	background: var(--bw2-soft);
	border: 1px solid var(--bw2-line);
	padding: 24px;
	text-align: center;
}

/* FINANCING / SELL-TRADE */
.bw2-actions {
	background: var(--bw2-soft);
	border-bottom: 1px solid var(--bw2-line);
	border-top: 1px solid var(--bw2-line);
	padding: 40px 0;
}

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

.bw2-action-box {
	background: #fff;
	border: 1px solid var(--bw2-line);
	min-height: 176px;
	padding: 24px;
	text-align: left;
}

.bw2-action-box--red {
	background: var(--bw2-red);
	border-color: var(--bw2-red);
}

.bw2-action-box--red h3,
.bw2-action-box--red p,
.bw2-action-box--red .bw2-card-kicker {
	color: #fff !important;
}

.bw2-card-kicker {
	font-size: 9.5px;
	margin-bottom: 10px;
}

.bw2-action-box h3 {
	font-size: 20px;
	line-height: 1.18;
	margin-bottom: 10px;
}

.bw2-action-box p:not(.bw2-card-kicker) {
	font-size: 12.5px;
	line-height: 1.5;
	max-width: 500px;
}

/* WHY BACKWOODS */
.bw2-why {
	background: #fff;
}

.bw2-proof-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.bw2-proof-grid li {
	border: 1px solid var(--bw2-line);
	border-left: 0;
	padding: 13px 14px;
	text-align: left;
}

.bw2-proof-grid li:first-child {
	border-left: 1px solid var(--bw2-line);
}

.bw2-proof-grid strong,
.bw2-proof-grid span {
	display: block;
}

.bw2-proof-grid strong {
	color: var(--bw2-ink);
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 6px;
}

.bw2-proof-grid span {
	color: var(--bw2-muted);
	font-size: 10.5px;
	line-height: 1.45;
}

/* TESTIMONIALS */
.bw2-reviews {
	background-color: var(--bw2-red-dark);
	background-image: linear-gradient(rgba(101,0,8,.74), rgba(101,0,8,.78)), var(--bw2-review-bg);
	background-position: center;
	background-size: cover;
	padding: 54px 0 58px;
	text-align: center;
}

.bw2-reviews .bw2-wrap {
	max-width: var(--bw2-wrap);
	width: min(calc(100% - 40px), var(--bw2-wrap));
}

.bw2-reviews h2 {
	color: #fff;
	font-size: 23px;
	line-height: 1.2;
	margin-bottom: 22px;
}

.bw2-review-carousel {
	margin-top: 0;
}

.bw2-review-window {
	overflow: hidden;
	width: 100%;
}

.bw2-review-track {
	display: flex;
	gap: 20px;
	will-change: transform;
}

.bw2-review-track.is-animated {
	transition: transform var(--bw2-testimonial-duration) ease-in-out;
}

.bw2-review-card {
	background: #fff;
	border: 1px solid rgba(255,255,255,.74);
	box-shadow: 0 7px 16px rgba(0,0,0,.13);
	flex: 0 0 calc((100% - 40px) / 3);
	min-height: 172px;
	min-width: 0;
	padding: 17px;
	text-align: left;
}

.bw2-review-card__top {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.bw2-review-card__top img,
.bw2-review-card__top span {
	border-radius: 50%;
	height: 36px;
	width: 36px;
}

.bw2-review-card__top img {
	object-fit: cover;
}

.bw2-review-card__top span {
	align-items: center;
	background: #e9ebef;
	color: var(--bw2-ink);
	display: flex;
	font-weight: 800;
	justify-content: center;
}

.bw2-review-card strong {
	color: var(--bw2-ink);
	font-size: 12px;
}

.bw2-review-card p {
	color: #303a45;
	font-size: 11.5px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.bw2-stars {
	color: #b56f00;
	font-size: 12px;
	letter-spacing: 1px;
}

.bw2-review-controls {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 16px;
}

.bw2-carousel-button {
	background: rgba(0,0,0,.78);
	border-color: rgba(0,0,0,.78);
	min-height: 29px;
	min-width: 34px;
	padding: 7px 10px;
}

.bw2-carousel-button--pause {
	background: var(--bw2-red);
	border-color: var(--bw2-red);
	min-width: 70px;
}

/* FAQ */
.bw2-faq-band {
	background: var(--bw2-beige);
	margin: 0 !important;
	padding: 34px 0 0 !important;
}

.bw2-faq-band .bw2-wrap {
	max-width: var(--bw2-wrap);
	width: min(calc(100% - 40px), var(--bw2-wrap));
}

.bw2-faq-current {
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 0 !important;
}

.bw2-faq-current h2 {
	color: var(--bw2-ink);
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 12px;
}

.bw2-faq-list {
	background: #fff;
	border: 1px solid #d6d1c9;
	box-shadow: none;
	margin: 0;
	width: 100%;
}

.bw2-faq-item {
	background: #fff;
	border-bottom: 1px solid #e2ded8;
}

.bw2-faq-item:last-child {
	border-bottom: 0;
}

.bw2-faq-item summary {
	align-items: center;
	color: var(--bw2-ink);
	cursor: pointer;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 14px;
	justify-content: space-between;
	list-style: none;
	min-height: 34px;
	padding: 8px 13px;
}

.bw2-faq-item summary::-webkit-details-marker {
	display: none;
}

.bw2-faq-item summary::after {
	color: var(--bw2-red);
	content: "+";
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.bw2-faq-item[open] summary::after {
	content: "−";
}

.bw2-faq-item p {
	color: #404a55;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 13px 12px;
	max-width: none;
}

.bw2-faq-item a {
	color: var(--bw2-blue) !important;
	font-weight: 700;
}

/* Footer / map gap cleanup for Home V2 only. */
body.page-template-page-home-v2 .bw2-site,
body.page-template-page-home-v2-php .bw2-site,
body.page-template-page-home-v2 #content,
body.page-template-page-home-v2-php #content,
body.page-template-page-home-v2 .site-content,
body.page-template-page-home-v2-php .site-content,
body.page-template-page-home-v2 .site-main,
body.page-template-page-home-v2-php .site-main,
body.page-template-page-home-v2 #primary,
body.page-template-page-home-v2-php #primary {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.page-template-page-home-v2 #colophon,
body.page-template-page-home-v2-php #colophon,
body.page-template-page-home-v2 .site-footer,
body.page-template-page-home-v2-php .site-footer,
body.page-template-page-home-v2 .site-footer-section,
body.page-template-page-home-v2-php .site-footer-section,
body.page-template-page-home-v2 #colophon .ast-builder-grid-row-container,
body.page-template-page-home-v2-php #colophon .ast-builder-grid-row-container,
body.page-template-page-home-v2 #colophon .ast-builder-footer-grid-columns,
body.page-template-page-home-v2-php #colophon .ast-builder-footer-grid-columns,
body.page-template-page-home-v2 #colophon .site-above-footer-wrap,
body.page-template-page-home-v2-php #colophon .site-above-footer-wrap,
body.page-template-page-home-v2 #colophon .site-primary-footer-wrap,
body.page-template-page-home-v2-php #colophon .site-primary-footer-wrap,
body.page-template-page-home-v2 #colophon .footer-widget-area,
body.page-template-page-home-v2-php #colophon .footer-widget-area,
body.page-template-page-home-v2 #colophon .footer-widget-area-inner,
body.page-template-page-home-v2-php #colophon .footer-widget-area-inner,
body.page-template-page-home-v2 #colophon .widget,
body.page-template-page-home-v2-php #colophon .widget,
body.page-template-page-home-v2 #colophon .widget_block,
body.page-template-page-home-v2-php #colophon .widget_block,
body.page-template-page-home-v2 #colophon .wp-block-group,
body.page-template-page-home-v2-php #colophon .wp-block-group,
body.page-template-page-home-v2 #colophon .wp-block-html,
body.page-template-page-home-v2-php #colophon .wp-block-html {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.page-template-page-home-v2 #colophon iframe,
body.page-template-page-home-v2-php #colophon iframe,
body.page-template-page-home-v2 #colophon .wp-block-embed,
body.page-template-page-home-v2-php #colophon .wp-block-embed {
	display: block;
	margin-top: 0 !important;
}

/* MOBILE QUICK ACTION BAR */
.bw2-mobile-actions {
	display: none;
}

@media (max-width: 960px) {
	.bw2-wrap,
	.bw2-reviews .bw2-wrap,
	.bw2-faq-band .bw2-wrap {
		width: min(calc(100% - 32px), var(--bw2-wrap));
	}

	.bw2-hero-frame {
		height: 640px;
	}

	.bw2-hero-card-wrap {
		width: min(calc(100% - 48px), var(--bw2-wrap));
	}

	.bw2-hero-lower {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.bw2-hero-copy {
		max-width: 620px;
	}

	.bw2-type-grid,
	.bw2-proof-grid,
	.bw2-vehicle-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bw2-type-card:nth-child(odd),
	.bw2-proof-grid li:nth-child(odd) {
		border-left: 1px solid var(--bw2-line);
	}

	.bw2-action-grid {
		grid-template-columns: 1fr;
	}

	.bw2-review-card {
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 720px) {
	.bw2-wrap,
	.bw2-reviews .bw2-wrap,
	.bw2-faq-band .bw2-wrap {
		width: min(calc(100% - 24px), var(--bw2-wrap));
	}

	.bw2-section {
		padding: 30px 0;
	}

	.bw2-hero-frame {
		height: 620px;
	}

	.bw2-hero-card-wrap {
		bottom: 16px;
		width: min(calc(100% - 36px), var(--bw2-wrap));
	}

	.bw2-hero-card {
		padding: 18px;
	}

	.bw2-hero-card h1 {
		font-size: 26px;
	}

	.bw2-type-grid,
	.bw2-proof-grid,
	.bw2-vehicle-grid {
		grid-template-columns: 1fr;
	}

	.bw2-type-card,
	.bw2-type-card + .bw2-type-card,
	.bw2-proof-grid li,
	.bw2-proof-grid li:first-child {
		border-left: 1px solid var(--bw2-line);
	}

	.bw2-review-card {
		flex-basis: 84%;
	}

	.bw2-mobile-actions {
		background: #fff;
		border-top: 1px solid var(--bw2-line);
		bottom: 0;
		box-shadow: 0 -8px 20px rgba(31,42,53,.10);
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		left: 0;
		position: fixed;
		right: 0;
		z-index: 9999;
	}

	.bw2-mobile-actions a {
		align-items: center;
		color: var(--bw2-red) !important;
		display: flex;
		font-size: 12px;
		font-weight: 800;
		justify-content: center;
		min-height: 50px;
		text-decoration: none !important;
	}

	.bw2-mobile-actions a + a {
		border-left: 1px solid var(--bw2-line);
	}

	body.page-template-page-home-v2,
	body.page-template-page-home-v2-php {
		padding-bottom: 50px;
	}
}

@media (max-width: 480px) {
	.bw2-hero-frame {
		height: 640px;
	}

	.bw2-button-row .bw2-btn {
		flex: 1 1 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bw2-site *,
	.bw2-site *::before,
	.bw2-site *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* V10 polish: tighter header contact, clearer Browse/Arrivals separation, better CTA spacing. */
body.bw2-home-template .site-header,
body.bw2-home-template .main-header-bar,
body.bw2-home-template .ast-primary-header-bar,
body.bw2-home-template .site-header-primary-section,
body.bw2-home-template .ast-builder-grid-row-container {
	margin-bottom: 0 !important;
}

body.bw2-home-template #content,
body.bw2-home-template .site-content,
body.bw2-home-template .site-content > .ast-container,
body.bw2-home-template .site-main,
body.bw2-home-template #primary,
body.bw2-home-template .ast-article-single,
body.bw2-home-template .entry-content,
body.bw2-home-template .entry-content > .bw2-site:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.bw2-home-template .entry-header {
	display: none !important;
}

body.bw2-home-template .bw2-hero,
body.bw2-home-template .bw2-hero-frame {
	margin-top: 0 !important;
}

.bw2-shop-types {
	background: linear-gradient(180deg, #f7f4ef 0%, #f4efe7 100%);
	border-bottom: 1px solid #e1d8cc;
	border-top: 1px solid #ece6dd;
	padding: 40px 0 42px;
}

.bw2-shop-types .bw2-simple-heading {
	margin-bottom: 18px;
}

.bw2-shop-types .bw2-type-card {
	background: #fff;
}

.bw2-arrivals {
	background: #fff;
	padding-top: 44px;
}

.bw2-inventory-cta {
	margin-top: 58px;
}


/* V12 polish: final UI audit, inventory-v2 routing, FAQ buffer, title cleanup, and CTA spacing. */
body.bw2-home-template .bw2-hero,
body.bw2-home-template .bw2-hero-frame {
	margin-top: -1px !important;
}

.bw2-vehicle-card h3,
.bw2-vehicle-card h3 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bw2-inventory-cta {
	margin-top: 84px;
}

.bw2-faq-band {
	padding: 34px 0 32px !important;
}

.bw2-faq-list {
	margin-bottom: 0;
}

/* V12 audit polish: equal-height cards, better truncation, stronger hovers, and final cohesion. */
.bw2-vehicle-card {
	min-height: 100%;
}

.bw2-card-subtitle {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bw2-vehicle-card__meta {
	min-height: 18px;
}

.bw2-vehicle-card .bw2-small-btn {
	margin-top: 4px;
}

.bw2-review-card p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.bw2-faq-item summary:hover {
	background: #faf8f3;
}

.bw2-mobile-actions a:focus-visible {
	outline-offset: -3px;
}

/* V13 UX + brand cohesion pass: roomier sections, maroon states, humble old-school details. */
body.bw2-home-template {
	--bw2-red: #75000a;
	--bw2-red-dark: #520006;
	--bw2-red-deep: #390004;
	--bw2-blue: #75000a;
	--bw2-wrap: 1000px;
}

body.bw2-home-template .bw2-site {
	font-size: 13px;
}

body.bw2-home-template .bw2-wrap,
body.bw2-home-template .bw2-reviews .bw2-wrap,
body.bw2-home-template .bw2-faq-band .bw2-wrap {
	max-width: var(--bw2-wrap);
	width: min(calc(100% - 40px), var(--bw2-wrap));
}

body.bw2-home-template .bw2-section {
	padding-bottom: 54px;
	padding-top: 54px;
}

body.bw2-home-template .bw2-hero-frame {
	margin-top: -1px !important;
}

body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited {
	background: rgba(31, 42, 53, .9) !important;
	border: 1px solid rgba(255,255,255,.35) !important;
	box-shadow: none !important;
	color: #fff !important;
}

body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active {
	background: var(--bw2-red) !important;
	border-color: var(--bw2-red-dark) !important;
	box-shadow: 0 2px 0 rgba(0,0,0,.25) !important;
	color: #fff !important;
}

body.bw2-home-template .bw2-hero-arrow:focus-visible {
	outline: 3px solid var(--bw2-focus) !important;
	outline-offset: 3px !important;
}

body.bw2-home-template .bw2-hero-card {
	border: 2px solid #d6c8ba;
	box-shadow: 0 3px 0 rgba(32,42,52,.16), 0 14px 28px rgba(0,0,0,.10);
}

body.bw2-home-template .bw2-btn,
body.bw2-home-template .bw2-small-btn,
body.bw2-home-template .bw2-carousel-button {
	border-width: 2px;
	box-shadow: 0 2px 0 var(--bw2-red-dark);
	font-weight: 800;
}

body.bw2-home-template .bw2-btn--secondary {
	box-shadow: 0 2px 0 #d8c9bd;
}

body.bw2-home-template .bw2-btn:hover,
body.bw2-home-template .bw2-btn:focus,
body.bw2-home-template .bw2-small-btn:hover,
body.bw2-home-template .bw2-small-btn:focus,
body.bw2-home-template .bw2-carousel-button:hover,
body.bw2-home-template .bw2-carousel-button:focus {
	background: var(--bw2-red-dark);
	border-color: var(--bw2-red-dark);
	color: #fff !important;
}

body.bw2-home-template .bw2-shop-types {
	background: linear-gradient(180deg, #f6f1e8 0%, #f2ebdf 100%);
	border-bottom: 2px solid #e0d2c3;
	border-top: 2px solid #eadfD4;
	padding-bottom: 56px;
	padding-top: 52px;
}

body.bw2-home-template .bw2-type-card {
	border-color: #d9d0c7;
	border-top: 2px solid var(--bw2-red);
	box-shadow: 0 2px 0 rgba(32,42,52,.04);
}

body.bw2-home-template .bw2-type-card:hover,
body.bw2-home-template .bw2-type-card:focus {
	background: #fffafa;
	border-top-color: var(--bw2-red-dark);
}

body.bw2-home-template .bw2-arrivals {
	padding-bottom: 70px;
	padding-top: 62px;
}

body.bw2-home-template .bw2-vehicle-grid {
	gap: 36px 30px;
	margin-top: 26px;
}

body.bw2-home-template .bw2-vehicle-card__meta span:last-child {
	color: var(--bw2-red) !important;
}

body.bw2-home-template .bw2-card-flags {
	margin: 0 0 10px;
	min-height: 22px;
}

body.bw2-home-template .bw2-card-flags span {
	background: #fbf8f2;
	border: 1px solid #bba99a;
	color: #262d34;
	display: inline-flex;
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1;
	padding: 4px 6px;
	text-transform: uppercase;
}

body.bw2-home-template .bw2-inventory-cta {
	margin: 0 !important;
	padding-top: 76px;
	text-align: left;
}

body.bw2-home-template .bw2-actions {
	background: #f7f5f2;
	border-bottom: 2px solid #e5ded7;
	border-top: 2px solid #e5ded7;
	padding-bottom: 60px;
	padding-top: 60px;
}

body.bw2-home-template .bw2-action-grid {
	gap: 20px;
}

body.bw2-home-template .bw2-action-box {
	border: 2px solid #ddd4cc;
	box-shadow: 0 3px 0 rgba(32,42,52,.06);
	min-height: 184px;
	padding: 26px;
}

body.bw2-home-template .bw2-action-box--red {
	background: var(--bw2-red-dark);
	border-color: var(--bw2-red-deep);
	box-shadow: 0 3px 0 var(--bw2-red-deep);
}

body.bw2-home-template .bw2-why {
	padding-bottom: 56px;
	padding-top: 56px;
}

body.bw2-home-template .bw2-proof-grid li {
	border-color: #d9d0c7;
	border-width: 2px 1px 2px 0;
	box-shadow: 0 2px 0 rgba(32,42,52,.04);
}

body.bw2-home-template .bw2-proof-grid li:first-child {
	border-left-width: 2px;
}

body.bw2-home-template .bw2-reviews {
	padding-bottom: 66px;
	padding-top: 64px;
}

body.bw2-home-template .bw2-review-card {
	border: 2px solid rgba(255,255,255,.84);
	box-shadow: 0 3px 0 rgba(0,0,0,.18), 0 10px 20px rgba(0,0,0,.10);
}

body.bw2-home-template .bw2-review-card p {
	color: #27313b;
}

body.bw2-home-template .bw2-carousel-button {
	background: rgba(31,42,52,.95);
	border-color: rgba(31,42,52,.95);
	box-shadow: 0 2px 0 rgba(0,0,0,.4);
}

body.bw2-home-template .bw2-carousel-button:hover,
body.bw2-home-template .bw2-carousel-button:focus,
body.bw2-home-template .bw2-carousel-button:active,
body.bw2-home-template .bw2-carousel-button--pause {
	background: var(--bw2-red);
	border-color: var(--bw2-red-dark);
}

body.bw2-home-template .bw2-faq-band {
	background: #f2ebdf;
	padding: 50px 0 48px !important;
}

body.bw2-home-template .bw2-faq-list {
	border: 2px solid #d9d0c7;
	box-shadow: 0 2px 0 rgba(32,42,52,.05);
}

body.bw2-home-template .bw2-faq-item summary::after,
body.bw2-home-template .bw2-faq-item a {
	color: var(--bw2-red) !important;
}

@media (max-width: 960px) {
	body.bw2-home-template .bw2-section,
	body.bw2-home-template .bw2-shop-types,
	body.bw2-home-template .bw2-arrivals,
	body.bw2-home-template .bw2-actions,
	body.bw2-home-template .bw2-why,
	body.bw2-home-template .bw2-reviews,
	body.bw2-home-template .bw2-faq-band {
		padding-bottom: 44px !important;
		padding-top: 44px !important;
	}

	body.bw2-home-template .bw2-inventory-cta {
		padding-top: 58px;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-section,
	body.bw2-home-template .bw2-shop-types,
	body.bw2-home-template .bw2-arrivals,
	body.bw2-home-template .bw2-actions,
	body.bw2-home-template .bw2-why,
	body.bw2-home-template .bw2-reviews,
	body.bw2-home-template .bw2-faq-band {
		padding-bottom: 34px !important;
		padding-top: 34px !important;
	}
}

/* V14: compact CARFAX badge, darker sold indicator, and final spacing nudges. */
body.bw2-home-template .bw2-carfax-badge {
	align-items: center;
	background: rgba(255,255,255,.96);
	border: 1px solid #2f3a46;
	box-shadow: 0 1px 0 rgba(0,0,0,.18);
	color: #1f2a35;
	display: inline-flex;
	font-size: 8.5px;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1;
	min-height: 18px;
	padding: 4px 5px 3px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 4;
}

body.bw2-home-template .bw2-status-badge--sold {
	background: rgba(82,0,6,.98) !important;
	color: #fff !important;
}

body.bw2-home-template .bw2-card-flags {
	display: none !important;
}

body.bw2-home-template .bw2-inventory-cta {
	padding-top: 86px !important;
}

body.bw2-home-template .bw2-vehicle-card__image:focus-visible .bw2-carfax-badge,
body.bw2-home-template .bw2-vehicle-card__image:hover .bw2-carfax-badge {
	border-color: var(--bw2-red-dark);
	color: var(--bw2-red-dark);
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-inventory-cta {
		padding-top: 62px !important;
	}
}

/* V15 agency polish: standardized listing info, subtler CARFAX mark, stronger browse hover, better CTA/FAQ copy. */
body.bw2-home-template .bw2-type-card {
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.bw2-home-template .bw2-type-card::after {
	transition: color .18s ease, transform .18s ease;
}

body.bw2-home-template .bw2-type-card:hover,
body.bw2-home-template .bw2-type-card:focus {
	background: #fff6f3;
	border-color: var(--bw2-red);
	box-shadow: 0 4px 0 rgba(82,0,6,.16), 0 10px 20px rgba(32,42,52,.08);
	transform: translateY(-2px);
}

body.bw2-home-template .bw2-type-card:hover::after,
body.bw2-home-template .bw2-type-card:focus::after {
	color: var(--bw2-red-dark);
	transform: translateX(3px);
}

body.bw2-home-template .bw2-vehicle-card__head {
	margin-bottom: 8px;
	min-width: 0;
}

body.bw2-home-template .bw2-vehicle-title-row {
	align-items: baseline;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-width: 0;
}

body.bw2-home-template .bw2-vehicle-title-row h3 {
	flex: 1 1 auto;
	margin-bottom: 0;
	min-width: 0;
}

body.bw2-home-template .bw2-vehicle-card__price {
	color: var(--bw2-red);
	flex: 0 0 auto;
	font-size: 11.5px;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

body.bw2-home-template .bw2-card-subtitle {
	margin-top: 3px;
}

body.bw2-home-template .bw2-vehicle-card__meta,
body.bw2-home-template .bw2-vehicle-card__meta span,
body.bw2-home-template .bw2-vehicle-card__meta span:last-child {
	color: var(--bw2-ink) !important;
}

body.bw2-home-template .bw2-carfax-badge {
	align-items: stretch;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(32,42,52,.55);
	bottom: 7px;
	box-shadow: 0 1px 0 rgba(0,0,0,.18);
	color: #1f2a35;
	display: inline-flex;
	font-size: 7px;
	font-weight: 900;
	gap: 1px;
	letter-spacing: 0;
	line-height: 1;
	min-height: 0;
	padding: 2px;
	position: absolute;
	right: 7px;
	top: auto;
	z-index: 4;
}

body.bw2-home-template .bw2-carfax-badge span {
	align-items: center;
	background: #1f2a35;
	color: #fff;
	display: flex;
	height: 11px;
	justify-content: center;
	min-width: 9px;
	padding: 0 1px;
}

body.bw2-home-template .bw2-vehicle-card__image:hover .bw2-carfax-badge,
body.bw2-home-template .bw2-vehicle-card__image:focus-visible .bw2-carfax-badge {
	border-color: var(--bw2-red-dark);
}

body.bw2-home-template .bw2-vehicle-card__image:hover .bw2-carfax-badge span,
body.bw2-home-template .bw2-vehicle-card__image:focus-visible .bw2-carfax-badge span {
	background: var(--bw2-red-dark);
}

body.bw2-home-template .bw2-inventory-cta {
	padding-top: 72px !important;
	text-align: center;
}

body.bw2-home-template .bw2-proof-grid a {
	color: var(--bw2-red) !important;
	font-weight: 800;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

body.bw2-home-template .bw2-proof-grid a:hover,
body.bw2-home-template .bw2-proof-grid a:focus {
	color: var(--bw2-red-dark) !important;
}

body.bw2-home-template .bw2-faq-item summary {
	font-size: 12.5px;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-vehicle-title-row {
		gap: 8px;
	}

	body.bw2-home-template .bw2-vehicle-card__price {
		font-size: 11px;
	}

	body.bw2-home-template .bw2-inventory-cta {
		padding-top: 54px !important;
	}
}

/* V16 agency polish: standardize Home + Inventory card rhythm and make CTA feel intentional. */
body.bw2-home-template .bw2-vehicle-card__head {
	margin-bottom: 10px;
}

body.bw2-home-template .bw2-vehicle-card h3 {
	font-size: 15px;
	line-height: 1.24;
}

body.bw2-home-template .bw2-vehicle-card__price {
	font-size: 12px;
	letter-spacing: 0;
}

body.bw2-home-template .bw2-card-subtitle {
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 0;
	margin-top: 4px;
	min-height: 15px;
}

body.bw2-home-template .bw2-vehicle-card__image::before {
	padding-top: 75%;
}

body.bw2-home-template .bw2-vehicle-card__meta {
	color: var(--bw2-ink) !important;
	font-size: 11.5px;
	font-weight: 500;
	gap: 5px 12px;
	line-height: 1.35;
	margin-bottom: 9px;
	min-height: 34px;
}

body.bw2-home-template .bw2-vehicle-card__meta strong {
	font-weight: 800;
}

body.bw2-home-template .bw2-vehicle-note {
	font-size: 12px;
	line-height: 1.48;
	margin-bottom: 14px;
	min-height: calc(1.48em * 3);
}

body.bw2-home-template .bw2-inventory-cta {
	padding-top: 62px !important;
	text-align: left !important;
}

body.bw2-home-template .bw2-inventory-cta-btn {
	background: #fff !important;
	border: 2px solid var(--bw2-red) !important;
	box-shadow: 0 2px 0 #d8c9bd !important;
	color: var(--bw2-red) !important;
	display: flex !important;
	font-size: 12px;
	justify-content: center;
	min-height: 40px;
	width: 100%;
}

body.bw2-home-template .bw2-inventory-cta-btn:hover,
body.bw2-home-template .bw2-inventory-cta-btn:focus {
	background: var(--bw2-red) !important;
	border-color: var(--bw2-red-dark) !important;
	box-shadow: 0 2px 0 var(--bw2-red-dark) !important;
	color: #fff !important;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-inventory-cta {
		padding-top: 46px !important;
	}
}


/* V18: keep cleaned trim/body subtitles to one tidy line after body-style de-dupe. */
body.bw2-home-template .bw2-card-subtitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* V18: keep cleaned trim/body subtitles to one tidy line after body-style de-dupe. */
body.bw2-home-template .bw2-card-subtitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* V19: match Home V2 content width to Inventory V2 and preserve clean card rhythm. */
.bw2-wrap,
.bw2-hero-card-wrap {
	max-width: var(--bw2-wrap);
}

.bw2-vehicle-card__meta {
	margin-bottom: 8px; /* intentional: enough separation between quick specs and owner notes without making the cards feel loose */
}


/* V19: match Inventory V2 width and keep listing-card rhythm intentional. */
body.bw2-home-template {
	--bw2-wrap: 1000px;
}

body.bw2-home-template .bw2-wrap,
body.bw2-home-template .bw2-reviews .bw2-wrap,
body.bw2-home-template .bw2-faq-band .bw2-wrap {
	max-width: var(--bw2-wrap) !important;
	width: min(calc(100% - 40px), var(--bw2-wrap)) !important;
}

body.bw2-home-template .bw2-hero-card {
	max-width: var(--bw2-wrap) !important;
	width: min(calc(100% - 40px), var(--bw2-wrap)) !important;
}

body.bw2-home-template .bw2-vehicle-card__meta {
	margin-bottom: 10px;
}

body.bw2-home-template .bw2-vehicle-note {
	margin-top: 0;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-wrap,
	body.bw2-home-template .bw2-reviews .bw2-wrap,
	body.bw2-home-template .bw2-faq-band .bw2-wrap,
	body.bw2-home-template .bw2-hero-card {
		width: min(calc(100% - 28px), var(--bw2-wrap)) !important;
	}
}


/* V21 mobile/spacing polish: clearer mobile hero, old-school button states, better stacked borders, tighter mobile card rhythm. */
body.bw2-home-template .bw2-action-box--red .bw2-btn--light,
body.bw2-home-template .bw2-action-box--red .bw2-btn--light:visited {
	background: #fff !important;
	border-color: #fff !important;	
	box-shadow: 0 2px 0 rgba(0,0,0,.28) !important;
	color: var(--bw2-red-dark) !important;
}

body.bw2-home-template .bw2-action-box--red .bw2-btn--light:hover,
body.bw2-home-template .bw2-action-box--red .bw2-btn--light:focus {
	background: #fff8f0 !important;
	border-color: #fff !important;
	box-shadow: 0 0 0 3px rgba(255,255,255,.38), 0 3px 0 rgba(0,0,0,.28) !important;
	color: var(--bw2-red-deep) !important;
	transform: translateY(-1px);
}

body.bw2-home-template .bw2-inventory-cta {
	padding-top: 82px !important;
}

.bw2-mobile-hero-intro {
	display: none;
}

body.bw2-home-template .bw2-stars {
	font-weight: 900;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-frame {
		height: clamp(260px, 62vw, 340px) !important;
	}

	body.bw2-home-template .bw2-hero-card-wrap {
		display: none !important;
	}

	body.bw2-home-template .bw2-hero-slide img,
	body.bw2-home-template .bw2-hero-fallback-img {
		object-position: center center !important;
	}

	body.bw2-home-template .bw2-mobile-hero-intro {
		background: #fff;
		border-bottom: 2px solid #eadfd4;
		display: block;
		padding: 22px 0 24px;
	}

	body.bw2-home-template .bw2-mobile-hero-intro h1 {
		color: var(--bw2-ink);
		font-size: 24px;
		line-height: 1.12;
		margin: 0 0 10px;
	}

	body.bw2-home-template .bw2-mobile-hero-intro p:not(.bw2-kicker) {
		color: var(--bw2-muted);
		font-size: 12.5px;
		line-height: 1.48;
		margin: 0 0 13px;
	}

	body.bw2-home-template .bw2-mobile-hero-intro .bw2-button-row {
		gap: 8px;
	}

	body.bw2-home-template .bw2-mobile-hero-intro .bw2-btn {
		flex: 1 1 100%;
		min-height: 42px;
	}

	body.bw2-home-template .bw2-type-grid,
	body.bw2-home-template .bw2-proof-grid {
		gap: 10px;
	}

	body.bw2-home-template .bw2-type-card,
	body.bw2-home-template .bw2-type-card + .bw2-type-card,
	body.bw2-home-template .bw2-proof-grid li,
	body.bw2-home-template .bw2-proof-grid li:first-child {
		border: 2px solid #d9d0c7 !important;
		box-shadow: 0 2px 0 rgba(32,42,52,.05);
	}

	body.bw2-home-template .bw2-type-card {
		border-top-color: var(--bw2-red) !important;
	}

	body.bw2-home-template .bw2-proof-grid li {
		background: #fff;
	}

	body.bw2-home-template .bw2-vehicle-card__meta {
		margin-bottom: 5px !important;
		min-height: 0 !important;
	}

	body.bw2-home-template .bw2-vehicle-note {
		-webkit-line-clamp: 4;
		font-size: 12px;
		line-height: 1.45;
		margin: 5px 0 10px !important;
		max-height: calc(1.45em * 4) !important;
		min-height: 0 !important;
	}

	body.bw2-home-template .bw2-vehicle-card__image {
		margin-bottom: 8px;
	}

	body.bw2-home-template .bw2-vehicle-card__head {
		margin-bottom: 8px;
	}

	body.bw2-home-template .bw2-action-grid {
		gap: 12px;
	}

	body.bw2-home-template .bw2-action-box {
		border: 2px solid #d9d0c7;
	}

	body.bw2-home-template .bw2-inventory-cta {
		padding-top: 54px !important;
	}
}

@media (max-width: 480px) {
	body.bw2-home-template .bw2-hero-frame {
		height: 270px !important;
	}

	body.bw2-home-template .bw2-mobile-hero-intro h1 {
		font-size: 22px;
	}
}

/* V22: arrow polish and mobile testimonial rhythm.
   - Removes boxy arrow backgrounds while preserving strong contrast.
   - Uses a dark text stroke/shadow so arrows stay visible over photos.
   - Centers arrow glyphs inside their tap targets.
   - Mobile testimonials show one clean centered card at a time. */
body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	display: flex !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 42px !important;
	font-weight: 800;
	height: 46px !important;
	justify-content: center !important;
	letter-spacing: 0;
	line-height: 1 !important;
	min-height: 46px !important;
	min-width: 38px !important;
	padding: 0 !important;
	text-shadow:
		-1px -1px 0 rgba(31,42,53,.86),
		 1px -1px 0 rgba(31,42,53,.86),
		-1px  1px 0 rgba(31,42,53,.86),
		 1px  1px 0 rgba(31,42,53,.86),
		 0 2px 4px rgba(0,0,0,.55) !important;
	-webkit-text-stroke: 1px rgba(31,42,53,.58);
	width: 38px !important;
}

body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	outline: none;
	text-shadow:
		-1px -1px 0 rgba(101,0,8,.9),
		 1px -1px 0 rgba(101,0,8,.9),
		-1px  1px 0 rgba(101,0,8,.9),
		 1px  1px 0 rgba(101,0,8,.9),
		 0 2px 4px rgba(0,0,0,.55) !important;
	-webkit-text-stroke: 1px rgba(101,0,8,.75);
}

body.bw2-home-template .bw2-hero-arrow:focus-visible {
	outline: 2px solid #fff !important;
	outline-offset: 3px;
}

body.bw2-home-template .bw2-hero-arrow--prev { left: 14px !important; }
body.bw2-home-template .bw2-hero-arrow--next { right: 14px !important; }

/* Review arrows: same visual language as the hero arrows. Keep Pause as a normal button. */
body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):visited {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	display: flex !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 34px !important;
	font-weight: 800;
	height: 36px !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-height: 36px !important;
	min-width: 34px !important;
	padding: 0 !important;
	text-shadow:
		-1px -1px 0 rgba(31,42,53,.88),
		 1px -1px 0 rgba(31,42,53,.88),
		-1px  1px 0 rgba(31,42,53,.88),
		 1px  1px 0 rgba(31,42,53,.88),
		 0 2px 4px rgba(0,0,0,.55) !important;
	-webkit-text-stroke: 1px rgba(31,42,53,.62);
	width: 34px !important;
}

body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	text-shadow:
		-1px -1px 0 rgba(101,0,8,.95),
		 1px -1px 0 rgba(101,0,8,.95),
		-1px  1px 0 rgba(101,0,8,.95),
		 1px  1px 0 rgba(101,0,8,.95),
		 0 2px 4px rgba(0,0,0,.55) !important;
	-webkit-text-stroke: 1px rgba(101,0,8,.82);
}

body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):focus-visible {
	outline: 2px solid #fff !important;
	outline-offset: 3px;
}

body.bw2-home-template .bw2-carousel-button--pause:hover,
body.bw2-home-template .bw2-carousel-button--pause:focus,
body.bw2-home-template .bw2-carousel-button--pause:active {
	background: var(--bw2-red) !important;
	border-color: var(--bw2-red-dark) !important;
	color: #fff !important;
}

/* FAQ expand/collapse marks: slightly larger and cleaner on desktop. */
body.bw2-home-template .bw2-faq-item summary::after {
	font-size: 24px !important;
	font-weight: 900;
	line-height: .9;
	min-width: 22px;
	text-align: center;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited {
		font-size: 36px !important;
		height: 42px !important;
		min-height: 42px !important;
		min-width: 32px !important;
		width: 32px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev { left: 9px !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: 9px !important; }

	body.bw2-home-template .bw2-review-window {
		margin-left: auto;
		margin-right: auto;
		max-width: 420px;
		width: 100%;
	}

	body.bw2-home-template .bw2-review-track {
		gap: 16px;
	}

	body.bw2-home-template .bw2-review-card {
		flex: 0 0 100% !important;
		min-height: 210px;
		padding: 20px;
	}

	body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause) {
		font-size: 36px !important;
		height: 38px !important;
		min-height: 38px !important;
		min-width: 36px !important;
		width: 36px !important;
	}

	body.bw2-home-template .bw2-review-controls {
		gap: 12px;
		margin-top: 18px;
	}

	body.bw2-home-template .bw2-faq-item summary::after {
		font-size: 23px !important;
	}
}

/* V22: mobile arrow polish + review carousel readability.
   Keep desktop hero arrows close to the current site, but make mobile arrows feel like clean white embossed controls.
*/
@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		align-items: center !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		color: transparent !important;
		display: grid !important;
		font-size: 0 !important;
		height: 44px !important;
		justify-items: center !important;
		line-height: 1 !important;
		min-height: 44px !important;
		min-width: 44px !important;
		padding: 0 !important;
		place-items: center !important;
		text-decoration: none !important;
		width: 44px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev {
		left: 2px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next {
		right: 2px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		color: #fff;
		display: block;
		font-size: 36px;
		font-weight: 900;
		line-height: .86;
		text-shadow:
			-1.6px -1.6px 0 rgba(31,42,53,.92),
			 1.6px -1.6px 0 rgba(31,42,53,.92),
			-1.6px  1.6px 0 rgba(31,42,53,.92),
			 1.6px  1.6px 0 rgba(31,42,53,.92),
			 0 2px 5px rgba(0,0,0,.55);
		transform: translateY(-1px);
	}

	body.bw2-home-template .bw2-hero-arrow--prev::before {
		content: '\2039';
	}

	body.bw2-home-template .bw2-hero-arrow--next::before {
		content: '\203A';
	}

	body.bw2-home-template .bw2-hero-arrow:focus-visible {
		outline: 3px solid var(--bw2-red) !important;
		outline-offset: -4px !important;
	}
}

/* V22: testimonial arrows get the same clean outlined-arrow treatment, while the Pause button stays as-is. */
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	display: grid !important;
	font-size: 0 !important;
	height: 42px !important;
	line-height: 1 !important;
	min-height: 42px !important;
	min-width: 42px !important;
	padding: 0 !important;
	place-items: center !important;
	width: 42px !important;
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	color: #fff;
	display: block;
	font-size: 32px;
	font-weight: 900;
	line-height: .86;
	text-shadow:
		-1.6px -1.6px 0 rgba(31,42,53,.94),
		 1.6px -1.6px 0 rgba(31,42,53,.94),
		-1.6px  1.6px 0 rgba(31,42,53,.94),
		 1.6px  1.6px 0 rgba(31,42,53,.94),
		 0 2px 5px rgba(0,0,0,.55);
	transform: translateY(-1px);
}

body.bw2-home-template .bw2-review-controls [data-bw2-testimonials-prev]::before {
	content: '\2039';
}

body.bw2-home-template .bw2-review-controls [data-bw2-testimonials-next]::before {
	content: '\203A';
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus-visible {
	outline: 3px solid #fff !important;
	outline-offset: -3px !important;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-review-track {
		gap: 0 !important;
	}

	body.bw2-home-template .bw2-review-card {
		flex: 0 0 100% !important;
		min-height: 190px;
	}

	body.bw2-home-template .bw2-review-controls {
		gap: 10px;
		margin-top: 14px;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause) {
		height: 46px !important;
		min-height: 46px !important;
		min-width: 46px !important;
		width: 46px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		font-size: 36px;
	}
}

/* V22 carousel arrow polish: cleaner mobile hero controls + larger outlined review arrows. */
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause) {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	display: inline-grid;
	font-size: 0 !important;
	height: 40px;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0 !important;
	position: relative;
	width: 40px;
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	color: #fff;
	content: "‹";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
	text-shadow:
		-1px -1px 0 rgba(31, 42, 53, .92),
		 1px -1px 0 rgba(31, 42, 53, .92),
		-1px  1px 0 rgba(31, 42, 53, .92),
		 1px  1px 0 rgba(31, 42, 53, .92),
		 0 3px 7px rgba(0,0,0,.42);
	transform: translateY(-1px);
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]::before {
	content: "›";
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus::before {
	text-shadow:
		-1px -1px 0 rgba(82, 0, 6, .98),
		 1px -1px 0 rgba(82, 0, 6, .98),
		-1px  1px 0 rgba(82, 0, 6, .98),
		 1px  1px 0 rgba(82, 0, 6, .98),
		 0 4px 8px rgba(0,0,0,.48);
	transform: translateY(-1px) scale(1.06);
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus-visible {
	outline: 3px solid var(--bw2-focus) !important;
	outline-offset: 2px;
}

body.bw2-home-template .bw2-faq-item summary::after {
	font-size: 22px;
	font-weight: 900;
	line-height: .9;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		align-items: center;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		color: transparent !important;
		display: inline-grid;
		font-size: 0 !important;
		height: 42px;
		justify-content: center;
		min-height: 42px;
		min-width: 34px;
		padding: 0 !important;
		width: 34px;
	}

	body.bw2-home-template .bw2-hero-arrow--prev {
		left: 8px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next {
		right: 8px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		color: #fff;
		content: "‹";
		font-family: Arial, Helvetica, sans-serif;
		font-size: 38px;
		font-weight: 900;
		line-height: 1;
		text-shadow:
			-1px -1px 0 rgba(31, 42, 53, .94),
			 1px -1px 0 rgba(31, 42, 53, .94),
			-1px  1px 0 rgba(31, 42, 53, .94),
			 1px  1px 0 rgba(31, 42, 53, .94),
			 0 3px 7px rgba(0,0,0,.44);
		transform: translateY(-1px);
	}

	body.bw2-home-template .bw2-hero-arrow--next::before {
		content: "›";
	}

	body.bw2-home-template .bw2-hero-arrow:hover::before,
	body.bw2-home-template .bw2-hero-arrow:focus::before {
		text-shadow:
			-1px -1px 0 rgba(82, 0, 6, .98),
			 1px -1px 0 rgba(82, 0, 6, .98),
			-1px  1px 0 rgba(82, 0, 6, .98),
			 1px  1px 0 rgba(82, 0, 6, .98),
			 0 4px 8px rgba(0,0,0,.48);
		transform: translateY(-1px) scale(1.06);
	}

	body.bw2-home-template .bw2-hero-arrow:focus-visible {
		outline: 3px solid var(--bw2-focus) !important;
		outline-offset: 2px;
	}

	body.bw2-home-template .bw2-review-card {
		flex-basis: 100% !important;
	}

	body.bw2-home-template .bw2-review-track {
		gap: 14px;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause) {
		height: 42px;
		min-height: 42px;
		min-width: 42px;
		width: 42px;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		font-size: 40px;
	}

	body.bw2-home-template .bw2-faq-item summary::after {
		font-size: 21px;
	}
}

/* V23: embossed arrow controls, no red hover state.
   - Thicker black translucent outline: 3x on desktop, 2x on mobile.
   - Mobile hero arrows sit closer to the content edge rhythm.
   - Desktop hover grows the dark outline and lifts/brightens the arrow.
   - Pause button intentionally keeps its existing button style. */
body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited,
body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	display: inline-grid !important;
	font-size: 0 !important;
	justify-content: center !important;
	padding: 0 !important;
	place-items: center !important;
	text-decoration: none !important;
	transition: transform .18s ease, filter .18s ease !important;
}

body.bw2-home-template .bw2-hero-arrow {
	height: 50px !important;
	min-height: 50px !important;
	min-width: 44px !important;
	width: 44px !important;
}

body.bw2-home-template .bw2-hero-arrow::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	color: #fff !important;
	display: block !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 950 !important;
	line-height: .9 !important;
	text-shadow:
		-3px -3px 0 rgba(18, 24, 30, .86),
		 0   -3px 0 rgba(18, 24, 30, .86),
		 3px -3px 0 rgba(18, 24, 30, .86),
		-3px  0   0 rgba(18, 24, 30, .86),
		 3px  0   0 rgba(18, 24, 30, .86),
		-3px  3px 0 rgba(18, 24, 30, .86),
		 0    3px 0 rgba(18, 24, 30, .86),
		 3px  3px 0 rgba(18, 24, 30, .86),
		 0 4px 9px rgba(0, 0, 0, .52) !important;
	transform: translateY(-1px) !important;
	transition: transform .18s ease, text-shadow .18s ease, filter .18s ease !important;
	-webkit-text-stroke: 1.4px rgba(18, 24, 30, .62);
}

body.bw2-home-template .bw2-hero-arrow::before {
	content: "‹" !important;
	font-size: 43px !important;
}

body.bw2-home-template .bw2-hero-arrow--next::before {
	content: "›" !important;
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause) {
	height: 46px !important;
	min-height: 46px !important;
	min-width: 46px !important;
	width: 46px !important;
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	content: "‹" !important;
	font-size: 44px !important;
}

body.bw2-home-template .bw2-review-controls [data-bw2-testimonials-next]::before {
	content: "›" !important;
}

@media (hover: hover) and (pointer: fine) {
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus {
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		color: transparent !important;
		filter: drop-shadow(0 4px 7px rgba(0,0,0,.26));
		transform: translateY(-2px) !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover::before,
	body.bw2-home-template .bw2-hero-arrow:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus::before {
		color: #fff !important;
		font-weight: 1000 !important;
		text-shadow:
			-4px -4px 0 rgba(8, 12, 16, .92),
			 0   -4px 0 rgba(8, 12, 16, .92),
			 4px -4px 0 rgba(8, 12, 16, .92),
			-4px  0   0 rgba(8, 12, 16, .92),
			 4px  0   0 rgba(8, 12, 16, .92),
			-4px  4px 0 rgba(8, 12, 16, .92),
			 0    4px 0 rgba(8, 12, 16, .92),
			 4px  4px 0 rgba(8, 12, 16, .92),
			 0 6px 11px rgba(0,0,0,.56) !important;
		transform: translateY(-4px) scale(1.06) !important;
		-webkit-text-stroke: 1.65px rgba(8, 12, 16, .76);
	}
}

body.bw2-home-template .bw2-hero-arrow:focus-visible,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus-visible {
	outline: 3px solid var(--bw2-focus) !important;
	outline-offset: 3px !important;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 46px !important;
		min-height: 46px !important;
		min-width: 46px !important;
		width: 46px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev {
		left: 1px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next {
		right: 1px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		text-shadow:
			-2px -2px 0 rgba(18, 24, 30, .92),
			 0   -2px 0 rgba(18, 24, 30, .92),
			 2px -2px 0 rgba(18, 24, 30, .92),
			-2px  0   0 rgba(18, 24, 30, .92),
			 2px  0   0 rgba(18, 24, 30, .92),
			-2px  2px 0 rgba(18, 24, 30, .92),
			 0    2px 0 rgba(18, 24, 30, .92),
			 2px  2px 0 rgba(18, 24, 30, .92),
			 0 4px 8px rgba(0,0,0,.52) !important;
		-webkit-text-stroke: 1.15px rgba(18, 24, 30, .7);
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		font-size: 40px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause) {
		height: 44px !important;
		min-height: 44px !important;
		min-width: 44px !important;
		width: 44px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		font-size: 40px !important;
	}
}


/* V23: arrow outline polish.
   - Keep hero/review arrows white with a thicker semi-transparent charcoal outline.
   - Mobile outline is 2x the old weight; desktop is 3x.
   - Remove red hover/active states entirely.
   - Desktop hover grows the dark outline, slightly lifts the arrow, and brightens/thickens the glyph.
   - Mobile hero arrows sit closer to the screen edges while staying large enough to tap. */
body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 44px !important;
	font-weight: 900 !important;
	height: 52px !important;
	line-height: 1 !important;
	min-height: 52px !important;
	min-width: 42px !important;
	padding: 0 !important;
	text-shadow:
		-3px -3px 0 rgba(21, 27, 34, .84),
		 3px -3px 0 rgba(21, 27, 34, .84),
		-3px  3px 0 rgba(21, 27, 34, .84),
		 3px  3px 0 rgba(21, 27, 34, .84),
		 0 4px 8px rgba(0,0,0,.52) !important;
	-webkit-text-stroke: 3px rgba(21, 27, 34, .72) !important;
	transition: transform 180ms ease, text-shadow 180ms ease, -webkit-text-stroke 180ms ease, color 180ms ease;
	width: 42px !important;
}

body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	outline: none;
	text-shadow:
		-4px -4px 0 rgba(12, 17, 22, .9),
		 4px -4px 0 rgba(12, 17, 22, .9),
		-4px  4px 0 rgba(12, 17, 22, .9),
		 4px  4px 0 rgba(12, 17, 22, .9),
		 0 6px 10px rgba(0,0,0,.62) !important;
	-webkit-text-stroke: 3.8px rgba(12, 17, 22, .82) !important;
}

body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus {
	transform: translateY(-50%) translateY(-2px) scale(1.06) !important;
}

body.bw2-home-template .bw2-hero-arrow:active {
	transform: translateY(-50%) scale(1.02) !important;
}

body.bw2-home-template .bw2-hero-arrow--prev { left: 18px !important; }
body.bw2-home-template .bw2-hero-arrow--next { right: 18px !important; }

body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):visited {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 38px !important;
	font-weight: 900 !important;
	height: 42px !important;
	line-height: 1 !important;
	min-height: 42px !important;
	min-width: 40px !important;
	padding: 0 !important;
	text-shadow:
		-3px -3px 0 rgba(21, 27, 34, .86),
		 3px -3px 0 rgba(21, 27, 34, .86),
		-3px  3px 0 rgba(21, 27, 34, .86),
		 3px  3px 0 rgba(21, 27, 34, .86),
		 0 4px 8px rgba(0,0,0,.55) !important;
	-webkit-text-stroke: 3px rgba(21, 27, 34, .72) !important;
	transition: transform 180ms ease, text-shadow 180ms ease, -webkit-text-stroke 180ms ease, color 180ms ease;
	width: 40px !important;
}

body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	text-shadow:
		-4px -4px 0 rgba(12, 17, 22, .92),
		 4px -4px 0 rgba(12, 17, 22, .92),
		-4px  4px 0 rgba(12, 17, 22, .92),
		 4px  4px 0 rgba(12, 17, 22, .92),
		 0 6px 10px rgba(0,0,0,.62) !important;
	-webkit-text-stroke: 3.8px rgba(12, 17, 22, .84) !important;
}

body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):focus {
	transform: translateY(-2px) scale(1.08) !important;
}

body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	transform: translateY(0) scale(1.03) !important;
}

body.bw2-home-template .bw2-hero-arrow:focus-visible,
body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):focus-visible {
	outline: 2px solid #fff !important;
	outline-offset: 4px !important;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited {
		font-size: 38px !important;
		height: 46px !important;
		min-height: 46px !important;
		min-width: 38px !important;
		text-shadow:
			-2px -2px 0 rgba(21, 27, 34, .88),
			 2px -2px 0 rgba(21, 27, 34, .88),
			-2px  2px 0 rgba(21, 27, 34, .88),
			 2px  2px 0 rgba(21, 27, 34, .88),
			 0 4px 7px rgba(0,0,0,.58) !important;
		-webkit-text-stroke: 2px rgba(21, 27, 34, .74) !important;
		width: 38px !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		text-shadow:
			-2px -2px 0 rgba(12, 17, 22, .92),
			 2px -2px 0 rgba(12, 17, 22, .92),
			-2px  2px 0 rgba(12, 17, 22, .92),
			 2px  2px 0 rgba(12, 17, 22, .92),
			 0 5px 8px rgba(0,0,0,.62) !important;
		-webkit-text-stroke: 2.4px rgba(12, 17, 22, .82) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev { left: max(4px, env(safe-area-inset-left)) !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: max(4px, env(safe-area-inset-right)) !important; }

	body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-carousel-button:not(.bw2-carousel-button--pause):visited {
		font-size: 38px !important;
		height: 42px !important;
		min-height: 42px !important;
		min-width: 38px !important;
		text-shadow:
			-2px -2px 0 rgba(21, 27, 34, .88),
			 2px -2px 0 rgba(21, 27, 34, .88),
			-2px  2px 0 rgba(21, 27, 34, .88),
			 2px  2px 0 rgba(21, 27, 34, .88),
			 0 4px 7px rgba(0,0,0,.58) !important;
		-webkit-text-stroke: 2px rgba(21, 27, 34, .74) !important;
		width: 38px !important;
	}
}

/* V23: arrow halo polish.
   User goal: arrow-only controls with a thicker black/semi-transparent outline, no red hover state.
   Mobile: 2px halo and controls closer to page edges.
   Desktop: 3px halo, stronger hover lift/grow for hero + testimonial arrows. */
body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited,
body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	display: inline-grid !important;
	font-size: 0 !important;
	justify-content: center !important;
	line-height: 1 !important;
	padding: 0 !important;
	place-items: center !important;
	text-decoration: none !important;
}

body.bw2-home-template .bw2-hero-arrow::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	color: #fff !important;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	line-height: .86;
	text-decoration: none !important;
	transition: filter .18s ease, text-shadow .18s ease, transform .18s ease, -webkit-text-stroke .18s ease;
	-webkit-font-smoothing: antialiased;
}

body.bw2-home-template .bw2-hero-arrow--prev::before,
body.bw2-home-template .bw2-review-controls [data-bw2-testimonials-prev]::before {
	content: "‹" !important;
}

body.bw2-home-template .bw2-hero-arrow--next::before,
body.bw2-home-template .bw2-review-controls [data-bw2-testimonials-next]::before {
	content: "›" !important;
}

@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 56px !important;
		min-height: 56px !important;
		min-width: 52px !important;
		width: 52px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev { left: 18px !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: 18px !important; }

	body.bw2-home-template .bw2-hero-arrow::before {
		font-size: 48px !important;
		text-shadow:
			-3px -3px 0 rgba(22, 28, 35, .88),
			 3px -3px 0 rgba(22, 28, 35, .88),
			-3px  3px 0 rgba(22, 28, 35, .88),
			 3px  3px 0 rgba(22, 28, 35, .88),
			-3px  0   0 rgba(22, 28, 35, .94),
			 3px  0   0 rgba(22, 28, 35, .94),
			 0   -3px 0 rgba(22, 28, 35, .94),
			 0    3px 0 rgba(22, 28, 35, .94),
			 0    4px 9px rgba(0, 0, 0, .52) !important;
		transform: translateY(-1px);
		-webkit-text-stroke: 1.1px rgba(22, 28, 35, .82);
	}

	body.bw2-home-template .bw2-hero-arrow:hover::before,
	body.bw2-home-template .bw2-hero-arrow:focus::before {
		filter: brightness(1.15);
		text-shadow:
			-4px -4px 0 rgba(16, 21, 27, .92),
			 4px -4px 0 rgba(16, 21, 27, .92),
			-4px  4px 0 rgba(16, 21, 27, .92),
			 4px  4px 0 rgba(16, 21, 27, .92),
			-4px  0   0 rgba(16, 21, 27, .98),
			 4px  0   0 rgba(16, 21, 27, .98),
			 0   -4px 0 rgba(16, 21, 27, .98),
			 0    4px 0 rgba(16, 21, 27, .98),
			 0    6px 12px rgba(0, 0, 0, .58) !important;
		transform: translateY(-5px) scale(1.08);
		-webkit-text-stroke: 1.45px rgba(16, 21, 27, .96);
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 48px !important;
		min-height: 48px !important;
		min-width: 46px !important;
		width: 46px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		font-size: 46px !important;
		text-shadow:
			-3px -3px 0 rgba(22, 28, 35, .90),
			 3px -3px 0 rgba(22, 28, 35, .90),
			-3px  3px 0 rgba(22, 28, 35, .90),
			 3px  3px 0 rgba(22, 28, 35, .90),
			-3px  0   0 rgba(22, 28, 35, .96),
			 3px  0   0 rgba(22, 28, 35, .96),
			 0   -3px 0 rgba(22, 28, 35, .96),
			 0    3px 0 rgba(22, 28, 35, .96),
			 0    4px 9px rgba(0, 0, 0, .54) !important;
		transform: translateY(-1px);
		-webkit-text-stroke: 1.1px rgba(22, 28, 35, .82);
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus::before {
		filter: brightness(1.15);
		text-shadow:
			-4px -4px 0 rgba(16, 21, 27, .94),
			 4px -4px 0 rgba(16, 21, 27, .94),
			-4px  4px 0 rgba(16, 21, 27, .94),
			 4px  4px 0 rgba(16, 21, 27, .94),
			-4px  0   0 rgba(16, 21, 27, .98),
			 4px  0   0 rgba(16, 21, 27, .98),
			 0   -4px 0 rgba(16, 21, 27, .98),
			 0    4px 0 rgba(16, 21, 27, .98),
			 0    6px 12px rgba(0, 0, 0, .58) !important;
		transform: translateY(-5px) scale(1.08);
		-webkit-text-stroke: 1.45px rgba(16, 21, 27, .96);
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 52px !important;
		min-height: 52px !important;
		min-width: 48px !important;
		width: 48px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev { left: 0 !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: 0 !important; }

	body.bw2-home-template .bw2-hero-arrow::before {
		font-size: 42px !important;
		text-shadow:
			-2px -2px 0 rgba(22, 28, 35, .90),
			 2px -2px 0 rgba(22, 28, 35, .90),
			-2px  2px 0 rgba(22, 28, 35, .90),
			 2px  2px 0 rgba(22, 28, 35, .90),
			-2px  0   0 rgba(22, 28, 35, .96),
			 2px  0   0 rgba(22, 28, 35, .96),
			 0   -2px 0 rgba(22, 28, 35, .96),
			 0    2px 0 rgba(22, 28, 35, .96),
			 0    3px 8px rgba(0, 0, 0, .52) !important;
		transform: translateY(-1px);
		-webkit-text-stroke: .95px rgba(22, 28, 35, .82);
	}

	body.bw2-home-template .bw2-hero-arrow:hover::before,
	body.bw2-home-template .bw2-hero-arrow:focus::before {
		filter: brightness(1.1);
		text-shadow:
			-2.5px -2.5px 0 rgba(16, 21, 27, .94),
			 2.5px -2.5px 0 rgba(16, 21, 27, .94),
			-2.5px  2.5px 0 rgba(16, 21, 27, .94),
			 2.5px  2.5px 0 rgba(16, 21, 27, .94),
			-2.5px  0     0 rgba(16, 21, 27, .98),
			 2.5px  0     0 rgba(16, 21, 27, .98),
			 0     -2.5px 0 rgba(16, 21, 27, .98),
			 0      2.5px 0 rgba(16, 21, 27, .98),
			 0      4px 10px rgba(0, 0, 0, .56) !important;
		transform: translateY(-3px) scale(1.06);
		-webkit-text-stroke: 1.15px rgba(16, 21, 27, .94);
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 48px !important;
		min-height: 48px !important;
		min-width: 48px !important;
		width: 48px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		font-size: 42px !important;
		text-shadow:
			-2px -2px 0 rgba(22, 28, 35, .92),
			 2px -2px 0 rgba(22, 28, 35, .92),
			-2px  2px 0 rgba(22, 28, 35, .92),
			 2px  2px 0 rgba(22, 28, 35, .92),
			-2px  0   0 rgba(22, 28, 35, .98),
			 2px  0   0 rgba(22, 28, 35, .98),
			 0   -2px 0 rgba(22, 28, 35, .98),
			 0    2px 0 rgba(22, 28, 35, .98),
			 0    3px 8px rgba(0, 0, 0, .52) !important;
		-webkit-text-stroke: .95px rgba(22, 28, 35, .82);
	}
}

body.bw2-home-template .bw2-hero-arrow:focus-visible,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus-visible {
	outline: 3px solid #fff !important;
	outline-offset: 3px !important;
}

body.bw2-home-template .bw2-faq-item summary::after {
	color: var(--bw2-red-dark) !important;
	font-weight: 900 !important;
}

/* V24: arrow direction + clean stroke-only halo.
   - Fixes the testimonial/review next arrow so it cannot inherit the previous-arrow glyph.
   - Removes layered drop-shadow/glow points around the hero/review arrows.
   - Uses one blended semi-transparent stroke around the white glyph instead. */
body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited,
body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	filter: none !important;
	font-size: 0 !important;
	text-shadow: none !important;
}

body.bw2-home-template .bw2-hero-arrow::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	color: #fff !important;
	display: block !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 950 !important;
	line-height: .84 !important;
	paint-order: stroke fill !important;
	text-shadow: none !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke-color: rgba(14, 19, 25, .88) !important;
	transition: transform 180ms ease, -webkit-text-stroke-width 180ms ease, filter 180ms ease !important;
}

body.bw2-home-template .bw2-hero-arrow--prev::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)[data-bw2-testimonials-prev]::before {
	content: "‹" !important;
}

body.bw2-home-template .bw2-hero-arrow--next::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)[data-bw2-testimonials-next]::before {
	content: "›" !important;
}

body.bw2-home-template .bw2-hero-arrow--prev::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)[data-bw2-testimonials-prev]::before {
	transform: translateX(-1px) !important;
}

body.bw2-home-template .bw2-hero-arrow--next::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)[data-bw2-testimonials-next]::before {
	transform: translateX(1px) !important;
}

@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 58px !important;
		min-height: 58px !important;
		min-width: 54px !important;
		width: 54px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		font-size: 49px !important;
		-webkit-text-stroke-width: 4px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 50px !important;
		min-height: 50px !important;
		min-width: 48px !important;
		width: 48px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		font-size: 47px !important;
		-webkit-text-stroke-width: 4px !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus {
		filter: none !important;
		transform: translateY(-50%) translateY(-2px) scale(1.05) !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover::before,
	body.bw2-home-template .bw2-hero-arrow:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus::before {
		filter: brightness(1.2) contrast(1.05) !important;
		-webkit-text-stroke-color: rgba(8, 12, 16, .94) !important;
		-webkit-text-stroke-width: 5px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev:hover::before,
	body.bw2-home-template .bw2-hero-arrow--prev:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)[data-bw2-testimonials-prev]:hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)[data-bw2-testimonials-prev]:focus::before {
		transform: translateX(-1px) translateY(-2px) scale(1.06) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next:hover::before,
	body.bw2-home-template .bw2-hero-arrow--next:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)[data-bw2-testimonials-next]:hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)[data-bw2-testimonials-next]:focus::before {
		transform: translateX(1px) translateY(-2px) scale(1.06) !important;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 52px !important;
		min-height: 52px !important;
		min-width: 50px !important;
		width: 50px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev {
		left: max(0px, env(safe-area-inset-left)) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next {
		right: max(0px, env(safe-area-inset-right)) !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		font-size: 43px !important;
		-webkit-text-stroke-width: 3px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 48px !important;
		min-height: 48px !important;
		min-width: 48px !important;
		width: 48px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		font-size: 42px !important;
		-webkit-text-stroke-width: 3px !important;
	}
}

/* V24: arrow SVG outline cleanup.
   Fixes the review/FAQ-area next arrow forcing left, and replaces stacked text-shadow halos
   with one clean SVG outline so the black edge does not split into multiple points. */
body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited,
body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	display: inline-grid !important;
	filter: none !important;
	font-size: 0 !important;
	justify-content: center !important;
	line-height: 1 !important;
	overflow: visible !important;
	padding: 0 !important;
	place-items: center !important;
	text-decoration: none !important;
	text-shadow: none !important;
	-webkit-text-fill-color: transparent !important;
	-webkit-text-stroke: 0 !important;
}

body.bw2-home-template .bw2-hero-arrow::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	content: "" !important;
	display: block !important;
	filter: none !important;
	text-shadow: none !important;
	-webkit-text-fill-color: transparent !important;
	-webkit-text-stroke: 0 !important;
	transition: transform 180ms ease, background-image 180ms ease !important;
}

body.bw2-home-template .bw2-hero-arrow--prev::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik0xNS41IDQuMjUgTDcuNSAxMiBMMTUuNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTUxYjIyIiBzdHJva2Utb3BhY2l0eT0iLjkyIiBzdHJva2Utd2lkdGg9IjEwLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xNS41IDQuMjUgTDcuNSAxMiBMMTUuNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjMuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") !important;
}
body.bw2-home-template .bw2-hero-arrow--next::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik04LjUgNC4yNSBMMTYuNSAxMiBMOC41IDE5Ljc1IiBmaWxsPSJub25lIiBzdHJva2U9IiMxNTFiMjIiIHN0cm9rZS1vcGFjaXR5PSIuOTIiIHN0cm9rZS13aWR0aD0iMTAuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTguNSA0LjI1IEwxNi41IDEyIEw4LjUgMTkuNzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIzLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==") !important;
}
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause)::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik0xNS41IDQuMjUgTDcuNSAxMiBMMTUuNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTUxYjIyIiBzdHJva2Utb3BhY2l0eT0iLjkyIiBzdHJva2Utd2lkdGg9IjEwLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xNS41IDQuMjUgTDcuNSAxMiBMMTUuNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjMuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") !important;
}
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause)::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik04LjUgNC4yNSBMMTYuNSAxMiBMOC41IDE5Ljc1IiBmaWxsPSJub25lIiBzdHJva2U9IiMxNTFiMjIiIHN0cm9rZS1vcGFjaXR5PSIuOTIiIHN0cm9rZS13aWR0aD0iMTAuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTguNSA0LjI1IEwxNi41IDEyIEw4LjUgMTkuNzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIzLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==") !important;
}

@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 58px !important;
		min-height: 58px !important;
		min-width: 54px !important;
		transform: translateY(-50%) !important;
		width: 54px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		height: 48px !important;
		width: 35px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 50px !important;
		min-height: 50px !important;
		min-width: 48px !important;
		width: 48px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		height: 43px !important;
		width: 32px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev { left: 18px !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: 18px !important; }

	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus {
		transform: translateY(-50%) translateY(-3px) scale(1.05) !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus {
		transform: translateY(-3px) scale(1.06) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev:hover::before,
	body.bw2-home-template .bw2-hero-arrow--prev:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause):focus::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik0xNS41IDQuMjUgTDcuNSAxMiBMMTUuNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMGUxNDFhIiBzdHJva2Utb3BhY2l0eT0iLjk2IiBzdHJva2Utd2lkdGg9IjEyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xNS41IDQuMjUgTDcuNSAxMiBMMTUuNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjQuMTUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==") !important;
	}
	body.bw2-home-template .bw2-hero-arrow--next:hover::before,
	body.bw2-home-template .bw2-hero-arrow--next:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause):focus::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik04LjUgNC4yNSBMMTYuNSAxMiBMOC41IDE5Ljc1IiBmaWxsPSJub25lIiBzdHJva2U9IiMwZTE0MWEiIHN0cm9rZS1vcGFjaXR5PSIuOTYiIHN0cm9rZS13aWR0aD0iMTIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTguNSA0LjI1IEwxNi41IDEyIEw4LjUgMTkuNzUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSI0LjE1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") !important;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 50px !important;
		min-height: 50px !important;
		min-width: 40px !important;
		width: 40px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		height: 42px !important;
		width: 30px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev { left: max(2px, env(safe-area-inset-left)) !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: max(2px, env(safe-area-inset-right)) !important; }

	body.bw2-home-template .bw2-hero-arrow--prev::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik0xNS41IDQuMjUgTDcuNSAxMiBMMTUuNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTUxYjIyIiBzdHJva2Utb3BhY2l0eT0iLjkyIiBzdHJva2Utd2lkdGg9IjguNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTE1LjUgNC4yNSBMNy41IDEyIEwxNS41IDE5Ljc1IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMy40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") !important;
	}
	body.bw2-home-template .bw2-hero-arrow--next::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik04LjUgNC4yNSBMMTYuNSAxMiBMOC41IDE5Ljc1IiBmaWxsPSJub25lIiBzdHJva2U9IiMxNTFiMjIiIHN0cm9rZS1vcGFjaXR5PSIuOTIiIHN0cm9rZS13aWR0aD0iOC42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNOC41IDQuMjUgTDE2LjUgMTIgTDguNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjMuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 48px !important;
		min-height: 48px !important;
		min-width: 44px !important;
		width: 44px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		height: 40px !important;
		width: 30px !important;
	}
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause)::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik0xNS41IDQuMjUgTDcuNSAxMiBMMTUuNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTUxYjIyIiBzdHJva2Utb3BhY2l0eT0iLjkyIiBzdHJva2Utd2lkdGg9IjguNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTE1LjUgNC4yNSBMNy41IDEyIEwxNS41IDE5Ljc1IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMy40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") !important;
	}
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause)::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik04LjUgNC4yNSBMMTYuNSAxMiBMOC41IDE5Ljc1IiBmaWxsPSJub25lIiBzdHJva2U9IiMxNTFiMjIiIHN0cm9rZS1vcGFjaXR5PSIuOTIiIHN0cm9rZS13aWR0aD0iOC42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNOC41IDQuMjUgTDE2LjUgMTIgTDguNSAxOS43NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjMuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") !important;
	}
}


/* V25: testimonial background + mobile hero arrow edge alignment.
   - Uses the same Background.webp review-band image from the current homepage/Elementor background slideshow.
   - Keeps the red overlay but lets the selected image drive the section texture.
   - Moves mobile hero arrows closer to the phone edge so they align better with mobile text/button rhythm. */
body.bw2-home-template .bw2-reviews {
	background-image: linear-gradient(rgba(101, 0, 8, .72), rgba(101, 0, 8, .78)), var(--bw2-review-bg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow--prev {
		left: -6px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next {
		right: -6px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev::before {
		transform: translateX(-2px) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next::before {
		transform: translateX(2px) !important;
	}
}

/* V26: final mobile arrow inset, softer Browse cards on mobile, calmer finance/sell borders, and smaller arrow controls.
   - Mobile hero arrows are inset from the screen edge to match the mobile content/button rhythm.
   - Removes the maroon top-border cue from stacked Browse by Type cards so the first card does not look selected.
   - Finance card no longer uses a bottom burgundy shadow that made it feel smaller/recessed.
   - Hero/review arrows are slightly smaller while keeping the clean SVG outline style. */

/* Make all SVG arrow controls a touch smaller and cleaner. */
@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 54px !important;
		min-height: 54px !important;
		min-width: 50px !important;
		width: 50px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		height: 44px !important;
		width: 32px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 46px !important;
		min-height: 46px !important;
		min-width: 44px !important;
		width: 44px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		height: 39px !important;
		width: 29px !important;
	}
}

/* Mobile arrows: inset to the same rough rhythm as text/buttons, not touching the viewport edge. */
@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 44px !important;
		min-height: 44px !important;
		min-width: 36px !important;
		width: 36px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		height: 38px !important;
		transform: none !important;
		width: 27px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev {
		left: max(24px, env(safe-area-inset-left)) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next {
		right: max(24px, env(safe-area-inset-right)) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev::before,
	body.bw2-home-template .bw2-hero-arrow--next::before {
		transform: none !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 44px !important;
		min-height: 44px !important;
		min-width: 40px !important;
		width: 40px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		height: 36px !important;
		width: 27px !important;
	}

	/* No red top line on the stacked mobile Browse cards. It was making the first card look selected. */
	body.bw2-home-template .bw2-type-card,
	body.bw2-home-template .bw2-type-card + .bw2-type-card,
	body.bw2-home-template .bw2-type-card:hover,
	body.bw2-home-template .bw2-type-card:focus {
		border-color: #d9d0c7 !important;
		border-top-color: #d9d0c7 !important;
	}
}

/* Financing / Sell-Trade cards: remove the recessed bottom line and use a deeper, cleaner border. */
body.bw2-home-template .bw2-action-box--red {
	background: var(--bw2-red-dark) !important;
	border: 2px solid #240002 !important;
	box-shadow: none !important;
}

body.bw2-home-template .bw2-action-box {
	box-sizing: border-box;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-action-box,
	body.bw2-home-template .bw2-action-box--red {
		box-shadow: none !important;
		width: 100%;
	}
}


/* V27: arrow edge + unclipped rounded SVG controls.
   - Mobile hero arrows are half-way back toward the edge versus V26: aligned closer to the content/button gutter.
   - Desktop and testimonial arrows use padded SVG viewBox artwork so the black halo stays rounded at the top/bottom.
   - Removes any blur/drop-shadow/glow effect and keeps hover to a clean lift + thicker SVG outline only. */
body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited,
body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	overflow: visible !important;
	filter: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

body.bw2-home-template .bw2-hero-arrow::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	filter: none !important;
	text-shadow: none !important;
	-webkit-text-stroke: 0 !important;
	transition: transform 180ms ease, background-image 180ms ease !important;
}

body.bw2-home-template .bw2-hero-arrow--prev::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause)::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik0yMyA3IEwxMiAxOCBMMjMgMjkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzE1MWIyMiIgc3Ryb2tlLW9wYWNpdHk9IjAuOTIiIHN0cm9rZS13aWR0aD0iMTAuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTIzIDcgTDEyIDE4IEwyMyAyOSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjMuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") !important;
}

body.bw2-home-template .bw2-hero-arrow--next::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause)::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik0xMyA3IEwyNCAxOCBMMTMgMjkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzE1MWIyMiIgc3Ryb2tlLW9wYWNpdHk9IjAuOTIiIHN0cm9rZS13aWR0aD0iMTAuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEzIDcgTDI0IDE4IEwxMyAyOSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjMuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") !important;
}

@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow::before {
		height: 46px !important;
		width: 34px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		height: 41px !important;
		width: 31px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev:hover::before,
	body.bw2-home-template .bw2-hero-arrow--prev:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause):focus::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik0yMyA3IEwxMiAxOCBMMjMgMjkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBlMTQxYSIgc3Ryb2tlLW9wYWNpdHk9IjAuOTYiIHN0cm9rZS13aWR0aD0iMTIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTIzIDcgTDEyIDE4IEwyMyAyOSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjQuMTUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==") !important;
		transform: translateY(-2px) scale(1.045) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next:hover::before,
	body.bw2-home-template .bw2-hero-arrow--next:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause):focus::before {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiPjxwYXRoIGQ9Ik0xMyA3IEwyNCAxOCBMMTMgMjkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzBlMTQxYSIgc3Ryb2tlLW9wYWNpdHk9IjAuOTYiIHN0cm9rZS13aWR0aD0iMTIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEzIDcgTDI0IDE4IEwxMyAyOSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjQuMTUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==") !important;
		transform: translateY(-2px) scale(1.045) !important;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow--prev {
		left: max(12px, env(safe-area-inset-left)) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next {
		right: max(12px, env(safe-area-inset-right)) !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		height: 38px !important;
		width: 27px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		height: 36px !important;
		width: 27px !important;
	}
}


/* V27 final override: mobile arrow inset + rounded SVG halo fix.
   Placed last so this wins over the previous arrow experiments. */
body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited,
body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	filter: none !important;
	overflow: visible !important;
	text-shadow: none !important;
}

body.bw2-home-template .bw2-hero-arrow::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	content: "" !important;
	display: block !important;
	filter: none !important;
	overflow: visible !important;
	text-shadow: none !important;
	transition: background-image 180ms ease, transform 180ms ease !important;
}

body.bw2-home-template .bw2-hero-arrow--prev::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause)::before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22#151b22%22%20stroke-opacity=%22.92%22%20stroke-width=%2210.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22#ffffff%22%20stroke-width=%223.55%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
}

body.bw2-home-template .bw2-hero-arrow--next::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause)::before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22#151b22%22%20stroke-opacity=%22.92%22%20stroke-width=%2210.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22#ffffff%22%20stroke-width=%223.55%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
}

@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow::before {
		height: 44px !important;
		width: 34px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		height: 39px !important;
		width: 31px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev:hover::before,
	body.bw2-home-template .bw2-hero-arrow--prev:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause):focus::before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22#0e141a%22%20stroke-opacity=%22.96%22%20stroke-width=%2212.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22#ffffff%22%20stroke-width=%224.15%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
		transform: translateY(-2px) scale(1.045) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next:hover::before,
	body.bw2-home-template .bw2-hero-arrow--next:focus::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause):focus::before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22#0e141a%22%20stroke-opacity=%22.96%22%20stroke-width=%2212.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22#ffffff%22%20stroke-width=%224.15%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
		transform: translateY(-2px) scale(1.045) !important;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow--prev {
		left: max(6px, env(safe-area-inset-left)) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next {
		right: max(6px, env(safe-area-inset-right)) !important;
	}
}


/* V29: restore V27 hero arrows and clone that exact SVG-arrow treatment into testimonial controls.
   - Hero arrows keep the V27 shape/behavior that worked.
   - Mobile hero arrows move closer to the viewport edge than V27.
   - Testimonial arrows use the same white-over-charcoal SVG chevrons, but keep their testimonial carousel data attrs.
   - Pause button is intentionally untouched. */
body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited,
body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	align-items: center !important;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	display: inline-grid !important;
	filter: none !important;
	font-size: 0 !important;
	justify-content: center !important;
	line-height: 1 !important;
	opacity: 1 !important;
	overflow: visible !important;
	padding: 0 !important;
	place-items: center !important;
	position: relative !important;
	text-decoration: none !important;
	text-shadow: none !important;
	visibility: visible !important;
	-webkit-appearance: none !important;
	-webkit-text-fill-color: transparent !important;
	-webkit-text-stroke: 0 !important;
}

body.bw2-home-template .bw2-hero-arrow::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	content: "" !important;
	display: block !important;
	filter: none !important;
	opacity: 1 !important;
	overflow: visible !important;
	text-shadow: none !important;
	transition: background-image 180ms ease, transform 180ms ease, filter 180ms ease !important;
	visibility: visible !important;
	-webkit-text-fill-color: transparent !important;
	-webkit-text-stroke: 0 !important;
}

body.bw2-home-template .bw2-hero-arrow--prev::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause)::before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22%23151b22%22%20stroke-opacity=%22.92%22%20stroke-width=%2210.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%223.55%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
}

body.bw2-home-template .bw2-hero-arrow--next::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause)::before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22%23151b22%22%20stroke-opacity=%22.92%22%20stroke-width=%2210.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%223.55%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
}

@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 58px !important;
		min-height: 58px !important;
		min-width: 54px !important;
		transform: translateY(-50%) !important;
		width: 54px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		height: 48px !important;
		width: 35px !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev { left: 18px !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: 18px !important; }

	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus {
		background: transparent !important;
		box-shadow: none !important;
		filter: none !important;
		transform: translateY(-50%) translateY(-3px) scale(1.05) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev:hover::before,
	body.bw2-home-template .bw2-hero-arrow--prev:focus::before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22%230e141a%22%20stroke-opacity=%22.96%22%20stroke-width=%2212.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%224.15%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
		transform: translateY(-2px) scale(1.045) !important;
	}

	body.bw2-home-template .bw2-hero-arrow--next:hover::before,
	body.bw2-home-template .bw2-hero-arrow--next:focus::before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22%230e141a%22%20stroke-opacity=%22.96%22%20stroke-width=%2212.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%224.15%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
		transform: translateY(-2px) scale(1.045) !important;
	}

	body.bw2-home-template .bw2-review-controls {
		align-items: center !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 50px !important;
		min-height: 50px !important;
		min-width: 48px !important;
		width: 48px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		height: 43px !important;
		width: 32px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus {
		background: transparent !important;
		box-shadow: none !important;
		filter: none !important;
		transform: translateY(-3px) scale(1.06) !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:not(.bw2-carousel-button--pause):focus::before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22%230e141a%22%20stroke-opacity=%22.96%22%20stroke-width=%2212.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M23%207%20L12%2018%20L23%2029%22%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%224.15%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
		transform: translateY(-2px) scale(1.045) !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause):hover::before,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:not(.bw2-carousel-button--pause):focus::before {
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2036%2036%22%20aria-hidden=%22true%22%20focusable=%22false%22%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22%230e141a%22%20stroke-opacity=%22.96%22%20stroke-width=%2212.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3Cpath%20d=%22M13%207%20L24%2018%20L13%2029%22%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%224.15%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E") !important;
		transform: translateY(-2px) scale(1.045) !important;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 50px !important;
		min-height: 50px !important;
		min-width: 40px !important;
		width: 40px !important;
	}

	body.bw2-home-template .bw2-hero-arrow::before {
		height: 42px !important;
		width: 30px !important;
	}

	/* Half-step closer to the phone edge than V27. */
	body.bw2-home-template .bw2-hero-arrow--prev { left: max(6px, env(safe-area-inset-left)) !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: max(6px, env(safe-area-inset-right)) !important; }

	body.bw2-home-template .bw2-review-controls {
		align-items: center !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 48px !important;
		min-height: 48px !important;
		min-width: 44px !important;
		width: 44px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
		height: 40px !important;
		width: 30px !important;
	}
}

body.bw2-home-template .bw2-hero-arrow:focus-visible,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus-visible {
	outline: 3px solid #fff !important;
	outline-offset: 3px !important;
}


/* V29 safety override: hero arrows stay absolutely positioned; testimonial arrows stay functional buttons. */
body.bw2-home-template .bw2-hero-arrow {
	position: absolute !important;
	top: 50% !important;
	z-index: 4 !important;
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev],
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next] {
	position: relative !important;
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-prev]:focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button[data-bw2-testimonials-next]:focus {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow--prev { left: max(6px, env(safe-area-inset-left)) !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: max(6px, env(safe-area-inset-right)) !important; }
}

/* V30: inline SVG arrow recovery.
   V29's CSS-data-URI arrows can get stripped/minified by site tooling, which made all arrows disappear.
   These rules use real inline SVGs in the buttons, disable the pseudo-arrow experiments, and keep the
   working V27 look/spacing with testimonial arrows cloned from the hero style. */
body.bw2-home-template .bw2-hero-arrow::before,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause)::before {
	background: none !important;
	background-image: none !important;
	content: none !important;
	display: none !important;
}

body.bw2-home-template .bw2-hero-arrow,
body.bw2-home-template .bw2-hero-arrow:visited,
body.bw2-home-template .bw2-hero-arrow:hover,
body.bw2-home-template .bw2-hero-arrow:focus,
body.bw2-home-template .bw2-hero-arrow:active,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
	align-items: center !important;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	display: inline-grid !important;
	filter: none !important;
	font-size: 0 !important;
	justify-content: center !important;
	line-height: 1 !important;
	opacity: 1 !important;
	overflow: visible !important;
	padding: 0 !important;
	place-items: center !important;
	text-shadow: none !important;
	visibility: visible !important;
	-webkit-appearance: none !important;
	-webkit-text-fill-color: transparent !important;
	-webkit-text-stroke: 0 !important;
}

body.bw2-home-template .bw2-arrow-svg {
	display: block !important;
	line-height: 0 !important;
	overflow: visible !important;
	pointer-events: none !important;
	transform-origin: 50% 50% !important;
	transition: transform 180ms ease, filter 180ms ease !important;
}

body.bw2-home-template .bw2-arrow-svg svg {
	display: block !important;
	height: 100% !important;
	overflow: visible !important;
	width: 100% !important;
}

body.bw2-home-template .bw2-arrow-outline,
body.bw2-home-template .bw2-arrow-face {
	fill: none !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	vector-effect: non-scaling-stroke !important;
	transition: stroke-width 180ms ease, stroke 180ms ease, opacity 180ms ease !important;
}

body.bw2-home-template .bw2-arrow-outline {
	opacity: .92 !important;
	stroke: #151b22 !important;
	stroke-width: 10.5 !important;
}

body.bw2-home-template .bw2-arrow-face {
	stroke: #fff !important;
	stroke-width: 3.55 !important;
}

body.bw2-home-template .bw2-hero-arrow:focus-visible,
body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus-visible {
	outline: 3px solid #fff !important;
	outline-offset: 3px !important;
}

@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 58px !important;
		min-height: 58px !important;
		min-width: 54px !important;
		position: absolute !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		width: 54px !important;
		z-index: 4 !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev { left: 18px !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: 18px !important; }

	body.bw2-home-template .bw2-hero-arrow .bw2-arrow-svg {
		height: 44px !important;
		width: 34px !important;
	}

	body.bw2-home-template .bw2-review-controls {
		align-items: center !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 50px !important;
		min-height: 50px !important;
		min-width: 48px !important;
		position: relative !important;
		transform: none !important;
		width: 48px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause) .bw2-arrow-svg {
		height: 39px !important;
		width: 31px !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus {
		background: transparent !important;
		box-shadow: none !important;
		filter: none !important;
		transform: translateY(-50%) translateY(-3px) scale(1.05) !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus {
		background: transparent !important;
		box-shadow: none !important;
		filter: none !important;
		transform: translateY(-3px) scale(1.06) !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover .bw2-arrow-svg,
	body.bw2-home-template .bw2-hero-arrow:focus .bw2-arrow-svg,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover .bw2-arrow-svg,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus .bw2-arrow-svg {
		filter: brightness(1.08) contrast(1.04) !important;
		transform: translateY(-1px) scale(1.045) !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover .bw2-arrow-outline,
	body.bw2-home-template .bw2-hero-arrow:focus .bw2-arrow-outline,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover .bw2-arrow-outline,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus .bw2-arrow-outline {
		opacity: .96 !important;
		stroke: #0e141a !important;
		stroke-width: 12.5 !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover .bw2-arrow-face,
	body.bw2-home-template .bw2-hero-arrow:focus .bw2-arrow-face,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover .bw2-arrow-face,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus .bw2-arrow-face {
		stroke: #fff !important;
		stroke-width: 4.15 !important;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		height: 50px !important;
		min-height: 50px !important;
		min-width: 40px !important;
		position: absolute !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		width: 40px !important;
		z-index: 4 !important;
	}

	body.bw2-home-template .bw2-hero-arrow--prev { left: max(4px, env(safe-area-inset-left)) !important; }
	body.bw2-home-template .bw2-hero-arrow--next { right: max(4px, env(safe-area-inset-right)) !important; }

	body.bw2-home-template .bw2-hero-arrow .bw2-arrow-svg {
		height: 42px !important;
		width: 30px !important;
	}

	body.bw2-home-template .bw2-review-controls {
		align-items: center !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 48px !important;
		min-height: 48px !important;
		min-width: 44px !important;
		position: relative !important;
		width: 44px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause) .bw2-arrow-svg {
		height: 40px !important;
		width: 30px !important;
	}
}

/* V31: calmer Backwoods motion + testimonial arrow alignment.
   - Keeps V30's reliable inline SVG arrows.
   - Slows hover microinteractions so the page feels less techy and more grounded.
   - Scales arrows from center instead of lifting them upward, so they stay visually centered.
   - Makes mobile testimonial arrows about 10% smaller and vertically centered with Pause. */
body.bw2-home-template .bw2-btn,
body.bw2-home-template .bw2-small-btn,
body.bw2-home-template .bw2-carousel-button,
body.bw2-home-template .bw2-type-card,
body.bw2-home-template .bw2-finance-card,
body.bw2-home-template .bw2-trust-card,
body.bw2-home-template .bw2-vehicle-card,
body.bw2-home-template .bw2-vehicle-card__image img,
body.bw2-home-template .bw2-review-card {
	transition-duration: 260ms !important;
	transition-timing-function: cubic-bezier(.2, .65, .25, 1) !important;
}

body.bw2-home-template .bw2-vehicle-card__image img {
	transition: transform 360ms cubic-bezier(.2, .65, .25, 1) !important;
}

body.bw2-home-template .bw2-arrow-svg {
	transform-origin: 50% 50% !important;
	transition: transform 300ms cubic-bezier(.2, .65, .25, 1), filter 300ms cubic-bezier(.2, .65, .25, 1) !important;
}

body.bw2-home-template .bw2-arrow-outline,
body.bw2-home-template .bw2-arrow-face {
	transition: stroke-width 300ms cubic-bezier(.2, .65, .25, 1), stroke 300ms cubic-bezier(.2, .65, .25, 1), opacity 300ms cubic-bezier(.2, .65, .25, 1) !important;
}

body.bw2-home-template .bw2-review-controls {
	align-items: center !important;
	display: flex !important;
	justify-content: center !important;
}

body.bw2-home-template .bw2-review-controls .bw2-carousel-button--pause {
	align-items: center !important;
	display: inline-flex !important;
	justify-content: center !important;
}

@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow,
	body.bw2-home-template .bw2-hero-arrow:visited,
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus,
	body.bw2-home-template .bw2-hero-arrow:active {
		transition: transform 300ms cubic-bezier(.2, .65, .25, 1), filter 300ms cubic-bezier(.2, .65, .25, 1) !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		align-self: center !important;
		transition: transform 300ms cubic-bezier(.2, .65, .25, 1), filter 300ms cubic-bezier(.2, .65, .25, 1) !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus {
		filter: none !important;
		transform: translateY(-50%) scale(1.035) !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus {
		filter: none !important;
		transform: scale(1.035) !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover .bw2-arrow-svg,
	body.bw2-home-template .bw2-hero-arrow:focus .bw2-arrow-svg,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover .bw2-arrow-svg,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus .bw2-arrow-svg {
		filter: brightness(1.08) contrast(1.04) !important;
		transform: scale(1.025) !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover .bw2-arrow-outline,
	body.bw2-home-template .bw2-hero-arrow:focus .bw2-arrow-outline,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover .bw2-arrow-outline,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus .bw2-arrow-outline {
		opacity: .96 !important;
		stroke: #0e141a !important;
		stroke-width: 12 !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover .bw2-arrow-face,
	body.bw2-home-template .bw2-hero-arrow:focus .bw2-arrow-face,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover .bw2-arrow-face,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus .bw2-arrow-face {
		stroke-width: 3.95 !important;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		align-self: center !important;
		height: 43px !important;
		min-height: 43px !important;
		min-width: 40px !important;
		transform: none !important;
		width: 40px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause) .bw2-arrow-svg {
		height: 36px !important;
		width: 27px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover .bw2-arrow-svg,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus .bw2-arrow-svg {
		transform: scale(1.02) !important;
	}
}

/* V31: calmer Backwoods motion + centered testimonial controls.
   The page was feeling a little too instant/techy. These overrides slow hover transitions,
   keep arrow growth centered instead of jumping upward, and make mobile testimonial arrows
   about 10% smaller while keeping the working V30 inline SVG arrows. */
body.bw2-home-template .bw2-btn,
body.bw2-home-template .bw2-small-btn,
body.bw2-home-template .bw2-carousel-button,
body.bw2-home-template .bw2-type-card,
body.bw2-home-template .bw2-type-card::after {
	transition-duration: 260ms !important;
	transition-timing-function: ease !important;
}

body.bw2-home-template .bw2-vehicle-card__image img {
	transition: transform 330ms ease !important;
}

body.bw2-home-template .bw2-arrow-svg,
body.bw2-home-template .bw2-arrow-outline,
body.bw2-home-template .bw2-arrow-face {
	transition-duration: 300ms !important;
	transition-timing-function: cubic-bezier(.2, .75, .25, 1) !important;
}

body.bw2-home-template .bw2-review-controls {
	align-items: center !important;
}

body.bw2-home-template .bw2-carousel-button--pause {
	align-items: center !important;
	display: inline-flex !important;
	justify-content: center !important;
	line-height: 1 !important;
}

@media (min-width: 721px) {
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus {
		/* Keep the button centered on the hero while it grows. */
		transform: translateY(-50%) scale(1.035) !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus {
		/* No upward jump next to the Pause button. */
		transform: translateY(0) scale(1.035) !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover .bw2-arrow-svg,
	body.bw2-home-template .bw2-hero-arrow:focus .bw2-arrow-svg,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover .bw2-arrow-svg,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus .bw2-arrow-svg {
		/* A tiny downward settle offsets the thicker stroke so growth feels anchored. */
		filter: brightness(1.08) contrast(1.04) !important;
		transform: translateY(1px) scale(1.035) !important;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-hero-arrow:hover,
	body.bw2-home-template .bw2-hero-arrow:focus {
		transform: translateY(-50%) scale(1.025) !important;
	}

	body.bw2-home-template .bw2-hero-arrow:hover .bw2-arrow-svg,
	body.bw2-home-template .bw2-hero-arrow:focus .bw2-arrow-svg {
		filter: brightness(1.06) contrast(1.03) !important;
		transform: translateY(1px) scale(1.025) !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause),
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):visited,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):active {
		height: 43px !important;
		min-height: 43px !important;
		min-width: 40px !important;
		transform: none !important;
		width: 40px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause) .bw2-arrow-svg {
		height: 36px !important;
		width: 27px !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus {
		transform: translateY(0) scale(1.025) !important;
	}

	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):hover .bw2-arrow-svg,
	body.bw2-home-template .bw2-review-controls .bw2-carousel-button:not(.bw2-carousel-button--pause):focus .bw2-arrow-svg {
		filter: brightness(1.06) contrast(1.03) !important;
		transform: translateY(1px) scale(1.025) !important;
	}
}

/* V32: mobile footer cleanup + copyright/social alignment.
   Keeps the existing desktop footer behavior, but prevents the Facebook/social icon from
   dropping onto its own row on phones. */
@media (max-width: 720px) {
	body.bw2-home-template #colophon .site-below-footer-wrap .ast-builder-grid-row,
	body.bw2-home-template #colophon .site-below-footer-wrap .ast-builder-footer-grid-columns,
	body.bw2-home-template #colophon [data-section="section-below-footer-builder"] .ast-builder-grid-row {
		align-items: center !important;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		gap: 10px !important;
		grid-template-columns: none !important;
		justify-content: center !important;
		min-height: 30px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	body.bw2-home-template #colophon .site-below-footer-wrap .site-footer-below-section-1,
	body.bw2-home-template #colophon .site-below-footer-wrap .site-footer-below-section-2,
	body.bw2-home-template #colophon [data-section="section-below-footer-builder"] .site-footer-section {
		align-items: center !important;
		display: inline-flex !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}

	body.bw2-home-template #colophon .site-below-footer-wrap .site-footer-below-section-1 {
		flex: 0 1 auto !important;
		justify-content: flex-start !important;
		min-width: 0 !important;
		text-align: left !important;
	}

	body.bw2-home-template #colophon .site-below-footer-wrap .site-footer-below-section-2 {
		flex: 0 0 auto !important;
		justify-content: flex-end !important;
		text-align: right !important;
	}

	body.bw2-home-template #colophon .site-below-footer-wrap .ast-footer-copyright,
	body.bw2-home-template #colophon .site-below-footer-wrap .ast-footer-copyright p,
	body.bw2-home-template #colophon .site-below-footer-wrap .footer-widget-area p,
	body.bw2-home-template #colophon [data-section="section-below-footer-builder"] p {
		font-size: 10.5px !important;
		line-height: 1.25 !important;
		margin: 0 !important;
		white-space: nowrap !important;
	}

	body.bw2-home-template #colophon .site-below-footer-wrap .ast-builder-social-element,
	body.bw2-home-template #colophon .site-below-footer-wrap .wp-block-social-link,
	body.bw2-home-template #colophon [data-section="section-below-footer-builder"] .ast-builder-social-element,
	body.bw2-home-template #colophon [data-section="section-below-footer-builder"] .wp-block-social-link {
		align-items: center !important;
		display: inline-flex !important;
		height: 18px !important;
		justify-content: center !important;
		margin: 0 !important;
		width: 18px !important;
	}

	body.bw2-home-template #colophon .site-below-footer-wrap .ast-builder-social-element svg,
	body.bw2-home-template #colophon .site-below-footer-wrap .wp-block-social-link svg,
	body.bw2-home-template #colophon [data-section="section-below-footer-builder"] .ast-builder-social-element svg,
	body.bw2-home-template #colophon [data-section="section-below-footer-builder"] .wp-block-social-link svg {
		height: 14px !important;
		width: 14px !important;
	}
}

/* V33: robust mobile footer inline copyright + Facebook row.
   The theme footer can stack its built-in social icon under the copyright on phones.
   This JS-created row guarantees the compact inline mobile layout without touching desktop. */
#colophon .bw2-footer-mobile-inline-row {
	display: none;
}

@media (max-width: 720px) {
	body.bw2-home-template #colophon .bw2-footer-source-mobile-hidden {
		display: none !important;
	}

	body.bw2-home-template #colophon .bw2-footer-mobile-inline-row {
		align-items: center !important;
		display: flex !important;
		gap: 12px !important;
		justify-content: space-between !important;
		line-height: 1.2 !important;
		margin: 0 auto !important;
		max-width: 390px !important;
		padding: 7px 18px 10px !important;
		width: 100% !important;
	}

	body.bw2-home-template #colophon .bw2-footer-mobile-copyright {
		color: #4d5561 !important;
		display: block !important;
		flex: 1 1 auto !important;
		font-size: 10px !important;
		font-weight: 500 !important;
		letter-spacing: 0 !important;
		line-height: 1.2 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		text-align: left !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body.bw2-home-template #colophon .bw2-footer-mobile-social {
		align-items: center !important;
		color: #2f5f9f !important;
		display: inline-flex !important;
		flex: 0 0 18px !important;
		height: 18px !important;
		justify-content: center !important;
		line-height: 1 !important;
		margin: 0 !important;
		padding: 0 !important;
		text-decoration: none !important;
		width: 18px !important;
	}

	body.bw2-home-template #colophon .bw2-footer-mobile-social svg,
	body.bw2-home-template #colophon .bw2-footer-mobile-social img,
	body.bw2-home-template #colophon .bw2-footer-mobile-social .ahfb-svg-iconset {
		display: block !important;
		height: 14px !important;
		line-height: 1 !important;
		width: 14px !important;
	}
}

/* V33 fallback: the mobile footer row is only created by this V2 template JS,
   so keep these generic selectors as a safety net if the body class order changes. */
@media (max-width: 720px) {
	#colophon .bw2-footer-source-mobile-hidden {
		display: none !important;
	}

	#colophon .bw2-footer-mobile-inline-row {
		align-items: center !important;
		display: flex !important;
		gap: 12px !important;
		justify-content: space-between !important;
		line-height: 1.2 !important;
		margin: 0 auto !important;
		max-width: 390px !important;
		padding: 7px 18px 10px !important;
		width: 100% !important;
	}
}


/* V33 final: force the JS-built mobile footer row to be visible and compact.
   This fixes Astra/Elementor footer stacking where the Facebook icon drops left. */
@media (max-width: 720px) {
	#colophon.bw2-footer-row-ready .bw2-footer-mobile-inline-row,
	body.bw2-home-template #colophon .bw2-footer-mobile-inline-row,
	body.bwiv2-inventory-template #colophon .bw2-footer-mobile-inline-row {
		align-items: center !important;
		display: flex !important;
		flex-direction: row !important;
		gap: 9px !important;
		justify-content: center !important;
		margin: 0 auto !important;
		max-width: 420px !important;
		min-height: 26px !important;
		padding: 6px 14px 9px !important;
		width: 100% !important;
	}

	#colophon.bw2-footer-row-ready .bw2-footer-mobile-copyright,
	body.bw2-home-template #colophon .bw2-footer-mobile-copyright,
	body.bwiv2-inventory-template #colophon .bw2-footer-mobile-copyright {
		color: #4b5560 !important;
		display: inline-block !important;
		flex: 0 1 auto !important;
		font-size: 10px !important;
		font-weight: 500 !important;
		line-height: 1.2 !important;
		margin: 0 !important;
		max-width: calc(100% - 30px) !important;
		overflow: hidden !important;
		padding: 0 !important;
		text-align: left !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	#colophon.bw2-footer-row-ready .bw2-footer-mobile-social,
	body.bw2-home-template #colophon .bw2-footer-mobile-social,
	body.bwiv2-inventory-template #colophon .bw2-footer-mobile-social {
		align-items: center !important;
		display: inline-flex !important;
		flex: 0 0 18px !important;
		height: 18px !important;
		justify-content: center !important;
		line-height: 1 !important;
		margin: 0 !important;
		padding: 0 !important;
		text-decoration: none !important;
		width: 18px !important;
	}

	#colophon.bw2-footer-row-ready .bw2-footer-mobile-social svg,
	#colophon.bw2-footer-row-ready .bw2-footer-mobile-social img,
	#colophon.bw2-footer-row-ready .bw2-footer-mobile-social .ahfb-svg-iconset,
	body.bw2-home-template #colophon .bw2-footer-mobile-social svg,
	body.bw2-home-template #colophon .bw2-footer-mobile-social img,
	body.bw2-home-template #colophon .bw2-footer-mobile-social .ahfb-svg-iconset,
	body.bwiv2-inventory-template #colophon .bw2-footer-mobile-social svg,
	body.bwiv2-inventory-template #colophon .bw2-footer-mobile-social img,
	body.bwiv2-inventory-template #colophon .bw2-footer-mobile-social .ahfb-svg-iconset {
		display: block !important;
		height: 14px !important;
		line-height: 1 !important;
		width: 14px !important;
	}
}

/* V34: final mobile footer repair.
   The original Astra footer stacked copyright + Facebook on separate rows on phones.
   Hide that original below-footer strip only on V2 mobile and show one clean JS-built row. */
@media (min-width: 721px) {
	#colophon .bw2-footer-mobile-inline-row {
		display: none !important;
	}
}

@media (max-width: 720px) {
	body.bw2-home-template #colophon.bw2-footer-row-ready .site-below-footer-wrap,
	body.bw2-home-template #colophon.bw2-footer-row-ready [data-section="section-below-footer-builder"],
	body.bwiv2-inventory-template #colophon.bw2-footer-row-ready .site-below-footer-wrap,
	body.bwiv2-inventory-template #colophon.bw2-footer-row-ready [data-section="section-below-footer-builder"] {
		display: none !important;
	}

	body.bw2-home-template #colophon.bw2-footer-row-ready .bw2-footer-mobile-inline-row,
	body.bwiv2-inventory-template #colophon.bw2-footer-row-ready .bw2-footer-mobile-inline-row {
		align-items: center !important;
		background: #fff !important;
		box-sizing: border-box !important;
		display: flex !important;
		flex-direction: row !important;
		gap: 10px !important;
		justify-content: space-between !important;
		line-height: 1.2 !important;
		margin: 0 auto !important;
		max-width: 420px !important;
		min-height: 32px !important;
		padding: 8px 18px 10px !important;
		width: 100% !important;
	}

	body.bw2-home-template #colophon .bw2-footer-mobile-copyright,
	body.bwiv2-inventory-template #colophon .bw2-footer-mobile-copyright {
		color: #364152 !important;
		display: block !important;
		flex: 1 1 auto !important;
		font-size: 10px !important;
		font-weight: 500 !important;
		letter-spacing: 0 !important;
		line-height: 1.25 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		text-align: left !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body.bw2-home-template #colophon .bw2-footer-mobile-social,
	body.bwiv2-inventory-template #colophon .bw2-footer-mobile-social {
		align-items: center !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		color: #315aa3 !important;
		display: inline-flex !important;
		flex: 0 0 22px !important;
		height: 22px !important;
		justify-content: center !important;
		line-height: 1 !important;
		margin: 0 !important;
		min-width: 22px !important;
		padding: 0 !important;
		text-decoration: none !important;
		width: 22px !important;
	}

	body.bw2-home-template #colophon .bw2-footer-mobile-social svg,
	body.bwiv2-inventory-template #colophon .bw2-footer-mobile-social svg {
		display: block !important;
		height: 22px !important;
		line-height: 1 !important;
		max-height: 22px !important;
		max-width: 22px !important;
		width: 22px !important;
	}
}

/* V34: hard mobile footer fix.
   Use one JS-built direct-child footer row on mobile, hide the original below-footer stack,
   and keep desktop footer unchanged. */
@media (max-width: 720px) {
	body.bw2-home-template #colophon .site-below-footer-wrap,
	body.bw2-home-template #colophon [data-section="section-below-footer-builder"],
	body.bw2-home-template #colophon .bw2-original-below-footer-mobile-hidden,
	body.bw2-home-template #colophon .bw2-footer-source-mobile-hidden {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
	}

	body.bw2-home-template #colophon > .bw2-footer-mobile-inline-row,
	#colophon.bw2-footer-row-ready > .bw2-footer-mobile-inline-row {
		align-items: center !important;
		box-sizing: border-box !important;
		display: flex !important;
		flex-direction: row !important;
		gap: 10px !important;
		justify-content: space-between !important;
		line-height: 1.2 !important;
		margin: 0 auto !important;
		max-width: 430px !important;
		min-height: 34px !important;
		padding: 8px 24px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
		width: 100% !important;
	}

	body.bw2-home-template #colophon > .bw2-footer-mobile-inline-row .bw2-footer-mobile-copyright,
	#colophon.bw2-footer-row-ready > .bw2-footer-mobile-inline-row .bw2-footer-mobile-copyright {
		color: #303844 !important;
		display: block !important;
		flex: 1 1 auto !important;
		font-size: 10px !important;
		font-weight: 500 !important;
		letter-spacing: 0 !important;
		line-height: 1.2 !important;
		margin: 0 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		text-align: left !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body.bw2-home-template #colophon > .bw2-footer-mobile-inline-row .bw2-footer-mobile-social,
	#colophon.bw2-footer-row-ready > .bw2-footer-mobile-inline-row .bw2-footer-mobile-social {
		align-items: center !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		color: #4267b2 !important;
		display: inline-flex !important;
		flex: 0 0 22px !important;
		height: 22px !important;
		justify-content: center !important;
		line-height: 1 !important;
		margin: 0 !important;
		min-width: 22px !important;
		padding: 0 !important;
		text-decoration: none !important;
		width: 22px !important;
	}

	body.bw2-home-template #colophon > .bw2-footer-mobile-inline-row .bw2-footer-mobile-social svg,
	#colophon.bw2-footer-row-ready > .bw2-footer-mobile-inline-row .bw2-footer-mobile-social svg {
		display: block !important;
		height: 22px !important;
		line-height: 1 !important;
		width: 22px !important;
	}
}

@media (min-width: 721px) {
	#colophon > .bw2-footer-mobile-inline-row {
		display: none !important;
	}
}

/* V34: final mobile footer fix.
   Keep the map/footer area intact, hide only the original Astra below-footer copyright/social row,
   and show one compact row generated by JS as a direct child of #colophon. */
#colophon > .bw2-footer-mobile-inline-row {
	display: none;
}

@media (max-width: 720px) {
	#colophon.bw2-footer-row-ready .site-below-footer-wrap,
	#colophon.bw2-footer-row-ready [data-section="section-below-footer-builder"] {
		display: none !important;
	}

	#colophon.bw2-footer-row-ready > .bw2-footer-mobile-inline-row {
		align-items: center !important;
		background: #ffffff !important;
		box-sizing: border-box !important;
		display: flex !important;
		flex-direction: row !important;
		gap: 12px !important;
		justify-content: space-between !important;
		line-height: 1.2 !important;
		margin: 0 auto !important;
		max-width: 100% !important;
		min-height: 34px !important;
		padding: 8px 20px 10px !important;
		width: 100% !important;
	}

	#colophon.bw2-footer-row-ready > .bw2-footer-mobile-inline-row .bw2-footer-mobile-copyright {
		color: #2f3a4a !important;
		display: block !important;
		flex: 1 1 auto !important;
		font-size: 11px !important;
		font-weight: 500 !important;
		letter-spacing: 0 !important;
		line-height: 1.25 !important;
		margin: 0 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		text-align: left !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	#colophon.bw2-footer-row-ready > .bw2-footer-mobile-inline-row .bw2-footer-mobile-social--plain {
		align-items: center !important;
		background: #3f5f9f !important;
		border-radius: 50% !important;
		box-shadow: none !important;
		color: #ffffff !important;
		display: inline-flex !important;
		flex: 0 0 22px !important;
		height: 22px !important;
		justify-content: center !important;
		line-height: 1 !important;
		margin: 0 !important;
		padding: 0 !important;
		text-decoration: none !important;
		width: 22px !important;
	}

	#colophon.bw2-footer-row-ready > .bw2-footer-mobile-inline-row .bw2-footer-mobile-social--plain svg {
		display: block !important;
		height: 14px !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 14px !important;
	}
}

@media (min-width: 721px) {
	#colophon > .bw2-footer-mobile-inline-row {
		display: none !important;
	}
}


/* V35: V2 footer reset.
   Hide the Elementor footer social widget/copyright sources on prototype pages and use one compact row.
   This disables the Elementor social-icons div that was blowing up on mobile. */
body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-footer-mobile-inline-row,
body.bw2-v2-prototype-page #colophon .bw2-footer-mobile-inline-row,
body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-source-hidden,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-source-hidden,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-widget-social-icons,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-social-icons-wrapper,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-element-30a853,
body.bw2-v2-prototype-page #colophon .elementor-widget-social-icons,
body.bw2-v2-prototype-page #colophon .elementor-social-icons-wrapper,
body.bw2-v2-prototype-page #colophon .elementor-element-30a853 {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
	width: 0 !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-legal-row,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-legal-row,
body.bw2-v2-prototype-page footer .bw2-v2-footer-legal-row {
	align-items: center !important;
	background: #ffffff !important;
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
	line-height: 1.2 !important;
	margin: 0 auto !important;
	max-width: 1000px !important;
	min-height: 34px !important;
	padding: 8px 20px 10px !important;
	width: 100% !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-copyright,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-copyright,
body.bw2-v2-prototype-page footer .bw2-v2-footer-copyright {
	color: #2f3a4a !important;
	display: block !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	grid-column: 2 !important;
	letter-spacing: 0 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	white-space: nowrap !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-social,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-social,
body.bw2-v2-prototype-page footer .bw2-v2-footer-social {
	align-items: center !important;
	background: #3f5f9f !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: #ffffff !important;
	display: inline-flex !important;
	grid-column: 3 !important;
	height: 22px !important;
	justify-content: center !important;
	justify-self: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 22px !important;
	min-width: 22px !important;
	padding: 0 !important;
	text-decoration: none !important;
	width: 22px !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-social svg,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-social svg,
body.bw2-v2-prototype-page footer .bw2-v2-footer-social svg {
	display: block !important;
	height: 14px !important;
	line-height: 1 !important;
	margin: 0 !important;
	max-height: 14px !important;
	max-width: 14px !important;
	padding: 0 !important;
	width: 14px !important;
}

@media (max-width: 720px) {
	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-legal-row,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-legal-row,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-legal-row {
		display: flex !important;
		gap: 12px !important;
		justify-content: space-between !important;
		max-width: 100% !important;
		min-height: 34px !important;
		padding: 8px 20px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-copyright,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-copyright,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-copyright {
		flex: 1 1 auto !important;
		font-size: 10.5px !important;
		grid-column: auto !important;
		min-width: 0 !important;
		overflow: hidden !important;
		text-align: left !important;
		text-overflow: ellipsis !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-social,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-social,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-social {
		flex: 0 0 22px !important;
		grid-column: auto !important;
		justify-self: auto !important;
	}
}

/* V36: final footer normalization for V2 prototype pages.
   Hide leftover Elementor/Astra footer legal/social pieces and render one clean row. */
body.bw2-v2-prototype-page .bw2-v2-footer-off,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-element-40e04e8,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-element-30a853,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-widget-social-icons,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-social-icons-wrapper,
body.bw2-v2-prototype-page #colophon .elementor-element-40e04e8,
body.bw2-v2-prototype-page #colophon .elementor-element-30a853,
body.bw2-v2-prototype-page #colophon .elementor-widget-social-icons,
body.bw2-v2-prototype-page #colophon .elementor-social-icons-wrapper,
body.bw2-v2-prototype-page #ast-scroll-top,
body.bw2-v2-prototype-page .ast-scroll-to-top-right,
body.bw2-v2-prototype-page .ast-scroll-to-top-left,
body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-footer-mobile-inline-row,
body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-legal-row,
body.bw2-v2-prototype-page #colophon .bw2-footer-mobile-inline-row,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-legal-row {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	max-height: 0 !important;
	max-width: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
	width: 0 !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-row,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-row,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-row {
	background: #fff !important;
	box-sizing: border-box !important;
	clear: both !important;
	display: block !important;
	height: auto !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	min-height: 48px !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	visibility: visible !important;
	width: 100% !important;
	z-index: 1 !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
	align-items: center !important;
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
	gap: 18px !important;
	line-height: 1.2 !important;
	margin: 0 auto !important;
	max-width: 1000px !important;
	min-height: 48px !important;
	padding: 12px 24px 14px !important;
	width: 100% !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
	color: #2f3a4a !important;
	display: block !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	grid-column: 2 !important;
	letter-spacing: 0 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	text-align: center !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social {
	align-items: center !important;
	background: #3f5f9f !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: #fff !important;
	display: inline-flex !important;
	grid-column: 3 !important;
	height: 22px !important;
	justify-content: center !important;
	justify-self: end !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 22px !important;
	min-width: 22px !important;
	padding: 0 !important;
	text-decoration: none !important;
	visibility: visible !important;
	width: 22px !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social svg,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social svg,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social svg {
	display: block !important;
	height: 13px !important;
	line-height: 1 !important;
	margin: 0 !important;
	max-height: 13px !important;
	max-width: 13px !important;
	padding: 0 !important;
	width: 13px !important;
}

@media (max-width: 720px) {
	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-row,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-row,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-row {
		min-height: 46px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
		display: flex !important;
		gap: 14px !important;
		justify-content: space-between !important;
		max-width: 100% !important;
		min-height: 46px !important;
		padding: 12px 24px calc(14px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
		flex: 1 1 auto !important;
		font-size: 12px !important;
		grid-column: auto !important;
		line-height: 1.25 !important;
		text-align: left !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social {
		flex: 0 0 24px !important;
		grid-column: auto !important;
		height: 24px !important;
		min-height: 24px !important;
		min-width: 24px !important;
		width: 24px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social svg,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social svg,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social svg {
		height: 14px !important;
		max-height: 14px !important;
		max-width: 14px !important;
		width: 14px !important;
	}
}

@media (max-width: 380px) {
	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
		font-size: 11px !important;
	}
}

/* V37: final footer alignment pass.
   Mobile already reads well; desktop needed the copyright to align to the same content rail
   as FAQ/content instead of sitting centered under the map. */
body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-row,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-row,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-row {
	background: #fff !important;
	min-height: 62px !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
	align-items: center !important;
	display: flex !important;
	gap: 18px !important;
	justify-content: space-between !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--bw2-wrap) !important;
	min-height: 62px !important;
	padding: 16px 0 18px !important;
	width: min(calc(100% - 40px), var(--bw2-wrap)) !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
	color: #2f3a4a !important;
	flex: 1 1 auto !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	grid-column: auto !important;
	line-height: 1.3 !important;
	max-width: none !important;
	overflow: visible !important;
	text-align: left !important;
	text-overflow: clip !important;
	white-space: normal !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social {
	flex: 0 0 24px !important;
	grid-column: auto !important;
	height: 24px !important;
	min-height: 24px !important;
	min-width: 24px !important;
	width: 24px !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social svg,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social svg,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social svg {
	height: 14px !important;
	max-height: 14px !important;
	max-width: 14px !important;
	width: 14px !important;
}

@media (max-width: 720px) {
	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-row,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-row,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-row {
		min-height: 74px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
		gap: 14px !important;
		max-width: 100% !important;
		min-height: 74px !important;
		padding: 20px 24px calc(20px + env(safe-area-inset-bottom, 0px)) !important;
		width: 100% !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
		font-size: 12px !important;
		line-height: 1.3 !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}
}

@media (max-width: 380px) {
	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
		font-size: 11px !important;
	}
}

/* V37: footer scale/alignment tuning.
   Desktop now lines up with the 1000px FAQ/content column instead of centering the copyright.
   Mobile keeps the compact one-row footer with safe padding above the sticky CTA bar. */
body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-row,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-row,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-row {
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
	min-height: 58px !important;
	padding: 0 !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
	align-items: center !important;
	display: flex !important;
	gap: 20px !important;
	justify-content: space-between !important;
	line-height: 1.25 !important;
	margin: 0 auto !important;
	max-width: 1000px !important;
	min-height: 58px !important;
	padding: 16px 0 18px !important;
	width: min(calc(100% - 40px), 1000px) !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
	color: #2f3a4a !important;
	display: block !important;
	flex: 1 1 auto !important;
	font-size: 12.5px !important;
	font-weight: 500 !important;
	grid-column: auto !important;
	letter-spacing: 0 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	min-width: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	text-align: left !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social {
	flex: 0 0 24px !important;
	grid-column: auto !important;
	height: 24px !important;
	min-height: 24px !important;
	min-width: 24px !important;
	width: 24px !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social svg,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social svg,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social svg {
	height: 14px !important;
	max-height: 14px !important;
	max-width: 14px !important;
	width: 14px !important;
}

@media (max-width: 720px) {
	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-row,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-row,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-row {
		min-height: 64px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
		gap: 18px !important;
		max-width: none !important;
		min-height: 64px !important;
		padding: 17px 26px calc(17px + env(safe-area-inset-bottom, 0px)) !important;
		width: 100% !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
		font-size: 12px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social {
		flex-basis: 24px !important;
		height: 24px !important;
		min-height: 24px !important;
		min-width: 24px !important;
		width: 24px !important;
	}
}

@media (max-width: 380px) {
	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
		font-size: 11.5px !important;
	}
}

/* V38: footer map recovery + mobile Facebook sizing.
   Keep the Elementor/Google map visible on V2 prototype pages while still replacing
   the messy legal/social footer row with one clean final row. */
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-widget-google_maps,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-widget-google_maps .elementor-widget-container,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-widget-google_maps iframe,
body.bw2-v2-prototype-page footer.elementor-location-footer iframe[src*="google.com/maps"],
body.bw2-v2-prototype-page footer.elementor-location-footer iframe[src*="maps.google"],
body.bw2-v2-prototype-page #colophon .elementor-widget-google_maps,
body.bw2-v2-prototype-page #colophon .elementor-widget-google_maps .elementor-widget-container,
body.bw2-v2-prototype-page #colophon .elementor-widget-google_maps iframe,
body.bw2-v2-prototype-page #colophon iframe[src*="google.com/maps"],
body.bw2-v2-prototype-page #colophon iframe[src*="maps.google"],
body.bw2-v2-prototype-page footer .elementor-widget-google_maps,
body.bw2-v2-prototype-page footer .elementor-widget-google_maps .elementor-widget-container,
body.bw2-v2-prototype-page footer .elementor-widget-google_maps iframe,
body.bw2-v2-prototype-page footer iframe[src*="google.com/maps"],
body.bw2-v2-prototype-page footer iframe[src*="maps.google"] {
	display: block !important;
	height: auto !important;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	opacity: 1 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	visibility: visible !important;
	width: 100% !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer iframe[src*="google.com/maps"],
body.bw2-v2-prototype-page footer.elementor-location-footer iframe[src*="maps.google"],
body.bw2-v2-prototype-page #colophon iframe[src*="google.com/maps"],
body.bw2-v2-prototype-page #colophon iframe[src*="maps.google"],
body.bw2-v2-prototype-page footer iframe[src*="google.com/maps"],
body.bw2-v2-prototype-page footer iframe[src*="maps.google"] {
	height: clamp(280px, 34vw, 390px) !important;
	min-height: 280px !important;
}

@media (max-width: 720px) {
	body.bw2-v2-prototype-page footer.elementor-location-footer iframe[src*="google.com/maps"],
	body.bw2-v2-prototype-page footer.elementor-location-footer iframe[src*="maps.google"],
	body.bw2-v2-prototype-page #colophon iframe[src*="google.com/maps"],
	body.bw2-v2-prototype-page #colophon iframe[src*="maps.google"],
	body.bw2-v2-prototype-page footer iframe[src*="google.com/maps"],
	body.bw2-v2-prototype-page footer iframe[src*="maps.google"] {
		height: 360px !important;
		min-height: 360px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social {
		flex-basis: 23px !important;
		height: 23px !important;
		min-height: 23px !important;
		min-width: 23px !important;
		width: 23px !important;
	}

	body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social svg,
	body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social svg,
	body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social svg {
		height: 13px !important;
		max-height: 13px !important;
		max-width: 13px !important;
		width: 13px !important;
	}
}



/* V79 sitewide V2 polish: brand-hover and shared rhythm helpers.
   Scope stays on V2 prototype pages so the live site templates are untouched. */
body.bw2-v2-prototype-page .main-header-menu .menu-link:hover,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:hover,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current-menu-item > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current_page_item > .menu-link,
body.bw2-v2-prototype-page .site-header a:hover,
body.bw2-v2-prototype-page .site-header a:focus-visible {
  color: #870012 !important;
}
body.bw2-v2-prototype-page .main-header-menu .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link,
body.bw2-v2-prototype-page .site-header a {
  transition: color .28s ease, opacity .28s ease !important;
}
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus-visible,
body.bw2-v2-prototype-page .site-header a:focus-visible {
  outline: 2px solid #870012 !important;
  outline-offset: 3px !important;
}


/* V79 home: keep full-width hero behavior, but make nav hover/focus match the V2 brand system. */
body.bw2-home-template .bw2-site h1,
body.bw2-home-template .bw2-site h2,
body.bw2-home-template .bw2-site h3 {
  font-weight: 700;
}

/* V80 final sitewide rhythm pass.
   Contact V2 is the reference for top/bottom page rhythm. */
body.bw2-v2-prototype-page {
  --bw2-v80-width: 1140px;
  --bw2-v80-gutter: 40px;
  --bw2-v80-top: 54px;
  --bw2-v80-top-mobile: 34px;
  --bw2-v80-bottom: 64px;
  --bw2-v80-maroon: #870012;
  --bw2-v80-maroon-dark: #5e000b;
  --bw2-v80-ink: #232b37;
  --bw2-v80-muted: #596372;
}

body.bw2-v2-prototype-page .bw2-wrap,
body.bw2-v2-prototype-page .bwiv2-wrap,
body.bw2-v2-prototype-page .bwcv2-wrap,
body.bw2-v2-prototype-page .bwfv2-wrap,
body.bw2-v2-prototype-page .bwav2-wrap,
body.bw2-v2-prototype-page .bwsv2-wrap {
  max-width: var(--bw2-v80-width) !important;
  width: min(calc(100% - var(--bw2-v80-gutter)), var(--bw2-v80-width)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Header/menu: remove theme/browser blue hover and use the Backwoods maroon everywhere on V2. */
body.bw2-v2-prototype-page .main-header-menu .menu-link:hover,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item:hover > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:hover,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current-menu-item > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current_page_item > .menu-link,
body.bw2-v2-prototype-page .site-header a:hover,
body.bw2-v2-prototype-page .site-header a:focus-visible,
body.bw2-v2-prototype-page .ast-mobile-header-wrap .menu-link:hover,
body.bw2-v2-prototype-page .ast-mobile-header-wrap .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-menu-toggle:hover,
body.bw2-v2-prototype-page .ast-menu-toggle:focus-visible,
body.bw2-v2-prototype-page .main-header-menu-toggle:hover,
body.bw2-v2-prototype-page .main-header-menu-toggle:focus-visible {
  color: var(--bw2-v80-maroon) !important;
  border-color: var(--bw2-v80-maroon) !important;
}
body.bw2-v2-prototype-page .main-header-menu .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link,
body.bw2-v2-prototype-page .site-header a,
body.bw2-v2-prototype-page .ast-menu-toggle,
body.bw2-v2-prototype-page .main-header-menu-toggle {
  transition: color .28s ease, border-color .28s ease, background-color .28s ease, transform .28s ease !important;
}
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus-visible,
body.bw2-v2-prototype-page .site-header a:focus-visible {
  outline: 2px solid rgba(135, 0, 18, .32) !important;
  outline-offset: 3px !important;
}

/* Contact reference rhythm */
body.bwcv2-contact-template .bwcv2-hero {
  padding-top: var(--bw2-v80-top) !important;
  padding-bottom: 22px !important;
}
body.bwcv2-contact-template .bwcv2-main {
  padding-top: 28px !important;
  padding-bottom: var(--bw2-v80-bottom) !important;
}

/* Inventory, About, Financing should start where Contact starts. */
body.bwiv2-inventory-template .bwiv2-page,
body.bwav2-about-template .bwav2-hero,
body.bwfv2-financing-template .bwfv2-page-head {
  padding-top: var(--bw2-v80-top) !important;
}
body.bwiv2-inventory-template .bwiv2-page {
  padding-bottom: var(--bw2-v80-bottom) !important;
}
body.bwav2-about-template .bwav2-section--cta {
  padding-bottom: 56px !important;
}
body.bwav2-about-template .bwav2-site {
  padding-bottom: 0 !important;
}

/* Vehicle detail keeps its closer VDP top, but uses the same bottom/map discipline. */
body.bwsv2-detail-template .bwsv2-vdp {
  padding-bottom: 48px !important;
}
body.bwsv2-detail-template .bwsv2-related,
body.bwsv2-detail-template .bwsv2-view-all {
  margin-bottom: 0 !important;
}

/* Financing typography and layout: less heavy, centered, no banded background. */
body.bwfv2-financing-template .site-content > .ast-container,
body.bwfv2-financing-template #primary,
body.bwfv2-financing-template .site-main,
body.bwfv2-financing-template article,
body.bwfv2-financing-template .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.bwfv2-financing-template .bwfv2-page {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: #fff !important;
}
body.bwfv2-financing-template .bwfv2-kicker {
  color: var(--bw2-v80-maroon) !important;
  font-weight: 800 !important;
}
body.bwfv2-financing-template .bwfv2-page-head h1 {
  font-size: clamp(30px, 4vw, 43px) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em !important;
  line-height: 1.06 !important;
  max-width: 860px !important;
}
body.bwfv2-financing-template .bwfv2-page-head p,
body.bwfv2-financing-template .bwfv2-section-title p,
body.bwfv2-financing-template .bwfv2-step-row p,
body.bwfv2-financing-template .bwfv2-bring-card > p:not(.bwfv2-kicker),
body.bwfv2-financing-template .bwfv2-cta p {
  color: var(--bw2-v80-muted) !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}
body.bwfv2-financing-template .bwfv2-section-title h2,
body.bwfv2-financing-template .bwfv2-bring-card h2,
body.bwfv2-financing-template .bwfv2-cta h2 {
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 800 !important;
  letter-spacing: -.03em !important;
  line-height: 1.1 !important;
}
body.bwfv2-financing-template .bwfv2-step-row h3,
body.bwfv2-financing-template .bwfv2-checklist li,
body.bwfv2-financing-template .bwfv2-btn {
  font-weight: 800 !important;
}
body.bwfv2-financing-template .bwfv2-hero-image-section {
  padding-bottom: 28px !important;
}
body.bwfv2-financing-template .bwfv2-process {
  padding-top: 0 !important;
  padding-bottom: 28px !important;
}
body.bwfv2-financing-template .bwfv2-bring {
  background: #fff !important;
  border: 0 !important;
  padding: 0 0 28px !important;
}
body.bwfv2-financing-template .bwfv2-bring-card {
  padding: 26px !important;
}
body.bwfv2-financing-template .bwfv2-cta {
  background: transparent !important;
  padding: 0 0 56px !important;
  margin-bottom: 0 !important;
}
body.bwfv2-financing-template .bwfv2-cta-inner {
  background: #870012 !important;
  color: #fff !important;
  padding: 34px 38px !important;
}
body.bwfv2-financing-template .bwfv2-cta h2,
body.bwfv2-financing-template .bwfv2-cta p,
body.bwfv2-financing-template .bwfv2-cta .bwfv2-kicker,
body.bwfv2-financing-template .bwfv2-cta .bwfv2-kicker--light {
  color: #fff !important;
}

/* Footer/map handoff. */
body.bw2-v2-prototype-page footer.elementor-location-footer,
body.bw2-v2-prototype-page #colophon,
body.bw2-v2-prototype-page footer {
  margin-top: 0 !important;
}
body.bw2-v2-prototype-page footer.elementor-location-footer iframe,
body.bw2-v2-prototype-page #colophon iframe,
body.bw2-v2-prototype-page footer iframe {
  display: block !important;
}

@media (max-width: 720px) {
  body.bw2-v2-prototype-page {
    --bw2-v80-gutter: 32px;
  }
  body.bwcv2-contact-template .bwcv2-hero,
  body.bwiv2-inventory-template .bwiv2-page,
  body.bwav2-about-template .bwav2-hero,
  body.bwfv2-financing-template .bwfv2-page-head {
    padding-top: var(--bw2-v80-top-mobile) !important;
  }
  body.bwcv2-contact-template .bwcv2-main,
  body.bwiv2-inventory-template .bwiv2-page,
  body.bwsv2-detail-template .bwsv2-vdp {
    padding-bottom: 44px !important;
  }
  body.bwfv2-financing-template .bwfv2-page-head h1 {
    font-size: clamp(30px, 9.2vw, 40px) !important;
  }
  body.bwfv2-financing-template .bwfv2-cta-inner {
    padding: 28px 24px !important;
  }
}


/* V81 sitewide V2 rhythm + link polish.
   Contact V2 is the spacing reference. Scope stays on prototype pages only. */
body.bw2-v2-prototype-page {
  --bw2-v81-width: 1140px;
  --bw2-v81-gutter: 40px;
  --bw2-v81-top: 42px;
  --bw2-v81-top-mobile: 30px;
  --bw2-v81-bottom: 56px;
  --bw2-v81-maroon: #870012;
  --bw2-v81-maroon-dark: #5e000b;
  --bw2-v81-ink: #232b37;
  --bw2-v81-muted: #596372;
  --bw2-v81-line: #d9d0c5;
}

body.bw2-v2-prototype-page .bw2-wrap,
body.bw2-v2-prototype-page .bwiv2-wrap,
body.bw2-v2-prototype-page .bwcv2-wrap,
body.bw2-v2-prototype-page .bwfv2-wrap,
body.bw2-v2-prototype-page .bwav2-wrap,
body.bw2-v2-prototype-page .bwsv2-wrap {
  box-sizing: border-box !important;
  max-width: var(--bw2-v81-width) !important;
  width: min(calc(100% - var(--bw2-v81-gutter)), var(--bw2-v81-width)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Header/menu V2 link hover: keep the browser/theme blue out of the V2 prototype. */
body.bw2-v2-prototype-page #masthead a:hover,
body.bw2-v2-prototype-page #masthead a:focus-visible,
body.bw2-v2-prototype-page .site-header a:hover,
body.bw2-v2-prototype-page .site-header a:focus-visible,
body.bw2-v2-prototype-page .main-header-menu .menu-link:hover,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item:hover > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:hover,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current-menu-item > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current_page_item > .menu-link,
body.bw2-v2-prototype-page .ast-mobile-header-wrap .menu-link:hover,
body.bw2-v2-prototype-page .ast-mobile-header-wrap .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-menu-toggle:hover,
body.bw2-v2-prototype-page .ast-menu-toggle:focus-visible,
body.bw2-v2-prototype-page .main-header-menu-toggle:hover,
body.bw2-v2-prototype-page .main-header-menu-toggle:focus-visible {
  color: var(--bw2-v81-maroon) !important;
  border-color: var(--bw2-v81-maroon) !important;
}
body.bw2-v2-prototype-page #masthead a,
body.bw2-v2-prototype-page .site-header a,
body.bw2-v2-prototype-page .main-header-menu .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link,
body.bw2-v2-prototype-page .ast-menu-toggle,
body.bw2-v2-prototype-page .main-header-menu-toggle {
  transition: color .28s ease, border-color .28s ease, background-color .28s ease, transform .28s ease !important;
}
body.bw2-v2-prototype-page #masthead a:focus-visible,
body.bw2-v2-prototype-page .site-header a:focus-visible {
  outline: 2px solid rgba(135, 0, 18, .32) !important;
  outline-offset: 3px !important;
}

/* Inner-page top/bottom rhythm. Contact V2 is the reference. */
body.bwcv2-contact-template .bwcv2-hero,
body.bwav2-about-template .bwav2-hero,
body.bwfv2-financing-template .bwfv2-page-head {
  padding-top: var(--bw2-v81-top) !important;
}
body.bwiv2-inventory-template .bwiv2-page {
  padding-top: var(--bw2-v81-top) !important;
  padding-bottom: var(--bw2-v81-bottom) !important;
}
body.bwcv2-contact-template .bwcv2-main {
  padding-top: 26px !important;
  padding-bottom: var(--bw2-v81-bottom) !important;
}
body.bwav2-about-template .bwav2-section--cta,
body.bwfv2-financing-template .bwfv2-cta {
  padding-bottom: var(--bw2-v81-bottom) !important;
}
body.bwsv2-detail-template .bwsv2-vdp {
  padding-bottom: 48px !important;
}

/* Map/footer handoff: one clean map transition and no extra page-bottom whitespace. */
body.bw2-v2-prototype-page footer.elementor-location-footer,
body.bw2-v2-prototype-page #colophon,
body.bw2-v2-prototype-page footer {
  margin-top: 0 !important;
}
body.bw2-v2-prototype-page footer.elementor-location-footer iframe,
body.bw2-v2-prototype-page #colophon iframe,
body.bw2-v2-prototype-page footer iframe {
  display: block !important;
}

@media (max-width: 720px) {
  body.bw2-v2-prototype-page {
    --bw2-v81-gutter: 32px;
  }
  body.bwcv2-contact-template .bwcv2-hero,
  body.bwav2-about-template .bwav2-hero,
  body.bwfv2-financing-template .bwfv2-page-head,
  body.bwiv2-inventory-template .bwiv2-page {
    padding-top: var(--bw2-v81-top-mobile) !important;
  }
  body.bwcv2-contact-template .bwcv2-main,
  body.bwiv2-inventory-template .bwiv2-page,
  body.bwsv2-detail-template .bwsv2-vdp {
    padding-bottom: 44px !important;
  }
}

/* V86: slight homepage scale polish.
   Make Home V2 feel a touch fuller without changing the Backwoods design language. */
body.bw2-home-template .bw2-site {
	font-size: 13.5px;
}

body.bw2-home-template .bw2-site h1 {
	font-size: clamp(28px, 2.35vw, 38px);
}

body.bw2-home-template .bw2-site h2 {
	font-size: clamp(21px, 1.75vw, 26px);
}

body.bw2-home-template .bw2-site h3 {
	font-size: 14.75px;
}

body.bw2-home-template .bw2-site p,
body.bw2-home-template .bw2-heading-note,
body.bw2-home-template .bw2-arrivals-intro p,
body.bw2-home-template .bw2-action-box p:not(.bw2-card-kicker) {
	font-size: 13px;
	line-height: 1.56;
}

body.bw2-home-template .bw2-kicker,
body.bw2-home-template .bw2-card-kicker,
body.bw2-home-template .bw2-reviews__kicker {
	font-size: 10px;
}

body.bw2-home-template .bw2-btn,
body.bw2-home-template .bw2-small-btn,
body.bw2-home-template .bw2-carousel-button {
	font-size: 11px;
	min-height: 32px;
	padding: 8px 13px;
}

body.bw2-home-template .bw2-small-btn {
	font-size: 10.75px;
	min-height: 29px;
	padding: 8px 12px;
}

body.bw2-home-template .bw2-hero-card {
	padding: clamp(21px, 2.1vw, 27px);
}

body.bw2-home-template .bw2-hero-copy {
	font-size: 13px !important;
	line-height: 1.54 !important;
}

body.bw2-home-template .bw2-type-card {
	min-height: 94px;
	padding: 14px 15px;
}

body.bw2-home-template .bw2-type-card span {
	font-size: 9.5px;
}

body.bw2-home-template .bw2-type-card strong {
	font-size: 13.25px;
}

body.bw2-home-template .bw2-type-card small {
	font-size: 11px;
}

body.bw2-home-template .bw2-arrivals-intro h2,
body.bw2-home-template .bw2-faq-current h2 {
	font-size: 22px;
}

body.bw2-home-template .bw2-vehicle-card h3 {
	font-size: 15.75px;
}

body.bw2-home-template .bw2-vehicle-card__price {
	font-size: 12.75px;
}

body.bw2-home-template .bw2-card-subtitle {
	font-size: 12.25px;
}

body.bw2-home-template .bw2-vehicle-card__meta {
	font-size: 12px;
}

body.bw2-home-template .bw2-vehicle-note {
	font-size: 12.35px;
	line-height: 1.5;
	min-height: calc(1.5em * 3);
}

body.bw2-home-template .bw2-action-box h3 {
	font-size: 21px;
}

body.bw2-home-template .bw2-proof-grid strong {
	font-size: 12.75px;
}

body.bw2-home-template .bw2-proof-grid span {
	font-size: 11px;
}

body.bw2-home-template .bw2-reviews h2 {
	font-size: 24px;
}

body.bw2-home-template .bw2-review-card strong {
	font-size: 12.75px;
}

body.bw2-home-template .bw2-review-card p {
	font-size: 12px;
}

body.bw2-home-template .bw2-stars {
	font-size: 12.5px;
}

body.bw2-home-template .bw2-faq-item summary {
	font-size: 13px;
	min-height: 38px;
	padding: 9px 14px;
}

body.bw2-home-template .bw2-faq-item p {
	font-size: 12.5px;
	line-height: 1.55;
}

@media (max-width: 720px) {
	body.bw2-home-template .bw2-site {
		font-size: 13.25px;
	}

	body.bw2-home-template .bw2-mobile-hero-intro h1,
	body.bw2-home-template .bw2-hero-card h1 {
		font-size: 23px;
	}

	body.bw2-home-template .bw2-site h2,
	body.bw2-home-template .bw2-arrivals-intro h2,
	body.bw2-home-template .bw2-faq-current h2 {
		font-size: 21px;
	}

	body.bw2-home-template .bw2-site p,
	body.bw2-home-template .bw2-heading-note,
	body.bw2-home-template .bw2-arrivals-intro p {
		font-size: 13px;
	}

	body.bw2-home-template .bw2-vehicle-card h3 {
		font-size: 15.25px;
	}

	body.bw2-home-template .bw2-vehicle-note {
		font-size: 12.25px;
		line-height: 1.48;
	}
}

/* V110: Home Sold stamp uses the original desktop font first, with a legal webfont fallback for phones.
   Brush Script MT stays first for desktops that already have it. Yellowtail loads from Google Fonts for iPhone/Android. */
body.bw2-home-template .bw2-status-badge--sold {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	bottom: 15px !important;
	box-shadow: none !important;
	color: #660008 !important;
	font-family: "Brush Script MT", "Yellowtail", "Segoe Script", "Lucida Handwriting", cursive !important;
	font-size: clamp(42px, 12vw, 56px) !important;
	font-weight: 700 !important;
	left: 14px !important;
	letter-spacing: .01em !important;
	line-height: 1 !important;
	padding: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	text-rendering: optimizeLegibility;
	text-shadow: 0 2px 10px rgba(0,0,0,.20) !important;
	text-transform: none !important;
	top: auto !important;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	z-index: 5;
}

@media (max-width: 520px) {
	body.bw2-home-template .bw2-status-badge--sold {
		bottom: 13px !important;
		font-size: clamp(44px, 15vw, 58px) !important;
		left: 14px !important;
	}
}

