
/** 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;
	}

	.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;
	}

}
/* Breadcrumbs */
.breadcrumbs {
	margin: 25px 0;
}

.breadcrumbs ul {
	list-style: none;
	margin: 0;
}

.breadcrumbs ul li {
	display: inline-block;
	font-family: "Murecho", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	text-transform: none;
}

.breadcrumbs ul li a {
	color: #757777;
	text-decoration: none;
}

.breadcrumbs ul li:after {
	content: '';
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='none'%3E%3Cpath fill='%23000' d='M14.354 4.354a.5.5 0 0 0 0-.708L11.172.464a.5.5 0 1 0-.708.708L13.293 4l-2.829 2.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4.5h14v-1H0v1Z' opacity='.5'/%3E%3C/svg%3E") no-repeat center/contain;
	display: inline-block;
	margin: 0 20px 0 18px;
	width: 15px;
	height: 8px;
}

.breadcrumbs ul li:last-of-type:after {
	display: none;
}

