/* stili principali form */

.formcontainer {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto;
}

/* TITOLI DELLE SEZIONI */
#winkform .labeltitle {
  color: var(--label-title);
  font-weight: normal;
  font-size: 2.25rem;
  text-transform: uppercase;
}

/* LABEL DEI CAMPI */
#winkform .labelinput {
  font-size: 1rem;
  font-weight: normal;
  color: var(--label-input);
  margin: 0 0 5px;
  font-style: normal;
  text-transform: none;
}

#winkform .labelinput p {
  font-size: 1rem;
}

.titledatipersonaliblock,
.titlescontrinoblock {
  align-items: center !important;
  display: block !important;
}

#importolabel {
  white-space: nowrap;
}

.indirizzoriga {
  justify-content: space-between;
}

#winkform .labelinput p {
  font-size: 1rem !important;
}

.color-402.finalflag {
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

/* bottone upload scontrino (visibile solo in produzione) */

.button.w-file-upload-label {
  background-color: var(--accent);
  padding: 0 1rem;
  color: var(--input-color);
  text-transform: uppercase;
  outline: none;
  display: flex;
  font-size: 1rem;
  border: none;
  font-weight: normal;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
}

.w-file-upload-info {
  line-height: 1;
  font-size: 1rem;
  color: var(--label-input);
  font-weight: normal;
  text-transform: none !important;
  padding: 0 !important;
  line-height: 1.3rem !important;
  margin-top: 15px;
}

.w-file-upload-default {
  display: block !important;
}

.w-file-upload .w-icon-file-upload-icon {
  margin-right: 0 !important;
  width: auto !important;
  position: relative;
}

.w-icon-file-upload-icon:before {
  content: "" !important;
}

.w-icon-file-upload-icon:after {
  background-image: url(../images/upload-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  content: "" !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.button.w-file-upload-label:hover {
  background-color: #000000;
  color: #ffffff !important;
}

.w-file-upload .w-icon-file-upload-icon:hover {
  color: #ffffff !important;
}

/*filo separatore*/
.filoseparatore {
  width: 100%;
  height: 2px;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

/*colore filo separatore*/
.filoseparatore {
  background-color: var(--form-line);
}

/*slash data di nascita*/
#winkform .slash {
  color: var(--Dark-Grey);
  text-align: center;
  width: 4%;
  padding-top: 1rem;
  line-height: 1rem;
  font-size: 1.5rem;
  font-weight: normal;
}

.color-402.finalflag {
  padding-left: 5px !important;
}

.color-402.finalflag a {
  text-decoration: underline !important;
}

.color-402.finalflag a:hover,
.color-402.finalflag a:focus {
  color: #000000 !important;
  text-decoration: none !important;
}

#submit {
  font-size: 3rem;
  padding: 0.5rem 6rem;
}

.provblock {
  width: 48% !important;
}

.w-file-upload-default {
  color: #000000 !important;
}

.radiobutton {
  margin-top: -8px !important;
}

.btnblock {
  justify-content: center !important;
  margin-top: 0 !important;
}

.scontrinoblock3 {
  width: 100% !important;
}

.div-block-16 {
  width: auto !important;
}

.formfield {
  font-family: "Inter", sans-serif;
  border-radius: 6px;
  border: 1px solid var(--Light-lines);
  background: var(--input-background);
  font-size: 14px;
  color: var(--Dark-Grey);
  font-weight: normal;
  height: 3rem;
  padding: 0 1rem;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 3px;
}

.formfield:focus {
  outline-color: #000000;
}

.formfield#Importoeuro-3,
.formfield#Importocentesimi-3 {
  text-align: center;
}

.w-form-label {
  font-size: 1rem !important;
}

input::-webkit-input-placeholder {
  color: var(--Dark-Grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}

input::-moz-placeholder {
  color: var(--Dark-Grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}

input:-moz-placeholder {
  /* Older versions of Firefox */
  color: var(--Dark-Grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}

input:-ms-input-placeholder {
  color: var(--Dark-Grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.w-checkbox-input {
  float: left;
  margin: 0 !important;
  line-height: normal
}

.is_check_scontrino {
  flex-wrap: wrap;
}

.w-checkbox-input,
.w-radio-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

input:focus:invalid,
select:focus:invalid,
form:focus:invalid textarea:focus:invalid {
  background-color: #ffffff;
}

.w-checkbox-input {
  border: 1px solid #000000 !important;
  border-radius: 2rem !important;
  width: 24px !important;
  height: 24px !important;
  top: 0 !important;
  position: relative;
}

.radiobutton {
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  width: 1.5rem !important;
  height: 1.5em !important;
  top: 2px !important;
}

.w-checkbox-input:checked,
.radiobutton:checked {
  background-color: #435450 !important;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-color: #435450 !important;
}

.w-checkbox-input:checked,
.checkbox:checked {
  background-color: #435450 !important;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-color: #435450 !important;
}

.w-select {
  background-image: url(../images/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  appearance: none;
  text-align: center;
}

.capprovblock {
  gap: 1rem;
}

.radiobtndiv {
  height: 70px !important;
}

.numprogressivoblock p {
  color: var(--text);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.1px;
}

.ragione-sociale {
  width: 48%;
}

.scontrinoblockora {
  width: 48% !important;
}

.is_upload_custom_fotoconfezioni_block {
  width: 48%;
}

@media screen and (max-width: 991px) {

  .scontrinoblock3 {
    margin-top: 20px !important;
    width: 100% !important;
  }

  .scontrinoblockdata {
    width: 100% !important;
    margin-top: 10px !important;
  }

  .is_birth_block {
    width: 100% !important;
  }

  .w-file-upload-default {
    display: block !important;
  }

  .w-file-upload-info {
    padding: 10px 0 0 !important;
  }

  .ragione-sociale {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .btnblock {
    align-items: center !important;
  }

  .w-file-upload-default {
    display: block !important;
  }

  .w-file-upload-info {
    font-size: 0.9rem !important;
    padding: 0 !important;
  }

  .scontrinoblockimporto, .scontrinoblockora {
    width: 100% !important;
  }

  #winkform .labelinput {
    font-size: 1rem !important;
  }

  .scontrinoblock3 {
    display: block;
  }

  .radiobtndiv {
    height: auto !important;
    display: block !important;
  }

  .provblock {
    width: 100% !important;
  }

  #winkform .labeltitle {
    font-size: 1.4rem !important;
  }

  .nomeblock,
  .cognomeblock,
  .emailblock {
    width: 100% !important;
  }

  .emailtelefonoblock {
    width: 100% !important;
  }

  .button.w-file-upload-label {
    font-size: 1rem !important;
    width: 100% !important;
  }

  #winkform .labelinput p {
    font-size: 1rem !important;
  }

  #submit {
    font-size: 2rem;
    padding: 0.5rem 5rem;
  }

  .formcontainer {
    width: auto !important;
  }
}

@media screen and (max-width: 479px) {
  .formfield {
    font-size: 1rem !important;
  }

  .w-checkbox-input,
  .radiobutton {
    width: 1.2rem !important;
    height: 1.2rem !important;
  }

  .formcontainer {
    max-width: 100% !important;
  }

  .campiimporto {
    flex-direction: row !important;
  }
}

/* fine stili principali form */

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

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

.formtitle,
.unterzo {
  font-family: Montserrat, sans-serif
}

.disclaimerintro,
.div-block-47,
.radiobuttonfield,
.w-widget {
  position: relative
}

.emailblock.large:hover,
.infoscontrinobtn,
.socialbtn,
.sociallogout,
.sociallogout:hover,
.switchlink,
.switchlink:hover {
  text-decoration: none
}

.w-slider,
.w-slider-nav {
  -webkit-tap-highlight-color: transparent
}

.w-lightbox-backdrop,
.w-webflow-badge,
.w-webflow-badge * {
  text-indent: 0;
  text-shadow: none;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal
}

.w-dropdown-link:focus,
.w-dropdown-toggle:focus,
.w-nav-button:focus,
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus,
.w-slider-dot:focus,
.w-tab-link:focus {
  outline: 0
}

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

.btnblock,
.is_check_scontrino,
.maincontainer {
  display: flex;
  width: 100%
}

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

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

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

.w-checkbox:after {
  clear: both
}

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

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

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

.div-block-23,
.emailblock.large,
.form-block,
.is_iban_block,
.is_promocode_block,
.w-col-12,
.w-richtext figure img,
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%
}

.btnblock {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px
}

.infoscontrinobtn.background-404,
.radiobutton {
  margin-top: 0
}

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

.formcontainer.background-400,
.w-block,
.w-dropdown-list.w--open,
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block
}

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

.filoseparatore.background-401.ko,
.titlepromocodblock.ko,
.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-hidden,
.w-lightbox-hide {
  display: none
}

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

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

.cognomeblock,
.emailblock,
.is_birth_block,
.is_num_prodotti_block,
.is_tel_block,
.is_upload_scontrino_back_block,
.is_upload_scontrino_front_block,
.nomeblock,
.numprogressivoblock,
.scontrinoblockdata,
.tipologiaprovaacquisto {
  width: 48%
}

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

.color-401.labeltitle,
.formtitle,
.recaptcha {
  margin-bottom: 0
}

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

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

.campidata,
.campiimporto,
.campiora,
.div-block-19 {
  justify-content: space-between;
  display: flex
}

.provblock,
.scontrinoblockimporto,
.scontrinoblockora {
  width: 47%
}

.meta {
  width: 45%
}

.cittablock {
  width: 60%
}

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

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

.formtitle {
  color: #f08080;
  border-bottom: 1px #f0808080;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 700
}

.is_cod_fiscale_block {
  width: 70%
}

.div-block-19 {
  align-items: flex-start;
  width: 58%
}

.is_cod_operation_block {
  width: 40%
}

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

.div-block-16,
.scontrinoblock3 {
  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
}

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

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

.indirizzoblock {
  width: 78%
}

.nrcivicoblock {
  width: 20%
}

.w-file-upload .w-icon-file-upload-icon {
  margin-right: 20px;
}

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

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

.is_gender_block,
.w-col-3 {
  width: 25%
}

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

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

.unterzo {
  width: 30%
}

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

.passwordblock.vertical {
  flex-direction: column;
  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
}

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

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

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

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

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

.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;
  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,
.w-slider-dot.w-active {
  background-color: #fff
}

.socialbtn.customsso {
  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
}

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

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

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

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

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

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

.switchlink:hover {
  opacity: .7
}

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

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

.sociallogout:hover {
  opacity: .8
}

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

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  font-weight: 400;
  font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
  font-family: webflow-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.w-icon-slider-right:before {
  content: "\e600"
}

.w-icon-slider-left:before {
  content: "\e601"
}

.w-icon-nav-menu:before {
  content: "\e602"
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"
}

.w-icon-file-upload-remove:before {
  content: "\e900"
}

.w-icon-file-upload-icon:before {
  content: "\e903"
}

html.w-mod-touch * {
  background-attachment: scroll !important
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

.w-clearfix:after,
.w-clearfix:before,
.w-container:after,
.w-container:before,
.w-embed:after,
.w-embed:before,
.w-nav:after,
.w-nav:before,
.w-richtext:after,
.w-richtext:before,
.w-row:after,
.w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-clearfix:after,
.w-container:after,
.w-embed:after,
.w-nav:after,
.w-richtext figure.w-richtext-align-normal,
.w-richtext:after,
.w-row:after {
  clear: both
}

input.w-button {
  -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important
}

.w-code-block {
  margin: unset
}

pre.w-code-block code {
  all: inherit
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 transparent;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  list-style-type: disc;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit
}

.w-webflow-badge,
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important
}

.w-form-done,
.w-slider,
.w-widget-map .gm-style-iw,
.w-widget-twitter-count-shim {
  text-align: center
}

.w-webflow-badge {
  position: fixed !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  cursor: pointer
}

.w-webflow-badge > img {
  vertical-align: middle !important
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0
}

.w-video embed,
.w-video iframe,
.w-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none
}

.w-form {
  margin: 0 0 15px
}

.w-form-done {
  display: none;
  padding: 20px;
  background-color: #ddd
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede
}

.w-file-upload {
  display: block;
  margin-bottom: 10px
}

.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
  display: inline-block;
  color: #333
}

