.contact-body .grecaptcha-badge {
    display: block
}

.contact-container {
    position: relative
}

.contact-header-copy {
    text-align: center
}

.contact-fig {
    max-width: 164px;
    position: absolute;
    right: 105px;
    top: -100px
}

.contact-items {
    max-width: 720px;
    margin: 0 auto 120px
}

.contact-item {
    padding: 40px 0
}

.contact-item:nth-of-type(n+2) {
    border-top: 2px solid rgba(255, 255, 255, .8)
}

.contact-item>dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-item>dd {
    padding-left: 30px
}

.contact-item>dd>span {
    display: block;
    position: relative
}

.contact-item>dd input {
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.contact-item>dd textarea {
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

.contact-required {
    font-style: normal;
    display: inline-block;
    color: #fff;
    padding: 0 3px;
    background-color: #c97586
}

.contact-submit {
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.contact-submit>input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: 0 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
}

.contact-submit:hover>input {
    color: #2f5d50
}

.contact-footer-wrapper {
    max-width: 720px;
    margin: 120px auto 0
}

.wpcf7-response-output,
.wpcf7-spinner {
    display: none
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #c97586;
    position: absolute
}

@media screen and (min-width:768px)and (max-width:992px) {
    .contact-fig {
        right: 25px
    }
}

@media screen and (max-width:767.98px) {
    .contact-fig {
        max-width: 123px;
        margin: 0 auto 45px;
        position: relative;
        top: 0;
        right: 0
    }

    .contact-header-copy {
        text-align: left
    }

    .contact-items {
        margin: 0 auto 90px
    }

    .contact-title {
        margin-right: 5px
    }

    .contact-item {
        padding: 30px 0
    }

    .contact-item>dt {
        display: block;
        margin-bottom: 15px
    }

    .contact-item>dd {
        padding-left: 0
    }

    .contact-item>dd input {
        width: 100%
    }

    .contact-item>dd textarea {
        width: 100%;
        resize: none
    }

    .contact-required {
        font-style: normal;
        display: inline-block;
        color: #fff;
        padding: 0 3px;
        background-color: #c97586
    }

    .contact-footer-wrapper {
        max-width: 100%;
        margin: 90px auto 0
    }

    .wpcf7-not-valid-tip {
        font-size: 10px
    }
}