/* FOR MINDFLEX PERKS */
.perk-widget{
    display: flex;
    width: 312px;
	height: 125px;
    padding: 12px;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    flex-direction: row;
    border-radius: 8px;
    background:  #FFF;
    box-shadow: 0px 4px 12px 0px rgba(144, 144, 143, 0.12);
	float: left; /* Float widgets left to create a row-based layout */
	box-sizing: border-box;
    margin-bottom: 3%;
}


.widget{
    display: flex;
    flex-direction: row;
    width: 30%;
    padding: 12px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background:  #FFF;
    box-shadow: 0px 4px 12px 0px rgba(144, 144, 143, 0.12);
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

.banner{
        flex-shrink: 0;
        margin: auto;
        position: relative;
        overflow: hidden;
}

/* Add this CSS to your theme's style.css file or use the Customizer */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
}

/* .modal-content {
    margin-right: 35%;
    margin-left: 39%;
    margin-top: 4%;
    background-color: #fff;
	display: flex;
	width: 648px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	border-radius: 12px;
	background: var(--neutral-n0, #FFF);
	padding: 20px;
    position: absolute;
} */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	position: absolute;
    right: 20px;
    top: 30px;
    z-index: 1;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close-mobile {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
	position: fixed;
    left: 20px;
    top: 50px;
    z-index: 1;
}


.fullscreen-overlay {
    height: 100%;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1999999999;
    overflow: initial;
    display: none;
    transition: .15s ease-in-out;
}

