body .wd-prefooter {
    padding-bottom: 0;
}

:is(.wd-prefooter, footer) ul {
    list-style: none;
    padding: 0;
    line-height: 1;
}

:is(.wd-prefooter, footer) :is(ul, li, .wpb_content_element) {
    margin-bottom: 0;
}

.wd-prefooter ul li strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wd-prefooter ul li strong img {
    width: 36px;
}

.wd-prefooter .wpb_wrapper>ul {
    display: flex;
    gap: 2vw;
    padding-block: 36px;
    text-align: center;
}

.wd-prefooter .wpb_wrapper>ul>li {
    flex: 1;
    padding-inline: 1vw;
}

.wd-prefooter ul li strong+ul {
    line-height: 20px;
    margin-top: 0;
    padding-inline: 12px;
}

.home-footer-top {
    padding-top: 72px;
    padding-bottom: 60px;
}

.home-footer-top--subscribe {
    width: 40%;
    line-height: 1;
}

.home-footer-top--links {
    width: 60%;
}

.home-footer-top--links .wpb_text_column>.wpb_wrapper>ul {
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    margin-left: 30px;
    border-left: 1px solid rgb(255 255 255 / 15%);
}

.home-footer-top--links li a {
    padding-block: 8px;
    line-height: 21px;
    display: inline-block;
}

.home-footer-top--links li strong {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.home-footer-top--links img {
    width: 85%;
    display: inline-block;
    margin-top: 4px;
}

.home-footer-bottom .wpb_text_column>.wpb_wrapper>ul {
    display: inline-flex;
    justify-content: space-between;
    line-height: 1;
    width: 100%;
    align-items: center;
    padding-block: 20px;
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.home-footer-bottom .wpb_text_column>.wpb_wrapper>ul li {
    flex: 1;
}

.home-footer-bottom .wpb_text_column>.wpb_wrapper>ul li:nth-child(2) {
    text-align: center;
}

.home-footer-bottom .wpb_text_column>.wpb_wrapper>ul li:last-child {
    text-align: end;
}

.home-footer-top--subscribe .h3 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
}

.wpcf7-form .suscription {
    position: relative;
    height: auto;
}

.wpcf7-form .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .suscription input.wpcf7-submit {
    position: absolute;
    font-size: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    top: 9px;
    right: 12px;
    background-image: url(/wp-content/uploads/2024/10/submit-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: rgb(255 255 255 / 20%);
}

.wpcf7-form .suscription input.wpcf7-submit:hover {
    background-color: rgb(255 255 255 / 35%);
}

.wpcf7-form .suscription input.wpcf7-email {
    border-radius: 12px;
    padding-inline-start: 28px;
    font-size: 15px;
    height: 60px;
}

div.wpb_content_element.footer-newsletter--desc {
    margin-bottom: 32px;
}

body .wd-social-icons {
    display: flex;
    gap: 10px;
}

body .wd-social-icons a.wd-social-icon {
    padding: 0;
    height: 46px !important;
    width: 46px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 6px;
}

footer .wpcf7 form .wpcf7-response-output {
    background-color: rgb(255 255 255 / 5%) !important;
}

@media screen and (max-width: 768px) {

    .wd-prefooter .wpb_wrapper>ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .wd-prefooter .wpb_wrapper>ul>li {
        padding-inline: 0;
    }

    .wd-prefooter ul li strong {
        font-size: 12px;
    }

    .wd-prefooter ul li strong+ul {
        font-size: 12px;
        line-height: 18px;
        padding-inline: 0;
    }

    .home-footer-top {
        flex-direction: column;
        gap: 64px;
        padding-bottom: 24px;
        padding-top: 48px;
    }

    .home-footer-top--subscribe,
    .home-footer-top--links {
        width: auto;
    }

    .home-footer-top--links .wpb_text_column>.wpb_wrapper>ul {
        display: grid;
        grid-template-columns: auto;
        padding: 0;
        margin: 0;
        border: 0;
        gap: 32px;
    }

    .home-footer-bottom .wpb_text_column>.wpb_wrapper>ul {
        flex-direction: column;
        gap: 8px;
        line-height: 20px;
        font-size: 12px;
        padding-bottom: 60px;
    }

    .home-footer-top--subscribe .h3 {
        font-size: 24px;
    }

    .home-footer-top--links img {
        width: 100%;
    }

}