/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-family: "Montserrat", sans-serif;
}

/* ArcGIS map iframe loader */
.csfor-map-frame {
    position: relative;
    min-height: 180px;
    background: #f5f7f6;
}

.csfor-map-frame iframe {
    display: block;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.csfor-map-frame.is-loaded iframe {
    opacity: 1;
}

.csfor-map-frame__loader {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7f6;
    color: #056a37;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.csfor-map-frame__loader::before {
    width: 38px;
    height: 38px;
    border: 3px solid rgba(5, 106, 55, 0.22);
    border-top-color: #056a37;
    border-radius: 50%;
    content: "";
    animation: csfor-map-loader-spin 0.8s linear infinite;
}

.csfor-map-frame.is-loaded .csfor-map-frame__loader {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

@keyframes csfor-map-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Flatsome row sliders */
.row-slider.slider .flickity-prev-next-button,
.row-slider.slider:hover .flickity-prev-next-button {
    opacity: 1 !important;
    visibility: visible !important;
}

.row-slider.slider .flickity-prev-next-button:disabled {
    opacity: 1 !important;
}

/* Header search button */
.header-search.header-search-lightbox {
    margin: 0 0 0 8px;
}

.header-search.header-search-lightbox > a,
.header-search.header-search-lightbox .header-button > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 16px !important;
    border-radius: 5px;
    background: #e2e3e4;
    color: #1c1c1c !important;
    font-size: clamp(15px, 1.2vw, 16px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.header-search.header-search-lightbox > a:hover,
.header-search.header-search-lightbox .header-button > a:hover {
    background: #d8dadd;
    color: #1c1c1c !important;
}

.header-search.header-search-lightbox .header-search-icon {
    display: block;
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
}

.header-search.header-search-lightbox .header-search-label {
    display: inline-block;
}

@media (max-width: 849px) {
    .header-search.header-search-lightbox {
        margin-left: 4px;
    }

    .header-search.header-search-lightbox > a,
    .header-search.header-search-lightbox .header-button > a {
        min-height: 32px;
        gap: 7px;
        padding: 0 12px !important;
        font-size: clamp(13px, 1vw, 14px);
    }

    .header-search.header-search-lightbox .header-search-icon {
        width: 13px;
        height: 13px;
    }
}

/* Use the mobile header and off-canvas menu below 1024px. */
@media (min-width: 850px) and (max-width: 1023px) {
    .header-inner .nav {
        flex-wrap: nowrap;
    }

    .header-wrapper .show-for-medium {
        display: block !important;
    }

    .header-wrapper .hide-for-medium {
        display: none !important;
    }
}

/* Search lightbox form */
#search-lightbox .search-field {
    height: 66px;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
}

#search-lightbox .ux-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 66px;
    min-height: 66px;
    margin: 0;
    border-color: rgba(5, 106, 55, 1);
    border-radius: 0 8px 8px 0;
    background-color: rgba(5, 106, 55, 1);
    color: #fff;
    box-sizing: border-box;
}

#search-lightbox .ux-search-submit:hover,
#search-lightbox .ux-search-submit:focus {
    border-color: rgba(5, 106, 55, 1);
    background-color: rgba(5, 106, 55, 1);
    color: #fff;
}


h1{
    font-weight: 700;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 48px;
    letter-spacing: 0%;
    color: rgba(5, 106, 55, 1);
}

h2{
    font-weight: 700;
    font-size: clamp(30px, 3.4vw, 38px);
    line-height: 42px;
    letter-spacing: 0%;
    color: rgba(0, 76, 38, 1);
    margin-bottom: 32px;
}

h3{
    font-weight: 700;
    font-size: clamp(26px, 3vw, 32px);
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
}

h4{
    font-weight: 600;
    font-size: clamp(19px, 1.9vw, 22px);
    line-height: 28px;
    letter-spacing: 0%;
    color: rgba(28, 28, 28, 1);
    margin-bottom: 22px;
}

.banner h1{
    font-weight: 700;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 48px;
    letter-spacing: 0%;
    color: rgba(5, 106, 55, 1);
}

.banner p{
    margin: 32px 0px;
}

p{
    font-weight: 400;
    font-size: clamp(15px, 1.2vw, 16px);
    line-height: 24px;
    letter-spacing: 0%;

}

.col, .columns, .gallery-item{
    padding: 0 12px 30px;
}

blockquote, dl, figure, form, ol, p, pre, ul{
    margin-bottom: 24px;
}

ul li::marker {
    color: rgba(0, 161, 70, 1);
}

.col ul {
    list-style: none;
    padding-left: 0;
}

.col ul li {
    position: relative;
    padding-left: 22px;
    margin-left: 0px;
}

.col ul li::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 161, 70, 1);
    transform: translateY(-50%);
}

.ul_yellow ul li::before {
    background: rgba(255, 185, 79, 1);
}

.global_lable {
    background: rgba(222, 240, 229, 1);
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 10px;
}

.global_lable p{
    font-weight: 600;
    font-size: clamp(13px, 1vw, 14px);
    line-height: 18px;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: rgba(5, 106, 55, 1);
    margin: unset;
}

.light_yellow {
    background: rgba(255, 230, 199, 1);
}

.padding_bottom_0{
    padding-bottom: 0 !important;
}

.padding_bottom_100{
    padding-bottom: 100px !important;
}

.border_bottom{
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    margin-bottom: 50px;
}

.border-radius, .border-radius .overlay, .border-radius img{
    border-radius: 5px;
}

.text-decoration span{
    text-decoration: underline;
}

.font_size_14 p{
    font-weight: 500;
    font-size: clamp(13px, 1vw, 14px);
    line-height: 20px;
    letter-spacing: 0%;
}
.csfor-learn-block {
    border-top: 1px solid rgba(217, 217, 217, 1);
    padding-top: 40px;
    padding-bottom: 10px;
}

.csfor-learn-block:last-child {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.nav>li{
    margin: 0 10px;
}

.nav>li>a{
    font-weight: 400;
    font-size: clamp(15px, 1.2vw, 16px);
    letter-spacing: 0%;
}

.nav-column li.active>a, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li.active>a, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current{
    font-weight: 600;
    font-size: clamp(15px, 1.2vw, 16px);
    letter-spacing: 0%;
}

.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li.active>a, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover{
    color: rgba(5, 106, 55, 1);
}

.custom-lang-switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    /*gap: 15px;*/
}

.custom-lang-switcher li a {
    text-decoration: none;
    font-weight: 400;
    color: rgba(28, 28, 28, 1);
    font-size: clamp(15px, 1.2vw, 16px);
    letter-spacing: 0.05em;
}

.custom-lang-switcher li.current-lang a {
    color: #056A37;
}

.custom-lang-switcher li a:hover {
    color: #056A37;
}

.custom-lang-switcher li.separator {
    color: #1C1C1C;
    font-size: clamp(13px, 1vw, 14px);
    pointer-events: none;
    opacity: 0.5;
    margin: 0 1px;
}

@media screen and (max-width: 1023px) {
    .off-canvas .searchform .search-field {
        border-radius: 8px 0 0 8px;
    }

    .off-canvas .searchform .ux-search-submit {
        border-radius: 0 8px 8px 0;
    }

    .mobile-sidebar .searchform .ux-search-submit {
        border-color: #056a37 !important;
        background-color: #056a37 !important;
        color: #fff !important;
    }

    .mobile-sidebar .searchform .ux-search-submit:hover,
    .mobile-sidebar .searchform .ux-search-submit:focus {
        border-color: #004c26 !important;
        background-color: #004c26 !important;
        color: #fff !important;
    }

    .off-canvas .header-button-1,
    .off-canvas .header-button-1 .header-button,
    .off-canvas .header-button-1 .header-button > .button {
        width: 100%;
    }

    .off-canvas .header-button-1 .header-button > .button {
        justify-content: center;
    }

    .nav-vertical .custom-lang-switcher {
        justify-content: center;
        width: 100%;
    }

    .nav-vertical .custom-lang-switcher li {
        flex: 0 0 auto;
        margin: 0;
        padding-left: 0;
        width: auto;
    }

    .nav-vertical .custom-lang-switcher li a {
        display: block;
        padding: 0 16px;
    }

    .nav-vertical .custom-lang-switcher li.separator {
        padding: 0;
    }
}

.button span {
    font-size: clamp(15px, 1.2vw, 16px);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
}

