:root {
  --black: black;
  --color-primary: #27245c;
  --orange: #ffc258;
  --white: white;
  --color-secondary: #e63946;
  --color-neutral: #f4f6f6;
  --oro-mcarthur: #a38f5d;
  --beige-mcarthur: #e0dacc;
  --beige-mcarthur-campi: #e0dacc4d;
  --red-2: #cb4929;
  --saddle-brown: #5f4534;
  --tan: #d7c49a;
  --gold: #ffd900;
  --blue-violet: #6228dc;
  --red: #ff3434;
  --color-accent: #4a90e2;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
  position: static;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

a {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.imagelogofooter {
  max-width: 500px;
}

.footerlink {
  color: var(--black);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  opacity: .7;
}

.showhidewrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.showhidewrapper.footerlegalline {
  max-width: 1200px;
}

.showhidewrapper.win {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5px;
}

.showhidewrapper.ko {
  display: none;
}

.footermenuwrapper {
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.go2social_icon {
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.go2social_icon:hover {
  opacity: .7;
}

.sociallinkwrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguidesection {
  width: 100vw;
  padding: 100px 5%;
}

.styleguideheader {
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 50px;
  display: flex;
}

.styleguidewinklogo {
  background-image: url('../images/wink-suite-logo-negative.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 50px;
}

.styleguidemaintitle {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.style-guidecontent {
  background-color: #0000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
}

.stylesection {
  background-color: #0000;
  border: 3px solid #cfcfcf;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 10px;
}

.category {
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-top: 1px #14142b;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.styleguidechapter {
  background-color: #fff;
  padding: 20px 50px;
}

.background-0 {
  background-color: #fff;
}

.background-0.bg-age-gate {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.colortitle {
  color: #333;
}

.tassellocolorewrapper {
  background-color: #fff;
  border: 1px #d3d3d3;
  border-right: 1px solid #cfcfcf;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 40px;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.rigacoloretesto {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.color-1 {
  color: var(--color-primary);
  background-color: #0000;
}

.color-1:hover {
  opacity: 1;
}

.nav {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navlogo.w--current {
  height: auto;
}

.navlogo.homelink {
  margin-right: 10px;
}

.navlinkm {
  color: var(--black);
  text-align: center;
  letter-spacing: -.3px;
  border-radius: 5px;
  margin-left: 0;
  padding: 12px 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 15px;
}

.navlinkm:hover {
  opacity: .8;
}

.navlinkm.color-1 {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.navlinkm.color-1.background-2 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.navlinkm.color-1.background-2.w--current {
  color: var(--orange);
}

.navlinkm.color-1.homelink {
  font-weight: 300;
}

.navlinkm.color-1.background-0, .navlinkm.color-1.ko {
  display: none;
}

.menu-wrap {
  width: auto;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mobilemenuwrapper {
  align-items: center;
  width: auto;
  max-width: 1000px;
  display: flex;
}

.logowrap {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  max-width: 220px;
  height: 60px;
  margin-left: 0;
  display: flex;
}

.logowrap:hover {
  opacity: .8;
}

.logowrap.solologo {
  justify-content: center;
  max-width: none;
  display: flex;
}

.navlinksinglewrap {
  display: block;
}

.navlinksinglewrap.ko {
  display: none;
}

.mainmenu {
  z-index: 999;
  background-color: #fff;
  border: 1px #000;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 1px 7px #0003;
}

.mainmenu.background-1 {
  background-color: var(--white);
  height: 88px;
}

.background-1, .background-1.colortitle {
  background-color: var(--white);
}

.styleguidefilosep {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph-3 {
  min-width: 130px;
  margin-right: 10px;
  font-weight: 700;
}

.background-2 {
  background-color: var(--white);
}

.div-block-36 {
  width: 100%;
}

.background-4 {
  background-color: var(--color-primary);
}

.color-130 {
  color: var(--color-secondary);
}

.color-130.freccia {
  width: 50px;
  height: 30px;
}

.paragraph {
  font-size: 18px;
  line-height: 22px;
}

.color-43 {
  color: var(--color-neutral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-43 {
  background-color: var(--color-secondary);
}

.div-block-37 {
  width: 100%;
}

.mainsection {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mainsection.page404 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.mainsection.age-gate {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 100vw;
}

.herobanner {
  background-image: url('../images/coffee-herobanner-background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 500px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.herobanner.background-50.hp, .herobanner.background-50.interna {
  background-image: none;
  height: auto;
}

.boxicona {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.boxicona.left {
  align-items: flex-start;
  width: 35%;
}

.maincontainer {
  background-color: #0000;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  display: flex;
}

.cta {
  text-align: center;
  border-radius: 10px;
  min-width: 280px;
  padding: 12px 30px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
}

.cta:hover {
  transform: scale(1.05);
}

.cta.background-404.color-404 {
  background-color: var(--color-primary);
}

.cta.background-404.color-404.stile-cta {
  border: 1px solid var(--oro-mcarthur);
  background-color: var(--white);
  color: var(--oro-mcarthur);
  border-radius: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.cta.background-404.color-404.stile-cta:hover {
  background-color: var(--oro-mcarthur);
  color: var(--white);
}

.boximage {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.singlebox {
  color: #333;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.premio {
  background-color: #0000;
  border: 1px #000;
  max-height: 700px;
  display: block;
}

.premio.mobile {
  background-color: #0000;
  display: none;
}

.background-100 {
  background-color: var(--color-neutral);
  display: block;
}

.background-100.background-200 {
  display: block;
}

.color-111 {
  color: var(--color-primary);
}

.background-120 {
  background-color: var(--color-secondary);
}

.color-120, .color-112 {
  color: var(--color-primary);
}

.color-113 {
  color: #949494;
}

.color-53 {
  color: var(--black);
}

.color-53.topbottom0center {
  color: var(--black);
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.color-53.topbottom0center.hero-txt-color {
  color: var(--white);
}

.color-54 {
  color: var(--black);
}

.color-54.topbottom0center {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.color-54.topbottom0center.left {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
}

.color-54.topbottom0center.left.center {
  text-align: center;
}

.color-54.topbottom0center.left.center.size, .color-54.topbottom0center.left.size {
  font-size: 22px;
}

.background-40 {
  background-color: var(--beige-mcarthur);
}

.color-41 {
  color: var(--black);
}

.color-41.topbottom0center {
  font-family: Gilroy;
}

.color-42 {
  color: var(--black);
}

.color-42.topbottom0center {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.footercontentwrapper {
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.footer {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: static;
  overflow: hidden;
}

.color-40 {
  color: var(--color-secondary);
}

.is_check_scontrino {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.is_iban_block, .is_promocode_block {
  width: 100%;
}

.btnblock {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  font-family: Gilroy;
  font-weight: 300;
  display: flex;
}

.form-block {
  width: 100%;
}

.formcontainer {
  border-radius: 30px;
  width: 940px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding: 30px 50px;
}

.formcontainer.background-400 {
  display: block;
}

.formcontainer.background-400.formpreview {
  flex-direction: column;
  display: none;
}

.filoseparatore {
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}

.filoseparatore.background-401 {
  background-color: var(--oro-mcarthur);
}

.filoseparatore.background-401.ko {
  display: none;
}

.filoseparatore.background-401.iniziale {
  margin-bottom: 10px;
}

.filoseparatore.background-401 {
  display: flex;
}

.filoseparatore.background-401.style {
  background-color: #b3b3b3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nomecognomeblock {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.is_upload_scontrino_front_block {
  width: 48%;
}

.nascitablock {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.distanziatore15 {
  width: 15px;
  height: 15px;
  display: none;
}

.div-block-23 {
  width: 100%;
}

.radiobuttonfield {
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.scontrinoblockora {
  width: 47%;
}

.is_tel_block {
  width: 48%;
  padding-right: 10px;
}

.meta {
  width: 45%;
}

.capblock {
  width: 47%;
}

.recaptcha {
  margin-bottom: 0;
}

.campidata {
  justify-content: space-between;
  display: flex;
}

.scontrinoblockimporto {
  width: 47%;
}

.cittablock {
  width: 60%;
}

.radiobtndiv {
  align-items: center;
  height: 38px;
  display: flex;
}

.cognomeblock {
  width: 48%;
}

.titlepromocodblock {
  border-bottom: 1px #f0808080;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.titlepromocodblock.ko {
  display: none;
}

.emailblock {
  width: 48%;
  margin-right: 10px;
}

.emailblock.large {
  width: 100%;
}

.emailblock.large:hover {
  text-decoration: none;
}

.formtitle {
  color: #f08080;
  border-bottom: 1px #f0808080;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.is_cod_fiscale_block {
  width: 70%;
}

.campiimporto {
  justify-content: space-between;
  display: flex;
}

.div-block-19 {
  justify-content: space-between;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.slash {
  color: #f1f1f1;
  text-align: center;
  width: 4%;
  padding-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.scontrinoblockdata {
  width: 48%;
}

.is_cod_operation_block {
  width: 40%;
}

.checkbox {
  border: 1px #999999b3;
  border-radius: 5px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.is_upload_scontrino_back_block, .is_birth_block {
  width: 48%;
}

.indirizzoriga {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.formfield {
  color: #c2c2c2;
  background-color: #fff;
  border: 1px #999999b3;
  border-radius: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.formfield.background-403.color-403 {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.div-block-16 {
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.titleuploadblock {
  border-bottom: 1px solid #f0808080;
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: none;
}

.campiora {
  justify-content: space-between;
  display: flex;
}

.is_iban, .is_region_block {
  width: 48%;
  margin-bottom: 20px;
}

.disclaimerdiv {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.disclaimerdiv.mb-0 {
  margin-bottom: 0;
}

.indirizzoblock {
  width: 78%;
}

.is_promocode {
  width: 48%;
  margin-bottom: 20px;
}

.nrcivicoblock {
  width: 20%;
}

.nomeblock, .tipologiaprovaacquisto {
  width: 48%;
}

.provblock {
  width: 47%;
}

.is_num_prodotti_block {
  width: 48%;
}

.radiobutton {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-right: 5px;
}

.capprovblock {
  justify-content: space-between;
  width: 37%;
  display: flex;
}

.is_gender_block {
  width: 25%;
}

.numprogressivoblock {
  width: 48%;
}

.is_cod_ptvendita_block {
  width: 48%;
  display: block;
}

.emailtelefonoblock {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.titlescontrinoblock {
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.scontrinoblock3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.unterzo {
  width: 30%;
  font-family: Montserrat, sans-serif;
}

.passwordblock {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.passwordblock.vertical {
  flex-direction: column;
  margin-bottom: 10px;
}

.disclaimerblock {
  margin-bottom: 10px;
}

.is_address_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.titledatipersonaliblock {
  border-bottom: 1px #f0808080;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.background-400 {
  background-color: #fff;
}

.color-402 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 300;
  display: block;
}

.color-402.finalflag {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
}

.color-402.topbottom0center {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.color-402.disclaimerintro {
  text-align: justify;
  font-size: 12px;
  line-height: 15px;
  display: block;
  overflow: visible;
}

.background-401 {
  background-color: var(--color-secondary);
}

.background-403 {
  background-color: var(--beige-mcarthur-campi);
}

.background-403.colortitle {
  background-color: var(--color-neutral);
  color: var(--color-primary);
}

.color-403 {
  color: var(--color-primary);
}

.background-404 {
  background-color: var(--red-2);
}

.background-404.colortitle {
  background-color: var(--color-secondary);
}

.color-404 {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.modale {
  z-index: 900;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modale.background-405 {
  display: flex;
}

.modale.background-405.blur {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  display: none;
}

.modale.blur {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
}

.modaleblock {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  max-width: 900px;
  height: auto;
  margin: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.chiudibtn {
  text-align: right;
  cursor: pointer;
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 0;
}

.chiudicta {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.scontrinoimage {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.background-405 {
  background-color: #d7c49ad9;
}

.background-405.colortitle {
  background-color: #e63946a8;
}

.color-401 {
  color: var(--color-secondary);
}

.color-401.labeltitle {
  margin-bottom: 0;
}

.prefooterblock {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.prefootercontentwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.prefootercontentwrapper.horizontal {
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
}

.notaprefooterwrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.background-15, .background-15.colortitle {
  background-color: var(--color-secondary);
}

.color-15 {
  color: var(--color-primary);
}

.color-15.share {
  color: var(--color-neutral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-12 {
  color: var(--color-primary);
}

.color-12.topbottom0center {
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.color-11 {
  color: var(--color-primary);
}

.prefooter {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.color-201, .color-203 {
  color: var(--color-secondary);
}

.background-200 {
  background-color: #f8f9fa00;
}

.color-202 {
  color: var(--color-secondary);
}

.prodottigridimage {
  border-radius: 10px;
  width: 100%;
  max-height: 700px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  width: 100%;
}

.background-300 {
  background-color: #fff;
}

.color-301 {
  color: var(--red-2);
}

.color-302, .color-303 {
  color: var(--saddle-brown);
}

.productwrapper {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.securecodewrapper {
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  height: 20px;
  position: absolute;
  inset: 5px auto 0%;
}

.mainblock {
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 50px;
  display: flex;
  position: relative;
}

.mainblock.background-450.age-gate {
  background-color: #0000;
}

.color-451 {
  color: var(--color-primary);
}

.color-452 {
  color: var(--saddle-brown);
}

.color-452.feedback {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.background-450 {
  background-color: #fff;
}

.boxpremio {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  max-height: none;
  padding: 30px 20px 20px;
  display: flex;
}

.boxpremio.background-460 {
  width: 100%;
}

.sep20h {
  width: 100px;
  height: 20px;
}

.playagainblock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.color-455 {
  color: #fff;
}

.background-455 {
  background-color: var(--color-secondary);
}

.sep50h {
  width: 100px;
  height: 50px;
}

.background-460 {
  background-color: var(--color-neutral);
}

.background-460.colortitle {
  background-color: var(--color-neutral);
  color: var(--color-primary);
}

.color-460 {
  color: var(--color-secondary);
}

.color-460.boxpremiotitle, .color-460.boxpremioocchiello {
  text-align: center;
  margin-top: 0;
}

.faqaccordiontrigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordionarrowwrapper {
  z-index: 200;
  color: #747474;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.faqmainwrapper {
  background-color: #0000;
  border-radius: 20px;
  transform: translate(0);
}

.accordioncontent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.faqbox {
  cursor: pointer;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 40px;
}

.background-41 {
  background-color: #fff;
}

.background-41.faqtondo {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.background-500 {
  background-color: #fff;
}

.background-503 {
  background-color: var(--tan);
}

.color-501 {
  color: var(--color-secondary);
}

.color-502 {
  color: var(--color-primary);
}

.color-502.faq {
  margin-top: 18px;
  margin-bottom: 0;
}

.color-503 {
  color: #fff;
}

.faqtondo {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 20px #080f3433;
}

.freccinafaq {
  width: 20px;
  height: 20px;
}

.bollosocialicon {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.bollosocialicon.background-43 {
  width: 100%;
  height: 100%;
}

.background-50 {
  background-color: #0000;
}

.color-461 {
  color: var(--color-primary);
}

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

.megabox {
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sharebtn {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.sharebtn:hover {
  opacity: .8;
}

.shareiconwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.shareiconwrapper.background-15 {
  border-radius: 50%;
}

.prefootershare {
  display: none;
}

.color-204 {
  color: #999;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.color-70 {
  color: var(--color-secondary);
}

.color-71, .color-73 {
  color: var(--color-primary);
}

.color-73.topbottom0center.left {
  text-align: left;
}

.background-70 {
  background-color: #fff;
}

.background-70.colortitle {
  color: var(--color-primary);
}

.color-72 {
  color: var(--color-secondary);
}

.background-74 {
  background-color: var(--color-secondary);
}

.color-74 {
  color: var(--color-neutral);
  -webkit-text-stroke-color: var(--color-primary);
}

.background-461 {
  background-color: #fff8cf;
}

.color-453 {
  color: var(--color-secondary);
}

.color-453.topbottom0center {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.color-453.topbottom0center.stile {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.burgericon {
  cursor: pointer;
  padding: 10px 15px;
  transition: box-shadow .2s;
}

.burger-line {
  background-color: #4d4d4d;
  border-radius: 1px;
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.background-3 {
  background-color: #fff;
}

.disclaimerintro {
  border-radius: 5px;
  flex-direction: column;
  height: 100px;
  margin-bottom: 20px;
  display: none;
  position: relative;
  overflow: scroll;
}

.is_password {
  width: 48%;
  margin-bottom: 20px;
}

.div-block-47 {
  position: relative;
}

.div-block-234 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sep10w {
  width: 10px;
  height: 30px;
}

.is_confermapassword {
  width: 48%;
  margin-bottom: 20px;
}

.div-block-235 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.socialloginblock {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.socialbtn {
  background-color: #1877f2;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.socialbtn:hover {
  opacity: .8;
}

.socialbtn.google {
  background-color: #ececec;
}

.socialbtn.amazon {
  background-color: #f3a847;
}

.socialbtn.paypal {
  background-color: #1072eb;
}

.socialbtn.twitter {
  background-color: #4a9ae9;
}

.socialbtn.apple, .socialbtn.tiktok {
  background-color: #000;
}

.socialbtn.linkedin {
  background-color: #0a66c2;
}

.socialbtn.twitch {
  background-color: #9146ff;
}

.socialbtn.customsso {
  background-color: #fff;
  border: 2px dashed #333;
}

.socialloginwrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.sm-icon {
  color: #0026ca;
  object-fit: cover;
  width: 27px;
  height: auto;
  margin-right: 10px;
}

.socialtext {
  color: #fff;
  text-align: left;
  flex: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
}

.socialtext.arial {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.socialtext.arial.grey {
  color: #333;
}

.infoscontrinobtn {
  border-radius: 5px;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  padding: 4px 6px;
  text-decoration: none;
  display: flex;
}

.infoscontrinobtn.background-404 {
  background-color: var(--color-primary);
  margin-top: 0;
}

.infoscontrinobtn.background-404:hover {
  opacity: .7;
}

.infoscontrinobtn.background-404.color {
  background-color: var(--oro-mcarthur);
}

.infoicon {
  width: 100%;
  height: 100%;
}

.infoicon.color-401 {
  color: var(--oro-mcarthur);
}

.infoicondiv {
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

.infoicondiv.background-400 {
  margin-right: 5px;
}

.switchlink {
  align-items: center;
  width: 320px;
  text-decoration: none;
  display: flex;
}

.switchlink:hover {
  opacity: .7;
  text-decoration: none;
}

.switchlink.w--current {
  width: 340px;
}

.iconlink {
  width: 12px;
  height: 16px;
  margin-right: 5px;
}

.iconlink.color-402 {
  width: 12px;
  height: 16px;
}

.socialloginconnectedblock {
  flex-direction: column;
  align-items: flex-start;
}

.sociallogout {
  background-color: #0000;
  border: 1px solid #3333334d;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.sociallogout:hover {
  opacity: .8;
  text-decoration: none;
}

.boxassistenzawrapper {
  z-index: 1200;
  border-radius: 15px 15px 0 0;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  font-family: Gilroy;
  font-weight: 900;
  display: flex;
  position: fixed;
  inset: auto 50px 0% auto;
  box-shadow: 0 0 10px #0003;
}

.assistenzaheader {
  border-radius: 15px 15px 0 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px 10px;
  display: flex;
}

.assistenza-mail {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  display: flex;
}

.assistenza-mail.background-45 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.background-44 {
  background-color: var(--color-primary);
}

.color-44 {
  color: var(--color-neutral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-44.topbottom0center {
  font-family: Gilroy;
  font-weight: 300;
}

.background-45 {
  background-color: var(--beige-mcarthur);
}

.background-45.colortitle {
  background-color: var(--color-neutral);
}

.color-45 {
  color: var(--color-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-45.topbottom0center {
  color: var(--color-primary);
  font-family: Gilroy;
  font-weight: 300;
}

.gridsociallogin {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
}

.divtop {
  margin-top: 10px;
}

.background-53 {
  background-color: #0000;
}

.background-53.colortitle {
  color: var(--color-primary);
}

.background-53.stiletassellotitle.hero-tit {
  z-index: 99;
  position: absolute;
  inset: auto 0% 20px;
}

.background-111 {
  background-color: var(--gold);
}

.background-201 {
  background-color: #fff;
}

.color-81 {
  color: var(--color-primary);
}

.background-81 {
  background-color: #0000;
}

.color-82 {
  color: var(--color-primary);
}

.color-83 {
  color: #949494;
}

.landingthird {
  flex-direction: column;
  align-items: center;
  width: 29%;
  display: flex;
}

.landingthird._4step {
  width: 100%;
}

.landingthird.fullw {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}

.showhidewrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landingfullwidth {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.landingfullwidth.center {
  justify-content: space-between;
  margin-bottom: 40px;
}

.landingfullwidth.center._3-1 {
  flex-direction: column;
}

.topbottom0center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.socialwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.topbottom10center {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.stiletassellotitle {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  display: flex;
}

.stilecta {
  border: 1px solid var(--oro-mcarthur);
  color: var(--oro-mcarthur);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 13px 30px;
  font-family: Figtree, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.stilecta:hover {
  opacity: .9;
  transform: scale(1.05);
}

.securecode {
  color: #000;
  transform: none;
}

.previewcampo3 {
  width: 25%;
}

.preview1 {
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.radiopreview {
  display: flex;
}

.previewcampo {
  width: 48%;
  display: block;
}

.previewcampo.orizz {
  justify-content: space-between;
  display: flex;
}

.previewcampo2 {
  width: 70%;
}

.formpreviewblock {
  width: 100%;
}

.previewcampo1 {
  width: 48%;
  display: block;
}

.color-406 {
  color: var(--color-secondary);
}

.background-406 {
  color: var(--oro-mcarthur);
  background-color: #fff;
}

.background-406.color-406.stilecta.sizeauto {
  min-width: auto;
}

.howtoicon {
  max-width: 220px;
  max-height: 120px;
}

.howtoicon.big4step {
  max-height: 200px;
}

.background-82 {
  background-color: var(--gold);
}

.howto4step {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start center;
}

.image-hp-mobi {
  display: none;
}

.prova23 {
  background-color: #ff5252;
  width: 200px;
  height: 200px;
  display: none;
}

.bg-age-gate {
  background-color: var(--tan);
}

.cta-age-gate {
  border: 1px solid var(--red-2);
  color: var(--red-2);
  text-align: center;
  background-color: #0000;
  width: 100px;
  padding: 20px 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-236 {
  display: flex;
}

.sep20w {
  width: 20px;
  height: 30px;
}

.image-interna-mobi {
  display: none;
}

.sep30w {
  width: 30px;
  height: 20px;
}

.div-block-237 {
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.text-block {
  color: var(--black);
  letter-spacing: -.3px;
  margin-left: 7px;
  font-family: Figtree, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.text-block.marg {
  margin-top: 7px;
  margin-left: 0;
}

.paragraph-4 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: var(--color-neutral);
}

.is_nazionalita_block, .qr-block {
  width: 48%;
}

.text-block-2 {
  margin-bottom: 20px;
}

.heading {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.heading-2 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.heading-3, .heading-4 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.heading-5, .heading-6 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.link {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bold-text-7, .bold-text-8 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.bold-text-9 {
  font-weight: 500;
}

.big-block {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.big-block.highlight {
  color: #fff;
  background-color: #6165ff;
  margin-top: -10px;
  padding-top: 22px;
}

.product-image {
  width: 100px;
}

.list-item, .list-item-2 {
  color: var(--color-primary);
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.list-item-2.ko {
  display: none;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
}

.code-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-238 {
  width: 100%;
}

.ko {
  display: none;
}

.box-qr-code {
  border: 1px solid var(--oro-mcarthur);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 30px 40px;
  display: flex;
}

.avviso-svl {
  color: var(--black);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.link-2 {
  color: var(--black);
  border-right: 1px solid #000;
  padding-right: 10px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.link-3 {
  color: var(--black);
  border-right: 1px solid #000;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.link-4 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.div-block-239 {
  justify-content: space-between;
  display: flex;
}

.valore-oro {
  color: var(--oro-mcarthur);
  font-size: 24px;
}

.gradiente-hero {
  z-index: 99;
  background-image: linear-gradient(#c43f3f, #fff);
  width: 100%;
  height: 100%;
  padding-top: 80px;
  position: absolute;
  inset: 0%;
}

.div-block-240 {
  background-image: linear-gradient(#0000 45%, #0009);
  width: 100%;
  height: 100%;
  padding-top: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .footermenuwrapper {
    margin-bottom: 10px;
  }

  .styleguideheader {
    padding-left: 40px;
    padding-right: 40px;
  }

  .styleguidechapter {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rigacoloretesto {
    background-color: #0000;
  }

  .nav {
    width: 100vw;
  }

  .navlogo {
    padding-left: 18px;
  }

  .navlinkm {
    border-radius: 0;
  }

  .navlinkm.color-1.background-2 {
    background-color: #fff;
  }

  .nav-inner {
    border-bottom-style: none;
    border-bottom-color: #f0808080;
    justify-content: space-between;
    width: 100vw;
  }

  .nav-inner.solologo {
    justify-content: center;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .logowrap {
    width: 50%;
    max-width: none;
    margin-left: 20px;
  }

  .logowrap.solologo, .navlinksinglewrap {
    margin-left: 0;
  }

  .mainmenu {
    padding-left: 0;
    padding-right: 0;
  }

  .mainmenu.background-1 {
    height: 80px;
  }

  .background-2 {
    background-color: #fff;
  }

  .background-4 {
    background-color: var(--color-primary);
  }

  .mainsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .herobanner {
    height: 400px;
  }

  .cta {
    max-width: 600px;
  }

  .boximage {
    z-index: 1;
    position: static;
  }

  .footer {
    display: block;
    overflow: hidden;
  }

  .formcontainer {
    width: 720px;
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nascitablock {
    flex-direction: column;
    justify-content: flex-start;
  }

  .is_cod_fiscale_block {
    width: 80%;
  }

  .div-block-19 {
    width: 68%;
  }

  .is_cod_operation_block {
    width: 29%;
  }

  .is_birth_block {
    width: 48%;
    margin-bottom: 20px;
  }

  .div-block-16 {
    width: 100%;
  }

  .is_region_block {
    width: 60%;
  }

  .is_num_prodotti_block {
    width: 52%;
  }

  .is_gender_block {
    width: 16%;
  }

  .is_cod_ptvendita_block {
    width: 44%;
  }

  .color-402.finalflag {
    max-width: 640px;
  }

  .modaleblock {
    width: auto;
    max-width: 700px;
    height: auto;
  }

  .prefootersection {
    object-fit: fill;
    overflow: hidden;
  }

  .mainblock {
    padding: 40px;
  }

  .boxpremio {
    max-width: 720px;
  }

  .faqmaincontainer {
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
  }

  .burgericon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    transition-property: none;
    display: flex;
  }

  .burger-line.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .boxassistenzawrapper {
    left: auto;
    right: 10px;
  }

  .landingthird {
    width: 32%;
  }

  .landingfullwidth {
    flex-direction: column;
  }

  .landingfullwidth.center {
    flex-direction: row;
  }

  .previewcampo3 {
    width: 28%;
  }

  .previewcampo2 {
    width: 68%;
  }

  .big-block {
    text-align: left;
    background-color: #0000;
    align-items: flex-start;
    padding-left: 16px;
  }

  .big-block.highlight {
    color: #000;
    background-color: #0000;
    margin-top: 0;
    padding-top: 16px;
  }

  .product-image {
    margin-left: -12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 43px;
    line-height: 48px;
  }

  h2 {
    font-size: 40px;
    line-height: 42px;
  }

  h3 {
    font-size: 28px;
    line-height: 30px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 15px;
    line-height: 21px;
  }

  h6 {
    font-size: 13px;
    line-height: 19px;
  }

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

  .footerlink {
    font-size: 15px;
    line-height: 19px;
  }

  .footermenuwrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .footerlinksinglewrap {
    margin-bottom: 5px;
  }

  .styleguideheader {
    padding-left: 30px;
    padding-right: 30px;
  }

  .styleguidemaintitle {
    font-size: 42px;
    line-height: 48px;
  }

  .styleguidechapter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logowrap {
    width: 70%;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .mainsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .herobanner {
    height: 350px;
  }

  .boxicona.left {
    align-items: center;
    width: 100%;
  }

  .cta {
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .boximage {
    display: flex;
  }

  .singlebox {
    border-radius: 20px;
    padding: 30px;
  }

  .premio, .premio.mobile {
    display: block;
  }

  .color-54.topbottom0center.left.center.size {
    font-size: 21px;
  }

  .color-54.topbottom0center.left.size {
    font-size: 21px;
    line-height: 31px;
  }

  .color-42.topbottom0center.size {
    font-size: 15px;
  }

  .footercontentwrapper.background-40 {
    padding-top: 20px;
  }

  .is_check_scontrino {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .is_promocode_block {
    width: 100%;
    margin-bottom: 0;
  }

  .btnblock {
    flex-direction: column;
    align-items: flex-end;
  }

  .formcontainer {
    width: auto;
    padding: 20px;
  }

  .nomecognomeblock {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .is_upload_scontrino_front_block {
    width: 100%;
  }

  .nascitablock {
    margin-bottom: 10px;
  }

  .is_tel_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .recaptcha {
    margin-bottom: 20px;
  }

  .cognomeblock, .emailblock {
    width: 100%;
    margin-bottom: 10px;
  }

  .is_cod_fiscale_block {
    width: 74%;
  }

  .div-block-19 {
    width: 100%;
  }

  .scontrinoblockdata {
    width: 100%;
    margin-bottom: 10px;
  }

  .is_cod_operation_block, .is_upload_scontrino_back_block, .is_birth_block {
    width: 100%;
  }

  .indirizzoriga {
    margin-bottom: 10px;
  }

  .is_iban {
    width: 100%;
  }

  .is_region_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .is_promocode {
    width: 100%;
  }

  .nomeblock, .tipologiaprovaacquisto {
    width: 100%;
    margin-bottom: 10px;
  }

  .is_num_prodotti_block {
    width: 48%;
  }

  .is_gender_block {
    width: 22%;
    margin-bottom: 0;
  }

  .numprogressivoblock {
    width: 100%;
    margin-bottom: 0;
  }

  .is_cod_ptvendita_block {
    width: 48%;
    margin-bottom: 10px;
  }

  .emailtelefonoblock {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .scontrinoblock3 {
    width: 100%;
    margin-bottom: 0;
  }

  .passwordblock {
    flex-direction: column;
  }

  .modaleblock {
    width: auto;
    max-width: 500px;
    height: auto;
  }

  .prefootercontentwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prodottigridimage {
    display: none;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .mainblock {
    padding: 30px 20px 20px;
  }

  .mainblock.marg {
    margin-top: 25px;
  }

  .boxpremio {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faqmaincontainer {
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
    display: block;
  }

  .faqmainwrapper {
    padding: 0;
  }

  .faqbox {
    margin-bottom: 20px;
    padding: 20px;
  }

  .faqtondo {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .color-73.topbottom0center.left {
    text-align: center;
  }

  .is_password, .is_confermapassword {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-235 {
    flex-direction: column;
  }

  .socialbtn {
    width: 230px;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .socialloginwrapper {
    flex-direction: row;
    align-items: center;
  }

  .sociallogout {
    width: 230px;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .boxassistenzawrapper {
    display: flex;
  }

  .assistenzaheader {
    display: block;
  }

  .gridsociallogin {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .landingthird {
    width: 100%;
    margin-bottom: 20px;
  }

  .landingthird.fullw, .landingfullwidth.center {
    flex-direction: column;
    align-items: center;
  }

  .previewcampo3 {
    width: 22%;
    margin-bottom: 0;
  }

  .preview1 {
    flex-direction: column;
  }

  .previewcampo {
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .previewcampo.orizz {
    flex-direction: row;
  }

  .previewcampo2 {
    width: 74%;
  }

  .previewcampo1 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .howtoicon.big4step {
    max-height: 120px;
  }

  .howto4step {
    grid-template-columns: 1fr;
  }

  .image-hp-desk {
    display: none;
  }

  .image-hp-mobi {
    display: block;
  }

  .image-interna-desk {
    display: none;
  }

  .image-interna-mobi {
    display: block;
  }

  .div-block-237 {
    align-items: center;
    width: 100%;
  }

  .is_nazionalita_block {
    width: 100%;
    margin-bottom: 20px;
  }

  .container, .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column {
    margin-top: 40px;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .box-qr-code {
    width: 100%;
  }

  .image-2 {
    width: 60%;
  }

  .valore-oro {
    font-size: 23px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    font-size: 33px;
    line-height: 37px;
  }

  h3 {
    font-size: 26px;
    line-height: 28px;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }

  h5 {
    font-size: 14px;
    line-height: 18px;
  }

  h6 {
    font-size: 12px;
    line-height: 16px;
  }

  p {
    font-size: 17px;
  }

  .footerlink {
    font-size: 14px;
    line-height: 18px;
  }

  .showhidewrapper {
    max-width: none;
  }

  .footermenuwrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footerlinksinglewrap {
    margin-bottom: 5px;
  }

  .go2social_icon {
    width: 45px;
    height: 45px;
  }

  .styleguideheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .styleguidemaintitle {
    font-size: 36px;
    line-height: 42px;
  }

  .nav-inner {
    width: 100vw;
  }

  .logowrap {
    width: 70%;
    margin-left: 0;
  }

  .logowrap.solologo {
    width: 80%;
  }

  .mainmenu {
    padding-left: 0;
    padding-right: 0;
  }

  .herobanner.background-50 {
    height: 300px;
  }

  .cta {
    width: 100%;
    min-width: auto;
    max-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .singlebox {
    padding: 20px 10px 30px;
  }

  .color-54.topbottom0center.left.center.size, .color-54.topbottom0center.left.size {
    font-size: 20px;
    line-height: 30px;
  }

  .color-42.topbottom0center.size {
    font-size: 14px;
    line-height: 18px;
  }

  .formcontainer {
    max-width: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nomecognomeblock, .nascitablock {
    margin-bottom: 0;
  }

  .distanziatore15 {
    display: block;
  }

  .scontrinoblockora {
    width: 100%;
    margin-bottom: 10px;
  }

  .meta {
    width: 100%;
  }

  .campidata {
    flex-direction: column;
    margin-bottom: 0;
  }

  .scontrinoblockimporto {
    width: 100%;
  }

  .cittablock {
    width: 100%;
    margin-bottom: 10px;
  }

  .titlepromocodblock {
    flex-direction: column;
  }

  .is_cod_fiscale_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .slash {
    display: none;
  }

  .indirizzoriga {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .formfield {
    font-size: 14px;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .indirizzoblock, .nrcivicoblock, .is_num_prodotti_block {
    width: 100%;
    margin-bottom: 10px;
  }

  .capprovblock, .is_gender_block, .is_cod_ptvendita_block {
    width: 100%;
  }

  .emailtelefonoblock {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .titlescontrinoblock {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .scontrinoblock3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .unterzo {
    width: 100%;
  }

  .is_address_block {
    flex-direction: column;
    justify-content: flex-start;
  }

  .modaleblock {
    width: auto;
    max-width: 300px;
    height: auto;
  }

  .prefootercontentwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .securecodewrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mainblock {
    border-radius: 15px;
    padding: 30px 10px 10px;
  }

  .boxpremio {
    max-width: 300px;
  }

  .color-460.boxpremiotitle, .color-460.boxpremioocchiello {
    max-width: 350px;
  }

  .faqmaincontainer {
    width: auto;
    max-width: none;
    display: block;
  }

  .faqmainwrapper {
    padding: 0;
  }

  .color-461.center {
    max-width: 350px;
  }

  .socialbtn.google, .socialbtn.amazon, .socialbtn.amazon, .socialbtn.paypal {
    margin-bottom: 0;
  }

  .socialloginwrapper {
    flex-direction: column;
  }

  .infoscontrinobtn.background-404 {
    margin-left: 0;
  }

  .sociallogout {
    margin-bottom: 15px;
  }

  .gridsociallogin {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .previewcampo3 {
    width: 100%;
  }

  .previewcampo.orizz {
    flex-direction: column;
  }

  .previewcampo2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .is_nazionalita_block {
    padding-bottom: 20px;
  }

  .product-image {
    margin-left: 0;
  }

  .image {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .image-2 {
    width: 75%;
  }

  .link-2 {
    border-right-style: none;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 14px;
  }

  .link-3 {
    border-right-style: none;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .link-4 {
    font-size: 14px;
  }

  .div-block-239 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .valore-oro {
    font-size: 22px;
  }
}

#w-node-f16e316c-9c8f-a465-571b-41158edc55da-f6db4b25, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f605-f6db4b25, #w-node-_3c596a3c-2ca4-0500-32c3-29d7f792feef-f6db4b25, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f606-f6db4b25, #w-node-c7da3bfd-e57c-8d02-f4e9-e7728cc5250d-f6db4b25, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f607-f6db4b25, #w-node-_5ee71cad-06aa-15fd-c1b6-d54966180832-f6db4b25, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f608-f6db4b25, #w-node-_11ada103-6073-62ca-df86-32675729c819-f6db4b25, #w-node-_4c8922d4-f18b-1efb-6854-451b263afb65-f6db4b25, #w-node-_46003419-0371-e5aa-6b4a-614f1ce1f60a-f6db4b25, #w-node-_70202286-d778-c352-476d-0c35dd793885-f6db4b25, #w-node-_70202286-d778-c352-476d-0c35dd793886-f6db4b25, #w-node-_5524b0d5-797a-e4a3-539c-57b76b71af39-f6db4b25, #w-node-_5524b0d5-797a-e4a3-539c-57b76b71af3a-f6db4b25, #w-node-_9c28b3e4-b311-d732-c49d-50baa30a8669-f6db4b25, #w-node-_9c28b3e4-b311-d732-c49d-50baa30a866a-f6db4b25, #w-node-_2a8f67c1-add3-130e-9636-284e48e5c93a-f6db4b25, #w-node-_2a8f67c1-add3-130e-9636-284e48e5c93b-f6db4b25, #w-node-_684a655e-8d74-883d-395b-69bde8445ad1-f6db4b25, #w-node-_684a655e-8d74-883d-395b-69bde8445ad2-f6db4b25, #w-node-bcdaee2c-882e-fbe5-99b5-bf72a8c534ad-f6db4b25, #w-node-bcdaee2c-882e-fbe5-99b5-bf72a8c534ae-f6db4b25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


