@font-face {
    font-family: 'Technika';
    src: url('/assets/fonts/technika-bold.eot');
    src: url('/assets/fonts/technika-bold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/technika-bold.woff2') format('woff2'),
    url('/assets/fonts/technika-bold.woff') format('woff'),
    url('/assets/fonts/technika-bold.ttf') format('truetype'),
    url('/assets/fonts/technika-bold.svg#fonts/technikabold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Technika';
    src: url('/assets/fonts/technika-regular.eot');
    src: url('/assets/fonts/technika-regular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/technika-regular.woff2') format('woff2'),
    url('/assets/fonts/technika-regular.woff') format('woff'),
    url('/assets/fonts/technika-regular.ttf') format('truetype'),
    url('/assets/fonts/technika-regular.svg#fonts/technikaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Technika';
    src: url('/assets/fonts/technika-light.eot');
    src: url('/assets/fonts/technika-light.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/technika-light.woff2') format('woff2'),
    url('/assets/fonts/technika-light.woff') format('woff'),
    url('/assets/fonts/technika-light.ttf') format('truetype'),
    url('/assets/fonts/technika-light.svg#fonts/technikalight') format('svg');
    font-weight: 100;
    font-style: normal;
}

:root {
    --border-size: 10px;
    --border-color1: rgba(162, 173, 0, 0.85);
    --border-color2: rgba(162, 173, 0, 0);
}

html {
    -ms-content-zooming: none;
    background-color: #F0AB00;
    font-family: "Technika";
    color: white;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    touch-action: pan-y;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,h2,h3 {
    color: black;
}

.preloader {
    width: 100vw;
    height: 100vh;
    background-color: #f0ab00;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    transition: opacity 0.5s;
    font-size: 70px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.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);
    }
}

.canvas {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    margin: 0;
    z-index: -4;
}

.bubble {
    position: fixed;
    left:-2000px;
    top:100px;
    background: #f0ab00;
    text-align: center;
    max-width: 300px;
    min-width: 150px;
    padding: 0 20px 20px 20px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 0;
    filter: drop-shadow(7px 7px 8px rgba(0, 0, 0, 0.2));
}

.bubble p {
    font-size: 17px;
}

.bubble:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #f0ab00;
    margin-left: -15px;
}

#dark {
    position: fixed;
    width: 100%;
    display: none;
    background: rgba(0,0,0,0.0);
    z-index: 999999;
    padding: 8vh 0px 8vh 0px;
    min-height: 84vh;
}

#dark.visible {
    background: rgba(0,0,0,0.7);
    display: block;
    z-index: 999999;
}

button {
    color: white;
    background: transparent;
    border: 1px solid white;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    cursor: pointer;
    font-family: "Technika";
}

.nonselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 63px;
    width: 100vw;
    background: #f0ab00;
    z-index: -2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 2px solid #F7C850;
}

.menu .left {
    float: left;
    width: auto;
}

.menu .right {
    float: right;
}

.menu-icon {
    margin-left: 5px;
}

.menu .left .logo {
    width: auto;
    height: 76px;
    float: left;
}

.menu .left .logo img {
    height: 49px;
    margin: 8px 20px;
    float: left;
}

.menu .left img {
    float: left;
    height: 29px;
    margin: 23px 23px;
}

.menu-item {
    border-left: 2px solid #F7C850;
    font-size: 16px;
    padding: 22px;
    font-weight: 700;
    color: white;
    float: left;
}

.menu-item.active,
.menu-item.active:hover {
    background-color: white;
    color: #f0ab00;
}

.menu-item-icon {
    font-size: 24px;
    padding: 16.8px 22px;
}

.right a, .right a:hover, .right a:link, .right a:visited, .menu-mobile a, .menu-mobile a:hover, .menu-mobile a:link, .menu-mobile a:visited {
    color: white;
    text-decoration: none;
}

.menu-mobile-row .menu-item-icon {
    font-size: 25px !important;
    padding: 0px !important;
}

.menu-mobile-row .fab {
    padding-top: 13px;
}

.menu-item-button {
    cursor: pointer;
}

.menu-mobile {
    display: none;
    position: fixed;
    padding: 30px 0;
    top: 51px;
    width: 100%;
    background: rgba(0,0,0,0.6);
    right: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: -1;
}

