
@font-face {
    font-family: 'Escuela';
    src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8634s/fonts/Escuela-Bold.woff2') format('woff2'),
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8634s/fonts/Escuela-Bold.woff') format('woff'),
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8634s/fonts/Escuela-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Escuela';
    src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8634s/fonts/Escuela-Black.woff2') format('woff2'),
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8634s/fonts/Escuela-Black.woff') format('woff'),
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8634s/fonts/Escuela-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Escuela';
    src:
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8634s/fonts/Escuela-LightExpanded.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Escuela';
    src:
        url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8634s/fonts/Escuela-BoldExpanded.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

:root {
    --yellow: #F7BF60;
    --gold-text: linear-gradient(90deg, #FAA71D 0%, #FEE8A9 35.73%, #FFF7CA 59.13%, #FAA71C 100%);
    --gold-text-light: linear-gradient(90deg, #FFEBA3 0%, #FFF7BF 49.52%, #FFE591 100%);
    --wrap-yellow: 3px solid #FEC86C;
    --esc-black: 900;
    --esc-bold: 700;
    --esc-light: 300;
}
.yellow-text {
    color: var(--yellow);
}
.fw-900 {
    font-weight: var(--esc-black) !important;
}

.fw-700 {
    font-weight: var(--esc-bold) !important;
}

.fw-300 {
    font-weight: var(--esc-light) !important;
}

body {
    min-height: 100vh;
    background: #153E97;
    /* fallback */
background: radial-gradient(50% 50% at 50% 50%, #1A3A9D 0%, #000C40 100%), #153E97;
    color: #FFF;
    font-family: 'Escuela';
    font-weight: var(--esc-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.wrapper-shadow {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: radial-gradient(circle at center, #1A3A9D 0%, #000C40 100%);
    min-height: 100vh;
    min-height: fit-content;
}

.wrapper-shadow::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8634/media/sparkles.webp') center top / 100% auto no-repeat;
    mix-blend-mode: lighten;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}
.wrapper-shadow::after {
    content: none;
}

body>* {
    position: relative;
}


.space {
    height: 20px;
}

.kv-win {
    max-width: 390px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px;
}

.hand-wrapper {
    overflow: hidden;
}

.hand {
    position: absolute;
    top: 0px;
    right: -74px;
    width: clamp(250px, calc(250px + 120 * ((100vw - 375px) / 392)), 370px);
    z-index: 1;
}



.gold-text{
    background: var(--gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.20);
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    font-weight: var(--esc-black);
}

.gold-text-light {
    background: var(--gold-text-light);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title, .big-title, .main-title, .xl-title {
    font-weight: var(--esc-black);
}


.big-title, .xl-title {
    font-size: 25px;
    background: var(--gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.20);
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
  
}
.xl-title {
    font-size: 30px;
}

.lg-title {
    font-size: 22px;
    background: var(--gold-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.20);
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    font-weight: var(--esc-black);

}

.main-title {
    font-size: 20px;
}

.main-text{
    font-size: 18px;
}

.legal-text {

    font-size: 14px;
    font-style: normal;
    font-weight: var(--esc-light);
    line-height: normal;
}



.main-wrapper{
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    background-color: #003B75;
    border:var(--wrap-yellow);
    background: linear-gradient(180deg, #242986 0%, #0B1F72 100%);
    border-radius: 40px;
    position: relative;
    overflow: visible;
    margin-top: 80px;
}


.mcvities-moment {
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    width: 163px;
    z-index: 10;
    z-index: 1;
}

.giftCard {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 5px auto;
}

.productBox {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}

.product {
    width: 100%;
    height: auto;
    display: block;
}

.prizeBox, .stepBox {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}


.prizeImg, .stepImg {
    width: 100%;
    height: auto;
    display: block;
}

.prizesWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 620px;
    margin: 0 auto;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    line-height: 1.25;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: 42px !important;
    padding-bottom: 14px !important;
    border-radius: 23px;
    background-color: #ffffff00;
    text-align: center;
    font-weight: 700;
    color: white;
}

.form-floating > .form-select option {
    background-color: #142279;
    color: white;
}

.form-floating>.form-select {
    padding-top: 10px !important;
}
.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control:-webkit-autofill~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(2.15rem);
}



.form-floating>label {
    top: -8px;
    text-align: center;
    width: 100%;
}

.form-check {
    position: relative;
    padding-left: 34px;
    margin-bottom: 1rem;
    min-height: 22px;
}

.form-check {
    padding-left: 2rem;

}

.form-check-input {

    float: left;
    margin-left: -2rem;
    margin-top: 0.15rem;
    width: 22px;
    height: 22px;
    border-radius: 50% !important;
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.22);

}

.form-check-label {
    display: block;
    padding-left: 0.5rem;
    line-height: 1.35;
}

.check-text {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.26px;
}

.check-text2 {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.26px;
}


/* === MOBILE (default) === */
.white-wrapper {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    color: #1F2781;
}

.white-wrapper.textForm-style {
    font-size: 13px;
    font-weight: 700;
    color: #1F2781;
    letter-spacing: 0.26px;
    position: relative;
    z-index: 3;
}

.field-row {
    padding: 8px 0;
    border-bottom: 1px solid #e0e3f5;
}

.field-row:last-child {
    border-bottom: none;
}

.field-label {
    font-size: 13px;
    font-weight: 700;
    color: #1F2781;
    letter-spacing: 0.26px;
}

.field-input {
    border: none;
    outline: none;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 400;
    color: #1F2781;
    background: transparent;
    padding: 0;
    height: auto;
    font-weight: 700;
}

.upload-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 6px;
    border: 1.5px solid #1F2781;
    color: #1F2781;
    font-size: 12px;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
}

.upload-trigger:hover {
    background: #f0f2fa;
}

.upload-helper a {
    font-size: 12px;
    font-weight: 700;
    color: #1F2781;
}




.form-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

.form-check-input:checked {
    background-color: var(--yellow);
    border-color: var(--yellow);
}


.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: inherit;
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: white;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--yellow);
}

.bb-btn-wrapper {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    text-align: center;
}





.btn-warning,
.btn-warning:visited {
    border-radius: 2rem;
    min-height: 62px;
    background-color: #F8C555;
    background-image: linear-gradient(to left, #faa61a 0%, #fffbcc 50%, #faa61a 100%);
    color: #2A2159;
    font-size: 28px;
    letter-spacing: 0.56px;
    font-family: 'Escuela';
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-image: linear-gradient(to left, #e8920a 0%, #fff4a0 50%, #e8920a 100%);
    color: #2A2159;
    box-shadow: 0 4px 15px rgba(250, 166, 26, 0.5);
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.btn-primary,
.btn-primary:visited {
    border-radius: 2rem;
    min-height: 37px;
    background-color: #2A2159;
    color: white;
    outline: none;
    border: transparent;
    font-weight: var(--esc-black);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #3d3180;
    color: white;
    outline: none;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(42, 33, 89, 0.4);
    transform: translateY(-1px);
}

.bb-btn-wrapper,
.bb-btn-wrapper2 {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}


.bb-btn-wrapper2 {
    bottom: -47px;
}
.btnForm{
    display: none;
}

.landingBottom {
    position:relative;
    bottom: 30px;
}

.bb-btn-wrapper3{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}

.footer-pack {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    bottom: -77px;
    display: none;
    z-index: 3;
}



@media (min-width:768px) {

.white-wrapper {
        border-radius: 178px;
        padding: 18px 48px;
    }
    .xl-title {
            font-size: 33px;
        }

    .big-title {
        font-size: 29px;
    }
    .lg-title {
        font-size: 24px;
    }

    .main-title {
        font-size: 23px;
    }

    .bb-btn-wrapper3 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }

    .footer-pack {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        bottom: -120px;
        display: none;
        z-index: 3;
    }
   
        .landingBottom {

            bottom: 39px;
        }

    .mcvities-moment {
    top: -101px;
    width: 250px;
    }
    
    .space{
        height: 90px;
    }

    .space2 {
        height: 10px;
    }

        .prizeBox, .stepBox {
            width: 100%;
            max-width: 180px;
            margin: 0 auto;
        }

    .form-floating>.form-control-plaintext~label,
    .form-floating>.form-control:focus~label,
    .form-floating>.form-control:not(:placeholder-shown)~label,
    .form-floating>.form-control:-webkit-autofill~label,
    .form-floating>.form-select~label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translateX(2.0rem);
    }

    .hand {
        top: -80px;
        right: -170px;
        width: 100%;
        max-width: 620px;
    }

    .wrapper-shadow::after {
        content: none;
    }

    .bb-btn-wrapper2 {
        bottom: -47px;
    }

    .bb-btn-wrapper{
        bottom: -54px;
    }

}

@media (min-width:1100px) {
    .hand {
            top: -158px;
            right: -217px;
            max-width: 810px;
        }
}

@media (min-width:1380px) {
    .hand {
        top: -138px;
        right: -248px;
        max-width: 920px;
}
        
}



.modal-content{
    background: linear-gradient(180deg, #242986 0%, #0B1F72 100%);
    border: var(--wrap-yellow);
    border-radius: 40px;
}
.btn-close{
    filter: invert();
}
.modal-header {
    border-bottom: var(--bs-modal-header-border-width) solid #FFDD82;
}
.modal-footer {
    border-top: var(--bs-modal-footer-border-width) solid #FFDD82;
}


.uk-form .btnForm,
.uk-draw .btnForm,
.roi-draw .btnForm,
.roi-form .btnForm,
.landing-uk .btnForm,
.landing-roi .btnForm,
.draw .btnForm {
    display: block;
}

.uk-form .btnBottom,
.roi-form .btnBottom,
.uk-draw .btnBottom,
.roi-draw .btnBottom,
.landing-uk .btnBottom,
.landing-roi .btnBottom,
.draw .btnBottom {
    display: none;
}

.uk-form .mcvities-moment,
.roi-form .mcvities-moment,
.uk-draw .mcvities-moment,
.roi-draw .mcvities-moment,
.landing-uk .mcvities-moment,
.landing-roi .mcvities-moment,
.draw .mcvities-moment {
    display: none;
}

.landing-uk .footer-pack,
.landing-roi .footer-pack {
    display: block;
}


/* McVities header - footer */

.container-footer {
    max-width: 1400px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);

}

.wrapper-footer {
    padding: 0;
    background: radial-gradient(86.88% 86.88% at 52.82% 47.31%, #002AC2 0%, #002B94 50%, #00005C 100%);
    position: relative;
    overflow: hidden;
}

.yellow-bar {
    width: 100%;
    height: 78px;
    background: #F9BB20;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.wrapper-footer .container {
    position: relative;
    z-index: 2;
    padding: 2rem 1rem 1rem;
}

.footerImage img.chocoDigestives {
    max-width: 544px;
    height: auto;
    padding-left: 20px;
}

.footerImage {
    top: 0px;
}

.wrapper-footer-menu .nav-link {
    color: white;
    font-weight: 700;
    font-size: 1rem;
    padding-left: 0;

    padding-right: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}


.wrapper-footer-menu .nav-link:hover,
.wrapper-footer-menu .nav-link:focus {
    text-decoration: underline;
    text-decoration-color: rgb(255, 203, 102);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.25rem;
}

.wrapper-footer-social .footer-social-list {
    border-bottom: 1px solid rgb(255, 203, 102);
    display: flex;
    justify-content: flex-end;
}

.wrapper-footer-social .views-row {
    background-color: rgb(255, 203, 102);
    border-radius: 0.25rem 0.25rem 0 0;
    display: flex;
    gap: 7px;
    padding: 0.25rem 0.5rem;
}

.wrapper-footer-social .social-item {
    display: flex;
    align-items: center;
}

.wrapper-footer-social .social-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 203, 102);
    border-radius: 0.125rem;
    padding: 0.25rem;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}

.wrapper-footer-social .social-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.wrapper-footer-base {
    /* padding: 2rem 1rem 1rem; */
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 2em;
}

.base-menu-container ul {
    padding-left: 0;
    margin-bottom: 0;
    gap: 1.5rem;
}

.base-menu-container .nav-item {
    list-style: none;
}

.wrapper-footer-base .nav-link,
.wrapper-footer-base .nav-link:link {
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    color: rgb(255, 255, 255);
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
}

.wrapper-footer-base .nav-link:hover {
    text-decoration-color: rgb(255, 203, 102);
}


.pladis-logo {
    background: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8511/media/pladisLogo.svg') no-repeat center center;
    background-size: contain;
    width: 94px;
    height: 43px;
}


.base-menu-container ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    gap: 1.5rem;
}


.wrapper-footer-base .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.footer-logo img {
    max-width: 120px;
    max-height: 88px;
}

.header-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
}

