/* WordPress 7 compatibility helpers for the classic Foundation layout. */

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

/* Rider 3.4.48 — ROXAR helmet brand page. */
.rider-roxar-page {
	--rider-roxar-red: #ed1c2e;
	--rider-roxar-red-dark: #bc0f1d;
	--rider-roxar-navy: #061f3e;
	--rider-roxar-blue: #0b4f91;
	--rider-roxar-line: #d6e1ed;
	--rider-roxar-muted: #53677e;
	--rider-roxar-surface: #f4f7fb;
	color: var(--rider-roxar-navy);
	font-size: 16px;
}

.rider-roxar-page,
.rider-roxar-page * {
	box-sizing: border-box;
}

.rider-roxar-page h1,
.rider-roxar-page h2,
.rider-roxar-page h3,
.rider-roxar-page p,
.rider-roxar-page ul,
.rider-roxar-page figure {
	margin-top: 0;
}

.rider-roxar-page h1,
.rider-roxar-page h2,
.rider-roxar-page h3 {
	color: var(--rider-roxar-navy);
	line-height: 1.08;
}

.rider-roxar-page .rider-button {
	min-height: 52px;
	padding: 0.85rem 1.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.rider-roxar-page .rider-button--primary {
	background: var(--rider-roxar-red);
	color: #fff;
}

.rider-roxar-page .rider-button--primary:hover,
.rider-roxar-page .rider-button--primary:focus-visible {
	background: var(--rider-roxar-red-dark);
	color: #fff;
}

.rider-roxar-page .rider-button--secondary {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.rider-roxar-page > .rider-brand-back .rider-button--secondary {
	border-color: var(--rider-roxar-line);
	background: #fff;
	color: var(--rider-roxar-navy);
}

.rider-roxar-page > .rider-brand-back {
	position: relative;
	z-index: 30;
	margin: 0 0 1rem;
}

.rider-roxar-page > .rider-brand-back .rider-button--secondary:hover,
.rider-roxar-page > .rider-brand-back .rider-button--secondary:focus-visible {
	background: var(--rider-roxar-navy);
	color: #fff;
}

.rider-roxar-page .rider-kicker {
	margin-bottom: 0.75rem;
	color: var(--rider-roxar-red);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.rider-roxar-hero,
.rider-roxar-logo-panel,
.rider-roxar-stat,
.rider-roxar-jump,
.rider-roxar-intro,
.rider-roxar-intro__features,
.rider-roxar-model,
.rider-roxar-safety,
.rider-roxar-feature,
.rider-roxar-replacement,
.rider-roxar-replacement__step,
.rider-roxar-buy,
.rider-roxar-buy-route,
.rider-roxar-dealer-filter,
.rider-roxar-dealer-table-wrap {
	--rider-tech-svg-border-width: 1px;
	border: 1px solid var(--rider-roxar-line);
	border-radius: 0;
}

.rider-roxar-hero {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
	gap: clamp(2rem, 5vw, 5rem);
	min-height: 620px;
	margin-bottom: 1rem;
	padding: clamp(2.5rem, 5vw, 5.5rem);
	background:
		linear-gradient(90deg, rgba(2, 18, 37, 0.98) 0%, rgba(4, 38, 76, 0.94) 48%, rgba(6, 40, 75, 0.76) 100%),
		url('../images/roxar/roxar-hero.jpg') center / cover no-repeat;
	color: #fff;
	overflow: hidden;
}

.rider-roxar-hero::before,
.rider-roxar-safety::before,
.rider-roxar-buy::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -150px;
	right: 0;
	width: 440px;
	height: 440px;
	border: 70px solid rgba(255, 255, 255, 0.035);
	border-radius: 50%;
	pointer-events: none;
}

.rider-roxar-hero__copy,
.rider-roxar-hero__brand {
	position: relative;
	z-index: 2;
	align-self: center;
	min-width: 0;
}

.rider-roxar-hero .rider-kicker {
	color: #ff6673;
}

.rider-roxar-hero h1 {
	max-width: 900px;
	margin-bottom: 1.35rem;
	color: #fff;
	font-size: clamp(2.45rem, 4.4vw, 5.2rem);
	letter-spacing: -0.045em;
}

.rider-roxar-hero__lead {
	max-width: 820px;
	margin-bottom: 1.6rem;
	color: #cfdae8;
	font-size: clamp(1.02rem, 1.45vw, 1.25rem);
	line-height: 1.75;
}

.rider-roxar-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-bottom: 1.4rem;
}

.rider-roxar-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rider-roxar-hero__tags li,
.rider-roxar-model__badges span {
	border-left: 2px solid var(--rider-roxar-red);
	background: rgba(255, 255, 255, 0.08);
	color: #e6edf6;
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rider-roxar-hero__tags li {
	padding: 0.48rem 0.72rem;
}

.rider-roxar-hero__brand {
	display: grid;
	gap: 1rem;
}

.rider-roxar-logo-panel {
	--rider-component-cut: 14px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.3);
	display: grid;
	place-items: center;
	min-height: 190px;
	padding: 2rem;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.rider-roxar-logo-panel img {
	display: block;
	width: min(100%, 290px);
	height: auto;
	margin-bottom: 0.85rem;
}

.rider-roxar-logo-panel span {
	color: #43566d;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.rider-roxar-hero__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.rider-roxar-stat {
	--rider-component-cut: 10px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	min-height: 115px;
	padding: 1.25rem;
	background: rgba(36, 91, 146, 0.72);
}

.rider-roxar-stat strong,
.rider-roxar-stat span {
	display: block;
}

.rider-roxar-stat strong {
	margin-bottom: 0.35rem;
	color: #fff;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	line-height: 1;
}

.rider-roxar-stat span {
	color: #c8d7e8;
	font-size: 0.83rem;
	line-height: 1.45;
}

.rider-roxar-stat .rider-roxar-stat__country {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.rider-roxar-stat .rider-roxar-stat__flag {
	flex: 0 0 24px;
	display: inline-block;
	width: 24px;
	height: 16px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: linear-gradient(to bottom, #fff 0 50%, #dc143c 50% 100%);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
}

.rider-roxar-jump {
	--rider-component-cut: 14px;
	--rider-tech-border-color: var(--rider-roxar-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: clamp(2.5rem, 5vw, 5rem);
	background: #fff;
}

.rider-roxar-jump a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 78px;
	padding: 1rem;
	border-right: 1px solid var(--rider-roxar-line);
	color: var(--rider-roxar-navy);
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.rider-roxar-jump a:last-child {
	border-right: 0;
}

.rider-roxar-jump a:hover,
.rider-roxar-jump a:focus-visible {
	background: var(--rider-roxar-surface);
	color: var(--rider-roxar-red);
}

.rider-roxar-jump .fa {
	color: var(--rider-roxar-red);
	font-size: 1.05rem;
}

.rider-roxar-intro {
	--rider-component-cut: 22px;
	--rider-tech-border-color: var(--rider-roxar-line);
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
	gap: clamp(2rem, 5vw, 5rem);
	margin-bottom: clamp(3rem, 6vw, 6rem);
	padding: clamp(2rem, 4vw, 4.5rem);
	background: #fff;
}

.rider-roxar-intro h2,
.rider-roxar-heading h2,
.rider-roxar-safety h2,
.rider-roxar-buy h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 3.3vw, 3.45rem);
	letter-spacing: -0.035em;
}

.rider-roxar-intro__copy > p:not(.rider-kicker),
.rider-roxar-heading > p:last-child,
.rider-roxar-safety__heading > p:last-child,
.rider-roxar-buy > div > p:last-child {
	color: var(--rider-roxar-muted);
	font-size: 1.02rem;
	line-height: 1.78;
}

.rider-roxar-intro__features {
	--rider-component-cut: 14px;
	--rider-tech-border-color: #c9d8e8;
	display: grid;
	align-self: stretch;
	background: var(--rider-roxar-surface);
}

.rider-roxar-intro__features > div {
	display: grid;
	grid-template-columns: 48px 1fr;
	grid-template-rows: auto auto;
	column-gap: 1rem;
	padding: 1.3rem;
	border-bottom: 1px solid var(--rider-roxar-line);
}

.rider-roxar-intro__features > div:last-child {
	border-bottom: 0;
}

.rider-roxar-intro__features span {
	grid-row: 1 / 3;
	align-self: center;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: var(--rider-roxar-red);
	color: #fff;
	font-size: 1.15rem;
}

.rider-roxar-intro__features strong {
	align-self: end;
	margin-bottom: 0.15rem;
	font-size: 1.02rem;
}

.rider-roxar-intro__features small {
	color: var(--rider-roxar-muted);
	font-size: 0.84rem;
	line-height: 1.45;
}

.rider-roxar-section {
	margin-bottom: clamp(3rem, 6vw, 6rem);
}

.rider-roxar-heading {
	max-width: 920px;
	margin-bottom: 2rem;
}

.rider-roxar-model-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.rider-roxar-model {
	--rider-component-cut: 16px;
	--rider-tech-border-color: #cbd8e6;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-content: start;
	min-width: 0;
	background: #fff;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rider-roxar-model:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 44px rgba(7, 31, 61, 0.12);
}

.rider-roxar-model--featured {
	grid-column: 1 / -1;
	grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
}

.rider-roxar-model--wide {
	grid-column: auto;
}

.rider-roxar-model:not(.rider-roxar-model--featured) .rider-roxar-model__media {
	min-height: 330px;
	border-right: 0;
	border-bottom: 1px solid var(--rider-roxar-line);
}

.rider-roxar-model:not(.rider-roxar-model--featured) .rider-roxar-model__media img {
	height: 270px;
}

.rider-roxar-model:not(.rider-roxar-model--featured) .rider-roxar-model__content {
	padding: 1.5rem;
}

.rider-roxar-model__media {
	position: relative;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	place-items: stretch;
	min-height: 360px;
	padding: 0;
	border-right: 1px solid var(--rider-roxar-line);
	background:
		radial-gradient(circle at 50% 44%, #fff 0 28%, #edf2f7 66%, #dce6f0 100%),
		repeating-linear-gradient(135deg, transparent 0 18px, rgba(5, 41, 79, 0.03) 18px 19px);
	overflow: hidden;
}

.rider-roxar-model__media::before {
	content: 'X';
	position: absolute;
	top: -0.3em;
	right: 0.02em;
	color: rgba(5, 39, 75, 0.035);
	font-size: 14rem;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
}

.rider-roxar-model__media img {
	position: relative;
	z-index: 1;
	display: block;
	grid-row: 1;
	align-self: center;
	justify-self: center;
	width: calc(100% - 2.4rem);
	height: 315px;
	filter: drop-shadow(0 18px 16px rgba(5, 31, 61, 0.2)) drop-shadow(0 3px 3px rgba(5, 31, 61, 0.16));
	object-fit: contain;
	object-position: center;
}

.rider-roxar-model__media > span {
	position: relative;
	z-index: 2;
	grid-row: 2;
	align-self: end;
	width: 100%;
	padding: 0.75rem 1rem;
	background: rgba(5, 31, 61, 0.94);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.rider-roxar-model__content {
	min-width: 0;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.rider-roxar-model__series {
	margin-bottom: 0.55rem;
	color: var(--rider-roxar-red);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rider-roxar-model h3 {
	margin-bottom: 0.8rem;
	font-size: clamp(1.5rem, 2vw, 2.05rem);
}

.rider-roxar-model__content > p:not(.rider-roxar-model__series),
.rider-roxar-model__content li {
	color: var(--rider-roxar-muted);
	line-height: 1.65;
}

.rider-roxar-model__content > p:not(.rider-roxar-model__series) {
	margin-bottom: 1rem;
}

.rider-roxar-model__content ul {
	margin: 0 0 1.15rem;
	padding: 0;
	list-style: none;
}

.rider-roxar-model__content li {
	position: relative;
	padding: 0.25rem 0 0.25rem 1.2rem;
	font-size: 0.9rem;
}

.rider-roxar-model__content li::before {
	content: '';
	position: absolute;
	top: 0.85rem;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--rider-roxar-red);
	transform: rotate(45deg);
}

.rider-roxar-model__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.rider-roxar-model__badges span {
	padding: 0.42rem 0.62rem;
	background: var(--rider-roxar-surface);
	color: var(--rider-roxar-navy);
}

.rider-roxar-safety {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.19);
	position: relative;
	isolation: isolate;
	margin-bottom: clamp(3rem, 6vw, 6rem);
	padding: clamp(2.25rem, 5vw, 5rem);
	background: linear-gradient(120deg, #061e3b 0%, #0a4c8d 100%);
	overflow: hidden;
}

.rider-roxar-safety__heading {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin-bottom: 2rem;
}

.rider-roxar-safety h2,
.rider-roxar-safety h3 {
	color: #fff;
}

.rider-roxar-safety__heading > p:last-child {
	color: #c6d5e7;
}

.rider-roxar-safety__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rider-roxar-feature {
	--rider-component-cut: 12px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	min-height: 245px;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.08);
}

.rider-roxar-feature > span {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 1.1rem;
	background: var(--rider-roxar-red);
	color: #fff;
	font-size: 1.25rem;
}

.rider-roxar-feature h3 {
	margin-bottom: 0.55rem;
	font-size: 1.2rem;
}

.rider-roxar-feature p {
	margin-bottom: 0;
	color: #c7d5e5;
	font-size: 0.9rem;
	line-height: 1.65;
}

.rider-roxar-replacement {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(2rem, 5vw, 5rem);
	margin-bottom: clamp(3rem, 6vw, 6rem);
	padding: clamp(2.25rem, 5vw, 5rem);
	border-color: rgba(255, 255, 255, 0.2);
	background: linear-gradient(120deg, #061e3b 0%, #0b559b 100%);
	color: #fff;
	overflow: hidden;
}

.rider-roxar-replacement::before {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.1) 0 80px, transparent 81px),
		radial-gradient(circle at 92% 8%, transparent 0 118px, rgba(255, 255, 255, 0.055) 119px 178px, transparent 179px);
	pointer-events: none;
}

.rider-roxar-replacement h2,
.rider-roxar-replacement h3 {
	color: #fff;
}

.rider-roxar-replacement h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 3.3vw, 3.45rem);
	letter-spacing: -0.035em;
}

.rider-roxar-replacement__copy > p:not(.rider-kicker) {
	color: #c9d8e9;
	font-size: 1.02rem;
	line-height: 1.75;
}

.rider-roxar-replacement__benefit {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	margin: 1.5rem 0;
	padding: 1rem 1.15rem;
	border-left: 3px solid var(--rider-roxar-red);
	background: rgba(255, 255, 255, 0.09);
}

.rider-roxar-replacement__benefit strong {
	color: #fff;
	font-size: clamp(2.35rem, 4vw, 3.6rem);
	line-height: 1;
}

.rider-roxar-replacement__benefit span {
	color: #d6e2ef;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.55;
}

.rider-roxar-replacement__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.rider-roxar-replacement__steps {
	display: grid;
	align-content: center;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rider-roxar-replacement__step {
	--rider-component-cut: 12px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	min-height: 124px;
	padding: 1.2rem;
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.085);
}

.rider-roxar-replacement__step > span {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	background: var(--rider-roxar-red);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 0.9rem;
	font-weight: 900;
}

.rider-roxar-replacement__step h3 {
	margin-bottom: 0.35rem;
	font-size: 1.08rem;
}

.rider-roxar-replacement__step p {
	margin-bottom: 0;
	color: #c9d8e9;
	font-size: 0.86rem;
	line-height: 1.55;
}

.rider-roxar-buy {
	--rider-component-cut: 22px;
	--rider-tech-border-color: var(--rider-roxar-line);
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
	gap: clamp(2rem, 5vw, 5rem);
	margin-bottom: clamp(3rem, 6vw, 6rem);
	padding: clamp(2rem, 4vw, 4.25rem);
	background: var(--rider-roxar-surface);
	overflow: hidden;
}

.rider-roxar-buy::before {
	border-color: rgba(7, 42, 81, 0.035);
}

.rider-roxar-buy > div {
	position: relative;
	z-index: 1;
}

.rider-roxar-buy__routes {
	display: grid;
	gap: 0.9rem;
	align-content: center;
}

.rider-roxar-buy-route {
	--rider-component-cut: 12px;
	--rider-tech-border-color: #c7d7e7;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 20px;
	grid-template-rows: auto auto;
	grid-template-areas:
		"icon title arrow"
		"icon description arrow";
	align-items: center;
	column-gap: 1rem;
	row-gap: 0.2rem;
	min-height: 105px;
	padding: 1.25rem;
	background: #fff;
	color: var(--rider-roxar-navy);
	text-align: left;
	text-decoration: none;
}

.rider-roxar-buy-route > span {
	grid-area: icon;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	background: var(--rider-roxar-red);
	color: #fff;
	font-size: 1.1rem;
}

.rider-roxar-buy-route > strong {
	grid-area: title;
	align-self: end;
	font-size: 1.08rem;
}

.rider-roxar-buy-route > small {
	grid-area: description;
	display: block;
	color: var(--rider-roxar-muted);
	font-size: 0.83rem;
	line-height: 1.4;
}

.rider-roxar-buy-route > .fa {
	grid-area: arrow;
	align-self: center;
	justify-self: end;
	color: var(--rider-roxar-red);
	transition: transform 180ms ease;
}

.rider-roxar-buy-route:hover,
.rider-roxar-buy-route:focus-visible {
	--rider-tech-border-color: var(--rider-roxar-red);
	color: var(--rider-roxar-red-dark);
	box-shadow: 0 16px 34px rgba(7, 31, 61, 0.1);
}

.rider-roxar-buy-route:hover > .fa,
.rider-roxar-buy-route:focus-visible > .fa {
	transform: translateX(3px);
}

.rider-roxar-buy-route--b2b > span {
	background: var(--rider-roxar-navy);
}

.rider-roxar-dealer-filter {
	--rider-component-cut: 14px;
	--rider-tech-border-color: #c9d8e8;
	display: grid;
	grid-template-columns: auto minmax(280px, 1fr) auto;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
	padding: 1.25rem;
	background: var(--rider-roxar-surface);
}

.rider-roxar-dealer-filter label {
	margin: 0;
	color: var(--rider-roxar-navy);
	font-size: 0.84rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rider-roxar-dealer-filter__control {
	position: relative;
}

.rider-roxar-dealer-filter__control .fa {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 1rem;
	color: var(--rider-roxar-red);
	font-size: 1.05rem;
	transform: translateY(-50%);
}

.rider-roxar-page .rider-roxar-dealer-filter input[type="search"] {
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0.65rem 1rem 0.65rem 3rem;
	border: 1px solid #bfcfe0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: var(--rider-roxar-navy);
	font-size: 0.95rem;
}

.rider-roxar-page .rider-roxar-dealer-filter input[type="search"]:focus {
	border-color: var(--rider-roxar-blue);
	box-shadow: 0 0 0 3px rgba(11, 79, 145, 0.12);
}

.rider-roxar-dealer-filter__status {
	min-width: 150px;
	margin: 0;
	color: var(--rider-roxar-muted);
	font-size: 0.9rem;
	font-weight: 800;
	text-align: right;
}

.rider-roxar-dealer-table-wrap {
	--rider-component-cut: 16px;
	--rider-tech-border-color: #c9d8e8;
	background: #fff;
}

.rider-roxar-dealer-more {
	--rider-component-cut: 12px;
	--rider-tech-border-color: var(--rider-roxar-red);
	display: none;
	width: 100%;
	margin: 1rem 0 0;
	border: 1px solid var(--rider-roxar-red);
	border-radius: 0;
	cursor: pointer;
}

.rider-roxar-dealer-more[hidden] {
	display: none !important;
}

.rider-roxar-dealer-table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.rider-roxar-page .rider-roxar-dealer-table {
	width: 100%;
	min-width: 1120px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	table-layout: fixed;
}

.rider-roxar-dealer-table th,
.rider-roxar-dealer-table td {
	padding: 1rem;
	border: 0;
	border-right: 1px solid var(--rider-roxar-line);
	border-bottom: 1px solid var(--rider-roxar-line);
	vertical-align: top;
	text-align: left;
	word-break: normal;
	overflow-wrap: anywhere;
}

.rider-roxar-dealer-table th:last-child,
.rider-roxar-dealer-table td:last-child {
	border-right: 0;
}

.rider-roxar-dealer-table thead th {
	background: var(--rider-roxar-navy);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rider-roxar-dealer-table th:nth-child(1) { width: 13%; }
.rider-roxar-dealer-table th:nth-child(2) { width: 20%; }
.rider-roxar-dealer-table th:nth-child(3) { width: 25%; }
.rider-roxar-dealer-table th:nth-child(4) { width: 27%; }
.rider-roxar-dealer-table th:nth-child(5) { width: 15%; }

.rider-roxar-dealer-table tbody tr:nth-child(even) td {
	background: #f8fafc;
}

.rider-roxar-dealer-table tbody tr:hover td {
	background: #eef4fa;
}

.rider-roxar-dealer-table tbody tr:last-child td {
	border-bottom: 0;
}

.rider-roxar-dealer-table td {
	color: var(--rider-roxar-muted);
	font-size: 0.84rem;
	line-height: 1.5;
}

.rider-roxar-dealer-table td strong {
	color: var(--rider-roxar-navy);
	font-size: 0.89rem;
}

.rider-roxar-page .rider-roxar-dealer-table a {
	display: block;
	color: var(--rider-roxar-blue);
	font-weight: 700;
	text-decoration: none;
}

.rider-roxar-page .rider-roxar-dealer-table a + a {
	margin-top: 0.28rem;
}

.rider-roxar-page .rider-roxar-dealer-table a:hover,
.rider-roxar-page .rider-roxar-dealer-table a:focus-visible {
	color: var(--rider-roxar-red-dark);
	text-decoration: underline;
}

.rider-roxar-dealer-table tr[hidden] {
	display: none !important;
}

.rider-roxar-dealer-table__empty td {
	padding: 2.5rem;
	color: var(--rider-roxar-muted);
	font-weight: 800;
	text-align: center;
}

.rider-roxar-dealers__note {
	margin: 1rem 0 0;
	color: var(--rider-roxar-muted);
	font-size: 0.84rem;
	line-height: 1.6;
}

.rider-roxar-dealers__note .fa {
	margin-right: 0.35rem;
	color: var(--rider-roxar-red);
}

@supports (clip-path: polygon(0 0)) {
	.rider-roxar-hero,
	.rider-roxar-logo-panel,
	.rider-roxar-stat,
	.rider-roxar-jump,
	.rider-roxar-intro,
	.rider-roxar-intro__features,
	.rider-roxar-model,
	.rider-roxar-safety,
	.rider-roxar-feature,
	.rider-roxar-replacement,
	.rider-roxar-replacement__step,
	.rider-roxar-buy,
	.rider-roxar-buy-route,
	.rider-roxar-dealer-filter,
	.rider-roxar-dealer-table-wrap {
		clip-path: polygon(var(--rider-component-cut) 0, 100% 0, 100% calc(100% - var(--rider-component-cut)), calc(100% - var(--rider-component-cut)) 100%, 0 100%, 0 var(--rider-component-cut));
	}
}

@media (max-width: 78em) {
	.rider-roxar-hero {
		grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
		gap: 2rem;
		padding: 3.25rem;
	}

	.rider-roxar-model--featured {
		grid-template-columns: minmax(200px, 0.75fr) minmax(0, 1.25fr);
	}

	.rider-roxar-model--featured .rider-roxar-model__media {
		min-height: 330px;
	}

	.rider-roxar-model--featured .rider-roxar-model__media img {
		height: 280px;
	}
}

@media (max-width: 64em) {
	.rider-roxar-hero {
		--rider-component-cut: 18px;
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 2.75rem;
	}

	.rider-roxar-hero__brand {
		grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
		align-items: stretch;
	}

	.rider-roxar-logo-panel {
		min-height: 100%;
	}

	.rider-roxar-intro,
	.rider-roxar-replacement,
	.rider-roxar-buy {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.rider-roxar-model-grid {
		grid-template-columns: 1fr;
	}

	.rider-roxar-model,
	.rider-roxar-model--featured,
	.rider-roxar-model--wide {
		grid-column: auto;
		grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
	}

	.rider-roxar-safety__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-roxar-dealer-filter {
		grid-template-columns: 1fr auto;
	}

	.rider-roxar-dealer-filter label {
		grid-column: 1 / -1;
	}
}

@media (max-width: 55em) {
	.rider-roxar-model,
	.rider-roxar-model--featured,
	.rider-roxar-model--wide {
		grid-column: auto;
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-roxar-model .rider-roxar-model__media,
	.rider-roxar-model--featured .rider-roxar-model__media,
	.rider-roxar-model--wide .rider-roxar-model__media {
		min-height: 300px;
		border-right: 0;
		border-bottom: 1px solid var(--rider-roxar-line);
	}

	.rider-roxar-model .rider-roxar-model__media img,
	.rider-roxar-model--featured .rider-roxar-model__media img,
	.rider-roxar-model--wide .rider-roxar-model__media img {
		height: 240px;
	}

	.rider-roxar-model .rider-roxar-model__content {
		padding: 1.5rem;
	}

	.rider-roxar-dealer-filter {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-roxar-dealer-filter label,
	.rider-roxar-dealer-filter__control,
	.rider-roxar-dealer-filter__status {
		grid-column: auto;
		width: 100%;
	}

	.rider-roxar-dealer-filter__status {
		text-align: left;
	}

	.rider-roxar-dealer-table-scroll {
		overflow: visible;
	}

	.rider-roxar-page .rider-roxar-dealer-table {
		display: block;
		min-width: 0;
		background: transparent;
	}

	.rider-roxar-dealer-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.rider-roxar-dealer-table,
	.rider-roxar-dealer-table tbody,
	.rider-roxar-dealer-table td {
		display: block;
		width: 100%;
	}

	.rider-roxar-dealer-table tbody tr {
		display: grid;
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
		width: 100%;
		margin-bottom: 0.9rem;
		border: 1px solid var(--rider-roxar-line);
		background: #fff;
	}

	.rider-roxar-dealer-table tbody tr:last-child {
		margin-bottom: 0;
	}

	.rider-roxar-dealer-table td,
	.rider-roxar-dealer-table tbody tr:nth-child(even) td,
	.rider-roxar-dealer-table tbody tr:hover td {
		position: relative;
		min-height: 58px;
		padding: 1.85rem 0.8rem 0.75rem;
		border-right: 0;
		border-bottom: 1px solid var(--rider-roxar-line);
		background: #fff;
	}

	.rider-roxar-dealer-table td:nth-child(2) {
		border-left: 1px solid var(--rider-roxar-line);
	}

	.rider-roxar-dealer-table td:nth-child(n+3) {
		grid-column: 1 / -1;
	}

	.rider-roxar-dealer-table td:last-child {
		border-bottom: 0;
	}

	.rider-roxar-dealer-table td::before {
		content: attr(data-label);
		position: absolute;
		top: 0.55rem;
		left: 0.8rem;
		width: auto;
		color: var(--rider-roxar-red);
		font-size: 0.65rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.rider-roxar-dealer-table__empty {
		display: block !important;
	}

	.rider-roxar-dealer-table__empty td {
		padding: 1.5rem;
		text-align: center;
	}

	.rider-roxar-dealer-table__empty td::before {
		display: none;
	}

	.rider-roxar-dealer-more:not([hidden]) {
		display: flex;
	}
}

@media (max-width: 47.9375em) {
	.rider-roxar-page .rider-button {
		width: 100%;
	}

	.rider-roxar-hero {
		padding: 2rem 1.4rem;
	}

	.rider-roxar-hero h1 {
		font-size: clamp(2.1rem, 10vw, 3.25rem);
	}

	.rider-roxar-actions {
		display: grid;
	}

	.rider-roxar-hero__brand {
		grid-template-columns: 1fr;
	}

	.rider-roxar-logo-panel {
		min-height: 155px;
		padding: 1.5rem;
	}

	.rider-roxar-hero__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-roxar-stat {
		min-height: 105px;
		padding: 1rem;
	}

	.rider-roxar-jump {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-roxar-jump a:nth-child(2) {
		border-right: 0;
	}

	.rider-roxar-jump a:nth-child(-n+2) {
		border-bottom: 1px solid var(--rider-roxar-line);
	}

	.rider-roxar-intro,
	.rider-roxar-safety,
	.rider-roxar-replacement,
	.rider-roxar-buy {
		padding: 1.5rem;
	}

	.rider-roxar-replacement__actions {
		display: grid;
	}

	.rider-roxar-model,
	.rider-roxar-model--featured,
	.rider-roxar-model--wide {
		grid-template-columns: 1fr;
	}

	.rider-roxar-model__media {
		min-height: 300px;
		border-right: 0;
		border-bottom: 1px solid var(--rider-roxar-line);
	}

	.rider-roxar-model__media img {
		height: 255px;
	}

	.rider-roxar-safety__grid {
		grid-template-columns: 1fr;
	}

	.rider-roxar-feature {
		min-height: 0;
	}

	.rider-roxar-buy {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-roxar-buy-route {
		grid-template-columns: 46px minmax(0, 1fr) auto;
		column-gap: 0.75rem;
		padding: 1rem;
	}

	.rider-roxar-buy-route > span {
		width: 46px;
		height: 46px;
	}

	.rider-roxar-dealer-filter {
		grid-template-columns: 1fr;
	}

	.rider-roxar-dealer-filter label,
	.rider-roxar-dealer-filter__control,
	.rider-roxar-dealer-filter__status {
		grid-column: auto;
		width: 100%;
	}

	.rider-roxar-dealer-filter__status {
		text-align: left;
	}

	.rider-roxar-dealer-table-scroll {
		overflow: visible;
	}

	.rider-roxar-page .rider-roxar-dealer-table {
		display: block;
		min-width: 0;
		background: transparent;
	}

	.rider-roxar-dealer-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.rider-roxar-dealer-table,
	.rider-roxar-dealer-table tbody,
	.rider-roxar-dealer-table tr,
	.rider-roxar-dealer-table td {
		display: block;
		width: 100%;
	}

	.rider-roxar-dealer-table tbody tr {
		margin-bottom: 0.9rem;
		border: 1px solid var(--rider-roxar-line);
		background: #fff;
	}

	.rider-roxar-dealer-table tbody tr:last-child {
		margin-bottom: 0;
	}

	.rider-roxar-dealer-table th,
	.rider-roxar-dealer-table td,
	.rider-roxar-dealer-table th:last-child,
	.rider-roxar-dealer-table td:last-child {
		border-right: 0;
	}

	.rider-roxar-dealer-table td,
	.rider-roxar-dealer-table tbody tr:nth-child(even) td,
	.rider-roxar-dealer-table tbody tr:hover td {
		position: relative;
		min-height: 48px;
		padding: 0.8rem 0.8rem 0.8rem 8.1rem;
		border-bottom: 1px solid var(--rider-roxar-line);
		background: #fff;
	}

	.rider-roxar-dealer-table td:last-child {
		border-bottom: 0;
	}

	.rider-roxar-dealer-table td::before {
		content: attr(data-label);
		position: absolute;
		top: 0.85rem;
		left: 0.8rem;
		width: 6.7rem;
		color: var(--rider-roxar-red);
		font-size: 0.67rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.rider-roxar-dealer-table__empty td {
		padding: 1.5rem;
		text-align: center;
	}

	.rider-roxar-dealer-table__empty td::before {
		display: none;
	}
}

@media (max-width: 27em) {
	.rider-roxar-hero {
		padding: 1.5rem 1.2rem;
	}

	.rider-roxar-hero h1 {
		font-size: clamp(2rem, 9vw, 2.45rem);
	}

	.rider-roxar-hero__lead {
		margin-bottom: 1.25rem;
		line-height: 1.55;
	}

	.rider-roxar-hero__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}

	.rider-roxar-stat {
		min-height: 104px;
		padding: 0.75rem;
	}

	.rider-roxar-stat strong {
		font-size: 1.35rem;
	}

	.rider-roxar-stat small {
		font-size: 0.7rem;
		line-height: 1.35;
	}

	.rider-roxar-jump a {
		min-height: 68px;
		padding: 0.8rem 0.5rem;
		font-size: 0.82rem;
	}

	.rider-roxar-intro,
	.rider-roxar-safety,
	.rider-roxar-replacement,
	.rider-roxar-buy {
		padding: 1.25rem;
	}

	.rider-roxar-replacement__benefit {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-roxar-replacement__step {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 0.8rem;
		padding: 1rem;
	}

	.rider-roxar-replacement__step > span {
		width: 42px;
		height: 42px;
	}

	.rider-roxar-model__content {
		padding: 1.25rem;
	}

	.rider-roxar-model__media {
		min-height: 280px;
	}

	.rider-roxar-model__media img {
		height: 220px;
	}

	.rider-roxar-dealer-table td,
	.rider-roxar-dealer-table tbody tr:nth-child(even) td,
	.rider-roxar-dealer-table tbody tr:hover td {
		padding-left: 0.8rem;
		padding-top: 2rem;
	}

	.rider-roxar-dealer-table td::before {
		top: 0.65rem;
		width: auto;
	}
}

/* Gaerne brand page */
.page-id-360 .entry-title,
.page-id-360 .page-title,
.page-id-360 article#post-360 > .article-header {
	display: none;
}

.rider-gaerne-page {
	--rider-gaerne-red: #ed1c2e;
	--rider-gaerne-red-dark: #b90e1c;
	--rider-gaerne-navy: #031d3a;
	--rider-gaerne-blue: #0b4f91;
	--rider-gaerne-line: #cfdae7;
	--rider-gaerne-muted: #53677e;
	--rider-gaerne-surface: #f3f6fa;
	color: var(--rider-gaerne-navy);
	overflow: clip;
}

.rider-gaerne-page,
.rider-gaerne-page * {
	box-sizing: border-box;
}

.rider-gaerne-page > *,
.rider-gaerne-page section > *,
.rider-gaerne-page article > * {
	min-width: 0;
}

.rider-gaerne-page h1,
.rider-gaerne-page h2,
.rider-gaerne-page h3,
.rider-gaerne-page p,
.rider-gaerne-page ul,
.rider-gaerne-page figure {
	margin-top: 0;
}

.rider-gaerne-page h1,
.rider-gaerne-page h2,
.rider-gaerne-page h3 {
	color: var(--rider-gaerne-navy);
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-weight: 700;
}

.rider-gaerne-page .rider-kicker {
	margin-bottom: 0.65rem;
	color: var(--rider-gaerne-red);
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.rider-gaerne-page .rider-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 50px;
	padding: 0.75rem 1.25rem;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.rider-gaerne-page .rider-button--primary {
	background: var(--rider-gaerne-red);
	color: #fff;
}

.rider-gaerne-page .rider-button--primary:hover,
.rider-gaerne-page .rider-button--primary:focus-visible {
	background: var(--rider-gaerne-red-dark);
	color: #fff;
	transform: translateY(-2px);
}

.rider-gaerne-page .rider-button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.rider-gaerne-page > .rider-brand-back {
	margin: 0 0 1rem;
}

.rider-gaerne-page > .rider-brand-back .rider-button--secondary {
	border-color: var(--rider-gaerne-line);
	background: #fff;
	color: var(--rider-gaerne-navy);
}

.rider-gaerne-page > .rider-brand-back .rider-button--secondary:hover,
.rider-gaerne-page > .rider-brand-back .rider-button--secondary:focus-visible {
	background: var(--rider-gaerne-navy);
	color: #fff;
}

.rider-gaerne-hero,
.rider-gaerne-jump,
.rider-gaerne-story,
.rider-gaerne-category,
.rider-gaerne-benefits,
.rider-gaerne-benefit,
.rider-gaerne-shop,
.rider-gaerne-dealer-filter,
.rider-gaerne-dealer-table-wrap {
	--rider-tech-border-color: var(--rider-gaerne-line);
	position: relative;
	border: 1px solid var(--rider-gaerne-line);
	background: #fff;
}

.rider-gaerne-hero,
.rider-gaerne-story,
.rider-gaerne-benefits,
.rider-gaerne-shop {
	--rider-component-cut: var(--rider-cut-lg, 22px);
}

.rider-gaerne-jump,
.rider-gaerne-category,
.rider-gaerne-dealer-filter,
.rider-gaerne-dealer-table-wrap {
	--rider-component-cut: var(--rider-cut, 14px);
}

.rider-gaerne-benefit {
	--rider-component-cut: var(--rider-cut-sm, 9px);
}

.rider-gaerne-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
	min-height: 580px;
	border-color: rgba(255, 255, 255, 0.16);
	background: linear-gradient(124deg, #021a35 0%, #073568 58%, #0b589c 100%);
	overflow: hidden;
}

.rider-gaerne-hero::before {
	position: absolute;
	top: -120px;
	right: -90px;
	width: 430px;
	height: 430px;
	border: 56px solid rgba(255, 255, 255, 0.035);
	border-radius: 50%;
	content: "";
}

.rider-gaerne-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 4vw, 4.4rem);
}

.rider-gaerne-hero .rider-kicker {
	color: #ff6675;
}

.rider-gaerne-hero h1 {
	max-width: 850px;
	margin-bottom: 1.4rem;
	color: #fff;
	font-size: clamp(2.45rem, 4.25vw, 5rem);
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.rider-gaerne-hero__lead {
	max-width: 760px;
	margin-bottom: 1.6rem;
	color: #d8e3ee;
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	line-height: 1.65;
}

.rider-gaerne-actions,
.rider-gaerne-shop__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.rider-gaerne-page .rider-gaerne-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.rider-gaerne-hero__tags li {
	border-left: 2px solid var(--rider-gaerne-red);
	background: rgba(255, 255, 255, 0.08);
	padding: 0.45rem 0.75rem;
	color: #fff;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rider-gaerne-hero__media {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	margin: 2rem 2rem 2rem 0;
	background: #f6f8fb;
	overflow: hidden;
}

.rider-gaerne-logo-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	padding: 1rem 2rem;
	background: var(--rider-gaerne-navy);
}

.rider-gaerne-logo-panel img {
	width: min(260px, 82%);
	height: auto;
}

.rider-gaerne-hero__media figure {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	margin: 0;
	padding: 1rem 1.5rem 0;
}

.rider-gaerne-hero__media figure img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 410px;
	object-fit: contain;
}

.rider-gaerne-hero__media > p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 1rem 1.35rem;
	background: var(--rider-gaerne-navy);
	color: #fff;
}

.rider-gaerne-hero__media > p strong {
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 1.25rem;
}

.rider-gaerne-hero__media > p span {
	color: #cbd8e5;
	font-size: 0.85rem;
}

.rider-gaerne-jump {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 1rem;
}

.rider-gaerne-jump a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 76px;
	border-right: 1px solid var(--rider-gaerne-line);
	color: var(--rider-gaerne-navy);
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.rider-gaerne-jump a:last-child {
	border-right: 0;
}

.rider-gaerne-jump a:hover,
.rider-gaerne-jump a:focus-visible {
	background: var(--rider-gaerne-surface);
	color: var(--rider-gaerne-red);
}

.rider-gaerne-jump .fa {
	color: var(--rider-gaerne-red);
}

.rider-gaerne-section,
.rider-gaerne-story,
.rider-gaerne-benefits,
.rider-gaerne-shop {
	margin-top: clamp(2.5rem, 5vw, 5rem);
}

.rider-gaerne-story {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	padding: clamp(1.5rem, 4vw, 4rem);
}

.rider-gaerne-story__copy h2,
.rider-gaerne-heading h2,
.rider-gaerne-benefits h2,
.rider-gaerne-shop h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 3.4vw, 3.55rem);
	line-height: 1.04;
	letter-spacing: -0.025em;
}

.rider-gaerne-story__copy > p:not(.rider-kicker),
.rider-gaerne-heading > p:last-child,
.rider-gaerne-shop > div > p:last-child {
	color: var(--rider-gaerne-muted);
	font-size: 1.02rem;
	line-height: 1.7;
}

.rider-gaerne-story__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 1.5rem;
	background: var(--rider-gaerne-line);
}

.rider-gaerne-story__facts div {
	background: var(--rider-gaerne-surface);
	padding: 1.15rem;
}

.rider-gaerne-story__facts strong,
.rider-gaerne-story__facts span {
	display: block;
}

.rider-gaerne-story__facts strong {
	color: var(--rider-gaerne-navy);
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 1.2rem;
}

.rider-gaerne-story__facts span {
	margin-top: 0.2rem;
	color: var(--rider-gaerne-muted);
	font-size: 0.83rem;
}

.rider-gaerne-story__media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.rider-gaerne-story__media figure {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	margin: 0;
	background: var(--rider-gaerne-surface);
	overflow: hidden;
}

.rider-gaerne-story__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
}

.rider-gaerne-story__media figcaption {
	padding: 0.9rem 1rem;
	background: var(--rider-gaerne-navy);
	color: #fff;
	font-size: 0.82rem;
	line-height: 1.4;
}

.rider-gaerne-heading {
	max-width: 850px;
	margin-bottom: 1.6rem;
}

.rider-gaerne-categories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.rider-gaerne-category {
	display: grid;
	grid-template-rows: 245px minmax(0, 1fr);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rider-gaerne-category--wide {
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
	grid-template-rows: minmax(300px, auto);
}

.rider-gaerne-category:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(3, 29, 58, 0.11);
}

.rider-gaerne-category figure {
	margin: 0;
	overflow: hidden;
}

.rider-gaerne-category figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rider-gaerne-category > div {
	padding: 1.35rem;
}

.rider-gaerne-category h3 {
	margin-bottom: 0.55rem;
	font-size: 1.55rem;
}

.rider-gaerne-category > div > p:last-child {
	margin-bottom: 0;
	color: var(--rider-gaerne-muted);
	line-height: 1.62;
}

.rider-gaerne-benefits {
	padding: clamp(1.5rem, 4vw, 4rem);
	border-color: rgba(255, 255, 255, 0.15);
	background: linear-gradient(120deg, #021a35, #0b4f91);
}

.rider-gaerne-benefits h2 {
	max-width: 760px;
	color: #fff;
}

.rider-gaerne-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.5rem;
}

.rider-gaerne-benefit {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 1rem;
	padding: 1.35rem;
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.09);
}

.rider-gaerne-benefit > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	background: var(--rider-gaerne-red);
	color: #fff;
	font-size: 1.25rem;
}

.rider-gaerne-benefit h3 {
	margin-bottom: 0.45rem;
	color: #fff;
	font-size: 1.25rem;
}

.rider-gaerne-benefit p {
	margin-bottom: 0;
	color: #cbd8e5;
	font-size: 0.93rem;
	line-height: 1.6;
}

.rider-gaerne-shop {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding: clamp(1.5rem, 4vw, 3.5rem);
	background: var(--rider-gaerne-surface);
}

.rider-gaerne-shop > div:first-child {
	max-width: 820px;
}

.rider-gaerne-shop .rider-button--secondary {
	border-color: var(--rider-gaerne-navy);
	background: var(--rider-gaerne-navy);
	color: #fff;
}

.rider-gaerne-dealer-filter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.55rem 1.5rem;
	margin-bottom: 1rem;
	padding: 1.25rem;
	background: var(--rider-gaerne-surface);
}

