/* E25 ON DEMAND LIBRARY */

body{
    background-color: #000;
    color: #fff;
}

/* HERO BANNER */
.odlt-container{
    max-width: 1360px;
    margin: 0 auto;
    padding: 100px 20px 70px;
}
.odlt-container{
    color: #FFFFFF;
}
.odlt-title{
    font-weight: 300;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 15px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.odlt-title #timer{
    display: none;
}
.odlt-subtitle{
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
    text-align: center;
}

@media (max-width: 992px){
    .odlt-container{
        padding: 24px 20px 40px;
    }
    .odlt-title{
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 10px;
    }
    .odlt-subtitle{
        font-size: 18px;
        font-weight: 300;
        max-width: 280px;
        margin: 0 auto;
        line-height: 145%;
    }
}

/* MARKETING BANNER */
.marketing-banners .slick-dots{
    margin: -50px 0 50px;
}
.marketing-banners .slick-track{
    margin: 0;
}
.mb-container{
    max-width: 1390px;
    margin: 0 auto 40px;
    padding: 0 30px;
    position: relative;
}
.mb-container > div{
    display: flex;
    flex-direction: row-reverse;
}
.mb-container a,
.mb-container a:hover{
    color: #000;
    text-decoration: none;
}
.mb-tags-container{
    position: absolute;
    top: 10px;
    left: 35px;
}
.mb-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    pointer-events: none;
    background: linear-gradient(0deg, #151223, transparent);
}
.mb-image-container{
    height: 430px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}
.mb-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mb-video-container,
.mb-image-container{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 418px;
    width: 510px;
    border: 2px solid #97aeff;
}
.mb-video-container video{
    width: 100%;
    position: absolute;
    z-index: -1;
}
.mb-info-container{
    position: relative;
    background-color: #97aeff;
    width: 60%;
    border-radius: 24px;
}
.mb-info-inner-container{
    padding: 0 120px 40px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #000;
}
.mb-title{
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 20px;
}
.mb-subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    vertical-align: middle;
    margin: 10px 0 25px;
}
.mb-buttons-container{
    display: flex;
    align-items: center;
}
.mb-watch-button{
    height: 46px;
    border: 1px solid #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 36px;
    /* display: none; */
    display: flex;
}
body[event-status="ended"] .mb-watch-button,
body[event-status="upcoming"] .mb-watch-button{
    display: flex;
}
.mb-dynamic-button{
    height: 46px;
    background-color: var(--blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 0 36px;
    margin-right: 16px;
    display: none;
}
.mb-buttons-container a:hover{
    color: #000;
    text-decoration: none;
}
body[event-status="live"] .mb-dynamic-button{
    display: flex;
}
.marketing-banners__slide:not(:first-child) {
  display: none;
}
.marketing-banners.slick-initialized .slick-slide {
  display: block;
}
.marketing-banners__slide video.--d {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px){

    .mb-container {
        padding: 0 20px;
    }
    .mb-container > div{
        flex-direction: column-reverse;
    }
    .mb-tags-container {
        top: 5px;
        left: 20px;
    }
    .mb-image-container {
        height: 450px;
    }
    .mb-video-container,
    .mb-image-container {
        width: calc(100vw - 40px);
        aspect-ratio: 1.488;
        height: unset;
    }
    .mb-video-container video {
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
    }
    .mb-info-container {
        bottom: 0;
        left: 0;
        width: calc(100vw - 40px);
    }
    .mb-info-inner-container {
        padding: 25px 15px;
    }
    .mb-title {
        font-weight: 400;
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .mb-subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        margin: 0 0 18px;
        flex: 1;
    }
    .mb-buttons-container {
        flex-direction: row-reverse;
        gap: 12px;
        justify-content: flex-end;
        letter-spacing: 0.2px;
    }
    .mb-watch-button {
        padding: 0px 15px;
        font-size: 18px;
        line-height: 145%;
        font-weight: 300;
    }
    .mb-watch-button.--m {
        display: flex !important;
    }

    .mb-dynamic-button {
        font-size: 18px;
        line-height: 145%;
        font-weight: 300;
        padding: 0px 15px;
    }
    .mb-dynamic-button.--m{
        display: none !important;
    }
    body[event-status="live"] .mb-dynamic-button.--m{
        display: flex !important;
    }
    .marketing-banners .slick-dots{
        margin: -38px 0 90px;
    }
    .marketing-banners .slick-dots li button{
        width: 4px;
        height: 4px;
        background-color: #989490;
    }
    .marketing-banners .slick-dots li.slick-active button{
        width: 6px;
        height: 6px;
        background-color: #fff;
    }
    .marketing-banners .slick-dots li{
        margin: 5px;
    }
}


/* VIRGIN FILTERS */
.odlvf-container{
    max-width: 1360px;
    margin: 0 auto;
    padding: 30px 20px 90px;
    display: flex;
    gap: 140px;
    transition: all .4s ease;
    overflow: hidden;
    max-height: 500px;
    display: none;
}
.odlvf-container.gone{
    max-height: 0px;
    padding: 0 20px;
}
.odlvf-taxonomy-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #e5e7eb;
    margin-bottom: 25px;
}
.odlvf-term{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1%;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    color: #fff;
    transition: all .4s ease;
}
.odlvf-term.make-it-grey{
    color: #a9aaad;
}

