@font-face {
    font-family: Barlow;
    src: url(Barlow-Regular.ttf);
}
@font-face {
    font-family: BarlowLight;
    src: url(Barlow-Light.ttf);
}
@font-face {
    font-family: BarlowBold;
    src: url(Barlow-Bold.ttf);
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0,0,0,0); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
b {
	font-family: BarlowBold, sans-serif;
}
html, body {
	width: 1920px;
	height: 1080px;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
}
* {
	font-family: Barlow, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
*:not(input,textarea) {
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*:focus {
    outline: none;
}
.layer {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 1080px;
	overflow: hidden;
}
video {
	position: absolute;
}
.right-bottom-border-video {
	bottom: 0;
	right: 0;
}
.master-head {
	position: absolute;
	top: 200px;
	width: 1294px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: 1s;
}
.master-logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 1080px;
	width: 1920px;
	text-align: center;
	transition: 1s;
}
.master-logo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 1080px;
}
.master-text {
	position: absolute;
	top: 550px;
	font-size: 28px;
	text-align: center;
	color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.master-text b {
	font-size: 38px;
}
.icon-wristband {
	position: absolute;
	top: 700px;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-name: breath;
		animation-duration: 2s;
		animation-iteration-count: infinite;
		transform: scale3d(1,1,1);
		animation-timing-function: linear;
}
.icon-arrowdown {
	position: absolute;
	top: 920px;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-name: updown;
		animation-duration: 5s;
		animation-iteration-count: infinite;
		transform: translate3d(0,0,0);
}
@keyframes breath {
  from {transform: scale3d(1,1,1);}
  25% {transform: scale3d(1.05,1.05,1.05);}
  75% {transform: scale3d(0.95,0.95,0.95);}
  to {transform: scale3d(1,1,1);}
}
@keyframes updown {
  from {transform: translate3d(0,0,0);}
  15% {transform: translate3d(0,12px,0);}
  30% {transform: translate3d(0,0,0);}
  to {transform: translate3d(0,0,0);}
}
.step2 .master-logo {
    transform: translate3d(0, -360px, 0) scale3d(0.4, 0.4, 1);
}
.step2 .master-head {
	top: 360px;
}
.btn {
	padding: 25px 80px;
	background: #191A24;
	border-radius: 90px;
	font-size: 20px;
	color: #ED837B;
	float: left;
	margin: 0 25px;
}
.btn.btn-round {
	padding: 40px 42px;
}
.master-text2, .master-text3, .master-text4, .master-text5 {
	display: none;
	position: absolute;
	top: 520px;
	font-size: 36px;
	text-align: center;
	color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.master-text2-small {
	top: 720px;
	font-size: 24px;
}
.master-text6 {
	font-size: 28px !important;
    top: 520px !important;
}
.master-text6.no-return {
	top: 440px !important;
	font-size: 48px !important;
}
.master-text7 {
	top: 680px !important;
    font-size: 28px !important;
}
.master-smalltext4 {
	display: none;
	position: absolute;
	top: 400px;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-align: center;
	color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.btn-group {
	display: none;
	position: absolute;
    top: 600px;
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.keyboard-down {
	transition: transform 0.8s;
}

.keyboard-down.down {
	transform: translate(0, -60px);
}

.btn-group5 {
	top: 740px;
}

.input {
	display: none;
	position: absolute;
    top: 615px;
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.input input {
	border: 0;
	background: unset;
	color: rgba(255,255,255,0.5);
	font-size: 18px;
	border-bottom: 2px rgba(255,255,255,0.2) solid;
	padding: 0 0 16px 0;
	text-align: center;
}

.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	background: black;
}
.loading p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 64px;
}
.layer1 {
	z-index: 900;
}
.layer2 {
	z-index: 800;
	background: linear-gradient(360deg, #012833 0%, #01070F 88.02%);
}
.transparent-mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 1920px;
	height: 1080px;
}
.transparent-mask.active {
	display: block;
}
.world-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 1080px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	transition: 2s;
	z-index: 9998;
}
.layer2.init .world-canvas {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}
.score-board {
	width: 36px;
    overflow: hidden;
    height: 50px;
    text-align: center;
}
#score-board1, #score-board3, #score-board5 {
	margin-left: 10px;
}
.score-board p {
	font-family: BarlowLight, sans-serif;
	color: #fff;
    font-size: 60px !important;
    width: 36px;
    line-height: 50px;
    margin: 0;
}
.score-div {
    width: 220px;
    position: absolute;
    top: -150px;
    text-align: center;
    transition-timing-function: ease-out;
    overflow: hidden;
}
.score-div.explorer {
	right: 530px;
}
.score-div.mastermind {
	right: 288px;
}
.score-div.protector {
	right: 46px;
}
.init .score-div.explorer {
	transition-delay: 0s;
	transition-duration: 1.5s;
	top: 50px;
}
.init .score-div.mastermind {
	transition-delay: 0.3s;
	transition-duration: 1.5s;
	top: 50px;
}
.init .score-div.protector {
	transition-delay: 0.6s;
	transition-duration: 1.5s;
	top: 50px;
}
.score-div > p {
	font-weight: bold;
	font-family: BarlowBold, sans-serif;
	margin: 0;
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
}
.score-div > div {
	position: relative;
}
.score-div > div > canvas {
	/*margin-right: 18px;
	height: 51px;
	width: 51px;*/
	position: absolute;
	top: -28px;
	left: -24px;
}
.score-div > div > img, .score-div > div > div, .score-div > div > canvas {
	float: left;
}
.layer2 .left-top-border-video {
	transform-origin: left top;
	transform: scale(0.5);
	opacity: 0;
	transition: 3s;
}
.init .left-top-border-video {
	transform: scale(1);
	opacity: 0;
}
.avatar {
	position: absolute;
	top: 50px;
	left: 50px;
	transform: scale(0);
	opacity: 0;
	transition-delay: 2s;
	transition-duration: 2s;
	z-index: 9999;
}
.init .avatar {
	transform: scale(1);
	opacity: 1;
}
.hello {
	position: absolute;
	top: 66px;
	left: 170px;
	opacity: 0;
	transition-delay: 2.5s;
	transition-duration: 2s;
	z-index: 9999;
}
.hello p {
	font-size: 42px;
	color: #fff;
}
.init .hello {
	opacity: 1;
}
#nav-right {
	display: none;
	position: absolute;
	right: 22px;
	top: 48%;
}
#nav-left {
	display: none;
	position: absolute;
	left: 22px;
	top: 48%;
}
.nav {
	opacity: 0;
}
.init .nav {
	opacity: 1;
	transition-delay: 4s;
	transition-duration: 1s;
}
.menu {
	position: absolute;
	bottom: -70px;
	width: 500px;
	height: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 90px;
	background-color: rgba(255,255,255,0.12);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 90000;
}
.init .menu {
	opacity: 1;
	bottom: 20px;
	transition-delay: 2.5s;
	transition-duration: 2s;
}
.menu .canvas-wrap {
	width: 100px;
	height: 64px;
}
.menu canvas {
	margin: 0 16px;
	width: 64px;
	height: 64px;
	opacity: 0.5;
}
#menu-avatar {
	opacity: 0;
}
#menu-quests {
	opacity: 0;
}
#menu-badge {
	opacity: 0;
}
#menu-world {
	opacity: 0;
}
#menu-badge-temp {
	position: absolute;
	right: 386px;
	transform: translate(-50%, 0);
	height: 64px;
}
#menu-world-temp {
	position: absolute;
	right: 286px;
	transform: translate(-50%, 0);
	height: 64px;
}
#menu-quest-temp {
	position: absolute;
	right: 200px;
	transform: translate(-50%, 0);
}
#menu-avatar-temp {
	position: absolute;
	right: 100px;
	transform: translate(-50%, 0);
}
#menu-leaderboard-temp {
	position: absolute;
	right: 0px;
	transform: translate(-50%, 0);
}
.backmap {
	position: absolute;
	right: 320px;
	bottom: 20px;
	width: 70px;
	height: 70px;
	border-radius: 90px;
	backdrop-filter: blur(10px);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.05);
	z-index: 9999;
}
.backmap img {
	width: 22px;
	height: 16px;
	transform: rotate(180deg);
}

