/* 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;
}
**/
svg, img {
        user-select: none;

}
/* DOM ---------------------------------- */
html {
    background-color: #f0ece4;

}
body {
     overflow-x: hidden;
     background-color: #f0ece4;
      /* user-select: none; */

}

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


.top-banner-wrap {}



.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));
}



.map-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 {}

.map 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 */
.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 {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* or a fixed width depending on your design */
    animation-name: bounce-in;
    animation-duration: 0.5s;
    position: absolute;
    max-width: 700px;
    min-height: 400px;
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/** 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: 46px;
}

.day01 {
    top: 8px;
    left: 17px;
    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: 45px;
    top: 0px;
}

.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;
}

 

.day23 {
    top: 8px;
    left: 579px;
    width: 361px;
    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: 579px;
    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: 750px;
    top: 208px;
    width: 158px;

}

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


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

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


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


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

.knot {
    position: absolute;
    top: 1326px;
    left: 393px;
    width: 360px;
}
.knot-mobile {
    display: none;
}
.day19 {
    left: 203px;
    top: 575px;
    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: 579px;
    top: 573px;
    width: 171px;
    height: 171px;
}



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


 

 

.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: 761px;
    left: 579px;
    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;
}

 

.day16 {
    left: 204px;
    top: 950px;
    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: 1137px;
    width: 171px;
    left: 16px;
    height: 171px;
}

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

.day21 {
    left: 391px;
    top: 949px;
    width: 171px;
    height: 171px;
}

.day09 {
    left: 392px;
    top: 1137px;
    width: 171px;
    height: 171px;
}
 

 

.day04 {
    top: 1326px;
    width: 171px;
    left: 16px;
    height: 171px;
}

.day17 {
    top: 1325px;
    width: 171px;
    left: 205px;
    height: 171px;
}

.day06 {
    top: 1325px;
    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: 60px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;

}

.title-wrap {
    margin: auto;
    margin-top: 52px;
    z-index: 1;
    text-align: center;
    font-size: 60px;

}

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

.subtitle-wrap p {
    text-align: center;
    color: black;
    font-weight: 500;
    font-size: 20px;
    font-family: "LGEI Headline", Segoe UI, "Microsoft Sans Serif", sans-serif;

}
.subtitle-wrap .subtitle {
    padding: 0;
    margin: 0px;
    margin-top: 4px;
}

.subtitle-wrap .terms {
    margin-top: 4px;
}
   .map-lotties-wrap .daymobile {
    display: none;
    }
h3.banner-title {
    color: black;
    font-weight: 550;
    font-size: 40px;
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    margin-bottom: 14px;
    margin-left:  0px;
    margin-right: 20px;
}

.banner-top {
    margin-top: 70px;
    width: 100%;
    height: 220px;
     border-radius: 30px;
    margin-top: 0px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
 }

.banner-top .block {
    border-radius: 28px;
    background: #E6E1D6;
    position: relative;
    padding: 32px;
    width: 391px;
    height: 216px;
}

.banner-top .block h3 {
    width: 200px;
    color: #000;
    padding: 0;
    margin: 0;
    font-family: "LGEI Headline", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 29.375px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    min-height: 72px;
}

.banner-top .block svg {
    position: absolute;
    right: 42px;
    top: 30px;
}
.banner-top .block p {
    font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
    font-size: 18px;
    font-weight: 400;
 
}

.banner-top .block span {
    font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

/** dropdown ---------------------------------- */
@keyframes anim-flip {
    from {
        fill: #8A8A8A;
    }
    to {
        fill: #EA1917;
     }
}
@keyframes anim-flip-reverse {
    from {
        fill: #EA1917;
    }
    to {
        fill: #8A8A8A;
    }
}

.anim-flip circle,
.anim-flip-reverse circle {
    transition: all 0.5s ease;
}

.arrow-wrap path {
    transition: transform 0.5s ease;
    transform-origin: center;
}

.anim-rotate {
    transform: rotate(-180deg);
}

.anim-rotate-reverse {
    transform: rotate(0deg);
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;

}

.dropdown-btn {
    cursor: pointer;
     transition: all 0.9s ease;
    font-size: 30px;
    padding-bottom: 5px;
    border-bottom: 3px solid #8A8A8A;
    width: 100%;
    margin-top: 20px;
      font-weight: 550;
    font-size: 40px;
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;

}

.arrow-wrap {
    position: absolute;
    right: 0;
    top: 32px;

 }


.dropdown-panel {
    transition: all 0.9s ease;
    width: auto;
    height: 750px;
    overflow: hidden;
}


/* Enter Start */
.dropdown-panel-enter-start {
    opacity: 0;
    height: 0px;
 }

/* Enter End */
.dropdown-panel-enter-end {
    opacity: 1;
    height: 750px;
}

/* Leave Start */
.dropdown-panel-leave-start {
    opacity: 1;
    height: 750px;
}

/* Leave End */
.dropdown-panel-leave-end {
    opacity: 0;
    height: 0px;
}
.dropdown-box-wrap {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    height: auto;
}
.dropdown-box .btnred {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.dropdown-box {
    cursor: pointer;
    position: relative;
}
.dropdown-box  img {
    width: 580px;
    border-radius: 30px;


}

.bubble-wrap {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
     height: 200px;
    width: 300px;
 
}
 
.bubble-wrap .bubble {
    position: absolute;
    width: 250px;
    top:  45px;
    left: 70px;
}
.bubble-wrap .icon {
    position: absolute;
    top:  120px;
    left:144px;
    width: 100px; 

}

.bubble-text {
    position: relative; /* Positioned relative to its normal position */
    width: 100%; /* Ensure the text takes up the full width */
    padding-top: 20px;;
    font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    top: 144px;
    left: 44px;
}

/** End dropdown ---------------------------------- */

.link {
    color: black;
    text-decoration: underline;
    transition: all 0.3s ease;
}

/** partners ---- **/
.partners-wrap {
    padding-top: 40px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    height: auto;
    margin-bottom: 200px;
}

.partner-wrap {
    width: 620px;
    height: 320px;
    background: #D9D9D9;
    border-radius: 35px;
    position: relative;
}

/** forage wrap ---------------------------------- */
.forage-wrap {
    position: relative;
    height: 700px;
}
.play-btn {
    position: absolute;
    right:26px;
    top: 19px;
    width: 300px;
    height: 268px;
    cursor: pointer;
    transition: all 0.3s ease;

}
.play-btn svg {
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0px;

}
.play-btn .lottie {
    position: absolute;
    top: 30px;
    width: 90%;
    left: 23px;
}

.play-btn:hover  {
 }
.play-btn:hover .play-bg {
    fill: #D9D9D9;
    stroke: black;
}

.egg-tile {
   position: absolute;
   left: 20px;
   top: 40px;
   width: 268px;
   height: 268px;
   background: #D8D8D8;
   border-radius: 100%;

}
.egg-tile p {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    z-index: 1;

}
.egg-tile .lottie {
    width: 70%;
    position: absolute;
    top: -10px;
    left: 12px;

}
.rabbit-tile {
    position: absolute;
    left: 320px;
    top:  30px;
    width: 550px;
}

.green-tile {
    position: absolute;
    left: 30px;
    top: 318px;
    width: 273px;
    height: 273px;
}

.green-tile .lottie {
    width: 100%;
    width: 250px;
}
.flower-tile {
    width: 283px;
    position: absolute;
    right: 20px;
    top: 326px;
}
.flower-tile .lottie {
    width: 253px;
}
.rabbit-tile  h2 {
    position: absolute;
    top:40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 80px;
    font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    z-index: 1;
}
.rabbit-tile  h3 {
    position: absolute;
    top:170px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    z-index: 1;
}

.egg-tile-egg {
    position: absolute;
    width: 349px;
    height: 100%;
    top: 15px;
    left: 1px;
    z-index: 1;
    margin:auto;
    transition: all 0.5s ease;
}


/** play map---------------------------------- */
.play-map {
   margin-bottom: 200px;
   cursor: pointer;
   position: relative;

}
.play-map img {
    width: 100%;
}

.play-map .map-desktop {
    display: block;
}
.play-map .map-mobile {
    display: none;
}
.map-lotties-wrap .day1 {
    position: absolute;
    right: 22px;
    bottom: 622px;
}

.map-lotties-wrap .day2 {
    position: absolute;
    right: 282px;
    top: 23px;
}
.map-lotties-wrap .day3 {
    position: absolute;
    bottom: 20px;
    left: 306px;
}
.map-lotties-wrap .day4 {
    position: absolute;
    bottom: 313px;
    left: 322px;
}
.map-lotties-wrap .day5 {
    position: absolute;
    top: 316px;
    right: 19px;
}
.map-lotties-wrap .day6 {
    position: absolute;
    bottom: 320px;
    right: 20px;
}
.map-lotties-wrap .day7 {
    position: absolute;
    top: 310px;
    right: 320px;
}
.map-lotties-wrap .day8 {
    position: absolute;
    bottom: 0px;
    right: 280px;
}
.map-lotties-wrap .day9 {
    position: absolute;
    bottom: 618px;
    left: 323px;
}
.map-lotties-wrap .day10 {
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.map-lotties-wrap .day11 {
    position: absolute;
    top: 10px;
    right: 24px;
}
.map-lotties-wrap .day12 {
    position: absolute;
    top: 7px;
    left: 0px;
}
.map-lotties-wrap .day13 {
    position: absolute;
    top: 605px;
    left: 18px;
}
.map-lotties-wrap .day14 {
    position: absolute;
    bottom: 24px;
    left: 18px;
}
.modal-content-lottie {
    width: 100%;
    animation-name: bounce-in;
    animation-duration: 0.5s;
    position: absolute;
    width: 570px;
    height: 800px;
    min-height: 400px;
    padding: 20px;
    border-radius: 30px;
    border: 0.593px solid #000;
    background: #F0ECE4;
}
.modal-content-lottie .close {
    position: absolute;
    right: 100px;
    top: 20px;
    z-index: 2;
}
.modal-content-lottie form {
    position: absolute;
    width: 100%;
    left: 10px;
    top: 500px;
    z-index: 2;
    width: 675px;
}

.modal-content-lottie form .sublabel {
    font-size: 14px;
    font-family: "LGEI Headline Light", Segoe UI, "Microsoft Sans Serif", sans-serif;
    margin-top: 10px;
}
.modal-lottie {
    position: absolute;
    top: 0;
    left: 0;
    height: 800px;
    z-index: 1;
    
}
.modal-not-found, .modal-found {
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.modal-not-found.active {
    opacity: 1;
    pointer-events: none;
}
.modal-found.active {
    opacity: 1;
    pointer-events: auto;
}
.modal-hidden {
    opacity: 0;
    pointer-events: none; /* Prevents clicking on the hidden modal */
}


#foundModal h1 {
    font-size: 60px;
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
     text-align: center;
     font-weight: 400;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

#foundModal h2 {
    font-size: 32px;
    font-family: "LG EI_Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-weight: 500;
    width: 70%;
    margin: auto;
    text-align: center;

    margin-top: 10px;
}
#foundModal form {
    margin-top: 0px;
    width: 100%;
}
#foundModal .form-group {
    margin-top: 30px;
    margin-left: 60px;
}
.form-group label {
    font-size: 20px;
    font-family: "LG EI_Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
 #checkbox-label {
    font-family: "LGEI Headline Light", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#foundModal input[type="email"] {
    width: 430px;
    padding: 10px 20px;
    font-size: 20px;
    font-family: "LG EI_Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-weight: 500;
    border: 1px solid #555555;
    border-radius: 10px;

}

#foundModal input[type="email"]::placeholder {
    color: #a6a6a6;
}

