@font-face {
    font-family: Bukra-Regular;
    src: url('../fonts/29LT-Bukra-Regular.OTF')
}

/** {*/
/*    box-sizing: border-box*/
/*}*/

/*html {*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -webkit-tap-highlight-color: transparent;*/
/*    -ms-text-size-adjust: 100%;*/
/*    -webkit-text-size-adjust: 100%;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    font-synthesis: none;*/
/*    text-rendering: optimizeLegibility*/
/*}*/

body {
    /*border: 0;*/
    font-family: "Bukra-Regular", sans-serif
    /*margin: 0;*/
    /*padding: 0*/
}

body.progress {
    cursor: wait
}

body.progress:before {
    content: "";
    inset: 0;
    position: fixed;
    z-index: 9999
}

body, html {
    font-kerning: none;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.full_bg {
    inset: 0;
    position: absolute
}

.wrap {
    background: transparent;
    color: #fff;
    font-size: 1.041666vw;
    position: relative
}

.globe_heading {
    min-height: 10em
}

.globe_heading, .globe_info {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.globe_info {
    min-height: 20em
}

.wrap_bg {
    background-position: 50%;
    background-size: cover;
    inset: 0;
    position: absolute
}

.globe_wrap {
    height: 30em;
    overflow: hidden;
    position: relative
}

.globe_video {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.globe_video video {
    height: 110%;
    max-width: 100%;
    pointer-events: none
}

.hide video {
    opacity: 0
}

.globe_video_set {
    height: 100%;
    opacity: 0;
    position: relative
}

.circle {
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: .4
}

.container {
    inset: 0;
    position: absolute;
    z-index: 99
}

.container canvas {
    height: 100% !important;
    pointer-events: none;
    width: 100% !important
}

.trail {
    cursor: default;
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    user-select: none;
    width: 1vw;
    z-index: 999
}

.isTouch .trail {
    visibility: hidden
}

.hidden {
    background: #fff;
    height: 4vw;
    transform: translateY(-50%);
    width: 100vw
}

.draggable, .hidden {
    left: 0;
    position: absolute;
    top: 50%
}

.draggable {
    background: #ec142c;
    height: 100%;
    transform: translateY(-50%) translateZ(0);
    width: 4vw
}

body:not(.none) .draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

body:not(.none) .draggable:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

body.none, body.none .draggable {
    cursor: none !important
}

#hotspots {
    position: absolute;
    visibility: hidden
}

.tip {
    font-size: .8em;
    max-width: 15em;
    text-shadow: 1px 2px 5px #000;
    visibility: hidden;
    background: #00000059;
    padding: 8px;
    border-radius: 10px;
}

.cursor, .tip {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 999
}

.cursor {
    opacity: 0;
    width: 1.5em
}

.cursor svg {
    width: 100%
}

.isTouch .cursor {
    display: none
}

.isSafari ._alpha {
    visibility: hidden !important
}

.progressBar {
    background: hsla(0, 0%, 100%, .3);
    border-radius: 23px;
    height: 3px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    z-index: 999
}

.progressBar i {
    background: #00b5bb;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0
}

@media (max-width: 580px) {
    .globe_wrap {
        height: 100em
    }

    .tip {
        font-size: 12px
    }
}