* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	max-width: 100%;
}

body {
	position: relative;
	font-family: "Plus Jakarta Sans", sans-serif;
	padding-top: 98px;
}

.container {
	max-width: 1210px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

html {

	font-size: 16px;
	font-family: "Inter", sans-serif;
}

/* Typography */

h1, .h1 {
}

.text-editor h2, .text-editor  .h2 {margin-top: 30px;margin-bottom: 40px;font-size: 28px;}

h3, .h3 {
}

h4, .h4 {
}

h5, .h5 {
}

h6, .h6 {
}

p {color: #1F2A2A;font-family: "Plus Jakarta Sans";font-size: 16px;font-style: normal;font-weight: 400;line-height: 25px; /* 156.25% */}

.mobile {
	display: none;
}


header {
	background: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: white;
	z-index: 999;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-menu-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
}

.button {
	display: inline-block;
	color: white;
	padding: 16px 50px;
	border-radius: 28px;
	background: #4E6B6B;
	text-decoration: none;
	transition: 0.2s;
	border: 1px solid #4E6B6B;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	word-spacing: 3px;
	cursor: pointer;
}

ul.language-switcher {
	list-style: none;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	max-height: 22px;
	overflow: hidden;
	gap: 5px;
	transition: 0.2s;
	padding: 5px;
	border-radius: 8px;
}

.language-switcher-wrap {
	width: 45px;
	height: 29px;
	position: relative;
	margin-right: 19px;
}

ul.language-switcher a {
	width: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #5B6B6B;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px; /* 150% */
	text-decoration: none;
}

ul#menu-top, ul#menu-top-de, ul#menu-top-fr {
	display: flex;
	margin-right: 70px;
}

header a.button.dark {
	margin: 20px 0;
	white-space: nowrap;
}

ul.language-switcher img {
	width: 18px!important;
	height: 18px!important;
	object-fit: contain;
	object-position: center;
}

ul.language-switcher .current-lang {
	order: 1;
}

ul.language-switcher li {
	order: 2;
}

ul.language-switcher:hover {
	max-height: 100px;
	background: white;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

ul.language-switcher a:hover {
	color: #C9A66B;
}

ul#menu-top li, ul#menu-top-de li, ul#menu-top-fr li {
	list-style: none;
	border-left: 1px solid transparent;
	position: relative;
}

ul#menu-top li:before, ul#menu-top-de li:before, ul#menu-top-fr li:before {
	content: "";
	display: block;
	position:absolute;
	left: -1px;
	background: #c9a66b4d;
	width: 1px;
	height: 11px;
	top: 6px;
}

ul#menu-top a, ul#menu-top-de a, ul#menu-top-fr a {
	color: #1F2A2A;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px; /* 150% */
	text-decoration: none;
	padding: 0 24px;
	display: block;
	white-space: nowrap;
}

ul#menu-top li:first-child:before, ul#menu-top-de li:first-child:before, ul#menu-top-fr li:first-child:before {
	display: none;
}

.button:hover {
	background: #0F3D3E;
}

ul#menu-top a:hover, ul#menu-top-de a:hover, ul#menu-top-fr a:hover {
	color: #C9A66B;
}

a {
	transition: 0.2s;
}

a.logo {
	width: 151px;
}

.hero {
	background: url(../images/hero-background.webp) lightgray 50% / cover no-repeat;
	padding-top: 95px;
	padding-bottom: 103px;
}