.scoll-up {
	position: absolute;
	right: 140px;
	bottom: 120px;
	width: 70px;
	height: 70px;
	border-radius: 90px;
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.05);
	z-index: 9999;
	animation-name: floating;
	animation-delay: 0.3s;
	animation-duration: 2.8s;
	animation-iteration-count: infinite;
}

.scoll-down {
	position: absolute;
	right: 50px;
	bottom: 120px;
	width: 70px;
	height: 70px;
	border-radius: 90px;
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.05);
	z-index: 9999;
	animation-name: floating;
	animation-duration: 2.8s;
	animation-iteration-count: infinite;
}

.scoll-up img {
	width: 22px;
	height: 16px;
	transform: rotate(270deg);
}

.scoll-down img {
	width: 22px;
	height: 16px;
	transform: rotate(90deg);
}

.init .backmap {
	opacity: 1;
	transition-delay: 3.5s;
	transition-duration: 2s;
}
.exit {
	position: absolute;
	right: 230px;
	bottom: 20px;
	width: 70px;
	height: 70px;
	border-radius: 90px;
	backdrop-filter: blur(10px);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.05);
	z-index: 9999;
}
.exit img {
	width: 22px;
	height: 22px;
}
.init .exit {
	opacity: 1;
	transition-delay: 3.5s;
	transition-duration: 2s;
}
.mobile {
	position: absolute;
	right: 50px;
	bottom: -90px;
	width: 70px;
	height: 70px;
	border-radius: 90px;
	backdrop-filter: blur(10px);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.05);
	z-index: 9999;
}
.mobile img {
	width: 22px;
	height: 36px;
}
.init .mobile {
	bottom: 20px;
	opacity: 1;
	transition-delay: 3.5s;
	transition-duration: 2s;
}
.help {
	position: absolute;
	right: 140px;
	bottom: -90px;
	width: 70px;
	height: 70px;
	border-radius: 90px;
	backdrop-filter: blur(10px);
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.05);
	z-index: 9999;
}
.help img {
	width: 28px;
	height: 33px;
}
.init .help {
	bottom: 20px;
	opacity: 1;
	transition-delay: 3.5s;
	transition-duration: 2s;
}
.orb, .orb-badge {
	position: absolute;
    width: 320px;
    height: 320px;
    z-index: 9998;
    opacity: 0;
}
.orb-badge {
	right: 200px;
	bottom: 100px;
}
.orb-badge.active {
	opacity: 1;
	transition: opacity 1s;
}
.init .orb1 {
	opacity: 1;
	transition-delay: 0.5s;
	transition-duration: 2s;
}
.init .orb2 {
	opacity: 1;
	transition-delay: 1.1s;
	transition-duration: 2s;
}
.init .orb3 {
	opacity: 1;
	transition-delay: 1.4s;
	transition-duration: 2s;
}
.init .orb4 {
	opacity: 1;
	transition-delay: 2.1s;
	transition-duration: 2s;
}
.init .orb5 {
	opacity: 1;
	transition-delay: 2.5s;
	transition-duration: 2s;
}
.init .orb1.floating {  
    animation-name: floating;
    animation-delay: 0.2s;
    animation-duration: 2.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.init .orb2.floating {  
    animation-name: floating;
    animation-delay: 1.1s;
    animation-duration: 2.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.init .orb3.floating {  
    animation-name: floating;
    animation-delay: 1.9s;
    animation-duration: 2.1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.init .orb4.floating {  
    animation-name: floating;
    animation-delay: 2.4s;
    animation-duration: 2.9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.init .orb5.floating {  
    animation-name: floating;
    animation-delay: 3s;
    animation-duration: 2.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.orb-badge.floating {
	animation-name: floating;
    animation-duration: 2.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.orb1 {
	left: 1016px;
	top: 560px;
}
.orb2 {
	left: 360px;
	top: 256px;
}
.orb3 {
	left: 820px;
	top: 142px;
}
.orb4 {
	left: 1114px;
	top: 190px;
}
.orb5 {
	left: 1360px;
	top: 422px;
}

.rotate0.orb1 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1056px;
	top: 600px;
}
.rotate0.orb2 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 400px;
	top: 296px;
}
.rotate0.orb3 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 860px;
	top: 182px;
}
.rotate0.orb4 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1154px;
	top: 230px;
}
.rotate0.orb5 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1400px;
	top: 462px;
}

.rotate1.orb1 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 400px;
	top: 296px;
}
.rotate1.orb2 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 860px;
	top: 182px;
}
.rotate1.orb3 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1154px;
	top: 230px;
}
.rotate1.orb4 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1400px;
	top: 462px;
}
.rotate1.orb5 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1056px;
	top: 600px;
}

