/* 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 {}


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

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

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


/** 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");
}

@font-face {
    font-family: 'LG EI_thin';
    src: url("../assets/fonts/LG\ EI_Headline\ Thin.otf") format("truetype");
}

h1 {
    color: black;
    font-family: "LGEI Headline", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 40px;
    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;
    flex-direction: column;
}

.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: 20px;
}


@keyframes popin {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}


/** modal WON **/

.modal {
    z-index: 3;
}

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

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

    margin-top: 10px;
}

#winModal form {
    margin-top: 0px;
    width: 100%;

}

#winModal .form-group {
    margin-top: 30px;
}

.form-group label {
    font-size: 14px;
    font-family: "LG EI_Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
    margin-bottom: 8px;
    display: block;
}

#checkbox-label {
    font-family: "LGEI Headline Light", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.warning-message {
    font-family: "LGEI Headline Light", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: red;
    margin: 0;
    padding: 0;
}

.warning-message img {
    position: relative;
    top: 3px;
}

#winModal input[type="email"] {
    width: 100%;
    padding: 8px 10px;
    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;
}

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

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

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



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

#winModal .form-group#terms-group label {
    display: inline-block;
    padding: 0;
    margin-top: -1px;
    position: absolute;
    width: 280px;
    
}

#winModal .form-group#terms-group.error label,
#winModal .form-group#terms-group.error a {
    color: red;

}

.modal-lottie {
    position: absolute;
     left: 0;
    z-index: 1;
 
}


#winModal .modal-content {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    width: 100%;
}



#winModal .modal-content .blockleft {
    width: 300px;
    height: 358px;
    display: block;
    z-index: 1;
}

#price-lottie {
    
}
#winModal .modal-content .blockright {
    display: block;
    padding-left: 0px;
    min-width: auto;
    z-index: 2;
    margin-top: 40px;
}

#winModal .modal-content .blockright h2 {
    font-size: 38px;
    font-family: "LG EI_Headline Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    text-align: center;

}

#winModal .modal-content .blockright p.subtitle {
    font-size: 18px;
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    text-align: center;
    margin-top: 10px;
}

#winModal .modal-content form {
    margin-left: 60px;
    width: 310px;
}

#winModal .modal-content form .sublabel {
    font-size: 10px;
    font-family: "LG EI_Text", Segoe UI, "Microsoft Sans Serif", sans-serif;
    margin-top: 10px;
    margin-left: 10px;
}

.form-group.error input[type="checkbox"] {
    border-color: red;
    background-color: #ffe6e6;
    /* Light red background for visibility */
}

.form-group.error label,
.form-group.error a {
    color: red;
}

#winsubmit {
    width: 100%;
}



/* Default checkbox style */
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    /* Reset appearance for webkit */
    -moz-appearance: checkbox;
    /* Reset appearance for Firefox */
    appearance: checkbox;
    /* Reset appearance for other browsers */
}

/* Style for the checkbox with the 'error' class */
input[type="checkbox"].error {
    border: 2px solid red;
}

/* Style for the checked state of the checkbox with the 'error' class */
input[type="checkbox"].error:checked {
    appearance: checkbox;

}

input[type="checkbox"].error {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid red;
    cursor: pointer;
}


/** 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: 0px;
    border-radius: 0px;
}

.end-wrap-desktop img {
    width: 100%;
}

.end-wrap-mobile {
    display: none;
}

.day-wrap img {
    width: 100%
}

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

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

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

.winners-wrap .day-info-red {
    background-color: var(--color-bright-red)
}

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

.winners-wrap .day-title {
    position: absolute;
    left: 85px;
    top: 37px;
    color: white;
    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: -1px;
    left: 11px;
    width: 432px;
    height: 49px;
    background: #f3f3f3;
    border-radius: 21px;
    padding-left: 12px;
    padding-top: 5px;
    color: var(--color-bright-red);
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 24px;
    padding-top: 11px;
    padding-left: 20px;
}



.day-win-title .dayw-info {

    width: 46px;
    height: 46px;
    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: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 13px;
    top: 24px;
    padding-top: 2px;
}

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

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #74665A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.winners-emails {
    position: relative;
    display: block;
    margin-top: 110px;
    text-align: left;
    font-size: 14px;
    text-overflow: clip;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 30px;
}

.desktop-break,
.desktop-only {
    display: block;
}

.mobile-break,
.mobile-only {
    display: none;
}

.winners-wrap .day-info {
    position: absolute;
    width: 120px;
    height: 120px;

}

.winners-wrap .day-info-red {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 10px;
    top: 10px;
}

.winners-wrap .day-title {
    font-size: 34px;
    position: absolute;
    left: 33px;
    top: -14px;
}

.winners-wrap .day-info-red .day-title {
    font-size: 24px;
    left: 20px;
    top: -12px;
}


.winners-wrap .day-number {
    text-align: center;
    margin-top: 60px;
    font-size: 41px;
}

.winners-wrap .day-info-red .day-number {
    font-size: 31px;
    margin-top: 40px;

}

.day-empty {
    font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 75px;
}

/** Mobile ---------------------------------- */
@media (max-width: 1200px) {
    h1 {
        font-size: 34px;
        margin-bottom: 10px;

    }
    #winModal h2 {
        margin-top: 40px;
    }
    .winners-wrap .day-info {
        width: 50px;
        height: 50px;

    }

    .winners-wrap .day-info-red {
        width: 40px;
        height: 40px;
    }

    .winners-wrap .day-title {
        font-size: 12px;
        left: 14px;
        top: -4px;
    }

    .winners-wrap .day-info-red .day-title {
        font-size: 12px;
        left: 11px;
        top: -6px;
    }

    .day-cta {
        line-height: 19px;
        padding: 4px 18px;
        display: block;
        height: 31px;
        bottom: 10px;
    }
    #winModal .modal-content .blockright {
    
        margin-top: 0px;
    }

    .winners-wrap .day-number {
        margin-top: 20px;
        font-size: 21px;
    }

    .winners-wrap .day-info-red .day-number {
        font-size: 20px;
        margin-top: 17px;
    }

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

    .subtitle-wrap p {
        font-size: 18px;
        padding: 0 4px;
    }

    .winners-wrap {
        width: auto;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-top: 30px;
        margin-bottom: 0px;
    }


    .winners-wrap .day-wrap {

        width: 105px;
        height: 105px;

    }


    .day-empty {
        font-family: "LG EI_Headline Semi Bold", Segoe UI, "Microsoft Sans Serif", sans-serif;
        font-size: 14px;
        text-align: center;
        position: absolute;
        top: 75px;
 
    }

    .day-win-title {
        font-size: 14px;
    }

    .day-win-title .dayw-info {}

    .day-win-title p {
        width: 294px;
    }

    .btnred {
        font-size: 16px;
    }

    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,
    .mobile-only   {
        display: block;
    }

    .desktop-break,
    .desktop-only {
        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;

    }


}