.page-template-page-homepage-v3-editable {
	--icango-v3-content-max: 1440px;
	--icango-v3-page-gutter: 32px;
}

.page-template-page-homepage-v3-editable #content,
.page-template-page-homepage-v3-editable .site-content,
.page-template-page-homepage-v3-editable #primary,
.page-template-page-homepage-v3-editable .content-area,
.page-template-page-homepage-v3-editable main,
.page-template-page-homepage-v3-editable article,
.page-template-page-homepage-v3-editable .entry-content {
	margin-top: 0;
	padding-top: 0;
}

.page-template-page-homepage-v3-editable .entry-content > :first-child {
	margin-top: 0;
}

.page-template-page-homepage-v3-editable .entry-content {
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow-x: clip;
	background: #ffffff;
	color: #111827;
}

.page-template-page-homepage-v3-editable .site-content > .woostify-container {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.page-template-page-homepage-v3-editable .entry-content *,
.page-template-page-homepage-v3-editable .entry-content *::before,
.page-template-page-homepage-v3-editable .entry-content *::after {
	box-sizing: border-box;
}

.page-template-page-homepage-v3-editable .icango-v3-wide-container,
.page-template-page-homepage-v3-editable .icango-v3-content-container {
	width: min(calc(100% - var(--icango-v3-page-gutter) - var(--icango-v3-page-gutter)), var(--icango-v3-content-max));
	max-width: var(--icango-v3-content-max);
	margin-right: auto;
	margin-left: auto;
}

.page-template-page-homepage-v3-editable .icango-v3-section .icango-v3-wide-container,
.page-template-page-homepage-v3-editable .icango-v3-section .icango-v3-content-container {
	max-width: var(--icango-v3-content-max) !important;
}

.page-template-page-homepage-v3-editable .icango-v3-section {
	padding: 84px 0;
}

.page-template-page-homepage-v3-editable .icango-v3-section h2,
.page-template-page-homepage-v3-editable .icango-v3-scene h2 {
	margin: 0 0 22px;
	font-size: clamp(2.75rem, 4vw, 3.75rem);
	line-height: 1.06;
	letter-spacing: 0;
}

.page-template-page-homepage-v3-editable .icango-v3-section h3 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	line-height: 1.25;
}

.page-template-page-homepage-v3-editable .icango-v3-section p,
.page-template-page-homepage-v3-editable .icango-v3-section li {
	color: #4b5563;
	line-height: 1.65;
}