.rider-gaerne-dealer-filter label {
	grid-column: 1 / -1;
	color: var(--rider-gaerne-navy);
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-weight: 700;
}

.rider-gaerne-dealer-filter__control {
	position: relative;
}

.rider-gaerne-dealer-filter__control .fa {
	position: absolute;
	top: 50%;
	left: 1rem;
	z-index: 2;
	color: var(--rider-gaerne-red);
	transform: translateY(-50%);
}

.rider-gaerne-page .rider-gaerne-dealer-filter input[type="search"] {
	width: 100%;
	height: 52px;
	margin: 0;
	border: 1px solid var(--rider-gaerne-line);
	border-radius: 0;
	background: #fff;
	padding: 0.7rem 1rem 0.7rem 2.8rem;
	box-shadow: none;
	color: var(--rider-gaerne-navy);
}

.rider-gaerne-page .rider-gaerne-dealer-filter input[type="search"]:focus {
	border-color: var(--rider-gaerne-blue);
	box-shadow: 0 0 0 2px rgba(11, 79, 145, 0.12);
}

.rider-gaerne-dealer-filter__status {
	align-self: center;
	margin: 0;
	color: var(--rider-gaerne-muted);
	font-weight: 700;
	white-space: nowrap;
}

.rider-gaerne-dealer-table-wrap {
	overflow: hidden;
}

.rider-gaerne-dealer-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.rider-gaerne-page .rider-gaerne-dealer-table {
	width: 100%;
	min-width: 920px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #fff;
	table-layout: fixed;
}

.rider-gaerne-dealer-table th,
.rider-gaerne-dealer-table td {
	padding: 0.9rem 1rem;
	border-right: 1px solid var(--rider-gaerne-line);
	border-bottom: 1px solid var(--rider-gaerne-line);
	vertical-align: middle;
	text-align: left;
}

.rider-gaerne-dealer-table th:last-child,
.rider-gaerne-dealer-table td:last-child {
	border-right: 0;
}

.rider-gaerne-dealer-table thead th {
	background: var(--rider-gaerne-navy);
	color: #fff;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 0.82rem;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.rider-gaerne-dealer-table th:nth-child(1) { width: 15%; }
.rider-gaerne-dealer-table th:nth-child(2) { width: 24%; }
.rider-gaerne-dealer-table th:nth-child(3) { width: 31%; }
.rider-gaerne-dealer-table th:nth-child(4) { width: 15%; }
.rider-gaerne-dealer-table th:nth-child(5) { width: 15%; }

.rider-gaerne-dealer-table tbody tr:nth-child(even) td {
	background: #f7f9fc;
}

.rider-gaerne-dealer-table tbody tr:hover td {
	background: #edf3f9;
}

.rider-gaerne-dealer-table td {
	color: var(--rider-gaerne-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.rider-gaerne-dealer-table td strong {
	color: var(--rider-gaerne-navy);
}

.rider-gaerne-page .rider-gaerne-dealer-table a {
	color: var(--rider-gaerne-blue);
	font-weight: 700;
	text-decoration: none;
}

.rider-gaerne-page .rider-gaerne-dealer-table a:hover,
.rider-gaerne-page .rider-gaerne-dealer-table a:focus-visible {
	color: var(--rider-gaerne-red-dark);
	text-decoration: underline;
}

.rider-gaerne-dealer-table tr[hidden] {
	display: none;
}

.rider-gaerne-dealer-table__empty td {
	padding: 1.4rem;
	text-align: center;
}

@media (max-width: 76em) {
	.rider-gaerne-hero {
		grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
		min-height: 530px;
	}

	.rider-gaerne-hero__copy {
		padding: 2.2rem;
	}

	.rider-gaerne-story {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-gaerne-story__media img {
		min-height: 280px;
	}
}

@media (max-width: 63.9375em) {
	.rider-gaerne-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-gaerne-hero__media {
		grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1fr);
		grid-template-rows: minmax(260px, auto) auto;
		margin: 0 1.5rem 1.5rem;
	}

	.rider-gaerne-logo-panel {
		grid-row: 1 / -1;
		padding: 1rem;
	}

	.rider-gaerne-logo-panel img {
		width: min(190px, 90%);
	}

	.rider-gaerne-hero__media figure {
		min-height: 260px;
	}

	.rider-gaerne-hero__media figure img {
		max-height: 320px;
	}

	.rider-gaerne-benefits__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-gaerne-shop {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 47.9375em) {
	.rider-gaerne-hero__copy,
	.rider-gaerne-story,
	.rider-gaerne-benefits,
	.rider-gaerne-shop {
		padding: 1.5rem;
	}

	.rider-gaerne-hero h1 {
		font-size: clamp(2.3rem, 8.5vw, 3.5rem);
	}

	.rider-gaerne-hero__media {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto minmax(280px, auto) auto;
		margin: 0 1rem 1rem;
	}

	.rider-gaerne-logo-panel {
		grid-row: auto;
	}

	.rider-gaerne-jump {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-gaerne-jump a:nth-child(2) {
		border-right: 0;
	}

	.rider-gaerne-jump a:nth-child(-n+2) {
		border-bottom: 1px solid var(--rider-gaerne-line);
	}

	.rider-gaerne-story__facts,
	.rider-gaerne-story__media,
	.rider-gaerne-categories {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-gaerne-story__media img {
		min-height: 240px;
	}

	.rider-gaerne-category,
	.rider-gaerne-category--wide {
		grid-column: auto;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: 220px minmax(0, 1fr);
	}

	.rider-gaerne-dealer-filter {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-gaerne-dealer-filter__status {
		white-space: normal;
	}

	.rider-gaerne-page .rider-gaerne-dealer-table {
		min-width: 0;
		display: block;
	}

	.rider-gaerne-dealer-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		overflow: hidden;
	}

	.rider-gaerne-dealer-table tbody,
	.rider-gaerne-dealer-table tr,
	.rider-gaerne-dealer-table td {
		display: block;
		width: 100%;
	}

	.rider-gaerne-dealer-table tbody {
		padding: 0.75rem;
	}

	.rider-gaerne-dealer-table tr[data-rider-gaerne-dealer-row] {
		margin-bottom: 0.75rem;
		border: 1px solid var(--rider-gaerne-line);
		background: #fff;
	}

	.rider-gaerne-dealer-table tr[data-rider-gaerne-dealer-row]:last-of-type {
		margin-bottom: 0;
	}

	.rider-gaerne-dealer-table td,
	.rider-gaerne-dealer-table tbody tr:nth-child(even) td,
	.rider-gaerne-dealer-table tbody tr:hover td {
		display: grid;
		grid-template-columns: minmax(100px, 35%) minmax(0, 1fr);
		gap: 0.75rem;
		padding: 0.7rem 0.85rem;
		border-right: 0;
		background: #fff;
	}

	.rider-gaerne-dealer-table td::before {
		content: attr(data-label);
		color: var(--rider-gaerne-navy);
		font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
		font-size: 0.76rem;
		font-weight: 700;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.rider-gaerne-dealer-table__empty td {
		display: block;
		text-align: center;
	}

	.rider-gaerne-dealer-table__empty td::before {
		display: none;
	}
}

@media (max-width: 30em) {
	.rider-gaerne-page .rider-button,
	.rider-gaerne-actions,
	.rider-gaerne-shop__actions {
		width: 100%;
	}

	.rider-gaerne-actions,
	.rider-gaerne-shop__actions {
		display: grid;
	}

	.rider-gaerne-hero__media figure {
		min-height: 240px;
	}

	.rider-gaerne-story__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-gaerne-story__media img {
		min-height: 210px;
	}

	.rider-gaerne-benefit {
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 1rem;
	}

	.rider-gaerne-benefit > span {
		width: 46px;
		height: 46px;
	}

	.rider-gaerne-dealer-table td,
	.rider-gaerne-dealer-table tbody tr:nth-child(even) td,
	.rider-gaerne-dealer-table tbody tr:hover td {
		grid-template-columns: minmax(86px, 32%) minmax(0, 1fr);
	}
}

/* LOBOO — brand landing page. */
.rider-loboo-page {
	--rider-loboo-orange: #f36a00;
	--rider-loboo-orange-dark: #c84e00;
	--rider-loboo-navy: #071f3f;
	--rider-loboo-blue: #0d4d89;
	--rider-loboo-ink: #102642;
	--rider-loboo-muted: #566b82;
	--rider-loboo-line: #cfdae6;
	--rider-loboo-surface: #f2f6fa;
	color: var(--rider-loboo-ink);
}

.rider-loboo-page,
.rider-loboo-page * {
	box-sizing: border-box;
}

.rider-loboo-page h1,
.rider-loboo-page h2,
.rider-loboo-page h3,
.rider-loboo-page p,
.rider-loboo-page ul,
.rider-loboo-page ol,
.rider-loboo-page figure {
	margin-top: 0;
}

.rider-loboo-page h1,
.rider-loboo-page h2,
.rider-loboo-page h3 {
	color: var(--rider-loboo-navy);
	font-family: var(--rider-font-heading, "Roboto Condensed", Arial, sans-serif);
	font-weight: 700;
}

.rider-loboo-page > .rider-brand-back {
	margin: 0 0 1rem;
}

.rider-loboo-page .rider-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 52px;
	padding: 0.8rem 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.rider-loboo-page .rider-button--primary {
	background: var(--rider-loboo-orange);
	border-color: var(--rider-loboo-orange);
	color: #fff;
}

.rider-loboo-page .rider-button--primary:hover,
.rider-loboo-page .rider-button--primary:focus-visible {
	background: var(--rider-loboo-orange-dark);
	color: #fff;
}

.rider-loboo-page > .rider-brand-back .rider-button--secondary {
	background: #fff;
	border-color: var(--rider-loboo-line);
	color: var(--rider-loboo-navy);
}

.rider-loboo-page > .rider-brand-back .rider-button--secondary:hover,
.rider-loboo-page > .rider-brand-back .rider-button--secondary:focus-visible {
	background: var(--rider-loboo-navy);
	color: #fff;
}

.rider-loboo-page .rider-kicker {
	margin-bottom: 0.65rem;
	color: var(--rider-loboo-orange);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rider-loboo-hero,
.rider-loboo-jump,
.rider-loboo-category,
.rider-loboo-brand,
.rider-loboo-fact,
.rider-loboo-testing,
.rider-loboo-fit,
.rider-loboo-buy,
.rider-loboo-buy-route {
	--rider-component-cut: 16px;
	--rider-tech-border-color: var(--rider-loboo-line);
	border: 1px solid var(--rider-loboo-line);
	border-radius: 0;
}

.rider-loboo-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	min-height: 650px;
	margin-bottom: 1.15rem;
	background: var(--rider-loboo-navy);
	border-color: var(--rider-loboo-blue);
	--rider-tech-border-color: var(--rider-loboo-blue);
	overflow: hidden;
}

.rider-loboo-hero__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 5vw, 4.6rem);
	background: linear-gradient(135deg, #061b36 0%, #0a3767 100%);
}

.rider-loboo-hero__copy::after {
	position: absolute;
	right: -100px;
	bottom: -150px;
	width: 360px;
	height: 360px;
	border: 64px solid rgba(243, 106, 0, 0.08);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.rider-loboo-logo {
	position: relative;
	z-index: 1;
	display: block;
	width: min(310px, 78%);
	height: auto;
	margin: 0 0 1.7rem;
	filter: brightness(0) invert(1);
}

.rider-loboo-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin-bottom: 1.25rem;
	color: #fff;
	font-size: clamp(2.7rem, 4.3vw, 5.3rem);
	line-height: 0.98;
}

.rider-loboo-hero .rider-kicker,
.rider-loboo-hero__lead,
.rider-loboo-actions,
.rider-loboo-tags {
	position: relative;
	z-index: 1;
}

.rider-loboo-hero__lead {
	max-width: 680px;
	margin-bottom: 1.65rem;
	color: #ced9e5;
	font-size: clamp(1.05rem, 1.4vw, 1.28rem);
	line-height: 1.65;
}

.rider-loboo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.rider-loboo-hero .rider-button--secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.36);
	color: #fff;
}

.rider-loboo-hero .rider-button--secondary:hover,
.rider-loboo-hero .rider-button--secondary:focus-visible {
	background: #fff;
	color: var(--rider-loboo-navy);
}

.rider-loboo-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.rider-loboo-tags li {
	padding: 0.45rem 0.7rem;
	border-left: 2px solid var(--rider-loboo-orange);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.79rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rider-loboo-hero__media {
	position: relative;
	min-width: 0;
	min-height: 650px;
	margin-bottom: 0;
	background: #152c42;
}

.rider-loboo-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 31, 63, 0.35), transparent 35%);
	content: "";
	pointer-events: none;
}

.rider-loboo-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.rider-loboo-hero__media figcaption {
	position: absolute;
	z-index: 1;
	right: 1.5rem;
	bottom: 1.5rem;
	display: grid;
	gap: 0.1rem;
	padding: 0.75rem 1rem;
	border-left: 3px solid var(--rider-loboo-orange);
	background: rgba(7, 31, 63, 0.88);
	color: #fff;
}

.rider-loboo-hero__media figcaption strong { font-size: 1rem; }
.rider-loboo-hero__media figcaption span { color: #d2deea; font-size: 0.8rem; }

.rider-loboo-jump {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
	background: #fff;
}

.rider-loboo-jump a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 72px;
	padding: 0.8rem;
	border-right: 1px solid var(--rider-loboo-line);
	color: var(--rider-loboo-navy);
	font-weight: 700;
	text-decoration: none;
}

.rider-loboo-jump a:last-child { border-right: 0; }
.rider-loboo-jump a:hover,
.rider-loboo-jump a:focus-visible { background: var(--rider-loboo-surface); color: var(--rider-loboo-orange-dark); }
.rider-loboo-jump .fa { color: var(--rider-loboo-orange); font-size: 1.1rem; }

.rider-loboo-section {
	margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.rider-loboo-heading {
	max-width: 900px;
	margin-bottom: 1.75rem;
}

.rider-loboo-heading h2,
.rider-loboo-brand h2,
.rider-loboo-testing h2,
.rider-loboo-fit h2,
.rider-loboo-buy h2 {
	margin-bottom: 0.75rem;
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	line-height: 1.08;
}

.rider-loboo-heading > p:last-child,
.rider-loboo-brand__copy > p:not(.rider-kicker),
.rider-loboo-testing__copy > p:not(.rider-kicker),
.rider-loboo-fit > div > p:not(.rider-kicker),
.rider-loboo-buy > div > p:not(.rider-kicker) {
	color: var(--rider-loboo-muted);
	line-height: 1.7;
}

.rider-loboo-category-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem;
}

.rider-loboo-category {
	display: grid;
	grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1.18fr);
	min-height: 320px;
	background: #fff;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rider-loboo-category:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 35px rgba(7, 31, 63, 0.1);
}

.rider-loboo-category figure {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	margin-bottom: 0;
	padding: 1rem;
	border-right: 1px solid var(--rider-loboo-line);
	background: var(--rider-loboo-surface);
}

.rider-loboo-category figure img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 270px;
	object-fit: contain;
}

.rider-loboo-category > div {
	position: relative;
	align-self: center;
	padding: 1.75rem;
}

.rider-loboo-category__number {
	position: absolute;
	top: 1rem;
	right: 1.15rem;
	color: #e5ebf1;
	font-family: var(--rider-font-heading, "Roboto Condensed", Arial, sans-serif);
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1;
}

.rider-loboo-category h3 {
	position: relative;
	margin-bottom: 0.75rem;
	font-size: 1.5rem;
}

.rider-loboo-category > div > p:last-child {
	position: relative;
	margin-bottom: 0;
	color: var(--rider-loboo-muted);
	line-height: 1.65;
}

.rider-loboo-brand {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
	gap: clamp(2rem, 5vw, 5rem);
	margin-bottom: clamp(3rem, 6vw, 5.5rem);
	padding: clamp(2rem, 5vw, 4.75rem);
	background: var(--rider-loboo-navy);
	border-color: var(--rider-loboo-blue);
	--rider-tech-border-color: var(--rider-loboo-blue);
}

.rider-loboo-brand h2 { color: #fff; }
.rider-loboo-brand__copy > p:not(.rider-kicker) { color: #cbd8e5; }
.rider-loboo-brand__copy > p:last-child { margin-bottom: 0; }

.rider-loboo-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.rider-loboo-fact {
	display: grid;
	align-content: center;
	min-height: 160px;
	padding: 1.35rem;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
}

.rider-loboo-fact > span { color: var(--rider-loboo-orange); font-size: 1.3rem; }
.rider-loboo-fact strong { margin: 0.35rem 0 0.2rem; color: #fff; font-size: 2rem; line-height: 1; }
.rider-loboo-fact small { color: #cbd8e5; line-height: 1.45; }

.rider-loboo-testing {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
	margin-bottom: clamp(3rem, 6vw, 5.5rem);
	background: #fff;
}

.rider-loboo-testing figure {
	min-width: 0;
	min-height: 430px;
	margin-bottom: 0;
	border-right: 1px solid var(--rider-loboo-line);
	background: #17202b;
}

.rider-loboo-testing figure img { display: block; width: 100%; height: 100%; object-fit: cover; }

.rider-loboo-testing__copy {
	align-self: center;
	padding: clamp(2rem, 4vw, 3.5rem);
}

.rider-loboo-testing__copy ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.rider-loboo-testing__copy li {
	position: relative;
	padding: 0.58rem 0 0.58rem 1.45rem;
	border-bottom: 1px solid var(--rider-loboo-line);
	color: var(--rider-loboo-muted);
}

.rider-loboo-testing__copy li:last-child { border-bottom: 0; }
.rider-loboo-testing__copy li::before { position: absolute; left: 0; color: var(--rider-loboo-orange); content: "\f00c"; font-family: FontAwesome; }

.rider-loboo-fit {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(2rem, 5vw, 4rem);
	margin-bottom: clamp(3rem, 6vw, 5.5rem);
	padding: clamp(2rem, 4vw, 3.5rem);
	background: var(--rider-loboo-surface);
}

.rider-loboo-fit__steps {
	display: grid;
	gap: 0.65rem;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.rider-loboo-fit__steps li {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 1rem;
	min-height: 86px;
	padding: 0.8rem 1rem;
	border-left: 3px solid var(--rider-loboo-orange);
	background: #fff;
}

.rider-loboo-fit__steps span { grid-row: 1 / 3; color: var(--rider-loboo-orange); font-size: 1.35rem; font-weight: 800; text-align: center; }
.rider-loboo-fit__steps strong { color: var(--rider-loboo-navy); font-size: 1.05rem; }
.rider-loboo-fit__steps small { color: var(--rider-loboo-muted); }

.rider-loboo-buy {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 4rem);
	padding: clamp(2rem, 5vw, 4.5rem);
	background: linear-gradient(120deg, var(--rider-loboo-navy), var(--rider-loboo-blue));
	border-color: var(--rider-loboo-blue);
	--rider-tech-border-color: var(--rider-loboo-blue);
}

.rider-loboo-buy h2 { color: #fff; }
.rider-loboo-buy > div > p:not(.rider-kicker) { color: #ced9e5; }
.rider-loboo-buy__routes { display: grid; gap: 0.85rem; }

.rider-loboo-buy-route {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	min-height: 92px;
	padding: 1rem 1.2rem;
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.28);
	--rider-tech-border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
	text-decoration: none;
}

.rider-loboo-buy-route:hover,
.rider-loboo-buy-route:focus-visible { background: rgba(255, 255, 255, 0.18); color: #fff; }
.rider-loboo-buy-route > span { display: grid; width: 58px; height: 58px; place-items: center; background: var(--rider-loboo-navy); color: #fff; font-size: 1.2rem; }
.rider-loboo-buy-route--retail > span { background: var(--rider-loboo-orange); }
.rider-loboo-buy-route div { display: grid; gap: 0.2rem; }
.rider-loboo-buy-route strong { color: #fff; font-size: 1.05rem; }
.rider-loboo-buy-route small { color: #d5e0eb; }
.rider-loboo-buy-route > .fa { color: var(--rider-loboo-orange); }

@media (max-width: 74.9375em) {
	.rider-loboo-hero { grid-template-columns: minmax(0, 1fr); }
	.rider-loboo-hero__copy::after { right: 0; bottom: 0; width: 220px; height: 220px; border-width: 40px; }
	.rider-loboo-hero__media { min-height: 520px; }
	.rider-loboo-hero__media::after { background: linear-gradient(180deg, rgba(7,31,63,0.2), transparent 35%); }
	.rider-loboo-category-grid { grid-template-columns: minmax(0, 1fr); }
	.rider-loboo-category { grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr); }
}

@media (max-width: 63.9375em) {
	.rider-loboo-brand,
	.rider-loboo-testing,
	.rider-loboo-fit,
	.rider-loboo-buy { grid-template-columns: minmax(0, 1fr); }
	.rider-loboo-testing figure {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--rider-loboo-line);
		background: #fff;
	}
	.rider-loboo-testing figure img {
		height: auto;
		aspect-ratio: 1400 / 660;
		object-fit: contain;
	}
	.rider-loboo-buy { gap: 1.5rem; }
}

@media (max-width: 47.9375em) {
	.rider-loboo-hero__copy,
	.rider-loboo-brand,
	.rider-loboo-testing__copy,
	.rider-loboo-fit,
	.rider-loboo-buy { padding: 1.5rem; }
	.rider-loboo-hero h1 { font-size: clamp(2.25rem, 10vw, 3.6rem); }
	.rider-loboo-hero__copy::after { right: 0; bottom: 0; width: 180px; height: 180px; border-width: 32px; }
	.rider-loboo-hero__media { min-height: 390px; }
	.rider-loboo-jump { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rider-loboo-jump a:nth-child(2) { border-right: 0; }
	.rider-loboo-jump a:nth-child(-n+2) { border-bottom: 1px solid var(--rider-loboo-line); }
	.rider-loboo-category { grid-template-columns: minmax(0, 1fr); }
	.rider-loboo-category figure { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--rider-loboo-line); }
	.rider-loboo-facts { grid-template-columns: minmax(0, 1fr); }
	.rider-loboo-fact { min-height: 130px; }
	.rider-loboo-buy-route { grid-template-columns: 50px minmax(0, 1fr) auto; }
	.rider-loboo-buy-route > span { width: 50px; height: 50px; }
}

@media (max-width: 27em) {
	.rider-loboo-actions { display: grid; }
	.rider-loboo-actions .rider-button { width: 100%; }
	.rider-loboo-hero__media { min-height: 310px; }
	.rider-loboo-hero__media figcaption { right: 1rem; bottom: 1rem; }
	.rider-loboo-category figure { min-height: 230px; }
	.rider-loboo-category > div { padding: 1.35rem; }
	.rider-loboo-buy-route { grid-template-columns: 44px minmax(0, 1fr); gap: 0.75rem; padding: 0.9rem; }
	.rider-loboo-buy-route > span { width: 44px; height: 44px; }
	.rider-loboo-buy-route > .fa { display: none; }
}

img,
.wp-caption {
	max-width: 100%;
	height: auto;
}

.wp-caption-text,
.gallery-caption {
	font-size: 0.875rem;
}

.alignleft {
	float: left;
	margin: 0 1.5rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignwide {
	width: min(100%, 90rem);
	max-width: 90rem;
	margin-right: auto;
	margin-left: auto;
}

.alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw;
}

.wp-block-image img,
.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.skip-link:focus {
	position: fixed;
	z-index: 100000;
	top: 0.5rem;
	left: 0.5rem;
	display: block;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	clip-path: none;
	background: #fff;
	color: #013277;
}

@media (max-width: 39.9375em) {
	.alignleft,
	.alignright {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}

/* Rider 3.0 visual refresh. Loaded after the legacy Foundation stylesheet. */
:root {
	--rider-font-body: Roboto, "Segoe UI", Arial, sans-serif;
	--rider-font-display: "Roboto Condensed", Roboto, "Segoe UI", Arial, sans-serif;
	--rider-navy: #072d5c;
	--rider-navy-deep: #041a36;
	--rider-blue: #0d4f95;
	--rider-red: #e31e2f;
	--rider-red-dark: #c61324;
	--rider-ink: #172033;
	--rider-muted: #667085;
	--rider-surface: #ffffff;
	--rider-canvas: #f4f7fb;
	--rider-line: #e3e8ef;
	--rider-radius-sm: 10px;
	--rider-radius: 18px;
	--rider-radius-lg: 26px;
	--rider-shadow-sm: 0 8px 24px rgba(4, 26, 54, 0.08);
	--rider-shadow: 0 20px 50px rgba(4, 26, 54, 0.13);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--rider-canvas);
	color: var(--rider-ink);
	font-family: var(--rider-font-body);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

.row {
	width: calc(100% - 2rem);
	max-width: 96rem;
}

a {
	color: var(--rider-blue);
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

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

:focus-visible {
	outline: 3px solid rgba(227, 30, 47, 0.35);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--rider-navy-deep);
	font-family: var(--rider-font-display);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.18;
}

button,
.button,
.rider-button,
#top-bar-menu .menu > li > a,
#off-canvas .menu a,
.footer .menu > li > a {
	font-family: var(--rider-font-display);
	font-synthesis: none;
}

h1,
.page-title,
.single-title {
	font-size: clamp(2rem, 4vw, 3.35rem);
}

h2 {
	font-size: clamp(1.7rem, 3vw, 2.6rem);
}

h3 {
	font-size: clamp(1.4rem, 2.5vw, 2rem);
}

button,
.button,
input[type="submit"] {
	border: 0;
	border-radius: var(--rider-radius-sm);
	background: var(--rider-red);
	box-shadow: 0 7px 18px rgba(227, 30, 47, 0.2);
	font-weight: 700;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: var(--rider-red-dark);
	box-shadow: 0 10px 22px rgba(227, 30, 47, 0.28);
	transform: translateY(-1px);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
	min-height: 46px;
	border: 1px solid #d4dbe5;
	border-radius: var(--rider-radius-sm);
	background: #fff;
	box-shadow: none;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--rider-blue);
	box-shadow: 0 0 0 4px rgba(13, 79, 149, 0.1);
}

/* Header and brand carousel. */
.header {
	position: sticky;
	z-index: 1000;
	top: -112px;
	background: #fff;
	transition: box-shadow 180ms ease;
}

.rider-scrolled .header {
	box-shadow: 0 12px 30px rgba(4, 26, 54, 0.16);
}

.top2 {
	border-bottom: 1px solid var(--rider-line);
	background: #fff;
}

.top-main2,
.top-main {
	padding-right: 1rem;
	padding-left: 1rem;
}

#top-bar2 {
	display: flex;
	align-items: center;
	min-height: 112px;
}

#top-bar2 .logo {
	flex: 0 0 285px;
	float: none;
	margin: 0 2rem 0 0;
	padding: 1rem 0;
}

#top-bar2 .logo a {
	display: block;
}

#top-bar2 .logo img {
	display: block;
	width: 100%;
	max-width: 285px;
	margin: 0 !important;
}

#top-bar2 .top_marki {
	/* Slick calculates the track from the available viewport width.  A flex
	 * item's default min-width:auto lets that track become the item's minimum
	 * content width, so every later setPosition() makes the carousel wider. */
	flex: 1 1 0;
	min-width: 0;
	height: 90px;
	overflow: hidden;
	padding: 5px 0;
}

#top-bar2 .top_marki .wpsisac-slick-carousal-wrp,
#top-bar2 .top_marki .wpsisac-slick-carousal,
#top-bar2 .top_marki .slick-list {
	min-width: 0;
	max-width: 100%;
}

.top_marki .wpsisac-slick-carousal.design-1 {
	height: 80px;
	margin-bottom: 0;
	padding: 0 42px;
}

/* Keep Slick's calculated slide width untouched.  The visual card lives one
 * level deeper, so gaps, borders and hover motion cannot disturb the track. */
.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide {
	height: 80px;
	padding: 4px 6px !important;
}

.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide > a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0 !important;
	bottom: auto !important;
	height: 72px !important;
	padding: 9px 12px;
	border: 1px solid var(--rider-line);
	background: linear-gradient(145deg, #fff 0%, #f7f9fc 100%);
	box-shadow: 0 5px 14px rgba(4, 26, 54, 0.065);
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide-wrap img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 50px !important;
	margin: auto !important;
	object-fit: contain;
}

.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide > a:hover .wpsisac-image-slide-wrap,
.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide > a:focus .wpsisac-image-slide-wrap {
	--rider-tech-border-color: rgba(7, 45, 92, 0.3);
	background: #fff;
	box-shadow: 0 9px 20px rgba(4, 26, 54, 0.12);
	transform: translateY(-2px);
}

.top_marki .wpsisac-slick-carousal.design-1 .slick-arrow {
	top: 40px !important;
	width: 34px !important;
	height: 64px !important;
	border: 1px solid rgba(7, 45, 92, 0.18) !important;
	background: var(--rider-navy) !important;
	box-shadow: 0 5px 14px rgba(4, 26, 54, 0.14);
	color: #fff !important;
	transition: background-color 180ms ease, transform 180ms ease;
}

.top_marki .wpsisac-slick-carousal.design-1 .slick-prev {
	left: 3px !important;
}

.top_marki .wpsisac-slick-carousal.design-1 .slick-next {
	right: 3px !important;
}

.top_marki .wpsisac-slick-carousal.design-1 .slick-arrow svg {
	padding: 7px;
}

.top_marki .wpsisac-slick-carousal.design-1 .slick-arrow:hover,
.top_marki .wpsisac-slick-carousal.design-1 .slick-arrow:focus {
	background: var(--rider-red) !important;
}

.top1 {
	background: linear-gradient(100deg, var(--rider-navy-deep), var(--rider-navy));
}

#top-bar-menu {
	display: flex;
	align-items: center;
	min-height: 64px;
	padding: 0;
	background: transparent;
}

