/*@import url("fonts/opensans.css?family=Open+Sans:400,400i,700");*/
@import url("fonts/cfastypro-book-webfont/cfastypro-book-webfont.css");
@import url("fonts/cfastypro-medium-webfont/cfastypro-medium-webfont.css");

body {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    overflow: hidden;
    font-family: "cf_asty_promedium", sans-serif;
}


/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #fff;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #0e0e0e;
    height: 6.9vh;
}

/* Links inside the navbar */
.navbar a {
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    margin-top: 0.6em;
    height: 3vh;
    margin-left: 1vw;
    padding: 0.3em;
    /*position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);*/
}

#mainLink {
    width: 0;
    background: none;
}

.mainLink {
    overflow: hidden;
    background-color: #fff;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #0e0e0e;
    height: 6.9vh;
}

/* Change background on mouse-over */
.navbar a:hover {
    /*background: #ddd;*/
    background: none;
    color: black;
}

/* Main content */
.main {
    margin-top: 7vh;
    padding: 0;
}

iframe {
    height: 100vh;
    width: 100vw;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-image: none;
    overflow: unset;
    font-family: "cf_asty_promedium", sans-serif;
}

.menu-logo-pull-right {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 2.3em;
}

.image-button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: transparent;
    text-shadow: none;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: transparent;
    margin: 0;
    /*padding: 1px 6px;*/
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-image: initial;
    border-radius: 5px;
}

.image-button:hover {
    cursor: pointer;
}

.category-button {
    z-index: 10;
    position: fixed;
    top: 8vh;
    right: 5vw;
    display: none;
    border-radius: 50px;
}

.category-button:hover {
    cursor: pointer;
    box-shadow: -1px -1px 19px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px -1px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px -1px 19px 0px rgba(0, 0, 0, 0.75);
}

.category-button-image {
    height: 2.5rem;
}

::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

#sideNavBackground {
    width: 100vw;
    height: 93vh;
    background: #00000075;
    position: fixed;
    top: 7vh;
    left: 48.5vw;
    /*pointer-events: none;*/
    transition: 0.5s;
}

.sidenav {
    height: 93vh;
    position: fixed;
    z-index: 20;
    top: 7vh;
    left: -1vh;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    border-left: 1px solid;
    border-top: 1px solid black;
    border-bottom: 1px solid;
    border-right: 1px solid black;
    width: 49vw;
    padding-top: 0;
}