.menu-mobile.open {
    display: flex;
    gap: 20px;
}

@media screen and (min-width: 1280px) {
    .menu-mobile,
    .menu-mobile.open {
        display: none;
    }
}

.menu-mobile-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.menu-mobile-item {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    border: 2px solid #F7C850;
    background: #f0ab00;
    color: white;
    cursor: pointer;
    text-align: center;
}

.menu-mobile-item img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.menu-mobile-item p {
    font-size: 13px;
    padding: 17px 0;
    margin: 0;
    font-weight: 700;
    color: white;
    text-align: center
}

.menu-mobile-item-large {
    width: 80%;
}

@media (max-width: 1280px) {
    .menu-item {
        padding: 14px 23px;
    }

    .menu .left .logo img {
        height: 40px;
        margin: 4px 20px;
    }

    .menu .left .logo {
        height: 50px;
    }

    .menu {
        height: 49px;
    }

    .window-smaller {
        max-width: 90vw !important;
    }

    .desktop-only {
        display: none;
    }

    .sidebar {
        top: 49px !important;
        height: calc(100dvh - 49px) !important;
    }
}

@media (min-width: 1280px) {
    #hamburger {
        display:none;
    }
}

.sidebar {
    background: white;
    top: 65px;
    height: calc(100dvh - 65px);
    position: absolute;
    right: 0;
    color: black;
    display: none;
    z-index: 10;
    width: 100vw;
    max-width: 480px;
}
.sidebar.open {
    display: block;
}

.sidebar-content {
    padding: 0 16px;
    display: block;
    height: 100%;
    overflow-y: scroll;
}

@media screen and (min-width: 1280px) {
    .sidebar-content {
        padding: 0 24px;
    }
}

.sidebar h3 {
    font-size: 25px;
    margin-bottom: 14px;
}

.search-input {
    border: 1px solid #F0AB00;
    border-radius: 20px;
    padding: 10px 10px 10px 40px;
    font-weight: 900;
    width: calc(100% - 50px);
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.search-list {
    width: 100%;
    border-collapse: collapse;
}

.search-list tr {
    border-bottom: 1px solid #F0AB00;
}

.search-list td p {
    margin: 0;
}

.search-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 8px;
}

.search-list-item:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.search-list-column:first-child {
    width: 70%;
}
.search-list-column:last-child {
    width: 30%;
}

.search-list-item .search-list-booth-number {
    font-size: 9px;
    line-height: 10px;
    border: 0;
    display: inline-block;
    margin-right: 4px;
    padding: 2px 6px;
    border-radius: 20px;
    background-color: #e9e9e9;
    color: black;
    margin-bottom: 0;
}

.search-list-name {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 0px;
}

.search-list-hashtags span {
    font-size: 9px;
    line-height: 10px;;
    border: solid 1px #F0AB00;
    display: inline-block;
    margin-right: 4px;
    padding: 2px 6px;
    border-radius: 20px;
    background-color: #F0AB00;
    color: white;
    margin-bottom: 0;
}

.search-list-booth-number {
    background-color: #e9e9e9 !important;
    border: 0 !important;
    color: black !important;
}

.search-list img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 1280px) {
    .search-list img {
        max-width: 96px;
    }
}

