/* Routers  */

@media only screen and (min-width: 1069px) {
	.section-routers .router {
		width: 1069px;
	}
}
@media only screen and (max-width: 735px) {
	.section-routers .router {
		width: 100%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-routers .section-content {
		width: 692px;
	}
}

@media only screen and (max-width: 413px) {
	.section-hero .copy-wrapper .typography-title-bold {
		font-size: 45px;
	}
}

/*apple pay later*/
.overview-apple-pay-setup {
	display: block;
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 386px;
	--p-height: 793px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.overview-apple-pay-setup {
		--p-width: 274px;
		--p-height: 559px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-apple-pay-setup {
		--p-width: 250px;
		--p-height: 511px;
	}
}

.overview-apple-pay-wallet {
	display: block;
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 386px;
	--p-height: 793px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.overview-apple-pay-wallet {
		--p-width: 274px;
		--p-height: 559px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-apple-pay-wallet {
		--p-width: 250px;
		--p-height: 511px;
	}
}

.section-benefits .container-benefit:nth-child(2) {
	max-width: 700px;
}

@media only screen and (max-width: 734px) {
	.section-benefits .container-benefit:nth-child(2) {
		max-width: 300px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-benefits .container-benefit:nth-child(2) {
		max-width: 500px;
	}
}

@media only screen and (max-width: 734px) {
	.section-benefits .container-benefit:nth-child(2) {
		max-width: 300px;
	}
}

/* Legal superscript */
#ac-globalfooter sup {
	font-size: 9px !important;
	vertical-align: bottom;
	position: relative;
	top: -0.3rem;
}

/* footnote footnote-diamond */
.ribbon .footnote-diamond a {
	text-decoration: none;
	color: inherit;
}
