/* reset CSS */
/*! modern-normalize v2.0.0 */
progress,
sub,
sup {
    vertical-align: baseline
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4
}

body {
    margin: 0
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: ButtonText dotted 1px
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

:root {
    --color-white: #ffffff;
    --color-red: #a50035;
    --color-green: #0a7533;
    --color-light-green: #0cb04a;
    --color-bright-red: #EA1917;
    --color-gray-light: #a6a6a6;
}

html {
    background-color: #35323f;
    text-rendering: optimizeLegibility;

}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
}
/* colors ---------------------------------- */
.white {
    fill: var(--color-white);
}

.red {
    fill: var(--color-red);
}

.bright-red {
    fill: var(--color-bright-red);
}



.green {
    fill: var(--color-green);
}

.burgundy {
    fill: var(--color-burgundy);
}

.lightgreen {
    fill: var(--color-light-green);

}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

/* DOM ---------------------------------- */
html {
    background-color: #f0ece4;
     background-repeat: repeat;
    background-size: 265px; 
}
body {
     overflow-x: hidden;
     background-color: #f0ece4;
      user-select: none;


    height: 100%;
    max-width: 1280px;
    margin: auto;
    position: relative;

}



.bg-shadow-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url('../assets/images/bgshadow2.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 0;
}

.index-background {
    background-image: url('../assets/images/background_3.jpg');
    background-repeat: repeat;
}

body {
    background: transparent;
}
.bg-shadow-overlay {
    display: none;

    
}


main {
    width: 100%;
    display: block;
    overflow: hidden;
}
.main-wrap {
    width: 1280px;
    margin: auto;


}

.top-light-red,
.top-light-green {
    position: absolute;
    left: 0;
    width: 1920px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1280px  ;
}

.top-light-green {
    height: 802px;
    top: 250px;
    background-image: url('../assets/images/green3.png');
    z-index: 0;
}

.top-light-red {
    height: 376px;
    top: 0px;
    background-image: url('../assets/images/redline3.png');
    z-index: 0;
}

@media (max-width: 500px) {
    .top-light-red,
    .top-light-green {
         background-size: 100%;
    }

    .top-light-green {
        width: 100%;
        top: 201px;
     }

    .top-light-red {
        width: 100%;
    }

    html {
        background-size: 175px;
    }
    .bg-shadow-overlay {
        height: 400px;
    }
}


.top-banner-wrap {
    position: static;
    width: 100vw;
    overflow: hidden;
  
    z-index: 0;
}
 



.top-leaves {
    position: absolute;
    overflow: hidden;
    top: -3px;
    left: 0;
    width: 100%;
    height: 200px;
    background-size: auto 100%;
    background-image: url("../assets/images/tree2.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    z-index: 3;
}

.rribon1 {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 200px;
    z-index: 3;
    left: 50%;
    transform: translateX(calc(-50% - 230px));
}
 

.calendar-wrap {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    margin-left: 5px;
    margin-top: 10px;
}

.desktop-map-bg {
    display: block;
    width: 960px;
    height: auto;
    margin-left: 140px;
}

.mobile-map-bg {
    display: none;
}

.days-wrap {
    position: absolute;
    margin-top: 10px;
    margin-left: 140px;
    user-select: none;

}

main svg {
    margin: 4px;
}

main {}

.calendar svg {
    filter: brightness(100%);
    transition: filter 0.5s ease;
}

 

/* videos ---------------------------------- */

.video-wrap {
    display: block;
    width: 100%;
}

/* sparkle */
.cursor {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    z-index: 200;
}

/* Modal */

.title {
    color: white;
}
 
/** Days ---------------------------------- */
.day {
    position: absolute;
    display: block;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid green; */
}
.isCurrentDay {
    cursor: pointer;

}
.number--basic,
.number--basic2 {
    color: white;
    font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 5.7em;
    position: absolute;
    transition: all 0.5s ease;

}

@media (min-width: 900px) {
    .day:not(.state_close):hover .number--basic {
        transform: scale(1.2);
    }
    .day:not(.state_close):hover .number01,
    .day:not(.state_close):hover .number24  {
        transform: scale(1.2);
    }
}
 
.number--center {
    position: relative;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
.number--top-right {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 34px;
}
 
.number--top-center {
    position: absolute;
    top: 20px;
    font-size: 34px;
    left: 50%;
    transform: translate(-50%, 0);
}

.number--top-center--small {
    position: absolute;
    top: 11px;
    font-size: 26px;
    left: 50%;
    transform: translate(-50%, 0);
}
.day16 .number--top-center--small,
.day12 .number--top-center--small,
.day23 .number--top-center--small,
.day24 .number--top-center--small,
.day19 .number--top-center--small {
    font-size: 34px;
}

.day01 {
    top: 8px;
    left: 581px;
    width: 360px;
    height: 361px;
}


#videoday01 {
    width: 100%;
    overflow: hidden;
    position: absolute;
    border-radius: 29px;
    top: 0px;
    lefT: 0px;
}
#videoday24 {
    width:  280px;
    overflow: hidden;
    position: absolute;
    border-radius: 29px;
    left: 33px;
    top: 4px;

}