.rotate2.orb5 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 400px;
	top: 296px;
}
.rotate2.orb1 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 860px;
	top: 182px;
}
.rotate2.orb2 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1154px;
	top: 230px;
}
.rotate2.orb3 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1400px;
	top: 462px;
}
.rotate2.orb4 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1056px;
	top: 600px;
}

.rotate3.orb4 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 400px;
	top: 296px;
}
.rotate3.orb5 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 860px;
	top: 182px;
}
.rotate3.orb1 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1154px;
	top: 230px;
}
.rotate3.orb2 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1400px;
	top: 462px;
}
.rotate3.orb3 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1056px;
	top: 600px;
}

.rotate4.orb3 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 400px;
	top: 296px;
}
.rotate4.orb4 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 860px;
	top: 182px;
}
.rotate4.orb5 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1154px;
	top: 230px;
}
.rotate4.orb1 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1400px;
	top: 462px;
}
.rotate4.orb2 {
	transition-delay: 0s;
	transition-duration: 2s;
	left: 1056px;
	top: 600px;
}

.orb p {
	position: absolute;
    font-size: 30px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 20px;
}
.orb-badge p {
	position: absolute;
    font-size: 12px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0px;
}
.orb-badge p span {
    opacity: 0.5;
}
.orb-badge .orb-badge-count {
	opacity: 1;
}
.orb img, .orb-badge img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	width: 30%;
	transform: translate3d(0, -50%, 0px);
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 8px); }
    100%   { transform: translate(0, -0px); }    
}
.new-badges {
	display: none;
	position: absolute;
    bottom: -660px;
    width: 588px;
    height: 660px;
    left: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -16.96%, rgba(255, 255, 255, 0.1) 94.12%);
	backdrop-filter: blur(7.5px);
	z-index: 9999;
	transition: 1s;
}

