/* Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Tiempos Headline font */
@font-face {
	font-family: 'Tiempos Headline';
	font-weight: 400;
	src: url('https://www.rpeorigin.com/synchrony/TiemposHeadline-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Tiempos Headline';
	font-weight: 600;
	src: url('https://www.rpeorigin.com/synchrony/TiemposHeadline-Semibold.woff') format('woff');
}
@font-face {
	font-family: 'Tiempos Headline';
	font-style: italic;
	src: url('https://www.rpeorigin.com/synchrony/TiemposHeadline-RegularItalic.woff') format('woff');
}

/* reset css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	font-family: 'Inter', Arial, sans-serif;
	padding: 4px 0;
	margin: 0;
	background-color: #F5F5F5;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: 'Tiempos Headline', 'Times New Roman', serif;
}
p {
	padding: 0;
	margin: 0;
	font-family: 'Inter', Arial, sans-serif;
}
sup {
	vertical-align: top;
}
img {
	vertical-align: middle;
}
a:hover {
	opacity: .75;
	transition: .25s;
}
.show {
	display: none;
}

/* header styles */
.header {
	width: 100%;
	height: 94px;
	margin: 0 auto;
	background-color: #fff;
	padding: 4px 0;
	display: flex;
	align-items: center;
}
.headerContent {
	width: 94.4%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerLeft {
	display: flex; 
	gap: 40px;
}
.headerRight {
	display: flex;
	align-items: center;
}
.headerLinks, 
.headerLinks a {
	text-align: right;
	color: #414042;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: none;
}
.headerLinks-mobile {
	display: none;
}
.headerLinks-mobile a {
	text-align: right;
	color: #414042;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: none;
}

/* footer styles */
.footer {
	width: 100%;
	margin: 0 auto;
	background-color: #F4F2EF;
	padding: 26px 0 32px;
}
.footerWrapper {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.footerText {
	color: #4D4D4F;
	font-size: 10px;
	line-height: 16px;
	font-weight: 400;
}
.footerText a {
	color: #A32A33;
	text-decoration: underline;
}

/* main styles */
.container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.main {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.contentWrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 870px;
}
.background {
	background: url('https://imgcc.syfwebservices.com/msp/web/walgreens/11615739_WAG_CBLC_Mobile_Wallet_NotProv_EN/images/11615739_599_background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
}
.flexPadding1 {
	padding: 38px 0 48px;
}
.contentHero {
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: minmax(auto, 346px) auto;
	grid-template-areas:
		"a b c"
		"d d c";
}
.item1 { grid-area: a; }
.item2 { grid-area: b; }
.item3 { grid-area: c; }
.item4 { 
	grid-area: d;
	justify-self: end;
}

.heroImg {
	width: 316px;
	padding-right: 26px;
}
.heroText {
	width: 100%;
	max-width: 350px;
	padding-top: 46px;
}
.heroThreeImg {
	padding-left: 12px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mobileWallets {
	display: flex;
	gap: 20px;
	align-items: center;
	padding-right: 36px;
}
.threeWallets {
	display: flex; 
	gap: 20px;
}
.threeWallets img {
	height: auto;
}
.whiteSpace {
	width: 100%;
	background-color: #ffffff;
	padding: 4px 0;
}
.sectionLabel {
	width: 100%;
	background-color: #C4B8AB;
	padding: 24px 0 19px;
}
.sectionLabel-lt {
	width: 100%;
	background-color: #DBD5CD;
	padding: 24px 0 19px;
}
.sectionLabel-2 {
	width: 100%;
	background-color: #F4F2EF;
	padding: 24px 0 19px;
}
.lowerSection {
	width: 100%; 
	background-color: #F4F2EF;
	padding: 35px 0 60px;
}
.twoColumns,
.twoColumns-2 {
	display: flex;
	justify-content: center;
	gap: 60px;
}
.column {
	width: 100%;
	max-width: 400px;
}
.columnInner {
	display: flex;
}
.line {
	width: 100%; 
	height: 2px; 
	background-color: #DED5D0;
	border-radius: 4px;
}
.circleWidth {
	width: 50px;
}
.circle1 {
	background-color: #FFFFFF;
	width: 50px;
	padding: 8px 0 6px;
	border-radius: 50px;
	text-align: center;
}
.circle2 {
	background-color: #A32A33;
	width: 50px;
	padding: 8px 0 6px;
	border-radius: 50px;
	text-align: center;
}
.lowerSection2 {
	width: 100%; 
	background-color: #ffffff;
	padding: 40px 0;
}
.labelWrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 680px;
	padding: 24px 0;
}
.labelContent {
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.mathSection {
	display: flex;
	gap: 16px;
	align-items: start;
}
.mathSigns {
	padding-top: 36px;
}
.math-py {
	padding: 10px 0 4px;
}
.lowerSection3 {
	width: 100%; 
	background-color: #ffffff;
	padding: 30px 0 44px;
}
.cta {
	text-align: center;
	background-color: #66A137;
	border-radius: 6px;
	width: 242px;
	padding: 14px 0;
}
.cta a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	display: block;
}

/* font styles */
h1.primary,
h1.primary a {
	color: #413D3C;
	font-size: 42px;
	line-height: 48px;
	font-weight: 400;
	text-decoration: none;
}
h2.primary,
h2.primary a {
	color: #413D3C;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	text-decoration: none;
}
h3.primary,
h3.primary a {
	color: #413D3C;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	text-decoration: none;
}
h3.primary-es,
h3.primary-es a {
	color: #413D3C;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: none;
}
h4.numberList1,
h4.numberList1 a {
	color: #A32A33;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	text-decoration: none;
}
h4.numberList2,
h4.numberList2 a {
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	text-decoration: none;
}
p.sm,
p.sm a {
	color: #454545; 
	font-size: 14px; 
	line-height: 14px;
	font-weight: 400;
	text-decoration: none;
}
p.normal{
	color: #413D3C;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
p.normal-2 {
	color: #414042;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
p.wallet {
	color: #413D3C;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	white-space: nowrap;
}
p.large-b,
p.large-b a {
	color: #413D3C;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-decoration: none;
}
p.math {
	color: #A32A33;
	font-size: 50px;
	line-height: 54px;
	font-weight: 700;
}
p.math-numbers {
	color: #A32A33;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
p.math-desc {
	color: #414042;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}


/* tablet styles */
@media (max-width: 940px) {
	.headerLeft {
		flex-direction: column;
		gap: 20px;
	}
	.contentWrapper,
	.labelWrapper,
	.footerWrapper {
		margin: 0 auto;
		width: 90%;
	}

	.background {
		background: url('https://imgcc.syfwebservices.com/msp/web/walgreens/11615739_WAG_CBLC_Mobile_Wallet_NotProv_EN/images/11615739_599_background-t.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: auto;
		min-height: 500px;
	}

	.flexPadding1 {
		padding: 20px 0 70px;
	}
	.item4 {
		justify-self: center;
	}
	.heroText {
		width: 100%;
		max-width: 260px;
		padding-top: 20px;
	}
	.heroThreeImg {
		padding-left: 0px;
		padding-bottom: 16px;
		justify-content: center;
	}
	.heroImg {
		width: unset;
		padding-right: 16px;
		margin-bottom: auto;
	}
	.heroImg img {
		width: 100%;
		max-width: 250px;
	}
	.mobileWallets {
		padding-right: 20px;
	}
	.flexThreeImg img {
		width: 100%;
		max-width: 146px;
	}
	p.math {
		font-size: 46px;
		line-height: 50px;
	}
	p.math-numbers {
		font-size: 22px;
		line-height: 26px;
	}
	.mathSection {
		gap: 10px;
	}
	.flex-bag img {
		width: 57px
	}
	.flex-cards img {
		width: 74px;
	}
	.flex-statements img {
		width: 87px;
	}
	.twoColumns-2 {
		gap: 20px;
	}
	.hide-t {
		display: none;
	}

}

/* between tablet and mobile styles */
@media (max-width: 750px) {

}

/* mobile styles */
@media (max-width: 670px) {
	.hide-m {
		display: none;
	}
	.show {
		display: block;
	}
	.header {
		height: auto;
		padding: 12px 0;
	}
	.headerLeft {
		gap: 10px;
		text-align: center;
		padding-bottom: 10px;
	}
	.headerRight {
		display: none;
	}
	.headerLinks-mobile {
		display: block;
		text-align: center;
	}
	.headerContent {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.twoColumns,
	.twoColumns-2 {
		flex-direction: column;
		gap: 40px;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.flex-phones1 img {
		width: 44px;
	}
	.flex-phones2 img {
		width: 60px;
	}
	.circleWidth {
		width: 40px;
	}
	.circle1,
	.circle2 {
		width: 40px;
		padding: 6px 0 4px;
		border-radius: 40px;
	}
	h4.numberList1,
	h4.numberList1 a,
	h4.numberList2,
	h4.numberList2 a {
		font-size: 28px;
		line-height: 30px;
	}
	h1.primary,
	h1.primary a {
		font-size: 36px;
		line-height: 40px;
	}
	h3.primary,
	h3.primary a {
		font-size: 26px;
		line-height: 30px;
	}

	.background {
		background: url('https://imgcc.syfwebservices.com/msp/web/walgreens/11615739_WAG_CBLC_Mobile_Wallet_NotProv_EN/images/11615739_599_background-m.png');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		height: auto;
		min-height: unset;
	}

	.flexPadding1 {
		padding: 20px 0 110px;
	}
	.contentHero {
		justify-content: center;
		grid-template-columns: minmax(auto, 300px) auto;
		grid-template-rows: minmax(auto, 320px) auto;
		grid-template-areas:
			"a a"
			"b c"
			"d c";
	}
	.item1 {
		justify-self: center;
	}
	.heroImg img {
		width: 100%;
		max-width: 300px;
	}
	.heroImg {
		padding-right: 0px;
		margin-bottom: unset;
	}
	.heroText {
		width: 100%;
		max-width: 300px;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.heroThreeImg {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 16px;
		flex-direction: column;
		align-self: flex-start;
		justify-content: center;
		gap: 4px;
	}
	
	.mobileWallets {
		gap: 10px;
		flex-direction: column;
		align-items: start;
		padding-right: 0px;
	}
	.item4 {
		margin-right: auto;
	}
	.flexThreeImg img {
		width: 95px;
	}
	
}

/* xs-mobile styles */
@media (max-width: 499px) {
	.mathSection {
		justify-content: center;
		gap: 6px;
	}
	.mathSigns {
		padding-top: 20px;
	}
	.flex-bag img {
		width: 46px
	}
	.flex-cards img {
		width: 60px;
	}
	.flex-statements img {
		width: 71px;
	}
	p.math {
		font-size: 36px;
		line-height: 40px;
	}
	p.math-numbers {
		font-size: 20px;
		line-height: 24px;
	}
	p.math-desc {
		font-size: 14px;
		line-height: 18px;
	}
}

/* Accordion styles */
.accordion {
  width: 100%;
}
.item {
  border-bottom: 1px solid #C4B8AB;
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  cursor: pointer;
	max-height: fit-content;
}
.toggle {
  font-weight: bold;
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0px;
	box-sizing: content-box;
}
.accordion-btn {
	background-color: unset;
	border: unset;
	color: #A32A33;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 10px 0 16px;
}
