/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Bold.woff2') format('woff2'), url('../fonts/AvenirNext-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/AvenirNext-Medium.woff2') format('woff2'), url('../fonts/AvenirNext-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
strong,
b {
  font-weight: bold;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: white;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background: #F05D59;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}
.app {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-image: url(../img/background.png);
  background-position: 50% 0;
  background-size: auto 1280px;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  position: relative;
}
.app .refresh {
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  position: absolute;
  top: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.app .refresh img {
  display: block;
  width: 22px;
}
.show-terms .app .refresh,
.miss .app .refresh,
.won .app .refresh,
.active .app .refresh {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
.app::after {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 93, 89, 0)), color-stop(50%, #f05d59), to(#f05d59));
  background-image: -o-linear-gradient(top, rgba(240, 93, 89, 0) 0%, #f05d59 50%, #f05d59 100%);
  background-image: linear-gradient(180deg, rgba(240, 93, 89, 0) 0%, #f05d59 50%, #f05d59 100%);
  content: "";
  z-index: 2;
  left: 0;
  bottom: 0;
  height: 90%;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  pointer-events: none;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.won .app::after {
  z-index: 20;
}
.miss .app::after,
.won .app::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.terms {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 70px;
  top: 320px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.3);
  z-index: 100;
  color: #111;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0, 100%) scale(0.4);
      -ms-transform: translate(0, 100%) scale(0.4);
          transform: translate(0, 100%) scale(0.4);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.terms .inner {
  padding: 32px;
  overflow: scroll;
}
.terms .bottom {
  padding: 24px;
  background: white;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.show-terms .terms {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.miss .terms,
.won .terms {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.terms .show-wheel {
  text-align: center;
  background: #000;
  color: white;
  font-size: 18px;
  padding: 16px 48px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.terms .show-wheel:active {
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.terms ul {
  text-align: left;
  margin: 16px 0 0 0;
}
.terms p {
  margin: 0;
  text-align: left;
}
.terms p + p,
.terms ul + p,
.terms p + ul,
.terms ul + ul {
  margin-top: 16px;
}
.confetti {
  position: absolute;
  left: 0;
  top: 0;
  width: 800px;
  height: 1280px;
  z-index: 40;
  pointer-events: none;
}
.wheel {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 720px;
}
.wheel .wheel-inner {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.miss .wheel .wheel-inner {
  opacity: 0.1;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.won .wheel .wheel-inner {
  opacity: 0.3;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.wheel .image {
  aspect-ratio: 1;
  background: url(../img/wheel.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.wheel .button {
  width: 206px;
  height: 206px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 24px 36px rgba(0, 0, 0, 0.5);
          box-shadow: 0 24px 36px rgba(0, 0, 0, 0.5);
  background-image: -o-radial-gradient(circle, #2cda00 0%, #197e00 100%);
  background-image: radial-gradient(circle, #2cda00 0%, #197e00 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.wheel .button .stop {
  display: none;
}
.wheel .button:active {
  margin-top: 5px;
}
.wheel .button.disabled {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  pointer-events: none;
}
.miss .wheel .button,
.won .wheel .button {
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  background-image: -o-radial-gradient(circle, #e50000 0%, #dd0000 22%, #c90003 38%, #a80207 71%, #91030b 100%);
  background-image: radial-gradient(circle, #e50000 0%, #dd0000 22%, #c90003 38%, #a80207 71%, #91030b 100%);
  opacity: 0;
}
.miss .wheel .button span,
.won .wheel .button span {
  opacity: 0;
}
.wheel .arrow {
  width: 100px;
  height: 92px;
  background: url(../img/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.active .wheel .button {
  background-image: -o-radial-gradient(circle, #e50000 0%, #dd0000 22%, #c90003 38%, #a80207 71%, #91030b 100%);
  background-image: radial-gradient(circle, #e50000 0%, #dd0000 22%, #c90003 38%, #a80207 71%, #91030b 100%);
}
.active .wheel .button .stop {
  display: block;
}
.active .wheel .button .start {
  display: none;
}
.active .wheel .image {
  -webkit-animation: wheel 1s infinite linear;
          animation: wheel 1s infinite linear;
}
.active .wheel .arrow {
  -webkit-animation: arrow 0.3s infinite linear;
          animation: arrow 0.3s infinite linear;
}
.wheel .image-wrapper {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.miss .wheel .image-wrapper {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  25% {
    -webkit-transform: translate(-50%, 0) rotate(6deg);
            transform: translate(-50%, 0) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, 0) rotate(-6deg);
            transform: translate(-50%, 0) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  25% {
    -webkit-transform: translate(-50%, 0) rotate(6deg);
            transform: translate(-50%, 0) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, 0) rotate(-6deg);
            transform: translate(-50%, 0) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
}
@-webkit-keyframes wheel {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes wheel {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.term-link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 0 32px 0;
  position: relative;
  z-index: 40;
}
.term-link a {
  text-decoration: underline;
  color: white;
}
.result {
  position: absolute;
  left: 24px;
  top: 340px;
  right: 24px;
  pointer-events: none;
  z-index: 50;
  bottom: 68px;
}
.miss .result,
.won .result {
  pointer-events: all;
}
.result .iphone {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.result .iphone img {
  display: block;
  width: 100%;
}
.won .result .iphone {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.result .headline-miss {
  position: absolute;
  top: 150px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  pointer-events: none;
}
.miss .result .headline-miss {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.show-terms .result .headline-miss {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  opacity: 0;
}
.result .headline-miss img {
  display: block;
  width: 100%;
}
.result .reset-wrapper {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  text-align: center;
}
.reset {
  color: #8C1E29;
  text-transform: uppercase;
  font-size: 28px;
  padding: 16px 60px;
  background: white;
  font-weight: bold;
  -webkit-transform: translate(0, 600px);
      -ms-transform: translate(0, 600px);
          transform: translate(0, 600px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  display: inline-block;
}
.miss .reset,
.won .reset {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.show-terms .reset {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
.won .reset {
  -webkit-transition-delay: 50s;
       -o-transition-delay: 50s;
          transition-delay: 50s;
}
.reset:active {
  margin-top: 5px;
}
.logo {
  padding: 24px 0 40px 0;
}
.logo img {
  display: block;
  height: 276px;
}