.init .new-badges {
	bottom: 0;
    transition-delay: 3s;
}

.init .new-badges.down {
	bottom: -570px;
	transition-delay: unset;
}

.init .new-badges.up {
	bottom: 0;
	transition-delay: unset;
}

.init .new-badges.down .panel-down {
	transform: rotate(180deg);
	transition: 1s;
}

.init .new-badges.down .panel-body {
	overflow: hidden;
}

.new-badges .panel-head {
	height: 70px;
    width: 100%;
    background: rgba(255,255,255,0.08);
    border-radius: 10px 10px 0 0;
}

.new-badges .panel-title {
	font-size: 30px;
	color: white;
	margin-left: 142px;
	line-height: 70px;
}

.new-badges .panel-down {
	position: absolute;
    top: 10px;
    right: 10px;
}

.new-badges .panel-scroll {
	position: relative;
	padding: 0 32px;
}

.new-badges .panel-top-bg {
	position: absolute;
	top: 0;
	left: 0;
}

.new-badges .panel-subtitle {
	position: relative;
	height: 130px;
	width: 126px;
}

.new-badges .panel-subtitle p {
	position: absolute;
	bottom: 20px;
	max-width: 126px;
	color: white;
	font-size: 20px;
}

.new-badges .divider {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 32px;
}

.row {
	margin-bottom: 32px;
}

