body{
    font-family: 'SVN-Gotham';
}
.archive-blog-banner {
    line-height: 0
}

.archive-blog-banner img {
    display: block;
    width: 100%;
    height: auto
}

.archive-blog-banner+#primary {
    margin-top: -30px;
    position: relative;
    z-index: 1
}

#main-container-archive {
    padding: 0 16px
}

.news-archive {
    width: 100%;
    max-width: 1376px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 24px 24px 0 0;
    -webkit-box-shadow: 0px 32px 64px -12px rgba(10, 13, 18, 0.14);
    box-shadow: 0px 32px 64px -12px rgba(10, 13, 18, 0.14)
}

.news-archive__content {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto
}

.news-archive__title {
    margin: 0 0 24px;
    font-family: "SVN-Gotham";
    font-weight: 900;
    font-size: 56px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #00934B
}

.news-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 24px
}

.news-card {
    background: #fff;
    border: 1px solid #E4E4E7;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 2px 4px -2px rgba(10, 13, 18, 0.06), 0px 4px 8px -2px rgba(10, 13, 18, 0.1);
    box-shadow: 0px 2px 4px -2px rgba(10, 13, 18, 0.06), 0px 4px 8px -2px rgba(10, 13, 18, 0.1)
}

.news-card:hover {
    border-color: #00934B
}

.news-card__media {
    display: block
}

.news-card__thumb {
    display: block;
    width: 100%;
    height: 267.38px;
    -o-object-fit: cover;
    object-fit: cover
}

.news-card__thumb--empty {
    background: #F4F4F5
}

.news-card__body {
    padding: 16px 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.news-card__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.news-card__title {
    margin: 0;
    font-family: "SVN-Gotham";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2
}

.news-card__title a {
    color: #323232
}

.news-card__desc {
    margin: 0;
    font-family: "SVN-Gotham";
    font-weight: 450;
    font-size: 14px;
    line-height: 1.2;
    color: #52525C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 34px
}

.news-card__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 4px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    justify-content: space-between;
}

.news-card__date {
    font-family: "SVN-Gotham";
    font-weight: 450;
    font-size: 12px;
    line-height: 1.2;
    color: #71717B;
    padding: 4px
}

.news-card__cta {
    height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #00A651;
    border-radius: 10px;
    font-family: "SVN-Gotham";
    font-weight: 450;
    font-size: 14px;
    line-height: 1.2;
    color: #00A651;
    white-space: nowrap
}

.news-card__cta:hover {
    background: #00A651;
    color: #fff;
}

.news-card__cta svg {
    display: block
}

.news-pagination {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-pagination__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.news-pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E4E4E7;
    border-radius: 9999px;
    background: #fff;
    color: #27272A;
    font-family: "SVN-Gotham";
    font-weight: 450;
    font-size: 14px;
    line-height: 1.2
}


.news-pagination .page-numbers:hover,
.news-pagination .page-numbers.current {
    background: #00A651;
    border-color: #00A651;
    color: #fff
}

.news-pagination a.prev.page-numbers,
.news-pagination a.next.page-numbers {
    width: auto;
    height: auto;
    padding: 10px
}

.news-pagination a.prev.page-numbers {
    background: #F4F4F5;
    color: #52525C
}

.news-pagination a.next.page-numbers {
    background: #fff;
    color: #52525C;
    -webkit-box-shadow: 0px 2px 4px -2px rgba(10, 13, 18, 0.06), 0px 4px 8px -2px rgba(10, 13, 18, 0.1);
    box-shadow: 0px 2px 4px -2px rgba(10, 13, 18, 0.06), 0px 4px 8px -2px rgba(10, 13, 18, 0.1)
}

.news-pagination .page-numbers svg {
    width: 20px;
    height: 20px;
    display: block
}

@media only screen and (max-width:1399px) {
    .news-archive {
        max-width: 100%;
        padding: 32px
    }

    .news-archive__title {
        font-size: 48px
    }
}

@media only screen and (max-width:991px) {
    .archive-blog-banner+#primary {
        margin-top: -64px
    }

    .news-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .news-archive__title {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .archive-blog-banner+#primary {
        margin-top: -40px
    }

    .news-archive {
        padding: 24px
    }

    .news-archive__grid {
        grid-template-columns: 1fr
    }

    .news-archive__title {
        font-size: 32px
    }

    .news-card__thumb {
        height: 220px
    }
}



#blog-product {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.blog-product {
    position: relative;
    padding-bottom: 200px;
}

.blog-product__overlay {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1296px;
    height: 339px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;

}

.blog-product__overlay img {
    display: block;
    width: 100%;
    height: auto
}

