
::after,
::before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    --lpp-border-radius: 15px;
    --lpp-text: #3A3C3C;
    --lpp-text-secondary: #5B5855;
    --lpp-link: #176231;
    --bs-link-color-rgb: var(--lpp-link);

    max-width: 1680px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: var(--lpp-text);
    font-family: "inter-variable", sans-serif !important;
    font-variation-settings: "wght" 400;
}

strong {
    font-variation-settings: "wght" 650;
}

a,
a:visited {
    color: var(--lpp-link);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ff-good-web-pro", sans-serif;
    font-weight: 450;
}

#masthead {
    display: flex;
    align-items: center;
    padding: 22px 40px;
}

#masthead>.site-branding {
    flex-grow: 1;
}

.site-branding .custom-logo-link {
    width: 202px;
    height: 93px;
}

.main-navigation {
    width: auto;
}

#primary-menu.nav-menu {
    display: inline-flex;
    align-items: center;
    gap: 50px;
}

.menu-toggle.hamburger {
    display: none;
}

#primary-menu a {
    color: var(--lpp-text);
    text-align: center;
    font-family: "ff-good-web-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    border: 1px solid transparent;
    padding: 4px 10px;
}

#primary-menu a:hover,
#primary-menu .current_page_item a,
#primary-menu .current_page_parent a {
    color: var(--lpp-link);
    border-radius: 20px;
    border: 1px solid var(--Moss, #44885C);
}

.wp-block-group.has-background {
    border-radius: var(--lpp-border-radius);
    padding: 36px 0;
}

.wp-block-group {
    margin: 1em;
}

.wp-block-cover {
    border-radius: var(--lpp-border-radius);
}

.entry-content>.wp-block-cover:first-child {
    height: 300px;
    min-height: 100px;
}

.wp-block-cover .title {
    text-align: center;
    font-family: "ff-good-web-pro", sans-serif;
    font-size: 50px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 55px */
    letter-spacing: 0.5px;
}

a.wp-element-button,
.lpp_button a,
button.button {
    border-radius: 30px;
    border: 1px solid var(--Moss, #44885C);
    background: var(--Moss, #44885C);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 2.25rem;
    cursor: pointer;
    font-family: "inter-variable", sans-serif;
    transition: all 250ms;
}

a.wp-element-button:hover,
.lpp_button a:hover,
button.button:hover {
    background-color: var(--lpp-link);
}

.swiper {
    width: 100%;
    border-radius: var(--lpp-border-radius);
}

.swiper .lpp_button a,
button.button {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(1.5px);
}

.swiper .lpp_button a:hover,
button.button:hover {
    background-color: var(--lpp-link);
    border-color: var(--lpp-link);
}

#home-slider {
    height: 600px;
}

#home-slider .slide-content {
    gap: 35px;
}

#banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

#banner .image {
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    z-index: -1;
    border-radius: var(--lpp-border-radius);
}

#banner .image>img {
    object-fit: cover !important;
    width: 100% !important;
    max-width: none !important;
    height: 100%;
}

#home-slider .title,
#banner .title {
    color: #FFF;
    text-align: center;
    font-family: "ff-good-web-pro", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 55px */
    letter-spacing: 0.5px;
}

h1.post-title {
    margin-top: 1.44em;
    font-size: 36px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.36px;
}

.entry-content {
    gap: 36px;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.error-404 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.post-content {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.entry-content img,
.post-content img {
    border-radius: var(--lpp-border-radius);
    ;
}

.wp-block-video {
    border-radius: var(--lpp-border-radius);
    overflow: hidden;
}

.brands {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}

.brands .brand-logo {
    max-width: 185px;
    height: 110px;
}

.brands .brand-logo .empty-thumbnail {
    display: block;
    width: auto;
    height: 110px;
    aspect-ratio: 1.8;
    background: #ccc;
    border-radius: var(--lpp-border-radius);
}

#brands_map {
    height: 600px;
    border-radius: var(--lpp-border-radius);
    overflow: hidden;
    margin-bottom: 36px;
}

#brands {
    display: grid;
    gap: 65px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 65px;
}

