@font-face {
    font-family: 'Europa';
    src: url('../fonts/europa_light-webfont.woff2') format('woff2'),
         url('../fonts/europa_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Europa';
    src: url('../fonts/europa_regular-webfont.woff2') format('woff2'),
         url('../fonts/europa_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
  	padding: 0;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

html,
body {
	min-height: 100vh;
	overflow-x: hidden;
	font-family: Europa, sans-serif;
}

.js .container {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.back-to-shop{
	background: #000;
	width: 66px;
	height: 66px;
	position: fixed;
	top: 32px;
	left:32px;
	z-index: 10000;
	cursor: pointer;
}

.back-to-shop svg{
	width: 32px;
	position: absolute;
	top: 48.5%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.back-to-shop svg circle {
    -webkit-animation-name: changecolour;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: changecolour;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-out;
    -ms-animation-name: changecolour;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-out;
    -o-animation-name: changecolour;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-out;
    animation-name: changecolour;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@-webkit-keyframes changecolour {
    0%   {fill: #000;}
    36%  {fill: #ffe200;}
    50%  {fill: #000;}
    88%  {fill: #ffe200;}
    100%   {fill: #000;}
}
@-moz-keyframes changecolour {
    0%   {fill: #000;}
    36%  {fill: #ffe200;}
    50%  {fill: #000;}
    88%  {fill: #ffe200;}
    100%   {fill: #000;}
}
@-ms-keyframes changecolour {
    0%   {fill: #000;}
    36%  {fill: #ffe200;}
    50%  {fill: #000;}
    88%  {fill: #ffe200;}
    100%   {fill: #000;}
}
@-o-keyframes changecolour {
    0%   {fill: #000;}
    36%  {fill: #ffe200;}
    50%  {fill: #000;}
    88%  {fill: #ffe200;}
    100%   {fill: #000;}
}
@keyframes changecolour {
    0%   {fill: #000;}
    36%  {fill: #ffe200;}
    50%  {fill: #000;}
    88%  {fill: #ffe200;}
    100%   {fill: #000;}
}

.sentence{
	text-align: left;
	width: 282px;
	color: #666;
	line-height: 22px;
	position: absolute;
	top: -88px;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0;
  padding: 0 20px;
}

.rotates {
  display: inline;
  text-indent: 5px;
}

.rotates span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: #000;
  -webkit-animation: rotateWord 72s ease-in-out infinite 0s;
  -ms-animation: rotateWord 72s ease-in-out infinite 0s;
  animation: rotateWord 72s ease-in-out infinite 0s;
}

.rotates span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}

.rotates span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.rotates span:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}

.rotates span:nth-child(5) {
  -webkit-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

.rotates span:nth-child(6) {
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}

.rotates span:nth-child(7) {
  -webkit-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

.rotates span:nth-child(8) {
  -webkit-animation-delay: 21s;
  -ms-animation-delay: 21s;
  animation-delay: 21s;
}

.rotates span:nth-child(9) {
  -webkit-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

.rotates span:nth-child(10) {
  -webkit-animation-delay: 27s;
  -ms-animation-delay: 27s;
  animation-delay: 27s;
}

.rotates span:nth-child(11) {
  -webkit-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}

.rotates span:nth-child(12) {
  -webkit-animation-delay: 33s;
  -ms-animation-delay: 33s;
  animation-delay: 33s;
}

.rotates span:nth-child(13) {
  -webkit-animation-delay: 36s;
  -ms-animation-delay: 36s;
  animation-delay: 36s;
}

.rotates span:nth-child(14) {
  -webkit-animation-delay: 39s;
  -ms-animation-delay: 39s;
  animation-delay: 39s;
}

.rotates span:nth-child(15) {
  -webkit-animation-delay: 42s;
  -ms-animation-delay: 42s;
  animation-delay: 42s;
}

.rotates span:nth-child(16) {
  -webkit-animation-delay: 45s;
  -ms-animation-delay: 45s;
  animation-delay: 45s;
}

.rotates span:nth-child(17) {
  -webkit-animation-delay: 48s;
  -ms-animation-delay: 48s;
  animation-delay: 48s;
}

.rotates span:nth-child(18) {
  -webkit-animation-delay: 51s;
  -ms-animation-delay: 51s;
  animation-delay: 51s;
}

.rotates span:nth-child(19) {
  -webkit-animation-delay: 54s;
  -ms-animation-delay: 54s;
  animation-delay: 54s;
}

.rotates span:nth-child(20) {
  -webkit-animation-delay: 57s;
  -ms-animation-delay: 57s;
  animation-delay: 57s;
}

.rotates span:nth-child(21) {
  -webkit-animation-delay: 60s;
  -ms-animation-delay: 60s;
  animation-delay: 60s;
}

.rotates span:nth-child(22) {
  -webkit-animation-delay: 63s;
  -ms-animation-delay: 63s;
  animation-delay: 63s;
}

.rotates span:nth-child(23) {
  -webkit-animation-delay: 66s;
  -ms-animation-delay: 66s;
  animation-delay: 66s;
}

.rotates span:nth-child(24) {
  -webkit-animation-delay: 69s;
  -ms-animation-delay: 69s;
  animation-delay: 69s;
}

@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    -webkit-transform: translateY(-6px);
  }
  2% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  4% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(6px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    -webkit-transform: translateY(-6px);
  }
  2% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  4% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(6px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    -webkit-transform: translateY(-6px);
  }
  2% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  4% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(6px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#app {
  margin: auto;
  width: 100%;
  position: relative;
}

#refresh{
	padding: 0 20px;
	background: transparent;
	border: none;
	color: #ffe200;
}

.promoCode {
  display: inline-block;
  margin: 10px 0 15px 0;
  font-size: 15px;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  background: #cc3333;
  padding: 10px 15px;
  letter-spacing: 1px;
}

.muteButton {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-image: url('../img/mute_button.svg');
  background-size: 100% 100%;
  cursor: pointer;
  background-position: center center;
  z-index: 2;
}

.muteButton--active {
  background-image: url('../img/mute_button-active.svg');
}

.loading{
  width:100%; 
  height:100%; 
  position:fixed; 
  left:0; 
  top:0; 
  background:#fff; 
  z-index:1001;
}

.loading .loader{ 
  width:100%; 
  height:100%; 
  float:left; 
  text-align:center; 
  position:relative;
  display:inline-block; 
  -moz-animation: fadeInUp 0.25s forwards; 
  -webkit-animation: fadeInUp 0.25s  forwards; 
  -o-animation: fadeInUp 0.25s forwards; 
  animation: fadeInUp 0.25s forwards;
}

.loading .loading-image{ 
  position:absolute; 
  left:50%; 
  top:45%; 
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.loading .loading-image img{ 
  width:225px;
}

.loading .loader-hide{  
  -moz-animation: fadeInOut 0.25s forwards;  
  -webkit-animation: fadeInOut 0.25s  forwards; 
   -o-animation: fadeInOut 0.25s forwards; animation: 
   fadeInOut 0.25s forwards;
 }

.fade-out{ 
  opacity:0; 
  visibility:hidden; 
  -webkit-transition: .55s ease-in-out; 
  -moz-transition: .55s ease-in-out; 
  -ms-transition: .55s ease-in-out; 
  -o-transition: .55s ease-in-out; 
  transition: .55s ease-in-out; 
  transition-delay: 1s;
}

.preloader{
  position: absolute;
  top: 45%;
  left: 50%;
  width: 225px;
  height: 225px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-animation: circleAround .6s linear infinite reverse;
  -ms-animation: circleAround .6s linear infinite reverse;
  animation: circleAround .6s linear infinite reverse;
}

.preloader .preloader-ball{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  animation: circleAround 1s infinite ease-in-out;
  -webkit-animation: circleAround 1s infinite ease-in-out;
  -ms-animation: circleAround 1s infinite ease-in-out;
}

.preloader .preloader-ball:after {
  position: absolute;
  content: '';
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  top: 0px;
}

.preloader .preloader-ball:nth-child(1) {
  -webkit-animation-delay: -0s;
      -ms-animation-delay: -0s;
          animation-delay: -0s;
}
.preloader .preloader-ball:nth-child(2) {
  -webkit-animation-delay: -0.1s;
      -ms-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.preloader .preloader-ball:nth-child(3) {
  -webkit-animation-delay: -0.2s;
      -ms-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.preloader .preloader-ball:nth-child(4) {
  -webkit-animation-delay: -0.3s;
      -ms-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.preloader .preloader-ball:nth-child(5) {
  -webkit-animation-delay: -0.4s;
      -ms-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.preloader .preloader-ball:nth-child(6) {
  -webkit-animation-delay: -0.5s;
      -ms-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.preloader .preloader-ball:nth-child(7) {
  -webkit-animation-delay: -0.6s;
      -ms-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.preloader .preloader-ball:nth-child(8) {
  -webkit-animation-delay: -0.7s;
      -ms-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.preloader .preloader-ball:nth-child(9) {
  -webkit-animation-delay: -0.8s;
      -ms-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.preloader .preloader-ball:nth-child(10) {
  -webkit-animation-delay: -0.9s;
      -ms-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.info {
  text-align: center;
  bottom: -50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.info > div {
  display: inline-block;
  width: fit-content;
  width: -ms-fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 0 20px;
}
.info > div:first-child {
  display: none;
}
.info > div .label {
  margin-right: 5px;
  color: #666;
}
.info > div .value {
  color: #000;
}
.cards{
	text-align: center;
}
.cards .card {
  position: relative;
  display: inline-block;
  width: 10%;
  height: 12.5vw;
  margin: 10px 10px 7px 10px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}
.cards .card .front, .cards .card .back {
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: White;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cards .card .back {
  background-image: url("../img/iam-label.svg");
  background-color: #f5f8fa;
  background-size: 66%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 12px;
}
.cards .card .front {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.cards .card.flipped .back, .cards .card.found .back {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cards .card.flipped .front, .cards .card.found .front {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cards .card.found {
  opacity: 0.3;
}

.splash {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.splash .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 226, 0, 0.36);
}
.overlay__rotated {
  -webkit-animation: spinAround 5s linear infinite;
  -ms-animation: spinAround 5s linear infinite;
  animation: spinAround 5s linear infinite;
}
.splash-content-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  text-align: center;
}
.splash-content .title {
  font-size: 24px;
  padding: 10px;
}
.splash-content .score {
  padding: 10px;
}
.splash-content button {
  background-color: #000;
  padding: 20px 40px;
  color: #fff;
  font-size: 24px;
  border: none;
  margin: 20px 10px;
}

.js .pages {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	z-index: 0;
	font-family: Europa,sans-serif;
}

.page {
	padding: 32px;
	background: #66c6ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.js .page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 1;
}

.js .page--current {
	visibility: visible;
	position: relative;
}


/* Navigation */

.pagenav {
	position: absolute;
	pointer-events: none;
	top: 1.5em;
	left: 1.5em;
	right: 1.5em;
	bottom: 1.5em;
	z-index: 1000;
}

.no-js .pagenav {
	display: none;
}

.pagenav__button {
	position: absolute;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	width: 2em;
	height: 2em;
	cursor: pointer;
	pointer-events: auto;
}

.pagenav__button:focus {
	outline: none;
}

.pagenav__button--top,
.pagenav__button--bottom {
	left: 50%;
	margin: 0 0 0 -1em;
}

.pagenav__button--bottom,
.pagenav__button--cornerbottomleft {
	bottom: 0;
}

.pagenav__button--left,
.pagenav__button--right {
	top: 50%;
	margin: -1em 0 0 0;
}

.pagenav__button--right,
.pagenav__button--cornertopright,
.pagenav__button--cornerbottomright {
	right: 0;
}

.pagenav__button--cornerbottomright {
	bottom: 0;
}

.icon {
	width: 60%;
    height: 60%;
    fill: #ffe200;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
}
}

.pagenav__button:hover .icon {
	stroke: #000;
}

.icon--rtop {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.icon--rbottom {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icon--rright {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.icon--rleft {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


/* Page content */

.content {
	display: flex;
	width: 60%;
	margin: auto;
}
.content h1{
	margin: 0;
}
.content-left {
	padding: 0;
	width: 36%;
	text-align: center;
}
.content-right {
	padding: 20px;
	width: 64%;
	background: #f5f8fa;
}

.content-left a{
	width: 120px;
	display: block;
	margin: auto;
}

.content p {
	color: #666666;
  font-size: 14px;
  letter-spacing: 0.75px;
  line-height: 30px;
}

.spacing{width:100%;padding-bottom:10px;display:block;}

/* Revealers */

.revealer {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	pointer-events: none;
}

.revealer--cornertopleft,
.revealer--cornertopright,
.revealer--cornerbottomleft,
.revealer--cornerbottomright {
	top: 50%;
	left: 50%;
}

.revealer--top,
.revealer--bottom {
	left: 0;
}

.revealer--right,
.revealer--left {
	top: 50%;
	left: 50%;
}

.revealer--top {
	bottom: 100%;
}

.revealer--bottom {
	top: 100%;
}

.revealer__layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ddd;
}

/* Revealer effects */

/* Forth effect */

.anim--effect .page:first-child {
	background: #fff;
}

.anim--effect .page:nth-child(2) {
	background: #fff;
}

.anim--effect .page--animate-top .content {
	-webkit-animation: movecontentTop 1.5s forwards;
	animation: movecontentTop 1.5s forwards;
}

@-webkit-keyframes movecontentTop {
	0%,
	65% {
		-webkit-transform: translate3d(0, -75px, 0);
		transform: translate3d(0, -75px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes movecontentTop {
	0%,
	65% {
		-webkit-transform: translate3d(0, -75px, 0);
		transform: translate3d(0, -75px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.anim--effect .page--animate-bottom .content {
	-webkit-animation: movecontentBottom 1.5s forwards;
	animation: movecontentBottom 1.5s forwards;
}

@-webkit-keyframes movecontentBottom {
	0%,
	65% {
		-webkit-transform: translate3d(0, 75px, 0);
		transform: translate3d(0, 75px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes movecontentBottom {
	0%,
	65% {
		-webkit-transform: translate3d(0, 75px, 0);
		transform: translate3d(0, 75px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.anim--effect .page--animate-left .content {
	-webkit-animation: movecontentLeft 1.5s forwards;
	animation: movecontentLeft 1.5s forwards;
}

@-webkit-keyframes movecontentLeft {
	0%,
	65% {
		-webkit-transform: translate3d(-75px, 0, 0);
		transform: translate3d(-75px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes movecontentLeft {
	0%,
	65% {
		-webkit-transform: translate3d(-75px, 0, 0);
		transform: translate3d(-75px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.anim--effect .page--animate-right .content {
	-webkit-animation: movecontentRight 1.5s forwards;
	animation: movecontentRight 1.5s forwards;
}

@-webkit-keyframes movecontentRight {
	0%,
	65% {
		-webkit-transform: translate3d(75px, 0, 0);
		transform: translate3d(75px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes movecontentRight {
	0%,
	65% {
		-webkit-transform: translate3d(75px, 0, 0);
		transform: translate3d(75px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.anim--effect .page--animate-cornertopright .content {
	-webkit-animation: movecontentCornerTopRight 1.5s forwards;
	animation: movecontentCornerTopRight 1.5s forwards;
}

@-webkit-keyframes movecontentCornerTopRight {
	0%,
	65% {
		-webkit-transform: translate3d(50px, -50px, 0);
		transform: translate3d(50px, -50px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes movecontentCornerTopRight {
	0%,
	65% {
		-webkit-transform: translate3d(50px, -50px, 0);
		transform: translate3d(50px, -50px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.anim--effect .page--animate-cornertopleft .content {
	-webkit-animation: movecontentCornerTopLeft 1.5s forwards;
	animation: movecontentCornerTopLeft 1.5s forwards;
}

@-webkit-keyframes movecontentCornerTopLeft {
	0%,
	65% {
		-webkit-transform: translate3d(-50px, -50px, 0);
		transform: translate3d(-50px, -50px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes movecontentCornerTopLeft {
	0%,
	65% {
		-webkit-transform: translate3d(-50px, -50px, 0);
		transform: translate3d(-50px, -50px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.anim--effect .page--animate-cornerbottomright .content {
	-webkit-animation: movecontentCornerBottomRight 1.5s forwards;
	animation: movecontentCornerBottomRight 1.5s forwards;
}

@-webkit-keyframes movecontentCornerBottomRight {
	0%,
	65% {
		-webkit-transform: translate3d(50px, 50px, 0);
		transform: translate3d(50px, 50px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes movecontentCornerBottomRight {
	0%,
	65% {
		-webkit-transform: translate3d(50px, 50px, 0);
		transform: translate3d(50px, 50px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.anim--effect .page--animate-cornerbottomleft .content {
	-webkit-animation: movecontentCornerBottomLeft 1.5s forwards;
	animation: movecontentCornerBottomLeft 1.5s forwards;
}

@-webkit-keyframes movecontentCornerBottomLeft {
	0%,
	65% {
		-webkit-transform: translate3d(-50px, 50px, 0);
		transform: translate3d(-50px, 50px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes movecontentCornerBottomLeft {
	0%,
	65% {
		-webkit-transform: translate3d(-50px, 50px, 0);
		transform: translate3d(-50px, 50px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.anim--effect .revealer--animate .revealer__layer {
	-webkit-animation: anim-effect-4-1 1.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) forwards;
	animation: anim-effect-4-1 1.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) forwards;
}

.anim--effect .revealer--animate .revealer__layer:nth-child(2) {
	-webkit-animation-name: anim-effect-4-2;
	animation-name: anim-effect-4-2;
	-webkit-animation-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
	animation-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
}

.anim--effect .revealer--animate .revealer__layer:nth-child(3) {
	-webkit-animation-name: anim-effect-4-3;
	animation-name: anim-effect-4-3;
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060)
}

@-webkit-keyframes anim-effect-4-1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	35%,
	65% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	100% {
		-webkit-transform: translate3d(0, -200%, 0);
		transform: translate3d(0, -200%, 0);
	}
}

@keyframes anim-effect-4-1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	35%,
	65% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	100% {
		-webkit-transform: translate3d(0, -200%, 0);
		transform: translate3d(0, -200%, 0);
	}
}

@-webkit-keyframes anim-effect-4-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	45%,
	55% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-webkit-animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
		animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}
	100% {
		-webkit-transform: translate3d(0, -200%, 0);
		transform: translate3d(0, -200%, 0);
	}
}

@keyframes anim-effect-4-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	45%,
	55% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-webkit-animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
		animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}
	100% {
		-webkit-transform: translate3d(0, -200%, 0);
		transform: translate3d(0, -200%, 0);
	}
}

@-webkit-keyframes anim-effect-4-3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	45%,
	55% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
		animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
	}
	100% {
		-webkit-transform: translate3d(0, -200%, 0);
		transform: translate3d(0, -200%, 0);
	}
}

@keyframes anim-effect-4-3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	45%,
	55% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
		animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
	}
	100% {
		-webkit-transform: translate3d(0, -200%, 0);
		transform: translate3d(0, -200%, 0);
	}
}


/* Media queries */

@media screen and (max-width: 1024px) {
  .content {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
	.content {
		display: block;
		text-align: center;
		width: 100%;
		padding: 2em;
/*		margin: initial;*/
	}
	.page{
		padding: 20px;
	}
	.content-left{
		width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
	}
	.content-left a{
		width:88px;
	}
	.content-right{
		width: 100%;
		margin-top: 10px;
	}
	.pagenav {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.back-to-shop {
	    top: 18px;
	    left: 18px;
	}
	.cards .card {
	    width: 12%;
	    margin: 5px 5px 3.5px 5px;
	}
	#app {
    	width: 90%;
	}
	.info > div {
	    padding: 0 10px 0 20px;
	}
  .muteButton{
    top: 18px;
    right: 18px;
  }
}
@media screen and (max-width: 480px) {
	.sentence{
		width: 100%;
    top: -78px;
	}
	.info{
		width: 100%;
		text-align: left;
    bottom: -35px;
	}
	.cards .card {
	    width: 20%;
	    height: 20vw;
	}
  .back-to-shop {
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
  }
  .pagenav {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .content p {
    font-size: 12px;
    line-height: 23px;
  }
  .content{
    padding: 20px;
  }
  .content-left{
    top: -50px;
  }
  .content-left a{
    width: 66px;
  }
  .content-right{
    padding: 15px;
  }
  .muteButton{
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
/*
@media screen and (min-height: 768px) {
	.cards .card {
	    width: 18%;
	    height: 20vw;
	}
}*/

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg)
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circleAround {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-ms-keyframes circleAround {
  0% {
    -ms-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -ms-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circleAround {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
