.ma-definitive-header__inner.ma-header-strip-active {
	grid-template-columns: minmax(0, 808px) minmax(320px, 490px) !important;
}

.ma-header-strip-active > .ma-definitive-logo,
.ma-header-strip-active > .ma-definitive-brands {
	display: none !important;
}

.ma-header-strip {
	position: relative;
	grid-column: 1;
	align-self: center;
	width: 100%;
	max-width: 808px;
	overflow: hidden;
	background: #fff;
}

.ma-header-strip__image {
	display: block;
	width: 100%;
	height: auto;
	margin: -3px 0 0;
}

.ma-header-strip__link {
	position: absolute;
	z-index: 2;
	display: block;
	border-radius: 8px;
}

.ma-header-strip__link:focus-visible {
	outline: 3px solid #075cb6;
	outline-offset: -3px;
}

.ma-header-strip__link--motos {
	left: 0;
	top: 0;
	width: 39%;
	height: 100%;
}

.ma-header-strip__link--morbidelli {
	left: 39%;
	top: 17%;
	width: 16%;
	height: 83%;
}

.ma-header-strip__link--keeway {
	left: 55%;
	top: 27%;
	width: 16%;
	height: 73%;
}

.ma-header-strip__link--benda {
	left: 71%;
	top: 17%;
	width: 14%;
	height: 83%;
}

.ma-header-strip__link--benelli {
	left: 85%;
	top: 17%;
	width: 15%;
	height: 83%;
}

.ma-header-strip-active > .ma-definitive-contact {
	grid-column: 2;
}

@media (max-width: 980px) {
	.ma-definitive-header__inner.ma-header-strip-active {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.ma-header-strip,
	.ma-header-strip-active > .ma-definitive-contact {
		grid-column: 1;
	}

	.ma-header-strip {
		justify-self: center;
	}
}

@media (max-width: 520px) {
	.ma-header-strip {
		border-radius: 4px;
	}
}
