/* OK-VISE General Blocks — frontend and editor styles. */
.okv-general-block {
	--okv-blue: #3366cc;
	--okv-blue-dark: #2952a3;
	--okv-ink: #2f3e57;
	--okv-title: #161d28;
	--okv-sky: #99ccff;
	--okv-pale: #f1f3f8;
	--okv-line: #dfe4ec;
	--okv-white: #fcfcfc;
	--okv-paper: #ffffff;
	box-sizing: border-box;
	color: var(--okv-ink);
	font-family: inherit;
	line-height: 1.55;
	margin-block: 0;
	padding-block: clamp(2.25rem, 3.5vw, 4rem);
}

.okv-general-block *,
.okv-general-block *::before,
.okv-general-block *::after { box-sizing: inherit; }

.okv-general-block.okv-theme-light { background: var(--okv-white); }
.okv-general-block.okv-theme-pale { background: var(--okv-pale); }
.okv-general-block.okv-theme-dark { background: var(--okv-ink); color: var(--okv-white); }
.okv-general-block.okv-theme-dark :where(p, li, span) { color: inherit !important; }

.okv-general-container {
	margin-inline: auto;
	max-width: 1140px;
	padding-inline: clamp(1.25rem, 4vw, 3rem);
	width: 100%;
}

.okv-product-categories__header {
	margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
	max-width: 900px;
}