.search-list-item + .search-list-hashtags {
    margin-top: 4px;
    margin-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.search-list-item + .search-list-hashtags:not(.open) span:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

.search-list-item + .search-list-hashtags.open .btn-more {
    display: none;
}

.search-list .btn-more {
    font-size: 9px;
    line-height: 10px;
    padding: 2px 6px;
    background-color: gray;
    border-radius: 12px;
    border-color: gray;
}

.window, .window-booth {
    width: 90vw;
    height: 90vh;
    margin: -3vh 5vw;
    background: white;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    color: black;
    display: none;
}

.window::-webkit-scrollbar, .window-booth::-webkit-scrollbar  {
    display: none;
}

.window p, .window-booth p {
    font-weight: 300;
    font-size: 16px
}

.window p:first-child, .window-booth p:first-child {
    margin-top: 0;
}

.window p a:link, .window p a:visited, .window p a, .window-booth p a:link, .window-booth p a:visited, .window-booth p a {
    text-decoration: underline;
    cursor: pointer;
    color: black;
}

.window p a:hover, .window-booth p a:hover{
    text-decoration: underline;
    color: #f0ab00;
    cursor: pointer;
}

.window h2, .window-booth h2 {
    padding: 0px;
    margin: 0
}

.window-menu {
    height: 50px;
    font-weight: 300;
    font-size: 15px;
    color: white;
    background-color: #F0AB00;
}

.window-nav {
    padding-top: 15px;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.window-close {
    position: relative;
    right: 0;
    font-size: 20px;
    float: right;
    color: white;
    text-align: center;
    padding-top: 11px;
    width: 50px;
    height: 39px;
    background-color: #F7C850;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.window-title {
    margin: 1.5vh 2% 0 2%;
    font-size: 21px;
    text-transform: uppercase;
}

.window-title h2 {
    letter-spacing: 0.1em;
    display: inline;
}

.window-logo {
    float: right;
    padding: 10px;
    height: 69px;
    width: 350px;
    display: flex;
    justify-content: flex-end;
}

.window-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.window-hashtags span {
    border: solid 1px #F0AB00;
    margin-right: 2px;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 6px;
}

.window-hashtags span.window-hashtags-booth-number {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    text-transform: none;
}

.search-hashtags span {
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 6px;
    background-color: #F0AB00;
    color: white;
}

.tag-list.search-hashtags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.tag-list.search-hashtags span {
    font-size: 10px;
    line-height: 14px;
    text-transform: none;
    padding: 2px 8px;
    margin: 0;
}

.inactive-tag {
    background-color: white !important;
    color: black !important;
}

.window-content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    height: auto;
}

.window .window-content .video-res {
    overflow: hidden;
    padding-bottom: 52%;
    position: relative;
    margin-top: 30px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}

.window .window-content .video-res iframe, .window .window-content .video-res img {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: calc((72vh - 67px)*1.777);
    max-height: calc(72vh - 67px);
    position: absolute;
}

.iframe-part {
    position: relative;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}

.iframe-part iframe {
    height: 100%;
    width: 100%;
}

.window button, .window-booth button, .window-booth-link {
    color: #F0AB00;
    border: 1px solid #F0AB00;
    box-sizing: border-box;
    padding: 8px 14px 10px 14px;
    font-size: 16px;
    font-weight: 500;
    margin-right: -4px;
    margin-bottom: -1px;
    border-radius: 0 !important;
}

.button-link  {
    display: inline-block;
    color: white !important;
    background-color: #F0AB00;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    border: 1px solid #F0AB00;
    box-sizing: border-box;
    padding: 8px 14px 10px 14px;
    text-decoration: none;
}

.window-buttons, .window-booth-buttons {
    border-bottom: 1px solid #F0AB00;
}

.window-buttons button, .window-booth-buttons button, .window-booth-buttons a {
    text-transform: uppercase;
    font-size: 16px !important;
    text-decoration: none;
    display: inline-block;
}

.window-booth-buttons button {
    cursor: default !important;
}

.window .active, .window-booth .active {
    background-color: #F0AB00;
    color: white;
    border: 1px solid #F0AB00;
}

.video-part {
    width: 69%;
    margin: 1.5% 2% 2vh 2%;
}

.embed-part {
    width: 96%;
    margin: 1.5vh 2% 2vh 2%;
}

.text-part {
    width: 25%;
    margin: 1.5% 2% 2vh 2%;
    font-size: 16px;
    font-weight: 300;
    max-height: 72vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.text-part button {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 10px 10px 0;
}

.window-smaller {
    margin: 16vh auto !important;
    width: auto !important;
    max-width: 50vw;
    height: auto;
}

@media (max-width: 720px) {
    .window, .window-booth {
        width: 100%;
        height: 100dvh !important;
        max-height: 100vh;
        margin: 0;
    }

    #dark {
        padding: 0vh 0vh 0vh 0vh
    }

    .window-smaller {
        margin: 0 !important;
        max-width: 100vw !important;
        height: 100vh;
    }

    .window .window-content {
        max-height: calc(95.5vh - 98px) !important;
    }

    .video-res {
        height: calc(96vw /1.777 + 600px + 30px) !important;
    }

    .window-logo {
        max-width: 20vw;
        height: 60px;
        align-items: flex-start;
    }
}

@media (max-width: 1279px) {
    .window .window-content {
        flex-direction: column;
        width: 96%;
        padding: 2vh 16px;
        overflow-y: scroll;
        max-height: calc(85.5vh - 98px);
    }

    .window .video-part, .window .text-part {
        width: 100%;
        margin: 0;
        overflow: unset;
        max-height: none;
    }

    .window-buttons {
        margin-top: 30px;
    }

    .iframe-video {
        width: 100% !important;
        height: calc(96vw / 1.777) !important;
        max-width: 96vw !important;
        max-height: none !important;
    }

    .video-res {
        height: calc(96vw /1.777 + 600px + 30px);
        padding-bottom: 0 !important;
    }
}

@media (max-width: 500px) {
    .event-name {
        display: none;
    }
}

.termsfeed-com---palette-dark .cc-nb-reject, .termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-cp-foot-save {
    background-color: #F0AB00 !important;
}

.termsfeed-com---nb {
    z-index: -1;
}

@media screen and (max-width: 600px) {
    .termsfeed-com---nb-simple {
        max-width: 100% !important;
    }
}

.location-nav {
    display: none;
    position: absolute;
    top: 51px;
    right: 0;
    left: 0;
    z-index: 1;
    width: calc(100vw - 6rem);
    background-color: #f0ab00;
    color: white;
    padding: 3rem;
    border: 2px solid #F7C850;
}

@media screen and (min-width: 1280px) {
    .location-nav {
        top: 63px;
    }
}

.location-nav.open {
    display: block;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.form-btn {
    background-color: white;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #F7C850;
    padding: 11px;
}
#location-nav form .form-btn {
    min-width: 300px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 6px;
}

@media screen and (min-width: 1280px) {
    #location-nav form .form-btn {
        margin-left: 56px;
    }
}