.lglogo01 {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 90px;
    z-index: 2;
}

.number01 {
    position: absolute;
    top: 14px;
    right: 12px;
    background-color: var(--color-gray-light);
    width: 75px;
    height: 75px;
    border-radius: 100%;
    color: white;
    font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.7em;
    z-index: 2;
    transition: all 0.5s ease;

}

.day07 {
    top: 8px;
    left: 394px;
    width: 171px;
    height: 173px;
}

.day14 {
    top: 195px;
    left: 394px;
    width: 171px;
    height: 171px;
}


.day23 {
    top: 8px;
    left: 21px;
    width: 358px;
    height: 171px;
    
}

.logo23 {
    width: 330px;
    left: 4px;
    position: absolute;
    top: 5px;
}

.number23 {
    z-index: 2;
    position: absolute;
}
.number23-wrap {
    position: absolute;
    right: 136px;
    top: 29px;
}

.day02 {
    top: 195px;
    left: 206px;
    width: 173px;
    height: 362px;
    overflow: hidden;
}

.logo02 {
    overflow: hidden;

}

.number02 {
    color: var(--color-gray-light);
    position: absolute;
    z-index: 2;
}
.number02-wrap {
    position: absolute;
    right: 138px;
    top: 32px;
}

.roundplant {
    position: absolute;
    left: 28px;
    top: 208px;
    width: 158px;

}

.day20 {
    top: 382px;
    left: 16px;
    width: 176px;
    height: 176px;
}


.cookieman {
    position: absolute;
    left: 589px;
    top: 386px;
    width: 158px;
}

.day15 {
    top: 384px;
    left: 395px;
    width: 171px;
    height: 171px;
}


.day03 {
    left: 769px;
    top: 384px;
    width: 171px;
    height: 171px;
}


.star {
    position: absolute;
    top: 573px;
    left: 772px;
    width: 158px;
}

.knot {
    position: absolute;
    top: 1326px;
    left: 207px;
    width: 360px;
}
.knot-mobile {
    display: none;
}
.day19 {
    left: 393px;
    top: 572px;
    width: 364px;
    height: 171px;
}

.number19 {
    position: absolute;
    z-index: 2;
}
.number19-wrap {
    position: absolute;
    right: 130px;
    top: 32px;
}
 
.logo19 {
    width: 303px;
    top:3px;
    position: absolute;
    left: 23px;
}

.day22 {
    left: 209px;
    top: 573px;
    width: 171px;
    height: 171px;
}



.day05 {
    left: 19px;
    top: 573px;
    width: 174px;
    height: 174px;
}


.day10 {
    top: 760px;
    left: 771px;
    width: 171px;
    height: 171px;
}



.day12 {
    left: 392px;
    top: 759px;
    width: 361px;
    height: 171px;
}