.okv-product-categories__eyebrow {
	color: var(--okv-blue);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.okv-general-block .okv-product-categories__heading {
	color: var(--okv-blue) !important;
	font-family: inherit !important;
	font-size: clamp(1.75rem, 2.7vw, 2.5rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.1 !important;
	margin: 0 !important;
	text-wrap: balance;
}

.okv-product-categories__intro {
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	margin-top: 1rem;
	max-width: 66ch;
}
.okv-product-categories__intro > :first-child { margin-top: 0; }
.okv-product-categories__intro > :last-child { margin-bottom: 0; }

.okv-product-categories__display {
	align-items: stretch;
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	grid-template-columns: minmax(18rem, 0.88fr) minmax(0, 1.32fr);
}

.okv-product-categories__nav {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 0;
}

.okv-category-count-1 .okv-product-categories__nav,
.okv-category-count-2 .okv-product-categories__nav,
.okv-category-count-3 .okv-product-categories__nav { justify-content: center; }

.okv-category-count-4 .okv-product-category,
.okv-category-count-5 .okv-product-category,
.okv-category-count-6 .okv-product-category { flex: 1 1 0; }

.okv-product-category {
	background: var(--okv-paper);
	border: 1px solid var(--okv-line);
	border-left: 3px solid transparent;
	box-shadow: 0 3px 12px rgba(47, 62, 87, 0.045);
	color: var(--okv-ink);
	display: flex;
	min-width: 0;
	position: relative;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.okv-product-category.is-active,
.okv-product-category:hover,
.okv-product-category:focus-within {
	background: #f5f8ff;
	border-color: #b8c9eb;
	border-left-color: var(--okv-blue);
	box-shadow: 0 8px 22px rgba(47, 62, 87, 0.11);
	transform: translateX(0.25rem);
}

.okv-product-category__link,
.okv-product-category__link:visited {
	align-items: center;
	color: inherit !important;
	display: grid;
	flex: 1;
	gap: clamp(0.65rem, 1vw, 0.9rem);
	grid-template-columns: minmax(0, 1fr) 2rem;
	min-height: 4.35rem;
	padding: 0.7rem 0.85rem 0.7rem 1rem;
	text-decoration: none !important;
}

.okv-product-category__content {
	display: block;
	min-width: 0;
}

.okv-product-category__eyebrow {
	color: var(--okv-blue);
	display: block;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.okv-general-block .okv-product-category__title {
	color: var(--okv-title) !important;
	display: block;
	font-family: inherit !important;
	font-size: clamp(0.98rem, 1.1vw, 1.12rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.01em !important;
	line-height: 1.2 !important;
	margin: 0 !important;
}

.okv-product-category__text {
	display: block;
	font-size: 0.78rem;
	line-height: 1.35;
	margin-top: 0.3rem;
}

.okv-product-category__text > :first-child { margin-top: 0; }
.okv-product-category__text > :last-child { margin-bottom: 0; }

.okv-product-category__action {
	align-items: center;
	border: 2px solid currentColor;
	border-radius: 50%;
	color: var(--okv-blue);
	display: inline-flex;
	font-size: 0.85rem;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 2rem;
}

.okv-product-category.is-active .okv-product-category__action,
.okv-product-category:hover .okv-product-category__action,
.okv-product-category:focus-within .okv-product-category__action {
	background: var(--okv-blue);
	color: var(--okv-white);
	transform: translateX(0.15rem);
}

.okv-product-category__link:focus-visible {
	outline: 3px solid var(--okv-sky);
	outline-offset: 2px;
}

.okv-product-categories__visual {
	aspect-ratio: 16 / 10;
	background: #f3f5f7;
	border: 1px solid var(--okv-line);
	box-shadow: 0 10px 28px rgba(47, 62, 87, 0.09);
	display: grid;
	min-height: clamp(20rem, 31vw, 26rem);
	overflow: hidden;
	position: relative;
}

.okv-product-category__media {
	inset: 0;
	height: 100%;
	margin: 0;
	opacity: 0;
	position: absolute;
	transform: scale(0.995);
	transition: opacity 220ms ease, transform 320ms ease;
	visibility: hidden;
	width: 100%;
}

.okv-product-category__media.is-active {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

.okv-general-block .okv-product-categories__visual .okv-product-category__image {
	display: block !important;
	height: 100% !important;
	inset: 0 !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	object-position: center center !important;
	position: absolute !important;
	width: 100% !important;
}
.okv-general-block .okv-product-categories__visual .okv-media-fit-contain .okv-product-category__image { object-fit: contain !important; }
.okv-general-block .okv-product-categories__visual .okv-media-fit-cover .okv-product-category__image { object-fit: cover !important; }

.okv-theme-dark .okv-product-categories__eyebrow,
.okv-theme-dark .okv-product-category__eyebrow,
.okv-theme-dark .okv-product-category__action { color: var(--okv-sky) !important; }
.okv-general-block.okv-theme-dark .okv-product-categories__heading,
.okv-general-block.okv-theme-dark .okv-product-category__title { color: var(--okv-white) !important; }
.okv-theme-dark .okv-product-category {
	background: #394963;
	border-color: #53637c;
	border-left-color: transparent;
	color: var(--okv-white);
}
.okv-theme-dark .okv-product-category.is-active,
.okv-theme-dark .okv-product-category:hover,
.okv-theme-dark .okv-product-category:focus-within {
	background: #43546f;
	border-color: var(--okv-sky);
}
.okv-theme-dark .okv-product-category.is-active .okv-product-category__action,
.okv-theme-dark .okv-product-category:hover .okv-product-category__action,
.okv-theme-dark .okv-product-category:focus-within .okv-product-category__action {
	background: var(--okv-sky);
	color: var(--okv-ink);
}

.okv-product-categories__empty {
	border: 1px dashed var(--okv-line);
	margin: 0;
	padding: 1.5rem;
}

@media (max-width: 900px) {
	.okv-product-categories__display {
		gap: 1.25rem;
		grid-template-columns: minmax(15rem, 0.92fr) minmax(0, 1.08fr);
	}
	.okv-product-category__link {
		grid-template-columns: minmax(0, 1fr) 2rem;
		min-height: 4.15rem;
	}
	.okv-product-categories__visual { min-height: 20rem; }
}

@media (max-width: 700px) {
	.okv-product-categories__display { grid-template-columns: 1fr; }
	.okv-product-categories__visual {
		aspect-ratio: 16 / 9;
		grid-row: 1;
		min-height: 0;
	}
	.okv-product-categories__nav { grid-row: 2; }
	.okv-category-count-4 .okv-product-category,
	.okv-category-count-5 .okv-product-category,
	.okv-category-count-6 .okv-product-category { flex: 0 1 auto; }
	.okv-product-category:hover,
	.okv-product-category:focus-within,
	.okv-product-category.is-active { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	.okv-general-block * { transition-duration: 0.01ms !important; }
	.okv-product-category:hover,
	.okv-product-category:focus-within,
	.okv-product-category.is-active,
	.okv-product-category:hover .okv-product-category__action,
	.okv-product-category:focus-within .okv-product-category__action,
	.okv-product-category.is-active .okv-product-category__action,
	.okv-product-category__media { transform: none; }
}

/* Interactive Content Sections. */
.okv-interactive-content__header {
	margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
	max-width: 900px;
}

.okv-interactive-content__eyebrow {
	color: var(--okv-blue);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.okv-general-block .okv-interactive-content__heading {
	color: var(--okv-blue) !important;
	font-family: inherit !important;
	font-size: clamp(1.75rem, 2.7vw, 2.5rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.1 !important;
	margin: 0 !important;
	text-wrap: balance;
}

.okv-interactive-content__intro {
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	margin-top: 1rem;
	max-width: 66ch;
}
.okv-interactive-content__intro > :first-child { margin-top: 0; }
.okv-interactive-content__intro > :last-child { margin-bottom: 0; }

.okv-interactive-content__display {
	align-items: stretch;
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	grid-template-columns: minmax(18rem, 0.88fr) minmax(0, 1.32fr);
}

.okv-interactive-content__tabs {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 0;
}

.okv-interactive-count-1 .okv-interactive-content__tabs,
.okv-interactive-count-2 .okv-interactive-content__tabs,
.okv-interactive-count-3 .okv-interactive-content__tabs { justify-content: flex-start; }

.okv-interactive-count-4 .okv-interactive-content__tab,
.okv-interactive-count-5 .okv-interactive-content__tab,
.okv-interactive-count-6 .okv-interactive-content__tab { flex: 0 0 auto; }

.okv-interactive-content__tab {
	align-items: center;
	appearance: none;
	background: var(--okv-paper);
	border: 1px solid var(--okv-line);
	border-left: 3px solid transparent;
	border-radius: 0;
	box-shadow: 0 2px 8px rgba(47, 62, 87, 0.04);
	color: var(--okv-ink);
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: clamp(0.65rem, 1vw, 0.9rem);
	grid-template-columns: minmax(0, 1fr) 1.5rem;
	min-height: 4.15rem;
	padding: 0.7rem 0.85rem 0.7rem 1.05rem;
	text-align: left;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.okv-interactive-content__tab:hover {
	background: #f8faff;
	border-color: #c9d5e9;
}

.okv-interactive-content__tab.is-active {
	background: #f7f9fd;
	border-color: var(--okv-line);
	border-left-color: var(--okv-blue);
	box-shadow: 0 6px 18px rgba(47, 62, 87, 0.08);
}

.okv-interactive-content__tab:focus-visible {
	outline: 3px solid var(--okv-sky);
	outline-offset: 2px;
}

.okv-interactive-content__tab-copy {
	display: block;
	min-width: 0;
}

.okv-interactive-content__tab-title {
	color: var(--okv-title);
	display: block;
	font-size: clamp(0.98rem, 1.1vw, 1.12rem);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.okv-interactive-content__tab-text {
	display: block;
	font-size: 0.78rem;
	line-height: 1.35;
	margin-top: 0.3rem;
}

.okv-interactive-content__tab-action {
	align-items: center;
	border: 0;
	color: var(--okv-blue);
	display: inline-flex;
	font-size: 1.15rem;
	height: 1.5rem;
	justify-content: center;
	line-height: 1;
	transition: color 180ms ease, transform 180ms ease;
	width: 1.5rem;
}

.okv-interactive-content__tab.is-active .okv-interactive-content__tab-action {
	color: var(--okv-blue);
	transform: translateX(0.2rem);
}

.okv-interactive-content__panels {
	background: var(--okv-paper);
	border: 1px solid var(--okv-line);
	box-shadow: 0 10px 28px rgba(47, 62, 87, 0.09);
	display: grid;
	min-height: clamp(20rem, 31vw, 26rem);
	overflow: hidden;
}

.okv-interactive-content__panel {
	align-items: center;
	display: grid;
	grid-area: 1 / 1;
	padding: clamp(1.75rem, 4vw, 3.75rem);
}

.okv-interactive-content__panel[hidden] { display: none !important; }

.okv-interactive-content__panel-inner {
	max-width: 68ch;
	width: 100%;
}

.okv-interactive-content__panel-eyebrow {
	color: var(--okv-blue);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.35;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.okv-general-block .okv-interactive-content__panel-heading {
	color: var(--okv-title) !important;
	font-family: inherit !important;
	font-size: clamp(1.55rem, 2.4vw, 2.15rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.12 !important;
	margin: 0 !important;
	text-wrap: balance;
}

.okv-interactive-content__body {
	font-size: 1rem;
	line-height: 1.65;
	margin-top: 1rem;
}
.okv-interactive-content__body > :first-child { margin-top: 0; }
.okv-interactive-content__body > :last-child { margin-bottom: 0; }
.okv-interactive-content__body :where(ul, ol) { padding-left: 1.25rem; }
.okv-interactive-content__body li + li { margin-top: 0.35rem; }
.okv-interactive-content__body :where(h4, h5) {
	color: var(--okv-title);
	font-family: inherit;
	line-height: 1.25;
	margin: 1.25rem 0 0.45rem;
}

.okv-interactive-content__button,
.okv-interactive-content__button:visited {
	align-items: center;
	background: var(--okv-blue);
	border: 2px solid var(--okv-blue);
	border-radius: 0;
	color: var(--okv-white) !important;
	display: inline-flex;
	font-weight: 700;
	gap: 0.7rem;
	line-height: 1.2;
	margin-top: 1.5rem;
	padding: 0.75rem 1rem;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.okv-interactive-content__button:hover {
	background: var(--okv-blue-dark);
	border-color: var(--okv-blue-dark);
	transform: translateY(-1px);
}
.okv-interactive-content__button:focus-visible {
	outline: 3px solid var(--okv-sky);
	outline-offset: 3px;
}

.okv-theme-dark .okv-interactive-content__eyebrow,
.okv-theme-dark .okv-interactive-content__panel-eyebrow,
.okv-theme-dark .okv-interactive-content__tab-action { color: var(--okv-sky) !important; }
.okv-general-block.okv-theme-dark .okv-interactive-content__heading,
.okv-general-block.okv-theme-dark .okv-interactive-content__panel-heading,
.okv-theme-dark .okv-interactive-content__tab-title,
.okv-theme-dark .okv-interactive-content__body :where(h4, h5) { color: var(--okv-white) !important; }
.okv-theme-dark .okv-interactive-content__tab,
.okv-theme-dark .okv-interactive-content__panels {
	background: #394963;
	border-color: #53637c;
	color: var(--okv-white);
}
.okv-theme-dark .okv-interactive-content__tab { border-left-color: transparent; }
.okv-theme-dark .okv-interactive-content__tab:hover { background: #40516b; }
.okv-theme-dark .okv-interactive-content__tab.is-active {
	background: #43546f;
	border-color: #53637c;
	border-left-color: var(--okv-sky);
}
.okv-theme-dark .okv-interactive-content__tab.is-active .okv-interactive-content__tab-action {
	color: var(--okv-sky) !important;
}

.okv-interactive-content__empty {
	border: 1px dashed var(--okv-line);
	margin: 0;
	padding: 1.5rem;
}

@media (max-width: 900px) {
	.okv-interactive-content__display {
		gap: 1.25rem;
		grid-template-columns: minmax(15rem, 0.92fr) minmax(0, 1.08fr);
	}
	.okv-interactive-content__tab { min-height: 4.15rem; }
	.okv-interactive-content__panels { min-height: 20rem; }
}

@media (max-width: 700px) {
	.okv-interactive-content__display { grid-template-columns: 1fr; }
	.okv-interactive-content__tabs {
		flex-direction: row;
		gap: 0.65rem;
		justify-content: flex-start !important;
		overflow-x: auto;
		padding: 0.2rem 0.2rem 0.75rem;
		scroll-snap-type: x proximity;
	}
	.okv-interactive-content__tab {
		flex: 0 0 min(78vw, 17rem) !important;
		scroll-snap-align: start;
		transform: none !important;
	}
	.okv-interactive-content__panels { min-height: 0; }
	.okv-interactive-content__panel { padding: clamp(1.4rem, 7vw, 2rem); }
}

@media (prefers-reduced-motion: reduce) {
	.okv-interactive-content__tab,
	.okv-interactive-content__tab-action,
	.okv-interactive-content__button { transform: none !important; }
}

/* Photo Carousel + Content. */
.okv-photo-carousel__layout {
	align-items: stretch;
	display: grid;
	gap: clamp(1.75rem, 4vw, 4rem);
}

.okv-carousel-position-right.okv-carousel-size-small .okv-photo-carousel__layout {
	grid-template-areas: "content media";
	grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
}

.okv-carousel-position-right.okv-carousel-size-wide .okv-photo-carousel__layout {
	grid-template-areas: "content media";
	grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
}

.okv-carousel-position-left.okv-carousel-size-small .okv-photo-carousel__layout {
	grid-template-areas: "media content";
	grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1.25fr);
}

.okv-carousel-position-left.okv-carousel-size-wide .okv-photo-carousel__layout {
	grid-template-areas: "media content";
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
}

.okv-photo-carousel__content {
	align-self: start;
	grid-area: content;
	min-width: 0;
}

.okv-carousel-text-center .okv-photo-carousel__content { align-self: center; }

.okv-photo-carousel__eyebrow {
	color: var(--okv-blue);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.okv-general-block .okv-photo-carousel__heading {
	color: var(--okv-title) !important;
	font-family: inherit !important;
	font-size: clamp(1.75rem, 3vw, 2.65rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.1 !important;
	margin: 0 !important;
	text-wrap: balance;
}

.okv-photo-carousel__body {
	font-size: 1rem;
	line-height: 1.65;
	margin-top: 1.15rem;
	max-width: 66ch;
}

.okv-photo-carousel__body > :first-child { margin-top: 0; }
.okv-photo-carousel__body > :last-child { margin-bottom: 0; }
.okv-photo-carousel__body :where(ul, ol) { padding-left: 1.25rem; }
.okv-photo-carousel__body li + li { margin-top: 0.35rem; }

.okv-photo-carousel__button,
.okv-photo-carousel__button:visited {
	align-items: center;
	background: var(--okv-blue);
	border: 2px solid var(--okv-blue);
	border-radius: 0;
	color: var(--okv-white) !important;
	display: inline-flex;
	font-weight: 700;
	gap: 0.7rem;
	line-height: 1.2;
	margin-top: 1.5rem;
	padding: 0.75rem 1rem;
	text-decoration: none !important;
	transform: none !important;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.okv-photo-carousel__button:hover,
.okv-photo-carousel__button:focus,
.okv-photo-carousel__button:active {
	background: var(--okv-blue-dark);
	border-color: var(--okv-blue-dark);
	transform: none !important;
}

.okv-photo-carousel__button:focus-visible,
.okv-photo-carousel__arrow:focus-visible,
.okv-photo-carousel__dot:focus-visible,
.okv-photo-carousel__viewport:focus-visible {
	outline: 3px solid var(--okv-sky);
	outline-offset: 3px;
}

.okv-photo-carousel__media {
	grid-area: media;
	min-width: 0;
	position: relative;
}

.okv-photo-carousel__viewport {
	background: #eef1f5;
	border: 1px solid var(--okv-line);
	box-shadow: 0 10px 28px rgba(47, 62, 87, 0.1);
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
}

.okv-carousel-format-standard.okv-carousel-size-small .okv-photo-carousel__viewport { aspect-ratio: 4 / 3; }
.okv-carousel-format-standard.okv-carousel-size-wide .okv-photo-carousel__viewport { aspect-ratio: 16 / 10; }
.okv-carousel-format-widescreen .okv-photo-carousel__viewport { aspect-ratio: 16 / 9; }

.okv-photo-carousel__slides,
.okv-photo-carousel__slide {
	height: 100%;
	margin: 0;
	width: 100%;
}

.okv-photo-carousel__slides { position: relative; }

.okv-photo-carousel__slide {
	inset: 0;
	position: absolute;
}

.okv-photo-carousel__slide[hidden] { display: none !important; }

.okv-general-block .okv-photo-carousel__image {
	display: block !important;
	height: 100% !important;
	inset: 0 !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	object-position: center center !important;
	position: absolute !important;
	width: 100% !important;
}

.okv-carousel-fit-contain .okv-photo-carousel__image { object-fit: contain !important; }
.okv-carousel-fit-cover .okv-photo-carousel__image { object-fit: cover !important; }

.okv-photo-carousel__navigation {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 0.9rem;
}

.okv-general-block .okv-photo-carousel__arrow {
	align-items: center !important;
	appearance: none !important;
	background: transparent !important;
	border: 1px solid #aeb8c6 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--okv-ink) !important;
	cursor: pointer;
	display: inline-flex !important;
	font: inherit !important;
	height: 2.25rem !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	position: static !important;
	transform: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
	width: 2.25rem !important;
}

.okv-general-block .okv-photo-carousel__arrow svg {
	fill: none;
	height: 1.15rem;
	stroke: currentColor;
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 1.75;
	width: 1.15rem;
}

.okv-general-block .okv-photo-carousel__arrow:hover {
	background: #f1f4f8 !important;
	border-color: var(--okv-blue) !important;
	color: var(--okv-blue) !important;
	transform: none !important;
}

.okv-photo-carousel__dots {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: center;
	margin: 0;
	min-height: 2.25rem;
}

.okv-general-block .okv-photo-carousel__dot {
	align-items: center !important;
	appearance: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	cursor: pointer;
	display: inline-flex !important;
	height: 2.25rem !important;
	justify-content: center !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	position: relative !important;
	transform: none !important;
	transition: width 180ms ease;
	width: 1rem !important;
}

.okv-general-block .okv-photo-carousel__dot::before {
	background: #aeb8c6;
	border-radius: 999px;
	content: "";
	display: block;
	height: 0.42rem;
	transition: background-color 180ms ease, width 180ms ease;
	width: 0.42rem;
}

.okv-general-block .okv-photo-carousel__dot:hover::before {
	background: #77869a;
}

.okv-general-block .okv-photo-carousel__dot.is-active {
	width: 1.5rem !important;
}

.okv-general-block .okv-photo-carousel__dot.is-active::before {
	background: var(--okv-blue);
	width: 1.25rem;
}

.okv-photo-carousel__media--empty {
	align-items: center;
	background: #eef1f5;
	border: 1px dashed #aeb8c6;
	display: flex;
	justify-content: center;
	min-height: 18rem;
	padding: 2rem;
	text-align: center;
}

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

.okv-theme-dark .okv-photo-carousel__eyebrow { color: var(--okv-sky) !important; }
.okv-general-block.okv-theme-dark .okv-photo-carousel__heading { color: var(--okv-white) !important; }
.okv-theme-dark .okv-photo-carousel__viewport {
	background: #25334a;
	border-color: #53637c;
}
.okv-theme-dark .okv-photo-carousel__arrow {
	border-color: #7e8ba0 !important;
	color: var(--okv-white) !important;
}
.okv-theme-dark .okv-photo-carousel__arrow:hover {
	background: #40516b !important;
	border-color: var(--okv-sky) !important;
	color: var(--okv-sky) !important;
}
.okv-theme-dark .okv-photo-carousel__dot::before { background: #7e8ba0; }
.okv-theme-dark .okv-photo-carousel__dot.is-active::before { background: var(--okv-sky); }

@media (max-width: 900px) {
	.okv-carousel-position-right.okv-carousel-size-small .okv-photo-carousel__layout {
		grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 0.9fr);
	}
	.okv-carousel-position-left.okv-carousel-size-small .okv-photo-carousel__layout {
		grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.1fr);
	}

	.okv-carousel-position-right.okv-carousel-size-wide .okv-photo-carousel__layout,
	.okv-carousel-position-left.okv-carousel-size-wide .okv-photo-carousel__layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.okv-carousel-position-right .okv-photo-carousel__layout,
	.okv-carousel-position-left .okv-photo-carousel__layout,
	.okv-carousel-position-right.okv-carousel-size-small .okv-photo-carousel__layout,
	.okv-carousel-position-left.okv-carousel-size-small .okv-photo-carousel__layout,
	.okv-carousel-position-right.okv-carousel-size-wide .okv-photo-carousel__layout,
	.okv-carousel-position-left.okv-carousel-size-wide .okv-photo-carousel__layout {
		grid-template-areas: "content" "media";
		grid-template-columns: minmax(0, 1fr);
	}

	.okv-photo-carousel__content { align-self: start; }
	.okv-carousel-format-standard.okv-carousel-size-small .okv-photo-carousel__viewport,
	.okv-carousel-format-standard.okv-carousel-size-wide .okv-photo-carousel__viewport { aspect-ratio: 16 / 10; }
	.okv-carousel-format-widescreen .okv-photo-carousel__viewport { aspect-ratio: 16 / 9; }
}

@media (prefers-reduced-motion: reduce) {
	.okv-photo-carousel__button,
	.okv-photo-carousel__arrow,
	.okv-photo-carousel__dot { transition-duration: 0.01ms !important; }
	.okv-photo-carousel__button { transform: none !important; }
}