.page-template-page-homepage-v3-editable .icango-v3-eyebrow {
	margin: 0 0 12px;
	color: #2563eb;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.page-template-page-homepage-v3-editable .wp-block-button__link,
.page-template-page-homepage-v3-editable .icango-v3-read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	background: #2563eb;
	border: 1px solid #2563eb;
	border-radius: 8px;
	color: #ffffff;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.page-template-page-homepage-v3-editable .is-style-icango-v3-link .wp-block-button__link,
.page-template-page-homepage-v3-editable .icango-v3-read-more {
	padding: 0;
	background: transparent;
	border: 0;
	color: #2563eb;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
	background: #ffffff;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider--full {
	width: 100vw;
	max-width: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__frame {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider--wide .icango-v3-home-slider__frame {
	width: min(100% - 64px, 1440px);
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider--contained .icango-v3-home-slider__frame {
	width: min(100% - 64px, 1240px);
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__viewport {
	position: relative;
	overflow: hidden;
	background: #f4f7fb;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__track {
	position: relative;
	height: var(--icango-v3-slider-desktop-height);
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	transition: opacity 320ms ease;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__slide.is-active,
.page-template-page-homepage-v3-editable .icango-v3-home-slider__slide:first-child {
	opacity: 1;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider--interactive .icango-v3-home-slider__slide:first-child:not(.is-active) {
	opacity: 0;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__image {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider--fit-cover .icango-v3-home-slider__image {
	object-fit: cover;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider--fit-contain .icango-v3-home-slider__image {
	object-fit: contain;
	background: #f4f7fb;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__arrow,
.page-template-page-homepage-v3-editable .icango-v3-home-slider__dot {
	border: 0;
	cursor: pointer;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: rgba(17, 24, 39, 0.48);
	border-radius: 999px;
	color: #ffffff;
	font-size: 2rem;
	line-height: 1;
	transform: translateY(-50%);
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__arrow--prev {
	left: 28px;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__arrow--next {
	right: 28px;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__dots {
	position: absolute;
	right: 24px;
	bottom: 22px;
	left: 24px;
	z-index: 3;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	background: rgba(255, 255, 255, 0.62);
	border-radius: 999px;
}

.page-template-page-homepage-v3-editable .icango-v3-home-slider__dot.is-active {
	width: 28px;
	background: #ffffff;
}

.page-template-page-homepage-v3-editable .icango-v3-feature-cards {
	padding-top: 72px;
	padding-bottom: 78px;
}

.page-template-page-homepage-v3-editable .icango-v3-feature-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 2.5vw, 40px);
	align-items: start;
}

.page-template-page-homepage-v3-editable .icango-v3-feature-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex-basis: auto !important;
}

.page-template-page-homepage-v3-editable .icango-v3-feature-card .icango-v3-feature-card__image {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 22px !important;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	background: #f6f7f9;
}

.page-template-page-homepage-v3-editable .icango-v3-feature-card .icango-v3-feature-card__image img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	transition: transform 260ms ease;
}

.page-template-page-homepage-v3-editable .icango-v3-feature-card .icango-v3-feature-card__image:hover img {
	transform: scale(1.035);
}

.page-template-page-homepage-v3-editable .icango-v3-feature-card h2 {
	margin: 0 0 14px;
	font-size: clamp(1.875rem, 2.6vw, 2.625rem);
	line-height: 1.1;
}

.page-template-page-homepage-v3-editable .icango-v3-products {
	background: #f6f7f9;
	text-align: center;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-template,
.page-template-page-homepage-v3-editable .icango-v3-post-query .wp-block-post-template {
	gap: 28px;
	justify-content: center;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-template {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch;
	gap: clamp(28px, 3vw, 40px);
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post,
.page-template-page-homepage-v3-editable .icango-v3-post-query .wp-block-post {
	overflow: hidden;
	background: #ffffff;
	border-radius: 10px;
	text-align: left;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 460px;
	min-height: 100%;
	border: 1px solid rgba(29, 78, 216, 0.08);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post:hover {
	transform: translateY(-4px);
	border-color: rgba(37, 99, 235, 0.18);
	box-shadow: 0 26px 56px rgba(15, 23, 42, 0.13);
}

.page-template-page-homepage-v3-editable .icango-v3-query-image {
	margin: 0;
	background: #f9fafb;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .icango-v3-query-image {
	overflow: hidden;
	border-radius: 16px 16px 0 0;
}

.page-template-page-homepage-v3-editable .icango-v3-query-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .icango-v3-query-image img {
	display: block;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	transition: transform 220ms ease;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post:hover .icango-v3-query-image img {
	transform: scale(1.035);
}

.page-template-page-homepage-v3-editable .icango-v3-post-query .icango-v3-query-image img {
	object-fit: cover;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-title,
.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-excerpt,
.page-template-page-homepage-v3-editable .icango-v3-product-query .icango-v3-read-more,
.page-template-page-homepage-v3-editable .icango-v3-post-query .wp-block-post-title,
.page-template-page-homepage-v3-editable .icango-v3-post-query .wp-block-post-excerpt,
.page-template-page-homepage-v3-editable .icango-v3-post-query .icango-v3-read-more {
	margin-right: 24px;
	margin-left: 24px;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-title {
	margin-top: 24px;
	margin-bottom: 10px;
	font-size: clamp(1.35rem, 1.55vw, 1.75rem);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: 0;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-title a {
	color: #101827;
	text-decoration: none;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-title a:hover {
	color: #2563eb;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-excerpt {
	margin-bottom: 0;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-excerpt__excerpt {
	margin: 0;
	color: #526071;
	font-size: 1rem;
	line-height: 1.65;
}

.page-template-page-homepage-v3-editable .icango-v3-product-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.page-template-page-homepage-v3-editable .icango-v3-product-chips span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 11px;
	border: 1px solid rgba(37, 99, 235, 0.16);
	border-radius: 999px;
	background: #eef5ff;
	color: #1d4ed8;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .icango-v3-read-more,
.page-template-page-homepage-v3-editable .icango-v3-post-query .icango-v3-read-more {
	margin-bottom: 24px;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .icango-v3-read-more {
	align-self: flex-start;
	margin-top: 24px;
	padding: 12px 22px;
	border-radius: 999px;
	background: #2563eb;
	color: #ffffff !important;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .icango-v3-read-more:visited {
	color: #ffffff !important;
}

.page-template-page-homepage-v3-editable .icango-v3-product-query .icango-v3-read-more:hover,
.page-template-page-homepage-v3-editable .icango-v3-product-query .icango-v3-read-more:focus {
	transform: translateY(-2px);
	background: #1d4ed8;
	color: #ffffff !important;
	box-shadow: 0 16px 30px rgba(37, 99, 235, 0.28);
}

.page-template-page-homepage-v3-editable .icango-v3-split-grid {
	gap: clamp(64px, 6vw, 88px);
}

.page-template-page-homepage-v3-editable .icango-v3-split-image {
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 16 / 10;
	background: #f6f7f9;
}

.page-template-page-homepage-v3-editable .icango-v3-split-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-page-homepage-v3-editable .icango-v3-metric-grid {
	gap: 12px;
	margin: 26px 0 28px;
}

.page-template-page-homepage-v3-editable .icango-v3-metric-grid .wp-block-column {
	padding: 14px;
	background: #f8fafc;
	border-radius: 10px;
}

.page-template-page-homepage-v3-editable .icango-v3-metric-grid p {
	margin: 0;
	color: #1f2937;
	font-weight: 800;
	line-height: 1.35;
}

.page-template-page-homepage-v3-editable .icango-v3-capabilities {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #ffffff;
}

.page-template-page-homepage-v3-editable .icango-v3-capability-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 3vw, 56px);
	align-items: start;
}

.page-template-page-homepage-v3-editable .icango-v3-capability-icon {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 22px !important;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eef5ff;
	border-radius: 12px;
}

.page-template-page-homepage-v3-editable .icango-v3-capability-icon img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.page-template-page-homepage-v3-editable .icango-v3-scene {
	width: min(calc(100% - var(--icango-v3-page-gutter) - var(--icango-v3-page-gutter)), var(--icango-v3-content-max));
	max-width: var(--icango-v3-content-max);
	margin: 0 auto;
	overflow: hidden;
	aspect-ratio: 21 / 8;
	border-radius: 12px;
}

.page-template-page-homepage-v3-editable .icango-v3-scene .wp-block-cover__image-background {
	object-fit: cover;
}

.page-template-page-homepage-v3-editable .icango-v3-scene .wp-block-cover__inner-container {
	width: min(100% - 64px, 900px);
}

.page-template-page-homepage-v3-editable .icango-v3-scene h2 {
	margin: 0;
	color: #ffffff;
}

.page-template-page-homepage-v3-editable .icango-v3-oem {
	background: #eef5ff;
}

.page-template-page-homepage-v3-editable .icango-v3-check-list {
	display: grid;
	gap: 10px;
	margin: 24px 0 28px;
	padding: 0;
	list-style: none;
}

.page-template-page-homepage-v3-editable .icango-v3-check-list li {
	position: relative;
	padding-left: 22px;
	color: #1f2937;
	font-weight: 700;
}

.page-template-page-homepage-v3-editable .icango-v3-check-list li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	height: 7px;
	background: #2563eb;
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.page-template-page-homepage-v3-editable .icango-v3-video:not(:has(video, iframe, .wp-block-embed__wrapper)) {
	display: none;
}

.page-template-page-homepage-v3-editable .icango-v3-editor-note {
	display: none;
}

.page-template-page-homepage-v3-editable .icango-v3-insights:not(:has(.wp-block-post)) {
	display: none;
}

.page-template-page-homepage-v3-editable .icango-v3-image-wall:not(:has(img)) {
	display: none;
}

.page-template-page-homepage-v3-editable .icango-v3-image-wall {
	margin-top: 84px;
}

.page-template-page-homepage-v3-editable .icango-v3-gallery {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	max-width: none;
}

.page-template-page-homepage-v3-editable .icango-v3-gallery figure,
.page-template-page-homepage-v3-editable .icango-v3-gallery .wp-block-image {
	width: 100% !important;
	margin: 0 !important;
}

.page-template-page-homepage-v3-editable .icango-v3-gallery img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

@media (max-width: 1100px) {
	.page-template-page-homepage-v3-editable {
		--icango-v3-page-gutter: 24px;
	}

	.page-template-page-homepage-v3-editable .icango-v3-section {
		padding: 72px 0;
	}

	.page-template-page-homepage-v3-editable .icango-v3-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-template-page-homepage-v3-editable .icango-v3-capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.page-template-page-homepage-v3-editable .icango-v3-feature-grid > .icango-v3-feature-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.page-template-page-homepage-v3-editable .icango-v3-capability-grid > .icango-v3-capability:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.page-template-page-homepage-v3-editable .icango-v3-split-grid {
		gap: 40px;
	}

	.page-template-page-homepage-v3-editable .icango-v3-metric-grid {
		flex-direction: column;
	}

	.page-template-page-homepage-v3-editable .icango-v3-scene {
		aspect-ratio: 16 / 7;
	}

	.page-template-page-homepage-v3-editable .icango-v3-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.page-template-page-homepage-v3-editable {
		--icango-v3-page-gutter: 16px;
	}

	.page-template-page-homepage-v3-editable .icango-v3-home-slider--wide .icango-v3-home-slider__frame,
	.page-template-page-homepage-v3-editable .icango-v3-home-slider--contained .icango-v3-home-slider__frame {
		width: calc(100% - var(--icango-v3-page-gutter) - var(--icango-v3-page-gutter));
	}

	.page-template-page-homepage-v3-editable .icango-v3-section {
		padding: 52px 0;
	}

	.page-template-page-homepage-v3-editable .icango-v3-section h2,
	.page-template-page-homepage-v3-editable .icango-v3-scene h2 {
		font-size: clamp(2rem, 10vw, 2.65rem);
	}

	.page-template-page-homepage-v3-editable .icango-v3-home-slider__track {
		height: var(--icango-v3-slider-mobile-height);
	}

	.page-template-page-homepage-v3-editable .icango-v3-home-slider__viewport {
		background: #f4f7fb;
	}

	.page-template-page-homepage-v3-editable .icango-v3-home-slider__image {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.page-template-page-homepage-v3-editable .icango-v3-home-slider__arrow {
		width: 38px;
		height: 38px;
		font-size: 1.65rem;
	}

	.page-template-page-homepage-v3-editable .icango-v3-home-slider__arrow--prev {
		left: 10px;
	}

	.page-template-page-homepage-v3-editable .icango-v3-home-slider__arrow--next {
		right: 10px;
	}

	.page-template-page-homepage-v3-editable .icango-v3-home-slider__dots {
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	.page-template-page-homepage-v3-editable .icango-v3-feature-cards {
		padding-top: 48px;
	}

	.page-template-page-homepage-v3-editable .icango-v3-feature-grid,
	.page-template-page-homepage-v3-editable .icango-v3-split-grid,
	.page-template-page-homepage-v3-editable .icango-v3-capability-grid {
		flex-direction: column;
	}

	.page-template-page-homepage-v3-editable .icango-v3-feature-grid {
		grid-template-columns: 1fr;
	}

	.page-template-page-homepage-v3-editable .icango-v3-capability-grid {
		grid-template-columns: 1fr;
	}

	.page-template-page-homepage-v3-editable .icango-v3-feature-grid > .icango-v3-feature-card:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.page-template-page-homepage-v3-editable .icango-v3-capability-grid > .icango-v3-capability:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.page-template-page-homepage-v3-editable .icango-v3-feature-grid > .wp-block-column,
	.page-template-page-homepage-v3-editable .icango-v3-split-grid > .wp-block-column,
	.page-template-page-homepage-v3-editable .icango-v3-capability-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post-template,
	.page-template-page-homepage-v3-editable .icango-v3-post-query .wp-block-post-template {
		grid-template-columns: 1fr !important;
	}

	.page-template-page-homepage-v3-editable .icango-v3-product-query .wp-block-post {
		max-width: none;
	}

	.page-template-page-homepage-v3-editable .icango-v3-scene {
		aspect-ratio: 16 / 9;
	}

	.page-template-page-homepage-v3-editable .icango-v3-scene:has(video.wp-block-cover__video-background) {
		display: block;
		height: auto !important;
		min-height: 0 !important;
		max-height: none;
		padding: 0;
		background: #f4f7fb;
		aspect-ratio: auto;
	}

	.page-template-page-homepage-v3-editable .icango-v3-scene video.wp-block-cover__video-background {
		position: static !important;
		display: block;
		flex: none;
		width: 100%;
		max-width: 100%;
		height: auto !important;
		min-height: 0;
		max-height: none;
		aspect-ratio: auto 9 / 16;
		object-fit: contain !important;
		object-position: center;
		transform: none;
	}

	.page-template-page-homepage-v3-editable .icango-v3-scene:has(video.wp-block-cover__video-background) .wp-block-cover__inner-container {
		position: absolute;
		inset: 0;
		z-index: 1;
	}

	.page-template-page-homepage-v3-editable .icango-v3-scene .wp-block-cover__inner-container {
		width: calc(100% - 40px);
	}

	.page-template-page-homepage-v3-editable .icango-v3-video,
	.page-template-page-homepage-v3-editable .icango-v3-video .wp-block-group,
	.page-template-page-homepage-v3-editable .icango-v3-video .wp-block-video,
	.page-template-page-homepage-v3-editable .icango-v3-video .wp-video {
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
		max-height: none;
		margin-right: auto;
		margin-left: auto;
	}

	.page-template-page-homepage-v3-editable .icango-v3-video .wp-block-video,
	.page-template-page-homepage-v3-editable .icango-v3-video .wp-video {
		overflow: hidden;
	}

	.page-template-page-homepage-v3-editable .icango-v3-video video {
		position: static;
		display: block;
		width: 100% !important;
		max-width: 100%;
		height: auto !important;
		min-height: 0;
		max-height: none;
		aspect-ratio: auto 9 / 16;
		object-fit: contain;
		object-position: center;
		transform: none;
	}

	.page-template-page-homepage-v3-editable .icango-v3-video .wp-block-embed,
	.page-template-page-homepage-v3-editable .icango-v3-video .wp-block-embed__wrapper {
		width: 100%;
		max-width: 100%;
		height: auto;
		overflow: hidden;
		aspect-ratio: 16 / 9;
	}

	.page-template-page-homepage-v3-editable .icango-v3-video iframe {
		position: static;
		display: block;
		width: 100%;
		max-width: 100%;
		height: 100%;
		border: 0;
	}

	.page-template-page-homepage-v3-editable .icango-v3-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-template-page-homepage-v3-editable .icango-v3-gallery img {
		height: 180px;
	}
}
