/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.m-t {
  margin-top: 6px;
}

.m-b {
  margin-bottom: 6px;
}

.m-r {
  margin-right: 12px;
}

.m-l {
  margin-left: 12px;
}

.p-t {
  padding-top: 6px;
}

.p-t2 {
  padding-top: 12px;
}

.p-b {
  padding-bottom: 6px;
}

.p-r {
  padding-right: 12px;
}

.p-l {
  padding-left: 12px;
}

/* VARIABLES */
@font-face {
  font-family: "Frutiger-light";
  src: url("../font/FrutigerLTW01-45Light.eot");
  src: url("../font/FrutigerLTW01-45Light.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLTW01-45Light.woff2") format("woff2"), url("../font/FrutigerLTW01-45Light.woff") format("woff"), url("../font/FrutigerLTW01-45Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@keyframes moveBackground {
  0% {
    top: 60px;
  }
  25% {
    top: 70px;
  }
  50% {
    top: 80px;
  }
  75% {
    top: 70px;
  }
  100% {
    top: 60px;
  }
}
/* BASIC */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  line-height: 1.15;
}

body {
  color: #fff;
  font-family: system-ui;
  margin: 0 auto;
  background: #000000;
  background-size: cover;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  color: inherit;
}

h1 {
  color: #3fd700;
  margin: 0 auto 0.5em auto;
  text-align: center;
  font-weight: 400;
  font-size: 1.4em;
  text-transform: uppercase;
}
h1 span {
  color: #fff;
}

.text-justify {
  text-align: justify;
}

.text-arabic {
  direction: rtl;
}

.success {
  color: green !important;
}

.error {
  color: red !important;
}

.invisible {
  visibility: hidden;
}

/* STRUCTURE */
.wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  z-index: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}
p {
  font-size: 0.7em;
}

p.header {
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.2em;
}

.page {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.creativity .creativity__img {
  width: 100%;
}
.creativity img {
  display: block;
  cursor: initial;
  margin: 10% auto;
  animation: moveBackground 1s linear infinite;
  position: relative;
}
.creativity img#logo {
  position: absolute;
  top: 1.5em;
  width: 30%;
  margin: 0 auto;
  left: 35%;
}
.creativity .headline {
  padding: 0.6vh 2vw;
  padding-bottom: 0.9vh;
}
.creativity h2, .creativity h3 {
  vertical-align: -webkit-baseline-middle;
  font-family: system-ui;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0.5em 0;
}
.creativity h3 {
  font-size: 1em;
}