/*Footer*/
.absolute-footer{
    display: none;
}
.footer-wrapper .section-bg .section-bg-overlay{
    background: url('assets/img/pattern_footer.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer_cs_for h4{
    padding-bottom: 20px;
}

.footer_cs_for p{
    font-size: clamp(13px, 1vw, 14px);
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 16px;
}
.footer_btn{
    background: rgba(167, 245, 166, 1);
    color: rgba(0, 0, 0, 1);
}
.footer_simple_button, .footer_simple_button span {
    font-size: clamp(13px, 1vw, 14px);
    font-weight: 400;
    line-height: 1.5;
}

.footer_row_two {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 549px) {
    .footer_row_two > .col {
        padding-bottom: 0;
    }

    .footer_row_two > .col > .col-inner {
        padding: 10px 0 !important;
    }

    .footer_row_two > .col:first-child > .col-inner {
        padding-top: 24px !important;
    }

    .footer_row_two > .col:last-of-type > .col-inner {
        padding-bottom: 24px !important;
    }

    .footer_row_two p,
    .footer_row_two .button {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .footer_row_two .footer_simple_button {
        min-height: 0;
        height: auto;
        padding: 0;
        line-height: 1.5;
    }

    .footer_row_two > .col:last-of-type .text {
        text-align: left !important;
    }

    .footer_row_two > .col:last-of-type img.alignright {
        display: inline-block;
        float: none;
        margin: 0 0 0 4px;
        vertical-align: middle;
    }
}

/*Home*/
.banner_box{
    opacity: 0.9;
}

.banner_home h1 {
    max-width: 100%;
    font-size: clamp(28px, 9vw, 44px);
    line-height: 1.1;
    overflow-wrap: break-word;
}

.banner_home .button.primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-bottom: 0;
    padding: 8px 24px;
    border: 0;
    border-radius: 5px;
    background: rgba(5, 106, 55, 1);
    color: #fff;
    font-size: clamp(15px, 1.2vw, 16px);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
}

.banner_home .button.primary:hover,
.banner_home .button.primary:focus {
    background: rgba(0, 76, 38, 1);
    color: #fff;
    box-shadow: none;
}

.banner_label {
    background: rgba(196, 231, 255, 1);
    padding: 4px 8px;
    max-width: 300px;
}

.banner_label p{
    font-weight: 600;
    font-size: clamp(13px, 1vw, 14px);
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: rgba(0, 128, 174, 1);
    margin: unset;
}



.home_strategic_col_3 .col-inner{
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 161, 70, 1) 0%, rgba(0, 76, 38, 1) 100%);
    border-radius: 5px;
    padding: 24px;
}

.home_strategic_col_3 .col-inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    flex: 1;
}
.home_strategic_col_3_number{
    margin-bottom: 20px;
}

.home_strategic_col_3_number p{
    font-weight: 700;
    font-size: clamp(20px, 2.1vw, 24px);
    line-height: 38px;
    letter-spacing: 0%;
    vertical-align: bottom;
    display: flex;
    align-items: baseline;
}

.home_strategic_col_3_number img{
    margin-right: 16px;
}

.home_strategic_col_3_number span{
    font-weight: 700;
    font-size: clamp(28px, 3.2vw, 36px);
    line-height: 48px;
    letter-spacing: 0%;
    vertical-align: bottom;
    margin-left: 15px;
}

.home_strategic_col_3 p{
    margin-bottom: 0;
}

.fix_image .col-inner, .fix_image .col-inner .img, .fix_image .col-inner .img .img-inner, .fix_image .col-inner .img .img-inner img {
    height: 100%;
}

.button_add_arrow,
.button_add_arrow_white {
    display: inline-flex;
    align-items: center;
    min-height: 0;
    margin-bottom: 0px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: clamp(15px, 1.2vw, 16px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
    text-transform: none;
    box-shadow: none;
}

.button_add_arrow {
    color: rgba(5, 106, 55, 1);
}

.button_add_arrow_white {
    color: #fff;
}

.button_add_arrow::before,
.button_add_arrow_white::before {
    display: none;
}

.button_add_arrow:hover {
    color: rgba(0, 76, 38, 1);
    background: transparent;
    box-shadow: none;
}

.button_add_arrow_white:hover {
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.button_add_arrow::after,
.button_add_arrow_white::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 12px;
    background: currentColor;
    mask: url("assets/img/arrow-right.svg") center / contain no-repeat;
    -webkit-mask: url("assets/img/arrow-right.svg") center / contain no-repeat;
}

.home_block_indicators{
    padding-top: 100px !important;
    padding-bottom: 236px !important;
}

.home_block_indicators .section-bg{
    background: url("assets/img/pattern_bg_indicators.svg");
    /*background-size: cover;*/
    background-repeat: repeat-x;
    background-position: bottom;
}

.home_block_indicators .box-overlay.dark .box-text, .home_block_indicators .box-shade.dark .box-text{
    text-shadow: unset;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .home_block_indicators .section-content > .row > .medium-4 {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .home_block_indicators .section-content > .row > .medium-4 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .home_block_indicators .box {
        min-height: 320px;
        overflow: hidden;
        border-radius: 5px;
    }

    .home_block_indicators .box-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .home_block_indicators .box-image .image-cover {
        height: 100%;
        padding-top: 0 !important;
    }

    .home_block_indicators .box.box-overlay .box-text {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto !important;
        left: auto;
        width: 100%;
        min-height: 320px;
        max-height: none;
        overflow: visible;
        transform: none;
    }
}

.lable_indicators {
    background: rgba(222, 240, 229, 1);
    padding: 4px 8px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 20px;
}

.lable_indicators p{
    font-weight: 600;
    font-size: clamp(13px, 1vw, 14px);
    line-height: 18px;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: rgba(5, 106, 55, 1);
    margin: unset;
}

.lable_indicators_green{
    background: rgba(167, 245, 166, 1);
}
.lable_indicators_green p {
    color: rgba(5, 106, 55, 1);
}
.lable_indicators_white{
    background: rgba(222, 240, 229, 1);
}
.lable_indicators_white p{
    color: rgba(5, 106, 55, 1);
}
.lable_indicators_blue{
    background: rgba(172, 214, 244, 1);
}
.lable_indicators_blue p{
    color: rgba(0, 90, 123, 1);
}

.indicators_custom_title p{
    font-weight: 700;
    font-size: clamp(38px, 4.7vw, 52px);
    line-height: 52px;
    letter-spacing: 0%;
}
.indicators_custom_title span{
    font-weight: 700;
    font-size: clamp(20px, 2.1vw, 24px);
    line-height: 48px;
    letter-spacing: 0%;
}
.indicators_custom_title_benificiar p{
    display: flex;
}
span.indicators_custom_title_break_word{
    word-break: break-word;
    line-height: 24px;
}

.home_component{
    background: linear-gradient(180deg, rgba(0, 161, 70, 1) 0%, rgba(0, 76, 38, 1) 100%);
}
.home_component h4 {
    color: rgba(167, 245, 166, 1) !important;
}
.home_component1 .col-inner{
    background-image: url("assets/img/component1.svg");
    background-size: 100px;
    background-position: 93% 87%;
}

.home_component2 .col-inner{
    background-image: url("assets/img/component2.svg");
    background-size: 100px;
    background-position: 93% 87%;
}

.home_component3 .col-inner{
    background-image: url("assets/img/component3.svg");
    background-size: 100px;
    background-position: 93% 87%;
}

.home_news_section{
    padding-top: 100px !important;
    padding-bottom: 0px !important;
}

.home_row_component .col{
    height: 300px;
}

.home_row_component .col .col-inner{
    height: 100%;
    overflow: hidden;
}

.partner_logo .col-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* UX Builder Blog posts: normal style */
.post-item:has(.box-normal.box-blog-post) {
    display: flex;
}

.post-item > .col-inner:has(.box-normal.box-blog-post) {
    width: 100%;
    height: 100%;
}

.box-normal.box-blog-post {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 5px;
    background: #fff;
}

.box-normal.box-blog-post .box-image,
.box-normal.box-blog-post .box-image .image-cover {
    display: block;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.box-normal.box-blog-post .box-image .image-cover {
    position: relative;
    overflow: hidden;
    padding-top: 69.25% !important;
}

.box-normal.box-blog-post .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-normal.box-blog-post .box-text {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 270px);
    padding: 36px;
    background: #fff;
}

.box-normal.box-blog-post .blog-post-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.box-normal.box-blog-post .post-meta {
    order: 1;
    margin-bottom: 20px;
    color: rgba(28, 28, 28, 1);
    font-size: clamp(15px, 1.2vw, 16px);
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
}

.box-normal.box-blog-post .post-title {
    order: 2;
    margin-bottom: 22px;
    color: rgba(28, 28, 28, 1);
    font-size: clamp(22px, 2.3vw, 26px);
    font-weight: 700;
    line-height: 31px;
}

.box-normal.box-blog-post .post-title a {
    color: inherit;
}

.box-normal.box-blog-post .is-divider {
    display: none;
}

.box-normal.box-blog-post .from_the_blog_excerpt {
    order: 3;
    margin-bottom: 28px;
    color: rgba(28, 28, 28, 1);
    font-size: clamp(17px, 1.6vw, 19px);
    font-weight: 400;
    line-height: 27px;
}

.box-normal.box-blog-post .button {
    order: 4;
    display: inline-flex;
    align-items: center;
    min-height: 0;
    margin-top: auto;
    padding: 0;
    border: 0;
    color: rgba(5, 106, 55, 1);
    background: transparent;
    font-size: clamp(15px, 1.2vw, 16px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
    text-transform: none;
    box-shadow: none;
}

.box-normal.box-blog-post .button::before {
    display: none;
}

.box-normal.box-blog-post .button:hover {
    color: rgba(0, 76, 38, 1);
    background: transparent;
    box-shadow: none;
}

.box-normal.box-blog-post .button::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 12px;
    background: currentColor;
    mask: url("assets/img/arrow-right.svg") center / contain no-repeat;
    -webkit-mask: url("assets/img/arrow-right.svg") center / contain no-repeat;
}

.box-normal.box-blog-post .badge.post-date {
    display: none;
}

/* Category archive */
.csfor-category-page {
    padding-top: 0;
    background: #fff;
}

.csfor-category-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 320px;
}

.csfor-category-hero__title {
    display: flex;
    align-items: center;
    background-image:
        url("assets/img/pattern_for_page.svg"),
        linear-gradient(rgba(0, 161, 70, 1), rgba(0, 76, 38, 1));
    background-repeat: repeat-x, no-repeat;
    background-position: right bottom, center;
    background-size: auto 120px, cover;
}

.csfor-category-hero__content{
    margin-left: max(15px, calc((100vw - 1170px) / 2 + 15px));
    transform: translateY(-30px);
}

.csfor-category-hero__title h1 {
    max-width: 550px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3.6vw, 40px);
    font-weight: 700;
    line-height: 44px;
}

