#inner-page-wrapper {
    display: block !important;
    margin-bottom: 0;
}
#hp-cu {
    display: none;
}

.site_section {
  position: relative;
  z-index: 1;
}
.non_parallax_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 0;
}
  .non_parallax_bg canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.site_inner_container {
  position: relative;
  z-index: 3;
}
.canvas_img {
  position: relative;
}
  .canvas_img > canvas {
    width: 100%;
    height: auto;
    display: block;
  }
  .canvas_img > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
.ip-banner {
    display: none;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.header {
    background-color: #000000;
}
.header-inner {
    padding: 11px 0;
}
.header-logo-inner a img {
    width: auto;
    height: 78px;
}
.header.fixed .header-logo-inner a img {
    width: 176px;
    width: 11vw;
    height: auto;
}
.header-contact-off-canvas-trigger {
    top: auto;
}

body[sidebar-active-section="hp-cu"] .fixed-smi-inner::after {
    background: #fff;
}

body[sidebar-active-section="hp-cu"] .fixed-smi-inner > a,
body[sidebar-active-section="hp-cu"] .fixed-smi-inner > .smi-link {
    border-color: #fff;
    color: #fff;
}

body[sidebar-active-section="hp-cu"] .fixed-smi-inner > span {
    color: #fff;
}

/* Banner Content START */
.ip-co-banner-wrap {

}
    .ip-co-banner {
        background-color: #000000;
    }
        .ip-co-banner canvas {
            opacity: 0.7;
        }
    .ip-co-banner::before {
        width: 100%;
        height: 85.5%;
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
        opacity: 0.8;
    }
    .ip-co-banner::after {
        width: 100%;
        height: 77.2%;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
        opacity: 0.5;
    }

.ip-co-banner-content {
    padding-top: 138px;
    padding-left: 9.5625%;
    padding-right: 9.5625%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 100vh;
}
    .ip-co-banner-left {
        width: calc(60.06% + 60px);
        position: relative;
        z-index: 2;
        margin-right: -60px;
    }
        .ip-co-banner-form-step {
            font-size: 0;
        }
            .ip-co-banner-form-step :is(h1,h2) {
                margin-bottom: 35px;
                color: #e8c263;
                font-size: 77px;
                font-size: 4.813vw;
                font-weight: 700;
                line-height: 0.9;
                text-transform: uppercase;
            }
                .ip-co-banner-form-step :is(h1,h2) span {
                    color: #fff;
                }
            .ip-co-banner-form-step h3 {
                margin-bottom: 35px;
                color: #e8c263;
                font-size: 45px;
                font-size: 2.813vw;
                font-weight: 700;
                line-height: 1;
                text-transform: uppercase;
            }
                .ip-co-banner-form-step h3 span {
                    color: #ffffff;
                }
                .ip-co-banner-form-step.ip-co-banner-form-step-02 h3 {
                    font-size: 36px;
                    font-size: 2.25vw;
                }
                .ip-co-banner-form-message h3 {
                    margin-bottom: 15px;
                }
            .ip-co-banner-form-step h4 {
                margin-bottom: 30px;
                color: #ffffff;
                font-size: 40px;
                font-size: 2.5vw;
                font-weight: 700;
                line-height: 1;
                text-transform: uppercase;
            }
                .ip-co-banner-form-step.ip-co-banner-form-step-02 h4 {
                    margin-bottom: 0;
                    font-size: 30px;
                    font-size: 1.875vw;
                }

            .ip-co-banner-form-wrap.form-sent .ip-co-banner-form {
                display: none;
            }
            .ip-co-banner-form-message {
                width: 100%;
                display: none;
                vertical-align: top;
                padding-bottom: 115px;
            }
                .ip-co-banner-form-wrap.form-sent .ip-co-banner-form-message {
                    display: inline-block;
                }
                .ip-co-banner-form-message h3.margin_top {
                    margin-top: 45px;
                }
                .ip-co-banner-form-message p {
                    color: #ffffff;
                    font-size: 25px;
                    font-size: 1.563vw;
                    letter-spacing: 0.15em;
                    text-transform: uppercase;
                }
            
            .ip_co_form_field_wrap {
                width: 100%;
                max-width: 566px;
                display: block;
                margin-bottom: 10px;
            }
                .ip-co-banner-form-step-01 .ip_co_form_field_wrap {
                    max-width: 536px;
                }
                .ip_co_form_field {
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                }
                    .ip_co_form_field_long {
                        width: 100%;
                    }
                    .ip_co_form_field_short {
                        width: calc(50% - 9px);
                        margin-left: 18px;
                    }
                        .ip_co_form_field_short:first-child {
                            margin-left: 0;
                        }

                    .ip_co_form_field input {
                        width: 100%;
                        height: 60px;
                        padding: 0 30px;
                        color: #ffffff;
                        font-size: 16px;
                        letter-spacing: 0.1em;
                        border: 1px solid #ffffff;
                        background-color: transparent;
                        outline: none;
                        -webkit-appearance: none;
                        -moz-appearance:    none;
                        appearance:         none;
                    }
                        .ip-co-banner-form-step-01 .ip_co_form_field input {
                            height: 75px;
                        }

                        .ip_co_form_field_file {
                            border: 1px solid #ffffff;
                        }
                            .ip_co_form_field_file input[type="file"] {
                                font-size: 0;
                                height: 80px;
                                opacity: 0;
                                border: none;
                                background: transparent;
                            }
                            .ip_co_form_field_file label {
                                width: 183px;
                                height: 48px;
                                position: absolute;
                                top: 50%;
                                right: 20px;
                                color: #000000;
                                font-size: 16px;
                                background-color: #ffffff;
                                line-height: 48px;
                                letter-spacing: 0.15em;
                                text-align: center;
                                text-transform: uppercase;
                                transform: translate(0,-50%);
                                transition: all 0.35s ease-in-out;
                            }
                                .ip_co_form_field_file:hover label {
                                    color: #ffffff;
                                    background-color: var(--primary);
                                }
                        .ip_co_label {
                            position: absolute;
                            top: 50%;
                            left: 30px;
                            transform: translate(0, -50%);
                            color: #ffffff;
                            font-size: 16px;
                            letter-spacing: 0.15em;
                        }
                            .ip_co_label em {
                                display: block;
                                font-size: 10px;
                                font-style: normal;
                            }

                    .submit_btn {
                        position: relative;
                    }
                    /*.submit_btn input[type="submit"] {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 2;
                        border: none;
                        background: transparent;
                        outline: none;
                        -webkit-appearance: none;
                        -moz-appearance:    none;
                        appearance:         none;
                        border-radius: 0 !important;
                        float: none !important;
                        font-size: 0 !important;
                        padding: 0 !important;
                        margin: 0 !important;
                    }
                    .submit_btn.site-button > div  {
                        display: block;
                        background: transparent;
                        border: none;
                        position: relative;
                    }
                    .submit_btn.site-button > div::before {
                        content: '';
                        background: linear-gradient(to bottom, rgba(232, 195, 99, 1) 0%, rgba(185, 146, 66, 1) 100%);
                        position: absolute;
                        top: 0;
                        bottom: 5px;
                        bottom: 0.313vw;
                        left: 0;
                        right: 5px;
                        right: 0.313vw;
                        z-index: 1;
                        transition: var(--default-transition);
                    }
                    .submit_btn.site-button > div:hover::before {
                        top: 5px;
                        top: 0.313vw;
                        bottom: 0;
                        left: 5px;
                        left: 0.313vw;
                        right: 0;
                        filter: brightness(0);
                    }
                    .submit_btn.site-button > div::after {
                        content: '';
                        border: 1px solid #ffffff;
                        border: 0.063vw solid #ffffff;
                        position: absolute;
                        top: 5px;
                        top: 0.313vw;
                        bottom: 0;
                        left: 5px;
                        left: 0.313vw;
                        right: 0;
                        z-index: 1;
                        transition: var(--default-transition);
                    }

                    .submit_btn.site-button > div:hover::after {
                        top: 0;
                        bottom: 5px;
                        bottom: 0.313vw;
                        left: 0;
                        right: 5px;
                        right: 0.313vw;
                        border-color: var(--primary);
                    }

                    .submit_btn.site-button span.submit_txt {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: fit-content;
                        min-width: 305px;
                        min-width: 19.063vw;
                        height: 65px;
                        height: 4.063vw;
                        font-size: 16px;
                        font-weight: 400;
                        letter-spacing: 0.15em;
                        color: #000;
                        text-align: center;
                        text-transform: uppercase;
                        padding: 0 15px 0 calc(15px + 0.15em);
                        padding: 0 0.938vw 0 calc(0.938vw + 0.15em);
                        position: relative;
                        z-index: 2;
                        transition: var(--default-transition);
                        overflow: hidden;
                        pointer-events: none;
                    }

                    .submit_btn.site-button > div:hover span.submit_txt {
                        color: #fff;
                    }

                    .submit_btn.site-button > div span.submit_txt::before {
                        content: '';
                        width: 121px;
                        width: 7.563vw;
                        height: 60px;
                        height: 3.75vw;
                        background-image: url(../../images/button-monogram.png);
                        background-size: 131px auto;
                        background-size: 8.188vw auto;
                        background-position: center right;
                        background-repeat: no-repeat;
                        opacity: 0;
                        position: absolute;
                        bottom: 0;
                        left: 5px;
                        left: 0.313vw;
                        z-index: -1;
                        transition: var(--default-transition);
                    }

                   .submit_btn.site-button > div span.submit_txt::before {
                        opacity: 0.3;
                    }*/
                    .submit_btn.site-button .wpcf7-spinner {
                        position: absolute;
                        right: 0;
                        bottom: -25px;
                    }
                           

            .ip-co-banner-form .cf7mls-btns {
                display: flex;
                position: relative;
                max-width: 100%;
                min-height: auto !important;
                margin-top: 15px;
            }
                .ip-co-banner-form-step-01 ~ .cf7mls-btns {
                    margin-bottom: 104px;
                }
                .ip-co-banner-form-step-02 ~ .cf7mls-btns {
                    margin-bottom: 64px;
                }
                /*.ip-co-banner-form .cf7mls-btns button {
                    float: none !important;
                    padding: 0 !important;
                    margin: 0 !important;
                    display: block;
                    background: transparent;
                    border: none;
                    position: relative;
                }
                    .ip-co-banner-form .cf7mls-btns button > img {
                        position: absolute;
                        bottom: -25px;
                        margin: 0 auto;
                    }
                    .ip-co-banner-form .cf7mls-btns button::before {
                        content: '';
                        background: linear-gradient(to bottom, rgba(232, 195, 99, 1) 0%, rgba(185, 146, 66, 1) 100%);
                        position: absolute;
                        top: 0;
                        bottom: 5px;
                        bottom: 0.313vw;
                        left: 0;
                        right: 5px;
                        right: 0.313vw;
                        z-index: 1;
                        transition: var(--default-transition);
                    }
                        .ip-co-banner-form .cf7mls-btns button:hover::before {
                            top: 5px;
                            top: 0.313vw;
                            bottom: 0;
                            left: 5px;
                            left: 0.313vw;
                            right: 0;
                            filter: brightness(0);
                        }
                    .ip-co-banner-form .cf7mls-btns button::after {
                        content: '';
                        border: 1px solid #ffffff;
                        border: 0.063vw solid #ffffff;
                        position: absolute;
                        top: 5px;
                        top: 0.313vw;
                        bottom: 0;
                        left: 5px;
                        left: 0.313vw;
                        right: 0;
                        z-index: 1;
                        transition: var(--default-transition);
                    }
                        .ip-co-banner-form .cf7mls-btns button:hover::after {
                            top: 0;
                            bottom: 5px;
                            bottom: 0.313vw;
                            left: 0;
                            right: 5px;
                            right: 0.313vw;
                            border-color: var(--primary);
                        }*/
                    /*.ip-co-banner-form .cf7mls-btns button span {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: fit-content;
                        min-width: 305px;
                        min-width: 19.063vw;
                        height: 65px;
                        height: 4.063vw;
                        font-size: 16px;
                        font-weight: 400;
                        letter-spacing: 0.15em;
                        color: #000;
                        text-align: center;
                        text-transform: uppercase;
                        padding: 0 15px 0 calc(15px + 0.15em);
                        padding: 0 0.938vw 0 calc(0.938vw + 0.15em);
                        position: relative;
                        z-index: 2;
                        transition: var(--default-transition);
                        overflow: hidden;
                    }
                        .ip-co-banner-form .cf7mls-btns button:hover span {
                            color: #fff;
                        }
                    .ip-co-banner-form .cf7mls-btns button span::before {
                        content: '';
                        width: 121px;
                        width: 7.563vw;
                        height: 60px;
                        height: 3.75vw;
                        background-image: url(../../images/button-monogram.png);
                        background-size: 131px auto;
                        background-size: 8.188vw auto;
                        background-position: center right;
                        background-repeat: no-repeat;
                        opacity: 0;
                        position: absolute;
                        bottom: 0;
                        left: 5px;
                        left: 0.313vw;
                        z-index: -1;
                        transition: var(--default-transition);
                    }
                        .ip-co-banner-form .cf7mls-btns button:hover span::before {
                            opacity: 0.3;
                        }*/

                    .ip-co-banner-form .use-floating-validation-tip .wpcf7-not-valid-tip {
                        width: auto;
                        position: absolute;
                    }
                    .ip-co-banner-form .wpcf7 form .wpcf7-response-output {
                        width: auto;
                        position: absolute;
                        bottom: -10px;
                        color: #ffffff;
                        font-size: 15px;
                        max-width: 566px;
                        width: 100%;
                        text-align: center;
                        margin-left: 0;
                        margin-right: 0;

                    }

                    .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin: 1.125vw 0;
                        width: 536px;
                    }

                    .cf7mls-btns .cf7mls_next.action-button {
                        background: transparent;
                        padding: 0;
                        border: none;
                    }

                    .ip-co-banner-form-step-02 .cu-form-button button:not(:hover) span.cu-form-button-inner {
                        padding-right: 2vw;
                    }
                    .ip_co_form_field_wrap.ip_co_form_field_submit .wpcf7-spinner {
                        position: absolute;
                        bottom: -30px;
                        left: 0;
                        right: 0;
                        margin: auto;
                    }

    .ip-co-banner-right {
        width: 39.94%;
        font-size: 0;
        position: relative;
    }
        .ip-co-agent-photo {
            margin-bottom: -2.2%;
        }
            .ip-co-agent-photo::before {
                width: calc(100% + 112px);
                height: calc(100% + 97px);
                content: '';
                position: absolute;
                top: 0;
                right: -42px;
                background-image: url(/wp-content/uploads/2024/09/ip-co-agent-photo-shadow.png);
                background-size: contain;
                background-position: bottom center;
                background-repeat: no-repeat;
            }
        .ip-co-agent-signature {
            width: 66.194%;
            position: absolute;
            z-index: 1;
            bottom: 48px;
            right: 2px;
        }
            .ip-co-agent-signature img {
                width: 100%;
                height: auto;
            }

