            body {
    overflow-x: hidden;
}
.cartoon_body_bg {
    background-image: linear-gradient(358deg, #0070c3 20%, transparent 80%), url(../img/nu_homebg.jpeg);
    background-repeat: no-repeat;
    background-size: auto 41vh, auto 135vh;
    background-position: center 95vh, center top;
}
.central_video {
    position: relative;
    margin: 50px auto 50px auto;
    width: 100vw;
    height: calc(50vh - 200px);
}
.pamstextmark {
    /* position: absolute; */
    /* bottom: 20%; */
    /* left: calc(50vw - 400px); */
    width: 100%;
    display: block;
    text-align: center;
    line-height: 2rem;
    color: #000;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: -2px;
    /* margin-top: -25%; */
    /* margin-bottom: 25%; */
    text-shadow: 0px 0px 10px #ffffffd4, 0px 0px 14px #ffffff;
}
            .more-journey {
                font-size: 1.8rem;
                width: 40%;
                margin: auto;
                line-height: 2.5rem;
                text-shadow: 0px 0px 5px #27ffdd, 3px 2px 2px #989898bf;
                font-weight: normal;
                font-family: 'Space Mono', monospace!important;
            }

            .top_navbar_holder {
    position: relative;
    width: 95vw;
    margin: 2.5vw auto;
}
.top_navbar {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffffc9;
}
.left_side {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.right_side {
    width: 35%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.right_side .btns {
    width: 35%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.brandimage {
    width: 75px;
}
.right_side .brandimage {
    margin: 0px 50px;
}
.brandimage img {
    max-height: auto;
    width: 100%;
}
.one_navbtn a, 
.one_navicon a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    font-family: 'Space Mono', monospace;
}
.one_navbtn a:hover, 
.one_navicon a:hover {
    color: #007b90;
    transition: all 0.3s ease-in-out;
}
.leaderboardholder {
    width: 80vw;
    border: 1px solid #e3e3e35c;
    margin: 0px auto;
    margin-top: 10px;
    border-radius: 10px;
    background: linear-gradient(45deg, #00000099, #00000057);
    box-shadow: inset 0px 8px 6px -1px #000000ab, inset 0px -8px 6px -1px #000000ab;
}
.wloptions_container {
    padding: 15px;
    color: #000;
    border: 1px solid #e3e3e35c;
    margin: 0px auto;
    margin-top: 10px;
    border-radius: 10px;
    background: linear-gradient(45deg, #00000099, #00000057);
    box-shadow: inset 0px 8px 6px -1px #000000ab;
    font-family: 'Space Mono';
}
.real-power {
    background-color: #0070c3;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
}
.one-round-section {
    padding: 50px;
    width: 85%;
    margin: 20px auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 100 100' fill='%23ffffffc9'%3e%3cpath d='M90 95a190 190 0 01-80 0 8 8 0 01-5-5 188 188 0 010-80 8 8 0 015-5 190 190 0 0180 0 8 8 0 015 5 188 188 0 010 80 8 8 0 01-5 5z'/%3e%3c/svg%3e");
}
.prospectus_bg {
    width: 100%;
    margin: 0px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/prospectus_bg.jpeg);
    margin-top: -23.5vw;
    padding-top: 23.5vw;
}









@media (max-width: 575.98px) { 

    body.reset-background {
        padding-top: 10vh;
    }

    .cartoon_body_bg {
        background-position: center 95vh, -50vw top;
    }
    .top_navbar_holder {
        position: absolute;
        top: 0;
        left: 2.5vw;
        z-index: 5;
    }
    .brandimage {
        width: 100%;
        height: 8vh;
        margin-bottom: 10px;
        text-align: center;
    }
    .brandimage img {
        width: auto;
        height: 100%;
        max-height: unset;
    }
    .left_side {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .top_navbar {
        width: 100%;
        padding: 1vh 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-image: linear-gradient(202deg, #0a59b387, #132132ba);
        flex-wrap: nowrap;
        align-items: center;
        height: 10vh;
        overflow: hidden;
    }
    .one_navbtn {
        font-size: 1.25rem;
        margin-bottom: 15px;
        padding: 10px;
        width: 100%;
        text-align: center;
        border-radius: 4px;
        border: 1px solid #fff;
        background-image: linear-gradient(45deg, #2aa5e0c9, #2aa2d696);
        transition: all 0.3s ease-in-out;

    }
    .right_side {
        width: 100%;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .right_side .btns {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .one_navicon {
        background-image: linear-gradient(45deg, #2aa5e0c9, #2aa2d696);
        padding: 10px;
        width: 20%;
        text-align: center;
        font-size: 1.5rem;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
    }
    .show_top_navbar {
        height: auto;
    }
    .pamstextmark {
        line-height: normal;
        font-size: 3rem;
    }
    .central_video {
        height: 70vh;
    }
    .leaderboardholder, .WLoptions  {
        width: 95vw;
    }
    .one-round-section {
        width: 100%;
    }
    .breakdownholder {
        width: 95%;
    }
    .fourcallouts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .onecallout {
        height: 150px;
        width: 48%;
    }
}


body {
    background: #0070c3;
    overflow-x: hidden;
}
.WLoptions {
    width: 95vw;
    margin: 0px auto;
}
.wloptions_container {
    padding: 0px;
    color: #000;
    border: none;
    margin: 0px auto;
    margin-top: 10px;
    border-radius: 10px;
    background: none;
    box-shadow: none;
    font-family: 'Space Mono';
}
.one-round-section {
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 100 100' fill='%23ffffffc9'%3e%3cpath d='M90 95a190 190 0 01-80 0 8 8 0 01-5-5 188 188 0 010-80 8 8 0 015-5 190 190 0 0180 0 8 8 0 015 5 188 188 0 010 80 8 8 0 01-5 5z'/%3e%3c/svg%3e");
}
.one-picture-holder {
    width: calc(90vw / 6);
    height: calc(90vw / 6);
    margin: 0px auto;
    position: relative;
}
.one-picture-holder .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 100 100' fill='%23ffffffc9'%3e%3cpath d='M90 95a190 190 0 01-80 0 8 8 0 01-5-5 188 188 0 010-80 8 8 0 015-5 190 190 0 0180 0 8 8 0 015 5 188 188 0 010 80 8 8 0 01-5 5z'/%3e%3c/svg%3e");
    background-size: cover;
    z-index: 1;
}
.one-picture-holder  .image {
    position: absolute;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    clip-path: url(#clip-path);
    z-index: 0;
}
.section-content.video-container {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 80%;
}
.section-content .video {
    flex: 1;
    margin: 0 5%;
}
.section-content .video {
    width: calc(90vw / 3);
    height: calc(90vw / 5);
}

.one-round-section.music {
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 100 100' fill='%23ffffff'%3e%3cpath d='M90 95a190 190 0 01-80 0 8 8 0 01-5-5 188 188 0 010-80 8 8 0 015-5 190 190 0 0180 0 8 8 0 015 5 188 188 0 010 80 8 8 0 01-5 5z'/%3e%3c/svg%3e");
}
.section-content.albums-container {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
}
.albums-container .one-album-holder {
    width: 49%;
    height: calc(90vw / 5);
    margin-bottom: 20px;
    position: relative;
    display: flex;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 100 100' fill='%23d7eff9'%3e%3cpath d='M90 95a190 190 0 01-80 0 8 8 0 01-5-5 188 188 0 010-80 8 8 0 015-5 190 190 0 0180 0 8 8 0 015 5 188 188 0 010 80 8 8 0 01-5 5z'/%3e%3c/svg%3e");
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.one-album-holder .image {
    position: absolute;
    border: 1px solid #000;
    width: calc(90vw / 5);
    height: calc(90vw / 5);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    clip-path: url(#clip-path);
    z-index: 0;
}
.one-album-holder .content {
    position: absolute;
    left: calc(90vw / 5);
    top: 25px;
    width: calc(80vw / 4);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 80%;
    padding: 10px;
    font-weight: bold;
}
.one-album-holder .album-subcontent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.one-album-holder {
    .audio-player {
        background-image: linear-gradient(1deg, #404040, black);
        color: #000;
        width: 100%;
        padding: 10px 20px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.8rem;
    }

    .audio-player button,
    .audio-player input[type=range] {
        background: none;
        border: none;
        cursor: pointer;
        color: #00d9d9;
    }

    .audio-player input[type=range] {
        width: 100px;
    }

    .audio-player .title {
        flex: 1;
        margin: 0 10px;
        text-align: center;
        font-size: 0.8rem;
    }
}



.one-round-section.storytelling {
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 100 100' fill='%23ffffff'%3e%3cpath d='M90 95a190 190 0 01-80 0 8 8 0 01-5-5 188 188 0 010-80 8 8 0 015-5 190 190 0 0180 0 8 8 0 015 5 188 188 0 010 80 8 8 0 01-5 5z'/%3e%3c/svg%3e");
}
.section-content.stories-container {
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
}
.stories-container .one-story-holder {
    width: 45%;
    height: calc(90vw / 5);
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.one-story-holder .image {
    position: absolute;
    border: 1px solid #000;
    width: calc(90vw / 5);
    height: calc(90vw / 5);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    clip-path: url(#clip-path);
    z-index: 0;
}
.one-story-holder .content {
    position: absolute;
    left: calc(90vw / 5);
    top: 25px;
    width: calc(80vw / 4);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 80%;
    padding: 10px;
    font-weight: bold;
    overflow: hidden;
    overflow-y: scroll;
}
.one-story-holder .content::-webkit-scrollbar {
    width: 0.1em;
}
.one-story-holder .content::-webkit-scrollbar-track {
    background-color: transparent;
}
.one-story-holder .content::-webkit-scrollbar-thumb {
    background-color: #d7eff9;
}
.one-story-holder .story-subcontent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.one-story-holder .subtitle {
    font-family: 'Rama Gothic';
    font-size: 2rem;
    margin-top: -1rem;
}
.section-content.psyopuras-song {
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0px auto;

    .video {
        margin: 0 0%;
    }

    .one-part {
        text-align: center;
        margin-bottom: 20px;
    }
}
.one-round-section {
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 100 100' fill='%23ffffff'%3e%3cpath d='M90 95a190 190 0 01-80 0 8 8 0 01-5-5 188 188 0 010-80 8 8 0 015-5 190 190 0 0180 0 8 8 0 015 5 188 188 0 010 80 8 8 0 01-5 5z'/%3e%3c/svg%3e");
}
.roadmap .section-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 90%;
    margin: 0px auto;
}
.one-roadmap-item .image {
    width: calc(80vw / 6);
    height: calc(80vw / 6);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.roadmap .topjoiner {
    width: 75%;
    position: absolute;
    background: #00b3d2;
    height: 40px;
    top: 40%;
    z-index: 0;
}
.boolish {
    width: 150px;
    margin: 10px auto;
}
@media (max-width: 575.98px) {
    .section-content {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .section-content.video-container {
        display: flex;
        justify-content: space-between;
        margin: 20px auto;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 80%;
    }
    .central_video {
        height: 5vh;
    }
    .one-picture-holder {
        width: calc(90vw / 3);
        height: calc(90vw / 3);
        margin: 0px auto;
        position: relative;
    }
    .section-content .video {
        width: 90%;
        height: 90%;
        margin-bottom: 10px;
    }
    .section-content.albums-container {
        display: flex;
        justify-content: space-between;
        margin: 20px auto;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 95%;
    }
    .albums-container .one-album-holder {
        width: 100%;
        height: 70vw;
        margin-bottom: 20px;
        position: relative;
        display: flex;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 100 100' fill='%23d7eff9'%3e%3cpath d='M90 95a190 190 0 01-80 0 8 8 0 01-5-5 188 188 0 010-80 8 8 0 015-5 190 190 0 0180 0 8 8 0 015 5 188 188 0 010 80 8 8 0 01-5 5z'/%3e%3c/svg%3e");
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    .one-album-holder .content {
        position: absolute;
        left: calc(90vw / 5);
        top: 25px;
        width: calc(90vw / 2);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        height: 80%;
        padding: 10px;
        font-weight: bold;
    }
    .one-album-holder .album-subcontent:first-child {
        display: none;
    }
    .audio-player input[type=range] {
        width: 100px;
        display: none;
    }
    .section-content.stories-container {
        display: flex;
        margin: 20px auto;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 95%;
    }
    .stories-container .one-story-holder {
        width: 90%;
        height: calc(90vw / 1);
        margin-bottom: 20px;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    .one-story-holder .content {
        position: absolute;
        left: calc(90vw / 5);
        top: 25px;
        width: calc(80vw / 2);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        height: 80%;
        padding: 10px;
        font-weight: bold;
        overflow: hidden;
        overflow-y: scroll;
    }
    .section-content.psyopuras-song {
        width: 90%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0px auto;
    }
    .roadmap .topjoiner {
        width: 75%;
        position: absolute;
        background: #00b3d2;
        height: 15px;
        top: 40%;
        z-index: 0;
    }
}