
/* *******
HEADER
******* */

.ns-mc__header{
	position: relative;
}

.ns-mc__header__visual__img{

}

.ns-mc__header__title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.ns-mc__header__title__text{
	margin: 1rem 0 0;
	align-self: center;
	font-family: 'Lucas';
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #ffffff;
}

@media screen and (min-width: 1024px) {
	

	.ns-mc__header__title__text{
		font-size: 2.1875rem;
		line-height: 2.1875rem;
		letter-spacing: 0.87em;
	}

}

/* *******
INTRODUCTION
******* */

.ns-mc__intro{
	padding: 2.5rem 1rem 5rem;
}

.ns-mc__intro__title{
	margin: 0 0 2.5rem;
	font-family: 'Lucas';
	font-weight: 400;
	font-size: 2rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #1C1A17;
}

.ns-mc__intro__content{
	margin: 0;
}

.ns-mc__intro__content__edito{
	margin: 0 0 3.5rem;
}

.ns-mc__intro__content__title{
	margin: 0 0 1rem;
	font-family: 'Lucas';
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1875rem;
	text-transform: uppercase;
	color: #8A705E;
}

.ns-mc__intro__content__text{
	margin: 0 0 3rem;
	max-width: 18.6875rem;
	font-family: 'Lucas';
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.1875rem;
	color: #1C1A17;
}

.ns-mc__intro__content__text strong{
	font-weight: 500;
}

.ns-mc__intro__content__cta{
	background: none;
	border: none;
	outline: none;
	padding: .625rem 1.25rem;
	background-color: #8A705E;
	border-radius: 3.75rem;
	font-family: 'Lucas';
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.0625rem;
	text-transform: uppercase;
	color: #ffffff;
}

.ns-mc__intro__content__visual1{
	margin: 0 0 .4375rem;
	width: 58.892%;
}

.ns-mc__intro__content__visual2{
	margin: 0 0 .4375rem .4375rem;
	width: 38.775%;
	align-self: flex-end;
}

.ns-mc__intro__content__visual3{

}