/* Banner Content END */

/* Welcome START */
.ip-co-welcome-wrap {
    padding: 80px 13.125% 110px;
    text-align: center;
}
    .ip-co-welcome-title {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
        .ip-co-welcome-title > span {
            display: block;
            margin-bottom: 20px;
            color: #454545;
            font-size: 30px;
            letter-spacing: 0.15em;
            text-transform: uppercase;
        }
    .ip-co-welcome-list {
        margin-top: 80px;
        font-size: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
        .ip-co-welcome-item {
            width: 30%;
            margin-left: 100px;
        }
            .ip-co-welcome-item:first-child {
                margin-left: 0;
            }
            .ip-co-welcome-icon {
                min-height: 100px;
                margin-bottom: 30px;
                display: flex;
                align-items: flex-start;
                justify-content: center;
            }
            .ip-co-welcome-item-text {
                color: #525252;
                font-size: 20px;
            }
                .ip-co-welcome-item-text strong {
                    display: block;
                    margin-bottom: 25px;
                    padding: 0 20px;
                    color: #000000;
                    font-size: 25px;
                    font-size: 1.563vw;
                    font-weight: 700;
                    text-transform: uppercase;
                }
                .ip-co-welcome-item-text p {
                    line-height: 1.4;
                }
    .ip-co-welcome-button {
        margin: 55px 0 85px;
    }
        .ip-co-welcome-button .site-button {
            justify-content: center;
        }
        .ip-co-welcome-button .cu-form-button-wrap .cu-form-button-replacement:not(:hover) {
            border-color: #000;
        }
    .ip-co-welcome-logos {
        font-size: 0;
    }
        .ip-co-welcome-logos img {
            max-width: 100%;
            height: auto;
        }
/* Welcome END */


/* Video START */
.ip-co-video-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 80px 9.6875% 125px;
    background-color: #000000;
    position: relative;
    overflow: hidden;
}
    .ip-co-video-wrap::before {
        content: '';
        width: 1444px;
        width: 90.25vw;
        height: 886px;
        height: 55.375vw;
        background-image: url(../../images/monogram.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.22;
        position: absolute;
        top: -43px;
        top: -2.688vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        pointer-events: none;
    }
    .ip-co-video-wrap > div {
        position: relative;
        z-index: 2;
    }
    .ip-co-video-title {

    }
        .ip-co-video-title > span {
            display: block;
            margin-bottom: 20px;
            color: #ffffff;
            font-size: 30px;
            letter-spacing: 0.15em;
            text-transform: uppercase;
        }
        .ip-co-video-title .site-title h2 em {
            color: #ffffff;
            display: inline;
        }
    .ip-co-video {
        position: relative;
        text-align: center;
        padding: 0 5.8139%;
        margin-top: 80px;
        font-size: 0;
    }
    .ip-co-video .plyr__poster {
        background-image: url(/wp-content/uploads/2024/09/video-poster.jpg) !important;
        background-size: cover;
    }
    .ip-co-video .plyr .plyr__control--overlaid {
        width: 175px;
        height: 175px;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.22);
    }
    .ip-co-video .plyr .plyr__control--overlaid::before {
        width: calc(100% - 50px);
        height: calc(100% - 50px);
        content: '';
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 1px solid #ffffff;
        border-radius: 50%;
    }
    .ip-co-video .plyr__control--overlaid svg {
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: scale(1.7);
    }
        .ip-co-video .plyr .plyr__control--overlaid:hover,
        .ip-co-video .plyr .plyr__control--overlaid:hover::before {
            background-color: var(--primary);
        }
    /*.ip-co-video .plyr--video .plyr__controls {
        display: none;
    }*/
/* Video END */


/* Versus START */
.ip-co-versus-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 130px;
    text-align: center;
    position: relative;
}
    .ip-co-versus-wrap::before {
        content: '';
        width: 1000px;
        width: 62.5vw;
        height: 612px;
        max-height: 90%;
        background-image: url(../../images/monogram.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.35;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        pointer-events: none;
    }
    .ip-co-versus-wrap > div {
        position: relative;
        z-index: 2;
    }
    .ip-co-versus-title .site-title {
        display: inline-block;
        text-align: left;
    }
    .ip-co-versus-list {
        padding: 0 22.8125%;
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
    }
        .ip-co-versus-item {
            min-width: 355px;
            text-align: left;
        }
            .ip-co-versus-item h2 {
                padding-bottom: 27px;
                color: var(--primary);
                font-size: 40px;
                font-size: 2.5vw;
                font-weight: 700;
                text-transform: uppercase;
                line-height: 1;
                border-bottom: 2px solid #bfbfbf;
            }
                .ip-co-versus-item.ip-co-versus-item-listing h2 {
                    color: #000000;
                }
            .ip-co-versus-item ul {
                margin-top: 35px;
            }
                .ip-co-versus-item ul li {
                    margin-bottom: 22px;
                    position: relative;
                    color: #525252;
                    font-size: 20px;
                    text-transform: uppercase;
                    letter-spacing: 0.05em;
                }
                    .ip-co-versus-item-cash ul li::before {
                        content: "\b0126";
                        font-family: agentimage !important;
                        color: var(--primary);
                        font-size: 22px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 20px;
                    }
                    .ip-co-versus-item-listing ul li::before {
                        content: "\b0246";
                        font-family: agentimage !important;
                        color: #e50000;
                        font-size: 22px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 15px;
                    }
/* Versus END */


/* FAQS START */
.ip-co-faqs-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 150px 0 50px;
}
    .ip-co-faqs-content {
        padding: 0 14.375%;
    }
        .ip-co-faqs-title {
            margin-bottom: 45px;
            text-align: center;
        }
            .ip-co-faqs-title .site-title {
                display: inline-block;
                text-align: left;
            }
        .ip-co-faqs-content p {
            color: #454545;
            font-size: 20px;
            line-height: 1.6;
            letter-spacing: 0.05em;
        }
            .ip-co-faqs-content > p {
                text-align: center;
            }

        .ip-co-faqs-list {
            margin-top: 40px;
        }
            .ip-co-faqs-item {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                padding: 60px 0;
                border-top: 2px solid var(--primary);
            }
                .ip-co-faqs-item:first-child {
                    border-top: none;
                }
                .ip-co-faqs-item h3 {
                    margin-bottom: 20px;
                    color: #000000;
                    font-size: 25px;
                    font-weight: 700;
                    letter-spacing: 0.05em;
                    text-transform: uppercase;
                }
                .ip-co-faqs-item p {
                    text-align: left;
                }
