/* ///////////////////////////////////////////////////////// */

/* LOCAL FIXES — START */

/* Hide hardware frame on small displays - START */

@media only screen and (max-width: 734px) {
	.overview-hw-ready-set-go.hardware-base {
		display: none;
	}
}

/* Hide hardware frame on small displays - END */

/* JUST GO SECTION - START */

/* SMALL VIEWPORT FIX */

@media only screen and (max-width: 734px) {
	.hardware-container-1 {
		transform: translateX(-14px);
	}
	.hardware-container-2 {
		transform: translateX(-30px);
	}
}

/* JUST GO SECTION - END */

/* Apple Wallet router fix */

.section-routers .router-items .wallet {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 734px) {
	.typography-router-headline {
		font-size: 21px;
	}
}

/* Apple Wallet router END */

/* Offers Ribbon - START */

/* .section-hero .anz-offer-ribbon {
	--ribbon-background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	z-index: 2;
	width: 100%;
}

.section-hero .anz-offer-ribbon .ribbon-content {
	color: var(--ribbon-text-color);
}

.section-hero .anz-offer-ribbon .ribbon-content a {
	color: #06c;
} */

/* pauses the animation until the hero animation is ready */
.section-hero .anz-offer-ribbon .ribbon-drop-wrapper {
	animation-play-state: paused;
}

.section-hero.animate-ready:has(.overview-hero.hero-img.loaded)
	.anz-offer-ribbon
	.ribbon-drop-wrapper {
	animation-play-state: running;
	transform: translateY(-100%);
}

/* Offers Ribbon - END */

/* ready set go spacing fix S viewport START */
@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-setup {
		--p-height: 448px;
	}
}
/* ready set go spacing fix S viewport END */

/* LOCAL FIXES — END */

/* ///////////////////////////////////////////////////////// */
/* flexibility section */
@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-flexibility {
		--p-width: 219px;
		--p-height: 448px;
	}

	.overview-cash {
		--p-width: 278px;
		--p-height: 448px;
	}
}

/* @media only screen and (max-width: 734px) {
	.section-just-go .sticky-hardware-container .hardware-container-2 {
		width: 54%;
	}
} */
