@charset "utf-8";
*[data-content] ul,
*[data-content] ol,
*[data-content] dl{margin-bottom:0;}
*[data-content] a{color:var(--main-color);}
@media screen and (max-width:1023.98px){
	*[data-content] > *+*:not(h1):not(h2):not(h3):not(h4):not(section):not(article){margin-top:20px;}
	*[data-content] > *+article,
	*[data-content] > *+section{margin-top:52px;}
	*[data-content] > *+h1,
	*[data-content] > *+h2{margin-top:40px;}
	*[data-content] > *+h3,
	*[data-content] > *+h4{margin-top:32px;}
}
@media screen and (min-width:1024px){
	*[data-content] > *+*:not(h1):not(h2):not(h3):not(h4):not(section):not(article){margin-top:24px;}
	*[data-content] > *+article,
	*[data-content] > *+section{margin-top:96px;}
	*[data-content] > *+h1,
	*[data-content] > *+h2{margin-top:48px;}
	*[data-content] > *+h3,
	*[data-content] > *+h4{margin-top:36px;}
}