body{
    margin: 0;
    width: 3840px;
    height: 2160px;
    color: #005B71;
    user-select: none;
}
body:after{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 100;
}
body.loaded:after{
    display: none;
}
*{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.25;
    box-sizing: border-box;

}
sup, sub{
    color: inherit !important;
    font-weight: 400;
    font-size: 50%;
}
i, i *{
    font-style: italic !important;
}
p{
    margin: 0;
}
ul {
    margin-top: 0rem;
}
button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.text-grey, .text-grey *{
    color: #666666 !important;
}
.mb-9{
    margin-bottom: 90px;
}
.mb-12{
    margin-bottom: 120px;
}
.gx-8 {
    --bs-gutter-x: 8rem;
}
.fw-bold *{
    font-weight: 700 !important;
}
.fw-semibold *{
    font-weight: 600 !important;
}
.app-section{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    background-color: #FFF;
}

/* ##################################### FOOTER ##################################### */
.footer-navigation{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 50px;
    width: 910px;
}
.footer-navigation-btn{
    font-size: 36px;
    font-weight: 700;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-resources{
    position: relative;
    padding-left: 90x;
}
.btn-resources:before{
    content: "";
    background-image: url("../img/resources-icon.png");
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-resources.active:before, .app-section[slide="resources"].active ~ .footer-navigation .btn-resources:before{
    background-image: url("../img/resources-icon-active.png");
}
.footer-navigation-icon{
    max-width: 70px;
    height: auto;
}

/* #################################### RESOURCES ################################### */
.resource-slide{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
}
.resource-slide[slide="1"]{
    background-image: url("../img/slides/resource-1.png");
}
.resource-slide[slide="2"]{
    background-image: url("../img/slides/resource-2.png");
}
.resource-slide[slide="3"]{
    background-image: url("../img/slides/resource-3.png");
}
.resource-slide[slide="4"]{
    background-image: url("../img/slides/resource-4.png");
}
.back-profile-btn{
    position: absolute;
    top: 90px;
    right: 160px;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 20px;
}
.back-profile-icon{
    max-width: 120px;
    height: auto;
}
.resource-menu{
    position: absolute;
    top: 160px;
    left: 1180px;
    width: 2040px;
}
.resource-menu-btn{
    font-size: 36px;
    font-weight: 700;
    color: #FFF;
    background-color: #B1B1B1;
    height: 170px;
    border-radius: 20px;
    display: flex;
    padding: 25px;
    align-items: center;
    transition: all .2s ease-in-out;
}
.resource-menu-btn.active{
    background-color: #005B71;
}
/* ################################### NAVIGATION ################################### */
.menu-container{
    position: absolute;
    top: 24px;
    left: 1012px;
}
.menu-btn{
    position: relative;
    padding: 59px;
    background-color: #00A4AA;
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    text-align: left;
    min-width: 400px;
}
.menu-btn>span{
    font-style: inherit;
}
.menu-btn:before{
    content: "";
    width: 70px;
    height: 70px;
    background-image: url("../img/locker-opened.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-btn.disabled{
    color: #E4E4E4;
    font-weight: normal;
    font-style: italic;
    pointer-events: none;
}
.menu-btn.disabled:before{
    background-image: url("../img/locker-closed.png");
}
.menu-btn.active{
    background-color: #005B71;
}
.subchapter-container{
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 15px;
}
.menu-btn.active .subchapter-container{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}
.subchapter{
    background-color: #B1B1B1;
    width: 70px;
    height: 10px;
    transition: all .2s ease-in-out;
}
.subchapter.active{
    background-color: #005B71;
}


/* ##################################### FOOTER ##################################### */
.app-section[slide="1"]{
    background-image: url("../img/slides/slide-1.png");
}
.app-section[slide="1"] .navigation-btn{
    color: transparent;
    position: absolute;
    bottom: 465px;
    right: 0;
    width: 1030px;
    height: 205px;
}
.app-section[slide="1"] .btn-resources{
    position: absolute;
    bottom: 30px;
    left: 110px;
}
.app-section[slide="1"].active ~ .footer-navigation{
    display: none;
}
.app-section[slide="1"].active ~ .menu-container, .app-section[slide='resources'].active ~ .menu-container{
    display: none;
}

/* ##################################### SLIDES ##################################### */
.btn-next, .start-over{
    position: absolute;
    display: flex;
    gap: 60px;
    align-items: center;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    bottom: 60px;
    right: 140px;
    transition: all .2s ease-in-out;
}
.btn-next .arrow-right-icon, .start-over .arrow-right-icon, .back-profile-btn .arrow-right-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005B71;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    padding: 40px;
}
.back-profile-btn .arrow-right-icon{
    width: 120px;
    height: 120px;
}
.btn-next.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.answer-container{
    position: absolute;
}
.question-subtext{
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    color: #00A4AA;
}
.question-subtext.info{
    display: none;
}
.answer-btn{
    position: relative;
    background-color: transparent;
    border: 7px solid #005B71;
    border-radius: 18px;
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    padding: 18px 60px;
    box-shadow: 0 0 20px transparent;
    transition: all .2s ease-in-out;
}
.answer-btn.selected{
    background-color: #005B71;
    color: #FFF;
    box-shadow: 0 0 20px rgba(0, 91, 113, 0.5);
}
.answer-btn .info-btn{
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.answer-text{
    color: #666666;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}

.result-answer-container{
    border-radius: 18px;
    padding: 30px;
    background: transparent;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 20px transparent;
}
.app-section[showresult="1"] .result-answer-container[correct="1"]{
    background: rgb(68,157,156);
    background: -moz-linear-gradient(180deg, rgba(68,157,156,1) 0%, rgba(68,157,156,0.1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(68,157,156,1) 0%, rgba(68,157,156,0.1) 100%);
    background: linear-gradient(180deg, rgba(68,157,156,1) 0%, rgba(68,157,156,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#449d9c",endColorstr="#ffffff",GradientType=1);
    box-shadow: 0 0 20px rgba(68, 157, 156, 0.5);
}
.app-section[showresult="1"] .answer-text{
    color: #FFF;
}
.app-section[showresult="1"] .answer-btn .info-btn{
    display: block;
    pointer-events: all;
}
.info-btn{
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-image: url("../img/info-icon.png");
    background-color: #FFF;
    border-radius: 100%;
}
.img-info-icon{
    position: relative;
    max-width: 40px;
    top: 5px;
    height: auto;
    display: inline-block;
}
.info-popup{
    position: fixed;
    top: 0;
    left: 1012px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}
.info-popup-content{
    position: relative;
    width: 100%;
    max-width: 1550px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E4F4F5;
    border-radius: 20px;
    padding: 150px 100px 50px;
    background-image: url("../img/info-icon.png");
    background-size: 60px auto;
    background-position: 100px 50px;
    background-repeat: no-repeat;
}
.info-popup-content *{
    color: #666666;
}
.info-popup-close-btn{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50px;
    right: 50px;
    background-image: url("../img/close-icon.png");
    background-size: contain;
    background-position: center;
}
.info-popup-title{
    color: #005B71;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
}
.info-popup-description{
    font-size: 45px;
    min-height: 500px;
}
.info-popup-description small{
    display: block;
    font-size: 75%;
}
.info-popup-reference{
    font-size: 20px;
}

.app-section[slide="2"]{
    background-image: url("../img/slides/slide-2.png");
}
.app-section[slide="3"]{
    background-image: url("../img/slides/slide-3.png");
}
.app-section[slide="3"] .answer-container{
    bottom: 500px;
    right: 78px;
    width: 1400px;
}
.app-section[slide="3"] .question-subtext{
    margin-bottom: 100px;
}

.app-section[slide="4"]{
    background-image: url("../img/slides/slide-4.png");
}
.app-section[slide="4"] .answer-container{
    top: 570px;
    right: 138px;
    width: 2550px;
}
.app-section[slide="4"] .question-subtext{
    margin-bottom: 200px;
}
.app-section[slide="4"] .answer-btn{
    padding: 60px 160px;
    min-width: 1150px;
}

.app-section[slide="5"]{
    background-image: url("../img/slides/slide-5.png");
}
.app-section[slide="5"] .answer-container{
    bottom: 420px;
    right: 128px;
    width: 1300px;
}
.app-section[slide="5"] .answer-text{
    margin-bottom: 20px;
}
.app-section[slide="5"] .info-btn{
    margin-bottom: 20px;
}

.app-section[slide="6"]{
    background-image: url("../img/slides/slide-6.png");
}

.app-section[slide="7"]{
    background-image: url("../img/slides/slide-7.png");
}

.app-section[slide="8"]{
    background-image: url("../img/slides/slide-8.png");
}
.app-section[slide="8"] .answer-container{
    top: 570px;
    right: 138px;
    width: 2550px;
}
.app-section[slide="8"] .question-subtext{
    margin-bottom: 200px;
}
.app-section[slide="8"] .answer-btn{
    padding: 60px 160px;
    min-width: 1350px;
}

.app-section[slide="9"]{
    background-image: url("../img/slides/slide-9.png");
}
.app-section[slide="10"]{
    background-image: url("../img/slides/slide-10.png");
}
.app-section[slide="11"]{
    background-image: url("../img/slides/slide-11.png");
}

.app-section[slide="12"]{
    background-image: url("../img/slides/slide-12.png");
}
.app-section[slide="12"] .answer-container{
    top: 1000px;
    right: 838px;
    width: 1250px;
}

.app-section[slide="13"]{
    background-image: url("../img/slides/slide-13.png");
}
.app-section[slide="13"] .answer-container{
    top: 600px;
    right: 138px;
    width: 2550px;
}
.app-section[slide="13"] .question-subtext{
    margin-bottom: 100px;
}
.app-section[slide="13"] .answer-btn{
    padding: 60px 160px;
    min-width: 1450px;
}
.app-section[slide="13"] .info-popup-content{
    max-width: 2100px;
}

.app-section[slide="14"]{
    background-image: url("../img/slides/slide-14.png");
}

.app-section[slide="15"]{
    background-image: url("../img/slides/slide-15.png");
}
.app-section[slide="15"] .answer-container{
    top: 1000px;
    right: 838px;
    width: 1250px;
}


.app-section[slide="16"]{
    background-image: url("../img/slides/slide-16.png");
}
.app-section[slide="16"] .answer-container{
    top: 600px;
    right: 138px;
    width: 2550px;
}
.app-section[slide="16"] .question-subtext{
    margin-bottom: 100px;
}
.app-section[slide="16"] .answer-btn{
    padding: 60px 160px;
    min-width: 1450px;
}
.start-over{
    display: none;
}