.col {
	width: 33%;
	text-align: center;
	float: left;
}

.col p {
	text-align: center;
	font-size: 17px;
	color: white;
}

.clear {
	clear: both;
}

.panel-body {
	overflow-y: scroll;
	height: 590px;
}

.alert {
	position: absolute;
    width: 62px;
    height: 62px;
    background: #ED837B;
    top: 0;
    left: 42px;
    transform: scale(0) rotate(0);
    border-radius: 5px;
}

.init .alert {
	animation-name: alerting;
		animation-duration: 1.5s;
		animation-timing-function: linear;
		animation-delay: 3s;
		animation-fill-mode: forwards;
}

@keyframes alerting {
	from {transform: scale(0) rotate(0);}
	65% {transform: scale(1) rotate(-45deg);}
	75% {transform: scale(1.1) rotate(-45deg);}
	to {transform: scale(1) rotate(-45deg);}
}

#acquisition-count {
	width: 30px;
    height: 24px;
    position: absolute;
    top: 18px;
    left: 58px;
    overflow: hidden;
    text-align: center;
}

#acquisition-count span {
	font-size: 30px;
    color: white;
    line-height: 24px;
    top: 24px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 1s;
    transition-timing-function: ease-out;
}

.init #acquisition-count span {
	top: 0;
    transition-delay: 3.5s;
}

.col img {
	height: 140px;
	width: auto;
}

.menu-mask {
	background: rgba(255,255,255,0.2);
    width: 100px;
    position: absolute;
    height: 68px;
    border-radius: 90px;
	left: 0;
    transition: transform 0.5s;
	transform: translate(100px, 0px);
}

.step-quest .menu-mask {
	transform: translate(200px, 0px);
}

.step-badge .menu-mask {
	transform: translate(0px, 0px);
}

.step-avatar .menu-mask {
	transform: translate(300px, 0px);
}

.step-leaderboard .menu-mask {
	transform: translate(400px, 0px);
}

.hg-theme-default {
	position: absolute;
	z-index: 9999;
	background-color: rgba(5,1,13,0.82);
	backdrop-filter: blur(10px);
}

.hg-theme-default .hg-row:first-child .hg-button.hg-standardBtn[data-skbtn="@"] {
	max-width: unset;
}

.hg-theme-default .hg-button {
	border-bottom: unset;
	background: #2b2b30;
	height: 64px;
}

.hg-theme-default .hg-button span {
	color: #fff;
}

.hg-button-down {
	max-width: 60px;
}

.simple-keyboard {
	bottom: -360px;
	transition: 1.5s;
}

.simple-keyboard.down {
	bottom: 0;
}

#quests-header {
	position: absolute;
    top: 220px;
    left: 50px;
}

#quests-header p:nth-child(1) {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    font-family: BarlowBold, sans-serif;
    margin-bottom: 40px;
}

#quests-header p:nth-child(2) {
    color: #fff;
    font-size: 24px;
    max-width: 320px;
}

#quests-footer {
	position: absolute;
    bottom: 36px;
    left: 50px;
    color: #fff;
    font-size: 28px;
}

#quests-body {
	position: absolute;
    width: 960px;
    height: 744px;
    top: 182px;
    right: 50px;
    overflow-y: scroll;
    z-index: 9999;
}

.quests-body-top-mask {
	opacity: 0;
	display: none;
	pointer-events: none;
	position: fixed;
	top: 180px;
	width: 960px;
	right: 50px;
	height: 60px;
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
	z-index: 20000;
}

.quests-body-bottom-mask {
	opacity: 0;
	display: none;
	pointer-events: none;
	position: fixed;
	bottom: 152px;
	width: 960px;
	right: 50px;
	height: 200px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
	z-index: 20000;
}

.step-quest .quests-body-top-mask, .step-quest .quests-body-bottom-mask {
	display: block;
	opacity: 1;
	transition: opacity 0.2s 2s;
}

.quest {
	position: relative;
	width: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0.2), rgba(255,255,255,0));
}