@media screen and (min-width: 1024px) {
	

	.ns-mc__intro{
		padding: 4.5rem 4.375rem 5rem;
	}

	.ns-mc__intro__title{
		margin: 0 0 4.5rem;
		max-width: 60.75rem;
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.ns-mc__intro__content{
		max-width: 83.076%;
		margin: 0 auto;
	}

	.ns-mc__intro__content__first{
		order: 2;
		width: 59.444%;
	}

	.ns-mc__intro__content__edito{
		margin: 1.875rem 0 0;
		order: 3;
		width: 57.943%;
	}

	.ns-mc__intro__content__title{
		margin: 0 0 1rem;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.ns-mc__intro__content__text{
		margin: 0 0 2rem;
		max-width: unset;
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.ns-mc__intro__content__text strong{
		font-weight: 600;
	}

	.ns-mc__intro__content__cta{
		padding: .75rem 1rem;
		border-radius: 2.125rem;
		font-size: 1rem;
		line-height: 1rem;
		cursor: pointer;
		transition: all 360ms ease-in-out;
	}


	.ns-mc__intro__content__cta:hover{
		background-color: #000000;
		color: #ffffff;
	}

	.ns-mc__intro__content__visual1{
		margin: 0 2rem .75rem 0;
		width: 65.88%;
		order: 1;
	}

	.ns-mc__intro__content__visual2{
		margin: 0 7% 0 0;
		width: 31.619%;
		order: 2;
		align-self: unset;
	}

	.ns-mc__intro__content__visual3{
		margin: 0 1.48% 0 0;
		width: 39.074%;
		order: 1;
	}
}

/* *******
MASTERCLASSES
******* */

.ns-mc__masterclasses{
	padding: 0;
	//	background-color: #F1EDE6;
	
}


.ns-mc__masterclasses__header{
	margin: 0 0 1rem;
	padding: 1rem .5rem;
	background-color: #F1EDE6;
}

.ns-mc__masterclasses__title{
	margin: 0 auto .875rem;
	padding: 0;
	font-family: 'Lucas';
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .3rem;
	justify-content: center;
}

.ns-mc__masterclasses__introduction{
	margin: 0 auto;
	padding: 0;
	font-family: 'Lucas';
	font-weight: 400;
	font-size: .875rem;
	line-height: 1rem;
	text-align: center;
	color: #000;
	justify-content: center;
}

.ns-mc__masterclasses__introduction p{
	margin: 0;
}

.ns-mc__masterclasses__content{
	order: 1;
	position: relative;
	margin: 0;
}


.ns-mc__masterclasses__list{
	position: relative;
	padding: 0;
	//	background-color: #FFF;
}


.ns-mc__masterclasses__list__controls{
}

.ns-mc__masterclasses__list__controls__prev,
.ns-mc__masterclasses__list__controls__next{
	position: absolute;
	top: 50%;
	z-index: 100;
	margin: 0;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background-color: #A79081;
	color: #fff;
	transition: all 360ms ease-in-out;
	cursor: pointer;
	transform: translateY(-50%);
}


.ns-mc__masterclasses__list__controls__prev{
	left: .5rem;
}

.ns-mc__masterclasses__list__controls__next{
	right: .5rem;
}

.ns-mc__masterclasses__list__controls__prev.swiper-button-disabled,
.ns-mc__masterclasses__list__controls__next.swiper-button-disabled{
	opacity: .5;
	cursor: unset;
	pointer-events: none;
}

.ns-mc__masterclasses__list__controls__icon{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.125rem;
	height: 1.125rem;
	transform: translate(-50%, -50%);
}

.ns-mc__masterclasses__list__controls__prev .ns-mc__masterclasses__list__controls__icon{
	transform: translate(-50%, -50%) rotate(180deg);
}

.ns-mc__masterclasses__list__indicator{
	margin: 1rem 1rem 0;
	order: 2;
	width: calc(100% - 2rem);
}

.ns-mc__masterclasses__list__indicator__row{
	position: relative;
	height: 4px;
	background-color: #e4dad4;
}

.ns-mc__masterclasses__list__indicator__cursor{
	position: absolute;
	left: 0;
	top: 0;

	height: .25rem;
	background-color: #8A705E;
	transition: all 300ms linear;
}

.ns-mc__masterclasses__list__container{
	order: 1;
}

.ns-mc__masterclasses__list__item{
	position: relative;
	padding:2rem 2.5rem;
	width: 100%;
	min-height: 45rem;

	//	background-color: #F9F7F4;
	background-color: #F1EDE6;
}

.ns-mc__masterclasses__list__item__title{
	margin: 0 0 1.5rem;
	padding: 0;
	justify-content: space-between;
	align-items: center;
	font-family: 'Lucas';
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: #000;
}

.ns-mc__masterclasses__list__item__content{
	padding: 0;
}


.ns-mc__masterclasses__list__item__visual{
	margin: 0 0 1.5rem;
}

.ns-mc__masterclasses__list__item__text{
	margin: 0 0 1rem;
	font-family: 'Lucas';
	font-weight: 400;
	font-size: .875rem;
	line-height: .875rem;
	color: #000;
}

.ns-mc__masterclasses__list__item__text p{
	margin: 0;
}

.ns-mc__masterclasses__list__item__subtitle{
	margin: 0 0 .5rem;
	padding: 0;
	justify-content: space-between;
	align-items: center;
	font-family: 'Lucas';
	font-weight: 600;
	font-size: .75rem;
	line-height: .75rem;
	text-transform: uppercase;
	color: #8A705E;
}

.ns-mc__masterclasses__list__item__ctas{
		position: absolute;
		bottom: 2rem;
		left: 0;
		padding: 0 2.5rem;
		width: 100%;

}

.ns-mc__masterclasses__list__item__cta{
	background: none;
	border: none;
	outline: none;
	border-radius: 10rem;
	padding: 1rem 1rem;
	background-color: #A79081;
	font-family: 'Lucas';
	font-weight: 500;
	font-size: .75rem;
	line-height: .875rem;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

.ns-mc__masterclasses__list__item.active .ns-mc__masterclasses__list__item__content{
	max-height: 40rem;
}

@media screen and (min-width: 490px) {

	.ns-mc__masterclasses__list__item{
		min-height: 48.125rem;
	}
}

@media screen and (min-width: 590px) {

	.ns-mc__masterclasses__list__item{
		min-height: 49.125rem;
	}
}

@media screen and (min-width: 620px) {

	.ns-mc__masterclasses__list__item{
		min-height: 52.125rem;
	}
}

@media screen and (min-width: 680px) {

	.ns-mc__masterclasses__list__item{
		min-height: 54.125rem;
	}
}

@media screen and (min-width: 768px) {
	
	.ns-mc__masterclasses{
		padding: 1.6875rem 0;
		background-color: #F9F7F4;
	}

	.ns-mc__masterclasses__header{
		margin: 0;
		padding: 0;
		background: none;
	}

	.ns-mc__masterclasses__title{
		margin: 0 0 1.3125rem;
		max-width: 100%;
		font-size: 1.5rem;
		line-height: 1.5rem;
		font-weight: 600;
		justify-content: center;
		transform: uppercase;
	}

	.ns-mc__masterclasses__introduction{
		margin: 0 auto 1.3125rem;
		max-width: 21.4375rem;
	}

	.ns-mc__masterclasses__list{
		padding: 0;
		background: none;
	}

	
	.ns-mc__masterclasses__list__indicator{
		order: 1;
		margin: 0 0 1.5rem;
		width: 100%;
	}

	.ns-mc__masterclasses__list__controls__prev,
	.ns-mc__masterclasses__list__controls__next{
		top: calc(50% + 1.5rem);
	}

	.ns-mc__masterclasses__list__container{
		order: 2;
	}

	.ns-mc__masterclasses__list__indicator__row{
		position: relative;
		height: 4px;
		background: none;
		border-bottom: 1px solid rgba(164, 133, 111, 0.30);
	}

	.ns-mc__masterclasses__list__item{
		padding:0 0 4.5rem;
		width: 25.625rem;
		min-height: 48.125rem;

		background-color: #F1EDE6;
	}
	
	.ns-mc__masterclasses__list__item__content{
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0 2.125rem;
	}

	.ns-mc__masterclasses__list__item__title{

		margin: 0 0 1.5rem;
		padding: 0;
		font-size: 1.25rem;
		line-height: 1.25rem;
		color: #000;
	}

	.ns-mc__masterclasses__list__item__text{
	}

	.ns-mc__masterclasses__list__item__visual{
		margin: 0 0 2rem;
	}

	.ns-mc__masterclasses__list__item__ctas{
		position: absolute;
		bottom: 2rem;
		left: 0;
		padding: 0 2.125rem;
		width: 100%;
	}

	.ns-mc__masterclasses__list__item__cta{
		transition: all 360ms ease-in-out;
		cursor: pointer;
	}

	.ns-mc__masterclasses__list__item__cta:hover{
		background-color: #000000;
		color: #ffffff;
	}

}


@media screen and (min-width: 1024px) {

	.ns-mc__masterclasses__list__item{
		min-height: 50.125rem;
	}
}

@media screen and (min-width: 1680px) {


	.ns-mc__masterclasses__list__item{
		min-height: 55rem;
	}

}

@media screen and (min-width: 1920px) {


	.ns-mc__masterclasses__list__item{
		min-height: 60rem;
	}


	.ns-mc__masterclasses__list__item__title{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

	.ns-mc__masterclasses__list__item__text{
		font-size: 1.125rem;
		line-height: 1.125rem;
	}


}

/* *******
STORELOCATOR
******* */

.ns-mc__storelocator{
	padding: 2.5rem 0;
}

.ns-mc__storelocator__title{
	margin: 0 auto 3.125rem;
	max-width: 70%;
	font-family: 'Lucas';
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	letter-spacing: 0.01em;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

@media screen and (min-width: 1024px) {
	
	.ns-mc__storelocator{
		padding: 5rem 0 7.5rem;
	}

	.ns-mc__storelocator__title{
		margin: 0 auto 3.75rem;
		max-width: 57%;
		font-size: 2.5rem;
		line-height: 3rem;
		letter-spacing: unset;
	}
}


