/* =======================================================
Carousel
=======================================================*/
.block.hero-home {
    padding: 16px 60px;
}
.block.hero-home .inner-wrap {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.block.hero-home .left-wrap {
    width: 38%;
    position: relative;
    background: #D5F7B2;
}
.block.hero-home .right-wrap {
    width: 62%;
}
.block.hero-home .left-wrap .left {
    display: flex;
    align-self: stretch;
    position: relative;
    
}

.block.hero-home .left-wrap .left > .slick-slider {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
}
.block.hero-home .left-wrap .left .slick-list {
    flex: 1 1 auto;
    height: 100% !important;
    min-height: 0;
}
.block.hero-home .left-wrap .left .slick-track {
    height: 100%;
    display: flex;
    align-items: stretch;
}
.block.hero-home .left-wrap .left .slick-slide {
    height: 100%;
    display: flex !important;
}
.block.hero-home .left-wrap .left .slide-wrap {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #D5F7B2;
    overflow: hidden;
}
.block.hero-home .left-wrap .left .slide-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    flex: 0 0 215px;
    display: block;
}
.block.hero-home .left-wrap .left .slide-wrap .content {
    flex: 1 1 auto;
    padding: 30px 30px 80px;
    display: flex;
    flex-direction: column;
}
.block.hero-home .left-wrap .left .slide-wrap .content h1,
.block.hero-home .left-wrap .left .slide-wrap .content h2,
.block.hero-home .left-wrap .left .slide-wrap .content h3,
.block.hero-home .left-wrap .left .slide-wrap .content h4 {
    margin: 0 0 20px;
    color: #000;
    font-family: Lexend;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.block.hero-home .left-wrap .left .slide-wrap .content .button {
    margin-top: auto;
}

.block.hero-home .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.block.hero-home .slick-autoplay-toggle-button {
    display: none;
}

.block.hero-home .slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 10px;
    background: transparent;
    z-index: 2;
    width: 100%;
}

.block.hero-home .slider-controls .slick-prev,
.block.hero-home .slider-controls .slick-next {
    width: 36px;
    height: 36px;
    border: 2px solid #111;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: static;
    transform: translate(0);
}

.block.hero-home .slider-controls .custom-dots {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.block.hero-home .slider-controls .custom-dots li button {
    width: 15px;
    height: 15px;
    border: 2px solid #111;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    cursor: pointer;
    background: #fff;
}

.block.hero-home .slider-controls .custom-dots li.slick-active button {
    background: #466435;
}



/* =======================================================
POSTS
=======================================================*/

.block.hero-home .posts {
    padding: 0 0 0 16px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.block.hero-home .posts .post {
    margin: 0;
    background: var(--light-grey);
}
.block.hero-home .posts .post .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-decoration: none;
}
.block.hero-home .posts .post .inner .type {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--dark-green);
    border-bottom: 2px solid var(--dark-green);
    padding: 0 0 10px;
}
.block.hero-home .posts .post .inner .type img {
    margin-right: 8px;
}
.block.hero-home .posts .post .inner h4 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
    color: #466435;
}
.block .total-wrap {
    margin-left: 10px;
    font-size: 14px;
}
.block.hero-home .posts .post .inner .date {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--dark-green);
    margin-bottom: 10px;
}
.block.hero-home .posts .post .inner .theme {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--dark-green);
    width: 100%;
    display: none !important;
}
.block.hero-home .posts .post .inner .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 20px;
}
.block.hero-home .posts .post .inner .buttons {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.block.hero-home .posts .post .post-block {
    height: 100%;
    display: flex;
    align-items: space-between;
    flex-wrap: wrap;
}
.block.hero-home .posts .post .post-block .post-top {
    width: 100%;
}
.block.hero-home .posts .post .post-block-wrap {
    width: 100%;
    display: flex;
    height: calc(100% - 44px);
}
.block.hero-home .posts .post.featured_image .featured_image_img {
    width: 161px;
    height: 100%;
    object-fit: cover;
    margin-right: 0;
}
.block.hero-home .posts .post.featured_image {
    display: flex;
}
.block.hero-home .posts .post .inner .buttons .button {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
.block.hero-home .post-1,
.block.hero-home .post-3,
.block.hero-home .post-5 {
    width: 65%;
}
.block.hero-home .post-2,
.block.hero-home .post-4,
.block.hero-home .post-6 {
    width: 33%;
}
.post a{
    text-decoration: none;
}
@media(max-width: 1500px) {
    .block.hero-home .post-1,
    .block.hero-home .post-3,
    .block.hero-home .post-5 {
        width: 63%;
    }
}
@media(max-width: 1200px) {
    .block.hero-home .left-wrap,
    .block.hero-home .right-wrap {
        width: 100%;
        height: auto;
    }
    .block.hero-home .inner-wrap {
        flex-wrap: wrap;
    }
    .block.hero-home .post-1,
    .block.hero-home .post-3,
    .block.hero-home .post-5 {
        width: 65%;
    }
    .block.hero-home .post-2,
    .block.hero-home .post-4,
    .block.hero-home .post-6 {
        width: 33%;
    }
    .block.hero-home .posts {
        margin: 16px 0;
    }
}

@media (max-width: 992px) {
    .block.hero-home .posts {
        padding: 0;
    }
    .block.hero-home {
        padding: 16px;
    }
    .block.hero-home .post-1,
    .block.hero-home .post-3,
    .block.hero-home .post-5 {
        width: 100%;
    }
    .block.hero-home .post-2,
    .block.hero-home .post-4,
    .block.hero-home .post-6 {
        width: 100%;
    }
}
