.container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 0 35px;
    margin: 0 auto;
    box-sizing: border-box;
}

header {
    display: flex;
    align-items: center;
    padding: 15px 0;
    z-index: 2;
}

.section-red {
    background: #e6000d;
    overflow-x: clip;
    color: white;
}

.section-beige {
    background: #e7e3d8;
}

.section-dark-grey {
    background: #2e373f;
}

.text-gold {
    color: #eeca90;
}
.section-red .formContainer .error {
    color: #eeca90;
}

.logo {
    width: 100%;
    max-width: 170px;
}

.logo i {
    display: block;
    padding-bottom: 27%;
    background: url(/img/logo-white.svg) no-repeat center;
    background-size: contain;
    position: relative;
}
.logo i a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero {
    position: relative;
    width: 100%;
    max-width: 1545px;
    margin: 0 auto;
    margin-top: -80px;
}
.hero .machines {
    margin: 0 auto;
    width: 100%;
    margin-bottom: -12%;
}
.hero .machines i {
    display: block;
    padding-bottom: 50%;
    background: url(/img/sharp-desktop-hero.jpg) no-repeat bottom center;
    background-size: cover;
}

.hero-vert i {
    display: block;
    padding-bottom: 125%;
    background: url(/img/sharp-mobile-hero.jpg) no-repeat bottom center;
    background-size: auto;
    background-size: cover;
}

.form-split {
    display: flex;
    gap: 4rem;
}
.form-split > * {
    width: 50%;
}
.form-split > div:first-child {
    display: flex;
    flex-direction: column;
}

.title {
    font-size: 2.2rem;
    font-family: 'source-sans-pro';
    line-height: 1.1;
    font-weight: 400;
}
.text-bigger {
    font-size: 1.2em;
}
.text-bold {
    font-weight: 600;
}
.block {
    display: block;
}

.index-prizes {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}
.index-prizes i {
    display: block;
    padding-bottom: 31%;
    background: url(/img/prizes.png) no-repeat bottom center;
    background-size: contain;
}

.pad-top {
    padding-top: 100px;
}

.formContainer,
.formContainer .field_firstName {
    margin-top: 0;
}

.formContainer .field {
    margin-bottom: 30px;
}
.formContainer input[type='text'] {
    padding: 14px 10px;
}
.formContainer select {
    padding: 16px 10px;
}
.formContainer .buttonContainer button,
.buttonContainer a,
.buttonContainer button {
    background: transparent;
    border: 1px solid black;
    color: black;
    font-weight: 800;
    line-height: 1;
    min-width: unset;
    padding: 12px 20px 10px 20px;
}

.section-red .formContainer .buttonContainer button,
.section-red .buttonContainer a,
.section-red .formContainer .multiUploaderContainer a.uploadLink {
    border: 1px solid white;
    color: white;
}

