/* NORMALIZE PAGE */

.page-id-106875 .vc_column_container>.vc_column-inner {
    padding: 0 !important;
}

.page-id-106875 .wpb_button, .page-id-106875 .wpb_content_element, .page-id-106875 ul.wpb_thumbnails-fluid > li{
    margin-bottom: 0 !important;
}

.page-id-106875 .wpb-content--blank .wpb-content-wrapper{
    max-width: 100% !important;
}

/* MOBILE FIRST */

.hero-contact-form__container{
    width: 100%;
    box-sizing: border-box;
}

.hero-contact-form__wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    position: relative;
}

.hero-contact-form__column{
    width: 100%;
    box-sizing: border-box;
}

.hero-contact-form__column:first-child{
    padding: 32px;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
}

.hero-contact-form__column:last-child{
    background-color: #F7F6F4;
    padding: 28px 20px;
}

/* CONTENT COLUMN */

.hero-contact-form__heading{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 137.5% */
    margin-bottom: 16px;
}

.hero-contact-form__subheading{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin-bottom: 24px;
}

.hero-contact-form__point-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-contact-form__point-item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    list-style: none;
}

.hero-contact-form__point-item img{
    width: 32px;
    height: 32px;
}

.hero-contact-form__point-content{
    display: flex;
    flex-direction: column;
}

.hero-contact-form__point-content h4{
    color: #FFF !important;
    font-family: "open sans";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.5px;
    text-transform: uppercase !important;
    margin: 0 !important;
}

.hero-contact-form__point-content p{
    color: #C8D3DA;
    font-family: "open sans";
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
}

.hero-contact-form__column-span{
    width: 100%;
    display: block;
    color: #585E6A;
    text-align: center;
    font-family: "open sans";
    font-size: 11px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 16px; /* 145.455% */
    margin-top: 16px;
    margin-bottom: 28px !important;
}

/* CALL US BLOCK */

.hero-contact-form__call-us{
    display: flex;
    max-width: 532px;
    width: 100%;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 8px;
    background: #FFF;
    margin-top: 16px;
}

.hero-contact-form__call-us h3{
    color: #0E2538 !important;
    font-family: "open sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px; /* 150% */
    letter-spacing: 1px;
    margin: 0 !important;
}

.hero-contact-form__call-us p{
    color: #585E6A;
    font-family: "open sans";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin: 0 !important;
}

.hero-contact-form__call-us ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-contact-form__call-us ul li{
    color: #0E2538;
    font-family: "open sans";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    list-style: none;
}

.hero-contact-form__call-us a{
    display: flex;
    width: 100%;
    height: 52px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    border: 2px solid #2B748B;
    background: #FFF;
    color: #2B748B;
    font-family: "open sans";
    font-size: 15px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
    [data-device="desktop"] {
        display: none !important;
    }

    .gform_fields .gsection_title{
        max-width: 200px !important;
    }
}

@media screen and (min-width: 769px) {
    [data-device="mobile"] {
        display: none !important;
    }
}

/* FORM STYLES */

.gform_fields{
    row-gap: 16px !important;
}

.gfield--type-section{
    border: none !important;
    padding-block-end: 0 !important;
}

.gform_fields .gsection_title{
    color: #0E2538 !important;
    font-family: Cinzel;
    font-size: 22px !important; 
    font-style: normal;
    font-weight: 400 !important;
    line-height: 30px; /* 136.364% */
}

.form-header .gsection_description{
    color: #585E6A;
    font-family: "open sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}

.gfield .gform-field-label{
    color: #112337 !important;
    font-family: "open sans" !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important; /* 153.846% */
}

.gfield_required .gfield_required_text{
    color: rgba(0, 0, 0, 0) !important;
    display: flex !important;
    width: 5px !important;
    position: relative !important;
}

.gfield_required .gfield_required_text::after{
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
    color: #C02B0A;
    font-family: "open sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.ginput_container input:not([type="checkbox"]){
    color: #585E6A !important;
    height: 48px !important;
    border-radius: 4px !important;
    border: 1px solid #686E77 !important;
    background: #FFF !important;
    box-shadow: 0 1px 3px 0 rgba(18, 25, 97, 0.06) !important;
}

.ginput_container textarea{
    min-block-size: 90px !important;
}

.ginput_container textarea , .ginput_container select{
    color: #585E6A !important;
    border-radius: 4px !important;
    border: 1px solid #686E77 !important;
    box-shadow: 0 1px 3px 0 rgba(18, 25, 97, 0.06) !important;
}

.ginput_container input[type="checkbox"]{
    color: #585E6A !important;
    border-radius: 3px !important;
    border: 1px solid #686E77 !important;
    background: #FFF !important;
    box-shadow: 0 1px 3px 0 rgba(18, 25, 97, 0.06) !important;
}

.gfield_checkbox{
    margin-top: 4px !important;
}

.gfield_checkbox .gform-field-label{
    font-weight: 400 !important;
}

.form-footer .gsection_description{
    max-width: 320px;
    margin: 0 auto;
    color: #112337;
    text-align: center;
    font-family: "open sans";
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.form-footer .gsection_description a{
    color: #C87734;
    text-align: center;
    font-family: "open sans";
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.gform-footer .gform_button{
    display: flex !important;
    inline-size: 100% !important;
    height: 52px !important;
    justify-content: center !important;
    align-items: center !important;
    color: #FFF !important;
    font-family: "open sans" !important;
    font-size: 15px !important; 
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    border-radius: 100px !important;
    background-color: #C87734 !important;
    box-shadow: 0 2px 4px 0 rgba(18, 25, 97, 0.08) !important;
}

@media screen and (min-width: 856px) {
    .hero-contact-form__wrapper{
        column-gap: 100px;
        padding: 36px;
        flex-direction: row;
        align-items: stretch;
        background-image: var(--bg-image);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .hero-contact-form__column{
        width: 50%;
    }

    .hero-contact-form__column:first-child{
        max-width: 560px;
        padding: 0px;
        background-image: none !important;
    }

    .hero-contact-form__column:last-child{
        max-width: 560px;
        border-radius: 8px;
        display: flex;
        padding: 36px 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        background: #FFF;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03), 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    }

    .hero-contact-form__heading{
        max-width: 320px;
        font-size: 48px;
        margin-bottom: 32px !important;
    }

    .hero-contact-form__subheading{
        max-width: 450px;
        font-size: 18px;
        margin-bottom: 32px !important;
    }

    .hero-contact-form__call-us{
        margin-top: 32px;
    }

    .hero-contact-form__call-us a{
        max-width: max-content;
    }

    .form-footer .gsection_description{
        max-width: 100%;
        text-align: left;
    }
}