#top-bar-menu,
#top-bar-menu ul {
	background: transparent;
}

#top-bar-menu .top-bar-right.show-for-medium {
	flex: 1 1 auto;
	min-width: 0;
}

#top-bar-menu .menu {
	display: flex;
	align-items: center;
}

#top-bar-menu .menu > li {
	float: none;
	border: 0;
}

#top-bar-menu .menu > li > a {
	position: relative;
	margin: 0 1px;
	padding: 0.85rem 0.7rem;
	border-radius: 9px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	text-transform: none;
}

#top-bar-menu .menu > li > a:hover,
#top-bar-menu .menu > li > a:focus,
#top-bar-menu .menu .active > a {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

#top-bar-menu .menu .active > a::after {
	position: absolute;
	right: 0.7rem;
	bottom: 0.38rem;
	left: 0.7rem;
	height: 2px;
	border-radius: 2px;
	background: var(--rider-red);
	content: "";
}

#top-bar-menu .menu > li.sklep > a::before,
#top-bar-menu .menu > li.b2b > a::before {
	margin-right: 0.45rem;
	color: var(--rider-red);
	font-size: 0.9rem;
}

#top-bar-menu .menu > li.sklep b {
	color: #91f66a !important;
}

#top-bar-menu .menu > li.b2b b {
	color: #ffe35a !important;
}

.searchform-top {
	position: relative;
	flex: 0 1 185px;
	height: 40px;
	float: none;
	margin: 0 0 0 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.1);
}

.searchform-top .search-form {
	height: 100%;
	margin: 0;
}

.searchform-top label {
	display: block;
	height: 100%;
}

.searchform-top input.search-field {
	width: 100%;
	height: 100%;
	min-height: 0 !important;
	max-height: 100%;
	margin: 0;
	padding: 0.55rem 2.75rem 0.55rem 0.9rem;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent;
	color: #fff;
	box-shadow: none;
	clip-path: none !important;
}

.searchform-top input.search-field::placeholder {
	color: rgba(255, 255, 255, 0.66);
}

.searchform-top input.search-field:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.searchform-top:focus-within {
	background: rgba(255, 255, 255, 0.16);
}

.searchform-top .search-submit {
	top: 4px;
	right: 8px;
	width: 32px !important;
	min-width: 32px;
	height: 30px;
	padding: 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, 0.08) url(../images/lupa.png) no-repeat center center;
	box-shadow: none;
	clip-path: none !important;
	cursor: pointer;
	transform: none;
}

.searchform-top .search-submit:hover,
.searchform-top .search-submit:focus {
	background: rgba(255, 255, 255, 0.16) url(../images/lupa.png) no-repeat center center;
	box-shadow: none;
	transform: none;
}

.rider-language-switcher {
	position: relative;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	height: 40px;
	margin: 0 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.13);
}

.lng-top {
	display: flex;
	align-items: center;
	float: none;
	gap: 2px;
	margin: 0;
	padding: 4px;
	border: 0;
	border-radius: 0;
	line-height: 1;
	clip-path: none !important;
}

.lng-top li {
	display: block;
}

.lng-top li a {
	display: block;
	padding: 0.45rem 0.38rem;
	border-radius: 7px;
	font-size: 0.72rem;
}

.lng-top .current-lang a {
	background: #fff;
	color: var(--rider-navy);
}

#top-bar-menu .detal {
	display: none;
}

.rider-menu-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 42px;
	margin: 0;
	padding: 0.65rem 0.85rem;
	color: #fff;
}

/* Off-canvas mobile navigation. */
#off-canvas {
	position: fixed;
	z-index: 2001;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	visibility: hidden;
	width: min(88vw, 360px);
	height: 100vh;
	height: 100dvh;
	max-height: none;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 1rem;
	background: linear-gradient(160deg, var(--rider-navy-deep), var(--rider-navy));
	box-shadow: -24px 0 60px rgba(4, 26, 54, 0.32);
	transform: translateX(105%);
	transition: visibility 0s linear 280ms, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

#off-canvas.is-open {
	visibility: visible;
	transform: translateX(0);
	transition-delay: 0s;
}

.off-canvas-wrapper-inner.is-open-right,
.off-canvas-wrapper-inner.is-open-left,
.off-canvas-wrapper-inner.is-off-canvas-open,
.off-canvas-content {
	transform: none !important;
}

.js-off-canvas-exit.is-visible {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	background: rgba(4, 18, 38, 0.58);
	backdrop-filter: blur(3px);
}

body:has(#off-canvas.is-open) {
	overflow: hidden;
}

.rider-mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.rider-mobile-menu-logo {
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 0.75rem 0.9rem;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.rider-mobile-menu-logo img {
	display: block;
	width: 185px;
	max-width: 100%;
	height: auto;
}

.rider-mobile-menu-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: none;
	color: #fff;
	font-size: 1.2rem;
}

.rider-mobile-menu-close:hover,
.rider-mobile-menu-close:focus {
	background: var(--rider-red);
	box-shadow: none;
}

.rider-mobile-menu-label {
	margin: 0 0 0.6rem;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rider-mobile-navigation {
	flex: 1 0 auto;
}

#off-canvas .vertical.menu {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

#off-canvas .menu a {
	display: flex;
	align-items: center;
	min-height: 52px;
	margin-bottom: 0.35rem;
	padding: 0.85rem 1rem;
	border: 1px solid transparent;
	border-radius: 12px;
	color: #fff;
	font-size: 1rem;
	font-weight: 650;
	letter-spacing: 0.01em;
}

#off-canvas .menu a:hover,
#off-canvas .menu a:focus,
#off-canvas .menu .active > a {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.11);
}

#off-canvas .menu .active > a {
	box-shadow: inset 3px 0 0 var(--rider-red);
}

#off-canvas .menu > li > a::after {
	margin-left: auto;
	color: rgba(255, 255, 255, 0.42);
	font-family: FontAwesome;
	font-size: 0.78rem;
	content: "\f054";
}

#off-canvas .menu > li.sklep > a {
	border-color: rgba(227, 30, 47, 0.52);
	background: rgba(227, 30, 47, 0.2);
}

#off-canvas .menu > li.sklep > a::before {
	margin-right: 0.65rem;
	font-family: FontAwesome;
	content: "\f07a";
}

#off-canvas .menu > li.sklep b {
	color: #fff !important;
}

#off-canvas .menu > li.b2b > a {
	border-color: rgba(255, 227, 90, 0.38);
	background: rgba(255, 227, 90, 0.08);
}

#off-canvas .menu > li.b2b > a::before {
	margin-right: 0.65rem;
	font-family: FontAwesome;
	content: "\f2bd";
}

#off-canvas .menu > li.b2b b {
	color: #ffe35a !important;
}

.rider-mobile-menu-meta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.55rem;
	margin-top: 1.5rem;
	padding: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.82rem;
}

.rider-mobile-menu-meta span,
.rider-mobile-menu-meta a {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: inherit;
}

.rider-mobile-menu-meta .fa {
	width: 18px;
	color: #ff6471;
	text-align: center;
}

/* Home hero, sliders and promotional banners. */
.home #content,
.home #inner-content,
.home #main,
.home .entry-content {
	background: var(--rider-canvas);
}

.mainarea.area1 {
	padding: clamp(1rem, 2vw, 1.75rem) 0 clamp(2.25rem, 4vw, 3.5rem);
	background: var(--rider-canvas);
}

.mainarea.area1 > .row {
	padding-right: 0;
	padding-left: 0;
}

.slidermainpage {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(7, 45, 92, 0.08);
	border-radius: var(--rider-radius-lg);
	background: #fff;
	box-shadow: var(--rider-shadow);
}

.rider-slider--mobile {
	display: none;
}

.slidermainpage .slick-list {
	border-radius: var(--rider-radius-lg) var(--rider-radius-lg) 0 0 !important;
}

.slidermainpage .wpsisac-image-slide img {
	display: block;
	width: 100%;
}

.slidermainpage .wpsisac-slick-slider {
	position: relative;
}

.slidermainpage .slick-arrow {
	width: 46px !important;
	height: 58px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: rgba(4, 26, 54, 0.82) !important;
	color: #fff !important;
	box-shadow: 0 8px 22px rgba(4, 26, 54, 0.2);
}

.slidermainpage .slick-arrow:hover,
.slidermainpage .slick-arrow:focus {
	background: var(--rider-red) !important;
}

body.home .mainarea.area1 .slidermainpage .slick-prev.slick-arrow {
	left: 1rem !important;
}

body.home .mainarea.area1 .slidermainpage .slick-next.slick-arrow {
	right: 1rem !important;
}

.slidermainpage .slick-dots {
	position: absolute !important;
	z-index: 8;
	bottom: 1rem;
	left: 50% !important;
	right: auto !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: max-content !important;
	min-width: 0 !important;
	max-width: calc(100% - 2rem) !important;
	margin: 0 !important;
	padding: 0.55rem 0.75rem !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(4, 26, 54, 0.68);
	box-shadow: 0 8px 22px rgba(4, 26, 54, 0.22);
	line-height: 0;
	white-space: nowrap;
	transform: translateX(-50%) !important;
	backdrop-filter: blur(7px);
}

/* The slider plugin forces left/right offsets. Use its full-width rail and
 * center only the dot buttons instead of positioning a separate capsule. */
body.home .mainarea.area1 .slidermainpage .wpsisac-slick-slider .slick-dots {
	left: 15px !important;
	right: 15px !important;
	bottom: 1rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
	backdrop-filter: none;
}

.slidermainpage .slick-dots li {
	margin: 0 4px !important;
}

.slidermainpage .slick-dots li button {
	width: 9px !important;
	height: 9px !important;
	border: 0 !important;
	border-radius: 50% !important;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	background: rgba(4, 26, 54, 0.58) !important;
	box-shadow: 0 3px 9px rgba(4, 26, 54, 0.3) !important;
}

.slidermainpage .slick-dots li.slick-active button {
	width: 25px !important;
	border-radius: 6px !important;
	background: var(--rider-red) !important;
}

.mian_banners {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	margin: 1.5rem 0 0;
}

body.home .mian_banners {
	display: none !important;
}

.mian_banners .baner,
.mian_banners .baner:first-child,
.mian_banners .baner:last-child {
	float: none;
	width: auto;
	margin: 0;
	border: 1px solid rgba(7, 45, 92, 0.08);
	border-radius: var(--rider-radius);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.mian_banners .baner:hover {
	box-shadow: var(--rider-shadow);
	transform: translateY(-4px);
}

.mian_banners .baner img {
	display: block;
	width: 100%;
}

.mainarea.area1 h1 {
	max-width: 980px;
	margin: clamp(2.25rem, 4vw, 3.5rem) auto 0;
	color: var(--rider-navy-deep);
	font-size: clamp(2rem, 4.3vw, 3.55rem);
	font-weight: 800;
	text-align: center;
}

.mainarea.area1 h1::after {
	display: block;
	width: 72px;
	height: 5px;
	margin: 1.4rem auto 0;
	border-radius: 5px;
	background: var(--rider-red);
	content: "";
}

/* Home statistics. */
.mainarea.area2 {
	position: relative;
	overflow: hidden;
	padding: clamp(2.5rem, 4.5vw, 4rem) 0;
	border: 0;
	background: linear-gradient(120deg, var(--rider-navy-deep), #0b4787);
}

.mainarea.area2::before {
	position: absolute;
	top: -180px;
	right: -120px;
	width: 420px;
	height: 420px;
	border: 90px solid rgba(255, 255, 255, 0.035);
	border-radius: 50%;
	content: "";
}

.rider-stats-title {
	position: relative;
	z-index: 1;
	margin: 0 auto 1.75rem;
	padding: 0 1rem;
	color: #fff;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	text-align: center;
}

.mainarea .boxes {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	padding: 0 1rem;
}

.mainarea .boxes .box {
	float: none;
	width: auto;
	min-height: 200px;
	padding: 1.65rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--rider-radius);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	backdrop-filter: blur(8px);
	transition: background-color 180ms ease, transform 180ms ease;
}

.mainarea .boxes .box:hover {
	background: rgba(255, 255, 255, 0.13);
	transform: translateY(-4px);
}

.mainarea .boxes .box .t {
	margin: 0 0 1rem;
	padding: 0;
	font-size: clamp(1.65rem, 3vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.mainarea .boxes .box .t::after {
	display: none;
}

.mainarea .boxes .box .fa {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 0 1.25rem;
	border-radius: 13px;
	background: var(--rider-red);
	font-size: 1.25rem;
}

.mainarea .boxes .box .c {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1rem;
	line-height: 1.55;
}

/* Home value proposition. */
.mainarea.area4 {
	padding: clamp(2.75rem, 5vw, 4.5rem) 1rem;
	background: var(--rider-canvas);
}

.mainarea.area4 .row {
	display: grid;
	min-height: 440px;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
	align-content: center;
	column-gap: clamp(2rem, 4vw, 4.5rem);
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 1px solid rgba(7, 45, 92, 0.08);
	border-radius: var(--rider-radius-lg);
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.84) 54%, #fff 72%), url(../images/rider-why-us-v2.webp);
	background-position: center;
	background-size: cover;
	box-shadow: var(--rider-shadow);
}

.mainarea.area4 .row > h2,
.mainarea.area4 .row > h3,
.mainarea.area4 .row > .text,
.mainarea.area4 .row > .boxes2 {
	grid-column: 2;
	min-width: 0;
}

.mainarea.area4 h2,
.mainarea.area4 h3 {
	margin: 0 0 1.1rem;
	padding: 0;
	color: var(--rider-navy-deep);
	font-size: clamp(1.8rem, 3.6vw, 2.85rem);
	font-weight: 700;
	text-wrap: balance;
}

.mainarea.area4 h2 .red,
.mainarea.area4 h3 .red {
	display: block;
	margin-top: 0.25rem;
	color: var(--rider-red);
	font-weight: 800;
}

.mainarea.area4 .text {
	max-width: 620px;
	margin-bottom: 2rem;
	color: #475467;
	font-size: 1.08rem;
	line-height: 1.75;
}

.mainarea .boxes2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	padding: 0;
}

.mainarea .boxes2 .box,
.mainarea .boxes2 .box:nth-child(2n+1) {
	display: flex;
	align-items: center;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0.9rem 1rem;
	border: 1px solid var(--rider-line);
	border-radius: 13px;
	background: #fff;
}

.mainarea .boxes2 .box .fa {
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	margin: 0 0.9rem 0 0;
	border-radius: 11px;
	background: rgba(227, 30, 47, 0.09);
	color: var(--rider-red);
	font-size: 1.2rem;
}

.mainarea .boxes2 .box span {
	padding: 0;
	color: var(--rider-ink);
	font-size: 1rem;
	font-weight: 600;
}

/* Inner pages, cards and editorial content. */
body:not(.home) #content {
	min-height: 50vh;
	padding: clamp(1.5rem, 3.5vw, 3rem) 1rem;
	background: var(--rider-canvas);
}

body:not(.home) #inner-content {
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(7, 45, 92, 0.08);
	border-radius: 0;
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

body:not(.home) #main {
	padding: clamp(1.5rem, 4vw, 3.5rem);
}

.article-header {
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--rider-line);
}

.article-header .page-title,
.article-header .entry-title {
	margin: 0;
}

.entry-content {
	color: #293548;
	font-size: 1rem;
	line-height: 1.78;
}

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

.entry-content a:not(.button) {
	font-weight: 600;
	text-decoration-color: rgba(13, 79, 149, 0.3);
	text-underline-offset: 3px;
}

.entry-content blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	border: 0;
	border-left: 4px solid var(--rider-red);
	border-radius: 0 var(--rider-radius-sm) var(--rider-radius-sm) 0;
	background: var(--rider-canvas);
	color: var(--rider-ink);
}

.entry-content table {
	overflow: hidden;
	border: 1px solid var(--rider-line);
	border-radius: var(--rider-radius-sm);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.entry-content table thead,
.entry-content table th {
	background: var(--rider-navy);
	color: #fff;
}

.entry-content table tbody tr:nth-child(even) {
	background: var(--rider-canvas);
}

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

.archive-grid .columns.panel {
	float: none;
	width: auto;
	padding: 0;
	border: 1px solid var(--rider-line);
	border-radius: var(--rider-radius);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.archive-grid .columns.panel:hover {
	box-shadow: var(--rider-shadow);
	transform: translateY(-4px);
}

.archive-grid article {
	padding: 1rem;
}

.archive-grid .featured-image {
	overflow: hidden;
	margin: -1rem -1rem 1rem;
	border-radius: var(--rider-radius) var(--rider-radius) 0 0;
}

.archive-grid .title {
	font-size: 1.2rem;
}

/* Footer. */
.footer {
	margin: 0;
	background: var(--rider-navy-deep);
	color: rgba(255, 255, 255, 0.8);
}

#sidebar-stopka {
	background: var(--rider-red);
	color: #fff;
}

.footersocial {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 76px;
	padding: 0 1rem;
}

.footersocial a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-left: 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.footersocial a:hover,
.footersocial a:focus {
	background: #fff;
	color: var(--rider-red);
	transform: translateY(-2px);
}

.footersocial .fa {
	margin: 0;
	font-size: 1.2rem;
}

#inner-footer {
	padding: clamp(2.25rem, 4vw, 3.5rem) 1rem 1.5rem;
}

#inner-footer > .columns:first-child {
	display: flex;
	gap: clamp(2rem, 6vw, 5rem);
}

.footer nav {
	float: none;
	flex: 0 0 38%;
	width: auto;
}

.footer .menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-count: auto;
	gap: 0.4rem 1rem;
	padding: 0;
}

.footer .menu > li {
	margin: 0;
	font-size: 0.94rem;
}

.footer .menu > li > a {
	display: block;
	padding: 0.55rem 0;
	color: rgba(255, 255, 255, 0.76);
}

.footer .menu > li > a::before {
	margin-right: 0.45rem;
	color: var(--rider-red);
	content: "\2192";
}

.footer .menu > li > a:hover,
.footer .menu > li > a:focus,
.footer .menu .active > a {
	color: #fff;
}

#sidebar-stopka2 {
	flex: 1 1 auto;
}

#sidebar-stopka2 .textwidget {
	display: grid;
	grid-template-columns: minmax(180px, 0.75fr) minmax(280px, 1.25fr);
	gap: clamp(1.5rem, 4vw, 3rem);
}

.footer .gr {
	float: none;
	width: auto;
	font-size: 0.94rem;
}

.footer .gr p {
	margin-bottom: 0.65rem;
}

.footer .gr p:first-child {
	margin-bottom: 1.2rem;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.03em;
}

.footer .contact p:not(:first-child) {
	color: #fff;
	font-size: 1rem !important;
	line-height: 1.45;
}

.footer .contact .fa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-right: 0.5rem;
	border-radius: 8px;
	background: rgba(227, 30, 47, 0.16);
	color: #ff5361;
}

.footer .contact .rider-contact-link {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-underline-offset: 3px;
}

.footer .contact .rider-contact-link:hover,
.footer .contact .rider-contact-link:focus {
	color: #ff7b86;
	text-decoration: underline;
}

.footer .contact hr {
	margin: 1rem 0 !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
}

.footer .f3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-color: rgba(255, 255, 255, 0.13);
	font-size: 0.83rem;
}

.footer .copyright {
	margin: 0;
}

#moveTop {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 2251;
	height: 44px;
	padding: 0 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	background: var(--rider-navy);
	box-shadow: 0 12px 28px rgba(4, 26, 54, 0.25);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 44px;
}

#moveTop:hover,
#moveTop:focus {
	background: var(--rider-red);
	color: #fff;
}

/* Facebook panel keeps simple rectangular edges outside the technical frame system. */
#fb .fbButton {
	border: 0;
	border-radius: 0;
	box-shadow: -8px 8px 24px rgba(4, 26, 54, 0.18);
	clip-path: none !important;
}

#fb .fbr {
	overflow: hidden;
	border: 0;
	border-radius: 0;
	box-shadow: -12px 14px 34px rgba(4, 26, 54, 0.2);
	clip-path: none !important;
}

/* Cookie notice supplied by the existing plugin. */
#pronamic_cookie_holder {
	padding: 0.75rem 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(4, 26, 54, 0.96);
	box-shadow: 0 -12px 30px rgba(4, 26, 54, 0.18);
	backdrop-filter: blur(10px);
}

#pronamic_cookie_holder p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.86rem;
}

#pronamic_cookie_holder .pronamic_cookie_close_button {
	flex: 0 0 auto;
	padding: 0.5rem 0.85rem;
	border-radius: 8px;
	background: var(--rider-red);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

#pronamic_cookie_holder .pronamic_cookie_close_button:hover,
#pronamic_cookie_holder .pronamic_cookie_close_button:focus {
	background: var(--rider-red-dark);
	color: #fff;
}

/* Tablet. */
@media (max-width: 74.9375em) {
	.header {
		top: -102px;
	}

	#top-bar2 {
		min-height: 102px;
	}

	#top-bar2 .logo {
		flex-basis: 235px;
		margin-right: 1.25rem;
	}

	#top-bar-menu .menu > li > a {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		font-size: 0.72rem;
	}

	.searchform-top {
		flex-basis: 155px;
	}

	.mainarea.area4 .row {
		min-height: 430px;
		grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
		background-size: cover;
	}

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

@media (max-width: 60.0625em) {
	.mainarea .boxes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mainarea.area4 .row {
		min-height: 0;
		grid-template-columns: minmax(0, 1fr);
		padding: 3rem;
		background-image: none;
	}

	.mainarea.area4 .row > h2,
	.mainarea.area4 .row > h3,
	.mainarea.area4 .row > .text,
	.mainarea.area4 .row > .boxes2 {
		grid-column: 1;
	}

	#inner-footer > .columns:first-child {
		flex-direction: column;
	}

	.footer nav,
	#sidebar-stopka2 {
		flex-basis: auto;
		width: 100%;
	}
}

/* Mobile. */
@media (max-width: 39.9375em) {
	body {
		font-size: 15px;
	}

	.row {
		width: 100%;
	}

	.header {
		top: -82px;
	}

	.top-main2,
	.top-main {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	#top-bar2 {
		justify-content: center;
		min-height: 82px;
	}

	#top-bar2 .logo {
		flex: 0 1 240px;
		margin: 0;
		padding: 0.9rem 0;
	}

	#top-bar2 .logo img {
		max-width: 240px;
		margin: 0 auto !important;
	}

	#top-bar2 .top_marki {
		display: none;
	}

	#top-bar-menu {
		min-height: 62px;
		flex-wrap: nowrap;
		gap: 0.45rem;
	}

	#top-bar-menu .top-bar-right.show-for-small-only {
		flex: 0 0 auto;
		width: auto !important;
	}

	.rider-menu-toggle {
		min-width: 44px;
		justify-content: center;
		padding: 0.65rem;
	}

	.rider-menu-toggle span {
		display: none;
	}

	.searchform-top {
		flex: 1 1 auto;
		min-width: 0;
		margin: 0;
	}

	.searchform-top input.search-field {
		width: 100%;
	}

	.rider-language-switcher,
	.lng-top {
		flex: 0 0 auto;
		margin: 0;
	}

	#top-bar-menu .detal {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border-radius: 10px;
		background: var(--rider-red);
		color: #fff;
	}

	#top-bar-menu .detal .shop-icon {
		width: 18px;
		fill: currentColor;
	}

	#top-bar-menu .detal b {
		display: none;
	}

	.mainarea.area1 {
		padding-top: 0.85rem;
		padding-bottom: 3rem;
	}

	.mainarea.area1 > .row {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.slidermainpage,
	.slidermainpage .slick-list {
		border-radius: 15px !important;
	}

	.slidermainpage .slick-arrow {
		width: 36px !important;
		height: 46px !important;
		border-radius: 9px !important;
	}

	body.home .mainarea.area1 .slidermainpage .slick-prev.slick-arrow {
		left: 0.65rem !important;
	}

	body.home .mainarea.area1 .slidermainpage .slick-next.slick-arrow {
		right: 0.65rem !important;
	}

	.slidermainpage .slick-dots {
		bottom: 0.6rem;
		display: flex !important;
		padding: 0.38rem 0.55rem !important;
	}

	.slidermainpage .slick-dots li {
		margin: 0 2px !important;
	}

	.slidermainpage .slick-dots li button {
		width: 6px !important;
		height: 6px !important;
	}

	.slidermainpage .slick-dots li.slick-active button {
		width: 18px !important;
	}

	.mian_banners {
		grid-template-columns: 1fr;
		gap: 0.85rem;
		margin-top: 0.85rem;
	}

	.mian_banners .baner,
	.mian_banners .baner:first-child,
	.mian_banners .baner:last-child {
		margin: 0 !important;
		border-radius: 14px;
	}

	.mainarea.area1 h1 {
		margin-top: 2.75rem;
		font-size: 2rem;
	}

	.mainarea.area2 {
		padding: 3rem 0;
	}

	.mainarea .boxes {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		padding: 0 0.75rem;
	}

	.mainarea .boxes .box {
		display: grid;
		min-height: 0;
		grid-template-columns: 46px 1fr;
		column-gap: 0.9rem;
		padding: 1.15rem;
	}

	.mainarea .boxes .box .fa {
		grid-row: 1 / span 2;
		width: 46px;
		height: 46px;
		margin: 0;
	}

	.mainarea .boxes .box .t {
		display: contents;
	}

	.mainarea .boxes .box .c {
		grid-column: 2;
		margin-top: 0.2rem;
	}

	.mainarea.area4 {
		padding: 3rem 0.75rem;
	}

	.mainarea.area4 .row {
		padding: 1.5rem;
		border-radius: 18px;
	}

	.mainarea.area4 h2,
	.mainarea.area4 h3 {
		font-size: 1.8rem;
	}

	.mainarea .boxes2 .box {
		padding: 0.8rem;
	}

	body:not(.home) #content {
		padding: 1rem 0.75rem 2.5rem;
	}

	body:not(.home) #inner-content {
		border-radius: 0;
	}

	body:not(.home) #main {
		padding: 1.25rem;
	}

	.archive-grid {
		grid-template-columns: 1fr;
	}

	.footersocial {
		justify-content: center;
		min-height: 68px;
	}

	#inner-footer {
		padding: 2.25rem 1rem 1.25rem;
	}

	.footer .menu,
	#sidebar-stopka2 .textwidget {
		grid-template-columns: 1fr;
	}

	#inner-footer > .columns:first-child {
		gap: 2.25rem;
	}

	.footer .f3 {
		align-items: flex-start;
		margin-top: 2rem;
		padding-right: 4.5rem;
		line-height: 1.45;
	}

	#moveTop {
		right: 12px;
		bottom: 12px;
		width: 44px;
		padding: 0;
		font-size: 0;
	}

	#moveTop .fa {
		margin: 0;
		font-size: 1.1rem;
	}

	#pronamic_cookie_holder p {
		align-items: flex-start;
		font-size: 0.78rem;
		line-height: 1.45;
	}
}

/* SEO-focused front page introduced in Rider 3.1.0. */
.rider-homepage {
	margin: 0;
}

.rider-home-hero {
	padding: clamp(1rem, 2.6vw, 2.25rem) 1rem 1rem;
	background: var(--rider-canvas);
}

.rider-home-hero__inner {
	position: relative;
	display: grid;
	overflow: hidden;
	max-width: 96rem;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 4.75rem);
	border-radius: var(--rider-radius-lg);
	background:
		radial-gradient(circle at 90% 0, rgba(37, 112, 190, 0.46), transparent 38%),
		linear-gradient(125deg, var(--rider-navy-deep), #073b74 72%, #0d4f95);
	box-shadow: var(--rider-shadow);
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.72fr);
	gap: clamp(2rem, 5vw, 5rem);
}

