@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.html_block {
	width:100%;
	display:inline-block;
	text-align:left;
}
.template_holder {
	text-align:center;
}
.column {
	font-family: 'Roboto', sans-serif;
}
.column h1, .column h2, .column h3, .column h4{
	color:#13323D;
}

.column img:not(.media-object),.column video {
	max-width:100% !important;
	width:auto; height:auto !important;
}
.column h1 {
	font-weight: 700;
	font-size: 30px;
}
@media (max-width: 768px) {
	.column h1 {

	}
}

.column h1:first-child,.column h2:first-child,.column h3:first-child {
	margin-top: 0;
}
.column h2 {
	font-size: 22px;
}
.column h3 {
	font-size: 18px;
	padding-top: 0;
}
.column h4 {
	margin: 0;
	padding: 0;
}
.column h1 {
	margin:0; padding: 0;
}
.column p {
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 23px;
}
.column strong {
	font-family: 'Roboto';
	font-weight: 700;
}
.column p.lead {
	font-size: 1.4em;
	font-weight: 500;
}
.column p.lead small {

}
@media (max-width: 420px) {
	.column p.lead {
		font-size: 16px;
	}
}
/*.column ul {*/
/*	line-height:1.8em;*/
/*	padding-left:20px;*/

/*}*/
.column ol, .column ol li {
	font-family: 'Ubuntu';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 23px;
}
.column p + h2 {

}
.column h2 + h3 {
	margin-top:0; padding-top:0;
}
.column[data-background] {
	background-size:cover;
	background-position:center center;
}
.custom_template .row {
	/*min-height:100px;*/
	position:relative;
	text-align:left;
	z-index:2;
}
.custom_template .column {
	position:relative;
	text-align:left;
	z-index:3;
}

.column.textleft {
	text-align:left;
}
.column.textcenter {
	text-align:center;
}
.column.textright {
	text-align:right;
}
.column.text-left {
	text-align:left;
}
.column.text-center {
	text-align:center;
}
.column.text-right {
	text-align:right;
}


.column[data-columnstyle=lightBg] {
	color:inherit;
}
.column[data-columnstyle=darkBg],
.column[data-columnstyle=darkBg] p,
.column[data-columnstyle=darkBg] ul,
.column[data-columnstyle=darkBg] h1,
.column[data-columnstyle=darkBg] h2,
.column[data-columnstyle=darkBg] h3 {
	color:#FFF;
}

section[data-style=white] {
	background-color:#FFF;
}
section[data-style=lightgrey] {
	background-color:#EFEFEF;
}
section[data-style=grey] {
	background-color:#f7f7f7;
}
section[data-style=dark] {
	background-color:#333333;
	color:#FFF;
}
section[data-style=dark] h1, section[data-style=dark] h2, section[data-style=dark] h3 {
	color:#FFF;	
}
section[data-style=green] {
	background-color:#70147e;
	color:#FFF;
}
section[data-style=green] h1, section[data-style=green] h2, section[data-style=green] h3 {
	color:#FFF;	
}
section[data-style=red] {
	background-color:#e30613;
	color:#FFF;
}
section[data-style=red] h1, section[data-style=red] h2, section[data-style=red] h3 {
	color:#FFF;	
}
section[data-style=yellow] {
	background-color:#ffed01;
	color:#FFF;
}
section[data-style=yellow] h1, section[data-style=yellow] h2, section[data-style=yellow] h3 {
	color:#e30613;	
}
section[data-background] {
	background-position:center center;
	background-size:cover;
}


.white_block {
	padding:10px;
	background-color:#FFF;
	margin-top:30px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}

