/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}
.titilliumFontFamily {
  font-family: 'Titillium Web', sans-serif;
}
.deccanSemiBoldFontFamily {
  font-family: 'Deccan-Semibold', serif;
}
body {
  color: #541c00;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
}
body a {
  font-weight: 600;
  color: #007A91;
}
h1 {
  font-family: 'Deccan-Semibold', serif;
  font-size: 60px;
  line-height: 68px;
  color: #ffffff;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 33px;
  }
}
h2 {
  font-family: 'Deccan-Semibold', serif;
  font-size: 48px;
  line-height: 50px;
  color: #541c00;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 37px;
  }
}
h3 {
  font-family: 'Deccan-Semibold', serif;
  font-size: 32px;
  line-height: 41px;
  color: #541c00;
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.tac {
  text-align: center;
}
.align-left {
  text-align: left;
}
.no-border-bottom {
  border-bottom: none !important;
}
.button--primary,
.button--secondary,
.button--tertiary {
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}
.button--secondary {
  background-color: #f6ca4e;
  color: #541c00;
}
.button--secondary:hover {
  color: #ffffff;
}
.button--tertiary {
  background-color: #007a8c;
  color: #ffffff;
}
.button--tertiary:hover {
  background-color: #007a8c;
  opacity: 0.2;
}
.date-range-box {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
.date-range-box .date {
  border: 1px solid #e9e2dd;
  border-radius: 5px;
  overflow: hidden;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  width: 81px;
  text-align: center;
}
.date-range-box .date .month {
  background: #541c00 !important;
  line-height: 30px;
  font-size: 16px;
  display: block;
  height: 30px;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
}
.date-range-box .date .day {
  background: #ffffff;
  line-height: 44px;
  font-size: 36px;
  display: block;
  color: #541c00;
  height: 49px;
  width: 100%;
}
.date-range-box .date.start .month {
  background: #d3c6bc !important;
}
.date-range-box .date-separator .brown-arrow {
  position: relative;
  fill: #541c00;
  height: 20px;
  width: 31px;
  top: 15px;
}
@media (max-width: 767px) {
  .date-range-box .date {
    width: 52px;
  }
  .date-range-box .date .month {
    line-height: 19px;
    font-size: 10px;
    height: 19px;
  }
  .date-range-box .date .day {
    line-height: 32px;
    font-size: 23px;
    height: 32px;
  }
  .date-range-box .date-separator .brown-arrow {
    height: 12px;
    width: 20px;
    top: 9px;
  }
}
.condition-box {
  min-height: 190px;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #FAF1D1;
  text-align: center;
}
.condition-box .conditions {
  font-size: 14px;
  display: block;
}
@media (max-width: 767px) {
  .condition-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.visual-background {
  background-image: url('https://static.mulinobianco.it/v3/pew/KIDS_2024/assets/img/header/mb-visual-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #FEFAEB;
  position: relative;
  height: 540px;
}
.visual-background .sub-title-visual {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 0;
  margin-top: -54px;
  width: auto;
  max-width: 600px;
  padding-right: 15px;
}
.visual-background .text-right {
  width: 665px;
  height: 100%;
  text-align: left;
  margin: 0 auto 0 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}
.visual-background .text-right h1 {
  font-family: 'Deccan-Semibold', serif;
  font-size: 60px;
  color: #ffffff;
  line-height: 68px;
  letter-spacing: -1.48417px;
  text-shadow: 0 2px 38px #16581A;
  font-weight: normal;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .visual-background .text-right h1 {
    font-size: 32px;
    line-height: 33px;
  }
}
.visual-background .title_right_text span p {
  font-size: 26px;
  color: #541c00;
  line-height: 30px;
  font-family: 'Deccan-Semibold', serif;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .visual-background .visual-body {
    width: 390px;
    height: 307px;
    left: 25%;
    bottom: 10px;
    background-size: contain;
  }
  .visual-background .text-right {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .visual-background {
    background-image: url('https://static.mulinobianco.it/v3/pew/KIDS_2024/assets/img/header/mb-visual-background-mobile.jpg');
    background-position: top center;
    height: 550px;
  }
  .visual-background .text-right {
    margin: 0 auto;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: flex-start;
    padding-top: 45px;
  }
  .visual-background .visual-body {
    display: none;
  }
}
.image-text-box-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 96px;
}
.image-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  padding: 10px;
  margin: 12px;
  background-color: #ffedae;
}
.image-text-box__container-image {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.image-text-box__container-detail {
  display: flex;
  flex-direction: column;
}
.image-text-box__title {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #541c00;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.image-text-box__description {
  color: #541c00;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.image-text-box--integral {
  background-color: #dbbb8a;
}
.image-text-box__image {
  max-height: 184px;
}
@media (max-width: 767px) {
  .image-text-box-container {
    width: 100%;
    justify-content: center;
  }
}
.feedback__modal {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fbf7ec;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 501;
}
.feedback__modal-wrap {
  width: 100%;
  max-width: 1200px;
  max-height: calc(100% - 150px);
  padding: 0 15px;
  position: relative;
}
.feedback__modal-wrap h2 {
  padding: 20px 0;
  font-size: 32px;
}
.feedback__modal-wrap .button {
  align-self: center;
}
.feedback__modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  max-width: 1200px;
  text-align: center;
}
.feedback__modal-content .feedback-image__container {
  position: relative;
  margin: 0 auto;
}
.feedback__modal-content .feedback-image__picture {
  max-width: 100%;
  max-height: 628px;
  border: 12px solid #ffffff;
  box-shadow: 0 12px 25px 0 rgba(84, 28, 0, 0.3);
}
.feedback__modal-content .feedback-image__picture--rotate {
  width: auto;
  height: 500px;
  margin: 0 auto;
  transform: rotate(-5deg);
}
.feedback__modal-subtitle {
  text-align: center;
  padding: 24px 0 32px;
  font-size: 26px;
}
.feedback__modal-subtitle--small {
  font-size: 16px;
}
.feedback__modal-alert-message {
  padding: 24px;
  border-radius: 16px;
  background-color: #FCE69E;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.feedback__modal-alert-message b,
.feedback__modal-alert-message strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
}
.feedback__modal-alert-message a.button {
  margin: 0;
}
.feedback__modal-alert-message--vertical {
  flex-direction: column;
}
.feedback__modal-close {
  position: absolute;
  right: 13px;
  top: -50px;
  border-radius: 100%;
  cursor: pointer;
  height: 45px;
  width: 45px;
  background: #ffffff;
}
.feedback__modal-close svg {
  height: 100%;
  width: 100%;
  fill: #541c00;
}
.feedback__modal-image {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  max-width: 350px;
}
.feedback__modal-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .feedback__modal-wrap h2 {
    padding-bottom: 0;
    font-size: 32px;
  }
  .feedback__modal-close {
    top: -70px;
  }
  .feedback__modal-image {
    max-width: 100%;
  }
  .feedback__modal-alert-message {
    width: 100%;
  }
}
.main-form__label {
  text-align: center;
  padding: 24px 0 50px 0;
}
.main-form__label b,
.main-form__label strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
}
.main-form form.loading {
  opacity: 0.4;
}
.main-form form.associa-numero-form {
  max-width: 570px;
  margin: 0 auto;
}
.main-form form.associa-numero-form .asterisk-disclaimer {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #541c00;
  font-size: 14px;
  padding-top: 8px;
}
.main-form form.associa-numero-form .pb-0 {
  padding-bottom: 0;
}
.main-form form.associa-numero-form .mr-0 {
  margin-right: 0;
}
.main-form form.associa-numero-form .ml-0 {
  margin-left: 0!important;
}
.main-form form.associa-numero-form .button__confirm {
  margin-bottom: 0;
}
.main-form form .store-type-cnt,
.main-form form .radio-wrapper-image {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.main-form form .store-type-cnt input[type="radio"],
.main-form form .radio-wrapper-image input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #007A91;
}
.main-form form .store-type-cnt input[type="radio"] + label,
.main-form form .radio-wrapper-image input[type="radio"] + label {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  position: relative;
  line-height: 20px;
}
.main-form form .pp-dropdown-cnt {
  position: relative;
  margin-bottom: 20px;
}
.main-form .button {
  margin: 10px 0 40px 0;
}
.main-form .button.button__confirm {
  float: right;
  padding: 13px 75px;
}
.main-form .button.carica-scontrino.disabled {
  cursor: default;
}
.main-form .row-form {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 40px 0;
  border-bottom: 1px solid #cccccc;
}
.main-form .row-form .col-form {
  width: 100%;
  margin-right: 30px;
}
.main-form .row-form .col-form .w-full {
  width: 100%;
}
.main-form .row-form .col-form .text-left {
  text-align: left!important;
}
.main-form .row-form .col-form .text-right {
  text-align: right;
}
.main-form .row-form .col-form.flex {
  display: flex;
}
.main-form .row-form .col-form.flex-wrap-wrap {
  flex-wrap: wrap;
}
.main-form .row-form .col-form:last-child {
  margin-right: 0;
}
.main-form .row-form .col-form--75 {
  width: calc(75% - 30px);
}
.main-form .row-form .col-form--50 {
  width: calc(50% - 30px);
}
.main-form .row-form .col-form--35 {
  width: calc(35% - 30px);
}
.main-form .row-form .col-form--33 {
  width: calc(33% - 30px);
}
.main-form .row-form .col-form--30 {
  width: calc(30% - 30px);
}
.main-form .row-form .col-form--20 {
  width: calc(20% - 30px);
}
.main-form .row-form .col-form--icon {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 75px;
  margin-right: 0;
}
.main-form .row-form .col-form--icon .icon-help {
  position: absolute;
  right: 0;
}
.main-form .row-form .col-form.align-center {
  justify-content: center;
}
.main-form .row-form .col-form--select {
  position: relative;
}
.main-form .row-form .col-form--select svg {
  position: absolute;
  width: 15px;
  fill: #541c00;
  bottom: 20px;
  height: 8px;
  right: 20px;
  pointer-events: none;
}
.main-form .row-form .col-form--select .error-feedback + svg {
  bottom: 60px;
}
@media (max-width: 767px) {
  .main-form .row-form .col-form--select .error-feedback + svg {
    bottom: 50px;
  }
}
.main-form .row-form .col-form.error svg {
  bottom: 60px;
}
.main-form .row-form .col-form .radio-wrapper-image {
  cursor: pointer;
  align-items: flex-start;
  text-align: center;
}
.main-form .row-form .col-form .radio-wrapper-image label img {
  max-width: 100%;
  height: auto;
  margin-top: 18px;
}
.main-form .row-form .col-form .radio-wrapper-image input[type="radio"]:checked + label img {
  filter: drop-shadow(0px 0px 10px rgba(231, 167, 0, 0.7));
}
.main-form .row-form label {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #541c00;
  width: 100%;
  font-size: 20px;
  padding: 0 0 18px 20px;
  float: left;
}
.main-form .row-form label.width-auto {
  width: auto;
  flex: 1 1 0;
}
.main-form .row-form label.form-field--small {
  font-size: 16px;
  font-weight: normal;
}
.main-form .row-form label span {
  font-size: 16px;
  font-weight: 400;
}
.main-form .row-form label span.note {
  font-size: 13px;
  font-weight: 400;
}
.main-form .row-form input,
.main-form .row-form select {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #bcb6af;
  color: #541c00;
  background: white;
  height: 50px;
  border-radius: 4px;
  padding: 0 18px;
  font-size: 20px;
  width: 100%;
}
.main-form .row-form input ::placeholder,
.main-form .row-form select ::placeholder {
  color: #bcb6af;
}
.main-form .row-form input :-ms-input-placeholder,
.main-form .row-form select :-ms-input-placeholder {
  color: #bcb6af;
}
.main-form .row-form input ::-ms-input-placeholder,
.main-form .row-form select ::-ms-input-placeholder {
  color: #bcb6af;
}
.main-form .row-form input.error,
.main-form .row-form select.error {
  border: 1px solid #e20024;
}
.main-form .row-form input.error::placeholder,
.main-form .row-form select.error::placeholder {
  color: #e20024;
}
.main-form .row-form input.error:-ms-input-placeholder,
.main-form .row-form select.error:-ms-input-placeholder {
  color: #e20024;
}
.main-form .row-form input.error::-ms-input-placeholder,
.main-form .row-form select.error::-ms-input-placeholder {
  color: #e20024;
}
.main-form .row-form input:focus,
.main-form .row-form select:focus {
  outline: 0;
}
.main-form .row-form select {
  padding-right: 0;
  -webkit-appearance: none;
  position: relative;
}
.main-form .row-form select::-ms-expand {
  display: none;
}
.main-form .row-form input[type="checkbox"] {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: solid 1px #007A91;
  background-color: white;
  -webkit-appearance: none;
  margin: 0;
  margin-right: 15px;
  padding: 0;
  cursor: pointer;
}
.main-form .row-form input[type="checkbox"]:checked {
  border: solid 1px #007A91;
  background: url('https://static.mulinobianco.it/v3/pew/KIDS_2024/assets/img/icon/mb-icon-check.png') center center no-repeat white;
  background-size: auto 12px;
}
.main-form .row-form input[type="checkbox"].error {
  border: 1px solid #e20024;
}
.main-form .row-form input[type="checkbox"] ~ .error-field {
  width: 100%;
  color: #e20024;
  display: none;
}
.main-form .row-form input[type="checkbox"].error.required ~ .error-field {
  display: block;
}
.main-form .row-form .icon-help {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #007A91;
  border: solid 1.6px #007A91;
  font-size: 20px;
  font-weight: 400;
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
}
.main-form .row-form .error-field {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #e20024;
  padding-top: 20px;
  width: 100%;
  display: flex;
}
.main-form .row-form .error-field:before {
  content: '!';
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #e20024;
  font-size: 15px;
  color: white;
  line-height: 21px;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
  margin-left: 4px;
  display: inline-block;
}
.main-form .row-form .error-feedback {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #e20024;
  padding-top: 20px;
  width: 100%;
  display: inline-block;
}
.main-form .row-form .error-feedback .icon-error {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #e20024;
  font-size: 15px;
  color: white;
  line-height: 21px;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
  margin-left: -30px;
  display: inline-block;
}
.main-form .row-form .feedback {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #541c00;
  padding-top: 10px;
  line-height: 18px;
  display: block;
  padding-left: 5px;
}
.main-form .row-form .feedback a {
  color: #007A91;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.main-form .row-form .feedback .error {
  color: #e20024;
}
.main-form .row-form .feedback span {
  display: inline-block;
}
.main-form .row-form .label--small {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #541c00;
  padding-top: 10px;
  line-height: 18px;
  display: block;
  padding-left: 5px;
}
.main-form .row-form .label--small a {
  color: #007A91;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.main-form .row-form .label--no-padding {
  padding: 0;
}
.main-form .row-form .label--bold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.main-form .row-form .upload-file {
  display: flex;
  justify-content: center;
  width: 594px;
  height: 460px;
  padding-top: 36px;
  background: #ffffff;
  border-radius: 24px;
}
.main-form .row-form .upload-file #upload {
  display: none;
}
.main-form .row-form .upload-file #button-upload-file {
  cursor: pointer;
}
.main-form .row-form .upload-file #upload-stage {
  display: none;
}
.main-form .row-form .upload-file .error-field {
  display: none !important;
}
.main-form .row-form .upload-file.filled {
  height: 646px;
}
.main-form .row-form .upload-file.filled #button-upload-file {
  display: none;
}
.main-form .row-form .upload-file.filled #upload-stage {
  display: block;
}
.main-form .row-form#general-error {
  display: none;
  flex-direction: row;
  justify-content: center;
}
.main-form .row-form#general-error .col-form {
  justify-content: center;
}
.main-form .row-form--set {
  border-bottom: none;
}
.main-form .row-form--dati {
  border-bottom: 0;
  padding: 15px 0;
}
.main-form .row-form--dati .col-form--50 {
  width: calc(50% - 30px);
  margin-right: 60px;
  align-self: flex-start;
}
.main-form .row-form--dati .col-form--50:last-child {
  margin-right: 0;
}
.main-form .row-form.content-align-center {
  justify-content: center;
}
.main-form .row-form.content-align-center .col-form--50 {
  width: 40%;
  align-self: center;
  display: flex;
  margin-right: 0;
  flex-flow: column;
}
.main-form .row-form.content-align-center .col-form--50 label {
  text-align: center;
}
.main-form .row-form.content-align-center .col-form--50 label .small {
  font-size: 13px;
  color: #541c00;
}
.main-form .row-form.content-align-center .col-form--50 input {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #541c00;
  padding: 23px;
  font-size: 20px;
  text-align: center;
  height: 60px;
}
.main-form .row-form.content-align-center .col-form--50 .button.button__confirm {
  float: none;
  padding: 13px 83px;
  align-self: center;
}
.main-form .row-form.content-align-center .error-feedback {
  text-align: center;
}
.main-form .row-form.content-align-center .error-feedback .icon-error {
  margin-left: 0;
}
.main-form .row-form.custom-row--acceptance .col-form,
.main-form .row-form.custom-row--gift .col-form {
  justify-content: center;
}
.main-form .row-form.custom-row--acceptance .col-form label,
.main-form .row-form.custom-row--gift .col-form label {
  float: none;
  width: auto;
  padding-left: 0;
}
.main-form .row-form.custom-row--acceptance.--colored,
.main-form .row-form.custom-row--gift.--colored {
  display: flex;
  justify-content: start;
  width: 594px;
  padding: 20px;
  margin: 0 auto;
  background: #FAF1D1;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .main-form .row-form.custom-row--acceptance.--colored,
  .main-form .row-form.custom-row--gift.--colored {
    width: 100%;
  }
}
.main-form .row-form.custom-row {
  border-bottom: 0;
}
.main-form .row-form.custom-row .col-form--35 {
  width: calc(35% - 30px);
  margin-right: 60px;
}
.main-form .row-form.custom-row .col-form--20 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.main-form .row-form.custom-row .col-form--euro {
  width: calc(23% - 30px);
}
.main-form .row-form.custom-row .col-form--cent {
  width: calc(14% - 30px);
}
.main-form .row-form.custom-row .valuta {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #541c00;
  font-size: 23px;
  padding: 0;
  float: left;
  left: -20px;
  position: absolute;
  bottom: 13px;
}
.main-form .row-form.custom-row--top .loader {
  position: absolute;
  height: 100%;
  width: 100%;
}
.main-form .row-form.custom-row--middle {
  padding: 0 0 0 0;
}
.main-form .row-form.custom-row--bottom {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding-top: 0;
}
.main-form .row-form.custom-row--bottom .msg-help {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #541c00;
  margin-left: 16px;
  line-height: 35px;
}
.main-form .row-form.custom-row--bottom .msg-help a {
  color: #007A91;
}
.main-form .row-form.custom-row--acceptance {
  margin-top: 42px;
}
.main-form .row-form.custom-row--acceptance .col-form {
  display: flex;
}
.main-form .row-form.custom-row--acceptance label {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #541c00;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
}
.main-form .row-form.custom-row--acceptance label a {
  color: #007A91;
}
.main-form .row-form.noborder {
  border-bottom: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .main-form .row-form .error-feedback {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-form .button {
    width: 100%;
    margin-bottom: 0;
  }
  .main-form .row-form {
    padding: 30px 15px 40px;
  }
  .main-form .row-form .col-form {
    width: 100%;
    margin-right: 0px;
  }
  .main-form .row-form .col-form:last-child {
    margin-right: 0;
  }
  .main-form .row-form .col-form--75,
  .main-form .row-form .col-form--50,
  .main-form .row-form .col-form--35,
  .main-form .row-form .col-form--33,
  .main-form .row-form .col-form--20 {
    width: 100%;
  }
  .main-form .row-form .col-form--icon {
    width: 45px;
  }
  .main-form .row-form .col-form--icon .icon-help {
    bottom: 10px;
  }
  .main-form .row-form .col-form.align-center {
    justify-content: center;
  }
  .main-form .row-form label {
    font-size: 17px;
    padding: 0px 0px 18px 0px;
  }
  .main-form .row-form input,
  .main-form .row-form select {
    width: 100%;
  }
  .main-form .row-form .error-feedback {
    font-size: 14px;
    padding: 10px 0 0 30px;
  }
  .main-form .row-form--date .col-form label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 5px;
    width: 100%;
  }
  .main-form .row-form--date .col-form--20 {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-top: 40px;
  }
  .main-form .row-form--date .col-form--20:last-of-type {
    margin-right: 0;
  }
  .main-form .row-form.row-form--dati {
    padding: 15px;
  }
  .main-form .row-form.row-form--dati .col-form--50 {
    width: 100%;
    margin-right: 0px;
  }
  .main-form .row-form.row-form--dati .col-form--50:nth-child(2) {
    margin-top: 30px;
  }
  .main-form .row-form.custom-row .col-form--35 {
    width: 100%;
    margin-right: 0;
  }
  .main-form .row-form.custom-row .col-form--euro {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
  .main-form .row-form.custom-row .col-form--euro label {
    margin-left: -25px;
    margin-top: 40px;
  }
  .main-form .row-form.custom-row .col-form--cent {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
  .main-form .row-form.custom-row--bottom .msg-help {
    font-size: 17px;
    width: calc(100% - 60px);
    line-height: 1.1;
  }
  .main-form .row-form.custom-row--acceptance {
    font-size: 15px;
    line-height: 1.1;
  }
  .main-form .row-form--scontrino .col-form--35 {
    width: 100%;
  }
  .main-form .row-form button {
    width: 100%;
  }
  .main-form #template-form .radio-wrapper-image {
    flex-wrap: wrap;
  }
  .main-form #template-form .radio-wrapper-image label img {
    max-width: 90%;
  }
  .mobile-only {
    display: inline-block;
  }
}
.loader {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(251, 247, 236, 0.7);
}
.loader svg {
  margin-top: 500px;
  height: 30px;
  fill: #541c00;
  width: 100%;
}
.overview-products {
  padding: 64px 0;
}
.overview-products h2 {
  margin-bottom: 56px;
}
.overview-products__text {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.overview-products__cta-wrapper {
  margin-top: 32px;
  margin-bottom: 88px;
  text-align: center;
}
.overview-products__image {
  text-align: center;
}
.overview-products__image img {
  max-width: 860px;
  height: auto;
}
.overview-products__cta-footer {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.overview-products .underline {
  text-decoration: underline !important;
  color: #541c00;
}
@media (max-width: 767px) {
  .overview-products {
    padding: 36px 20px;
  }
  .overview-products__image img {
    max-width: 100%;
  }
}
.gigya-screen.portrait {
  width: 100% !important;
}
.gigya-style-modern div.gigya-screen-dialog-caption {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.gigya-style-modern div.gigya-screen-dialog-top {
  background-color: #541c00;
}
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend,
.gigya-screen a.gigya-button,
.gigya-screen input[type=button],
.gigya-screen input[type=submit] {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #541c00;
  border: none;
}
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:active,
.gigya-screen a.gigya-button:active,
.gigya-screen input[type=button]:active,
.gigya-screen input[type=submit]:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button:hover,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-button-container .gig-tfa-button-submit:hover,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-link:hover,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gigya-button.gig-tfa-phone-code-resend:hover,
.gigya-screen a.gigya-button:hover,
.gigya-screen input[type=button]:hover,
.gigya-screen input[type=submit]:hover {
  background-color: #3b1309;
}
.gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-header-text {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #541c00;
}
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:active,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:link,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-resend:visited,
.gigya-screen a,
.gigya-screen a:active,
.gigya-screen a:link,
.gigya-screen a:visited {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #541c00;
}
.gigya-screen .gigya-label-text,
.gigya-screen .gigya-legend-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-label,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-label,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-subtext,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-code-phonenumber,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-edit-number,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-example,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-register-type span,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-header-text,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-type span,
.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-phone-resend-yourphone {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #541c00;
}
.gigya-style-modern div.gigya-screen-dialog-close > a:before {
  content: 'X';
  color: #ffffff;
  font-size: 22px;
}
.gigya-style-modern div.gigya-screen-dialog-close > a img {
  display: none !important;
}
.overview-promo__text {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  text-align: center;
}
.overview-promo__title {
  margin-bottom: 72px;
}
.overview-promo__box-wrapper {
  display: flex;
  justify-content: center;
  padding: 72px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.overview-promo__box-item img {
  width: 100%;
}
.overview-promo__cta-wrapper {
  text-align: center;
}
.overview-promo--set {
  padding-top: 64px;
  padding-bottom: 64px;
}
.table-game {
  background-color: #ffedae;
}
.overview-weekend {
  padding-top: 92px;
}
.overview-weekend__small-text {
  line-height: 24px;
  color: #541c00;
  text-align: center;
  font-size: 20px;
}
.overview-weekend__text {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  margin: 20px 0 50px;
  text-align: center;
  font-size: 25px;
}
.overview-weekend__columns {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
.overview-weekend__column {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  width: 49%;
}
.overview-weekend__column img {
  max-width: 460px;
  height: auto;
}
.overview-weekend__column h3 {
  margin-bottom: 32px;
}
.overview-weekend__column-image {
  text-align: center;
}
.overview-weekend__cta-work {
  text-align: center;
  margin: 32px 0;
}
.overview-weekend__cta-wrapper {
  margin-top: 30px;
  text-align: center;
}
.load-more-container {
  width: 100%;
  padding-top: 80px;
  text-align: center;
}
.home-subtitle {
  margin-bottom: 80px;
}
.home-description {
  margin-bottom: 20px;
}
.home-terms-condition {
  font-size: 14px;
  margin-bottom: 54px;
}
.buttons-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .overview-promo__box-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .buttons-wrapper {
    flex-direction: column;
  }
  .overview-promo {
    padding: 20px;
  }
  .overview-promo__box-wrapper {
    flex-wrap: wrap;
  }
  .overview-promo__box-item {
    height: auto;
  }
  .overview-promo__box-item img {
    max-width: 100%;
    height: auto;
  }
  .overview-weekend {
    padding: 30px 20px;
  }
  .overview-weekend__columns {
    flex-wrap: wrap-reverse;
    text-align: center;
  }
  .overview-weekend__column {
    width: 100%;
  }
  .overview-weekend__column img {
    max-width: 80vw;
  }
}
.overview-step h2 {
  text-align: left;
}
.overview-step__number {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.overview-step__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overview-step__column {
  width: 49%;
  position: relative;
  overflow: hidden;
}
.overview-step__column img {
  max-width: 85%;
  height: auto;
}
.overview-step__column-image {
  text-align: center;
}
.overview-step__text {
  margin: 56px 0;
}
.overview-step__suggestion {
  width: 465px;
  background-color: #FAF1D1;
  border-radius: 70px;
  font-size: 12px;
  line-height: 14px;
  color: #541c00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
}
.overview-step__suggestion-image {
  margin-right: 13px;
}
.overview-step__cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 180px;
}
@media (max-width: 767px) {
  .overview-step {
    padding: 16px;
  }
  .overview-step__columns {
    flex-wrap: wrap;
  }
  .overview-step__column {
    width: 100%;
    text-align: center;
  }
}
.gioca-codice-win__text {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 24px 0 56px 0;
  color: #541c00;
}
.gioca-codice-win__cta-wrapper {
  display: flex;
  justify-content: center;
}
/* The search field */
#myInput {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  color: #541c00;
  border: none;
  font-family: Titillium Web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding: 0 18px;
}
/* The search field when it gets focus/clicked on */
.market.selected.selected,
.region.selected.selected,
.province.selected.selected {
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
}
.market__dropdown,
.region__dropdown,
.province__dropdown {
  position: relative;
  margin-bottom: 20px;
}
.market__dropdown label,
.region__dropdown label,
.province__dropdown label {
  padding: 0 0 8px 20px;
}
.market__dropdown.selected .market__dropdown-close,
.region__dropdown.selected .market__dropdown-close,
.province__dropdown.selected .market__dropdown-close,
.market__dropdown.selected .region__dropdown-close,
.region__dropdown.selected .region__dropdown-close,
.province__dropdown.selected .region__dropdown-close,
.market__dropdown.selected .province__dropdown-close,
.region__dropdown.selected .province__dropdown-close,
.province__dropdown.selected .province__dropdown-close {
  display: block;
}
.market__dropdown-close,
.region__dropdown-close,
.province__dropdown-close {
  color: #541c00;
  position: absolute;
  right: 20px;
  top: 55px;
  cursor: pointer;
  display: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
.store-item,
.region-item,
.province-item {
  cursor: default;
  padding: 8px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  text-transform: uppercase;
}
.store-item:hover,
.region-item:hover,
.province-item:hover {
  background-color: #e4e4e4;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  z-index: 10;
  position: absolute;
  top: auto;
  left: 0;
  min-width: 15em;
  background-color: #fff;
  box-shadow: 0 0 0.5em #0000001a;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 0.25em;
  overflow-y: scroll;
  max-height: 276px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
.message-after-first-win {
  display: none;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  margin-top: 20px;
}
.total-points__label {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
}
.total-points__label--blue {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #541c00;
  font-size: 18px;
  line-height: 24px;
  color: #007A91;
}
.total-points__number {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
}
.played-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 134px;
  border-bottom: 1px solid #979797;
}
.played-row__detail {
  display: flex;
  justify-content: space-between;
}
.played-row__image {
  margin-right: 14px;
}
.played-row__date {
  font-family: 'Titillium Web', sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #541c00;
}
.played-row__label {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  word-break: break-all;
}
.played-row__code {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 3px 16px;
  background: #541c00;
  color: #ffffff;
  border-radius: 14px;
  opacity: 0.2;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
}
.played-row__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.played-row:last-child {
  border-bottom: 0;
}
.played-row .product-name {
  display: inline-block;
}
.overview-played {
  display: block;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 24px;
}
.overview-played__label {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  text-align: center;
  margin-bottom: 24px;
}
.overview-played__label b,
.overview-played__label strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  font-size: 22px;
}
.played-win-row {
  background-color: #FBECBB;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  height: 207px;
  margin: 20px 0 0 0;
  padding-right: 20px;
}
.played-win-row__label {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
}
.played-win-row__label b,
.played-win-row__label strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
}
.played-win-row__label--small {
  font-size: 14px;
  margin-top: 20px;
}
.played-win-row__label-code {
  display: block;
}
.played-win-row__date {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 10px;
}
.played-win-row__address {
  margin-bottom: 20px;
}
.played-win-row__title {
  font-family: 'Deccan-Semibold', serif;
  font-size: 32px;
  line-height: 1;
  color: #541c00;
}
.played-win-row__personal-info {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #541c00;
}
.played-win-row__personal-info--medium {
  font-size: 18px;
}
.played-win-row__first-column {
  width: 300px;
}
.played-win-row__first-column img {
  max-height: 218px;
  padding-top: 8px;
}
.played-win-row__second-column {
  width: 236px;
}
.played-win-row__third-column {
  width: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.alert-row {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #541c00;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}
.available-attempts {
  margin: 28px 0 18px 0;
}
.available-attempts__total-points {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  line-height: 80px;
  text-align: center;
}
.available-attempts__description {
  color: #541c00;
  font-size: 20px;
  text-align: center;
}
.available-attempts__description b {
  color: #007A91;
}
.total-points {
  border-radius: 16px;
  background: #FCE69E;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  padding: 32px 0;
  color: #541c00;
}
.alert {
  margin: 20px 0;
}
.alert__description {
  color: #541c00;
  font-size: 20px;
  text-align: center;
}
.empty-row {
  text-align: center;
  padding-top: 32px;
}
.visual-gioco {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #FFE89A;
  margin-bottom: 80px;
}
.visual-gioco__columns {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .visual-gioco__columns {
    flex-direction: column;
  }
}
.visual-gioco__column {
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  width: 49%;
  line-height: 1.5;
}
.visual-gioco__column img {
  max-width: 416px;
  height: auto;
}
@media (max-width: 767px) {
  .visual-gioco__column img {
    max-width: 75vw;
  }
}
.visual-gioco__column h3 {
  margin-bottom: 20px;
}
.visual-gioco__column .button {
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .visual-gioco__column {
    width: 100%;
    padding: 0 32px;
    text-align: center;
  }
}
.visual-gioco__column-image {
  text-align: center;
}
@media (max-width: 767px) {
  .visual-gioco__column-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .played-win-row {
    height: auto;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .played-win-row__first-column,
  .played-win-row__second-column,
  .played-win-row__third-column {
    width: 100%;
  }
  .played-win-row__second-column,
  .played-win-row__third-column {
    padding: 16px;
    text-align: center;
  }
  .played-row {
    flex-direction: column;
    padding: 20px;
  }
  .played-row .product-name {
    display: block;
  }
  .total-points {
    align-items: center;
    flex-direction: column;
  }
}
.scegli-premio {
  padding-top: 130px;
}
.animation-prize {
  position: relative;
  margin: 100px auto;
  max-width: 800px;
  height: 600px;
}
.animation-prize img {
  max-width: 335px;
  height: auto;
}
.animation-prize-first,
.animation-prize-second,
.animation-prize-third,
.animation-prize-fourth {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 335px;
  height: 281px;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  background-position: center;
}
.animation-prize-first {
  background-image: url("https://static.mulinobianco.it/v3/pew/KIDS_2024/assets/img/box/1.png");
  animation-name: first-box;
}
.animation-prize-second {
  background-image: url("https://static.mulinobianco.it/v3/pew/KIDS_2024/assets/img/box/2.png");
  animation-name: second-box;
}
.animation-prize-third {
  background-image: url("https://static.mulinobianco.it/v3/pew/KIDS_2024/assets/img/box/3.png");
  animation-name: third-box;
}
.animation-prize-fourth {
  background-image: url("https://static.mulinobianco.it/v3/pew/KIDS_2024/assets/img/box/4.png");
  animation-name: fourth-box;
}
#step-1,
#step-2,
#step-3,
#step-4 {
  display: none;
}
.prize-suggested__label {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
  padding: 32px 0;
}
.prize-suggested__label b,
.prize-suggested__label strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #541c00;
}
.prize-suggested__cta-wrapper {
  text-align: center;
}
.prize-suggested__image {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.prize-suggested__image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 10px rgba(231, 167, 0, 0.7));
}
.complete-form__image {
  display: flex;
  justify-content: center;
  padding-bottom: 65px;
  margin: auto;
  max-width: 550px;
}
.complete-form__image img {
  max-width: 100%;
  height: auto;
}
@keyframes first-box {
  0% {
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    filter: blur(3px);
    top: -60px;
    z-index: 9;
  }
  25% {
    left: 100%;
    top: 0;
    transform: translateX(-100%) scale(0.9);
    z-index: 10;
    filter: blur(3px);
  }
  50% {
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    top: 70px;
    z-index: 11;
    filter: none;
  }
  75% {
    left: 0;
    top: 0;
    z-index: 10;
    filter: blur(3px);
    transform: scale(0.9);
  }
  100% {
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    filter: blur(3px);
    top: -60px;
    z-index: 9;
  }
}
@keyframes second-box {
  0% {
    left: 100%;
    top: 0;
    transform: translateX(-100%) scale(0.9);
    z-index: 10;
    filter: blur(3px);
  }
  25% {
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    top: 70px;
    z-index: 11;
    filter: none;
  }
  50% {
    left: 0;
    top: 0;
    z-index: 10;
    filter: blur(3px);
    transform: scale(0.9);
  }
  75% {
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    filter: blur(3px);
    top: -60px;
    z-index: 9;
  }
  100% {
    left: 100%;
    top: 0;
    transform: translateX(-100%) scale(0.9);
    z-index: 10;
    filter: blur(3px);
  }
}
@keyframes third-box {
  0% {
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    top: 70px;
    z-index: 11;
    filter: none;
  }
  25% {
    left: 0;
    top: 0;
    z-index: 10;
    filter: blur(3px);
    transform: scale(0.8);
  }
  50% {
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    filter: blur(3px);
    top: -60px;
    z-index: 9;
  }
  75% {
    left: 100%;
    top: 0;
    transform: translateX(-100%) scale(0.9);
    z-index: 10;
    filter: blur(3px);
  }
  100% {
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    top: 70px;
    z-index: 11;
    filter: none;
  }
}
@keyframes fourth-box {
  0% {
    left: 0;
    top: 0;
    z-index: 10;
    filter: blur(3px);
    transform: scale(0.9);
  }
  25% {
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    filter: blur(3px);
    top: -60px;
    z-index: 9;
  }
  50% {
    left: 100%;
    top: 0;
    transform: translateX(-100%) scale(0.9);
    z-index: 10;
    filter: blur(3px);
  }
  75% {
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    top: 70px;
    z-index: 11;
    filter: none;
  }
  100% {
    left: 0;
    top: 0;
    z-index: 10;
    filter: blur(3px);
    transform: scale(0.9);
  }
}
.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination-bullet-active {
  background-color: #541c00;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url('https://static.mulinobianco.it/v3/pew/KIDS_2024/assets/img/icon/arrow.png');
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  transform: rotate(-180deg);
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 19px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mb-promo {
  background: #FEFAEB;
}
.mb-promo span {
  display: block;
}
.no-scroll {
  overflow: hidden;
}
main {
  padding: 96px 0;
}
@media (max-width: 767px) {
  main {
    padding: 50px 0;
  }
}
.mb-promo .animabili {
  display: inline-block;
  background: -webkit-linear-gradient(#017ebd, #65c2ef);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
}
.mb-promo .animabili b {
  font-size: 36px;
}
.hidden {
  display: none;
}
.mb-promo .overview-promo .overview-promo__text,
.mb-promo .overview-step__item {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb-promo h1 {
    font-size: 38px;
    line-height: 40px;
    margin-top: 20px;
  }
  .mb-promo h2 {
    font-size: 28px;
  }
  .mb-promo p {
    font-size: 16px;
    padding: 0 32px;
  }
  .button {
    padding: 12px 34px;
  }
}

