@font-face {
  font-family: Misanslatin;
  src: url('../fonts/MiSansLatin-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --dark-navy-xiaomi: #051224;
  --orange: #ffc258;
  --electric-mint-xiaomi: #00fcff;
  --gold: #ffd900;
  --tan: #d7c49a;
  --red: #ff3434;
  --red-2: #cb4929;
  --saddle-brown: #5f4534;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
  position: static;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 47px;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

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

a {
  font-family: thermal-variable, sans-serif;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-family: thermal-variable, sans-serif;
  font-weight: 700;
  display: block;
}

.imagelogofooter {
  max-width: 500px;
}

.footerlink {
  margin-left: 10px;
  margin-right: 10px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  opacity: .7;
}

.showhidewrapper {
  flex-direction: column;
  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: 45px;
  height: 45px;
  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: var(--white);
  background-image: url('../images/new-body-bg.png');
  background-size: cover;
  background-attachment: fixed;
}

.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(--dark-navy-xiaomi);
}

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

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

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

.navlinkm {
  text-align: center;
  letter-spacing: -.3px;
  border-radius: 5px;
  margin-left: 0;
  padding: 12px 10px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 15px;
}

.navlinkm:hover {
  opacity: .8;
}

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

.menu-wrap {
  width: auto;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  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;
}

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

.background-1 {
  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(--white);
}

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

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

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

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

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

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

.mainsection {
  background-image: url('../images/sep_bottom_2b.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 101%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.herobanner {
  background-image: url('../images/fresh-herobanner.jpg');
  background-position: 50%;
  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;
}

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

.maincontainer.ko {
  display: none;
}

.cta {
  text-align: center;
  border-radius: 10px;
  min-width: 280px;
  padding: 12px 30px;
  font-family: roc-grotesk-wide, 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.color {
  background-color: var(--electric-mint-xiaomi);
  color: var(--dark-navy-xiaomi);
}

.boximage {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  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;
}

.singlebox.background-100, .singlebox.background-70.bg-image-xiaomi, .singlebox.background-200.bg-image-xiaomi {
  background-color: #0000;
}

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

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

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

.color-111 {
  color: var(--dark-navy-xiaomi);
}

.color-111.topbottom0center {
  color: var(--white);
}

.background-120 {
  background-color: var(--dark-navy-xiaomi);
}

.color-120 {
  color: #fff;
}

.color-112 {
  color: var(--dark-navy-xiaomi);
}

.color-112.topbottom0center {
  color: var(--white);
}

.color-113 {
  color: #949494;
}

.color-53 {
  color: var(--electric-mint-xiaomi);
}

.color-54 {
  color: var(--dark-navy-xiaomi);
}

.color-54.topbottom0center {
  color: var(--white);
}

.background-40 {
  background-color: var(--dark-navy-xiaomi);
}

.color-41, .color-42 {
  color: #fff;
}

.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(--dark-navy-xiaomi);
}

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

.btnblock.align {
  justify-content: flex-end;
}

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

.formcontainer.background-400.border-xiaomi {
  border: 3px solid var(--dark-navy-xiaomi);
}

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

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

.filoseparatore.background-401.iniziale {
  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%;
}

.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%;
}

.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: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

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

.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(--dark-navy-xiaomi);
  display: block;
}

.color-402.finalflag {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}

.color-402.finalflag.font {
  font-family: thermal-variable, sans-serif;
}

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

.color-402.marg {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}

.color-402.marg.lg-size {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

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

.background-401 {
  background-color: var(--dark-navy-xiaomi);
}

.background-403 {
  background-color: #ececec;
}

.color-403 {
  color: var(--dark-navy-xiaomi);
}

.background-404 {
  background-color: var(--dark-navy-xiaomi);
}

.color-404 {
  color: #fff;
}

.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);
  background-color: #0512241f;
  display: none;
}

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

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

.chiudibtn {
  text-align: center;
  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;
  max-width: 50%;
  margin-top: 3rem;
}

.background-405 {
  background-color: #6228dcd9;
}

.color-401 {
  color: var(--dark-navy-xiaomi);
}

.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-color: var(--dark-navy-xiaomi);
}

.color-15 {
  color: #fff;
}

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

.color-12 {
  color: var(--dark-navy-xiaomi);
}

.color-12.topbottom0center {
  color: var(--white);
}

.color-11 {
  color: var(--dark-navy-xiaomi);
}

.color-11.topbottom0center {
  color: var(--white);
}

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

.prefooter.ko {
  display: none;
}

.color-201, .color-203 {
  color: var(--dark-navy-xiaomi);
}

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

.color-202 {
  color: #f41948;
}

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

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

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

.color-301 {
  color: var(--dark-navy-xiaomi);
}

.color-302 {
  color: var(--white);
}

.color-302.topbottom0center.size {
  font-size: 25px;
  line-height: 29px;
}

.color-303 {
  color: var(--dark-navy-xiaomi);
}

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

.securecodewrapper {
  text-align: left;
  border-radius: 0;
  height: 20px;
  position: absolute;
  top: 5px;
  bottom: 0%;
}

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

.mainblock.background-450.border-xiaomi, .mainblock.background-400.vinto.border-xiaomi, .mainblock.background-400.border-xiaomi {
  border: 3px solid var(--dark-navy-xiaomi);
}

.color-451, .color-452 {
  color: var(--dark-navy-xiaomi);
}

.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%;
}