.hero h1 {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px; /* 120% */
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.hero h2 {
	color: #5B6B6B;
	font-family: "Plus Jakarta Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 41px; /* 136.667% */
	max-width: 740px;
	margin-bottom: 32px;
}

.hero p, .hero .p {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	max-width: 519px;
	margin-bottom: 48px;
	font-weight: bold;
}

.hero-buttons {
	display: flex;
	gap: 14px;
}

.button.light {
	padding: 16px 26px;
	background: white;
	color: #4E6B6B;
}

.button.light:hover {
	background: #5B6B6B;
	border-color: #5B6B6B;
	color: white;
}

.counters {
	display: flex;
	padding: 82px 0;
	justify-content: center;
	align-items: flex-start;
	gap: 31.989px;
}

.counter {
	width: 26%;
	text-align: center;
}

.counter h3 {
	color: #1F2A2A;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 67px; /* 104.688% */
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 12px;
}

.counter h3:after {
	width: 50px;
	height: 2px;
	background: #C9A66B;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content:
	"";
	display: block;
}

.counter p {
	color: #5B6B6B;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 135.714% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.quote {
	border-radius: 12px;
	background-color: #0F3D3E;
	border: 1px solid #000;
	background: url(../images/imgr3.webp) lightgray 50% / cover no-repeat;
}

.quote blockquote {
	position: relative;
	padding-top: 44px;
	padding-bottom: 102px;
}

.quote blockquote:before {
	content: '"';
	width: 100%;
	color: #FFF;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 100% */
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

section.block.block-the_content .quote blockquote p {
	color: #FFF!important;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 27px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 166.667% */
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	margin-bottom: 30px;
}

.quote cite {
	color: #FFF;
	text-align: center;
	font-family: "Oooh Baby";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 160% */
	text-align: center;
	display: block;
}

.programs {
	padding-top: 96px;
	background: #FAFCFB;
	padding-bottom: 99px;
}

.programs h2 {
	color: #1F2A2A;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-bottom: 64px;
}

.programs-list {
	display: flex;
	justify-content: space-between;
}

.program {
	width: 31.5%;
	padding: 32px;
	border-radius: 12px;
	border: 0.909px solid rgba(31, 42, 42, 0.12);
	background: #FFF;
	box-sizing: border-box;
}

.program img {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	aspect-ratio: 1.81;
	margin: -32px;
	width: calc(100% + 64px);
	min-width: calc(100% + 64px);
	margin-bottom: 28px;
}

.program h3 {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 31px; /* 119.231% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.program p {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	margin-bottom: 25px;
}

.program .button.light {
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px; /* 150% */
}

.cta {
	background: #E9EEEC;
	padding-top: 99px;
	text-align: center;
	padding-bottom: 96px;
}

.cta h2 {
	color: #1F2A2A;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 44.8px; /* 140% */
	position: relative;
	padding-top: 36px;
	margin-bottom: 22px;
}

.cta h2:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 64px;
	height: 3px;
	background: #C9A66B;
	top: 0;
}

.cta p {
	color: #1F2A2A;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 161.111% */
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 37px;
}

.cta .button {
	padding: 14px 124px;
	margin-bottom: 38px;
}

.underline {
	color: #0F3D3E;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	letter-spacing: 1px;
}

footer {
	border-top: 0.909px solid rgba(31, 42, 42, 0.12);
	background: #FFF;
	padding-top: 48px;
	padding-bottom: 35px;
}

footer .container {
	display: flex;
	justify-content: space-between;
}

.col-1 {
	width: 11%;
}

.col-2 {
	width: 11%;
}

.col-3 {
	width: 22%;
}

.p3 {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	margin-bottom: 16px;
}

.social-links {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bottom-menu li {list-style: none;display: block;margin-bottom: 11px;}

.bottom-menu a {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	text-decoration: none;
}

footer.footer-copyright {
	border: none;
	padding-top: 0;
}

footer.footer-copyright .container {
	border-top: 0.909px solid rgba(31, 42, 42, 0.12);
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	text-align: center;
	display: block;
	padding-top: 31px;
}

.admin-bar header {
	top: 32px;
}

.bottom-menu a:hover {
	color: #C9A66B;
}

.mobile-menu {
	display: none;
}

h1.archive-title {
	margin-top: 100px;
	color: #1F2A2A;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 53px;
	line-height: 52px; /* 130% */
}

.category-item {
	padding: 10px 32px;
	text-decoration: none;
	border-radius: 28px;
	border: 1px solid #4E6B6B;
	background: rgba(255, 255, 255, 0.00);
	color: #4E6B6B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 171.429% */
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.category-item.active, .category-item:hover {
	background: #4E6B6B;
	color: white;
}

.categories-list {
	margin-bottom: 35px;
}

.archive-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 150px;
}

.archive-item {
	display: flex;
	padding: 44px 35px;
	border: 1px solid #E9EEEC;
	border-radius: 10px;
	border-top-width: 8px;
	text-decoration: none;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 12px;
}

h5.archive-item-preview-title {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 116.667% */
	margin-bottom: 17px;
}

.archive-item-preview-excerpt, .archive-item-preview-excerpt p {
	color: #1F2A2A;
	text-align: justify;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.archive-item .button {
	margin-top: auto;
	padding: 9px 36px;
	font-size: 14px;
	line-height: 24px; /* 171.429% */
}

.archive-item-preview-excerpt {
	margin-bottom: 29px;
}

.archive-item.loader {
	min-height: 220px;
	border-radius: 16px;
}

.archive-item.loader::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.06);
	animation: archiveLoaderPulse 1.2s infinite ease-in-out;
}

.archive-loadmore-sentinel {
	height: 1px;
}

@keyframes archiveLoaderPulse {
	0% { opacity: 0.45; }
	50% { opacity: 1; }
	100% { opacity: 0.45; }
}

ul#menu-top .current-menu-item a, ul#menu-top-de .current-menu-item a, ul#menu-top-fr .current-menu-item a {
	color: #C9A66B;
}

