/* -- Landscape - Desktop ver. -- */
@import url("https://fonts.googleapis.com/css?family=Oxanium&display=swap");

@media screen and (orientation: landscape) {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block; }

    body {
    line-height: 1; }

    ol, ul {
    list-style: none; }

    blockquote, q {
    quotes: none; }

    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none; }

    table {
    border-collapse: collapse;
    border-spacing: 0; }

    * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;
    font-feature-settings: "liga" on;
    margin: 0; }

    img.alignright {
    float: right; }

    img.alignleft {
    float: left; }

    img.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto; }

    body {
    background-color: #FFFFFF;
    border-style: none; }

    button {
    color: #000 !important;
    background-color: #0ACF0A;
    color: inherit;
    border-radius: 3.5vh;
    border: 0;
    padding: 2vh 2vw;
    width: fit-content;
    font-weight: 500;
    -webkit-box-shadow: inset -5px -5px 12px rgba(0, 0, 0, 0.25), inset 6px 6px 12px #61F461, 0px 4px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset -5px -5px 12px rgba(0, 0, 0, 0.25), inset 6px 6px 12px #61F461, 0px 4px 2px rgba(0, 0, 0, 0.25);
    } button:hover {
        -webkit-box-shadow: inset 5px 5px 12px rgba(0, 0, 0, 0.25);
        box-shadow: inset 5px 5px 12px rgba(0, 0, 0, 0.25);
    }

    h1 {
    color: #FFFFFF;
    font-size: 4vw;
    font-weight: 600; }

    h2 {
    color: #FFFFFF;
    font-size: 2vw;
    font-weight: 600; }

    h3 {
    color: #FFFFFF;
    font-size: 1.5vw;
    font-weight: 500; }

    .textbox {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 3vw;
    background-color: rgb(30,30,30); /* Fallback color */
    background-color: rgba(30,30,30, 0.5);
    border: 1px solid #000;
    border-radius: 44px;
    z-index: 2;
    padding: 5vh 5vw 2vh;
    text-align: center;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25); 
    }

    body,
    p,
    a,
    a:hover {
    color: #fff; }

    a,
    a:hover {
    text-decoration: none;
    border: none;
    border-style: none;
    box-shadow: none; }

    /* -- Content -- */
    @-webkit-keyframes fadein {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
    @keyframes fadein {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

    @keyframes nav-hover {
        from {
            color: #a5a5a5 }
        to {
            color: #fff; } }

    html {
    background-color: #141414; }

    body.section-page {
    height: 100vh;
    background-color: #141414;
    font-family: 'Oxanium', sans-serif;
    font-weight: 400;
    font-size: 1.15vw;
    line-height: 1;
    color: #FFFFFF;
    background-image: url("../../images/bckg1.webp");
    background-position: center center;
    background-size: cover; }
    body.section-page p {
        color: #FFFFFF;
        line-height: 1.3; }

    .nav-bar {
        position: fixed;
        z-index: 1001;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        gap: 2vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: space-evenly;
                justify-content: space-evenly;
        background-color: rgb(30,30,30); /* Fallback color */
        background-color: rgba(30,30,30, 0.5);
        border: 1px solid #000;
        padding: 5vh 1vw 5vh;
        width: 100vw;
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25); 
    }
    .nav-bar button {
        background-color: #00000000 !important;
        border: none !important;
        box-shadow: none !important;
        width: fit-content;
        font-weight: 400;
        font-size: 1.6vw;
        padding: 0;
        color: #a5a5a5 !important;
    }
    .nav-bar button:focus, .nav-bar button:hover {
        text-decoration: underline;
        color: #FFFFFF !important;
        -webkit-animation: nav-hover 0.5s;
                animation: nav-hover 0.5s;
    }

    .fs-cubic-mc {
    overflow: hidden;
    text-align: center;
    z-index: 100; }
    .fs-cubic-mc .page-content {
        height: 100vh;
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; }
        .fs-cubic-mc .page-content .bg-image {
        height: 100vh;
        width: auto;
        box-shadow: inset 0 0 0 1900px rgba(0, 30, 0, 0.6);

        /* Add the blur effect */
        filter: blur(8px);
        -webkit-filter: blur(8px);

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 170vw;
        }

    .logo {
    position: absolute;
    min-width: 75px;
    min-height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 2vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-animation: fadein 2s;
            animation: fadein 2s; }
    @media (max-width: 100vw) {
        .logo {
        -webkit-align-self: center;
                align-self: center; } }
    .logo img {
        max-width: 15vw;
        height: 20vw; }
    .logo p {
        margin-bottom: 0;
        margin-top: 5vw;
        font-size: 5vw; }

    .about {
    width: 60vw;
    position: absolute;
    top: 155%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-animation: fadein 4s;
            animation: fadein 4s; }
    .about .box-desc {
        width: 80%; }

    .release {
    width: 80vw;
    position: absolute;
    top: 255%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: flex;
    gap: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-animation: fadein 4s;
            animation: fadein 4s; }
    .release .box-desc {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: flex;
        gap: 3vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        width: 80%; }
        .release .box-desc .textbox p {
        font-size: 4vw;
        font-weight: 600;
        }

    .roadmap {
        color: #000;
        width: 60vw;
        position: absolute;
        top: 355%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        gap: 4vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-animation: fadein 4s;
                animation: fadein 4s;
    } .roadmap .box-desc {
        width: fit-content;
    } .roadmap .box-desc .eip-roadmap, .sprints {
        display: flex;
        background-color: transparent;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        border-radius: 34px;
        z-index: 2;
        padding: 0;
        text-align: center;
    }

    .roadmap .eip-roadmap {
        gap: .7vw;
    }

    .roadmap .sprints {
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }

    .roadmap .eip-sprint:hover, .roadmap .eip-release:hover {
        -webkit-box-shadow: inset 0px 0px 10px #005500;
        box-shadow: inset 0px 0px 10px #005500;
    }

    .sprint-date {
        font-weight: 200;
        font-size: .8vw;
    }

    .roadmap .eip-sprint:focus, .roadmap .eip-sprint:active, .roadmap .eip-release:focus, .roadmap .eip-sprint:active {
        -webkit-box-shadow: 0px 0px 10px #61F461;
        box-shadow: 0px 0px 10px #61F461;
    }

    .roadmap .eip-sprint {
        width: 15vw;
        height: 8rem;
        background-color: #0ACF0A;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 0;
        font-weight: 400;
        -webkit-box-shadow: none;
        box-shadow: none;
    } .roadmap .eip-release {
        width: fit-content;
        height: 8rem;
        background-color: #61F461;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 0;
        font-weight: 400;
        -webkit-box-shadow: none;
        box-shadow: none;
    } .eip-release span {
        display: inline-block;
        transform: rotate(-90deg);
    } .roadmap .eip-sprint#beta-growth-hacking {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    } .roadmap .eip-release#launch-metrics-release {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .end-roadmap {
        height: 8rem;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        border-radius: 34px;
        z-index: 2;
        padding: 0;
        text-align: center;
        gap: 0.7vw;
    }

    .end-roadmap #end-roadmap-1 {
        width: 3vw;
        border-radius: 8px;
        height: inherit;
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    }
    .end-roadmap #end-roadmap-2 {
        width: 2vw;
        border-radius: 8px;
        height: inherit;
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    }
    .end-roadmap #end-roadmap-3 {
        width: 1vw;
        border-radius: 8px;
        height: inherit;
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    }
    .end-roadmap #end-roadmap-4 {
        width: 0.5vw;
        border-radius: 8px;
        height: inherit;
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    }

    /* 
    .roadmap-arrow {
        position: relative;
        background-color: #0ACF0A;
        text-align: left;
        border-top-right-radius: 50%;
        z-index: 1;
    }
    .roadmap-arrow:before,
    .roadmap-arrow:after {
        content: '';
        position: absolute;
        background-color: inherit;
    }
    .roadmap-arrow,
    .roadmap-arrow:before,
    .roadmap-arrow:after {
        width:  3.5rem;
        height: 3.5rem;
    }

    .roadmap-arrow {
        transform: rotate(30deg) skewX(-30deg) scale(1,.866);
    }
    .roadmap-arrow:before {
        transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    }
    .roadmap-arrow:after {
        transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    } */

    .who-we-are {
    width: 80vw;
    position: absolute;
    top: 455%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: flex;
    gap: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-animation: fadein 4s;
            animation: fadein 4s; }
    .who-we-are .box-desc {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: flex;
        gap: 3vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        width: 80%; }
        .who-we-are .box-desc {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        gap: 2vw;
        }
        .who-we-are .box-desc .profiles {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        gap: 3vw;
        }
        .who-we-are .box-desc .textbox-special {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        gap: 3vw;
        background-color: rgb(30,30,30); /* Fallback color */
        background-color: rgba(30,30,30, 0.5);
        border: 1px solid #000;
        border-radius: 44px;
        z-index: 2;
        padding: 3vh 3vw 3vh;
        text-align: center;
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        font-size: 1vw;
        }
        .who-we-are .cs-member {
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-align-self: center;
                    align-self: center;
            -webkit-align-items: center;
                    align-items: center;
            gap: 1.5vw;
        }
        .who-we-are .cs-member .cs-member-pp {
            background-color: #00000000;
            color: inherit;
            width: 5vw;
            height: 5vw;
            background-size: 5vw;
            border: 1px solid #000;
            border-radius: 100px;
            box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 0 0 1000px rgba(30, 30, 30,.8);
        }
        .who-we-are .cs-member .cs-member-pp:hover {
            width: 5vw;
            height: 5vw;
            background-size: 5vw;
            border: 1px solid #000;
            border-radius: 100px;
            box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        }
        .who-we-are .cs-member .cs-member-pp:focus {
            width: 5vw;
            height: 5vw;
            background-size: 5vw;
            border: 1px solid #000;
            border-radius: 100px;
            box-shadow: 0px 0px 1.5vw #0acf0acc;
        }
        .who-we-are .cs-member .cs-member-pseudo {
            background-color: rgb(30,30,30); /* Fallback color */
            background-color: rgba(30,30,30, 0.5);
            border: 1px solid #000;
            border-radius: 44px;
            z-index: 2;
            padding: 1.5vh 1.5vw 1.5vh;
            text-align: center;
            box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
            font-size: 0.8vw;
        }
        .who-we-are .box-desc .textbox-github {
            position: relative;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: start;
                align-items: flex-start;
        gap: 1.5vw;
        background-color: rgb(30,30,30); /* Fallback color */
        background-color: rgba(30,30,30, 0.5);
        border: 1px solid #000;
        border-radius: 54px;
        z-index: 2;
        padding: 3vh 2vw 3vh;
        text-align: left;
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        }
        .who-we-are .github-name {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        gap: 1vw;
        font-size: 1.1vw;
        font-weight: 600;
        }
        .lang-github {
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-align-items: center;
                    align-items: center;
            gap: 0.5vw;
        }
        .who-we-are .public-tag {
        background-color: rgb(30,30,30); /* Fallback color */
        background-color: rgba(30,30,30, 0.5);
        border: 1px solid #000;
        border-radius: 44px;
        text-align: center;
        font-size: 0.7vw;
        font-weight: 300 !important;
        padding: 0.9vh 0.9vw 0.9vh;
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        }
        .who-we-are .github-desc, .lang-github {
        font-size: 0.8vw;
        }
        .who-we-are .icon-github {
            width: 1vw;
            height: 1.3vw;
            background-size: 1vw;
            background-repeat: no-repeat;
            background-image: url("../../images/icon-repo.png");
        }
        .who-we-are .lang-dot {
            background-color: #0ACF0A;
            width: 0.8vw;
            height: 0.8vw;
            border-radius: 100%;
        }
        .who-we-are .github-btn {
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
            -webkit-align-self: center;
                    align-self: center;
            position: absolute;
            bottom: -3vh;
            color: #000;
        }

    .news-blog {
        width: 80vw;
        position: absolute;
        top: 555%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: flex;
        gap: 4vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-animation: fadein 4s;
                animation: fadein 4s; }
        .news-blog .box-desc {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: flex;
        gap: 3vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        width: 80%; }

    footer {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 2vw;
    padding: 2vw;
    line-height: 1.5;
    -webkit-animation: fadein 8s;
            animation: fadein 8s;
    }

    footer h1 {
        color: #FFFFFF;
        font-size: 1.5vw;
        font-weight: 500;
    }

    .flex-contact {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        gap: 2vw;
        line-height: 1.5;
    }

    .v-div {
        background-color: #FFFFFF;
        width: .05vw;
        height: 10vh;
    }

    i {
        width: 1vw;
        height: auto;
    }

    .credit p.contact {
    font-size: 1vw;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.7;
    }

    .credit .copyright {
    font-size: 1vw;
    opacity: 0.6; }
}

