@charset "utf-8";
/* CSS Document */

.hero-image-background-block {
    margin-bottom: 60px;
    position: relative;
    min-height: 523px;
    display: flex;
    align-items: center;
}

.hero-image-background-block.with-scroll-menu {
    margin-bottom: 0;
}

.hero-image-background-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-image-background-block:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
}

.hero-image-background-block:before {
    background: linear-gradient(  180deg,  rgba(28, 63, 52, 0.00) 0%,  rgba(28, 63, 52, 0.55) 100%);
}

.hero-image-background-block .container {
    position: relative;
    z-index: 1;
}

.hero-image-background-block .row, .video-text-split-block .row {display: flex;justify-content: space-between;}

.hero-image-background-block .content-col {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-image-background-block p#breadcrumbs {
    margin: -3px 0;
}

.hero-image-background-block p#breadcrumbs a {
    color: rgba(255, 255, 255, 0.40);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.hero-image-background-block p#breadcrumbs b, .hero-image-background-block p#breadcrumbs span, .hero-image-background-block p#breadcrumbs span strong {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.hero-image-background-block h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px; /* 120.833% */
    margin: -12px 0 -4px;
}

.hero-image-background-block .content-col p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin: -4px 0 -3px;
}

.hero-image-background-block .button-container, .video-text-split-block .button-container {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header ~ div .btn-primary:before {
    background: #91D291;
}

.header ~ div .btn-primary {
    color: #1E1E1E;
}

.link {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    box-shadow: none !important;
    color: #1E1E1E !important;
}

.link path {
    stroke: #1E1E1E;
}

.hero-image-background-block .link {
    color: white !important;
}

.hero-image-background-block .link path {
    stroke: white;
}

.link:hover, .quick-scroll-menu ul li:hover {
    opacity: 0.6;
    cursor: pointer;
}

.hero-image-background-block .rating-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    justify-content: flex-end;
}

.hero-image-background-block .rating-col p {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: white;
    margin: -2px 0 -3px;
}

.quick-scroll-menu {
    margin-bottom: 60px;
    border-bottom: 1px solid #E2E8F0;
    padding: 23px 60px 13px;
}

.quick-scroll-menu ul {
    display: flex;
    gap: 32px;
    margin: 0;
    overflow-x: auto;
    padding: 0 0 10px;
}

.quick-scroll-menu ul li {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.quick-scroll-menu ul li:before {
    display: none;
}

.video-text-split-block {
    margin-bottom: 60px;
}

.video-text-split-block .content-col {
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: flex-start;
}

.subtitle {
    display: flex;
    gap: 10px;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    border: 1px solid #034737;
    background: #FFF;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.video-text-split-block h2 {
    color: #333;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.video-text-split-block p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: -3px 0 -3px;
}

.video-text-split-block .button-container {
    margin-top: 15px;
}

.video-text-split-block .video-container {
    height: 100%;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video-text-split-block .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.white-background-cards-block {
    margin-bottom: 60px;
}

.white-background-cards-block .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.white-background-cards-block .content-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.white-background-cards-block .content-col h2 {
    color: #1E1E1E;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px; /* 131.25% */
    margin: -9px 0 -5px;
    max-width: 800px;
    text-align: center;
}

.white-background-cards-block .content-col p {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin: -4px 0 -3px;
    max-width: 800px;
}

.white-background-cards-block h3 {
    color: #1E1E1E;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
    margin: 23px 0 -4px;
}

.white-background-cards-block .cards-row {
    gap: 32px;
    display: flex;
}

.white-background-cards-block .card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.03), 0 1px 3px 0 rgba(0, 0, 0, 0.04), 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    border: none;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    width: 100%;
}

.white-background-cards-block .card .icon-container {
    width: auto;
    height: 56px;
    margin: 0;
    background: none;
    justify-content: start;
}

.white-background-cards-block .card .icon-container img {
    height: 100%;
    width: auto;
}

