@charset "UTF-8";
/*! 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-b {
  padding-bottom: 6px;
}

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: "Supply";
  src: url("fonts/supply-light.otf");
}
@font-face {
  font-family: "Frutiger-bold";
  src: url("../font/FrutigerLTW01-65Bold.eot");
  src: url("../font/FrutigerLTW01-65Bold.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLTW01-65Bold.woff2") format("woff2"), url("../font/FrutigerLTW01-65Bold.woff") format("woff"), url("../font/FrutigerLTW01-65Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  color: #000;
  font-family: Supply;
  margin: 0 auto;
  background-color: #fff;
}

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

a:hover {
  color: inherit;
}

h1 {
  margin: 0 auto 0.5em auto;
  text-align: center;
  font-weight: 400;
  font-size: 1.4em;
  text-transform: uppercase;
}

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

.text-arabic {
  direction: rtl;
}

.success {
  color: green !important;
}

.invisible {
  visibility: hidden;
}

.wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  padding: 0;
  z-index: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}

.wrap.error {
  max-width: 550px;
}

.wrap.confirm {
  padding: 0.5em;
}
.wrap.confirm header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1em;
}
.wrap.confirm header img {
  position: absolute;
}
.wrap.confirm header img#logoPandP {
  right: 10px;
  max-width: 100px;
}
.wrap.confirm .confirmationText {
  font-weight: bold;
  margin: 1em;
}
.wrap.confirm .subscription {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.wrap.confirm .subscription input, .wrap.confirm .subscription button, .wrap.confirm .subscription .typSubmitBtn {
  border: 3px solid #432477;
  box-shadow: 0 4px 0 0 #bebebe !important;
  border-radius: 2em;
  padding: 10px;
  margin: auto;
}
.wrap.confirm .subscription .pin-box {
  width: 50%;
}
.wrap.confirm .subscription .btn {
  width: 50%;
  font-size: 0.8em;
}
.wrap.confirm .subscription .pin-entry {
  letter-spacing: 1px;
}
.wrap.confirm.typage .subscription {
  display: block;
}
.wrap.confirm.typage .subscription .typSubmitBtn {
  width: auto;
  float: right;
  padding: 10px 20px !important;
}
.wrap.confirm .checkbox > input {
  border: 3px solid #432477;
  box-shadow: 0 4px 0 0 #bebebe !important;
}
.wrap.confirm p {
  margin: 0.5em auto;
}

.wrap.typage {
  padding: 1em;
}
.wrap.typage header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1em;
}
.wrap.typage header img {
  position: absolute;
}
.wrap.typage header img#logoPandP {
  right: 10px;
  max-width: 100px;
}
.wrap.typage .confirmationText {
  font-weight: bold;
  margin: 1em;
}
.wrap.typage .subscription {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.wrap.typage .subscription input, .wrap.typage .subscription button, .wrap.typage .subscription .typSubmitBtn {
  border: 3px solid #432477;
  box-shadow: 0 4px 0 0 #bebebe !important;
  border-radius: 2em;
  padding: 10px;
  margin: auto;
}
.wrap.typage .subscription .pin-box {
  width: 50%;
}
.wrap.typage .subscription .btn {
  width: 50%;
  float: right;
  text-align: center;
  border-radius: 2em;
}
.wrap.typage .subscription .pin-entry {
  letter-spacing: 1px;
}
.wrap.typage.typage .subscription {
  display: block;
}
.wrap.typage.typage .subscription .typSubmitBtn {
  width: auto;
  float: right;
  padding: 10px 20px !important;
}
.wrap.typage .checkbox > input {
  border: 3px solid #432477;
  box-shadow: 0 4px 0 0 #bebebe !important;
}
.wrap.typage p {
  margin: 1em auto;
}

p {
  font-size: 0.8em;
}

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%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.creativity img {
  width: 100%;
  cursor: initial;
}

.creativity h2 {
  vertical-align: -webkit-baseline-middle;
  color: #5cb85c;
  font-family: system-ui;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
}

.creativity-Gradient {
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent, #fff 70%);
}

.creativity_por {
  margin-bottom: 0.5em;
}

.creativity_por .creativity_por__img {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 10px;
}

.creativity_por img {
  display: block;
  width: 100%;
  cursor: initial;
}

.creativity_por h2 {
  vertical-align: -webkit-baseline-middle;
  color: #5cb85c;
  font-family: system-ui;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
}

.creativity-Gradient_por {
  position: absolute;
  left: 0;
  right: 0;
  height: 79px;
  bottom: 0;
  background: linear-gradient(0deg, #4C4682 0%, rgba(0, 0, 0, 0) 100%);
}

.info-block {
  bottom: 0;
  padding: 0 10px;
  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: #5cb85c;
}

.info-block .text.small {
  font-size: 0.8em;
  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: #5cb85c;
  font-size: 1.1em;
}

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

.subscription {
  padding: 0;
}

/*.subscription .subscription__btn {
    width: 100%;
    background-color: #5cb85c;
    color: #fff;
    text-align: center;
    line-height: 2.5em;
    border: 1px solid #5cb85c;
    border-radius: 0.5em;
    font-size: 1.2em;
    display: block;
    text-decoration: none;
    margin: 0 auto
}*/
#clickable, #clickable2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#subscription-area, #info > div.center > div > div.step-one > div:nth-child(1) {
  position: relative;
}

