.home-hero-image {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: 80%;
}

.ih-content {
    color: #fff;
    width: 100%;
    max-width: 550px;
    align-self: center;
    justify-self: flex-start;
    display: flex;
    padding-left: 65px;
    margin-bottom: 0;
}

.ih-content h1 {
    font-family: unset;
    align-self: center;
    font-size: 46px;
    line-height: 1;
    margin: 0;
    max-width: 390px;
    font-weight: 500;
}
.home-hero-image, .home-hero-text {
    height: 399px;
    padding-right: 150px;
}
.webinar-single-copy a{
    color: #7a7a7a;
    text-decoration: underline;
}
/*.webinar-form::before {
    content: "";
    width: 97.5%;
    height: 6px;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    top: 0px;
    left: 0;
    background: #eeb528;
    background: -moz-linear-gradient(left, #eeb528 0%, #eeb528 50%, #22c1c4 50%, #22c1c4 100%);
    background: -webkit-linear-gradient(left, #eeb528 0%,#eeb528 50%,#22c1c4 50%,#22c1c4 100%);
    background: linear-gradient(to right, #eeb528 0%,#eeb528 50%,#22c1c4 50%,#22c1c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb528', endColorstr='#22c1c4',GradientType=1 );
}
.webinar-form::after {
    content: "";
    width: 97.5%;
    height: 6px;
    position: absolute;
    z-index: 2;
    margin-left: 10px;
    bottom: 0;
    left: 0;
    background: #eeb528;
    background: -moz-linear-gradient(left, #eeb528 0%, #eeb528 50%, #22c1c4 50%, #22c1c4 100%);
    background: -webkit-linear-gradient(left, #eeb528 0%,#eeb528 50%,#22c1c4 50%,#22c1c4 100%);
    background: linear-gradient(to right, #eeb528 0%,#eeb528 50%,#22c1c4 50%,#22c1c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb528', endColorstr='#22c1c4',GradientType=1 );
} */
.gform_wrapper form {
    text-align: center;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    width: 100%;
    border-radius: 0;
    border: 2px solid #263844;
    box-shadow: none;
    background: transparent;
    padding: 10px 4px !important;
    color: #666;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: 100% !important;
    background: none #263844;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 0;
}
.case-study-card-wrapper, .elementor-433 .elementor-element.elementor-element-e737b17 {
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .webinar-form::before {
        width: 96.5% !important;
        top: 0px !important;
        margin-left: 10px !important;
    }
    .webinar-form::after {
        width: 96.5% !important;
        margin-left: 10px !important;
        bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .home-hero-image, .home-hero-text {
        height: 340px;
    }
    .home-hero-text h1 {
        padding: 0px 20px 0px 40px;
    }
    .webinar-form::before {
       width: 100%;
        margin-left: 0px;
        top: 10px;
    }
    .webinar-form::after {
        width: 100%;
        margin-left: 0px;
    }
}
@media screen and (max-width: 550px) {
    .home-hero-image {
        background-position-x: 90%;
    }
}