.white-background-cards-block .card h2 {
    margin: -6px 0 -4px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27.9px; /* 155% */
}

.white-background-cards-block .card p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    margin: -5px 0 -4px;
}

.white-background-cards-block .card .link {
    font-size: 16px;
    margin-top: auto;
}

.image-text-split-slider-block {
    margin-bottom: 60px;
}

.image-text-split-slider-block .slide-inner {
    display: flex;
    justify-content: space-between;
    padding: 61px 75px;
    border-radius: 40px;
    background: #FAF9F7;
    align-items: center;
}

.image-text-split-slider-block .content-col {
    display: flex;
    gap: 30px;
    flex-direction: column;
    max-width: 450px;
}

.image-text-split-slider-block h3 {
    color: #1E1E1E;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px; /* 131.25% */
    margin: -9px 0 -7px;
}

.image-text-split-slider-block h4 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
    margin: -6px 0 -5px;
}

.image-text-split-slider-block p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: -3px 0 -3px;
}

.image-text-split-slider-block .link {
    font-size: 16px;
}

.image-text-split-slider-block img {
    width: 100%;
    height: auto;
}

.image-text-split-slider-block .custom-dots-container {
    display: flex;
    justify-content: flex-start;
}

.image-text-split-slider-block ul.slick-dots {
    padding: 0;
    margin: 0;
    left: auto;
    transform: none;
}

.image-text-split-slider-block ul.slick-dots li {
    margin-right: 8px;
    width: 10px;
    height: 10px;
}

.image-text-split-slider-block ul.slick-dots li button {
    background: rgba(145, 210, 145, 0.35);
    width: 10px;
    height: 10px;
}

.image-text-split-slider-block .slick-slider ul.slick-dots li.slick-active button {
    background: #91D291;
}

.green-background-cards-block {
    padding: 70px 0;
    background: rgba(145, 210, 145, 0.30);
    margin-bottom: 60px;
}

.green-background-cards-block.block-spacing-no-margin-bottom {
    padding-bottom: 0;
}

.green-background-cards-block .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.green-background-cards-block .content-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    max-width: 800px;
}

.green-background-cards-block .content-col h2 {
    color: #1E1E1E;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px; /* 131.25% */
    margin: -8px 0 -5px;
    text-align: center;
}

.green-background-cards-block .content-col p {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin: -3px 0 -2px;
}

.green-background-cards-block .content-col h3 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
    margin: -5px 0 -4px;
    text-align: center;
}

.green-background-cards-block .cards-row {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.green-background-cards-block .cards-row .card {
    display: flex;
    padding: 40px;
    align-items: flex-start;
    max-width: 485px;
    flex: 1 0 0;
    border-radius: 25px;
    border-right: 2px solid #034737;
    border-bottom: 2px solid #034737;
    background: #FFF;
    gap: 25px;
}

.green-background-cards-block .card .icon-container {
    width: auto;
    height: auto;
    background: none;
    margin: 0;
}

.green-background-cards-block .card .icon-container img {
    width: auto;
    height: 56px;
}

.green-background-cards-block .card h2 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
    margin: -6px 0 -4px;
}

.green-background-cards-block .card p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    margin: -5px 0 -3px;
}

.green-background-cards-block .card .link {
    font-size: 16px;
    margin-top: auto;
}

.awards-block {
    margin-bottom: 60px;
}

.awards-block.block-spacing-padding-y {
    background: rgba(145, 210, 145, 0.30);
}

.awards-block .awards-inner {
    padding: 60px 40px;
    border-radius: 20px;
    background: #013830;
    display: flex;
    align-items: center;
}

.awards-block .awards-inner h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px; /* 112.5% */
    margin: -6px 0 -2px;
}

.awards-block .content-col {
    display: flex;
    gap: 35px;
    flex-direction: column;
    max-width: 480px;
    align-items: flex-start;
}

