.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .80);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 0.64s ease-in-out;
}

.introPopup{
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 600px;
    max-height: 450px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
}

.popup__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 4rem;
}


.jconfirm-content h1 {
    font-size: 24px;
    color: #318b81;
    margin-bottom: 15px;

}

.jconfirm-content p{
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}


.jconfirm-content p.summary{
    font-weight: 700;
    font-size: 18px;
}

.jconfirm-content p.goodbye{
    font-style: italic;
}


.jconfirm-content {
    padding: 30px;

    
}

.jconfirm-content .popup__video{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.jconfirm-content video{
    width: 50%;

    
}

.jconfirm-content li{
margin-left: 30px;
margin-bottom: 15px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c{
    padding-bottom: 0;
}


.jconfirm.jconfirm-light .jconfirm-bg{
    background-color: #1e2726;
    opacity: .5;
    z-index: -999;
}

.jc-bs3-container.container {
    width: 800px;
    margin: 0 auto;
}


@media screen and (max-width: 1920px){
    .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{
        overflow-y: scroll;
        margin-top: 30px;
        max-height: 85vh !important;
    }
}


@media screen and (max-width: 768px) {
    .jc-bs3-container.container {
        width: 92%;

    }

    .jconfirm-content video{
        width: 100%;
    }
}


@media screen and (max-width: 676px) {
    
    .jconfirm-content{
        padding: 0 20px 20px 20px;
    }
}


@media screen and (max-width: 530px) {
    .jc-bs3-container.container {
        width: 92%;

    }

    
}