.formContainer .multiUploaderContainer .thumbs {
    border: 2px dashed var(--form-outlines);
    border-radius: 10px;
}
.formContainer .multiUploaderContainer a.uploadLink {
    background: transparent;
    border: 1px solid black;
    color: black;
    font-weight: 800;
    line-height: 1;
    min-width: unset;
    padding: 12px 20px 10px 20px;
    border-radius: 8px;
}
.formContainer .checkboxContainer > a {
    border: 1px solid var(--form-outlines);
    border-radius: 4px;
}
.formContainer .postcodeLookupContainer .pclButton {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: #e7e3d8;
    color: black;
}
.formContainer .selectContainer i.arrow {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.steps > div {
    flex: 1 1 calc(25% - 30px);
    text-align: center;
    display: flex;
    flex-direction: column;
    min-width: 180px;
}
.steps > div .icon {
    height: 140px;
}

.back-to-homepage {
    margin-top: 40px;
}

.sl-pages {
    display: flex;
    flex: 1;
    max-width: 1440px;
    margin: 0 auto;
}
.sl-pages > div {
    width: 50%;
}

.under-card {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.under-card.revealed {
    visibility: initial;
    opacity: 1;
    height: initial;
    overflow: visible;
    transition: all 0.3s ease;
}
form.btn-disabled .buttonContainer {
    cursor: not-allowed;
}
form.btn-disabled button {
    filter: opacity(0.7);
    pointer-events: none;
}
form.form-voucher .buttonContainer {
    text-align: center;
}
form.form-voucher .buttonContainer button {
    font-size: 2em;
    border-width: 2px;
}

@media screen and (max-width: 700px) {
    .container {
        padding: 0 16px;
    }
    .title {
        font-size: 35px;
    }
    .form-title {
        text-align: center;
    }
    .form-split {
        flex-direction: column;
        gap: 0;
    }
    .form-split > * {
        width: 100%;
    }
    .vac {
        display: none;
    }

    .logo {
        max-width: 150px;
    }
    .hero {
        margin-top: -70px;
    }
    .hero .machines {
        margin-bottom: unset;
    }
    .hero .machines i {
        display: block;
        padding-bottom: 124%;
        background: url(/img/sharp-mobile-hero.jpg) no-repeat bottom center;
        background-size: cover;
    }
}

@media screen and (max-width: 500px) {
    br.br {
        display: none;
    }
    .sl-pages {
        flex-direction: column;
    }
    .sl-pages > div {
        width: 100%;
    }
}

.wheel-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.wheel-container .wheel-base {
    filter: brightness(1);
    transition: filter 0.5s ease-out;
}
.wheel-container .wheel-base i {
    display: block;
    padding-bottom: 100%;
    background: url(/img/wheel/wheel-base.svg) no-repeat center;
    background-size: contain;
    position: relative;
}

.wheel-container .wheel-base .prize-overlay {
    background: rgb(198 16 23);
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-size: contain;
    transform: scale(0);
    transition: 2s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 1 100%);
}
.wheel-container .wheel-base .prize-overlay .congrats {
    width: 100%;
    height: 100%;
    background: url(/img/wheel/congrats.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}
.wheel-container .wheel-base .prize-overlay.microwave {
}
.wheel-container .wheel-base .prize-overlay.microwave .prize {
    width: 100%;
    height: 100%;
    background: url(/img/wheel/microwave.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}
.wheel-container .wheel-base .prize-overlay.voucher .prize {
    width: 100%;
    height: 100%;
    background: url(/img/wheel/voucher.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.wheel-container.reveal .wheel-base .prize-overlay {
    transform: scale(1);
}

.wheel-container .wheel-base .inner-wheel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/wheel/inner-wheel.svg) no-repeat center;
    background-size: contain;
    animation-timing-function: ease-in-out;
}
.wheel-container .click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/wheel/click-to-spin.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: all 0.7s cubic-bezier(0.68, -0.55, 0.27, 1);
    transform: scale(0);
}
@media screen and (max-width: 900px) {
    .wheel-container .click {
        background: url(/img/wheel/tap-to-spin.svg) no-repeat center;
        background-size: contain;
    }
}
.wheel-container.clean .click {
    transform: scale(1);
}
.wheel-container.clean .wheel-base {
    filter: brightness(0.5);
}
.wheel-container .wheel-base .inner-wheel > .prizes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/wheel/prizes.svg) no-repeat center;
    background-size: contain;
}

.wheel-container .wheel-base .needle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/wheel/needle.svg) no-repeat center;
    background-size: contain;
}

.wheel-container .wheel-base .lights {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/wheel/lights.png) no-repeat center;
    background-size: contain;
}
.wheel-container .wheel-base .lights .glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/wheel/lights-glow.png) no-repeat center;
    background-size: contain;
    animation: lightsBlink 2s linear infinite alternate-reverse;
}
.wheel-container.spinning .wheel-base .lights .glow {
    animation: lightsBlink 0.15s linear infinite alternate-reverse;
}

@keyframes lightsBlink {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(0);
    }
    50.0001% {
        transform: rotate(13deg);
    }

    100% {
        transform: rotate(13deg);
    }
}

@keyframes rotate {
    0% {
        filter: blur(0);
        transform: rotate(0deg);
    }
    20% {
        filter: blur(5px);
    }
    80% {
        filter: blur(5px);
    }
    95% {
        filter: blur(0);
    }
    100% {
        transform: rotate(calc(45deg * 40));
    }
}
footer ul {
    margin-bottom: 60px;
    padding-inline: 180px;
}
.footer-logo {
    position: absolute;
    width: 160px;
    height: 70px;
    top: 25px;
    left: 35px;
    background: url(/img/Sharp_Be_Original_Logo_RGB_Wh.png) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 800px) {
    footer ul {
        margin-bottom: 0;
        padding-inline: 0;
    }
    .footer-logo {
        position: initial;
        top: unset;
        left: unset;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.model-info {
    border: 1px solid var(--form-outlines);
    padding: 10px;
    margin-bottom: 50px;
}