.cat-font{
	color: var(--neutral-n500, #8C8A87);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.4px;
}

/* CSS for inactive state */
.inactive {
    filter: grayscale(100%);
}

/* CSS for selected state */
.selected {
    color: #52504D;
}

.selected img {
    filter: grayscale(0%);
}

.cat-font.selected {
	border-bottom: 2px solid #52504D !important;
	color: #52504D !important;
	font-weight: 600 !important;
	color: var(--neutral-n700, #52504D) !important;
	font-size: 12px !important;
	font-style: normal !important;
	line-height: normal !important;
	letter-spacing: 0.4px !important;
}


.icon-btn{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.grey-line{
	height: 1px;
	flex-shrink: 0;
	align-self: stretch;
	border-radius: 2px;
	background: #E5E3DF;
	margin-top: 24px;
	margin-bottom: 24px;
}

.grey-line-loc{
	height: 1px;
	flex-shrink: 0;
	align-self: stretch;
	border-radius: 2px;
	background: #E5E3DF;
	margin-top: 16px;
	margin-bottom: 16px;
}

.store_row_2 {
	display: flex;
	flex-direction: row;
	padding: 12px 0;
	border-bottom: 1px solid #E5E3DF;
}

.back{
	display: none;
}

.category-nav{
	display: flex; 
	flex-direction: row; 
	gap: 80px; 
	justify-content: center;	
}

.nav-bar{
	overflow: unset;
}

.promo-editor{
	border-radius: 4px !important;
	border: 1px solid #C7C5C1 !important;
	background-color: #F9F8F6 !important;
	display: flex !important;
	width: 280px !important;
	padding: 12px !important;
	align-items: center !important;
	gap: 4px !important;
	margin-right: 2% !important;
}

.solid-btn-active{
	border-radius: 4px;
	background: #00C6B9;
	color: white;
	display: flex;
	padding: 8px 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border: none;
}

.solid-btn-active:hover{
	border-radius: 4px;
	background: #00A69B;
	color: white;
	display: flex;
	padding: 8px 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border: none;
}

.solid-btn-active:active{
	border-radius: 4px;
	background: #008077;
	color: white;
	display: flex;
	padding: 8px 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border: none;
}


.btn-outline{
	border-radius: 4px;
	border: 1px solid #00C6B9;
	background: #FFF;
	width: fit-content;
	color: #00C6B9;
}

.solid-btn-inactive{
	display: flex;
	width: 100%;
	padding: 2%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background: #94C6C3;
	color: white;
	border: none;
}

.button-text{
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.25px;
	color: #00C6B9;
}

.button-text-white{
	color: white;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.75px;
}


.view-more-btn {
	color: #00C6B9;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.25px;
	text-decoration: underline;
	background-color: white;
	border: none;
}

.view-more-btn.hidden {
	display: none;
}

.company_desc {
	max-height: 60px;
}

.terms{
	max-height: 112px;
}

.company_desc.expanded {
	height: auto;
	max-height: none;
}

.terms.expanded {
	height: auto;
	max-height: none;
}

/* .banner{
	margin-left: 39%;
	margin-right: 25%;
	margin-top: 10%; 
	margin-bottom: -13%;
	width: 648px;
} */

.banner-logo-icon{
	position: absolute; 
	top: 60%; 
	left: 3%;
	width: 64px; 
	height: 64px; 
	border-radius: 12px; 
	border: 1px solid #F3F1EE; 
	background: #E5E3DF;
	display: flex;
	justify-content:center;
	align-items:center;
}

.banner-img-class{
	width: 100%; 
	background-color: white; 
	border-radius: 25px; 
	position: relative;
	object-fit: cover;
	height: 400px;
}

.img-btn{
	display: flex; 
	flex-direction: column; 
	background: none; 
	border: none; 
	align-items: center; 
	gap: 8px;
	margin-top: 6px;
	width: 32px;
	padding: 0;
}

.cat-font{
	display: flex; 
	flex-direction: column; 
	align-items: center;
	width: 32px;
	padding: 0;
}

.promo-code-div{
	position: relative;
	align-items: center;
	justify-content: center;
	display: flex;

}

.promo-code-notif{
	padding: 14px 13px;
	border-radius: 6px;
	background: #52504D;
	position: absolute;
	z-index: 1;
	color: white;
	display: none;
	top: 10px;
}

a{
	color: black !important;
}


@media (min-width: 320px) and (max-width: 429px){
	.banner {
		width: 100%;
		left: 0;
		top: 0;
		position: relative;
	}

	.banner-img-class{
		border-radius: 0;
		height: 263px;
	}

	.modal-content {
		width: 100% !important;
        height: auto;
        left: 0;
		/* bottom: 0; */
        transform: none;
        border-radius: 0;
        box-shadow: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		background: var(--neutral-n0, #FFF);
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 50px;
		position: absolute;
		border-radius: 0;
		margin-top: -10px;
		/* margin-right: 35%;
		margin-left: 2%;
		margin-top: 10%;
		background-color: #fff;
		display: flex;
		width: 375px;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		border-radius: 12px;
		background: var(--neutral-n0, #FFF);
		padding: 20px;
		position: absolute; */
	}

	.banner-logo-icon{
		position: absolute; 
		top: 58%;
		left: 3%;
		width: 64px;
		height: 64px;
		border-radius: 12px; 
		border: 1px solid #F3F1EE; 
		background: #E5E3DF;
		display: flex;
		justify-content:center;
		align-items:center;
	}

	.close-mobile{
		display: block;
	}

	.close-laptop{
		display: none;
	}

	.promo-code-div{
		position: fixed;
		align-items: center;
		justify-content: center;
		display: flex;
		z-index: 9999;
		width: 100%;
	}
}	

@media (min-width: 430px) and (max-width: 559px){
.banner {
	margin-left:6%;
	margin-right: 18%;
	margin-top: 30%;
	margin-bottom: -16%;
	width: 375px;
}

.modal-content {
	margin-right: 35%;
	margin-left: 6%;
	margin-top: 10%;
	margin-bottom: 10%;
	background-color: #fff;
	display: flex;
	width: 375px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	border-radius: 12px;
	background: var(--neutral-n0, #FFF);
	padding: 20px;
	position: absolute;
}

.banner-logo-icon{
	position: absolute; 
	top: 37%;
    left: 3%;
    width: 64px;
    height: 64px;
	border-radius: 12px; 
	border: 1px solid #F3F1EE; 
	background: #E5E3DF;
	display: flex;
	justify-content:center;
	align-items:center;
}

.close-mobile{
	display: none;
}

.close-laptop{
	display: block;
}
}

@media (min-width: 560px) and (max-width: 743px){
	.banner {
		margin-left: 24%;
		margin-right: 18%;
		margin-top: 30%;
		margin-bottom: -16%;
		width: 375px;
	}
	
	.modal-content {
		margin-right: 35%;
		margin-left: 24%;
		margin-top: 10%;
		margin-bottom: 10%;
		background-color: #fff;
		display: flex;
		width: 375px;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		border-radius: 12px;
		background: var(--neutral-n0, #FFF);
		padding: 20px;
		position: absolute;
	}
	
	.banner-logo-icon{
		position: absolute; 
		top: 37%;
		left: 3%;
		width: 64px;
		height: 64px;
		border-radius: 12px; 
		border: 1px solid #F3F1EE; 
		background: #E5E3DF;
		display: flex;
		justify-content:center;
		align-items:center;
	}

	.close-mobile{
		display: none;
	}
	
	.close-laptop{
		display: block;
	}
	}

@media (min-width: 744px) and (max-width: 980px){
	.modal-content {
		margin-right: 35%;
		margin-left: 15%;
		margin-top: 8%;
		margin-bottom: 10%;
		background-color: #fff;
		display: flex;
		width: 576px;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		border-radius: 12px;
		background: var(--neutral-n0, #FFF);
		padding: 20px;
		position: absolute;
	}
	
	.banner{
		margin-left: 15%;
		margin-right: 18%;
		margin-top: 10%;
		margin-bottom: -14%;
		width: 576px;
	}

	.close-mobile{
		display: none;
	}
	
	.close-laptop{
		display: block;
	}
}

@media (min-width: 830px) and (max-width: 980px){
.modal-content {
	margin-right: 35%;
	margin-left: 18%;
	margin-top: 8%;
	margin-bottom: 10%;
	background-color: #fff;
	display: flex;
	width: 576px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	border-radius: 12px;
	background: var(--neutral-n0, #FFF);
	padding: 20px;
	position: absolute;
}

.banner{
	margin-left: 18%;
	margin-right: 18%;
	margin-top: 10%;
	margin-bottom: -14%;
	width: 576px;
}
}

@media (min-width: 981px) {
.modal-content{
	margin-right: 35%;
	margin-left: 30%;
	margin-top: 10%;
	margin-bottom: 10%;
	background-color: #fff;
	display: flex;
	width: 648px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	border-radius: 12px;
	background: var(--neutral-n0, #FFF);
	padding: 20px;
	position: absolute;
}

.banner{
	margin-left: 30%;
	margin-right: 10%;
	margin-top: 3%;
	margin-bottom: -13%;
	width: 648px;
}

.close-mobile{
	display: none;
}

.close-laptop{
	display: block;
}
}
/* *********************************************************ROW********************************************************************************************************** */

.row {
    display: grid;
    gap: 24px; /* Adjust the gap between widgets as needed */
	padding-top: 5%;
	padding-bottom: 5%;
}

/* 1 column on small screens */
@media (min-width: 320px) {
    .row {
        grid-template-columns: 1fr;
		gap: 16px;
    }

	.perk-widget{
		margin: auto;
		width: 343px;
	}
	

}

/* 2 columns on medium screens */
@media (min-width: 744px) {
    .row {
        grid-template-columns: repeat(2, 1fr);
		max-width: 648px;
		margin: auto;
    }
}

/* 3 columns on larger screens */
@media (min-width: 1100px) {
    .row {
        grid-template-columns: repeat(3, 1fr);
		max-width: 984px;
		margin: auto;
    }

	.modal-content{
		margin-right: 35%;
		margin-left: 30%;
		margin-top: 10%;
		margin-bottom: 10%;
		background-color: #fff;
		display: flex;
		width: 648px;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		border-radius: 12px;
		background: var(--neutral-n0, #FFF);
		padding: 20px;
		position: absolute;
	}

	.banner{
        margin-left: 30%;
        margin-right: 25%;
		margin-top: 3%;
		margin-bottom: -13%;
		width: 648px;
	}
}

/* 4 columns on larger screens */
@media (min-width: 1818px) {
    .row {
        grid-template-columns: repeat(4, 1fr);
		max-width: 1320px;
		margin: auto;
    }

	.modal-content {
		margin-right: 35%;
		margin-left: 39%;
		margin-top: 10%;
		margin-bottom: 10%;
		background-color: #fff;
		display: flex;
		width: 648px;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		border-radius: 12px;
		background: var(--neutral-n0, #FFF);
		padding: 20px;
		position: absolute;
	}

	.banner{
        margin-left: 39%;
        margin-right: 25%;
		margin-top: 3%; 
		margin-bottom: -13%;
		width: 648px;
	}
}

/* ************************************************************************ NAV BAR ********************************************************************************** */

@media only screen and (min-width: 500px) and (max-width: 615px) {
	.category-nav{
		display: flex; 
		flex-direction: row; 
		gap: 76px; 
	}

	.img-btn{
		min-width: 32px;
	}

	.nav-bar{
		overflow: auto;
		width: fit-content;
	}

	
}


@media only screen and (min-width: 320px) and (max-width: 499px) {
	.category-nav{
		display: inline-flex; 
		flex-direction: row; 
		gap: 72px; 
	}

	.img-btn{
		min-width: 32px;
	}

	.category-nav.text{
		display: inline-flex; 
		flex-direction: row; 
		gap: 72px; 
		/* margin-left: 2px; */
	}

	.nav-bar{
		overflow: auto;
		width: fit-content;
		display: grid;
	}

	.nav-group{
		overflow: auto;
		padding-left: 25px;
		padding-right: 40px;
	}
	
}

/* *********************************************************FONTS********************************************************************************************************** */

@media only screen and (min-width: 375px) {
	.display-black {
		margin: 0 !important;
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	.display-light {
		margin: 0 !important;
		font-size: 36px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
	}
	
	h1 {
		margin: 0 !important;
		font-size: 34px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h2 {
		margin: 0 !important;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h3 {
		margin: 0 !important;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h4 {
		margin: 0 !important;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.25px;
	}
	
	h5 {
		margin: 0 !important;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h6 {
		margin: 0 !important;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.15px;
	}
	
	.sub-h1 {
		margin: 0 !important;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.2px;
	}
	
	.sub-h2 {
		margin: 0 !important;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.2px;
	}
	
	.btn {
		margin: 0 !important;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.25px;
	}
	
	.body1 {
		margin: 0 !important;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.5px;
	}
	
	.body2 {
		margin: 0 !important;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 145%; /* 20.3px */
		letter-spacing: 0.35px;
	}
	
	.body1-sb {
		color: var(--neutral-n800, #2E2D2C);
	
		/* desktop/body/body-1-sb */
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.5px;
	}
	
	.body2-sb {
		color: var(--neutral-n800, #2E2D2C);
	
		/* mobile/body/body-2-sb */
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 135%; /* 18.9px */
		letter-spacing: 0.25px;
	}
	
	.caption {
		margin: 0 !important;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.4px;
	}

	.caption-sb{
		margin: 0 !important;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.4px;
	}
	
	.action {
		margin: 0 !important;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1px;
	}
	}
	
	/* Tablet */
	@media only screen and (min-width: 744px) {
	.display-black {
		margin: 0 !important;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	.display-light {
		margin: 0 !important;
		font-size: 40px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
	}
	
	h1 {
		margin: 0 !important;
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h2 {
		margin: 0 !important;
		font-size: 34px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h3 {
		margin: 0 !important;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h4 {
		margin: 0 !important;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.25px;
	}
	
	h5 {
		margin: 0 !important;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h6 {
		margin: 0 !important;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.15px;
	}
	
	.sub-h1 {
		margin: 0 !important;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.15px;
	}
	
	.sub-h2 {
		margin: 0 !important;
		font-size: 19px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.1px;
	}
	
	.btn {
		margin: 0 !important;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.5px;
	}
	
	.body1 {
		margin: 0 !important;
		font-size: 17px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0.65px;
	}
	
	.body2 {
		margin: 0 !important;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		letter-spacing: 0.35px;
	}
	
	.body1-sb {
		color: var(--neutral-n800, #2E2D2C);
	
		/* desktop/body/body-1-sb */
		font-size: 17px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: 0.5px;
	}
	
	.body2-sb {
		color: var(--neutral-n800, #2E2D2C);
	
		/* mobile/body/body-2-sb */
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: 145%;
		letter-spacing: 0.35px;
	}
	
	.caption {
		margin: 0 !important;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.4px;
	}

	.caption-sb{
		margin: 0 !important;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.4px;
	}
	}
	
	/* Desktop */
	@media only screen and (min-width: 1440px) {
	.display-black {
		margin: 0 !important;
		font-size: 96px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -1.5px;
	}
	
	.display-light {
		margin: 0 !important;
		font-size: 96px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -1.5px;
	}
	
	h1 {
		margin: 0 !important;
		font-size: 60px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: -0.3px;
	}
	
	h2 {
		margin: 0 !important;
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h3 {
		margin: 0 !important;
		font-size: 40px;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: normal;
		margin: 0 !important;
	}
	
	h4 {
		margin: 0 !important;
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.25px;
	}
	
	h5 {
		margin: 0 !important;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	h6 {
		margin: 0 !important;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.15px;
	}
	
	.sub-h1 {
		margin: 0 !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.25px;
	}
	
	.sub-h2 {
		margin: 0 !important;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.25px;
	}
	
	.btn {
		margin: 0 !important;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.75px;
	}
	
	.body1 {
		margin: 0 !important;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: 0.65px;
	}
	
	.body2 {
		margin: 0 !important;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		letter-spacing: 0.5px;
	}
	
	.body1-sb {
		color: var(--neutral-n800, #2E2D2C);
	
		/* desktop/body/body-1-sb */
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: 0.5px;
	}
	
	.body2-sb {
		color: var(--neutral-n800, #2E2D2C);
	
		/* mobile/body/body-2-sb */
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%;
		letter-spacing: 0.5px;
	}
	
	.caption {
		margin: 0 !important;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.4px;
	}
	
	.overline {
		margin: 0 !important;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.25px;
	}
	}

	/* *********************************************************************************************************************************************************************************************** */


/* END OF MINDFLEX PERKS STYLING */