body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-size-adjust: none;
}

/* ------------------------------------------------------------ *\
	Gray Bg
\* ------------------------------------------------------------ */

.has-gray-bg {
	background-color: #f4f1ef;
}

/* ------------------------------------------------------------ *\
	Section Image Content
\* ------------------------------------------------------------ */

.section-image-content {
	overflow: hidden;
}

.section-image-content .section__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 60px 0;
	
}

.section-image-content .section__image {
	width: calc(51.2% + 33px);
	margin-left: -33px;
}

.section-image-content .section__content {
	width: 48.8%;
	padding-left: 83px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #646464;
}

.section-image-content .section__content h2 {
	font-family: "PlayfairDisplay-Bold", sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 122%;
	color: #070606;
	margin-bottom: 34px;
	letter-spacing: 0;
}

.section-image-content .section__content p {
	margin-bottom: 40px;
}

@media (max-width: 1441px) {
	.section-image-content .section__content h2,
	.section-image-content .section__content p {
		margin-bottom: 20px;
	}
	.section-image-content .section__content {
		padding-left: 40px;
	}
}

@media (max-width: 1023px) {
	.section-image-content .section__image {
		width: calc(100% + 40px);
		margin-left: -52px;
	}

	.section-image-content .section__image img {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
	}
	
	.section-image-content .section__content {
		width: 100%;
		padding: 40px 0 0 0;
		font-size: 19px;
		line-height: 150%;
	}

	.section-image-content .section__content h2 {
		font-size: 34px;
		line-height: 1.3235;
		margin-bottom: 20px;
	}

	.section-image-content .section__content p {
		margin-bottom: 38px;
	}
}

/* ------------------------------------------------------------ *\
	Section CTA v2
\* ------------------------------------------------------------ */

.section-cta-v2  {
	padding: 60px 0;
}

.section-cta-v2 .section__inner {
	display: grid;
	grid-template-columns: 18% auto 18%;
	gap: 47px;
	align-items: center;
	padding: 40px 48px;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}

.section-cta-v2 .section__text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 120%;
	text-align: center;
	color: #000;
}

.section-cta-v2 .section__text  p {
	margin-bottom: 0;
}

.section-cta-v2 .section__logo img {
	max-width: 123px;
	display: block;
}

.section-cta-v2 .section__actions {
	text-align: right;
}

@media (max-width: 1199px) {
	.section-cta-v2 .section__text {
		font-size: 20px;
	}

	.section-cta-v2 .section__inner {
		padding: 30px;
	}
}

@media (max-width: 1023px) {
	.section-cta-v2 {
		padding: 40px 0;
	}

	.section-cta-v2 .section__inner {
		grid-template-columns: 1fr;
		padding: 40px 20px;
		gap: 30px;
	}

	.section-cta-v2 .section__logo img {
		margin: 0 auto;
	}

	.section-cta-v2 .section__text {
		font-size: 18px;
		line-height: 120%;
	}

	.section-cta-v2 .section__actions {
		text-align: center;
	}
}

/* ------------------------------------------------------------ *\
	Btn With Border
\* ------------------------------------------------------------ */

.btn-with-border {
	display: inline-block;
	padding: 12px 24px;
	font-family: 'Montserrat', sans-serir;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	border: 1px solid #000;
	transition: all .4s;
}

.btn-with-border:hover {
	background-color: #000;
	color: #fff;
}

/* ------------------------------------------------------------ *\
	Section Featured Dresses v2
\* ------------------------------------------------------------ */

.section-featured-dresses-v2 {
	text-align: center;
	padding: 40px 0 60px;
	overflow: hidden;
}

.section-featured-dresses-v2 .section__head {
	margin-bottom: 42px;
}

.section-featured-dresses-v2 .section__head h2 {
	font-family: "PlayfairDisplay-Bold", sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 122%;
	color: #070606;
	letter-spacing: 0;
}

.section-featured-dresses-v2 .section__slider {
	padding: 0 50px;
	position: relative;
}