.w-file-upload-error {
  display: block;
  margin-top: 10px
}

.w-file-upload-file,
.w-file-upload-uploading-btn {
  display: flex;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #fafafa
}

.w-file-upload-uploading-btn {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 8px 12px
}

.w-file-upload-file {
  flex-grow: 1;
  justify-content: space-between;
  padding: 8px 9px 8px 11px
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px
}

.w-icon-file-upload-uploading {
  height: 20px
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0
}

.w-col-1 {
  width: 8.33333333%
}

.w-col-2 {
  width: 16.66666667%
}

.w-col-4 {
  width: 33.33333333%
}

.w-col-5 {
  width: 41.66666667%
}

.w-col-6 {
  width: 50%
}

.w-col-7 {
  width: 58.33333333%
}

.w-col-8 {
  width: 66.66666667%
}

.w-col-9 {
  width: 75%
}

.w-col-10 {
  width: 83.33333333%
}

.w-col-11 {
  width: 91.66666667%
}

.w-hidden-main,
.w-widget-map .gm-style-iw > button {
  display: none !important
}

.w-widget-map {
  width: 100%;
  height: 400px
}

.w-widget-map label {
  width: auto;
  display: inline
}

.w-widget-map img {
  max-width: inherit
}

.w-lightbox-noscroll,
.w-richtext ol,
.w-richtext ul,
.w-widget-twitter {
  overflow: hidden
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w-dropdown-toggle,
.w-slider-arrow-left,
.w-slider-arrow-right {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none
}

.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0
}