.sidenav a {
    text-decoration: none;
    font-size: 1em;
    color: black;
    display: block;
    transition: 0.3s;
    float: unset;
    text-align: left;
    margin-left: 3em;
    width: fit-content;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.sidenav a:hover {
    background: #eaeaea;
}

.sidenav .sidenavCloseButton {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    height: 4vh;
    margin-top: 1vh;
}

.sidenav .sidenavTitle {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    margin-right: 50px;
    margin-top: 2.5vh;
}

.section-description {
    color: #818181;
    margin-bottom: 0;
    padding-left: 2em;
    text-align: left;
}

hr {
    /*margin-top: 3vh;*/
    /*margin-bottom: 3vh;*/
}

.mainLinkImage {
    width: 1.2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
}

.mainLinkText {
    position: absolute;
    left: 2.6em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
}

.mainContentSection {
    width: 100vw;
}

.col4 {
    min-width: 33vw;
    width: 33vw;
    text-align: center;
    height: 6vh;
    padding-top: 3vh;
}

.col4:hover {
    cursor: pointer;
}

.mainContentSectionImage {
    height: 12vh;
    max-width: 30vw;
}

.mainContentSectionText {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
}

.mainContentSectionArrow {
    height: 2.5rem;
}

table {
    background: transparent;
    border: none;
    border-spacing: 0;
}

tbody {
    background: transparent;
    border: none;
    border-spacing: 0;
}

.openSceneRow {
    background: #d7d7d79c;
}

.welcomeImage {
    display: block;
    object-fit: contain;
    height: 42vh;
    margin: 1em auto;
    padding-left: 1em;
    padding-right: 1em;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
}

.welcomeTitle {
    line-height: 1em;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 5vh;
}

.welcomeSubTitle {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 400;
    font-size: 0.8em;
    margin-bottom: 5vh;
}

.welcomeStart {
    width: 50vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.3em;
}

.welcomeStartButton {
    cursor: pointer;
    height: 3.6rem;
    background: #008EAA;
    width: 14em;
    color: white;
    font-size: .8em;

    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    text-shadow: none;
    text-align: center;
    align-items: flex-start;
    box-sizing: border-box;
    margin: 0;
    /*padding: 1px 6px;*/
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-image: initial;
    border-radius: 5px;

}

.welcomeStartButton:hover {
    background: #00a8c9;
}

.slider:hover {
    background: #3d3d3d !important;
}

.mainLinkText:hover {
    color: #007d96 !important;
}

.buildingImage {
    /*
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 80vh;
    */
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    left: 50%;
    /*-webkit-animation: fadeOut 4s forwards normal ease-out;
    animation: fadeOut 4s forwards normal ease-out;*/
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.buildingImagesWrapper {
    position: relative;
    width: 100vw;
    height: 95vh;
}

.buildingImage1 {
    display: none;
    width: 33%;
    z-index: 80;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.buildingImage2 {
    display: none;
    width: 33%;
    z-index: 81;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buildingImage3 {
    z-index: 82;
    position: absolute;
    top: 42%;
    left: 41%;
    transform: translate(-50%, -50%);
    /*-webkit-animation: image3GoPosition 4s forwards normal ease-out;
    animation: image3GoPosition 4s forwards normal ease-out;*/
    transform: scale(1);

}

@-webkit-keyframes image3GoPosition {
    0% {
        top: 42%;
        left: 41%;
    }
    100% {
        top: 10vh;
        left: 16vw;
    }
}

@keyframes image3GoPosition {
    0% {
        top: 42%;
        left: 41%;
    }
    100% {
        top: 10vh;
        left: 16vw;
    }
}

.buildingImage4 {
    display: none;
    width: 33%;
    z-index: 83;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buildingImage5 {
    display: none;
    width: 6%;
    z-index: 84;
    position: absolute;
    top: 53%;
    left: 43%;
    transform: translate(-50%, -50%);
}

.buildingVideo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 80vh;
}


.lds-background {
    background: #000000e6;
    z-index: 100;
    position: absolute;
    width: 100vw;
    height: 95vh;
    left: 0;
    top: 7vh;
}

.lds-ring-text {
    text-align: center;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 48%;
    color: white;
    font-size: 1.3em;
}

.lds-ring {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    top: 45%;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.scene-disabled {
    pointer-events: none;
    opacity: 0.5;
}

#topNavCenter {
    /*
    V1
    text-align: center;
    width: 30vw;
    position: absolute;
    z-index: 99999;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    height: 3vh;
    margin-top: 1vh;
    */

    text-align: center;
    width: 30vw;
    z-index: 99999;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);

}

.topNavCenterElements {
    color: #008EAA;
    position: relative;
    width: auto;
    /*margin-top: 1vh;*/
    display: block;
    background: none;
}

.aSection {
    font-family: 'cf_asty_probook';
    margin-left: .2em;
    margin-right: .2em;
    padding: .3em;
    border-radius: 2px;
    padding-right: 0.6em;
    padding-left: 0.6em;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.07999999821186066px;
    text-align: center;
}

.selectedSection {
    background: #008EAA;
    color: white;
}

.open-scene {
    cursor: pointer;
}

.open-scene:hover {
    background: #eaeaea;
    /*color: white;*/
    /*-webkit-box-shadow: 0px 0px 26px 0px rgba(121,191,187,1);*/
    /*-moz-box-shadow: 0px 0px 26px 0px rgba(121,191,187,1);*/
    /*box-shadow: 0px 0px 26px 0px rgba(121,191,187,1);*/
}

.beginTourButtonClass {
    /*-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);*/
}

.beginTourButtonClass:hover {
    background: none;
    /*-webkit-box-shadow: 0px 0px 26px 0px rgba(121,191,187,1);*/
    /*-moz-box-shadow: 0px 0px 26px 0px rgba(121,191,187,1);*/
    /*box-shadow: 0px 0px 26px 0px rgba(121,191,187,1);*/
}

.mainLinkText {
    color: #008EAA;
}

.mainLinkStatic {
    pointer-events: none;
    color: black;
    font-size: 1em;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.noEvents {
    pointer-events: none;
}

.section-image-floor {
    padding: 0.1em 0.1em 1em;
    margin: 2vh 0 2vh 1vw;
    height: 13vh;
    position: relative;
    display: block;
}

.section-floor-number {
    font-size: 3em;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.section-image-floor-img {
    width: 36vw;
    float: left;
    margin-left: 3vw;
}

.innerSection {
    color: black;
}

/*****************************/
/* MESSAGE BOX RELATED CLASS */
/*          (START)          */
/*****************************/
.msgbox-area {
    max-height: 100%;
    position: fixed;
    bottom: 15px;
    left: 20px;
    right: 20px;
}

.msgbox-area .msgbox-box {
    font-size: inherit;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 18px 20px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.65);
    transition: opacity 300ms ease-in;
}

.msgbox-area .msgbox-box.msgbox-box-hide {
    opacity: 0;
}

.msgbox-area .msgbox-box:last-child {
    margin: 0;
}

.msgbox-area .msgbox-content {
    flex-shrink: 1;
}

.msgbox-area .msgbox-close {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 0 20px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    transition: text-shadow 225ms ease-out;
}

.msgbox-area .msgbox-close:hover {
    text-shadow: 0 0 3px #efefef;
}

@media (min-width: 481px) and (max-width: 767px) {
    .msgbox-area {
        left: 80px;
        right: 80px;
    }
}

@media (min-width: 768px) {
    .msgbox-area {
        width: 480px;
        height: 0;
        top: 8vh;
        left: auto;
        right: 15px;
    }
}

/*****************************/
/* MESSAGE BOX RELATED CLASS */
/*           (END)           */
/*****************************/
body {
    /*font-family: "Open Sans", sans-serif;*/
}

.msgbox-area {
    font-size: 16px;
}

.msgbox-message-container {
    text-align: center;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.msgbox-message-container h1, .msgbox-message-container h3 {
    margin: 10px 20px;
}

.msgbox-message-container p {
    margin: 5px 20px;
}

.msgbox-message-button {
    font-size: 18px;
    font-weight: bold;
    font-family: 'cf_asty_probook';
    color: white;
    background-color: #1476ff;
    width: 250px;
    border: solid 2px #005de0;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 5px #005de0;
    transition: background-color 100ms ease-out, box-shadow 100ms ease-out, transform 100ms ease-out;
}

.msgbox-message-button:hover, .msgbox-message-button:focus, .msgbox-message-button:active {
    background-color: #2e85ff;
}

.msgbox-message-button:active {
    background-color: #0068fa;
    box-shadow: 0 0 #005de0;
    transform: translateY(5px);
}

.guide-buttons {
    /*visibility: hidden;*/
    display: none;
    /*padding-top: 6em;*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    position: fixed;
    width: 52vw;
    text-align: center;
    left: 50%;
    bottom: 1vh;
    transform: translateX(-50%);
    border-radius: 5px;
    background: #62626263;
    /*background: #cfcfcf14;*/
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(121,191,187,.5);*/
    /*-moz-box-shadow: 0px 0px 5px 0px rgba(121,191,187,.5);*/
    /*box-shadow: 0px 0px 5px 0px rgba(121,191,187,.5);*/
}

.guide-button-container {
    text-align: center;
    width: 24%;
    display: inline-flex;
    margin-top: 1vh;
}

.guide-button-image {
    margin-left: 18%;
}

.guide-button-text {
    font-family: 'cf_asty_probook';
    margin-left: 6%;
    color: #d5d5d5;
    padding-top: 1.2vh;
}

.guideText {
    font-family: 'cf_asty_probook';
    color: #d5d5d5;
    height: 9vh;
    white-space: normal;
}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 90vw;
    height: 80vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    left: 5vw;
    top: 8vh;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 0;
    border: 0;
    overflow: hidden;
}

/* The Close Button */
.close {
    float: right;
    font-size: 3em;
    font-weight: bold;
    margin-right: 2vw;
    position: absolute;
    right: 2vw;
    top: 1vh;
    width: 1em;
    height: 0.5em;
    padding: 0.5em;
    z-index: 999999;
    color: black;
    background: white;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    background: white;
}

#detailsFrame {
    height: 90vh;
    width: 90vw;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-image: none;
    overflow: unset;
    margin: 0;
    padding: 0;
}


.switch {
    position: relative;
    display: inline-block;
    width: 7em;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #008EAA;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(5.6em);
    -ms-transform: translateX(5.6em);
    transform: translateX(5.6em);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: 'cf_asty_probook';
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 2px;
}

.slider.round:before {
    border-radius: 50%;
}

body {
    /*font-family: "cf_asty_probook";*/
    font-family: "cf_asty_promedium";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.07999999821186066px;
    text-align: center;

}

#rightClickBack {
    cursor: pointer;
}

#rightClickBack:hover {
    background: #d7d7d7;
}

.footerCopyright {
    position: fixed;
    bottom: 0;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    right: 0;
    font-size: .7em;
    color: #484848;
    line-height: 1em;
    /*background: #9b9b9b47;*/
    padding: 3px;
}

.codeStyle {
    font-weight: bold;
    color: #000000;
    text-transform: none;
}

.visionStyle {
    font-weight: bold;
    color: #5CBBC7;
    text-transform: none;
}

.pcStyle {
    font-weight: normal;
    color: #484848;
    text-transform: none;
}

.section-click > span {
    padding-left: .2em;
}

@media (orientation: portrait) {
    @media only screen and (max-width: 1399px) {
        .langFlag {
            width: 3.4em !important;
        }

        .mainLinkImage {
            width: 2em;
        }

        .mainLinkText {
            left: 2.6em;
            font-size: 1.5em;
        }

        .mainLinkStatic {
            left: 1em;
        }

        .section-image-floor {
            padding: 1.1em 0.1em 0;
            margin: 2vh 0 2vh 0;
            height: 5vh;
            position: relative;
            display: block;
        }

        .section-floor-number {
            font-size: 5em;
            text-align: left;
            position: absolute;
            top: 50%;
            left: 2%;
            transform: translateY(-50%);
        }

        .section-image-floor-img {
            width: 70vw;
            position: absolute;
            left: 4em;
            top: 0;
        }

        .sectionSVG {
            transform: scale(1.5);
        }

        hr {
            margin: 3em;
        }

        /*.mainLinkStatic {
            pointer-events: none;
            color: black;
            font-size: 1.5em;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }*/
        .welcomeImage {
            display: block;
            margin-left: auto;
            margin-right: auto;
            object-fit: contain;
            height: 32vh;
            padding-top: 2em;
            margin-bottom: 2em;
        }


        .welcomeTitle {
            width: 80vw;
            font-size: 1.7em;
            line-height: 1.6em;
        }


        .welcomeSubTitle {
            width: 80vw;
            font-size: 1.0em;
        }

        .welcomeStartButton {
            height: 5.6rem;
        }

        .welcomeStart {
            display: unset;
            font-size: 2em;
        }

        .navbar a {
            font-size: 1.5em;

        }

        .section-click {
            font-size: 2em !important;
            line-height: 1em;
        }

        .section-description {
            font-size: 1.6rem;
            line-height: 1.2em;
            padding-left: 1.5em;
        }

        .menu-logo-pull-right {
            display: none;
        }

        #topNavCenter {
            z-index: 99999;
            right: 2%;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            width: auto;
            text-align: right;
            font-size: 1.3em !important;
        }

        .mobilenav a {
            margin-top: 0.5em !important;
            padding-bottom: 0.5em;
        }

        .sidenav {
            left: 0;
        }

    }
}

