:host, :root{
    --fa-li-margin: 1.5em;
    --subnav-height:85px;

    --black-matte: rgb(15, 15, 15);
    --black: rgba(0, 0, 0, 1);
    --oxford-blue: #001247;
    --subtlegray: #F9F8FD;
    --countdown: rgb(47 5 97 / 50%);
    --purpleDrk: rgb(47, 5, 97);
    --accentGradient: linear-gradient(90deg, #FECBB1 0%, #FE9496 33.08%, #909EF8 66.15%, #00A0FF 99.71%);

    --royal-blue: #2323FF;
    --persimmon200: rgba(255, 206, 199, 1);
    --persimmon: #ff8270;
    --persimmon500: rgba(247, 83, 58, 1);

    --box-shadow: 0px 5.402px 43.218px 0px rgba(0, 18, 71, 0.15);
    
}
html {
   scroll-behavior: smooth;
}

a.anchor {
   position: absolute;
   width: 100%;
   visibility: hidden;
   top: 0;
   left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: var(--roboto);
}
.ai{
    --gradientStop1_color:#FD6DFF;
    --gradientStop2_color:#2323FF;
    --simpleArrowColor: #F705FB;
    --gradientStop1_pos: -14.06%;
    --gradientStop2_pos: 111.51%;
    --heroImg: url(_img/hero_ai.svg);
    --footerCTA: url(_img/footer-cta_ai.svg);
    --actionCallout: url(_img/action-callout_ai.svg);
    --simpleArrowIcon: url(_img/arrow_ai.svg);
    --speakerVideo_stop1:rgb(77 50 255 / 50%);
    --speakerVideo_stop2:rgb(248 107 255 / 50%);
    
}
.da{
    --gradientStop1_color:#fe9496;
    --gradientStop2_color:#f705fb;
    --simpleArrowColor: #716FF7;
    --gradientStop1_pos: -2%;
    --gradientStop2_pos: 111.51%;
    --heroImg: url(_img/hero_da.svg);
    --footerCTA: url(_img/footer-cta_da.svg);
    --actionCallout: url(_img/action-callout_da.svg);
    --simpleArrowIcon: url(_img/arrow_da.svg);
    --speakerVideo_stop1:rgb(247 5 251 / 50%);
    --speakerVideo_stop2:rgb(254 148 150 / 50%);

}
.gen{
    --gradientStop1_color:#FE9496   ;
    --gradientStop2_color:#909EF8 ;
}
.eyebrow{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 6px;
}
.pageUpper{
    background: var(--heroImg, url(_img/hero_main.svg)) no-repeat 50% / cover;
    position: relative;
    overflow: hidden;
}

.oxford{
    color: var(--oxford-blue);
}
.pageUpper.reg{
    min-height:100vh
}
#top-navigation-cloud{
    box-shadow:none;
    /* background: rgb(15 15 15 / 89%); */
    background: transparent;
    -webkit-backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px);

}
#top-navigation-cloud .accentGradient{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 30%;
}
.lp-logo-wrapper{
    padding: 23px 0 32px;
    margin-right: 40px;
    line-height:24px;
}
.lp-navbar-brand{
    margin-right:16px;
    padding-top:5px;
    padding-bottom:5px;
    line-height:30px;
}
.lp-logo-wrapper img{
    width:100px;
}
.lp-navbar-collapse{
    display:flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}
.lp-navbar-collapse h1{
    font-size:16px;
    font-weight:500;
    line-height:24px;
}