.quest-level {
	position: absolute;
	width: 204px;
	height: 40px;
	top: 0;
	left: 48px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: BarlowBold, sans-serif;
}

.quest.easy, .quest.medium, .quest.hard {
	margin-bottom: 8px;
}

.easy .quest-level {
	background-color: #75D8C6;
	color: #29524A;
}

.quest.easy .quest-header, .quest.easy .quest-body {
	border-left: solid 6px #75D8C6;
}

.medium .quest-level {
	background-color: #E37644;
	color: #5B311D;
}

.quest.medium .quest-header, .quest.medium .quest-body {
	border-left: solid 6px #E37644;
}

.hard .quest-level {
	background-color: #DB1A4D;
	color: #410817;
}

.quest.hard .quest-header, .quest.hard .quest-body {
	border-left: solid 6px #DB1A4D;
}

.quest-header {
	width: calc(100% - 6px);
	height: 240px;
}

.quests-body-content {
/*	padding-top: 60px;*/
/*	padding-bottom: 80px;*/
}

.quests-body-content > .quest {
	backdrop-filter: blur(10px);
}

.quest-body {
	transition: max-height 1s;
	max-height: 0;
	overflow: hidden;
}

.quest-title {
	color: #fff;
	font-size: 30px;
	position: absolute;
	left: 48px;
	top: 90px;
	max-width: 200px;
}

.quest-description {
	color: #fff;
	font-size: 19px;
	position: absolute;
	left: 265px;
	top: 90px;
}

.quest-discovered {
	position: absolute;
	top: 18px;
	right: 48px;
	font-size: 16px;
	color: #fff;
	z-index: 5;
}

.quest-down, .quest-up {
	position: absolute;
	top: 170px;
	right: 15px;
}

.quest-up {
	display: none;
}

.quest-icons {
	position: absolute;
	top: 20px;
	right: 0;
}

.quest-icon1 {
	position: absolute;
	right: 120px;
	z-index: 6;
}

.quest-icon2 {
	position: absolute;
	right: 96px;
	z-index: 5;
}

.quest-icon3 {
	position: absolute;
	right: 72px;
	z-index: 4;
}

.quest-icon4 {
	position: absolute;
	right: 48px;
	z-index: 3;
}

.quest-icon5 {
	position: absolute;
	right: 24px;
	z-index: 2;
}

.quest-icon6 {
	position: absolute;
	right: 0px;
	z-index: 1;
}

.quest-icons > div, .quest-icons > div img {
	width: 60px;
	height: 60px;
}

.quest-icons > div:first-child:before {
	content: " ";
	background: rgba(0, 0, 0, 0);
}

.quest-icons > div:before {
	/*content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;*/
}

.quest-divider {
	position: absolute;
	height: 1px;
	background-color: rgba(255,255,255, 0.15);
	width: calc(100% - 101px);
	right: 50px;
	margin-bottom: 30px;
}

.quest-divider:after {
	content: " ";
	clear: both;
}

.quest-body-left {
	float: left;
	width: 220px;
	padding-left: 45px;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 120px;
}

.quest-body-right {
	float: left;
	width: calc(100% - 321px);
	padding-top: 24px;
}

.quest-body .quest-icon {
	width: 124px;
	height: 124px;
	text-align: center;
	margin: 0 auto;
}

.quest-body .quest-icon > img {
	width: 100%;
}

.quest-body .quest-icon.locked {
	width: 98px;
	height: 98px;
}

.quest-body .vline-break {
	height: 180px;
    border-left: 1px dashed rgba(255,255,255,0.2);
    margin-left: 109.5px;
}

.quest-body .vline-break.locked {
	height: 140px;
}

.quest-question-left {
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	background-size: cover;
	background-image: url('quest_diamond.png');
	font-size: 15px;
	color: #000;
	line-height: 42px;
	text-align: center;
}

.quest-question {
	padding: 8px;
	height: 296px;
}

.quest-question.locked {
	height: 230px;
}

.quest-question-right {
	float: left;
	width: calc(100% - 58px);
	margin-left: 16px;
	font-size: 25px;
	color: #fff;
}

