/* -- FS CSS START -- */
.lwe-fs-container{
    width: 100%;
    padding: 38px 23px;
    box-sizing: border-box;
    background: #F1F1F1;
    margin: 30px auto;
    clear: both;
}

.lwe-fs-content{
    width: 100%;
    max-width: 770px;
    margin: auto;
    text-align: center;
}

.lwe-fs-content h2{
    color: #4C8B08;
    text-align: center;
    font-family: "Roboto Slab",sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px auto;
}

.lwe-fs-content p{
    color: #000;
    text-align: center;
    font-family: Raleway,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto 15px;
}

.lwe-fs-cta{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 230px;
    margin: 0 auto 15px;
    height: 45px;
    background: #4C8B08;
    color: #FFF;
    text-align: center;
    font-family: Raleway,sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.lwe-fs-cta:hover{
    background: #96C346;
    color: #fff;
}

p.lwe-fs-mc{
    font-size: 16px;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .lwe-fs-content h2{
        font-size: 28px;
        width: 95%;
    }    

    .lwe-fs-content p{
        font-size: 16px;
    }
}

/* -- FS CSS END -- */

/* Footer FS CSS START -- */
.lwe-footer-fs-container{
    width: 100%;
    padding: 38px 20px 50px;
    box-sizing: border-box;
    background: #F1F1F1;
    margin-top: 30px;
}

.lwe-footer-fs-content{
    width: 100%;
    max-width: 770px;
    margin: auto;
    text-align: center;
}

.lwe-footer-fs-content h2{
    color: #4C8B08;
    text-align: center;
    font-family: "Roboto Slab",sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px auto;
}

.lwe-footer-fs-content p{
    color: #000;
    text-align: center;
    font-family: Raleway,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto 15px;
}

.lwe-footer-fs-ctas{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.lwe-footer-fs-cta{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 230px;
    margin: 0 0 15px;
    height: 45px;
    background: #4C8B08;
    color: #FFF;
    text-align: center;
    font-family: Raleway,sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
}

.lwe-footer-fs-cta.outline{
    background: transparent;
    border: 1px solid #000;
    color: #4C8B08;

}

.lwe-footer-fs-cta:hover{
    background: #96C346;
    color: #fff;
}

.lwe-footer-fs-cta.outline:hover{
    background: #96C346;
    border-color: #96C346;
}

p.lwe-footer-fs-mc{
    font-size: 16px;
    font-style: italic;
}

.lwe-footer-fs-badges{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 599px;
    align-items: center;
    gap: 32px;
    margin: 20px auto 0;
    justify-content: center;
}

.lwe-footer-fs-badges img{
    width: auto;
    max-height: 70px;
}

.lwe-footer-fs-call{
    color: #4C8B08;
    text-align: center;
    font-family: Raleway,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 10px auto;
}

@media screen and (max-width: 768px) {
    .lwe-footer-fs-container{
        padding-bottom: 100px;
    }
    .lwe-footer-fs-content h2{
        font-size: 28px;
        width: 95%;
    }    

    .lwe-footer-fs-content p{
        font-size: 16px;
    }

    .lwe-footer-fs-ctas{
        flex-direction: column;
        gap:0;
        width: 95%;
        margin: auto;
    }

    .lwe-footer-fs-cta{
        width: 100%;
        max-width: 400px;
    }

    .lwe-footer-fs-badges{
        margin-top: 40px;
        gap: 15px;
    }
}
/* Footer FS CSS END -- */