.d-none {
    display: none !important;
}

.d-contents {
    display: contents !important;
}

div.outer {
    background-color: white;
    min-height: 100vh;
    background-position: 100% 0;
    position: relative;
    overflow: hidden;
}

div.outer > section.logos-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
}

div.outer > section.logos-container .logo-juventus > img {
    width: 25px;
}

div.outer > section.logos-container .logo-kojiro > img {
    width: 80px;
}


div.outer > section.main {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 4vh;
    background: linear-gradient(to bottom, transparent 0, black 100%);
}

div.outer > section.main > div.main-cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 25vh 24px 28px;
    grid-row-gap: 20px;
}

div.outer > section.main > div.main-cta > h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 34px;
    line-height: 38px;
    color: white;
    font-weight: 500;
    text-align: center;
}

div.outer > section.main > div.main-cta > h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: white;
    font-weight: 500;
    text-align: center;
}

div.outer > section.main > div.main-button {
    text-align: center;
    margin-bottom: 32px;
}

.BO-button, div.outer > section.main > div.main-button button {
    width: 256px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff2850;
    border: none;
    color: white;
    font-family: "Titillium Web", sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 8px;
}

div.outer > section.main > div.main-copyright > p {
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: white;
    font-weight: 500;
    text-align: center;
}


/* form */

div.outer.bg2 {
    background-image: url(../img/bg2.jpg);
}

div.outer.outer-form {
    overflow: auto;
}

div.outer > section.form {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 4vh;
    background: linear-gradient(to bottom, transparent 0, black 100%);
}

div.outer > section.form > div.form-cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4vh 24px 12px;
    grid-row-gap: 8px;
}

div.outer > section.form > div.form-cta > h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: white;
    font-weight: 500;
    text-align: center;
}

div.outer > section.form > div.form-cta > p {
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: white;
    font-weight: 500;
    text-align: left;
}

div.outer > section.form {
    display: contents;
}

div.outer > section.form  div.form-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 16px;
    padding: 0 24px;
    max-width: 512px;
}

div.outer > section.form div.form-content > div.form-row { 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

div.outer > section.form div.form-content > div.form-row.form-row-consenso { 
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.outer > section.form div.form-content > div.form-row > label {
    font-family: "Titillium Web", sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: white;
    font-weight: 500;
    text-align: left;
    margin-bottom: 6px;
    align-self: flex-start;
}

div.outer > section.form div.form-content > div.form-row.form-row-consenso > label { 
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    width: fit-content;
}

div.outer > section.form div.form-content > div.form-row.form-row-consenso > label > a { 
    color: white;
}

 div.outer > section.form div.form-content > div.form-row > input {
    width: 96%;
    min-width: 96%;
    height: 32px;
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: black;
    font-weight: 500;
    text-indent: 8px;
    border: 1px solid #ff2850;
}

div.outer > section.form div.form-content > div.form-row.form-row-consenso > input { 
    width: 24px;
    height: 24px;
    min-width: unset;
}

div.outer > section.form div.form-button {
    text-align: center;
    margin: 32px auto;
}

div.outer > section.form div.form-content > div.form-row > p.error-text {
    width: fit-content;
    background-color: #d86d00;
    color: white;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 14px 12px;
    margin: 8px auto 4px;
}

div.outer > section.form div.form-button button {
    width: 256px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff2850;
    border: none;
    color: white;
    font-family: "Titillium Web", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 8px;
}

input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: #ff2850;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #ff2850;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
  }
  input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #ff2850;
  }
  input[type="checkbox"]:checked::before {
    transform: scale(1);
  }

/* IW */

div.outer > section.iw {
    background: linear-gradient(transparent 0, black 50%, transparent 100%);
    margin-top: 32px;
}

div.outer > section.iw > div.iw-cta > h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 32px;
    line-height: 36px;
    color: white;
    font-weight: 500;
    text-align: center;
}

div.outer > section.iw > div.iw-cta > h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: white;
    font-weight: 500;
    text-align: center;
}

div.outer > section.iw > div.iw-cta > h3 > a {
    color: white;
}

div.outer > section.iw > div.iw-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 0 96px;
}

div.outer > section.iw > div.iw-img > img {
    width: 320px;
    flex-shrink: 0;
}

div.outer > section.iw.lose {
    margin-top: 96px;
    padding: 128px 16px;
}
.errField {
	border:solid 3px yellow !important;
} 
.vincita {
	margin:10%;
	}



/* insula */

* {
    font-family: "Titillium Web", sans-serif;
}

body {
    background-color: #1f2850;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: 1fr auto;
}

div.outer-insula {
    background-color: #1f2850;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 40px);
}

div.outer-insula section.logos-container {
    justify-content: center;
}

div.outer-insula section.logos-container div.logo-insula > img {
    height: 90px;
}

div.outer-insula section.main {
    position: relative;
    background: none;
}

div.outer-insula > section.main > div.main-cta {
    padding: 0 16px 24px;
    margin-top: 24px;
}

div.outer-insula > section.main > div.main-cta > img.main-cta-img {
    width: 256px;
}

div.outer-insula > section.main > div.main-cta > * {
    color: white !important;
}

div.outer-insula > section.main > div.main-cta > h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 28px;
    line-height: 32px;
}

