@media screen and (max-width:873px) {

    /* cards */
    .WnDYGPnCex {
        gap: 24px;
        padding: 32px 16px;
        align-items: flex-start;

        .hiMdGkoBhW {
            max-width: 343px;
            gap: 12px;
            flex-direction: column;

            .hygdYxiMhZ {
                left: 50%;
                transform: translateX(-50%);

                .WapnVDotrK {
                    padding: 6px 6px 6px 5px;
                }
            }

            .RnEkJmskkc {
                max-width: 311px;
                align-items: center;

                .rlRmVWosXN {
                    p {
                        font-size: 18px;
                        text-align: center;
                    }
                }
            }

            .jbGVziuuNf {
                max-width: 311px;

                .FmbtCgsPWu {
                    .gqgHVgvPTR {
                        width: 311px;
                        min-height: 56px;
                        max-height: 56px;
                        position: absolute;
                        left: -95px;
                    }
                }

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

@media screen and (max-width:768px) {

    /* cookie */
    .uPSaIqqMux {
        width: 376px;
        padding: 8px;
        border-radius: 10px 10px 0px 0px;
        position: fixed;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    /* age modal */
    .LWjwNKQySU {
        .NCAuyLzWQJ {
            width: 343px;
            gap: 12px;

            .coyLZjitmZ {

                h1 {
                    font-size: 17px;
                    line-height: 24px;
                }

                p,
                a {
                    font-size: 14px;
                }
            }

            .egXbxUirBJ {
                flex-direction: column-reverse;
            }
        }

        .QOFNcygiok {
            width: 343px;

            p,
            span {
                font-size: 17px;
                line-height: 24px;
            }
        }
    }

    /* header */
    .BWGkxoHwRU {
        position: fixed;
        width: 233px;
        background: rgba(20, 12, 12, 0.90);
        backdrop-filter: blur(5px);
        top: 0;
        right: 0;
        height: 100%;
        z-index: 5;

        .GKUCKrQpKF {
            position: absolute;
            top: 8px;
            right: 16px;
            cursor: pointer;
        }

        .fMQbMlewjP {
            margin-top: 120px;
            margin-left: 24px;
            display: flex;
            flex-direction: column;
            gap: 24px;

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

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

        .EOgItRhTSc {
            width: 165px;
            height: 26px;
        }

        .BNpuXQlIQo {
            display: none;
        }

        .ObOitVfhTf {
            display: initial;
        }
    }

    /* banner */
    .EkvEbKWDuf {
        min-height: 112px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(270deg, #A00 36.8%, #320000 100%);

        .MinyiOxHAo {
            padding: 12px 16px;
            justify-content: center;
            position: relative;
            z-index: 1;

            .hxRcQqwwRd {
                gap: 8px;

                h1 {
                    font-size: 20px;
                    line-height: 30px;
                    letter-spacing: 0.4px;
                }

                p {
                    font-size: 14px;
                    line-height: 20px;
                }
            }

            .JgqdjPnNBq {
                width: 139px;
                height: 97px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                z-index: -1;
                opacity: 0.2;
            }
        }
    }

    /* footer */
    footer {
        padding: 64px 16px 0;
        gap: 48px;

        .JfwYErZChT {
            padding: 16px;
        }

        .UDtahHkXhn {
            max-width: 247px;
            gap: 40px;
        }

        .JthNruZqas {
            padding: 0px 16px 16px 16px;
            justify-content: center;
            gap: 32px;
            flex-direction: column-reverse;

            .XOGzvfLOKQ {
                flex-direction: column;
            }
        }
    }

    /* content */
    .XIUNJvNgut {
        padding: 32px 16px;

        .mpsBiondkE {
            h3 {
                font-size: 16px;
                line-height: 26px;
            }
        }
    }
}

@media screen and (max-width:374px) {
    .uPSaIqqMux {
        width: 344px !important;
    }

    .LWjwNKQySU {
        .NCAuyLzWQJ {
            width: 311px;
        }

        .QOFNcygiok {
            width: 311px;
        }
    }
}