.creativity .creativity__img {
  width: 100%;
  min-height: 100px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.info-block {
  bottom: 0;
  padding: 2em 20px 2em 20px;
  color: #fff;
  width: 100%;
}
.info-block .text {
  padding: 0 10px;
  font-size: 0.9em;
  font-weight: 300;
  margin: 5px 0;
}
.info-block .text.big {
  font-size: 19px;
  margin: 0;
  margin-top: 0.5em;
  color: #3fd700;
}
.info-block .text.small {
  font-size: 0.7em;
  margin: 0 auto;
  line-height: 1.5em;
}
.info-block .text.small span {
  font-size: 14.4px;
}
.info-block .highlight {
  display: inline-block;
}
.info-block .highlight2 {
  color: #3fd700;
  font-size: 1.1em;
}

.info-block__mono-col {
  padding: 0.6em 1em;
}

.subscription .subscription__btn {
  /*width: 80%;
  background-color: $btn-bg-color-1;
  color: $btn-txt-color-1;
  text-align: center;
  line-height: 2.5em;
  border: 1px solid $btn-bg-color-1;
  border-radius: 0.5em;
  font-size: 1.2em;
  //font-weight: 500;
  display: block;
  text-decoration: none;
  margin: 0 auto;*/
  color: #FFF !important;
  width: 95%;
  background-color: #3fd700;
  border: 1px solid #3fd700;
  display: block;
  cursor: pointer;
  /*font-family:Arial;*/
  font-size: 22px;
  padding: 13px 31px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
}
embed.loading-img {
  margin: 0 auto;
  display: block;
  margin-top: 3em;
  width: 110px;
}

ul {
  margin: 0em 0.8em;
  text-align: center;
}
ul li {
  padding-bottom: 0.5em;
  font-size: 1em;
  direction: rtl;
}

.priceTable {
  width: 100%;
}
.priceTable tr > td {
  direction: rtl;
}
.priceTable .price_text {
  text-align: left;
}
.priceTable .hashTag {
  text-align: right;
  vertical-align: middle;
}
.priceTable .price_value {
  text-align: left;
}

table {
  border-collapse: separate;
  border: solid white 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 0 auto;
  width: 100%;
}

td, th {
  /*border-left:solid black 1px;*/
  border-top: solid white 1px;
  height: 75px;
}

th {
  /*background-color: blue;
  border-top: none;*/
  font-weight: normal;
}

td:first-child, th:first-child {
  border-left: none;
}

.approveBtn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3fd700), color-stop(1, #3fd700));
  background: -moz-linear-gradient(top, #3fd700 5%, #3fd700 100%);
  background: -webkit-linear-gradient(top, #3fd700 5%, #3fd700 100%);
  background: -o-linear-gradient(top, #3fd700 5%, #3fd700 100%);
  background: -ms-linear-gradient(top, #3fd700 5%, #3fd700 100%);
  background: linear-gradient(to bottom, #3fd700 5%, #3fd700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3fd700", endColorstr="#3fd700",GradientType=0);
  background-color: #3fd700;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #3fd700;
  display: block;
  cursor: pointer;
  color: #ffffff !important;
  /*font-family:Arial;*/
  font-size: 22px;
  padding: 13px 31px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.approveBtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3fd700), color-stop(1, #3fd700));
  background: -moz-linear-gradient(top, #3fd700 5%, #3fd700 100%);
  background: -webkit-linear-gradient(top, #3fd700 5%, #3fd700 100%);
  background: -o-linear-gradient(top, #3fd700 5%, #3fd700 100%);
  background: -ms-linear-gradient(top, #3fd700 5%, #3fd700 100%);
  background: linear-gradient(to bottom, #3fd700 5%, #3fd700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3fd700", endColorstr="#3fd700",GradientType=0);
  background-color: #3fd700;
}

.approveBtn:active {
  position: relative;
  top: 1px;
}

.cancelBtn {
  -moz-box-shadow: inset 0px 1px 3px 0px #3fd700;
  -webkit-box-shadow: inset 0px 1px 3px 0px #d9534f;
  box-shadow: inset 0px 1px 3px 0px #d9534f;
  background-color: #d9534f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d9534f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  /*font-family:Arial;*/
  font-size: 15px;
  /*font-weight:bold;*/
  padding: 11px 23px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #d9534f;
}

.cancelBtn:hover {
  background-color: #3fd700;
}

.cancelBtn:active {
  position: relative;
  top: 1px;
}

.product {
  background-color: #777777;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #777777;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  /*font-family:Arial;*/
  font-size: 12px;
  padding: 4px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #777777;
}

.spacer {
  text-align: left;
  padding-left: 10px;
}

.price {
  text-align: right;
  padding-right: 10px;
}

.disclaimer {
  font-size: 0.9em;
  text-align: center;
}

.product-id {
  font-size: 18px;
  font-weight: bold;
}

.tec {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-size: 12px;
}

#pre-footer {
  display: none;
}

.app-btn {
  width: 80%;
  background-color: #3fd700;
  color: #fff;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  font-family: Helvetica neue, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  display: block;
  text-decoration: none;
  margin: 5px auto;
  text-align: center;
}

.light, .txt_tit2 {
  font-weight: 600;
  color: #3fd700;
}

.btnCancel {
  width: 80%;
  font-weight: 300;
  font-size: 0.93em;
  opacity: 0.5;
  display: block;
  text-decoration: underline;
  margin: 5px auto;
}

.pin-box {
  text-align: center;
}

.pin-entry {
  font-family: monospace;
  border-radius: 6px;
  border: 1px solid lightgrey;
  margin: 3px;
  padding-left: 8px;
  padding-right: 0px;
  width: 90%;
  height: 42px;
  font-size: 32px;
  box-sizing: border-box;
  color: black;
  font-weight: bold;
  background-color: white;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  appearance: auto;
}

.footer {
  width: 100%;
  color: #fff !important;
  background-color: #d1cfcf;
  padding: 5px;
  text-align: center;
  height: 30px;
  margin-top: 0;
  bottom: 0;
  position: fixed;
  display: block;
  z-index: 100;
}

/* TEXT HELPERS*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* STEP VISIBILITY */
.step-one {
  display: none;
}
.step-one h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0.5em 0;
  font-size: 1.2em;
}
.step-one h2 span {
  color: #dd39ee;
}

.step-two {
  display: block;
}

/* ERROR PAGE */
body.error .info-block {
  margin-top: 2em;
}
body.error .subscription .subscription__btn.errSubmitBtn {
  text-decoration: none;
  width: 90%;
  border: none;
  font-size: 1.2em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: system-ui;
}

/* TYPAGE */
body.typage .info-block {
  margin-top: 3em;
}
body.typage .subscription .subscription__btn.typSubmitBtn {
  text-decoration: none;
  width: 90%;
  border: none;
  font-size: 1.2em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: system-ui;
}

body.area-optim .wrap {
  background-size: 110%;
}
body.area-optim .creativity img {
  /*width: 110%;
  margin-left: -5%;*/
  margin-bottom: 0;
}
body.area-optim .info-block .text {
  line-height: 0.95em;
}
body.area-optim #pre-footer {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.usercentrics-button.uc-banner-2 #uc-banner-modal .uc-banner-wrapper {
  bottom: 180px !important;
  top: unset !important;
}

/*FIX FOR DESKTOP VERSION*/
@media only screen and (min-device-width: 460px) and (-webkit-min-device-pixel-ratio: 1) {
  li {
    margin-left: 23vw !important;
  }
  li.lang-ar.show {
    display: flex;
    margin-right: 23vw;
  }
}
@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  li {
    margin-left: 35vw !important;
  }
  li.lang-ar.show {
    display: flex;
    margin-right: 35vw;
  }
  /*.wrap {
    max-width: 480px;
  }*/
}
@media only screen and (min-aspect-ratio: 13/9) {
  /*@media (orientation: landscape) {*/
  /*.page{
      display: inline;
  }
  .creativity{
      width: 50%;
      display: inline-block;
      float: left;
  }
  .info-block.main{
      width: 50%;
      display: inline-block;
      height: 100%;
      margin: 5% auto;
      float: right;

  }*/
  body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-position-x: 0;
  }
  .wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-bottom: 0;
    z-index: 1;
    flex: 1 0 auto;
    position: relative;
  }
  header {
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .page {
    flex-direction: initial;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: start;
    align-content: center;
    position: absolute;
    top: 10%;
  }
  .creativity {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    width: 50vw;
  }
  .creativity .creativity__img {
    max-width: 480px;
  }
  .creativity .creativity__img img {
    display: block;
    margin: 0 auto;
  }
  .main {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
  }
  .main img.creativity_landscape {
    display: block;
  }
  .subscription {
    padding: 0 1em;
  }
  .subscription__btn {
    font-size: 1em;
  }
  p {
    font-size: 1em;
  }
  li {
    margin-left: 15vw !important;
  }
  li.lang-ar.show {
    display: flex;
    margin-right: 15vw;
  }
  .cancelBtnLink {
    margin-top: 0;
  }
  h2 {
    font-size: 1.5em;
    margin-top: 0;
  }
  .footer {
    position: fixed;
  }
}
.lang-fr, .lang-ar {
  display: none;
}

.lang-fr.show, .lang-ar.show {
  display: inline-block;
}

.lang-1 {
  border-right: 1px solid;
  width: 40px;
  text-align: center;
  color: #fff;
  background: transparent;
  z-index: 100;
}

.lang-2 {
  text-align: center;
  color: #fff;
  background: transparent;
  z-index: 100;
}

@media screen and (min-width: 370px) {
  .lang-1 {
    position: absolute;
    right: 12px;
    top: 16px;
    border: solid 2px;
    border-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    cursor: pointer;
  }
  .lang-2 {
    position: absolute;
    right: 57px;
    top: 16px;
    width: 40px;
    border: solid 2px;
    border-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    cursor: pointer;
  }
}
@media screen and (max-width: 375px) {
  .lang-1 {
    position: absolute;
    right: 12px;
    top: 16px;
    border: solid 2px;
    border-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
    float: left;
  }
  .lang-2 {
    position: absolute;
    right: 57px;
    top: 16px;
    border: solid 2px;
    border-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    cursor: pointer;
  }
  /*li {
    font-size: 15px !important;
    margin-left: auto !important;
  }*/
}
.lang-1.focus, .lang-2.focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.opEl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.bb {
  width: 95% !important;
  line-height: 3.5em !important;
}

.w100 {
  width: 100%;
}

button:disabled {
  opacity: 0.5 !important;
  animation: none;
}

.placeholder {
  position: relative;
}

.placeholder::after {
  position: absolute;
  left: 20px;
  top: 8px;
  content: attr(data-placeholder);
  pointer-events: none;
  color: #000;
  font-size: 16pt;
  font-weight: bold;
  opacity: 0.5;
}

.shape {
  background: url(../img/commons/btn_g.png) center center no-repeat !important;
  background-size: auto 90% !important;
  padding: 16% 0% !important;
  font-size: 2em !important;
  background-repeat: no-repeat !important;
  background-position: center 10px !important;
  background-color: transparent !important;
  border: none !important;
  width: 100% !important;
}

.footer {
  background-color: #000 !important;
}

/*# sourceMappingURL=battleplusdz.08.games.style.css.map */
