.am-content-deck {
	box-sizing: border-box;
	width: 100%;
	max-width: 1260px;
	margin: 28px auto 22px;
	padding: 0 16px;
	text-align: center;
}

.am-content-deck[hidden],
.am-content-deck__branch[hidden] {
	display: none;
}

.am-content-deck__label {
	display: block;
	margin: 0 0 5px;
	color: #858b98;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.am-content-deck__desktop,
.am-content-deck__boxes,
.am-content-deck__mobile {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}

.am-content-deck__mobile {
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.am-content-deck__slot {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
}
.am-content-deck__slot:empty {
	display: none;
}
.am-content-deck__slot[hidden] {
	display: none;
}

.am-content-deck__slot--wide {
	width: 900px;
	max-width: 100%;
	height: 250px;
}

.am-content-deck__slot--box {
	width: 300px;
	height: 250px;
}

.am-content-deck__slot--mobile {
	width: 300px;
	max-width: 100%;
	height: 100px;
}

.am-content-deck iframe {
	display: block;
	max-width: 100%;
	border: 0;
}

.am-unit-frame--wide {
	width: 900px;
	height: 250px;
}

.am-unit-frame--box {
	width: 300px;
	height: 250px;
}

.am-unit-frame--mobile {
	width: 300px;
	height: 100px;
}

.am-content-deck__partners {
	display: grid;
	gap: 22px;
}

.am-content-deck__native {
	box-sizing: border-box;
	width: 100%;
	min-height: 180px;
	overflow: hidden;
}

.am-content-deck__partner {
	box-sizing: border-box;
	width: 100%;
	min-height: 330px;
	overflow: hidden;
}

.am-content-native {
	width: 100%;
	min-height: 180px;
}

.am-footer-shop {
	box-sizing: border-box;
	display: flex;
	min-height: 330px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 28px;
	border: 1px solid rgba(212, 168, 83, .35);
	border-radius: 14px;
	background: linear-gradient(135deg, #111 0%, #21131f 55%, #3b1736 100%);
	color: #fff;
	text-decoration: none;
}

.am-footer-shop__brand {
	font-size: clamp(30px, 6vw, 68px);
	font-weight: 700;
	letter-spacing: -.04em;
}

.am-footer-shop__cta {
	display: inline-flex;
	padding: 8px 13px;
	border-radius: 999px;
	background: #d4a853;
	color: #15100a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.am-footer-shop:hover,
.am-footer-shop:focus-visible {
	border-color: rgba(212, 168, 83, .8);
	color: #fff;
}

html.light .am-footer-shop {
	background: linear-gradient(135deg, #fff 0%, #f7edf4 55%, #ecd4e4 100%);
	color: #21131f;
}
@media (max-width: 767px) {
	.am-content-deck {
		margin-bottom: 82px;
		padding: 0 10px;
	}

	.am-content-deck__native,
	.am-content-native {
		min-height: 140px;
	}
}