.w-background-video--control > [hidden] {
  display: none !important
}

.w-slider {
  position: relative;
  height: 300px;
  background: #ddd;
  clear: both;
  tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slide,
.w-slider-mask {
  position: relative;
  height: 100%
}

.w-slider-mask {
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  white-space: nowrap
}

.w-slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  text-align: left
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slider-nav.w-round > div {
  border-radius: 100%
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: .2em .5em;
  font-size: inherit;
  line-height: inherit
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4)
}

.w-slider-nav-invert {
  color: #fff
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, .4)
}

.w-slider-nav-invert > div.w-active {
  background-color: #222
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, .4);
  cursor: pointer;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s
}

.w-nav-button.w--open,
.w-tab-link.w--current {
  background-color: #c8c8c8
}

.w-slider-dot:focus {
  box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
  box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none
}

.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=' w-icon-'],
.w-slider-arrow-right [class^=w-icon-] {
  position: absolute
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.w-dropdown,
.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto
}

.w-slider-force-show {
  display: block !important
}

.w-dropdown {
  display: inline-block;
  z-index: 900
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  white-space: nowrap
}

.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  padding-right: 40px
}

.w-lightbox-backdrop,
.w-nav-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em
}

.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222
}

.w-dropdown-link.w--current,
.w-nav-link.w--current {
  color: #0082f3
}

