/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url('https://design.memcyco.com/cdn/cd/111820c89235bfc24acd4e0ec156c988/0855175eeaac8d569632c63e79f44203/bootstrap.min.css');

html {
	margin: 0;
	padding: 0;
}

body {
	--mc-blue: #282359;
	--mc-dark-blue: #1e2742;
	--mc-pink: #fd047e;
	--mc-light-grey: #bfbfc9;
	--mc-dark-grey: #91919d;

	margin: 0;
	padding: 0;

	font-size: 16px;
	line-height: 1.6;
	color: var(--mc-blue);
}

/* body,
input,
button,
textarea,
select {
	font-family: 'Montserrat', sans-serif;
} */

button {
	cursor: pointer;
}

body:not(.elementor-editor-active) .main {
	overflow: hidden;
}

body.elementor-editor-active .main {
	overflow-x: hidden;
	overflow-y: visible;
}

.mc-button,
.mc-button-icon,
.mc-hs-form .hs-button,
.mc-faq-accordion-show-more-button svg,
.mc-editorials-grid-show-more-button svg,
.mc-sections-nav-item-link {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.mc-button-wrap,
.mc-button,
.mc-hs-form .hs-button,
.mc-hs-form .hs-form .actions,
.mc-faq-accordion-show-more-button,
.mc-editorials-grid-item-button,
.mc-editorials-grid-show-more-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mc-loading {
	position: relative;
	min-height: 30px;
}

.mc-loading:before,
.mc-loading:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mc-loading:after {
	z-index: 101;
	margin: auto;
	width: 30px;
	height: 30px;

	background: url('/wp-content/themes/hello-elementor-child/assets/images/loading-black.svg') center center no-repeat;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;

	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.mc-loading:before {
	z-index: 100;
	background: #fff;
}

.mc-loading:before {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.mc-highlighted {
	color: var(--mc-pink);
}

.mc-button .mc-highlighted {
	color: inherit;
	font-weight: 800;
}

.mc-button,
.mc-hs-form .hs-button {
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	min-height: 40px;
	width: fit-content;
	padding: 5px 26px;
	border: 2px solid var(--mc-pink);
	outline: none;
	background: var(--mc-pink);
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

a.mc-button,
input.mc-button,
button.mc-button,
.mc-hs-form .hs-button {
	cursor: pointer;
}

a.mc-button[disabled],
input.mc-button[disabled],
button.mc-button[disabled],
.mc-hs-form .hs-button[disabled] {
	cursor: not-allowed;
	background-color: var(--mc-dark-grey);
	border-color: var(--mc-dark-grey);

	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.mc-hs-form.submit-button-color-light .hs-button,
.mc-button.color-light {
	background-color: #fff;
	border-color: #fff;
	color: var(--mc-blue);
}

.mc-hs-form.submit-button-color-dark .hs-button,
.mc-button.color-dark {
	background-color: var(--mc-blue);
	border-color: var(--mc-blue);
	color: #fff;
}

.mc-button.secondary {
	background-color: transparent;
	color: var(--mc-pink);
}

.mc-button.secondary.color-light {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.mc-button.secondary.color-dark {
	background-color: transparent;
	border-color: var(--mc-blue);
	color: var(--mc-blue);
}

.mc-button.black-link,
.mc-button.pink-link {
	min-height: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
	font-size: 16px;
}

.mc-button.small {
	font-size: 14px;
	padding-left: 26px;
	padding-right: 26px;
	min-height: 36px;
}

.mc-button.large {
	font-size: 16px;
	padding-left: 34px;
	padding-right: 34px;
	min-height: 48px;
}

.mc-button.x-large {
	font-size: 18px;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 56px;
}

.mc-button-icon {
	margin-left: 10px;
	width: 14px;
	height: 14px;
}

.mc-button-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
	object-fit: contain;
	object-position: center center;
}

.mc-button.small .mc-button-icon {
	margin-left: 8px;
	width: 12px;
	height: 12px;
}

.mc-button.large .mc-button-icon {
	margin-left: 12px;
	width: 16px;
	height: 16px;
}

.mc-button.x-large .mc-button-icon {
	margin-left: 14px;
	width: 18px;
	height: 18px;
}

.mc-button.black-link,
a.mc-button.black-link:focus,
a.mc-button.black-link:hover,
input.mc-button.black-link:focus,
input.mc-button.black-link:hover,
button.mc-button.black-link:focus,
button.mc-button.black-link:hover {
	color: var(--mc-blue);
}

.mc-button.pink-link,
a.mc-button.pink-link:focus,
a.mc-button.pink-link:hover,
input.mc-button.pink-link:focus,
input.mc-button.pink-link:hover,
button.mc-button.pink-link:focus,
button.mc-button.pink-link:hover {
	color: var(--mc-pink);
}

a.mc-button:not([disabled]):hover,
input.mc-button:not([disabled]):hover,
button.mc-button:not([disabled]):hover,
.mc-hs-form .hs-button:not([disabled]):hover {
	background-color: transparent;
	color: var(--mc-pink);
}

.mc-hs-form.submit-button-color-light .hs-button:not([disabled]):hover,
a.mc-button.color-light:not([disabled]):hover,
input.mc-button.color-light:not([disabled]):hover,
button.mc-button.color-light:not([disabled]):hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.mc-hs-form.submit-button-color-dark .hs-button:not([disabled]):hover,
a.mc-button.color-dark:not([disabled]):hover,
input.mc-button.color-dark:not([disabled]):hover,
button.mc-button.color-dark:not([disabled]):hover {
	background-color: transparent;
	color: var(--mc-blue);
}

a.mc-button.secondary:not([disabled]):hover,
input.mc-button.secondary:not([disabled]):hover,
button.mc-button.secondary:not([disabled]):hover {
	background-color: var(--mc-pink);
	color: #fff;
}

a.mc-button.secondary.color-light:not([disabled]):hover,
input.mc-button.secondary.color-light:not([disabled]):hover,
button.mc-button.secondary.color-light:not([disabled]):hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--mc-blue);
}

a.mc-button.secondary.color-dark:not([disabled]):hover,
input.mc-button.secondary.color-dark:not([disabled]):hover,
button.mc-button.secondary.color-dark:not([disabled]):hover {
	background-color: var(--mc-blue);
	border-color: var(--mc-blue);
	color: #fff;
}

@media (max-width: 767px) {
	.mc-button.x-large {
		font-size: 16px;
		padding-left: 34px;
		padding-right: 34px;
		min-height: 48px;
	}
}

@media (max-width: 540px) {
	.mc-button.large,
	.mc-button.x-large {
		min-height: 36px;
		padding-left: 26px;
		padding-right: 26px;
		font-size: 14px;
	}
}

/* Titles */
div.mc-title,
span.mc-title,
p.mc-title,
h1.mc-title,
h2.mc-title,
h3.mc-title,
h4.mc-title,
h5.mc-title,
h6.mc-title,
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
	line-height: 1.2;
	font-weight: 600;
	text-transform: none;
	margin: 0 0 20px;
}

.the-content h1:not(:first-child),
.the-content h2:not(:first-child),
.the-content h3:not(:first-child),
.the-content h4:not(:first-child),
.the-content h5:not(:first-child),
.the-content h6:not(:first-child),
.elementor-widget-text-editor h1:not(:first-child),
.elementor-widget-text-editor h2:not(:first-child),
.elementor-widget-text-editor h3:not(:first-child),
.elementor-widget-text-editor h4:not(:first-child),
.elementor-widget-text-editor h5:not(:first-child),
.elementor-widget-text-editor h6:not(:first-child) {
	margin-top: 40px;
}

.the-content style:first-child + h1,
.the-content style:first-child + h2,
.the-content style:first-child + h3,
.the-content style:first-child + h4,
.the-content style:first-child + h5,
.the-content style:first-child + h6,
.the-content .elementor-menu-anchor:first-child + h1,
.the-content .elementor-menu-anchor:first-child + h2,
.the-content .elementor-menu-anchor:first-child + h3,
.the-content .elementor-menu-anchor:first-child + h4,
.the-content .elementor-menu-anchor:first-child + h5,
.the-content .elementor-menu-anchor:first-child + h6,
.the-content style:first-child + .elementor-menu-anchor + h1,
.the-content style:first-child + .elementor-menu-anchor + h2,
.the-content style:first-child + .elementor-menu-anchor + h3,
.the-content style:first-child + .elementor-menu-anchor + h4,
.the-content style:first-child + .elementor-menu-anchor + h5,
.the-content style:first-child + .elementor-menu-anchor + h6,
.elementor-widget-text-editor style:first-child + h1,
.elementor-widget-text-editor style:first-child + h2,
.elementor-widget-text-editor style:first-child + h3,
.elementor-widget-text-editor style:first-child + h4,
.elementor-widget-text-editor style:first-child + h5,
.elementor-widget-text-editor style:first-child + h6,
.elementor-widget-text-editor .elementor-menu-anchor:first-child + h1,
.elementor-widget-text-editor .elementor-menu-anchor:first-child + h2,
.elementor-widget-text-editor .elementor-menu-anchor:first-child + h3,
.elementor-widget-text-editor .elementor-menu-anchor:first-child + h4,
.elementor-widget-text-editor .elementor-menu-anchor:first-child + h5,
.elementor-widget-text-editor .elementor-menu-anchor:first-child + h6,
.elementor-widget-text-editor style:first-child + .elementor-menu-anchor + h1,
.elementor-widget-text-editor style:first-child + .elementor-menu-anchor + h2,
.elementor-widget-text-editor style:first-child + .elementor-menu-anchor + h3,
.elementor-widget-text-editor style:first-child + .elementor-menu-anchor + h4,
.elementor-widget-text-editor style:first-child + .elementor-menu-anchor + h5,
.elementor-widget-text-editor style:first-child + .elementor-menu-anchor + h6 {
	margin-top: 0;
}

div.mc-title.style-default,
span.mc-title.style-default,
p.mc-title.style-default,
.mc-title.mc-title.style-div,
.mc-title.mc-title.style-span,
.mc-title.mc-title.style-p {
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

.mc-title:last-child {
	margin: 0;
}

div.mc-title.color-light,
span.mc-title.color-light,
p.mc-title.color-light,
h1.mc-title.color-light,
h2.mc-title.color-light,
h3.mc-title.color-light,
h4.mc-title.color-light,
h5.mc-title.color-light,
h6.mc-title.color-light {
	color: #fff;
}

div.mc-title.color-pink,
span.mc-title.color-pink,
p.mc-title.color-pink,
h1.mc-title.color-pink,
h2.mc-title.color-pink,
h3.mc-title.color-pink,
h4.mc-title.color-pink,
h5.mc-title.color-pink,
h6.mc-title.color-pink {
	color: var(--mc-pink);
}

h1.style-default,
.mc-title.style-h1 {
	font-size: 44px;
	font-weight: 800;
}

h2.style-default,
.mc-title.style-h2 {
	font-size: 40px;
	font-weight: 800;
}

h3.style-default,
.mc-title.style-h3 {
	font-size: 32px;
	font-weight: 800;
}

h4.style-default,
.mc-title.style-h4 {
	font-size: 28px;
}

h5.style-default,
.mc-title.style-h5 {
	font-size: 24px;
}

h6.style-default,
.mc-title.style-h6 {
	font-size: 20px;
}

/* .the-content h1,
.the-content h1.style-default,
.the-content .mc-title.style-h1,
.elementor-widget-text-editor h1 {
	font-size: 40px;
	font-weight: 800;
}

.the-content h2,
.the-content h2.style-default,
.the-content .mc-title.style-h2,
.elementor-widget-text-editor h2 {
	font-size: 30px;
	font-weight: bold;
}

.the-content h3,
.the-content h3.style-default,
.the-content .mc-title.style-h3,
.elementor-widget-text-editor h3 {
	font-size: 22px;
	font-weight: bold;
}

.the-content h4,
.the-content h4.style-default,
.the-content .mc-title.style-h4,
.elementor-widget-text-editor h4 {
	font-size: 20px;
}

.the-content h5,
.the-content h5.style-default,
.the-content .mc-title.style-h5,
.elementor-widget-text-editor h5 {
	font-size: 18px;
}

.the-content h6,
.the-content h6.style-default,
.the-content .mc-title.style-h6,
.elementor-widget-text-editor h6 {
	font-size: 16px;
} */

@media (max-width: 1024px) {
	h1.style-default,
	.mc-title.style-h1 {
		font-size: 36px;
	}

	h2.style-default,
	.mc-title.style-h2 {
		font-size: 32px;
	}

	h3.style-default,
	.mc-title.style-h3 {
		font-size: 26px;
	}

	h4.style-default,
	.mc-title.style-h4 {
		font-size: 24px;
	}

	h5.style-default,
	.mc-title.style-h5 {
		font-size: 20px;
	}

	h6.style-default,
	.mc-title.style-h6 {
		font-size: 18px;
	}

	/* .the-content h1,
	.the-content h1.style-default,
	.the-content .mc-title.style-h1,
	.elementor-widget-text-editor h1 {
		font-size: 34px;
	}

	.the-content h2,
	.the-content h2.style-default,
	.the-content .mc-title.style-h2,
	.elementor-widget-text-editor h2 {
		font-size: 26px;
	}

	.the-content h3,
	.the-content h3.style-default,
	.the-content .mc-title.style-h3,
	.elementor-widget-text-editor h3 {
		font-size: 20px;
	}

	.the-content h4,
	.the-content h4.style-default,
	.the-content .mc-title.style-h4,
	.elementor-widget-text-editor h4 {
		font-size: 18px;
	}

	.the-content h5,
	.the-content h5.style-default,
	.the-content .mc-title.style-h5,
	.elementor-widget-text-editor h5 {
		font-size: 17px;
	}

	.the-content h6,
	.the-content h6.style-default,
	.the-content .mc-title.style-h6,
	.elementor-widget-text-editor h6 {
		font-size: 15px;
	} */
}

@media (max-width: 767px) {
	h1.style-default,
	.mc-title.style-h1 {
		font-size: 32px;
	}

	h2.style-default,
	.mc-title.style-h2 {
		font-size: 28px;
	}

	h3.style-default,
	.mc-title.style-h3 {
		font-size: 24px;
	}

	h4.style-default,
	.mc-title.style-h4 {
		font-size: 22px;
	}

	h5.style-default,
	.mc-title.style-h5 {
		font-size: 18px;
	}

	h6.style-default,
	.mc-title.style-h6 {
		font-size: 16px;
	}

	/* .the-content h1,
	.the-content h1.style-default,
	.the-content .mc-title.style-h1,
	.elementor-widget-text-editor h1 {
		font-size: 30px;
	}

	.the-content h2,
	.the-content h2.style-default,
	.the-content .mc-title.style-h2,
	.elementor-widget-text-editor h2 {
		font-size: 22px;
	}

	.the-content h3,
	.the-content h3.style-default,
	.the-content .mc-title.style-h3,
	.elementor-widget-text-editor h3 {
		font-size: 19px;
	}

	.the-content h4,
	.the-content h4.style-default,
	.the-content .mc-title.style-h4,
	.elementor-widget-text-editor h4 {
		font-size: 17px;
	} */
}

@media (max-width: 540px) {
	h1.style-default,
	.mc-title.style-h1 {
		font-size: 28px;
	}

	h2.style-default,
	.mc-title.style-h2 {
		font-size: 24px;
	}

	h3.style-default,
	.mc-title.style-h3 {
		font-size: 20px;
	}

	h4.style-default,
	.mc-title.style-h4 {
		font-size: 18px;
	}

	h5.style-default,
	.mc-title.style-h5 {
		font-size: 16px;
	}

	/* .the-content h1,
	.the-content h1.style-default,
	.the-content .mc-title.style-h1,
	.elementor-widget-text-editor h1 {
		font-size: 26px;
	}

	.the-content h2,
	.the-content h2.style-default,
	.the-content .mc-title.style-h2,
	.elementor-widget-text-editor h2 {
		font-size: 20px;
	}

	.the-content h3,
	.the-content h3.style-default,
	.the-content .mc-title.style-h3,
	.elementor-widget-text-editor h3 {
		font-size: 18px;
	}

	.the-content h4,
	.the-content h4.style-default,
	.the-content .mc-title.style-h4,
	.elementor-widget-text-editor h4 {
		font-size: 16px;
	} */
}

.mc-faq-accordion-inner {
	position: relative;
}

.mc-faq-accordion-item {
	background-color: #fff;
	padding: 20px;
}

.mc-faq-accordion-item:not(:last-child) {
	margin-bottom: 20px;
}

.mc-faq-accordion-item-header {
	cursor: pointer;
}

h3.mc-faq-accordion-item-question {
	flex: 1;
	font-size: 20px !important;
	margin: 0 !important;
}

.mc-faq-accordion-item-header-icon {
	position: relative;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}

.mc-faq-accordion-item-header-icon:before,
.mc-faq-accordion-item-header-icon:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	margin: auto;
	background-color: var(--mc-pink);
}

.mc-faq-accordion-item-header-icon:before {
	width: 100%;
	height: 3px;
}

.mc-faq-accordion-item-header-icon:after {
	width: 3px;
	height: 100%;

	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}

.mc-faq-accordion-item.active .mc-faq-accordion-item-header-icon:after {
	height: 0;
}

.mc-faq-accordion-item-body {
	display: none;
	padding-top: 20px;
}

.mc-faq-accordion-item-answer {
	font-size: 18px;
}

.mc-faq-accordion-hidden-item {
	display: none;

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;

	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.mc-faq-accordion-hidden-item.is-visible {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.mc-faq-accordion-show-more {
	padding-top: 30px;
}

.mc-faq-accordion-show-more-button {
	width: fit-content;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	color: var(--mc-blue);
	text-decoration: none;
}

.mc-faq-accordion-show-more-button svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
	margin-left: 5px;
}

.mc-faq-accordion-show-more-button.show-less svg {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

@media (max-width: 1000px) {
	.mc-faq-accordion-item-answer {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.mc-faq-accordion-item-answer {
		font-size: 14px;
	}
}

@media (max-width: 540px) {
	.mc-faq-accordion-item-answer {
		font-size: 12px;
	}
}

.mc-list-item:not(:last-child) {
	margin-bottom: 10px;
}

.mc-list-item-inner {
	gap: 10px;
}

.mc-list-item-icon {
	flex-shrink: 0;
	width: 16px;
	padding-top: 3px;
}

.mc-list-item-icon svg {
	fill: var(--mc-pink);
}

.mc-list-item-body {
	flex: 1;
}

.mc-list-item-title {
	font-weight: 600;
}

.mc-list-item-desc p {
	margin: 0 0 10px;
}

.mc-list-item-desc p:last-child {
	margin: 0;
}

.mc-editorials-grid-item,
.mc-editorials-grid-item-inner,
.mc-editorials-grid-item-content-inner {
	height: 100%;
}

.mc-editorials-grid-item-content:after,
.mc-editorials-grid-item-button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mc-editorials-grid-hidden-item {
	display: none;

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;

	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.mc-editorials-grid-hidden-item.is-visible {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.mc-editorials-grid-item-inner {
	background-color: var(--mc-dark-blue);
}

.mc-editorials-grid-item-image {
	position: relative;
	height: 0;
	padding-bottom: 67%;
	overflow: hidden;
}

.mc-editorials-grid-item-image img {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	object-position: center center;
}

.mc-editorials-grid-item-image:after {
	content: '';
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(30, 39, 66, 1) 2%, rgba(30, 39, 66, 0) 50%);
}

.mc-editorials-grid-item-content {
	position: relative;
	padding: 32px;
	color: #fff;
}

.mc-editorials-grid-item-content:after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(158, 19, 100, 1) 2%, rgba(30, 39, 66, 1) 89%);

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.mc-editorials-grid-item.mouseover .mc-editorials-grid-item-content:after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.mc-editorials-grid-item-content-inner {
	position: relative;
	z-index: 20;
}

.mc-title.mc-editorials-grid-item-title {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 8px;
}

.mc-editorials-grid-item-excerpt {
	font-size: 14px;

	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.mc-editorials-grid-item-excerpt:not(:last-child) {
	margin-bottom: 20px;
}

.mc-editorials-grid-item-button {
	width: fit-content;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--mc-pink);
	text-decoration: none;
}

.mc-editorials-grid-item-button svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
	margin-left: 8px;
}

.mc-editorials-grid-item-button:focus,
.mc-editorials-grid-item-button:hover {
	color: #fff;
}

.mc-editorials-grid-show-more {
	padding-top: 50px;
}

.mc-editorials-grid-show-more-button {
	width: fit-content;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	color: var(--mc-blue);
	text-decoration: none;
}

.mc-editorials-grid-show-more-button svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
	margin-left: 5px;
}

.mc-editorials-grid-show-more-button.show-less svg {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mc-sections-nav-inner {
	padding-left: 24px;
}

.mc-sections-nav-items {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mc-sections-nav-items:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-color: var(--mc-blue);

	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.mc-sections-nav-item {
	margin-bottom: 20px;
}

.mc-sections-nav-item-link {
	position: relative;
	display: block;
	padding: 4px 0 4px 36px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.1;
	color: #828282;
}

.mc-sections-nav-item-link:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	width: 2px;
	background-color: var(--mc-pink);

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.mc-sections-nav-item-link:hover,
.mc-sections-nav-item-link.active {
	color: var(--mc-blue);
}

.mc-sections-nav-item-link.active:before {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.mc-sections-nav.mode-light .mc-sections-nav-items:before {
	background-color: #fff;
}

.mc-sections-nav.style-compact .mc-sections-nav-item-link {
	font-size: 12px;
}

.mc-sections-nav.mode-light .mc-sections-nav-item-link {
	color: rgba(198, 198, 198, 1);
}

.mc-sections-nav.mode-light .mc-sections-nav-item-link:hover,
.mc-sections-nav.mode-light .mc-sections-nav-item-link.active {
	color: #fff;
}

.mc-cs-phase-inner > .flex > [class*='col-'] {
	max-width: 500px;
}

.mc-cs-phase-inner {
	padding: 40px 0;
}

.mc-cs-phase-col-1,
.mc-cs-phase-col-2 {
	gap: 20px;
}

.mc-cs-phase-image img {
	display: block;
	width: 100%;
	height: auto;
}

.mc-cs-phase-content-wrap {
	color: #fff;
}

h3.mc-cs-phase-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

h4.mc-cs-phase-subtitle {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.16;
}

.mc-cs-phase-desc {
	font-size: 18px;
	line-height: 1.33;
}

.mc-cs-phase-desc p,
.mc-cs-phase-desc ul,
.mc-cs-phase-desc ol {
	margin: 0;
}

.mc-cs-phase-desc p:not(:last-child),
.mc-cs-phase-desc ul:not(:last-child),
.mc-cs-phase-desc ol:not(:last-child) {
	margin-bottom: 10px;
}

.mc-cs-phase-desc ul,
.mc-cs-phase-desc ol {
	padding-left: 14px;
}

.mc-cs-phase-desc ul li:not(:last-child),
.mc-cs-phase-desc ol li:not(:last-child) {
	margin-bottom: 6px;
}

.mc-cs-phase-col-1 h3.mc-cs-phase-title {
	color: var(--mc-pink);
}

@media (max-width: 1600px) {
	.mc-cs-phase-inner > .flex > [class*='col-'] {
		max-width: 460px;
	}
}

@media (max-width: 1500px) {
	.mc-cs-phase-inner > .flex > [class*='col-'] {
		max-width: 420px;
	}
}

@media (max-width: 1024px) {
	.mc-cs-phase-inner > .flex > [class*='col-'] {
		max-width: none;
	}

	h3.mc-cs-phase-title {
		font-size: 18px;
	}

	h4.mc-cs-phase-subtitle {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.mc-cs-phase-inner > .flex > [class*='col-'] {
		max-width: none;
	}

	h3.mc-cs-phase-title {
		font-size: 16px;
	}

	h4.mc-cs-phase-subtitle {
		font-size: 24px;
	}
}

/* body[style*='overflow'] {
	height: 100vh !important;
} */

.ch2-block {
	background: rgba(40, 35, 89, 0.5) !important;
}

.ch2-container,
#ch2-dialog,
#ch2-settings-dialog {
	font-family: inherit !important;
}

.ch2-style-light .ch2-dialog #ch2-dialog-title,
.ch2-style-light .ch2-settings #ch2-settings-title,
.ch2-style-light .ch2-dialog-content p,
.ch2-style-light .ch2-settings-content dd,
.ch2-style-light .ch2-settings-content dt,
.ch2-style-light .ch2-settings-content p,
.ch2-style-light .ch2-settings-declaration table tbody tr td,
.ch2-settings-actions {
	color: var(--mc-blue) !important;
}

.ch2-style-light .ch2-btn-transparent,
.ch2-style-light .ch2-btn-transparent:hover,
.ch2-style-light .ch2-deny-all-btn.ch2-btn-primary,
.ch2-style-light .ch2-deny-all-btn.ch2-btn-primary:hover {
	background: #fff !important;
	color: var(--mc-blue) !important;
	border: 1px solid #eee !important;

	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.ch2-style-light .ch2-btn-transparent:hover,
.ch2-style-light .ch2-deny-all-btn.ch2-btn-primary:hover {
	border-color: var(--mc-blue) !important;
}

.ch2-settings-actions a,
.ch2-style-light .ch2-dialog-content a,
.ch2-style-light .ch2-settings-content a {
	color: #c36 !important;
}

#ch2-dialog .ch2-btn.ch2-btn-secondary,
#ch2-settings-dialog .ch2-btn.ch2-btn-secondary {
	background-color: var(--mc-blue) !important;
}

#ch2-dialog,
#ch2-dialog .ch2-btn,
#ch2-settings-dialog,
#ch2-settings-dialog .ch2-btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

@media (max-width: 600px) {
	.ch2-theme-bar.ch2-style-compact .ch2-dialog,
	.ch2-theme-default.ch2-style-compact .ch2-dialog,
	.ch2-theme-overlay.ch2-style-compact .ch2-dialog {
		padding: 20px !important;
	}

	.ch2-theme-bar .ch2-dialog h2:first-child,
	.ch2-theme-bar .ch2-dialog p:first-child,
	.ch2-theme-default .ch2-dialog h2:first-child,
	.ch2-theme-default .ch2-dialog p:first-child,
	.ch2-theme-overlay .ch2-dialog h2:first-child,
	.ch2-theme-overlay .ch2-dialog p:first-child,
	.ch2-theme-bar .ch2-dialog h2:last-child,
	.ch2-theme-bar .ch2-dialog p:last-child,
	.ch2-theme-default .ch2-dialog h2:last-child,
	.ch2-theme-default .ch2-dialog p:last-child,
	.ch2-theme-overlay .ch2-dialog h2:last-child,
	.ch2-theme-overlay .ch2-dialog p:last-child {
		margin-bottom: 8px !important;
	}

	.ch2-theme-bar .ch2-dialog-actions {
		row-gap: 8px !important;
	}

	.ch2-theme-bar .ch2-dialog-content {
		padding-bottom: 10px !important;
	}

	.ch2-theme-bar .ch2-dialog-content #ch2-dialog-description,
	.ch2-theme-bar .ch2-dialog-content p:last-child {
		display: inline !important;
	}

	.ch2-theme-bar .ch2-dialog-content p:last-child {
		margin-left: 8px !important;
	}
}

.mc-glossary-archive-header {
	margin-bottom: 20px;
}

.mc-glossary-archive-filter a {
	color: var(--mc-blue);
}

.mc-glossary-archive-filter a:hover {
	color: var(--mc-pink);
}

.mc-glossary-archive-filter a.is-selected {
	text-decoration: underline;
}

.mc-glossary-archive-term {
	padding: 40px 0;
}

.mc-glossary-archive-term:not(:last-child) {
	border-bottom: 1px solid rgba(34, 47, 91, 0.1);
}

.mc-glossary-term-editorial {
}

.mc-glossary-term-editorial-title {
	font-size: 24px;
	font-weight: 800;
}

.mc-glossary-term-editorial-excerpt {
	font-size: 18px;
	line-height: 1.44;
}

.mc-glossary-term-editorial-cta .mc-button {
	text-transform: none;
}

.mc-glossary-archive-no-terms {
	text-align: center;
}