.hero .p ul {
	margin: 10px;
	margin-left: 21px;
	margin-top: 20px;
	font-weight: normal;
}

.hero .underline {
	margin-top: 20px;
	text-align: center;
	max-width: 273px;
	color: #5b6d80;
}

.breadcrumbs {
	margin-top: 76px;
	text-transform: uppercase;
	color: #5B6B6B;
	margin-bottom: 23px;
}

.breadcrumbs a, .breadcrumbs span {
	color: #5B6B6B;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px; /* 135.714% */
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

h1.single-title {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 114.286% */
	margin-bottom: 26px;
}

.single-meta {
	color: #5B6B6B;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	margin-bottom: 31px;
}

.wp-block-image {
	margin-bottom: 31px;
}

.wp-block-image img {
	width: 100%!important;
	object-fit: cover;
	border-radius: 10px;
}

figcaption.wp-element-caption {
	color: #5B6B6B;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	margin-top: 11px;
}

h2.wp-block-heading {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px; /* 133.333% */
	margin-bottom: 18px;
}

p {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 161.111% */
	margin-bottom: 22px;
}

h3.wp-block-heading {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 138.462% */
	margin-bottom: 19px;
}

ul.wp-block-list {
	margin-left: 21px;
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 161.111% */
	margin-bottom: 18px;
}

ul.wp-block-list li {
	margin-left: 0px;
	padding-left: 5px;
	margin-bottom: 7px;
}

h4.wp-block-heading {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
	margin-bottom: 15px;
}

pre.wp-block-verse {
	color: #1F2A2A;
	font-family: "Oooh Baby";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 145% */
}

.single section.block.block-the_content {
	margin-bottom: 68px;
}

h1.wp-block-heading {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	padding-top: 80px;
	padding-bottom: 64px;
}

.contacts {display: flex;gap: 64px;margin-bottom: 90px;}

.contacts-image {
	background: url(../images/5467.webp);
	width: calc(58% - 279px);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-size: cover;
}

.contacts-content {
	width: 382px;
	flex-grow: 1;
}

.contacts-form {
	width: calc(50% - 170px);
	background: #4E6B6B;
	color: white;
	box-sizing: border-box;
	padding: 48px 50px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

h3.contact-title {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 31px; /* 119.231% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 17px;
}

h3.contact-title:after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	background: #C9A66B;
	margin-top: 12px;
}

.contact-link {
	text-decoration: none;
	display: block;
	color: #1F2A2A;
	margin-bottom: 13px;
}

.contacts-group {
	margin-bottom: 43px;
}

.contacts-sign-group {
	margin-top: 79px;
	
	line-height: 1.55;
	margin-bottom: 53px;
}

.contacts-sign {
	color: #0F3D3E;
	font-family: "Oooh Baby";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
}

.contacts-text {
	margin-bottom: 23px;
}

.contacts-form h3 {
	color: #FFF;
	font-family: "Plus Jakarta Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 31px; /* 119.231% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 21px;
}

div.wpforms-container-full {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
	margin-bottom: 7px;
	font-weight: 500;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
	max-width: 286px;
	padding: 15px 19px;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: auto;
}

.wpforms-container .wpforms-field {padding-bottom: 11px;}

div.wpforms-container-full .wpforms-form textarea {
	border-radius: 12px;
	min-height: 160px;
	margin-bottom: 3px;
}

.wpforms-field-checkbox label.wpforms-field-label-inline {
	color: #FFF;
	font-family: "Plus Jakarta Sans";
	font-size: 10px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 18px!important; /* 180% */
	max-width: 226px;
}

body div.wpforms-container-full button[type=submit] {
	color: #FFF;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	background: none!important;
	border-radius: 28px;
	border: 1px solid #FFF;
	padding: 15px 10px;
	height: auto;
	margin-top: 5px;
	width: 100%;
	max-width: 286px;
	outline: none!important;
	box-shadow: none!important;
}

body div.wpforms-container-full button[type=submit]:hover {
	background: white!important;
	color: #4e6b6b !important;
}

div.wpforms-container-full button[type=submit]:focus:after {
	display: none;
}

a.mailcheck-suggestion {
	color: white;
	text-decoration: none;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	max-width: 286px;
	margin-left: 0;
	background: #ffffff;
	border: none;
	border-radius: 10px;
}

.text-editor {
	background: #fafcfb;
	padding-bottom: 103px;
}

.image-contacts-row {
	display: flex;
	margin-bottom: 47px;
}

.image-contacts-image {
	width: 50%;
	background-position: center;
	background-size: cover;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.image-contacts-content {
	width: 50%;
	box-sizing: border-box;
	padding-right: calc(50% - 585px);
	padding-left: 85px;
	padding-top: 90px;
	padding-bottom: 90px;
	font-size: 18px;
}

.image-contacts-rows {
	padding: 70px 0;
}

.image-contacts-content h3 {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 31px; /* 119.231% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.image-contacts-content h3:after {
	content: "";
	display: block;
	width: 65px;
	height: 3px;
	background: #C9A66B;
	margin-top: 23px;
}

.image-contacts-rows .image-contacts-row:nth-child(odd) {
	flex-direction: row-reverse;
}

.image-contacts-rows .image-contacts-row:nth-child(odd) .image-contacts-content {
	padding-left: calc(50% - 575px);
	padding-right: 85px;
}

.image-contacts-rows .image-contacts-row:last-child {
	margin-bottom: 0;
}



.image-contacts-rows .image-contacts-row:nth-child(odd) .image-contacts-image {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.test-hero h1 {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-bottom: 65px;
}

.test-hero {
	background: #FAFCFB;
	padding: 78px 0;
	margin-bottom: 67px;
}

.test-steps {
	display: flex;
	justify-content: space-between;
	gap: 75px;
}

.test-step {
	display: flex;
	gap: 21px;
}

.test-step-number {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 67px; /* 104.688% */
}

.test-step-number:after {
	width: 50px;
	height: 2px;
	background: #C9A66B;
	content: "";
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
}

.test-step-right {
	margin-top: 6px;
}

.test-step-title {
	font-weight: 500;
	margin-bottom: 10px;
}

.test-step-text {
	color: #5B6B6B;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}

.test-question-counter {
	color: #5B6B6B;
	font-family: "Plus Jakarta Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px; /* 158.333% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.test-question-counter-current strong {
	font-weight: 500;
}

.test-question-counter-current span {
	color: #C9A66B;
}

.test-question-title {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px; /* 137.5% */
}

.test-question-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 25px;
}

.test-question-body-sign {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	width: 150px;
}

label.test-question-button span {
	border-radius: 30504000px;
	border: 2px solid rgba(31, 42, 42, 0.25);
	background: #FFF;
	display: block;
	width: 67px;
	height: 68px;
	transition: 0.25s;
}

label.test-question-button input {
	display: none;
}

.test-question-body-buttons {
	display: flex;
	gap: 33px;
	justify-content: center;
}

.test-question-body-buttons+.test-question-body-sign {
	text-align: right;
}

.test-question-footer-button {
	align-self: flex-end;
	display: flex;
	gap: 8px;
}

.test-question-footer {
	display: flex;
	flex-direction: column;
}

.test-question-footer-button span {
	color: #4E6B6B;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 161.538% */
	transition: 0.2s;
	cursor: pointer;
}

.test-question-footer-text {
	display: none;
	padding-top: 23px;
}

.test-question {
	border-top: 1px solid rgba(31, 42, 42, 0.12);
	padding-bottom: 40px;
	padding-top: 39px;
	display: none;
}

.test-question.active {
	display: block;
}

.test-questions-wrap .test-question.active:not(.active ~ .active) {
	border-top: 0;
}

label.test-question-button {
	cursor: pointer;
}

label.test-question-button.active span {
	background: #4E6B6B;
	border-color: #4E6B6B;
}

.test-question-footer-button span:hover {
	color: #C9A66B;
}

.test-question-footer-text.active {
	display: block;
}

.test-question-footer-text label {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	display: block;
	margin-bottom: 7px;
}

.test-question-footer-text textarea {
	display: block;
	border-radius: 12px;
	padding: 16px;
	border: 1px solid #4E6B6B;
	color: rgba(31, 42, 42, 0.50);
	font-family: "Plus Jakarta Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 166.667% */
	width: 100%;
	box-sizing: border-box;
	height: 121px;
}

.general-test-textarea label {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	display: block;
	margin-bottom: 7px;
}

.general-test-textarea textarea {
	display: block;
	border-radius: 12px;
	padding: 16px;
	border: 1px solid #4E6B6B;
	color: rgba(31, 42, 42, 0.50);
	font-family: "Plus Jakarta Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	width: 100%;
	box-sizing: border-box;
	height: 167px;
}

.general-test-textarea {
	display: none;
	margin-top: -19px;
}

.test-progress {
	margin-top: 49px;
	display: flex;
	justify-content: space-between;
	gap: 60px;
	align-items: center;
	margin-bottom: 91px;
}

.question-page-button.button {
	width: 118px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
	line-height: 1.8;
	cursor: pointer;
}

.test-progress-bar {
	flex-grow: 1;
	height: 8px;
	position: relative;
	border-radius: 4px;
	background: rgba(31, 42, 42, 0.12);
	overflow: hidden;
}

.test-progress-bar-current {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #4E6B6B;
	border-radius: 4px;
	width: 0%;
	transition: 0.2s;
}

.general-test-submit {
	text-align: center;
	padding-top: 54px;
}

.general-test-submit .button {
	width: 100%;
	max-width: 384px;
	color: #FFF;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	padding: 15px;
	margin-bottom: 85px;
	cursor: pointer;
}

.test-popup-wrap {
	position: fixed;
	z-index: 6666;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #ffffff73;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	display: none;
}

.test-popup {
	width: 90%;
	max-width: 876px;
	background: #E9EEEC;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px 7.5%;
	box-sizing: border-box;
	padding-top: 69px;
	border-radius: 12px;
	transition: 0.2s;
}

.test-popup-title {
	color: #1F2A2A;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 112.5% */
	margin-bottom: 27px;
	transition: 0.2s;
}

.test-popup-close {
	font-size: 64px;
	position: absolute;
	top: 5px;
	right: 28px;
	font-weight: 300;
	color: #4E6B6B;
	cursor: pointer;
	transition: 0.2s;
}

.test-popup-text {
	color: #1F2A2A;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 161.111% */
	margin-bottom: 26px;
	transition: 0.2s;
}

.rules-checkbox {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 1px;
	text-align: left;
}

.text-popup-inputs {
	height: 56px;
	display: flex;
	gap: 11px;
	width: 100%;
	margin-bottom: 68px;
	position: relative;
}

.test-popup-submit {
	width: 176px;
}

.text-popup-inputs input {
	border-radius: 28px;
	border: 1px solid #4E6B6B;
	color: rgba(31, 42, 42, 0.50);
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: none;
	padding: 18px 24px;
	flex-grow: 1;
}

.rules-checkbox input {
	display: none;
}

.rules-checkbox span {
	position: relative;
	/* padding-left: 60px; */
	display: inline-block;
}

.rules-checkbox span::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 9px;
	border: 1px solid #4E6B6B;
	border-radius: 3px;
	box-sizing: border-box;
	vertical-align: sub;
	background: transparent;
	transition: all 0.2s ease;
	float: left;
	margin-bottom: 5px;
}

.rules-checkbox input:checked + span::before {
	background: #4E6B6B;
}

.rules-checkbox {
	cursor: pointer;
}

.rules-checkbox.error {
	color: #e40000;
}

.rules-checkbox.error span::before, .next .rules-checkbox.error span::before {
	border-color: #e40000;
}

.rules-checkbox label {
	cursor: pointer;
	display: block;
}

.text-popup-inputs.error input[type="email"] {
	border-color: #e40000;
}

.next .test-popup-close {
	color: white;
}

.next .test-popup-title {
	color: white;
}

.next .test-popup-text {
	color: white;
}

.next .test-popup {
	background: #4E6B6B;
}

.next .text-popup-inputs input {
	border-color: white;
	background: white;
	color: #B2B9B9;
}

.next .test-popup-submit {
	border-color: white;
}

.next .test-popup-submit:hover {
	color: #4E6B6B;
	background: white;
}

.next .rules-checkbox span::before {
	background: #4E6B6B;
	border-color: white;
}

.next .rules-checkbox span {
	color: white;
}

.next .rules-checkbox input:checked + span::before {
	background: white;
}

.next .rules-checkbox.error span {
}

.text-popup-inputs span.response {
	position: absolute;
	left: 0;
	top: 111%;
	font-size: 13px;
	max-width: calc(100% - 187px);
	padding: 0 24px;
	box-sizing: border-box;
	text-align: left;
}

.next .text-popup-inputs span.response {
	color: white;
}

.test-popup-wrap.wait {
	filter: grayscale(0.3);
}

.answer-header {
	border-radius: 12px;
	background-color: #0F3D3E;
	border: 1px solid #000;
	background: url(../images/imgr3.webp) lightgray 50% / cover no-repeat;
	text-align: center;
	color: white;
	padding-bottom: 108px;
	padding-top: 95px;
}

.answer-hero-1 {
	color: #FFF;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
	margin-bottom: 32px;
}

.answer-hero-score {
	color: #FFF;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 110px;
	font-style: normal;
	font-weight: 700;
	line-height: 96px; /* 87.273% */
	margin-bottom: 33px;
}

.answer-hero-score:after {
	width: 63.991px;
	height: 2.997px;
	background: #C9A66B;
	display: block;
	content: "";
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}

.answer-hero-topic {
	color: #FFF;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-bottom: 10px;
}

.answer-hero-subtitle {
	color: rgba(255, 255, 255, 0.95);
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
	max-width: 681px;
	margin-left: auto;
	margin-right: auto;
}

.answer-body h1.wp-heading {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-top: 80px;
	margin-bottom: 38px;
}

.answer-body {}

h2.wp-answer {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px; /* 130% */
	margin-top: 80px;
	margin-bottom: 39px;
}

.answer-recommendations {
	background: #FAFCFB;
	padding: 103px 0;
}

.answer-recommendations h2 {
	color: #1F2A2A;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 65px;
	line-height: 52px; /* 130% */
}

.answer-recommendations-container {
	gap: 33px;
	display: flex;
}

a.answer-recommendation-item {
	width: 33%;
	border-radius: 12px;
	border: 1px solid rgba(31, 42, 42, 0.12);
	background: #FFF;
	text-decoration: none;
}

.answer-recommendation-image img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.answer-recommendation-content {
	padding: 30px;
}

.answer-recommendation-content h3 {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 31px; /* 119.231% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.answer-recommendation-text {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	margin-bottom: 26px;
}

.answer-recommendation-content .button {
	padding: 10px 31px;
	font-size: 14px;
}

.archive-item.training {
	border-top-width: 1px;
	overflow: hidden;
	padding: 26px;
}

.training-image {margin: -26px;position: relative;width: auto;cursor: pointer;margin-bottom: 19px;}

.training-image img {
	aspect-ratio: 1.5;
	width: 100%;
	height: auto;
}

span.play-icon {
	border-radius: 30504000px;
	background: rgba(255, 255, 255, 0.70);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	width: 72px;
	height: 72px;
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px);
	justify-content: center;
	align-items: center;
}

.training-image:hover svg {
	transform: scale(1.2);
}

.training-image svg {
	transition: 0.2s;
}

.archive-item.training h5.archive-item-preview-title {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
	margin-bottom: 8px;
}

.archive-item.training .archive-item-preview-excerpt p {
	 /* 157.143% */
	 color: #1F2A2A;
	 font-family: "Plus Jakarta Sans";
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 22px; /* 157.143% */
	 margin-bottom: 0;
}

.archive-item.training .archive-item-preview-excerpt {
	margin-bottom: 0;
}

.video-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.video-popup.active {
	display: block;
}

.video-popup-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.7);
}

