.sej-ld-form,
.sej-ld-spinner {
    position: absolute;
    right: 0;
    left: 0;
}
.sej-ld-form-inner,
.sej-ld-latest {
    border-top: 4px solid var(--theme-color-primary);
}
.blocked-post .sec-art {
    position: relative;
    overflow: hidden;
}
.blocked-post .narrow-cont,
.blocked-post .sej-under-post {
    display: none;
}
.sej-ld-form {
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28), #fff 220px);
    padding: 220px 0 45px;
    z-index: 222;
    top: 0;
    bottom: 0;
    font-family: Inter, san-serif;
}
.sej-ld-form a {
    text-decoration: none;
    border: none;
}
.sej-ld-form-height {
    min-height: 230px;
}
.sej-ld-form-inner {
    background-color: #fff;
    padding: 30px 0 0;
}
.sej-ld-form-subh {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    color: var(--theme-color-primary);
}
.sej-ld-form-h {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}
.sej-ld-form form {
    max-width: 430px;
    margin: auto;
}
.sej-ld-form-footer {
    max-width: 380px;
    margin: auto;
}
.sej-ld-form-inner .hbspt-form .field,
.sej-ld-rel-img {
    margin-bottom: 10px;
}
.sej-ld-latest {
    padding-top: 55px;
    margin-top: 55px;
}
.sej-ld-rel-img {
    padding-bottom: 52%;
}
.sej-ld-rel-img img {
    margin: 0;
    height: inherit;
}
.lead-gate-intro {
    text-align: center;
    font-size: 16px;
    padding-bottom: 25px;
}
.lead-gate-intro ul {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.lead-gate-intro ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 28px;
}
.lead-gate-intro ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.403' height='25.403' viewBox='0 0 25.403 25.403'%3E%3Cpath id='Icon_awesome-check-circle' data-name='Icon awesome-check-circle' d='M25.966 13.264a12.7 12.7 0 1 1-12.7-12.7A12.7 12.7 0 0 1 25.966 13.264ZM11.795 19.99l9.424-9.424a.819.819 0 0 0 0-1.159L20.06 8.248a.819.819 0 0 0-1.159 0l-7.685 7.685L7.627 12.345a.82.82 0 0 0-1.159 0L5.31 13.5a.819.819 0 0 0 0 1.159l5.327 5.327a.819.819 0 0 0 1.159 0Z' transform='translate(-0.563 -0.563)' fill='%235ec92a'/%3E%3C/svg%3E");
}
.sej-ld-form select:focus {
    color: #000 !important;
}
.sss2_sllo_o6 iframe, .sej-bbb-section1 iframe{display:none}
.sidebar-sign-up-form1, .under-post-sign-up-form1{display:none}
.sej-ld-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--theme-color-primary);
    border-radius: 50%;
    animation: 1s linear infinite spin;
    top: 32%;
    margin: auto;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (min-width: 768px) {
    .sej-ld-form-h {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .blocked-post .sej-sidebar {
        display: none;
    }
}
