@font-face {
  font-family: Agbalumo;
  src: url('../fonts/AGBALUMO-REGULAR.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('../fonts/Figtree-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-giotto: #004899;
  --white: white;
  --red-2: #cb4929;
  --morato-marrone: #4f352a;
  --orange: #ffc258;
  --verde: #76b72e;
  --trasp: #fff0;
  --rosso: #d9000d;
  --black: black;
  --gray2: var(--gray);
  --giallofooter: #fcdc1a;
  --gray: #1d1d1b;
}

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

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

@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: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  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: 600;
  line-height: 46px;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, 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: 300;
  line-height: 22px;
}

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

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

a {
  color: var(--blue-giotto);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.imagelogofooter {
  max-width: 500px;
}

.footerlink {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  opacity: .7;
}

.footerlink.color-41 {
  font-family: "Avenir 07";
}

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

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

.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: var(--white);
}

.background-0.bg-age-gate {
  background-color: #0000;
  width: 100%;
  height: 12%;
  display: block;
}

.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(--red-2);
  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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

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

.navlinkm:hover {
  opacity: .8;
}

.navlinkm.color-1 {
  color: var(--morato-marrone);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Myriadpro;
  font-weight: 700;
  display: block;
}

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

.navlinkm.color-1.homelink {
  color: var(--morato-marrone);
  text-align: right;
  vertical-align: baseline;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Myriadpro;
  font-weight: 700;
  display: inline;
  position: relative;
}

.navlinkm.color-1.linkmenu {
  color: var(--morato-marrone);
  font-family: Myriadpro;
  font-weight: 700;
}

.menu-wrap {
  width: auto;
}

.nav-inner {
  text-align: right;
  border-bottom: 1px #ffffff1a;
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-inner.solologo {
  justify-content: flex-start;
  align-items: center;
}

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

.menu.background-2 {
  display: flex;
}

.menu.background-2.menumobile {
  display: block;
}

.logowrap {
  aspect-ratio: auto;
  width: 40%;
  max-width: 100%;
  height: 60px;
  margin-left: 0;
}

.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(--verde);
  height: 50px;
  color: var(--verde);
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mainsection.age_modal {
  background-color: var(--trasp);
  background-image: linear-gradient(#fef6c780, #fef6c780);
  justify-content: flex-start;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: block;
}

.mainsection.rosso {
  background-color: var(--rosso);
}

.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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue-giotto);
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  display: grid;
}

.herobanner.background-50.interna {
  background-image: none;
  height: auto;
  padding-top: 50px;
}

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

.maincontainer.scontrinoblockora {
  display: block;
}

.cta {
  background-color: var(--white);
  text-align: center;
  vertical-align: baseline;
  border-radius: 0;
  min-width: 280px;
  max-width: 400px;
  padding: 20px 10px;
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
  position: static;
}

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

.cta.background-404.color-404 {
  background-color: var(--rosso);
  min-width: 300px;
  min-height: 0;
  color: var(--white);
  text-overflow: clip;
  overflow-wrap: normal;
  border-radius: 40px;
  flex: 0 auto;
  align-self: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 40px;
  font-weight: 700;
  overflow: clip;
}

.cta.ctatastone {
  background-color: var(--rosso);
  border-radius: 30px;
}

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

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

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

.color-120 {
  color: #fff;
}

.color-112 {
  color: var(--morato-marrone);
}

.color-113 {
  color: #949494;
}

.color-53 {
  color: var(--morato-marrone);
}