.video-popup-content {
	position: relative;
	max-width: 900px;
	margin: 5vh auto;
	background: #000;
}

.video-popup-iframe {
	position: relative;
	padding-top: 56.25%;
}

.video-popup-iframe iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.video-popup-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	color: #fff;
	font-size: 30px;
	border: none;
	cursor: pointer;
}

.archive-item.resource {
	border-top-color: #7f9a93;
}

.archive-item.resource .archive-author {
	color: #5B6B6B;
	font-family: "Plus Jakarta Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	margin-left: -2px;
	margin-bottom: 20px;
}

.archive-item.resource h5.archive-item-preview-title {
	margin-bottom: 9px;
}

.archive-item.resource .archive-author svg {
	margin-right: 4px;
	vertical-align: middle;
}

.archive-item.resource .archive-item-preview-excerpt, .archive-item.resource .archive-item-preview-excerpt p {
	color: #1F2A2A;
	text-align: justify;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	margin-bottom: 10px;
}

.archive-item.resource.coaching {
	border-top-color: #0F3D3E;
}

.post-type-archive-coaching .image-contacts-rows {
	padding-top: 0;
	padding-bottom: 0;
}

.post-type-archive-coaching .image-contacts-row {
	margin: 0;
}

.post-type-archive-training ul#menu-top .training a, .post-type-archive-resource ul#menu-top .resource a, .post-type-archive-coaching  ul#menu-top .coaching  a, .post-type-archive-training ul#menu-top-de .training a, .post-type-archive-resource ul#menu-top-de .resource a, .post-type-archive-coaching  ul#menu-top-de .coaching  a, .post-type-archive-training ul#menu-top-fr .training a, .post-type-archive-resource ul#menu-top-fr .resource a, .post-type-archive-coaching  ul#menu-top-fr .coaching  a {
	color: #C9A66B;
}