@media (max-width: 992px){

    .odlvf-container{
        display: none;
    }
}

/* COMPACT FILTERS */

.odlcf-container{
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 20px;
    opacity: 0;
    transition: all .3s ease;
    max-height: 0;
}
.odlcf-container.show{
    opacity: 1;
    max-height: 600px;
    padding: 40px 20px 10px;
}
.odlcf-taxonomy{
    position: relative;
}
.odlcf-taxonomy-title{
    border: 0.4px solid;
    border-radius: 50px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 12px;
    cursor: pointer;
}
.populated .odlcf-taxonomy-title{
    border: 1px solid;
}
.odlcf-text{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.odlcf-icon-close{
    display: none;
}
.odlcf-icon-down{
    display: block;
    transform: rotate(0deg);
    transition: all .3s ease;
}
.populated .odlcf-icon-close{
    display: block;
}
.populated .odlcf-icon-down{
    display: none;
}
.odlcf-icon-down.reversed{
    transform: rotate(180deg);
}
.odlcf-dropdown{
    background: #333;
    border-radius: 15px;
    padding: 30px 20px 20px;
    margin-top: 20px;
    overflow: hidden;
    max-height: 0;
    padding: 0 20px;
    transition: all .3s ease;
    position: absolute;
    width: fit-content;
    z-index: 2;
}
.odlcf-dropdown.open{
    padding: 30px 20px 20px;
    max-height: 400px;
}
.odlcf-dropdown-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    color: #e5e7eb;
    padding-bottom: 16px;
    margin-bottom: 5px;
    border-bottom: 1px #6b7280 solid;
}
.odlcf-item{
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 8px;
    margin: 4px 0;
    cursor: pointer;
    white-space: nowrap;
}
.odlcf-item:hover{
    background: #444444;
}
.odlcf-item input {
    width: 16px;
    height: 16px;
    position: relative;
    pointer-events: none;
}
.odlcf-item label{
    margin: 0 0 0 8px;
    user-select: none;
    pointer-events: none;
}
.odlcf-item input[type="checkbox"] {
  accent-color: #6B7280; /* changes both background and tick color */
}
/* fake background for unchecked state */
.odlcf-item input[type="checkbox"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #6B7280;
  border-radius: 4px;
  transition: background-color 0.2s;
}

/* hide the overlay when checked (so accent-color shows) */
.odlcf-item input[type="checkbox"]:checked::before {
  background-color: transparent;
}

@media (max-width: 992px){
    .on-demand-library-compact-filter{
    display: none;
    }
}

/* MOBILE SORT & FILTER */

.sort-and-filter,
.mobile-filters-overlay{
    display: none;
}

