/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: boldFont;
  src: url('/assets/fonts/GreyGoose-Bold.eot');
  src: url('/assets/fonts/GreyGoose-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/GreyGoose-Bold.woff2') format('woff2'), url('/assets/fonts/GreyGoose-Bold.woff') format('woff'), url('/assets/fonts/GreyGoose-Bold.ttf') format('truetype'), url('/assets/fonts/GreyGoose-Bold.svg#GreyGoose-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: extraBoldFont;
  src: url('/assets/fonts/GreyGoose-ExtraBold.eot');
  src: url('/assets/fonts/GreyGoose-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/GreyGoose-ExtraBold.woff2') format('woff2'), url('/assets/fonts/GreyGoose-ExtraBold.woff') format('woff'), url('/assets/fonts/GreyGoose-ExtraBold.ttf') format('truetype'), url('/assets/fonts/GreyGoose-ExtraBold.svg#GreyGoose-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: regularFont;
  src: url('/assets/fonts/GreyGoose-Regular.eot');
  src: url('/assets/fonts/GreyGoose-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/GreyGoose-Regular.woff2') format('woff2'), url('/assets/fonts/GreyGoose-Regular.woff') format('woff'), url('/assets/fonts/GreyGoose-Regular.ttf') format('truetype'), url('/assets/fonts/GreyGoose-Regular.svg#GreyGoose-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
#stage {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #030B85;
  top: 0;
  left: 0;
}
#stage.desktop .landscape-lock {
  display: none;
}
#stage.desktop #bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/bg-desktop.png') no-repeat center center / cover;
}
#stage.desktop #logo {
  position: relative;
  width: 90%;
  height: 35%;
  margin-top: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: url('/assets/img/logo-bold.svg') no-repeat center center / contain;
}
#stage.desktop .eky-logo {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 45px;
  background: url('../img/eky-powered-white.png') no-repeat center center / contain;
}
#stage.desktop #tagline-desktop {
  position: relative;
  margin: 0 25px 25px;
  font-family: extraBoldFont;
  line-height: 1.25;
  text-align: center;
  color: white;
  font-size: 2.5vh;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#stage.desktop #qr-code {
  position: relative;
  display: block;
  margin: 10px auto;
  width: 100%;
  height: 20%;
  background: url('../img/qr-code.svg') no-repeat center center / contain;
}
#stage.mobile .landscape-lock {
  display: none;
  position: fixed;
  pointer-events: none;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1d38ab;
}
#stage.mobile .landscape-lock .content {
  background: #001446;
  -webkit-box-shadow: 0px 0px 20px 2px white;
  box-shadow: 0px 0px 20px 2px white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  font-family: extraBoldFont;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#stage.mobile .landscape-lock .content h3 {
  font-size: 5vh;
  text-align: center;
  color: white;
  padding: 40px 30px;
}
@media screen and (orientation: landscape) {
  #stage.mobile .landscape-lock {
    display: block;
    pointer-events: all;
  }
}
#stage.mobile #no-compat {
  display: none;
}
#stage.mobile .eky-logo {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 30px;
  background: url('../img/eky-powered-white.png') no-repeat center center / contain;
}
#stage.mobile.no-compat .hide-no-compat {
  display: none;
}
#stage.mobile.no-compat #no-compat {
  display: block;
  position: relative;
  width: 100%;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 20px 0;
  font-family: extraBoldFont;
  color: white;
  font-size: 3vh;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 2px white;
  box-shadow: 0px 0px 20px 2px white;
  margin: 20px 0;
  background: #001446;
}
#stage.mobile.no-compat #no-compat p {
  font-family: regularFont;
  font-size: 2vh;
  margin: 10px 0;
  line-height: 1.25;
}
#stage.mobile #bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/bg.png') no-repeat center center / cover;
  top: 0;
  left: 0;
}
#stage.mobile #bg .glare {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/bg-glare.png') no-repeat center center / cover;
  top: 2px;
  left: 0;
  opacity: 0;
  animation: glareSwipe 4s ease 3s infinite alternate;
}
#stage.mobile #logo {
  position: relative;
  width: 90%;
  height: 31%;
  margin-top: 35px;
  left: 50%;
  transform: translateX(-49%);
  background: url('/assets/img/logo-bold.png') no-repeat center center / contain;
}
#stage.mobile #logo .glare {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/logo-bold-glow.png') no-repeat center center / contain;
  top: 0;
  left: 0;
  opacity: 0;
  animation: glareSwipe 4s ease 3s infinite alternate;
}
#stage.mobile #tagline {
  position: relative;
  margin: 20px 25px 0;
  font-family: extraBoldFont;
  line-height: 1.25;
  text-align: center;
  color: white;
  font-size: 2.5vh;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#stage.mobile .options-container {
  position: absolute;
  top: 10px;
  right: 10px;
}
#stage.mobile .options-container #legal,
#stage.mobile .options-container #instructions {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  background: no-repeat center center / contain;
}
#stage.mobile .options-container #legal {
  background-image: url('/assets/img/terms.svg');
}
#stage.mobile .options-container #instructions {
  background-image: url('/assets/img/instructions.svg');
}
#stage.mobile .legal-container,
#stage.mobile .instructions-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/assets/img/bg.png') no-repeat center center / cover;
  display: none;
}
#stage.mobile .legal-container.active,
#stage.mobile .instructions-container.active {
  display: block;
}
#stage.mobile .legal-container .back-btn,
#stage.mobile .instructions-container .back-btn {
  position: absolute;
  background: url(/assets/img/back.png) no-repeat center center / contain;
  width: 45px;
  height: 45px;
  top: 10px;
  left: 10px;
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
}
#stage.mobile .legal-container .content {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 70px;
}
#stage.mobile .legal-container .copy {
  position: relative;
  height: auto;
  overflow-y: scroll;
  scroll-behavior: smooth;
  touch-action: pan-y;
  width: 100%;
  padding: 20px;
  color: white;
  font-size: 1.3rem;
}
#stage.mobile .legal-container .copy .heading {
  font-family: boldFont;
  margin-top: 15px;
}
#stage.mobile .legal-container .copy .heading-smaller {
  font-family: boldFont;
  margin-top: 15px;
  font-size: 1.2rem;
}
#stage.mobile .legal-container .copy ul,
#stage.mobile .legal-container .copy ol {
  list-style-position: outside;
  padding-left: 20px;
  margin: 10px 0;
}
#stage.mobile .legal-container .copy ul li,
#stage.mobile .legal-container .copy ol li {
  font-size: 1rem;
  font-family: regularFont;
  margin-bottom: 5px;
}
#stage.mobile .legal-container .copy table {
  margin: 20px 0;
  width: 100%;
  border: 1px solid white;
}
#stage.mobile .legal-container .copy table tr {
  padding: 3px;
  width: 20%;
}
#stage.mobile .legal-container .copy table th,
#stage.mobile .legal-container .copy table td {
  font-family: regularFont;
  border: 1px solid white;
  padding: 3px;
  font-size: 1rem;
}
#stage.mobile .legal-container .copy p {
  font-family: regularFont;
  line-height: 1.2;
  margin-top: 8px;
  font-size: 1rem;
}
#stage.mobile .instructions-container .step {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
#stage.mobile .instructions-container .step-1 {
  display: block;
}
#stage.mobile .instructions-container .step-1 .phone-big {
  position: relative;
  width: 100%;
  margin-top: 40px;
  height: 50%;
}
#stage.mobile .instructions-container .step-1 .phone-big .line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: white;
  left: 0;
  top: 65%;
}
#stage.mobile .instructions-container .step-1 .phone-big .phone {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat center center / contain;
  transition: all 0.3s ease;
  opacity: 0;
}
#stage.mobile .instructions-container .step-1 .phone-big .phone.active {
  opacity: 1;
}
#stage.mobile .instructions-container .step-1 .phone-big .phone-0 {
  background-image: url(../img/s-1.png);
}
#stage.mobile .instructions-container .step-1 .phone-big .phone-1 {
  background-image: url(../img/s-2.png);
}
#stage.mobile .instructions-container .step-1 .phone-big .phone-2 {
  background-image: url(../img/s-3.png);
}
#stage.mobile .instructions-container .step-1 .tags {
  position: relative;
  margin: 20px auto 0;
  width: 95%;
  height: 20%;
}
#stage.mobile .instructions-container .step-1 .tags .tag {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  text-align: center;
  font-family: extraBoldFont;
  color: white;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 3.5vh;
}
#stage.mobile .instructions-container .step-1 .tags .tag.active {
  opacity: 1;
}
#stage.mobile .instructions-container .step-2 .content {
  width: 100%;
  position: relative;
  margin-top: 70px;
}
#stage.mobile .instructions-container .step-2 .content .part {
  background: #001446;
  padding: 15px 10px;
  width: 100%;
  position: relative;
  margin: 10px auto;
  text-transform: uppercase;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  color: white;
  font-size: 1.3rem;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 0px 20px 2px white;
  box-shadow: 0px 0px 20px 2px white;
}
#stage.mobile .instructions-container .step-2 .content .part .title {
  font-family: boldFont;
}
#stage.mobile .instructions-container .step-2 .content .part .desc {
  margin-top: 5px;
  font-family: regularFont;
  font-size: 1.4rem;
  text-transform: none;
}
#stage.mobile .instructions-container .step-2 .button {
  position: absolute;
  bottom: 40px;
}
#stage.mobile .button,
#stage.mobile a.btn {
  background: #001446;
  padding: 20px 0;
  width: 100%;
  position: relative;
  font-family: extraBoldFont;
  text-transform: uppercase;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 2px white;
  box-shadow: 0px 0px 20px 2px white;
  cursor: pointer;
}
#stage.mobile .button span,
#stage.mobile a.btn span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: regularFont;
  color: white;
  text-transform: none;
  font-size: 1rem;
}
#stage.mobile .button.ar-button,
#stage.mobile a.btn.ar-button {
  margin-top: 20px;
}
#stage.mobile a.btn {
  text-align: left;
  padding: 20px 10px;
  position: relative;
  display: block;
  width: 100%;
  margin: 10px auto;
  text-decoration: none;
}
@keyframes glareSwipe {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes arrowLeftSwipe {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-10px);
  }
}
@keyframes arrowRightSwipe {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}
