@charset "UTF-8";
@font-face {
  font-family: 'Futura LT';
  src: url("../fonts/Futura-LT-Book.eot");
  src: url("../fonts/Futura-LT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-LT-Book.woff2") format("woff2"), url("../fonts/Futura-LT-Book.woff") format("woff"), url("../fonts/Futura-LT-Book.ttf") format("truetype"), url("../fonts/Futura-LT-Book.svg#Futura-LT-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

@font-face {
  font-family: 'Futura LT Condensed';
  src: url("../fonts/Futura-LT-Condensed-Light.eot");
  src: url("../fonts/Futura-LT-Condensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-LT-Condensed-Light.woff2") format("woff2"), url("../fonts/Futura-LT-Condensed-Light.woff") format("woff"), url("../fonts/Futura-LT-Condensed-Light.ttf") format("truetype"), url("../fonts/Futura-LT-Condensed-Light.svg#Futura-LT-Condensed-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  unicode-range: U+0020-00FE; }

@font-face {
  font-family: 'Futura LT';
  src: url("../fonts/Futura-LT-Light.eot");
  src: url("../fonts/Futura-LT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-LT-Light.woff2") format("woff2"), url("../fonts/Futura-LT-Light.woff") format("woff"), url("../fonts/Futura-LT-Light.ttf") format("truetype"), url("../fonts/Futura-LT-Light.svg#Futura-LT-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

@font-face {
  font-family: 'Playlist';
  src: url("../fonts/Playlist-Script.eot");
  src: url("../fonts/Playlist-Script.eot?#iefix") format("embedded-opentype"), url("../fonts/Playlist-Script.woff2") format("woff2"), url("../fonts/Playlist-Script.woff") format("woff"), url("../fonts/Playlist-Script.ttf") format("truetype"), url("../fonts/Playlist-Script.svg#Playlist-Script") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FD; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

body {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none; }

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

body {
  min-width: 20em;
  font-size: 16px;
  font-family: "Futura LT";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #222426;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.app {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.5s;
  opacity: 0; }
  .loaded .app {
    opacity: 1; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.multiple_emails-container {
  cursor: text;
  width: 100%; }

.multiple_emails-container input {
  clear: both;
  width: 100%;
  border: 0;
  outline: none;
  margin-bottom: 3px;
  padding-left: 5px;
  box-sizing: border-box; }

.multiple_emails-container ul {
  list-style-type: none;
  padding-left: 0; }

.multiple_emails-email {
  margin: 3px 5px 3px 5px;
  padding: 3px 5px 3px 5px;
  border: 1px #BBD8FB solid;
  border-radius: 3px;
  background: #F3F7FD; }

.multiple_emails-close {
  float: left;
  margin: 0 3px; }

.btn {
  display: inline-block;
  border: 1px solid #0b090d;
  padding: 0 1em;
  height: 2.8em;
  font-family: "Futura LT Condensed";
  font-weight: 200;
  font-style: normal;
  font-size: 1.25em;
  color: #ffffff;
  letter-spacing: 1.5px;
  line-height: 2.8em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: white;
  cursor: pointer; }
  .app-startscreen .btn {
    padding: 0;
    max-width: 12em;
    width: 100%; }
  .app-modal-form .btn {
    border-width: 2px;
    width: 100%;
    max-width: 15em; }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .btn {
    font-size: 1.3em; } }

.btn-primary {
  border: 1px solid #c9a23a;
  color: #0b090d;
  background-color: transparent; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #c9a23a; }

.btn-disabled,
.btn[disabled] {
  opacity: 0.3;
  pointer-events: none;
  cursor: default; }

.btn-mail {
  display: block;
  padding-left: 0;
  padding-right: 0;
  border-color: #fff !important;
  background: #fff !important;
  color: #0b090d !important;
  opacity: 0.54;
  line-height: 1.5em; }
  .btn-mail i {
    display: inline-block;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    background: url("../img/icons/mail.svg") no-repeat center center;
    background: 100% auto;
    vertical-align: -2px; }
  .btn-mail:hover {
    opacity: 1; }
    .btn-mail:hover span {
      color: #0b090d !important; }

.guerlain-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: black;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .cordova-version .guerlain-header {
      display: none; } }

.guerlain-logo {
  display: inline-block;
  width: 160px;
  height: 40px;
  background: url("../img/logo-guerlain.svg") center center no-repeat;
  background-size: 112px 14px;
  text-indent: 9999px;
  color: transparent;
  overflow: hidden; }
  .web-version[data-locale="it-it"] .guerlain-logo {
    cursor: default;
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none; }

.guerlain-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("../img/icons/close.svg") center center no-repeat;
  background-size: 13px 13px;
  text-indent: 9999px;
  color: transparent;
  overflow: hidden; }
  @media only screen and (min-width: 60em) {
    .guerlain-back {
      text-indent: initial;
      right: auto;
      left: 0;
      width: auto;
      padding-left: 50px;
      padding-top: 14px;
      background: url("../img/icons/back-white.svg") 20px center no-repeat;
      background-size: 20px 20px;
      color: white;
      font-family: "Futura LT";
      font-weight: 400;
      font-style: normal;
      font-stretch: normal;
      font-size: 12px;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.3s; }
      .guerlain-back:hover {
        background-position: 15px center; } }
  .web-version[data-locale="en-com"] .guerlain-back,
  .web-version[data-locale="fr-com"] .guerlain-back,
  .web-version[data-locale="it-it"] .guerlain-back {
    display: none !important; }

.guerlain-header__menu {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  width: 70px;
  height: 40px;
  color: white;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s; }
  .guerlain-header__menu:after {
    content: '';
    display: block;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icons/chevron-down-white.svg") center center no-repeat;
    vertical-align: -2px; }
  .app-state-mainscreen .guerlain-header__menu {
    opacity: 1; }
  @media only screen and (min-width: 48em) {
    .guerlain-header__menu {
      display: none; } }

.app-logo {
  z-index: 1000;
  position: absolute;
  top: 20px;
  left: 25px;
  margin-left: 0;
  width: 14.5em;
  height: 1.875em;
  text-indent: -9999px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: top 0.6s, margin-top 0.6s, left 0.6s, margin-left 0.6s, opacity 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer; }
  @media only screen and (max-width: 59.9375em) {
    .web-version .app-logo {
      display: none; } }
  @media only screen and (max-width: 47.9375em) {
    .cordova-version .app-logo {
      display: none; } }
  .app-state-startscreen .app-logo {
    top: 50%;
    margin-top: -130px; }
  .app-state-startscreen-form .app-logo {
    top: 20%;
    margin-top: 0; }
  .app-state-mainscreen .app-logo {
    top: 20px;
    left: 50%;
    margin-left: -7.25em; }
    .web-version .app-state-mainscreen .app-logo {
      top: -20px;
      opacity: 0; }
    @media only screen and (min-width: 60em) {
      .app-state-mainscreen .app-logo {
        left: 25px;
        margin-left: 0; } }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-state-mainscreen .app-logo {
    margin-top: 6px; } }
  .app-state-startscreen .app-logo,
  .app-state-resultscreen .app-logo {
    left: 50%;
    margin-left: -7.25em; }
  .app-state-resultscreen .app-logo {
    margin-left: -4.125em; }
    @media only screen and (min-width: 60em) {
      .app-state-resultscreen .app-logo {
        margin-left: -2.875em; } }
    .web-version .app-state-resultscreen .app-logo {
      top: -20px;
      opacity: 0; }

.app-mainscreen {
  z-index: 100;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }
  @media only screen and (min-width: 48em) {
    .cordova-version .app-mainscreen {
      top: 0; } }
  .app-state-mainscreen .app-mainscreen {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .app-state-resultscreen .app-mainscreen {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }

.app-mainscreen-menu {
  display: none;
  z-index: 4;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 10px;
  right: 20px;
  left: 20px;
  height: 30px;
  font-size: 0; }
  .cordova-version .app-mainscreen-menu {
    top: 70px; }
  @media only screen and (max-width: 47.9375em) {
    .app-mainscreen-menu {
      position: absolute;
      z-index: 1000;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: white; }
      .app-menu-is-open .app-mainscreen-menu {
        display: block; } }
  @media only screen and (min-width: 48em) {
    .app-mainscreen-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 60em) {
    .cordova-version .app-mainscreen-menu {
      top: 21px;
      right: 30px;
      left: 290px; } }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-mainscreen-menu {
    height: 50px; } }
  .app-mainscreen-menu:after {
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    height: 1px;
    content: "";
    background-color: #c2c2c2; }
    @media only screen and (max-width: 47.9375em) {
      .app-mainscreen-menu:after {
        top: 0;
        left: 30px;
        right: auto;
        width: 1px;
        height: 100%; } }

.app-mainscreen-menu-item {
  z-index: 4;
  position: relative;
  display: inline-block;
  font-size: 16px; }
  .app-mainscreen-menu-item > span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8125em;
    line-height: 2.4;
    letter-spacing: 0.125em;
    color: #c2c2c2;
    text-transform: uppercase;
    background-color: #ffffff; }
  .app-mainscreen-menu-item--current > span {
    color: #c9a23a; }
  .app-mainscreen-menu-item--previous > span {
    color: #0b090d; }
  .app-mainscreen-menu-item--disabled {
    pointer-events: none; }
  @media only screen and (min-width: 48em) {
    .app-mainscreen-menu-item:first-child > span {
      padding-left: 0; }
    .app-mainscreen-menu-item:last-child > span {
      padding-right: 0; }
    .app-mainscreen-menu-item i {
      display: none; } }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-mainscreen-menu-item {
    font-size: 24px; } }
  @media only screen and (max-width: 47.9375em) {
    .app-mainscreen-menu-item {
      display: block;
      padding: 10px 0; }
      .app-mainscreen-menu-item:last-child {
        display: none; }
      .app-mainscreen-menu-item > span {
        display: block;
        padding: 10px; }
      .app-mainscreen-menu-item i {
        display: inline-block;
        margin-right: 14px;
        padding-left: 2px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #c2c2c2;
        font-size: 1.4em;
        font-style: normal;
        line-height: 2.2;
        text-align: center;
        vertical-align: -2px; }
      .app-mainscreen-menu-item--current i {
        background: #c9a23a;
        border-color: #c9a23a;
        color: white; } }

.app-mainscreen-boxes {
  z-index: 4;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 2px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  overflow: auto;
  background-color: #ffffff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s; }
  @media only screen and (min-width: 48em) {
    .app-mainscreen-boxes {
      overflow: hidden;
      top: 42px; }
      .cordova-version .app-mainscreen-boxes {
        top: 120px; } }
  @media only screen and (min-width: 60em) {
    .cordova-version .app-mainscreen-boxes {
      top: 65px; } }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-mainscreen-boxes {
    top: 60px; }
    .cordova-version .app-mainscreen-boxes {
      top: 75px; } }
  .app-mainscreen--question-01 .app-mainscreen-boxes--01 {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .app-mainscreen--question-01 .app-mainscreen-boxes--02 {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .app-mainscreen--question-01 .app-mainscreen-boxes--03 {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0); }
  .app-mainscreen--question-01 .app-mainscreen-boxes--04 {
    -webkit-transform: translate3d(300%, 0, 0);
            transform: translate3d(300%, 0, 0); }
  .app-mainscreen--question-01 .app-mainscreen-boxes--05 {
    -webkit-transform: translate3d(400%, 0, 0);
            transform: translate3d(400%, 0, 0); }
  .app-mainscreen--question-01 .app-mainscreen-boxes--06 {
    -webkit-transform: translate3d(500%, 0, 0);
            transform: translate3d(500%, 0, 0); }
  .app-mainscreen--question-02 .app-mainscreen-boxes--01 {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .app-mainscreen--question-02 .app-mainscreen-boxes--02 {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .app-mainscreen--question-02 .app-mainscreen-boxes--03 {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .app-mainscreen--question-02 .app-mainscreen-boxes--04 {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0); }
  .app-mainscreen--question-02 .app-mainscreen-boxes--05 {
    -webkit-transform: translate3d(300%, 0, 0);
            transform: translate3d(300%, 0, 0); }
  .app-mainscreen--question-02 .app-mainscreen-boxes--06 {
    -webkit-transform: translate3d(400%, 0, 0);
            transform: translate3d(400%, 0, 0); }
  .app-mainscreen--question-03 .app-mainscreen-boxes--01 {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0); }
  .app-mainscreen--question-03 .app-mainscreen-boxes--02 {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .app-mainscreen--question-03 .app-mainscreen-boxes--03 {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .app-mainscreen--question-03 .app-mainscreen-boxes--04 {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .app-mainscreen--question-03 .app-mainscreen-boxes--05 {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0); }
  .app-mainscreen--question-03 .app-mainscreen-boxes--06 {
    -webkit-transform: translate3d(300%, 0, 0);
            transform: translate3d(300%, 0, 0); }
  .app-mainscreen--question-04 .app-mainscreen-boxes--01 {
    -webkit-transform: translate3d(-300%, 0, 0);
            transform: translate3d(-300%, 0, 0); }
  .app-mainscreen--question-04 .app-mainscreen-boxes--02 {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0); }
  .app-mainscreen--question-04 .app-mainscreen-boxes--03 {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .app-mainscreen--question-04 .app-mainscreen-boxes--04 {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .app-mainscreen--question-04 .app-mainscreen-boxes--05 {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .app-mainscreen--question-04 .app-mainscreen-boxes--06 {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0); }
  .app-mainscreen--question-05 .app-mainscreen-boxes--01 {
    -webkit-transform: translate3d(-400%, 0, 0);
            transform: translate3d(-400%, 0, 0); }
  .app-mainscreen--question-05 .app-mainscreen-boxes--02 {
    -webkit-transform: translate3d(-300%, 0, 0);
            transform: translate3d(-300%, 0, 0); }
  .app-mainscreen--question-05 .app-mainscreen-boxes--03 {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0); }
  .app-mainscreen--question-05 .app-mainscreen-boxes--04 {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .app-mainscreen--question-05 .app-mainscreen-boxes--05 {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .app-mainscreen--question-05 .app-mainscreen-boxes--06 {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .app-mainscreen--question-06 .app-mainscreen-boxes--01 {
    -webkit-transform: translate3d(-500%, 0, 0);
            transform: translate3d(-500%, 0, 0); }
  .app-mainscreen--question-06 .app-mainscreen-boxes--02 {
    -webkit-transform: translate3d(-400%, 0, 0);
            transform: translate3d(-400%, 0, 0); }
  .app-mainscreen--question-06 .app-mainscreen-boxes--03 {
    -webkit-transform: translate3d(-300%, 0, 0);
            transform: translate3d(-300%, 0, 0); }
  .app-mainscreen--question-06 .app-mainscreen-boxes--04 {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0); }
  .app-mainscreen--question-06 .app-mainscreen-boxes--05 {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .app-mainscreen--question-06 .app-mainscreen-boxes--06 {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .app-mainscreen--question-06 .app-mainscreen-boxes--05 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.app-mainscreen-box {
  position: relative;
  float: left;
  padding: 5px;
  cursor: pointer; }
  @media only screen and (min-width: 60em) {
    .app-mainscreen-box {
      padding: 10px; } }
  .app-mainscreen-box--question {
    padding: 15px;
    cursor: default; }
    @media only screen and (max-width: 47.9375em) {
      .app-mainscreen-box--question {
        width: 100% !important; } }
    @media only screen and (max-width: 59.9375em) {
      .app-mainscreen-box--question {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }

.app-mainscreen-boxes .app-mainscreen-box {
  width: 50%;
  height: 33.33333%; }

.app-mainscreen-boxes.app-mainscreen-boxes--has-question-size-2 .app-mainscreen-box--question {
  width: 100%; }

.app-mainscreen-boxes.app-mainscreen-boxes--has-question-size-3 .app-mainscreen-box--question {
  width: 150%; }

@media only screen and (min-width: 60em) {
  .app-mainscreen-boxes .app-mainscreen-box {
    width: 33.33333%;
    height: 50%; }
  .app-mainscreen-boxes.app-mainscreen-boxes--has-question-size-2 .app-mainscreen-box--question {
    width: 66.66667%; }
  .app-mainscreen-boxes.app-mainscreen-boxes--has-question-size-3 .app-mainscreen-box--question {
    width: 100%; } }

@media only screen and (min-width: 48em) {
  .app-mainscreen-boxes--has-4-items .app-mainscreen-box {
    width: 50%;
    height: 50%; }
  .app-mainscreen-boxes--has-4-items.app-mainscreen-boxes--has-question-size-2 .app-mainscreen-box--question {
    width: 100%; }
  .app-mainscreen-boxes--has-4-items.app-mainscreen-boxes--has-question-size-3 .app-mainscreen-box--question {
    width: 150%; } }

@media only screen and (min-width: 48em) {
  .app-mainscreen-boxes--has-8-items .app-mainscreen-box {
    width: 50%;
    height: 25%; }
  .app-mainscreen-boxes--has-8-items.app-mainscreen-boxes--has-question-size-2 .app-mainscreen-box--question {
    width: 100%; }
  .app-mainscreen-boxes--has-8-items.app-mainscreen-boxes--has-question-size-3 .app-mainscreen-box--question {
    width: 150%; } }

@media only screen and (min-width: 60em) {
  .app-mainscreen-boxes--has-8-items .app-mainscreen-box {
    width: 25%;
    height: 50%; }
  .app-mainscreen-boxes--has-8-items.app-mainscreen-boxes--has-question-size-2 .app-mainscreen-box--question {
    width: 50%; }
  .app-mainscreen-boxes--has-8-items.app-mainscreen-boxes--has-question-size-3 .app-mainscreen-box--question {
    width: 75%; } }

@media only screen and (min-width: 48em) {
  .app-mainscreen-boxes--has-9-items .app-mainscreen-box {
    width: 33.33333%;
    height: 33.33333%; }
  .app-mainscreen-boxes--has-9-items.app-mainscreen-boxes--has-question-size-2 .app-mainscreen-box--question {
    width: 66.66667%; }
  .app-mainscreen-boxes--has-9-items.app-mainscreen-boxes--has-question-size-3 .app-mainscreen-box--question {
    width: 100%; } }

@media only screen and (min-width: 48em) {
  .app-mainscreen-boxes--has-12-items .app-mainscreen-box {
    width: 33.33333%;
    height: 25%; }
  .app-mainscreen-boxes--has-12-items.app-mainscreen-boxes--has-question-size-2 .app-mainscreen-box--question {
    width: 66.66667%; }
  .app-mainscreen-boxes--has-12-items.app-mainscreen-boxes--has-question-size-3 .app-mainscreen-box--question {
    width: 100%; } }

@media only screen and (min-width: 60em) {
  .app-mainscreen-boxes--has-12-items .app-mainscreen-box {
    width: 25%;
    height: 33.33333%; }
  .app-mainscreen-boxes--has-12-items.app-mainscreen-boxes--has-question-size-2 .app-mainscreen-box--question {
    width: 50%; }
  .app-mainscreen-boxes--has-12-items.app-mainscreen-boxes--has-question-size-3 .app-mainscreen-box--question {
    width: 75%; } }

.app-mainscreen-box-inner {
  display: block;
  height: 100%;
  background-color: #c2c2c2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .app-mainscreen-box--question .app-mainscreen-box-inner {
    border: 2px solid #c9a23a;
    text-align: center;
    background-color: transparent; }
    .app-mainscreen-box--question .app-mainscreen-box-inner:after {
      display: inline-block;
      min-height: 100%;
      vertical-align: middle;
      content: ''; }

.app-mainscreen-box-question {
  display: inline-block;
  width: 90%;
  vertical-align: middle; }

.app-mainscreen-box-question-label,
.app-mainscreen-box-question-help {
  display: block;
  font-family: "Futura LT";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }

.app-mainscreen-box-question-label {
  font-size: 1.5625em;
  line-height: 1.375em;
  text-transform: uppercase; }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-mainscreen-box-question-label {
    font-size: 2.75em; } }

.app-mainscreen-box-question-help {
  padding-top: 10px;
  font-size: 1.1875em;
  line-height: 1.25em; }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-mainscreen-box-question-help {
    font-size: 1.625em; } }

.app-mainscreen-box-label {
  position: absolute;
  left: 1.25em;
  bottom: 1.25em;
  right: 1.25em;
  padding: 0.9375em;
  font-family: "Futura LT";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.6875em;
  color: #0b090d;
  line-height: 1.125em;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9); }
  @media only screen and (min-width: 48em) {
    .app-mainscreen-box-label {
      font-size: 1.0625em;
      letter-spacing: 1.5px; } }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-mainscreen-box-label {
    font-size: 1.75em; } }
  .app-mainscreen-box-label:after {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border: 1px solid #c9a23a;
    content: ''; }

.app-modal {
  display: none;
  z-index: 1010;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(11, 9, 13, 0.4); }
  .app-modal:after {
    display: inline-block;
    min-height: 100%;
    vertical-align: middle;
    content: ''; }
  .app-modal--visible {
    display: block; }

.app-modal-close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url("../img/icons/close-dark.svg") no-repeat center center;
  background-size: 100% auto;
  cursor: pointer; }

.app-modal-inner {
  position: relative;
  display: inline-block;
  width: 98%;
  max-width: 600px;
  height: auto;
  vertical-align: middle;
  background-color: #ffffff; }

.app-modal-title {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Futura LT";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25em;
  line-height: 1.25em;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .app-modal-title {
      font-size: 1.5em; } }

.app-modal-back {
  display: none;
  visibility: hidden;
  /** /
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -15px;
  width: 35px;
  height: 30px;
  background: url('../img/icons/back.svg') no-repeat center center;
  background-size: 100% auto;
  /**/ }

.app-modal-boxes {
  padding: 0 30px 30px;
  *zoom: 1; }
  .app-modal-boxes:before, .app-modal-boxes:after {
    display: table;
    content: '';
    line-height: 0; }
  .app-modal-boxes:after {
    clear: both; }

.app-modal-box {
  float: left;
  border: 1px solid #e1e1e1;
  width: 255px;
  height: 185px;
  font-family: "Futura LT Condensed";
  font-weight: 200;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.125em;
  color: #0b090d;
  letter-spacing: 0.09375em;
  text-transform: uppercase;
  text-align: center; }
  .app-modal-box:first-child {
    margin-right: 30px; }
  .app-modal-box:after {
    display: inline-block;
    min-height: 100%;
    vertical-align: middle;
    content: ''; }
  .app-modal-box > span {
    display: inline-block;
    width: 48%;
    vertical-align: middle; }

.app-modal-form {
  display: block;
  padding: 0 20px 10px 20px;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .app-modal-form {
      padding: 0 50px 30px; } }
  .app-modal-form .btn {
    margin-top: 15px; }
  .app-modal-form p {
    display: block;
    margin: 0;
    padding: 15px 0;
    font-family: "Futura LT";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.25em;
    color: #0b090d; }
  .app-modal-form label {
    position: relative;
    display: block;
    margin: 0 auto 0.625em;
    padding-left: 2em;
    padding-top: 0.25em;
    text-align: left;
    max-width: 18em; }
    .app-modal-form label a {
      color: #0b090d; }
  .app-modal-form input[type="email"],
  .app-modal-form input[type="text"] {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #c2c2c2;
    padding: 15px 20px;
    width: 100%;
    outline: none;
    font-family: "Futura LT";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 1em;
    color: #0b090d;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0, inset 0 0 0 !important; }
    @media only screen and (min-width: 48em) {
      .app-modal-form input[type="email"],
      .app-modal-form input[type="text"] {
        font-size: 1.25em; } }
    .app-modal-form input[type="email"]::-webkit-input-placeholder,
    .app-modal-form input[type="text"]::-webkit-input-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #c2c2c2; }
    .app-modal-form input[type="email"]:-moz-placeholder,
    .app-modal-form input[type="text"]:-moz-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #c2c2c2; }
    .app-modal-form input[type="email"]::-moz-placeholder,
    .app-modal-form input[type="text"]::-moz-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #c2c2c2; }
    .app-modal-form input[type="email"]:-ms-input-placeholder,
    .app-modal-form input[type="text"]:-ms-input-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #c2c2c2; }
  .app-modal-form input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    vertical-align: -4px;
    overflow: hidden; }
    .app-modal-form input[type="checkbox"]:before, .app-modal-form input[type="checkbox"]:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      pointer-events: none; }
    .app-modal-form input[type="checkbox"]:before {
      border: 1px solid #c2c2c2;
      background-color: #ffffff; }
    .app-modal-form input[type="checkbox"]:after {
      left: -100%;
      background: url("../img/icons/checked.svg") no-repeat center center;
      background-size: 70% 70%;
      transition: left 0.2s; }
    .app-modal-form input[type="checkbox"]:checked:after {
      left: 0; }
  .app-modal-form .multiple_emails-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #c2c2c2 !important;
    padding: 15px 20px;
    width: 100%;
    outline: none;
    font-family: "Futura LT";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.25em;
    color: #0b090d;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0, inset 0 0 0 !important; }
    .app-modal-form .multiple_emails-input::-webkit-input-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #c2c2c2; }
    .app-modal-form .multiple_emails-input:-moz-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #c2c2c2; }
    .app-modal-form .multiple_emails-input::-moz-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #c2c2c2; }
    .app-modal-form .multiple_emails-input:-ms-input-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #c2c2c2; }
  .app-modal-form .multiple_emails-container input.multiple_emails-error {
    border-color: #c83434 !important; }
  .app-modal-form .multiple_emails-container {
    position: relative;
    padding-top: 70px; }
  .app-modal-form .multiple_emails-container ul {
    text-align: left;
    *zoom: 1; }
    .app-modal-form .multiple_emails-container ul:before, .app-modal-form .multiple_emails-container ul:after {
      display: table;
      content: '';
      line-height: 0; }
    .app-modal-form .multiple_emails-container ul:after {
      clear: both; }
  .app-modal-form .multiple_emails-email {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    border: 0;
    padding: 0 43px 0 15px;
    height: 40px;
    font-family: "Futura LT";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.0625em;
    line-height: 40px;
    background: #f5f5f5;
    border-radius: 20px; }
  .app-modal-form .multiple_emails-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: url("../img/icons/close-dark.svg") no-repeat center center;
    background-size: 40% auto; }

.cordova-version[data-locale="it-it"] label[for="email_save"] {
  display: none !important; }

.app-resultscreen {
  z-index: 300;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }
  @media only screen and (min-width: 48em) {
    .cordova-version .app-resultscreen {
      top: 0; } }
  .app-state-resultscreen .app-resultscreen {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.app-resultscreen-verticalbanner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6.25em;
  background-color: #c2c2c2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 48em) {
    .app-resultscreen-verticalbanner {
      display: block; } }
  @media only screen and (min-width: 60em) {
    .app-resultscreen-verticalbanner {
      width: 8.75em; } }

.app-resultscreen-scroll {
  position: relative;
  height: 100%;
  overflow: auto; }

.app-resultscreen-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-height: 100%; }
  @media only screen and (min-width: 48em) {
    .app-resultscreen-layout {
      margin-left: 100px; } }
  @media only screen and (min-width: 60em) {
    .app-resultscreen-layout {
      margin-left: 140px; } }

.app-resultscreen-product {
  position: relative;
  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;
  padding: 20px;
  text-align: center;
  *zoom: 1; }
  .app-resultscreen-product:before, .app-resultscreen-product:after {
    display: table;
    content: '';
    line-height: 0; }
  .app-resultscreen-product:after {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .app-resultscreen-product {
      padding: 1.875em;
      padding-bottom: 0; } }
  @media only screen and (min-width: 48em) and (min-height: 900px) {
    .app-resultscreen-product {
      margin-top: 3.75em; } }
  @media only screen and (min-width: 48em) and (min-height: 1000px) {
    .app-resultscreen-product {
      margin-top: 6.25em; } }
  @media only screen and (min-width: 60em) {
    .app-resultscreen-product {
      padding: 3.75em;
      padding-bottom: 0; } }
  @media only screen and (min-width: 60em) and (min-height: 1000px) {
    .app-resultscreen-product {
      margin-top: 8.75em; } }
  @media only screen and (min-width: 60em) {
    .app-resultscreen-product {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-resultscreen-product {
    font-size: 1.1em; } }
  @media only screen and (min-width: 75em) and (min-height: 800px) and (min-height: 900px) {
    .app-resultscreen-product {
      font-size: 1.2em; } }

.app-resultscreen-product-visual {
  display: block;
  max-width: 12.5em; }
  @media only screen and (min-width: 48em) {
    .app-resultscreen-product-visual {
      max-width: 17.5em; } }
  @media only screen and (min-width: 60em) {
    .app-resultscreen-product-visual {
      max-width: 20em; } }
  .app-resultscreen-product-visual img {
    max-width: 100%;
    height: auto; }

.app-resultscreen-product-description {
  display: block;
  max-width: 33.125em;
  text-align: center; }
  @media only screen and (max-width: 47.9375em) {
    .app-resultscreen-product-description {
      font-size: 0.7em; } }
  @media only screen and (min-width: 60em) {
    .app-resultscreen-product-description {
      max-width: 24em;
      padding-left: 40px;
      text-align: left; } }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-resultscreen-product-description {
    max-width: 30em; } }
  .app-resultscreen-product-description .btn {
    margin-bottom: 1em;
    margin-right: 0.25em;
    border-width: 2px;
    border-color: currentColor; }
    .app-resultscreen-product-description .btn:not([style]) {
      border-color: #E4E5E6; }
    .app-resultscreen-product-description .btn span {
      color: #0b090d; }
    .app-resultscreen-product-description .btn:hover, .app-resultscreen-product-description .btn:focus, .app-resultscreen-product-description .btn:active {
      background-color: currentColor;
      border-color: currentColor; }
      .app-resultscreen-product-description .btn:hover span, .app-resultscreen-product-description .btn:focus span, .app-resultscreen-product-description .btn:active span {
        color: #ffffff; }
    @media only screen and (min-width: 60em) {
      .app-resultscreen-product-description .btn {
        border-width: 3px; } }

.app-resultscreen-product-description-title {
  display: block;
  font-family: "Futura LT";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.875em;
  line-height: 1.25em;
  color: #0b090d;
  text-transform: uppercase; }

.app-resultscreen-product-description-text {
  display: block;
  padding-bottom: 25px; }
  .app-resultscreen-product-description-text p {
    margin: 0;
    padding: 15px 0 0;
    font-family: "Futura LT";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.0625em;
    line-height: 1.375em; }

.app-resultscreen-discover,
.app-resultscreen-retry {
  position: relative;
  margin: 20px;
  margin-bottom: 0;
  text-align: center; }

.app-resultscreen-discover {
  font-family: "Playlist";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.5em;
  line-height: 1.375em; }
  @media only screen and (min-width: 48em) {
    .app-resultscreen-discover {
      font-size: 2.5em; } }
  .app-resultscreen--orange .app-resultscreen-discover {
    color: #fc4c02; }
  .web-version .app-resultscreen-discover {
    display: none; }

.app-resultscreen-retry {
  bottom: 0;
  font-family: "Futura LT Condensed";
  font-weight: 200;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0.09375em;
  text-transform: uppercase; }
  @media only screen and (min-width: 48em) {
    .app-resultscreen-retry {
      font-size: 1.25em; } }
  .app-resultscreen-retry button {
    display: inline-block;
    padding: 0.75em 1em;
    border: 0;
    border-top-right-radius: 0.75em;
    border-top-left-radius: 0.75em;
    background: currentColor;
    color: currentColor;
    font-family: "Futura LT";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    cursor: pointer; }
  .app-resultscreen-retry span {
    color: white; }
  .app-resultscreen-retry i {
    display: inline-block;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    vertical-align: -4px;
    background: url("../img/icons/retry-white.svg") no-repeat center left;
    background-size: 100% auto; }

.app-startscreen {
  z-index: 200;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media only screen and (min-width: 48em) {
    .cordova-version .app-startscreen {
      top: 0; } }
  .app-state-mainscreen .app-startscreen,
  .app-state-resultscreen .app-startscreen {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }

.app-state-startscreen:not(.app-state-startscreen-form) .app-startscreen,
.app-state-startscreen:not(.app-state-startscreen-form) .app-resultscreen,
.app-state-startscreen:not(.app-state-startscreen-form) .app-startscreen-outer + .app-startscreen-outer,
.app-state-startscreen:not(.app-state-startscreen-form) .app-logo {
  transition: none; }

.app-startscreen-bg {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/startscreen/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .app-state-startscreen-form .app-startscreen-bg {
    opacity: 0.6;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .app-state-startscreen-markets .app-startscreen-bg {
    opacity: 0.4; }

.app-startscreen-outer {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s; }
  .app-state-startscreen-form .app-startscreen-outer {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .app-startscreen-outer + .app-startscreen-outer {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  .app-state-startscreen-form .app-startscreen-outer + .app-startscreen-outer {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .app-state-resultscreen .app-startscreen-outer + .app-startscreen-outer {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.app-startscreen-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1.25em;
  max-width: 39.375em;
  max-height: 25em;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.9); }
  @media only screen and (min-width: 48em) {
    .app-startscreen-box {
      height: 25em; } }

.app-startscreen-box-inner {
  position: relative;
  display: block;
  border: 1px solid #c9a23a;
  height: 100%;
  padding: 20px;
  color: #0b090d;
  text-align: center; }

.app-startscreen-box-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0.6em;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.125em;
  font-family: "Futura LT";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }
  @media only screen and (min-width: 48em) {
    .app-startscreen-box-title {
      margin-top: 1.6em;
      margin-bottom: 0.8em;
      font-size: 3.0625em; } }
  .app-startscreen-box-title strong {
    display: block;
    font-family: "Futura LT";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal; }

.app-startscreen-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
  max-width: 31.25em;
  max-height: 12.5em;
  text-align: center; }
  .app-startscreen-form input[type="text"] {
    display: block;
    margin-bottom: 50px;
    border: 0;
    border-bottom: 1px solid #c9a23a;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    outline: none;
    font-family: "Futura LT";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.25em;
    color: #0b090d;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0 !important; }
    .app-startscreen-form input[type="text"]::-webkit-input-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #0b090d; }
    .app-startscreen-form input[type="text"]:-moz-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #0b090d; }
    .app-startscreen-form input[type="text"]::-moz-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #0b090d; }
    .app-startscreen-form input[type="text"]:-ms-input-placeholder {
      font-family: "Futura LT";
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      color: #0b090d; }

@media only screen and (min-width: 75em) and (min-height: 800px) {
  .app-startscreen-form input[type="text"] {
    font-size: 1.5em; } }

.app-startscreen-languages {
  z-index: 6;
  position: fixed;
  right: 0;
  text-transform: uppercase; }

.app-startscreen-languages-handle {
  display: block;
  padding: 0 15px;
  height: 50px;
  font-family: "Futura LT";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.5625em;
  line-height: 50px;
  color: #c9a23a;
  cursor: pointer;
  background-color: #ffffff; }
  .app-startscreen-languages-handle:before {
    display: inline-block;
    margin-right: 14px;
    width: 25px;
    height: 25px;
    vertical-align: -3px;
    content: "";
    background: url("../img/icons/map.svg") no-repeat center center;
    background-size: auto 100%; }
  .app-startscreen-languages-handle:after {
    display: inline-block;
    margin-left: 14px;
    width: 20px;
    height: 10px;
    vertical-align: 3px;
    content: "";
    background: url("../img/icons/chevron-down.svg") no-repeat center center;
    background-size: 100% auto;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s; }
    .app-startscreen-languages.active .app-startscreen-languages-handle:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.app-startscreen-languages-content {
  display: none; }
  .app-startscreen-languages.active .app-startscreen-languages-content {
    display: block; }

.app-startscreen-languages-item {
  float: right;
  clear: both;
  margin-top: 1px;
  width: 70px;
  height: 50px;
  font-family: "Futura LT";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.5625em;
  line-height: 50px;
  color: #0b090d;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  display: inline-table;
  padding: 0 10px; }

.app-startscreen-dropdown {
  position: relative;
  display: block; }

.app-startscreen-dropdown-handle {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9a23a;
  font-family: "Futura LT";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.75em;
  line-height: 1.25em;
  color: #0b090d;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase; }
  .app-startscreen-dropdown-handle:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 20px;
    height: 10px;
    content: "";
    background: url("../img/icons/chevron-down.svg") no-repeat center center;
    background-size: 100% auto;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s; }
    .app-startscreen-dropdown.active .app-startscreen-dropdown-handle:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.app-startscreen-dropdown-content {
  display: none;
  padding: 0 20px;
  background-color: #ffffff; }
  .app-startscreen-dropdown.active .app-startscreen-dropdown-content {
    display: block; }
  .app-startscreen-dropdown-content > a {
    display: block;
    padding: 20px 0 17px;
    border-top: 1px solid #e5e5e5;
    font-family: "Futura LT";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.5625em;
    line-height: 1.25em;
    color: #0b090d;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase; }
    .app-startscreen-dropdown-content > a:first-child {
      border-top: 0; }

.app-startscreen-intro {
  position: relative;
  z-index: 3;
  text-align: center; }
  .app-startscreen-intro img {
    margin: 30px 0 50px;
    width: 14.5em;
    height: 1.875em; }

.app-configuration {
  max-width: 320px;
  margin: 0 auto;
  padding: 20px;
  background: white;
  border: 1px solid #c9a23a;
  box-shadow: white 0 0 0 20px; }

.locale-select {
  position: relative; }
  .locale-select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #c9a23a;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
    font-size: 20px;
    font-family: 'Futura LT';
    text-transform: uppercase;
    background: white; }
  .locale-select:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '⌵';
    font-size: 24px;
    padding: 12px;
    color: #c9a23a;
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none; }

.products-select {
  padding: 10px 0; }
  .products-select input {
    vertical-align: 2px;
    margin-right: 15px; }
  .products-select label {
    display: block;
    padding: 4px 0;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase; }

/* fix typo loca russe */
html[data-locale="ru-ru"] * {
  font-family: "calibri" !important; }
  html[data-locale="ru-ru"] * .btn {
    line-height: 2.5em; }
  html[data-locale="ru-ru"] * .btn-mail {
    line-height: 1.5em; }
  html[data-locale="ru-ru"] * ::-webkit-input-placeholder {
    font-family: "calibri" !important; }
  html[data-locale="ru-ru"] * ::-moz-placeholder {
    font-family: "calibri" !important; }
  html[data-locale="ru-ru"] * :-ms-input-placeholder {
    font-family: "calibri" !important; }
  html[data-locale="ru-ru"] * :-moz-placeholder {
    font-family: "calibri" !important; }

/* fix CTA bahasa */
html[data-locale="bahasa-my"] .app-startscreen .btn,
html[data-locale="bahasa-apac"] .app-startscreen .btn {
  margin-top: -60px; }
