.webinar_wrap {
    padding-top: 0px;
}
.webinar_wrap .titlebar {
    letter-spacing: 0.2em;
}
.webinar_wrap .titlebar a {
    color: var(--power-text);
}
.webinars_lists_wrap.cards_wrap {
    margin-top: 46px;
    margin-bottom: 56px;
    row-gap: 47px;
}
.webinars_lists_wrap.cards_wrap .card .context {
    padding: 20px 23px;
}
.webinar_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.webinar_meta .time {
    color: #fff;
}

/* Archive page */
.hesai_hero_wrap.webinars_hero_wrap {
    height: 650px;
}
.hesai_hero_wrap.webinars_hero_wrap figure img {
	object-position:bottom center;
}
.webinars_blog_wrapper {
    padding-top: 48px;
}
.webinars_blog_wrapper .cards_wrap {
    margin-top: 48px;
    margin-bottom: 0px;
}
.webinars_blog_wrapper .cards_wrap .card .context {
    background-color: #131B28;
    padding: 20px 23px;
}
.webinars_blog_wrapper .cards_wrap .card h5 {
    text-transform: inherit;
    letter-spacing: normal;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.webinars_blog_wrapper .cards_wrap .card .webinar_content {
    font-size: 14px;
    line-height: 20px;
    color: var(--clarity-text);
    opacity: 0.4;
    margin-bottom: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.webinars_search .search_bar {
    display: inline-flex;
    border: #707070 1px solid;
    border-radius: 46px;
}
.webinars_search .search_bar input {
    border: none;
    border-radius: 46px;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 22px;
    color: #A5A5A5;
    background-color:#fff;
    width: 290px;
    font-family: 'Maven Pro';
    font-weight: 400;
    appearance: none;
}
.webinars_search .search_bar button {
    position: relative;
    border-radius: 46px;
    height: 46px;
    width: 68px;
    border: none;
    cursor: pointer;
    padding: 10px 20px;

    background: url(./images/search-icon.svg) no-repeat;
    background-position: center center;
    background-size: 13px;
}
.webinars_search .search_bar input:focus,
.webinars_search .search_bar button:focus {
    outline: none;
}

.webinars_single_context .context .row .col-6 {
    width: 50%;
}
.webinars_context {
    padding-right: 20%;
}
.webinars_context figure {
    margin-bottom: 40px;
}
.webinars_context figure img {
    width: 100%;
}
.webinar_video_bg {
    margin-bottom: 48px;
}
.webinar_description, .webinar_speaker {
    color: #707070;
    margin-bottom: 24px;
    font-size: 15px;
}
.webinar_description h3.title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: var(--power-text);
}
.webinar_description h5, .webinar_speaker h5 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #707070;
    letter-spacing: normal;
}
.webinar_speaker p {
    margin-bottom: 6px;
}
.webinars_single_context .hesai_form_wrap {
    max-width: 100%;
}
.webinars_single_context .hesai_form_wrap .line_01 {
    width: calc(100% + 60px);
    top: -1px;
    left: -40px;
    transform: none;
}
.webinars_single_context .hesai_form_wrap .gform_heading {
    display: none;
}
.webinars_single_context .hesai_form_wrap .gform-theme--framework .gform-field-label {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #292B2F;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.webinars_single_context .hesai_form_wrap .gform-theme--framework .gform_validation_errors {
    display: none;
}
.webinars_single_context .hesai_form_wrap .gform-theme--framework.gform-theme.gform_wrapper .gform_footer input.gform_button:is([type=submit]) {
    cursor: pointer;
    background-color: #FFBA00;
    border-radius: 25px;
    Font-family: 'Maven Pro';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #1F1F1F;
    text-transform: uppercase;
    min-width: 226px;
    height: 50px;
}

#webinar_form_popup_wrap .hesai_form_wrap .gform-theme--framework .gform-loader {
    right: 20px;
}


.webinars_single_context .hesai_form_wrap .gform-theme--framework .gfield--type-choice .gfield_checkbox, 
.webinars_single_context .hesai_form_wrap .gform-theme--framework .gfield--type-choice .gfield_radio {
    flex-direction: row;
    flex-wrap: wrap;
}
.webinars_single_context .hesai_form_wrap .gform-theme--framework .gfield--type-choice .gfield_checkbox label {
    margin-bottom: 0px;
}
/*
#webinar_form_popup_wrap .hesai_gravity_form .gform-theme--foundation .ginput_container_consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 0px !important;
}
#webinar_form_popup_wrap .hesai_gravity_form .gform-theme--foundation .ginput_container_consent input[type="checkbox"]::before {
    font-family: var(--gf-icon-font-family) !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--gf-ctrl-choice-check-color) !important;
    content: var(--gf-icon-ctrl-checkbox);
    font-size: var(--gf-ctrl-checkbox-check-size);

    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}
*/

.webinars_blog_wrapper .load_more {
    margin-top: 56px;
}