.form-group {
    display: flex;
    justify-content: start;
    gap: 0.75rem;
}

.form-group .icon {
    display: none;
    align-items: end;
    justify-content: center;
    width: 44px;
    font-size: 24px;
    padding-bottom: 8px;
}

@media screen and (min-width: 1280px) {
    .form-group .icon {
        display: flex;
    }
}

.form-group .item {
    position: relative;
    flex: 1;
}

.form-group .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    line-height: 2rem;
    color: white;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    text-transform: uppercase;
}

.form-group .item-input:focus + .label,
.form-group .item-input.with-value + .label {
    transform: translateY(-14px) scale(0.8);
    transform-origin: 0 0;
}

.form-group .item-input {
    width: 100%;
    padding: 0.5rem 0;
    border: 0;
    font-size: 1rem;
    line-height: 2rem;
    background-color: transparent;
    color: white;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
}

.location-list {
    width: 300px;
    font-size: 1rem;
    padding: 0.5rem 0.25rem;
    border: 2px solid #F7C850;
    outline: none;
}

.main {
    padding-top: 51px;
    position: absolute;
    z-index: -2;
    display: flex;
    align-items: start;
    min-width: 100vw;
    max-width: 100vw;
    min-height: calc(100vh - 49px);
    max-height: calc(100vh - 49px);
    overflow: auto;
}

@media screen and (min-width: 1280px) {
    .main {
        padding-top: 63px;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        max-height: 100vh;
    }
}

.floor-map-wrapper {
    min-width: 1000px;
    max-width: 1000px;
    width: 1000px;
    min-height: 618px;
    max-height: 618px;
    height: 618px;

    overflow: hidden;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1280px) and (min-height: 600px) {
    .main {
        min-height: 90vh;
    }
}

@media screen and (min-width: 1400px) and (min-height: 900px) {
    .floor-map-wrapper {
        transform: scale(1.2);
    }
    .main {
        min-height: 93vh;
    }
}

@media screen and (min-width: 1600px) and (min-height: 1100px) {
    .floor-map-wrapper {
        transform: scale(1.5);
    }
}