.awards-block h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px; /* 112.5% */
    margin: 0 0 0;
}

.awards-block .images-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.awards-block .images-col img {
    width: auto;
    height: 150px;

}

.awards-block .images-col img:nth-child(2) {
    height: 200px;
}

.featured-pages-slider-block {
    margin-bottom: 60px;
    overflow: hidden;
}

.featured-pages-slider-block .content-col {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.featured-pages-slider-block .content-col:before {
    content: "";
    background: white;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    visibility: visible;
    z-index: -1;
}

.featured-pages-slider-block .content-col h2 {
    color: #131313;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin: -7px 0 -3px;
}

.featured-pages-slider-block .content-col p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin: -5px 0 -3px;
}

.featured-pages-slider-block .btn {
    margin-top: 10px;
}

.featured-pages-slider-block .slider-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.featured-pages-slider-block .slick-track {
    display: flex;
}

.featured-pages-slider-block .card {
    padding: 20px;
    border-radius: 16px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    margin-right: 20px;
    height: initial;
}

.featured-pages-slider-block .card .image-container {
    height: 227.5px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.featured-pages-slider-block .card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-pages-slider-block .card .image-container:before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 118, 74, 0.20) 0%, rgba(0, 118, 74, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
}

.featured-pages-slider-block .card h2 {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px; /* 145.833% */
    margin: -8px 0 -20px;
}

.featured-pages-slider-block .card p {
    /* 150% */
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin: -3px 0 -3px;
}

.featured-pages-slider-block .card .link {
    font-size: 16px;
    margin-top: auto;
}

.featured-pages-slider-block .slider-col .slick-list {
    overflow: visible;
}

.featured-pages-slider-block .custom-arrow-container {
    display: flex;
    align-items: center;
    gap: 18px;
}

.featured-pages-slider-block .custom-arrow-container .prev, .featured-pages-slider-block .custom-arrow-container .next {
    width: 38px;
    cursor: pointer;
}

.custom-arrow-container .prev:hover, .custom-arrow-container .next:hover {
    opacity: 0.6;
    cursor: pointer;
}

.crm-comparison-block {
    margin-bottom: 60px;
}

.crm-comparison-block .container {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.crm-comparison-block .title-col {
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: flex-start;
}

.crm-comparison-block .title-col h2 {
    color: #1E1E1E;
    font-size: 32px;
    font-weight: 600;
    margin: -8px 0 -4px;
}

.crm-comparison-block .text-col {display: flex;justify-content: flex-end;}

.crm-comparison-block .text-col p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin: 0;
    max-width: 730px;
}