.number12 {
    color: var(--color-gray-light);
    position: absolute;
 
     z-index: 2
}

.number12-wrap {
    position: absolute;

    right: 129px;
    top: 30px 
}
.logo12 {
    width: 341px;
    top: 6px;
    position: absolute;
    left: 3px;

}

.day24 {
    top: 758px;
    left: 17px;
    width: 361px;
    height: 360px;
}

.number24 {
    position: absolute;
    top: 14px;
    right: 32px;
    background-color: var(--color-gray-light);
    width: 75px;
    height: 75px;
    border-radius: 100%;
    color: white;
    font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.7em;
    transition: all 0.5s ease;
    z-index: 2;
}

.day13 {
    left: 770px;
    top: 947px;
    width: 171px;
    height: 171px;
}

.day16 {
    left: 582px;
    top: 947px;
    width: 171px;
    height: 358px;
}

.number16 {
    position: absolute;
    z-index: 2;
}
.number16-wrap {
    position: absolute;
    right: 121px;
    top: 33px;
}
.logo16 {
    width: 147px;
    position: absolute;
    left: 9px;
    bottom: -1px;
}

.day08 {
    top: 1134px;
    width: 171px;
    left: 769px;
    height: 171px;
}

.number08 {
    color: var(--color-gray-light);
}

.day21 {
    left: 394px;
    top: 946px;
    width: 171px;
    height: 171px;
}

.day09 {
    left: 393px;
    top: 1134px;
    width: 171px;
    height: 171px;
}

.day11 {
    left: 206px;
    top: 1134px;
    width: 171px;
    height: 171px;
}

.day18 {
    left: 19px;
    top: 1134px;
    width: 171px;
    height: 171px;
}

.day06 {
    top: 1321px;
    width: 171px;
    left: 20px;
    height: 171px;
}

.day17 {
    top: 1321px;
    width: 171px;
    left: 583px;
    height: 171px;
}

.day04 {
    top: 1322px;
    width: 171px;
    left: 769px;
    height: 171px;
}

/** Title ---------------------------------- */
@font-face {
    font-family: 'LG EI_Headline Bold';
    src: url("../assets/fonts/LG EI_Headline Bold.otf") format("opentype");
}

@font-face {
    font-family: 'LGEI Headline';
    src: url("../assets/fonts/LG EI_Headline Regular.otf") format("opentype");
}

@font-face {
    font-family: 'LGEI Headline Light';
    src: url("../assets/fonts/LG EI_Headline Light.otf") format("opentype");
}


@font-face {
    font-family: 'LG EI_Headline Semi Bold';
    src: url("../assets/fonts/LG\ EI_Headline\ Semibold.otf") format("opentype");
}

@font-face {
    font-family: 'LG EI_Text';
    src: url("../assets/fonts/LG EI_Text Regular.ttf") format("truetype");
}

h1 {
    color: black;
    font-family: "LGEI Headline", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 44.5px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    
}

.title-wrap {
    margin: auto;
    position: relative;
    margin-top: 100px;
    z-index: 1;
    text-align: center;
}

.subtitle-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtitle-wrap p {
    width: 45%;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: "LGEI Text", Segoe UI, "Microsoft Sans Serif", sans-serif;

}

/** close state **/
.state_close  {
    cursor: not-allowed;
}

.bg--closed {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    left: 0;
    top: 0;
}

.bg-price {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    left: 0;
    top: 0;
}

.shop-wrap {
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: white;
    border-radius: 40px;
    width: auto;
    display: flex;
 
    align-items: center;
    justify-items: center;
    justify-content: center;

}

.isCurrentDay .shop-wrap {
    bottom: 1px;
}
.day24.isCurrentDay .shop-wrap {
    bottom: 6px;
 }
 
.isCurrentDay .shop-wrap .cta-round {
    width: 60px;
}