.headerHero {
    width: 100%;
    height: auto;
    display: block;
}

.nav-links a.nav-item {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.4rem 0.75rem;
    border-radius: 1.5rem;
    border: 0 none;
}

.nav-links a.nav-item:hover,
.nav-links a.nav-item:focus {
    background-color: #FFCB66;
    color: #001777;
}

/* Mobile hamburger button */
.menu-toggle {
    background-color: #FFCB66;
    border: 0 none;
    border-radius: 1.5rem;
    width: 3rem;
    height: 3rem;
    position: relative;
    z-index: 4;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #001777;
    position: absolute;
    left: 12px;
    border-radius: 4px;
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-toggle span:first-child {
    top: 18px;
}

.menu-toggle span:last-child {
    top: 26px;
}

/* Hamburger to X animation */
.menu-toggle.is-open {
    background-color: #00A1E1;
}

.menu-toggle.is-open span {
    background-color: #fff;
}

.menu-toggle.is-open span:first-child {
    top: 22px;
    transform: rotate(45deg);
}

.menu-toggle.is-open span:last-child {
    top: 22px;
    transform: rotate(-45deg);
}

/* Mobile menu overlay */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(86.88% 86.88% at 52.82% 47.31%, #002AC2 0%, #002B94 50%, #00005C 100%);
    z-index: 2;
    padding: 6rem 1.5rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow: hidden;
}

body.menu-open {
    overflow: hidden;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-link {
    display: inline-block;
    font-weight: 900;
    font-size: 1.8rem;
    color: white;
    margin-bottom: 0.4rem;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.625rem 0.625rem 0.875rem;
    border-radius: 0.5rem;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-link:hover,
.mobile-nav-link:focus,
.mobile-nav-link:focus-visible {
    color: white;
    text-decoration: none;
    background-color: #00A1E1;
    outline: none;
}

/* Header bar stays above menu */
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 1rem;
    z-index: 5;
}

.logo-img {
    height: auto;
    width: 98px;
}

@media (min-width:768px) {

    .logo-img {
        height: auto;
        width: 187px;
    }

    .footerImage img.chocoDigestives {
        max-width: 670px;
    }

    .mobile-menu,
    .menu-toggle {
        display: none !important;
    }

    .wrapper-footer-base {
        flex-flow: column;
    }


}

/* McVities header - footer end */