.crm-comparison-block .tabs-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.crm-comparison-block .tabs-col h3 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.crm-comparison-block .tab-label {
    padding: 20px;
    border-radius: 25px 0 0 25px;
    background: #FFF;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px; /* 177.778% */
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.crm-comparison-block .tab-label:hover {
    opacity: 0.6;
}

.crm-comparison-block .tab-labels {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.crm-comparison-block .tab-label img {
    width: 40px;
    height: auto;
}

.crm-comparison-block .tab-content {
    padding: 45px 60px;
    border-radius: 0 25px 25px 25px;
    border-right: 2px solid #034737;
    border-bottom: 2px solid #034737;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.crm-comparison-block .tab-content .icon-container {
    background: none;
    margin: 0;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: flex-start;
}

.crm-comparison-block .tab-content .icon-container span {
    color: #333;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
}

.crm-comparison-block .tab-content .icon-container img {
    height: 60px;
    Style;
    width: auto;
}

.crm-comparison-block .tab-content h4 {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px; /* 141.667% */
    margin: -7px 0 -4px;
}

.crm-comparison-block .tab-content ul {
    margin: 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.crm-comparison-block .tab-content ul li {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.crm-comparison-block .tab-content ul li:before {
    display: none;
}

.crm-comparison-block .tab-content ul li img {
    width: 34px;
    height: 34px;
}

.crm-comparison-block .tab-content .link {
    margin-left: 50px;
}

.crm-comparison-block .crm-inner {
    border-radius: 50px;
    background: #FAF9F7;
    padding: 80px 60px;
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.crm-comparison-block .tab-label.active {
    border-bottom: 2px solid #034737;
    width: calc(100% + 30px);
}

.crm-comparison-block .tab-content.hidden {
    display: none;
}

.crm-comparison-block .bottom-content-col {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.crm-comparison-block .bottom-content-col h3 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
    margin: -5px 0 -5px;
}

.crm-comparison-block .bottom-content-col p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin: -4px 0 -3px;
}

.crm-comparison-block .features-col {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
}

.crm-comparison-block .features-col li {
    border-radius: 100px;
    border-right: 1.5px solid #034737;
    border-bottom: 1.5px solid #034737;
    background: #FFF;
    min-height: 45px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    /* 88.889% */
}

.crm-comparison-block .features-col .icon-container {
    width: 26px;
    height: 26px;
    border-radius: 33px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    margin: 0;
}

.case-studies-posts-block {
    margin-bottom: 60px;
    overflow: hidden;
}

.case-studies-posts-block .content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.case-studies-posts-block .content-col h2 {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    margin: -5px 0 -6px;
    max-width: 500px;
}

.case-studies-posts-block .content-col p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin: -5px 0 -3px;
}

.case-studies-posts-block .button-col {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.case-studies-posts-block .container {
    overflow: visible;
}

.case-studies-posts-block .row {
    row-gap: 60px;
    overflow: visible;
}

.case-studies-posts-block .slick-list {
    overflow: visible;
}

.case-studies-posts-block .card {
    display: flex;
    gap: 22px;
    border: none;
    margin-right: 32px;
}

.case-studies-posts-block .card-top {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 15px;
    background: #F8F8F8;
    gap: 15px;
}

.case-studies-posts-block .card-top img {
    height: 42.866px;
    width: auto;
}

.case-studies-posts-block .card-top h3 {
    color: #1E1E1E;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px; /* 123.333% */
    margin: 0 0 0;
}

.case-studies-posts-block .card-top p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; /* 156.25% */
    margin: -4px 0 -5px;
}

.case-studies-posts-block .card-bottom {
    display: flex;
    gap: 15px;
    align-items: center;
}

.case-studies-posts-block .card-bottom .image-container {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #CCC;
    overflow: hidden;
    min-width: 50px;
}

.case-studies-posts-block .card-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-studies-posts-block .card-bottom .author-meta {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.case-studies-posts-block .card-bottom h6 {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px; /* 120% */
    margin: -2px 0 -3px;
}

.case-studies-posts-block .card-bottom p {
    color: var(--pp-cod-gray-50, rgba(17, 17, 17, 0.50));
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    margin: -1px 0 -1px;
}

.logo-block {
    margin-bottom: 60px;
}

.logo-block .logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.logo-block .logo-row .icon-container {
    background: none;
    margin: 0;
}

.logo-block .logo-row img {
    width: auto;
    height: 55.651px;
    aspect-ratio: 137.50/55.65;
}

.news-cards-block {
    margin-bottom: 60px;
}

.news-cards-block .row {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.news-cards-block .content-col {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.news-cards-block .content-col h2 {
    color: #1E1E1E;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px; /* 131.25% */
    margin: -5px 0 -4px;
}

.news-cards-block .content-col p {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
    max-width: 800px;
    margin: -5px 0 -3px;
}

.news-cards-block .cards-row {
    display: flex;
    gap: 20px;
}

.news-cards-block .card {
    border-radius: 16px;
    background: #F8F8F8;
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 35px;
    flex: 1 0 0;
    border: navajowhite;
    justify-content: space-between;
}

.news-cards-block .card .image-container {
    position: relative;
    overflow: hidden;
    height: 227px;
    border-radius: 15px;
    min-height: 227px;
    width: 100%;
}

.news-cards-block .card .image-container img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-cards-block .card .image-container:before {
    content: "";
    visibility: visible;
    width: 100%;
    height: 100%;
    background: rebeccapurple;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 118, 74, 0.20) 0%, rgba(0, 118, 74, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.news-cards-block .card h3 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
    margin: -8px 0 -5px;
}

.news-cards-block .card .link {
    font-size: 16px;
    margin-top: 20px;
}

.logo-bg-block {
    margin-bottom: 60px;
}

.logo-bg-block .content-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 16px;
    overflow: hidden;
    background: #013830;
    position: relative;
    padding: 75px 0;
}

.logo-bg-block .content-col:before {
    content: "";
    background: linear-gradient(
            360deg, rgba(1, 56, 48, 0.10) 15.94%, rgba(1, 56, 48, 0.90) 85.94%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    z-index: 1;
}

.logo-bg-block .content-col h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    margin: -10px 0 -5px;
    max-width: 450px;
}

.logo-bg-block .content-col p {
    margin: -5px 0 -3px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    max-width: 700px;
}

.logo-bg-block .content-col .button-container {
    margin-top: 10px;
    display: flex;
    gap: 25px;
}

.logo-bg-block .content-col svg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.logo-bg-block .content-col h2, .logo-bg-block .content-col p, .logo-bg-block .content-col .button-container {
    position: relative;
    z-index: 1;
}

.logo-bg-block .content-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(<path-to-image>) lightgray 0% 0% / 100px 100px repeat;
    mix-blend-mode: soft-light;
    opacity: 0.5;
}

.logo-bg-block .content-col .button-container .btn:nth-child(2) {
    border: 1px solid white;
    color: white;
}

.logo-bg-block .content-col .button-container .btn:nth-child(2):before {
    background: none;
}

.block-spacing-padding-y {
    padding: 70px 0;
}

.block-spacing-no-margin-bottom {
    margin-bottom: 0;
}













/* ============================================
   1. FAQ ACCORDIONS BLOCK (faq_accordions.php)
   ============================================ */

/* --- From modular-build.css --- */

.faq-accordions {
    margin-bottom: 60px;
    padding-bottom: 80px;
    border-bottom: 1px solid #034737
}

.faq-accordions .row {
    margin: 0 -12px
}

.faq-accordions .col-12 {
    margin-top: 24px;
    padding: 0 12px
}

.faq-accordions .top-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px
}

.faq-accordions h2 {
    margin: -8px 0 12px;
    color: #034737;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -.18px
}

.faq-accordions h2, .faq-accordions h3 {
    color: #034737;
    font-size: 56px;
    font-weight: 600;
    line-height: 67.2px;
    letter-spacing: -1.12px;
    margin: -16px 0 -4px;
    text-align: center
}

.faq-accordions .top-content .content {
    max-width: 642px
}

.faq-accordions .top-content .content * {
    color: #034737;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px
}

.faq-accordions .accordion {
    border-radius: 10px;
    border: 1px solid #034737;
    background: #FFF;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    height: 100%
}

.faq-accordions .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.faq-accordions h3, .faq-accordions h4 {
    color: #034737;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: -.24px;
    margin: -6px 0 -7px;
    text-align: left;
}

.faq-accordions .accordion-content .content * {
    color: #034737;
    font-size: 18px;
    line-height: 28.8px
}

.faq-accordions .accordion-title *:hover {
    opacity: .6;
    cursor: pointer
}

.faq-accordions .accordion-content {
    display: none
}

.faq-accordions.theme-beige {
    border: none;
    background: #F9F6F0;
    padding: 80px 0
}

.faq-accordions.theme-beige .top-content {
    margin: 0 0 28px
}

.faq-accordions.theme-beige .accordion {
    border: none;
    justify-content: start;
    height: auto;
    min-height: 118px
}

/* --- From modular-changes-rb-march25.css --- */

.faq-accordions.use_single_column_style:not(.theme-beige) {
    border: none;
    padding-bottom: 0;
}

.faq-accordions.use_single_column_style .accordion {
    min-height: auto;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.05);
    border: none;
}


/* ============================================
   2. FEATURE CARDS BLOCK (feature_cards.php)
   ============================================ */

/* --- From modular-build.css --- */

.feature-cards {
    margin-bottom: 80px
}

.feature-cards .background {
    border-radius: 20px;
    background: #F9F6F0;
    padding: 60px 0
}

.feature-cards .top-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    margin-bottom: 52px
}

.feature-cards .top-content .tag, .feature-cards .feature-card {
    border-radius: 22px;
    background: #FFF;
    display: flex;
    flex-direction: column
}

.feature-cards .top-content .tag {
    margin-bottom: 12px;
    padding: 5px 18px;
    justify-content: center;
    color: #034737;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -.18px
}

.feature-cards .top-content h2 {
    margin: 0;
    color: #034737;
    font-size: 56px;
    font-weight: 600;
    line-height: 67.2px;
    letter-spacing: -1.12px;
    max-width: 1000px;
}

.feature-cards .top-content .content {
    max-width: 743px;
    color: #034737;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center
}

.feature-cards .cards-container {
    max-width: 1024px
}

.feature-cards .cards-container .row {
    margin: 0 -12px
}

.feature-cards .cards-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 12px
}

