* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* NavBar */
.navbar {
    display: inline-flex;
    height: 90px;
    padding: 25px 24px 26px 33px;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 930px;
    flex-shrink: 0;
    background-color: #000 !important;
}

.navbar .nav-list {
    padding-right: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    margin: 0;
    list-style: none;
    width: 100%;
}

@media (max-width: 650px) {
    .navbar .nav-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.navbar .nav-list li {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

@media (min-width: 320px) {
    .navbar .navbar-brand {
        padding: 0;
    }
    .navbar .navbar-brand img {
        width: 278px;
        height: auto;
    }
}

@media (min-width: 650px) {
    .navbar .navbar-brand img {
        width: 278px;
        height: 39px;
    }
}

.navbar .nav-list .btn{
    background-color: #F59331;
    border-color: #F59331;
    width: 135px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
}


@media (min-width: 320px) {
    .navbar .nav-list .btn {
        width: 80px;
        height: 28px;
        font-size: 12px;
    }
}

@media (min-width: 350px) {
    .navbar .nav-list .btn {
        width: 80px;
        height: 36px;
        font-size: 12px;
    }
}

@media (min-width: 651px) {
    .navbar .nav-list .btn {
        width: 135px;
        height: 36px;
        font-size: 20px;
    }
}

/* Big Image Display */

.sfw-display img {
    width: 100%;
    height: auto;
}

@media (min-width: 320px) {
    .sfw-display img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 650px) {
    .sfw-display img {
        width: 100%;
        height: auto;
    }
}

 
.divider {
    width: 100%;
    height: 15px;
    flex-shrink: 0; 
    background: #F59331;

}

/* Warning Container */

.warning {
    background-color: #111;
    height: 400px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media (min-width: 320px) {
    .warning {
        height: 700px;
    }
}

@media (min-width: 370px) {
    .warning {
        height: 600px;
    }
}

@media (min-width: 450px) {
    .warning {
        height: 550px;
    }
}

@media (min-width: 600px) {
    .warning {
        height: 450px;
    }
}

@media (min-width: 1300px) {
    .warning {
        height: 400px;
    }
}

.warning > * {
    margin-bottom: 15px;
}

.warning .btn {
    background-color: #F59331;
    border-color: #F59331;
    width: 295px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
}

.exitText {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal
}

.exitLink {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}

.warning-container {
    background: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.warning-text {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.warning-text .terms-conditions {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 300px) {
    .warning-container {
        background: unset;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
}

@media ( min-width: 1300px ){
    
.warning-container {
    background: #1e1e1e;
    width: 1289px;
    height: 174px;
}

.warning-text {
    width: 1223px;
    height: 125px;
    font-size: 16px;
    line-height: 24px;
}

.warning-text .terms-conditions {
    font-size: 16px;
    line-height: 24px;
}
}

/* Footer */

.warning-footer {
    height: 560px;
    flex-shrink: 0;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.warning-footer > * {
    margin-bottom: 15px;
}

@media (min-width: 300px) {
    .warning-footer .navbar-brand img {
        width: 250px;
        height: 30px;
        flex-shrink: 0;
    }
}

@media (min-width: 700px) {
    .warning-footer .navbar-brand img {
        width: 392px;
        height: 55px;
        flex-shrink: 0;
    }
}

.warning-footer .btn {
    background-color: #F59331;
    border-color: #F59331;
    width: 295px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
}

/* Footer Links */

.footer-links {
    width: 100%;
    height: 309px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.warning-footer .footer-links .footer-sign-in {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.warning-footer .footer-list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 650px) {
    .warning-footer .footer-list {
        margin-top: 0;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0;
    }

    .warning-footer .footer-list .footer-list-item a {
        padding-left: 0;
        padding-right: 0;
    }
}

.warning-footer .footer-list .footer-list-item a {
    text-decoration: none;
    margin-left: 30px;
    margin-right: 30px;
    color: #878787;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.warning-footer .footer-links .compliance-statement {
    display: flex;
    text-align: center;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.warning-footer .footer-links .compliance-statement a {
    text-decoration: none;
    color: unset;
}

.warning-footer .footer-links .all-rights {
    display: flex;
    text-align: center;
    color: #878787;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.warning-footer .footer-links .powered-by {
    display: flex;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.warning-footer .footer-links .powered-by .ypp {
    display: flex;
    text-align: center;
    color: #F59331;
}


.warning-footer .footer-links .powered-by .ypp a {
    text-decoration: none;
    color: unset;
 }
 
.footer-links > * {
    margin-bottom: 8px;
}