#brands .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9E9E9;
    border-radius: var(--lpp-border-radius);
    padding: 80px;
}

#brands .brand-logo {
    max-width: 205px;
    height: auto;
}

.leadership figure {
    border-radius: 8px;
    width: 100%;
    padding-top: 35px;
}

.leadership img {
    max-height: 245px;
    width: auto;
}

.leadership>div>p:nth-child(2) {
    color: var(--Earth, #5B5855);
    font-size: 18px;
    font-style: normal;
    font-weight: 440;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.leadership>div>p:nth-child(3) {
    color: var(--Text, #3A3C3C);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.15px;
}

.callout {
    max-width: 420px;
    padding: 15px;
    display: flex;
    margin: 1em auto;
    gap: 24px;
}

.callout svg {}

.callout h3 {
    font-size: 18px;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.bio-image div {
    cursor: pointer;
    position: relative;
    display:inline-block;
}
.bio-image div img{
    display:block;
    width:100%;
    height: auto;
}
.bio-image div:hover::after,
.bio-image div:focus::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1em;
    border-radius: 1000px;
    background-color: var(--lpp-link);
    color: #fff;
    content: " + ";
    line-height: 1em;
    font-size: 1.5em;
    padding-bottom: 4px;
    z-index: 2;
}

.bio {
    display: none;
}

#bioModal .btn-secondary {
    --bs-btn-bg: #44885C;
}

#bioModal .btn-secondary:hover {
    --bs-btn-hover-bg: var(--lpp-link);
}

#bioModal .bio_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 440;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 1.8px;
}

.wp-block-list {
    --wp--style--global--content-size: 800px;
}

.valuation-form {
    position: relative;
    background: linear-gradient(180deg, #87BA54 -22.52%, #285E4F 126.52%);
    border-radius: var(--lpp-border-radius);
    color: #fff;
    padding: 48px 48px;
}

.valuation-form .leaf {
    width: 400px;
    height: 400px;
    background: url(../images/leaf-trans.png) bottom left no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 10%;
}

#valuation-form form>* {
    margin-bottom: 1em;
}

.grecaptcha-badge {
    visibility: hidden;
}

.captcha-notice {
    text-align: left;
    font-size: 14px;
}

.captcha-notice a {
    color: #fff;
}

.form-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#spinner {
    border: 7px solid #ccc;
    border-top-color: var(--lpp-link);
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    animation: spin 1000ms linear infinite;
    flex-shrink: 0;
    visibility: hidden;
}

#spinner.visible {
    visibility: visible;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#footer {
    text-align: center;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 48px 0 24px;
}

#footer .custom-logo-link {
    width: 150px;
    height: 69px;
}

#footer-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

#footer-menu a {
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.15px;
    text-decoration: none;
    color: var(--lpp-text);
}

#footer-menu a:hover {
    color: var(--lpp-link);
    text-decoration: underline;
}

#footer-social svg {
    width: 24px;
    height: 24px;
    fill: #44885C;
}

#footer-social a:hover svg {
    fill: var(--lpp-link);
}

#partner-form {
    background: url("../images/grass-bg.jpg") 0 / cover no-repeat;
    color: #fff;
    border-radius: var(--lpp-border-radius);
}

#partner-form .form-overlay {
    display: flex;
    border-radius: var(--lpp-border-radius);
    justify-content: center;
    padding: 65px 20px 85px;
    background: rgba(0, 0, 0, 0.3);
}

#partner-form .content {
    display: flex;
    flex-direction: column;
    width: 700px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 11px 13px;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: center;
    text-shadow: 0px 0px 8px #333;
}

#partner-form p {
    max-width: 430px;
}

#partner-form form {
    width: 100%;
    text-shadow: none;
}

.row {
    --bs-gutter-x: 13px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

#partner-form .row {
    margin-bottom: 10px;
}

#partner-form textarea {
    height: 140px;
    resize: vertical;
    padding-top: 1.5rem;
    border: var(--bs-border-width) solid #ccc;
}

