@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

@font-face {
  font-family: "TIM Sans";
  src: url("fonts/TIMSans-Regular.eot");
  src: url("fonts/TIMSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TIMSans-Regular.woff") format("woff"), url("fonts/TIMSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TIM Sans";
  src: url("fonts/TIMSans-Bold.eot");
  src: url("fonts/TIMSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TIMSans-Bold.woff") format("woff"), url("fonts/TIMSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TIM Sans";
  src: url("fonts/TIMSans-Heavy.eot");
  src: url("fonts/TIMSans-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/TIMSans-Heavy.woff") format("woff"), url("fonts/TIMSans-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "TIM Sans";
  src: url("fonts/TIMSans-Light.eot");
  src: url("fonts/TIMSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/TIMSans-Light.woff") format("woff"), url("fonts/TIMSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "gobold";
  src: url("fonts/gobold_regular-webfont.woff2") format("woff2"), url("fonts/gobold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gradient: linear-gradient(90deg, #36b7ef 0%, #ff2828 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

p,
span {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

p.big {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  p.big {
    font-size: 1rem;
  }
}

p.small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  p.small {
    font-size: 0.9rem;
  }
}

:root {
  color-scheme: light only;
}

.light-blue {
  color: #36b7ef;
}

.bg-gradient {
  background: linear-gradient(90deg, #36b7ef 0%, #ff2828 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "TIM Sans", sans-serif;
  font-size: 16px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  background-color: #000000;
}
body *,
html * {
  box-sizing: border-box;
}
body a,
body select,
body input,
body input[type=image],
html a,
html select,
html input,
html input[type=image] {
  font-family: "TIM Sans", sans-serif;
  outline: none;
}
body a:active, body a:focus,
body select:active,
body select:focus,
body input:active,
body input:focus,
body input[type=image]:active,
body input[type=image]:focus,
html a:active,
html a:focus,
html select:active,
html select:focus,
html input:active,
html input:focus,
html input[type=image]:active,
html input[type=image]:focus {
  outline: none;
}
body a,
html a {
  text-decoration: none;
}
body img,
html img {
  max-width: 100%;
  vertical-align: middle;
}
body button,
html button {
  font-family: "TIM Sans", sans-serif;
  outline: none;
  border: none;
  cursor: pointer;
}
body button:active, body button:focus,
html button:active,
html button:focus {
  outline: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nowrap {
  white-space: nowrap;
}

.regular {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 90%;
  }
}

.content {
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  br.desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  br.mobile,
  h4.mobile,
  h5.mobile,
  span.mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br.desktop {
    display: none;
  }
}

img.mobile__version,
img.mobile__block__version {
  display: none;
}

@media screen and (max-width: 767px) {
  img.desktop__version {
    display: none;
  }
  img.mobile__version {
    display: inline;
  }
  img.mobile__block__version {
    display: block;
  }
}
strong {
  font-weight: bold;
}

.error-wrapper {
  min-height: 50vh;
}
.error-wrapper h4 a {
  color: #0033a1;
}

.sep {
  max-width: 300px;
  width: 160px;
  height: 2px;
  background: linear-gradient(90deg, #36b7ef 0%, #ff2828 100%);
  margin: 1rem auto;
}

.mb0 {
  margin-bottom: 0;
}

.shadow {
  font-weight: 900;
  text-shadow: 0px 0px 17px rgb(0, 0, 0);
}

.modal-logo-wrapper {
  margin-top: 4rem;
}
.modal-logo-wrapper img {
  max-width: 150px;
}

header.top-header {
  background-color: #0033a1;
  padding: 0 2.4rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  header.top-header {
    padding: 0 1rem;
  }
  header.top-header img {
    max-width: 100%;
  }
}
header.top-header .logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
header.top-header .profile-wrapper {
  height: 4rem;
  line-height: 4rem;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  header.top-header .profile-wrapper {
    font-size: 1rem;
  }
}
header.top-header .profile-wrapper span {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  header.top-header .profile-wrapper span {
    width: 35px;
    height: 35px;
    margin-left: 5px;
  }
}
header.top-header .profile-wrapper span img {
  max-width: 100%;
  max-height: 100%;
}

.visore {
  position: relative;
  text-align: center;
  color: #ffffff;
}
.visore img.main-visore {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .visore img.main-visore {
    display: none;
  }
}
.visore img.main-visore-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .visore img.main-visore-mobile {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .visore img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .visore .logo {
    max-width: 100%;
  }
}
.visore > div.logo,
.visore h1 {
  font-size: 4rem;
  text-transform: uppercase;
  padding: 1rem 0 4rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .visore > div.logo,
  .visore h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .visore > div.logo,
  .visore h1 {
    font-size: 2rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 480px) {
  .visore > div.logo,
  .visore h1 {
    font-size: 1.5rem;
  }
}
.visore .logo-container {
  position: absolute;
  width: 45%;
  height: 100%;
  left: 55%;
  top: 0;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .visore .logo-container {
    width: 100%;
    bottom: 20%;
    left: 0;
    display: block;
    height: auto;
    top: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .visore .logo-container .logo img {
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .visore .logo-container .logo img {
    max-width: 360px;
  }
}
@media screen and (max-width: 480px) {
  .visore .logo-container .logo img {
    max-width: 200px;
  }
}
.visore > img.wave {
  margin-top: -10%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .visore > img.wave {
    margin-top: -1rem;
  }
}

.footer {
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  padding: 1rem 5px;
  position: relative;
  font-size: 12px;
  line-height: 1.1;
  max-height: 5000em;
}
.footer .logo-legal {
  font-size: 10px;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer {
    position: static;
    font-size: 0.6rem;
  }
}
.footer a,
.footer span.preferenze-cookie {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}

div.btn,
button.btn {
  background-color: #ffffff;
  border-radius: 14px;
  background-size: 100% 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1.3rem;
  padding: 0.8rem 4rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  div.btn,
  button.btn {
    font-size: 1.2rem;
    padding: 0.8rem 3rem;
  }
}
div.btn.white,
button.btn.white {
  background-size: 100% 100%;
  color: #001136 !important;
}

.frame {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 14px;
}
.frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 3px;
  background: linear-gradient(90deg, #36b7ef 0%, #ff2828 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.frame .inner {
  position: relative;
  padding: 1rem;
  margin: 0.6rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .frame .inner {
    padding: 1rem 2%;
  }
}
.frame.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.animation {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.animation:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.animation.show {
  display: block;
}
.animation .animation-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .animation .animation-inner {
    max-width: 70%;
    margin: auto;
  }
}

.main-content {
  min-height: 100vh;
  color: #ffffff;
  text-align: center;
  position: relative;
  background-image: url("../images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main-content {
    background-image: url("../images/bg-mobile.jpg");
    padding-top: 0;
  }
}
.main-content a {
  color: #ffffff;
  text-decoration: underline;
}
.main-content strong {
  font-weight: bold;
}
.main-content h2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .main-content h2 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.main-content h4 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: normal;
  margin: 1rem auto;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .main-content h4 {
    font-size: 1.1rem;
    padding: 0;
    margin: 0.7rem auto;
  }
  .main-content h4 br.desktop {
    display: none;
  }
}
.main-content h4.bold {
  font-weight: bold;
}
.main-content h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 1rem auto;
  font-weight: normal;
}
.main-content h3 span {
  text-transform: none;
}
.main-content h3.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-content h3 {
    font-size: 1.1rem;
    padding: 0;
    margin-top: 1rem;
  }
  .main-content h3 br.desktop {
    display: none;
  }
}
.main-content h5 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}
.main-content .container {
  max-width: 1024px;
}
.main-content .bg-dark-wave.gioca h1,
.main-content .bg-light-wave.gioca h1 {
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.6rem);
}
.main-content .bg-dark-wave.gioca h2,
.main-content .bg-light-wave.gioca h2 {
  margin: 0;
  margin-top: 1rem;
}
.main-content .bg-dark-wave.gioca h4,
.main-content .bg-light-wave.gioca h4 {
  font-size: 1.2rem;
  text-transform: none;
}
.main-content .bg-dark-wave.gioca h5,
.main-content .bg-light-wave.gioca h5 {
  font-size: 1.2rem;
}
.main-content .bg-dark-wave.gioca ul,
.main-content .bg-light-wave.gioca ul {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .main-content .bg-dark-wave.gioca ul,
  .main-content .bg-light-wave.gioca ul {
    font-size: 1rem;
  }
}
.main-content .bg-dark-wave.gioca ul li,
.main-content .bg-light-wave.gioca ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.main-content .bg-dark-wave.gioca ul li:last-child,
.main-content .bg-light-wave.gioca ul li:last-child {
  list-style-type: none;
}
.main-content .bg-dark-wave.gioca .live h4,
.main-content .bg-dark-wave.gioca .finale-wrapper h4,
.main-content .bg-light-wave.gioca .live h4,
.main-content .bg-light-wave.gioca .finale-wrapper h4 {
  margin-top: 0;
}
.main-content .bg-dark-wave.gioca .live .light-blue,
.main-content .bg-dark-wave.gioca .finale-wrapper .light-blue,
.main-content .bg-light-wave.gioca .live .light-blue,
.main-content .bg-light-wave.gioca .finale-wrapper .light-blue {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.main-content .bg-dark-wave.gioca .scegli,
.main-content .bg-light-wave.gioca .scegli {
  margin-top: 3rem;
}
.main-content #contest-premi-wrapper .bg-dark-wave.gioca {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .main-content #contest-premi-wrapper .bg-dark-wave.gioca {
    padding: 0 4%;
  }
}
.main-content .neon {
  display: inline-block;
  background: linear-gradient(90deg, #36b7ef 0%, #ff2828 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
  color: #ffffff;
}
.main-content .login-live {
  margin-top: 3rem;
}

#instant-win-page {
  padding-bottom: 3rem;
}
#instant-win-page .logo-wrapper {
  width: 235px;
  margin: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #instant-win-page .logo-wrapper {
    width: 145px;
    margin-top: 1rem;
  }
}
#instant-win-page .claim-consensi {
  max-width: 1024px;
  margin: auto;
  margin-top: 4rem;
}
#instant-win-page .btn.gioca {
  margin-top: 1rem;
}
#instant-win-page .btn.gioca[disabled] {
  cursor: not-allowed;
  background-color: #ababab;
  color: #ffffff;
}