@media (max-width: 992px){
    .sort-and-filter{
        display: block;
    }
    .saf-container{
        display: flex;
        padding-left: 15px;
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        gap: 5px;
        align-items: center;
    }
    .saf-icon-down{
        transform: rotate(0deg);
        transition: all .3s ease;
    }
    .saf-icon-down.reversed{
        transform: rotate(180deg);
    }
    .mfo-shade {
        position: absolute;
        top: -58px;
        left: 0;
        width: 100%;
        height: 70px;
        pointer-events: none;
        background: linear-gradient(to bottom, transparent 0%, #6261ff 100%);
        z-index: 6;
    }
    .mobile-filters-overlay {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 100;
        bottom: -150%;
        transition: bottom .5s ease;
    }
    .mobile-filters-overlay.open {
        bottom: 0;
    }
    .mobile-filters-overlay .mfo-container {
        background: #000;
        border-radius: 15px 15px 0 0;
        padding: 0 20px 20px;
        z-index: 10;
        position: relative;
    }
    .mobile-filters-overlay .mfo-top {
        position: relative;
        height: 24px;
    }
    .mobile-filters-overlay .mfo-top::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #6b7280;
        height: 3px;
        border-radius: 2px;
        width: 54px;
        content: '';
    }
    .mobile-filters-overlay .mfo-heading {
        display: flex;
        align-items: center;
        padding: 10px 0 15px;
        justify-content: space-between;
    }
    .mobile-filters-overlay .mfo-heading-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    .mobile-filters-overlay .mfo-heading-close {
        cursor: pointer;
    }
    .mof-taxonomy-title {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 2px;
        padding: 10px 0;
        margin: 10px 0;
    }
    .mof-taxonomy {
        border-top: 0.4px solid #6b728080;
    }
    .mof-taxonomy:first-child {
        border-top: none
    }
    .mof-taxonomy:last-child {
        border-bottom: 0.4px solid #6b728080;
    }
    .mobile-filters-overlay .mof-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    .mobile-filters-overlay .mof-taxonomy-count {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    .mobile-filters-overlay .mof-taxonomy .mof-icon-expand {
        margin: 0 0 0 auto;
        display: block;
    }
    .mobile-filters-overlay .mof-taxonomy .odlcf-icon-collapse {
        margin: 0 0 0 auto;
        display: none;
    }
    .mobile-filters-overlay .mof-taxonomy.open .mof-icon-expand {
        margin: 0 0 0 auto;
        display: none;
    }
    .mobile-filters-overlay .mof-taxonomy.open .odlcf-icon-collapse {
        margin: 0 0 0 auto;
        display: block;
    }
    .mobile-filters-overlay .mof-dropdown {
        color: #e5e7eb;
        overflow: hidden;
        transition: all .5s ease;
        max-height: 0px;
    }
    .mobile-filters-overlay .open  .mof-dropdown{
        color: #e5e7eb;
        max-height: 500px;
    }
    .mof-dropdown input {
        width: 16px;
        height: 16px;
        position: relative;
        pointer-events: none;
    }
    .mof-dropdown label{
        margin: 0 0 0 8px;
        user-select: none;
        pointer-events: none;
    }
    .mof-dropdown input[type="checkbox"] {
        accent-color: #6B7280; /* changes both background and tick color */
    }
    /* fake background for unchecked state */
    .mof-dropdown input[type="checkbox"]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: #6B7280;
        border-radius: 4px;
        transition: background-color 0.2s;
    }

    /* hide the overlay when checked (so accent-color shows) */
    .mof-dropdown input[type="checkbox"]:checked::before {
        background-color: transparent;
    }

    .mobile-filters-overlay label {
        font-weight: 400;
        font-size: 14px;
        line-height: 36px;
        letter-spacing: -1%;
        vertical-align: middle;
    }

    .mobile-filters-overlay .mof-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        padding: 35px 0 15px;
    }

    .mobile-filters-overlay  .mof-footer > div {
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        border: 1px solid;
        border-radius: 50px;
        width: 100%;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* TOMORROWS LEADERS */
.tomorrows-leaders{
    padding: 60px 0 20px;
}

.tomorrows-leaders .tl-title { 
    font-weight: 300;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #fff;
    max-width: 1430px;
    padding: 0 20px;
    margin: 0 auto 20px;
}
.tomorrows-leaders .tl-text { 
    font-weight: 300;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -1%;
    vertical-align: middle;
    color: #FFFFFF;
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 20px;
}
.tomorrows-leaders .tl-items { 
    padding: 60px 0;
}
.tomorrows-leaders .tl-item-image { 
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 182px;
    border-radius: 100%;
}
.tomorrows-leaders .tl-item-image img{ 
    max-width: 155px;
}

@media (max-width: 992px){
    .tomorrows-leaders {
        padding: 20px 0 0;
    }

    .tomorrows-leaders .tl-title {
        font-size: 32px;
        line-height: 116%;
        padding: 0 20px;
    }

    .tomorrows-leaders .tl-text {
        font-size: 18px;
        padding: 0 20px;
    }

    .tomorrows-leaders .tl-items {
        padding: 60px 0 80px;
    }

    .tomorrows-leaders .tl-item-image {
        width: 134px;
        height: 134px;
        padding: 10px;
    }
    .tomorrows-leaders .tl-item-image img {
        width: 100%;
    }
}

/* SESSIONS RESULTS */

.on-demand-library-results{
    padding-bottom: 80px;
}

.odlr-container {
    max-width: 1360px;
    margin: 10px auto;
}

.sessions-container{
    min-height: 200px;
}

.odl-result-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.odl-result-item {
    width: 440px;
    margin: 0 5px 50px;
    position: relative;
}
.odl-result-tags {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    gap: 8px;
    z-index: 1;
    flex-wrap: wrap;
}

.mb-tags-container .odl-result-tags {
    flex-wrap: nowrap;
}

.odl-result-tag {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #787878;
    border-radius: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    text-align: right;
    padding: 0 20px;
    white-space: nowrap;
}
.odl-result-types{
    display: none;
}

.odl-result-img {
    width: 100%;
    position: relative;
    box-shadow: 100px 100px 100px #00000030 inset;
    cursor: pointer;
    border-radius: 24px;
    overflow: hidden;
}
.odl-video-preview{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .2s ease;
}
.odl-video-preview video{
    object-fit: cover;
}
.odl-video-preview.playing{
    opacity: 1;
}
.odl-video-preview {
  pointer-events: none;
}
.odl-video-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-shadow: 1px 1px 100px #00000030 inset;
    transition: opacity .4s ease-in-out;
    opacity: 0;
}
.odl-video-overlay:hover{
    opacity: 1;
}
.odl-result-item-play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.odl-result-img img {
    width: 100%;
    border-radius: 24px;
    position: relative;
    z-index: -1;
    height: 245px;
    object-fit: cover;
}

