/* =========================
	Benefits section - Smile
========================= */
.benefits-section {
	color: #333333;
	max-width: 1250px;
	margin-inline: auto;
}

/* =========================
	Header
========================= */

.benefits-section__title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin: 0 0 16px 0;
}

body[dir='rtl'] .benefits-section__title {
	font-size: 29px;
	line-height: 39px;
}

/* =========================
	Typography
========================= */

.benefits-section__tier-name {
	font-size: 17px;
	line-height: 23px;
	font-weight: 500;
}

body[dir='rtl'] .benefits-section__tier-name {
	font-size: 20px;
	line-height: 29px;
}

.benefits-section__tier-range {
	font-size: 12px;
	line-height: 17px;
	color: #797674;
}

body[dir='rtl'] .benefits-section__tier-range {
	font-size: 14px;
	line-height: 21px;
}

.benefits-section__text--red,
.benefits-section__tier-name--red {
	color: #b40024;
}

.benefits-section__text--silver,
.benefits-section__tier-name--silver {
	color: #6a6565;
}

.benefits-section__text--gold,
.benefits-section__tier-name--gold {
	color: #8f693a;
}

/* =========================
	Layout
========================= */

.benefits-section__content {
	overflow: hidden;
}

/* =========================
	Labels
========================= */

.benefits-section__labels {
	flex: 0 0 43%;
}

.benefits-section__label-header {
	visibility: hidden;
	flex-shrink: 0;
}

.benefits-section__label-row {
	padding: 16px 24px;
}

/* =========================
	Tiers wrapper
========================= */

.benefits-section__tiers {
	flex: 0 0 57%;
	min-width: 0;
	overflow: hidden;
}

.benefits-section__tiers i-slider {
	display: block;
	padding-top: 0 !important;
}

/* =========================
	Tiny Slider
========================= */

.benefits-section .tns-inner {
	padding-inline-end: 22%;
}

.benefits-section .tns-nav {
	text-align: start;
}
/* =========================
	Tier cards
========================= */

/* INNER BORDER SPACING */

.benefits-section__tier::before {
	content: '';
	position: absolute;
	inset: 0 8px 0 0;
	border: 1px solid;
	border-radius: 8px;
	pointer-events: none;
}

body[dir='rtl'] .benefits-section__tier::before {
	inset: 0 0 0 8px;
}

.benefits-section__tier--red::before {
	border-color: #b40024;
}

.benefits-section__tier--silver::before {
	border-color: #6a6565;
}

.benefits-section__tier--gold::before {
	border-color: #8f693a;
}

.benefits-section__tier-header,
.benefits-section__tier-cell {
	padding: 16px 16px 16px 8px;
}

body[dir='rtl'] .benefits-section__tier-header,
body[dir='rtl'] .benefits-section__tier-cell {
	padding: 16px 8px 16px 16px;
}

.benefits-section__tier-header.gold {
	width: calc(100% - 8px);
	padding: 16px 8px;
}

body[dir='rtl'] .benefits-section__tier-header.gold {
	padding: 16px 8px;
}

.benefits-section__tier-cell--beige {
	background-color: #fdfaf8;
}

.benefits-section__tier-cell--white {
	background-color: #ffffff;
}

.benefits-section__tier img,
.benefits-section__tier picture {
	width: 24px;
	height: 24px;
}

.benefits-section__tier:last-child .benefits-section__tier-cell--beige,
.benefits-section__tier:last-child .benefits-section__tier-cell--white {
	width: calc(100% - 8px);
}

.benefits-section__tier:last-child .benefits-section__tier-cell {
	padding: 16px 8px;
}
/* =========================
	Tablet
========================= */

@media (min-width: 768px) {
	.benefits-section__labels {
		flex: 0 0 28%;
	}
	.benefits-section__tiers {
		flex: 0 0 72%;
	}

	.benefits-section__tiers .i-slider {
		display: flex;
	}

	.benefits-section__tier {
		flex: 1 1 0;
	}

	.benefits-section .tns-inner {
		padding-inline-end: 14%;
	}

	.benefits-section .tns-nav {
		text-align: start;
		left: 28%;
	}

	body[dir='rtl'] .benefits-section .tns-nav {
		right: 28%;
		left: 0;
	}
}

/* =========================
	Desktop
========================= */
@media (min-width: 1024px) {
	.benefits-section__title {
		font-size: 29px;
		line-height: 35px;
	}

	body[dir='rtl'] .benefits-section__title {
		font-size: 35px;
		line-height: 45px;
	}

	.benefits-section__content {
		overflow: visible;
	}

	.benefits-section__labels {
		flex: 0 0 40%;
	}
	.benefits-section__tiers {
		flex: 0 0 calc(60% + 8px);
	}

	.benefits-section__tiers i-slider {
		padding-bottom: 0 !important;
	}

	.benefits-section .tns-inner {
		padding-inline-end: 0;
	}
}

/* =========================
	My Account page overrides
========================= */
.rb-page-wrapper .benefits-section {
	margin-top: 0px;
	padding-inline: unset;
}

.rb-page-wrapper .benefits-section__header {
	padding-inline: unset;
}

@media (min-width: 1024px) {
	.rb-page-wrapper .benefits-section__labels {
		flex: 0 0 28%;
	}
	.rb-page-wrapper .benefits-section__tiers {
		flex: 0 0 calc(72% + 8px);
	}
}

@media (max-width: 1023px) {
	.rb-page-wrapper .benefits-section__content {
		margin-inline: -20px;
	}
}

.rb-page-wrapper .benefits-section__title {
	font-size: 29px;
	line-height: 35px;
}

body[dir='rtl'] .rb-page-wrapper .benefits-section__title {
	font-size: 29px;
	line-height: 39px;
}