/*! Unitbud — text-pages (split from style.css) */
/** Infocenter */
.infocenter__section {
	margin: 25px 0;
	display: flex;
	flex-direction: column;
	gap: 0px 25px;
	margin-top: 30px;
	font-family: "Murecho", sans-serif;
}

.infocenter__section h1 {
	font-family: 'Days One', sans-serif;
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: normal;
	text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	color: #000000;
	margin: 0 0 25px 0;
}

.infocenter__section h2 {
	font-family: 'Days One', sans-serif;
	margin: 25px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}

.infocenter__section h3 {
	font-family: 'Days One', sans-serif;
	font-size: 20px;
	margin: 15px 0;
	color: #000;
	font-weight: 400;
}

.infocenter__section b,
.infocenter__section strong {
	color: #000;
}

.infocenter__section p a {
	font-family: 'Days One', sans-serif;
	color: #77d14d;
}

.infocenter__section p {
	font-family: "Murecho", sans-serif;
	letter-spacing: normal;
}

.infocenter__section p+p {
	margin-top: 10px;
}

.infocenter__section table {
	margin-top: 10px;
}

.infocenter__section img {
	margin: 20px 0;
}

.infocenter__section ul {
	padding: 0 0 0 40px;
	margin: 10px 0;
}

.infocenter__section ol {
	padding: 0 0 0 20px;
	margin: 10px 0;
}

.infocenter__section ul {
	list-style: none;
}

.infocenter__section ul li,
.infocenter__section ol li {
	position: relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 5px 0;
}

.infocenter__section ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: -20px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #77d14d;
}

.infocenter__section ol li::marker {
	color: #7acf55;
	font-weight: 600;
	font-size: 18px;
}

.infocenter__columns {
	display: grid;
	gap: 15px;
	margin: 20px 0;
}

.infocenter__column h4 {
	font-size: 16px;
	line-height: 1.2;
}

.infocenter__column img {
	margin-top: 20px;
	margin-bottom: 0;
}

.infocenter__stages {
	display: grid;
	gap: 25px;
	margin: 20px 0;
}

.infocenter__left {
	order: 1;
}

.infocenter__stage-item {
	padding-left: 40px;
	position: relative;
}

.infocenter__stage-item h4 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.infocenter__stage-item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	height: 19px;
	width: 19px;
	background: #7ACF55;
	border: solid 1px #7ACF55;
	border-radius: 50%;
}

.infocenter__stage-item:nth-of-type(even):before {
	background: none;
}

.infocenter__stage-item:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 37px;
	width: 1px;
	height: 50px;
	background: #7ACF55;
}

.article__stages-item:last-of-type:after {
	display: none;
}

.article__stages-item:nth-of-type(even):before {
	background: none;
}

.infocenter__nav {
	border: solid 2px #7ACF55;
	padding: 15px;
	margin: 25px 0;
}

.infocenter__nav-title {
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
}

.infocenter__left ul {
	padding-left: 0px;
}

.infocenter__left ul li:before {
	content: none;
}

.infocenter__left ul li a {
	text-decoration: none;
	color: inherit;
}

.infocenter__nav-item.is-active {
	color: #77D14D;
}

.infocenter__left ul li a:hover {
	color: #77D14D;
}

.info-table {
	margin: 20px 0;
}

.info-table tr td:first-child {
	background: rgba(119, 209, 77, 0.1)
}

.info-table tr td:nth-child(3),
.info-table tr td:nth-child(4),
.info-table tr td:nth-child(5) {
	text-align: center;
	font-weight: 700;
}

.infocenter__section .wp-block-embed__wrapper {
	text-align: center;
}