.csfor-category-hero__title .page-header-custom-subtitle {
    max-width: 520px;
    padding-right: 20px;
    margin-top: 18px;
    color: #fff;
    font-size: clamp(18px, 1.7vw, 20px);
    line-height: 30px;
    opacity: 0.9;
}

.csfor-category-hero__image {
    min-height: 320px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.csfor-category-content {
    margin: 0 auto;
    padding: 90px 15px 110px;
}

.csfor-category-page .row {
    align-items: stretch;
}

.csfor-category-page .post-item {
    display: flex;
    padding-bottom: 32px;
}

.csfor-category-page .post-item > .col-inner {
    width: 100%;
    height: 100%;
}

.csfor-category-page .box-normal.box-blog-post {
    min-height: 100%;
}

.csfor-category-page .box-normal.box-blog-post .box-image .image-cover {
    padding-top: 56.25% !important;
}

.csfor-category-page .box-normal.box-blog-post .box-text {
    min-height: calc(100% - 216px);
    padding: 28px;
}

.csfor-category-page .box-normal.box-blog-post .post-meta {
    margin-bottom: 16px;
    font-size: clamp(11px, 0.85vw, 12px);
    line-height: 18px;
}

.csfor-category-page .box-normal.box-blog-post .post-title {
    margin-bottom: 18px;
    font-size: clamp(17px, 1.6vw, 19px);
    line-height: 24px;
}

.csfor-category-page .box-normal.box-blog-post .from_the_blog_excerpt {
    margin-bottom: 24px;
    font-size: clamp(14px, 1.1vw, 15px);
    line-height: 22px;
}

.csfor-category-page .box-normal.box-blog-post .button {
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 18px;
}

.csfor-category-page .box-normal.box-blog-post .button::after {
    width: 13px;
    height: 13px;
    margin-left: 10px;
}

/* Search results: the same card grid as the news archive. */
.csfor-search-page {
    padding-top: 0;
    background: #fff;
}

.csfor-search-page__header {
    padding: 72px 0;
    background-image:
        url("assets/img/pattern_for_page.svg"),
        linear-gradient(rgba(0, 161, 70, 1), rgba(0, 76, 38, 1));
    background-repeat: repeat-x, no-repeat;
    background-position: right bottom, center;
    background-size: auto 120px, cover;
}

.csfor-search-page__title {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3.6vw, 40px);
    font-weight: 700;
    line-height: 44px;
}

.csfor-search-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 15px 50px;
}

.csfor-search-empty {
    padding: 0;
}

.csfor-search-empty .no-results {
    max-width: 100%;
}

.csfor-search-page .row {
    align-items: stretch;
}

.csfor-search-page .post-item {
    display: flex;
    padding-bottom: 32px;
}

.csfor-search-page .post-item > .col-inner {
    width: 100%;
    height: 100%;
}

.csfor-search-page .box-normal.box-blog-post {
    min-height: 100%;
}

.csfor-search-page .box-normal.box-blog-post .box-image .image-cover {
    padding-top: 56.25% !important;
}

.csfor-search-page .box-normal.box-blog-post .box-text {
    min-height: calc(100% - 216px);
    padding: 28px;
}

.csfor-search-page .box-normal.box-blog-post .post-meta {
    margin-bottom: 16px;
    font-size: clamp(11px, 0.85vw, 12px);
    line-height: 18px;
}

.csfor-search-page .box-normal.box-blog-post .post-title {
    margin-bottom: 18px;
    font-size: clamp(17px, 1.6vw, 19px);
    line-height: 24px;
}

.csfor-search-page .box-normal.box-blog-post .from_the_blog_excerpt {
    margin-bottom: 24px;
    font-size: clamp(14px, 1.1vw, 15px);
    line-height: 22px;
}

.csfor-search-page .box-normal.box-blog-post .button {
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 18px;
}

.csfor-search-page .box-normal.box-blog-post .button::after {
    width: 13px;
    height: 13px;
    margin-left: 10px;
}

.csfor-search-page .nav-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 58px;
}

.csfor-search-page .nav-pagination > li {
    margin: 0;
}

.csfor-search-page .nav-pagination > li > span,
.csfor-search-page .nav-pagination > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border: 0;
    border-radius: 0;
    color: rgba(28, 28, 28, 1);
    background: rgba(246, 247, 248, 1);
    font-size: clamp(13px, 1vw, 14px);
    line-height: 1;
}

.csfor-search-page .nav-pagination > li > .current,
.csfor-search-page .nav-pagination > li > a:hover {
    color: rgba(5, 106, 55, 1);
    background: rgba(222, 240, 229, 1);
}

.csfor-category-page .nav-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 58px;
}

.csfor-category-page .nav-pagination > li {
    margin: 0;
}

.csfor-category-page .nav-pagination > li > span,
.csfor-category-page .nav-pagination > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border: 0;
    border-radius: 0;
    color: rgba(28, 28, 28, 1);
    background: rgba(246, 247, 248, 1);
    font-size: clamp(13px, 1vw, 14px);
    line-height: 1;
}

.csfor-category-page .nav-pagination > li > .current,
.csfor-category-page .nav-pagination > li > a:hover {
    color: rgba(5, 106, 55, 1);
    background: rgba(222, 240, 229, 1);
}

/* Single post */
.blog-single {
    position: relative;
    padding-top: 92px;
    background: #fff;
    overflow: hidden;
}

.blog-single::after {
    content: "";
    position: absolute;
    top: 160px;
    right: -22px;
    width: 190px;
    height: 190px;
    background: url("assets/img/pattern_bg_indicators.svg") center / contain no-repeat;
    opacity: 0.18;
    pointer-events: none;
}

.csfor-single-post {
    position: relative;
    z-index: 1;
}

.csfor-single-post__header {
    margin-bottom: 44px;
}

.csfor-single-post__title {
    max-width: 980px;
    margin: 0 0 30px;
    color: rgba(0, 76, 38, 1);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 700;
    line-height: 48px;
}

.csfor-single-post__date {
    display: block;
    margin-bottom: 38px;
    color: rgba(28, 28, 28, 1);
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 700;
    line-height: 24px;
}

.csfor-single-post__image {
    margin: 0;
}

.csfor-single-post__image img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.csfor-single-post__content {
    font-size: clamp(15px, 1.2vw, 16px);
    line-height: 24px;
}

.csfor-single-post__content > :first-child {
    margin-top: 0;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/

.header-social-icons-custom,
.header-social-icons-custom-mobile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
}

.custom-social-icon {
    display: inline-flex;
    transition: opacity 0.3s;
    margin-right: 10px;
}

.custom-social-icon:hover {
    opacity: 0.7;
}

.custom-social-icon img {
    display: block;
}

.mobile-sidebar .header-social-icons-custom-mobile {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
    margin: 8px 0 0;
    padding: 18px 24px;
    border-top: 1px solid rgba(5, 106, 55, 0.12);
    background: linear-gradient(90deg, rgba(5, 106, 55, 0.08), rgba(5, 106, 55, 0.02));
}

.mobile-sidebar .nav-sidebar.nav-vertical > li.header-social-icons-custom-mobile:hover {
    background: linear-gradient(90deg, rgba(5, 106, 55, 0.08), rgba(5, 106, 55, 0.02));
}

