html, body {
    -ms-touch-action: none;
    padding: 0;
    border: 0;
    margin: 0;
    height: 100%;
}

body {
    overflow: hidden;
    /*
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 91, 182, 1) 0%, rgba(0, 50, 104, 1) 100%) fixed;
    background: -o-radial-gradient(center, ellipse, rgba(0, 91, 182, 1) 0%, rgba(0, 50, 104, 1) 100%) fixed;
    background: radial-gradient(ellipse at center, rgba(0, 91, 182, 1) 0%, rgba(0, 50, 104, 1) 100%) fixed;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bb6', endColorstr='#003268', GradientType=1);
    */
    background-color: #000000;
}

body.cursor-none {
    cursor: none !important;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none !important;
}

#naviCursorContainer{
    position: absolute;
    z-index: 999;
    display: none;
}
canvas#naviCircle, canvas#naviCursor{
    position: absolute;
    top: 0;
    left: 0;
}
canvas#naviCursor{
    z-index: 1001;
}
canvas#naviArrow{
    position: absolute;
    will-change: transform;
    transform-origin: 50% 330%;
}
input#naviTxt {
    position: absolute;
    display: block;
    top: 47px;
    color: #333333;
    width: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding: 0;
    padding-left: 9px;
    margin: 0;
    border: none;
    background: transparent;
    outline: none;
}
video#startScreenVideo,#edgeStartscreenVideoReplacement {
    position: fixed;
    width: 1920px;
    height: 1080px;
    top: 0;
    left: calc(50% - 960px);
    display: none;
}


video#cinematics {
    position: fixed;
    display: none;
    background-color: #000000;
}

.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

#close {
    display: none;
}
/*IE*/
/*
@supports (-ms-ime-align:auto) {
    #edgeStartscreenVideoReplacement {
        background-image: url(CastleStartscreenBackground.jpg);
    }
}
*/
/* Edge*/
/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #edgeStartscreenVideoReplacement {
        background-image: url(CastleStartscreenBackground.jpg);
    }
}
*/

#loading {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56vw;
    text-align: center;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%) translateX(-50%);
}

#logo {
    width: 32%;
    height: 6%;
}

#progress-bar{
    position: absolute;
    top: 59%;
    left: 50%;
    width: 20.75%;
    height: 2.6%;
    border-width: 0.1vw;
    border-color: #f2f2f2;
    border-style: solid;
    transform: translateX(-50%);
}
@keyframes MOVE-BG {
	from {
        background-position: 100% 100%;
	}
	to { 
        background-position: 0% 0%;
	}
}
#progress {
    float: left;
    height: 86%;
    width: 10%;
    margin: 0.5%;
    background-color: #005EB8;
    animation-name: MOVE-BG;
	animation-duration: 3s;
	animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: background-position, width;
    transition: width 1s;
    
}

#progress-bar-text {
    position: absolute;
    top: 20%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #ffffff;
    line-height: 100%;
    font-size: 1vw;
    font-family: _BodyFont, sans-serif;
}

.grecaptcha-badge { visibility: hidden; }//# sourceMappingURL=style.bundle.1caea8c5.css.map