.logo-big-wrapper {
  background: transparent;
  background: linear-gradient(180deg, transparent 0%, rgb(0, 55, 161) 100%);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2rem 0;
}

.form-wrapper .logo-wrapper {
  width: 235px;
  margin: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .form-wrapper .logo-wrapper {
    width: 145px;
    margin-top: 1rem;
  }
}

.form {
  max-height: 5000em;
  padding: 0 20px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 0 1rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .form h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .form .sep {
    margin: 1rem auto;
  }
}
.form h3 {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .form h3 {
    font-size: 0.9rem;
  }
}
.form .cta {
  margin-top: 2rem;
}
.form .form-date {
  margin: auto;
  max-width: 400px;
}
.form .form-date .data {
  padding: 0.6rem 4rem;
  border: 1px solid #69c4e4;
  box-shadow: 0px 0px 10px #69c4e4;
  display: inline-block;
  margin: 0.5rem auto;
  border-radius: 10px;
  cursor: pointer;
}
.form .form-date .data.selected {
  border: 1px solid #f90202;
  box-shadow: 0px 0px 10px #f90202;
  font-weight: bold;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form select {
  display: block;
  margin: auto;
  margin: 15px auto;
  width: 300px;
  line-height: 40px;
  color: #ffffff;
  font-size: 1.2rem;
  border: none;
  outline: none;
  padding: 5px 0;
  font-weight: lighter;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid transparent;
  border-radius: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form input[type=text],
  .form input[type=password],
  .form input[type=email],
  .form select {
    margin: 0 auto 6px;
    max-width: 100%;
    font-size: 1.1rem;
    line-height: 30px;
  }
}
.form .row .inner {
  display: inline-block;
}
.form .row .inner input[type=text],
.form .row .inner input[type=password],
.form .row .inner input[type=email],
.form .row .inner select {
  margin: 0;
}
.form .row .inner.frame {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .form .row .inner.frame {
    margin: 5px 0;
    max-width: 100%;
  }
}
.form ::-moz-placeholder {
  color: #e8e8e8;
  font-weight: lighter;
  text-transform: uppercase;
}
.form ::placeholder {
  color: #e8e8e8;
  font-weight: lighter;
  text-transform: uppercase;
}
.form :-ms-input-placeholder {
  color: #e8e8e8;
  font-weight: lighter;
  text-transform: uppercase;
}
.form ::-ms-input-placeholder {
  color: #e8e8e8;
  font-weight: lighter;
  text-transform: uppercase;
}
.form small {
  font-size: 0.7em;
  font-weight: 300;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.form .informative {
  max-width: 450px;
  margin: 2rem auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form .informative {
    max-width: 90%;
    font-size: 0.9rem;
    margin: 0 auto;
  }
}
.form .informative .flag {
  display: flex;
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .form .informative .flag {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }
}
.form .informative .flag label {
  margin-left: 0.6rem;
  cursor: pointer;
}
.form .informative .flag label .light {
  font-size: 0.8rem;
}
.form .error {
  color: #ff0529;
  margin: 1rem auto;
  font-size: 1rem;
  font-weight: bold;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .form .error {
    font-size: 1rem;
  }
}

.back-wrapper {
  position: relative;
  z-index: 100;
  text-align: left;
  padding: 1rem;
}
.back-wrapper span {
  color: #ffffff;
  font-size: 0.9rem;
}
.back-wrapper a {
  text-decoration: none;
}
.tappe {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 600px;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .tappe {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.tappe .tappa {
  padding: 1rem 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.tappe .tappa.selected {
  background: linear-gradient(90deg, #36b7ef 0%, #ff2828 100%);
}
.tappe .tappa.disabled {
  border-color: #ababab;
  color: #ababab;
  cursor: not-allowed;
}

.vai-timparty {
  margin-top: 2rem;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1072;
  display: none;
  background-image: url("../images/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .modal {
    background-image: url("../images/bg-mobile.jpg");
    padding-top: 0;
  }
}

.modal-showing {
  overflow: hidden;
}

.fade.show {
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    min-height: calc(100% - 2.5rem);
    margin: 1.25rem;
  }
}

.modal-content {
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  outline: 0;
  max-height: 5000em;
}
.modal-content .inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modal-content .inner {
    padding: 0;
  }
}
.modal-content a {
  color: #01bdef;
  text-decoration: none;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("../images/ico-close.png") center center no-repeat;
  cursor: pointer;
  z-index: 10;
}

.btn-modal {
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  background-color: #00ffff;
  border: 1px solid #001136;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.alert-error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  display: none;
}

.feedback {
  text-align: center;
  padding: 4rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .feedback {
    padding: 3rem 0 2rem;
  }
}
.feedback .estrazione-wrapper {
  margin: 2rem auto 2rem;
}
.feedback p.estrazione {
  text-transform: uppercase;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .feedback p.estrazione {
    font-size: 0.9rem;
  }
}
.feedback a {
  text-decoration: underline;
}
.feedback .logo.amici img {
  margin-top: 1rem;
  max-width: 180px;
}
.feedback h2 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 3rem auto 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .feedback h2 {
    font-size: 1.6rem;
  }
}
.feedback h3 {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .feedback h3 {
    font-size: 1.1rem;
  }
}
.feedback h4 {
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1rem auto;
}
@media screen and (max-width: 767px) {
  .feedback h4 {
    font-size: 1rem;
  }
}
.feedback h4.bold {
  font-weight: bold;
}
.feedback h4.noup {
  text-transform: none;
}
.feedback .rigioca {
  margin: 3rem 0 0;
}
.feedback .btn-close {
  display: inline-block;
  margin: 0 auto;
}
.feedback p.error {
  margin-top: 1rem;
  color: #ff0529;
  font-size: 1rem;
  font-weight: bold;
}
.feedback .warning {
  font-weight: bold;
  text-decoration: underline;
}
.feedback h5 {
  margin-top: 2rem;
  line-height: 1.1;
}
.feedback .mailto {
  font-weight: bold;
}
.feedback .btn.download {
  margin-top: 0;
  background-color: #00ffff;
  color: #0033a1;
  font-size: 24px;
  padding: 8px 30px;
  font-weight: bold;
}
.feedback .ico-download {
  display: inline-block;
  margin-right: 5px;
}
.feedback .form {
  max-height: 5000em;
  padding: 1rem 0;
}
.feedback .form .form-dati {
  max-width: 630px;
  margin: auto;
}
.feedback .form .form-dati .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback .form .form-dati .row > div[class^=col] {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .feedback .form .form-dati .row > div[class^=col] {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .feedback .form .form-dati .row {
    flex-direction: column;
  }
}
.feedback .form .row-select {
  position: relative;
}
.feedback .form .row-select select {
  -webkit-appearance: none;
}
.feedback .form .row-select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 12px;
}
.feedback .form input[type=text],
.feedback .form input[type=email],
.feedback .form select {
  display: inline-block;
  margin: 0.5rem;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 1.1rem;
}
.feedback .form .btn {
  font-size: 1.2rem;
}
.feedback .form option {
  color: #0033a1;
}
.feedback .form .cta .btn {
  margin: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .feedback .form .cta .btn {
    margin: 1rem auto;
  }
}

.feedback-content.form #first-step-vinto-modal h4,
.feedback-content.form #form-dati h4 {
  text-transform: uppercase;
}
.feedback-content.form #first-step-vinto-modal span.regular,
.feedback-content.form #form-dati span.regular {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .feedback-content.form #first-step-vinto-modal span.regular,
  .feedback-content.form #form-dati span.regular {
    font-size: 1.1rem;
  }
}
.feedback-content.form #first-step-vinto-modal .btn,
.feedback-content.form #form-dati .btn {
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .feedback-content.form #first-step-vinto-modal .btn,
  .feedback-content.form #form-dati .btn {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .feedback-content.form #first-step-vinto-modal .btn,
  .feedback-content.form #form-dati .btn {
    min-width: 70%;
  }
}

