/* Line-Height Fix */

.typography-headline-super-bold:lang(th) {
	line-height: 1.25;
}

/* Identity Section */

@media only screen and (max-width: 734px) {
	.section-identity {
		min-height: 0;
	}
}

/* No physical cards tilex */
.section-payments .no-physical-cards .front-face {
	display: flex;
	justify-content: space-between;
	padding-right: 68px;
	padding-top: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 1068px) {
	.section-payments .no-physical-cards .front-face {
		padding-right: 66px;
	}
}

@media only screen and (max-width: 734px) {
	.section-payments .no-physical-cards .front-face {
		flex-direction: column;
		padding: 40px 26px 0;
	}
}

.section-payments .no-physical-cards .front-face h3 {
	align-self: center;
}

.section-payments .no-physical-cards .overview-loyalty-and-rewards {
	align-self: flex-end;
	margin: 0;
	display: block;
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 374px;
	--p-height: 686px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards {
		--p-width: 250px;
		--p-height: 455px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards {
		--p-width: 200px;
		--p-height: 368px;
		margin-top: -33px;
	}
}

@media only screen and (max-width: 734px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards {
		align-self: center;
	}
}

/* Key Half Tiles */

@media only screen and (min-width: 735px) {
	.section-keys.tiles-grid .tiles-container .tile.half {
		min-height: 550px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-keys.tiles-grid .tiles-container .tile.half {
		min-height: 800px;
	}
}

/* Get Started Section */

.section-get-started h2 {
	width: 650px;
}

@media only screen and (max-width: 1068px) {
	.section-get-started h2 {
		width: 510px;
	}
}

@media only screen and (max-width: 734px) {
	.section-get-started h2 {
		width: 300px;
	}
}

.section-payments .no-physical-cards .overview-loyalty-and-rewards img {
	padding-top: 115px;
}

@media only screen and (max-width: 1068px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards img {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 734px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards img {
		padding-top: 60px;
	}
}

#ac-localnav .ac-ln-title, #ac-localnav .ac-ln-button {
	font-family:
		SF Pro TH,
		SF Pro Display,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.section-identity .tiles-container {
	padding-bottom: 0;
}

/* Static Hero */

.section-hero .hero-img {
	height: auto;
	--p-height: auto;
	text-align: center;
}