.quest-question-title {
	font-size: 25px;
	color: #fff;
	margin-bottom: 16px;
}

.quest-question-btn {
	float: left;
	margin-right: 10px;
    height: 60px;
    border-radius: 95px;
    background: rgba(255,255,255,0.1);
    font-size: 23px;
    font-weight: bold;
    font-family: BarlowBold, sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 56px;
    cursor: pointer;
    padding: 0 16px;
    margin-top: 16px;
}

.quest-question-btn:hover {
	background: #75D8C6;
	color: #223840;
}

img.quest-lock {
	position: absolute;
	top: 2px;
	right: 2px;
}

.quest-question-yes, .quest-question-no {
	display: none;
	margin-top: 32px;
	font-size: 17px;
}

.world-canvas canvas {
	transition: transform 0.5s;
}

.init.step-quest .new-badges, .init.step-badge .new-badges, .init.step-postcard .new-badges, .init.step-leaderboard .new-badges {
	transition: opacity 0.5s;
	opacity: 0;
	bottom: -660px;
}

.init.step-quest .orb, .init.step-badge .orb, .init.step-postcard .orb, .init.step-leaderboard .orb {
	transition: opacity 0.5s 0s !important;
	opacity: 0 !important;
}

.layer.step-quest .world-canvas canvas, .layer.step-leaderboard .world-canvas canvas {
	display: none !important;
	transform: translate(-460px, 200px);
}

.layer.step-postcard .world-canvas canvas {
	opacity: 0;
}

.layer #quests-header, .layer #quests-footer, .layer #quests-body {
	opacity: 0;
}

.layer #quests-header {
	transition-delay: 1s;
	transition: 0.8s;
}

.layer #quests-header p {
	transition: 0.8s;
	transform: translate(0, 32px);
}

.layer.step-quest #quests-header p {
	transform: translate(0, 0);
}

.layer #quests-footer {
	transition: 0.8s 2s;
	transform: translate(0, 32px);
}

.layer #quests-body {
	transition-delay: 1s;
	transition: 1s;
	transform: translate(0, 880px);
}

.layer.step-quest #quests-header {
	opacity: 1;
}

.layer.step-quest #quests-footer {
	opacity: 1;
	transform: translate(0, 0);
	z-index: 9998;
}

.layer.step-quest #quests-body {
	opacity: 1;
	transform: translate(0, 0);
}

.quest-marker {
	position: absolute;
	z-index: 10000;
	bottom: -100px;
	left: -100px;
	height: 54px;
	width: 35px;
	text-align: center;
	opacity: 0;
	transition: 0.5s;
}

.layer2.step-quest .quest-marker {
	opacity: 0;
}

.layer2.step-quest .quest-marker.active {
	opacity: 1;
}

#quest-marker1 {
	bottom: 270px;
	left: 442px;
}

#quest-marker2 {
	bottom: 270px;
	left: 496px;
}

#quest-marker3 {
	bottom: 270px;
	left: 550px;
}

#quest-marker4 {
	bottom: 270px;
	left: 604px;
}

#quest-marker5 {
	bottom: 410px;
	left: 156px;
}

#quest-marker6 {
	bottom: 410px;
	left: 210px;
}

#quest-marker7 {
	bottom: 410px;
	left: 760px;
}

#quest-marker8 {
	bottom: 410px;
	left: 814px;
}

#quest-marker9 {
	bottom: 510px;
	left: 260px;
}

#quest-marker10 {
	bottom: 510px;
	left: 314px;
}

#quest-marker11 {
	bottom: 510px;
	left: 590px;
}

#quest-marker12 {
	bottom: 510px;
	left: 644px;
}

.quest-marker img:nth-child(1) {
	width: 35px;
	height: 35px;
	margin-bottom: 2px;
	text-align: center;
	animation-name: questfloating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0.3s;
}

.quest-marker img:nth-child(2) {
	height: 14px;
	text-align: center;
	animation-name: questfloating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes questfloating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, -4px); }
    100%   { transform: translate(0, 0px); }    
}

