
  #disclaimer2020 .modal iframe {height:441px;width:100%;border-radius:15px;}
  #disclaimer2020 .modal .modal-dialog {width:343px;max-width: none;}
  #disclaimer2020 .modal .modal-content {background-color:transparent;}
  #disclaimer2020 .modal .modal-dialog .modal-body {padding:0px;}
  #disclaimer2020 .modal .modal-dialog .modal-body .dismiss {color:#fff;font-size:15px;margin-top:15px;display:block;font-weight:normal;font-family:'SoleSans', 'Times New Roman', serif}

@media (min-width:768px){
  #disclaimer2020 .modal iframe {height:530px;}
  #disclaimer2020 .modal .modal-dialog {width:620px;}
}

#backdrop {
  position:fixed;
  top:0;
  left:0;
  background:#000;
  opacity:0.6;
}

.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.icon-left {
  position: relative;
  width: 12px;
  height: 12px;
}
.icon-left:before {
  content: " ";
  position: absolute;
  display: block;
  left: 2px;
  top: 4px;
  background: url(../img2020/chevron-right.svg) no-repeat;
  background-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
}
button .icon-left {
  position: absolute;
  right: 0;
  top: 1;
}
#accedipopup {
  padding-right: 12px;
  position: relative;
}
.packshot {
  max-width: 220px;
}
#headerLogin:hover {
  background: none;
}
.modal-backdrop {
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: 0.4;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: none;
}
.modal-backdrop.show {
  display: block;
}
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  left: 0;
  top: 0;
}
.modal *,
.modal :after,
.modal :before {
  box-sizing: border-box;
}
.modal.show {
  display: block;
}
.modal-dialog {
  margin: 1.75rem auto;
  position: relative;
  width: 390px;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  border: 0px solid transparent;
}
.modal-header {
  position: relative;
  display: flex;
  padding: 30px 30px 15px;
  text-align: center;
}
.modal-header h2 {
  margin: 0px;
  padding: 0px;
  display: block;
  align-self: center;
  margin: 0 auto;
  font-family: 'sole_headline';
  font-size: 24px;
  font-weight: bold;
  color: black;
  text-transform: none;
}
.modal-logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-logo--sole {
  height: 24px;
  width: auto;
}
.modal-close {
  line-height: 34px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 17px;
  right: 17px;
  color: #0f0f0f;
  background: url(../img2020/close.svg) no-repeat;
}
.modal-close .icon-close:before {
  content: " ";
}
.modal-body {
  position: relative;
  padding: 0px 30px 30px;
  flex: 1 1 auto;
  text-align: center;
}
.modal-body h3 {
  font-family: "sole_headline";
  font-size: 20px;
  font-weight: bold;
  color: #0f0f0f;
  margin: 12px 0px 0px;
  padding: 0px;
}
.modal-body h3 + p {
  font-size: 14px;
  line-height: 1.29em;
  color: rgba(0, 0, 0, 0.7);
  font-family: "SoleSans";
  margin-top: 5px;
}
.modal-body h3.modal-title {
  font-family: "sole_headline";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 5px;
  margin-top: 0px;
}
.modal-body img {
  margin: 0 auto;
  align-self: center;
}
.modal-body p {
  color: #003c7f;
  font-family: "SoleSans";
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-body p.modal-text {
  font-size: 15px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.modal-body p.modal-text a {
  color: #003c7f;
  text-decoration: none;
}
.modal-body .subtext {
  display: block;
  margin-top: 11px;
  font-family: "SoleSans";
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  height: 20px;
  position: relative;
}
.modal-body .subtext span {
  padding: 0px 10px;
  background: #ffff;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
}
.modal-body .subtext:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  content: " ";
  width: 100%;
  height: 1px;
  border-top: 1px solid #0f0f0f;
  opacity: 0.3;
}
.modal-form {
  margin-bottom: 10px;
}
.modal-footer {
  background: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
}
.modal-footer p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "SoleSans";
  font-size: 15px;
}
.modal-footer p button {
  color: #0f0f0f;
  font-weight: bold;
  border: 0px;
  font-family: "SoleSans";
  font-size: 15px;
  background: transparent;
  padding: 0px;
}
.modal.login .modal-header {
  padding: 10px 30px;
  min-height: 54px;
}
.modal.login .modal-header .modal-close {
  background-size: 17px;
}
.modal.login .modal-body {
  text-align: left;
  padding-bottom: 19px;
}
.modal.login .modal-footer {
  padding: 19px 30px;
}
.modal.subscribe .modal-footer {
  padding: 15px 30px 20px;
}
.modal .form-group {
  margin-bottom: 20px;
  position: relative;
}
.modal .label {
  margin: 7px 0px;
  font-family: "SoleSans";
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: rgba(15, 15, 15, 0.5);
}
.modal a.label {
  text-decoration: none;
  color: #003c7f !important;
  position: absolute;
  top: 0;
  right: 0;
}
.modal .input {
  margin-left: calc(-5px);
  margin-right: calc(-5px);
  width: calc(100% + 10px);
  margin-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(15, 15, 15, 0.25);
  border-radius: 15px;
  outline: 0 none!important;
  display: block;
  height: 30px;
  padding: 7px 10px;
  font-family: "SoleSans";
  font-size: 16px;
}
.modal .checkbox label {
  position: relative;
  font-family: "SoleSans";
  cursor: pointer;
  margin: 0;
  min-width: 18px;
  min-height: 18px;
  padding-left: 28px;
  font-size: 16px;
}
.modal .checkbox input {
  position: absolute;
  opacity: 0;
  padding: 0;
  overflow: visible;
}
.modal .checkbox input + .icon:after {
  display: block;
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.25);
  border-radius: 2px;
  z-index: 1;
}
.modal .checkbox input:checked + .icon:before {
  display: block;
  background: url(../img2020/tick.svg) no-repeat;
  background-size: 18px;
  z-index: 1;
}
.modal .checkbox input:checked + .icon:after {
  background: #003c7f;
  border-color: #003c7f;
  z-index: 0;
}
.modal .checkbox .icon-check {
  font-size: 16px;
}
.modal .checkbox .icon-check:before,
.modal .checkbox .icon-check:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.modal .checkbox .icon-check:before {
  display: none;
}
#socialLogin {
  display: flex;
  align-items: center;
  text-align: center;
}
#socialLogin .modal-soclogin-links {
  margin-left: 5px;
}
#socialLogin .list-inline-item {
  display: inline-block !important;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