.section-featured-dresses-v2 .section__actions {
	padding-top: 35px;
}

@media (max-width: 767px) {
	.section-featured-dresses-v2 {
		padding: 20px 0 32px;
	}

	.section-featured-dresses-v2 .section__head {
		margin-bottom: 0;
	}

	.section-featured-dresses-v2 .section__head h2  {
		font-size: 34px;
		line-height: 1.3235;
	}

	.section-featured-dresses-v2 .section__slider {
		padding: 0;
	}

	.section-featured-dresses-v2 .section__actions {
		padding-top: 25px;
	}

	.section-featured-dresses-v2 .section__actions .btn-dark {
		display: inline-block;
	}
}

/* ------------------------------------------------------------ *\
	Slider Featured Dresses v2
\* ------------------------------------------------------------ */

.slider-featured-dresses-v2 .slider__slide {
	padding: 0 12px;
}

.slider-featured-dresses-v2 .slider__slides {
	position: static;
}

.slider-featured-dresses-v2 .slider__slide:focus {
	outline: 0;
}

.slider-featured-dresses-v2 .slick-arrow {
	width: 40px;
	height: 40px;
	left: 0;
	top: 45%;
}

.slider-featured-dresses-v2 .slick-arrow:before {
	content: '';
	background-image: url('.././images/circle-arrow-left.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	transition: opacity .3s;
}

.slider-featured-dresses-v2 .slick-arrow:after {
	content: '';
	background-image: url('.././images/circle-arrow-left-colored.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s;
}

.slider-featured-dresses-v2 .slick-arrow:hover:before {
	opacity: 0;
}

.slider-featured-dresses-v2 .slick-arrow:hover:after {
	opacity: 1;
}


.slider-featured-dresses-v2 .slick-next {
	left: auto;
	right: 0;
}

.slider-featured-dresses-v2 .slick-next:before {
	content: '';
	background-image: url('.././images/circle-arrow-right.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slider-featured-dresses-v2 .slick-next:after {
	content: '';
	background-image: url('.././images/circle-arrow-right-colored.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
	.slider-featured-dresses-v2 .slick-arrow {
		opacity: 0;
		pointer-events: none;
	}

	.slider-featured-dresses-v2 .slick-track {
		display: flex !important;
		flex-wrap: wrap;
		max-width: calc(100% + 20px) !important;
		width: calc(100% + 20px) !important; 
		margin: 0 -10px;
		transform: none !important;
	}

	.slider-featured-dresses-v2 .slick-track:after,
	.slider-featured-dresses-v2 .slick-track:before {
		display: none;
	}

	.slider-featured-dresses-v2 .slider__slide {
		width: 50% !important;
		padding: 10px;
		display: none;
	}

	.slider-featured-dresses-v2 .slider__slide:nth-child(1),
	.slider-featured-dresses-v2 .slider__slide:nth-child(2),
	.slider-featured-dresses-v2 .slider__slide:nth-child(3),
	.slider-featured-dresses-v2 .slider__slide:nth-child(4) {
		display: block;
	}
}

/* ------------------------------------------------------------ *\
	Card Featured Dress v2
\* ------------------------------------------------------------ */

.card-featured-dress-v2 .card__img {
	aspect-ratio: 280/529;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.card-featured-dress-v2 .card__img img {
	transition: scale .4s;
}

.card-featured-dress-v2 .card__img:hover img {
	scale: 1.1;
}

.card-featured-dress-v2 .card__img a {
	position: absolute;
	inset: 0;
	z-index: 10;
}

.card-featured-dress .card__img a {
	position: absolute;
	inset: 0;
	z-index: 10;
}


.card-featured-dress-v2 h3 {
	font-family: 'PlayfairDisplay-Semibold', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.333;
	color: #000;
}

.card-featured-dress-v2 p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.214;
	color: #000;
	max-width: 265px;
	margin: 0 auto 12px;
}

.card-featured-dress-v2 h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15px;
}

@media (max-width: 767px) {
	.card-featured-dress-v2 h3 {
		font-size: 26px;
		line-height: 1.3461;
	}

	.card-featured-dress-v2 p {
		display: none;
	}

	.card-featured-dress-v2 .card__img  {
		border-radius: 3px;
	}
}

/* ------------------------------------------------------------ *\
	Section Text Image Grid
\* ------------------------------------------------------------ */

.section-text-image-grid {
	text-align: center;
	padding: 60px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 150%;
	text-align: center;
	color: #646464;
}

.section-text-image-grid .section__head {
	max-width: 640px;
	margin: 0 auto 35px;
}

.section-text-image-grid .section__head h2 {
	font-family: "PlayfairDisplay-Bold", sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 122%;
	color: #1E414C;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.section-text-image-grid .section__head h2 span {
	display: block;
	font-family: 'Ms Madi';
	font-weight: 400;
	font-size: 67px;
	line-height: 72%;
}

.section-text-image-grid .section__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #646464;
}

.section-text-image-grid .section__grid-item-image {
	max-width: 300px;
	margin: 0 auto 12px;
}

.section-text-image-grid .section__grid-item-content {
	padding: 0 20px;
}


.section-text-image-grid .section__actions {
	padding-top: 60px;
}

.section-text-image-grid .section__grid-item-content h3 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #000;
	margin-bottom: 8px;
}

@media (max-width: 1200px) {
	.section-text-image-grid .section__grid {
		gap: 30px;
	}

	.section-text-image-grid .section__grid-item-content {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	.section-text-image-grid {
		font-size: 18px;
		line-height: 150%;
	}

	.section-text-image-grid .section__actions {
		padding-top: 40px;
	}

	.section-text-image-grid .section__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media (max-width: 767px) {
	.section-text-image-grid .section__head h2  {
		font-size: 34px;
		line-height: 1.3235;
	}

	.section-text-image-grid .section__head h2 span {
		font-size: 51px;
		line-height: 108%;
		margin-top: -10px;
	}

	.section-text-image-grid .section__grid  {
		font-size: 16px;
		line-height: 150%;
	}

	.section-text-image-grid .section__actions {
		padding-top: 55px;
	}
}

/* ------------------------------------------------------------ *\
	Section Slider Testimonials v2
\* ------------------------------------------------------------ */

.section-slider-testimonials-v2 {
	padding: 70px 0;
}

@media (max-width: 767px) {
	.section-slider-testimonials-v2 {
		padding: 30px 0;
	}
}

/* ------------------------------------------------------------ *\
	Slider Testimonials V2
\* ------------------------------------------------------------ */

.slider-testimonials-v2 {
	max-width: 1196px;
	margin: 0 auto;
	filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
	
}


.slider-testimonials-v2 .slider__slide-inner {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

.slider-testimonials-v2 .slick-list {
	border-radius: 8px;
	overflow: hidden;
}

.slider-testimonials-v2 .slick-track {
	outline: none;
	margin-top: 0 !important;
}


.slider-testimonials-v2 .slider__slide-content {
	width: 50%;
	align-self: center;
	padding: 55px 40px 120px;
}

.slider-testimonials-v2 .slider__slide-entry {
	max-width: 438px;
	text-align: center;
	margin: 0 auto;
}

.slider-testimonials-v2 blockquote {
	margin: 0 0 20px 0;
	font-family: "PlayfairDisplay-Regular", sans-serif;
	font-weight: 400;
	font-size: 31px;
	line-height: 140%;
	color: #000;
	font-style: normal;
}

.slider-testimonials-v2 blockquote p {
	font-family: "PlayfairDisplay-Regular", sans-serif;
}

.slider-testimonials-v2 h6 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 150%;
	color: #000;
}

.slider-testimonials-v2 p small {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1E414C;
}

.slider-testimonials-v2 blockquote:before {
	display: none;
}

.slider-testimonials-v2 .slider__slide-image {
	width: 50%;
}

.slider-testimonials-v2 .slider__slide-image img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}

.slider-testimonials-v2 .slider__arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 50%;
}

.slider-testimonials-v2 .slick-arrow {
	width: 40px;
	height: 40px;
	z-index: 10;
	position: static;
	transform: translate(0, 0);
}

.slider-testimonials-v2 .slick-arrow:before {
	content: '';
	background-image: url('.././images/circle-arrow-left.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	transition: opacity .3s;
}

.slider-testimonials-v2 .slick-arrow:after {
	content: '';
	background-image: url('.././images/circle-arrow-left-colored.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s;
}

.slider-testimonials-v2 .slick-arrow:hover:before {
	opacity: 0;
}

.slider-testimonials-v2 .slick-arrow:hover:after {
	opacity: 1;
}

.slider-testimonials-v2 .slick-next {
	left: auto;
	right: 0;
}

.slider-testimonials-v2 .slick-next:before {
	content: '';
	background-image: url('.././images/circle-arrow-right.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slider-testimonials-v2 .slick-next:after {
	content: '';
	background-image: url('.././images/circle-arrow-right-colored.svg');
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 1023px) {
	.slider-testimonials-v2 .slider__arrows {
		width: 100%;
	}

	.slider-testimonials-v2 .slider__slide-content {
		width: 100%;
		padding: 40px 30px 120px;
	}

	.slider-testimonials-v2 .slider__slide-image {
		width: 100%;
		order: -1;
	}

	.slider-testimonials-v2 .slider__slide-entry {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.slider-testimonials-v2 {
		padding: 0 10px;
	}

	.slider-testimonials-v2 h6 {
		font-size: 18px;
		line-height: 150%;
		margin-bottom: 2px;
	}

	.slider-testimonials-v2 p small {
		font-size: 13px;
		line-height: 1.23;
	}

	.slider-testimonials-v2 .slider__slide-content {
		padding: 30px 20px 90px 20px;
	}

	.slider-testimonials-v2 .slider__slide-image {
		aspect-ratio: 1 / 1;
	}

	.slider-testimonials-v2 blockquote {
		font-size: 18px;
		line-height: 140%;
	}

	.slider-testimonials-v2 .slider__arrows {
		bottom: 30px;
	}
}

/* ------------------------------------------------------------ *\
	Hero v2
\* ------------------------------------------------------------ */

.hero-v2 {
	position: relative;
}

.hero-v2:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90.48%), url(image.png);
}

.hero-v2 .hero__inner {
	min-height: 731px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 60px;
}

.hero-v2 .hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-v2 .hero__bg--mobile {
	display: none;
}

.hero-v2 .hero__content {
	text-align: center;
	max-width: 830px;
	position: relative;
	z-index: 10;
}

.hero-v2 .hero__sub-heading {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.222;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #F4F1EF;
}

.hero-v2 .hero__sub-heading p {
	margin-bottom: 12px;
}

.hero-v2 .hero__heading {
	margin-bottom: 30px;
}

.hero-v2 .hero__heading h1 {
	font-family: "PlayfairDisplay-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 57px;
	line-height: 115%;
	color: #fff;
}

.hero-v2 .hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.hero-v2 .hero__actions > a {
	min-width: 177px;
}

@media (max-width: 767px) {
	.hero-v2 .hero__inner {
		min-height: 620px;
		padding-bottom: 40px;
	}

	.hero-v2 .hero__sub-heading {
		font-size: 14px;
		line-height: 1.21428;
	}

	.hero-v2 .hero__sub-heading p {
		margin-bottom: 22px;
	}

	.hero-v2 .hero__heading {
		margin-bottom: 20px;
	}

	.hero-v2 .hero__heading h1 {
		font-size: 32px;
		line-height: 115%;
	}

	.hero-v2 .hero__bg--desktop {
		display: none;
	}

	.hero-v2 .hero__bg--mobile {
		display: block;
	}

	.hero-v2 .hero__actions {
		gap: 14px;
	}
	
	.hero-v2 .hero__actions > a {
		min-width: 152px;
	}
}

/* ------------------------------------------------------------ *\
	Button Blue
\* ------------------------------------------------------------ */

.btn-blue {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	background-color: #1E414C;
	padding: 12px 24px;
	display: inline-block;
}

.btn-blue:focus,
.btn-blue:hover {
	color: #fff;
	background-color: #383735;
}

@media (max-width: 767px) {
	.btn-blue {
		padding: 12px 16px;
		font-size: 14px;
	}
}

/* ------------------------------------------------------------ *\
	Section Cta Small
\* ------------------------------------------------------------ */

.section-cta-small {
	padding: 60px 0;
}

.section-cta-small .section__inner {
	max-width: 728px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	padding: 40px;
	text-align: center;
}

.section-cta-small .section__entry {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 150%;
	color: #646464;
	margin-bottom: 30px;
}

.section-cta-small .section__entry:last-child {
	margin-bottom: 0;
}

.section-cta-small .section__entry h3 {
	font-family: 'PlayfairDisplay-Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 115%;
	color: #000;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.section-cta-small {
		padding: 40px 0;
	}

	.section-benefits + .section-cta-small {
		padding-top: 60px;
	}

	.section-cta-small .section__inner {
		padding: 40px 30px;
	}

	.section-cta-small .section__entry {
		font-size: 16px;
		line-height: 150%;
	}

	.section-cta-small .section__entry h3 {
		font-size: 26px;
		line-height: 115%;
	}

	.section-cta-small .btn-dark {
		width: auto;
		display: inline-block;
		min-width: 162px;
	}
}

/* ------------------------------------------------------------ *\
	Section Acc
\* ------------------------------------------------------------ */

.section-acc {
	padding: 96px 0;
}

.section-acc .section__head {
	text-align: center;
	margin-bottom: 48px;
}

.section-acc .section__head h2 {
	font-family: "PlayfairDisplay-Bold", sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 122%;
	color: #111928;
	letter-spacing: 0;
}

.section-acc .section__body {
	max-width: 695px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.section-acc {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.section-acc {
		padding: 32px 0;
	}

	.section-acc .section__head {
		margin-bottom: 32px;
	}

	.section-acc .section__head h2 {
		font-size: 26px;
		line-height: 115%;
	}
}

/* ------------------------------------------------------------ *\
	Accordion v2
\* ------------------------------------------------------------ */

.accordion-v2 .accordion__head {
	display: flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid #E5E7EB;
	padding: 16px 0;
	cursor: pointer;
}

.accordion-v2 .accordion__head h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #6B7280;
	margin-bottom: 0;
	transition: all .4s;
}

.accordion-v2 .accordion__icon {
	position: relative;
	display: block;
	min-width: 16px;
	min-height: 16px;
}

.accordion-v2 .accordion__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.accordion-v2 .accordion__icon svg + svg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .4s;
}

.accordion-v2 .accordion__arrow {
	margin-left: auto;
	transition: all .4s;
}

.accordion-v2 .accordion__arrow svg {
	display: block;
}

.accordion-v2 .accordion__arrow path {
	transition: all .4s;
}

.accordion-v2 .accordion__body {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #6B7280;
	padding: 20px 0 40px;
	border-bottom: 1px solid #E5E7EB;
	display: none;
}

.accordion-v2 .accordion__body p {
	margin-bottom: 25px;
}


.accordion-v2 .accordion__body ul {
	margin-left: 0;
}

.accordion-v2 .accordion__body p:last-child,
.accordion-v2 .accordion__body ul:last-child {
	margin-bottom: 0;
}

.accordion-v2 .accordion__section:last-child .accordion__head {
	border-bottom: none;
}

.accordion-v2 .accordion__section:last-child .accordion__body {
	border-bottom: none;
	padding-bottom: 0;
}

/* expanded */

.accordion-v2 .accordion__section.is-expanded .accordion__head h5 {
	color: #111928;
}

.accordion-v2 .accordion__section.is-expanded .accordion__icon svg {
	opacity: 0;
}

.accordion-v2 .accordion__section.is-expanded .accordion__icon svg + svg {
	opacity: 1;
}

.accordion-v2 .accordion__section.is-expanded .accordion__arrow {
	rotate: 180deg;
}

.accordion-v2 .accordion__section.is-expanded .accordion__arrow path {
	fill: #111928;
}

@media (max-width: 767px) {
	.accordion-v2 .accordion__head h5 {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------ *\
	Section Tabs
\* ------------------------------------------------------------ */

.section-tabs {
	padding: 60px 0;
	overflow: hidden;
}

.section-tabs .section__head {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 150%;
	color: #646464;
	margin-bottom: 60px;
}

.section-tabs .section__head h2 {
	font-family: "PlayfairDisplay-Bold", sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 122%;
	color: #000;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.section-tabs .section__head p {
	max-width: 596px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.section-tabs .section__head {
		font-size: 16px;
		line-height: 150%;
		max-width: 90%;
		margin: 0 auto 40px;
	}

	.section-tabs .section__head h2 {
		font-size: 26px;
		line-height: 115%;
		margin-bottom: 10px;
	}
}

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */

.tabs {
	display: grid;
	grid-template-columns: 420px auto;
}

.tabs .tabs__nav ul {
	margin: 0;
}

.tabs .tabs__nav li {
	position: relative;
}

.tabs .tabs__nav li:last-child:after {
	display: none;
}

.tabs .tabs__nav li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.2);
}

.tabs .tabs__nav a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 24px;
	transition: all .4s;
	position: relative;
	z-index: 2;
	border-radius: 6px 0 0 6px;
}