#foundModal a {
    color: black;
    text-decoration: underline;
}

#foundModal input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#foundModal button {
    width: 200px;
    height: 50px;
    background: var(--color-bright-red);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-family: "LG EI_Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
    display: block;
    margin: auto;
    margin-bottom: 40px;
    text-decoration: none;
}

.error {
   color: red;
}
.thank-you-message p {
    font-size:40px;
    font-family: "LG Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-weight: 700;
    text-align: center;
     display: flex;
    justify-content: center; 
    align-items: center;
    margin-top: 50%

}
.thank-you-message span  {
    text-align: center;
    display: flex;
    justify-content: center; 
    align-items: center;
    font-size: 18px;
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
 }
.thank-you-message button {
    position: absolute;
    bottom: 0px;
    left: 190px;
}
#foundModal .form-group#terms-group label {
    display: inline-block;
    padding: 0;
    margin-top: -1px;
    position: absolute;
}
#foundModal .form-group#terms-group.error label,
#foundModal .form-group#terms-group.error a {
    color: red;

}

.hitbox {
    position: absolute;
    border: 2px solid red; /* Visible border for demonstration */
    pointer-events: none; /* Prevent the hitbox itself from capturing the click event */
}

#terms.error {
     color: red;
}

#terms-group.error input[type='checkbox']:before {
    border: 1px solid red;
}