@media screen and (min-width: 992px) {
	.infocenter__section {
		display: grid;
		grid-template-columns: 250px 1fr;
	}

	.infocenter__left {
		height: fit-content;
		position: sticky;
		top: 30px;
		order: 0;
	}

	.infocenter__nav {
		border: none;
		padding: 0;
	}

	.infocenter__section h1 {
		font-size: 40px;
	}

	.infocenter__section h2 {
		font-size: 28px;
	}

	.infocenter__section h3 {
		font-size: 24px;
		line-height: 1.2;
	}

	.infocenter__column h4 {
		font-size: 18px;
		line-height: 1.2;
	}

	.infocenter__columns {
		grid-template-columns: 1fr 1fr;
		margin: 30px 0;
	}

	.infocenter__stages {
		margin-bottom: 50px;
		gap: 40px;
	}

}

/* Target */
.target___section {
	background: #f5f5f5;
	padding: 50px 0;
}

.target__section--last-item {
	margin-bottom: 50px;
}

.target__title {
	font-family: 'Days One', sans-serif;
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: normal;
	text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	color: #000000;
	margin: 0 0 25px 0;
}

.target__section h2 {
	font-family: 'Days One', sans-serif;
	margin: 35px 0 35px;
	text-transform: uppercase;
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
}

.target__section h3 {
	font-family: 'Days One', sans-serif;
	margin: 25px 0 25px;
	color: #000;
	font-weight: 400;
}

.target__section b,
.target__section strong {
	color: #000;
}

.target__section p a {
	font-family: 'Days One', sans-serif;
	color: #77d14d;
}

.target__section p {
	letter-spacing: normal;
	color: #757777;
	margin-bottom: 10px;
	line-height: normal;
}

.target__section ul,
.target__section ol {
	color: #757777;
	font-family: "Murecho", sans-serif;
	line-height: normal;
	margin-bottom: 10px;
	margin-left: 35px;
	padding-left: 0;
}

.target__section ul {
	list-style: none;
}

.target__section ul li,
.target__section ol li {
	color: #757777;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 0px;
}

.target__section ul li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	position: relative;
	top: -3px;
	left: -15px;
	background: #7acf55;
}

.target__section img.wp-block-image {
	border-radius: 15px;
}

.vacancy-image {
	margin: 0 0 25px 0;
}

.vacancy-image img {
	margin: 0 auto;
	display: block;
	width: 85%;
}

@media screen and (min-width: 992px) {
	.target__title {
		font-size: 40px;
	}
}


/** Page  Default*/

.page-default__section .article h1 {
	font-family: 'Days One', sans-serif;
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
	text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	color: #000000;
	margin: 0 auto 25px auto;
	padding: 0 20px;
	max-width: 1180px;
	width: 100%;
}

.page-default__section .article h2.wp-block-heading {
	margin: 1em 0 1em;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.page-default__section .article h3.wp-block-heading {
	margin: 1em 0 1em;
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.page-default__section .article h4.wp-block-heading {
	margin: 1em 0 1em;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.page-default__section .article p {
	letter-spacing: normal;
}

.page-default__section .article p+p {
	margin-top: 10px;
}

.page-default__section .article p a {
	text-decoration: underline;
	color: inherit;
}

.page-default__section .article ul,
.page-default__section .article ol {
	padding: 0 0 0 20px;
	margin: 10px 0;
}

.page-default__section .article ul {
	list-style: none;
}

.page-default__section .article ul li {
	position: relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 5px 0;
}

.page-default__section .article ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: -20px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #77d14d;
}

.page-default__section .article ol li::marker {
	color: #7acf55;
	font-weight: 600;
	font-size: 18px;
}

.privacy_policy h2 {
	margin: 20px 0;
}

.page-default__section .privacy_policy:last-child {
	margin-bottom: 50px;
}

@media (min-width: 992px) {

	.page-default__section .article h1 {
		font-size: 50px;
		max-width: 1320px;
	}

	.page-default__section .article h2.wp-block-heading {
		font-size: 32px;
	}

	.page-default__section .article h3.wp-block-heading {
		font-size: 28px;
	}

	.page-default__section .article ul,
	.page-default__section .article ol {
		padding: 0 0 0 40px;
		margin: 20px 0;
	}

}