.feature-cards .feature-card {
    padding: 40px 28px;
    gap: 25px;
    align-items: flex-start
}

.feature-cards .feature-card.h-full {
    height: 100%;
}

.feature-cards .feature-card img.icon {
    width: 80px;
    height: 80px;
    object-fit: contain
}

.feature-cards .feature-card img:not(.icon) {
    border-radius: 15px;
    background: #F9F6F0
}

.feature-cards .feature-card h3 {
    margin: -6px 0 -7px;
    color: #034737;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -.28px;
    min-height: 66px;
}

.feature-cards .feature-card .content, .feature-cards .feature-card ul.checklist li {
    color: #034737;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px
}

.feature-cards .feature-card ul.checklist {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px
}

.feature-cards .feature-card ul.checklist li {
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -.18px;
    margin: 0
}

.feature-cards .feature-card ul.checklist li, .split-text-block ul.checklist li, .half-half-block ul.checklist li {
    display: flex;
    gap: 12px;
}

.feature-cards .feature-card ul.checklist li:before, .split-text-block ul.checklist li:before, .half-half-block ul.checklist li:before, .checklist-columns ul.checklist li:before {
    width: 22px;
    height: 22px;
    min-width: 22px;
    color: #034737;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    position: relative;
    visibility: visible;
    background: rgba(145, 210, 145, 0.30);
}

