<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {padding:0; margin:0; background:#fff;}

*{
	outline: none;
}

:focus{
	outline: none;
}

img{
	pointer-events: none;
}

.debugFalse {background:#880000; padding:5px; color:#FFF;}
.debugTrue {background:#008800; padding:5px; color:#FFF;}
.debugLayer {z-index:9999; position:absolute; bottom:0; left:0; padding:10px; background:#333; color:#FFF; opacity:0.5}

/*.Face1Content {background:rgba(255,0,0,1);}*/
.Face1Content {background:#f2f2f2; position:absolute; top:0; left:0; width:100%; height:100%;}
.Face2Content {background:#f2f2f2; position:absolute; top:0; left:0; width:100%; height:100%;}
.Face3Content {background:#f2f2f2; position:absolute; top:0; left:0; width:100%; height:100%;}
.Face4Content {background:#f2f2f2; position:absolute; top:0; left:0; width:100%; height:100%;}
.Face5Content {background:#f2f2f2; position:absolute; top:0; left:0; width:100%; height:100%;}
.Face6Content {background:#f2f2f2; position:absolute; top:0; left:0; width:100%; height:100%;}

.sensLayer {
	font-size:45px;
	position:absolute;
	z-index:5;
	/*border:1px solid red;*/
	/*width:60%;
	height:60%;
	top:20%;
	left:20%;*/
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}

/* Face 1 initial front */
.Face1 {
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	/*background:rgba(255,0,0,1);*/
	backface-visibility: hidden;
	overflow:hidden;
}

/* Face 2 initial right */
.Face2 {
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	/*background:rgba(0,255,0,1);*/
	backface-visibility: hidden;
	overflow:hidden;
	/*transform:rotate3D(0,1,0,90deg);*/
}

/* Face 3 initial back */
.Face3 {
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	/*background:rgba(0,0,255,1);*/
	backface-visibility: hidden;
	overflow:hidden;
	/*transform:rotate3D(0,1,0,180deg);*/
}

/* Face 4 initial left */
.Face4 {
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	/*background:rgba(128,128,0,1);*/
	backface-visibility: hidden;
	overflow:hidden;
	/*transform:rotate3D(0,1,0,270deg);*/
}

/* Face 5 initial top */
.Face5 {
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	/*background:rgba(128,0,128,1);*/
	backface-visibility: hidden;
	overflow:hidden;
	/*transform:rotate3D(1,0,0,90deg);*/
}

/* Face 6 initial bottom */
.Face6 {
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	/*background:rgba(0,128,128,1);*/
	backface-visibility: hidden;
	overflow:hidden;
	/*transform:rotate3D(1,0,0,-90deg);*/
}

.NavigationPanel {
	position:absolute;
	width:160px;
	height:120px;
	top:20px;
	right:20px;
	z-index:10;
}

.NavigationPanelMobile {
	cursor:pointer;
	position:absolute;
	width:60px;
	height:60px;
	top:0;
	right:0;
	background: transparent	;
	z-index:19;
}

.NavigationPanelMobile #Navico{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
}
.NavigationPanelMobile #Navico .side svg{
	width: 36px;
	height: 20px;
}
.NavigationPanelMobile #Navico .side{
	transition: all 0.3s ease;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -18px;
	width: 36px;
	height: 20px;
	position: absolute;
}
.NavigationPanelMobile #Navico.NavIcoHidden .side.top{
	transform: translate(0, -9.5px);
	animation: topjaw 5s infinite;
}
.NavigationPanelMobile #Navico.NavIcoHidden .side.left{
	transform: rotate(-120deg) translate(0, -9.5px);
	animation: leftjaw 5s infinite;
}
.NavigationPanelMobile #Navico.NavIcoHidden .side.right{
	transform: rotate(120deg) translate(0, -9.5px);
	animation: rightjaw 5s infinite;
}

@keyframes topjaw {
	0%{
		transform: translate(0, -9.5px);
	}

	10%{
		transform: translate(0, -9.5px);
	}

	20%{
		transform: translate(0, -15px);
	}

	30%{
		transform: translate(0, -9.5px);
	}

	100%{
		transform: translate(0, -9.5px);
	}
}

@keyframes leftjaw {
	0%{
		transform: rotate(-120deg) translate(0, -9.5px);
	}

	10%{
		transform: rotate(-120deg) translate(0, -9.5px);
	}

	20%{
		transform: rotate(-120deg) translate(0, -15px);
	}

	30%{
		transform: rotate(-120deg) translate(0, -9.5px);
	}

	100%{
		transform: rotate(-120deg) translate(0, -9.5px);
	}
}

@keyframes rightjaw {
	0%{
		transform: rotate(120deg) translate(0, -9.5px);
	}

	10%{
		transform: rotate(120deg) translate(0, -9.5px);
	}

	20%{
		transform: rotate(120deg) translate(0, -15px);
	}

	30%{
		transform: rotate(120deg) translate(0, -9.5px);
	}

	100%{
		transform: rotate(120deg) translate(0, -9.5px);
	}
}

.NavigationPanelMobile #Navico.NavIco .side.top{
	transform: translate(0, -10px);
	animation: none;
}
.NavigationPanelMobile #Navico.NavIco .side.left{
	transform: rotate(-120deg) translate(0, -10px);
	animation: none;
}
.NavigationPanelMobile #Navico.NavIco .side.right{
	transform: rotate(120deg) translate(0, -10px);
	animation: none;
}



.NavigationPanelMobileContent {
	transition: all 0.3s ease;
	position:absolute;
	top:60px;
	right:0;
	padding:0px;
	background: #ccc;
}

.NavigationPanelMobileContentHidden {
	transition: all 0.3s ease;
	position:absolute;
	top:60px;
	right:0;
	padding:0px;
	background:#FF0000;
	display:none;
}


#NavigationPanel div[class^="Navigation"]{
  cursor: pointer;
  width: 38px;
  height: 38px;
}