embed.loading-img {
  margin: 0 auto;
  display: block;
  margin-top: 3em;
  width: 110px;
}

.upper1, upper2 {
  z-index: 3;
  position: relative;
}

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-top: solid white 1px;
  height: 75px;
}

th {
  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, #5cb85c), color-stop(1, #5cb85c));
  background: -moz-linear-gradient(top, #5cb85c 5%, #5cb85c 100%);
  background: -webkit-linear-gradient(top, #5cb85c 5%, #5cb85c 100%);
  background: -o-linear-gradient(top, #5cb85c 5%, #5cb85c 100%);
  background: -ms-linear-gradient(top, #5cb85c 5%, #5cb85c 100%);
  background: linear-gradient(to bottom, #5cb85c 5%, #5cb85c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb85c', endColorstr='#5cb85c', GradientType=0);
  background-color: #5cb85c;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #5cb85c;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 22px;
  padding: 13px 31px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

/*.approveBtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb85c), color-stop(1, #5cb85c));
  background: -moz-linear-gradient(top, #5cb85c 5%, #5cb85c 100%);
  background: -webkit-linear-gradient(top, #5cb85c 5%, #5cb85c 100%);
  background: -o-linear-gradient(top, #5cb85c 5%, #5cb85c 100%);
  background: -ms-linear-gradient(top, #5cb85c 5%, #5cb85c 100%);
  background: linear-gradient(to bottom, #5cb85c 5%, #5cb85c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb85c', endColorstr='#5cb85c', GradientType=0);
  background-color: #5cb85c
}*/
.approveBtn: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-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;
  display: inline-flex;
  margin: 1em 0;
}

.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: #5cb85c;
  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: #5cb85c;
}

.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;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  margin: 3px;
  padding-left: 8px;
  padding-right: 0px;
  width: 36px;
  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: start;
  appearance: auto;
}

.footer {
  width: 100%;
  color: grey;
  background-color: #FFF;
  padding: 5px;
  text-align: center;
  margin-top: 0;
  bottom: 0;
  position: relative;
  display: block;
  z-index: 100;
  font-size: 13px;
}

.pre-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  z-index: 99999;
}

.step2 {
  display: none;
}

.footer img {
  width: 100%;
}

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

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

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

.step-one {
  display: block;
}

.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: none;
}

body.error .info-block {
  margin-top: 2em;
}

body.error .subscription .subscription__btn.errSubmitBtn {
  /*text-decoration: none;
  width: 90%;
  color: #fff;
  border: none;
  font-size: 1.2em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: system-ui*/
  background-color: #432477;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 21px;
  font-weight: bold;
  padding: 20px 50px;
  text-decoration: none;
  margin: 30px auto 0 auto;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
  text-align: center;
  max-width: 250px;
}

body.typage .info-block {
  margin-top: 1em;
}

body.typage .subscription .subscription__btn.typSubmitBtn {
  /*text-decoration: none;
  width: 90%;
  color: #fff;
  border: none;
  font-size: 1.2em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: system-ui;*/
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  padding: 20px 50px;
  text-decoration: none;
  margin: 30px auto 0 auto;
  transform: none !important;
  animation: none !important;
  text-align: center;
  background: #432477;
  border: 2px solid #bebebe;
  box-shadow: 0 3px 0 0 #bebebe !important;
  transform: none !important;
  animation: none !important;
}

body.area-optim .wrap {
  background-size: 110%;
}

body.area-optim .creativity img {
  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;
}

@media only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .wrap {
    max-width: 480px;
  }
}
.wrap-por {
  max-width: 100%;
}

