
/**
* Block Name: hero_blog
*/
section.hero_blog {
    overflow: hidden;
}

section.hero_blog .bg_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 66.6%;
    background: var(--alt-light-green);
    z-index: -1;
}

section.hero_blog .awy_swiper_wrapper {
min-height: 710px;
}

section.hero_blog .cards_wrapper {
    margin-top: 15px;
    z-index: 3;
    position: relative;
    padding-top: 50px;
  }
  

section.hero_blog .label {
    font-weight: 500;
    font-size: 1rem;
}

section.hero_blog .container {
    margin: 0 auto;
    height: 100%;
}

section.hero_blog .link_wrapper {
    width: 100%;
}

section.hero_blog .link_wrapper .btn-primary {
    min-width: fit-content;
    background-color: var(--white);
    height: max-content;
}

section.hero_blog .link_wrapper .btn-primary[href="#news"]::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0V12.175L1.4 6.575L0 8L8 16L16 8L14.6 6.575L9 12.175V0H7Z' fill='%235EBD91'/%3E%3C/svg%3E%0A");
}

section.hero_blog .link_wrapper .btn-primary[href="#news"]:hover::after{
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0V12.175L1.4 6.575L0 8L8 16L16 8L14.6 6.575L9 12.175V0H7Z' fill='%2300915C'/%3E%3C/svg%3E%0A");}

section.hero_blog .link_wrapper .btn-primary.external svg.external rect {
    fill: transparent;
}

section.hero_blog .herb_wrapper {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 100px;
}

section.hero_blog .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    top: 50px;
}

section.hero_blog .swiper-slide {
    transition: all 300ms ease-in-out;
    position: relative;
    text-decoration: none;
    position: relative;
}

section.hero_blog .swiper-slide:nth-of-type(even) {
    transform: translateY(30px);
  }

section.hero_blog .swiper-slide.awy_card{
    padding: 0;
    border: 1px solid var(--alt-light-green);
    overflow: hidden;
}

section.hero_blog .swiper-slide .awy_card_content {
    padding: 30px 45px;

}


section.hero_blog .swiper-slide .awy_card_content .excerpt_wrapper p {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
    color: var(--dark-grey);
}
section.hero_blog .swiper-slide .excerpt_wrapper {
    will-change: transform, height;
    height: 100%;
}

section.hero_blog  .excerpt_wrapper.has-mask {
    -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 1) 100%);
    mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 1) 100%);
}

section.hero_blog .swiper-slide img {
height: 202px !important;
   border-top-left-radius: 33px;
   border-top-right-radius: 33px;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
    border-left: 1px solid var(--alt-light-green);
    border-right: 1px solid var(--alt-light-green);
}

section.hero_blog .swiper_nav {
    gap: 22px;
    position: relative;
    z-index: 9;
}

section.hero_blog .swiper_nav .button-next,
section.hero_blog .swiper_nav .button-prev {
    -webkit-box-shadow: 0px 1px 2px 3px rgba(94,112,92,0);
    box-shadow: 0px 1px 2px 3px rgba(94,112,92,0);
    transition: box-shadow 200ms ease-in;
    border-radius: 100px;
}

/* Real buttons now */
section.hero_blog .hero_blog__nav-btn {
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 100px;
    cursor: pointer;
}

/* Focus state for keyboard users */
section.hero_blog .hero_blog__nav-btn:focus-visible {
    outline: 2px solid var(--black);
    outline-offset: 3px;
}

section.hero_blog .swiper_nav .button-next:hover,
section.hero_blog .swiper_nav .button-prev:hover {
    -webkit-box-shadow: 0px 1px 2px 3px rgba(94,112,92,0.3);
    box-shadow: 0px 1px 2px 3px rgba(94,112,92,0.3);
}

section.hero_blog .swiper_nav .button-next svg rect,
section.hero_blog .swiper_nav .button-prev svg rect {
    fill: var(--green);
}

section.hero_blog .swiper_nav .button-next svg rect,
section.hero_blog .swiper_nav .button-prev svg rect,
section.hero_blog .swiper_nav .button-next svg path,
section.hero_blog .swiper_nav .button-prev svg path {
    transform-origin: center;
    transition: fill 160ms ease-in, transform 200ms ease-in;
}

section.hero_blog .swiper_nav .button-next:hover svg path,
section.hero_blog .swiper_nav .button-prev:hover svg path {
    transform: scale(1.2);
}

section.hero_blog .swiper_nav .button-next:hover svg rect,
section.hero_blog .swiper_nav .button-prev:hover svg rect {
    fill: var(--viridian);
}

section.hero_blog .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    flex-wrap: nowrap;
    border: 0;
}


section.hero_blog .awy_card_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.hero_blog .awy_card_content .btn {
    margin-top: auto;
}

@media (max-width: 767px) {
    section.hero_blog .title {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    section.hero_blog .title .swiper_nav {
        align-self: flex-start !important;
        width: 100% !important;
        justify-content: space-between !important;
        margin-top: 30px;
    }

    section.hero_blog .link_wrapper {
       align-items: flex-start !important;
       flex-direction: row !important;flex-wrap: wrap !important;
    }

    section.hero_blog  .excerpt_wrapper.has-mask {
        -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 100%);
        mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 1) 100%);
    }
}