#NavigationPanel div[class^="Navigation"] [class^="tip"]{
  width: 38px;
  height: 38px;
}




#NavigationPanel div[class^="Navigation"] [class^="tip"] span{
  visibility: hidden;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
  font-size: 16px;
  opacity: 0;
	padding: 0 5px;
  transition: all 0.3s ease;
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  background: #FE9B18;
  transform: translate(-100%, -100%);
}

#NavigationPanel div:not([class$="Sel"]) [class^="tip"]:hover,
#NavigationPanel div:not([class$="Sel"]) [class^="tip"]:focus{
  background-color: #FE9B18;
  z-index: 1;
	cursor: pointer;
}

#NavigationPanel div:not([class$="Sel"]) [class^="tip"]:hover span,
#NavigationPanel div:not([class$="Sel"]) [class^="tip"]:focus span{
  visibility: visible;
  opacity: 1;
}

#NavigationPanel div[class$="Sel"] [class^="tip"]{
  cursor: default;

}

[class^="tip"] svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

#NavigationPanelMobile [class^="tip"] svg{

  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

#NavigationPanel div[class^="Navigation"] [class^="tip"] svg use{
  fill: #6b6b6b;
}

#NavigationPanel div[class^="Navigation"]:focus [class^="tip"] svg use,
#NavigationPanel div[class^="Navigation"]:hover [class^="tip"] svg use,
#NavigationPanel div[class^="Navigation"] [class^="tip"] svg use{
  fill: #fff;
}