.rider-home-hero__inner::after {
	position: absolute;
	top: -180px;
	right: -140px;
	width: 420px;
	height: 420px;
	border: 90px solid rgba(255, 255, 255, 0.035);
	border-radius: 50%;
	content: "";
}

.rider-home-hero__copy,
.rider-home-hero__facts {
	position: relative;
	z-index: 1;
}

.rider-kicker {
	margin: 0 0 0.75rem;
	color: var(--rider-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.rider-home-hero .rider-kicker {
	color: #ff7b87;
}

.rider-home-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 4.5vw, 4.3rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.rider-home-hero__lead {
	max-width: 820px;
	margin: 1.4rem 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	line-height: 1.75;
}

.rider-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.rider-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0.75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

.rider-button .fa {
	margin-left: 0.6rem;
}

.rider-button--primary {
	background: var(--rider-red);
	color: #fff;
	box-shadow: 0 12px 28px rgba(227, 30, 47, 0.28);
}

.rider-button--primary:hover,
.rider-button--primary:focus {
	background: #fff;
	color: var(--rider-red);
}

.rider-button--secondary {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.rider-button--secondary:hover,
.rider-button--secondary:focus {
	border-color: #fff;
	background: #fff;
	color: var(--rider-navy-deep);
}

.rider-home-shortcuts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.4rem;
	margin-top: 1.5rem;
}

.rider-home-shortcuts a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.rider-home-shortcuts a:hover,
.rider-home-shortcuts a:focus {
	color: #fff;
}

.rider-home-shortcuts .fa {
	color: #ff7b87;
}

.rider-home-hero__facts {
	display: grid;
	align-content: center;
	gap: 0.8rem;
}

.rider-home-hero__facts > div {
	padding: 1rem 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.rider-home-hero__facts strong,
.rider-home-hero__facts span {
	display: block;
}

.rider-home-hero__facts strong {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.3;
}

.rider-home-hero__facts span {
	margin-top: 0.15rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.82rem;
	line-height: 1.45;
}

.rider-home-legacy .mainarea.area1 {
	padding-top: 1rem;
}

.rider-home-section {
	width: calc(100% - 2rem);
	max-width: 96rem;
	margin: 0 auto;
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.rider-section-heading {
	max-width: 880px;
	margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.rider-section-heading h2,
.rider-home-contact h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.rider-section-heading > p:last-child {
	margin: 1rem 0 0;
	color: var(--rider-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.rider-home-offer {
	overflow: hidden;
	margin-top: clamp(1rem, 2vw, 1.5rem);
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 1px solid rgba(7, 45, 92, 0.08);
	border-radius: var(--rider-radius-lg);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-offer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rider-offer-card {
	min-height: 245px;
	padding: 1.5rem;
	border: 1px solid var(--rider-line);
	border-radius: var(--rider-radius);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rider-offer-card:hover {
	border-color: rgba(13, 79, 149, 0.2);
	box-shadow: var(--rider-shadow);
	transform: translateY(-4px);
}

.rider-offer-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background: linear-gradient(145deg, #ed2638, #c91526);
	box-shadow: 0 10px 22px rgba(227, 30, 47, 0.2);
	color: #fff;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rider-offer-card__svg {
	display: block;
	width: 40px;
	height: 40px;
	overflow: visible;
	vector-effect: non-scaling-stroke;
}

.rider-offer-card:hover .rider-offer-card__icon {
	background: linear-gradient(145deg, #f12b3e, #b91020);
	box-shadow: 0 14px 28px rgba(227, 30, 47, 0.28);
	transform: translateY(-2px);
}

.rider-offer-card h3 {
	margin: 1.1rem 0 0.6rem;
	font-size: 1.2rem;
}

.rider-offer-card p {
	margin: 0;
	color: var(--rider-muted);
	font-size: 0.94rem;
	line-height: 1.65;
}

.rider-section-action {
	margin: 1.5rem 0 0;
}

.rider-section-action a,
.rider-news-card__more {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 800;
	text-decoration: none;
}

.rider-home-partners {
	margin-bottom: clamp(3rem, 6vw, 5rem);
	padding: clamp(2rem, 4vw, 3rem);
	border: 1px solid rgba(7, 45, 92, 0.08);
	border-radius: var(--rider-radius-lg);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-partner-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.rider-partner-card {
	display: flex;
	min-height: 320px;
	flex-direction: column;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border-radius: var(--rider-radius);
}

.rider-partner-card--b2b {
	background: linear-gradient(145deg, var(--rider-navy-deep), var(--rider-blue));
	color: rgba(255, 255, 255, 0.78);
}

.rider-partner-card--retail {
	border: 1px solid #ffd9dd;
	background: linear-gradient(145deg, #fff6f7, #fff);
	color: #4d596c;
}

.rider-partner-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--rider-red);
	color: #fff;
	font-size: 1.25rem;
}

.rider-partner-card h3 {
	margin: 1.4rem 0 0.8rem;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.rider-partner-card--b2b h3 {
	color: #fff;
}

.rider-partner-card p {
	margin: 0 0 1.5rem;
	line-height: 1.75;
}

.rider-partner-card > a {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 0.5rem;
	margin-top: auto;
	font-weight: 800;
	text-decoration: none;
}

.rider-partner-card--b2b > a {
	color: #fff;
}

.rider-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rider-news-card {
	overflow: hidden;
	border: 1px solid var(--rider-line);
	border-radius: var(--rider-radius);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-news-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e8edf4;
}

.rider-news-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.rider-news-card:hover .rider-news-card__image img {
	transform: scale(1.035);
}

.rider-news-card__content {
	padding: 1.35rem;
}

.rider-news-card time {
	color: var(--rider-muted);
	font-size: 0.78rem;
}

.rider-news-card h3 {
	margin: 0.45rem 0 0.65rem;
	font-size: 1.18rem;
}

.rider-news-card h3 a {
	color: var(--rider-navy-deep);
	text-decoration: none;
}

.rider-news-card p {
	margin: 0 0 1rem;
	color: var(--rider-muted);
	font-size: 0.92rem;
	line-height: 1.65;
}

.rider-home-faq {
	display: grid;
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(2rem, 6vw, 5rem);
}

.rider-home-faq .rider-section-heading {
	margin: 0;
}

.rider-faq-list {
	display: grid;
	gap: 0.7rem;
}

.rider-faq-item {
	border: 1px solid var(--rider-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-faq-item summary {
	position: relative;
	padding: 1.1rem 3.25rem 1.1rem 1.25rem;
	color: var(--rider-navy-deep);
	cursor: pointer;
	font-weight: 800;
	line-height: 1.45;
	list-style: none;
}

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

.rider-faq-item summary::after {
	position: absolute;
	top: 50%;
	right: 1.2rem;
	color: var(--rider-red);
	content: "+";
	font-size: 1.5rem;
	font-weight: 400;
	transform: translateY(-50%);
}

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

.rider-faq-item > div {
	padding: 0 1.25rem 1.15rem;
}

.rider-faq-item p {
	margin: 0;
	color: var(--rider-muted);
	font-size: 0.94rem;
	line-height: 1.7;
}

.rider-home-contact {
	display: grid;
	margin-bottom: clamp(3rem, 6vw, 5rem);
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--rider-radius-lg);
	background: linear-gradient(130deg, var(--rider-navy-deep), #073b74);
	color: rgba(255, 255, 255, 0.77);
	box-shadow: var(--rider-shadow);
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: clamp(2rem, 6vw, 5rem);
}

.rider-home-contact .rider-kicker {
	color: #ff7b87;
}

.rider-home-contact h2 {
	color: #fff;
}

.rider-home-contact__copy > p:not(.rider-kicker) {
	max-width: 680px;
	margin: 1rem 0 1.5rem;
	line-height: 1.75;
}

.rider-button--light {
	background: #fff;
	color: var(--rider-navy-deep);
}

.rider-button--light:hover,
.rider-button--light:focus {
	background: var(--rider-red);
	color: #fff;
}

.rider-home-contact__details {
	display: grid;
	align-content: center;
	gap: 0.65rem;
}

.rider-home-contact__details > a,
.rider-home-contact__details > address,
.rider-home-contact__hours {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0;
	padding: 0.72rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-style: normal;
	line-height: 1.45;
	text-decoration: none;
}

.rider-home-contact__details .fa {
	width: 20px;
	color: #ff7b87;
	text-align: center;
}

.rider-home-contact__details small {
	display: block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.72rem;
}

@media (max-width: 60.0625em) {
	.rider-home-hero__inner,
	.rider-home-contact {
		grid-template-columns: 1fr;
	}

	.rider-home-hero__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rider-offer-grid,
	.rider-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-home-faq {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
}

@media (max-width: 39.9375em) {
	.rider-home-hero {
		padding: 0.75rem;
	}

	.rider-home-hero__inner {
		padding: 1.5rem;
		border-radius: 18px;
		gap: 1.5rem;
	}

	.rider-home-hero h1 {
		font-size: 2.12rem;
		line-height: 1.08;
	}

	.rider-home-actions,
	.rider-home-actions .rider-button {
		width: 100%;
	}

	.rider-home-shortcuts {
		flex-direction: column;
	}

	.rider-home-hero__facts {
		grid-template-columns: 1fr;
	}

	.rider-home-hero__facts > div {
		display: grid;
		align-items: center;
		grid-template-columns: 90px 1fr;
		gap: 0.75rem;
	}

	.rider-home-hero__facts span {
		margin: 0;
	}

	.rider-home-section {
		width: calc(100% - 1.5rem);
		padding: 3rem 0;
	}

	.rider-offer-grid,
	.rider-partner-grid,
	.rider-news-grid {
		grid-template-columns: 1fr;
	}

	.rider-offer-card {
		min-height: 0;
	}

	.rider-home-offer,
	.rider-home-partners,
	.rider-home-contact {
		padding: 1.35rem;
		border-radius: 18px;
	}

	.rider-home-offer {
		margin-top: 0.75rem;
		margin-bottom: 1.5rem;
	}

	.rider-partner-card {
		min-height: 0;
		padding: 1.35rem;
	}

	.rider-home-contact {
		width: calc(100% - 1.5rem);
		margin-bottom: 3rem;
		gap: 1.5rem;
	}

	.rider-home-contact__details > a,
	.rider-home-contact__details > address,
	.rider-home-contact__hours {
		align-items: flex-start;
		font-size: 0.88rem;
	}
}

/* Rider 3.2 technical corner system.
 * The reference shape cuts the top-left and bottom-right corners while the
 * remaining corners stay square. Slider pagination dots intentionally remain
 * circular because their shape communicates the active slide. */
:root {
	--rider-cut-xs: 6px;
	--rider-cut-sm: 9px;
	--rider-cut: 14px;
	--rider-cut-lg: 22px;
}

@supports (clip-path: polygon(0 0)) {
	.rider-home-hero__inner,
	.slidermainpage,
	.mainarea.area4 .row,
	body:not(.home) #inner-content,
	.rider-home-offer,
	.rider-home-partners,
	.rider-home-contact,
	.entry-content table,
	.archive-grid .columns.panel {
		--rider-component-cut: var(--rider-cut-lg);
		border-radius: 0 !important;
		clip-path: polygon(
			var(--rider-component-cut) 0,
			100% 0,
			100% calc(100% - var(--rider-component-cut)),
			calc(100% - var(--rider-component-cut)) 100%,
			0 100%,
			0 var(--rider-component-cut)
		);
	}

	.rider-home-hero__facts > div,
	.mainarea .boxes .box,
	.mainarea .boxes2 .box,
	.rider-offer-card,
	.rider-partner-card,
	.rider-news-card,
	.rider-faq-item,
	.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide-wrap,
	#sidebar1 .baner,
	div.marki-lz,
	.entry-content blockquote {
		--rider-component-cut: var(--rider-cut);
		border-radius: 0 !important;
		clip-path: polygon(
			var(--rider-component-cut) 0,
			100% 0,
			100% calc(100% - var(--rider-component-cut)),
			calc(100% - var(--rider-component-cut)) 100%,
			0 100%,
			0 var(--rider-component-cut)
		);
	}

	button:not(.slick-dots button),
	.button,
	input[type="submit"],
	input[type="button"],
	input[type="reset"],
	.rider-button,
	#top-bar-menu .menu > li.sklep > a,
	#top-bar-menu .menu > li.b2b > a,
	.searchform-top,
	.rider-language-switcher,
	.lng-top li a,
	#top-bar-menu .detal,
	.rider-mobile-menu-logo,
	.rider-mobile-menu-close,
	#off-canvas .menu a,
	.slidermainpage .slick-arrow,
	.top_marki .wpsisac-slick-carousal.design-1 .slick-arrow,
	.footersocial a,
	.footer .contact .fa,
	#moveTop,
	#pronamic_cookie_holder .pronamic_cookie_close_button,
	div#button-back-lz {
		--rider-component-cut: var(--rider-cut-sm);
		border-radius: 0 !important;
		clip-path: polygon(
			var(--rider-component-cut) 0,
			100% 0,
			100% calc(100% - var(--rider-component-cut)),
			calc(100% - var(--rider-component-cut)) 100%,
			0 100%,
			0 var(--rider-component-cut)
		);
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="number"],
	select,
	textarea,
	.mainarea .boxes .box .fa,
	.mainarea .boxes2 .box .fa,
	.rider-partner-card__icon,
	.rider-home-contact__details > a,
	.rider-home-contact__details > address,
	.rider-home-contact__hours {
		--rider-component-cut: var(--rider-cut-xs);
		border-radius: 0 !important;
		clip-path: polygon(
			var(--rider-component-cut) 0,
			100% 0,
			100% calc(100% - var(--rider-component-cut)),
			calc(100% - var(--rider-component-cut)) 100%,
			0 100%,
			0 var(--rider-component-cut)
		);
	}

	.slidermainpage .slick-list,
	.archive-grid .featured-image {
		border-radius: 0 !important;
	}
}

/* Complete the regular border only on the two chamfered corners. Each line is
 * a real rectangular stroke rotated along the cut and placed fully inside the
 * component. This makes its ends meet the straight border without pixel hooks. */
@supports ((clip-path: polygon(0 0)) and (transform: rotate(45deg))) {
	.slidermainpage,
	.mainarea.area4 .row,
	body:not(.home) #inner-content,
	.rider-home-offer,
	.rider-home-partners,
	.rider-home-contact {
		--rider-tech-border-color: rgba(7, 45, 92, 0.08);
		--rider-tech-diagonal-width: 0.7071067812px;
		position: relative;
	}

	.archive-grid .columns.panel,
	.mainarea .boxes2 .box,
	.rider-offer-card,
	.rider-news-card,
	.rider-faq-item,
	.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide-wrap {
		--rider-tech-border-color: var(--rider-line);
		--rider-tech-diagonal-width: 0.7071067812px;
		position: relative;
	}

	.rider-home-hero__facts > div,
	.mainarea .boxes .box {
		--rider-tech-border-color: rgba(255, 255, 255, 0.14);
		--rider-tech-diagonal-width: 0.7071067812px;
		position: relative;
	}

	.rider-partner-card--retail {
		--rider-tech-border-color: #ffd9dd;
		--rider-tech-diagonal-width: 0.7071067812px;
		position: relative;
	}

	.rider-button--primary {
		--rider-tech-border-color: rgba(255, 255, 255, 0.34);
		--rider-tech-svg-border-width: 1px;
		position: relative;
	}

	.rider-button--primary:hover,
	.rider-button--primary:focus {
		--rider-tech-border-color: rgba(227, 30, 47, 0.42);
	}

	.rider-button--secondary {
		--rider-tech-border-color: rgba(255, 255, 255, 0.3);
		--rider-tech-diagonal-width: 0.7071067812px;
		position: relative;
	}

	.rider-button--secondary:hover,
	.rider-button--secondary:focus {
		--rider-tech-border-color: #fff;
	}

	.searchform-top,
	.rider-language-switcher {
		--rider-tech-border-color: rgba(255, 255, 255, 0.13);
		--rider-tech-diagonal-width: 0.7071067812px;
		position: relative;
	}

	.rider-mobile-menu-close {
		--rider-tech-border-color: rgba(255, 255, 255, 0.22);
		--rider-tech-diagonal-width: 0.7071067812px;
		position: relative;
	}

	.footersocial a {
		--rider-tech-border-color: rgba(255, 255, 255, 0.32);
		--rider-tech-diagonal-width: 0.7071067812px;
		position: relative;
	}

	#moveTop {
		--rider-tech-border-color: rgba(255, 255, 255, 0.16);
		--rider-tech-diagonal-width: 0.7071067812px;
	}

	div.marki-lz {
		--rider-tech-border-color: #013277;
		--rider-tech-diagonal-width: 1.4142135624px;
		position: relative;
	}

	/* Diagonal pseudo-elements were removed in 3.4.41. The SVG renderer draws
	 * the complete outline without taking over Foundation's clearfix hooks. */
}

/* Keep technical cuts compact on touch layouts. */
@media (max-width: 64em) {
	:root {
		--rider-cut-xs: 5px;
		--rider-cut-sm: 7px;
		--rider-cut: 11px;
		--rider-cut-lg: 15px;
	}
}

@media (max-width: 39.9375em) {
	:root {
		--rider-cut-xs: 4px;
		--rider-cut-sm: 6px;
		--rider-cut: 9px;
		--rider-cut-lg: 12px;
	}
}

/* All current homepage banners use the same 2172 x 724 (3:1) canvas. Keep that
 * ratio on touch layouts without Slick's unstable dynamic-height calculation. */
@media (max-width: 64em) {
	.slidermainpage .wpsisac-slick-slider,
	.slidermainpage .slick-list,
	.slidermainpage .slick-track,
	.slidermainpage .slick-slide,
	.slidermainpage .wpsisac-image-slide,
	.slidermainpage .wpsisac-slide-wrap {
		height: auto !important;
		min-height: 0 !important;
	}

	.slidermainpage {
		width: 100%;
	}

	.slidermainpage .slick-list {
		overflow: hidden !important;
	}

	.slidermainpage .slick-slide,
	.slidermainpage .wpsisac-image-slide {
		aspect-ratio: 3 / 1;
		overflow: hidden;
	}

	.slidermainpage .wpsisac-slide-wrap,
	.slidermainpage .wpsisac-slide-wrap > a {
		display: block;
		width: 100%;
		height: 100% !important;
	}

	.slidermainpage .wpsisac-slide-wrap img {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		margin: 0 auto !important;
		object-fit: contain !important;
		object-position: center !important;
	}

	.slidermainpage .slick-arrow {
		width: 40px !important;
		height: 50px !important;
	}

	body.home .mainarea.area1 .slidermainpage .slick-prev.slick-arrow {
		left: 0.75rem !important;
	}

	body.home .mainarea.area1 .slidermainpage .slick-next.slick-arrow {
		right: 0.75rem !important;
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	#top-bar2 {
		min-height: 88px;
	}

	#top-bar2 .logo {
		flex-basis: 205px;
		margin-right: 1rem;
	}

	#top-bar2 .top_marki {
		height: 74px;
		padding: 3px 0;
	}

	.top_marki .wpsisac-slick-carousal.design-1 {
		height: 68px;
		padding: 0 36px;
	}

	.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide {
		height: 68px;
		padding: 3px 4px !important;
	}

	.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide-wrap {
		height: 62px !important;
		padding: 7px 9px;
	}

	.top_marki .wpsisac-slick-carousal.design-1 .wpsisac-image-slide-wrap img {
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 46px !important;
		margin: auto !important;
	}

	.top_marki .wpsisac-slick-carousal.design-1 .slick-arrow {
		top: 34px !important;
		width: 30px !important;
		height: 56px !important;
	}

	.top_marki .wpsisac-slick-carousal.design-1 .slick-prev {
		left: 2px !important;
	}

	.top_marki .wpsisac-slick-carousal.design-1 .slick-next {
		right: 2px !important;
	}
}

@media (max-width: 39.9375em) {
	body.home .rider-slider--desktop-has-mobile {
		display: none !important;
	}

	body.home .rider-slider--mobile {
		display: block;
	}

	body.home .rider-slider--mobile .slick-slide,
	body.home .rider-slider--mobile .wpsisac-image-slide {
		aspect-ratio: 4 / 3;
	}

	body.home .rider-slider--mobile .wpsisac-slide-wrap img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		object-position: center !important;
	}

	.slidermainpage .slick-arrow {
		width: 32px !important;
		height: 40px !important;
		background: rgba(4, 26, 54, 0.74) !important;
	}

	body.home .mainarea.area1 .slidermainpage .slick-prev.slick-arrow {
		left: 0.4rem !important;
	}

	body.home .mainarea.area1 .slidermainpage .slick-next.slick-arrow {
		right: 0.4rem !important;
	}

	body.home .mainarea.area1 .slidermainpage .wpsisac-slick-slider .slick-dots {
		bottom: 0.4rem !important;
		left: 38px !important;
		right: 38px !important;
	}

	.slidermainpage .slick-dots li {
		margin: 0 1px !important;
	}

	.slidermainpage .slick-dots li button {
		width: 6px !important;
		height: 6px !important;
	}

	.slidermainpage .slick-dots li.slick-active button {
		width: 16px !important;
	}
}

.rider-svg-frame-host > .rider-tech-frame-svg {
	position: absolute !important;
	z-index: 20;
	display: block;
	max-width: none !important;
	margin: 0 !important;
	overflow: visible;
	pointer-events: none;
}

/* Rider 3.3.17 desktop navigation refresh. Keep the tablet/mobile menu rules
 * unchanged and give the large-screen header the same visual rhythm as hero. */
@media (min-width: 64em) {
	.top1 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		box-shadow: 0 10px 24px rgba(4, 26, 54, 0.12);
	}

	.top-main {
		padding-right: 0;
		padding-left: 0;
	}

	#top-bar-menu {
		gap: 0.55rem;
		min-height: 64px;
	}

	#top-bar-menu .top-bar-right.show-for-medium {
		display: flex !important;
		align-items: center;
	}

	#top-bar-menu .menu {
		flex-wrap: nowrap;
		gap: 0.4rem;
	}

	#top-bar-menu .menu > li > a {
		--rider-menu-cut: 6px;
		display: flex;
		position: relative;
		align-items: center;
		min-height: 44px;
		margin: 0;
		padding: 0.78rem 0.68rem;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent;
		color: rgba(255, 255, 255, 0.88);
		font-size: 0.86rem;
		font-weight: 600;
		letter-spacing: 0.005em;
		line-height: 1;
		white-space: nowrap;
		clip-path: none !important;
		transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
	}

	#top-bar-menu .menu > li.link2 > a {
		font-weight: 600;
	}

	#top-bar-menu .menu > li:not(.sklep):not(.b2b) > a {
		--rider-component-cut: var(--rider-menu-cut);
		--rider-tech-svg-border-width: 1px;
		--rider-tech-border-color: rgba(255, 255, 255, 0);
		border: 1px solid transparent !important;
		clip-path: polygon(
			var(--rider-menu-cut) 0,
			100% 0,
			100% calc(100% - var(--rider-menu-cut)),
			calc(100% - var(--rider-menu-cut)) 100%,
			0 100%,
			0 var(--rider-menu-cut)
		) !important;
	}

	#top-bar-menu .menu > li:not(.sklep):not(.b2b) > a::after {
		position: absolute;
		right: 0.68rem;
		bottom: 0.36rem;
		left: 0.68rem;
		height: 2px;
		border-radius: 0;
		background: var(--rider-red);
		content: "";
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform 160ms ease;
	}

	#top-bar-menu .menu > li:not(.sklep):not(.b2b) > a:hover,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b) > a:focus,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b).active > a,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b).current-menu-item > a,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b).current_page_item > a,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b).current-menu-ancestor > a {
		--rider-tech-border-color: rgba(255, 255, 255, 0.3);
		background: rgba(255, 255, 255, 0.09) !important;
		color: #fff;
		transform: none;
	}

	#top-bar-menu .menu > li:not(.sklep):not(.b2b) > a:hover::after,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b) > a:focus::after,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b).active > a::after,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b).current-menu-item > a::after,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b).current_page_item > a::after,
	#top-bar-menu .menu > li:not(.sklep):not(.b2b).current-menu-ancestor > a::after {
		display: block !important;
		z-index: 21;
		content: "" !important;
		transform: scaleX(1);
	}

	#top-bar-menu .menu > li:not(.sklep):not(.b2b) > a.rider-svg-frame-host::after {
		display: block !important;
		z-index: 21;
		content: "" !important;
	}

	#top-bar-menu .menu > li.sklep {
		margin-left: 0;
	}

	#top-bar-menu .menu > li.b2b {
		margin-right: 0;
		margin-left: 0;
	}

	#top-bar-menu .menu > li.sklep > a,
	#top-bar-menu .menu > li.b2b > a {
		--rider-component-cut: 8px;
		overflow: visible;
		min-height: 44px;
		padding: 0.74rem 0.88rem !important;
		border: 1px solid rgba(255, 255, 255, 0.25) !important;
		border-radius: 0 !important;
		font-weight: 700;
		clip-path: polygon(
			var(--rider-component-cut) 0,
			100% 0,
			100% calc(100% - var(--rider-component-cut)),
			calc(100% - var(--rider-component-cut)) 100%,
			0 100%,
			0 var(--rider-component-cut)
		) !important;
	}

	#top-bar-menu .menu > li.sklep > a {
		--rider-tech-border-color: rgba(255, 255, 255, 0.28);
		background: rgba(255, 255, 255, 0.08);
		color: #fff;
	}

	#top-bar-menu .menu > li.sklep > a:hover,
	#top-bar-menu .menu > li.sklep > a:focus {
		--rider-tech-border-color: rgba(255, 255, 255, 0.52);
		background: rgba(255, 255, 255, 0.15);
		color: #fff;
		transform: translateY(-1px);
	}

	#top-bar-menu .menu > li.b2b > a {
		--rider-tech-border-color: rgba(255, 255, 255, 0.34);
		border-color: var(--rider-red) !important;
		background: var(--rider-red);
		color: #fff;
		box-shadow: 0 8px 18px rgba(227, 30, 47, 0.2);
	}

	#top-bar-menu .menu > li.b2b > a:hover,
	#top-bar-menu .menu > li.b2b > a:focus {
		--rider-tech-border-color: rgba(255, 255, 255, 0.52);
		background: var(--rider-red-dark);
		color: #fff;
		box-shadow: 0 10px 22px rgba(227, 30, 47, 0.3);
		transform: translateY(-1px);
	}

	#top-bar-menu .menu > li.sklep b,
	#top-bar-menu .menu > li.b2b b {
		color: inherit !important;
		font-weight: 700;
	}

	#top-bar-menu .menu > li.sklep > a::before,
	#top-bar-menu .menu > li.b2b > a::before,
	#top-bar-menu .menu > li.sklep > a.rider-svg-frame-host::before,
	#top-bar-menu .menu > li.b2b > a.rider-svg-frame-host::before {
		display: inline-block !important;
		margin-right: 0.45rem;
		color: #ff7180;
		font: normal normal normal 0.9rem/1 FontAwesome;
		content: "\f07a" !important;
	}

	#top-bar-menu .menu > li.b2b > a::before,
	#top-bar-menu .menu > li.b2b > a.rider-svg-frame-host::before {
		color: #fff;
		content: "\f007" !important;
	}

	.searchform-top {
		flex: 0 1 190px;
		height: 44px;
		margin: 0;
		background: rgba(255, 255, 255, 0.08);
	}

	.searchform-top .search-submit {
		top: 5px;
		right: 7px;
		height: 32px;
	}

	.rider-language-switcher {
		height: 44px;
		margin: 0;
	}
}

/* Portrait tablets: five standard destinations form a balanced first row.
 * Commercial CTAs, search and languages share the second row. Using display:
 * contents lets every real control participate in one grid without changing
 * the semantic WordPress menu markup. This rule follows the desktop block so
 * it also overrides it at the exact 1024 px iPad breakpoint. */
@media (min-width: 40em) and (max-width: 64em) and (orientation: portrait) {
	.header {
		top: -88px;
	}

	.top-main {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	#top-bar-menu {
		display: grid;
		align-items: center;
		min-height: 104px;
		padding: 0.4rem 0;
		grid-template-columns: repeat(10, minmax(0, 1fr));
		grid-template-rows: 42px 48px;
		gap: 0.35rem 0.4rem;
	}

	#top-bar-menu .top-bar-right.show-for-medium {
		display: contents !important;
	}

	#top-bar-menu .menu {
		display: contents;
	}

	#top-bar-menu .menu > li {
		display: flex;
		float: none;
		min-width: 0;
	}

	#top-bar-menu .menu > li:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
	#top-bar-menu .menu > li:nth-child(2) { grid-column: 3 / 5; grid-row: 1; }
	#top-bar-menu .menu > li:nth-child(3) { grid-column: 5 / 7; grid-row: 1; }
	#top-bar-menu .menu > li:nth-child(4) { grid-column: 7 / 9; grid-row: 1; }
	#top-bar-menu .menu > li:not(.sklep):not(.b2b):last-child { grid-column: 9 / 11; grid-row: 1; }

	#top-bar-menu .menu > li:not(.sklep):not(.b2b) > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 42px;
		margin: 0;
		padding: 0.65rem 0.45rem;
		font-size: 0.76rem;
		white-space: nowrap;
	}

	#top-bar-menu .menu > li.sklep {
		grid-column: 1 / 3;
		grid-row: 2;
	}

	#top-bar-menu .menu > li.b2b {
		grid-column: 3 / 5;
		grid-row: 2;
	}

	#top-bar-menu .menu > li.sklep > a,
	#top-bar-menu .menu > li.b2b > a {
		--rider-component-cut: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 48px;
		margin: 0;
		padding: 0.7rem 0.65rem !important;
		border: 1px solid rgba(255, 255, 255, 0.25) !important;
		border-radius: 0 !important;
		color: #fff !important;
		font-size: 0.76rem;
		font-weight: 700;
		white-space: nowrap;
		clip-path: polygon(
			var(--rider-component-cut) 0,
			100% 0,
			100% calc(100% - var(--rider-component-cut)),
			calc(100% - var(--rider-component-cut)) 100%,
			0 100%,
			0 var(--rider-component-cut)
		) !important;
	}

	#top-bar-menu .menu > li.sklep > a {
		--rider-tech-border-color: rgba(255, 255, 255, 0.28);
		background: rgba(255, 255, 255, 0.08);
	}

	#top-bar-menu .menu > li.b2b > a {
		--rider-tech-border-color: rgba(255, 255, 255, 0.34);
		border-color: var(--rider-red) !important;
		background: var(--rider-red);
		box-shadow: 0 8px 18px rgba(227, 30, 47, 0.2);
	}

	#top-bar-menu .menu > li.sklep > a:hover,
	#top-bar-menu .menu > li.sklep > a:focus {
		--rider-tech-border-color: rgba(255, 255, 255, 0.52);
		background: rgba(255, 255, 255, 0.15);
		color: #fff;
	}

	#top-bar-menu .menu > li.b2b > a:hover,
	#top-bar-menu .menu > li.b2b > a:focus {
		--rider-tech-border-color: rgba(255, 255, 255, 0.52);
		background: var(--rider-red-dark);
		color: #fff;
		box-shadow: 0 10px 22px rgba(227, 30, 47, 0.3);
	}

	#top-bar-menu .menu > li.sklep b,
	#top-bar-menu .menu > li.b2b b {
		color: #fff !important;
		font-weight: 700;
	}

	#top-bar-menu .menu > li.sklep > a::before,
	#top-bar-menu .menu > li.b2b > a::before,
	#top-bar-menu .menu > li.sklep > a.rider-svg-frame-host::before,
	#top-bar-menu .menu > li.b2b > a.rider-svg-frame-host::before {
		display: inline-block !important;
		margin-right: 0.45rem;
		color: #ff7180;
		font: normal normal normal 0.9rem/1 FontAwesome;
		content: "\f07a" !important;
	}

	#top-bar-menu .menu > li.b2b > a::before,
	#top-bar-menu .menu > li.b2b > a.rider-svg-frame-host::before {
		color: #fff;
		content: "\f007" !important;
	}

	#top-bar-menu .searchform-top {
		float: none;
		width: 100%;
		height: 48px;
		margin: 0;
		grid-column: 5 / 9;
		grid-row: 2;
	}

	#top-bar-menu .rider-language-switcher {
		width: 100%;
		height: 48px;
		margin: 0;
		justify-content: center;
		grid-column: 9 / 11;
		grid-row: 2;
	}
}

/* Downloadable catalog directory. */
.rider-catalog-page {
	color: #293548;
}

.rider-catalog-page .rider-button {
	font-weight: 800;
	text-decoration: none;
}

.rider-catalog-hero,
.rider-catalog-stat,
.rider-catalog-search,
.rider-catalog-card,
.rider-catalog-help {
	--rider-component-cut: 14px;
	position: relative;
	border-radius: 0;
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-catalog-hero {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	display: grid;
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background:
		radial-gradient(circle at 91% 2%, rgba(42, 123, 207, 0.5), transparent 35%),
		linear-gradient(125deg, var(--rider-navy-deep), #073b74 72%, var(--rider-blue));
	color: rgba(255, 255, 255, 0.8);
	box-shadow: var(--rider-shadow);
	grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.65fr);
	gap: clamp(2rem, 5vw, 4.5rem);
}

.rider-catalog-hero .rider-kicker,
.rider-catalog-help .rider-kicker {
	color: #ff7b87;
}

.rider-catalog-hero h1 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 5vw, 4.6rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.04;
	text-wrap: balance;
}

.rider-catalog-hero__lead {
	max-width: 760px;
	margin: 1.35rem 0 0;
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	line-height: 1.75;
}

.rider-catalog-hero__facts {
	display: grid;
	align-content: center;
	gap: 0.85rem;
}