.boxpremio.background-460.ko, .boxpremio.background-461.ko {
  display: none;
}

.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(--dark-navy-xiaomi);
}

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

.background-460 {
  background-color: #eeeded;
}

.color-460 {
  color: var(--dark-navy-xiaomi);
}

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

.faqbox.background-500.border-xiaomi {
  border: 3px solid var(--dark-navy-xiaomi);
}

.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(--dark-navy-xiaomi);
}

.color-501 {
  color: var(--electric-mint-xiaomi);
}

.color-502 {
  color: #333;
}

.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(--dark-navy-xiaomi);
}

.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.ko {
  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(--dark-navy-xiaomi);
}

.color-71 {
  color: #ff3434;
}

.color-73 {
  color: var(--white);
}

.color-73.topbottom0center.size {
  font-size: 25px;
  line-height: 29px;
}

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

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

.background-74 {
  background-color: var(--electric-mint-xiaomi);
}

.color-74 {
  color: var(--dark-navy-xiaomi);
}

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

.socialhideshow.ko {
  display: none;
}

.color-453 {
  color: var(--dark-navy-xiaomi);
}

.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: var(--dark-navy-xiaomi);
}

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

.seph10 {
  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 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

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

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

.infoicondiv.background-400 {
  margin-right: 0;
}

.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;
  display: flex;
  position: fixed;
  inset: auto 50px 0% auto;
  box-shadow: 0 0 10px #0003;
}

.boxassistenzawrapper.ko {
  display: none;
}

.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(--dark-navy-xiaomi);
}

.color-44 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.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-111 {
  background-color: #0000;
}

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

.color-81 {
  color: var(--electric-mint-xiaomi);
}

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

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

.color-83 {
  color: #949494;
}

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

.landingthird._4step {
  width: auto;
}

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

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

.topbottom0center.font-xiaomi {
  font-family: roc-grotesk-wide, sans-serif;
}

.topbottom0center.font-xiaomi.size-cta-hp {
  font-size: 30px;
  line-height: 34px;
}

.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 {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 12px 30px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

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

.securecode {
  color: #000;
  text-align: center;
}

.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(--dark-navy-xiaomi);
}

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

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

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

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

.scratch_sopra {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

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

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

.text-none, .brush-none {
  display: none;
}

.div-riga-form-contatti {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.form-contatti, .form-vinto {
  width: 100%;
}

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

.image {
  width: 100%;
  max-width: none;
  height: 50px;
}

.div-block-237 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-238 {
  border-style: solid none;
  border-width: 1px 1px .5px;
  border-color: black black var(--dark-navy-xiaomi);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  padding: 5px;
}

.checkbox-field {
  margin-top: 20px;
}

.body {
  background-image: url('../images/new-body-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 115px;
  line-height: 128px;
  display: flex;
}

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

.image-2 {
  max-width: 7%;
  margin-top: 40px;
}

.color-402-2 {
  color: #06038d;
  display: block;
}

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

.link {
  color: var(--dark-navy-xiaomi);
  text-decoration: underline;
}

@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;
  }

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

  .herobanner {
    height: 400px;
  }

  .cta {
    max-width: 600px;
  }

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

  .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%;
  }

  .text-block {
    font-size: 80px;
  }

  .image-2 {
    max-width: 12%;
  }

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

@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: 16px;
    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;
  }

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

  .cta.background-404.color-404.color {
    font-size: 16px;
    line-height: 18px;
  }

  .boximage {
    display: flex;
  }

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

  .premio {
    display: none;
  }

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

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

  .formcontainer._100 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .color-302.topbottom0center.size {
    font-size: 23px;
    line-height: 27px;
  }

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

  .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.size {
    font-size: 23px;
    line-height: 27px;
  }

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

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

  .topbottom0center.font-xiaomi.size-cta-hp {
    font-size: 28px;
    line-height: 32px;
  }

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

  .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-riga-form-contatti {
    flex-flow: column;
  }

  .div-form {
    width: 100%;
  }

  .text-block {
    font-size: 40px;
    line-height: 50px;
  }
}

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

  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, .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;
  }

  .cta.background-404.color-404.color {
    font-size: 15px;
    line-height: 17px;
  }

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

  .color-112.topbottom0center, .color-54.topbottom0center {
    font-size: 16px;
  }

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

  .formcontainer.background-400.border-xiaomi.width-mobi {
    width: 100%;
  }

  .formcontainer._100 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .color-402.finalflag, .color-402.topbottom0center {
    font-size: 16px;
  }

  .color-402.marg.lg-size {
    font-size: 17px;
  }

  .modale.background-405.blur {
    display: none;
  }

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

  .scontrinoimage {
    max-width: 100%;
  }

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

  .color-12.topbottom0center {
    font-size: 16px;
  }

  .securecodewrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 30px;
    margin-right: 0;
    display: block;
    inset: 8px auto auto;
  }

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

  .color-73.topbottom0center.size {
    font-size: 16px;
  }

  .color-453.topbottom0center {
    font-size: 36px;
  }

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

  .topbottom0center.font-xiaomi.size-cta-hp {
    font-size: 25px;
    line-height: 29px;
  }

  .previewcampo3 {
    width: 100%;
  }

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

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

  .bold-text, .bold-text-2 {
    font-size: 16px;
  }

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

  .image-2 {
    max-width: 17%;
    margin-top: 20px;
  }
}

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


@font-face {
  font-family: 'Misanslatin';
  src: url('../fonts/MiSansLatin-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}