



{#  #}

.blog-hero {
	padding: 0;
	background-clip: content-box;
	/* 	background-color: #002f46; */
	color: #fff;
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	-webkit-mask-position: bottom;
	mask-position: bottom;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100.5%;
	mask-size: 100.5%;
	max-width: 100vw;
	overflow: hidden;
	padding-bottom: 8.5vw;
	padding-bottom: var(--curve-height);
	position: relative;
	display: block;
	min-height: unset;
	margin-bottom: calc(-2 * var(--curve-height));
}
.blog-hero img.bg-shape {
	bottom: 0;
	display: block;
	height: 100vh;
	left: 45vw;
	pointer-events: none;
	position: absolute;
	right: auto;
	top: 0;
	transform: translateX(-25%);
	width: auto;
	z-index: 2;
	max-width: unset;
}

.blog-hero .top_sec > *:last-child {
	margin-bottom: 0;
}
.blog-hero .page-center {
	padding-bottom: calc(7.5rem + var(--curve-height));
	padding-top: var(--header-height-desktop, 110px);
}
.blog-hero .top_sec {
	margin-bottom: 2.5625rem;
	margin-top: 2rem;
}

.blog-hero .bottom_feed .item_inner {
    position: relative;
	transition: all .3s 
		ease-in-out;
	transition-property: background-color;
	background-clip: border-box;
	background-color: #fff;
	border-radius: .875rem;
	box-shadow: 1.875rem 1.875rem 4rem rgba(0, 0, 0, .16);
	flex-direction: column;
	margin: 0;
	min-height: 13.75rem;
	overflow: hidden;
	padding: 0;
	height: 100%;
    color: #002f46 !important;
	display: flex;
}
.blog-hero .bottom_feed .item_inner * {

    color: #002f46 !important;

}
.blog-hero .bottom_feed .card_image {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 0;
    max-width: none;
}
.blog-hero .bottom_feed .card_image img {
    opacity: 1;
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    transition: opacity .3s;
}
.blog-hero .bottom_feed .card_text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: .78125rem;
    padding: 1.4375rem 1.25rem 1.5625rem;
    text-align: left;
    align-items: flex-start;
    background: none;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 1.625rem 1.3125rem 1.875rem;
}
.blog-hero .bottom_feed .card_title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
    font-size: 1.375rem;
    line-height: 1.33;
    margin-bottom: 0;
}
.blog-hero .bottom_feed .card_title a {
	text-decoration: none;
}
.blog-hero .bottom_feed .read-more-btn:after {
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.blog-hero .bottom_feed .card_descr {
    margin: 0;
    display: none;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625;
}
.blog-hero .bottom_feed a.read-more-btn
 {
    background-color: transparent;
    border: 2px solid #5ef078;
    border-radius: 2rem;
    color: inherit;
    font-family: Euclid Circular B, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    padding: .875rem 1.25rem;
    text-align: center;
    text-decoration: none;
    transition: all .3s 
ease-in-out;
    transition-property: background-color, border-color, color;
    align-items: center;
    flex: none;
    min-width: 8.5625rem;
    display: block;
    margin-top: auto;
	     line-height: 1;
	     margin-top: 26px;
}
.blog-hero .bottom_feed a.read-more-btn:hover {
    background-color: #5ef078;
    color: #002f46;
}
.blog-hero .bottom_feed .item_inner:hover {
    background-color: #e0f9e0;
}
.blog-hero .bottom_feed {
    margin: 0 auto;
    max-width: 64rem;
}
.blog-hero .bottom_feed .recent-post-item {
    padding: 0;   
	margin: 0;
}
.blog-hero .bottom_feed .splide .splide__track {
    margin: 0;
    padding: 0;
	    margin-bottom: 3rem;
}
.blog-hero .bottom_feed .splide .splide__pagination {
    display: flex;
    gap: .5rem;
    justify-content: center;
    position: static;
}
.blog-hero .bottom_feed ul.splide__pagination button {
    background: transparent;
    border: .09375rem solid #5ef078;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 1rem;
    transition: background .3s 
ease-in-out;
    width: 1rem;
    margin: 0;
	    opacity: 1;
}
.blog-hero .bottom_feed ul.splide__pagination .splide__pagination__page.is-active {
    background: transparent;
    transform: scale(1);
    background-color: #5ef078;
}


@media (min-width: 768px) {
	.blog-hero .bottom_feed .item_inner {
		align-items: stretch;
		flex-direction: row;
		gap: 0;
	}
	.blog-hero .bottom_feed .card_image {
		flex: 0 0 50%;
	}
	.blog-hero .bottom_feed .card_image img {
		display: block;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: static;
		width: 100%;
	}
	.blog-hero .bottom_feed	.card_text {
		justify-content: flex-start;
		padding: 3.625rem 2.75rem 3rem;
	}
	.blog-hero .bottom_feed a.read-more-btn {
		font-size: 1rem;
		padding: 1rem 1.3125rem;
}
	.blog-hero .bottom_feed .card_descr {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
}
	.blog-hero .bottom_feed ul.splide__pagination button {
    height: 1.125rem;
    width: 1.125rem;
}
	
	
}
@media (min-width: 1025px) {
	.blog-hero img.bg-shape {
		height: 90vh;
		left: 71vw;
	} 
	.blog-hero .bottom_feed .card_title {
    font-size: 1.625rem;
    margin-bottom: 1rem;
}
	.blog-hero .bottom_feed .card_descr {
    font-size: 1.125rem;
    line-height: 1.44;
}
	.blog-hero .bottom_feed .splide .splide__track {
    margin-bottom: 2rem;
}
	
	


}
@media (max-width: 767px) {
	.blog-hero .bottom_feed .card_image:before {
    content: "";
    display: block;
    padding-top: 62.5%;
}
	
}
	