.day15.isCurrentDay .shop-wrap,
.day23.isCurrentDay .shop-wrap,
.day22.isCurrentDay .shop-wrap,
.day21.isCurrentDay .shop-wrap,
.day13.isCurrentDay .shop-wrap,
.day04.isCurrentDay .shop-wrap {
    bottom: 2px;
    margin-top: 2px;

}


.day15.isCurrentDay .shop-wrap::after,
.day13.isCurrentDay .shop-wrap::after,
.day04.isCurrentDay .shop-wrap::after,
.day21.isCurrentDay .shop-wrap::after,
.day22.isCurrentDay .shop-wrap::after,
.day23.isCurrentDay .shop-wrap::after {
 
}

.no-can-do {
    width:  60px;
    height: 60px;
}
 

.day12 .shop-wrap,
.day23 .shop-wrap,
.day24 .shop-wrap,
.day19 .shop-wrap {
    left: 52%;
}
.day12 .number--basic2,
.day23 .number--basic2,
.day24 .number--basic2,
.day19 .number--basic2  {
    left: 52%;
}

.day24 .number--top-right {
    margin-left: -5%;
}

.active-mode {
 
}

.isCurrentDay .shop-wrap {
    cursor: pointer;
 }
 
.isCurrentDay .no-can-do {
    display: none;
}
.modal-cta {
    cursor: pointer;
}
.modal-shop-wrap {
     background: var(--color-bright-red);
  

}
.modal-buttons {
    display: flex;
    align-items: center;
    justify-items: center;
}

.day04.isCurrentDay .shop-wrap,
.day13.isCurrentDay .shop-wrap,
.day22.isCurrentDay .shop-wrap,
.day23.isCurrentDay .shop-wrap,
.day21.isCurrentDay .shop-wrap,
.day15.isCurrentDay .shop-wrap {
}
.cta-round {
    width: 70px;
}
.day.state_close .shop-wrap {
    pointer-events: none;
}

.shop-wrap span {
    margin-left: 10px;
    display: inline-block;
}
.shop-icon {
    width: 30px;
    margin-right: 5px;
}
.shop-icon--small {
    width: 30px;
}
.cta-wrap {
    width: 60px;
    height: 60px;
}
.modal-cta .cta-wrap {
    width: 200px;
    margin: auto;
}

.day01 .cta-wrap,
.day24 .cta-wrap {
    width: 190px;
}
.day.state_close .shop-wrap .cta-wrap {
    display: none;
}

.day:not(.day01):not(.day24).isCurrentDay .shop-wrap .shop-icon,
.day:not(.day01):not(.day24).state_close .shop-wrap .shop-icon {
    margin: 0px
}
    
/** Buttons **/
.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.btnred,
.btnwhite {
    border-radius: 40px;
    background-color: var(--color-bright-red);
    color: white;
    border: 1px solid var(--color-bright-red);
    line-height: 44px;
    padding: 0px 20px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    z-index: 1;
    font-family: "LG EI_Text", "Segoe UI", "Microsoft Sans Serif", sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btnred:hover,
.btnwhite:hover {
    background-color: white;
    color: black;
    border: 1px solid black;

}

.btnwhite {
    background-color: white;
    color: black;
    border: 1px solid black;

}

.btnwhite:hover {
    background-color: var(--color-bright-red);
    border: 1px solid var(--color-bright-red);
    color: white;
}

.terms {
    color: black;
    font-family: "LG EI_Text", "Segoe UI", "Microsoft Sans Serif", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "LGEI Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-weight: 400;
}

.terms a {
    color: black;
    text-decoration: underline;
    font-size: 16px;
    font-family: "LGEI Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-weight: 400;
}

/** Footer **/

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
}

.footer p.title {
    margin: 40px 0 0 0;
    color: black;
    font-family: "LGEI Headline", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 44.5px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;

}

