.contact-submit-button {
    border: none;
    border-radius: 6px;
    background: #D7282F;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 39.316px; 
    text-align: center;
    color: #FFF;
    font-family: 'gotham-book',"gotham-book Fallback";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.289px; 
    cursor: pointer;
    margin-top: 29px;
}
.contact-submit-button:hover {
    opacity: 0.7;
}
.contact-subtitles {
    color: #505050;
    font-family: 'DM Sans',"DM Sans Fallback",'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-top: 32px;
    width: 100%;
}
.contact-form-field {
    width: 100%;
    height: 72px;
    background-color: #FFF !important;
    color: #000 !important;
    font-family: 'gotham-book',"gotham-book Fallback";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 25px !important;
    border: none !important;
}
.contact-form-field::placeholder {
    color: #B7B7BC;
}
.half-field > .contact-subtitles > span > input {
    margin-top: 12px;
}
.contact-subtitles > span > textarea {
    margin-top: 32px;
    height: 162px;
}
.wpcf7-not-valid-tip {
    margin-top: 10px;
    font-family: 'gotham-book',"gotham-book Fallback";
}
.wpcf7-response-output {
    font-family: 'gotham-book',"gotham-book Fallback";
    border-color: #002e6d !important;
    color: #dc3232 !important;
}
.wpcf7-spinner {
    display: block;
}
.contact-submit-button {
    width: 100%;
}
@media (min-width: 769px) {
    .half-field {
        width: 48%;
        display: inline-flex;
    }
    .half-field:nth-child(3), .half-field:nth-child(5) {
        float: right;
    }
    .contact-submit-button {
        width: 173px;
    }
}