.rider-catalog-stat {
	--rider-component-cut: 10px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 94px;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
}

.rider-catalog-stat strong {
	color: #fff;
	font-size: clamp(1.18rem, 2vw, 1.55rem);
	line-height: 1.15;
}

.rider-catalog-stat span {
	margin-top: 0.4rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
	line-height: 1.35;
}

.rider-catalog-directory {
	margin-top: clamp(3.5rem, 7vw, 6rem);
}

.rider-catalog-heading {
	max-width: 850px;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.rider-catalog-heading h2,
.rider-catalog-help h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.2vw, 2.8rem);
	text-wrap: balance;
}

.rider-catalog-heading > p:last-child {
	margin: 1rem 0 0;
	color: var(--rider-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.rider-catalog-toolbar {
	display: grid;
	align-items: center;
	margin-bottom: 1.5rem;
	grid-template-columns: minmax(260px, 1fr) auto auto;
	gap: 0.8rem;
}

.rider-catalog-search {
	--rider-component-cut: 10px;
	--rider-tech-border-color: #aebfd2;
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0 1rem;
	border: 1px solid #aebfd2;
	background: #fff;
	color: var(--rider-blue);
}

.rider-catalog-search .fa {
	flex: 0 0 auto;
	margin-right: 0.65rem;
}

.rider-catalog-search input {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--rider-ink);
	font: inherit;
}

.rider-catalog-search input:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
	outline: 0;
}

.rider-catalog-search:focus-within {
	--rider-tech-border-color: var(--rider-red);
	border-color: var(--rider-red);
	box-shadow: 0 0 0 3px rgba(227, 30, 47, 0.12);
}

.rider-catalog-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.rider-catalog-filter {
	--rider-component-cut: 7px;
	min-height: 42px;
	margin: 0;
	padding: 0.58rem 0.78rem;
	border: 1px solid #b9c8d8;
	background: #fff;
	color: var(--rider-navy);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.rider-catalog-filter:hover,
.rider-catalog-filter:focus,
.rider-catalog-filter.is-active {
	--rider-tech-border-color: var(--rider-red);
	border-color: var(--rider-red);
	background: var(--rider-red);
	color: #fff;
}

.rider-catalog-results {
	min-width: 90px;
	margin: 0;
	color: var(--rider-muted);
	font-size: 0.86rem;
	text-align: right;
}

.rider-catalog-results strong {
	color: var(--rider-navy);
}

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

.rider-catalog-card {
	--rider-tech-border-color: var(--rider-line);
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 248px;
	padding: 1.25rem;
	border: 1px solid var(--rider-line);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.rider-catalog-card:hover,
.rider-catalog-card:focus-within {
	--rider-tech-border-color: var(--rider-red);
	box-shadow: 0 14px 30px rgba(7, 45, 92, 0.13);
	transform: translateY(-3px);
}

.rider-catalog-card[hidden] {
	display: none !important;
}

.rider-catalog-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
}

.rider-catalog-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: var(--rider-red);
	color: #fff;
	font-size: 1.35rem;
	clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
}

.rider-catalog-year {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0.3rem 0.55rem;
	background: #edf4fb;
	color: var(--rider-blue);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
}

.rider-catalog-year--archive {
	background: #f1f2f4;
	color: var(--rider-muted);
}

.rider-catalog-card h3 {
	margin: 1.15rem 0 0;
	font-size: 1.18rem;
	line-height: 1.25;
	text-wrap: balance;
}