.golden-gradient-text {
    font-family: "LGEI Headline", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 1em;
    background: -webkit-linear-gradient(90deg, #a98139, #ead875);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    /* Needed to apply the gradient to text */
}

.footer p.subtitle {
    width: 600px;
    text-align: center;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-family: "LGEI Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
}

.logo2wrap {
    border-radius: 50%;
    width: 100px;
    overflow: hidden;
}

.logo2wrap {
    width: 200px;
    /* Set the width of the circle */
    height: 200px;
    /* Set the height of the circle, should be equal to the width for a perfect circle */
    border-radius: 50%;
    /* Make the div circular */
    background-image: url('../assets/images/day02.png');
    /* Sets the image as background */
    background-size: 150px 150px;
    /* Specify the size of the background image */
    background-position: center;
    /* Center the background image within the div */
    background-repeat: no-repeat;
    /* Do not repeat the background image */
    overflow: hidden;
    /* Ensures no spillover from the content */
}


.footer-items {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    width: 980px;

}

.footer-item {
    position: relative;
    display: flex;
    height: 300px;
    display: block;
    width: auto;
    height: auto;
}

.textfooter-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 3.7em;
    color: #d4d4d5;
    font-size: 80px;
}

.footer-items {
  display: flex;
  justify-content: center;
}

.footer-item img {
  max-width: 100%;
  height: auto;
}
/** Animations **/

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}


@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


/** Winners page **/
.winners-wrap {
    width: 960px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 60px;
    margin-bottom: 200px;
}