.lp-navbar-collapse h1 span{
    background: linear-gradient(91deg, var(--gradientStop1_color) var(--gradientStop1_pos, 0%), var(--gradientStop2_color) var(--gradientStop2_pos, 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.lp-navbar-collapse .sub-nav-links{
    display: flex;
    margin:0 35px 0;
}
.lp-navbar-collapse .sub-nav-links .sub-nav-links_link{
    margin:0 15px;
    font-size: 13px;
    font-weight: 500;
    color: var(--black)
}
         
.cta-btn_gradient, .cta-btn_outline, .cta-btn_solid{
    border-radius: 5.75px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: var(--roboto);
    font-style: normal;
    transition: all 0.3s ease-in-out;
}
.cta-btn_gradient, .cta-btn_solid{
position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 700;
    font-size: 23px;
    padding: 16px 32px;
    filter: drop-shadow(0px 9.2px 28.75px rgba(4, 27, 53, 0.20));
}
.cta-btn_solid{
    background-color: var(--persimmon);
}
.cta-btn_solid:hover{
    background: var(--persimmon500);
    color: #FFF;
}
.cta-btn_gradient{
    background: linear-gradient(96deg, var(--gradientStop1_color) 0%, var(--gradientStop2_color) 50%);
    background-size: 200% auto;
    background-position: left center;
}

.cta-btn_gradient span{
    position: relative;
    z-index:2;
}

.cta-btn_gradient:hover, .cta-btn_gradient:focus{
    color: #FFF;
    background-position: right center;
}

.cta-btn_outline{
    background-color: transparent;
    border:2px solid var(--black) ;
    color: var(--black);
    padding: 8px 20px;
}
.cta-btn_outline:hover, .cta-btn_outline:focus{
    background-color: var(--black);
    color: #FFF
}

.ellipseWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ellipseWrap > div{
    
    position: absolute;
    inset: 0;
}
.ellipseWrap .ellipses{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}
.ellipseWrap .ellipses.inner{
    max-width: 85%;
}
.heroTop, .speakers{
    padding: 130px 0;
    position:relative;
    
    z-index: 1;
    overflow: hidden;
}
.speakers{
    background: url(_img/dots.svg) no-repeat 0 0 / 100%; 
}
.heroTop.ai{
    padding: 130px 0 0;
}



.heroTop.reg{
    min-height:calc(100vh - 85px);
}

.heroTop img.logo-tag{
    width:1048px;
    height:auto;
    max-width: 100%;
    display: block;
    margin:0 auto 40px;
    z-index: 1;
    position: relative;
}
.heroTop img.logo-tag-sm{
    width:786px;
    height:auto;
    max-width: 100%;
    display: block;
    margin:0 auto 60px;
}

.heroTop .dateWrapper h3{
    margin-bottom:26px;
    color: var(--oxford-blue);
    font-weight: 700;
}

.whyAttend, .agenda{
    background:var(--subtlegray);
    padding: 120px 0;
}
.whyAttend h2, .agenda h2, .speakers h2, .whoAttend h2{
    color: var(--oxford-blue);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; 
    letter-spacing: 0.64px;
    margin: 0;
}
.speakers h2 span, .agenda h2 span{
    background: linear-gradient(94deg, var(--gradientStop1_color) var(--gradientStop1_pos), var(--gradientStop2_color) var(--gradientStop2_pos));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    --gradientStop1_pos:-24.48%;
    --gradientStop2_pos:100%;
    display: inline-block;
}
.whoAttend{
    padding: 120px 0;
    background-color: #FFF;
}

.whoAttend .who-item{
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}
.whoAttend .who-item img{
    width:60px;
}
.whoAttend .who-item p{
    text-align: center;
}
@media (min-width:768px){
    .whoAttend .who-item.spacer{
        margin-top: 75px;
    }
}

.whoAttend .who-item p.lg{
    margin-bottom: 0.75rem;
}
.whyAttend.general h2{
    font-size: 42px;
}

.whyAttend h3{
    color: var(--oxford-blue);
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.whyAttend.general h3{
    font-size: 30px;
}
.whyAttend .card-border-left img{
    width: 460px;
    max-width: 100%;
    height:auto;
    display: block;
    margin-bottom: 20px;
}
.whyAttend .card-border-left p{
    text-align: center;
}
.dayTile, .whyTile{
    border-radius: 6px;
    box-shadow: var(--box-shadow);
    position: relative;

}
.dayTile{
    padding: 60px 25px 50px;
}
.whyTile{
    padding: 50px 40px;
}
.hoverBar{
    background: linear-gradient(90deg, #FECBB1 0%, #FE9496 33.08%, #909EF8 66.15%, #00A0FF 99.71%);
    height: 20px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 6px 6px;
}
.dayTile:hover .hoverBar{
    opacity: 1;
}
.dayTile::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) padding-box, radial-gradient(195.63% 140.17% at 99.91% 0%, #00A0FF 0%, rgba(249, 248, 253, 0.00) 52.27%, #FECBB1 100%) border-box;
    inset:0;
    border: 1.5px solid transparent;
    border-radius: 6px;
    z-index: -1;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.whyTile::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: linear-gradient(0deg, var(--gradientStop2_color) -20%, var(--gradientStop1_color) 100%);
    inset:0;
    border-radius: 6px 0 0 6px;
    z-index: -1;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.glassTile{
    position: relative;
    border-radius: 9px;
    /* box-shadow: 15px 20px 35px 0px rgba(0, 0, 0, 0.20); */

}
.glassTile::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(113, 111, 247, 0.00) 0%, rgba(113, 111, 247, 0.25) 100%) border-box;
    inset:0;
    border: 1px solid transparent;
    border-radius: 9px;
    z-index: -1;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.glassTile::before{
    background: url(_img/speaker_card.svg) no-repeat 0 0 / cover;
    content: '';
    position: absolute;
    inset: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 9px;
    opacity: 1;
}

/* .speakers::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(_img/dots.svg) no-repeat 0 50% / 100%;
    width:100%;
    height:100%;

} */
.speakers .speakerCard{
    background: url(_img/speaker_card.svg) no-repeat 0 0 / cover;
}
.speakers .card-border-left{
    padding:55px 25px 30px;
}
.speakers .speakerImgWrapper{
    flex:0 0 auto;
    width:140px;
    height:140px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.speakers .multiSpeakers.threeSpeakers .speakerImgWrapper{
    width:95px;
    height: 95px;
}
.speakers .speakerImgWrapper::before{
    content: '';
    position: absolute;
    inset:0;
    z-index: 1;
    border-radius: inherit; 
    background: linear-gradient(0deg, var(--gradientStop2_color) -20%, var(--gradientStop1_color) 100%);
    
} 
.speakers .speakerImgWrapper .speakerHead{
    width:125px;
    height:125px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.speakers .multiSpeakers.threeSpeakers .speakerHead{
    width:82px;
    height:82px;
}


@media (min-width:992px) and (max-width:1199px){
    
    .speakers .multiSpeakers.threeSpeakers .speakerImgWrapper{
        width:105px;
        height: 105px;
    }
    .speakers .multiSpeakers.threeSpeakers .speakerHead{
        width:92px;
        height:92px;
    }
    
} 
@media (max-width:400px){
    .speakers .multiSpeakers.threeSpeakers .speakerImgWrapper{
        width:87px;
        height: 87px;
    }
    .speakers .multiSpeakers.threeSpeakers .speakerHead{
        width:74px;
        height:74px;
    }
    
}
.speakers .speakerImgWrapper .speakerHead  img{
    width:100%;
    height: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}

.speakers .card-border-left .logo{
    background: linear-gradient(94deg, var(--gradientStop1_color) 5%, var(--gradientStop2_color) 100%);
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 9px 0 9px 0;
    width:170px;
    height: 40px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.speakers .card-border-left .logo img, .onDemand-hdr .speaker-tile .logo img{
    width: 110px;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.speakers .card-border-left h3, .speakers .card-border-left p{
    color: var(--purpleDrk)
}
.speakers .card-border-left h3{
    font-size: 21px;
    line-height: 26px;
}

.agenda, .whoAttend, .whyAttend{
    position: relative;
    overflow: hidden;
}
.agenda::before, .agenda::after,.whoAttend::before,  .whyAttend::before{
    content: "";
    position: absolute;
    width: 100%;
    
}



.agenda .glassTile{
    display: block;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.agenda .glassTile::after, .whyAttend .glassTile::after{
    background: radial-gradient(63.19% 115.44% at 96.38% 103.67%, var(--persimmon) 0%, rgba(113, 111, 247, 0.10) 100%) border-box, radial-gradient(110.53% 89.32% at 2% 3%, var(--purple) 0%, rgba(255, 130, 112, 0.00) 100%) border-box;;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(rgba(255, 255, 255, 0.95) 0 0) padding-box, linear-gradient(#fff 0 0);
    /* -webkit-mask-composite: destination-out; */
    mask-composite: exclude;
} 


.agenda .onDemand-card{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 310px 1fr min-content;
    height: 100%;
}
.agenda .onDemand-card a.simple{
    color: var(--persimmon);
    background-image: url(../../ui/img/redesign/btn-long-arrow-persimmon.svg);
}





.agendaContent{
    padding: 26px 0;
    display: grid;
    row-gap:1em ;
}
.agendaContent.trackLabel{
    padding-bottom: 0;
    display: none;
}
.agendaContent.trackLabel h6{
    color: var(--gradientStop2_color)
}
@media (min-width:768px){
    .agendaContent.trackLabel{
        display: grid;
    }
}
@media (min-width:992px){
    .accordion-tabs, .agendaContent, .trackLabels{
        grid-template-columns: 150px 1fr;
    }
}
.agendaTime{
    color: var(--oxford-blue);
    font-size: 17.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px; /* 150% */
    text-transform: uppercase;
}



.agendaSession .card-border-left{
    background: rgba(255, 255, 255, 0.30);
    /* box-shadow: 0px 0px 31.635px 0px rgba(1, 16, 32, 0.20); */
    box-shadow: var(--box-shadow);
    backdrop-filter: blur(11.298076629638672px);
    border-radius: 10px;

}
.agendaSession *{
    color: var(--oxford-blue);
}
.agendaSession p a{color: var(--royal-blue); text-decoration: underline;}
.agendaSession h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}
.agendaSession p.breakoutSpeakerLabel, .speakers .card-border-left p{
    font-size: 14px;
    line-height: 20px;
}
.agendaSession .accordionParent .collapse p, .agendaSession .accordionParent .collapsing p{
    margin-left: 0;
    
}
.agendaSession .accordionParent ul{
    margin-left: 0;
    margin-bottom: 1.5em;
}
.agendaSession .accordionParent ul li{
    margin: 0 0 .75em 15px;
    padding: 0 0 0 .5em;
    line-height: 1.5em;
}
.agendaSession .accordionParent ul li::marker {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: var(--persimmon);
}
 .agendaSession.breakout .card-border-left{
    height: auto;
    min-height: 250px;
} 
@media (max-width:1023px){
    .agendaSession .glassTile{
        margin:1rem 0;
    }
    .trackLabels{
        display: none;
    }
}
.accordion-sections .tab-content{
    padding: 0;
}
.accentLine{
    width: 100px;
    height: 4px;
    background: var(--persimmon);
    margin: 50px auto;
}

.ai .accentLine.gradient{
    --gradientStop1_color: #F705FB;
    --gradientStop2_pos: 100%;
}

.accentLine.gradient{
    background: linear-gradient(90deg, var(--gradientStop1_color, #FE9496) var(--gradientStop1_pos, 0%), var(--gradientStop2_color, #F705FB) var(--gradientStop2_pos, 145%));

}

.accentLine.leftAccent{
    margin: 50px 0;
}
.accentGradient{
    background: #FFF;
    background: var(--accentGradient);
    width:100%;
    height:4px
}
.accentGradient.thick{
    height: 6px;
}

.accentGradient.accentGradient-thin{
    height:1px
}

.card-border-left{
    padding:25px;
}

.card-border-left p{
    margin: 0;
}
.card-border-left p+p{
    margin-top: 1rem;
}
.card-border-left::before{
    background: var(--gradientStop2_color);
    background: -moz-linear-gradient(180deg, var(--gradientStop1_color) 0%, var(--gradientStop2_color) 150%);
    background: -webkit-linear-gradient(180deg, var(--gradientStop1_color) 0%, var(--gradientStop2_color) 150%);
    background: linear-gradient(180deg, var(--gradientStop1_color) 0%, var(--gradientStop2_color) 150%);
}
.card-border-left .accordionParent p{
    position: relative;
    z-index: 2;
}

.whyAttend .card-border-left::before, .speakers .card-border-left::before{
    display: none;
}
.countdownWrap{
    margin-top: 60px;
    background-color: rgb(255 255 255 / 15%);
    padding: 20px 0 25px;
}
.time-value, .time-label{
    text-align: center;
    color:var(--countdown);
}
.time-value i.fa-spin{
    opacity:0.25;
    color:var(--countdown);
}
.time-value{
    
    font-size: 72px;
    line-height: normal;
    font-family: var(--roboto);
    font-weight: 700;
}
.time-label{
    
    font-size: 24px;
    font-family: var(--roboto);
    font-weight: 400;
}

.actionCallout{
    position: relative;
    padding: 40px 30px;
    overflow: hidden;
    background: var(--actionCallout, #d2eaff) no-repeat 0 0 / cover;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: var(--box-shadow);
}
@media (min-width:992px){
    .actionCallout > div.d-flex{
        align-items: center;
    }
}

.actionCallout *{
    color: var(--oxford-blue);
}
.actionCallout .logoCard{
    padding: 30px 40px;
    background-color: #FFF;
    border-radius: 5px;
}
.actionCallout a.simple.arrow{
    color: var(--simpleArrowColor);
    font-size: 20px;
    background-image: var(--simpleArrowIcon);
}

.lp-cta{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: var(--black-matte) var(--footerCTA, url(_img/footer-cta.svg)) no-repeat 0 0 / cover;
}

.lp-cta.dots-abstract-circles.variant5::before{
    background-size: cover;
    background-position: 0 50%;
}



@media (min-width:1200px){
    .heroTop h3.subHead{
        max-width: 735px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width:1199px){
    .sessions .speakerImgWrapper{
        width:180px;
        height:180px;
    }
    .sessions .speakerImgWrapper .speakerHead{
        width:150px;
        height:150px;
    }
    .sessions .speakerImgWrapper .speakerHead::before{
        width: 165px;
        height: 165px;
    }
    .sessions .speakerBadge .speakerNameWrapper .speakerName{
        font-size: 18px;
    }
    .sessions .speakerBadge .speakerBadgeBuffer{
        height:100px;
    }
    .heroTop img.partner-logo.forrester, .heroTop img.partner-logo.scorpion{
        width:160px;
    }
    .lp-navbar-collapse h1{
        font-size:13px;
        line-height:18px;
        font-weight:400;
        padding-right:20px;
    }
    .lp-navbar-collapse .sub-nav-links{
        margin: 0 15px 0
    }
    
}
@media (max-width:991px){
    .lp-logo-wrapper{
        margin-right:20px;
    }
    .speakers::before{
        background-size: 1200px;
        background-position: 0 100%;
        opacity: 0.75;
    }
    
    .heroTop.registerPage .formWrapper .formInner {
        padding: 40px 50px;
    }
    .lp-navbar-collapse .sub-nav-links{
        display: none;
    }
   
}
@media (max-width:767px){
   
    
    #top-navigation-cloud{
        padding-top:0;
        padding-bottom:0;
    }
    #top-navigation-cloud .container{
        width:100%;
    }
    .agendaSlot .sessionTime{
        font-size: 1.2rem;
    }
    .agendaSlot > .row.d-flex{
        gap:15px
    }
    .heroTop{
        padding-top:80px;
        padding-bottom: 80px;
    }
    
    .time-value{
        font-size:60px;
    }
    .time-label{
        font-size: 20px;
    }
    .heroTop img.partner-logo.forrester, .heroTop img.partner-logo.scorpion{
        width:140px;
    }
    .whyAttend h2, .agenda h2, .speakers h2, .whoAttend h2{
        font-size: 42px;
        line-height: 110%;
    }
    .whyAttend.general h2{
        font-size: 40px;
    }
    .whyAttend h3, .whyAttend.general h3{
        font-size: 30px;
    }
}
@media (max-width:575px){
    .lp-navbar-collapse h1{
        display:none;
    }
    #top-navigation-cloud, #top-navigation-cloud-buffer{
        display:block;
    }
    .heroTop.registerPage .formWrapper .formInner{
        padding: 40px 30px;
    }
    .heroTop .dateWrapper h3 span{
        display: block;
    }
    .heroTop .dateWrapper h3 span.pipe{
        display: none;
    }
    /* .speakers{
        background-position: 100% -2px;
        background-size: 1200px;
    } */
    .time-value{
        font-size:44px;
    }
    .time-label{
        font-size: 14px;
    }
    .heroTop img.partner-logo.forrester, .heroTop img.partner-logo.scorpion{
        width:180px;
    }
    .whyAttend h3, .whyAttend.general h3{
        font-size: 26px;
    }
}
#iframe-popup-overlay{
    z-index: 1000;
}
#iframe-popup-overlay iframe{
    max-width:90%
}
.fa-solid.videoHover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 42px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, var(--speakerVideo_stop1) -20%, var(--speakerVideo_stop2) 100%);
    border-radius: 100%;
    opacity: 0;
    color: #ffffff;
    transition: opacity 0.2s ease-in-out;
}
.speakerVideo:hover .videoHover{
    opacity: 1;
}