.color-53.topbottom0center {
  color: var(--blue-giotto);
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.color-54 {
  color: var(--morato-marrone);
}

.color-54.topbottom0center {
  color: var(--black);
  white-space: normal;
  word-break: normal;
  display: none;
}

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

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

.color-42.topbottom0center {
  color: #1d1d1b;
  font-family: Myriadpro;
  font-size: 16px;
}

.color-42.topbottom0center.menulink {
  color: var(--blue-giotto);
  text-transform: none;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.footercontentwrapper.background-40 {
  background-color: var(--blue-giotto);
  width: 100%;
  height: 100%;
  min-height: 250px;
  color: var(--blue-giotto);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.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(--red-2);
}

.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 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  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 {
  background-color: var(--white);
  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(--blue-giotto);
}

.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 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.slash.color-402 {
  width: 10%;
  padding-left: 10px;
  padding-right: 10px;
}

.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 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 48%;
  display: block;
}

.is_birth_block {
  width: 48%;
}

.indirizzoriga {
  flex-flow: row;
  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;
}

.formfield.background-403.color-403 {
  border-style: solid;
  border-color: var(--blue-giotto);
  width: 100%;
  color: var(--blue-giotto);
  border-radius: 1px;
  margin-right: 20px;
  font-family: Figtree, Trebuchet MS, sans-serif;
  display: block;
  overflow: clip;
}

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

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

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

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

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

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

.indirizzoblock {
  width: 72%;
}

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

.nrcivicoblock {
  width: 25%;
}

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

.provblock {
  width: 60%;
}

.provblock.capblock {
  width: 40%;
}

.is_num_prodotti_block {
  width: 48%;
}

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

.capprovblock {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  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 {
  text-align: center;
  align-items: center;
  margin-bottom: 2px;
  display: block;
}

.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: space-between;
  align-items: baseline;
  display: flex;
}

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

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

.color-402 {
  width: 100%;
  color: var(--blue-giotto);
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  font-family: Figtree, Trebuchet MS, sans-serif;
  display: flex;
}

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

.color-402.topbottom0center {
  color: var(--black);
  font-family: "Avenir 07";
}

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

.color-402.bloccocarica {
  justify-content: center;
  align-items: flex-start;
}

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

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

.color-403 {
  color: var(--morato-marrone);
}

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

.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);
  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: #fdfdfdd9;
}

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

.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(--red-2);
}

.color-15 {
  color: #fff;
}

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

.color-12 {
  color: var(--morato-marrone);
}

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

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

.color-201 {
  color: var(--orange);
}

.color-203 {
  color: var(--morato-marrone);
}

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

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

.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(--morato-marrone);
}

.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 {
  width: 80%;
  margin: 0;
  padding: 0;
}

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

.mainblock.background-400 {
  padding-top: 20px;
}

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

.color-451.topbottom0center {
  color: var(--blue-giotto);
  text-transform: uppercase;
  font-family: Figtree, Trebuchet MS, sans-serif;
}

.color-452 {
  color: var(--morato-marrone);
}

.color-452.topbottom0center {
  color: var(--gray2);
  text-align: center;
  font-family: "Avenir 07";
  font-size: 24px;
  line-height: 26px;
}

.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(--red-2);
}

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

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

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

.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(--trasp);
}

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

.color-502 {
  color: var(--morato-marrone);
}

.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(--morato-marrone);
}

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

.linkfooter {
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Figtree, Trebuchet MS, sans-serif;
}

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

.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(--orange);
}

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

.color-73 {
  color: var(--morato-marrone);
}

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

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

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

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

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

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

.socialhideshow.ko {
  display: none;
}

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

.color-453.topbottom0center {
  color: var(--black);
  font-family: "Avenir 07";
  font-size: 36px;
}

.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: 1px;
  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(--gray);
  margin-top: 0;
}

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

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

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

.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;
  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(--red-2);
}

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

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

.color-45 {
  color: var(--morato-marrone);
  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-color: #0000;
}

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

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

.color-81 {
  color: var(--morato-marrone);
}

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

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

.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 {
  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;
  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(--morato-marrone);
}

.background-406 {
  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(--giallofooter);
}

.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-desk {
  max-width: 1200px;
}

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

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

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

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

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

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

.image-interna-desk {
  vertical-align: baseline;
  padding-top: 0;
}

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

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

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