@media screen and (min-width: 1900px) and (min-height: 1300px) {
    .floor-map-wrapper {
        transform: scale(1.8);
    }
}

@media screen and (min-width: 2200px) and (min-height: 1400px) {
    .floor-map-wrapper {
        transform: scale(2);
    }
}

@media screen and (min-width: 2400px) and (min-height: 1600px) {
    .floor-map-wrapper {
        transform: scale(2.2);
    }
}

@media screen and (min-width: 2800px) and (min-height: 1900px) {
    .floor-map-wrapper {
        transform: scale(2.5);
    }
}

@media screen and (min-width: 3300px) and (min-height: 2100px) {
    .floor-map-wrapper {
        transform: scale(3);
    }
}

#floor-map {
    transform-origin: center center;
    transition: transform 0.2s ease-in-out;
}

.floor-map {
    min-width: 1000px;
    max-width: 1000px;
    width: 1000px;
    min-height: 618px;
    max-height: 618px;
    height: 618px;

    position: relative;
    background-color: #f0ab00;
    background-image: url("../img/cofit_floor_plan_v2.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.floor-map:active {
    cursor: grabbing;
}

.location-area {
    display: block;
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.location-area:hover {
    background-color: rgba(0 101 189 / 0.7);
    box-shadow: 0 0 4px rgba(0 101 189 / 0.7);
}

.location-area.active {
    background-color: rgba(200 70 48 / 0.5);
    box-shadow: 0 0 4px rgba(200 70 48 / 0.5);
}

.location-area-1 {
    left: 283px;
    top: 324px;
}
.location-area-2 {
    left: 246px;
    top: 324px;
}
.location-area-3 {
    left: 210px;
    top: 324px;
}
.location-area-4 {
    left: 173px;
    top: 324px;
}

.location-area-5 {
    left: 140px;
    top: 207px;
}

.location-area-6 {
    left: 140px;
    top: 161px;
}

.location-area-7 {
    left: 140px;
    top: 116px;
}

.location-area-8 {
    left: 140px;
    top: 71px;
}

.location-area-9 {
    left: 140px;
    top: 26px;
}

.location-area-10 {
    left: 225px;
    top: 28px;
}

.location-area-11 {
    left: 236px;
    top: 63px;
    transform: rotate(52deg);
}

.location-area-12 {
    left: 214px;
    top: 110px;
    transform: rotate(2deg);
}

.location-area-13 {
    left: 223px;
    top: 161px;
    transform: rotate(51deg);
}

.location-area-14 {
    left: 267px;
    top: 189px;
    transform: rotate(8deg);
}

.location-area-15 {
    left: 317px;
    top: 178px;
    transform: rotate(66deg);
}

.location-area-16 {
    left: 317px;
    top: 213px;
}

.location-area-17 {
    left: 225px;
    top: 209px;
}

.location-area-18 {
    left: 225px;
    top: 260px;
}

.location-area-19 {
    left: 447px;
    top: 260px;
}
.location-area-20 {
    left: 519px;
    top: 260px;
}
.location-area-21 {
    left: 563px;
    top: 260px;
}
.location-area-22 {
    left: 607px;
    top: 260px;
}

.location-area-23 {
    left: 650px;
    top: 160px;
}
.location-area-24 {
    left: 650px;
    top: 114px;
}
.location-area-25 {
    left: 650px;
    top: 69px;
}
.location-area-26 {
    left: 693px;
    top: 32px;
}
.location-area-27 {
    left: 763px;
    top: 72px;
}
.location-area-28 {
    left: 763px;
    top: 117px;
}
.location-area-29 {
    left: 763px;
    top: 163px;
}
.location-area-30 {
    left: 693px;
    top: 208px;
}
.location-area-31 {
    left: 705px;
    top: 260px;
}

.location-area-32 {
    left: 779px;
    top: 324px;
}
.location-area-33 {
    left: 731px;
    top: 324px;
}
.location-area-34 {
    left: 683px;
    top: 324px;
}
.location-area-35 {
    left: 635px;
    top: 324px;
}
.location-area-36 {
    left: 587px;
    top: 324px;
}
.location-area-37 {
    left: 539px;
    top: 324px;
}
.location-area-38 {
    left: 491px;
    top: 324px;
}

.location-area-39 {
    left: 283px;
    top: 490px;
}
.location-area-40 {
    left: 246px;
    top: 490px;
}
.location-area-41 {
    left: 210px;
    top: 490px;
}
.location-area-42 {
    left: 173px;
    top: 490px;
}

.location-area-entry-main {
    left: 445px;
    top: 391px;
    width: 66px;
    height: 66px;
}
.location-area-entry-elevator-garage {
    left: 445px;
    top: 479px;
}
.location-area-entry-second-building {
    left: 182px;
    top: 586px;
    width: 44px;
}
.location-area-info {
    left: 326px;
    top: 260px; 
}
.location-area-elevators {
    left: 439px;
    top: 51px;
    width: 57px;
    height: 165px;
}
.location-area-cloakroom {
    left: 12px;
    top: 362px;
    width: 113px;
    height: 116px;
}
.location-area-catering {
    left: 12px;
    top: 17px;
    width: 113px;
    height: 233px;
}

.location-path {
    display: block;
    position: absolute;
    z-index: 1;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    text-indent: 3px;
}

.location-path.active {
    background-color: rgba(240 171 0 / 1);
}

.location-path-sector-0-fragment-1 {
    left: 412px;
    top: 324px;
    height: 134px;
}

.location-path-sector-0-fragment-2 {
    left: 334px;
    top: 329px;
    width: 64px;
}

.location-path-sector-0-fragment-3 {
    left: 336px;
    top: 352px;
    height: 189px;
}

.location-path-sector-1-fragment-1 {
    left: 172px;
    top: 533px;
    width: 143px;
}
.location-path-sector-1-fragment-2 {
    left: 146px;
    top: 533px;
}
.location-path-sector-1-fragment-3 {
    left: 200px;
    top: 550px;
    height: 29px;
}
.location-path-sector-1-fragment-4 {
    left: 146px;
    top: 323px;
    height: 200px;
}


.location-path-sector-2-fragment-1 {
    left: 195px;
    top: 304px;
    width: 99px;
}
.location-path-sector-2-fragment-2 {
    left: 146px;
    top: 304px;
}
.location-path-sector-2-fragment-3 {
    left: 336px;
    top: 304px;
    width: 60px;
}
.location-path-sector-2-fragment-4 {
    left: 412px;
    top: 304px;
    height: 8px;
}

.location-path-sector-3-fragment-1 {
    left: 286px;
    top: 260px;
    height: 32px;
}
.location-path-sector-3-fragment-2 {
    left: 195px;
    top: 260px;
    height: 32px;
}
.location-path-sector-3-fragment-3 {
    left: 146px;
    top: 284px;
    /* height: 32px; */
}

.location-path-sector-3-fragment-4 {
    left: 82px;
    top: 284px;
    width: 48px;
}

.location-path-sector-4-fragment-1 {
    left: 436px;
    top: 304px;
    width: 375px;
}

.location-path-sector-5-fragment-1 {
    left: 660px;
    top: 207px;
    height: 86px;
}
.location-path-sector-5-fragment-2 {
    left: 755px;
    top: 207px;
    height: 86px;
}

.location-path-sector-6-fragment-1 {
    left: 412px;
    top: 50px;
    height: 242px;
}



.brand-header {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    padding-left: 2%;
}

.brand-header .window-nav {
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 1279px) {
    .brand-header .window-nav {
        font-size: 20px;
    }
}

.brand-sub-header {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    margin-top: 8px;
}

.brand-sub-header .window-hashtags {
    display: flex;
    gap: 4px;
    margin: 0;
}

.brand-sub-header .window-hashtags > span {
    margin: 0;
    padding: 2px 8px;
    font-size: 10px;
    line-height: 14px;
    text-transform: none;
    white-space: nowrap;
}

.brand-sub-header .window-logo {
    min-width: 96px;
    width: 96px;
    height: auto;
    padding: 0;
}
.brand-sub-header .window-logo {
    object-fit: scale-down;
}

.brand-link {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 6px 10px 6px 6px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.brand-link:hover,
.brand-link:focus,
.brand-link:active {
    background-color: #fff;
    color: #F0AB00;
    transition: all 0.3s ease-in-out;
}