#inner-page-wrapper {
    margin: 0;
    padding: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.ip-banner,
.footer-newsletter {
    display: none !important;
}

/**/
#ip-lc-form {}

.lc-form {
    padding: clamp(100px, 12vw, 160px) 0;
}

.lc-form__wrap {
    width: min(63%, 1008px);
    margin: auto;
}

.lc-form__title {
    padding-bottom: 0.4em;
}

.lc-form__title h2 {
    font-size: 4.0625em;
    text-transform: uppercase;
}

.lc-form__description {
    max-width: 670px;
    margin: auto;
}

.lc-form__description p {}

.lc-form__form {
    margin-top: 33px;
}

.lc-form__form form {}

.lc-form__form .ip-lc-input {
    font-size: 0.938em;
    margin-bottom: 1.0667em;
    /* margin: 8px 0; */
}

.lc-form__form .ip-lc-input input,
.lc-form__form .ip-lc-input select,
.lc-form__form .ip-lc-input textarea {
    outline: none;
    background: none;
    font-family: var(--font-family-title);
    /* font-size: 0.938em; */
    font-size: 1em;
    letter-spacing: 0.15em;
    border: 1px solid rgba(204, 204, 204, .5);
    /* height: 55px; */
    width: 100%;
    padding: 1.1667em 1.8em;
}

.lc-form__form .ip-lc-input.lg input,
.lc-form__form .ip-lc-input textarea {
    height: 10.4667em;
    resize: none;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.lc-form__form .ip-lc-submit {
    position: relative;
    text-align: center;
    padding-top: 36px;
}

.lc-form__form .ip-lc-submit button {}

.lc-form__form .ip-lc-submit .wpcf7-spinner {
    right: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.lc-form__form .wpcf7 form.use-floating-validation-tip .wpcf7-not-valid-tip {
    top: 0;
}

.lc-form__form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    width: 100%;
    margin-top: 20px;
}

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

    .lc-form__wrap {
        width: min(90%, 630px);
    }
}