.feature-cards .feature-card ul.checklist.exclamation_list li:before {
    content: "!";
    font-weight: 700;
}

.feature-cards .feature-card ul.checklist li.additional_text {
    flex-direction: column;
    align-items: start;
    padding-left: 34px;
    gap: 20px;
}

.feature-cards .feature-card ul.checklist li.additional_text:before {
    position: absolute;
    left: 0; 
}

.feature-cards .feature-card ul.checklist li.additional_text .content {
    margin-bottom: 10px;
}

.feature-cards .button-row {
    margin-top: 60px;
    gap: 15px;
}

.feature-cards .buttons-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.feature-cards .buttons-container .btn {
    padding: 16px 37px;
}

.feature-cards.reduced-margin {
    margin-bottom: 15px;
}

.green-cards-icon-grid .btn:before, .feature-cards .btn:before {
    background: #034737;
}

.feature-cards.card-row .top-content {
    max-width: 720px;
    gap: 20px;
}

.feature-cards.card-row .top-content p {
    color: #034737;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px; /* 120% */
}

.feature-cards .feature-card .title-container {
    display: flex;
    gap: 15px;
}

.feature-cards .feature-card .title-container svg {
    min-width: 33px;
    cursor: pointer;
}

.feature-cards .feature-card .card-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-cards .feature-card .title-container svg:hover {
    opacity: 0.6;
}