.blog-product__container {


    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 110px
}

.blog-product__header {
    width: 856px;
    max-width: 100%
}

.blog-product__title {
    margin: 0;
    font-family: "SVN-Gotham";
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #00A651
}

.blog-product__wrapper {
    width: 1296px;
    height: 599px;
    position: relative
}

.blog-product__nav-group {
    position: absolute;
    width: 1332px;
    height: 48px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    z-index: 1;
}

.blog-product__nav {
    width: 48px;
    height: 48px;
    pointer-events: auto;
    cursor: pointer
}
.blog-product__nav--prev{
    left: 20px;
}
.blog-product__nav--next {
    -webkit-filter: drop-shadow(0px 2px 2px rgba(10, 13, 18, 0.06)) drop-shadow(0px 4px 4px rgba(10, 13, 18, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(10, 13, 18, 0.06)) drop-shadow(0px 4px 4px rgba(10, 13, 18, 0.1));
    right: 20px;
}

#blog-product .slick-arrow::after {
    content: '';
}

.blog-product__wrapper .slick-list {
    overflow: visible
}

.blog-product__wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-product__wrapper .slick-slide {
    height: auto
}

.blog-product-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 380px;
    height: 507px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: relative;
    background: #F0FDF4;
    border: 1px solid #E4E4E7;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 28px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease
}

.blog-product__wrapper .blog-product-card.slick-center {
    background: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
    z-index: 2
}

.blog-product__wrapper .blog-product-card.slick-center .blog-product-card__image {
    padding: 32px
}

.blog-product__wrapper .blog-product-card.slick-center .blog-product-card__image img,
.blog-product__wrapper .blog-product-card.slick-center .blog-product-card__image--empty {
    width: 408px;
    height: 408px
}

.blog-product-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    gap: 10px;
    width: 100%;
    height: 380px
}

.blog-product-card__image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.blog-product-card__image img {
    display: block;
    width: 300px;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain
}

.blog-product-card__image--empty {
    width: 300px;
    height: 300px;
    background: #F4F4F5
}


.blog-product-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px 24px;
    gap: 16px;
    width: 100%
}

.blog-product-card__text {
    width: 332px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px
}


.blog-product-card__name {
    margin: 0;
    width: 100%;
    font-family: "SVN-Gotham";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.065em;
    text-transform: uppercase;
    color: #F47621
}


.blog-product-card__name a {
    color: inherit
}

.blog-product-card__desc {
    margin: 0;
    width: 100%;
    font-family: "SVN-Gotham";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    color: #27272A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.blog-product-card__actions {
    width: 332px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 12px
}


.blog-product-card__btn {
    width: 137px;
    height: 36px;
    border-radius: 8px;
    background: #00A651;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px 10px;
    gap: 10px;
    font-family: "SVN-Gotham";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.04em;
    color: #fff
}

.blog-product-card__share {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #00A651;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    color: #00A651
}

.blog-product-card__share svg {
    display: block
}

@media only screen and (max-width:991px) {
    .blog-product {
        padding-bottom: 100px;
    }
    .blog-product__container {
        height: auto;
        padding: 0 16px
    }

    .blog-product__overlay {
        max-width: 100%;
        height: auto;
    }

    .blog-product__header {
        width: 100%
    }

    .blog-product__title {
        font-size: 40px
    }

    .blog-product__wrapper {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px
    }

    .blog-product__nav-group {
        display: none
    }

    .blog-product__wrapper .slick-list {
        overflow: hidden
    }

    .blog-product-card {
        width: 75vw;
        height: auto;
        margin: 0 12px
    }

    .blog-product__wrapper .blog-product-card.slick-center {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .blog-product-card__text,
    .blog-product-card__actions,
    .blog-product-card__actions {
        width: 100%
    }
}

/** SINGLE POST **/

#primary{
    margin-top: 80px;
}
#content {
    max-width: 1200px;
    margin: 0 auto;
}

#content .entry-title{

    font-family: 'SVN-Gotham';
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 120%;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;

}
#content .entry-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
#content .entry-content{
    font-weight: 300;
}
#content .entry-content img{
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

#single-post-back{
    /* Rectangle 4501 */

    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #00A651;
    border-radius: 10px;
    font-family: 'SVN-Gotham';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 20px;
    text-align: center;
    color: rgba(77, 77, 79, 0.49);
    display: block;


}
#single-post-back:hover{
    background: #00A651;
    color: #fff;
}

@media only screen and (max-width:991px) {
    #content .entry-title{
        font-size: 40px;
    }

    #primary{
        margin-top: 30px;
    }

    #content {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