#hidden-gem-panel {
	position: absolute;
	left: -534px;
	top: 0;
	width: 534px;
	height: 1080px;
	background: rgba(86, 33, 191, 0.4);
	backdrop-filter: blur(7.5px);
	border-radius: 10px;
	z-index: 10000;
	transition: 1s;
}

#hidden-gem-panel.active {
	left: 0;
}

.active .hidden-gem-title {
	transform: translate(0, 0);
	opacity: 1;
}

.hidden-gem-title {
	position: relative;
	margin-top: 110px;
	margin-left: 72px;
	font-size: 58px;
	color: #fff;
    transition-delay: 1s;
	transition: 1.5s;
	opacity: 0;
	transform: translate(0, 64px);
}

.hidden-gem-body {
	position: relative;
	margin-top: 62px;
	margin-left: 72px;
	transition: 1s;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    transition-delay: 1s;
}

.active .hidden-gem-body {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.hidden-gem-body-left {
	float: left;
	width: 188px;
	border-left: 0.5px solid #00C8AA;
	padding-left: 12px;
}

.hidden-gem-body-subtitle {
	color: #00C8AA;
	font-size: 9px;
	font-weight: bold;
	font-family: BarlowBold, sans-serif;
	margin-bottom: 4px;
}

.hidden-gem-body-attr-size {
	margin-bottom: 24px;
}

.hidden-gem-body-attr-size, .hidden-gem-body-attr-type {
	color: #fff;
	font-size: 14px;
}

.hidden-gem-body-right {
	float: left;
	width: 250px;
	color: #fff;
	font-size: 15px;
}

.hidden-gem-close {
	position: absolute;
	top: 50px;
	right: 45px;
}

.hidden-gem-img {
	position: absolute;
	width: 534px;
	bottom: 0;
}

.hidden-gem-img > img {
	width: 100%;
}

.hidden-gem-btn-left {
	position: absolute;
	left: 40px;
	bottom: 50px;
	opacity: 0.2;
}

.hidden-gem-btn-right {
	position: absolute;
	right: 40px;
	bottom: 50px;
	opacity: 0.2;
}

.active.hidden-gem-btn-right, .active.hidden-gem-btn-left {
	opacity: 1;
}

.hidden-gem-btn-left > img, .hidden-gem-btn-right > img {
	width: 65px;
	height: 65px;
}

.hidden-gem-progress {
	position: absolute;
	width: 80px;
	height: 36px;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.hidden-gem-current {
	position: absolute;
	font-size: 20px;
	color: #fff;
	left: 0;
	line-height: 36px;
}

.hidden-gem-progress-bar-total {
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	background-color: rgba(255,255,255,0.3);
	top: 17px;
}

.hidden-gem-bar-current {
	position: absolute;
	height: 1px;
	left: 0;
	width: 10px;
	background-color: rgba(255,255,255,1);
}

.hidden-gem-total {
	position: absolute;
	font-size: 20px;
	color: #fff;
	right: 0;
	line-height: 36px;
}

#hidden-gem-badge-animation {
	position: absolute;
	top: -100px;
	left: -100px;
	opacity: 0;
	transition: opacity 1s;
	width: 180px;
	height: 180px;
}

#hidden-gem-badge-animation > img {
	width: 100%;
}

#hidden-gem-panel-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 1080px;
	pointer-events: none;
	opacity: 0;
	z-index: 10000;
	background-color: #000;
}

#hidden-gem-panel-mask.active {
	opacity: 0.7;
}

#hidden-gem-badge-animation.active {
	opacity: 1;
	animation-name: pulsing;
		animation-duration: 2s;
		animation-iteration-count: infinite;
		z-index: 10000;
}

@keyframes pulsing {
    0% { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100%   { transform: scale(1); }    
}

.username-step {
	text-align: center;
}

#name {
	font-size: 28px;
	color: rgba(255,255,255,0.5);
}

.username-step .input-error {
	font-size: 20px;
}

.hg-button span {
	font-size: 40px !important;
}

.force-hide {
	display: none !important;
}