
.tips-for-success {
    position: relative;
    overflow: hidden;
    max-height: 90vh;
    width: 100%;
}
.tips-for-success:before {
    display: block;
    content: '';
    padding-bottom: 180%;
}
.tips-for-success:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(8, 28, 55, 0) 0%, rgba(8, 28, 55, 1) 100%);
    opacity: 0.6;
}
.tips-for-success__content:after{
    display: none;
}
.tips-for-success__content {
    background: rgba(27, 69, 128, 1);
    color:#fff;
}
.tips-for-success__text {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0 20px;
    text-align: center;
}
.tips-for-success__text .btn-light:hover, .tips-for-success__text .btn-light:focus, .tips-for-success__text .btn-light:active, .tips-for-success__text .btn-light:focus:active {
    background-color: #fff;
    color: rgba(29, 158, 217, 1);
}
.tips-for-success video,
.tips-for-success img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.tips-for-success__title {
    padding: 30px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tips-for-success__btn {
    background: url(../img/tips-for-success/play.svg) no-repeat center;
    background-size: 99px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.mute-toggle {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 25px;
    background: #fff;
    border: 0;
    border-radius: 30px;
    padding: 0;
    height: 30px;
    width: 30px;
}

#load-more-tips {
    color: #1B4580;
}
#load-more-tips:hover {
    color: #20A0DB;
}


@media (min-width: 767px) {
    .mySwiper--tips-for-success {
        overflow: visible;
    }
    .mySwiper--tips-for-success .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: -30px;
        width: auto;
    }
    .mySwiper--tips-for-success .swiper-slide {
        padding: 30px;
        width: 33.3%;
    }
    .swiper-pagination--tips-for-success {
        display: none;
    }
    /* .tips-for-success.active .tips-for-success__btn {
        opacity: 0;
    } */
    
}
@media (min-width: 767px) and (max-width: 1024px) {
    .mySwiper--tips-for-success .swiper-wrapper {
        margin: -20px;
    }
    .mySwiper--tips-for-success .swiper-slide {
        width: 50%;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .mySwiper--tips-for-success {
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 24px + 24px);
    }
    .mySwiper--tips-for-success .swiper-pagination--tips-for-success {
        bottom: auto;
        top: 40px;
        width: auto;
        left: 24px;
        right: 24px;
        display: flex;
        position: absolute;
    }
    .mySwiper--tips-for-success .swiper-pagination--tips-for-success .swiper-pagination-bullet {
        width: 100%;
        flex: 1;
        border-radius: 6px;
        height: 6px;
        border: none;
        background: rgba(255,255,255,.5);
        opacity: 1;
    }
    .mySwiper--tips-for-success .swiper-pagination--tips-for-success .swiper-pagination-bullet-active {
        background: #FEDC00;
        opacity: 1;
    }
    /* .tips-for-success__btn {
        opacity: 0;
        display: none
    } */
}