.mobile-sidebar .header-social-icons-custom-mobile__label {
    flex: 1 1 auto;
    min-width: 0;
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

.mobile-sidebar .header-social-icons-custom-mobile .custom-social-icon {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background: transparent;
    box-shadow: none;
    transition: opacity 0.2s ease;
}

.mobile-sidebar .header-social-icons-custom-mobile .custom-social-icon:hover {
    opacity: 0.82;
    transform: none;
    box-shadow: none;
}

.mobile-sidebar .header-social-icons-custom-mobile .custom-social-icon:focus-visible {
    opacity: 1;
    outline: 2px solid #056a37;
    outline-offset: 2px;
    transform: none;
    box-shadow: none;
}

.mobile-sidebar .header-social-icons-custom-mobile .custom-social-icon img {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    max-width: none;
    max-height: none;
    border-radius: 5px;
}

/* Custom Page Header Block */
.page-header-custom-block {
    width: 100%;
    overflow: hidden;
}

.page-header-custom-content {
    display: flex;
    flex-wrap: wrap;
    min-height: 350px;
}

.page-header-custom-text-side {
    flex: 1 1 50%;
    background: linear-gradient(175deg, #00AE4B, #004C26);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px;
}

.page-header-custom-inner {
    max-width: 600px;
    width: 100%;
}

.page-header-custom-title {
    color: #fff;
    font-size: clamp(32px, 3.8vw, 42px);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-header-custom-subtitle {
    font-size: clamp(18px, 1.7vw, 20px);
    line-height: 1.5;
    opacity: 0.9;
}

.page-header-custom-image-side {
    flex: 1 1 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

@media (max-width: 849px) {
    .blog-single {
        padding-top: 56px;
    }

    .blog-single::after {
        display: none;
    }

    .csfor-single-post__header {
        margin-bottom: 32px;
    }

    .csfor-single-post__title {
        font-size: clamp(26px, 3vw, 32px);
        line-height: 38px;
    }

    .csfor-single-post__date {
        margin-bottom: 28px;
        font-size: clamp(15px, 1.2vw, 16px);
        line-height: 22px;
    }

    .csfor-category-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .csfor-category-hero__title {
        min-height: 240px;
    }

    .csfor-category-hero__image {
        display: none;
    }

    .csfor-category-hero__title {
        padding: 40px 0;
    }

    .csfor-category-hero__title h1 {
        width: 100%;
        max-width: none;
        font-size: clamp(26px, 3vw, 32px);
        line-height: 36px;
    }

    .csfor-category-content {
        padding-top: 56px;
        padding-bottom: 72px;
    }

    .csfor-search-page__header {
        padding: 48px 0;
    }

    .csfor-search-page__title {
        font-size: clamp(26px, 3vw, 32px);
        line-height: 36px;
    }

    .csfor-search-content {
        padding-top: 56px;
        padding-bottom: 72px;
    }

    .box-normal.box-blog-post .box-text {
        min-height: 0;
        padding: 28px;
    }

    .box-normal.box-blog-post .box-image .image-cover {
        padding-top: 56.25% !important;
    }

    .box-normal.box-blog-post .post-title {
        font-size: clamp(20px, 2.1vw, 24px);
        line-height: 30px;
    }

    .box-normal.box-blog-post .from_the_blog_excerpt {
        font-size: clamp(15px, 1.35vw, 17px);
        line-height: 25px;
    }

    .page-header-custom-text-side {
        justify-content: center;
        flex: 1 1 100%;
    }
    .page-header-custom-image-side {
        flex: 1 1 100%;
        min-height: 250px;
    }
    .page-header-custom-title {
        font-size: clamp(26px, 3vw, 32px);
    }
}

@media (max-width: 549px) {
    .box-normal.box-blog-post .box-text {
        padding: 22px;
    }

    .box-normal.box-blog-post .post-meta {
        margin-bottom: 14px;
        font-size: clamp(13px, 1vw, 14px);
        line-height: 20px;
    }

    .box-normal.box-blog-post .post-title {
        margin-bottom: 16px;
        font-size: clamp(19px, 1.9vw, 22px);
        line-height: 28px;
    }

    .box-normal.box-blog-post .from_the_blog_excerpt {
        margin-bottom: 22px;
        font-size: clamp(15px, 1.2vw, 16px);
        line-height: 24px;
    }

    .box-normal.box-blog-post .button {
        font-size: clamp(13px, 1vw, 14px);
        line-height: 20px;
    }
}

@media (min-width: 470px) and (max-width: 550px) {
    .csfor-category-page .post-item > .col-inner {
        height: auto;
    }

    .csfor-category-page .box-normal.box-blog-post {
        height: auto;
        min-height: 0;
    }

    .csfor-category-page .box-normal.box-blog-post .box-text {
        min-height: 0;
    }
}
.contact-block-green-text {
    background: rgba(32, 123, 42, 1);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    margin-bottom: 24px;
}
.contact-block-green-text p{
    margin-bottom: 0px;
    font-weight: 700;
    font-size: clamp(15px, 1.2vw, 16px);
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.csfor-contact-chat-button {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 1;
    text-decoration: none;
}

.csfor-contact-chat-button img {
    display: block;
    width: 112px;
    height: 112px;
}

.csfor-contact-form-popup {
    width: 100%;
    max-width: 560px;
    padding: 0;
    border: 2px solid rgba(0, 161, 70, 1);
    border-radius: 8px;
    overflow: hidden;
}

.csfor-contact-form-popup form {
    margin-bottom: 0;
}

.csfor-contact-form {
    background: #fff;
}

.csfor-contact-form__header {
    padding: 34px 40px 32px;
    background: rgba(0, 161, 70, 1);
}

.csfor-contact-form__title {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2.5vw, 28px);
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0;
}

.csfor-contact-form__body {
    padding: 28px 40px 36px;
}

.csfor-contact-form__field {
    margin-bottom: 18px;
}

.csfor-contact-form.is-district-toggle-ready .csfor-contact-form__field--district-other {
    display: none;
}

.csfor-contact-form.is-district-toggle-ready .csfor-contact-form__field--district-other.is-visible {
    display: block;
}

.csfor-contact-form__field label {
    display: block;
    margin-bottom: 7px;
    color: rgba(28, 28, 28, 1);
    font-size: clamp(14px, 1.1vw, 15px);
    font-weight: 400;
    line-height: 20px;
}

.csfor-contact-form__field .wpcf7-form-control-wrap {
    display: block;
}

.csfor-contact-form__field input,
.csfor-contact-form__field select,
.csfor-contact-form__field textarea {
    width: 100%;
    margin: 0;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 4px;
    background-color: rgba(246, 247, 248, 1);
    color: rgba(28, 28, 28, 1);
    font-size: clamp(14px, 1.1vw, 15px);
    line-height: 20px;
    box-shadow: none;
}

.csfor-contact-form__field input,
.csfor-contact-form__field select {
    height: 46px;
    padding: 0 14px;
}

.csfor-contact-form__field select {
    appearance: none;
    padding-right: 42px;
    background-image: linear-gradient(45deg, transparent 50%, #1c1c1c 50%), linear-gradient(135deg, #1c1c1c 50%, transparent 50%);
    background-position: calc(100% - 22px) 19px, calc(100% - 14px) 19px;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
}

.csfor-contact-form__field textarea {
    min-height: 130px;
    padding: 12px 14px;
    resize: vertical;
}

.csfor-contact-form__field input:focus,
.csfor-contact-form__field select:focus,
.csfor-contact-form__field textarea:focus {
    border-color: rgba(0, 161, 70, 1);
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 161, 70, 1);
}

.csfor-contact-form__agreement {
    max-width: 430px;
    margin: 2px 0 18px !important;
    color: rgba(28, 28, 28, 1);
    font-size: clamp(11px, 0.85vw, 12px);
    font-weight: 400;
    line-height: 16px;
}

.csfor-contact-form__agreement a {
    color: rgba(28, 28, 28, 1);
    text-decoration: underline;
}

.csfor-contact-form .wpcf7-submit {
    min-height: 30px;
    margin: 0;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background-color: rgba(5, 106, 55, 1);
    color: #fff;
    font-size: clamp(13px, 1vw, 14px);
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: none;
}

.csfor-contact-form .wpcf7-submit:hover,
.csfor-contact-form .wpcf7-submit:focus {
    background-color: rgba(0, 76, 38, 1);
    color: #fff;
}

.csfor-contact-form .wpcf7-spinner {
    margin: 0 0 0 12px;
}

.csfor-contact-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: clamp(11px, 0.85vw, 12px);
    line-height: 16px;
}

.csfor-contact-form .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: clamp(12px, 0.9vw, 13px);
    line-height: 18px;
}

@media (max-width: 549px) {
    .csfor-contact-chat-button {
        right: 16px;
        bottom: 16px;
        width: 80px;
        height: 80px;
    }

    .csfor-contact-chat-button img {
        width: 90px;
        height: 90px;
    }

    .csfor-contact-form-popup {
        width: 100%;
        max-width: 520px;
        max-height: calc(100vh - 60px);
        max-height: calc(100dvh - 60px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .csfor-contact-form__header {
        padding: 26px 24px 24px;
    }

    .csfor-contact-form__title {
        font-size: clamp(20px, 2.1vw, 24px);
        line-height: 30px;
    }

    .csfor-contact-form__body {
        padding: 24px;
    }
}

/* Video card */
.col > .col-inner:has(> .video.video-fit + .text) {
    overflow: hidden;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 6px;
}

.col > .col-inner:has(> .video.video-fit + .text) > .video.video-fit {
    margin-bottom: 0;
}

.col > .col-inner:has(> .video.video-fit + .text) > .text {
    padding: 16px;
}

.col > .col-inner:has(> .video.video-fit + .text) > .text p {
    font-size: clamp(13px, 1vw, 14px);
    margin-bottom: 0;
}

.csfor-color-card {
    display: flex;
}

.csfor-color-card > .col-inner{
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.csfor-color-card .icon-box {
    width: 100%;
}

.csfor-color-card h4{
    margin-bottom: 8px;
}

.section_block_color-card{
    padding-top: 100px !important;
    padding-bottom: 200px !important;
}

.section_block_color-card .section-bg{
    background: url("assets/img/pattern_bg_indicators.svg");
    /*background-size: cover;*/
    background-repeat: repeat-x;
    background-position: bottom;
}

/* Big project step card */
.csfor-custom-big-card {
    display: block;
    width: calc(100% - 120px);
    margin-right: 60px;
    margin-left: 60px;
    padding-bottom: 0;
}

.csfor-custom-big-card::after {
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    margin: 16px auto 24px;
    background: url("assets/img/arrow-pointer_down.svg") center / contain no-repeat;
}

.csfor-custom-big-card:not(:has(~ .csfor-custom-big-card))::after,
.csfor-custom-big-card:last-child::after,
.csfor-custom-big-card:last-of-type::after {
    display: none;
}

.csfor-custom-big-card > .col-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.csfor-custom-big-card h4 {
    margin-bottom: 24px;
    font-size: clamp(22px, 2.3vw, 26px);
    font-weight: 700;
    line-height: 32px;
}

.csfor-custom-big-card p {
    margin-bottom: 0;
}

.csfor-block-about-icon-box {
    align-items: center;
    column-gap: 15px;
    margin-bottom: 46px;
    padding: 24px 26px;
    border: 1px solid #4a91bd;
    border-radius: 5px;
    background: #dff1ff;
    color: #135f75;
}
.csfor-block-about-icon-box:last-child{
    margin-bottom: 0;
}

.csfor-block-about-icon-box:nth-of-type(even) {
    border-color: #6c9b5d;
    background: #def2d4;
    color: #23620f;
}

/*.csfor-block-about-icon-box .icon-box-text {*/
/*    display: block;*/
/*    min-width: 0;*/
/*    padding-left: 0 !important;*/
/*}*/

.csfor-block-about-icon-box p {
    margin-bottom: 0;
}

.csfor-block-about-icon-box p:first-child {
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: nowrap;
    margin: 0 0 14px;
    color: currentColor;
    font-size: clamp(52px, 4.8vw, 64px);
    font-weight: 700;
    line-height: .95;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.csfor-block-about-icon-box p:first-child span {
    display: inline-block;
    flex: 0 0 auto;
    font-size: .64em;
    line-height: 1;
    white-space: nowrap;
}

.csfor-block-about-icon-box p:not(:first-child) {
    margin-bottom: 0;
    color: #1c1c1c;
}

.csfor-custom-big-card .icon-box-img {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.csfor-custom-big-card .icon-box-img .icon,
.csfor-custom-big-card .icon-box-img .icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.csfor-custom-big-card .icon-box-img img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 849px) {
    .csfor-color-card .icon-box-left {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }

    .csfor-color-card .icon-box-text,
    .csfor-color-card .icon-box-left .icon-box-img + .icon-box-text {
        width: 100%;
        min-width: 0;
        padding-left: 0;
    }

    .csfor-color-card h4,
    .csfor-color-card h4 span {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .csfor-custom-big-card {
        width: calc(100% - 48px);
        margin-right: 24px;
        margin-left: 24px;
    }

    .csfor-custom-big-card::after {
        width: 40px;
        height: 40px;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .csfor-custom-big-card > .col-inner {
        min-height: 0;
        padding: 28px 24px !important;
    }

    .csfor-custom-big-card .icon-box,
    .csfor-custom-big-card .icon-box-left {
        grid-template-columns: 120px minmax(0, 1fr);
        column-gap: 28px;
    }

    .csfor-custom-big-card .icon-box-img {
        width: 120px !important;
        min-width: 120px;
    }

    .csfor-custom-big-card .icon-box-img img {
        width: 120px;
    }

    .csfor-custom-big-card h4 {
        margin-bottom: 14px;
        font-size: clamp(22px, 2.3vw, 26px);
        line-height: 32px;
    }

    .csfor-custom-big-card p {
        font-size: clamp(16px, 1.5vw, 18px);
        line-height: 27px;
    }

    .csfor-block-about-icon-box {
        grid-template-columns: 72px minmax(0, 1fr);
        column-gap: 22px;
        min-height: 136px;
        padding: 22px 24px;
    }

    .csfor-block-about-icon-box .icon-box-img {
        width: 72px !important;
        max-width: 72px;
        min-width: 72px;
    }

    .csfor-block-about-icon-box .icon-box-img img {
        width: 66px;
        max-width: 66px;
    }

    .csfor-block-about-icon-box p:first-child {
        gap: 12px;
        font-size: clamp(44px, 7vw, 58px);
    }

    .csfor-block-about-icon-box p:not(:first-child) {
        font-size: clamp(15px, 1.2vw, 16px);
        line-height: 23px;
    }
}

@media (max-width: 549px) {
    .csfor-custom-big-card {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .csfor-custom-big-card::after {
        width: 34px;
        height: 34px;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .csfor-custom-big-card > .col-inner {
        padding: 24px 20px !important;
    }

    .csfor-custom-big-card .icon-box,
    .csfor-custom-big-card .icon-box-left {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        align-items: start;
    }

    .csfor-custom-big-card .icon-box-text {
        width: 100%;
        padding-left: 0;
    }

    .csfor-custom-big-card .icon-box-img {
        width: 112px !important;
        min-width: 112px;
    }

    .csfor-custom-big-card .icon-box-img img {
        width: 112px;
    }

    .csfor-custom-big-card h4 {
        font-size: clamp(20px, 2vw, 23px);
        line-height: 29px;
    }

    .csfor-custom-big-card p {
        font-size: clamp(15px, 1.2vw, 16px);
        line-height: 24px;
    }

    .csfor-block-about-icon-box {
        grid-template-columns: 72px minmax(0, 1fr);
        column-gap: 18px;
        min-height: 0;
        margin-bottom: 18px;
        padding: 24px 18px;
    }

    .csfor-block-about-icon-box .icon-box-img {
        width: 72px !important;
        max-width: 72px;
        min-width: 72px;
    }

    .csfor-block-about-icon-box .icon-box-img img {
        width: 58px;
        max-width: 58px;
    }

    .csfor-block-about-icon-box p:first-child {
        margin-bottom: 10px;
        font-size: clamp(32px, 12vw, 48px);
    }

    .csfor-block-about-icon-box p:first-child span {
        display: block;
        margin-top: 4px;
        white-space: normal;
    }

    .csfor-block-about-icon-box p:not(:first-child) {
        font-size: clamp(14px, 1.1vw, 15px);
        line-height: 22px;
    }
}

@media (max-width: 429px) {
    .csfor-block-about-icon-box .icon-box-img + .icon-box-text {
        min-width: 0;
        padding-left: 0;
    }

    .csfor-block-about-icon-box p:first-child {
        gap: 8px;
        font-size: clamp(32px, 10vw, 40px);
        overflow-wrap: normal;
        word-break: normal;
    }
}

.csfor-block-climat {
    background: linear-gradient(91.28deg, #D4EDFF 3.02%, #E4FFEA 100%);
    padding: 32px 48px 13px;
}

.csfor-about-project-text span{
    font-weight: 600;
    font-size: clamp(19px, 1.9vw, 22px);
    line-height: 28px;
    letter-spacing: 0%;
    color: rgba(0, 76, 38, 1);
    margin-bottom: 0px;
}

.csfor-about-target-project{
    background: linear-gradient(280.26deg, #D4EDFF 16.71%, #E4FFEA 94.39%);
}

.csfor-about-target-project-left p:nth-of-type(2){
    margin-bottom: 44px;
}

.csfor-about-target-project-left p:nth-of-type(odd){
    margin-bottom: 16px;
}

.csfor-about-target-project-left span{
    font-weight: 400;
    font-size: clamp(34px, 4.2vw, 46px);
    line-height: 54px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.csfor-about-target-project-right {
    display: flex;
}

.csfor-about-target-project-right > .col-inner {
    display: flex;
    width: 100%;
}

.csfor-about-target-project-right .icon-box-right {
    align-items: stretch;
    width: 100%;
}

.csfor-about-target-project-right .icon-box-img,
.csfor-about-target-project-right .icon-box-img .icon,
.csfor-about-target-project-right .icon-box-img .icon-inner {
    display: flex;
    align-self: stretch;
    width: 100%;
    height: auto;
}

.csfor-about-target-project-right img {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0;
    object-fit: cover;
}

@media (max-width: 849px) {
    .csfor-about-target-project-right .icon-box-img {
        position: relative;
        min-height: 0;
        overflow: hidden;
    }

    .csfor-about-target-project-right .icon-box-img img {
        position: absolute;
        inset: 0;
    }
}

@media (max-width: 449px) {
    .csfor-about-target-project-right .icon-box-img {
        display: none;
    }

    .csfor-about-target-project-right .icon-box-text {
        width: 100%;
    }
}

.csfor-about-target-project-right .icon-box-right .icon-box-img+.icon-box-text{
    padding: 32px;
    padding-right: 32px;
}

.csfor-about-target-project-right .icon-box-text p {
    margin-bottom: 0px;
}

.csfor-about-target-project-card{
    padding-top: 100px !important;
    padding-bottom: 200px !important;
}

.csfor-about-target-project-card .section-bg{
    background: url("assets/img/pattern_bg_indicators.svg");
    /*background-size: cover;*/
    background-repeat: repeat-x;
    background-position: bottom;
}

.csfor-about-target-project-card .box-overlay.dark .box-text, .home_block_indicators .box-shade.dark .box-text{
    text-shadow: unset;
}

.csfor-about-target-project-card .lable_indicators {
    background: rgba(222, 240, 229, 1);
    padding: 4px 8px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 20px;
}

.csfor-about-target-project-card .lable_indicators_green {
    background-color: rgba(167, 245, 166, 1);
}

.csfor-about-target-project-card .lable_indicators_blue {
    background: rgba(172, 214, 244, 1);
}

.csfor-about-target-project-card .lable_indicators p{
    font-weight: 600;
    font-size: clamp(13px, 1vw, 14px);
    line-height: 18px;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: rgba(5, 106, 55, 1);
    margin: unset;
}

@media (max-width: 1167px) {
    .csfor-about-target-project-card .box-text {
        padding: 22px !important;
    }

    .csfor-about-target-project-card .indicators_custom_title p {
        font-size: clamp(40px, 4.5vw, 48px);
        line-height: 1;
    }

    .csfor-about-target-project-card .indicators_custom_title span {
        font-size: clamp(20px, 2.2vw, 23px);
        line-height: 1.1;
    }

    .csfor-about-target-project-card span.indicators_custom_title_break_word {
        overflow-wrap: normal;
        word-break: normal;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 .gap-element {
        padding-top: 40px !important;
    }
}

@media (min-width: 550px) and (max-width: 849px) {
    .csfor-about-target-project-card .section-content > .row > .medium-4,
    .csfor-about-target-project-card .section-content > .row > .medium-8 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 849px) {
    .csfor-about-target-project-card .section-content > .row > .medium-4 > .col-inner > .row > .col:last-child {
        padding-bottom: 0;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 .gap-element {
        padding-top: 0 !important;
    }

    .csfor-about-target-project-card .box {
        min-height: 238px;
    }

    .csfor-about-target-project-card .box-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .csfor-about-target-project-card .box-image > div {
        position: relative;
        height: 100%;
        padding-top: 0 !important;
        overflow: hidden;
    }

    .csfor-about-target-project-card .box-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .csfor-about-target-project-card .box.box-overlay .box-text {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto !important;
        left: auto;
        width: 100%;
        min-height: 238px;
        max-height: none;
        padding-bottom: 32px !important;
        overflow: visible;
        transform: none;
    }
}

@media (min-width: 850px) {
    .csfor-about-target-project-card .section-content > .row {
        align-items: stretch;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 {
        display: flex;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 > .col-inner {
        display: flex;
        width: 100%;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 > .col-inner > .row {
        flex: 1 1 auto;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 > .col-inner > .row > .col {
        display: flex;
        flex: 1 1 0;
        max-width: 100%;
        min-height: 0;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 > .col-inner > .row > .col > .col-inner,
    .csfor-about-target-project-card .section-content > .row > .medium-4 .box {
        width: 100%;
        height: 100%;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 .box-image,
    .csfor-about-target-project-card .section-content > .row > .medium-4 .box-image > div {
        height: 100%;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 .box-image > .image-cover {
        padding-top: 0 !important;
    }

    .csfor-about-target-project-card .section-content > .row > .medium-4 .box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 550px) {
    .about-block-component-row {
        align-items: stretch;
    }

    .about-block-component-row > .col {
        display: flex;
    }

    .about-block-component-row > .col > .col-inner {
        width: 100%;
        height: 100%;
    }

    .about-block-component-row .img,
    .about-block-component-row .img-inner,
    .about-block-component-row .img-inner img {
        height: 100%;
    }

    .about-block-component-row .img-inner.image-cover {
        padding-top: 0 !important;
    }

    .about-block-component-row .img-inner img {
        object-fit: cover;
    }
}

/* Component block quote */
.component-block-quote {
    align-items: stretch;
    overflow: hidden;
    border-radius: 5px;
}

.component-block-quote > .col {
    display: flex;
    padding-bottom: 0;
}

.component-block-quote > .col > .col-inner {
    width: 100%;
    height: 100%;
}

.component-block-quote > .col:first-child .img,
.component-block-quote > .col:first-child .img-inner,
.component-block-quote > .col:first-child .img-inner img {
    height: 100%;
    min-height: 320px;
}

.component-block-quote > .col:first-child .img-inner img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.component-block-quote > .col:last-child > .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 320px;
    padding: 32px 48px !important;
    border-left: 4px solid #056a37;
    background: linear-gradient(286.42deg, #D4EDFF 2.56%, #E4FFEA 71.35%);
}

.component-block-quote .is-border {
    display: none;
}

.component-block-quote > .col:last-child p {
    margin-bottom: 0;
}

.component-block-quote > .col:last-child p:first-of-type a {
    display: inline-block;
}

.component-block-quote > .col:last-child p:nth-of-type(2) {
    max-width: 600px;
    margin-bottom: 12px;
    color: #1c1c1c;
    font-size: clamp(30px, 3.6vw, 40px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.35;
}

.component-block-quote > .col:last-child p:nth-of-type(3) {
    max-width: 600px;
    margin-bottom: 26px;
    color: #1c1c1c;
    font-size: clamp(15px, 1.2vw, 16px);
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

.component-block-quote > .col:last-child p:last-of-type {
    display: flex;
    justify-content: flex-end;
}

.component-block-quote > .col:last-child p:last-of-type img {
    float: none !important;
}

@media (max-width: 849px) {
    .component-block-quote > .col:last-child p:first-of-type {
        margin-bottom: 20px;
    }

    .component-block-quote > .col:last-child p:nth-of-type(2) {
        font-size: clamp(26px, 3vw, 32px);
        line-height: 1.35;
    }
}

@media (max-width: 549px) {
    .component-block-quote > .col:first-child .img,
    .component-block-quote > .col:first-child .img-inner,
    .component-block-quote > .col:first-child .img-inner img {
        height: auto;
        min-height: 0;
    }

    .component-block-quote > .col:first-child .img-inner img {
        aspect-ratio: 16 / 9;
    }

    .component-block-quote > .col:last-child > .col-inner {
        min-height: 0;
        padding: 28px 22px 24px !important;
        border-top: 4px solid #056a37;
        border-left: 0;
    }

    .component-block-quote > .col:last-child p:first-of-type img,
    .component-block-quote > .col:last-child p:last-of-type img {
        width: 40px;
    }

    .component-block-quote > .col:last-child p:nth-of-type(2) {
        font-size: clamp(23px, 2.4vw, 27px);
        line-height: 1.35;
    }
}

/* Component result icon list */
.component-block-result > .col:first-child > .col-inner {
    padding-left: 15px;
}

@media (min-width: 550px) and (max-width: 849px) {
    .component-block-result,
    .component-block-what,
    .component-block-voice {
        align-items: stretch;
    }

    .component-block-result > .col,
    .component-block-what > .col,
    .component-block-voice > .col {
        display: flex;
    }

    .component-block-result > .col > .col-inner,
    .component-block-what > .col > .col-inner,
    .component-block-voice > .col > .col-inner {
        width: 100%;
        height: 100%;
    }

    .component-block-result > .col:last-child .img,
    .component-block-result > .col:last-child .img-inner,
    .component-block-result > .col:last-child .img-inner img,
    .component-block-what > .col:first-child .img,
    .component-block-what > .col:first-child .img-inner,
    .component-block-what > .col:first-child .img-inner img,
    .component-block-voice > .col:last-child .img,
    .component-block-voice > .col:last-child .img-inner,
    .component-block-voice > .col:last-child .img-inner img {
        height: 100%;
    }

    .component-block-result > .col:last-child .img-inner,
    .component-block-what > .col:first-child .img-inner,
    .component-block-voice > .col:last-child .img-inner {
        overflow: hidden;
        border-radius: 5px;
    }

    .component-block-result > .col:last-child .img-inner img,
    .component-block-what > .col:first-child .img-inner img,
    .component-block-voice > .col:last-child .img-inner img {
        display: block;
        width: 100%;
        border-radius: 5px;
        object-fit: cover;
    }
}

@media (min-width: 850px) {
    .component-block-result,
    .component-block-what,
    .component-block-voice {
        align-items: stretch;
    }

    .component-block-result > .col,
    .component-block-what > .col,
    .component-block-voice > .col {
        display: flex;
    }

    .component-block-result > .col > .col-inner,
    .component-block-what > .col > .col-inner,
    .component-block-voice > .col > .col-inner {
        width: 100%;
        height: 100%;
    }

    .component-block-result > .col:last-child .img,
    .component-block-result > .col:last-child .img-inner,
    .component-block-result > .col:last-child .img-inner img,
    .component-block-what > .col > .col-inner > .img,
    .component-block-what > .col > .col-inner > .img > .img-inner,
    .component-block-what > .col > .col-inner > .img > .img-inner img,
    .component-block-voice > .col > .col-inner > .img,
    .component-block-voice > .col > .col-inner > .img > .img-inner,
    .component-block-voice > .col > .col-inner > .img > .img-inner img {
        height: 100%;
    }

    .component-block-result > .col:last-child .img-inner,
    .component-block-what > .col > .col-inner > .img > .img-inner,
    .component-block-voice > .col > .col-inner > .img > .img-inner {
        overflow: hidden;
        border-radius: 5px;
    }

    .component-block-result > .col:last-child .img-inner img,
    .component-block-what > .col > .col-inner > .img > .img-inner img,
    .component-block-voice > .col > .col-inner > .img > .img-inner img {
        border-radius: 5px;
    }

    .component-block-result > .col:last-child .img-inner.image-cover,
    .component-block-what > .col > .col-inner > .img > .img-inner.image-cover,
    .component-block-voice > .col > .col-inner > .img > .img-inner.image-cover {
        padding-top: 0 !important;
    }

    .component-block-result > .col:last-child .img-inner img,
    .component-block-what > .col > .col-inner > .img > .img-inner img,
    .component-block-voice > .col > .col-inner > .img > .img-inner img {
        display: block;
        width: 100%;
        object-fit: cover;
    }
}

.component-block-result .icon-box {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 0px;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 16px 20px 22px 0px;
    border-top: 1px solid rgba(217, 217, 217, 1);
}

.component-block-result .icon-box:last-of-type {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.component-block-result .icon-box .icon-inner img {
    display: block;
    width: 54px;
    height: 54px;
    max-width: 54px;
    object-fit: contain;
    object-position: left top;
}

/* Component glass icon cards */
.component-block-glass-cart {
    display: flex !important;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
    padding: 8px 24px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    background: rgba(90, 110, 62, 0.5);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.component-block-glass-cart:last-child {
    margin-bottom: 0;
}

.component-block-glass-cart img {
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.component-block-glass-cart p {
    margin-bottom: 0px;
}

@media (max-width: 849px) {
    .component-block-result .icon-box {
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 14px;
        padding: 22px 0 24px;
    }

    .component-block-result .icon-box .icon-box-img {
        width: 58px !important;
        max-width: 58px;
        min-width: 58px;
    }

    .component-block-result .icon-box .icon-inner img {
        width: 48px;
        height: 48px;
        max-width: 48px;
    }

    .component-block-result .icon-box .icon-box-text p {
        font-size: clamp(18px, 1.7vw, 20px);
        line-height: 1.45;
    }

}

@media (max-width: 549px) {
    .component-block-result .icon-box {
        grid-template-columns: 46px minmax(0, 1fr);
        column-gap: 12px;
        padding: 20px 0 22px;
    }

    .component-block-result .icon-box .icon-box-img {
        width: 46px !important;
        max-width: 46px;
        min-width: 46px;
    }

    .component-block-result .icon-box .icon-inner img {
        width: 40px;
        height: 40px;
        max-width: 40px;
    }

    .component-block-result .icon-box .icon-box-text p {
        font-size: clamp(16px, 1.5vw, 18px);
        line-height: 1.45;
    }

    .component-block-glass-cart {
        gap: 14px;
        margin-bottom: 16px;
        padding: 16px;
    }

    .component-block-glass-cart .icon-box-img {
        flex-basis: 58px;
        width: 58px !important;
    }

    .component-block-glass-cart img {
        width: 52px !important;
        height: 52px !important;
    }

    .component-block-glass-cart p {
        font-size: clamp(15px, 1.2vw, 16px);
        line-height: 1.45;
    }
}

.component-block-invest{
    background: url("assets/img/bg_mount.png") center / cover no-repeat;
    border-radius: 5px;
    padding: 48px 36px 16px;
    overflow: hidden;
}

.component-block-invest > .col {
    padding-bottom: 32px;
}

.component-block-invest-card {
    display: flex;
}

.component-block-invest-card > .col-inner{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 130px;
    padding: 24px !important;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(1px);
}

.component-block-invest-card > .col-inner::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    width: 70px;
    height: 60px;
    background-color: currentColor;
    pointer-events: none;
    -webkit-mask-image: var(--invest-card-icon);
    mask-image: var(--invest-card-icon);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.component-block-invest-card > .col-inner > .text {
    width: 100%;
}

.component-block-invest-card p{
    margin-bottom: 0;
    letter-spacing: 0;
}

.component-block-invest-card p:first-of-type {
    color: currentColor !important;
    font-weight: 600;
    font-size: clamp(30px, 3.4vw, 38px);
    line-height: 42px;
    letter-spacing: 0%;
}

.component-block-invest-card p:first-of-type span {
    font-weight: 600;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 54px;
    letter-spacing: 0%;
}

.component-block-invest-card p:first-of-type + p {
    margin-top: 15px;
    font-weight: 600;
    font-size: clamp(13px, 1vw, 14px);
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.component-block-invest-card--total > .col-inner,
.component-block-invest-card--natural > .col-inner,
.component-block-invest-card:nth-child(1) > .col-inner,
.component-block-invest-card:nth-child(5) > .col-inner {
    color: #056a37;
}

.component-block-invest-card--total p:first-of-type + p,
.component-block-invest-card--natural p:first-of-type + p,
.component-block-invest-card:nth-child(1) p:first-of-type + p,
.component-block-invest-card:nth-child(5) p:first-of-type + p {
    color: #1c1c1c !important;
}

.component-block-invest-card--nursery p:first-of-type,
.component-block-invest-card:nth-child(6) p:first-of-type {
    /*font-size: clamp(42px, 3.2vw, 58px);*/
}

.component-block-invest-card--total > .col-inner,
.component-block-invest-card:nth-child(1) > .col-inner {
    --invest-card-icon: url("assets/img/icon_comp2_1.svg");
}

.component-block-invest-card--planting > .col-inner,
.component-block-invest-card:nth-child(3) > .col-inner {
    --invest-card-icon: url("assets/img/icon_comp2_2.svg");
}

.component-block-invest-card--orchard > .col-inner,
.component-block-invest-card:nth-child(4) > .col-inner {
    --invest-card-icon: url("assets/img/icon_comp2_3.svg");
}

.component-block-invest-card--natural > .col-inner,
.component-block-invest-card:nth-child(5) > .col-inner {
    --invest-card-icon: url("assets/img/icon_comp2_4.svg");
}

.component-block-invest-card--nursery > .col-inner,
.component-block-invest-card:nth-child(6) > .col-inner {
    --invest-card-icon: url("assets/img/icon_comp2_5.svg");
}

@media (max-width: 849px) {
    .component-block-invest {
        padding: 32px 22px 0;
    }

    .component-block-invest > .col {
        padding-bottom: 24px;
    }

    .component-block-invest > .col:not(.component-block-invest-card) {
        display: none;
    }

    .component-block-invest-card > .col-inner {
        min-height: 160px;
        padding: 28px 100px 26px 28px !important;
    }

    .component-block-invest-card > .col-inner::after {
        top: 26px;
        right: 26px;
        width: 64px;
        height: 64px;
    }

    .component-block-invest-card p:first-of-type {
        font-size: clamp(42px, 8vw, 56px);
    }

    .component-block-invest-card p:first-of-type + p {
        margin-top: 18px;
        font-size: clamp(15px, 1.35vw, 17px);
        line-height: 1.28;
    }
}

@media (min-width: 550px) and (max-width: 800px) {
    .component-block-invest > .component-block-invest-card {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    .component-block-invest-card--nursery p:first-of-type,
    .component-block-invest-card:nth-child(6) p:first-of-type {
        font-size: clamp(28px, 3.2vw, 32px);
        line-height: 1.2;
    }

    .component-block-invest-card--nursery p:first-of-type span,
    .component-block-invest-card:nth-child(6) p:first-of-type span {
        font-size: inherit;
        line-height: inherit;
    }
}

@media (min-width: 850px) and (max-width: 1000px) {
    .component-block-invest-card--nursery p:first-of-type,
    .component-block-invest-card:nth-child(6) p:first-of-type {
        max-width: calc(100% - 90px);
    }
}

@media (max-width: 549px) {
    .component-block-invest {
        padding: 22px 16px 0;
    }

    .component-block-invest-card > .col-inner {
        min-height: 150px;
        padding: 24px 82px 22px 22px !important;
    }

    .component-block-invest-card > .col-inner::after {
        top: 22px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .component-block-invest-card p:first-of-type,
    .component-block-invest-card--nursery p:first-of-type,
    .component-block-invest-card:nth-child(6) p:first-of-type {
        font-size: clamp(34px, 11vw, 44px);
    }

    .component-block-invest-card p:first-of-type + p {
        margin-top: 14px;
        font-size: clamp(13px, 1vw, 14px);
        line-height: 1.3;
    }
}

.component-block-grant-icon{
    column-gap: 24px;
    margin-bottom: 24px;
    align-items: stretch !important;
}
.component-block-grant-icon .icon-box{
    display: flex !important;
    flex-direction: column;
    align-self: stretch;
    background: rgba(255, 252, 243, 1);
    border: 1px solid rgba(255, 230, 199, 1);
    border-radius: 5px;
    padding: 16px 0px;
    width: 100%;
    justify-content: center;
    height: auto;
}

.component-block-grant-icon .icon-box-img{
    flex: 0 0 auto;
    margin: 0px auto 20px;
    height: 65px;
}

.component-block-grant-icon .icon-box-text{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.component-block-grant-icon p{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: clamp(13px, 1vw, 14px);
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}

@media (max-width: 499px) {
    .component-block-grant-icon {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 12px;
    }

    .component-block-grant-icon .icon-box {
        width: 100%;
        min-width: 0;
    }
}

/* Component 3 learn cards */
.component3-block-learn-card-icon {
    display: flex;
    padding-bottom: 18px;
}

.component3-block-learn-card-icon > .col-inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.component3-block-learn-card-icon > .col-inner > a {
    display: flex;
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
}

.component3-block-learn-card-icon > .col-inner > a > .icon-box {
    flex: 1 1 auto;
}

.component3-block-learn-card-icon .icon-box {
    display: grid !important;
    grid-template-columns: 60px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
    width: 100%;
    min-height: 76px;
    margin: 0;
    padding: 13px 26px;
    border: 1px solid #78a96d;
    border-radius: 5px;
    background: #dcedd2;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.24);
}

.component3-block-learn-card-icon:nth-child(3) .icon-box,
.component3-block-learn-card-icon:nth-child(8) .icon-box {
    border-color: #7db2d4;
    background: #dcefff;
}

.component3-block-learn-card-icon:nth-child(4) .icon-box,
.component3-block-learn-card-icon:nth-child(6) .icon-box {
    border-color: #c4a24d;
    background: #f5e8b8;
}

.component3-block-learn-card-icon:nth-child(5) .icon-box {
    border-color: #6ab398;
    background: #e2f6ef;
}

.component3-block-learn-card-icon:nth-child(7) .icon-box {
    border-color: #78a96d;
    background: #dcedd2;
}

.component3-block-learn-card-icon:nth-child(2 of .component3-block-learn-card-icon) .icon-box,
.component3-block-learn-card-icon:nth-child(7 of .component3-block-learn-card-icon) .icon-box {
    border-color: #7db2d4;
    background: #dcefff;
}

.component3-block-learn-card-icon:nth-child(3 of .component3-block-learn-card-icon) .icon-box,
.component3-block-learn-card-icon:nth-child(5 of .component3-block-learn-card-icon) .icon-box {
    border-color: #c4a24d;
    background: #f5e8b8;
}

.component3-block-learn-card-icon:nth-child(4 of .component3-block-learn-card-icon) .icon-box {
    border-color: #6ab398;
    background: #e2f6ef;
}

.component3-block-learn-card-icon:nth-child(6 of .component3-block-learn-card-icon) .icon-box {
    border-color: #78a96d;
    background: #dcedd2;
}

.component3-block-learn-card-icon .icon-box-img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.component3-block-learn-card-icon .icon,
.component3-block-learn-card-icon .icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.component3-block-learn-card-icon .icon-inner img {
    display: block;
    object-fit: contain;
}

.component3-block-learn-card-icon .icon-box-text {
    padding-left: 0 !important;
}

/* Component 3 big card */
.component3-block-big-card {
    align-items: stretch;
}

.component3-block-big-card > .col {
    display: flex;
}

.component3-block-big-card > .col > .col-inner {
    display: flex;
    width: 100%;
}

.component3-block-big-card .box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
}

.component3-block-big-card .box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 5px;
    pointer-events: none;
    box-sizing: border-box;
}

.component3-block-big-card .box-text {
    flex: 1 1 auto;
    padding: 32px;
    background: #fff;
    box-sizing: border-box;
}

.component3-block-big-card .box-text-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.component3-block-big-card .box-text h3 {
    margin: 0 0 18px;
    color: rgba(5, 106, 55, 1);
}

.component3-block-big-card .box-text p:last-of-type {
    margin-bottom: 32px;
}

.component3-block-big-card .box-text .button.primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 0;
    padding: 8px 24px;
    border: 0;
    border-radius: 5px;
    background: rgba(5, 106, 55, 1);
    color: #fff;
    font-size: clamp(15px, 1.2vw, 16px);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
}

.component3-block-big-card .box-text .button.primary:hover,
.component3-block-big-card .box-text .button.primary:focus {
    background: rgba(0, 76, 38, 1);
    color: #fff;
    box-shadow: none;
}

.component3-block-big-card .box-text .button.primary::before,
.component3-block-big-card .box-text .button.primary::after {
    display: none;
}

.component3-block-big-card .box-text .button.primary span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.component3-block-icon-box .icon-box {
    display: table !important;
    width: 100%;
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.component3-block-icon-box .icon-box:last-of-type {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.component3-block-icon-box .icon-box .icon-box-img {
    display: table-cell !important;
    vertical-align: middle;
    width: 44px !important;
    min-width: 44px;
    height: 48px;
    margin: 0;
    opacity: 1;
    transform: rotate(0deg);
}

.component3-block-icon-box .icon-box .icon,
.component3-block-icon-box .icon-box .icon-inner,
.component3-block-icon-box .icon-box .icon-inner img {
    width: 44px;
    height: 48px;
}

.component3-block-icon-box .icon-box .icon-inner img {
    display: block;
    object-fit: contain;
}

.component3-block-icon-box .icon-box .icon-box-text {
    display: table-cell !important;
    vertical-align: middle;
    padding-left: 16px;
}

.component3-block-icon-box .icon-box .icon-box-text p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(13px, 1vw, 14px);
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
}

.component3-block-target .col-inner {
    overflow: hidden;
    border-radius: 5px;
    background: linear-gradient(102.95deg, #E4FFEA 25.94%, #D4EDFF 95.78%);
}

.component3-block-target-text {
    padding: 60px 48px;
}

.component3-block-target-text p{
    font-weight: 400;
    font-style: Italic;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.component3-block-target-text p:first-of-type {
    display: inline-block;
    max-width: 100%;
    font-size: clamp(32px, 8vw, 46px);
    line-height: 1.17;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #78B88E;
}

@media (max-width: 399px) {
    .component3-block-target-text {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.component3-block-icon-5 {
    align-items: stretch;
    row-gap: 0;
}

.component3-block-icon-5 > .col {
    display: flex;
    flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 25px;
}

.component3-block-icon-5 > .col > .col-inner {
    display: flex;
    width: 100%;
}

.component3-block-icon-5 .icon-box {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 260px;
    margin: 0;
    padding: 24px 16px;
    border: 1px solid rgba(120, 160, 130, 0.35);
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
    text-align: center;
}

.component3-block-icon-5 > .col:nth-child(10n+1) .icon-box,
.component3-block-icon-5 > .col:nth-child(10n+7) .icon-box {
    background: rgba(221, 239, 252, 1);
    border-color: rgba(99, 147, 179, 1);
}

.component3-block-icon-5 > .col:nth-child(10n+2) .icon-box,
.component3-block-icon-5 > .col:nth-child(10n+10) .icon-box {
    background: rgba(223, 245, 236, 1);
    border-color: rgba(93, 155, 132, 1);
}

.component3-block-icon-5 > .col:nth-child(10n+3) .icon-box,
.component3-block-icon-5 > .col:nth-child(10n+6) .icon-box,
.component3-block-icon-5 > .col:nth-child(10n+9) .icon-box {
    background: rgba(181, 221, 162, 1);
    border-color: rgba(79, 124, 76, 1);
}

.component3-block-icon-5 > .col:nth-child(10n+4) .icon-box {
    background: rgba(214, 235, 200, 1);
    border-color: rgba(109, 148, 101, 1);
}

.component3-block-icon-5 > .col:nth-child(10n+5) .icon-box,
.component3-block-icon-5 > .col:nth-child(10n+8) .icon-box {
    background: rgba(241, 228, 183, 1);
    border-color: rgba(178, 146, 74, 1);
}

.component3-block-icon-5 .icon-box-img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 96px !important;
    height: 88px;
    margin: 0 auto 24px;
}

.component3-block-icon-5 .icon-box-text {
    width: 100%;
}

.component3-block-icon-5 .icon-box-text p {
    margin: 0;
    font-weight: 500;
    font-size: clamp(15px, 1.2vw, 16px);
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    white-space: pre-line;
}

@media screen and (max-width: 849px) {
    .component3-block-big-card .box-text {
        padding: 30px 28px 40px;
    }

    .component3-block-big-card .box-text h3 {
        font-size: clamp(24px, 2.5vw, 28px);
        line-height: 34px;
    }

    .component3-block-icon-5 > .col {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 549px) {
    .component3-block-big-card .box-text {
        padding: 26px 22px 34px;
    }

    .component3-block-big-card .box-text h3 {
        margin-bottom: 14px;
        font-size: clamp(20px, 2.1vw, 24px);
        line-height: 30px;
    }

    .component3-block-big-card .box-text p {
        font-size: clamp(14px, 1.1vw, 15px);
        line-height: 22px;
    }

    .component3-block-big-card .box-text p:last-of-type {
        margin-bottom: 26px;
    }

    .component3-block-icon-5 {
        row-gap: 0;
    }

    .component3-block-icon-5 > .col {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    .component3-block-icon-5 .icon-box {
        min-height: 180px;
        padding: 24px 12px 20px;
    }

    .component3-block-icon-5 .icon-box-img,
    .component3-block-icon-5 .icon-box-img .icon,
    .component3-block-icon-5 .icon-box-img .icon-inner,
    .component3-block-icon-5 .icon-box-img img {
        width: 64px !important;
        height: 64px;
    }

    .component3-block-icon-5 .icon-box-img {
        margin-bottom: 16px;
    }

    .component3-block-icon-5 .icon-box-text p {
        font-size: clamp(12px, 0.9vw, 13px);
        line-height: 16px;
    }
}

.target-project-block .icon-box-left {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr);
    column-gap: 24px;
    align-items: center;
}

.target-project-block .icon-box-left .icon-box-img + .icon-box-text {
    min-width: 0;
    padding-left: 0;
}

@media (min-width: 550px) {
    .target-project-block {
        display: flex;
    }

    .target-project-block > .col-inner {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .target-project-block .icon-box {
        width: 100%;
    }
}

@media (max-width: 549px) {
    .col.medium-3.small-12.large-2 > .col-inner.text-right {
        text-align: left;
    }

    .target-project-block {
        order: 1;
    }

    .target-project-block + .target-project-block {
        order: 3;
    }

    .target-project-block + .target-project-block + .target-project-block {
        order: 2;
    }

    .target-project-block + .target-project-block + .target-project-block + .target-project-block {
        order: 4;
    }

    .target-project-block + .target-project-block > .col-inner {
        padding-top: 0 !important;
    }

    .target-project-block + .target-project-block > .col-inner > .is-border {
        border-top-width: 0 !important;
    }
}

@media (max-width: 370px) {
    .icon-box-left .icon-box-img + .icon-box-text {
        padding-left: 0;
    }
}

@media (max-width: 549px) {
    .degradation-block_col .section-content > .row > .col:nth-child(1) {
        order: 1;
    }

    .degradation-block_col .section-content > .row > .col:nth-child(2) {
        order: 2;
    }

    .degradation-block_col .section-content > .row > .col:nth-child(3) {
        order: 3;
    }

    .degradation-block_col .section-content > .row > .col:nth-child(4) {
        order: 5;
    }

    .degradation-block_col .section-content > .row > .col:nth-child(5) {
        order: 4;
    }
}