.NavigationLeft {position:absolute; top:40px; left:0; width:40px; height:40px; cursor:pointer;background-color: #ccc; z-index: 0}
.NavigationLeft:hover {background-color: #fe9b18; z-index: 1;}
.NavigationFront {position:absolute; top:40px; left:40px; width:40px; height:40px; cursor:pointer;background-color: #ccc; z-index: 0}
.NavigationFront:hover {background-color: #fe9b18; z-index: 1;}
.NavigationRight {position:absolute; top:40px; left:80px; width:40px; height:40px; cursor:pointer;background-color: #ccc; z-index: 0}
.NavigationRight:hover {background-color: #fe9b18; z-index: 1;}
.NavigationBack {position:absolute; top:40px; left:120px; width:40px; height:40px; cursor:pointer;background-color: #ccc; z-index: 0}
.NavigationBack:hover {background-color: #fe9b18; z-index: 1;}
.NavigationTop {position:absolute; top:0; left:40px; width:40px; height:40px; cursor:pointer;background-color: #ccc; z-index: 0}
.NavigationTop:hover {background-color: #fe9b18; z-index: 1;}
.NavigationBottom {position:absolute; top:80px; left:40px; width:40px; height:40px; cursor:pointer;background-color: #ccc; z-index: 0}
.NavigationBottom:hover {background-color: #fe9b18; z-index: 1;}

.NavigationLeftSel {position:absolute; top:40px; left:0; width:30px; height:30px; cursor:pointer; background-color: #CF4500;}
.NavigationFrontSel {position:absolute; top:40px; left:40px; width:30px; height:30px; cursor:pointer; background-color: #CF4500;}
.NavigationRightSel {position:absolute; top:40px; left:80px; width:30px; height:30px; cursor:pointer; background-color: #CF4500;}
.NavigationBackSel {position:absolute; top:40px; left:120px; width:30px; height:30px; cursor:pointer; background-color: #CF4500;}
.NavigationTopSel {position:absolute; top:0; left:40px; width:30px; height:30px; cursor:pointer; background-color: #CF4500;}
.NavigationBottomSel {position:absolute; top:80px; left:40px; width:30px; height:30px; cursor:pointer; background-color: #CF4500;}

.NavigationMobileLeft {position: relative; padding:10px; white-space:nowrap; cursor:pointer; padding-left: 40px; box-sizing: border-box;}
.NavigationMobileFront {position: relative; padding:10px; white-space:nowrap; cursor:pointer; padding-left: 40px; box-sizing: border-box;}
.NavigationMobileRight {position: relative; padding:10px; white-space:nowrap; cursor:pointer; padding-left: 40px; box-sizing: border-box;}
.NavigationMobileBack {position: relative; padding:10px; white-space:nowrap; cursor:pointer; padding-left: 40px; box-sizing: border-box;}
.NavigationMobileTop {position: relative; padding:10px; white-space:nowrap; cursor:pointer; padding-left: 40px; box-sizing: border-box;}
.NavigationMobileBottom {position: relative; padding:10px; white-space:nowrap; cursor:pointer; padding-left: 40px; box-sizing: border-box;}

.NavigationMobileLeft:hover {background-color: #fe9b18;}
.NavigationMobileFront:hover {background-color: #fe9b18;}
.NavigationMobileRight:hover {background-color: #fe9b18;}
.NavigationMobileBack:hover {background-color: #fe9b18;}
.NavigationMobileTop:hover {background-color: #fe9b18;}
.NavigationMobileBottom:hover {background-color: #fe9b18;}

.NavigationMobileLeftSel {padding:10px; white-space:nowrap; cursor:pointer; position: relative;  padding-left: 40px; background-color: #CF4500;}
.NavigationMobileFrontSel {padding:10px; white-space:nowrap; cursor:pointer; position: relative;  padding-left: 40px; background-color: #CF4500;}
.NavigationMobileRightSel {padding:10px; white-space:nowrap; cursor:pointer; position: relative;  padding-left: 40px; background-color: #CF4500;}
.NavigationMobileBackSel {padding:10px; white-space:nowrap; cursor:pointer; position: relative;  padding-left: 40px; background-color: #CF4500;}
.NavigationMobileTopSel {padding:10px; white-space:nowrap; cursor:pointer; position: relative;  padding-left: 40px; background-color: #CF4500;}
.NavigationMobileBottomSel {padding:10px; white-space:nowrap; cursor:pointer; position: relative;  padding-left: 40px; background-color: #CF4500;}

@media screen and (min-width: 800px) {
.NavigationPanel {

}
.NavigationPanelMobile {display:none;}
}

@media screen and (max-width: 800px) {
.NavigationPanel {display:none;}
.preloader .NavigationPanel {display:block;}


}


@font-face {
  font-family: 'intro';
  src: url('./fonts/intro.eot');
  src: url('./fonts/intro.eot?#iefix') format('embedded-opentype'),
       url('./fonts/intro.woff') format('woff'),
       url('./fonts/intro.ttf') format('truetype'),
       url('./fonts/intro.svg#Intro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'proxima_nova';
    src: url('./fonts/proxima_nova_regular.eot');
    src: url('./fonts/proxima_nova_regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/proxima_nova_regular.woff') format('woff'),
    url('./fonts/proxima_nova_regular.ttf') format('truetype'),
    url('./fonts/proxima_nova_regular.svg#proxima_nova_rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body {


    font-family: 'intro', sans-serif;
    margin: 0;

}


.cube__face {
		padding: 10px;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    width: 100vw;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    border: 1px solid #CCC;
    text-align: center;
    z-index: 0;
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cube__face .content{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}


.cube__face.cube__face--bottom .content{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cube__face .left,
.cube__face .right{
	-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
width: 100%;
margin-bottom: 2em;
}
.cube__face .right{
	height: 250px;
}


@media screen and (orientation: landscape) {
	.cube__face .content{
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cube__face .left,
	.cube__face .right{
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;

	}
	.cube__face.cube__face--right .content{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.headslider{
	position: relative;
	width: 100%;
}

.headslider section{
	position: absolute;
}
@media screen and (orientation: portrait) {

	.headslider{
		min-height: 4em;
		position: relative;
	}


	.cube__face .content{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cube__face.cube__face--bottom .content{
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cube__face .left,
	.cube__face .right{
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}
@media screen and (orientation: portrait) and (min-height: 768px) {

		.cube__face .left{
			margin-bottom: 1em;
		}


	.cube__face .right{
		height: 400px;
		max-height: 50%;
		margin-top: 20px;
	}
}
@media screen and (orientation: portrait) and (max-height: 767px) {

		.cube__face .left{
			margin-bottom: 0em;
		}

	.cube__face .right{
		height: 200px;
		max-height: 30%;
		margin-top: 20px;
	}
}



.cube__face:before, .cube__face:after{
  z-index: 0;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
}

.cube__face--front:before {
  max-width: 10%;
  max-height: 30%;
  width: 306px;
  height: 448px;
  background-image: url(../img/branch-front.png);
  background-size: contain;
  top: 0%;
  left: 0%;
  background-position: top left;
}

.cube__face--front:after {
  max-width: 50%;
  max-height: 60%;
  width: 836px;
  height: 639px;
  background-image: url(../img/videobg.png);
  background-size: contain;
  bottom: 0%;
  left: 0%;
  background-position: bottom left;
}

.cube__face--right:before {
  max-width: 40%;
  max-height: 25%;
  width: 435px;
  height: 199px;
  background-image: url(../img/branch-top-games.png);
  background-size: contain;
  top: 0%;
  right: 10%;
  background-position: top left;
}

.cube__face--back:before {
  max-width: 40%;
  max-height: 25%;
  width: 435px;
  height: 199px;
  background-image: url(../img/branch-top-games.png);
  background-size: contain;
  top: 0%;
  right: 10%;
  background-position: top left;
}

.cube__face--right:after {
  max-width: 10%;
  max-height: 30%;
  width: 134px;
  height: 254px;
  background-image: url(../img/branch-bottom-games.png);
  background-size: contain;
  bottom: -4%;
  left: 0%;
  background-position: bottom left;
}

.cube__face--bottom:before {
  max-width: 40%;
  max-height: 25%;
  width: 299px;
  height: 173px;
  background-image: url(../img/buy-bottom-left.png);
  background-size: contain;
  bottom: 0%;
  left: 0%;
  background-position: top left;
}

.cube__face--bottom:after {
  max-width: 10%;
  max-height: 30%;
  width: 118px;
  height: 192px;
  background-image: url(../img/buy-bottom-right.png);
  background-size: contain;
  bottom: 0%;
  right: 0%;
  background-position: bottom left;
}

/* .cube__face--back:after {
  max-width: 45%;
  max-height: 75%;
  width: 510px;
  height: 610px;
  background-image: url(../img/review-bottom-right.png);
  background-size: contain;
  bottom: 0%;
  right: 0%;
  background-position: bottom right;
} */

.cube__face--top:after {
  max-width: 40%;
  max-height: 50%;
  width: 525px;
  height: 768px;
  background-image: url(../img/blueprint-right-bottom.png);
  background-size: contain;
  bottom: 0%;
  right: 0%;
  background-position: bottom right;
}

@media screen and (max-width: 767px){
	.cube__face--top:after {
		max-width: 60%;
	}
}

.content .dllink{
  background-color: #FE9B18;
  display: block;
  text-decoration: none;
  padding-left: 62px;
  padding-right: 33px;
  position: relative;
  display: inline-block;
}

.content .dllink svg{
  width: 30px;
  height: 21px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.content .dllink svg use{
  fill: #fff;
}

.content .dllink span{
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  line-height: 48px;
  display: block;
}

.cube__face--left .content .wide{
  padding-right: 45%;
  box-sizing: border-box;
	padding-bottom: 3.5em;
}

.cube__face--left .content .wide:after{
	content: '';
  position: absolute;
	z-index: -1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 38%;
	height: 100%;
	background-image: url(../img/aboutcube.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.cube__face--left .content .wide:after{
		bottom: -80px;
    top: auto;
    z-index: -1;
    content: '';
    position: absolute;
    height: 100%;
    transform: translate(50%, 0);
    right: 50%;
    width: 140px;
	}
}


.cube__face .content ol{
  counter-reset: list;
  margin: 0;
  padding-left: 50px;
}

.cube__face .content ol li{
  list-style: none;
  position: relative;
  min-height: 35px;
  margin-bottom: 0.5em;
}
.cube__face .content ol li:before{
  position: absolute;
  font-size: 24px;
  left: -50px;
  top: 0em;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #FE9B18;
  color: #fff;
  line-height: 35px;
  text-align: center;
  content: counter(list);
  counter-increment: list;
}

.cube__face--top .content .wide ol{
  width: 50%;
}

.cube__face--top .content .wide h2,
.cube__face--top .content .wide ol{
  position: relative;
  z-index: 1;
}

.cube__face--top .content .wide:before {
		pointer-events: none;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 450px;
    height: 580px;
    max-width: 50%;
    max-height: 120%;
    background-image: url(../img/blueprint-img.png);
    background-size: contain;
    top: 0%;
    right: 10%;
    background-position: top center;
}

.cube__face--back .content .wide:before {
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 514px;
    height: 918px;
    max-width: 50%;
    max-height: 90%;
    background-image: url(../img/iphone.png);
    background-size: contain;
    top: -2%;
    left: 48%;
    background-position: top center;
				pointer-events: none;
}


.cube__face--back ol{
  max-width: 56%
}

.cube__face--right .gamesbox img{
  width: 242px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1279px){
	.cube__face--right .gamesbox img{
		width: 160px;
	}
}

.cube__face--right .gamesbox .gametitle{
  font-size: 20px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  background-color: #FF9100;
  padding: 0 11px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.cube__face--right .gamesbox .gamedesc{
  font-family: 'proxima_nova';
  font-weight: 300;
  line-height: 29px;
  font-size: 18px;
}


.shopsbox{
	position: relative;
  width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopsbox .slide{
	-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 1 1 33.33%;
-ms-flex: 1 1 33.33%;
flex: 1 1 33.33%;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
text-align: center;
}

@media screen and (max-width: 1023px){
	.shopsbox .slide{
		display: none;
	}
	.shopsbox .slide img{
		display: block;
		margin: auto;
	}
	.shopsbox .slide#bsl1{
		display: block;
	}
}



.slick-slide img{
  margin: auto;
	width: 300px;
	height: auto;
max-width: 100%;

}


.slick-prev,
.slick-next{
  transition: all 0.3s ease;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 0;
	display: none;
}

@media screen and (max-width: 1023px) {
	.slick-prev,
	.slick-next{
		display: block;
	}
}

.slick-prev svg,
.slick-next svg{
  width: 45px;
  height: 24px;
  transition: all 0.3s ease;
}

.slick-prev svg use,
.slick-next svg use{
  fill: #898989;
  transition: all 0.3s ease;
}

.slick-prev svg,
.slick-next svg{
  width: 45px;
  height: 24px;
  transition: all 0.3s ease;
}

.slick-prev:hover svg use,
.slick-next:hover svg use{
  fill: #FF9100;
}

.slick-prev{
  left: 20px;
  right: auto;
  transform: translateY(-50%) rotate(180deg) ;
}

.slick-next{
  right: 20px;
  left: auto;
  transform: translateY(-50%);
}

.cube__face.cube__face--top .content .wide{
	width: 100%;
}

.cube__face .content .magic{
  text-transform: uppercase;
}

.cube__face .content .btns{
  padding-top: 1em;
  text-align: center;
}
.cube__face .content .btns a.app{
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  width: 140px;
  height: 42px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  margin: 0 50px;
}
.cube__face .content .btns a.app:hover,
.cube__face .content .btns a.app:focus{
  opacity: 0.8;
}
.cube__face .content .btns a.app.appstore{
  background-image: url(../img/appstore.png);
}
.cube__face .content .btns a.app.gplay{
  background-image: url(../img/googleplay.png);
}
.android .cube__face .content .btns a.app.appstore{
  display: none;
}
.ios .cube__face .content .btns a.app.googleplay{
  display: none;
}

@media screen and (max-width: 767px){
  .cube__face--left .content .wide{
    padding-right: 0;
		padding-bottom: 50%;
  }
  .cube__face--left .content .wide:before {
    opacity: 0.2;
    max-width: 80%;
    max-height: 80%;
  }

}


.cube__face--left:after {
  max-width: 50%;
  max-height: 60%;
  width: 1920px;
  height: 365px;
  max-width: 90%;
  max-height: 35%;
  background-image: url(../img/about-img.png);
  background-size: contain;
  bottom: 0%;
  left: 0%;
  background-position: bottom left;
}


.logo{
  transition: all 0.3s ease;
  z-index: 10;
  width: 118px;
  height: 47px;
  /* opacity: 0; */
  position: fixed;
  top: 39px;
  left: 36px;
  background: url(../img/logo.png) center no-repeat;
  background-size: contain;
}

.cube__face .content{
  width: 100%;
  max-width: 1160px;
  padding: 70px;
  text-align: left;
  transition: all 0.3s ease;
  /* opacity: 0; */
  position: relative;
  z-index: 1;
}

.cube__face .content p,
.cube__face .content li{
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  font-family: 'proxima_nova';
}

.cube__face .content p *,
.cube__face .content li *{
  font-size: inherit;
  line-height: inherit;
}

@media (orientation: landscape) and (min-width: 768px) {
	.cube__face.cube__face--bottom .content p{
		max-width: calc(100% - 160px);
	}
}



.cube__face div[class^="btn-"]{
  z-index: 2;

  /* opacity: 0; */
  position: absolute;
  color: #898989;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 35px;
}




.cube__face div[class^="btn-"] svg{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.cube__face div[class^="btn-"] svg use{
  fill: #898989;
}

.cube__face div[class^="btn-"] span{
  display: block;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .cube__face div[class^="btn-"]{
    display: none
  }
}

.cube__face .btn-top{
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.cube__face .btn-bottom{
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.cube__face .btn-left{
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.cube__face .btn-right{
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}


@media screen and (orientation: landscape) and (max-width: 839px){
  .cube__face .content .btns{
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  .cube__face--back .content ol {
      max-width: 80%;
      width: 80%;
  }
}
@media screen and (orientation: portrait) and (max-width: 839px){
  .btn-left{
    left: 110px;
  }
  .btn-right{
    right: 110px;
  }


}
@media screen and (orientation: portrait){

    .cube__face--back .content ol {
      max-width: 90%;
      width: 90%;
    }

  .btn-left{
    left: -24px;
  }
  .btn-right{
    right: -24px;
  }


}

@media screen and (orientation: landscape){

  .btn-left{
    left: -14px;
  }
  .btn-right{
    right: -14px;
  }


}


[class^="Face"][class$="Content"]{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}



#Face1::after {
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

iframe{
	opacity: 0;
}

#Face1 iframe{
	opacity: 1;
}


.cube__face--front {
    background-image: url(../img/bgfront.png);
}


.cube__face--right {
    background-image: url(../img/bg.png);
}

.cube__face--back {
    background-image: url(../img/bg.png);
}

.cube__face--left {
    background-image: url(../img/bg.png);
}

.cube__face--top {
    background-image: url(../img/bgtop.png);
}

.cube__face--bottom {
    background-image: url(../img/bg.png);
}

h1, h2{
  display: block;
  text-transform: uppercase;
  color: #333333;
  margin-top: 0em;
  margin-bottom: 1em;
}
h1{

  line-height: 74px;
  font-size: 58px;
}
h2{

  line-height: 66px;
  font-size: 52px;
}
.radio-group {
    display: block;
    height: 21px;
    z-index: 5;
    position: absolute;
    top: 60px;
    right: 30px;
}

.radio-group input {
    display: none;
}

.radio-group label{
  z-index: 0;
  margin: 3px;
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  width: 21px;
  height: 21px;
  background-color: #ccc;
}

.radio-group label[for="radio-top"],
.radio-group label[for="radio-bottom"]{
  position: absolute;
  left: 27px;
}

.radio-group label[for="radio-top"]{
  top: -27px;
}
.radio-group label[for="radio-bottom"]{
  bottom: -33px;
}


.radio-group label span{
  visibility: hidden;
  height: 21px;
  line-height: 25px;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  background: #FE9B18;
  transform: translate(-100%, -100%);
}

.radio-group div:not([class$="Sel"]) [class^="tip"]:hover,
.radio-group div:not([class$="Sel"]) [class^="tip"]:focus{
  background-color: #FE9B18;
  z-index: 1;
}

.radio-group div:not([class$="Sel"]) [class^="tip"]:hover span,
.radio-group div:not([class$="Sel"]) [class^="tip"]:focus span{
  visibility: visible;
  opacity: 1;
}

.radio-group input:checked+label{
  cursor: default;
  background-color: #CF4500;
}

.radio-group label svg{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

.radio-group label svg use{
  fill: #6b6b6b;
}

.radio-group label:focus svg use,
.radio-group label:hover svg use,
.radio-group input:checked + label svg use{
  fill: #fff;
}

.cube.show-front .content{
  height: 355px;
  max-height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}


.cube.show-front .left{
  margin-bottom: 0.5em;
  float: left;
  width: 43%;
}

.slideholder{
  max-width: 100%;
  float: left;
	width: 100%;
}
@media (orientation: landscape) {
	.slideholder{
		height: 6em;
	}
}

.cube.show-front .right{
  width: 50%;
  height: 354px;
}

.cube.show-front .wide{
  float: left;
}

@media screen and (max-width: 1365px){
	@media (orientation: landscape) {
		.slideholder{
			height: 4em;
			margin-top: 1em;
		}
	}

  h1{

    line-height: 42px;
    font-size: 40px;
  }
  h2{

    line-height: 36px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1279px){

    .cube__face--back .content .wide:before {
      display: none;
    }
}
@media screen and (max-width: 839px){


  .cube__face--back::after {
    display: none;
  }

  .logo{
    top: 14px;
    left: 14px;
    width: 90px;
    height: 34px;
  }

  .cube.show-front .content{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .cube.show-front .left{
    width: 100%;
  }

  .cube.show-front .right{
    width: 100%;
    height: 335px;
  }
  .cube__face .content{
    padding: 70px 30px;
  }
  .radio-group {
    display: none;
  }
  h1{
    margin: 0;
    line-height: 48px;
    font-size: 34px;
  }
  h2{
    margin: 0;
    line-height: 32px;
    font-size: 28px;
  }
  h1, h2{
    margin-top: 0em;
    margin-bottom: 0.6em;
  }

  .cube__face--top .content .wide{
    padding-right: 0;
  }
  .cube__face--top .content .wide:before {
		opacity: 0.5;
		max-width: 80%;
		max-height: 80%;
		top: 190px;
		width: 220px;
  }

  .cube__face--top .content .wide ol{
    width: 90%;
		padding-bottom: 40%;
  }

  .cube__face .content p,
  .cube__face .content li{
    font-size: 14px;
    line-height: 22px;
  }

}

@media screen and (max-width: 640px){

	.cube__face.cube__face--top .content{
		/* background-color: rgba(255, 255, 255, 0.7); */
	}
  .cube__face .content .magic{
    text-align: center;
  }


/*
.cube__face--back .qrcode{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
	width: 50px;
} */

  .cube__face .content .btns a.app{
		padding: 0;
    text-align: right;
    margin: 0;
  }

  .cube__face .btn-bottom{
    bottom: 4px;
  }
  .slick-slide{
    text-align: center;
  }
  .cube__face--right .gamesbox .gamedesc{
    /* display: none; */
		display: block;
  }
  .cube__face--right .gamesbox .gametitle{
    font-size: 16px;
    text-align: center;
    margin: auto;
    line-height: 24px;
    height: 22px;
		width: 100%;
  }

  .content .dllink{
    height: 28px;
    padding-right: 20px;
  }
  .content .dllink svg{
    left: 10px;
    width: 14px;
  }
  .content .dllink span{
    font-size: 12px;
    line-height: 28px;
  }

  .cube__face .content ol{
    padding-left: 30px;
  }
  .cube__face .content ol li{
    min-height: 20px;
  }
  .cube__face .content ol li:before{
    left: -30px;
    font-size: 16px;
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
  .cube__face--bottom .shopsbox img{
    width: 80px;
    max-width: 100%;
    height: auto;
  }

  .cube__face--right .gamesbox img{
    width: 100px;
    max-width: 100%;
    height: auto;
  }

	.gamesbox .slick-prev, .gamesbox .slick-next{
		top: 25%;
	}

  .cube.show-front .right{
    height: 100px;
    width:
  }
    .logo {
      top: 24px;
      left: 10px;
      width: 80px;
      height: 24px;
    }

  .cube__face .content{
    padding: 50px 20px;
  }


  .cube__face .content .left,
  .cube__face .content .right{
    padding: 20px 10px;
  }



  .cube__face .content p,
  .cube__face .content li{
    font-size: 12px;
    line-height: 18px;
  }

  .radio-group {
    display: none;
  }
  h1{
    margin: 0;
    line-height: 40px;
    font-size: 24px;
  }
  h2{
    margin: 0;
    line-height: 38px;
    font-size: 22px;
  }
}

.cubeslider.gamesbox{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}


.cubeslider.gamesbox .slide{
	padding-left: 15px;
	padding-right: 15px;

}


@media screen and (min-width: 1024px){
	.cubeslider.gamesbox{

		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cubeslider.gamesbox .slide{
		-webkit-flex: 0 1 33%;
		-ms-flex: 0 1 33%;
		flex: 0 1 33%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;

		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}
}
@media screen and (max-width: 1023px){
	.cubeslider.gamesbox {
    width: 100%;
    display: block;
    max-width: 600px;
    margin: auto;
}
	.cubeslider.gamesbox .slide#sl2,
	.cubeslider.gamesbox .slide#sl3{
		display: none;
	}
	.cube__face--right .gamesbox .gametitle{
		display: block;
	}
	.cubeslider.gamesbox .slide {
	    padding-left: 15px;
	    padding-right: 15px;
	    max-width: 400px;
	    text-align: center;
	    margin: auto;
	}

	.cube__face--back{
		position: relative;
	}

}
.cube__face--back::after {
	content: '';
	position: absolute;
	max-width: 45%;
	max-height: 75%;
	width: 510px;
	height: 610px;
	background-image: url(../img/review-bottom-right.png);
	background-size: contain;
	bottom: 0%;
	right: 0%;
	background-position: bottom right;
}


.cube__face--back .qrcode{
	content: '';
	position: absolute;
	max-width: 45%;
	max-height: 75%;
	width: 510px;
	height: 610px;
	background-image: url(../img/review-bottom-right.png);
	background-size: contain;
	bottom: 0%;
	right: 0%;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: -1;
}

@media screen and (max-width: 1023px){
	.cube__face--back::after {
		display: none;
	}
}
@media screen and (min-width: 1024px){
	.cube__face--back .qrcode{
		display: none;
	}
}
</pre></body></html>