.odl-result-item-title{
    font-weight: 300;
    letter-spacing: -0.2px;
    font-size: 20px;
    line-height: 28px;
    margin: 16px 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px 0 0;
    max-width: 410px;
}

.ris-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px 6px 0;
}
.ris-item-image{
    width: 40px;
    height: 40px;
    display: none;
}
.ris-item-image img{
    width: 100%;
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
}
.ris-items.speakers-block{
    max-width: 410px;
}
.ris-item-text {
    margin: 0;
    gap: 8px;
    overflow: hidden;
    letter-spacing: -0.2px;
}
.ris-separator{
    color: var(--green);
    flex: 0 0 auto;
}

.ris-item-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    flex: 1 1 auto;
}
@media (min-width: 992px){
    .ris-item-name {
        margin-bottom: 4px;
    }
}

.ris-item-position {
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    flex: 0 0 auto;
    display: flex;
}
.ris-item-position span:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ris-item-position span:last-child {
    white-space: nowrap;
}
.odlr-ctas{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.odlr-see-more{
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 15px 36px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s ease;
}
.orlr-book-a-demo{
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    background-color: var(--blue);
    padding: 15px 36px;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    transition: all .3s ease;
}
.odlr-see-more:hover{
    border-radius: 16px;    
}
.orlr-book-a-demo:hover{
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 992px){
    .odl-result {
        padding: 0;
    }
    .odl-result-title {
        padding-left: 20px;
    }
    .odl-result-items {
        margin: 30px 0px -10px;
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .odl-result-item {
        height: unset;
        margin: 0px auto 50px;
        width: 357px;
        min-width: 363px;
        min-height: unset;
    }
    .odl-result-img img {
        height: auto;
        width: 363px;
        object-fit: cover;
    }
    .slick-track {
        margin-left: 20px;
    }
    .odlr-ctas{
        gap: 12px;
        justify-content: center;
        flex-direction: column;
        padding: 0 15px;
    }
    .odl-result-item-title{
        margin: 16px 0 8px;
    }
}

/* FAQS */
.faqs-component {
    padding: 100px 0 20px;
}

@media (max-width: 992px) {
    .faqs-component-container {
        padding: 0 15px;
    }
}

.loader-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
}
.loader-container.show{
    opacity: 1;
    pointer-events: all;
}
.loader-container .loader{
    background: var(--blue);
}
.loader-container .loader::after{
    background: var(--blue);
}
@media (max-width: 992px){
    .loader-container .loader {
        margin-left: -70px;
    }
}

.slick-dots li.slick-active button{
    background-color: #97aeff;
}

/* POPUP LIVE */

.popup-live__inner{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 306px;
    height: 306px;
    background: var(--blue);
    border-radius: 50%;
    transition: .3s;
    transform: scale(0);
}
.popup-live.active .popup-live__inner{
    transform: scale(1);
}
.popup-live__close{
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    transition: .3s;
}
.popup-live__close:hover{
    transform: rotate(180deg);
}
.popup-live__text{
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #fff;
    margin: 0;
}
.popup-live__btn{
    font-weight: 400;
    color: #000;
    background: #fff;
    border-radius: 64px;
    padding: 11px 32px;
    transition: .3s;
}
.popup-live__btn:hover {
    color: #000;
    border-radius: 16px;
    text-decoration: none;
}
@media (max-width: 768px){
    .popup-live__inner{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: .3s;
    }
    .popup-live.active .popup-live__inner{
        transform: translate(-50%, -50%) scale(1);
    }
    .popup-live__overlay{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #00000099;
        transform: rotateY(90deg);
        transition: .3s .3s;
        z-index: 998;
    }
    .popup-live.active .popup-live__overlay{
        transform: rotateY(0deg);
    }
}

.hide-me{
    display: none !important;
}