/** 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 {
    content: '';
    display: block;
    position: absolute;
    border: 3px solid #e72929;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    left: 14px;
    z-index: 2;
    left: 8px;
    top: 11px;
}

.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 {
    cursor: pointer;
    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: 33px;
    padding: 4px 31px;
    display: block;
    height: 44px;
    font-size: 16px;
    text-decoration: none;
    z-index: 1;
    font-family: "LG EI_Text", "Segoe UI", "Microsoft Sans Serif", sans-serif;
    font-weight: 400;
    transition: all 0.3s ease;
}
.day-empty {
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 24px;

}
.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: 4px;
    margin-bottom: 20px;
    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: left;
    align-items: center;
    gap: 16px;
    margin-top: 60px;
    margin-bottom: 200px;
}
.end-wrap-desktop {
    width: 472px;
    height: 224px;
    border-radius: 30px;
 }
 .end-wrap-desktop img {
    width: 100%;
 }
 .end-wrap-mobile {
    display: none;
 }

.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;
}

.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: 10px;
    font-size: 14px;
    text-overflow: clip;
    width: 160px;
    overflow: hidden;
    text-align: center;
}

.desktop-break { display: block; }
.mobile-break { display: none; }


/** Mobile ---------------------------------- */
@media (max-width: 500px) {
    .day-empty {
        font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
        font-size: 14px;
        

    }

    .day-win-title {
        font-size: 14px;
    }
    .day-win-title .dayw-info {
        width: 21px;
        height: 21px;
        top: 4px;
        font-size: 14px;
        padding-top: 1px;
    }
    .day-win-title p {
        width: 101px;
        height: 25px;
    }

    .btnred {
        font-size: 13px;
    }
    h3.banner-title {
        font-size: 20px;
        font-weight: : 550;
        margin-top: 0px;
        text-align: center;
    }

    .banner-top {
        flex-direction: column;
        height: auto;
        margin: auto;
        justify-content: center;
        align-items: center;
    }
    .mobile-break { display: block; }
    .desktop-break { display: none; }

    .banner-top .block {
        border-radius: 18px;
        background: #E6E1D6;
        position: relative;
        padding: 16px;
        width: 361px;
        height: auto;
    }

    .banner-top .block h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;  
    }
    .banner-top .block p {
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        top: 32px;
        max-width: 300px;
    }
    .banner-top .block span {
        max-width: 400px;
        margin-top: -5px;
        font-size: 10px;
  
    }
    .banner-top .block svg {
        right: 20px;
        top: 24px;

    }

    .dropdown-btn {
        font-size: 20px;
        margin: 4px 20px;
        width: auto;
        border-bottom: 2px solid #8A8A8A;
     }
     .arrow-wrap {
        transform: scale(0.72);
        margin-right: 16px;
        top: 1px;
     }

    .dropdown-box-wrap {
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        height: auto;
        margin: 10px 20px;
    }
    .dropdown-box .btnred {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    .dropdown-box {
        cursor: pointer;
        position: relative;
        text-align: center;
    }
    .dropdown-box  img {
        width: 100%;
        border-radius: 10px;
    }
    .terms a, .terms  {
        margin-top: 4px;
        font-size: 11px;
    }

    .egg-tile {
        left: 20px;
        top: 40px;
        width: 168px;
        height: 168px;
    
    }
    .egg-tile-egg {
         width: 210px;
    }
    .play-btn {
        right:16px;
        top: -20px;
        width: 190px;
         
    }
    .play-btn .lottie {
        top: 10px;
        width: 160px;
     }
    .forage-wrap {
        margin-top: -20px;
    }
    .rabbit-tile {
        top: 230px;
        left: 26px;
        width: 354px;
    }
    .green-tile,
    .flower-tile {
        display: none;
    }
    .play-map .map-desktop {
        display: none;
    }
    .play-map .map-mobile {
        display: block;
    }


    .map-lotties-wrap .day1 {
        position: absolute;
        right: 140px;
        bottom: 139px;
    }

    .map-lotties-wrap .day2 {
        position: absolute;
        left: 139px;
        width: 137px;
        bottom: 7px;
        top: auto;

    }
    .map-lotties-wrap .day3 {
        position: absolute;
        bottom: 263px;
        left: 137px;
        top: auto;
        right: auto;
        width: 124px;

    }
    .map-lotties-wrap .day4 {
        position: absolute;
        bottom: 403px;
        left: 137px;
        width: 120px;

    }
    .map-lotties-wrap .day5 {
        position: absolute;
        top: 666px;
        right: 9px;
        width: 120px;
    }
    .map-lotties-wrap .day6 {
        position: absolute;
        bottom: 5px;
        right: 6px;
        width: 120px;
    }
    .map-lotties-wrap .day7 {
        position: absolute;
        top: 130px;
        right: 10px;
        width: 120px;

    }
    .map-lotties-wrap .day8 {
        position: absolute;
        bottom: 261px;
        right: -6px;
         width: 144px;

    }
    .map-lotties-wrap .day9 {
        position: absolute;
        bottom: 537px;
        left: 142px;
        width: 120px;
    }
    .map-lotties-wrap .day10 {
        position: absolute;
        bottom: 7px;
        right: 273px;
        width: 120px;
    }
    .map-lotties-wrap .day11 {
        position: absolute;
        position: absolute;
        top: 278px;
        width: 137px;
        right: auto;
        left: 264px;

    }
    .map-lotties-wrap .day12 {
        position: absolute;
        top: 12px;
        left: 0px;
        width: 258px;
    }
    .map-lotties-wrap .day13 {
        position: absolute;
        top: 269px;
        left: 7px;
        width: 120px;

    }
    .map-lotties-wrap .day14 {
        position: absolute;
        bottom: 274px;
        left: 9px;
        width: 115px;
    }

    .map-lotties-wrap .daymobile {
        display: block;
        position: absolute;
        bottom: 800px;
        left: 277px;
        width: 115px;
      
    }

 
    .bubble-wrap,
    .bubble-wrap-left {
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        height: 100px;
        width: 170px;
    }
    
    .bubble-wrap .bubble {
        position: absolute;
        width: 150px;
        top:  85px;
        left: 90px;
    }


    .bubble-wrap-left .bubble {
        position: absolute;
        width: 150px;
        top:  85px;
        left: 0px;
    }
 
    .bubble-wrap .icon {
        position: absolute;
        top:  210px;
        left:134px;
        width: 60px; 

     }
    .bubble-wrap-left .icon {
        position: absolute;
        top:  210px;
        left: 34px;
        width: 60px; 
    }
    .bubble-text {
    
        position: relative; /* Positioned relative to its normal position */
        width: 100%; /* Ensure the text takes up the full width */
        padding-top: 20px;;
        font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        top: 228px;
        left: 74px;
    }
    .bubble-wrap-left .bubble-text {
        left: -10px;
    }

    .modal-content-lottie {
        width: 100%;
        animation-name: bounce-in;
        animation-duration: 0.5s;
        position: absolute;
        width: 364px;
        height: 650px;
        min-height: 400px;
        padding: 20px;
        border-radius: 30px;
        border: 0.593px solid #000;
        background: #F0ECE4;
    }
    .modal-content-lottie .modal-lottie {
         top: -131px;
    }
    .modal-content-lottie .close {
        position: absolute;
        right: 100px;
        top: 20px;
        z-index: 2;
    }
    .modal-content-lottie form {
        position: absolute;
        width: 100%;
        left: -10px;
        top: 340px;
        z-index: 2;
        width: 675px;
    }
    #foundModal input[type="email"] {
        width: 270px;
    }

    #foundModal button {
        width: 200px;
        height: 50px;
        background: var(--color-bright-red);
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 16px;
        font-family: "LG EI_Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
        font-weight: 700;
        cursor: pointer;
        margin-top: 20px;
        transition: all 0.3s ease;
        display: block;
        margin: auto;
        margin-bottom: 40px;
        text-decoration: none;
        margin-left: 87px;
    }
    .thank-you-message p {
        margin-top: 20%;
        font-size: 28px;
    }
    .thank-you-message button {
        left: 0
    }
    .winners-wrap {
        width: 400px;
        gap: 10px;
        margin-left: 9px;
        margin-right: 9px;
       
    }
    .winners-wrap .day-wrap {
        position: relative;
        background-color: white;
        border-radius: 20px;
        width: 120px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .winners-wrap .day-info {
        width: 80px;
        height: 80px;
    }
    .winners-wrap .day-title {
        left: 44px;
        top: 15px;
        font-size: 17px;
        font-weight: bold;
    }
    .winners-wrap .day-number {
        margin-top: 28px;
        font-size: 36px;
    }
    .end-wrap-desktop {
        display: none;
    }
    .end-wrap-mobile {
        display: block;
        width: 120px;
        border-radius: 15px;
    }
    .end-wrap-mobile img {
        width: 100%;
    }
      

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

    .main-wrap {
        width: 400px;
        margin: auto;
    }

    .footer-items {
        margin-top: -90px;
        width: 400px;

    }
    .top-leaves {
        top: -10px;
        height: 110px;
    }

    .rribon1 {
        width: 100px;
        transform: translateX(calc(-50% - 136px));
        top: 0px;
    }


    .rribon2 {
        left: 0px;
        width: 100%;
        top: 49px;
        height: 8px;
    }

    .title-wrap {
        margin-top: 20px;
        font-size: 28px;
    }

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

    }

    .map-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: 1px;
        left: 16px;
        width: 238px;
        height: 231px;
    }

    .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: 0px;
        left: 267px;
        width: 110px;
        height: 110px;
    }


 

    .day03 {
        top: 237px;
        left: 19px;
        width: 117px;
        height: 117px;
    }


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

    }

    .day15 {
        top: 243px;
        left: 264px;
        width: 111px;
        height: 109px;
    }

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

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


    .day19 {
        left: 144px;
        top: 364px;
        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: 571px;
        width: 176px;
        height: 176px;
    }

    .day05 {
        left: 169px;
        top: 575px;
        width: 171px;
        height: 171px;
    }

 

  
    .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;
    }

 

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

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


    .day21 {
        left: 264px;
        top: 604px;
        width: 111px;
        height: 112px;
    }

    .day09 {
        left: 264px;
        top: 727px;
        width: 111px;
        height: 111px;
    }

    .day08 {
        top: 727px;
        width: 111px;
        left: 23px;
        height: 111px;
    }

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

    .day04 {
        top: 848px;
        width: 111px;
        left: 23px;
        height: 111px;
    }

    .day20 {
        top: 969px;
        width: 111px;
        left: 23px;
        height: 111px;
    }

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

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

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

    .day11 {
        left: 22px;
        top: 1331px;
        width: 111px;
        height: 111px;
    }

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

    .day06 {
        left: 23px;
        top: 1453px;
        width: 111px;
        height: 111px;
    }

    .day18 {
        left: 265px;
        top: 1453px;
        width: 111px;
        height: 111px;
    }

    .day23 {
        top: 969px;
        left: 145px;
        width: 231px;
        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: 273px;
        top: 853px;
        width: 97px;

    }

    .day24 {
        top: 1090px;
        left: 15px;
        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: 1087px;
        left: 265px;
        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;

    }


    .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;
    }

}

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