#socialLogin .list-inline-item:not(:last-child) {
  margin-right: 10px;
}
#socialLogin .list-inline-item .ltool--circle {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
#socialLogin .list-inline-item .ltool--circle .icon {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.share-multi {
  background: #fff !important;
  border-color: #fff !important;
}
.share-fb {
  color: #fff !important;
  background: #3b5998 !important;
  border-color: #3b5998 !important;
}
.share-tw {
  color: #fff !important;
  background: #55acee !important;
  border-color: #55acee !important;
}
.share-in {
  color: #fff !important;
  background: #0077b5 !important;
  border-color: #0077b5 !important;
}
.btn {
  border-radius: 25px;
  display: block;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-family: "SoleSans";
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.btn:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.btn:visited {
  text-decoration: none;
}
.btn-dark-blue {
  font-size: 16px;
  line-height: 34px;
  height: 36px;
  border: solid 2px rgba(15, 15, 15, 0.05);
  background: #003c7f;
  color: #fff;
}
.btn-dark-blue:visited {
  color: #fff;
  text-decoration: none;
}
.btn-dark-blue:hover {
  color: #fff;
}
.btn-blue {
  background: #003c7f;
  border: 2px solid #003c7f;
  color: #fff;
  padding: 6px 15px;
  margin-left: auto;
  border-radius: 15px;
  font-family: "SoleSans";
  font-size: 16px;
  font-weight: 500;
  width: 115px;
  height: 30px;
  line-height: 15px;
  outline: 0;
}
.btn-blue:visited {
  color: #fff;
  text-decoration: none;
}
.btn-blue:hover {
  color: #fff;
}
.btn-white-violet {
  border: solid 2px #870042;
  background: #fff;
  color: #870042;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
.btn-white-violet:visited {
  color: #870042;
  text-decoration: none;
}
.btn-white-violet:hover {
  color: #870042;
}
.btn-violet {
  border: solid 2px #870042;
  background: #870042;
  color: #fff !important;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
.btn-violet:visited {
  color: #fff !important;
  text-decoration: none;
}
.btn-violet:hover {
  color: #fff;
}
.btn-full-w {
  width: 100%;
}
.btn-half-w {
  width: 45%;
  margin-right: 20px;
  float: left;
}
.btn-half-w + .btn-half-w {
  margin-right: 0px;
  float: right;
}
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*# sourceMappingURL=maschere-blocco.css.map */