.winners-wrap .day-wrap {
    position: relative;
    background-color: white;
    border-radius: 20px;
    width: 228px;
    height: 228px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winners-wrap .day-info {
    border-radius: 100%;
    background-color: #171717;
    width: 130px;
    height: 130px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.winners-wrap .day-number {
    color: white;
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 3.7em;
    padding: 20px;
    text-align: center;
    z-index: 2;
    margin: 0;
    padding: 0;
    margin-top: 47px;
}

.winners-wrap .day-title {
    position: absolute;
    left: 85px;
    top: 37px;
    color: var(--color-bright-red);
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 2em;
    text-align: center;
}

.day-win-title {
    background-color: white;
    border-radius: 10px;
    color: #171717;
    font-size: 20px;
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;

}

.winners-wrap .day-wrap {}

.day-win-title p {
    position: absolute;
    top: -12px;
    left: 11px;
    width: 200px;
    height: 33px;
    background: #f3f3f3;
    border-radius: 21px;
    padding-left: 8px;
    padding-top: 5px;
}
.winners-box .day-win-title p {
    width:  100%;
}
.day-win-title .dayw-info {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    background-color: var(--color-bright-red);
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 13px;
    top: 10px;
    padding-top: 2px;
}

.winners-info-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.winners-emails {
    margin-top: 40px;
    font-size: 14px;
    text-overflow: clip;
    width: 160px;
    overflow: hidden;
    text-align: center;
    column-count: 2;
    column-gap: 20px;
    width: 300px;
}

 

/** Mobile ---------------------------------- */
@media (max-width: 500px) {
    .main-wrap {
        width: 400px;
        margin: auto;
    }
    .main-wrap.winners-page {
        width: auto;
        margin: auto;
    }
     .winners-emails {
        overflow: hidden;
    }
    .winners-wrap .day-wrap {
        width: 170px;
        height: 170px;
    }
    .winners-wrap .day-title {
        left: 56px;
    top: 9px;
    }
    .day-win-title p{
        width: 153px;
    }
    .winners-box .day-win-title p {
        width:  100%;
    }
    .footer-items {
        margin-top: -90px;
        width: 400px;
 
    }
    .top-leaves {
        top: -10px;
        height: 110px;
    }

    .rribon1 {
        width: 100px;
        transform: translateX(calc(-50% - 136px));
        top: 0px;
    }
    .day-win-title p {
        left: 5px;
    }
    .day-win-title .dayw-info {
        right: 7px;
    }
    .winners-box     .day-win-title .dayw-info   {
         right: -2px;
    }
    .rribon2 {
        left: 0px;
        width: 100%;
        top: 49px;
        height: 8px;
    }

    .title-wrap {
        margin-top: 90px;
        font-size: 0.9em;
    }

    .subtitle-wrap p {
        width: 90%;
        font-size: 16px;

    }

    .calendar-wrap {
        margin: 0;
        padding: 0;
    }

    .desktop-map-bg {
        display: none;
    }

    .mobile-map-bg {
        display: block;
        width: 375px;
        height: auto;
        margin: 0 auto;
    }

    /** days mobile **/
    .days-wrap {
        margin-top: 10px;
        margin-left: 0px;
    }

    .day {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .number--basic,
    .number--basic2 {
        will-change: transform;
        color: white;
        font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
        font-size: 3.7em;
        position: absolute;
    }
    .number--top-right,
    .number--top-center {
        will-change: transform;
        font-size: 20px;
    }
    .day01 {
        top: 2px;
        left: 145px;
        width: 230px;
        height: 232px;
    }

    .lglogo01 {
        top: 14px;
        left: 16px;
        width: 60px;
    }
    .number--center {
        position: relative;
    }
    .number01 {
        top: 10px;
        right: 12px;
        width: 40px;
        height: 40px;
        font-size: 1.5em;
    }

    .day07 {
        top: 3px;
        left: 26px;
        width: 110px;
        height: 110px;
    }


    .day14 {
        top: 122px;
        left: 26px;
        width: 110px;
        height: 110px;
    }


    .day03 {
        top: 359px;
        left: 260px;
        width: 117px;
        height: 117px;
    }


    .cookieman {
        left: 146px;
        top: 364px;
        width: 105px;

    }

    .day15 {
        top: 360px;
        left: 25px;
        width: 111px;
        height: 109px;
    }

    .star {
        top: 241px;
        left: 33px;
        width: 99px;
    }

    .knot {
        display: none;
    }
    .knot-mobile {
        display: block;
        position: absolute;
        top: 1318px;
        left: 145px;
        width: 110px;
    }


    .day19 {
        left: 144px;
        top: 242px;
        width: 231px;
        height: 109px;
    }

    .number19 {
        position: absolute;
        z-index: 2;
    }
    .number19-wrap {
        position: absolute;
        right: 82px;
        top: 20px;
    }
    .number16 {
        position: absolute;
        z-index: 2;
    }
    .number16-wrap {
        position: absolute;
        right: 81px;
        top: 22px;
    }
    .logo19 {
        width: 183px;
        top: 12px;
        position: absolute;
        left: 10px;
    }


    .day22 {
        left: 579px;
        top: 1436px;
        width: 176px;
        height: 176px;
    }

    .day05 {
        left: 265px;
        top: 1435px;
        width: 111px;
        height: 111px;
    }


    .day10 {
        top: 480px;
        left: 264px;
        width: 111px;
        height: 111px;
    }


    .day12 {
        left: 23px;
        top: 480px;
        width: 232px;
        height: 111px;
    }

    .logo12 {
        width: 228px;
        top: 0px;
        position: absolute;
        left: 3px;
    }

    .number12 {
        color: var(--color-gray-light);
        position: absolute;
        z-index: 2;
    }
    .number12-wrap {
        position: absolute;
        right: 82px;
        top: 20px;
    }

    .day13 {
        left: 267px;
        top: 600px;
        width: 110px;
        height: 111px;
    }

    .day16 {
        left: 146px;
        top: 600px;
        width: 108px;
        height: 230px;
    }

    .logo16 {
        width: 90px;
        position: absolute;
        left: 9px;
        bottom: 5px;
    }


    .day21 {
        left: 24px;
        top: 600px;
        width: 111px;
        height: 112px;
    }

    .day09 {
        left: 24px;
        top: 719px;
        width: 111px;
        height: 111px;
    }
    

    .day08 {
        top: 718px;
        width: 111px;
        left: 263px;
        height: 111px;
 

    }

    .number08 {
        color: var(--color-gray-light);
    }

    .day04 {
        top: 960px;
        width: 111px;
        left: 25px;
        height: 111px;
    }

    .day20 {
        top: 839px;
        width: 111px;
        left: 25px;
        height: 111px;
    }

    .day17 {
        top: 957px;
        width: 111px;
        left: 146px;
        height: 111px;
    }

    .day05 {
        left: 265px;
        top: 1435px;
        width: 111px;
        height: 111px;
    }

    .day22 {
        left: 266px;
        top: 1436px;
        width: 111px;
        height: 111px;
    }

    .day11 {
        left: 24px;
        top: 1315px;
        width: 111px;
        height: 111px;
    }

    .day22 {
        left: 145px;
        top: 1435px;
        width: 111px;
        height: 111px;
    }

    .day06 {
        left: 25px;
        top: 1436px;
        width: 111px;
        height: 111px;
  
    }

    .day18 {
        left: 264px;
        top: 1316px;
        width: 111px;
        height: 111px;
    
    }

    .day23 {
        top: 839px;
        left: 145px;
        width: 228px;
        height: 111px;
    
    }

    .logo23 {
        top: 9px;
        left: 1px;
        width: 184px;
        position: absolute;
    }

    .number23 {
        position: absolute;
        z-index: 2;

    }
    .number23-wrap {
        position: absolute;
        right: 82px;
        top: 20px;
    }

    .roundplant {
        position: absolute;
        left: 271px;
        top: 965px;
        width: 97px;
    }

    .day24 {
        top: 1075px;
        left: 142px;
        width: 240px;
        height: 231px;
    }

    .number24 {
        top: 13px;
        right: 22px;
        width: 40px;
        height: 40px;
        font-size: 1.5em;
        z-index: 2;
    }
    #videoday24 {
        width:  170px;
    }

    .day02 {
        top: 1075px;
        left: 25px;
        width: 111px;
        height: 236px;
        overflow: hidden;
     
    }

    .number02 {
        color: var(--color-gray-light);
        position: absolute;
        z-index: 2;
    }
    .number02-wrap {
        position: absolute;
        right: 89px;
        top: 17px;
    }

    .winners-wrap {
        width: 400px;
       
    }
    .winners-wrap.winners-page {
        width: auto;
    }

 
    .footer p.title {
        font-size: 37px;
        text-align: center;
    }

    .footer p.subtitle {
        font-size: 18px;
        width: 100%;
        margin-top: 10px;
        padding: 0 20px;
    }

 

    .footer-items {
        flex-direction: column;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-item {
         margin: auto;
    }
    .footer-item img {
        width: 80%;
    }
 
    .shop-wrap {
        bottom: 4px;
    }
    .shop-wrap span {
        margin-left: 14px;
        display: block;
        width: 83px;
    }

    .number--top-center--small {
        position: absolute;
        top: 8px;
        font-size: 16px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .day02 .number--top-center,
    .day16 .number--top-center--small,
    .day12 .number--top-center--small,
    .day23 .number--top-center--small,
    .day24 .number--top-center--small,
    .day19 .number--top-center--small {
        font-size: 26px;
    }
    .cta-round {
        width: 48px;
        position: absolute;
        left: -4px;
        bottom: -1px;
    }
   
    h1 {
        font-size: 28px;
    }
    .no-can-do {
        width:  36px;
        height: 36px;
    }
    .cta-wrap {
        width: 36px;
        height: 36px;
    }
    .day01 .cta-wrap,
    .day24 .cta-wrap {
        width: 120px;
    }
    .modal-cta .cta-wrap {
        width: 170px;
        margin-bottom: 10px;
    }

    .day15.isCurrentDay .shop-wrap,
    .day23.isCurrentDay .shop-wrap,
    .day22.isCurrentDay .shop-wrap,
    .day21.isCurrentDay .shop-wrap,
    .day13.isCurrentDay .shop-wrap,
    .day04.isCurrentDay .shop-wrap {
        bottom: 4px;
    }


    .day15.isCurrentDay .shop-wrap::after,
    .day13.isCurrentDay .shop-wrap::after,
    .day04.isCurrentDay .shop-wrap::after,
    .day21.isCurrentDay .shop-wrap::after,
    .day22.isCurrentDay .shop-wrap::after,
    .day23.isCurrentDay .shop-wrap::after {
        content: '';
        display: block;
        position: absolute;
        border: 3px solid #e72929;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        left: 14px;
        z-index: 2;
        left: 1px;
        top: 5px;
    }
    .isCurrentDay .shop-wrap .cta-round {
        width: 40px;
        padding-top: 0px;
    }

    .modal-content {
        transform: scale(0.98);
    }
}

[x-cloak] { display: none !important; }


/** modal **/
 
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

.modal-content {
    position: relative; 
   
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    width: 400px;
    margin: 0 auto;
 
  
}

.blockleft {
    flex: 2;
    background: #4b1d1d;
    background-image: url('../assets/images/plaid-pattern.png');
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.blockright {
    flex: 1;
    padding: 2rem;
    background: #f8f8f8;
    border-radius: 0 0 12px 12px;
}

.lottie-wrap {
    height: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input[type="email"] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.close {
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2;
    font-size: 28px;
    font-weight: bold;
}

.blockbottom {
    position: absolute;
    width: 364px;
    padding: 20px;
    top: 370px;
    padding-left: 55px;
    cursor: default;
}
.blockbottom-thankyou {
    position: absolute;
    width: 364px;
    padding: 20px;
    top: 573px;
    padding-left: 55px;
    cursor: default;
}
.blockbottom h2 {
    font-size: 16px;
    font-family: 'LGEI Headline', sans-serif;
    text-align: left;
    margin: 5px 0 5px;
}
.close:hover,
.close:focus {
    color: rgb(179, 1, 1);
    text-decoration: none;
    cursor: pointer;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input[type="email"] {
    width: 100%;
    padding: 9px;
    border: 1px solid #ff1c1c;
    border-radius: 8px;
    font-size: 14px;
}

.sublabel {
    font-size: 12px;
    color: #000000;
    margin: 5px 0;
}

.warning-message {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #EA1917;
    font-size: 12px;
    margin: 5px 0;
}

.warning-message img {
    width: 16px;
    height: 16px;
}

#terms-group {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 20px;
}

#terms-group input[type="checkbox"] {
    width: 30px;
    height: 16px;
    margin-top: 2px;
    border: 1px solid #000000;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#terms-group input[type="checkbox"]:checked {
    background-color: #EA1917;
    border-color: #EA1917;
    position: relative;
}

#terms-group input[type="checkbox"]:checked::after {
    content: '✓';
    color: white;
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 14px;
}

#terms-group label {
    font-size: 9px;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

#terms-group a {
    color: #000;
    text-decoration: underline;
}

.form-group.error input[type="checkbox"] {
    border: 1px solid #EA1917;
}

.form-group.error label {
    color: #EA1917;
}

button[type="submit"]:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#terms-group input[type="checkbox"].error {
    border-color: #EA1917;
}

#terms-group label.error {
    color: #EA1917;
}

#terms-group label.error a {
    color: #EA1917;
}

.winners-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
}

.winners-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    margin-top: 10px;
    position: relative;
}

.winners-box {
    position: relative;
    padding: 20px;
}

.day-cta {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}

/* Add transition classes */
.transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
    transition-duration: 300ms;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

@media (max-width: 500px) {
    .winners-modal-content {
        width: 95%;
        margin: 10px;
    }
    
    .day-cta {
        font-size: 14px;
        padding: 0px 16px;
        bottom: 47px;
    }
}

.day-empty {
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 16px;
    margin-top: 50px;

}

@media (max-width: 399px) {
    .main-wrap:not(.winners-page) {
        transform: scale(0.9175);
        transform-origin: top center;
        margin: 0 auto;
        width: 400px;
        display: block;
        text-align: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%) scale(0.9175);
        width: 400px; /* Keep original width for positioning */
    }
}
 