.webinar-banner-overlay {
    background: linear-gradient(335deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.webinar-banner-container img {
    object-fit: cover;
    object-position: center;
}
.webinar-banner-text {
    bottom: 69px
}
.webinar-banner-text p{
    font-family: Archivo;
    font-weight: 600;
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
}
.highlight-content li {
    margin: 0 0 15px 0;
}
.webinar-form{
    top:145px;
    bottom:unset;
    width: 407px;
}
.form_btn button {
    font-weight: 600;
    font-size: 18px;
    padding : 21px 37px !important
}
.form-top-text {
    font-size: 28px;
    color: rgba(25, 25, 25, 1);
}
.videoSection {
    margin-top: 0px;
}
.vms-text-section {
    padding-bottom: 0;
	padding-top:15px;
}
.vms-text-section p{
    line-height: 32px;
    margin: 12px auto 12px;
    color: #191919;
}
.video-wrapper .thumbnail {
    background-position: 50% 42% !important;
}
.brand-container{
    margin: 100px auto 78px;
}
.brand-container h2{
    color: #000000;
    font-weight: 500;
    margin-bottom: 50px;
}
.basic-structure {
	min-height:452px;
}
.cd-details {
	min-height:152px;
}
.brand-swiper-container {
    padding: 38px 0 38px 21px;
}
.swiper-brand-work img {
    width: 300px;
    height: 58px;
}
.swiper-brand-work{
    width: max-content !important;
}
.bb-layout-common-class.box-5, .bb-layout-common-class.box-6 {
    display: flex;
}
.bb-contaier {
    margin: 74px auto;
}
.bb-box .box-5 .bb-box-data{
    bottom: 23px;
}
.bb-mask-container .bb-mask-icon {
    mask-size: contain !important;
    mask-position: center;
}
.mygate-section {
    padding: 0;
    margin: 0 0 100px;
}
.bb-box .bb-mask-container {
    top: 28px;
    left: 28px;
}
br{display: none;}
.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    margin: 22px 0;
    z-index: 1;
    position: relative;
}
@media (max-width: 1024px) {
    .webinar-banner-overlay {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                    linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        opacity: 1;
    }
    .webinar-banner-container img {
        object-fit: cover;
        object-position: 50%;
    }
    .form_btn button {
        font-weight: 600;
        font-size: 18px;
        padding : 21px 24px !important
    }
    .form-top-text {
        font-size: 14px;
        color: rgba(25, 25, 25, 1);
    }
    .webinar-banner-text {
        top: 120px !important;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
        margin: 0;
        gap: 0;
    }
    .webinar-banner-text h1 {
        font-size: 35px;
        width: calc(100vw - 32px);
        max-width: 407px !important;
    }
    .webinar-banner-text p {
        font-weight: 400;
        font-size: 24px;
        margin: 5px 0 15px !important;
    }
    .webinar-form {
        bottom: 37px;
        top: 400px;
        background: rgba(255, 255, 255, 1);
        width: calc(100% - 32px);
        max-width: 407px;
    }
    .circle-icon-containers {
        width: 21px;
        height: 21px;
    }
    .circle-icon-images {
        width: 9px !important;
        height: 9px !important;
        object-fit: contain;
    }
    .highlight-content li {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .videoSection {
        margin-top: 30.5px;
    }
    .vms-text-section{
        margin: 0 auto 16px;
    }
    .vms-text-section p{
        font-size: 16px;
        line-height: 18px;
        margin: 11px 0 0;
    }
    .brand-container {
        margin: 0 0 30px;
    }
    .brand-container h2 {
        font-weight: 800;
        font-size: 22px;
        margin-bottom: 5px;
        color: #082D35;
    }
    .brand-swiper-container {
        padding: 18.5px 0 18.5px 8px;
    }
    .swiper-brand-work img {
        width: 111.5px;
        height: 22px;
    }
    .additional-banner-container p,
    .additional-banner-copy-container p{
        font-size: 18px;
        color: #B4B2B2;
        padding: 0;
        margin-bottom: 5px;
    }
    .additional-banner-container h2,
    .additional-banner-copy-container h2{
        width: calc(100% - 40px);
        font-size: 35px;
        padding: 0;
    }
    .additional-banner-container h3 {
        font-weight: 400;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0;
        color: #B4B2B2;
        padding: 0;
        margin-bottom: 5px;
    }
    .additional-banner-container img,
    .additional-banner-copy-container img{
        width: calc(100% - 60px);
    }
    .bb-contaier {
        margin: 0 auto 30px !important;
    }
    .bb-box{
        padding: 0;
        margin: 0;
    }
    .bb-box .box-5 .bb-box-data {
        bottom: 50%;
    }
    .mygate-section{
        width: calc(100% - 20px);
        margin: 34px auto 30px;
    }
    .vms-text-section h2 {
        white-space: unset;
        width: calc(100% - 32px);
        margin: 0 16px;
    }
    br{
        display: block;
    }
	.webinar-form{
		height:520px;
	}
}
@media (min-width: 1025px) and (max-width: 1220px) {
    .webinar-banner-text h1{
        width: calc(100% - 405px);
    }
    .webinar-banner-text {
        left: 10px;
    }
    .webinar-form{
        right: 10px;
    }
}
@media (min-width: 1025px) and (max-width: 1400px) {
    .bb-box-data {
        bottom: 13px;
    }
}
@media (max-width: 767px) {
    .additional-banner-copy-container{
        display: none;
    }
    .webinar-banner-container {
        height: 929px;
    }
    .form_input {
        display: block;
        grid-template-columns: none;
        margin: 0;
    }
    .form_input .form-container {
        grid-template-columns: 1fr;
    }
    p{
        margin-bottom: 0 !important;
    }
}
@media (max-width: 370px) {
    br{display: none;}
    .webinar-banner-text h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .webinar-form {
        max-width: 100%; 
     }
}