.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, .9);
  z-index: 2000;
  outline: 0;
  opacity: 0;
  -webkit-transform: translate(0, 0)
}

.w-lightbox-group .w-lightbox-figure,
.w-lightbox-item,
.w-nav-button,
.w-tab-link {
  cursor: pointer
}

.w-lightbox-caption,
.w-lightbox-strip {
  white-space: nowrap;
  left: 0;
  bottom: 0;
  right: 0
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0
}

.w-lightbox-view:before {
  content: "";
  height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle
}

.w-lightbox-figure {
  position: relative;
  margin: 0
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none
}

.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh
}

.w-lightbox-caption {
  position: absolute;
  padding: .5em 1em;
  background: rgba(0, 0, 0, .4);
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")
}

.w-lightbox-item,
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block
}

.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px
}

.w-lightbox-strip {
  position: absolute;
  padding: 0 1vh;
  line-height: 0;
  overflow-x: auto;
  overflow-y: hidden
}

.w-lightbox-item {
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
  opacity: .3
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  -webkit-animation: .8s linear infinite spin;
  animation: .8s linear infinite spin
}

.w-nav,
.w-nav-brand,
.w-nav-link,
.w-nav-menu {
  position: relative
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%
}

@media (min-width:768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh
  }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5
  }

  .w-lightbox-close {
    opacity: .8
  }

  .w-lightbox-control:hover {
    opacity: 1
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
  white-space: initial
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: #2895f7 solid 2px
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type=video] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.w-richtext figure {
  position: relative;
  max-width: 60%
}

