.main-footer {
    margin-top: 0 !important;
}

.main-footer.validation .form .wpcf7-not-valid-tip {
    color: #ead5d5;
}

.button--footer-cta,
.button--footer-cta:hover {
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
    .main-footer .form {
        max-width: 23.5rem;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .main-footer .container {
        padding-top: 7.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .main-footer__cta-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .button--footer-cta {
        position: initial;
        display: block;
        margin-top: -9rem;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (min-width: 1001px) {
    .page-template-template-landing .main-footer {
        margin-top: -4rem !important;
    }
}

@media (max-width: 1000px) {
    .page-template-template-landing .main-footer {
        margin-top: 0 !important;
    }
}