@media (orientation: landscape) {
    @media only screen and (max-width: 1400px) {

        .section-image-floor {
            padding: 0.1em 0.1em 1em;
            margin: 4vh 0 4vh 1vw;
            height: 25vh;
            position: relative;
            display: block;
        }

        .section-floor-number {
            font-size: 3em;
            text-align: left;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        .section-image-floor-img {
            width: 60vw;
            float: left;
            margin-left: 2em;
        }

        .section-description {
            font-size: 1.6rem;
            line-height: 1.2em;
            padding-left: 1.5em;
        }

        .unity-mobile #unity-canvas {
            width: 100%;
            height: 90% !important;
        }

        .main {
            height: 91vh;
            overflow: auto;
            margin-top: 7vw;
        }

        .navbar {
            height: 6.9vw;
        }

        .menu-logo-pull-right {
            height: 3vw;
        }

        .welcomeTitle {
            line-height: unset;
            width: unset;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            font-weight: 200;
            font-size: .9em;
            display: block;
            margin-bottom: .5em;
        }

        .welcomeSubTitle {
            line-height: unset;
            width: unset;
            display: unset;
            margin-bottom: .1em;
            font-size: .6em;
        }

        .welcomeImage {
            height: 33vh;
            padding-top: 0.3em;
        }

        #unityFrame {
            height: 90vh;
            width: 100vw;
        }

        .navbar a {
        }

        .sidenav {
            top: 7vw;
        }

        #sideNavBackground {
            top: 7vw;
        }

        .welcomeStart {
            font-size: 1.0em;
        }

        .welcomeStartButton {
            height: 2.6rem;
        }

        .mobilenav a {
            padding-top: 1.2em !important;
        }
    }
}


@media only screen and (max-width: 1400px) {
    .langFlag {
        width: 3em !important;
    }

    .aSection {
        font-size: 1.5em;
    }
    .guide-buttons {
        width: 80vw;
        height: 14vh;
    }
    .switch {
        position: relative;
        display: inline-block;
        width: 11em;
        height: 2em;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 1em;
        width: 1em;
        left: 1.3em;
        bottom: 0.5em;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(7.6em);
        -ms-transform: translateX(7.6em);
        transform: translateX(7.6em);
    }

    .on, .off {
        font-size: 1em;
    }
}

.welcomeScene {
    height: 100vh;
    overflow: auto;
}

.loadingText {
    font-size: 1.5em;
    font-family: "cf_asty_promedium", sans-serif;
}

.toggleLang {
    position: absolute;
    left: 1%;
    bottom: 0;
    display: none;
}

.langFlag {
    margin-left: 0.4em;
    object-fit: contain;
    width: 1.4em;
    opacity: .5;
    cursor: pointer;
}

.active {
    opacity: 1;
}

.langFlag:hover {
    opacity: 1;
}
