.pa-toggle-blurb .et_pb_blurb_description {
	max-height: 200px;
	transition: max-height .3s ease-out;
	overflow: hidden;
}

.pa-toggle-blurb .et_pb_blurb_description:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 100px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}

.pa-toggle-blurb .pa-blurb-expand-button {
	padding: .5em;
	text-align: center;
	color: #ff6a2a !important;
	font-weight: bold;
}

.pa-toggle-blurb .pa-blurb-expand-button span {
	cursor: pointer;
}

.pa-toggle-blurb .pa-blurb-expand-button .pa-blurb-toggle-icon {
	font-family: ETMODULES, "sans-serif";
}

.pa-toggle-blurb .pa-blurb-toggle-expanded {
	max-height: 2000px;
	transition: max-height .3s ease-in;
}

.pa-toggle-blurb .pa-blurb-toggle-expanded.et_pb_blurb_description:after {
	background: none;
}

.pa-toggle-text .et_pb_text_inner {
	max-height: 150px;
	transition: max-height .3s ease-out;
	overflow: hidden;
}

.pa-toggle-text .et_pb_text_inner:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 100px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}

.pa-toggle-text .pa-text-expand-button {
	padding: .5em;
	text-align: center;
	color: #ff6a2a;
}

.pa-toggle-text .pa-text-expand-button span {
	cursor: pointer;
}

.pa-toggle-text .pa-text-expand-button .pa-text-toggle-icon {
	font-family: ETMODULES, "sans-serif";
}

.pa-toggle-text .pa-text-toggle-expanded {
	max-height: 2000px;
	transition: max-height .3s ease-in;
}

.pa-toggle-text .pa-text-toggle-expanded.et_pb_text_inner:after {
	background: none;
}

.feature_point {
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	font-size: 40px;
}

.gallery-blog-thumb .et_pb_gallery_image {
	padding-top: 100%;
}

.gallery-blog-thumb .et_pb_gallery_item img {
	position: absolute;
	height: 45%;
	bottom: 0;
	object-fit: cover;
}

@media only screen and (min-width:600px) {
	.two-column {
		-moz-column-count: 2;
		-moz-column-gap: 1em;
		-webkit-column-count: 2;
		-webkit-column-gap: 1em;
		column-count: 2;
		column-gap: 1em;
	}
}

@media only screen and (max-width:980px) {}

@media all and (max-width:980px) {
	.custom_row {
		display: flex;
		flex-wrap: wrap;
	}
	
	.first-on-mobile {
		order: 1;
	}
	
	.second-on-mobile {
		order: 2;
	}
	
	.third-on-mobile {
		order: 3;
	}
	
	.fourth-on-mobile {
		order: 4;
	}
	
	.fifth-on-mobile {
		order: 5;
	}
}

.dtq-swapped-img {
	object-fit: cover;
}

.dnxte_blog_slider_0 .dnxte-blog-published, .dnxte_blog_slider_1 .dnxte-blog-published {
	display: none;
}

.et_mobile_menu {
	overflow: scroll !important;
	max-height: 80vh;
}

.et-menu li li a {
	padding: 6px 10px;
	width: 240px;
	line-height: 1.5em;
}

.nav li ul {
	padding: 20px 0;
	width: 300px;
}

.et_pb_menu .et_pb_menu__search-input {
	border: 0;
	font-weight: 500;
	width: 100%;
	color: #fff;
	background: transparent;
}

.dnxte-blog-published {
	display: none;
}

sup {
	font-size: 75%;
	line-height: 60%;
	bottom: .3em;
}

@media (min-width:981px) {}

@media (max-width:980px) {}

.et_pb_blog_grid .et_pb_post img {
	aspect-ratio: 3/2;
	width: 100%;
	height: auto;
	object-fit: cover;
}