
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: #1C0000;
    position: relative;
}

body.QoPGZcYFgE {
    overflow: hidden;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button {
    cursor: pointer;
}

.YzNhjdzaXB {
    max-width: 1280px;
    margin: 0 auto;
}

/* cookie */
.uPSaIqqMux {
    width: 420px;
    padding: 12px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 14px 1px rgba(17, 12, 45, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 4;

    .VAMMNjNeJp {
        color: #000;
        text-align: center;
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }

    .NYFhrPudZi {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;

        .xirltRYoQF {
            width: 100%;
            height: 40px;
            border-radius: 30px;
            border: none;
            color: #000;
            font-family: 'Montserrat';
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: 0.14px;
            text-transform: uppercase;
            padding: 8px;

            &.nzSKGkjKed {
                border: 1px solid #8F8F8F;
                background: #FFF;
            }

            &.GSnHznXcbH {
                background: var(--gradient-9, linear-gradient(180deg, #FFC107 0%, #FD7E14 100%));
            }
        }
    }
}

/* age modal */
.LWjwNKQySU {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(20, 12, 12, 0.90);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;

    .NCAuyLzWQJ {
        width: 440px;
        padding: 16px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 20px 24px -4px rgba(17, 12, 45, 0.16);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        flex-direction: column;

        .coyLZjitmZ {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 8px;

            h1 {
                color: #000;
                text-align: center;
                font-family: 'Montserrat';
                font-size: 20px;
                font-weight: 700;
                line-height: 30px;
            }

            p,
            a {
                color: #000;
                text-align: center;
                font-family: 'Montserrat';
                font-size: 15px;
                font-weight: 400;
                line-height: 24px;

                a {
                    text-decoration-line: underline;
                    text-decoration-style: solid;
                    text-decoration-skip-ink: auto;
                    text-decoration-thickness: auto;
                    text-underline-offset: auto;
                    text-underline-position: from-font;
                }
            }
        }

        .egXbxUirBJ {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 8px;

            .MScSLGpwpO {
                width: 100%;
                height: 40px;
                border: none;
                border-radius: 30px;
                padding: 8px;
                color: #000;
                font-family: 'Montserrat';
                font-size: 14px;
                font-weight: 700;
                line-height: 24px;
                letter-spacing: 0.14px;
                text-transform: uppercase;

                &.psRqbugIoh {
                    border: 1px solid #8F8F8F;
                    background: #FFF;
                }

                &.ussHEYMpLf {
                    background: var(--gradient-9, linear-gradient(180deg, #FFC107 0%, #FD7E14 100%));
                }
            }
        }
    }

    .QOFNcygiok {
        width: 440px;
        padding: 16px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 6px 8px 0px rgba(17, 12, 45, 0.16);
        display: none;

        p,
        span {
            color: #000;
            font-family: 'Montserrat';
            font-size: 20px;
            font-weight: 400;
            line-height: 30px;

            span {
                color: #D56A00;
                font-weight: 700;
            }
        }
    }
}

/* header */
.BWGkxoHwRU {
    display: none;
}

header {
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .EOgItRhTSc {
        width: 254px;
        height: 40px;
    }

    .BNpuXQlIQo {
        display: flex;
        align-items: center;
        gap: 35px;

        a {
            color: #FFF;
            text-align: center;
            font-family: 'Montserrat';
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
            text-transform: uppercase;
        }
    }

    .ObOitVfhTf {
        display: none;
        cursor: pointer;
    }
}

/* banner */
.EkvEbKWDuf {
    background: linear-gradient(90deg, #320000 0%, #A00 58.3%);
    width: 100%;

    .MinyiOxHAo {
        width: 100%;
        padding: 10px 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .hxRcQqwwRd {
            width: 100%;
            max-width: 646px;
            display: flex;
            flex-direction: column;
            gap: 12px;

            h1 {
                color: #FFF;
                font-family: 'Montserrat';
                font-size: 35px;
                font-weight: 700;
                line-height: 48px;
                letter-spacing: 0.7px;
                text-transform: uppercase;
            }

            p {
                color: #FFF;
                font-family: 'Montserrat';
                font-size: 17px;
                font-weight: 400;
                line-height: 27px;
            }
        }

        .JgqdjPnNBq {
            width: 490px;
            height: 341px;

            img {
                object-fit: contain;
            }
        }
    }
}

/* cards */
.WnDYGPnCex {
    max-width: 842px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    padding: 40px 16px;

    .hiMdGkoBhW {
        width: 100%;
        border-radius: 10px;
        background: #FFF;
        backdrop-filter: blur(8px);
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 24px;
        position: relative;

        .hygdYxiMhZ {
            position: absolute;
            top: -15px;
            left: 60px;

            .DaUMnPLmHn {
                width: fit-content;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 0;
                left: -7px;
                z-index: -1;
            }

            .WapnVDotrK {
                color: #FFF;
                width: fit-content;
                white-space: nowrap;
                text-align: center;
                font-family: 'Montserrat';
                font-size: 14px;
                font-weight: 700;
                line-height: 18px;
                letter-spacing: -0.28px;
                padding: 6px 6px 8px 5px;
                border-radius: 2px 4px 4px 4px;
            }
        }

        .VMSCVzyrfZ {
            width: 179px;
            height: 97px;
            background: url('../img/brend-bg.webp');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                width: 133px;
                height: 89px;
            }
        }

        .RnEkJmskkc {
            width: 100%;
            max-width: 229px;
            display: flex;
            gap: 8px;
            flex-direction: column;

            .rhyoTTelPY {

                .WPoBRuvWrv,
                .WPoBRuvWrv::before {
                    content: " ";
                    height: 24px;
                    min-width: 24px;
                    max-width: 120px;
                    background-size: 24px;
                    background-position-x: left;
                    background-position-y: top;
                    color: transparent;
                }

                .WPoBRuvWrv {
                    width: 120px;
                    display: flex;
                    background-image: url("../img/edsoakp.png");
                }

                .WPoBRuvWrv::before {
                    margin: 0;
                    padding: 0;
                    background-image: url("../img/dsoakp.png");
                }

                .WPoBRuvWrv[dans="1"]::before {
                    width: 24px;
                }

                .WPoBRuvWrv[dans="1.5"]::before {
                    width: 36px;
                }

                .WPoBRuvWrv[dans="2"]::before {
                    width: 48px;
                }

                .WPoBRuvWrv[dans="2.5"]::before {
                    width: 60px;
                }

                .WPoBRuvWrv[dans="3"]::before {
                    width: 72px;
                }

                .WPoBRuvWrv[dans="3.5"]::before {
                    width: 84px;
                }

                .WPoBRuvWrv[dans="4"]::before {
                    width: 96px;
                }

                .WPoBRuvWrv[dans="4.5"]::before {
                    width: 108px;
                }

                .WPoBRuvWrv[dans="5"]::before {
                    width: 120px;
                }
            }

            .rlRmVWosXN {
                min-height: 81px;
                display: flex;
                align-items: center;

                p {
                    color: #000;
                    font-family: 'Montserrat';
                    font-size: 19px;
                    font-weight: 600;
                    line-height: 27px;
                }
            }
        }

        .jbGVziuuNf {
            width: 100%;
            max-width: 322px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            flex-direction: column;

            .cHXmVRJHDK {
                background: #F4F3CE;
                width: 259px;
                border-radius: 6px;
                padding: 4px 8px;
                display: flex;
                align-items: center;
                justify-content: space-between;

                p {
                    color: #7D7D7D;
                    font-family: 'Montserrat';
                    font-size: 14px;
                    font-weight: 400;
                    letter-spacing: -0.28px;

                    span {
                        color: #000;
                        font-family: 'Montserrat';
                        font-size: 12px;
                        font-weight: 700;
                        line-height: 16px;
                        letter-spacing: -0.24px;
                    }
                }

                .ytQNaCuIgG {
                    border-radius: 4px;
                    background: #085AAB;
                    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
                    padding: 4px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: fit-content;
                    cursor: pointer;
                }
            }

            .tBhdaYRuNB {
                background: #DDF4CE;
                width: 259px;
                border-radius: 6px;
                padding: 4px 8px;
                display: none;
                align-items: center;
                justify-content: space-between;

                p {
                    color: #7D7D7D;
                    font-family: 'Montserrat';
                    font-size: 14px;
                    font-weight: 400;
                    letter-spacing: -0.28px;

                    span {
                        color: #000;
                        font-family: 'Montserrat';
                        font-size: 12px;
                        font-weight: 700;
                        line-height: 16px;
                        letter-spacing: -0.24px;
                    }
                }

                .CqIdRoqBXY {
                    border-radius: 4px;
                    background: #6FBA47;
                    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
                    padding: 4px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: fit-content;
                    cursor: pointer;
                }
            }

            .qdsJkVNbnf {
                width: 100%;
                border-radius: 30px;
                background: var(--gradient-9, linear-gradient(180deg, #FFC107 0%, #FD7E14 100%));
                padding: 12px;
                color: #000;
                font-family: 'Montserrat';
                font-size: 17px;
				position: relative;
                font-weight: 700;
                line-height: 26px;
                text-transform: uppercase;
                border: none;

                &:hover {
                    background: #EEB300;
                }

				a {
					position: absolute;
					z-index: -3;
					width: 100%;
					left: 0;
					height: 100%;
					top: 0;
				}
            }

            .FmbtCgsPWu {
                position: relative;

                .qMhVNAUOTh {
                    display: flex;
                    align-items: center;
                    cursor: pointer;

                    p {
                        color: #085AAB;
                        text-align: center;
                        font-family: 'Montserrat';
                        font-size: 10px;
                        font-weight: 500;
                        line-height: 13px;
                    }
                }

                .gqgHVgvPTR {
                    width: 322px;
                    height: 44px;
                    /* max-height: 44px; */
                    background: #FFFEE9;
                    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
                    position: absolute;
                    left: -95px;
                    padding: 2px 4px 0px 4px;
                    display: none;
                    overflow-y: auto;
                    scrollbar-width: thin;
                    display: none;
                    justify-content: center;
                    align-items: center;

                    p {
                        color: #393939;
                        text-align: center;
                        font-family: 'Montserrat';
                        font-size: 10px;
                        font-weight: 400;
                        line-height: 14px;
                        display: block;
                    }
                }
            }
        }
    }
}

/* footer */
footer {
    padding: 80px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 72px;
    align-items: center;
    justify-content: center;

    .JfwYErZChT {
        border-radius: 10px;
        border: 1px solid #FFCD85;
        background: #261212;
        padding: 40px 32px;
        display: flex;
        gap: 32px;
        flex-direction: column;

        .LZZmNRImxG {
            display: flex;
            gap: 8px;
            flex-direction: column;

            h1 {
                color: #FFF;
                font-family: 'Montserrat';
                font-size: 15px;
                font-weight: 700;
                line-height: 25px;
                text-transform: uppercase;
            }

            p,
            a {
                color: #FFF;
                font-family: 'Montserrat';
                font-size: 15px;
                font-weight: 400;
                line-height: 25px;

                a {
                    text-decoration-line: underline;
                    text-decoration-style: solid;
                    text-decoration-skip-ink: auto;
                    text-decoration-thickness: auto;
                    text-underline-offset: auto;
                    text-underline-position: from-font;
                }
            }
        }
    }

    .UDtahHkXhn {
        max-width: 951px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 64px;

        .DzgBtrDdli {
            width: 56px;
            height: 56px;
        }

        .tAJaLexTaJ {
            width: 93px;
            height: 56px;
        }

        .aRCvUuXEQa {
            width: 56px;
            height: 56px;
        }

        .uZTDYzjwoz {
            width: 108px;
            height: 56px;
        }

        .BxCJEkVSWs {
            width: 71px;
            height: 56px;
        }

        .qrYycrSKwF {
            width: 247px;
            height: 56px;
            padding: 9.79px;

            img {
                object-fit: contain;
            }
        }
    }

    .JthNruZqas {
        width: 100%;
        padding: 24px 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .mmMnuXMlCV {
            color: #FFF;
            text-align: center;
            font-family: 'Montserrat';
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            text-transform: capitalize;
        }

        .XOGzvfLOKQ {
            display: flex;
            align-items: center;
            gap: 24px;

            a {
                color: #FFA775;
                font-family: 'Montserrat';
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: -0.28px;
            }
        }
    }
}

/* content */
.XIUNJvNgut {
    max-width: 1112px;
    margin: 0 auto;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;

    .mpsBiondkE {
        display: flex;
        flex-direction: column;
        gap: 12px;

        p,
        span,
        li {
            color: #FFF;
            font-family: 'Montserrat';
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
        }

        span {
            font-weight: 700;
        }

        h3 {
            color: #FFF;
            font-family: 'Montserrat';
            font-size: 18px;
            font-weight: 600;
            line-height: 28px;
        }

        li {
            list-style-type: disc;
            margin-left: 32px;
        }
    }
}