/* -- Portrait - Mobile ver. -- */
@media screen and (orientation: portrait) {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block; }

    body {
    line-height: 1; }

    ol, ul {
    list-style: none; }

    blockquote, q {
    quotes: none; }

    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none; }

    table {
    border-collapse: collapse;
    border-spacing: 0; }

    * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;
    font-feature-settings: "liga" on;
    margin: 0; }

    img.alignright {
    float: right; }

    img.alignleft {
    float: left; }

    img.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto; }

    body {
    background-color: #FFFFFF;
    border-style: none; }

    button {
    color: #000 !important;
    background-color: #0ACF0A;
    color: inherit;
    border-radius: 3.5vw;
    border: 0;
    padding: 2vw 2vh;
    width: fit-content;
    font-weight: 500;
    -webkit-box-shadow: inset -5px -5px 12px rgba(0, 0, 0, 0.25), inset 6px 6px 12px #61F461, 0px 4px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset -5px -5px 12px rgba(0, 0, 0, 0.25), inset 6px 6px 12px #61F461, 0px 4px 2px rgba(0, 0, 0, 0.25);
    } button:hover {
        -webkit-box-shadow: inset 5px 5px 12px rgba(0, 0, 0, 0.25);
        box-shadow: inset 5px 5px 12px rgba(0, 0, 0, 0.25);
    }

    h1 {
    color: #FFFFFF;
    font-size: 4vh;
    font-weight: 600; }

    h2 {
    color: #FFFFFF;
    font-size: 2vh;
    font-weight: 600; }

    h3 {
    color: #FFFFFF;
    font-size: 1.5vh;
    font-weight: 500; }

    .textbox {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 3vw;
    background-color: rgb(30,30,30); /* Fallback color */
    background-color: rgba(30,30,30, 0.5);
    border: 1px solid #000;
    border-radius: 22px;
    z-index: 2;
    padding: 2vh 2vh 2vw;
    text-align: center;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25); 
    }

    body,
    p,
    a,
    a:hover {
    color: #fff; }

    a,
    a:hover {
    text-decoration: none;
    border: none;
    border-style: none;
    box-shadow: none; }

    /* -- Content -- */
    @-webkit-keyframes fadein {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
    @keyframes fadein {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

    @keyframes nav-hover {
        from {
            color: #a5a5a5 }
        to {
            color: #fff; } }

    html {
    background-color: #141414; }

    body.section-page {
    height: 100vh;
    background-color: #141414;
    font-family: 'Oxanium', sans-serif;
    font-weight: 400;
    font-size: 1.15vh;
    line-height: 1;
    color: #FFFFFF;
    background-image: url("../../images/bckg1.png");
    background-position: center center;
    background-size: cover; }
    body.section-page p {
        color: #FFFFFF;
        line-height: 1.3; }

    .nav-bar {
        position: fixed;
        z-index: 1001;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        gap: 2vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: space-evenly;
                justify-content: space-evenly;
        background-color: rgb(30,30,30); /* Fallback color */
        background-color: rgba(30,30,30, 0.5);
        border: 1px solid #000;
        padding: 5vw 1vh 5vw;
        width: 100vw;
        min-height: 10vh;
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25); 
    }
    .nav-bar button {
        background-color: #00000000 !important;
        border: none !important;
        box-shadow: none !important;
        width: fit-content;
        font-weight: 400;
        font-size: 1.6vh;
        padding: 0;
        color: #a5a5a5 !important;
        display: inline-block;
        transform: rotate(-90deg);
    }
    .nav-bar button:focus, .nav-bar button:hover {
        text-decoration: underline;
        color: #FFFFFF !important;
        -webkit-animation: nav-hover 0.5s;
                animation: nav-hover 0.5s;
    }

    .fs-cubic-mc {
    overflow: hidden;
    text-align: center;
    z-index: 100; }
    .fs-cubic-mc .page-content {
        height: 100vh;
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; }
        .fs-cubic-mc .page-content .bg-image {
        height: 100vh;
        width: auto;
        box-shadow: inset 0 0 0 1900px rgba(0, 30, 0, 0.6);

        /* Add the blur effect */
        filter: blur(8px);
        -webkit-filter: blur(8px);

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: 170vw;
        }

    .logo {
    position: absolute;
    min-width: 75px;
    min-height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 2vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-animation: fadein 2s;
            animation: fadein 2s; }
    @media (max-width: 100vw) {
        .logo {
        -webkit-align-self: center;
                align-self: center; } }
    .logo img {
        max-width: 15vw;
        max-height: 20vw;
        width: auto;
        height: auto; }
    .logo p {
        margin-bottom: 0;
        margin-top: 5vw;
        font-size: 5vw; }

    .about {
    width: 90vw;
    position: absolute;
    top: 155%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-animation: fadein 4s;
            animation: fadein 4s; }
    .about .box-desc {
        width: 100%; }

    .release {
    width: 100vw;
    position: absolute;
    top: 255%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: flex;
    gap: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-animation: fadein 4s;
            animation: fadein 4s; }
    .release .box-desc {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: flex;
        gap: 3vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        width: 80%; }
        .release .box-desc .textbox p {
        font-size: 4vw;
        font-weight: 600;
        }

    .roadmap {
        color: #000;
        width: 60vw;
        position: absolute;
        top: 355%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        gap: 4vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-animation: fadein 4s;
                animation: fadein 4s;
    } .roadmap .box-desc {
        width: fit-content;
    } .roadmap .box-desc .eip-roadmap, .sprints {
        display: flex;
        background-color: transparent;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        border-radius: 24px;
        z-index: 2;
        padding: 0;
        text-align: center;
    }

    .roadmap .eip-roadmap {
        gap: .7vw;
    }

    .roadmap .sprints {
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }

    .roadmap .eip-sprint:hover, .roadmap .eip-release:hover {
        -webkit-box-shadow: inset 0px 0px 10px #005500;
        box-shadow: inset 0px 0px 10px #005500;
    }

    .sprint-date {
        font-weight: 200;
        font-size: .8vh;
    }

    .roadmap .eip-sprint:focus, .roadmap .eip-sprint:active, .roadmap .eip-release:focus, .roadmap .eip-sprint:active {
        -webkit-box-shadow: 0px 0px 10px #61F461;
        box-shadow: 0px 0px 10px #61F461;
    }

    .roadmap .eip-sprint {
        width: 15vw;
        height: 8rem;
        background-color: #0ACF0A;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 0;
        font-weight: 400;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: flex;
        box-shadow: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    } .roadmap .eip-release {
        width: fit-content;
        height: 8rem;
        background-color: #61F461;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 0;
        font-weight: 400;
        -webkit-box-shadow: none;
        box-shadow: none;
    } .roadmap span {
        display: inline-block;
        transform: rotate(-90deg);
    } .roadmap .eip-sprint#beta-growth-hacking {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    } .roadmap .eip-release#launch-metrics-release {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .end-roadmap {
        height: 8rem;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        border-radius: 34px;
        z-index: 2;
        padding: 0;
        text-align: center;
        gap: 0.7vw;
    }

    .end-roadmap #end-roadmap-1 {
        width: 3vw;
        border-radius: 8px;
        height: inherit;
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    }
    .end-roadmap #end-roadmap-2 {
        width: 2vw;
        border-radius: 8px;
        height: inherit;
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    }
    .end-roadmap #end-roadmap-3 {
        width: 1vw;
        border-radius: 8px;
        height: inherit;
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    }
    .end-roadmap #end-roadmap-4 {
        width: 0.5vw;
        border-radius: 8px;
        height: inherit;
        background-color: #0ACF0A;
        -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    }

    .who-we-are {
    width: 90vw;
    position: absolute;
    top: 455%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: flex;
    gap: 4vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-animation: fadein 4s;
            animation: fadein 4s; }
    .who-we-are .box-desc {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: flex;
        gap: 3vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        width: 100%; }
        .who-we-are .box-desc {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        gap: 2vh;
        }
        .who-we-are .box-desc .profiles {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        flex-wrap: wrap;
        gap: 8vw;
        }
        .who-we-are .box-desc .textbox-special {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        gap: 3vw;
        background-color: rgb(30,30,30); /* Fallback color */
        background-color: rgba(30,30,30, 0.5);
        border: 1px solid #000;
        border-radius: 22px;
        z-index: 2;
        padding: 3vw 3vh 3vw;
        text-align: center;
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        font-size: 1.3vh;
        }
        .who-we-are .cs-member {
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-align-self: center;
                    align-self: center;
            -webkit-align-items: center;
                    align-items: center;
            gap: 1.5vh;
        }
        .who-we-are .cs-member .cs-member-pp {
            background-color: #00000000;
            color: inherit;
            width: 7vh;
            height: 7vh;
            background-size: 7vh;
            border: 1px solid #000;
            border-radius: 50px;
            box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 0 0 1000px rgba(30, 30, 30,.8);
        }
        .who-we-are .cs-member .cs-member-pp:hover {
            width: 7vh;
            height: 7vh;
            background-size: 7vh;
            border: 1px solid #000;
            border-radius: 50px;
            box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        }
        .who-we-are .cs-member .cs-member-pp:focus {
            width: 7vh;
            height: 7vh;
            background-size: 7vh;
            border: 1px solid #000;
            border-radius: 100px;
            box-shadow: 0px 0px 1.5vw #0acf0acc;
        }
        .who-we-are .cs-member .cs-member-pseudo {
            background-color: rgb(30,30,30); /* Fallback color */
            background-color: rgba(30,30,30, 0.5);
            border: 1px solid #000;
            border-radius: 22px;
            z-index: 2;
            padding: 1.5vw 1vh 1.5vw;
            text-align: center;
            box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
            font-size: 2.5vw;
        }
        .who-we-are .box-desc .textbox-github {
            position: relative;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-align-self: center;
                    align-self: center;
            -webkit-align-items: start;
                    align-items: flex-start;
            gap: 1.5vw;
            background-color: rgb(30,30,30); /* Fallback color */
            background-color: rgba(30,30,30, 0.5);
            border: 1px solid #000;
            border-radius: 15px;
            z-index: 2;
            padding: 1.5vh 4vw;
            text-align: left;
            box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
            font-size: 1.2vh;
        }
        .who-we-are .github-name {
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-align-items: center;
                    align-items: center;
            gap: 1vw;
            font-size: 1.2vh;
            font-weight: 600;
        }
        .lang-github {
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-align-items: baseline;
                    align-items: baseline;
            gap: 0.5vw;
            font-size: 1.1vh;
        }
        .who-we-are .public-tag {
        background-color: rgb(30,30,30); /* Fallback color */
        background-color: rgba(30,30,30, 0.5);
        border: 1px solid #000;
        border-radius: 8px;
        text-align: center;
        font-size: 0.9vh;
        font-weight: 300 !important;
        padding: 1.4vw 0.9vh 0.9vw;
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
        }
        .who-we-are .icon-github {
            width: 1vh;
            height: 1.3vh;
            background-size: 1vh;
            background-repeat: no-repeat;
            background-image: url("../../images/icon-repo.png");
        }
        .who-we-are .lang-dot {
            background-color: #0ACF0A;
            width: 0.8vh;
            height: 0.8vh;
            border-radius: 100%;
        }
        .who-we-are .github-btn {
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                    flex: 1 1 auto;
            -webkit-align-self: center;
                    align-self: center;
            position: absolute;
            bottom: -1.5vh;
            color: #000;
        }

    .news-blog {
        width: 80vw;
        position: absolute;
        top: 555%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: flex;
        gap: 4vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-animation: fadein 4s;
                animation: fadein 4s; }
        .news-blog .box-desc {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        display: flex;
        gap: 3vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: center;
                align-self: center;
        -webkit-align-items: center;
                align-items: center;
        width: 80%; }

    footer {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 2vw;
    padding: 2vw;
    line-height: 1.5;
    -webkit-animation: fadein 8s;
            animation: fadein 8s;
    }

    footer h1 {
        color: #FFFFFF;
        font-size: 1.5vh;
        font-weight: 500;
    }

    .flex-contact {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-self: flex-start;
                align-self: flex-start;
        -webkit-align-items: center;
                align-items: center;
        gap: 3vh;
        margin-left: 22vw;
        line-height: 1.5;
    }

    .v-div {
        background-color: #FFFFFF;
        width: .05vw;
        height: 15vh;
    }

    i {
        font-size: 2vh;
        width: 2vh;
        height: 2vh;
    }

    .credit p.contact {
        font-size: 1vh;
        font-weight: 200;
        line-height: 1;
        margin-bottom: 1vh;
        opacity: 0.7;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .credit .copyright {
    margin-top: 1vh;
    font-size: 1vh;
    opacity: 0.6; }
}