.bold-text {
  color: var(--blue-giotto);
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.bold-text-2 {
  color: var(--black);
}

.linkregolamento {
  color: #5f4534;
  display: block;
}

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

.linkregolamento.finalflag {
  max-width: 800px;
  color: var(--blue-giotto);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 11px;
  display: block;
}

.image {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  max-width: 1100px;
  position: static;
}

.image.modal-button.button {
  width: 100%;
  max-width: 1200px;
}

.image.modal-button.button.immaginedesktop {
  margin-left: auto;
  margin-right: auto;
}

.image.modal-button.button.immaginemobile {
  display: none;
}

.image-2 {
  width: 500px;
}

.nav-link.w--current {
  color: var(--black);
  flex: 1;
}

.nav-link-2, .nav-link-2.w--current {
  color: var(--black);
  display: none;
}

.modal {
  background-color: #686868ad;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-modale {
  background-color: #ff8787;
}

.div-block-modale.modal-content {
  width: 50%;
}

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

.button {
  background-color: #4f65ff;
  border-radius: 3px;
}

.button.modal-button {
  color: #001c3c;
  background-color: #0000;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}

.modal-parent {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-centering {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.modal-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modalprodotti {
  z-index: 30;
  background-color: #fef6c7cc;
  flex: 0 auto;
  width: 100%;
  height: auto;
  padding: 50px;
  display: block;
  position: relative;
}

.text-block-2 {
  width: 70%;
  height: auto;
  color: var(--gray2);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Avenir 03";
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  display: block;
  position: static;
}

.close {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 40px;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: -25px 60px auto auto;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px #ffffffa3;
}

.bold-text-3 {
  font-family: "Avenir 07";
}

.text-block-3 {
  font-size: 20px;
}

.text-block-4 {
  font-family: "Avenir 03";
  font-size: 22px;
}

.link-block {
  background-color: var(--blue-giotto);
  text-align: left;
  display: block;
}

.link {
  color: var(--white);
  font-family: Myriadpro;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
}

.link.linkform {
  color: var(--blue-giotto);
  padding-left: 3px;
  padding-right: 3px;
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 15px;
}

.link-2, .link-3 {
  color: var(--gray2);
  font-family: "Avenir 05";
}

.text-block-5 {
  color: #1d1d1b;
  font-family: Bebaskai;
  font-size: 26px;
}

.bold-text-4 {
  font-family: Archivo Condensed;
  font-size: 22px;
}

.logomorato {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.socialig {
  padding: 0 10px;
}

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

.bloccosocial {
  text-align: left;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 470px;
  display: flex;
}

.bloccosocial.coming {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
}

.menumobile {
  display: none;
}

.image-5 {
  padding-left: 10px;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menulink {
  color: var(--white);
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logomoratomenu {
  text-align: left;
  vertical-align: baseline;
  max-width: 100%;
  height: 50px;
  min-height: 50px;
  margin-left: 50px;
  padding-right: 0;
  display: inline-block;
  overflow: clip;
}

.brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-right: 0;
  padding-top: 10px;
  padding-right: 0;
  display: flex;
}

.menudesktop {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.link-block-2 {
  flex: none;
  padding: 0 20px;
}

.link-block-3, .link-block-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.americanstrip {
  background-image: url('../images/AmericanStrip.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 158px;
  margin-top: 0;
  display: block;
}

.americanstrip.stripperso {
  margin-top: 100px;
}

.fasciapremi {
  justify-content: flex-start;
  align-items: flex-end;
  width: 99%;
  max-width: 1200px;
  display: flex;
}

.logo-pack {
  max-width: 60%;
  margin-top: -100px;
  padding-top: 0;
}

.image-7 {
  max-width: 50%;
}

.desktopistruzioni {
  width: 90%;
  height: 100px;
}

.istruzioni {
  background-color: var(--blue-giotto);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.desktopcomepartecipare {
  background-image: url('../images/desktop_comepartecipare.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  max-width: 1200px;
  height: 100vh;
  display: flex;
}

.istruzione {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.istruzione.icona1 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 50px;
}

.istruzione.icona2 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 50px;
}

.bloccoistruzioni {
  color: var(--white);
  text-align: left;
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: Bebaskai;
  font-size: 40px;
  line-height: 40px;
}

.bloccoistruzioni.istruzionimobile {
  display: none;
}

.text-span {
  color: var(--blue-giotto);
}

.desktop_bloccoistruzioni {
  margin-top: 0;
  display: flex;
}

.bold-text-5 {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.meccanica {
  background-color: #1c9dd9;
}

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

.bottoneregolamento {
  background-color: var(--white);
  color: var(--blue-giotto);
  border-radius: 35px;
  margin-bottom: 40px;
  padding: 20px 50px;
  font-family: Bebaskai;
  font-size: 40px;
}

.desktopmeccanica {
  margin-left: 15px;
  padding-left: 0;
}

.mobilemeccanica {
  display: none;
}

.bannervinto {
  margin-top: 100px;
}

.lineablu {
  background-color: var(--blue-giotto);
  height: 10px;
}

.desktop_premiotop {
  width: 60%;
  max-width: 1200px;
  margin-top: -100px;
  margin-bottom: 0;
}

.desktop_premiotop.win {
  width: 100%;
  margin-top: 0;
}

.desktopdivpremio {
  background-color: var(--rosso);
  text-align: center;
}

.mobilevincipremio {
  display: none;
}

.desktopesitook {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.vintotesto {
  background-image: url('../images/desktop_VintoTop2.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  max-width: 1144px;
}

.desktopvintotit {
  color: var(--white);
  font-family: Bebaskai;
  font-size: 4vw;
  font-weight: 400;
  line-height: 100%;
}

.vintoparagrafo {
  color: var(--white);
  margin: 20px 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Archivo Condensed;
  font-size: 2vw;
  line-height: 100%;
}

.vintotitoletto {
  color: var(--white);
  margin-left: 25px;
  margin-right: 25px;
  font-family: Bebaskai;
  font-size: 3em;
  font-weight: 400;
  line-height: 100%;
}

.link-block-5 {
  text-align: left;
}

.desktopdivperso {
  background-color: var(--blue-giotto);
  text-align: center;
}

.persotop2 {
  margin-top: -1150px;
  margin-left: 250px;
}

.heading {
  color: #1d1d1b;
  font-family: Bebaskai;
}

.rotate-orbit {
  width: 250px;
  height: 150px;
}

.mobileperso {
  display: none;
}

.image-13 {
  margin-top: -70px;
  padding-left: 300px;
  position: absolute;
}

.coming {
  display: flex;
}

.logocoming {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -50px;
  display: block;
}

.logomoratotemp {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 50%;
  min-height: 30px;
  margin-left: -30px;
  display: flex;
}

.bloccosocialtemp {
  width: 50%;
  display: flex;
}

.titolodesktop {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.titolodesktop.titolomobile {
  display: none;
}

.bold-text-6 {
  font-family: Bebaskai;
}

.div-block-239 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.link-4 {
  display: flex;
}

.div-block-240 {
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.text-block-6 {
  color: var(--white);
  font-family: Bebaskai;
}

.link-5 {
  color: var(--morato-marrone);
  font-family: Archivo Condensed;
}

.menublu {
  background-color: var(--blue-giotto);
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  display: flex;
}

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

.div-block-241 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bannerdesktop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  height: 100%;
  display: grid;
}

.fasciacentrale {
  background-color: #fff;
  background-image: url('../images/sfondo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rosso {
  background-color: var(--white);
  width: 33%;
}

.immagine {
  background-color: var(--trasp);
}

.desktopimg {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.image-15 {
  min-width: 1000px;
}

.mobileimg {
  display: none;
}

.blu {
  background-color: var(--white);
  width: 33%;
}

.desktoptit1 {
  max-width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.desktoptit2 {
  max-width: 700px;
}

.bloccotasti {
  z-index: 10;
  margin-right: 40px;
  position: relative;
}

.tastonecta {
  margin: 15px 2px;
}

.trasp {
  width: 100%;
  max-width: 10%;
}

.contenuto {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.contenutomeccanica {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 1077px;
  display: grid;
}

.sezionehp {
  display: block;
  position: static;
}

.centrale {
  width: 66%;
  min-width: 1077px;
  height: 100%;
}

.partecipare {
  color: var(--blue-giotto);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 40px;
}

.tastonicta {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.plaetta {
  text-align: left;
}

.divpaletta {
  text-align: right;
  width: 100%;
  margin-top: 20px;
  padding-right: 28px;
}

.menuverde {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 50px;
  display: flex;
}

.tastonictamobile {
  display: none;
}

.bannerinterno {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.bannermobileimg {
  display: none;
}

.image-18 {
  min-width: 1077px;
}

.bloccocentrale {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 66%;
  min-width: 1077px;
  display: flex;
}

.bold-rosso {
  color: var(--rosso);
}

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

.heading-2 {
  color: var(--blue-giotto);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Figtree, Trebuchet MS, sans-serif;
}

.bold-text-7 {
  color: var(--rosso);
}

.image-19 {
  padding: 20px;
}

.testowin {
  color: var(--blue-giotto);
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

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

.section-2 {
  background-color: var(--blue-giotto);
}

.heading-3 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.bold-text-8 {
  color: var(--white);
  text-transform: uppercase;
}

.linkform {
  color: var(--blue-giotto);
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-weight: 900;
  text-decoration: underline;
}

.linkform.alllinks {
  color: var(--blue-giotto);
}

.caricatit {
  width: 90%;
  color: var(--blue-giotto);
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.datirecap {
  width: 80%;
  color: var(--blue-giotto);
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 22px;
}

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

.paragraph-4 {
  color: var(--blue-giotto);
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 20px;
  display: block;
}

.div-block-cartolina {
  width: 80%;
}

.is_consegna_block {
  width: 100%;
}

.is_check_documenti {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.paragraph-5 {
  color: var(--blue-giotto);
  font-family: Figtree, Trebuchet MS, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.image-21 {
  max-width: 30px;
}

.paragraph-6 {
  width: 80%;
  color: var(--blue-giotto);
  text-align: center;
  font-family: Figtree, Trebuchet MS, sans-serif;
}

.body, .body-2 {
  background-color: var(--blue-giotto);
}

.body-3, .body-4 {
  background-color: var(--giallofooter);
}

.image-22 {
  z-index: 10;
  margin-top: -280px;
  margin-left: 800px;
  position: relative;
}

.div-block-242 {
  justify-content: flex-start;
  align-items: center;
  margin-top: -100px;
  display: flex;
}

.image-24 {
  margin-left: -50px;
}

.body-5 {
  background-color: var(--blue-giotto);
}

@media screen and (max-width: 991px) {
  .showhidewrapper.footerlegalline {
    width: 99%;
  }

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

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

  .navlinkm.color-1.homelink {
    display: none;
    overflow: visible;
  }

  .navlinkm.color-1.homelink.linkmenu, .menu-wrap {
    display: block;
  }

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

  .nav-inner.solologo {
    justify-content: space-around;
    align-items: center;
  }

  .menu {
    display: block;
  }

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

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

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

  .navlinksinglewrap {
    margin-left: 0;
    display: block;
  }

  .navlinksinglewrap.ko {
    display: none;
  }

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

  .mainmenu.background-1 {
    display: flex;
  }

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

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

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

  .herobanner {
    height: 400px;
  }

  .cta {
    max-width: 350px;
  }

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

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

  .color-42.topbottom0center.menulink {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
  }

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

  .cittablock {
    width: 66%;
  }

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

  .capprovblock {
    width: 30%;
  }

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

  .burgericon.background-4 {
    background-color: var(--gray2);
    width: 50px;
    height: 50px;
    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%;
  }

  .image-hp-desk {
    width: 100%;
  }

  .linkregolamento.finalflag {
    max-width: 640px;
  }

  .image {
    width: 100%;
  }

  .nav-link {
    display: block;
  }

  .nav-link.w--current {
    display: none;
  }

  .nav-link-2, .nav-link-2.w--current {
    display: block;
  }

  .modal-parent {
    display: none;
  }

  .bloccosocial {
    min-width: 50px;
    max-width: 50%;
  }

  .menumobile {
    display: none;
  }

  .menulink {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: flex;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .logomoratomenu {
    flex: 0 auto;
    max-width: 80%;
    height: 50%;
    min-height: 50%;
    max-height: 50px;
    padding-right: 30px;
  }

  .brand.coming {
    width: 70%;
    max-height: 70px;
  }

  .nav-menu {
    flex-flow: wrap;
    display: block;
  }

  .menudesktop {
    flex-flow: row;
    flex: none;
    width: 80%;
  }

  .link-block-2 {
    flex: 1;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-3 {
    padding-left: 30px;
  }

  .fasciapremi {
    width: 95%;
    max-width: 1200px;
  }

  .logo-pack {
    max-width: 60%;
    margin-top: -90px;
  }

  .image-7 {
    max-width: 40%;
  }

  .desktopcomepartecipare {
    background-attachment: scroll;
    height: 60vh;
  }

  .istruzione {
    flex-flow: column;
    flex: 1;
    width: 40%;
    display: flex;
  }

  .istruzione.icona1 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 40%;
    margin-left: 20px;
  }

  .istruzione.icona2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  .bloccoistruzioni {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .desktop_bloccoistruzioni {
    flex-flow: row;
    width: 60%;
  }

  .image-8, .image-10 {
    max-width: 100%;
  }

  .bold-text-5 {
    font-family: Figtree, Trebuchet MS, sans-serif;
    font-size: 14px;
  }

  .mobilemeccanica {
    margin-bottom: 20px;
  }

  .desktop_premiotop {
    width: 90%;
    margin-top: -40px;
    margin-bottom: 50px;
  }

  .desktopesitook {
    max-width: 1144px;
  }

  .vintotesto {
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: contain;
    background-attachment: scroll;
  }

  .desktopvintotit {
    font-size: 3em;
  }

  .vintoparagrafo {
    padding-right: 40px;
    font-size: 2em;
  }

  .vintotitoletto {
    font-size: 2.5em;
  }

  .persotop2 {
    vertical-align: baseline;
    width: 70%;
    margin-top: 180px;
    margin-left: 200px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .heading {
    text-align: center;
  }

  .image-13 {
    padding-left: 200px;
  }

  .menublu {
    width: 300px;
  }

  .rosso {
    width: 0%;
    display: none;
  }

  .immagine {
    width: 100%;
  }

  .desktopimg {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 100%;
  }

  .image-15 {
    min-width: 100%;
  }

  .blu {
    width: 0%;
    display: none;
  }

  .desktoptit2 {
    max-width: 100%;
  }

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

  .centrale {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 1077px;
    display: flex;
  }

  .tastonicta {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .divpaletta {
    padding-right: 2.6%;
  }

  .image-18 {
    min-width: 100%;
  }

  .bloccocentrale {
    background-position: 50% 0;
    background-size: 100%;
    background-attachment: fixed;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .immaginewin {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    margin-left: 20px;
  }

  .image-19 {
    width: 50%;
  }

  .image-22 {
    margin-top: -150px;
    margin-left: 500px;
  }

  .div-block-242 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .image-24 {
    width: 30%;
    margin-top: 50px;
  }

  .image-26 {
    width: 70%;
  }
}

@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-flow: wrap;
    align-items: center;
    margin-bottom: 10px;
  }

  .footerlinksinglewrap {
    flex-flow: wrap;
    margin-bottom: 5px;
    display: flex;
  }

  .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: 0;
    padding-right: 0;
  }

  .herobanner {
    height: 350px;
  }

  .herobanner.background-50.hp {
    background-image: url('../images/MobileBanner.jpg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 100%;
    background-attachment: fixed;
  }

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

  .maincontainer {
    display: flex;
  }

  .cta {
    background-color: var(--trasp);
    min-width: 250px;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta.background-404.color-404 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta.ctatastone {
    border-radius: 40px;
    min-width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 40px;
  }

  .boximage {
    display: flex;
  }

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

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

  .color-53.topbottom0center {
    font-size: 40px;
    line-height: 35px;
  }

  .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;
    margin-left: auto;
    margin-right: auto;
  }

  .cittablock {
    width: 60%;
  }

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

  .capprovblock {
    width: 37%;
  }

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

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

  .image.modal-button.button.immaginedesktop {
    display: none;
  }

  .image.modal-button.button.immaginemobile {
    display: block;
  }

  .modal-parent {
    display: none;
  }

  .text-block-2 {
    width: 90%;
  }

  .close {
    top: 20px;
    right: 20px;
  }

  .bloccosocial {
    display: none;
  }

  .bloccosocial.coming {
    display: flex;
  }

  .menumobile {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .menulink {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-width: 200px;
    max-width: 800px;
  }

  .brand {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 30px;
    display: block;
  }

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

  .link-block-4 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .socialmobile {
    justify-content: flex-end;
    align-items: stretch;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-6 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .americanstrip {
    background-size: auto 100%;
    height: 140px;
  }

  .fasciapremi {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-pack {
    max-width: 100%;
    margin-left: 20px;
    padding-bottom: 10px;
  }

  .image-7 {
    max-width: 90%;
  }

  .desktopcomepartecipare {
    background-image: url('../images/mobile_comepartecipare.png');
    width: 100%;
    min-width: 750px;
    height: 100%;
  }

  .istruzione {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .istruzione.icona1 {
    text-align: center;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    padding-right: 0;
  }

  .istruzione.icona2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .bloccoistruzioni {
    font-size: 30px;
    line-height: 30px;
    display: none;
  }

  .bloccoistruzioni.istruzionimobile {
    text-align: center;
    font-size: 35px;
    line-height: 30px;
    display: block;
  }

  .desktop_bloccoistruzioni {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
  }

  .image-8 {
    width: 150px;
    margin-top: 200px;
  }

  .image-9 {
    flex: none;
    width: 150px;
  }

  .image-10 {
    width: 50%;
    max-width: 150px;
  }

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

  .desktopmeccanica {
    display: none;
  }

  .mobilemeccanica {
    margin-bottom: 20px;
    display: block;
  }

  .desktop_premiotop {
    margin-top: -30px;
    margin-bottom: 20px;
  }

  .desktopdivpremio {
    display: none;
  }

  .mobilevincipremio {
    background-color: var(--rosso);
    text-align: right;
    display: block;
  }

  .mobilepremio {
    text-align: right;
    width: 80%;
    margin-right: 20px;
  }

  .image-11 {
    vertical-align: baseline;
    width: 45%;
    margin-top: 150px;
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .desktopvintotit {
    font-size: 2.5em;
  }

  .vintoparagrafo {
    font-size: 1.5em;
  }

  .vintotitoletto {
    font-size: 2em;
  }

  .persotop2 {
    width: 70%;
    margin-left: 150px;
  }

  .image-12 {
    display: block;
  }

  .link-block-6 {
    width: 90%;
  }

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

  .desktopperso {
    display: none;
  }

  .mobileperso {
    display: block;
  }

  .link-block-7 {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    min-width: 80px;
    display: flex;
  }

  .link-block-8 {
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 80px;
    display: flex;
  }

  .logocoming {
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    padding-left: 30px;
    display: flex;
  }

  .bloccosocialtemp {
    text-align: left;
    width: 30%;
  }

  .titolodesktop {
    display: none;
  }

  .titolodesktop.titolomobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .logomobile {
    margin-top: -80px;
  }

  .menublu {
    width: 60%;
  }

  .rosso {
    width: 0%;
  }

  .desktopimg {
    display: none;
  }

  .mobileimg {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blu {
    width: 0%;
  }

  .desktoptit2 {
    width: 90%;
  }

  .bloccotasti {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    display: flex;
  }

  .tastonecta {
    width: 100%;
    padding-right: 10px;
  }

  .tastonecta2 {
    width: 100%;
  }

  .trasp {
    height: 280px;
  }

  .contenuto {
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .centrale {
    background-image: none;
  }

  .partecipare {
    width: 100%;
    font-size: 36px;
  }

  .tastonicta {
    width: 100%;
    display: none;
  }

  .divpaletta {
    padding-right: 4%;
  }

  .section {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .image-16 {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-17 {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .menuverde {
    text-align: center;
    width: 40%;
  }

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

  .bnnerdesktopimg {
    display: none;
  }

  .bannermobileimg {
    display: block;
  }

  .link-block-9 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .link-block-10 {
    width: 80%;
    padding-left: 10px;
    display: flex;
  }

  .link-block-11, .link-block-12 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .immaginewin {
    flex-flow: column;
  }

  .heading-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
  }

  .heading-2.testograzie {
    font-size: 30px;
  }

  .image-19 {
    width: 80%;
  }

  .testowin {
    margin-left: 50px;
    margin-right: 50px;
  }

  .image-23 {
    z-index: 5;
    margin-top: -50px;
    position: relative;
  }

  .div-block-242 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -60px;
  }

  .image-24 {
    width: 40%;
    margin-top: 50px;
    margin-left: 0;
    position: relative;
  }

  .image-25 {
    width: 60%;
    margin-left: -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;
  }

  .footerlink.color-41 {
    text-align: center;
  }

  .showhidewrapper {
    max-width: none;
  }

  .footermenuwrapper {
    flex-flow: wrap;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    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;
  }

  .navlinkm.color-1 {
    display: block;
  }

  .nav-inner {
    width: 100vw;
  }

  .nav-inner.solologo {
    width: 100%;
    height: 70px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
  }

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

  .logowrap.solologo {
    width: 80%;
  }

  .navlinksinglewrap.ko {
    display: none;
  }

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

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

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

  .cta.ctatastone {
    min-width: 300px;
  }

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

  .color-53.topbottom0center {
    font-size: 26px;
    line-height: 26px;
  }

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

  .color-42.topbottom0center.menulink {
    width: 100%;
    font-size: 14px;
  }

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

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

  .mainblock.background-450 {
    width: 80%;
  }

  .color-451.topbottom0center {
    font-family: Figtree, Trebuchet MS, sans-serif;
    font-size: 28px;
  }

  .color-452.topbottom0center {
    line-height: 26px;
  }

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

  .linkfooter {
    font-size: 16px;
    line-height: 24px;
  }

  .burgericon.background-4 {
    background-color: var(--gray);
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-top: 10px;
  }

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

  .image {
    width: 100%;
    max-width: 100%;
  }

  .image.modal-button.button.immaginedesktop {
    display: none;
  }

  .image.modal-button.button.immaginemobile {
    display: block;
  }

  .modal-parent {
    display: none;
  }

  .modal-centering {
    display: block;
  }

  .modalprodotti {
    z-index: 30;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .close {
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
  }

  .bloccosocial {
    display: none;
  }

  .bloccosocial.socialmenu {
    display: block;
  }

  .bloccosocial.coming {
    min-width: 100px;
    display: flex;
  }

  .menumobile {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 70%;
    min-width: 50%;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .navbar {
    justify-content: space-between;
    align-items: stretch;
  }

  .menulink {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8rem;
  }

  .container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 50%;
    max-width: 100%;
    overflow: visible;
  }

  .logomoratomenu {
    width: 100%;
    min-width: 60%;
    max-width: 100%;
    height: 60%;
    min-height: 70%;
    max-height: 80px;
    margin-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .brand {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 70px;
    padding-top: 0;
    display: flex;
  }

  .brand.coming {
    justify-content: flex-end;
    align-items: center;
  }

  .menudesktop {
    width: 100%;
    display: flex;
  }

  .link-block-4 {
    width: 50%;
    color: var(--white);
    text-align: left;
    padding-right: 0%;
    font-family: Figtree, Trebuchet MS, sans-serif;
    font-size: 1em;
    display: block;
  }

  .socialmobile {
    margin-left: -10px;
    padding-left: 0;
  }

  .image-6 {
    max-width: 100%;
  }

  .americanstrip {
    background-size: auto 100%;
    height: 140px;
  }

  .logo-pack {
    max-width: 100%;
    margin-top: -100px;
    margin-left: 20px;
    padding-left: 0;
  }

  .image-7 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .desktopcomepartecipare {
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 100% 100%;
    background-attachment: scroll;
    min-width: 200px;
    max-width: 1200px;
  }

  .istruzione {
    width: 80%;
  }

  .istruzione.icona1 {
    width: 80%;
    margin-left: 0;
  }

  .istruzione.icona2 {
    width: 80%;
  }

  .bloccoistruzioni.istruzionimobile {
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 25px;
  }

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

  .image-8 {
    width: 120px;
    margin-top: 150px;
  }

  .image-9, .image-10 {
    width: 120px;
  }

  .bold-text-5 {
    font-size: 1em;
  }

  .bottoneregolamento {
    text-align: center;
    width: 90%;
    font-size: 40px;
  }

  .mobilemeccanica {
    display: block;
  }

  .desktop_premiotop {
    aspect-ratio: auto;
    width: 95%;
    margin-top: -20px;
    margin-bottom: 10px;
    position: static;
  }

  .image-11 {
    width: 60%;
    margin-left: 10px;
  }

  .desktopvintotit {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 2.5em;
  }

  .vintoparagrafo {
    margin-left: 25px;
    margin-right: 25px;
  }

  .vintotitoletto {
    margin-left: 30px;
    margin-right: 30px;
  }

  .persotop2 {
    margin-top: 220px;
    margin-left: 100px;
  }

  .div-block-238 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .link-block-8 {
    justify-content: flex-end;
    align-items: center;
    min-width: 60px;
  }

  .logocoming {
    width: 300px;
  }

  .bloccosocialtemp {
    width: 300px;
    display: flex;
  }

  .image-14 {
    width: 100%;
    height: 100%;
  }

  .logomobile {
    margin-top: -60px;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-240 {
    flex-flow: column;
    width: 100%;
  }

  .text-block-6 {
    display: none;
  }

  .menublu {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .rosso {
    width: 0%;
  }

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

  .blu {
    width: 0%;
  }

  .bloccotasti {
    flex-flow: column;
    margin-bottom: 10px;
    display: block;
  }

  .tastonecta {
    width: 80%;
    margin-left: 40px;
  }

  .tastonecta2 {
    width: 80%;
    margin-right: 30px;
  }

  .trasp {
    max-width: 50%;
    height: 250px;
  }

  .trasp.sottocs {
    height: 0;
  }

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

  .tastonicta {
    display: none;
  }

  .plaetta {
    max-width: 80%;
  }

  .divpaletta {
    padding-right: 4%;
  }

  .image-17 {
    width: 100%;
    max-width: 110%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }

  .menuverde {
    line-height: 50px;
  }

  .tastonictamobile, .bannermobileimg {
    width: 100%;
  }

  .link-block-9 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .link-block-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3em;
  }

  .heading-2.testograzie {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: 80%;
    font-size: 20px;
    line-height: 30px;
    display: flex;
  }

  .testowin {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 22px;
  }

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

  .indirizzocitta, .is_check_documenti {
    flex-flow: column;
  }

  .paragraph-5 {
    text-align: center;
    width: 80%;
  }

  .image-20 {
    max-width: 30px;
  }

  .ancorameccanica {
    width: 20px;
  }

  .image-23 {
    max-width: 90%;
    margin-top: -30px;
  }

  .div-block-242 {
    width: 100%;
    margin-top: 0;
  }

  .image-24 {
    width: 50%;
    margin-top: 10px;
  }

  .image-25 {
    width: 60%;
  }
}

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


@font-face {
  font-family: 'Agbalumo';
  src: url('../fonts/AGBALUMO-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}