#webinar_form_popup_wrap .hesai_form_wrap .gform-theme--foundation .gform_fields,
.webinars_single_context .hesai_form_wrap .gform-theme--foundation .gform_fields {
    row-gap: 20px;
}

.webinars_single_context .hesai_form_wrap .gform-theme--framework .ginput_container_consent .gform-field-label,
#webinar_form_popup_wrap .hesai_form_wrap .gform-theme--framework .gfield--type-consent .gform-field-label {
    text-transform: none;
    letter-spacing: normal;
}

.webinars_single_context .hesai_form_wrap .gform-theme--foundation .ginput_container_consent input[type="checkbox"] {
    width: 16px; 
     height: 16px;
     border-radius: 16px !important;
     border-color: #B2B2B2;
     margin-top: 0.2em;
}
#webinar_form_popup_wrap .hesai_gravity_form .gform-theme--foundation .ginput_container_consent input[type="checkbox"] {
    margin-top: 0.2em;
}
.webinars_single_context .hesai_form_wrap .gform-theme--foundation .ginput_container_consent input[type="checkbox"]::before {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    color: #000 !important;
    content: "";
}

.webinars_blog_wrapper .cards_wrap {
    position: relative;
}
.no-result {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 16px;
}
.no-result h3 {
    margin-bottom: 16px;
    font-weight: 600;

}

@media screen and (min-width:1200px){
.webinars_lists_wrap.cards_wrap .card figure,
.webinars_blog_wrapper .cards_wrap .card figure {
    /* height: 220px; */
}
}

.hesai_popup_modal {
    position: fixed;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 140px;
    padding-bottom: 30px;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}

.hesai_popup_modal.modal_open {   
    opacity: 1;
    visibility: visible;
}

/* body.open_modal_hesai_wrap .ht_site_wrapper {
    position: fixed;
    width: 100%;
} */

#webinar_popup_wrap .video-player {
  padding-bottom: 56%;
}

#webinar_popup_wrap .video-player video {
    height: 100%;
    width: 100%;
}

#webinar_form_popup_wrap {
    background-color: rgba(0, 0, 0, 0.9);
}

#webinar_popup_wrap {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
#webinar_popup_wrap .hesai_form_wrap {
    padding: 0;
    border-radius: 10px;
    border: none;
    /* overflow: hidden; */
    background-color: transparent;
}
#webinar_popup_wrap .hesai_form_wrap .close_modal {
    z-index: 20;
    border-color: #fff;
    color: #fff;
    right: 0;
}
#webinar_popup_wrap .hesai_form_wrap .video-player .play-pause {
    transform: translate(-50%, -50%);
}

.section-bg-video.section-bg-yt-video {
    height: 0;
    padding-top: 60%;
    margin-top: 50px;
  }
  .section-bg-video.section-bg-yt-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
@media screen and (min-width:768px){
    #webinar_form_popup_wrap .hesai_form_wrap {
        max-width: 720px;
    }
    #webinar_form_popup_wrap .hesai_form_wrap .line_01 {
        width:calc(100% + 60px);
        left: -40px;
        transform: none;
    }
    
}

@media screen and (max-width:1199px){
    .hesai_hero_wrap.webinars_hero_wrap {
        height: 450px;
    }
}
@media screen and (max-width: 991px) {
    .webinars_lists_wrap.cards_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .webinars_blog_wrapper .cards_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .webinars_single_context .context .row {
        flex-direction: column;
    }
    .webinars_single_context .context .row .col-6 {
        width: 100%;
    }
    .webinars_context {
        padding-right: 0px;
        margin-bottom: 80px;
    }
    .webinar_video_bg {
        margin-bottom: 24px;
    }
    .webinars_single_context .hesai_form_wrap .line_01 {
        width: calc(100% + 32px);
        left: -16px;
    }
}
@media screen and (max-width: 767px) {
    .webinars_lists_wrap.cards_wrap {
        row-gap: 16px;
    }
    .webinar_wrap .titlebar {
        text-align: center;
    }
    .webinars_lists_wrap.cards_wrap .card h5 {
        /* min-height: 54px; */
    }
    .webinars_single_context .hesai_form_wrap .gform-theme--foundation .gform_fields {
        row-gap: 12px;
    }

    #webinar_form_popup_wrap .hesai_form_wrap .line_01 {
        width: calc(100% + 32px);
        left: -16px;
        transform: none;
    }
    #webinar_form_popup_wrap .hesai_form_wrap .line_02 {
        top: -20px;
    }
}
@media screen and (max-width: 539px) {
    .hesai_hero_wrap.webinars_hero_wrap {
        height: calc(100vh - 70px);
    }
    .webinars_lists_wrap.cards_wrap {
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
    }
    .webinars_lists_wrap.cards_wrap .card h5 { 
        min-height: auto;
    }
    .webinars_blog_wrapper .cards_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .webinars_blog_wrapper .cards_wrap .card h5 {
        min-height: auto;
    }
    .webinars_search .search_bar input {
        width: 278px;
    }
    .webinars_search .search_bar button {
        width: 48px;
    }
}