body {
    padding-top: 0 !important;
    /* font-family: 'TT Commons New' !important; */
}

header.hdr{
    display: none !important;
}
.symposium-row {
    margin: 0 auto 50px;
    max-width: 1000px;
    width: 100%;
    /* height: 60px; */
}

.symposium-row-in {
    /* width: 1000px;
    position: absolute;
    left: -20px; */
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.symposium-row-item {
    height: 60px;
    line-height: 60px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 1px 14px 3px rgba(0,12,61,.1);
    padding: 0 30.5px;
    font-size: 18px;
}

.bgcolorful{
    background: linear-gradient(186.36deg, #CE6BFF 0%, #576CFB 71.42%, #0246F2 100%);
}

.symposium-subscribe{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.symposium-subscribe input{
    box-sizing: border-box;
    height: 60px;
    width: 280px;
    border: 1.62px solid #EBF1F7;
    border-radius: 28.35px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 12px 3px rgba(0,12,61,0.1);
    margin:0;
    font-weight: 500;
}
.symposium-subscribe input[type=text].error {
    border: 1.62px solid #ff7570;
}
.symposium-subscribe-btn{
    height: 60px;
    width: 160px;
    border-radius: 30px;
    background-color: #FFFFFF;
    color: #0030B5;
    font-size: 19.66px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19.66px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.symposium-subscribe-btn:hover{
   opacity:0.76;
}

.symposium-subscribe .success{
    font-weight: 500;
    font-size: 24px;
    background: #ebf2ff;
    padding: 20px 30px;
    border-radius: 37px;
    color:#000C3D;
}

.symposium-line{
    background: linear-gradient(225deg, #CE6BFF21 0%, #576CFB21 71.42%, #0246F221 100%);
    height:60px;
    text-align: center;
}
/* .symposium-line a{
    color:#576CFB;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
} */
.symposium-line a b{
    font-weight: 600;
}
.symposium-boxes{
    background: linear-gradient(225deg, rgba(206, 107, 255, 0.15) 0%, rgba(87, 108, 251, 0.15) 71.42%, rgb(2, 70, 242, 0.15) 100%);
}
.symposium-box-shadow {
    height: 272px !important;
    border-radius: 20px !important;
    background-color: #fff !important;
    box-shadow: 0 1px 14px 3px rgba(128,148,171,.4);
}

@media screen and (max-width: 1024px) {

    .symposium-row-item {
        height: 40px;
        line-height: 40px;
        border-radius: 17px;
        background-color: #fff;
        box-shadow: 0 1px 14px 3px rgba(0,12,61,.1);
        padding: 0 19.5px;
        font-size: 16px;
    }

    /* .symposium-line a {
        color: #576cfb;
        text-align: center;
        height: auto;
        line-height: 30px;
        font-weight: 500;
        display: block;
        padding: 20px 0;
    } */

    .symposium-box-shadow {
        height: auto !important;
    }
}

@media screen and (max-width: 400px) {

    .symposium-subscribe input {
        width: 200px;
    }
    .symposium-subscribe-btn {
        width: 134px;
        font-size: 17.66px;
    }

}

@media screen and (max-width: 360px) {

    .symposium-subscribe input {
        width: 160px;
    }

}

.symposium-grad {
    background: linear-gradient(225deg, #CE6BFF55 0%, #576CFB55 71.42%, #0246F255 100%);
}

.symposium-horbg {
    background: linear-gradient(205.98deg, #CE6BFF 0%, #576CFB 71.42%, #0246F2 100%);
}

.popup-dates{

}
.popup-dates-block {
}
.popup-dates-item {
    height: 60px;
    width: 246px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 1px 17px 4px rgba(0,12,61,.1);
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
    margin: 0 0 15px;
    text-decoration: none !important;
    color: inherit !important;
}
.popup-dates-item:hover{
    opacity:0.75;
}
.popup-dates-item img {
    width: 27px;
    margin-right: 18px;
}
.popup-dates-item span{
}

.action-dates{
    cursor: pointer;
}
.action-dates:hover{
    opacity:0.75;
}

.lp-hide{
    display: none;
}
.ftr-info .action-subscribe{
    display: none;
}

.gradientbg{
    background: linear-gradient(205.98deg, #CE6BFF 0%, #576CFB 71.42%, #0246F2 100%);
}
.arrow-link{
    color: #fff;
    font-weight: bold;
    padding-right: 19px;
    position: relative;
}
.arrow-link:hover{
    color: #fff;
    text-decoration: underline;
}
.arrow-link::after{
    background: url(https://interstride.com/wp-content/uploads/2024/01/Normal@2x.png) center center / 100% 100% no-repeat;     
    width: 16px;
    height: 14px;
    content: "";
    position: absolute;
    top:5px;
    right: 0;
}
.arrow-link.bigger::after{

    top:7px;

}
.arrow-link.bigger{
    text-underline-offset: 4px;
}


.symp-hidden{
    display: none;
}




.symposium-slider {
    max-width: 800px;
    margin: 0 auto;
}
.symposium-slide {
}
.symposium-slide-author {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 92%;
    margin: 0 auto;
}
.elementor .symposium-slide-author img {
    border-radius: 100px;
    width: 53px;
    height: 53px;
}
.symposium-slide-author-text {
    font-size: 26px;
    
}
.symposium-slide p{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 26px;
}
.symposium-slide-author-text-row1 {
    font-weight: 500;
}
.symposium-slide-author-text-row2 {
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .symposium-slide p{
        font-size: 20px;
    }
    .symposium-slide-author-text-row1 {
        font-size: 18px;
    }
    .symposium-slide-author-text-row2 {
        font-size: 18px;
    }
}
.slick-dots{
    list-style: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
    gap: 10px;
}
.slick-dots > li{
    height: 13px;
    width: 13px;
    opacity: 0.5;
    border-radius: 14.5px;
    background-color: #576CFB;
    padding: 0;
}
.slick-dots > li.slick-active{
    background-color: #1152F7;
}

main ul.slick-dots  li:before{
    display: none;
}

main ul.slick-dots  li button{
    display: none;
}


#card-1, #card-2{
    cursor: pointer;
}

.btn-grad .elementor-button{
    border-radius: 30px;
    background: linear-gradient(225deg, #CE6BFF 0%, #576CFB 71.42%, #0246F2 100%);
    padding: 19px 48px;
}
.btn-grad .elementor-button-text:after{
    display: none;
}
.btn-grad .elementor-button-text{
    color: #fff;
}


.popup-bio{
    max-width: 683px;
}
.popup-in{
    max-width: 85%;
}

.popup-bio-in {
}
.popup-bio-top {
    display: flex;
    gap: 24px;
    align-items: center;
    margin: 0 0 15px;
}
.popup-bio-top-text {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    color: inherit;
}
.popup-bio-top-text h4 {
    font-size: 30px !important;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 33px;
    margin: 0;
    text-align: left;
}
.popup-bio-top-text span {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 25px;
    display: block;
    text-align: left;
}
.popup-bio-text {
    margin: 0 0 8px;
    text-align: left;
}
.popup-bio-text p {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0 0 15px;
}
.popup-bio-text a{
    color: #576cfb;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    margin: 30px 0 0;
    display: block;

}

@media screen and (max-width: 1024px) {
    .popup-in {
        max-width: 91%;
    }
    .popup-bio-top {
        gap: 15px;
    }
    .popup-bio-top img{
        width: 80px;
        height: 80px;
    }
    .popup-bio-top-text h4 {
        font-size: 22px !important;
        line-height: 24px;
    }
    .popup-bio-top-text span {
        font-size: 18px;
        line-height: 22px;
    }
}

.faq-new .elementor-accordion .elementor-accordion-item {
    border: none !important;
}
.faq-new .elementor-accordion .elementor-tab-title{
    padding: 18px 0px !important;
}
.faq-new .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 40px;
    height: 40px;
    background: #79AEFE;
    border-radius: 20px;
    padding: 9px;
}

.gradientbackground {
    background: url(https://interstride.com/wp-content/uploads/2024/09/Lines.svg) center center/  auto 101% no-repeat,linear-gradient(197.96deg,#ce6bff 0%,#576cfb 71.42%,#0246f2 100%) !important;
}

.block-speakers{

}
.block-speakers-in {
    display: flex;
    gap: 0.62%;
    flex-wrap: wrap;
    
}
.block-speakers-item {
    width: 19.5%;
    margin: 0 0 42px;
}
.block-speakers-image{
    border-radius: 200px;
    width: 160px;
    height: 160px;
    padding: 5px;
    background: linear-gradient(225deg, #CE6BFF 0%, #576CFB 71.42%, #0246F2 100%);
    margin-bottom: 7px;
}
.block-speakers-image img{ 
    border-radius: 200px !important;
    width: 100% !important;
    height: 100% !important;
}
.block-speakers-item-logo {
    width: 150px;
    height: 43px !important;
    object-fit: contain;
    object-position: left top;
}
.block-speakers-meta {
    font-weight: 500;
}
.block-speakers-meta-name {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 10px;
}
.block-speakers-meta-title {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 12px;
    max-width: 95%;
}

@media screen and (max-width: 1024px) {
    .block-speakers-in{
        max-width: 600px;
        padding-left: 15%;
    }
    .block-speakers-item {
        width: 49%;
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 550px) {
    .block-speakers-in {

        padding-left: 4%;
    }
    .block-speakers-meta-name {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .block-speakers-meta-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .block-speakers-image {

        width: 140px;
        height: 140px;
    }

    .gradientbackground {
        background: linear-gradient(197.96deg,#ce6bff 0%,#576cfb 71.42%,#0246f2 100%) !important;
    }

}

.speaker-hide,
.speaker-show{
    cursor: pointer;
}

.image-filter-white{
        filter: brightness(0) invert(1);
}