﻿@font-face {
  font-family: 'Xfinity Brown TT';
  src: url("../fonts/XfinityBrownTT-Regular.woff2") format("woff2"), url("../fonts/XfinityBrownTT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Xfinity Brown TT';
  src: url("../fonts/XfinityBrownTT-Bold.woff2") format("woff2"), url("../fonts/XfinityBrownTT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@use 'sass:math';
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-family: 'Xfinity Brown TT';
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0; }

/*
Placeholders are for repetative styles so that the compiled CSS doesn't become bloated.
=========================================================================================*/
/* EXAMPLE USAGE: @extend %bg-image */
main.screens section, .site-header {
  display: flex;
  justify-content: center;
  align-items: center; }

main.screens section#email, main.screens section#how, main.screens section#redemption {
  display: flex;
  justify-content: center;
  align-items: flex-start; }

html {
  width: 100%;
  /*height:100%;*/
  min-height: 100vh; }

body {
  background-image: url("../../images/bg_noArc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  body:after {
    content: '';
    background-image: url("../../images/bg-arc.png");
    background-size: 160%;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15% 0;
    display: none;
    transition: all .33s ease;
    z-index: 0; }
    @media only screen and (max-width: 1023px) {
      body:after {
        top: 10%; } }
  body.welcome-screen:after {
    display: block; }
  body.welcome-screen.redemption-site:after {
    display: none; }
  body.welcome-screen.redemption-site .site-header {
    margin-bottom: 107px; }

.orientation-msg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: purple;
  z-index: 99999; }

.notification {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url("../../images/bg_noArc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 99999;
  color: #ffffff;
  flex-direction: column; }
  .notification.isVisible {
    display: flex; }
  .notification .phone {
    height: 50px;
    width: 100px;
    border: 3px solid #ffffff;
    border-radius: 10px;
    animation: rotate 1.5s ease-in-out infinite alternate; }
  .notification .message {
    color: #ffffff;
    font-size: 1em;
    margin-top: 40px; }

@keyframes rotate {
  0% {
    transform: rotate(-90deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }

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

main {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 156px);
  z-index: 1;
  position: relative;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1023px) {
    main {
      min-height: calc(100vh - 120px); } }
  main.screens {
    width: 100%;
    height: 100%; }
    main.screens section {
      width: 100%;
      padding: 0 32px; }
      main.screens section#selfie {
        align-items: flex-start; }
        @media only screen and (max-width: 767px) {
          main.screens section#selfie {
            padding: 0 0 40px; } }
      main.screens section .screen__email {
        flex-direction: column; }
      main.screens section .screen__selfie {
        flex-direction: column;
        width: 100%; }
        main.screens section .screen__selfie .photo-controls {
          display: flex;
          flex-direction: column; }
      main.screens section .screen__process-content img.loader {
        width: 100%;
        height: 100%;
        max-width: 56px;
        height: 56px;
        display: block;
        margin: 0 auto;
        -webkit-animation: rotating 2s linear infinite;
        -moz-animation: rotating 2s linear infinite;
        -ms-animation: rotating 2s linear infinite;
        -o-animation: rotating 2s linear infinite;
        animation: rotating 2s linear infinite; }
      main.screens section .screen__redemption-content video {
        width: 100%;
        max-width: 450px;
        display: block; }
        main.screens section .screen__redemption-content video.redemption-img {
          box-shadow: 0px 0px 64px 0px rgba(255, 255, 255, 0.65); }
      main.screens section .screen__redemption-content .text .text__headline-h2 {
        margin: 24px 0;
        padding: 0; }
      main.screens section .screen__redemption-content-btns .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        max-width: 436px; }
        main.screens section .screen__redemption-content-btns .btn[data-share] {
          margin-bottom: 16px; }
          main.screens section .screen__redemption-content-btns .btn[data-share] img {
            max-width: 18px; }
        main.screens section .screen__redemption-content-btns .btn[data-download] img {
          max-width: 16px; }
        main.screens section .screen__redemption-content-btns .btn img {
          margin-right: 16px; }
        main.screens section .screen__redemption-content-btns .btn span {
          line-height: 1; }
      main.screens section .screen__redemption-content-footer {
        margin: 40px 0;
        padding-top: 33px;
        border-top: 1px solid #fff; }
        main.screens section .screen__redemption-content-footer-item {
          text-align: center; }
          main.screens section .screen__redemption-content-footer-item a {
            color: #fff;
            text-decoration: none;
            line-height: 1;
            font-weight: 100; }
            main.screens section .screen__redemption-content-footer-item a {
              font-size: 12px; }
              @media screen and (min-width: 320px) {
                main.screens section .screen__redemption-content-footer-item a {
                  font-size: calc(12px + 0 * ((100vw - 320px) / 1600)); } }
              @media screen and (min-width: 1920px) {
                main.screens section .screen__redemption-content-footer-item a {
                  font-size: 12px; } }

.redemption-site {
  background-color: #5A23B9 !important; }
  .redemption-site .center-content {
    position: relative;
    width: 100%;
    max-width: 396px;
    min-height: auto;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .redemption-site .center-content {
        max-width: 329px; } }
    .redemption-site .center-content section {
      position: relative;
      width: 100%; }
      .redemption-site .center-content section .image-container {
        width: 100%; }
        .redemption-site .center-content section .image-container .redemption-image {
          width: 100%;
          max-width: 395px;
          margin: 0 auto;
          box-shadow: 0px 0px 48.26px 0px #FFFFFF73; }
      .redemption-site .center-content section .video-container {
        width: 100%;
        position: relative;
        background: #000;
        min-height: 396px;
        height: 396px; }
        @media only screen and (max-width: 767px) {
          .redemption-site .center-content section .video-container {
            min-height: 329px;
            height: 329px; } }
        .redemption-site .center-content section .video-container .redemption-video {
          width: 100%; }
      .redemption-site .center-content section h1 {
        font-size: 40px;
        line-height: 48px;
        font-weight: 400;
        color: #ffffff;
        text-align: center;
        margin-top: 32px; }
        @media only screen and (max-width: 767px) {
          .redemption-site .center-content section h1 {
            font-size: 32px;
            line-height: 39px; } }
      .redemption-site .center-content section h2 {
        font-size: 24px;
        line-height: 29px;
        font-weight: 400;
        color: #ffffff;
        text-align: center;
        margin-top: 14px; }
      .redemption-site .center-content section p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: -0.035em;
        text-align: center;
        color: #ffffff;
        margin-top: 14px; }
      .redemption-site .center-content section .share {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 14px;
        margin: 32px 0 29px;
        /*&.desktop {
                    display: flex;

                    @media only screen and (max-width: 767px) {
                        display: none;
                    }
                }

                &.mobile {
                    display: none;

                    @media only screen and (max-width: 767px) {
                        display: flex;
                    }
                }*/ }
        @media only screen and (max-width: 767px) {
          .redemption-site .center-content section .share {
            row-gap: 16px;
            margin: 32px 0 40px; } }
        .redemption-site .center-content section .share .btn {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 395px;
          height: 54px;
          border-radius: 7px;
          font-size: 20px;
          font-weight: 700;
          line-height: 20px;
          text-align: center;
          text-decoration: none;
          color: #000000;
          background-color: #ffffff;
          cursor: pointer; }
          @media only screen and (max-width: 767px) {
            .redemption-site .center-content section .share .btn {
              font-size: 18px;
              line-height: 18px;
              height: 60px; } }
          .redemption-site .center-content section .share .btn img {
            display: inline-block;
            margin-right: 10px; }
      .redemption-site .center-content section .btn-container {
        width: 100%;
        margin-top: 22px; }
        @media only screen and (max-width: 767px) {
          .redemption-site .center-content section .btn-container {
            margin-top: 32px; } }
        .redemption-site .center-content section .btn-container .btn {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 395px;
          height: 54px;
          border-radius: 7px;
          font-size: 20px;
          font-weight: 700;
          line-height: 20px;
          text-align: center;
          text-decoration: none;
          color: #000000;
          background-color: #ffffff;
          cursor: pointer; }
          @media only screen and (max-width: 767px) {
            .redemption-site .center-content section .btn-container .btn {
              font-size: 18px;
              line-height: 18px;
              height: 60px; } }
          .redemption-site .center-content section .btn-container .btn img {
            display: inline-block;
            margin-right: 10px; }
    .redemption-site .center-content .border {
      padding: 29px 0;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }
      @media only screen and (max-width: 767px) {
        .redemption-site .center-content .border {
          padding: 40px 0; } }
  .redemption-site footer.center-content {
    margin: 0 auto;
    padding: 16px 0 60px; }
    @media only screen and (max-width: 767px) {
      .redemption-site footer.center-content {
        padding: 30px 0 60px; } }
    .redemption-site footer.center-content.border {
      padding: 29px 0;
      border-top: 1px solid #ffffff; }
      @media only screen and (max-width: 767px) {
        .redemption-site footer.center-content.border {
          padding: 40px 0; } }
    .redemption-site footer.center-content .footer-links {
      text-align: center;
      margin-bottom: 16px; }
      .redemption-site footer.center-content .footer-links a {
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
        text-decoration: none;
        color: #ffffff;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .redemption-site footer.center-content .footer-links a {
            font-size: 12px;
            line-height: 16px; } }
    .redemption-site footer.center-content p {
      font-size: 11px;
      font-weight: 400;
      line-height: 14px;
      color: #ffffff;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .redemption-site footer.center-content p {
          font-size: 12px;
          line-height: 16px; } }

.site-header {
  position: relative;
  margin: 48px 32px; }
  @media only screen and (max-width: 1023px) {
    .site-header {
      margin: 40px 32px; } }
  .site-header .site-header__btn {
    display: none; }
    .site-header .site-header__btn:before {
      display: block;
      position: absolute;
      top: 45%;
      left: 45%;
      transform: translate(-50%, -50%); }
  .site-header.--hasButton {
    margin-bottom: 67px; }
    .site-header.--hasButton .site-header__btn.--backBtn {
      display: block; }
      .site-header.--hasButton .site-header__btn.--backBtn:before {
        display: block;
        content: url("../images/back-arrow-icon.png");
        width: 9px;
        height: 16px; }
  .site-header.--hasHomeButton .site-header__btn {
    display: block; }
    .site-header.--hasHomeButton .site-header__btn.--homeBtn:before {
      display: block;
      content: url("../images/home-icon.png");
      width: 16px;
      height: 18px;
      left: 49%; }
  .site-header__btn {
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    .site-header__btn-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .site-header__logo {
    width: 100%;
    max-width: 177px; }
    @media only screen and (max-width: 1023px) {
      .site-header__logo {
        max-width: 118px; } }

.text {
  color: #fff;
  text-align: center; }
  .text__headline-h1 {
    line-height: 1;
    font-weight: 400;
    padding: 0 0 40px; }
    .text__headline-h1 {
      font-size: 60px; }
      @media screen and (min-width: 320px) {
        .text__headline-h1 {
          font-size: calc(60px + 60 * ((100vw - 320px) / 1600)); } }
      @media screen and (min-width: 1920px) {
        .text__headline-h1 {
          font-size: 120px; } }
    .text__headline-h1.--process {
      line-height: 1;
      font-weight: 400;
      padding: 0 0 16px; }
      .text__headline-h1.--process {
        font-size: 48px; }
        @media screen and (min-width: 320px) {
          .text__headline-h1.--process {
            font-size: calc(48px + 32 * ((100vw - 320px) / 1600)); } }
        @media screen and (min-width: 1920px) {
          .text__headline-h1.--process {
            font-size: 80px; } }
  .text__headline-h2 {
    line-height: 1;
    font-weight: 400;
    padding: 0 0 20px; }
    .text__headline-h2 {
      font-size: 32px; }
      @media screen and (min-width: 320px) {
        .text__headline-h2 {
          font-size: calc(32px + 16 * ((100vw - 320px) / 1600)); } }
      @media screen and (min-width: 1920px) {
        .text__headline-h2 {
          font-size: 48px; } }
  .text__copy-p {
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    max-width: 436px;
    margin: 0 auto; }
    .text__copy-p {
      font-size: 24px; }
      @media screen and (min-width: 320px) {
        .text__copy-p {
          font-size: calc(24px + 8 * ((100vw - 320px) / 1600)); } }
      @media screen and (min-width: 1920px) {
        .text__copy-p {
          font-size: 32px; } }
    .text__copy-p.--welcome {
      margin: 0 auto 96px; }
    .text__copy-p.--email {
      line-height: 1.3;
      font-weight: 400;
      margin: 0 0 40px; }
      .text__copy-p.--email {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .text__copy-p.--email {
            font-size: calc(16px + 4 * ((100vw - 320px) / 1600)); } }
        @media screen and (min-width: 1920px) {
          .text__copy-p.--email {
            font-size: 20px; } }
    .text__copy-p.--how {
      line-height: 1.3;
      font-weight: 100;
      margin: 0 0 20px; }
      .text__copy-p.--how {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .text__copy-p.--how {
            font-size: calc(16px + 4 * ((100vw - 320px) / 1600)); } }
        @media screen and (min-width: 1920px) {
          .text__copy-p.--how {
            font-size: 20px; } }
      .text__copy-p.--how span {
        display: block;
        font-weight: bold; }
      .text__copy-p.--how:last-child {
        margin-bottom: 35%; }
    .text__copy-p.--footer {
      line-height: 1.3;
      font-weight: 100;
      margin-top: 16px; }
      .text__copy-p.--footer {
        font-size: 12px; }
        @media screen and (min-width: 320px) {
          .text__copy-p.--footer {
            font-size: calc(12px + 0 * ((100vw - 320px) / 1600)); } }
        @media screen and (min-width: 1920px) {
          .text__copy-p.--footer {
            font-size: 12px; } }
    .text__copy-p.--photoCounter {
      line-height: 1;
      font-weight: 300;
      max-width: 100%; }
      .text__copy-p.--photoCounter {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .text__copy-p.--photoCounter {
            font-size: calc(16px + 5 * ((100vw - 320px) / 1600)); } }
        @media screen and (min-width: 1920px) {
          .text__copy-p.--photoCounter {
            font-size: 21px; } }
      .text__copy-p.--photoCounter span {
        display: block;
        line-height: 1;
        font-weight: 400;
        margin-top: 8px; }
        .text__copy-p.--photoCounter span {
          font-size: 24px; }
          @media screen and (min-width: 320px) {
            .text__copy-p.--photoCounter span {
              font-size: calc(24px + 7 * ((100vw - 320px) / 1600)); } }
          @media screen and (min-width: 1920px) {
            .text__copy-p.--photoCounter span {
              font-size: 31px; } }
    .text__copy-p.--process {
      line-height: 1;
      font-weight: 300;
      margin: 0 0 32px; }
      .text__copy-p.--process {
        font-size: 16px; }
        @media screen and (min-width: 320px) {
          .text__copy-p.--process {
            font-size: calc(16px + 8 * ((100vw - 320px) / 1600)); } }
        @media screen and (min-width: 1920px) {
          .text__copy-p.--process {
            font-size: 24px; } }

.btn {
  padding: 18px 0;
  width: 100%;
  max-width: 328px;
  cursor: pointer;
  margin: 0 auto;
  display: block; }
  .btn {
    font-size: 18px; }
    @media screen and (min-width: 320px) {
      .btn {
        font-size: calc(18px + 2 * ((100vw - 320px) / 1600)); } }
    @media screen and (min-width: 1920px) {
      .btn {
        font-size: 20px; } }
  .btn__solid--white {
    border-radius: 8px;
    color: #000;
    background-color: #fff; }
    .btn__solid--white:disabled {
      opacity: .5; }
    .btn__solid--white-confirm {
      background-color: #fff;
      width: 100%;
      border-radius: 8px; }
  .btn__circle {
    background-color: #FF0; }
    .btn__circle--camera {
      background-image: url("../../images/toggleCamera-icon.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px 28px;
      width: 48px;
      height: 48px;
      border-radius: 50%; }
    .btn__circle--takePhoto {
      background-image: url("../../images/camera-icon.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 33px 30px; }
      @media only screen and (max-width: 767px) {
        .btn__circle--takePhoto {
          background-size: 23px 20px; } }
    .btn__circle--retakePhoto {
      background-image: url("../../images/retake-icon.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 19px 19px;
      width: 48px;
      height: 48px;
      border-radius: 50%; }
    .btn__circle img {
      display: block; }

.form .form__row .form__row-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 148px; }

.form label {
  line-height: 1;
  font-weight: 100;
  color: #fff;
  margin: 0 0 8px; }
  .form label {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .form label {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1600)); } }
    @media screen and (min-width: 1920px) {
      .form label {
        font-size: 20px; } }
  .form label.error {
    color: #F00; }

.form input {
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 0px 8px 0px #FFF, 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset; }
  .form input.error {
    border: 1px solid #f00; }
    .form input.error:focus {
      border: 3px solid #f00; }
  .form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8B8B97; }
  .form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8B8B97; }
  .form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #8B8B97; }
  .form input:-moz-placeholder {
    /* Firefox 18- */
    color: #8B8B97; }

.media__elements-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0px 0px 64px 0px rgba(255, 255, 255, 0.65);
  overflow: hidden; }
  .media__elements-container-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: 100%;
    object-fit: cover; }
  .media__elements-container-img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .media__elements-container-overlay {
    position: relative;
    width: 100%;
    z-index: 1;
    display: block; }

.media__controls {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 436px;
  margin: 0 auto; }
  .media__controls-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 57px;
    height: 176px; }
    .media__controls-row:last-child .media__controls-row-column {
      width: 100%; }
    .media__controls-row-column {
      display: flex;
      justify-content: center; }
  .media__controls-btns {
    position: relative;
    width: 100%;
    /*max-width: 98px;*/ }
    @media only screen and (max-width: 767px) {
      .media__controls-btns {
        /*max-width: 85px;*/ } }
    .media__controls-btns button {
      position: absolute;
      top: 47%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #000; }
      .media__controls-btns button#takePhotoButton {
        max-width: 98px !important;
        height: 100%;
        max-height: 98px;
        background-color: transparent; }
    .media__controls-btns svg {
      width: 100%; }
      .media__controls-btns svg path {
        transition: all .33s ease; }
        .media__controls-btns svg path.--notTaken {
          opacity: 0 !important; }
        .media__controls-btns svg path.indicator__first {
          opacity: 1; }
        .media__controls-btns svg path.indicator__second {
          opacity: 1; }
        .media__controls-btns svg path.indicator__third {
          opacity: 1; }
  .media__controls.--isDisabled svg {
    opacity: .5; }
  .media__controls.--isDisabled .text {
    opacity: .5; }

.media__offscreen {
  width: 1080px;
  height: 1080px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden; }
  .media__offscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .media__offscreen-canvas {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1; }
