@charset "UTF-8";
/*------------------------------------*\
  COLORS
\*------------------------------------*/
/* --- Background --- */
/* --- Brand  --- */
/* --- Error --- */
/* --- Text --- */
/* --- Suport colors --- */
/*------------------------------------*\
  FONT and TYPOGRAPHY
\*------------------------------------*/
/* --- Font Family --- */
/*------------------------------------*\
  RADIUS
\*------------------------------------*/
/*------------------------------------*\
  SHADOW
\*------------------------------------*/
/*------------------------------------*\
  SPACING
\*------------------------------------*/
/* --- Margin / Padding --- */
/*$margin-grid: 10% do vw;*/
/* --- Border --- */
/*------------------------------------*\
  COL SIZE
\*------------------------------------*/
/*------------------------------------*\
  ANIMATION
\*------------------------------------*/
/*------------------------------------*\
  INDEXING
\*------------------------------------*/
/*------------------------------------*\
  FONTS
\*------------------------------------*/
/* --- Raleway --- */
@font-face {
  font-family: "raleway-regular";
  src: url("../../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "raleway-medium";
  src: url("../../fonts/Raleway-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "raleway-bold";
  src: url("../../fonts/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "raleway-black";
  src: url("../../fonts/Raleway-Black.ttf") format("truetype");
}
/* --- Metropolis --- */
@font-face {
  font-family: "metropolis-regular";
  src: url("../../fonts/metropolis-regular-webfont.woff2") format("woff2"), url("../../fonts/metropolis-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "metropolis-light";
  src: url("../../fonts/metropolis-light-webfont.woff2") format("woff2"), url("../../fonts/metropolis-light-webfont.woff") format("woff");
}
@font-face {
  font-family: "metropolis-black";
  src: url("../../fonts/metropolis-black-webfont.woff2") format("woff2"), url("../../fonts/metropolis-black-webfont.woff") format("woff");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-height: 100vh;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** 
    TOOLS
*/
/*------------------------------------*\
  Z-INDEX
\*------------------------------------*/
/** 
    TOOLS
*/
/*------------------------------------*\
  MIXINS 
\*------------------------------------*/
/* --- container padding --- */
/* --- Flex --- */
/* --- Transform --- */
/* --- Absolute --- */
/* --- Before --- */
/* --- Mask-image --- */
/* --- Box Shadow --- */
/*------------------------------------*\
  FUNCTIONS
\*------------------------------------*/
/** 
    TOOLS
*/
/*------------------------------------*\
  BUTTONS
\*------------------------------------*/
.btn {
  display: inline-block;
  font: 1.333rem "metropolis-light", sans-serif;
  padding: 8px;
  min-width: 300px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 400px) {
  .btn {
    min-width: initial;
    padding: 8px 15px;
    width: 100%;
  }
}

/* --- Primary --- */
.btn--primary {
  background-color: #FF0019;
  color: #FFFFFF;
  border: 2px solid #FF0019;
}

.btn--primary:hover, .btn--tertiary:hover {
  background-color: #CC0000;
  border: 2px solid #CC0000;
}

/* --- Secundary --- */
.btn--secundary {
  background-color: #FFFFFF;
  color: #FF0019;
  border: 2px solid #FF0019;
}

.btn--secundary:hover {
  background-color: #FCF6E3;
}

/* --- Disabled --- */
.btn--disabled {
  background-color: #DBDBDB;
  color: #FFFFFF;
  border: 2px solid #DBDBDB;
  pointer-events: none;
  cursor: not-allowed;
}

.btn--tertiary {
  background-color: #FF0019;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

/* --- Loading button --- */
.btn:not(.btn--loading) .btn--loading__icon {
  display: none;
}

.btn--loading {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.btn--loading .btn--loading__icon {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
@media only screen and (min-width: 1000px) {
  .btn--loading .btn--loading__icon {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 999px) {
  .btn--loading .btn--loading__icon {
    width: 16px;
    height: 16px;
  }
}

.btn--loading .btn--loading__icon div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.btn--secundary.btn--loading .btn--loading__icon div {
  border: 3px solid #FF0019;
  border-color: #FF0019 transparent transparent transparent;
}

.btn--loading .btn--loading__icon div:nth-child(1) {
  animation-delay: -0.45s;
}

.btn--loading .btn--loading__icon div:nth-child(2) {
  animation-delay: -0.3s;
}

.btn--loading .btn--loading__icon div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** 
    TOOLS
*/
/*------------------------------------*\
  FORM : input and select
\*------------------------------------*/
.form-element {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  margin-top: 20px;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 999px) {
  .form-element {
    width: 100%;
  }
}

.form-element__input,
.form-element--key__input {
  font: 1.333rem "metropolis-light", sans-serif;
  padding: 0 30px 10px 10px;
  color: #3E3E3E;
}

.form-element--key__input {
  padding: 10px 30px 10px 10px;
  border: none;
  border-radius: 4px;
}

.form-element__label {
  position: absolute;
  top: 0;
  left: 10px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  font: 1.333rem "metropolis-light", sans-serif;
  color: #DBDBDB;
  transform-origin: bottom left;
}

.form-element__label--is-up {
  color: #FF0019;
  top: -1.5rem;
  transform: scale(0.8);
}

.form-element__input {
  border: 1px solid transparent;
  border-bottom: 2px solid #A4A4A4;
}

.form-element__error {
  font: 0.9rem "raleway-medium", sans-serif;
  padding: 3px 0 0 10px;
  color: #FFAA00;
  transition: all 0.3s ease-in;
  height: calc(0.9rem + 6px);
}

.form-element__icon {
  position: absolute;
  right: 8px;
  width: 19px;
  top: 7px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.1s ease-in;
}

.input-validation-error ~ .form-element__icon {
  opacity: 1;
}

.form-element--generic-js {
  display: flex;
}

.generic-form-element {
  margin-top: 20px;
}

.warning-box {
  background-color: #e6e6e6;
  padding: 10px;
  border-radius: 10px;
}

.form-element__checkbox {
  display: flex;
  align-items: flex-start;
}

.form-element__checkbox-input {
  margin-right: 10px;
}

.custom-checkbox__element {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  display: block;
  margin-right: 15px;
  cursor: pointer;
}

.custom-checkbox__element::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 11px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(44%, -25%);
  display: none;
}

.custom-checkbox__input {
  display: none;
}

.custom-checkbox__input:checked ~ .custom-checkbox__element {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.custom-checkbox__input:checked ~ .custom-checkbox__element::after {
  display: block;
}

/** 
    TOOLS
*/
﻿ html {
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

@media only screen and (max-width: 999px) {
  html, body {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  html, body {
    font-size: 14px;
  }
}
* {
  /*font-family: $font-family;  rever depois*/
  box-sizing: border-box;
}

a, button {
  cursor: pointer;
  /*color:; rever depois*/
}

/*b, bold {rever depois
font-family: $font-weight-bold;
}*/
ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

li {
  list-style: none;
}

input, button, select {
  outline: none;
  outline: 0;
  background-image: initial;
}

.img-responsive {
  height: 100%;
  width: auto;
  overflow: hidden;
}

p, h2, h3, h4, h5 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.p, p {
  font: 1.333rem "raleway-regular", sans-serif;
  color: #3E3E3E;
  margin-bottom: 1rem;
  /*@include bp-small {       
      text-align: center;
  }*/
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: initial;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  background-color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 2px solid #A4A4A4;
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

.snap-scrolling {
  scroll-snap-type: x mandatory;
}

.snap-scrolling > * {
  scroll-snap-align: start;
}

.d-hidden {
  display: none;
}
.d-block {
  display: block;
}
@media all and (min-width: 769px) {
  .d-md-hidden {
    display: none;
  }
  .d-md-block {
    display: block;
  }
}

.pt-6 {
  padding-top: 1.5rem;
}

.card-values--hidden {
  display: none;
}

/** 
    MODULES
*/
/** 
    TOOLS
*/
.footer-container {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #DBDBDB;
}
@media only screen and (max-width: 999px) {
  .footer-container {
    padding: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-container {
    padding: 60px;
  }
}
@media only screen and (max-width: 999px) {
  .footer-container {
    flex-direction: column;
  }
}

.footer__list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.footer__list-item {
  font: 1.3rem "raleway-medium", sans-serif;
  color: #FF0019;
  padding-left: 3rem;
}

.footer__list-item:first-child {
  padding-left: 0px;
}

.footer__list-item:hover {
  color: #CC0000;
}

.footer__list a {
  text-decoration: none;
  color: inherit;
}

.copyright {
  font: 0.9rem "raleway-regular", sans-serif;
  text-align: center;
}

.header-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
  z-index: 3;
}

.header-container.dark {
  background: rgba(37, 38, 46, 0);
}

.header-container.rocksolid {
  background: rgb(255, 255, 255);
}

.header-container.rocksolid.dark {
  background: rgb(37, 38, 46);
}

.logo-container {
  overflow: hidden;
  transition: all 0.3s;
}
@media only screen and (max-width: 999px) {
  .logo-container {
    height: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .logo-container {
    height: 70px;
  }
}

@media only screen and (max-width: 999px) {
  .header-container.rocksolid .logo-container {
    height: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .header-container.rocksolid .logo-container {
    height: 50px;
  }
}

.logo-container h1 {
  height: 100%;
  margin: 0;
}

.img-full-height {
  height: 100%;
  object-fit: contain;
  width: 120px;
}
@media only screen and (min-width: 1000px) {
  .img-full-height {
    width: fit-content;
  }
}

.logo-container .navbar .btn {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 999px) {
  .navbar {
    white-space: nowrap;
  }
}

.navbar .btn:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 999px) {
  .navbar .btn {
    min-width: initial;
    width: initial;
  }
}

@media only screen and (max-width: 999px) {
  .navbar .btn:first-child {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    visibility: hidden;
  }
}

@media only screen and (max-width: 999px) {
  .navbar .btn:first-child:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    visibility: visible;
    background-image: url(../../img/icons/icon-map.svg);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/** 
    TOOLS
*/
﻿.error-page {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 161px);
  flex-direction: column;
  padding-top: 133px;
}

.error-page h2 {
  font: 6rem "raleway-black", sans-serif;
  color: #FF0019;
}

.error-page > div {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 64%;
}

.error-page__sign {
  height: 100%;
  margin-right: 50px;
}

@media only screen and (max-width: 999px) {
  .error-page {
    height: calc(100vh - 125px);
    padding-top: 130px;
  }
  .error-page h2 {
    text-align: center;
  }
  .error-page > div {
    flex-direction: column;
    height: 38%;
  }
  .error-page__sign {
    margin: 0;
  }
}
/*------------------------------------*\
  COLORS
\*------------------------------------*/
/** 
    TOOLS
*/
@media only screen and (max-width: 999px) {
  .header-container2 .logo-container {
    height: 30px;
    /*width: 50px;*/
  }
  .header-container2 {
    padding: 15px;
    position: absolute;
  }
}
@media only screen and (max-width: 999px) {
  .redeem {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .redeem {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    align-items: left;
  }
}

@media only screen and (min-width: 1000px) {
  .redeem__buttons {
    display: flex;
  }
}
.step {
  width: 0%;
  max-height: 100vh;
  transition: all 0.6s ease-in-out 0s;
  transform: translateX(-150vw);
}

.step.show ~ .step {
  transform: translateX(150vw);
}

.step.show {
  width: 100%;
  max-height: 200vh;
  transform: translateX(0vw);
}

.step-4.show {
  transition-delay: 0.6s;
}

.step .container {
  padding: 120px 10%;
}
@media only screen and (min-width: 1000px) {
  .step .container {
    width: 70vw;
    padding: 120px 10%;
  }
}
@media only screen and (max-width: 999px) {
  .step .container {
    width: 100vw;
    padding: 90px 5%;
  }
}

@media only screen and (max-width: 999px) {
  .step-1 .container {
    padding-top: calc(50vh - 140px);
  }
}

.step-1 .form-element {
  margin-top: 3rem;
}
@media only screen and (min-width: 1000px) {
  .step-1 .form-element {
    width: 500px;
  }
}

.step-1 .form-element input {
  text-transform: uppercase;
}

@media only screen and (max-width: 999px) {
  .step-2 .container,
  .step-3 .container {
    padding: 90px 5% 200px 5%;
  }
}

.redeem__steps {
  display: flex;
  display: -webkit-flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .redeem__steps {
    width: 100%;
    z-index: 0;
    overflow: hidden;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1000px) {
  .redeem__steps {
    width: 70%;
    z-index: 1;
  }
}
.redeem__steps {
  overflow: hidden;
}

.redeem__help {
  position: fixed;
  background-color: #FF0019;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 1000px) {
  .redeem__help {
    width: calc(100% - 70%);
    right: 0;
    height: 100%;
    top: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 999px) {
  .redeem__help {
    bottom: 0;
    height: 100px;
    width: 100%;
  }
}

.redeem__help--expanded {
  width: 100%;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 999px) {
  .redeem__help--expanded {
    height: 100vh;
    z-index: -1;
  }
}

@media only screen and (max-width: 999px) {
  .redeem__help--expanded .redeem__list {
    width: 100%;
    flex-direction: column;
  }
}

.redeem__list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: left;
  transition: all 0.3s ease-in-out;
  visibility: visible;
}
@media only screen and (max-width: 999px) {
  .redeem__list {
    height: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .redeem__list {
    position: fixed;
    width: calc(100% - 70%);
    right: 0;
    flex-direction: column;
  }
}

@media only screen and (max-width: 999px) {
  /*.redeem__list--transform-cel1 {
      transform: translateX(0%);
  }

  .redeem__list--transform-cel2{
      transform: translateX(-25%);
  }

  .redeem__list--transform-cel3 {
      transform: translateX(-50%);
  }*/
  .redeem__help--expanded .redeem__list--transform-cel3 {
    visibility: hidden;
  }
}
@media only screen and (max-width: 999px) {
  .redeem__item {
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    height: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .redeem__item {
    padding: 20px 20%;
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 999px) {
  .redeem__help--expanded .redeem__list.transition .redeem__item {
    width: 100%;
  }
}

.redeem__item--active {
  background-color: #CC0000;
}

.redeem__item-number {
  font: 1rem "raleway-medium", sans-serif;
  border-radius: 50px;
  background-color: #CC0000;
  color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 5px 20px 0 0;
  border: 2px solid #c00;
}
@media only screen and (max-width: 999px) {
  .redeem__item-number {
    padding: 5px 8px;
  }
}
@media only screen and (min-width: 1000px) {
  .redeem__item-number {
    padding: 5px 10px;
  }
}

.redeem__item-number--activated,
.redeem__item--active > .redeem__item-number {
  background-color: #FFFFFF;
  color: #3E3E3E;
}

.redeem__item-txt {
  color: #FFFFFF;
  line-height: 1.8rem;
}
@media only screen and (max-width: 999px) {
  .redeem__item-txt {
    font: 1rem "raleway-regular", sans-serif;
  }
}
@media only screen and (min-width: 1000px) {
  .redeem__item-txt {
    font: 1.8rem "raleway-regular", sans-serif;
  }
}

.redeem__item--active .redeem__item-txt {
  color: #FFFFFF;
}

.redeem__help--expanded .redeem__item-txt {
  color: #FFFFFF;
}

.redeem__help--expanded .redeem__list {
  opacity: 0;
}

.redeem__help--expanded .redeem__list.transition {
  opacity: 1;
}

@media only screen and (min-width: 1000px) {
  .step-4 .review-box {
    margin-bottom: 0;
  }
  .redeem__help--expanded .redeem__list.transition {
    flex-direction: row;
    width: 93%;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translateY(50%);
    top: 50%;
  }
  .redeem__help--expanded .redeem__list.transition .redeem__item {
    padding: 30px 20px 30px 0px;
  }
}
@media only screen and (max-width: 999px) {
  .step-4 {
    position: fixed;
    width: 80%;
  }
  .step-4 .review-box {
    margin-bottom: 0;
  }
  .step-4 .redeem__list {
    width: 100%;
    flex-direction: column;
    margin: 15px 0;
  }
  .step-4 .redeem__list .redeem__item {
    width: 100%;
    padding: 15px;
    justify-content: flex-start;
  }
  .step-4 .redeem__list .redeem__item-number {
    margin: 5px 10px 0 0;
  }
  .step-4 .redeem__buttons {
    margin-top: 30px;
  }
  .step-4 .redeem__item-txt {
    font: 1.333rem "raleway-regular", sans-serif;
  }
  .redeem__help .redeem__item-icon {
    display: none;
  }
  .redeem__help .redeem__list .redeem__item:nth-child(1).redeem__item--active ~ .redeem__item:nth-child(2) {
    border-right: 1px solid #CC0000;
  }
  .redeem__help .redeem__list .redeem__item:first-child:not(redeem__item--active) ~ .redeem__item:nth-child(2) {
    border-left: 1px solid #CC0000;
  }
  .redeem__help .redeem__list .redeem__item-number {
    position: absolute;
    top: -9px;
    margin: 0;
  }
  .redeem__help .redeem__list .redeem__item {
    padding: 10px;
  }
  .redeem__help .redeem__item-txt {
    text-align: center;
  }
}
@media (max-width: 999px) and (orientation: landscape) {
  .step-4 {
    position: relative;
  }
}
@media only screen and (max-width: 999px) {
  /*.form-element,
  .redeem__buttons {      
      max-width: 400px;
  }*/
  .redeem__buttons {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }
  .redeem__buttons .btn {
    margin: 0;
  }
  .redeem__buttons .btn:first-child {
    margin-top: 20px;
  }
}
/** Product list **/
.product-list {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
}
@media only screen and (max-width: 999px) {
  .product-list {
    margin: 15px -5vw;
  }
}

.redeem__form {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
}

.product-list.chosen li {
  opacity: 0.4;
}

.product-list.chosen li.product-item--active {
  opacity: 1;
}

@media only screen and (max-width: 999px) {
  .product-list {
    width: 100vw;
    margin: 5% -5vw 0% -5vw;
    overflow-x: auto;
  }
}
.product-item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  margin: 0 40px 30px 0;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  .product-item {
    height: 100%;
    margin: 0 20px 20px 0;
    position: relative;
  }
}
@media only screen and (min-width: 1000px) {
  .product-item {
    flex: 1;
  }
}

@media only screen and (max-width: 999px) {
  .product-item:first-child {
    margin-left: 5vw;
  }
}

@media only screen and (max-width: 999px) {
  .product-item:last-child {
    margin-right: 5vw;
  }
}

.product__image {
  position: relative;
  border-radius: 20px;
  min-width: 180px;
  height: 180px;
  overflow: hidden;
  border: 3px solid transparent;
}
@media only screen and (max-width: 999px) {
  .product__image {
    height: 100%;
    min-height: 210px;
    min-width: 210px;
  }
}
@media only screen and (min-width: 1000px) {
  .product__image {
    min-height: 160px;
  }
}

.product-item.product-item--active > .product__image {
  border: 3px solid #FF0019;
}

.product__image > img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product__desc {
  text-align: center;
  padding: 0px 10px;
}
@media only screen and (min-width: 1000px) {
  .product__desc {
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(138, 138, 138, 0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(138, 138, 138, 0.75);
    box-shadow: 2px 2px 4px 0px rgba(138, 138, 138, 0.75);
    margin: 0 10%;
  }
}
@media only screen and (max-width: 999px) {
  .product__desc {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .product__title {
    font: 1.333rem "metropolis-black", sans-serif;
    color: #3E3E3E;
    margin: 3px 0;
    padding: 2%;
  }
}
@media only screen and (max-width: 999px) {
  .product__title {
    font: 1rem "raleway-medium", sans-serif;
    color: #FFFFFF;
    margin: 3px 0;
  }
}
.product__subtitle {
  font: 1rem "metropolis-regular", sans-serif;
  color: #3E3E3E;
  margin: 8px 10px;
  display: none;
}

/** Step 3*/
.redeem__form {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1000px) {
  .redeem__form {
    width: 500px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: left;
  }
}
@media only screen and (max-width: 999px) {
  .redeem__form {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: left;
  }
}

.redeem__form .form-element {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .redeem__form .form-element--smaller {
    width: 48%;
  }
}
@media only screen and (max-width: 999px) {
  .redeem__form .form-element--smaller {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .form-element__document-js {
    margin-right: 4%;
  }
}

.redeem__item-icon {
  position: relative;
  width: 70px;
}

.redeem__item-icon > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.review-box {
  margin-bottom: 60px;
}

.form-blocked {
  pointer-events: none;
}

@media only screen and (min-width: 1000px) {
  .step-4 .redeem__buttons {
    display: flex;
    top: 50%;
    transform: translateY(200%);
  }
  .step-4 .redeem__list {
    display: none;
  }
  .redeem__item-icon {
    display: none;
  }
}
.step-5 {
  position: fixed;
  width: 100%;
  left: 0;
}

.step-5.show {
  display: flex;
}

.pin-redeemed__img {
  width: 30%;
}

.pin-redeemed__img > img {
  width: 100%;
  max-height: 400px;
}

.step-5 .review-box {
  width: 100%;
}

.pin-redeemed {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.form-element--key {
  position: relative;
}

.form-element--key,
.form-element--key .form-element--key__input {
  width: 370px;
}

.form-element--key .form-element--key__img {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  cursor: pointer;
}

.form-element--key__copyed {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  padding: 5px 10px;
  right: 35px;
  border: 1px solid #DBDBDB;
  font: 1rem "raleway-regular", sans-serif;
  transition: all 0.2s ease-in;
  z-index: 2;
  opacity: 0;
}

.form-element--key__copyed.show-copy-feedback {
  background-color: #FFAA00;
  opacity: 1;
}

/*Errors after Resgate buttom*/
.btn-redeem__error {
  opacity: 0;
}

.btn-redeem__error.btn-redeem--error-show {
  opacity: 1;
}

@media only screen and (min-width: 1000px) {
  .btn-redeem__error {
    color: #FFFFFF;
    position: fixed;
    background-color: #141414;
    padding: 15px;
    border-radius: 10px;
    bottom: -90px;
  }
  .btn-redeem__error > img {
    position: absolute;
    right: 8px;
    width: 19px;
    left: 0;
    left: -25px;
    top: 3px;
  }
}
@media only screen and (max-width: 999px) {
  .btn-redeem__error {
    display: flex;
    margin-top: 10px;
    color: #FFFFFF;
  }
}
/** 
    TOOLS
*/
﻿.redeem--error {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media only screen and (min-width: 1000px) {
  .redeem--error__img {
    width: 33%;
    margin-right: 2%;
  }
  .redeem--error__text {
    width: 60%;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1300px) {
  .redeem--error__text {
    width: 40%;
  }
}
.redeem--error__text > h1 {
  display: block;
  font: 8rem "raleway-black", sans-serif;
  line-height: 8rem;
  color: #ff0019;
  margin: 0;
}

@media only screen and (max-width: 999px) {
  .redeem--error {
    width: 100%;
    flex-direction: column;
  }
  .redeem--error__text {
    text-align: center;
  }
  .redeem--error__img {
    width: 100%;
    height: auto;
    display: block;
  }
  .redeem--error__text > h1 {
    font: 3rem "raleway-black", sans-serif;
    line-height: 3rem;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  .redeem--error__img {
    width: 40%;
  }
}
/** 
    TOOLS
*/
.cards-presentation {
  height: 80vh;
  min-height: 600px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .cards-presentation {
    flex-direction: column;
  }
}

.cards-presentation,
.main.error {
  padding: 5vh 10% 0 10%;
}

.cards-presentation__titles {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  flex: 3;
  height: 100%;
}
.cards-presentation__titles .cards-presentation__p {
  font: 1.777rem "raleway-regular", sans-serif;
}
.cards-presentation__titles p {
  margin-bottom: 1rem;
}
.cards-presentation__titles p a {
  color: #FF0019;
  font-weight: 700;
}
.cards-presentation__titles p a:hover {
  color: #FF5D5D;
}

.large-title {
  display: block;
  font: 6rem "raleway-black", sans-serif;
  line-height: 6rem;
  color: #3E3E3E;
}
@media only screen and (max-width: 999px) {
  .large-title {
    font: 2.369rem "raleway-black", sans-serif;
    line-height: initial;
  }
}

.small-title {
  display: block;
  color: #3E3E3E;
}
@media only screen and (min-width: 1000px) {
  .small-title {
    font: 2.369rem "raleway-black", sans-serif;
  }
}
@media only screen and (max-width: 999px) {
  .small-title {
    font: 1.333rem "raleway-regular", sans-serif;
    text-align: center;
  }
}

.small-title--redeem {
  font: 2.369rem "raleway-black", sans-serif;
  margin: 0;
  color: #FF0019;
  /*@include bp-small {
      text-align: center;
  }*/
}

.card-list {
  position: relative;
  flex: 3;
  height: 100%;
}
@media only screen and (max-width: 999px) {
  .card-list {
    width: 100%;
  }
}

.card-list li {
  position: absolute;
  bottom: 0%;
  transform-origin: left bottom;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 10s;
}

.card-list li:nth-child(1) {
  left: 40%;
  animation-name: card-swap1;
  transform-origin: bottom left;
}

.card-list li:nth-child(2) {
  left: 60%;
  animation-name: card-swap2;
  transform-origin: bottom right;
}

@keyframes card-swap1 {
  0% {
    transform: translateX(0) rotate(-5deg);
    z-index: 2;
  }
  40% {
    transform: translateX(0) rotate(-5deg);
    z-index: 2;
  }
  42.5% {
    transform: translateX(-140px) rotate(-15deg);
    z-index: 1;
  }
  45% {
    transform: translateX(0) rotate(-5deg);
    z-index: 1;
  }
  90% {
    transform: translateX(0) rotate(-5deg);
    z-index: 1;
  }
  92.5% {
    transform: translateX(-140px) rotate(-15deg);
    z-index: 2;
  }
  95% {
    transform: translateX(0) rotate(-5deg);
    z-index: 2;
  }
  100% {
    transform: translateX(0) rotate(-5deg);
    z-index: 2;
  }
}
@keyframes card-swap2 {
  0% {
    transform: translateX(0) rotate(5deg);
    z-index: 1;
  }
  40% {
    transform: translateX(0px) rotate(5deg);
    z-index: 1;
  }
  42.5% {
    transform: translateX(140px) rotate(15deg);
    z-index: 2;
  }
  45% {
    transform: translateX(0) rotate(5deg);
    z-index: 2;
  }
  90% {
    transform: translateX(0) rotate(5deg);
    z-index: 2;
  }
  92.5% {
    transform: translateX(140px) rotate(15deg);
    z-index: 1;
  }
  95% {
    transform: translateX(0) rotate(5deg);
    z-index: 1;
  }
  100% {
    transform: translateX(0) rotate(5deg);
    z-index: 1;
  }
}
.card-list li img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: auto;
  height: 55vh;
  transform: translateX(-50%);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0, 1.09, 0.49, 1.18), linear;
}
@media only screen and (max-width: 999px) {
  .card-list li img {
    width: auto;
    height: 40vh;
  }
}

.card-list li:nth-child(1) img {
  animation-duration: 0.4s;
  animation-name: card1;
  animation-delay: 0s;
}

.card-list li:nth-child(2) img {
  animation-duration: 1s;
  animation-name: card2;
  animation-delay: 0s;
}

@keyframes card1 {
  0% {
    transform: translateX(50vw) rotate(45deg);
  }
  100% {
    transform: translateX(-50%) rotate(-5deg);
  }
}
@keyframes card2 {
  0% {
    transform: translateX(50vw) rotate(90deg);
  }
  100% {
    transform: translateX(-50%) rotate(5deg);
  }
}
.title-centered {
  font: 1.777rem "raleway-medium", sans-serif;
  text-align: center;
  color: #3E3E3E;
  margin-bottom: 30px;
}

.title-centered--light {
  color: #FFFFFF;
}

.title-lefted {
  font: 1.777rem "raleway-medium", sans-serif;
  text-align: center;
  color: #3E3E3E;
  margin-bottom: 30px;
}

.games-presentation {
  background-color: #FF0019;
  padding: 10%;
}
@media (min-width: 1000px) {
  .games-presentation {
    padding: 5% 10%;
  }
}

.game-list {
  position: relative;
  width: 100%;
  min-height: 400px;
}
@media only screen and (min-width: 1000px) {
  .game-list {
    height: 60vh;
  }
}

@media only screen and (min-width: 1000px) {
  .game-list li {
    position: absolute;
    width: 100%;
    height: 200%;
  }
}
@media only screen and (max-width: 999px) {
  .game-list li {
    position: relative;
    width: 100%;
    height: 200px;
  }
}
.game-list li {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 1;
}

@media only screen and (max-width: 999px) {
  .game-list li.active {
    height: 400px;
  }
}

@media only screen and (min-width: 1000px) {
  /* 3 games rules */
  .game-list.game3 li {
    top: 0;
    width: 50%;
    height: 100%;
  }
  .game-list.game3 li:nth-child(1) {
    left: 0;
  }
  /*1*/
  .game-list.game3.active1 li:nth-child(1) {
    left: 0;
    width: 50%;
  }
  .game-list.game3.active2 li:nth-child(1) {
    width: 50%;
  }
  .game-list.game3.active3 li:nth-child(1) {
    width: 25%;
  }
  /*2*/
  .game-list.game3 li:nth-child(2) {
    left: 50%;
  }
  .game-list.game3.active1 li:nth-child(2) {
    width: 50%;
    left: 50%;
    display: inline-block;
  }
  .game-list.game3.active2 li:nth-child(2) {
    width: 50%;
    left: 50%;
  }
  .game-list.game3.active3 li:nth-child(2) {
    width: 25%;
    left: 50%;
  }
  /*3*/
  .game-list.game3 li:nth-child(3) {
    left: 66.6%;
  }
  .game-list.game3.active1 li:nth-child(3) {
    width: 25%;
    left: 75%;
  }
  .game-list.game3.active2 li:nth-child(3) {
    width: 25%;
    left: 75%;
  }
  .game-list.game3.active3 li:nth-child(3) {
    width: 50%;
    left: 50%;
  }
  /*end of 3 games rules */
}
.game-list li > div {
  position: relative;
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
  background-position: center 0;
}

.game-list li > div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/layout/box-shadow.png);
  background-size: auto;
  background-position: left bottom;
  background-repeat: repeat-x;
  opacity: 0.5;
}

.game-list li .background {
  position: absolute;
  width: auto;
}
@media only screen and (min-width: 1000px) {
  .game-list li .background {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 999px) {
  .game-list li .background {
    width: 100%;
    top: 0;
    left: 0;
  }
}
.game-list li .background {
  z-index: -1;
}

.game-list li .info-block {
  position: absolute;
  transition: all 0.6s;
}
@media only screen and (min-width: 1000px) {
  .game-list li .info-block {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .game-list li .info-block {
    width: 25%;
    min-width: 120px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 999px) {
  .game-list li:nth-child(even) .info-block {
    left: 10%;
  }
}

@media only screen and (max-width: 999px) {
  .game-list li:nth-child(odd) .info-block {
    right: 10%;
  }
}

@media only screen and (max-width: 999px) {
  .game-list li.active .info-block {
    width: 80%;
  }
}

.game-list li h3 {
  display: block;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.game-list li h3 img {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.game-list li .info-block > div {
  width: 100%;
  max-height: 0;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.game-list li.active .info-block > div {
  max-height: 140px;
  opacity: 1;
}

.game-list li > div p {
  color: #fff;
}

.game-list li > div a {
  margin-right: 0;
}

.partners-presentation {
  padding: 5% 10%;
}

.resellers-container {
  text-align: center;
  height: 180px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1000px) {
  .resellers-container {
    width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .resellers-container {
    width: 100vw;
    margin-left: -10vw;
  }
}

.resellers {
  text-align: center;
  overflow-x: scroll;
  white-space: nowrap;
}

.resellers li {
  width: 180px;
  height: 180px;
  display: inline-block;
}

.resellers li img {
  width: 100%;
  height: auto;
}

.partner-finder {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
@media only screen and (max-width: 999px) {
  .partner-finder {
    flex-direction: column;
  }
}

.partner-finder .form {
  flex: 2;
}
@media only screen and (max-width: 999px) {
  .partner-finder .form {
    text-align: center;
  }
}

@media only screen and (min-width: 1000px) {
  .partner-finder .form h2 {
    width: 16rem;
  }
}
.partner-finder .form h2 {
  margin-bottom: 30px;
}

.partner-finder .form input {
  width: 100%;
}

.partner-finder .map {
  flex: 4;
}
@media only screen and (min-width: 1000px) {
  .partner-finder .map {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 999px) {
  .partner-finder .map {
    width: 100%;
    margin-top: 30px;
  }
}

.new-game-block {
  position: relative;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media (min-width: 1000px) {
  .new-game-block {
    border: 0;
  }
}
.new-game-block .new-game-block__img {
  width: 100%;
}
.new-game-block .info-block {
  bottom: 30px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}
@media (min-width: 1000px) {
  .new-game-block .info-block {
    position: absolute;
    bottom: 30px;
    left: 70%;
    transform: translateX(-50%);
  }
}
.new-game-block .new-game-block__text {
  text-align: center;
  color: #fff;
}
.new-game-block .btn {
  font: 1.1rem "metropolis-light", sans-serif;
}

.new-game-block__title {
  width: 90%;
  max-width: 400px;
  margin: 10px 0;
}

/** 
    TOOLS
*/
/*------------------------------------*\
  GAME PAGE DETAILS
\*------------------------------------*/
.game-presentation {
  display: flex;
  align-items: center;
  height: 95vh;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .game-presentation {
    padding: 100px 10% 0 10%;
  }
}
@media only screen and (max-width: 1400px) {
  .game-presentation {
    padding: 100px 7.5% 0 7.5%;
  }
}
@media only screen and (max-width: 999px) {
  .game-presentation {
    padding: 160px 5% 0 5%;
    flex-direction: column;
    height: auto;
  }
}

.game-presentation:before {
  content: "";
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../img/layout/raio.svg");
  background-size: auto 300%;
  background-position: 35% 35%;
  z-index: -1;
  animation-name: scale-the-thunder;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 999px) {
  .game-presentation:before {
    background-size: auto 200%;
    background-position: 48% 56%;
  }
}

@keyframes scale-the-thunder {
  0% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}
.game-presentation .background {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -2;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.27, 0.47, 0.2, 1.01);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 1000px) {
  .game-presentation .background {
    animation-name: pane-the-background-from-right;
  }
}

@keyframes pane-the-background-from-right {
  0% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(0%);
  }
}
.game-presentation .game-info {
  position: relative;
  flex: 2;
  z-index: 1;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 1000px) {
  .game-presentation .game-info {
    margin-right: 10%;
    animation-name: surge-from-right;
  }
}
@media only screen and (max-width: 999px) {
  .game-presentation .game-info {
    text-align: center;
    animation-name: surge-from-bottom;
  }
}

@keyframes surge-from-right {
  0% {
    transform: translateX(5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes surge-from-bottom {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.game-presentation .game-info h1 img {
  width: 70%;
  min-width: 200px;
  max-width: 100%;
  height: auto;
}

.game-presentation .game-info p {
  color: #FFF;
}

.game-presentation .game-cards {
  position: relative;
  flex: 3;
  z-index: 1;
}

.game-presentation .game-cards .card-product-list {
  display: flex;
}

.game-presentation .game-cards .card-product-list {
  margin: 2rem 0 3rem 0;
}

.game-presentation .game-cards .card-product-list li {
  margin: 5%;
}
@media only screen and (max-width: 999px) {
  .game-presentation .game-cards .card-product-list li {
    margin: 2%;
  }
}
.game-presentation .game-cards .card-product-list li {
  animation-name: card-surge;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.69, 0.45, 0.25, 1.14);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes card-surge {
  0% {
    transform: translateX(50vw) rotate(-10deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0vw) rotate(0deg);
    opacity: 1;
  }
}
.game-presentation .game-cards .card-product-list li img {
  width: 100%;
  height: auto;
}

.game-presentation .game-cards .card-product-list li div.product {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 20px;
  margin: -2rem 10% 0 10%;
  text-align: center;
}

.game-presentation .game-cards .card-product-list li div.product p:nth-child(1) {
  font: 1.333rem "metropolis-black", sans-serif;
}

.game-presentation .game-cards .card-product-list li div.product p:nth-child(2) {
  font: 1rem "metropolis-regular", sans-serif;
}

.game-presentation .game-cards .card-product-list li div.bonus {
  background-color: #FF0019;
  border-radius: 0 0 10px 10px;
  font: 1rem "metropolis-regular", sans-serif;
  margin: 0px 20%;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
}

.card-values-container {
  background: #FFFFFF;
  padding: 5rem;
}

.card__pt {
  padding-top: 6rem;
}
@media all and (min-width: 1024px) {
  .card__pt {
    padding-top: 2rem;
  }
}

.card-p--small {
  font: 0.9rem "raleway-regular", sans-serif;
  text-align: center;
}

.card-values__h1 {
  text-align: center;
  font: 20px "raleway-black", sans-serif;
  color: #FF0019;
  margin-bottom: 3rem;
}

/* Card values presentation*/
.card-values {
  background: #FFFFFF;
  display: grid;
  grid-template-columns: auto;
  gap: 2rem;
}
@media all and (min-width: 1024px) {
  .card-values {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}

.card-values h2 {
  text-align: center;
  font: 20px "raleway-black", sans-serif;
  color: #FF0019;
  margin-bottom: 3rem;
}

ul.card-values__prices {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

ul.card-values__prices li {
  color: #3E3E3E;
  font: 16px "raleway-black", sans-serif;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 100%;
}

ul.card-values__prices li > div {
  overflow: hidden;
  text-align: center;
  padding: 0 20px;
  width: 6rem;
}

ul.card-values__prices li > div:after {
  background-color: #6d6868;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  box-shadow: 0px 1px #888888;
}

ul.card-values__prices li > span {
  font: 16px "raleway-black", sans-serif;
  font-family: "raleway-medium";
  color: #6d6868;
  text-align: right;
}
@media all and (min-width: 1024px) {
  ul.card-values__prices li > span {
    width: 12rem;
  }
}

ul.card-values__prices li > b {
  /*@media all and (min-width: 1920px) {
      width: 40rem;
  }*/
}
@media all and (min-width: 1024px) {
  ul.card-values__prices li > b {
    width: 20rem;
  }
}

@media only screen and (max-width: 999px) {
  ul.card-values__prices li > span,
  ul.card-values__prices li > b {
    font-size: 16px;
  }
  ul.card-values__prices li > span {
    flex: 1;
  }
  ul.card-values__prices li > b {
    flex: 2;
  }
}
@media only screen and (min-width: 1000px) {
  .p--margin-bigger {
    font-size: 0.7rem;
    margin-top: 7rem;
    position: absolute;
  }
}
@media only screen and (max-width: 999px) {
  .p--margin-bigger {
    margin-top: 1rem;
    font-size: 12px;
  }
}
.m-b-1 {
  margin-bottom: 1rem;
}

.hide-pb-title .card-values__h1 {
  display: none;
}

/** 
    TOOLS
*/
.article-page {
  margin: 0 20%;
  padding: 133px 0 50px 0;
}

.article-page h1 {
  font: 6rem "raleway-black", sans-serif;
  color: #FF0019;
  margin: 0 0 0.67em 0;
}

.article-page h2 {
  font: 2.369rem "raleway-black", sans-serif;
  color: #FF0019;
}

.article-page h3 {
  font: 1.333rem "raleway-regular", sans-serif;
  text-transform: uppercase;
  color: #FF0019;
}

.article-page img {
  display: block;
  margin: 20px auto;
}

.article-page a {
  color: #FF0019;
}

.article-page ul {
  margin: 0 40px;
}

.article-page ul > li {
  list-style: disc;
}

.article-page p {
  margin-bottom: 10px;
}

.points-of-sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.points-of-sale-to-be {
  display: flex;
  justify-content: center;
  align-items: center;
  font: 2.369rem "raleway-black", sans-serif;
  /*margin: 100px auto 20px auto;*/
  height: 200px;
  color: #3E3E3E;
  text-transform: none;
}

.article-page .points-of-sale > div {
  width: 33%;
}

@media only screen and (max-width: 999px) {
  /*.article-page {
      height: calc(100vh - 125px);
      padding-top: 130px;
  }*/
  .article-page {
    margin: 0 10%;
  }
  .article-page p {
    text-align: justify;
  }
  .article-page img {
    max-width: 100%;
  }
  .article-page .points-of-sale > div {
    width: 45%;
  }
}

/*# sourceMappingURL=main.css.map */
