html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  outline: none;
}
button {
  cursor: pointer;
}
[disabled] {
  pointer-events: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Gotham";
  padding: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin: 0;
}
h1,
h2,
h3 {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 24px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
}
h5,
h6 {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
p {
  color: #000;
  font-size: 22px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 24px;
}
p:last-child {
  margin: 0;
}
p.disclaimer {
  color: #5f5f5f;
  font-size: 16px;
  font-style: italic;
  margin: 0;
}
p a {
  color: #f57d24;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
u {
  text-decoration: underline;
}
a {
  text-decoration: none;
}
ul {
  list-style: circle;
}
ol {
  list-style: lower-alpha;
}
ul li,
ol li {
  color: #000;
  padding: 0;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Ultra.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Ultra.otf") format("opentype"),
    url("../fonts/Gotham-Ultra.woff") format("woff"),
    url("../fonts/Gotham-Ultra.svg#Gotham-Ultra") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/robotoslab-light-webfont.eot") format("eot");
  src: url("../fonts/robotoslab-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/robotoslab-light-webfont.woff") format("woff"),
    url("../fonts/robotoslab-light-webfont.svg#GothamBoldRegular") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/robotoslab-regular-webfont.eot") format("eot");
  src: url("../fonts/robotoslab-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/robotoslab-regular-webfont.woff") format("woff"),
    url("../fonts/robotoslab-regular-webfont.svg#GothamBoldRegular")
      format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/robotoslab-bold-webfont.eot") format("eot");
  src: url("../fonts/robotoslab-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/robotoslab-bold-webfont.woff") format("woff"),
    url("../fonts/robotoslab-bold-webfont.svg#GothamBoldRegular") format("svg");
  font-weight: 600;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-overflow-scrolling: touch;
}
body {
  position: relative;
  font-family: "roboto";
  height: 100vh;
  min-height: 768px;
  background-image: linear-gradient(45deg, #ccfd54, #f6a333 70%, #e5077c 90%);
}
@media screen and (max-width: 1190px) {
  body {
    height: auto;
  }
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container .span-6 {
  width: 50%;
  float: left;
}
.container .span-6:nth-child(odd) {
  padding: 0 12px 0 0;
}
.container .span-6:nth-child(even) {
  padding: 0 0 0 12px;
}
@media screen and (max-width: 1190px) {
  .container .span-6 {
    width: 100%;
  }
  .container .span-6:nth-child(odd),
  .container .span-6:nth-child(even) {
    padding: 0;
  }
}
.container .span-12 {
  width: 100%;
  clear: both;
}
.container .span-6,
.container .span-12 {
  margin-bottom: 24px;
}
.container:last-child .span-6:last-child,
.container:last-child .span-12:last-child {
  margin-bottom: 0;
}
.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1190px) {
  .wrapper {
    position: static;
    max-width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .wrapper {
    max-width: 100%;
  }
}
.wrapper .intro {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  max-width: 55%;
  border-left: 4px solid #fff;
  padding: 40px;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .wrapper .intro {
    max-width: 55%;
  }
}

@media screen and (max-width: 1500px) {
  .wrapper .intro {
  /* max-width: 60%; */
    top: 3%;
  }

  .wrapper .intro > div {
    margin: 0 0 12px;
  }

  p {
    font-size: 20px;
    line-height: 24px;
  }
}


@media screen and (max-width: 1190px) {
  .wrapper .intro {
    position: static;
    max-width: 100%;
    border-top: 4px solid #fff;
    border-left: none;
    padding: 40px 24px;
  }
}
.wrapper .intro > div {
  margin: 0 0 24px;
}
.wrapper .intro > div:last-child {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .wrapper .intro > div h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
.wrapper .intro > div p {
  display: inline;
  /* background-image: linear-gradient(180deg, transparent 65%, #f57d24 0%); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0;
}
.wrapper .cta {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "Gotham";
  font-size: 26px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 72px;
  background: #000;
  padding: 0 32px;
  margin: 0;
}
.wrapper .cta[disabled] {
  background-color: #aaa !important;
}
.wrapper .cta:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #fff;
}
.wrapper .cta.cta--modal {
  background: #000 url("../images/arrow-down.svg") no-repeat 92% center;
  padding: 0 64px 0 32px;
}
.wrapper .cta.cta--modal:hover {
  background: #000 url("../images/arrow-down.svg") no-repeat 92% center;
}
.wrapper .cta.cta--continue:hover {
  background: #000;
}
.wrapper .cta.cta--continue:after {
  border: 2px solid #000;
}
@media screen and (max-width: 640px) {
  .wrapper .cta {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .wrapper .cta {
    font-size: 15px;
  }
}
.wrapper .bg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1190px) {
  .wrapper .bg {
    position: static;
    width: 100%;
    height: auto;
  }
}
.wrapper .brands {
  position: absolute;
  bottom: 2%;
  left: 5%;
  width: 100%;
  max-width: 720px;
}
.wrapper .brands .span-6 {
  border-left: 4px solid #fff;
  padding: 0 0 24px 40px;
  margin: 0;
}
@media screen and (max-width: 1190px) {
  .wrapper .brands .span-6 {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper .brands .span-6 {
    padding: 0 0 0 40px;
  }
}
.wrapper .brands .span-6 a {
  display: block;
  margin: 0 16px 0 0;
  float: left;
}
.wrapper .brands .span-6 a img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 320px) {
  .wrapper .brands .span-6 a img {
    height: 36px;
  }
}
@media screen and (max-width: 1190px) {
  .wrapper .brands {
    position: static;
    padding: 40px 0 80px;
  }
  .wrapper .brands .span-6 {
    padding: 0 0 24px 24px;
    margin: 0 0 24px;
  }
}
.wrapper .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 20%;
  right: 20%;
  background-color: #fff;
  border-bottom: 8px solid #ccfd54;
  transform: translateY(-50%);
  z-index: 20;
}
.wrapper .modal.modal--active {
  display: block;
}
@media screen and (max-width: 640px) {
  .wrapper .modal {
    left: 3%;
    right: 3%;
  }
}
.wrapper .modal .modal-step {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.wrapper .modal .modal-step.step--active {
  height: auto;
  overflow: visible;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .wrapper .modal .modal-step.step--active {
    padding: 32px;
  }
}
.wrapper .modal .modal-step h2 {
  max-width: 620px;
}
@media screen and (max-width: 640px) {
  .wrapper .modal .modal-step h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.wrapper .modal .modal-step .privacy-area {
  height: 148px;
  border: 2px solid #000;
  padding: 16px;
  overflow-y: scroll;
}
.wrapper .modal .modal-step .privacy-area .privacy-content p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
}
.wrapper .modal .modal-step .privacy-area .privacy-content ul,
.wrapper .modal .modal-step .privacy-area .privacy-content ol {
  margin: 0 0 16px 16px;
}
.wrapper .modal .modal-step .privacy-area .privacy-content ul li,
.wrapper .modal .modal-step .privacy-area .privacy-content ol li {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.wrapper .modal .modal-step .privacy-area .privacy-content ul li a,
.wrapper .modal .modal-step .privacy-area .privacy-content ol li a {
  color: #f57d24;
}
.wrapper .modal .modal-step .privacy-area .privacy-content ol li {
  margin-bottom: 16px;
}
.wrapper .modal .modal-step .cta.cta--modal:after {
  border: 2px solid #000;
}
.wrapper .modal .modal-step fieldset {
  width: 22px;
  float: left;
}
.wrapper .modal .modal-step fieldset div {
  position: relative;
}
.wrapper .modal .modal-step fieldset div [type="radio"]:not(:checked),
.wrapper .modal .modal-step fieldset div [type="radio"]:checked,
.wrapper .modal .modal-step fieldset div [type="checkbox"]:not(:checked),
.wrapper .modal .modal-step fieldset div [type="checkbox"]:checked {
  position: absolute;
  left: 11px;
  bottom: -6px;
  width: 2px;
  height: 2px;
  border: none;
  appearance: none;
  opacity: 0;
  z-index: -1;
}
.wrapper .modal .modal-step fieldset div [type="radio"]:not(:checked) + label,
.wrapper .modal .modal-step fieldset div [type="radio"]:checked + label,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="checkbox"]:not(:checked)
  + label,
.wrapper .modal .modal-step fieldset div [type="checkbox"]:checked + label {
  position: relative;
  display: block;
  min-height: 24px;
  padding: 0 0 0 24px;
  cursor: pointer;
}
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="radio"]:not(:checked)
  + label:before,
.wrapper .modal .modal-step fieldset div [type="radio"]:checked + label:before,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="checkbox"]:not(:checked)
  + label:before,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="checkbox"]:checked
  + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #000;
}
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [disabled][type="radio"]:not(:checked)
  + label:before,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [disabled][type="radio"]:checked
  + label:before,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [disabled][type="checkbox"]:not(:checked)
  + label:before,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [disabled][type="checkbox"]:checked
  + label:before {
  opacity: 0.1;
  background-color: #aaa;
  pointer-events: none;
}
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="radio"]:not(:checked)
  + label::after,
.wrapper .modal .modal-step fieldset div [type="radio"]:checked + label::after,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="checkbox"]:not(:checked)
  + label::after,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="checkbox"]:checked
  + label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: #000;
}
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="radio"]:not(:checked)
  + label:after,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="checkbox"]:not(:checked)
  + label:after {
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s ease;
}
.wrapper .modal .modal-step fieldset div [type="radio"]:checked + label:after,
.wrapper
  .modal
  .modal-step
  fieldset
  div
  [type="checkbox"]:checked
  + label:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.35s ease;
}
.wrapper .modal .modal-step label[for="radP1a-fieldset"] {
  width: calc(100% - 24px);
  font-size: 22px;
  line-height: 24px;
  padding: 0 0 0 8px;
  margin: 0 0 24px;
  float: left;
}
input {
  display: block;
  width: 100%;
  color: #000;
  font-family: "roboto";
  font-size: 22px;
  line-height: 40px;
  height: 40px;
  border-bottom: 2px solid #000;
  margin: 0;
}
.error {
  display: inline-block;
  display: none;
  position: relative;
  color: white;
  font-size: 16px;
  font-style: italic;
  line-height: 40px;
  background: #000 url("../images/warning.svg") no-repeat 5% center;
  padding: 0 16px 0 40px;
  margin: 0 0 0 32px;
}
.error:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000;
  margin-top: -10px;
}
.copyright {
  display: block;
  font-size: 18px;
  font-style: italic;
  padding: 16px 0 0;
}
@media screen and (max-width: 1190px) {
  .copyright {
    padding: 16px 24px;
    text-align: center;
  }
}
/*# sourceMappingURL=landing-ricerca.min.css.map */