.feedback.bic h5 {
  font-size: 1rem;
}

.prospect .modal-content .feedback-content h4 {
  text-transform: none;
}

body.prospect header.top-header {
  background-color: transparent;
}
body.prospect .main-content {
  margin-top: 0;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  body.prospect .main-content {
    padding: 0;
  }
}
body.prospect .main-content h2 {
  font-size: 2.2rem;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  body.prospect .main-content h2 {
    font-size: 1.5rem;
  }
}
body.prospect .main-content h5 {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  body.prospect .main-content h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  body.prospect .main-content .logo img {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  body.prospect .main-content .bg-dark-wave {
    padding: 0 4%;
  }
}
body.prospect .main-content #signup-top {
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  body.prospect .main-content #signup-top h5 {
    font-size: 1rem;
  }
}
body.prospect .main-content .top-claim-accedi h4,
body.prospect .main-content #signup-top h4,
body.prospect .main-content .gioca h4 {
  text-transform: none;
}
body.prospect .main-content .flag-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
body.prospect .main-content .flag-wrapper label {
  font-size: 0.9rem;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  body.prospect .main-content .flag-wrapper {
    max-width: 90;
  }
  body.prospect .main-content .flag-wrapper label {
    font-size: 0.9rem;
  }
}
body.prospect .live {
  margin-top: 3rem;
}
body.prospect img.ico-logout {
  margin-left: 1rem;
  max-height: 1.4rem;
}
body.prospect .scelta-concorso {
  margin: 4rem auto 2rem;
}
body.prospect .scelta-concorso .box-wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body.prospect .scelta-concorso .box-wrapper {
    flex-direction: column;
  }
}
body.prospect .scelta-concorso .box-wrapper .box {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 590px;
  flex: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0 1rem;
}
body.prospect .scelta-concorso .box-wrapper .box .box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
body.prospect .scelta-concorso .box-wrapper .box h2.title {
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  body.prospect .scelta-concorso .box-wrapper .box h2.title {
    font-size: 1.4rem;
  }
}
body.prospect .scelta-concorso .box-wrapper .box .btn-gioca {
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  body.prospect .scelta-concorso .box-wrapper .box .btn-gioca {
    font-size: 1.1rem;
    bottom: -9px;
  }
}
body.prospect .scelta-concorso .box-wrapper .box .sep {
  width: 200px;
  height: 2px;
  margin: 0 auto;
  background-color: #ed2024;
}
body.prospect .scelta-concorso .box-wrapper h4.vantaggi {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: none;
}
body.prospect .scelta-concorso .box-wrapper h4.vantaggi.regular {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.prospect .scelta-concorso .box-wrapper h4.vantaggi {
    font-size: 1rem;
  }
}
body.prospect .scelta-concorso .box-wrapper h4.vantaggi .new-label {
  max-height: 25px;
}
@media screen and (max-width: 768px) {
  body.prospect .scelta-concorso .box-wrapper h4.vantaggi .new-label {
    max-height: 20px;
  }
}
body.prospect .scelta-concorso .box-wrapper h5.vantaggi {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
body.prospect .scelta-concorso .box-wrapper .small {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 1rem;
}
body.prospect .scelta-concorso .box-wrapper .small.mobile {
  display: none;
}
body.prospect .scelta-concorso .box-wrapper .small.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.prospect .scelta-concorso .box-wrapper .small {
    font-size: 0.8rem;
  }
  body.prospect .scelta-concorso .box-wrapper .small.mobile {
    display: inline-block;
    margin-top: 1rem;
  }
}
body.prospect .main-content .bg-light-wave {
  color: #ffffff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.prospect .main-content .bg-dark-wave.gioca .cta {
    padding: 2rem 0 3rem 0;
  }
}
body.prospect .main-content .bold {
  font-weight: bold;
}
body.prospect .feedback-content.form {
  padding: 1rem 0;
}
body.prospect .thankyou {
  padding: 4rem 0;
  text-transform: none;
}
body.prospect .btn.gioca {
  margin-top: 1rem;
}
body.prospect .btn.gioca[disabled] {
  cursor: not-allowed;
  background-color: #ababab;
  color: #ffffff;
}
body.prospect .form {
  padding: 4rem 0 2rem;
  padding-top: 0;
}
body.prospect .form .form-dati {
  margin: auto;
  max-width: 300px;
}
body.prospect .form .password-wrapper {
  position: relative;
}
body.prospect .form .password-wrapper a.show-password {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  cursor: pointer;
}
body.prospect .form .password-wrapper a.show-password svg {
  fill: #ababa9;
  max-height: 2rem;
  width: 1.3rem;
}
body.prospect .form .password-wrapper a.show-password.active svg {
  fill: #ffffff;
}
@media screen and (max-width: 768px) {
  body.prospect .form .password-wrapper a.show-password {
    right: 2.2rem;
  }
}
body.prospect .form .row.recupera {
  text-align: center;
  margin-top: -0.2rem;
}
body.prospect .form .flag {
  text-align: justify;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body.prospect .form .flag {
    display: block;
    max-width: 320px;
    padding-left: 0.4rem;
  }
}
body.prospect .form .flag input[type=checkbox] {
  margin-top: 3px;
}
body.prospect .cta .registrati,
body.prospect .form a.recupera-pwd {
  margin-top: 0.6rem;
  font-size: 0.8rem;
}
body.prospect .cta .registrati a,
body.prospect .form a.recupera-pwd a {
  font-weight: bold;
}
body.prospect .cta .btn.login {
  margin-top: 2rem;
}
body.prospect .cta.reset-password-success {
  margin-top: 2rem;
}
body.prospect .main-content .bg-light-wave.gioca {
  padding-bottom: 1rem;
  position: relative;
}
body.prospect .main-content .bg-light-wave.gioca img.pallone-serie-a {
  width: 70px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
body.prospect .modal-content .feedback-content h3 {
  margin-bottom: 0;
}
body.prospect .modal-content .feedback-content a {
  color: #ffffff;
}
body.prospect a.recupera-pwd {
  color: #ffffff;
  cursor: pointer;
}
body.prospect .top-claim-reset-password h4 {
  text-transform: none;
}
body.prospect form#form-recupera-pwd {
  display: none;
}
body.prospect #form-accedi {
  padding: 0 5%;
  margin: 3rem auto 2rem;
}
body.prospect #form-accedi h4.success {
  display: none;
  text-transform: none;
}
body.prospect #form-accedi .success h4 {
  text-transform: none;
}
body.prospect #form-dati {
  max-width: 550px;
}