.feature-cards .feature-card .card-content-container.hidden {
    display: none;
}

.page-id-67322 .feature-cards .feature-card img.icon {
    width: 60px;
    height: 60px;
}

/* --- From modular-changes-rb-march25.css --- */

.split-text-block .content p, .feature-cards .feature-card .content p {
    line-height: inherit;
    color: inherit;
}

.feature-cards .feature-card ul.checklist li {
    align-items: center;
}

.feature-cards .feature-card {
    border-radius: 15px;
}

.feature-cards .feature-card h3 {
    min-height: auto;
}

.feature-cards .button-row .btn {
    min-width: 230px;
}

/* Duplicate set from merge conflict in source file */

.split-text-block .content p,.feature-cards .feature-card .content p {
    line-height: inherit;
    color: inherit
}

.feature-cards .feature-card ul.checklist li {
    align-items: center
}

.feature-cards .feature-card {
    border-radius: 15px
}

.feature-cards .feature-card h3 {
    min-height: auto
}

.feature-cards .button-row .btn {
    min-width: 230px
}


/* ============================================
   3. HERO SPLIT OUT OF CONTAINER BLOCK
      (hero_split_out_of_container.php)
   ============================================ */

/* --- From modular-build.css --- */

.new-hero-split-style .hero-content-container .content h2,
.new-hero-split-style .hero-content-container .content h3,
.new-hero-split-style .hero-content-container .content h4 {
    color: #034737;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px; /* 142.857% */
}

.new-hero-split-style .hero-content-container .subtitle {
    color: #034737;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px; /* 142.857% */
    margin: 0 0 20px;
    float: left;
    width: 100%;
}

.new-hero-split-style .rating-container {
    float: left;
    width: 100%;
    gap: 20px;
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.new-hero-split-style .rating-container img {
    height: 30px;
    width: auto;
}

.new-hero-split-style .rating-container img:nth-child(2) {
    height: 20px;
}

.new-hero-split-style .quote-container {
    background: #1c3f34;
    padding: 20px 25px 30px;
    border-radius: 15px;
}

.new-hero-split-style .quote-container .quote, .new-hero-split-style .quote-container .small-label {
    color: white;
}

/* --- From modular-changes-rb-march25.css --- */

.new-hero-split-style.container-fluid {
    margin-bottom: 80px;
    padding-bottom: 100px;
    padding-top: 32px;
    position: relative;
    overflow: hidden;
}

.new-hero-split-style .hero-content-container h1 {
    font-size: 55px;
    line-height: 55px;
    color: #034737;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.new-hero-split-style .hero-content-container .content {
    line-height: 30.4px;
    font-size: 19px;
    color: #034737;
    margin-bottom: 20px;
}

.new-hero-split-style .hero-content-container .content p {
    color: inherit;
    line-height: inherit;
}

.new-hero-split-style .hero-content-container .selling-points-list {
    margin-bottom: 40px;
    gap: 15px;
}

.new-hero-split-style .hero-content-container .selling-points-list div {
    position: relative;
    float: left;
    /* width: calc(50% - 7.5px); */
    padding-left: 34px;
    font-size: 18px;
    letter-spacing: 0;
    color: #034737;
    font-weight: 500;
}

.new-hero-split-style .hero-content-container .selling-points-list div > svg {
    position: absolute;
    left: 0;
    top: 0;
}

.new-hero-split-style .hero-content-container .buttons-container {
    gap: 30px;
}

.new-hero-split-style .hero-content-container .buttons-container .btn.btn-primary {
    min-width: 230px;
}

.new-hero-split-style .hero-content-container .buttons-container .btn.btn-primary:before {
    background: #034737;
    font-weight: 500;
}

/* Duplicate set from merge conflict in source file */

.new-hero-split-style .hero-content-container .selling-points-list div>svg {
    position: absolute;
    left: 0;
    top: 0;
}

.new-hero-split-style .hero-content-container .buttons-container {
    gap: 30px;
}

.new-hero-split-style .hero-content-container .buttons-container .btn.btn-primary {
    min-width: 230px;
}

.new-hero-split-style .hero-content-container .buttons-container .btn.btn-primary:before {
    background: #034737;
}

.new-hero-split-style .row.breadcrumbs-outer {
    height: auto;
    background: none;
    margin-bottom: 49px;
}

.new-hero-split-style .row.breadcrumbs-outer p#breadcrumbs a,
.new-hero-split-style .row.breadcrumbs-outer p#breadcrumbs b {
    color: rgb(0 71 60 / 40%);
}