.w-richtext figure > div:before {
  cursor: default !important
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6
}

.w-richtext figure div {
  font-size: 0px;
  color: transparent
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  padding-bottom: inherit
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none
}

.w-nav {
  background: #ddd;
  z-index: 1000
}

.w-nav-brand {
  float: left;
  text-decoration: none;
  color: #333
}

.w-nav-link,
.w-tab-link {
  vertical-align: top;
  text-decoration: none;
  color: #222
}

.w-nav-link {
  display: inline-block;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto
}

.w-nav-menu {
  float: right
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px
}

.w--nav-link-open {
  display: block;
  position: relative
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-user-select: none;
  user-select: none
}

.w-nav-button.w--open {
  color: #fff
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
  display: block
}

.w--nav-dropdown-list-open {
  position: static
}

.w-tab-content,
.w-tab-link,
.w-tab-menu,
.w-tab-pane,
.w-tabs {
  position: relative
}

@media screen and (max-width:991px) {
  .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%
  }

  .is_check_scontrino.blockdata {
    flex-direction: column
  }

  .scontrinoblock3 {
    margin-top: 10px
  }

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

  .is_cod_operation_block {
    width: 29%
  }

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

  .div-block-16,
  .w-col-medium-12 {
    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
  }

  .w-container {
    max-width: 728px
  }

  .w-hidden-main {
    display: inherit !important
  }

  .w-hidden-medium {
    display: none !important
  }

  .w-col-medium-1 {
    width: 8.33333333%
  }

  .w-col-medium-2 {
    width: 16.66666667%
  }

  .w-col-medium-3 {
    width: 25%
  }

  .w-col-medium-4 {
    width: 33.33333333%
  }

  .w-col-medium-5 {
    width: 41.66666667%
  }

  .w-col-medium-6 {
    width: 50%
  }

  .w-col-medium-7 {
    width: 58.33333333%
  }

  .w-col-medium-8 {
    width: 66.66666667%
  }

  .w-col-medium-9 {
    width: 75%
  }

  .w-col-medium-10 {
    width: 83.33333333%
  }

  .w-col-medium-11 {
    width: 91.66666667%
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto
  }

  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=medium] .w-nav-button {
    display: block
  }
}