.banner {
  position: relative;
  background-color: #0033a1;
  color: #ffffff;
  max-height: 5000em;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .banner {
    flex-direction: column;
  }
}
.banner img {
  width: 100%;
}
.banner .strike {
  text-decoration: line-through;
  font-weight: normal;
}
.banner .badge-wrapper {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 480px) {
  .banner .badge-wrapper {
    flex-direction: column;
  }
  .banner .badge-wrapper > div {
    height: 1rem;
  }
}
.banner .badge {
  color: #0033a1;
  background-color: #73fbfd;
  padding: 2px 5px;
  font-weight: bold;
  margin-right: 1rem;
  flex: auto;
  display: inline;
}
.banner .badge.white {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .banner .badge {
    font-size: 0.7rem;
    margin-right: 0.6rem;
  }
}
@media screen and (max-width: 400px) {
  .banner .badge {
    font-size: 0.4rem;
    margin-right: 0.4rem;
  }
}
.banner picture {
  flex: 1;
}
.banner .claim-container {
  flex: 1;
}
.banner .claim-container .claim {
  position: relative;
  padding: 1rem 10%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim {
    padding: 1rem 5% 2rem;
  }
}
.banner .claim-container .claim img.icon-fibra {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  margin-bottom: 9px;
}
@media screen and (max-width: 400px) {
  .banner .claim-container .claim img.icon-fibra {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    margin-bottom: 4px;
  }
}
.banner .claim-container .claim h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .banner .claim-container .claim h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner .claim-container .claim h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .banner .claim-container .claim h2 {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
.banner .claim-container .claim h3 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .banner .claim-container .claim h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner .claim-container .claim h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .banner .claim-container .claim h3 {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
.banner .claim-container .claim h4 {
  margin: 1rem 0 0.8rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .banner .claim-container .claim h4 {
    font-size: 0.6rem;
  }
}
.banner .claim-container .claim .info-timvision {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .info-timvision {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .banner .claim-container .claim .info-timvision {
    margin-top: 0.4rem;
  }
}
.banner .claim-container .claim .info-timvision .vantaggi-timvision {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .banner .claim-container .claim .info-timvision .vantaggi-timvision {
    margin-top: 1rem;
  }
}
.banner .claim-container .claim .info-timvision .vantaggi-timvision .item {
  background: url(../images/sponsorship-calcio/tick-lightblue.svg) center left no-repeat;
}
.banner .claim-container .claim .info-timvision .vantaggi-timvision .item p {
  margin: 7px 0 7px 30px;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .banner .claim-container .claim .info-timvision .vantaggi-timvision .item p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner .claim-container .claim .info-timvision .vantaggi-timvision .item p {
    margin: 4px 0 4px 30px;
    font-size: 0.8rem;
  }
}
.banner .claim-container .claim .info-timvision .amazonprime-incluso {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 8px 12px;
  border: 1px solid #69c4e4;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .banner .claim-container .claim .info-timvision .amazonprime-incluso {
    margin-top: 0.8rem;
    font-size: 1rem;
    padding: 4px 6px;
  }
}
.banner .claim-container .claim .attiva-timvision {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .banner .claim-container .claim .attiva-timvision {
    flex: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .attiva-timvision {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .banner .claim-container .claim .attiva-timvision {
    margin-top: 1.2rem;
  }
}
.banner .claim-container .claim .attiva-timvision .ta-price__strike {
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .attiva-timvision .ta-price__strike {
    font-size: 0.6rem;
  }
}
.banner .claim-container .claim .attiva-timvision .ta-price__center {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.banner .claim-container .claim .attiva-timvision .ta-price__center strong {
  font-size: 5rem;
  display: block;
  padding-right: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .banner .claim-container .claim .attiva-timvision .ta-price__center strong {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .attiva-timvision .ta-price__center strong {
    font-size: 3rem;
  }
}
.banner .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents {
  font-size: 1.2rem;
  font-weight: bold;
  justify-content: space-between;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .banner .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents {
    font-size: 1.2rem;
  }
}
.banner .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents span {
  font-weight: 600;
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .banner .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents span {
    font-size: 1.6rem;
  }
}
.banner .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents .monthly {
  margin-top: 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents .monthly {
    font-size: 0.6rem;
    margin-top: 0;
  }
}
.banner .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents div {
  font-size: 1rem;
}
.banner .claim-container .claim .attiva-timvision .ta-price__bottom {
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .attiva-timvision .ta-price__bottom {
    font-size: 0.6rem;
  }
}
.banner .claim-container .claim .attiva-timvision p.legal {
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .attiva-timvision p.legal {
    font-size: 0.5rem;
  }
}
.banner .claim-container .claim .offer-container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .offer-container {
    flex-direction: column;
  }
}
.banner .claim-container .claim .offer-container .price-container {
  flex: 1;
}
.banner .claim-container .claim .offer-container .timvision-cta {
  flex: 1;
  margin-top: 1rem;
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .offer-container .timvision-cta {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner .claim-container .claim .offer-container .timvision-cta.desktop {
    display: none;
  }
}
.banner .claim-container .claim .offer-container .timvision-cta a {
  display: inline-block;
}
.banner .claim-container .claim .offer-container .timvision-cta a .timvision-attiva {
  background-color: #ffffff;
  color: #1559cb;
  display: flex;
  padding: 0 2rem;
  height: 3rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .offer-container .timvision-cta a .timvision-attiva {
    font-size: 0.7rem;
    padding: 0 0.4rem;
    height: 2rem;
  }
}
.banner .claim-container .claim .offer-container .timvision-cta a .timvision-attiva span.gt {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 0.6rem;
}
@media screen and (max-width: 768px) {
  .banner .claim-container .claim .offer-container .timvision-cta a .timvision-attiva span.gt {
    font-size: 0.7em;
  }
}

.banner-timvision-tim {
  position: relative;
  background-color: #0033a1;
  color: #ffffff;
  background: url("../images/banner/visore.jpg") center center no-repeat;
  max-height: 5000em;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim {
    background-image: none;
    background-color: #0033a1;
  }
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim {
    flex-direction: column;
  }
}
.banner-timvision-tim img.desktop {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim img.desktop {
    display: none;
  }
}
.banner-timvision-tim img.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim img.mobile {
    display: block;
    width: 100%;
  }
}
.banner-timvision-tim .claim-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .claim-container {
    position: static;
    width: 100%;
    padding: 2rem 6%;
    display: block;
  }
}
.banner-timvision-tim .claim-container .claim {
  width: 100%;
  padding: 0.6rem 10%;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .claim-container .claim {
    position: static;
    width: 100%;
    padding: 2rem 6%;
    display: block;
  }
}
.banner-timvision-tim .claim-container .claim h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .banner-timvision-tim .claim-container .claim h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .claim-container .claim h2 {
    font-size: 1rem;
  }
}
.banner-timvision-tim .claim-container .claim h3 {
  font-size: 1.4rem;
  line-height: 1.1;
  margin: 1rem 0 0;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .banner-timvision-tim .claim-container .claim h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .claim-container .claim h3 {
    font-size: 1.2rem;
  }
}
.banner-timvision-tim .claim-container .claim h4 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1rem 0 0;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .banner-timvision-tim .claim-container .claim h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim h4 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .claim-container .claim h4 {
    font-size: 1rem;
  }
}
.banner-timvision-tim .claim-container .claim .logo-serie-a {
  max-width: 20px;
}
.banner-timvision-tim .claim-container .claim .info-timvision {
  flex: 2;
}
.banner-timvision-tim .claim-container .claim .info-timvision .vantaggi-timvision {
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .banner-timvision-tim .claim-container .claim .info-timvision .vantaggi-timvision {
    margin-top: 1rem;
  }
}
.banner-timvision-tim .claim-container .claim .info-timvision .vantaggi-timvision .item {
  background: url(../images/sponsorship-calcio/tick-lightblue.svg) center left no-repeat;
}
.banner-timvision-tim .claim-container .claim .info-timvision .vantaggi-timvision .item p {
  margin: 7px 0 7px 30px;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .banner-timvision-tim .claim-container .claim .info-timvision .vantaggi-timvision .item p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim .info-timvision .vantaggi-timvision .item p {
    margin: 4px 0 4px 30px;
    font-size: 0.8rem;
  }
}
.banner-timvision-tim .claim-container .claim .info-timvision .amazonprime-incluso {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 3px 6px;
  border: 1px solid #69c4e4;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim .info-timvision .amazonprime-incluso {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}
.banner-timvision-tim .claim-container .claim .attiva-timvision {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .banner-timvision-tim .claim-container .claim .attiva-timvision {
    flex: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .claim-container .claim .attiva-timvision {
    margin-top: 1rem;
  }
}
.banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__center {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__center strong {
  font-size: 4.5rem;
  display: block;
  padding-right: 0.2rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__center strong {
    font-size: 3rem;
  }
}
.banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents {
    font-size: 0.8rem;
  }
}
.banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents span {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents span {
    font-size: 1.5rem;
  }
}
.banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__center .ta-price__cents div {
  font-size: 1rem;
}
.banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__bottom {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim .attiva-timvision .ta-price__bottom {
    font-size: 0.8rem;
  }
}
.banner-timvision-tim .claim-container .claim .attiva-timvision p.legal {
  margin-top: 2rem;
  font-size: 0.5rem;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .claim-container .claim .attiva-timvision p.legal {
    font-size: 0.4rem;
  }
}
.banner-timvision-tim .claim-container .claim .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .banner-timvision-tim .claim-container .claim .flex {
    flex-direction: column;
  }
}
.banner-timvision-tim .claim-container .claim .timvision-cta {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .banner-timvision-tim .claim-container .claim .timvision-cta.desktop {
    display: none;
  }
}
.banner-timvision-tim .claim-container .claim .timvision-cta a {
  display: inline-block;
}
.banner-timvision-tim .claim-container .claim .timvision-cta a .timvision-attiva {
  background-color: #ffffff;
  color: #1559cb;
  display: flex;
  padding: 0 2rem;
  height: 3rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .claim-container .claim .timvision-cta a .timvision-attiva {
    font-size: 0.7rem;
    padding: 0 1rem;
    height: 2rem;
  }
}
.banner-timvision-tim .claim-container .claim .timvision-cta a .timvision-attiva span.gt {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 0.6rem;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .claim-container .claim .timvision-cta a .timvision-attiva span.gt {
    font-size: 1em;
  }
}
.banner-timvision-tim .badge-wrapper {
  margin: 1.5rem 0;
}
.banner-timvision-tim .badge {
  color: #0033a1;
  background-color: #73fbfd;
  padding: 2px 5px;
  font-weight: bold;
  margin-right: 1rem;
  display: inline;
}
.banner-timvision-tim .badge.white {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .badge {
    margin-right: 0.6rem;
  }
}
@media screen and (max-width: 400px) {
  .banner-timvision-tim .badge {
    font-size: 0.7rem;
  }
}
.banner-timvision-tim .badge.small {
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .banner-timvision-tim .badge.small {
    font-size: 0.7rem;
  }
}
#wcb {
  background-color: #ffffff;
  text-align: center;
  padding: 1.5rem 0;
}
#wcb h4 {
  color: #0033a1;
  margin-top: 0;
}
#wcb .btn {
  background-image: none;
  font-size: 1rem;
}