.new-hero-split-style .row.breadcrumbs-outer p#breadcrumbs a:hover {
    color: rgb(0 71 60 / 100%);
}

.new-hero-split-style .row.breadcrumbs-outer p#breadcrumbs b {
    margin: 0 4px;
}

.new-hero-split-style .image-side-container > img {
    object-fit: contain;
    margin-bottom: 49px
}

/* Duplicate set from merge conflict in source file */

.new-hero-split-style .row.breadcrumbs-outer p#breadcrumbs a,.new-hero-split-style .row.breadcrumbs-outer p#breadcrumbs b {
    color: rgb(0 71 60 / 40%)
}

.new-hero-split-style .row.breadcrumbs-outer p#breadcrumbs a:hover {
    color: rgb(0 71 60 / 100%)
}

.new-hero-split-style .row.breadcrumbs-outer p#breadcrumbs b {
    margin: 0 4px
}

.new-hero-split-style .image-side-container>img {
    object-fit: contain;
}

.new-hero-split-style .image-side-container {
    right: -128px;
    height: 100%;
    padding-top: 57px;
    padding-left: 28px;
    padding-bottom: 42px;
    top: 0;
}

.new-hero-split-style .image-side-container .bg-shapes {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.new-hero-split-style .image-side-container .bg-shapes svg {
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    position: relative;
    bottom: -42px;
}

.new-hero-split-style .image-side-container .bg-circle {
    position: absolute;
    right: 128px;
    top: -140px;
    width: 140px;
    max-width: 100%;
    z-index: -1;
}

.new-hero-split-style .hero-content-container .btn {
    color: white;
}

.new-hero-split-style .circles-side {
    position: absolute;
    left: -80px;
    bottom: 50px;
}






/*Footer green*/
.footer-top, .footer-bottom {
    background: #013830
}

.footer-top {
    border: none;
    padding-top: 100px;
    padding-bottom: 100px
}

.footer-bottom {
    border-top: 1px rgba(89, 104, 101, .2)
}

footer .contact-meta a {
    box-shadow: none !important
}

footer ul.social-media li a {
    background: white !important
}

footer ul.social-media li a:before {
    color: #91D291
}

.footer-menu-container .title, .footer-menu-container h6, .footer-menu-container li a, .footer-top strong, footer .contact-meta .meta-inner p, footer .contact-meta a, .footer-bottom p, .footer-bottom a, .footer-bottom p a, .footer-top .footer-meta .title {
    color: #fff
}

footer .contact-meta .meta-inner path, .float-left.footer-logo path {
    fill: #fff
}

.footer-menu-container li a {
    font-size: 16px;
    font-weight: 400
}

footer .contact-meta a:hover, footer a:hover, .footer-menu-container li a:hover, .footer-bottom p a:hover {
    color: #ffffff9e
}

.footer-bottom p span {
    background: #fff
}