/* Aggiunti da Antonio */
.logo {
  width: 40%;
}

a.close-link {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}
a.close-link img {
  width: 30px;
  height: 30px;
}

.center {
  text-align: center;
}

.header {
  padding-top: 10px;
  padding-bottom: 1px;
  position: absolute;
  z-index: 20;
}

.header-por {
  padding-top: 20px;
  padding-bottom: 26px;
}

.title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bg-head-por {
  width: 100%;
}

.lang-fr, .lang-nl {
  display: none;
}

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

#price .lang-fr.show, #price .lang-nl.show {
  float: right;
}

.btn {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 0.9em;
  font-weight: 500;
  padding: 20px 0;
  text-decoration: none;
  margin: 0 auto 0em auto;
  border-radius: 0.5em;
  width: 100%;
  box-shadow: 0 0 10px #bebebe;
}

.clickBtn1, .clickBtn2 {
  display: block;
  background: #432477;
  border: 2px solid #bebebe;
  box-shadow: 0 3px 0 0 #bebebe !important;
  transform: none !important;
  animation: none !important;
}

button[disabled] {
  opacity: 50%;
}

.disabled {
  opacity: 50%;
}

.btn.cancelBtn {
  background-color: #5ca413;
  border: 3px solid #60aa15;
  color: #c0d9b0;
  padding: 11px 23px;
  margin-top: 1em;
}

#price {
  margin: 0.8em auto;
}

.price {
  font-size: 15pt;
}

.footer-be-ora {
  width: 100%;
  color: #fff;
  padding: 5px;
  padding-top: 10px;
  text-align: center;
  margin-top: 3em;
  bottom: 0;
  display: block;
  clear: both;
  position: relative;
  min-height: 30vh;
}

.contacts {
  font-size: 8pt;
  margin-bottom: 20px;
  margin-top: 3em;
}

.lang-1 {
  border-right: 1px solid;
  width: 40px;
  text-align: center;
}

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

