html, body {
    background: #000 !important;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    font-family: sans-serif;
    margin: 0;
    color: #fff;
    cursor: none;
    overflow: hidden;
}

html {
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

::-moz-selection {
    background: black;
    color: white;
}

::selection {
    background: black;
    color: white;
}

::-moz-selection {
    background: black;
    color: white;
}

a, a:visited, a:active {
    text-decoration: none;
    color: black;
    -webkit-transition: color 500ms, border-bottom 500ms;
    transition: color 500ms, border-bottom 500ms;
}

ul, li {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.main hr {
    border-top: 2px solid #eee;
    border-bottom: 4px solid #7e1617;
    height: 4px;
    margin-top: 35px;
    margin-bottom: 20px;
}

::-moz-selection {
    background: rgba(223, 58, 102, 0.99);
    color: white;
}

::selection {
    background: rgba(223, 58, 102, 0.99);
    color: white;
}

::-moz-selection {
    background: rgba(223, 58, 102, 0.99);
    color: white;
}
.txtrght{
    text-align:right !important;
}
.txtlft{
    text-align:left !important;
}
.edit-link {
    display: none;
}

.positionRelative {
    position: relative;
}

.positionAbsolute {
    position: absolute;
}

.displayNone {
    display: none !important;
}

.displayNoneI {
    display: none !important;
}

.displayIB {
    display: inline-block;
}

.displayIBI {
    display: inline-block !important;
}

.displayBlock {
    display: block;
}

.displayBlockI {
    display: block !important;
}

.opacity0 {
    opacity: 0;
}

.opacity0i {
    opacity: 0 !important;
}

.opacity50 {
    opacity: 0.5;
}

.opacity15 {
    opacity: 0.15;
}

.opacity25 {
    opacity: 0.25;
}

.opacity35 {
    opacity: 0.35;
}

.opacity90 {
    opacity: 0.9;
}

.opacity100 {
    opacity: 1 !important;
}

.opacity100notI {
    opacity: 1;
}

.pointereventNone {
    pointer-events: none;
}

.pointereventNoneI {
    pointer-events: none !important;
}

.vh100 {
    height: 100vh;
}

.vh40 {
    height: 40vh;
}

.width0 {
    width: 0px;
}

.w100P {
    width: 100%;
}

.w100PI {
    width: 100% !important;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignCenterI {
    text-align: center !important;
}

.alignRight {
    text-align: right;
}

.alignRightI {
    text-align: right !important;
}

.alignSelfEnd {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.right0 {
    right: 0;
}

.bottom0 {
    bottom: 0;
}

.allcaps {
    text-transform: uppercase;
}

.alignEnd {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.alignSelfStart {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.alignSelfCenter {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.alignSelfEnd {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.absoluteBottom {
    position: absolute;
    bottom: 0;
}

.absoluteTop {
    position: absolute;
    top: 0;
}

.height0 {
    height: 0%;
}

.height0I {
    height: 0% !important;
}

.cursorNone {
    cursor: none;
}

.displayInlineBlockI {
    display: inline-block !important;
}

.overflowHidden {
    overflow: hidden;
}

.overflowXHidden {
    overflow-x: hidden;
}

.overflowXHiddenI {
    overflow-x: hidden !important;
}

.overflowYHidden {
    overflow-y: hidden;
}

.overflowYHiddenI {
    overflow-y: hidden !important;
}

.overflowUnset {
    overflow: unset;
}

.overflowUnsetI {
    overflow: unset !important;
}

.justifyContentEnd {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justifyContentEndI {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justifyContentCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.alignContentCenter {
    -ms-flex-line-pack: center;
    align-content: center;
}

.alignItemsBaseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.alignItemsEnd {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.margin0 {
    margin: 0;
}

.margin0I {
    margin: 0 !important;
}

.flexCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flexColI {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flexWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breakWord {
    word-wrap: break-word;
}

.wordBreakAll {
    word-break: break-all;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}



a, a:visited, a:active {
    color: white;
    cursor: none;
}
    a:focus, a:hover{
        text-decoration:none;
        color:inherit;
    }
    canvas {
        position: absolute;
        width: 100%;
        height: 100%;
    }



#pageChanged {
    display: none;
}

#content {
    position: relative;
    z-index: 999;
}

#webgl {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 999;
}

#hand {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

    #hand .inner {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        opacity: 0;
        margin-top: 100px;
    }

        #hand .inner img {
            width: 100px;
        }

body.mobile {
    cursor: default;
}

    body.mobile #hand {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
/*# sourceMappingURL=main.css.map */