.text-editor ul {
	margin-left: 40px;
	margin-bottom: 15px;
}

.text-editor li {
	margin-bottom: 5px;
	font-size: 18px;
}

.image-contacts-content ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

hr.wp-block-separator {
	border-top-width: 1px;
	margin-bottom: 20px;
}
.answer-topic-accordion-block {
	padding: 100px 0;
}

.answer-topic-accordion {
	border: 1px solid var(--border-color, #d7d0c4);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 50px;
}

.answer-topic-accordion-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 24px;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: left;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: var(--green, #1b4f52);
	transition: background-color .2s ease, color .2s ease;
}

.answer-topic-accordion-toggle:hover {
	background: rgba(201, 169, 98, 0.08);
}

.answer-topic-accordion-toggle-icon {
	position: relative;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.answer-topic-accordion-toggle-icon::before,
.answer-topic-accordion-toggle-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 2px;
	background: #c9a962;
	transform: translate(-50%, -50%);
	transition: transform .2s ease, opacity .2s ease;
}

.answer-topic-accordion-toggle-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.answer-topic-accordion.active .answer-topic-accordion-toggle-icon::after {
	opacity: 0;
}

.answer-topic-accordion-content {
	display: none;
	padding: 0 24px 24px;
	border-top: 1px solid var(--border-color, #d7d0c4);
}

.answer-topic-accordion-intro {
	padding: 20px 0 8px;
	color: #3f4a4b;
}

.answer-topic-accordion-intro p:last-child {
	margin-bottom: 0;
}

.answer-topic-accordion-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 8px;
}

.answer-topic-accordion-item {
	/* border: 1px solid #e4e5e5; */
	border-radius: 14px;
	background: #fafcfb;
	overflow: hidden;
}

.answer-topic-accordion-item-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 18px;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: left;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 500;
	background-color: #4e6b6b;
	transition: background-color .2s ease;
	color: white;
	transition: 0.2s;
}

.answer-topic-accordion-item-toggle:hover {
	opacity: 0.9;
}

.answer-topic-accordion-item-icon {
	position: relative;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.answer-topic-accordion-item-icon::before,
.answer-topic-accordion-item-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	background: #ffffff;
	transform: translate(-50%, -50%);
	transition: transform .2s ease, opacity .2s ease;
}

.answer-topic-accordion-item-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.answer-topic-accordion-item.active .answer-topic-accordion-item-icon::after {
	opacity: 0;
}

.answer-topic-accordion-item-content {
	display: none;
	padding: 0 18px 18px;
	border-top: 1px solid var(--border-color, #d7d0c4);
	border: 1px solid #e4e5e5;
	border-top: none;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}

.answer-topic-accordion-item-text {
	padding-top: 16px;
	color: #3f4a4b;
}

.answer-topic-accordion-item-text p:last-child {
	margin-bottom: 0;
}


h2.answer-topic-accordion-title {
	font-size: 32px;
	font-weight: 500;
}