@media screen and (min-width: 375px) {
  .lang-1 {
    position: absolute;
    left: 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;
    left: 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 {
    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 {
    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;
  }
}
.lang-1.focus, .lang-2.focus {
  background-color: rgba(192, 192, 192, 0.4588235294);
}

.header-logo {
  text-align: center;
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  right: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

@media (orientation: landscape) {
  .wrap {
    max-width: none !important;
  }
  .portrait {
    display: none;
  }
  .landscape {
    display: block;
  }
  .header {
    height: 60px;
  }
  /*.lang-1 {
      left: 44%;
  }
  .lang-2 {
      left: 52%;
  }*/
}
@media (orientation: portrait) {
  .landscape {
    display: none;
  }
  .portrait {
    display: block;
  }
}
@media only screen and (min-aspect-ratio: 13/9) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-bottom: 0;
    z-index: 1;
    flex: 1 0 auto;
    position: relative;
  }
  header {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .logo {
    width: 25%;
  }
  .page {
    flex-direction: initial;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 3em;
    margin-bottom: 3em;
    flex-wrap: wrap;
  }
  .creativity:not(.typage) {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    width: 50vw;
  }
  .creativity .creativity__img {
    max-width: 480px;
  }
  .creativity .creativity__img img {
    width: 70%;
  }
  .wrap.confirm {
    padding: 0.5em;
    align-items: unset;
  }
  .wrap.confirm .page {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .wrap.confirm header {
    top: 0.5em;
  }
  .wrap.confirm .creativity {
    display: block;
  }
  .wrap.confirm #loader {
    display: none;
  }
  .wrap.typage {
    padding: 0.5em;
    align-items: unset;
  }
  .wrap.typage .page {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .wrap.typage header {
    top: 0.5em;
  }
  .wrap.typage .creativity {
    display: block;
  }
  .wrap.typage #loader {
    display: none;
  }
  .main:not(.typage) {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    width: 50vw;
    flex-direction: column;
  }
  .main:not(.typage) img.creativity_landscape {
    display: block;
  }
  .footer img {
    margin: 0 auto;
    width: 40%;
  }
}
.margin0 {
  margin: 0;
}

.optLang1 {
  left: 0;
  border: unset;
  background-color: transparent !important;
  padding: unset;
  font-weight: unset;
  border-right: 1px solid;
}

.optLang2 {
  left: 39px;
  border: unset;
  background-color: transparent !important;
  padding: unset;
  font-weight: unset;
}

.strong {
  font-weight: 500;
}

/* pretty radio */
label {
  display: inline-block;
}

label > input[type=radio] {
  display: none;
}

label > input[type=radio] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: transparent;
}

/*label > input[type="radio"]:checked + * {
  color: $input-bg-color-1;
}*/
label > input[type=radio]:checked + *::before {
  background: radial-gradient(transparent 0%, transparent 40%, transparent 50%, transparent);
  border-color: transparent;
}

/* basic layout */
fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

label > input[type=radio] + * {
  display: inline-block;
  padding: 0.5rem;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  width: 90%;
}

.checkbox > span {
  padding-left: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
}

.biggerCheck {
  border: 3px solid #432477 !important;
}

.checkbox > input {
  height: 20px;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #fff;
  cursor: pointer;
}

.smallCb {
  width: 20px !important;
  height: 20px !important;
}

.smallCbText {
  line-height: 20px !important;
  font-size: 0.6rem !important;
}

.checkbox > input:checked {
  border: 1px solid #b9b9b9;
  background-color: transparent;
}

.checkbox > input:checked + span::before {
  content: "✓";
  display: block !important;
  text-align: center;
  color: #432477;
  position: absolute;
  left: 3px;
  top: -2px;
  font-weight: 700;
  font-size: 1.5em;
}

.checkbox > input:active {
  border: 2px solid #b9b9b9;
}

.clickableAreaContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.clickableArea1, .clickableArea2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.smallCb {
  height: 15px !important;
  width: 15px !important;
  min-width: 15px !important;
  transition-duration: 0s !important;
}

.smallTextCb {
  padding-top: 0 !important;
  font-weight: 100 !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 84%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (orientation: landscape) {
  .modal {
    padding-top: 5%;
  }
}
form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 1em;
  justify-content: center;
  align-items: center;
}
form .msisdnInput {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  margin: 0 auto;
}
form .msisdnInput input {
  color: #585758;
  padding: 1em 1em 1em 2.1em;
  border: none;
  width: -webkit-fill-available;
  max-width: 300px;
  border: solid 1px #432477;
}
form .subscription__btn.pin {
  line-height: unset;
  margin-top: unset;
  border-radius: 3px;
  padding: 1em 1.2em;
  flex-shrink: 1;
  flex-basis: 60px;
  width: auto;
  margin: 0 0.5em;
}

.field-icon {
  position: absolute;
  top: 16px;
  left: 12px;
  fill: #757070;
  pointer-events: none;
  transition: 0.5s ease;
}

.field-input__prefix {
  position: absolute;
  top: 0;
  left: 0;
  color: #757070;
}

.pin-entry {
  width: 90%;
  max-width: 350px;
  background-color: #fff !important;
  color: #000;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid #ad7df4;
  font-size: 1em;
  font-weight: bold;
  display: block;
  text-decoration: none;
  margin: 1em auto;
  padding: 1em;
  letter-spacing: 10px;
}

#step2 {
  display: none;
}

#step1 {
  display: block;
}

.hidden {
  display: none;
}

.mb5 {
  margin-bottom: 5em;
}

#PL_PLAY {
  display: none;
}

#PL_TMOBILE {
  display: none;
}

#PL_PLUS {
  display: none;
}

#PL_ORANGE {
  display: none;
}

.nofloat {
  float: none !important;
}

/*# sourceMappingURL=index.css.map */