.tabs .tabs__nav a:focus {
	outline: none;
	color: inherit;
}

.tabs .tabs__nav em {
	display: block;
	font-family: 'Ms Madi', cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.333;
	letter-spacing: 0.1em;
	color: #1E414C;
}

.tabs .tabs__nav strong {
	font-family: "PlayfairDisplay-Bold", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: #000;
	display: block;
}

.tabs .tabs__nav span {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 115%;
	color: #646464;
	display: block;
	margin-top: 6px;
	overflow: hidden;
	height: 0;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transition: opacity .4s .1s;
	opacity: 0;
}

.tabs .tabs__nav li:has( + li.is-active):after {
	opacity: 0;
}

.tabs .tabs__nav li.is-active a {
	background-color: #fff;
	min-height: 207px;
}

.tabs .tabs__nav li.is-active:after {
	opacity: 0;
}

.tabs .tabs__nav li.is-active span {
	height: auto;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	opacity: 1;
}

.tabs .tabs__body {
	position: relative;
}

.tabs .tab {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .4s;
	width: 100%;
	border-radius: 0 6px 6px 0;
	overflow: hidden;
	height: 100%;
}

.tabs .tab__media {
	height: 100%;
}

.tabs .tab__media img,
.tabs .tab__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tabs .tab__media-mobile {
	display: none;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}

.tabs .tab__media-mobile img,
.tabs .tab__media-mobile video {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	
}

.tabs .tab.is-active {
	opacity: 1;
	height: 100%;
	position: relative;
}

@media (min-width: 1024px) {
	.tabs .tab__media-mobile {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.tabs {
		grid-template-columns: 1fr;
	}
	.tabs .tabs__nav {
		display: block;
	
	}

	.tabs .tabs__nav a {
		text-align: center;
		padding: 10px 16px;
		border-radius: 6px 6px 0 0;
	}

	.tabs .tabs__nav em {
		font-size: 40px;
		line-height: 1.325;
	}
	
	.tabs .tabs__nav strong {
		font-size: 20px;
		line-height: 140%;
	
	}
	
	.tabs .tabs__nav span {
		font-size: 14px;
		line-height: 150%;
		margin-top: 4px;
	}

	.tabs li .tab__media-mobile {
		border-radius: 0 0 6px 6px;
	}

	.tabs .tab__body {
		display: none;
	}

	.tabs .tabs__nav li.is-active a {
		padding: 20px 16px;
		min-height: 1px;
	}

	.tabs .tab__media {
		display: none;
	}
}