.lpp-testimonial {
    background: linear-gradient(180deg, #87BA54 -22.52%, #285E4F 126.52%);
    border-radius: var(--lpp-border-radius);

    display: flex;
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    color: #FFF;
}

.lpp-testimonial>* {
    max-width: var(--wp--style--global--content-size);
}

.lpp-testimonial .quote {
    text-align: center;
    font-family: "enra-sans-variable", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 1.2px;
}

.lpp-testimonial .leaf {
    background: url(../images/leaf.png) no-repeat center;
    background-size: contain;
    width: 46px;
    height: 32px;
}

.lpp-testimonial .info {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.15px;
}

#news {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 875px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    padding-bottom: 36px;
}

.news-item {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.news-item .post-image {
    flex-shrink: 0;
}

.news-item .post-image img {
    border-radius: var(--lpp-border-radius);
}

.news-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-content a.title-link {
    color: var(--Earth, #5B5855);
    text-decoration: none;
}

.news-content a.title-link:hover {
    text-decoration: underline;
    color: var(--lpp-link);
}

.news-content .news-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 440;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-top: 0;
}

.posted-on {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 20.8px */
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.news-item p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.15px;
}

form {
    --bs-border-width: 1px;
    --bs-border-color: transparent;
    --bs-border-radius: 3px;
}

/*
.row>.col {
    flex: 1 0 0;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
/*
.form-floating {
    position: relative;
    text-shadow: none;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem 0;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--lpp-text);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--lpp-text-secondary);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-control::placeholder {
    color: var(--lpp-text-secondary);
    opacity: 1;
}

.form-floating>label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    color: var(--lpp-text);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    padding-left: .75rem;
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--lpp-text);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
*/
form .req {
    color: rgb(150, 0, 0);
}

#partner-form button {
    display: flex;
    padding: 1em 22px;
}

#partner-form .form-option {
    margin-top: 1.5em;
}
img.lazy {
    opacity: 0;
}

img {
    opacity: 1;
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
}

@media screen and (max-width: 991px) {
    #brands {
        gap: 32px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 32px;
    }

    #brands .brand {
        padding: 50px;
    }
}

@media screen and (max-width: 767px) {
    .menu-toggle.menu-toggle.hamburger {
        display: inline-block;
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        background-color: var(--lpp-text) !important;
    }

    .menu-main-container {
        z-index: 999;
        position: absolute;
        left: 0;
        top: 135px;
        padding-top: 15px;
        max-height: 0;
        overflow: hidden;
        transition-property: max-height;
        transition-duration: 100ms;
        transition-timing-function: ease;
    }

    .logged-in .menu-main-container {
        top: 196px;
    }

    .toggled .menu-main-container {
        background: #fff;
        width: calc(100% - 30px);
        padding-bottom: 20px;
        border-bottom-left-radius: var(--lpp-border-radius);
        border-bottom-right-radius: var(--lpp-border-radius);
        margin-left: 15px;
        margin-right: 15px;
        transition-duration: 500ms;
        border-bottom: solid 3px var(--lpp-link);
    }

    .toggled .menu-main-container {
        max-height: 30rem;
    }

    #primary-menu.nav-menu {
        flex-direction: column;
        width: 100%;
        display: none;
        overflow: hidden;
    }

    .toggled #primary-menu.nav-menu {
        display: inline-flex;
    }

    #partner-form .content {
        width: 100%;
    }

    #partner-form .row {
        flex-direction: column;
        gap: 1em;
        margin-bottom: 1em;
    }

    #brands {
        grid-template-columns: repeat(1, 1fr);
    }

    #brands .brand {
        padding: 30px;
    }

    .row>* {
        margin: 0;
    }

    .bio-image div::after {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1em;
        border-radius: 1000px;
        background-color: var(--lpp-link);
        color: #fff;
        content: " + ";
        line-height: 1em;
        font-size: 1.5em;
        padding-bottom: 4px;
        z-index: 2;
    }    
    .news-item{
        flex-direction: column;
        width:100%;
    }
    .news-item .post-image img{
        width:100%;
    }
    #footer-menu{
        flex-direction: column;
    }
}
