@charset "UTF-8";
.entry-content>* {
}
.entry-content h1 ,
.entry-content h2 ,
.entry-content h3 ,
.entry-content h4 ,
.entry-content h5 ,
.entry-content h6 ,
article.page .section .title h1 ,
article.page .section .title h2 ,
article.page .section .title h3 ,
article.page .section .title h4 ,
article.page .section .title h5 ,
article.page .section .title h6 {
	font-weight: 700;
}
article.page .section .title h2 ,
.entry-content h2 ,
.entry-content .h2 {
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	padding: 10px;
}
article.page .section .title h3 ,
.entry-content h3 ,
.entry-content .h3 {
	font-size: 1rem;
	color: #f90c78;
}
article.page .section .title h4 ,
.entry-content h4 ,
.entry-content .h4 {
	font-size: 1.5rem;
}
article.page .section .title h5 ,
.entry-content h5 ,
.entry-content .h5 {
	font-size: 1.25rem;
}
article.page .section .title h6 ,
.entry-content h6 ,
.entry-content .h6 {
	font-size: 1rem;
}
.entry-content h1 ,
.entry-content h2 {
	padding-bottom:.25rem;
	/* border-bottom: 1px solid #3c2f13; */
	margin-bottom:1.25rem;
	border-bottom: 2px solid #f80d78;
	border-image: linear-gradient(to right, #f80d78 0%, #8704ff 100%);
	border-image-slice: 1;
}
.entry-content p ,
.entry-content ul ,
.entry-content ol ,
.entry-content dl {
	margin-bottom:1rem;
}
.entry-content>*:first-child {
	margin-top:0;
}
.entry-content>*:last-child {
	margin-bottom:0;
}
.entry-content ul {
	list-style: disc;
	padding-left:2rem;
}
.entry-content ol {
	list-style: decimal-leading-zero;
	padding-left:2rem;
}
.entry-content ul li+ li ,
.entry-content ol li+ li {
	margin-top:.25rem;
}
.wp-block-table th ,
.wp-block-table td {
	border-bottom:1px solid #e5e1de;
}
.wp-block-table th {
	border-bottom-width: 4px;
	white-space: nowrap;
	vertical-align: top;
}
@media (min-width: 768px) {
.wp-block-table th {
	padding:1rem 3.5rem;
}
.wp-block-table td {
	padding:1rem 5rem;
}
}
@media (max-width: 767px) {
.wp-block-table th ,.wp-block-table td {
	padding:.5rem 1rem;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
}
}