/* FAQS END */


.page-template-cash-offers #hp-cu {
    display: none;
}

/* MOBILE */
@media only screen and (max-width: 1440px) {
    .ip-co-welcome-wrap {
        padding-left: 10%;
        padding-right: 10%;
    }
    .ip-co-versus-list {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-co-banner-content,
    .ip-co-welcome-wrap,
    .ip-co-faqs-content {
        padding-left: 4%;
        padding-right: 4%;
    }
    .ip-co-versus-list {
        padding-left: 8%;
        padding-right: 8%;
    }
}


@media only screen and (max-width: 991px) {
    #inner-page-wrapper {
        padding-top: 73px;
    }
    .ip-co-banner-content {
        padding-top: 60px;
        flex-flow: column;
        align-items: center;
    }
    .ip-co-banner-form .cf7mls-btns {
        justify-content: center;
    }
    .ip-co-banner-left {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .ip_co_form_field_wrap {
        margin: 0 auto 10px;
    }
    .ip-co-banner-form-step-01 ~ .cf7mls-btns,
    .ip-co-banner-form-step-02 ~ .cf7mls-btns {
        margin-bottom: 50px;
    }
    .ip-co-banner-right {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
        width: 100%;
    }
        .cf7mls-btns .cf7mls_next.action-button {
            width: 100%;
            max-width: 360px;
        }
    /*.ip-co-banner-form .cf7mls-btns button span,
    .submit_btn.site-button span.submit_txt {
        min-width: 305px;
        min-height: 65px;
    }*/

    .ip_co_form_field input {
        padding: 0 10px;
        letter-spacing: 0.03em;
    }
    .ip-co-banner-form-step :is(h1,h2) {
        font-size: 40px;
    }
    .ip-co-banner-form-step h4 {
        font-size: 30px !important;
    }
    .ip-co-banner-form-step h3 {
        font-size: 35px !important;
    }
    .ip-co-banner-form-message {
        padding-bottom: 50px;
    }
    .ip-co-banner-form-message p {
        font-size: 20px;
    }
    .ip_co_form_field_file input[type="file"] {
        height: 150px;
    }
    .ip_co_label {
        top: 20px;
        left: 10px;
        text-align: left;
        transform: none;
        letter-spacing: 0.05em;
    }
    .ip_co_form_field_file label {
        top: 75%;
        right: 10px;
    }

    .ip-co-banner-form .wpcf7 form .wpcf7-response-output {
        position: relative;
        margin: 0 auto 15px;
        max-width: 560px;
    }


    .ip-co-welcome-title {
        text-align: center;
    }
    .ip-co-welcome-title > span,
    .ip-co-video-title > span {
        font-size: 22px;
    }
    .ip-co-welcome-list {
        flex-flow: column;
        align-items: center;
    }
    .ip-co-welcome-item {
        width: 100%;
        margin: 0 auto 20px;
    }
    .ip-co-welcome-item-text strong {
        font-size: 25px;
    }

    .ip-co-video-wrap {
        padding: 60px 15px;
    }
    .ip-co-video-title {
        text-align: center;
    }
    .ip-co-video .plyr .plyr__control--overlaid {
        transform: translate(-50%,-50%) scale(0.4);
    }

    .ip-co-versus-list {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
        flex-flow: column;
    }
    .ip-co-versus-item {
        width: 100%;
        min-width: auto;
        max-width: 355px;
        margin: 0 auto;
    }
    .ip-co-versus-item ul li {
        font-size: 16px;
        letter-spacing: 0.02em;
    }
    .ip-co-versus-item-cash {
        margin-bottom: 40px;
    }
    .ip-co-versus-item h2 {
        font-size: 25px;
    }

    .ip-co-faqs-wrap {
        padding-top: 70px;
    }
    .ip-co-faqs-title {
        margin-bottom: 0;
    }
    .ip-co-faqs-list {
        text-align: center;
    }

    .fixed-smi {
        left: 5px;
    }
    .ip_co_form_field_wrap {
        padding: 0 30px;
    }
    .ip_co_form_field input {
        text-overflow: ellipsis;
    }
    
}
@media only screen and (max-width: 767px) {
    .ip-co-banner-form-step h3 span {
        display: block;
    }
    .ip_co_form_field_short {
        width: 100%;
        margin: 0 0 10px;
    }
}