.rider-catalog-card > p {
	margin: 0.6rem 0 1rem;
	color: var(--rider-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.rider-catalog-download {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 42px;
	margin-top: auto;
	padding: 0.65rem 0.8rem;
	border-top: 1px solid var(--rider-line);
	color: var(--rider-navy);
	font-size: 0.84rem;
	font-weight: 800 !important;
	text-decoration: none;
}

.rider-catalog-download .fa {
	color: var(--rider-red);
}

.rider-catalog-download:hover,
.rider-catalog-download:focus {
	color: var(--rider-red);
}

.rider-catalog-empty {
	margin: 2rem 0 0;
	padding: 2.5rem 1rem;
	border: 1px dashed #b9c8d8;
	background: var(--rider-canvas);
	text-align: center;
}

.rider-catalog-empty .fa {
	color: var(--rider-red);
	font-size: 1.6rem;
}

.rider-catalog-empty h3 {
	margin: 0.8rem 0 0;
}

.rider-catalog-empty p {
	margin: 0.5rem 0 0;
	color: var(--rider-muted);
}

.rider-catalog-help {
	--rider-component-cut: 22px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: clamp(3.5rem, 7vw, 6rem);
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: linear-gradient(125deg, var(--rider-navy-deep), #073b74 75%, var(--rider-blue));
	color: rgba(255, 255, 255, 0.78);
	box-shadow: var(--rider-shadow);
	gap: clamp(2rem, 5vw, 5rem);
}

.rider-catalog-help > div:first-child {
	max-width: 760px;
}

.rider-catalog-help h2 {
	color: #fff;
}

.rider-catalog-help p:not(.rider-kicker) {
	margin: 1rem 0 0;
	line-height: 1.75;
}

.rider-catalog-help__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0.75rem;
}

@media (max-width: 64em) {
	.rider-catalog-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-catalog-hero__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rider-catalog-toolbar {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-catalog-results {
		text-align: left;
	}

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

	.rider-catalog-help {
		align-items: flex-start;
		flex-direction: column;
	}

	.rider-catalog-help__actions {
		width: 100%;
	}
}

@media (max-width: 50em) {
	.rider-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 39.9375em) {
	.rider-catalog-hero {
		--rider-component-cut: 16px;
		padding: 1.6rem 1.25rem;
		gap: 1.5rem;
	}

	.rider-catalog-hero h1 {
		font-size: 2.1rem;
	}

	.rider-catalog-hero__facts,
	.rider-catalog-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-catalog-stat {
		min-height: 80px;
	}

	.rider-catalog-directory,
	.rider-catalog-help {
		margin-top: 3.5rem;
	}

	.rider-catalog-filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-catalog-filter {
		width: 100%;
	}

	.rider-catalog-card {
		min-height: 220px;
	}

	.rider-catalog-help {
		padding: 1.5rem 1.25rem;
	}

	.rider-catalog-help__actions,
	.rider-catalog-help__actions .rider-button {
		width: 100%;
	}
}

/* Company page. */
.rider-company-content #main {
	padding: clamp(1rem, 3vw, 2rem);
}

.rider-company-page {
	color: #293548;
}

.rider-company-page .rider-button {
	font-weight: 800;
	text-decoration: none;
}

.rider-company-page h2 {
	font-size: clamp(1.8rem, 3.2vw, 2.8rem);
	text-wrap: balance;
}

.rider-company-page h3 {
	text-wrap: balance;
}

.rider-company-hero,
.rider-company-stat,
.rider-company-timeline__card,
.rider-company-service,
.rider-company-certificate,
.rider-company-cta {
	--rider-component-cut: 14px;
	position: relative;
	border-radius: 0;
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-company-hero {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	display: grid;
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background:
		radial-gradient(circle at 92% 3%, rgba(42, 123, 207, 0.48), transparent 35%),
		linear-gradient(125deg, var(--rider-navy-deep), #073b74 72%, var(--rider-blue));
	color: rgba(255, 255, 255, 0.8);
	box-shadow: var(--rider-shadow);
	grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.65fr);
	gap: clamp(2rem, 5vw, 4.5rem);
}

.rider-company-hero .rider-kicker,
.rider-company-cta .rider-kicker {
	color: #ff7b87;
}

.rider-company-hero h1 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 5vw, 4.7rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.04;
	text-wrap: balance;
}

.rider-company-hero__lead {
	max-width: 760px;
	margin: 1.35rem 0 0;
	font-size: clamp(1rem, 1.7vw, 1.2rem);
	line-height: 1.75;
}

.rider-company-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.rider-company-hero__facts {
	display: grid;
	align-content: center;
	gap: 0.85rem;
}

.rider-company-stat {
	--rider-component-cut: 10px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 98px;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
}

.rider-company-stat strong {
	color: #fff;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.1;
}

.rider-company-stat span {
	margin-top: 0.4rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
	line-height: 1.35;
}

.rider-company-overview {
	display: grid;
	align-items: center;
	margin-top: clamp(2.5rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(2rem, 5vw, 5rem);
}

.rider-company-overview__media {
	--rider-component-cut: 20px;
	--rider-tech-border-color: rgba(7, 45, 92, 0.13);
	position: relative;
	overflow: hidden;
	min-height: 430px;
	border: 1px solid rgba(7, 45, 92, 0.13);
	background: #e9eef4;
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-company-overview__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
	object-position: 31% center;
}

.rider-company-overview__copy h2 {
	margin: 0;
}

.rider-company-overview__copy > p:not(.rider-kicker) {
	margin: 1rem 0 0;
	color: var(--rider-muted);
	font-size: 1rem;
	line-height: 1.8;
}

.rider-company-checklist {
	display: grid;
	margin: 1.5rem 0 0;
	padding: 0;
	gap: 0.75rem;
	list-style: none;
}

.rider-company-checklist li {
	display: flex;
	align-items: flex-start;
	color: var(--rider-ink);
	font-weight: 700;
	line-height: 1.5;
}

.rider-company-checklist .fa {
	flex: 0 0 24px;
	margin-top: 0.18rem;
	color: var(--rider-red);
}

.rider-company-section {
	margin-top: clamp(3.5rem, 7vw, 6rem);
}

.rider-company-heading {
	max-width: 850px;
	margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.rider-company-heading h2 {
	margin: 0;
}

.rider-company-heading > p:last-child {
	margin: 1rem 0 0;
	color: var(--rider-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.rider-company-timeline {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.rider-company-timeline::before {
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 50%;
	width: 2px;
	background: linear-gradient(var(--rider-red), var(--rider-blue));
	content: "";
	transform: translateX(-1px);
}

.rider-company-timeline > li {
	position: relative;
	width: 50%;
	padding: 0 2.25rem 1.5rem 0;
}

.rider-company-timeline > li:nth-child(even) {
	margin-left: 50%;
	padding-right: 0;
	padding-left: 2.25rem;
}

.rider-company-timeline > li::before {
	position: absolute;
	z-index: 2;
	top: 23px;
	right: -8px;
	width: 16px;
	height: 16px;
	border: 4px solid #fff;
	background: var(--rider-red);
	box-shadow: 0 0 0 2px rgba(227, 30, 47, 0.3);
	content: "";
	transform: rotate(45deg);
}

.rider-company-timeline > li:nth-child(even)::before {
	right: auto;
	left: -8px;
}

.rider-company-timeline__card {
	--rider-tech-border-color: var(--rider-line);
	min-height: 168px;
	padding: 1.25rem 1.35rem;
	border: 1px solid var(--rider-line);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-company-timeline__year {
	display: inline-block;
	margin-bottom: 0.55rem;
	color: var(--rider-red);
	font-size: 1.12rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.rider-company-timeline__card h3 {
	margin: 0;
	font-size: 1.12rem;
}

.rider-company-timeline__card p {
	margin: 0.65rem 0 0;
	color: var(--rider-muted);
	font-size: 0.92rem;
	line-height: 1.65;
}

.rider-company-services {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rider-company-service {
	--rider-tech-border-color: var(--rider-line);
	padding: clamp(1.3rem, 2.5vw, 2rem);
	border: 1px solid var(--rider-line);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-company-service__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: var(--rider-red);
	color: #fff;
	font-size: 1.25rem;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.rider-company-service h3 {
	margin: 1.15rem 0 0;
	font-size: 1.2rem;
}

.rider-company-service p {
	margin: 0.75rem 0 0;
	color: var(--rider-muted);
	line-height: 1.7;
}

.rider-company-brands {
	--rider-component-cut: 18px;
	--rider-tech-border-color: #dbe5f0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: clamp(3.5rem, 7vw, 6rem);
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid #dbe5f0;
	background: linear-gradient(120deg, #eef4fa, #fff);
	gap: clamp(1.5rem, 4vw, 4rem);
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-company-brands > div {
	max-width: 820px;
}

.rider-company-brands h2 {
	margin: 0;
}

.rider-company-brands p:last-child {
	margin: 1rem 0 0;
	color: var(--rider-muted);
	line-height: 1.75;
}

.rider-company-button--dark {
	flex: 0 0 auto;
	border: 1px solid var(--rider-navy);
	background: var(--rider-navy);
	color: #fff;
}

.rider-company-button--dark:hover,
.rider-company-button--dark:focus {
	background: var(--rider-red);
	color: #fff;
}

.rider-company-certificates__grid {
	display: grid;
	max-width: 900px;
	margin: 0 auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.9rem, 2vw, 1.5rem);
}

.rider-company-certificate {
	--rider-tech-border-color: var(--rider-line);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem;
	border: 1px solid var(--rider-line);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
	color: var(--rider-navy);
	text-align: center;
	text-decoration: none;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.rider-company-certificate img {
	display: block;
	width: auto;
	height: min(38vw, 300px);
	max-width: 100%;
	object-fit: contain;
}

.rider-company-certificate span {
	margin-top: 0.85rem;
	font-weight: 800;
}

.rider-company-certificate .fa {
	margin-left: 0.4rem;
	color: var(--rider-red);
}

.rider-company-certificate:hover,
.rider-company-certificate:focus {
	--rider-tech-border-color: var(--rider-red);
	box-shadow: 0 14px 30px rgba(7, 45, 92, 0.13);
	color: var(--rider-red);
	transform: translateY(-3px);
}

.rider-company-cta {
	--rider-component-cut: 22px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: clamp(3.5rem, 7vw, 6rem);
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: linear-gradient(125deg, var(--rider-navy-deep), #073b74 75%, var(--rider-blue));
	color: rgba(255, 255, 255, 0.78);
	box-shadow: var(--rider-shadow);
	gap: clamp(2rem, 5vw, 5rem);
}

.rider-company-cta > div:first-child {
	max-width: 760px;
}

.rider-company-cta h2 {
	margin: 0;
	color: #fff;
}

.rider-company-cta p:not(.rider-kicker) {
	margin: 1rem 0 0;
	line-height: 1.75;
}

.rider-company-cta .rider-company-actions {
	flex: 0 0 auto;
	margin-top: 0;
}

@media (max-width: 64em) {
	.rider-company-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-company-hero__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rider-company-overview {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-company-overview__media,
	.rider-company-overview__media img {
		min-height: 360px;
	}

	.rider-company-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-company-service:last-child {
		grid-column: 1 / -1;
	}

	.rider-company-brands,
	.rider-company-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.rider-company-cta .rider-company-actions {
		width: 100%;
	}
}

@media (max-width: 39.9375em) {
	.rider-company-content #main {
		padding: 0.75rem;
	}

	.rider-company-hero {
		--rider-component-cut: 16px;
		padding: 1.6rem 1.25rem;
		gap: 1.5rem;
	}

	.rider-company-hero h1 {
		font-size: 2.1rem;
	}

	.rider-company-actions,
	.rider-company-actions .rider-button {
		width: 100%;
	}

	.rider-company-hero__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-company-stat {
		min-height: 82px;
	}

	.rider-company-overview {
		margin-top: 2.75rem;
		gap: 1.75rem;
	}

	.rider-company-overview__media,
	.rider-company-overview__media img {
		min-height: 260px;
	}

	.rider-company-overview__media img {
		object-position: 28% center;
	}

	.rider-company-section,
	.rider-company-brands,
	.rider-company-cta {
		margin-top: 3.5rem;
	}

	.rider-company-timeline::before {
		left: 8px;
	}

	.rider-company-timeline > li,
	.rider-company-timeline > li:nth-child(even) {
		width: 100%;
		margin-left: 0;
		padding: 0 0 1rem 2rem;
	}

	.rider-company-timeline > li::before,
	.rider-company-timeline > li:nth-child(even)::before {
		right: auto;
		left: 0;
	}

	.rider-company-timeline__card {
		min-height: 0;
	}

	.rider-company-services,
	.rider-company-certificates__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-company-service:last-child {
		grid-column: auto;
	}

	.rider-company-brands,
	.rider-company-cta {
		padding: 1.5rem 1.25rem;
	}

	.rider-company-button--dark {
		width: 100%;
	}

	.rider-company-certificates__grid {
		max-width: 290px;
	}

	.rider-company-certificate img {
		height: auto;
		max-height: 300px;
	}
}

/* Careers page. */
.rider-jobs-page {
	color: #293548;
}

.rider-jobs-page .rider-button {
	font-weight: 800;
	text-decoration: none;
}

.rider-jobs-page h2 {
	font-size: clamp(1.8rem, 3.2vw, 2.8rem);
	text-wrap: balance;
}

.rider-jobs-hero,
.rider-jobs-stat,
.rider-jobs-nav,
.rider-job-card,
.rider-jobs-apply,
.rider-jobs-consent {
	--rider-component-cut: 14px;
	position: relative;
	border-radius: 0;
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-jobs-hero {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	display: grid;
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background:
		radial-gradient(circle at 92% 3%, rgba(42, 123, 207, 0.48), transparent 35%),
		linear-gradient(125deg, var(--rider-navy-deep), #073b74 72%, var(--rider-blue));
	color: rgba(255, 255, 255, 0.8);
	box-shadow: var(--rider-shadow);
	grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.65fr);
	gap: clamp(2rem, 5vw, 4.5rem);
}

.rider-jobs-hero .rider-kicker,
.rider-jobs-apply .rider-kicker {
	color: #ff7b87;
}

.rider-jobs-hero h1 {
	max-width: 860px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 5vw, 4.7rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.04;
	text-wrap: balance;
}

.rider-jobs-hero__lead {
	max-width: 780px;
	margin: 1.35rem 0 1.75rem;
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	line-height: 1.75;
}

.rider-jobs-hero__facts {
	display: grid;
	align-content: center;
	gap: 0.85rem;
}

.rider-jobs-stat {
	--rider-component-cut: 10px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 96px;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
}

.rider-jobs-stat strong {
	color: #fff;
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	line-height: 1.1;
}

.rider-jobs-stat span {
	margin-top: 0.4rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
	line-height: 1.35;
}

.rider-jobs-section {
	margin-top: clamp(3.5rem, 7vw, 6rem);
}

.rider-jobs-heading {
	max-width: 850px;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.rider-jobs-heading h2 {
	margin: 0;
}

.rider-jobs-heading > p:last-child {
	margin: 1rem 0 0;
	color: var(--rider-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.rider-jobs-nav {
	--rider-component-cut: 16px;
	--rider-tech-border-color: #dbe5f0;
	display: grid;
	margin-bottom: 1.25rem;
	padding: 0.8rem;
	border: 1px solid #dbe5f0;
	background: #eef4fa;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem;
}

.rider-jobs-nav a {
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 0.8rem 0.95rem;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 4px 12px rgba(7, 45, 92, 0.04);
	color: var(--rider-navy);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.rider-jobs-nav a .fa {
	flex: 0 0 24px;
	margin-right: 0.45rem;
	color: var(--rider-red);
	font-size: 1rem;
}

.rider-jobs-nav a:hover,
.rider-jobs-nav a:focus {
	border-color: var(--rider-red);
	box-shadow: 0 8px 20px rgba(7, 45, 92, 0.1);
	color: var(--rider-red);
	transform: translateY(-2px);
}

.rider-jobs-list {
	display: grid;
	gap: 1.25rem;
}

.rider-job-card {
	--rider-component-cut: 18px;
	--rider-tech-border-color: var(--rider-line);
	padding: clamp(1.4rem, 3.2vw, 2.4rem);
	border: 1px solid var(--rider-line);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
	scroll-margin-top: 110px;
}

.rider-job-card:target {
	--rider-tech-border-color: var(--rider-red);
	border-color: var(--rider-red);
	box-shadow: 0 16px 36px rgba(7, 45, 92, 0.14);
}

.rider-job-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.rider-job-card__category {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--rider-red);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rider-job-card h3 {
	margin: 0;
	color: var(--rider-navy);
	font-size: clamp(1.45rem, 2.7vw, 2rem);
	line-height: 1.15;
	text-wrap: balance;
}

.rider-job-card__icon {
	display: inline-flex;
	flex: 0 0 52px;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: var(--rider-red);
	color: #fff;
	font-size: 1.2rem;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.rider-job-meta {
	display: flex;
	flex-wrap: wrap;
	margin: 1.15rem 0 0;
	padding: 0;
	gap: 0.55rem;
	list-style: none;
}

.rider-job-meta li {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0.45rem 0.7rem;
	background: #edf3f9;
	color: #40526a;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.3;
}

.rider-job-meta .fa {
	margin-right: 0.45rem;
	color: var(--rider-red);
}

.rider-job-card__intro {
	max-width: 1020px;
	margin: 1.25rem 0 0;
	color: var(--rider-muted);
	font-size: 1rem;
	line-height: 1.75;
}

.rider-job-columns {
	display: grid;
	margin-top: 1.4rem;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 0.8rem;
}

.rider-job-columns > section {
	min-width: 0;
	padding: 1.1rem 1.15rem;
	border-top: 3px solid var(--rider-red);
	background: #f5f8fb;
}

.rider-job-columns h4 {
	margin: 0;
	color: var(--rider-navy);
	font-size: 1rem;
	font-weight: 800;
}

.rider-job-list {
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
}

.rider-job-list li {
	position: relative;
	margin-top: 0.45rem;
	padding-left: 1.1rem;
	color: #4f6075;
	font-size: 0.91rem;
	line-height: 1.58;
}

.rider-job-list li:first-child {
	margin-top: 0;
}

.rider-job-list li::before {
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--rider-red);
	content: "";
	transform: rotate(45deg);
}

.rider-job-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.4rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--rider-line);
	gap: 1rem;
}

.rider-job-card__footer p {
	margin: 0;
	color: var(--rider-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.rider-job-card__footer .rider-button {
	flex: 0 0 auto;
}

.rider-jobs-apply {
	--rider-component-cut: 22px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	display: grid;
	align-items: center;
	margin-top: clamp(3.5rem, 7vw, 6rem);
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: linear-gradient(125deg, var(--rider-navy-deep), #073b74 75%, var(--rider-blue));
	color: rgba(255, 255, 255, 0.78);
	box-shadow: var(--rider-shadow);
	grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
	gap: clamp(1.5rem, 5vw, 4rem);
}

.rider-jobs-apply h2 {
	margin: 0;
	color: #fff;
}

.rider-jobs-apply > div:first-child > p:not(.rider-kicker):not(.rider-jobs-apply__note) {
	margin: 1rem 0 0;
	line-height: 1.75;
}

.rider-jobs-apply a {
	color: #fff;
	font-weight: 800;
}

.rider-jobs-apply a:hover,
.rider-jobs-apply a:focus {
	color: #ff9aa3;
}

.rider-jobs-apply__note {
	margin: 1.25rem 0 0;
	color: #fff;
	font-weight: 700;
}

.rider-jobs-apply__note .fa {
	margin-right: 0.4rem;
	color: #ff7b87;
}

.rider-jobs-consent {
	--rider-component-cut: 12px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.23);
	padding: 1.3rem 1.4rem;
	border: 1px solid rgba(255, 255, 255, 0.23);
	background: rgba(255, 255, 255, 0.1);
}

.rider-jobs-consent h3 {
	margin: 0;
	color: #fff;
	font-size: 1.15rem;
}

.rider-jobs-consent > p {
	margin: 0.6rem 0 0;
}

.rider-jobs-consent blockquote {
	margin: 0.9rem 0 0;
	padding: 1rem 1.1rem;
	border: 0;
	border-left: 4px solid var(--rider-red);
	background: #fff;
	box-shadow: 0 6px 18px rgba(1, 25, 53, 0.16);
	color: #30445c !important;
	font-size: 0.88rem;
	font-style: normal;
	line-height: 1.65;
}

@media (max-width: 64em) {
	.rider-jobs-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-jobs-hero__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rider-jobs-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-jobs-apply {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 39.9375em) {
	.rider-jobs-hero {
		--rider-component-cut: 16px;
		padding: 1.6rem 1.25rem;
		gap: 1.5rem;
	}

	.rider-jobs-hero h1 {
		font-size: 2.1rem;
	}

	.rider-jobs-hero .rider-button,
	.rider-job-card__footer .rider-button {
		width: 100%;
	}

	.rider-jobs-hero__facts,
	.rider-jobs-nav {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-jobs-stat {
		min-height: 82px;
	}

	.rider-jobs-section,
	.rider-jobs-apply {
		margin-top: 3.5rem;
	}

	.rider-jobs-nav {
		padding: 0.65rem;
	}

	.rider-job-card {
		--rider-component-cut: 13px;
		padding: 1.25rem;
		scroll-margin-top: 86px;
	}

	.rider-job-card__icon {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.rider-job-meta,
	.rider-job-meta li {
		width: 100%;
	}

	.rider-job-columns {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-job-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.rider-jobs-apply {
		padding: 1.5rem 1.25rem;
	}

	.rider-jobs-consent {
		padding: 1.15rem;
	}
}

/* Contact page. */
.rider-contact-page {
	color: #293548;
}

.rider-contact-page .rider-button {
	font-weight: 800;
	text-decoration: none;
}

.rider-contact-page h2 {
	font-size: clamp(1.8rem, 3.2vw, 2.8rem);
	text-wrap: balance;
}

.rider-contact-hero,
.rider-contact-stat,
.rider-contact-channel,
.rider-contact-company,
.rider-contact-location,
.rider-contact-map,
.rider-contact-department,
.rider-contact-person {
	--rider-component-cut: 14px;
	position: relative;
	border-radius: 0;
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-contact-hero {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	display: grid;
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background:
		radial-gradient(circle at 92% 3%, rgba(42, 123, 207, 0.48), transparent 35%),
		linear-gradient(125deg, var(--rider-navy-deep), #073b74 72%, var(--rider-blue));
	color: rgba(255, 255, 255, 0.8);
	box-shadow: var(--rider-shadow);
	grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.65fr);
	gap: clamp(2rem, 5vw, 4.5rem);
}

.rider-contact-hero .rider-kicker {
	color: #ff7b87;
}

.rider-contact-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 5vw, 4.7rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.04;
	text-wrap: balance;
}

.rider-contact-hero__lead {
	max-width: 760px;
	margin: 1.35rem 0 0;
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	line-height: 1.75;
}

.rider-contact-actions {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.75rem;
	gap: 0.75rem;
}

.rider-contact-actions .rider-button .fa {
	margin: 0 0.55rem 0 0;
}

.rider-contact-hero__facts {
	display: grid;
	align-content: center;
	gap: 0.85rem;
}

.rider-contact-stat {
	--rider-component-cut: 10px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 96px;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
}

.rider-contact-stat strong {
	color: #fff;
	font-size: clamp(1.18rem, 2vw, 1.55rem);
	line-height: 1.1;
}

.rider-contact-stat span {
	margin-top: 0.4rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
	line-height: 1.35;
}

.rider-contact-section {
	margin-top: clamp(3.5rem, 7vw, 6rem);
}

.rider-contact-heading {
	max-width: 850px;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.rider-contact-heading h2 {
	margin: 0;
}

.rider-contact-heading > p:last-child {
	margin: 1rem 0 0;
	color: var(--rider-muted);
	font-size: 1.04rem;
	line-height: 1.75;
}

.rider-contact-channels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.rider-contact-channel {
	--rider-component-cut: 18px;
	--rider-tech-border-color: var(--rider-line);
	display: grid;
	align-items: start;
	padding: clamp(1.4rem, 3vw, 2.2rem);
	border: 1px solid var(--rider-line);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 1.15rem;
}

.rider-contact-channel__icon,
.rider-contact-department__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	background: var(--rider-red);
	color: #fff;
	font-size: 1.2rem;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.rider-contact-channel__label {
	margin: 0 0 0.25rem;
	color: var(--rider-red);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.rider-contact-channel h3 {
	margin: 0;
	color: var(--rider-navy);
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	line-height: 1.2;
}

.rider-contact-links,
.rider-contact-person__links {
	margin: 1.05rem 0 0;
	padding: 0;
	list-style: none;
}

.rider-contact-links li,
.rider-contact-person__links li {
	display: flex;
	align-items: flex-start;
	margin-top: 0.55rem;
	line-height: 1.45;
}

.rider-contact-links li:first-child,
.rider-contact-person__links li:first-child {
	margin-top: 0;
}

.rider-contact-links .fa,
.rider-contact-person__links .fa {
	flex: 0 0 24px;
	margin-top: 0.18rem;
	color: var(--rider-red);
}

.rider-contact-links a,
.rider-contact-person__links a {
	min-width: 0;
	color: var(--rider-blue);
	font-weight: 800;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.rider-contact-links a:hover,
.rider-contact-links a:focus,
.rider-contact-person__links a:hover,
.rider-contact-person__links a:focus {
	color: var(--rider-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rider-contact-overview {
	display: grid;
	align-items: stretch;
	margin-top: clamp(3.5rem, 7vw, 6rem);
	grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
	gap: 1rem;
}

.rider-contact-company,
.rider-contact-location {
	--rider-component-cut: 20px;
	--rider-tech-border-color: var(--rider-line);
	border: 1px solid var(--rider-line);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-contact-company {
	padding: clamp(1.5rem, 3.5vw, 2.6rem);
}

.rider-contact-company h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.8vw, 2.25rem);
}

.rider-contact-address {
	display: flex;
	align-items: flex-start;
	margin: 1.3rem 0 0;
	color: var(--rider-ink);
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
}

.rider-contact-address .fa {
	flex: 0 0 28px;
	margin-top: 0.2rem;
	color: var(--rider-red);
	font-size: 1.2rem;
}

.rider-contact-company__details {
	display: grid;
	margin: 1.25rem 0 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
}

.rider-contact-company__details > div {
	padding: 0.75rem;
	background: #edf3f9;
}

.rider-contact-company__details dt {
	color: var(--rider-muted);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rider-contact-company__details dd {
	margin: 0.2rem 0 0;
	color: var(--rider-navy);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.3;
}

.rider-contact-hours {
	display: flex;
	align-items: center;
	margin-top: 1.15rem;
	padding: 0.95rem 1rem;
	border-left: 3px solid var(--rider-red);
	background: #f5f8fb;
	gap: 0.85rem;
}

.rider-contact-hours > .fa {
	color: var(--rider-red);
	font-size: 1.25rem;
}

.rider-contact-hours strong,
.rider-contact-hours span {
	display: block;
}

.rider-contact-hours strong {
	color: var(--rider-navy);
}

.rider-contact-hours span {
	margin-top: 0.15rem;
	color: var(--rider-muted);
	font-size: 0.88rem;
}

.rider-contact-bank {
	margin-top: 1.15rem;
	padding-top: 1.15rem;
	border-top: 1px solid var(--rider-line);
}

.rider-contact-bank__label,
.rider-contact-bank > strong {
	display: block;
}

.rider-contact-bank__label {
	color: var(--rider-muted);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.45;
}

.rider-contact-bank > strong {
	margin-top: 0.45rem;
	color: var(--rider-navy);
	font-family: Consolas, "Courier New", monospace;
	font-size: clamp(0.86rem, 1.6vw, 1rem);
	letter-spacing: 0.035em;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.rider-contact-bank__currency {
	display: inline-block;
	margin-right: 0.28rem;
	color: var(--rider-red);
	font-family: Roboto, Arial, sans-serif;
	font-size: 0.78em;
	letter-spacing: 0.08em;
}

.rider-contact-copy {
	--rider-component-cut: 7px;
	min-height: 39px;
	margin: 0.8rem 0 0;
	padding: 0.55rem 0.75rem;
	border: 1px solid #b8c7d7;
	background: #fff;
	color: var(--rider-navy);
	font-size: 0.8rem;
	font-weight: 800;
}

.rider-contact-copy:hover,
.rider-contact-copy:focus {
	--rider-tech-border-color: var(--rider-red);
	border-color: var(--rider-red);
	background: var(--rider-red);
	color: #fff;
}

.rider-contact-copy-status {
	display: inline-block;
	min-height: 1.3em;
	margin-left: 0.45rem;
	color: #287a42;
	font-size: 0.78rem;
	font-weight: 800;
}

.rider-contact-location {
	display: flex;
	overflow: hidden;
	align-self: start;
	flex-direction: column;
	min-height: 0;
}

.rider-contact-location img {
	display: block;
	flex: 0 0 auto;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 1333 / 1000;
	background: #e9eef4;
	object-fit: contain;
	object-position: center;
}

.rider-contact-location > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 0.9rem 1.2rem;
	background: var(--rider-navy);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.rider-contact-location > a:hover,
.rider-contact-location > a:focus {
	background: var(--rider-red);
	color: #fff;
}

.rider-contact-map {
	--rider-component-cut: 20px;
	--rider-tech-border-color: var(--rider-line);
	overflow: hidden;
	min-height: 480px;
	border: 1px solid var(--rider-line);
	background: #dfe7ef;
	box-shadow: var(--rider-shadow-sm);
}

.rider-contact-map iframe {
	display: block;
	width: 100%;
	height: 480px;
	border: 0;
}

.rider-contact-department {
	--rider-component-cut: 18px;
	--rider-tech-border-color: #dbe5f0;
	margin-top: 1.25rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid #dbe5f0;
	background: #eef4fa;
}

.rider-contact-department__heading {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	gap: 0.8rem;
}

.rider-contact-department__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	font-size: 1rem;
}

.rider-contact-department__heading h3 {
	margin: 0;
	color: var(--rider-navy);
	font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.rider-contact-people {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.rider-contact-people--owners {
	max-width: 820px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rider-contact-person {
	--rider-component-cut: 12px;
	--rider-tech-border-color: var(--rider-line);
	overflow: hidden;
	border: 1px solid var(--rider-line);
	background: #fff;
	box-shadow: 0 6px 18px rgba(7, 45, 92, 0.06);
}

.rider-contact-person__photo {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	background: #e4eaf0;
	object-fit: cover;
	object-position: center top;
}

.rider-contact-department--owners .rider-contact-person__photo {
	aspect-ratio: 405 / 350;
}

.rider-contact-person__body {
	padding: 1rem 1.05rem 1.15rem;
}

.rider-contact-person__body h4 {
	margin: 0;
	color: var(--rider-navy);
	font-size: 1.18rem;
	line-height: 1.25;
}

.rider-contact-person__body > p:not(.rider-contact-person__brands) {
	margin: 0.28rem 0 0;
	color: var(--rider-red);
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.4;
}

.rider-contact-person__brands {
	min-height: 3.8em;
	margin: 0.8rem 0 0;
	color: var(--rider-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.rider-contact-person__brands strong {
	color: var(--rider-ink);
}

.rider-contact-person__links {
	margin-top: 0.85rem;
	padding-top: 0.85rem;
	border-top: 1px solid var(--rider-line);
	font-size: 0.84rem;
}

@media (max-width: 64em) {
	.rider-contact-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-contact-hero__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rider-contact-overview {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-contact-people {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 47.9375em) {
	.rider-contact-channels {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 39.9375em) {
	.rider-contact-hero {
		--rider-component-cut: 16px;
		padding: 1.6rem 1.25rem;
		gap: 1.5rem;
	}

	.rider-contact-hero h1 {
		font-size: 2.1rem;
	}

	.rider-contact-actions,
	.rider-contact-actions .rider-button {
		width: 100%;
	}

	.rider-contact-hero__facts,
	.rider-contact-company__details,
	.rider-contact-people,
	.rider-contact-people--owners {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-contact-stat {
		min-height: 82px;
	}

	.rider-contact-section,
	.rider-contact-overview {
		margin-top: 3.5rem;
	}

	.rider-contact-channel {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 1.25rem;
		gap: 0.8rem;
	}

	.rider-contact-channel__icon {
		width: 46px;
		height: 46px;
	}

	.rider-contact-company {
		padding: 1.4rem 1.2rem;
	}

	.rider-contact-copy-status {
		display: block;
		margin: 0.4rem 0 0;
	}

	.rider-contact-map,
	.rider-contact-map iframe {
		height: 390px;
		min-height: 390px;
	}

	.rider-contact-department {
		padding: 1rem;
	}

	.rider-contact-person__brands {
		min-height: 0;
	}
}

/* Brand directory: replace the legacy floated 146 px tiles with a responsive,
 * self-clearing grid. Logos keep their natural proportions and card copy stays
 * inside the technical frame at every breakpoint. */
.marki-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(0.8rem, 1.6vw, 1.25rem);
	width: 100%;
	margin: 1.5rem 0 0;
}

.marki-grid > a {
	display: block;
	min-width: 0;
	height: 100%;
	color: var(--rider-navy);
	text-decoration: none;
}

.marki-grid .marki-lz {
	display: flex;
	float: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 164px;
	margin: 0;
	padding: 1rem;
	border: 1px solid #8da5bf;
	background: #fff;
	box-shadow: 0 8px 22px rgba(7, 45, 92, 0.06);
	text-align: center;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.marki-grid .image-marki-lz {
	position: static;
	display: block;
	flex: 0 0 76px;
	width: 100%;
	height: 76px;
	max-width: 100%;
	max-height: 76px;
	margin: 0;
	object-fit: contain;
}

.marki-grid .title-marki-lz {
	position: static;
	top: auto;
	width: 100%;
	margin: 0.8rem 0 0;
	color: var(--rider-navy);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.marki-grid > a:hover .marki-lz,
.marki-grid > a:focus .marki-lz,
.marki-grid > a:focus-visible .marki-lz {
	--rider-tech-border-color: var(--rider-red);
	opacity: 1;
	border-color: var(--rider-red);
	box-shadow: 0 14px 30px rgba(7, 45, 92, 0.13);
	transform: translateY(-3px);
}

.marki-grid > a:focus-visible {
	outline: 3px solid rgba(227, 30, 47, 0.22);
	outline-offset: 4px;
}

@media (max-width: 64em) {
	.marki-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 39.9375em) {
	.marki-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
		margin-top: 1.1rem;
	}

	.marki-grid .marki-lz {
		min-height: 154px;
		padding: 0.8rem;
	}

	.marki-grid .image-marki-lz {
		flex-basis: 64px;
		height: 64px;
		max-height: 64px;
	}

	.marki-grid .title-marki-lz {
		margin-top: 0.7rem;
		font-size: 0.8rem;
	}
}

@media (max-width: 22.4375em) {
	.marki-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Keep every footer navigation item visually equal and compact. */
.footer .menu {
	gap: 0.55rem;
	align-items: stretch;
}

.footer .menu > li {
	display: flex;
	min-width: 0;
}

.footer .menu > li > a {
	--rider-component-cut: 7px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	min-height: 42px;
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.045);
	box-shadow: none;
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.25;
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.footer .menu > li > a b {
	color: inherit !important;
	font-weight: inherit;
}

.footer .menu > li > a::before,
.footer .menu > li > a.rider-svg-frame-host::before {
	display: inline-block !important;
	flex: 0 0 auto;
	margin-right: 0.5rem;
	color: #ff6676;
	font: 800 0.88rem/1 Arial, sans-serif;
	content: "\2192" !important;
}

.footer .menu > li > a:hover,
.footer .menu > li > a:focus,
.footer .menu .active > a {
	--rider-tech-border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
	transform: translateY(-1px);
}

@media (max-width: 39.9375em) {
	.footer .menu > li > a {
		min-height: 46px;
		padding-right: 0.9rem;
		padding-left: 0.9rem;
	}
}

/* B2B registration page. */
.rider-b2b-page {
	--rider-b2b-gap: clamp(3rem, 6vw, 5.5rem);
	display: grid;
	gap: var(--rider-b2b-gap);
	padding-bottom: clamp(1.5rem, 3vw, 3rem);
}

.rider-b2b-hero,
.rider-b2b-help {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.16);
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0;
	background: linear-gradient(120deg, var(--rider-navy-deep) 0%, var(--rider-navy) 58%, #15589a 100%);
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-b2b-hero {
	display: grid;
	min-height: 520px;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5.5rem);
	padding: clamp(3rem, 6vw, 5.5rem);
	overflow: hidden;
}

.rider-b2b-hero::after {
	position: absolute;
	top: -190px;
	right: -130px;
	width: 460px;
	height: 460px;
	border: 70px solid rgba(255, 255, 255, 0.035);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.rider-b2b-hero__copy,
.rider-b2b-hero__facts {
	position: relative;
	z-index: 1;
}

.rider-b2b-hero .rider-kicker,
.rider-b2b-help .rider-kicker {
	color: #ff7381;
}

.rider-b2b-hero h1 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.65rem, 5.2vw, 5rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.02;
	text-wrap: balance;
}

.rider-b2b-hero__lead {
	max-width: 780px;
	margin: 1.5rem 0 2rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.7vw, 1.2rem);
	line-height: 1.7;
}

.rider-b2b-hero__facts {
	display: grid;
	gap: 0.85rem;
}

.rider-b2b-stat {
	--rider-component-cut: 12px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	position: relative;
	padding: 1.2rem 1.4rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.1);
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-b2b-stat strong,
.rider-b2b-stat span {
	display: block;
}

.rider-b2b-stat strong {
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
}

.rider-b2b-stat span {
	margin-top: 0.28rem;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.86rem;
	line-height: 1.45;
}

.rider-b2b-section {
	display: grid;
	gap: clamp(1.6rem, 3vw, 2.5rem);
}

.rider-b2b-heading {
	max-width: 830px;
}

.rider-b2b-heading h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 700;
	text-wrap: balance;
}

.rider-b2b-heading > p:last-child {
	margin: 1rem 0 0;
	color: var(--rider-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.rider-b2b-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rider-b2b-benefit {
	--rider-component-cut: 14px;
	--rider-tech-border-color: var(--rider-line);
	position: relative;
	min-height: 250px;
	padding: clamp(1.5rem, 3vw, 2rem);
	border: 1px solid var(--rider-line);
	border-radius: 0;
	background: #fff;
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-b2b-benefit__icon {
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	background: rgba(227, 30, 47, 0.1);
	color: var(--rider-red);
	font-size: 1.35rem;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.rider-b2b-benefit h3 {
	margin: 1.2rem 0 0.65rem;
	font-size: 1.45rem;
	font-weight: 700;
}

.rider-b2b-benefit p {
	margin: 0;
	color: var(--rider-muted);
	line-height: 1.65;
}

.rider-b2b-registration {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(460px, 1.28fr);
	align-items: start;
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(2rem, 5vw, 4.5rem);
	background: linear-gradient(135deg, #eaf0f7, #f7f9fc);
}

.rider-b2b-registration__info {
	position: sticky;
	top: 140px;
}

.rider-b2b-registration__info h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 700;
}

.rider-b2b-registration__info h1 {
	margin: 0;
	font-size: clamp(2.25rem, 4.5vw, 3.75rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.08;
	text-wrap: balance;
}

.rider-b2b-registration__info > p:not(.rider-kicker) {
	margin: 1rem 0 0;
	color: var(--rider-muted);
	line-height: 1.7;
}

.rider-b2b-checklist {
	display: grid;
	gap: 0.8rem;
	margin: 1.75rem 0 0;
	padding: 0;
	list-style: none;
}

.rider-b2b-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	color: var(--rider-navy-deep);
	font-weight: 600;
	line-height: 1.5;
}

.rider-b2b-checklist .fa {
	margin-top: 0.18rem;
	color: var(--rider-red);
}

.rider-b2b-registration__note {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 0.75rem;
	margin-top: 1.8rem;
	padding: 1rem;
	border-left: 3px solid var(--rider-red);
	background: rgba(255, 255, 255, 0.75);
}

.rider-b2b-registration__note .fa {
	margin-top: 0.22rem;
	color: var(--rider-red);
}

.rider-b2b-registration__note p {
	margin: 0;
	color: #4b5d71;
	font-size: 0.9rem;
	line-height: 1.6;
}

.rider-b2b-form-card {
	--rider-component-cut: 18px;
	--rider-tech-border-color: var(--rider-line);
	position: relative;
	border: 1px solid var(--rider-line);
	border-radius: 0;
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-b2b-form-card__header {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem clamp(1.25rem, 3vw, 2rem);
	border-bottom: 1px solid var(--rider-line);
	background: #f8fafc;
}

.rider-b2b-form-card__step {
	display: inline-flex;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	background: var(--rider-red);
	color: #fff;
	font-family: var(--rider-font-display);
	font-weight: 800;
	clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
}

.rider-b2b-form-card__header div span,
.rider-b2b-form-card__header div strong {
	display: block;
}

.rider-b2b-form-card__header div span {
	color: var(--rider-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rider-b2b-form-card__header div strong {
	margin-top: 0.12rem;
	color: var(--rider-navy-deep);
	font-family: var(--rider-font-display);
	font-size: 1.35rem;
	line-height: 1.2;
}

.rider-b2b-form-card__body {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.rider-b2b-form-card .frm_forms,
.rider-b2b-form-card .frm_form_fields,
.rider-b2b-form-card fieldset {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.rider-b2b-form-card .frm_fields_container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem 1rem;
}

.rider-b2b-form-card .frm_form_field {
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.rider-b2b-form-card .frm_none_container,
.rider-b2b-form-card .frm_submit,
.rider-b2b-form-card .frm_error_style,
.rider-b2b-form-card .frm_message {
	grid-column: 1 / -1;
}

.rider-b2b-form-card .frm_primary_label {
	display: block;
	margin: 0 0 0.45rem;
	color: var(--rider-navy-deep) !important;
	font-family: var(--rider-font-display);
	font-size: 0.94rem !important;
	font-weight: 700 !important;
	line-height: 1.4;
}

.rider-b2b-form-card .frm_required {
	color: var(--rider-red) !important;
}

.rider-b2b-form-card input[type="text"],
.rider-b2b-form-card input[type="email"],
.rider-b2b-form-card input[type="tel"] {
	--rider-component-cut: 0;
	width: 100% !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0.75rem 0.9rem !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--rider-ink) !important;
	font-family: var(--rider-font-body) !important;
	font-size: 1rem !important;
	line-height: 1.4 !important;
	clip-path: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.rider-b2b-form-card input[type="text"]:hover,
.rider-b2b-form-card input[type="email"]:hover,
.rider-b2b-form-card input[type="tel"]:hover {
	border-color: #94a3b8 !important;
}

.rider-b2b-form-card input[type="text"]:focus,
.rider-b2b-form-card input[type="email"]:focus,
.rider-b2b-form-card input[type="tel"]:focus {
	border-color: var(--rider-blue) !important;
	box-shadow: 0 0 0 3px rgba(17, 79, 145, 0.14) !important;
	outline: 0 !important;
}

.rider-b2b-form-card [aria-invalid="true"] {
	border-color: var(--rider-red) !important;
	background: #fff8f8 !important;
}

.rider-b2b-form-card .frm_error {
	margin-top: 0.4rem !important;
	color: #b42318 !important;
	font-size: 0.82rem !important;
	font-weight: 600;
	line-height: 1.45;
}

.rider-b2b-form-card .frm_error_style,
.rider-b2b-form-card .frm_message {
	margin: 0 0 1rem !important;
	padding: 0.9rem 1rem !important;
	border: 0 !important;
	border-left: 3px solid var(--rider-red) !important;
	border-radius: 0 !important;
	background: #fff1f2 !important;
	color: #8f1d2c !important;
	box-shadow: none !important;
	font-size: 0.9rem;
	line-height: 1.55;
}

.rider-b2b-form-card .frm_message {
	border-left-color: #16803d !important;
	background: #edf9f1 !important;
	color: #12632f !important;
}

.rider-b2b-form-card .frm_submit {
	width: 100% !important;
	max-width: none !important;
	margin-top: 0.25rem;
}

.rider-b2b-form-card .frm_button_submit {
	--rider-component-cut: 10px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.34);
	display: inline-flex !important;
	position: relative;
	width: 100% !important;
	min-height: 54px !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0.9rem 1.2rem !important;
	border: 1px solid var(--rider-red) !important;
	border-radius: 0 !important;
	background: var(--rider-red) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: var(--rider-font-display) !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.rider-b2b-form-card .frm_button_submit:hover,
.rider-b2b-form-card .frm_button_submit:focus {
	background: var(--rider-red-dark) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.rider-b2b-form-card__required {
	margin: 0;
	padding: 0.4rem 2rem 1.35rem;
	color: var(--rider-muted);
	font-size: 0.8rem;
	line-height: 1.4;
}

.rider-b2b-form-card__privacy {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0;
	padding: 0 2rem;
	color: var(--rider-muted);
	font-size: 0.8rem;
	line-height: 1.5;
}

.rider-b2b-form-card__privacy .fa {
	margin-top: 0.18rem;
	color: var(--rider-blue);
}

.rider-b2b-form-card__required span {
	color: var(--rider-red);
	font-weight: 800;
}

.rider-b2b-process__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.rider-b2b-process__step {
	--rider-component-cut: 12px;
	--rider-tech-border-color: var(--rider-line);
	display: grid;
	position: relative;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 1rem;
	padding: 1.5rem;
	border: 1px solid var(--rider-line);
	border-radius: 0;
	background: #fff;
	clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.rider-b2b-process__step > span {
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	background: var(--rider-navy);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 1.05rem;
	font-weight: 800;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.rider-b2b-process__step h3 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
}

.rider-b2b-process__step p {
	margin: 0.45rem 0 0;
	color: var(--rider-muted);
	font-size: 0.92rem;
	line-height: 1.6;
}

.rider-b2b-help {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(2rem, 4vw, 3.25rem);
}

.rider-b2b-help > div:first-child {
	max-width: 760px;
}

.rider-b2b-help h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	font-weight: 700;
}

.rider-b2b-help p:last-child {
	margin: 0.8rem 0 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.65;
}

.rider-b2b-help__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.rider-b2b-help__actions .rider-button {
	gap: 0.55rem;
}

.rider-b2b-help__actions .rider-button .fa {
	display: inline-block;
	flex: 0 0 auto;
	width: 1em;
	margin: 0 !important;
	line-height: 1;
	text-align: center;
}

.rider-b2b-button--dark {
	--rider-tech-border-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.rider-b2b-button--dark:hover,
.rider-b2b-button--dark:focus {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

@media (max-width: 64em) {
	.rider-b2b-hero {
		min-height: 0;
		grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
		gap: 2rem;
		padding: clamp(2.25rem, 5vw, 3.5rem);
	}

	.rider-b2b-hero h1 {
		font-size: clamp(2.45rem, 5.4vw, 4rem);
	}

	.rider-b2b-registration {
		grid-template-columns: minmax(240px, 0.65fr) minmax(400px, 1.35fr);
		gap: 2rem;
	}

	.rider-b2b-registration__info {
		position: static;
	}

	.rider-b2b-process__step {
		grid-template-columns: 44px minmax(0, 1fr);
		padding: 1.25rem;
	}

	.rider-b2b-process__step > span {
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 52em) {
	.rider-b2b-hero,
	.rider-b2b-registration {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-b2b-hero__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rider-b2b-benefits,
	.rider-b2b-process__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-b2b-benefit {
		min-height: 0;
	}

	.rider-b2b-help {
		align-items: flex-start;
		flex-direction: column;
	}

	.rider-b2b-help__actions {
		width: 100%;
	}
}

@media (max-width: 39.9375em) {
	.rider-b2b-page {
		--rider-b2b-gap: 2.75rem;
	}

	.rider-b2b-hero,
	.rider-b2b-help {
		--rider-component-cut: 16px;
	}

	.rider-b2b-hero {
		gap: 1.75rem;
		padding: 2.25rem 1.25rem;
	}

	.rider-b2b-hero h1 {
		font-size: clamp(2.25rem, 12vw, 3.2rem);
		letter-spacing: -0.025em;
	}

	.rider-b2b-hero__lead {
		font-size: 1rem;
	}

	.rider-b2b-hero__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-b2b-benefits {
		gap: 0.8rem;
	}

	.rider-b2b-registration {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
		padding: 2rem 0.75rem;
	}

	.rider-b2b-form-card__header,
	.rider-b2b-form-card__body {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.rider-b2b-form-card .frm_fields_container {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-b2b-form-card__privacy,
	.rider-b2b-form-card__required {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.rider-b2b-help {
		padding: 2rem 1.25rem;
	}

	.rider-b2b-help__actions,
	.rider-b2b-help__actions .rider-button {
		width: 100%;
	}
}

/* B2B terms and privacy policy page. */
.rider-legal-page {
	display: grid;
	gap: clamp(2.5rem, 5vw, 4.5rem);
	padding-bottom: clamp(1.5rem, 3vw, 3rem);
}

.rider-legal-hero {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.17);
	display: grid;
	position: relative;
	min-height: 470px;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5rem);
	padding: clamp(3rem, 6vw, 5.5rem);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0;
	background: linear-gradient(120deg, var(--rider-navy-deep) 0%, var(--rider-navy) 58%, #15589a 100%);
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-legal-hero::after {
	position: absolute;
	top: -210px;
	right: -110px;
	width: 480px;
	height: 480px;
	border: 70px solid rgba(255, 255, 255, 0.035);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.rider-legal-hero__copy,
.rider-legal-hero__facts {
	position: relative;
	z-index: 1;
}

.rider-legal-hero .rider-kicker,
.rider-legal-contact .rider-kicker {
	color: #ff7381;
}

.rider-legal-hero h1 {
	max-width: 820px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.8rem, 5.2vw, 5.1rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.02;
	text-wrap: balance;
}

.rider-legal-hero__lead {
	max-width: 760px;
	margin: 1.35rem 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1rem, 1.7vw, 1.16rem);
	line-height: 1.7;
}

.rider-legal-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.rider-legal-hero__actions .rider-button {
	gap: 0.55rem;
}

.rider-legal-button--dark {
	--rider-tech-border-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.rider-legal-button--dark:hover,
.rider-legal-button--dark:focus {
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.rider-legal-hero__facts {
	display: grid;
	gap: 0.75rem;
	margin: 0;
}

.rider-legal-hero__facts > div {
	--rider-component-cut: 11px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	position: relative;
	padding: 1rem 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.09);
	clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
}

.rider-legal-hero__facts dt {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.3;
	text-transform: uppercase;
}

.rider-legal-hero__facts dd {
	margin: 0.25rem 0 0;
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.35;
}

.rider-legal-hero__facts a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.45);
	text-underline-offset: 3px;
}

.rider-legal-layout {
	display: grid;
	grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
	align-items: start;
	gap: clamp(2rem, 4vw, 4rem);
}

.rider-legal-toc {
	--rider-component-cut: 14px;
	--rider-tech-border-color: var(--rider-line);
	position: sticky;
	top: 140px;
	padding: 1.5rem;
	border: 1px solid var(--rider-line);
	border-radius: 0;
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
	clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

.rider-legal-toc h2 {
	margin: 0;
	color: var(--rider-navy-deep);
	font-size: 1.45rem;
	font-weight: 800;
}

.rider-legal-toc ol {
	display: grid;
	gap: 0;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
	counter-reset: rider-legal-toc;
}

.rider-legal-toc li {
	counter-increment: rider-legal-toc;
}

.rider-legal-toc li + li {
	border-top: 1px solid #eef2f6;
}

.rider-legal-toc li a {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 0.45rem;
	padding: 0.62rem 0;
	color: #42526a;
	font-size: 0.87rem;
	font-weight: 600;
	line-height: 1.4;
}

.rider-legal-toc li a::before {
	color: var(--rider-red);
	content: counter(rider-legal-toc, decimal-leading-zero);
	font-family: var(--rider-font-display);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.rider-legal-toc li a:hover,
.rider-legal-toc li a:focus {
	color: var(--rider-red);
}

.rider-legal-toc__privacy {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 2px solid var(--rider-navy);
	color: var(--rider-navy);
	font-family: var(--rider-font-display);
	font-size: 0.9rem;
	font-weight: 700;
}

.rider-legal-toc__privacy .fa {
	color: var(--rider-red);
}

.rider-legal-content {
	display: grid;
	min-width: 0;
	gap: clamp(4rem, 8vw, 7rem);
}

.rider-legal-document {
	display: grid;
	min-width: 0;
	gap: 1rem;
	scroll-margin-top: 145px;
}

.rider-legal-document__header {
	padding: clamp(1.5rem, 4vw, 3rem);
	border-left: 4px solid var(--rider-red);
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-privacy-document__header {
	border-left-color: var(--rider-blue);
}

.rider-legal-document__header h2 {
	margin: 0;
	color: var(--rider-navy-deep);
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.08;
	text-wrap: balance;
}

.rider-legal-document__header > p:nth-last-child(2) {
	display: inline-flex;
	margin: 1rem 0 0;
	padding: 0.45rem 0.7rem;
	border-left: 3px solid var(--rider-red);
	background: #f5f7fa;
	color: var(--rider-navy);
	font-size: 0.82rem;
	line-height: 1.4;
}

.rider-privacy-document__header > p:nth-last-child(2) {
	display: none;
}

.rider-legal-document__header > p:last-child {
	max-width: 900px;
	margin: 1rem 0 0;
	color: var(--rider-muted);
	font-size: 1.02rem;
	line-height: 1.72;
}

.rider-legal-section {
	--rider-component-cut: 14px;
	--rider-tech-border-color: var(--rider-line);
	display: grid;
	position: relative;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	padding: clamp(1.5rem, 3.5vw, 2.5rem);
	border: 1px solid var(--rider-line);
	border-radius: 0;
	background: #fff;
	clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
	scroll-margin-top: 145px;
}

.rider-legal-section__number {
	display: inline-flex;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	background: var(--rider-red);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
}

.rider-privacy-document .rider-legal-section__number {
	background: var(--rider-blue);
}

.rider-legal-section h3,
.rider-legal-contact h3 {
	margin: 0;
	color: var(--rider-navy-deep);
	font-size: clamp(1.55rem, 2.8vw, 2.2rem);
	font-weight: 800;
	line-height: 1.15;
	text-wrap: balance;
}

.rider-legal-section h4 {
	margin: 0;
	color: var(--rider-navy-deep);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.35;
}

.rider-legal-section h4 .fa {
	width: 1.3rem;
	margin-right: 0.35rem;
	color: var(--rider-red);
	text-align: center;
}

.rider-legal-section p,
.rider-legal-section li {
	color: #526176;
	font-size: 0.98rem;
	line-height: 1.72;
}

.rider-legal-section p {
	margin: 1rem 0 0;
}

.rider-legal-section ul,
.rider-legal-section ol {
	display: grid;
	gap: 0.6rem;
	margin: 1rem 0 0;
	padding-left: 1.3rem;
}

.rider-legal-section a {
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(13, 79, 149, 0.35);
	text-underline-offset: 3px;
}

.rider-legal-subsection {
	margin-top: 1rem;
	padding: 1rem 1.15rem;
	border-left: 3px solid #dbe4ee;
	background: #f7f9fc;
}

.rider-legal-subsection + .rider-legal-subsection {
	margin-top: 0.75rem;
}

.rider-legal-subsection p:first-of-type {
	margin-top: 0.55rem;
}

.rider-legal-rates {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.rider-legal-rates > div {
	--rider-component-cut: 9px;
	position: relative;
	padding: 1rem;
	border: 1px solid #d8e1eb;
	border-radius: 0;
	background: #f8fafc;
	clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
}

.rider-legal-rates strong,
.rider-legal-rates span {
	display: block;
}

.rider-legal-rates strong {
	color: var(--rider-navy-deep);
	font-family: var(--rider-font-display);
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.25;
}

.rider-legal-rates span {
	margin-top: 0.35rem;
	color: var(--rider-muted);
	font-size: 0.79rem;
	line-height: 1.5;
}

.rider-legal-note {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 0.7rem;
	padding: 1rem;
	border-left: 3px solid var(--rider-red);
	background: #fff3f4;
}

.rider-legal-note .fa {
	margin-top: 0.25rem;
	color: var(--rider-red);
}

.rider-legal-options {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0 !important;
	list-style: none;
}

.rider-legal-options li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 0.6rem;
	padding: 0.85rem 1rem;
	border: 1px solid #e4eaf1;
	background: #f8fafc;
}

.rider-legal-options .fa {
	color: var(--rider-red);
	font-size: 1rem;
	text-align: center;
}

.rider-legal-download {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.25rem;
	padding: 1rem;
	border: 1px solid #dce4ee;
	background: #f7f9fc;
}

.rider-legal-download > div {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.rider-legal-download > div > .fa {
	color: var(--rider-red);
	font-size: 1.7rem;
}

.rider-legal-download span,
.rider-legal-download strong,
.rider-legal-download small {
	display: block;
}

.rider-legal-download strong {
	color: var(--rider-navy-deep);
	font-family: var(--rider-font-display);
	font-size: 1rem;
}

.rider-legal-download small {
	margin-top: 0.2rem;
	color: var(--rider-muted);
	font-size: 0.75rem;
	line-height: 1.4;
}

.rider-legal-download .rider-button {
	flex: 0 0 auto;
	gap: 0.5rem;
}

.rider-legal-contact {
	--rider-component-cut: 18px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.18);
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: 1rem;
	padding: clamp(1.75rem, 4vw, 3rem);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0;
	background: linear-gradient(120deg, var(--rider-navy-deep), var(--rider-navy));
	clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
	scroll-margin-top: 145px;
}

.rider-legal-contact > div:first-child {
	max-width: 650px;
}

.rider-legal-contact h3 {
	color: #fff;
}

.rider-legal-contact p:last-child {
	margin: 0.75rem 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.95rem;
	line-height: 1.65;
}

.rider-legal-contact__actions {
	display: grid;
	flex: 0 0 auto;
	gap: 0.7rem;
}

.rider-legal-contact__actions > a {
	display: grid;
	min-width: 255px;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 0.7rem;
	padding: 0.75rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-family: var(--rider-font-display);
	font-weight: 700;
	line-height: 1.3;
}

.rider-legal-contact__actions > a:hover,
.rider-legal-contact__actions > a:focus {
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.rider-legal-contact__actions > a > .fa {
	color: #ff6978;
	font-size: 1.1rem;
	text-align: center;
}

.rider-legal-contact__actions small {
	display: block;
	margin-bottom: 0.15rem;
	color: rgba(255, 255, 255, 0.58);
	font-family: var(--rider-font-body);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.rider-legal-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.2rem;
}

.rider-legal-columns > div {
	padding: 1.1rem;
	border: 1px solid #e4eaf1;
	background: #f8fafc;
}

.rider-legal-columns ul {
	margin-top: 0.7rem;
}

.rider-legal-callout {
	margin-top: 1rem;
	padding: 1.1rem;
	border-left: 3px solid var(--rider-blue);
	background: #eef5fc;
}

.rider-legal-callout p:first-of-type {
	margin-top: 0.55rem;
}

.rider-legal-browser-links {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0 !important;
	list-style: none;
}

.rider-legal-browser-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
	padding: 0.75rem 0.9rem;
	border: 1px solid #e4eaf1;
	background: #f8fafc;
	text-decoration: none;
}

.rider-legal-browser-links .fa {
	font-size: 0.72rem;
}

@media (max-width: 64em) {
	.rider-legal-hero {
		min-height: 0;
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
		padding: clamp(2.5rem, 5vw, 4rem);
	}

	.rider-legal-hero__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-legal-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-legal-toc {
		position: relative;
		top: auto;
	}

	.rider-legal-toc ol {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0 1rem;
	}

	.rider-legal-toc li:nth-child(2),
	.rider-legal-toc li:nth-child(3) {
		border-top: 0;
	}
}

@media (max-width: 52em) {
	.rider-legal-toc ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-legal-toc li:nth-child(3) {
		border-top: 1px solid #eef2f6;
	}

	.rider-legal-toc li:nth-child(2) {
		border-top: 0;
	}

	.rider-legal-rates,
	.rider-legal-columns {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-legal-contact,
	.rider-legal-download {
		align-items: flex-start;
		flex-direction: column;
	}

	.rider-legal-contact__actions,
	.rider-legal-contact__actions > a,
	.rider-legal-download .rider-button {
		width: 100%;
	}

	.rider-legal-contact__actions > a {
		min-width: 0;
	}
}

@media (max-width: 39.9375em) {
	.rider-legal-page {
		gap: 2.5rem;
	}

	.rider-legal-hero {
		--rider-component-cut: 16px;
		padding: 2.25rem 1.25rem;
	}

	.rider-legal-hero h1 {
		font-size: clamp(2.25rem, 12vw, 3.25rem);
	}

	.rider-legal-hero__actions,
	.rider-legal-hero__actions .rider-button {
		width: 100%;
	}

	.rider-legal-hero__facts,
	.rider-legal-toc ol,
	.rider-legal-options,
	.rider-legal-browser-links {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-legal-toc li:nth-child(2) {
		border-top: 1px solid #eef2f6;
	}

	.rider-legal-document__header {
		padding: 1.5rem 1.25rem;
	}

	.rider-legal-section {
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
		padding: 1.25rem;
	}

	.rider-legal-section__number {
		width: 48px;
		height: 48px;
	}

	.rider-legal-section p,
	.rider-legal-section li {
		font-size: 0.94rem;
	}

	.rider-legal-contact {
		padding: 1.5rem 1.25rem;
	}

	.rider-legal-contact__actions > a {
		grid-template-columns: 32px minmax(0, 1fr);
		font-size: 0.9rem;
	}

	.rider-legal-download > div {
		align-items: flex-start;
	}
}

@media print {
	.rider-legal-hero,
	.rider-legal-toc,
	.rider-legal-contact__actions {
		display: none !important;
	}

	.rider-legal-layout,
	.rider-legal-content {
		display: block;
	}

	.rider-legal-document {
		margin-bottom: 2rem;
	}

	.rider-legal-document__header,
	.rider-legal-section,
	.rider-legal-contact {
		margin: 0 0 1rem;
		padding: 1rem 0;
		border: 0;
		box-shadow: none;
		clip-path: none;
		break-inside: avoid;
	}
}

/* BÜSE brand page. */
.rider-buse-page {
	--rider-buse-red: #e30620;
	--rider-buse-red-dark: #b90017;
	--rider-buse-ink: #071f3d;
	--rider-buse-blue: #0c4e91;
	display: grid;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	gap: clamp(2.75rem, 6vw, 5.5rem);
	color: #293548;
}

.rider-buse-page > * {
	min-width: 0;
}

.rider-buse-page h2 {
	font-size: clamp(1.85rem, 3.2vw, 2.85rem);
	text-wrap: balance;
}

.rider-buse-page h3 {
	text-wrap: balance;
}

.rider-buse-page .rider-button {
	font-weight: 800;
	text-decoration: none;
}

.rider-brand-back {
	margin-bottom: calc(clamp(2.75rem, 6vw, 5.5rem) * -0.62);
}

.rider-brand-back .rider-button {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-height: 46px;
	padding: 0.72rem 1rem;
	background: #fff;
	color: var(--rider-navy-deep);
}

.rider-brand-back .rider-button:hover,
.rider-brand-back .rider-button:focus-visible {
	background: #eef4fa;
	color: var(--rider-red-dark);
}

.rider-buse-hero,
.rider-buse-collection-media,
.rider-buse-logo-panel,
.rider-buse-stat,
.rider-buse-story,
.rider-buse-story__milestones,
.rider-buse-category,
.rider-buse-benefits,
.rider-buse-benefit,
.rider-buse-shop,
.rider-buse-map,
.rider-buse-dealer-filter,
.rider-buse-dealer-table-wrap {
	--rider-component-cut: 14px;
	position: relative;
	border-radius: 0;
	clip-path: polygon(
		var(--rider-component-cut) 0,
		100% 0,
		100% calc(100% - var(--rider-component-cut)),
		calc(100% - var(--rider-component-cut)) 100%,
		0 100%,
		0 var(--rider-component-cut)
	);
}

.rider-buse-hero {
	--rider-component-cut: 26px;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
	gap: clamp(2rem, 5vw, 5rem);
	min-height: 570px;
	padding: clamp(2.5rem, 6vw, 5.5rem);
	border: 1px solid rgba(120, 173, 226, 0.34);
	background:
		radial-gradient(circle at 92% 8%, rgba(58, 131, 202, 0.26) 0 11%, transparent 11.2%),
		linear-gradient(120deg, #051a34 0%, #0a376b 62%, #0d5aa2 100%);
	box-shadow: 0 24px 60px rgba(4, 28, 58, 0.2);
	color: #fff;
}

.rider-buse-hero__copy,
.rider-buse-hero__brand {
	position: relative;
	z-index: 1;
}

.rider-buse-hero__copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.rider-buse-hero .rider-kicker,
.rider-buse-benefits .rider-kicker,
.rider-buse-shop .rider-kicker {
	color: #ff7180;
}

.rider-buse-hero h1 {
	max-width: 930px;
	margin: 0.55rem 0 1.35rem;
	color: #fff;
	font-size: clamp(2.6rem, 5.2vw, 5.15rem);
	line-height: 0.98;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.rider-buse-hero__lead {
	max-width: 820px;
	margin: 0;
	color: #cfdae7;
	font-size: clamp(1.04rem, 1.55vw, 1.25rem);
	line-height: 1.75;
}

.rider-buse-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

.rider-buse-actions .rider-button--primary,
.rider-buse-shop .rider-button--primary {
	background: var(--rider-buse-red);
}

.rider-buse-actions .rider-button--primary:hover,
.rider-buse-actions .rider-button--primary:focus-visible,
.rider-buse-shop .rider-button--primary:hover,
.rider-buse-shop .rider-button--primary:focus-visible {
	background: var(--rider-buse-red-dark);
}

.rider-buse-actions .rider-button--secondary,
.rider-buse-shop .rider-button--secondary {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.rider-buse-actions .rider-button--secondary:hover,
.rider-buse-actions .rider-button--secondary:focus-visible,
.rider-buse-shop .rider-button--secondary:hover,
.rider-buse-shop .rider-button--secondary:focus-visible {
	background: rgba(255, 255, 255, 0.17);
	color: #fff;
}

.rider-buse-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 1.65rem 0 0;
	padding: 0;
	list-style: none;
}

.rider-buse-hero__tags li {
	padding: 0.35rem 0.7rem;
	border-left: 2px solid var(--rider-buse-red);
	background: rgba(255, 255, 255, 0.075);
	color: #e6edf5;
	font-family: var(--rider-font-display);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.2;
	text-transform: uppercase;
}

.rider-buse-hero__brand {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 1rem;
}

.rider-buse-logo-panel {
	--rider-component-cut: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 190px;
	padding: 2.25rem;
	border: 1px solid #d8e3ee;
	background: #fff;
	box-shadow: 0 18px 35px rgba(0, 16, 37, 0.2);
}

.rider-buse-logo-panel img {
	display: block;
	width: min(100%, 330px);
	max-height: 112px;
	object-fit: contain;
}

.rider-buse-logo-panel span {
	margin-top: 1.1rem;
	color: #667384;
	font-family: var(--rider-font-display);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.rider-buse-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
}

.rider-buse-stat {
	--rider-component-cut: 9px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 105px;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
}

.rider-buse-stat strong {
	display: block;
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: clamp(1.5rem, 2.2vw, 2.2rem);
	font-weight: 800;
	line-height: 1;
}

.rider-buse-stat span {
	display: block;
	margin-top: 0.45rem;
	color: #cbd8e6;
	font-size: 0.78rem;
	line-height: 1.35;
}

.rider-buse-hero__note {
	margin: -0.35rem 0 0;
	color: #aebfd0;
	font-size: 0.73rem;
	line-height: 1.4;
}

.rider-buse-collection-media {
	--rider-component-cut: 22px;
	position: relative;
	height: clamp(230px, 23vw, 340px);
	margin: 0;
	overflow: hidden;
	border: 1px solid #d6e1ec;
	background: #f3f5f7;
	box-shadow: var(--rider-shadow-sm);
}

.rider-buse-collection-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.rider-buse-collection-media figcaption {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	max-width: calc(100% - 2rem);
	padding: 0.65rem 0.9rem;
	background: rgba(7, 31, 61, 0.92);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.25;
	text-transform: uppercase;
}

.rider-buse-section {
	display: grid;
	gap: 1.75rem;
}

.rider-buse-heading {
	max-width: 900px;
}

.rider-buse-heading h2,
.rider-buse-story h2,
.rider-buse-benefits h2,
.rider-buse-shop h2 {
	margin: 0.45rem 0 0.8rem;
}

.rider-buse-heading > p:last-child,
.rider-buse-story__copy > p,
.rider-buse-shop > div > p:last-child {
	margin-bottom: 0;
	color: #5b687a;
	font-size: 1.03rem;
	line-height: 1.75;
}

.rider-buse-story {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid #dce5ee;
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-buse-story__copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.rider-buse-story__milestones {
	--rider-component-cut: 18px;
	display: grid;
	align-content: center;
	gap: 0;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid rgba(75, 137, 199, 0.45);
	background: linear-gradient(145deg, #071f3d, #0c4f91);
	color: #fff;
}

.rider-buse-story__milestones > div {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	padding: 1.1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.rider-buse-story__milestones > div:last-child {
	border-bottom: 0;
}

.rider-buse-story__milestones strong {
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 2.35rem;
	font-weight: 800;
	line-height: 1;
}

.rider-buse-story__milestones span {
	color: #cfdae7;
	font-size: 0.92rem;
	line-height: 1.4;
}

.rider-buse-categories {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rider-buse-category {
	--rider-buse-card-padding: clamp(1.25rem, 2.5vw, 1.75rem);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-height: 390px;
	padding: 0 var(--rider-buse-card-padding) var(--rider-buse-card-padding);
	overflow: hidden;
	border: 1px solid #dce5ee;
	background: #fff;
	box-shadow: 0 12px 28px rgba(7, 45, 92, 0.055);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rider-buse-category:hover {
	transform: translateY(-4px);
	border-color: rgba(227, 6, 32, 0.28);
	box-shadow: 0 18px 35px rgba(7, 45, 92, 0.11);
}

.rider-buse-benefit > span svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: square;
	stroke-linejoin: miter;
	vector-effect: non-scaling-stroke;
}

.rider-buse-category__media {
	position: relative;
	width: calc(100% + var(--rider-buse-card-padding) + var(--rider-buse-card-padding));
	height: 205px;
	margin: 0 calc(0rem - var(--rider-buse-card-padding)) 1.4rem;
	overflow: hidden;
	border-bottom: 1px solid #dce5ee;
	background:
		linear-gradient(145deg, #fff 0%, #f4f7fa 70%, #e9eff5 100%);
}

.rider-buse-category__media::after {
	position: absolute;
	right: -28px;
	top: -42px;
	width: 120px;
	height: 120px;
	border: 18px solid rgba(7, 31, 61, 0.035);
	border-radius: 50%;
	content: "";
}

.rider-buse-category__media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.55rem;
	object-fit: contain;
}

.rider-buse-category h3 {
	margin: 0 0 0.65rem;
	font-size: 1.25rem;
}

.rider-buse-category p {
	margin: 0;
	color: #617084;
	line-height: 1.7;
}

.rider-buse-benefits {
	--rider-component-cut: 24px;
	display: grid;
	gap: 2rem;
	padding: clamp(2.4rem, 5.5vw, 5rem);
	border: 1px solid rgba(80, 147, 213, 0.38);
	background: linear-gradient(115deg, #051a34, #0a376b 62%, #0d5aa2);
	box-shadow: 0 22px 50px rgba(4, 28, 58, 0.18);
	color: #fff;
}

.rider-buse-benefits__heading {
	max-width: 900px;
}

.rider-buse-benefits h2 {
	color: #fff;
}

.rider-buse-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rider-buse-benefit {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 1.1rem;
	min-height: 205px;
	padding: 1.6rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.09);
}

.rider-buse-benefit > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background: var(--rider-buse-red);
	color: #fff;
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.rider-buse-benefit h3 {
	margin: 0 0 0.65rem;
	color: #fff;
	font-size: 1.2rem;
}

.rider-buse-benefit p {
	margin: 0;
	color: #cbd8e6;
	font-size: 0.93rem;
	line-height: 1.65;
}

.rider-buse-shop {
	--rider-component-cut: 22px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(2.25rem, 5vw, 4.5rem);
	border: 1px solid rgba(80, 147, 213, 0.38);
	background: linear-gradient(115deg, #061d39, #0a417e);
	color: #fff;
	box-shadow: 0 20px 45px rgba(4, 28, 58, 0.16);
}

.rider-buse-shop h2 {
	max-width: 820px;
	color: #fff;
}

.rider-buse-shop > div > p:last-child {
	max-width: 900px;
	color: #cbd8e6;
}

.rider-buse-shop__actions {
	display: grid;
	gap: 0.85rem;
	min-width: 235px;
}

.rider-buse-shop__actions .rider-button {
	justify-content: center;
	width: 100%;
}

.rider-buse-dealer-layout {
	display: grid;
	gap: 1.25rem;
}

.rider-buse-map {
	--rider-component-cut: 18px;
	border: 1px solid #dce5ee;
	background: #eef4fa;
	box-shadow: var(--rider-shadow-sm);
}

.rider-buse-map iframe {
	display: block;
	width: 100%;
	height: clamp(360px, 42vw, 540px);
	border: 0;
}

.rider-buse-dealer-filter {
	display: grid;
	grid-template-columns: auto minmax(280px, 1fr) auto;
	align-items: center;
	gap: 1rem;
	padding: 1.2rem 1.35rem;
	border: 1px solid #dce5ee;
	background: #fff;
	box-shadow: 0 10px 24px rgba(7, 45, 92, 0.045);
}

.rider-buse-dealer-filter label {
	margin: 0;
	color: var(--rider-navy-deep);
	font-family: var(--rider-font-display);
	font-size: 1rem;
	font-weight: 800;
}

.rider-buse-dealer-filter__control {
	position: relative;
}

.rider-buse-dealer-filter__control .fa {
	position: absolute;
	top: 50%;
	left: 1rem;
	z-index: 1;
	color: var(--rider-buse-red);
	font-size: 1rem;
	transform: translateY(-50%);
	pointer-events: none;
}

.rider-buse-dealer-filter input[type="search"] {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 1rem 0 2.75rem;
	border: 1px solid #c8d5e3;
	border-radius: 0;
	background: #f7f9fc;
	box-shadow: none;
	clip-path: none !important;
	color: #203149;
	font-family: var(--rider-font-body);
	font-size: 0.95rem;
}

.rider-buse-dealer-filter input[type="search"]:focus {
	border-color: var(--rider-buse-blue);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(12, 78, 145, 0.12);
}

.rider-buse-dealer-filter__status {
	margin: 0;
	color: #647286;
	font-size: 0.86rem;
	font-weight: 700;
	white-space: nowrap;
}

.rider-buse-dealer-table-wrap {
	--rider-component-cut: 18px;
	border: 1px solid #dce5ee;
	background: #fff;
	box-shadow: var(--rider-shadow-sm);
}

.rider-buse-dealer-table-scroll {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.rider-buse-dealer-table {
	width: 100%;
	min-width: 980px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #fff;
	table-layout: fixed;
}

/* The global entry-content table and input corner rules must not create a
 * second clipped outline inside the framed dealer section. */
.rider-buse-page .rider-buse-dealer-table {
	overflow: visible;
	border: 0;
	border-radius: 0 !important;
	box-shadow: none;
	clip-path: none !important;
}

.rider-buse-dealer-table th,
.rider-buse-dealer-table td {
	padding: 0.95rem 1rem;
	border: 0;
	border-right: 1px solid #e8edf3;
	border-bottom: 1px solid #e8edf3;
	text-align: left;
	vertical-align: middle;
}

.rider-buse-dealer-table th:last-child,
.rider-buse-dealer-table td:last-child {
	border-right: 0;
}

.rider-buse-dealer-table thead th {
	background: var(--rider-buse-ink);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.25;
	text-transform: uppercase;
}

.rider-buse-dealer-table th:nth-child(1) {
	width: 16%;
}

.rider-buse-dealer-table th:nth-child(2) {
	width: 18%;
}

.rider-buse-dealer-table th:nth-child(3) {
	width: 31%;
}

.rider-buse-dealer-table th:nth-child(4) {
	width: 17%;
}

.rider-buse-dealer-table th:nth-child(5) {
	width: 18%;
}

.rider-buse-dealer-table tbody tr:nth-child(even) td {
	background: #f7f9fc;
}

.rider-buse-dealer-table tbody tr:hover td {
	background: #eef5fc;
}

.rider-buse-dealer-table td {
	color: #59677a;
	font-size: 0.88rem;
	line-height: 1.45;
}

.rider-buse-dealer-table td strong {
	color: var(--rider-navy-deep);
	font-family: var(--rider-font-display);
	font-weight: 800;
}

.rider-buse-page .rider-buse-dealer-table a {
	color: var(--rider-buse-blue);
	font-weight: 800;
	text-decoration: none;
}

.rider-buse-page .rider-buse-dealer-table a:hover,
.rider-buse-page .rider-buse-dealer-table a:focus-visible {
	color: var(--rider-buse-red-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rider-buse-dealer-table tr[hidden] {
	display: none !important;
}

.rider-buse-dealer-table__empty td {
	padding: 2rem;
	background: #fff7f8 !important;
	color: #8e2431;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 74.9375em) {
	.rider-buse-hero {
		grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
		gap: 2.5rem;
		min-height: 0;
	}

	.rider-buse-hero__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-buse-stat {
		min-height: 0;
	}

	.rider-buse-benefit {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 63.9375em) {
	.rider-buse-page,
	.rider-buse-page > *,
	.rider-buse-categories,
	.rider-buse-benefits__grid,
	.rider-buse-dealer-layout,
	.rider-buse-map,
	.rider-buse-dealer-filter,
	.rider-buse-dealer-table-wrap,
	.rider-buse-dealer-table-scroll {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.rider-buse-hero,
	.rider-buse-story,
	.rider-buse-shop {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-buse-hero {
		gap: 2rem;
	}

	.rider-buse-hero__brand {
		max-width: 720px;
	}

	.rider-buse-hero__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rider-buse-story__milestones {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}

	.rider-buse-story__milestones > .rider-kicker {
		grid-column: 1 / -1;
	}

	.rider-buse-story__milestones > div {
		grid-template-columns: minmax(0, 1fr);
		align-content: start;
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		border-bottom: 0;
	}

	.rider-buse-story__milestones > div:last-child {
		border-right: 0;
	}

	.rider-buse-categories,
	.rider-buse-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-buse-benefit {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.rider-buse-shop__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-width: 0;
	}

	.rider-buse-dealer-filter {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.rider-buse-dealer-filter label {
		grid-column: 1 / -1;
	}
}

@media (max-width: 47.9375em) {
	.rider-brand-back {
		margin-bottom: calc(clamp(2.75rem, 6vw, 5.5rem) * -0.45);
	}

	.rider-buse-hero {
		--rider-component-cut: 18px;
		padding: 2.35rem 1.4rem;
	}

	.rider-buse-hero h1 {
		font-size: clamp(2.35rem, 11vw, 3.8rem);
	}

	.rider-buse-logo-panel {
		min-height: 150px;
		padding: 1.6rem;
	}

	.rider-buse-collection-media {
		height: 245px;
	}

	.rider-buse-collection-media img {
		object-position: 35% center;
	}

	.rider-buse-collection-media figcaption {
		right: 0.75rem;
		bottom: 0.75rem;
		max-width: calc(100% - 1.5rem);
		font-size: 0.7rem;
	}

	.rider-buse-story {
		padding: 1.5rem;
	}

	.rider-buse-story__milestones {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-buse-story__milestones > div {
		grid-template-columns: 64px minmax(0, 1fr);
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.rider-buse-story__milestones > div:last-child {
		border-bottom: 0;
	}

	.rider-buse-categories,
	.rider-buse-benefits__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-buse-category {
		min-height: 0;
	}

	.rider-buse-category__media {
		height: 230px;
	}

	.rider-buse-benefits {
		--rider-component-cut: 18px;
		padding: 2.25rem 1.35rem;
	}

	.rider-buse-benefit {
		grid-template-columns: 62px minmax(0, 1fr);
		min-height: 0;
	}

	.rider-buse-shop {
		--rider-component-cut: 18px;
		padding: 2.25rem 1.35rem;
	}

	.rider-buse-shop__actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-buse-map iframe {
		height: 420px;
	}

	.rider-buse-dealer-filter {
		grid-template-columns: minmax(0, 1fr);
		padding: 1.1rem;
	}

	.rider-buse-dealer-filter label {
		grid-column: auto;
	}

	.rider-buse-dealer-filter__status {
		white-space: normal;
	}

	.rider-buse-dealer-table {
		min-width: 0;
		table-layout: auto;
	}

	.rider-buse-dealer-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.rider-buse-dealer-table,
	.rider-buse-dealer-table tbody,
	.rider-buse-dealer-table tr,
	.rider-buse-dealer-table td {
		display: block;
		width: 100%;
	}

	.rider-buse-dealer-table tbody tr {
		padding: 0.5rem 0;
		border-bottom: 1px solid #dce5ee;
	}

	.rider-buse-dealer-table tbody tr:last-child {
		border-bottom: 0;
	}

	.rider-buse-dealer-table th,
	.rider-buse-dealer-table td,
	.rider-buse-dealer-table th:last-child,
	.rider-buse-dealer-table td:last-child {
		border: 0;
	}

	.rider-buse-dealer-table td,
	.rider-buse-dealer-table tbody tr:nth-child(even) td,
	.rider-buse-dealer-table tbody tr:hover td {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 0.75rem;
		padding: 0.48rem 1rem;
		background: #fff;
	}

	.rider-buse-dealer-table td::before {
		color: #738095;
		content: attr(data-label);
		font-family: var(--rider-font-display);
		font-size: 0.72rem;
		font-weight: 800;
		letter-spacing: 0.035em;
		line-height: 1.45;
		text-transform: uppercase;
	}

	.rider-buse-dealer-table__empty td {
		display: block;
		padding: 1.5rem;
		text-align: center;
	}

	.rider-buse-dealer-table__empty td::before {
		display: none;
	}
}

@media (max-width: 29.9375em) {
	.rider-buse-actions,
	.rider-buse-actions .rider-button,
	.rider-brand-back .rider-button {
		width: 100%;
	}

	.rider-buse-hero__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-buse-logo-panel span {
		letter-spacing: 0.13em;
	}

	.rider-buse-benefit {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-buse-dealer-table td,
	.rider-buse-dealer-table tbody tr:nth-child(even) td,
	.rider-buse-dealer-table tbody tr:hover td {
		grid-template-columns: 94px minmax(0, 1fr);
		gap: 0.55rem;
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* EBC Brakes brand page: motorcycle, ATV/UTV and bicycle ranges. */
.rider-ebc-page {
	--rider-ebc-red: #ed1b2f;
	--rider-ebc-red-dark: #c30d20;
	--rider-ebc-navy: #061f3f;
	--rider-ebc-blue: #0d4f91;
	--rider-ebc-ink: #17263a;
	--rider-ebc-muted: #5f6f83;
	--rider-ebc-line: #d8e2ec;
	display: grid;
	gap: clamp(2.75rem, 6vw, 5.5rem);
	color: var(--rider-ebc-ink);
}

.rider-ebc-page,
.rider-ebc-page *,
.rider-ebc-page *::before,
.rider-ebc-page *::after {
	box-sizing: border-box;
}

.rider-ebc-page h2 {
	font-size: clamp(1.9rem, 3.3vw, 2.95rem);
	text-wrap: balance;
}

.rider-ebc-page h3 {
	text-wrap: balance;
}

.rider-ebc-page .rider-button {
	font-weight: 800;
	text-decoration: none;
}

.rider-ebc-hero,
.rider-ebc-logo-panel,
.rider-ebc-hero__media figure,
.rider-ebc-jump,
.rider-ebc-intro,
.rider-ebc-intro__facts,
.rider-ebc-use,
.rider-ebc-safety-note,
.rider-ebc-product,
.rider-ebc-bike,
.rider-ebc-bike-grade,
.rider-ebc-bike-rotors,
.rider-ebc-buy,
.rider-ebc-buy-route {
	--rider-component-cut: 14px;
	position: relative;
	border-radius: 0;
	clip-path: polygon(var(--rider-component-cut) 0, 100% 0, 100% calc(100% - var(--rider-component-cut)), calc(100% - var(--rider-component-cut)) 100%, 0 100%, 0 var(--rider-component-cut));
}

.rider-ebc-hero {
	--rider-component-cut: 26px;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
	gap: clamp(2.25rem, 5vw, 5rem);
	min-height: 610px;
	padding: clamp(2.6rem, 6vw, 5.5rem);
	border: 1px solid rgba(118, 173, 226, 0.36);
	background: radial-gradient(circle at 92% 9%, rgba(45, 113, 183, 0.32) 0 11%, transparent 11.2%), linear-gradient(122deg, #041a34 0%, #082f5e 58%, #0d5699 100%);
	box-shadow: 0 24px 60px rgba(4, 28, 58, 0.2);
	color: #fff;
}

.rider-ebc-hero__copy,
.rider-ebc-hero__visual {
	position: relative;
	z-index: 1;
}

.rider-ebc-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rider-ebc-hero .rider-kicker,
.rider-ebc-bike .rider-kicker,
.rider-ebc-buy .rider-kicker {
	color: #ff6876;
}

.rider-ebc-hero h1 {
	max-width: 920px;
	margin: 0 0 1.5rem;
	color: #fff;
	font-size: clamp(2.55rem, 5vw, 5.15rem);
	letter-spacing: -0.045em;
	line-height: 0.98;
	text-wrap: balance;
}

.rider-ebc-hero__lead {
	max-width: 790px;
	margin: 0;
	color: #d9e5f1;
	font-size: clamp(1rem, 1.45vw, 1.23rem);
	font-weight: 600;
	line-height: 1.75;
}

.rider-ebc-actions,
.rider-ebc-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.rider-ebc-actions {
	margin-top: 2rem;
}

.rider-ebc-actions .rider-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 52px;
	padding: 0.9rem 1.25rem;
}

.rider-ebc-actions .rider-button--primary {
	background: var(--rider-ebc-red);
	color: #fff;
}

.rider-ebc-actions .rider-button--primary:hover,
.rider-ebc-actions .rider-button--primary:focus-visible {
	background: var(--rider-ebc-red-dark);
	color: #fff;
}

.rider-ebc-actions .rider-button--secondary {
	border-color: rgba(186, 214, 242, 0.52);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.rider-ebc-actions .rider-button--secondary:hover,
.rider-ebc-actions .rider-button--secondary:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.rider-ebc-hero__tags {
	gap: 0.55rem;
	margin: 1.65rem 0 0;
	padding: 0;
	list-style: none;
}

.rider-ebc-hero__tags li {
	margin: 0;
	padding: 0.35rem 0.65rem;
	border-left: 2px solid var(--rider-ebc-red);
	background: rgba(255, 255, 255, 0.07);
	color: #dce8f4;
	font-family: var(--rider-font-display);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 1.35;
	text-transform: uppercase;
}

.rider-ebc-hero__visual {
	display: grid;
	align-content: center;
	gap: 1rem;
}

.rider-ebc-logo-panel {
	display: grid;
	place-items: center;
	min-height: 162px;
	padding: 1.7rem;
	border: 1px solid rgba(164, 199, 232, 0.48);
	background: #fff;
	text-align: center;
}

.rider-ebc-logo-panel img {
	display: block;
	width: min(100%, 330px);
	height: auto;
	margin: 0 auto;
}

.rider-ebc-logo-panel span {
	margin-top: 0.9rem;
	color: #5a6879;
	font-family: var(--rider-font-display);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.rider-ebc-hero__media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.rider-ebc-hero__media figure {
	--rider-tech-border-color: #78a9d6;
	--rider-tech-svg-border-width: 1px;
	margin: 0;
	border: 1px solid rgba(164, 199, 232, 0.48);
	background: #fff;
}

.rider-ebc-hero__media img {
	display: block;
	width: 100%;
	height: 175px;
	object-fit: contain;
	background: #fff;
}

.rider-ebc-hero__media figcaption {
	padding: 0.6rem 0.8rem;
	background: #0a2c55;
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.rider-ebc-jump {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: calc(clamp(2.75rem, 6vw, 5.5rem) * -0.45);
	padding: 0;
	border: 1px solid #d6e1eb;
	background: #fff;
}

.rider-ebc-jump a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 62px;
	padding: 0.8rem;
	border-right: 1px solid #d6e1eb;
	background: #fff;
	color: var(--rider-ebc-navy);
	font-family: var(--rider-font-display);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.rider-ebc-jump a:last-of-type {
	border-right: 0;
}

.rider-ebc-jump a:hover,
.rider-ebc-jump a:focus-visible {
	background: #eef4fa;
	color: var(--rider-ebc-red-dark);
}

.rider-ebc-jump .fa {
	color: var(--rider-ebc-red);
	font-size: 1.1rem;
}

.rider-ebc-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 1px solid var(--rider-ebc-line);
	background: #fff;
}

.rider-ebc-intro h2,
.rider-ebc-heading h2 {
	margin-bottom: 0.8rem;
}

.rider-ebc-intro p:not(.rider-kicker),
.rider-ebc-heading > p:last-child {
	margin: 0 0 0.9rem;
	color: var(--rider-ebc-muted);
	font-size: 1.02rem;
	line-height: 1.75;
}

.rider-ebc-intro__facts {
	display: grid;
	align-content: center;
	border: 1px solid rgba(111, 158, 202, 0.45);
	background: linear-gradient(145deg, #071f3e, #0e4f8d);
	color: #fff;
}

.rider-ebc-intro__facts > div {
	display: grid;
	grid-template-columns: minmax(95px, 0.42fr) minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	padding: 1.15rem 1.35rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.rider-ebc-intro__facts > div:last-of-type {
	border-bottom: 0;
}

.rider-ebc-intro__facts strong {
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 1.05rem;
	font-weight: 900;
}

.rider-ebc-intro__facts span {
	color: #cfdeec;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.45;
}

.rider-ebc-section {
	display: grid;
	gap: 2rem;
	scroll-margin-top: 110px;
}

.rider-ebc-heading {
	max-width: 920px;
}

.rider-ebc-heading > p:last-child {
	margin-bottom: 0;
}

.rider-ebc-heading--subsection {
	max-width: 100%;
	margin-top: clamp(0.4rem, 1.5vw, 1rem);
	padding-top: clamp(1.5rem, 3vw, 2.4rem);
	border-top: 1px solid var(--rider-ebc-line);
}

.rider-ebc-series-index {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: -0.6rem 0 0;
	padding: 1px;
	background: var(--rider-ebc-line);
	list-style: none;
}

.rider-ebc-series-index li {
	position: relative;
	min-width: 0;
	padding: 0.8rem 0.95rem 0.8rem 1.75rem;
	background: #f7f9fc;
	color: var(--rider-ebc-navy);
	font-size: 0.79rem;
	font-weight: 800;
	line-height: 1.35;
}

.rider-ebc-series-index li::before {
	position: absolute;
	top: 1.02rem;
	left: 0.85rem;
	width: 6px;
	height: 6px;
	background: var(--rider-ebc-red);
	content: "";
	transform: rotate(45deg);
}

.rider-ebc-use-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rider-ebc-use {
	display: grid;
	align-content: start;
	min-height: 230px;
	padding: 1.45rem;
	border: 1px solid var(--rider-ebc-line);
	background: #fff;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rider-ebc-use:hover,
.rider-ebc-product:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 34px rgba(6, 31, 63, 0.1);
}

.rider-ebc-use__icon,
.rider-ebc-safety-note > span,
.rider-ebc-buy-route > span {
	display: grid;
	place-items: center;
	background: #eaf2fa;
	color: var(--rider-ebc-blue);
	clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
}

.rider-ebc-use__icon {
	width: 50px;
	height: 50px;
	margin-bottom: 1.15rem;
	font-size: 1.35rem;
}

.rider-ebc-use--track .rider-ebc-use__icon {
	background: #ffe9ec;
	color: var(--rider-ebc-red);
}

.rider-ebc-use--utility .rider-ebc-use__icon {
	background: #fff0df;
	color: #c64d00;
}

.rider-ebc-use h3 {
	margin: 0 0 0.65rem;
	color: var(--rider-ebc-navy);
	font-size: 1.12rem;
}

.rider-ebc-use p {
	margin: 0;
	color: var(--rider-ebc-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

.rider-ebc-use p strong {
	color: var(--rider-ebc-navy);
}

.rider-ebc-safety-note {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	padding: 1.15rem 1.35rem;
	border: 1px solid #c7d8e9;
	background: #edf4fb;
}

.rider-ebc-safety-note > span {
	width: 46px;
	height: 46px;
	background: var(--rider-ebc-navy);
	color: #fff;
	font-size: 1.25rem;
}

.rider-ebc-safety-note p {
	margin: 0;
	color: #34465b;
	font-size: 0.9rem;
	line-height: 1.65;
}

.rider-ebc-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.35rem;
}

.rider-ebc-product {
	display: grid;
	grid-template-columns: minmax(210px, 0.78fr) minmax(0, 1.22fr);
	min-height: 340px;
	border: 1px solid var(--rider-ebc-line);
	background: #fff;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rider-ebc-product--wide {
	grid-column: 1 / -1;
}

.rider-ebc-product__image {
	display: grid;
	place-items: center;
	min-height: 100%;
	padding: 1.1rem;
	border-right: 1px solid #e2e9f0;
	background: linear-gradient(145deg, #f4f7fa, #fff);
}

.rider-ebc-product__image img {
	display: block;
	width: 100%;
	height: 245px;
	object-fit: contain;
}

.rider-ebc-product__content {
	align-self: center;
	padding: 1.55rem;
}

.rider-ebc-product__series {
	margin: 0 0 0.55rem;
	color: var(--rider-ebc-red);
	font-family: var(--rider-font-display);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.rider-ebc-product h3,
.rider-ebc-bike-grade h3 {
	margin: 0 0 0.65rem;
	font-size: 1.25rem;
	line-height: 1.3;
}

.rider-ebc-product h3 {
	color: var(--rider-ebc-navy);
}

.rider-ebc-product__content > p:not(.rider-ebc-product__series) {
	margin: 0;
	color: var(--rider-ebc-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

.rider-ebc-product ul,
.rider-ebc-bike-rotors ul {
	display: grid;
	gap: 0.35rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.rider-ebc-product li,
.rider-ebc-bike-rotors li {
	position: relative;
	margin: 0;
	padding-left: 1.15rem;
	color: #40536a;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.45;
}

.rider-ebc-product li::before,
.rider-ebc-bike-rotors li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--rider-ebc-red);
	content: "";
	transform: rotate(45deg);
}

.rider-ebc-bike,
.rider-ebc-buy {
	--rider-component-cut: 26px;
	border: 1px solid rgba(116, 169, 221, 0.4);
	background: radial-gradient(circle at 95% 8%, rgba(45, 113, 183, 0.26) 0 11%, transparent 11.2%), linear-gradient(125deg, #041a34, #0a3d73 72%, #0d5799);
	color: #fff;
	scroll-margin-top: 110px;
}

.rider-ebc-bike {
	display: grid;
	gap: 2rem;
	padding: clamp(2.4rem, 5vw, 4.5rem);
}

.rider-ebc-heading--light h2,
.rider-ebc-buy h2 {
	color: #fff;
}

.rider-ebc-heading--light > p:last-child,
.rider-ebc-buy__copy > p:last-child {
	color: #d3e1ee;
}

.rider-ebc-bike-grades {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rider-ebc-bike-grade {
	display: grid;
	grid-template-columns: minmax(145px, 0.7fr) minmax(0, 1.3fr);
	align-items: center;
	min-height: 275px;
	border: 1px solid rgba(176, 207, 237, 0.4);
	background: rgba(255, 255, 255, 0.08);
}

.rider-ebc-bike-grade__image,
.rider-ebc-bike-rotors__image {
	display: grid;
	place-items: center;
	height: 100%;
	padding: 1rem;
	background: #fff;
}

.rider-ebc-bike-grade__image {
	min-height: 275px;
}

.rider-ebc-bike-grade__image img {
	display: block;
	width: 100%;
	height: 215px;
	object-fit: contain;
}

.rider-ebc-bike-grade__content,
.rider-ebc-bike-grade > div:not(.rider-ebc-bike-grade__image) {
	padding: 1.35rem;
}

.rider-ebc-bike-grade h3 {
	color: #fff;
}

.rider-ebc-bike-grade p:last-child {
	margin: 0;
	color: #d2e0ed;
	font-size: 0.88rem;
	line-height: 1.65;
}

.rider-ebc-bike-grade--green { box-shadow: inset 0 4px 0 #54a82f; }
.rider-ebc-bike-grade--red { box-shadow: inset 0 4px 0 var(--rider-ebc-red); }
.rider-ebc-bike-grade--gold { box-shadow: inset 0 4px 0 #d3a72b; }

.rider-ebc-bike-rotors {
	display: grid;
	grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
	align-items: center;
	border: 1px solid rgba(176, 207, 237, 0.4);
	background: rgba(255, 255, 255, 0.08);
}

.rider-ebc-bike-rotors__image {
	min-height: 330px;
	padding: 1.4rem;
}

.rider-ebc-bike-rotors__image img {
	display: block;
	width: 100%;
	height: 285px;
	object-fit: contain;
}

.rider-ebc-bike-rotors__content {
	padding: clamp(1.5rem, 4vw, 3rem);
}

.rider-ebc-bike-rotors h3 {
	margin: 0 0 0.75rem;
	color: #fff;
	font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.rider-ebc-bike-rotors__content > p:not(.rider-ebc-product__series) {
	margin: 0;
	color: #d3e1ee;
	line-height: 1.7;
}

.rider-ebc-bike-rotors li {
	color: #dce8f3;
}

.rider-ebc-buy {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 4.5rem);
	padding: clamp(2.4rem, 5vw, 4.5rem);
}

.rider-ebc-buy h2 {
	margin-bottom: 0.9rem;
}

.rider-ebc-buy__copy > p:last-child {
	margin: 0;
	line-height: 1.7;
}

.rider-ebc-buy__routes {
	display: grid;
	gap: 0.8rem;
}

.rider-ebc-buy-route {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(178, 207, 235, 0.44);
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
	text-decoration: none;
	transition: background 180ms ease, transform 180ms ease;
}

.rider-ebc-buy-route:hover,
.rider-ebc-buy-route:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	transform: translateX(4px);
}

.rider-ebc-buy-route > span {
	grid-row: 1 / 3;
	width: 50px;
	height: 50px;
	background: var(--rider-ebc-red);
	color: #fff;
	font-size: 1.12rem;
}

.rider-ebc-buy-route strong,
.rider-ebc-buy-route small {
	grid-column: 2;
}

.rider-ebc-buy-route strong {
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 1rem;
}

.rider-ebc-buy-route small {
	color: #cbdbea;
	font-size: 0.8rem;
	font-weight: 700;
}

.rider-ebc-buy-route > .fa {
	grid-column: 3;
	grid-row: 1 / 3;
	color: #ff6b78;
}

@media (max-width: 87.4375em) {
	.rider-ebc-use-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.rider-ebc-product { grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr); }
	.rider-ebc-bike-grade { grid-template-columns: minmax(0, 1fr); align-content: start; }
	.rider-ebc-bike-grade__image { min-height: 205px; }
	.rider-ebc-bike-grade__image img { height: 175px; }
}

@media (max-width: 74.9375em) {
	.rider-ebc-hero { grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr); min-height: 0; padding: 3.4rem; }
	.rider-ebc-product-grid { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-product { grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr); }
	.rider-ebc-bike-grades { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.rider-ebc-buy { grid-template-columns: minmax(0, 1fr) minmax(450px, 1fr); }
}

@media (max-width: 63.9375em) {
	.rider-ebc-page,
	.rider-ebc-page > *,
	.rider-ebc-product-grid,
	.rider-ebc-use-grid,
	.rider-ebc-series-index,
	.rider-ebc-product,
	.rider-ebc-bike-grade,
	.rider-ebc-bike-rotors {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.rider-ebc-hero,
	.rider-ebc-intro,
	.rider-ebc-buy { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-hero__visual { max-width: 760px; }
	.rider-ebc-intro__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.rider-ebc-intro__facts > div { grid-template-columns: minmax(0, 1fr); border-right: 1px solid rgba(255, 255, 255, 0.13); border-bottom: 0; }
	.rider-ebc-intro__facts > div:last-of-type { border-right: 0; }
	.rider-ebc-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rider-ebc-series-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rider-ebc-bike-grades { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-bike-grade { grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr); }
	.rider-ebc-bike-grade__image { min-height: 250px; }
	.rider-ebc-bike-grade__image img { height: 205px; }
}

@media (max-width: 47.9375em) {
	.rider-ebc-hero,
	.rider-ebc-bike,
	.rider-ebc-buy { --rider-component-cut: 18px; }
	.rider-ebc-hero { padding: 2.35rem 1.4rem; }
	.rider-ebc-hero h1 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
	.rider-ebc-logo-panel { min-height: 145px; padding: 1.4rem; }
	.rider-ebc-hero__media img { height: 145px; }
	.rider-ebc-jump { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rider-ebc-jump a { border-right: 0; }
	.rider-ebc-jump a:nth-child(odd) { border-right: 1px solid #d6e1eb; }
	.rider-ebc-jump a:nth-child(-n + 2) { border-bottom: 1px solid #d6e1eb; }
	.rider-ebc-intro { padding: 1.5rem; }
	.rider-ebc-intro__facts { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-intro__facts > div { grid-template-columns: 110px minmax(0, 1fr); border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
	.rider-ebc-intro__facts > div:last-of-type { border-bottom: 0; }
	.rider-ebc-use-grid { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-series-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rider-ebc-use { min-height: 0; }
	.rider-ebc-safety-note { grid-template-columns: 46px minmax(0, 1fr); padding: 1rem; }
	.rider-ebc-product { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-product__image { min-height: 220px; border-right: 0; border-bottom: 1px solid #e2e9f0; }
	.rider-ebc-product__image img { height: 195px; }
	.rider-ebc-bike,
	.rider-ebc-buy { padding: 2.3rem 1.35rem; }
	.rider-ebc-bike-grade,
	.rider-ebc-bike-rotors { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-bike-grade__image,
	.rider-ebc-bike-rotors__image { min-height: 220px; }
	.rider-ebc-bike-grade__image img,
	.rider-ebc-bike-rotors__image img { height: 185px; }
	.rider-ebc-buy-route { grid-template-columns: 46px minmax(0, 1fr) auto; column-gap: 0.8rem; padding: 0.9rem; }
	.rider-ebc-buy-route > span { width: 46px; height: 46px; }
}

@media (max-width: 29.9375em) {
	.rider-ebc-actions,
	.rider-ebc-actions .rider-button,
	.rider-ebc-page .rider-brand-back .rider-button { width: 100%; }
	.rider-ebc-hero__media { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-series-index { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-hero__media img { height: 165px; }
	.rider-ebc-jump a { flex-direction: column; gap: 0.35rem; min-height: 76px; font-size: 0.78rem; }
	.rider-ebc-intro__facts > div,
	.rider-ebc-safety-note { grid-template-columns: minmax(0, 1fr); }
	.rider-ebc-product__content,
	.rider-ebc-bike-grade__content,
	.rider-ebc-bike-grade > div:not(.rider-ebc-bike-grade__image),
	.rider-ebc-bike-rotors__content { padding: 1.2rem; }
}

/* EBC 3.4.37: technical SVG frames on stable panels and cards. The table cells
 * remain rectangular, while the filter and the outer table shell receive one
 * responsive cut outline. */
.rider-ebc-logo-panel,
.rider-ebc-hero__media figure,
.rider-ebc-jump,
.rider-ebc-intro,
.rider-ebc-intro__facts,
.rider-ebc-use,
.rider-ebc-safety-note,
.rider-ebc-product,
.rider-ebc-bike-grade,
.rider-ebc-bike-rotors,
.rider-ebc-dealer-filter,
.rider-ebc-dealer-table-wrap,
.rider-ebc-buy-route {
	--rider-component-cut: 14px;
	border-radius: 0 !important;
	clip-path: polygon(var(--rider-component-cut) 0, 100% 0, 100% calc(100% - var(--rider-component-cut)), calc(100% - var(--rider-component-cut)) 100%, 0 100%, 0 var(--rider-component-cut)) !important;
}

.rider-ebc-product,
.rider-ebc-bike-grade,
.rider-ebc-bike-rotors {
	overflow: hidden !important;
}

/* Stable vertical construction for all three bicycle compound cards. */
.rider-ebc-bike-grade {
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: 220px minmax(0, 1fr);
	align-content: stretch;
	align-items: stretch;
	min-height: 440px;
}

.rider-ebc-bike-grade__image {
	width: 100%;
	height: 220px;
	min-height: 0;
	padding: 1.25rem;
	border-bottom: 1px solid rgba(176, 207, 237, 0.4);
}

.rider-ebc-bike-grade__image img {
	width: 100%;
	max-width: 360px;
	height: 180px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
}

.rider-ebc-bike-grade__content,
.rider-ebc-bike-grade > div:not(.rider-ebc-bike-grade__image) {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
	padding: 1.5rem;
}

.rider-ebc-bike-rotors__image img {
	max-width: 520px;
	margin: 0 auto;
}

/* EBC distributor finder. The form and table deliberately use straight,
 * single-layer frames to remain aligned in WordPress and iOS. */
.rider-ebc-dealers {
	gap: 1.5rem;
}

.rider-ebc-dealer-filter {
	display: grid;
	grid-template-columns: minmax(210px, 0.34fr) minmax(320px, 1fr) auto;
	align-items: center;
	gap: 1rem;
	padding: 1.15rem;
	border: 1px solid var(--rider-ebc-line);
	border-radius: 0;
	background: #f4f7fa;
	clip-path: none;
}

.rider-ebc-dealer-filter label {
	margin: 0;
	color: var(--rider-ebc-navy);
	font-family: var(--rider-font-display);
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.4;
}

.rider-ebc-dealer-filter__control {
	position: relative;
	min-width: 0;
}

.rider-ebc-dealer-filter__control .fa {
	position: absolute;
	top: 50%;
	left: 1rem;
	z-index: 1;
	color: var(--rider-ebc-red);
	font-size: 1.05rem;
	transform: translateY(-50%);
}

.rider-ebc-page .rider-ebc-dealer-filter input[type="search"] {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0.75rem 1rem 0.75rem 2.8rem;
	border: 1px solid #bdcada !important;
	border-radius: 0 !important;
	background: #fff;
	box-shadow: none !important;
	clip-path: none !important;
	color: var(--rider-ebc-ink);
	font-size: 0.92rem;
}

.rider-ebc-page .rider-ebc-dealer-filter input[type="search"]:focus {
	border-color: var(--rider-ebc-blue) !important;
	box-shadow: 0 0 0 3px rgba(13, 79, 145, 0.12) !important;
	outline: 0;
}

.rider-ebc-dealer-filter__status {
	margin: 0;
	color: var(--rider-ebc-navy);
	font-size: 0.84rem;
	font-weight: 800;
	white-space: nowrap;
}

.rider-ebc-dealer-table-wrap {
	border: 1px solid var(--rider-ebc-line);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	clip-path: none;
	overflow: hidden;
}

.rider-ebc-dealer-table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.rider-ebc-page .rider-ebc-dealer-table {
	width: 100%;
	min-width: 720px;
	margin: 0;
	border: 0 !important;
	border-collapse: collapse;
	border-radius: 0 !important;
	background: #fff;
	box-shadow: none !important;
	clip-path: none !important;
	table-layout: fixed;
}

.rider-ebc-dealer-table th,
.rider-ebc-dealer-table td {
	padding: 0.9rem 1rem;
	border: 0;
	border-right: 1px solid #e0e7ee;
	border-bottom: 1px solid #e0e7ee;
	text-align: left;
	vertical-align: middle;
}

.rider-ebc-dealer-table th:last-child,
.rider-ebc-dealer-table td:last-child {
	border-right: 0;
}

.rider-ebc-dealer-table thead th {
	background: var(--rider-ebc-navy);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.4;
	text-transform: uppercase;
}

.rider-ebc-dealer-table th:nth-child(1) { width: 24%; }
.rider-ebc-dealer-table th:nth-child(2) { width: 41%; }
.rider-ebc-dealer-table th:nth-child(3) { width: 35%; }

.rider-ebc-dealer-table tbody tr:nth-child(even) td {
	background: #f7f9fb;
}

.rider-ebc-dealer-table tbody tr:hover td {
	background: #eef4fa;
}

.rider-ebc-dealer-table td {
	color: #43546a;
	font-size: 0.88rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.rider-ebc-dealer-table td strong {
	color: var(--rider-ebc-navy);
	font-weight: 800;
}

.rider-ebc-page .rider-ebc-dealer-table a {
	color: var(--rider-ebc-blue);
	font-weight: 750;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.rider-ebc-page .rider-ebc-dealer-table a:hover,
.rider-ebc-page .rider-ebc-dealer-table a:focus-visible {
	color: var(--rider-ebc-red-dark);
}

.rider-ebc-dealer-table tr[hidden] {
	display: none !important;
}

.rider-ebc-dealer-table__empty td {
	padding: 1.5rem;
	text-align: center;
}

@media (max-width: 63.9375em) {
	.rider-ebc-bike-grade {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: 220px minmax(0, 1fr);
		min-height: 0;
	}

	.rider-ebc-dealer-filter {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.rider-ebc-dealer-filter label {
		grid-column: 1 / -1;
	}
}

@media (max-width: 47.9375em) {
	.rider-ebc-bike-grade {
		grid-template-rows: 210px minmax(0, 1fr);
	}

	.rider-ebc-bike-grade__image {
		height: 210px;
		min-height: 0;
	}

	.rider-ebc-bike-grade__image img {
		height: 170px;
	}

	.rider-ebc-dealer-filter {
		grid-template-columns: minmax(0, 1fr);
		padding: 1rem;
	}

	.rider-ebc-dealer-filter label {
		grid-column: auto;
	}

	.rider-ebc-dealer-filter__status {
		white-space: normal;
	}

	.rider-ebc-dealer-table {
		min-width: 0 !important;
		table-layout: auto !important;
	}

	.rider-ebc-dealer-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.rider-ebc-dealer-table,
	.rider-ebc-dealer-table tbody,
	.rider-ebc-dealer-table tr,
	.rider-ebc-dealer-table td {
		display: block;
		width: 100%;
	}

	.rider-ebc-dealer-table tbody tr {
		padding: 0.45rem 0;
		border-bottom: 1px solid #dce5ee;
	}

	.rider-ebc-dealer-table tbody tr:last-child {
		border-bottom: 0;
	}

	.rider-ebc-dealer-table td,
	.rider-ebc-dealer-table tbody tr:nth-child(even) td,
	.rider-ebc-dealer-table tbody tr:hover td {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 0.75rem;
		padding: 0.48rem 0.9rem;
		border: 0;
		background: #fff;
	}

	.rider-ebc-dealer-table td::before {
		color: #738095;
		content: attr(data-label);
		font-family: var(--rider-font-display);
		font-size: 0.68rem;
		font-weight: 800;
		letter-spacing: 0.035em;
		line-height: 1.45;
		text-transform: uppercase;
	}

	.rider-ebc-dealer-table__empty td {
		display: block;
		padding: 1.5rem;
		text-align: center;
	}

	.rider-ebc-dealer-table__empty td::before {
		display: none;
	}
}

/* Shared back-to-brands control. Keep the same interaction on every brand page. */
.rider-brand-page > .rider-brand-back .rider-button {
	--rider-component-cut: 10px;
	--rider-tech-border-color: #cbd8e6;
	--rider-tech-svg-border-width: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 48px;
	padding: 0.72rem 1.05rem;
	border: 1px solid #cbd8e6;
	background: #fff;
	color: #071f3d;
	box-shadow: none;
	font-weight: 800;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.rider-brand-page > .rider-brand-back .rider-button .fa {
	margin: 0;
	color: #ed1c2e;
	transition: color 160ms ease, transform 160ms ease;
}

.rider-brand-page > .rider-brand-back .rider-button:hover,
.rider-brand-page > .rider-brand-back .rider-button:focus-visible {
	--rider-tech-border-color: #ed1c2e;
	border-color: #ed1c2e;
	background: #eef4fa;
	color: #b70d1d;
	box-shadow: 0 10px 24px rgba(7, 31, 61, 0.1);
}

.rider-brand-page > .rider-brand-back .rider-button:hover .fa,
.rider-brand-page > .rider-brand-back .rider-button:focus-visible .fa {
	color: #b70d1d;
	transform: translateX(-3px);
}

.rider-brand-page > .rider-brand-back .rider-button:focus-visible {
	outline: 3px solid rgba(237, 28, 46, 0.22);
	outline-offset: 3px;
}

/* ROXAR motorcycle covers page. */
.rider-roxar-covers-page {
	color: var(--rider-roxar-navy);
}

.rider-roxar-covers-hero,
.rider-roxar-covers-feature,
.rider-roxar-covers-variant,
.rider-roxar-covers-weather,
.rider-roxar-covers-use,
.rider-roxar-covers-step,
.rider-roxar-covers-care,
.rider-roxar-covers-fit,
.rider-roxar-covers-fit-card,
.rider-roxar-covers-buy {
	--rider-tech-svg-border-width: 1px;
	border: 1px solid var(--rider-roxar-line);
	border-radius: 0;
}

.rider-roxar-covers-hero {
	--rider-component-cut: 26px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.22);
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
	min-height: 570px;
	margin-bottom: clamp(2.5rem, 5vw, 5rem);
	border-color: rgba(255, 255, 255, 0.22);
	background: linear-gradient(125deg, #061e3b 0%, #0a4b8b 100%);
	overflow: hidden;
}

.rider-roxar-covers-hero__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.25rem, 5vw, 5rem);
}

.rider-roxar-covers-logo {
	align-self: flex-start;
	width: min(250px, 72%);
	margin-bottom: 1.6rem;
	padding: 0.85rem 1.1rem;
	background: #fff;
	clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.rider-roxar-covers-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.rider-roxar-covers-hero h1 {
	max-width: 760px;
	margin-bottom: 1.25rem;
	color: #fff;
	font-size: clamp(2.35rem, 4.3vw, 4.7rem);
	letter-spacing: -0.045em;
}

.rider-roxar-covers-hero__lead {
	max-width: 720px;
	margin-bottom: 1.6rem;
	color: #ccd9e8;
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	line-height: 1.7;
}

.rider-roxar-covers-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.rider-roxar-covers-hero__media {
	position: relative;
	min-width: 0;
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	background: #b91227;
	overflow: hidden;
}

.rider-roxar-covers-hero__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 30, 59, 0.22), transparent 34%);
	pointer-events: none;
}

.rider-roxar-covers-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.rider-roxar-covers-hero__media figcaption {
	position: absolute;
	z-index: 1;
	right: 1.4rem;
	bottom: 1.4rem;
	padding: 0.8rem 1rem;
	background: rgba(6, 31, 62, 0.9);
	color: #fff;
	text-align: right;
}

.rider-roxar-covers-hero__media figcaption strong,
.rider-roxar-covers-hero__media figcaption span {
	display: block;
}

.rider-roxar-covers-hero__media figcaption strong {
	font-size: 0.9rem;
	text-transform: uppercase;
}

.rider-roxar-covers-hero__media figcaption span {
	color: #cbd8e7;
	font-size: 0.75rem;
}

.rider-roxar-covers-section {
	margin-bottom: clamp(3rem, 6vw, 6rem);
}

.rider-roxar-covers-heading {
	max-width: 940px;
	margin-bottom: 2rem;
}

.rider-roxar-covers-heading h2,
.rider-roxar-covers-use h2,
.rider-roxar-covers-fit h2,
.rider-roxar-covers-buy h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 3.3vw, 3.45rem);
	letter-spacing: -0.035em;
}

.rider-roxar-covers-heading > p:last-child,
.rider-roxar-covers-fit > div > p {
	color: var(--rider-roxar-muted);
	font-size: 1.02rem;
	line-height: 1.75;
}

.rider-roxar-covers-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.rider-roxar-covers-feature {
	--rider-component-cut: 14px;
	--rider-tech-border-color: #ccd9e7;
	min-height: 250px;
	padding: 1.55rem;
	background: #fff;
}

.rider-roxar-covers-feature > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 1.15rem;
	background: var(--rider-roxar-red);
	color: #fff;
	font-size: 1.2rem;
}

.rider-roxar-covers-feature h3 {
	margin-bottom: 0.55rem;
	font-size: 1.12rem;
}

.rider-roxar-covers-feature p {
	margin-bottom: 0;
	color: var(--rider-roxar-muted);
	font-size: 0.88rem;
	line-height: 1.65;
}

.rider-roxar-covers-variant-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.rider-roxar-covers-variant {
	--rider-component-cut: 18px;
	--rider-tech-border-color: #ccd9e7;
	display: grid;
	grid-template-rows: 360px minmax(0, 1fr);
	background: #fff;
	overflow: hidden;
}

.rider-roxar-covers-variant__media {
	position: relative;
	margin: 0;
	border-bottom: 1px solid var(--rider-roxar-line);
	background: #fff;
	overflow: hidden;
}

.rider-roxar-covers-variant__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rider-roxar-covers-variant__media--standard {
	background: #fff;
}

.rider-roxar-covers-variant__media--standard img {
	object-fit: contain;
	object-position: center;
	opacity: 1;
}

.rider-roxar-covers-variant__media figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.65rem 0.9rem;
	background: var(--rider-roxar-navy);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.rider-roxar-covers-variant__content {
	padding: clamp(1.5rem, 3vw, 2.4rem);
}

.rider-roxar-covers-variant__content h3 {
	margin-bottom: 0.75rem;
	font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.rider-roxar-covers-variant__content > p:not(.rider-kicker),
.rider-roxar-covers-variant__content li {
	color: var(--rider-roxar-muted);
	line-height: 1.65;
}

.rider-roxar-covers-variant__content ul,
.rider-roxar-covers-fit ul {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.rider-roxar-covers-variant__content li,
.rider-roxar-covers-fit li {
	position: relative;
	margin-bottom: 0.55rem;
	padding-left: 1.35rem;
}

.rider-roxar-covers-variant__content li::before,
.rider-roxar-covers-fit li::before {
	content: '\f00c';
	position: absolute;
	top: 0.08rem;
	left: 0;
	color: var(--rider-roxar-red);
	font-family: FontAwesome;
}

.rider-roxar-covers-weather {
	--rider-component-cut: 24px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.24);
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	min-height: 360px;
	margin-bottom: clamp(3rem, 6vw, 6rem);
	padding: clamp(2.25rem, 5vw, 5rem);
	border-color: rgba(255, 255, 255, 0.24);
	background: #6f0f1d url('../images/roxar-covers/hero.jpg') center / cover no-repeat;
	color: #fff;
	overflow: hidden;
}

.rider-roxar-covers-weather::before {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 30, 59, 0.96) 0%, rgba(6, 30, 59, 0.78) 48%, rgba(6, 30, 59, 0.36) 100%);
}

.rider-roxar-covers-weather h2 {
	margin-bottom: 1rem;
	color: #fff;
	font-size: clamp(2rem, 3.3vw, 3.45rem);
	letter-spacing: -0.035em;
}

.rider-roxar-covers-weather__copy > p:last-child {
	margin-bottom: 0;
	color: #d4dfeb;
	line-height: 1.7;
}

.rider-roxar-covers-weather__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.rider-roxar-covers-weather__facts > div {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 72px;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.12);
}

.rider-roxar-covers-weather__facts .fa {
	color: #ff5c69;
	font-size: 1.25rem;
}

.rider-roxar-covers-weather__facts strong {
	color: #fff;
	font-size: 0.88rem;
}

.rider-roxar-covers-use {
	--rider-component-cut: 20px;
	--rider-tech-border-color: #ccd9e7;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
	gap: clamp(2rem, 5vw, 5rem);
	margin-bottom: clamp(3rem, 6vw, 6rem);
	padding: clamp(2rem, 4vw, 4.5rem);
	background: var(--rider-roxar-surface);
}

.rider-roxar-covers-steps {
	display: grid;
	gap: 0.8rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.rider-roxar-covers-step {
	--rider-component-cut: 10px;
	--rider-tech-border-color: #ccd9e7;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	min-height: 112px;
	padding: 1rem;
	background: #fff;
}

.rider-roxar-covers-step > span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: var(--rider-roxar-red);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 0.82rem;
	font-weight: 900;
}

.rider-roxar-covers-step h3 {
	margin-bottom: 0.35rem;
	font-size: 1.03rem;
}

.rider-roxar-covers-step p {
	margin-bottom: 0;
	color: var(--rider-roxar-muted);
	font-size: 0.84rem;
	line-height: 1.55;
}

.rider-roxar-covers-care {
	--rider-component-cut: 16px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	align-self: stretch;
	padding: clamp(1.75rem, 3vw, 2.75rem);
	border-color: rgba(255, 255, 255, 0.2);
	background: linear-gradient(145deg, #061e3b, #0a4b8b);
	color: #fff;
}

.rider-roxar-covers-care > span {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	margin-bottom: 1.25rem;
	background: var(--rider-roxar-red);
	font-size: 1.25rem;
}

.rider-roxar-covers-care h2 {
	color: #fff;
	font-size: clamp(1.65rem, 2.6vw, 2.45rem);
}

.rider-roxar-covers-care > p:not(.rider-kicker) {
	color: #cfdae7;
	line-height: 1.7;
}

.rider-roxar-covers-care__note {
	margin-top: 1.4rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	font-weight: 800;
}

.rider-roxar-covers-care__note .fa {
	margin-right: 0.4rem;
	color: #ff6673;
}

.rider-roxar-covers-fit {
	--rider-component-cut: 20px;
	--rider-tech-border-color: #ccd9e7;
	display: block;
	margin-bottom: clamp(3rem, 6vw, 6rem);
	padding: clamp(2rem, 4vw, 4rem);
	background: #fff;
}

.rider-roxar-covers-fit__heading {
	max-width: 920px;
	margin-bottom: 2rem;
}

.rider-roxar-covers-fit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.rider-roxar-covers-fit-card {
	--rider-component-cut: 16px;
	--rider-tech-border-color: #ccd9e7;
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--rider-roxar-line);
	background: var(--rider-roxar-surface);
	overflow: hidden;
}

.rider-roxar-covers-fit-card__header {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 92px;
	padding: 1.15rem 1.25rem;
	border-bottom: 1px solid var(--rider-roxar-line);
	background: #fff;
}

.rider-roxar-covers-fit-card__header > span {
	display: grid;
	flex: 0 0 52px;
	place-items: center;
	width: 52px;
	height: 52px;
	background: var(--rider-roxar-red);
	color: #fff;
	font-size: 1.15rem;
}

.rider-roxar-covers-fit-card__header .rider-kicker {
	margin-bottom: 0.2rem;
}

.rider-roxar-covers-fit-card__header h3 {
	margin: 0;
	font-size: clamp(1.15rem, 1.8vw, 1.55rem);
}

.rider-roxar-covers-fit-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.35rem;
	background: #fff;
}

.rider-roxar-covers-fit-card__body > p {
	margin-bottom: 0;
	color: var(--rider-roxar-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

.rider-roxar-covers-measures {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
	margin: 1.15rem 0 1.35rem;
}

.rider-roxar-covers-measures > div {
	--rider-component-cut: 8px;
	--rider-tech-border-color: #ccd9e7;
	--rider-tech-svg-border-width: 1px;
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 52px;
	border: 1px solid var(--rider-roxar-line);
	border-radius: 0;
	background: var(--rider-roxar-surface);
}

.rider-roxar-covers-measures dt {
	display: grid;
	align-self: stretch;
	flex: 0 0 38px;
	place-items: center;
	margin: 0;
	background: var(--rider-roxar-navy);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 0.88rem;
	font-weight: 900;
}

.rider-roxar-covers-measures dd {
	min-width: 0;
	margin: 0;
	padding: 0.55rem 0.6rem;
	color: var(--rider-roxar-muted);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.3;
}

.rider-roxar-covers-fit-card__body .rider-roxar-covers-size-table-wrap {
	margin-top: auto;
}

.rider-roxar-covers-fit li {
	color: var(--rider-roxar-muted);
	line-height: 1.65;
}

.rider-roxar-covers-size-table-wrap {
	margin-top: 1.5rem;
	border: 1px solid var(--rider-roxar-line);
	background: #fff;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.rider-roxar-covers-size-table-wrap:focus-visible {
	outline: 3px solid rgba(237, 28, 47, 0.35);
	outline-offset: 3px;
}

.rider-roxar-covers-size-table {
	width: 100%;
	min-width: 480px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

.rider-roxar-covers-size-table caption {
	padding: 0.9rem 1rem;
	background: var(--rider-roxar-navy);
	color: #fff;
	font-family: var(--rider-font-display);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-align: left;
	text-transform: uppercase;
}

.rider-roxar-covers-size-table th,
.rider-roxar-covers-size-table td {
	padding: 0.7rem 0.8rem;
	border: 0;
	border-right: 1px solid var(--rider-roxar-line);
	border-bottom: 1px solid var(--rider-roxar-line);
}

.rider-roxar-covers-size-table tr > :last-child {
	border-right: 0;
}

.rider-roxar-covers-size-table tbody tr:last-child > * {
	border-bottom: 0;
}

.rider-roxar-covers-size-table thead th,
.rider-roxar-covers-size-table tbody th {
	background: var(--rider-roxar-surface);
	color: var(--rider-roxar-navy);
	font-weight: 800;
}

.rider-roxar-covers-size-table tbody tr:nth-child(even) td {
	background: #f8fafc;
}

.rider-roxar-covers-fit > div > .rider-roxar-covers-size-note {
	margin: 0.65rem 0 0;
	color: var(--rider-roxar-muted);
	font-size: 0.78rem;
	line-height: 1.5;
}

.rider-roxar-covers-fit > .rider-roxar-covers-size-note {
	margin: 1rem 0 0;
	color: var(--rider-roxar-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.rider-roxar-covers-fit > .rider-roxar-covers-size-note .fa {
	margin-right: 0.35rem;
	color: var(--rider-roxar-red);
}

.rider-roxar-covers-buy {
	--rider-component-cut: 22px;
	--rider-tech-border-color: rgba(255, 255, 255, 0.2);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding: clamp(2rem, 4vw, 4rem);
	border-color: rgba(255, 255, 255, 0.2);
	background: linear-gradient(120deg, #061e3b 0%, #0b559b 100%);
	color: #fff;
}

.rider-roxar-covers-buy h2 {
	color: #fff;
}

.rider-roxar-covers-buy p:last-child {
	margin-bottom: 0;
	color: #cfdae7;
	line-height: 1.65;
}

@supports (clip-path: polygon(0 0)) {
	.rider-roxar-covers-hero,
	.rider-roxar-covers-feature,
	.rider-roxar-covers-variant,
	.rider-roxar-covers-weather,
	.rider-roxar-covers-use,
	.rider-roxar-covers-step,
	.rider-roxar-covers-care,
	.rider-roxar-covers-fit,
	.rider-roxar-covers-fit-card,
	.rider-roxar-covers-measures > div,
	.rider-roxar-covers-buy {
		clip-path: polygon(var(--rider-component-cut) 0, 100% 0, 100% calc(100% - var(--rider-component-cut)), calc(100% - var(--rider-component-cut)) 100%, 0 100%, 0 var(--rider-component-cut));
	}
}

@media (max-width: 89.9375em) {
	.rider-roxar-covers-hero {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.rider-roxar-covers-hero__media {
		aspect-ratio: 3 / 2;
		min-height: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}
}

@media (max-width: 64em) {
	.rider-roxar-covers-hero,
	.rider-roxar-covers-weather,
	.rider-roxar-covers-use,
	.rider-roxar-covers-fit {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-roxar-covers-hero__media {
		aspect-ratio: 3 / 2;
		min-height: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}

	.rider-roxar-covers-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-roxar-covers-weather {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-roxar-covers-care {
		min-height: 0;
	}

	.rider-roxar-covers-fit-grid {
		grid-template-columns: minmax(0, 1fr);
	}

}

@media (max-width: 47.9375em) {
	.rider-roxar-covers-hero__copy,
	.rider-roxar-covers-weather,
	.rider-roxar-covers-use,
	.rider-roxar-covers-fit,
	.rider-roxar-covers-buy {
		padding: 1.5rem;
	}

	.rider-roxar-covers-hero h1 {
		font-size: clamp(2.05rem, 9vw, 3.2rem);
	}

	.rider-roxar-covers-hero__media {
		min-height: 0;
	}

	.rider-roxar-covers-actions {
		display: grid;
	}

	.rider-roxar-covers-feature-grid,
	.rider-roxar-covers-variant-grid,
	.rider-roxar-covers-buy {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-roxar-covers-feature {
		min-height: 0;
	}

	.rider-roxar-covers-measures,
	.rider-roxar-covers-measures--topcase {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-roxar-covers-variant {
		grid-template-rows: 300px minmax(0, 1fr);
	}

	.rider-roxar-covers-weather__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rider-roxar-covers-buy .rider-button {
		width: 100%;
	}
}

@media (max-width: 27em) {
	.rider-roxar-covers-hero__copy,
	.rider-roxar-covers-weather,
	.rider-roxar-covers-use,
	.rider-roxar-covers-fit,
	.rider-roxar-covers-buy {
		padding: 1.25rem;
	}

	.rider-roxar-covers-hero__media {
		min-height: 0;
	}

	.rider-roxar-covers-feature-grid,
	.rider-roxar-covers-weather__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.rider-roxar-covers-variant {
		grid-template-rows: 250px minmax(0, 1fr);
	}

	.rider-roxar-covers-step {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 0.75rem;
	}

	.rider-roxar-covers-step > span {
		width: 42px;
		height: 42px;
	}

	.rider-roxar-covers-measures,
	.rider-roxar-covers-measures--topcase {
		grid-template-columns: minmax(0, 1fr);
	}
}