@media screen and (max-width:767px) {

  .is_check_scontrino,
  .is_check_scontrino.blockdata,
  .passwordblock {
    flex-direction: column
  }

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

  .indirizzoriga,
  .is_check_scontrino,
  .nascitablock {
    margin-bottom: 10px
  }

  .is_promocode_block,
  .numprogressivoblock,
  .scontrinoblock3 {
    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
  }

  .div-block-19,
  .is_birth_block,
  .is_cod_operation_block,
  .is_iban,
  .is_promocode,
  .is_upload_scontrino_back_block,
  .is_upload_scontrino_front_block,
  .w-col-small-12 {
    width: 100%
  }

  .cognomeblock,
  .emailblock,
  .is_region_block,
  .is_tel_block,
  .nomeblock,
  .scontrinoblockdata,
  .tipologiaprovaacquisto {
    width: 100%;
    margin-bottom: 10px
  }

  .recaptcha {
    margin-bottom: 20px
  }

  .is_cod_fiscale_block {
    width: 74%
  }

  .is_num_prodotti_block {
    width: 48%
  }

  .is_gender_block {
    width: 22%;
    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
  }

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

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

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

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

  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important
  }

  .w-hidden-small {
    display: none !important
  }

  .w-container .w-row,
  .w-row {
    margin-left: 0;
    margin-right: 0
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto
  }

  .w-col-small-1 {
    width: 8.33333333%
  }

  .w-col-small-2 {
    width: 16.66666667%
  }

  .w-col-small-3 {
    width: 25%
  }

  .w-col-small-4 {
    width: 33.33333333%
  }

  .w-col-small-5 {
    width: 41.66666667%
  }

  .w-col-small-6 {
    width: 50%
  }

  .w-col-small-7 {
    width: 58.33333333%
  }

  .w-col-small-8 {
    width: 66.66666667%
  }

  .w-col-small-9 {
    width: 75%
  }

  .w-col-small-10 {
    width: 83.33333333%
  }

  .w-col-small-11 {
    width: 91.66666667%
  }

  .w-nav[data-collapse=small] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=small] .w-nav-button {
    display: block
  }

  .w-nav-brand {
    padding-left: 10px
  }
}

.w-tabs:after,
.w-tabs:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-tabs:after {
  clear: both
}

.w-tab-link {
  display: inline-block;
  padding: 9px 30px;
  text-align: left;
  background-color: #ddd
}

.w-tab-content {
  display: block;
  overflow: hidden
}

.w-tab-pane {
  display: none
}

.w--tab-active {
  display: block
}

@media screen and (max-width:479px) {

  .campidata,
  .campiimporto,
  .socialloginwrapper,
  .titlepromocodblock {
    flex-direction: column
  }

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

  .campidata,
  .nascitablock,
  .nomecognomeblock,
  .socialbtn.amazon,
  .socialbtn.google,
  .socialbtn.paypal {
    margin-bottom: 0
  }

  .distanziatore15,
  .w-nav[data-collapse=tiny] .w-nav-button,
  .w-tab-link {
    display: block
  }

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

  .meta,
  .scontrinoblockimporto,
  .unterzo,
  .w-col,
  .w-col-tiny-12 {
    width: 100%
  }

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

  .slash,
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none
  }

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

  .formfield {
    font-size: 14px
  }

  .capprovblock,
  .is_cod_ptvendita_block,
  .is_gender_block {
    width: 100%;
    flex-direction: column
  }

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

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

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

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

  .sociallogout {
    margin-bottom: 15px
  }

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

  .w-container {
    max-width: none
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important
  }

  .w-hidden-tiny {
    display: none !important
  }

  .w-col-tiny-1 {
    width: 8.33333333%
  }

  .w-col-tiny-2 {
    width: 16.66666667%
  }

  .w-col-tiny-3 {
    width: 25%
  }

  .w-col-tiny-4 {
    width: 33.33333333%
  }

  .w-col-tiny-5 {
    width: 41.66666667%
  }

  .w-col-tiny-6 {
    width: 50%
  }

  .w-col-tiny-7 {
    width: 58.33333333%
  }

  .w-col-tiny-8 {
    width: 66.66666667%
  }

  .w-col-tiny-9 {
    width: 75%
  }

  .w-col-tiny-10 {
    width: 83.33333333%
  }

  .w-col-tiny-11 {
    width: 91.66666667%
  }
}

.w-ix-emptyfix:after {
  content: ""
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #ddd
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
  display: none !important
}

.wf-layout-layout {
  display: grid
}