div.outer-insula > section.main > div.main-cta > h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    line-height: 28px;
}


div.outer-insula > section.main > div.main-cta > h3 {
    font-size: 22px;
    line-height: 26px;
}

div.outer-insula > section.main > div.main-cta > h4 {
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: white;
    font-weight: 500;
    text-align: center;
}

div.outer-insula > section.main > div.main-button button {
    background-color: white;
    color: #1f2850;
    font-size: 22px;
}

div.outer-insula > section.main > div.main-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 12px;
}

div.outer-insula > section.main > div.main-links > a {
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    line-height: 16px;
    color: white;
    font-weight: 500;
    text-align: center;
}

footer {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}

footer > img {
    width: 100%;
}

div.outer-insula section.iw {
    background: transparent;
    margin-top: 24px;
}

div.outer-insula section.iw div.iw-cta {
    margin-top: 12px;
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
    opacity: 0;
    transition: 360ms all ease-in-out;
}

div.outer-insula section.iw div.iw-cta.ended {
    opacity: 1;
}

div.outer-insula section.iw div.iw-cta > * {
    color: white !important;
}

div.outer-insula section.iw div.iw-cta > p {
    font-family: "Titillium Web", sans-serif;
    color: white !important;
    font-size: 18px;
    margin-top: 24px;
    text-align: center;
}


div.outer-insula section.iw div.iw-cta-win > * {
    color: white !important;
}

div.outer-insula section.iw div.iw-cta-win > h1.vincita {
    margin: 8px 16px !important;
    font-weight: 700 !important;
}

div.outer-insula > section.form div.form-content {
    margin-top: 24px;
}

div.outer-insula section.form div.form-cta > * {
    color: white !important;
}

div.outer > section.form > div.form-cta > h3 {
    font-size: 20px;
}

div.outer > section.form > div.form-cta > p {
    width: 100%;
    text-align: left;
    color: white;
}

div.outer-insula section.form label {
    color: white !important;
}

div.outer-insula > section.form div.form-content > div.form-row.form-row-consenso > label {
    color: white !important;
    max-width: 92%;
}

div.outer-insula > section.form div.form-content > div.form-row.form-row-consenso > label > a {
    color: white;
}

div.outer-insula > section.form div.form-content > div.form-row.form-row-consenso > p {
    font-family: "Titillium Web", sans-serif;
    color: white !important;
    font-size: 15px;
    margin-top: 18px;
    text-align: center;
}


div.outer-insula section.form input {
    color: black;
    border-color: white !important;
}

div.outer-insula section.form input[type="checkbox"]::before {
    box-shadow: inset 1em 1em #1f2850;
}

.BO-button, div.outer-insula > section div.form-button button {
    width: 256px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-family: "Titillium Web", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    background-color: white !important;
    color: #1f2850 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
}

div.outer-insula div.retry-button {
    text-align: center;
    margin-top: 32px;
}

div.outer-insula > section.form div.form-content > div.form-row > p.error-text {
    background-color: #ff5000;
}

#msgLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#msgLine > #errMsg {
    width: fit-content;
    background-color: #ff5000;
    color: white;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 14px 12px;
    margin: 8px auto 4px;
}


/* win email confirm */

div.outer-insula > section.form form#win-form {
    margin-bottom: 16px;
}

div.outer-insula > section.form form#win-form div.form-content {
    margin-top: 0;
}

div.outer-insula > section.form form#win-form div.form-content > div.form-row input.button {
    width: 256px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-family: "Titillium Web", sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    background-color: white !important;
    color: #1f2850 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
}

div.outer-insula > section.form form#win-form div.form-content > div.form-row label {
    margin: 48px auto 16px;
}

div.outer-insula > section.form form#win-form div.form-content > div.form-row input#email-confirm {
    margin-bottom: 20px;
}

div.outer-insula > section.main div.main-cta-closed > * {
    color: white !important;
}

div.outer-insula > section.main div.main-cta-closed > h2 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

div.outer-insula > section.main div.main-cta-closed > h2 > a {
    font-weight: 700 !important;
    color: white !important;
}
.BO-input {
	margin: 0 16px 16px;
    max-width: 40%;
    height: 42px;
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: black;
    font-weight: 500;
    text-indent: 8px;
    border: 1px solid white;
}


.BO-search-label {
	max-width: 50%;
	margin: 0 0 12px 16px;
    color: white !important;
    font-family: "Titillium Web", sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: white;
    font-weight: 500;
    text-align: left;
}
.BO-link {
	width:100%; 
}
.BO-link::after {
  content: " >> ";
}
@media (max-width: 767px) {
    .BO-search-label {
        margin-left: 0;
    }
}

div.outer > section.iw.report {
    background: none;
    margin-bottom: 24px;
}

div.outer > section.iw.report.report-content {
    text-align: center;
    margin-top: 16px;
    border-top: 4px solid white;
}

div.outer > section.iw.report > form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    div.outer > section.iw.report > form {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        grid-row-gap: 12pxs;
    }  
}

div.outer > section.iw.report .report-title {
    color: black;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

div.outer > section.iw.report .report-text {
    color: black;
    font-size: 16px;
    line-height: 20px;
}