#modal-wcb {
  background-color: rgba(0, 51, 161, 0.8);
}
#modal-wcb .modal-dialog {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #modal-wcb .modal-dialog {
    max-width: 90%;
  }
}
#modal-wcb .modal-content {
  background-color: #ffffff;
  background-image: none;
  text-align: center;
  color: #0033a1;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#modal-wcb .modal-content .modal-close {
  background-image: url("../images/ico-close-blue.png");
  top: 15px;
}
#modal-wcb #modal-content {
  padding: 2rem 0;
}
#modal-wcb .form {
  padding: 1rem 0 2rem;
}
#modal-wcb .form input[type=text] {
  border: 1px solid #0033a1;
  color: #0033a1;
  width: 300px;
  margin: 8px auto;
  background-image: none;
}
@media screen and (max-width: 480px) {
  #modal-wcb .form input[type=text] {
    width: auto;
    min-width: 80%;
  }
}
#modal-wcb .form .btn {
  width: 300px;
  min-height: 50px;
  font-weight: normal;
  background-image: none;
  font-size: 1rem;
  padding: 1.2rem;
}
#modal-wcb .form .btn img.ico {
  width: 26px;
  margin-right: 8px;
}
@media screen and (max-width: 300px) {
  #modal-wcb .form .btn img.ico {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #modal-wcb .form .btn {
    width: auto;
    min-width: 80%;
  }
}
#modal-wcb .form ::-moz-placeholder {
  color: #383838;
  font-weight: normal;
  text-transform: none;
}
#modal-wcb .form ::placeholder {
  color: #383838;
  font-weight: normal;
  text-transform: none;
}
#modal-wcb .form :-ms-input-placeholder {
  color: #383838;
  font-weight: normal;
  text-transform: none;
}
#modal-wcb .form ::-ms-input-placeholder {
  color: #383838;
  font-weight: normal;
  text-transform: none;
}
#modal-wcb .servizi {
  font-weight: bold;
}
#modal-wcb .privacy {
  margin-top: 2rem;
}
#modal-wcb .privacy a {
  text-decoration: underline;
}
#modal-wcb #wcb-success {
  display: none;
  margin: 1rem auto;
  color: #2cbe80;
  font-weight: bold;
}
#modal-wcb #wcb-success img.ico {
  width: 20px;
  margin-right: 5px;
}

.btn.blue {
  color: #ffffff;
  background-color: #0033a1;
}