*,
p {
    margin: 0
}





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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1
}

button {
    box-shadow: none;
    border: none;
    background: 0 0
}

button:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    height: 100%;
    background: linear-gradient(0deg, var(--tint-additionalx2-300, #164D8C) -104.69%, var(--tint-neutral-75, #0B131E) 85.94%), #0B131E;
}

.world_cup_promo_button_container a {
    display: inline-block;
}


.review_name {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 6px;
}

.flag_de svg {
    display: block;
    border-radius: 2px;
}

/* container */
.preloader__progress {
    position: absolute;
    margin-top: calc(70 * 100vw / 460);
    left: 50%;
    transform: translateX(-50%);
    width: calc(237 * 100vw / 460);
    height: 4px;

    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.flag_de {
    display: flex;
}

/* moving bar */
.preloader__bar {
    height: 100%;
    width: 40%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );

    animation: loadingBar 1.2s linear infinite;
}

/* animation */
@keyframes loadingBar {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(250%);
    }
}

.trustpilot_logo_top_section img {
    height: 40px;
    width: auto;
}


.trustpilot_top_section {
    padding: 0 20px;
    flex-wrap: wrap;
}
.container_verified_trustpilot,
.container_secure_trustpilot {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.container_verified_trustpilot img,
.container_secure_trustpilot img {
    height: 27px !important;
    width: auto;
}


.logo_brand_header,
.bonus_cta_header {
    display: inline-flex;   
    align-items: center;
    justify-content: center;
    line-height: 0;           
    width: fit-content;
    height: fit-content;
    flex: 0 0 auto;
}

.logo_brand_header a,
.bonus_cta_header a {
    display: block;           
    line-height: 0;
}

.logo_brand_header img,
.bonus_cta_header img {
    display: block;          
}

@media screen and (min-width: 1025px) {

    .mobile_header {
        display: none;
    }
    
    .welcome_back,
    .main_content {
        display: none;
    }

    .preloader {
        position: fixed;
        overflow: hidden;
        inset: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(0deg, var(--tint-additionalx2-300, #164D8C) -104.69%, var(--tint-neutral-75, #0B131E) 85.94%), #0B131E;
        direction: ltr;
    }
    .preloader img {
        width: calc(710 * 100vw / 1920);
    }


    .welcome_back {
        position: relative;
        width: 100%;
        height: 100vh;

        display: flex;
        align-items: center;  
        justify-content: center;
    }

    .welcome_back_container {
        position: relative;

        width: calc(438 * 100vw / 1920);
        height: calc(329 * 100vw / 1920);

        border: 1px solid #8596B0;
        border-radius: 16px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);


        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .background_welcome_back {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .welcome_back_casino_logo {
        padding-top: calc(70 * 100vw / 1920);
    }

    .welcome_back_casino_logo img {
        height: calc(53 * 100vw / 1920);
        width: auto;
    }

    .welcome_back_casino_cta {
        color: #FFF;
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: 'Inter';
        font-size: calc(36 * 100vw / 1920);
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        margin-top: calc(10 * 100vw / 1920);
    }

    .welcome_back_casino_cta_button_container_winner {
        
        background-image: url('/assets/images/winners/Button_winner.png');
        width: 262px;
        height: 64px;
        background-size: contain;

        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: var(--button-md-lineHeight, 24px); 
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;

        display: flex;
        align-items: center;
        justify-content: center;

        margin: 0 auto;
        margin-top: calc(45 * 100vw / 1920);
    }

    .header_sectgion_mobile {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        padding-top: calc(40 * 100vw / 1920);

        /* margin-left: calc(345 * 100vw / 1920); */

        /* border-bottom: var(--Header-borderWidth, 1px) solid var(--gradient-1475, #192A42);
        background: var(--gradient-1500, linear-gradient(0deg, var(--tint-additionalx2-300, #164D8C) -104.69%, var(--tint-neutral-75, #0B131E) 85.94%)); */
    }

    .bonus_cta_header {
        position: relative;
        overflow: hidden;
    }

    .bonus_cta_header::after {
        content: "";
        position: absolute;

        top: 50%;
        transform: translateY(-50%) skewX(-20deg);

        left: -100%;
        width: 60%;
        height: 80%; 

        background: linear-gradient(
            120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.4) 50%,
            transparent 100%
        );

        filter: blur(6px); /* optional soft glow */
        animation: glowSweep 2.5s infinite;
    }

    @keyframes glowSweep {
        0% {
            left: -100%;
        }
        100% {
            left: 150%;
        }
    }

    .bonus_cta_header img {
        display: block;
        width: 100%;
    }

    .cta-header-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* color: white;
        font-size: 18px;
        font-weight: bold;
        pointer-events: none;  */


        color: #000;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(23 * 100vw / 1920);
        font-style: normal;
        font-weight: 900;
        line-height: var(--button-sm-lineHeight, 20px);
        letter-spacing: var(--button-sm-letterSpacing, 0);
        text-transform: uppercase;

        white-space: nowrap;
    }

    .logo_brand_header {
        display: flex;
        align-items: center;
    }

    .bonus_cta_header a,
    .logo_brand_header a {
        display: inline-block;
    }

    .logo_brand_header img {
        height: calc(50 * 100vw / 1920);
        width: auto;
    }

    .bonus_cta_header img {
        height: calc(50 * 100vw / 1920);
        width: auto;
    }

    .divider_header {
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -2px;
        background: var(--tint-neutral-50, #080D14);
    }

    .banner_section {
        height: calc(635 * 100vw / 1920);
        width: 100%;

        /* padding-top: calc(30 * 100vw / 1920); */
        display: flex;
        align-items: center;
    }

    /* .banner_offer {

        padding-top: calc(727 * 100vw / 1920);
        padding-bottom: calc(20 * 100vw / 1920);
        display: flex;
        flex-direction: column;
        align-items: center;

        position: relative;
        z-index: 1;
    } */

    .banner_offer {
        position: relative;
        z-index: 2;

        /* center it */
        /* margin: 0 auto; */
        margin-left: calc(277 * 100vw / 1920);

        /* box size */
        width: calc(443 * 100vw / 1920);
        height: calc(417 * 100vw / 1920);

        /* glass style */
        border-radius: 16px;
        border: 1px solid #8596B0;
        background: linear-gradient(
            0deg,
            rgba(11, 19, 30, 0.25) 0%,
            rgba(11, 19, 30, 0.25) 100%
        ),
        rgba(11, 19, 30, 0.63);

        backdrop-filter: blur(2.5px);

        /* content alignment */
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;

        /* reset old spacing */
        /* padding: 40px 20px; */

        /* margin-top: calc(727 * 100vw / 1920); */
    }


    .background_banner_image {
        position: absolute;
        inset: 0;
        z-index: -2;
        overflow: hidden;
        /* top:2px; */

        /* top: calc(-104 * 100vw / 1920); */
        /* top: calc(-104 * 100vw / 1920); */
    }

    .background_banner_image img {
        width: 100%;
        height: calc(612 * 100vw / 1920);
        object-fit: cover;
    }

    .banner_section {
        position: relative;
    }

    .banner_offer h1 {
        color: var(--text-neutral-100, #F4F7FB);
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: 'Inter';
        font-size: calc(82 * 100vw / 1920);
        font-style: normal;
        font-weight: 900;
        line-height: calc(70 * 100vw / 1920);
        letter-spacing: var(--display-md-letterSpacing, 0);
        text-transform: uppercase;

        padding-top: calc(45 * 100vw / 1920);
    }

    .banner_offer h2 {
        color: #FFF;
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: var(--display-sm-fontFamily, 'Inter');
        font-size: calc(36 * 100vw / 1920);
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        padding-top: calc(8 * 100vw / 1920);
        padding-bottom: calc(14 * 100vw / 1920);
    }

    .banner_offer h3 {
        color: #F9D20E;
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: var(--bodyStrong-md-fontFamily, 'Inter');
        font-size: calc(38 * 100vw / 1920);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        /* text-transform: lowercase; */
    }

    .banner_cta_button {

        margin-top: calc(20 * 100vw / 1920);
        background-image: url('/assets/images/banner/banner_button.png');
        width: calc(288 * 100vw / 1920);
        height: calc(70 * 100vw / 1920);
        background-size: contain;
        background-repeat: no-repeat;

        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: calc(28 * 100vw / 1920);
        font-style: normal;
        font-weight: 900;
        line-height: calc(24 * 100vw / 1920);
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;

        display: flex;
        align-items: center;
        justify-content: center;
    }


    .banner_live_playing {

        margin-top: calc(30 * 100vw / 1920);
        display: flex;
        height: calc(30 * 100vw / 1920);
        justify-content: center;
        align-items: center;
        gap: calc(8 * 100vw / 1920);
        flex-shrink: 0;
        align-self: stretch;
        background: linear-gradient(
            to right,
            rgba(21, 36, 57, 0) 0%,
            #1F3655 50%,
            rgba(21, 36, 57, 0) 100%
        );
    }

    .banner_live_playing_text {
        color: #B2BFCE;
        font-family: 'Inter';
        font-size: calc(12 * 100vw / 1920);
        font-style: normal;
        font-weight: 400;
        line-height: 100%; 
        letter-spacing: 0.48px;
    }

    .trustpilot_top_section {

        margin-bottom:  calc(15 * 100vw / 1920);

        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(30 * 100vw / 1920);
        flex-direction: row;
    }

    .trustpilot_top_section div img {
        height: calc(50 * 100vw / 1920);
        width: auto;
    }

    .trustpilot_top_section div svg {
        height: calc(40 * 100vw / 1920);
        width: auto;
    }

    .trustpilot_number_top_section {
        color: #FFF;
        font-family: 'Inter';
        font-size: calc(22 * 100vw / 1920);
        font-style: normal;
        font-weight: 400;
        line-height: 120%; 
        letter-spacing: calc(0.72 * 100vw / 1920);
    }








    /* trending games */

    .top_trending_games {
        padding-top: calc(40 * 100vw / 1920);

        max-width: calc(1366 * 100vw / 1920);
        margin: 0 auto;
    }

    .top_trending_games_header{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    

    .top_trending_games_header_text {
        color: #E7EBEF;

        font-family: 'Inter';
        font-size: calc(20 * 100vw / 1920);
        font-style: normal;
        font-weight: 800;
        line-height: calc(24 * 100vw / 1920);
        letter-spacing: var(--headline-xs-letterSpacing, 0);
    }
    .top_trending_games_header_buttons img{
        height: calc(24 * 100vw / 1920);
        width: auto;
    }

    .right_button {
        padding-left: calc(4 * 100vw / 1920);
    }


    .trending_games_wrapper {
        position: relative;
        overflow: hidden; 
    }

    .container_trending_games {
        display: flex;
        gap: calc(12 * 100vw / 1920);
        overflow-x: auto;
        padding: calc(20 * 100vw / 1920) calc(24 * 100vw / 1920) 0;

        padding-left: unset;
        padding-right: unset;
    }


    /* .game_bg img {
        height: calc(325 * 100vw / 1920);
        width: auto;
    } */

    .container_trending_games > div > a > img:not(.game_front):not(.game_bg) {
        height: calc(325 * 100vw / 1920);
        /* width: auto; */
        width: calc(217 * 100vw / 1920);
    }




    /* live games */

    .top_live_games {
        padding-top: calc(20 * 100vw / 1920);

        max-width: calc(1366 * 100vw / 1920);
        margin: 0 auto;
    }


    .top_live_games_header {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .top_live_games_header_text {
        color: #E7EBEF;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 1920);
        font-weight: 800;
        line-height: calc(24 * 100vw / 1920);
    }

    .top_live_games_header_buttons img {
        height: calc(24 * 100vw / 1920);
        width: auto;
    }

    .right_button {
        padding-left: calc(4 * 100vw / 1920);
    }

    .top_live_games_wrapper {
        position: relative;
        overflow: hidden;
    }

    .container_top_live_games {
        display: flex;
        gap: calc(10 * 100vw / 1920);
        overflow-x: auto;
        padding: calc(12 * 100vw / 1920) calc(24 * 100vw / 1920) 0;

   
        padding-left: unset;
        padding-right: unset;
    }

    .container_top_live_games > div {
        flex: 0 0 auto;
    }

    .top_live_games_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: 63px;

        background: linear-gradient(
            270deg,
            #0B131E 0%,
            rgba(11, 19, 30, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    }

    .container_top_live_games div img {
        height: calc(374 * 100vw / 1920);
        width: auto;
        display: block;
    }


    /* sport games */

    .sport_games {
        padding-top: calc(40 * 100vw / 1920);

        max-width: calc(1366 * 100vw / 1920);
        margin: 0 auto;
    }

    .sport_games_header {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .sport_games_header_text {
        color: #E7EBEF;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 1920);
        font-weight: 800;
        line-height: calc(24 * 100vw / 1920);
    }

    .sport_games_header_buttons img {
        height: calc(24 * 100vw / 1920);
        width: auto;
    }

    .sport_games_wrapper {
        position: relative;
        overflow: hidden;
    }

    .container_sport_games {
        display: flex;
        gap: calc(10 * 100vw / 1920);
        overflow-x: auto;
        padding: calc(20 * 100vw / 1920) calc(24 * 100vw / 1920) 0;

        padding-left: unset;
        padding-right: unset;
    }

    .container_sport_games > div {
        flex: 0 0 auto;
    }

    .container_sport_games div img {
        height: calc(328 * 100vw / 1920);
        width: auto;
        display: block;
    }

    .sport_game_item {
        position: relative;
        flex: 0 0 auto;
    }

    .sport_game_img {
        display: block;
        height: calc(243 * 100vw / 1920);
        width: auto;
    }

    .sport_game_label {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);

        width: calc(212 * 100vw / 1920);
        height: calc(60 * 100vw / 1920);

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sport_game_label img {
        position: absolute;
        inset: 0;
        width: calc(212 * 100vw / 1920) !important;
        height: auto !important;
        object-fit: contain;
    }

    /* label text */
    .sport_game_label_text {
        position: relative;
        z-index: 1;

        color: var(--text-neutral-100, #F4F7FB);
        text-align: center;

        font-family: var(--title-sm-fontFamily, 'Inter');
        font-size: calc(16 * 100vw / 1920);
        font-style: normal;
        font-weight: 600;
        line-height: calc(18 * 100vw / 1920);
        letter-spacing: var(--title-sm-letterSpacing, 0);
        text-transform: uppercase;


        display: flex;              
        align-items: center;        
        justify-content: center;    
        width: 100%;    
    }



    /* wordlcup */

    .world_cup_promo {
        position: relative;
        padding-top: calc(50 * 100vw / 1920);
        padding-bottom: calc(16 * 100vw / 1920);

        display: flex;
        justify-content: center;
        align-items: center;
    }
    .world_cup_promo img{
        height: calc(360 * 100vw / 1920);
        width: auto;
    }

    .world_cup_promo_text {
        position: absolute;
        top: calc(100 * 100vw / 1920);
        left: calc(360 * 100vw / 1920);


        color: var(--text-neutral-200, #E7EBEF);
        text-align: left;

        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);

        font-family: 'Inter';
        font-size: calc(36 * 100vw / 1920);
        font-style: normal;
        font-weight: 800;
        line-height: calc(49 * 100vw / 1920);
        letter-spacing: var(--headline-xs-letterSpacing, 0);
    }

    .mobile_break {
        display: none;
    }


    .world_cup_promo_button_container {
        position: absolute;
        top: calc(236 * 100vw / 1920);
        left: calc(360 * 100vw / 1920);
        width: 100%;
        /* display: flex;
        justify-content: center; */
    }


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

        width: calc(282 * 100vw / 1920);
        height: calc(91 * 100vw / 1920);

        background-image: url('/assets/images/worldcup/Button_World_cup_mobile.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        color: #000;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(24 * 100vw / 1920);
        font-weight: 900;
        text-transform: uppercase;
        text-decoration: none;
        /* transform: translateY(5px); */
    }

    .world_cup_promo_button span {
        position: relative;
        top: -3px; 
    }


    /* winners */
    .winners_betrepublic {
        padding-top: calc(45 * 100vw / 1920);
        padding-bottom: calc(49 * 100vw / 1920);

        /* background: linear-gradient(180deg, #0B131E 0%, #070C12 100%), #D9D9D9; */
        
    }

    .winners_betrepublic_header {
        color: #E7EBEF;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(36 * 100vw / 1920);
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }


    .winners_betrepublic_wrapper {
        padding-top: calc(50 * 100vw / 1920);
        padding-bottom: calc(40 * 100vw / 1920);
        position: relative;
        overflow: hidden;

        /* padding-left: calc(40 * 100vw / 1920);
        padding-right: calc(40 * 100vw / 1920); */


        max-width: calc(1366 * 100vw / 1920);
        margin: 0 auto;
    }

    .container_winners_betrepublic {
        overflow: hidden;
    }

    .winners_track {
        display: flex;
        gap: calc(10 * 100vw / 1920);
        width: max-content;
        animation: winnersMarquee 30s linear infinite reverse;
    }

    .winner_item {
        flex: 0 0 auto;
        padding-top: calc(14 * 100vw / 1920);
        border-radius: calc(8 * 100vw / 1920);
        background: rgba(255, 255, 255, 0.07);
        box-shadow: 0 -0.5px 0 0 var(--tint-neutral-150, #152439) inset,
                    -0.5px -1px 0 0 var(--tint-additionalx3-425, #576E88) inset,
                    -0.5px 0 0 0 var(--tint-additionalx3-425, #576E88) inset,
                    0.3px 0.6px 0 0 var(--tint-neutral-575, #608AC4) inset;
        height: calc(240 * 100vw / 1920);
        width: calc(160 * 100vw / 1920);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(10 * 100vw / 1920);
    }

    .winner_item img {
        width: calc(125 * 100vw / 1920);
        height: auto;
    }

    .winner_name {
        color: #FFF;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(15 * 100vw / 1920);
        font-weight: 400;
        line-height: 140%;
        text-transform: capitalize;
        padding-top: calc(10 * 100vw / 1920);
    }

    .winner_amount {
        color: #7FC03D;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 1920);
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
    }

    @keyframes winnersMarquee {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(calc(-50% - 5px));
        }
    }

    .winner_betrepublic_explanation {
        color: #C1CBD7;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(18 * 100vw / 1920);
        font-style: normal;
        font-weight: 400;
        line-height: 140%;

        padding-left: calc(30 * 100vw / 1920);
        padding-right: calc(30 * 100vw / 1920);
    }

    .winner_betrepublic_explanation br {
        display: none;
    }


    .welcome_back_casino_cta_button {
        margin-top: calc(45 * 100vw / 1920);
        background-image: url('/assets/images/common/Button_Banner.png');
        width: calc(340 * 100vw / 1920);
        height: calc(72 * 100vw / 1920);
        background-size: contain;

        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: calc(32 * 100vw / 1920);
        font-style: normal;
        font-weight: 900;
        line-height: calc(24 * 100vw / 1920);
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* payments */

    .payments_betrepublic_container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: calc(40 * 100vw / 1920) calc(30 * 100vw / 1920);

        padding-top: calc(62 * 100vw / 1920);
        padding-bottom: calc(62 * 100vw / 1920);

        padding-left: calc(24 * 100vw / 1920);
        padding-right: calc(24 * 100vw / 1920);
    }

    .payments_betrepublic_container img {
        height: calc(40 * 100vw / 1920);
        width: auto;
    }

    img.bitcoin_payment_logo {
        height: calc(30 * 100vw / 1920);
        width: auto;
    }


    /* reviews */

    .reviews_betrepublic {
        padding-top: calc(54 * 100vw / 1920);
        padding-bottom: calc(30 * 100vw / 1920);

        max-width: calc(1366 * 100vw / 1920);
        margin: 0 auto;
    }

    .reviews_betrepublic_header {
        color: #E7EBEF;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(24 * 100vw / 1920);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; 
    }

    .reviews_wrapper {
        padding-top: calc(44 * 100vw / 1920);
        padding-bottom: calc(60 * 100vw / 1920);

        padding-left: calc(40 * 100vw / 1920);
        padding-right: calc(40 * 100vw / 1920);
        position: relative;
        overflow: hidden;
    }

    .container_reviews {

        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(133, 150, 176, 0.9) rgba(255, 255, 255, 0.08);
    }

    .container_reviews.dragging {
        cursor: grabbing;
    }

    .reviews_track {
        display: flex;
        gap: calc(10 * 100vw / 1920);
        width: max-content;
         overflow: visible;
        
    }

    .container_reviews::-webkit-scrollbar {
        height: 8px;
    }

    .container_reviews::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 999px;
    }

    .container_reviews::-webkit-scrollbar-thumb {
        background: #8596B0;
        border-radius: 999px;
    }

    .container_reviews::-webkit-scrollbar-thumb:hover {
        background: #A7B4C5;
    }

    .reviews_wrapper::before,
    .reviews_wrapper::after {
        display: none !important;
    }

    .review_item {
        flex: 0 0 auto;
        width: calc(265 * 100vw / 1920);
        height: calc(260 * 100vw / 1920);
        box-sizing: border-box;

        border-radius: calc(8 * 100vw / 1920);
        background: rgba(255, 255, 255, 0.07);

        box-shadow: 
            0 -0.5px 0 0 var(--tint-neutral-150, #152439) inset,
            -0.5px -1px 0 0 var(--tint-additionalx3-425, #576E88) inset,
            -0.5px 0 0 0 var(--tint-additionalx3-425, #576E88) inset,
            0.3px 0.6px 0 0 var(--tint-neutral-575, #608AC4) inset;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: calc(15 * 100vw / 1920);

        /* padding: calc(33 * 100vw / 1920) calc(18 * 100vw / 1920); */

        padding-top: calc(33 * 100vw / 1920);
        padding-left: calc(17 * 100vw / 1920);
        padding-right: calc(30 * 100vw / 1920);
    }

    .review_name {
        color: #FFF;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 1920);
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
    }


    .review_text {
        color: #C1CBD7;
        font-family: 'Inter';
        font-size: calc(14 * 100vw / 1920);
        font-style: normal;
        font-weight: 400;
        line-height: calc(22 * 100vw / 1920);
    }

    /* .reviews_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(63 * 100vw / 1920);
        background: linear-gradient(270deg, #090E16 0%, rgba(9, 14, 22, 0) 100%);
        pointer-events: none;
        z-index: 2;
    }

    .reviews_wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: calc(63 * 100vw / 1920);
        background: linear-gradient(90deg, #090E16 0%, rgba(9, 14, 22, 0) 100%);
        pointer-events: none;
        z-index: 2;
    } */


    .reviews_cta_link {
        display: block;
    }

    .reviews_cta_container {
        display: flex;
        justify-content: center;
    }

    .reviews_cta_button {

        background-image: url('/assets/images/winners/Button_winner.png');
        width: 262px;
        height: 64px;

        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--tint-additionalx1-75, #191919);
        font-family:  'Inter';
        font-size: calc(20 * 100vw / 1920);
        font-style: normal;
        font-weight: 900;
        line-height: calc(24 * 100vw / 1920);
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;
    }


    /* footer */

    .footer_divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, var(--tint-neutral-175, #192A42) 0%, var(--tint-additionalx2-400, #1C64B6) 51.17%, var(--tint-neutral-175, #192A42) 101.87%);
    }

    .footer_section {
        display: flex;
        flex-direction: column;
        align-items: center;

        gap: calc(15 * 100vw / 1920);

        padding-top: calc(30 * 100vw / 1920);
        padding-bottom: calc(30 * 100vw / 1920);

        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, var(--tint-neutral-25, #04070B) 103.75%), url('/assets/images/common/source_Frame 1.png') lightgray -97.845px 0.386px / 142.541% 376.447% no-repeat, #09101A;
    }

    .legal_section img{
        height: calc(50 * 100vw / 1920);
        width: auto;
    }

    .copyright {
        color: #44566A;
        font-family: 'Inter';
        font-size: calc(12 * 100vw / 1920);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .preloader__progress {
        position: absolute;
        margin-top: calc(40 * 100vw / 460);
        left: 50%;
        transform: translateX(-50%);
        width: calc(128 * 100vw / 460);
        height: 4px;

        background: rgba(255, 255, 255, 0.15);
        border-radius: 4px;
        overflow: hidden;
    }

    .preloader__bar {
        height: 100%;
        width: 40%;

        background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent
        );

    }

    .header_sectgion_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 15px 24px;

        border-bottom: var(--Header-borderWidth, 1px) solid var(--gradient-1475, #192A42);
        background: var(--gradient-1500, linear-gradient(0deg, var(--tint-additionalx2-300, #164D8C) -104.69%, var(--tint-neutral-75, #0B131E) 85.94%));
    }

    .header_sectgion_mobile.mobile_header {
        /* display: none; */

        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .header_sectgion_mobile.desktop {
        display: none;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
    .hero_section {
        height: 100vh;
        width: 100%;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile_header {
        display: none;
    }

    .welcome_back,
    .main_content {
        display: none;
    }

    .preloader {
        position: fixed;
        overflow: hidden;
        inset: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(0deg, var(--tint-additionalx2-300, #164D8C) -104.69%, var(--tint-neutral-75, #0B131E) 85.94%), #0B131E;
        direction: ltr;
    }
    .preloader img {
        width: calc(318 * 100vw / 460);
    }


    .welcome_back {
        position: relative;
        width: 100%;
        height: 100vh;

        display: flex;
        align-items: center;  
        justify-content: center;
    }

    .welcome_back_container {
        position: relative;

        width: calc(412 * 100vw / 460);
        height: calc(299 * 100vw / 460);

        border: 1px solid #8596B0;
        border-radius: 16px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);


        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .background_welcome_back {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .welcome_back_casino_logo {
        padding-top: calc(50 * 100vw / 460);
    }

    .welcome_back_casino_logo img {
        height: calc(60 * 100vw / 430);
        width: auto;
    }

    .welcome_back_casino_cta {
        color: #FFF;
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .welcome_back_casino_cta_button_container_winner {
        
        background-image: url('/assets/images/winners/Button_winner.png');
        width: 262px;
        height: 64px;
        background-size: contain;

        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: var(--button-md-lineHeight, 24px); 
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;

        display: flex;
        align-items: center;
        justify-content: center;

        margin: 0 auto;
        margin-top: 30px;
    }

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

        padding-top: calc(40 * 100vw / 767);

    }

    .bonus_cta_header {
        display: none;
    }

    .bonus_cta_header img {
        display: block;
        width: 100%;
    }

    .cta-header-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);


        color: #000;
        text-align: center;
        font-family: 'Inter';
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: var(--button-sm-lineHeight, 20px);
        letter-spacing: var(--button-sm-letterSpacing, 0);
        text-transform: uppercase;

        white-space: nowrap;
    }

    .logo_brand_header {
        display: flex;
        align-items: center;
    }

    .bonus_cta_header a,
    .logo_brand_header a {
        display: inline-block;
    }

    .logo_brand_header img {
        height: calc(60 * 100vw / 767);
        width: auto;
    }

    .bonus_cta_header img {
        height: calc(60 * 100vw / 767);
        width: auto;
    }

    .bonus_cta_header {
        position: relative;
        display: inline-block;
    }

    .bonus_cta_header img {
        display: block;
        width: 100%;
    }

    .divider_header {
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -2px;
        background: var(--tint-neutral-50, #080D14);
    }

    .banner_section {
        height: calc(1100 * 100vw / 767);
        width: 100%;

        padding-top: calc(607 * 100vw / 767);
    }


    .banner_offer {
        position: relative;
        z-index: 2;

        /* center it */
        margin: 0 auto;

        /* box size */
        width: calc(443 * 100vw / 767);
        height: calc(417 * 100vw / 767);

        /* glass style */
        border-radius: 16px;
        border: 1px solid #8596B0;
        background: linear-gradient(
            0deg,
            rgba(11, 19, 30, 0.25) 0%,
            rgba(11, 19, 30, 0.25) 100%
        ),
        rgba(11, 19, 30, 0.63);

        backdrop-filter: blur(2.5px);

        /* content alignment */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        /* reset old spacing */
        /* padding: 40px 20px; */

        /* margin-top: calc(727 * 100vw / 767); */
    }


    .background_banner_image {
        position: absolute;
        inset: 0;
        z-index: -2;
        overflow: hidden;
        /* top:2px; */

        top: calc(-103 * 100vw / 767);
    }

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

    .banner_section {
        position: relative;
    }

    .banner_offer h1 {
        color: var(--text-neutral-100, #F4F7FB);
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: 'Inter';
        font-size: calc(96 * 100vw / 767);
        font-style: normal;
        font-weight: 900;
        line-height: calc(70 * 100vw / 767);
        letter-spacing: var(--display-md-letterSpacing, 0);
        text-transform: uppercase;

        padding-top: calc(39 * 100vw / 767);
    }

    .banner_offer h2 {
        color: #FFF;
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: var(--display-sm-fontFamily, 'Inter');
        font-size: calc(36 * 100vw / 767);
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        padding-top: calc(8 * 100vw / 767);
        padding-bottom: calc(8 * 100vw / 767);
    }

    .banner_offer h3 {
        color: #F9D20E;
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: var(--bodyStrong-md-fontFamily, 'Inter');
        font-size: calc(36 * 100vw / 767);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        /* text-transform: lowercase; */
    }

    .banner_cta_button {

        margin-top: calc(12 * 100vw / 767);
        background-image: url('/assets/images/common/Button_Header_tablet_.png');
        width: calc(360 * 100vw / 767);
        height: calc(75 * 100vw / 767);
        background-size: contain;
        background-repeat: no-repeat;

        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: calc(28 * 100vw / 767);
        font-style: normal;
        font-weight: 900;
        line-height: calc(24 * 100vw / 767);
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;

        display: flex;
        align-items: center;
        justify-content: center;
    }


    .banner_live_playing {

        margin-top: calc(30 * 100vw / 767);
        display: flex;
        height: calc(30 * 100vw / 767);
        justify-content: center;
        align-items: center;
        gap: calc(8 * 100vw / 767);
        flex-shrink: 0;
        align-self: stretch;
        background: linear-gradient(
            to right,
            rgba(21, 36, 57, 0) 0%,
            #1F3655 50%,
            rgba(21, 36, 57, 0) 100%
        );
    }

    .banner_live_playing_text {
        color: #B2BFCE;
        font-family: 'Inter';
        font-size: calc(12 * 100vw / 767);
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14.4px */
        letter-spacing: 0.48px;
    }

    .trustpilot_top_section {

        /* margin-top:  20px; */
        margin-bottom:  calc(15 * 100vw / 460);

        display: flex;
        /* height: 18.726px; */
        justify-content: center;
        align-items: center;
        gap: calc(11 * 100vw / 460);
        flex-direction: row;
    }

    .trustpilot_number_top_section {
        color: #FFF;
        font-family: 'Inter';
        font-size: calc(18 * 100vw / 460);
        font-style: normal;
        font-weight: 400;
        line-height: 120%; 
        letter-spacing: calc(0.72 * 100vw / 460);
    }








    /* trending games */

    .top_trending_games {
        padding-top: calc(40 * 100vw / 460);
    }

    .top_trending_games_header{
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding-left: calc(24 * 100vw / 460);
        padding-right: calc(24 * 100vw / 460);
    }
    

    .top_trending_games_header_text {
        color: #E7EBEF;

        font-family: 'Inter';
        font-size: calc(20 * 100vw / 767);
        font-style: normal;
        font-weight: 800;
        line-height: calc(24 * 100vw / 767);
        letter-spacing: var(--headline-xs-letterSpacing, 0);
    }
    .top_trending_games_header_buttons img{
        height: calc(24 * 100vw / 767);
        width: auto;
    }

    .right_button {
        padding-left: calc(4 * 100vw / 460);
    }


    .trending_games_wrapper {
        position: relative;
        overflow: hidden; 
    }

    .container_trending_games {
        display: flex;
        gap: calc(12 * 100vw / 767);
        overflow-x: auto;
        padding: calc(20 * 100vw / 767) calc(24 * 100vw / 767) 0;

        margin-left: calc(40 * 100vw / 767);
        margin-right: calc(40 * 100vw / 767);
        padding-left: unset;
        padding-right: unset;
    }


    .container_trending_games div img {
        height: calc(238 * 100vw / 767);
        width: auto;
    }




    /* live games */

    .top_live_games {
        padding-top: calc(20 * 100vw / 767);
    }


    .top_live_games_header {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding-left: calc(42 * 100vw / 767);
        padding-right: calc(42 * 100vw / 767);
    }

    .top_live_games_header_text {
        color: #E7EBEF;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 767);
        font-weight: 800;
        line-height: calc(24 * 100vw / 767);
    }

    .top_live_games_header_buttons img {
        height: calc(24 * 100vw / 767);
        width: auto;
    }

    .right_button {
        padding-left: calc(4 * 100vw / 767);
    }

    /* wrapper for gradient overlay */
    .top_live_games_wrapper {
        position: relative;
        overflow: hidden;
    }

    /* scroll container */
    .container_top_live_games {
        display: flex;
        gap: calc(10 * 100vw / 460);
        overflow-x: auto;
        padding: calc(12 * 100vw / 460) calc(24 * 100vw / 460) 0;

        margin-left: calc(42 * 100vw / 767);
        margin-right: calc(42 * 100vw / 767);
        padding-left: unset;
        padding-right: unset;
    }

    .container_top_live_games > div {
        flex: 0 0 auto;
    }

    /* right gradient */
    .top_live_games_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: 63px;

        background: linear-gradient(
            270deg,
            #0B131E 0%,
            rgba(11, 19, 30, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    }

    /* images */
    .container_top_live_games div img {
        height: calc(235 * 100vw / 767);
        width: auto;
        display: block;
    }




    /* sport games */

    .sport_games {
        padding-top: calc(40 * 100vw / 767);
    }

    .sport_games_header {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding-left: calc(42 * 100vw / 767);
        padding-right: calc(42 * 100vw / 767);
    }

    .sport_games_header_text {
        color: #E7EBEF;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 767);
        font-weight: 800;
        line-height: calc(24 * 100vw / 767);
    }

    .sport_games_header_buttons img {
        height: calc(24 * 100vw / 767);
        width: auto;
    }

    .sport_games_wrapper {
        position: relative;
        overflow: hidden;
    }

    .container_sport_games {
        display: flex;
        gap: calc(10 * 100vw / 460);
        overflow-x: auto;
        padding: calc(20 * 100vw / 460) calc(24 * 100vw / 460) 0;

        margin-left: calc(42 * 100vw / 767);
        margin-right: calc(42 * 100vw / 767);
        padding-left: unset;
        padding-right: unset;
    }

    .container_sport_games > div {
        flex: 0 0 auto;
    }

    /* right gradient */
    /* .sport_games_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: calc(63 * 100vw / 460);

        background: linear-gradient(
            270deg,
            #0B131E 0%,
            rgba(11, 19, 30, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    } */

    .container_sport_games div img {
        height: calc(243 * 100vw / 767);
        width: auto;
        display: block;
    }

    /* sport item */
    .sport_game_item {
        position: relative;
        flex: 0 0 auto;
    }

    /* main image */
    .sport_game_img {
        display: block;
        height: calc(243 * 100vw / 767);
        width: auto;
    }

    /* label container */
    .sport_game_label {
        position: absolute;
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);

        width: calc(152 * 100vw / 767);
        height: calc(46 * 100vw / 767);

        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* label background */
    .sport_game_label img {
        position: absolute;
        inset: 0;
        width: calc(152 * 100vw / 767) !important;
        height: auto !important;
        object-fit: contain;
    }

    /* label text */
    .sport_game_label_text {
        position: relative;
        z-index: 1;

        color: var(--text-neutral-100, #F4F7FB);
        text-align: center;

        font-family: var(--title-sm-fontFamily, 'Inter');
        font-size: calc(12 * 100vw / 767);
        font-style: normal;
        font-weight: 600;
        line-height: calc(18 * 100vw / 767);
        letter-spacing: var(--title-sm-letterSpacing, 0);
        text-transform: uppercase;
    }



    /* wordlcup */

    .world_cup_promo {
        position: relative;
        padding-top: calc(32 * 100vw / 767);
        padding-bottom: calc(16 * 100vw / 767);

        display: flex;
        justify-content: center;
        align-items: center;
    }
    .world_cup_promo img{
        height: calc(282 * 100vw / 767);
        width: auto;
    }

    .world_cup_promo_text {
        position: absolute;
        top: calc(100 * 100vw / 767);
        left: calc(77.5 * 100vw / 767);


        color: var(--text-neutral-200, #E7EBEF);
        text-align: left;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);

        /* headline/xs */
        font-family: 'Inter';
        font-size: calc(22 * 100vw / 767);
        font-style: normal;
        font-weight: 800;
        line-height: calc(33 * 100vw / 767);
        letter-spacing: var(--headline-xs-letterSpacing, 0);
    }

    .mobile_break {
        display: none;
    }


    .world_cup_promo_button_container {
        position: absolute;
        top: calc(180 * 100vw / 767);
        left: calc(77.5 * 100vw / 767);
        width: 100%;
        /* display: flex;
        justify-content: center; */
    }


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

        width: calc(198 * 100vw / 767);
        height: calc(64 * 100vw / 767);

        background-image: url('/assets/images/worldcup/Button_World_cup_mobile.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        color: #000;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(18 * 100vw / 767);
        font-weight: 900;
        text-transform: uppercase;
        text-decoration: none;
        /* transform: translateY(5px); */
    }

    .world_cup_promo_button span {
        position: relative;
        top: -3px; 
    }


    /* winners */
    .winners_betrepublic {
        padding-top: calc(45 * 100vw / 460);
        padding-bottom: calc(49 * 100vw / 460);

        background: linear-gradient(180deg, #0B131E 0%, #070C12 100%), #D9D9D9;
    }

    .winners_betrepublic_header {
        color: #E7EBEF;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(22 * 100vw / 767);
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }


    .winners_betrepublic_wrapper {
        padding-top: calc(40 * 100vw / 460);
        padding-bottom: calc(40 * 100vw / 460);
        position: relative;
        overflow: hidden;

        padding-left: calc(40 * 100vw / 767);
        padding-right: calc(40 * 100vw / 767);
    }

    .container_winners_betrepublic {
        overflow: hidden;
    }

    .winners_track {
        display: flex;
        gap: calc(10 * 100vw / 767);
        width: max-content;
        animation: winnersMarquee 20s linear infinite reverse;
    }

    .winner_item {
        flex: 0 0 auto;
        padding-top: calc(14 * 100vw / 767);
        border-radius: calc(8 * 100vw / 767);
        background: rgba(255, 255, 255, 0.07);
        box-shadow: 0 -0.5px 0 0 var(--tint-neutral-150, #152439) inset,
                    -0.5px -1px 0 0 var(--tint-additionalx3-425, #576E88) inset,
                    -0.5px 0 0 0 var(--tint-additionalx3-425, #576E88) inset,
                    0.3px 0.6px 0 0 var(--tint-neutral-575, #608AC4) inset;
        height: calc(218 * 100vw / 767);
        width: calc(162 * 100vw / 767);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(10 * 100vw / 767);
    }

    .winner_item img {
        width: calc(125 * 100vw / 767);
        height: auto;
    }

    .winner_name {
        color: #FFF;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(15 * 100vw / 767);
        font-weight: 400;
        line-height: 140%;
        text-transform: capitalize;
    }

    .winner_amount {
        color: #7FC03D;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 767);
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
    }

    @keyframes winnersMarquee {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(calc(-50% - 5px));
        }
    }

    .winners_betrepublic_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: calc(63 * 100vw / 460);

        background: linear-gradient(
            270deg,
            #090E16 0%,
            rgba(9, 14, 22, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    }

    .winners_betrepublic_wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;

        width: calc(63 * 100vw / 460);

        background: linear-gradient(
            90deg,
            #090E16 0%,
            rgba(9, 14, 22, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    }

    .winner_betrepublic_explanation {
        color: #C1CBD7;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(16 * 100vw / 767);
        font-style: normal;
        font-weight: 400;
        line-height: 140%;

        padding-left: calc(30 * 100vw / 767);
        padding-right: calc(30 * 100vw / 767);
    }


    .welcome_back_casino_cta_button {
        margin-top: 30px;
        background-image: url('/assets/images/common/Button_Banner.png');
        width: calc(340 * 100vw / 767);
        height: calc(72 * 100vw / 767);
        background-size: contain;

        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: calc(32 * 100vw / 767);
        font-style: normal;
        font-weight: 900;
        line-height: calc(24 * 100vw / 767);
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* payments */

    .payments_betrepublic_container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: calc(30 * 100vw / 767) calc(20 * 100vw / 767);

        padding-top: calc(30 * 100vw / 767);
        padding-bottom: calc(30 * 100vw / 767);

        padding-left: calc(24 * 100vw / 767);
        padding-right: calc(24 * 100vw / 767);
    }

    .payments_betrepublic_container img {
        height: calc(33 * 100vw / 767);
        width: auto;
    }

    img.bitcoin_payment_logo {
        height: calc(25 * 100vw / 767);
        width: auto;
    }


    /* reviews */

    .reviews_betrepublic {
        padding-top: calc(54 * 100vw / 460);
        padding-bottom: calc(30 * 100vw / 460);
    }

    .reviews_betrepublic_header {
        color: #E7EBEF;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(24 * 100vw / 460);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; 
    }

    .reviews_wrapper {
        padding-top: calc(35 * 100vw / 460);
        padding-bottom: calc(35 * 100vw / 460);

        padding-left: calc(40 * 100vw / 767);
        padding-right: calc(40 * 100vw / 767);
        position: relative;
        overflow: hidden;
    }

    .container_reviews {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(133, 150, 176, 0.9) rgba(255, 255, 255, 0.08);
    }

    .reviews_track {
        display: flex;
        gap: calc(10 * 100vw / 460);
        width: max-content;
        width: max-content;
        overflow: visible;
        animation: none;
    }

    .container_reviews::-webkit-scrollbar {
        height: 8px;
    }

    .container_reviews::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 999px;
    }

    .container_reviews::-webkit-scrollbar-thumb {
        background: #8596B0;
        border-radius: 999px;
    }

    .container_reviews::-webkit-scrollbar-thumb:hover {
        background: #A7B4C5;
    }

    .reviews_wrapper::before,
    .reviews_wrapper::after {
        display: none !important;
    }

    .review_item {
        flex: 0 0 auto;
        width: calc(221 * 100vw / 767);
        height: calc(215 * 100vw / 767);
        box-sizing: border-box;

        border-radius: calc(8 * 100vw / 767);
        background: rgba(255, 255, 255, 0.07);

        box-shadow: 
            0 -0.5px 0 0 var(--tint-neutral-150, #152439) inset,
            -0.5px -1px 0 0 var(--tint-additionalx3-425, #576E88) inset,
            -0.5px 0 0 0 var(--tint-additionalx3-425, #576E88) inset,
            0.3px 0.6px 0 0 var(--tint-neutral-575, #608AC4) inset;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: calc(10 * 100vw / 767);

        padding: calc(33 * 100vw / 767) calc(18 * 100vw / 767);
    }

    .review_name {
        color: #FFF;
        font-family: 'Inter';
        font-size: calc(15 * 100vw / 767);
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
    }


    .review_text {
        color: #C1CBD7;
        font-family: 'Inter';
        font-size: calc(14 * 100vw / 767);
        font-style: normal;
        font-weight: 400;
        line-height: calc(18 * 100vw / 767);
    }

    .reviews_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(63 * 100vw / 460);
        background: linear-gradient(270deg, #090E16 0%, rgba(9, 14, 22, 0) 100%);
        pointer-events: none;
        z-index: 2;
    }

    .reviews_wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: calc(63 * 100vw / 460);
        background: linear-gradient(90deg, #090E16 0%, rgba(9, 14, 22, 0) 100%);
        pointer-events: none;
        z-index: 2;
    }


    .reviews_cta_link {
        display: block;
    }

    .reviews_cta_container {
        display: flex;
        justify-content: center;
    }

    .reviews_cta_button {
        width: calc(458 * 100vw / 767);
        height: calc(64 * 100vw / 767);
        background-image: url('/assets/images/trustpilot_reviews/Button.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: calc(24 * 100vw / 767);
        font-style: normal;
        font-weight: 900;
        line-height: calc(24 * 100vw / 767);
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;
    }


    /* footer */

    .footer_divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, var(--tint-neutral-175, #192A42) 0%, var(--tint-additionalx2-400, #1C64B6) 51.17%, var(--tint-neutral-175, #192A42) 101.87%);
    }

    .footer_section {
        display: flex;
        flex-direction: column;
        align-items: center;

        gap: calc(15 * 100vw / 460);

        padding-top: calc(30 * 100vw / 460);
        padding-bottom: calc(44 * 100vw / 460);

        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, var(--tint-neutral-25, #04070B) 103.75%), url('/assets/images/common/source_Frame 1.png') lightgray -97.845px 0.386px / 142.541% 376.447% no-repeat, #09101A;
    }

    .legal_section img{
        height: calc(50 * 100vw / 460);
        width: auto;
    }

    .copyright {
        color: #44566A;
        font-family: 'Inter';
        font-size: calc(12 * 100vw / 460);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


    .preloader__progress {
        position: absolute;
        margin-top: calc(70 * 100vw / 460);
        left: 50%;
        transform: translateX(-50%);
        width: calc(237 * 100vw / 460);
        height: 4px;

        background: rgba(255, 255, 255, 0.15);
        border-radius: 4px;
        overflow: hidden;
    }

    /* moving bar */
    .preloader__bar {
        height: 100%;
        width: 40%;

        background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent
        );

    }

    .header_sectgion_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 30px 24px;

        border-bottom: var(--Header-borderWidth, 1px) solid var(--gradient-1475, #192A42);
        background: var(--gradient-1500, linear-gradient(0deg, var(--tint-additionalx2-300, #164D8C) -104.69%, var(--tint-neutral-75, #0B131E) 85.94%));
    }

    .header_sectgion_mobile.mobile_header {
        /* display: none; */

        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .header_sectgion_mobile.desktop {
        display: none;
    }
}

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

    .trustpilot_stars_top_section img {
        height: 35px;
        width: auto;
    }

    .preloader {
        position: fixed;
        overflow: hidden;
        inset: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(0deg, var(--tint-additionalx2-300, #164D8C) -104.69%, var(--tint-neutral-75, #0B131E) 85.94%), #0B131E;
        direction: ltr;
    }
    .preloader img {
        width: calc(318 * 100vw / 460);
    }


    .welcome_back {
        position: relative;
        width: 100%;
        height: 100vh;

        display: flex;
        align-items: center;  
        justify-content: center;
    }

    .welcome_back_container {
        position: relative;

        width: calc(412 * 100vw / 460);
        height: calc(299 * 100vw / 460);

        border: 1px solid #8596B0;
        border-radius: 16px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);


        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .background_welcome_back {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .welcome_back_casino_logo {
        padding-top: calc(50 * 100vw / 460);
    }

    .welcome_back_casino_logo img {
        height: calc(60 * 100vw / 430);
        width: auto;
    }

    .welcome_back_casino_cta {
        color: #FFF;
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: 'Inter';
        font-size: calc(36 * 100vw / 460);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .welcome_back_casino_cta_button_container_winner {
        
        background-image: url('/assets/images/winners/Button_winner.png');
        width: 262px;
        height: 64px;
        background-size: contain;

        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: var(--button-md-lineHeight, 24px); 
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;

        display: flex;
        align-items: center;
        justify-content: center;

        margin: 0 auto;
        margin-top: 30px;
    }

    .header_sectgion_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 6px 24px;

        border-bottom: var(--Header-borderWidth, 1px) solid var(--gradient-1475, #192A42);
        background: var(--gradient-1500, linear-gradient(0deg, var(--tint-additionalx2-300, #164D8C) -104.69%, var(--tint-neutral-75, #0B131E) 85.94%));
    }

    .bonus_cta_header {
        position: relative;
        display: inline-block;
    }

    .bonus_cta_header img {
        display: block;
        width: 100%;
    }

    .cta-header-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* color: white;
        font-size: 18px;
        font-weight: bold;
        pointer-events: none;  */


        color: #000;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(16 * 100vw / 430);
        font-style: normal;
        font-weight: 900;
        line-height: var(--button-sm-lineHeight, 20px);
        letter-spacing: var(--button-sm-letterSpacing, 0);
        text-transform: uppercase;

        white-space: nowrap;
    }

    .logo_brand_header {
        display: flex;
        align-items: center;
    }
    .bonus_cta_header a,
    .logo_brand_header a {
        display: inline-block;
    }

    .logo_brand_header img {
        height: calc(34 * 100vw / 460);
        width: auto;
    }

    .bonus_cta_header img {
        height: calc(34 * 100vw / 460);
        width: auto;
    }

    .divider_header {
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -2px;
        background: var(--tint-neutral-50, #080D14);
    }

    .banner_offer {

        padding-top: calc(270 * 100vw / 460);
        padding-bottom: calc(20 * 100vw / 460);
        display: flex;
        flex-direction: column;
        align-items: center;

        position: relative;
        z-index: 1;
    }


    .background_banner_image {
        position: absolute;
        inset: 0;
        z-index: -2;
        overflow: hidden;
        top:2px;
    }

    .background_banner_image img {
        /* width: 120%; */
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .banner_section {
        position: relative;
    }

    .banner_section::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(322 * 100vw / 460);

        background: linear-gradient(0deg, #0B131E 0%, rgba(11, 19, 30, 1) 60%, rgba(11, 19, 30, 0.9) 80%, rgba(11, 19, 30, 0.35) 92%, rgba(11, 19, 30, 0) 100%);

        z-index: -1;
    }

    .banner_offer h1 {
        color: var(--text-neutral-100, #F4F7FB);
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: 'Inter';
        font-size: calc(72 * 100vw / 460);
        font-style: normal;
        font-weight: 900;
        line-height: calc(70 * 100vw / 460);
        letter-spacing: var(--display-md-letterSpacing, 0);
        text-transform: uppercase;
    }

    .banner_offer h2 {
        color: #FFF;
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: var(--display-sm-fontFamily, 'Inter');
        font-size: calc(32 * 100vw / 460);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .banner_offer h3 {
        color: #F9D20E;
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);
        font-family: var(--bodyStrong-md-fontFamily, 'Inter');
        font-size: calc(32 * 100vw / 460);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        /* text-transform: lowercase; */
    }

    .banner_cta_button {

        margin-top: calc(28 * 100vw / 460);
        background-image: url('/assets/images/banner/banner_button.png');
        width: calc(262 * 100vw / 460);
        height: calc(64 * 100vw / 460);
        background-size: contain;

        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: calc(24 * 100vw / 460);
        font-style: normal;
        font-weight: 900;
        line-height: calc(24 * 100vw / 460);
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;

        display: flex;
        align-items: center;
        justify-content: center;
    }


    .banner_live_playing {

        margin-top: calc(23 * 100vw / 460);
        display: flex;
        height: calc(27 * 100vw / 460);
        justify-content: center;
        align-items: center;
        gap: calc(7 * 100vw / 460);
        flex-shrink: 0;
        align-self: stretch;
        background: linear-gradient(
            to right,
            rgba(21, 36, 57, 0) 0%,
            #1F3655 50%,
            rgba(21, 36, 57, 0) 100%
        );
    }

    .banner_live_playing_text {
        color: #B2BFCE;
        font-family: 'Inter';
        font-size: calc(12 * 100vw / 460);
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14.4px */
        letter-spacing: 0.48px;
    }

    .trustpilot_top_section {

        /* margin-top:  20px; */
        margin-bottom:  calc(15 * 100vw / 460);

        display: flex;
        /* height: 18.726px; */
        justify-content: center;
        align-items: center;
        gap: calc(11 * 100vw / 460);
        flex-direction: row;
    }

    .trustpilot_number_top_section {
        color: #FFF;
        font-family: 'Inter';
        font-size: calc(18 * 100vw / 460);
        font-style: normal;
        font-weight: 400;
        line-height: 120%; 
        letter-spacing: calc(0.72 * 100vw / 460);
    }








    /* trending games */

    .top_trending_games {
        padding-top: calc(40 * 100vw / 460);
    }

    .top_trending_games_header{
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding-left: calc(24 * 100vw / 460);
        padding-right: calc(24 * 100vw / 460);
    }
    

    .top_trending_games_header_text {
        color: #E7EBEF;

        font-family: 'Inter';
        font-size: calc(20 * 100vw / 460);
        font-style: normal;
        font-weight: 800;
        line-height: calc(24 * 100vw / 460);
        letter-spacing: var(--headline-xs-letterSpacing, 0);
    }
    .top_trending_games_header_buttons img{
        height: calc(24 * 100vw / 460);
        width: auto;
    }

    .right_button {
        padding-left: calc(4 * 100vw / 460);
    }


    .trending_games_wrapper {
        position: relative;
        overflow: hidden; 
    }

    .container_trending_games {
        display: flex;
        gap: calc(10 * 100vw / 460);
        overflow-x: auto;
        padding: calc(20 * 100vw / 460) calc(24 * 100vw / 460) 0;

        margin-left: calc(24 * 100vw / 460);
        padding-left: unset;
    }

    .trending_games_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: calc(63 * 100vw / 460);

        background: linear-gradient(
            270deg,
            #0B131E 0%,
            rgba(11, 19, 30, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    }

    .container_trending_games div img {
        height: calc(238 * 100vw / 460);
        width: auto;
    }




    /* live games */

    .top_live_games {
        padding-top: calc(20 * 100vw / 460);
    }


    .top_live_games_header {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding-left: calc(24 * 100vw / 460);
        padding-right: calc(24 * 100vw / 460);
    }

    .top_live_games_header_text {
        color: #E7EBEF;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 460);
        font-weight: 800;
        line-height: calc(24 * 100vw / 460);
    }

    .top_live_games_header_buttons img {
        height: calc(24 * 100vw / 460);
        width: auto;
    }

    .right_button {
        padding-left: calc(4 * 100vw / 460);
    }

    /* wrapper for gradient overlay */
    .top_live_games_wrapper {
        position: relative;
        overflow: hidden;
    }

    /* scroll container */
    .container_top_live_games {
        display: flex;
        gap: calc(10 * 100vw / 460);
        overflow-x: auto;
        padding: calc(12 * 100vw / 460) calc(24 * 100vw / 460) 0;

        margin-left: calc(24 * 100vw / 460);
        padding-left: unset;
    }

    .container_top_live_games > div {
        flex: 0 0 auto;
    }

    /* right gradient */
    .top_live_games_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: 63px;

        background: linear-gradient(
            270deg,
            #0B131E 0%,
            rgba(11, 19, 30, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    }

    /* images */
    .container_top_live_games div img {
        height: calc(305 * 100vw / 460);
        width: auto;
        display: block;
    }




    /* sport games */

    .sport_games {
        padding-top: calc(40 * 100vw / 460);
    }

    .sport_games_header {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding-left: calc(24 * 100vw / 460);
        padding-right: calc(24 * 100vw / 460);
    }

    .sport_games_header_text {
        color: #E7EBEF;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 460);
        font-weight: 800;
        line-height: calc(24 * 100vw / 460);
    }

    .sport_games_header_buttons img {
        height: calc(24 * 100vw / 460);
        width: auto;
    }

    .sport_games_wrapper {
        position: relative;
        overflow: hidden;
    }

    .container_sport_games {
        display: flex;
        gap: calc(10 * 100vw / 460);
        overflow-x: auto;
        padding: calc(20 * 100vw / 460) calc(24 * 100vw / 460) 0;

        margin-left: calc(24 * 100vw / 460);
        padding-left: unset;
    }

    .container_sport_games > div {
        flex: 0 0 auto;
    }

    /* right gradient */
    .sport_games_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: calc(63 * 100vw / 460);

        background: linear-gradient(
            270deg,
            #0B131E 0%,
            rgba(11, 19, 30, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    }

    .container_sport_games div img {
        height: calc(238 * 100vw / 460);
        width: auto;
        display: block;
    }

    /* sport item */
    .sport_game_item {
        position: relative;
        flex: 0 0 auto;
    }

    /* main image */
    .sport_game_img {
        display: block;
        height: calc(238 * 100vw / 460);
        width: auto;
    }

    /* label container */
    .sport_game_label {
        position: absolute;
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);

        width: calc(152 * 100vw / 460);
        height: calc(46 * 100vw / 460);

        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* label background */
    .sport_game_label img {
        position: absolute;
        inset: 0;
        width: calc(152 * 100vw / 460) !important;
        height: auto !important;
        object-fit: contain;
    }

    /* label text */
    .sport_game_label_text {
        position: relative;
        z-index: 1;

        color: var(--text-neutral-100, #F4F7FB);
        text-align: center;

        font-family: var(--title-sm-fontFamily, 'Inter');
        font-size: calc(12 * 100vw / 460);
        font-style: normal;
        font-weight: 600;
        line-height: calc(18 * 100vw / 460);
        letter-spacing: var(--title-sm-letterSpacing, 0);
        text-transform: uppercase;
    }



    /* wordlcup */

    .world_cup_promo {
        position: relative;
        padding-top: calc(32 * 100vw / 460);
        padding-bottom: calc(16 * 100vw / 460);

        display: flex;
        justify-content: center;
        align-items: center;
    }
    .world_cup_promo img{
        height: calc(310 * 100vw / 460);
        width: auto;
    }

    .world_cup_promo_text {
        position: absolute;
        top: calc(205 * 100vw / 460);


        color: var(--text-neutral-200, #E7EBEF);
        text-align: center;

        /* shadow/outer/x1/400 */
        text-shadow: 0 1px 0.2px var(--tint-additionalx1-75, #191919);

        /* headline/xs */
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 460);
        font-style: normal;
        font-weight: 800;
        line-height: calc(24 * 100vw / 460);
        letter-spacing: var(--headline-xs-letterSpacing, 0);
    }


    .world_cup_promo_button_container {
        position: absolute;
        bottom: calc(18 * 100vw / 460);
        width: 100%;
        display: flex;
        justify-content: center;
    }


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

        width: calc(283 * 100vw / 460);
        height: calc(84 * 100vw / 460);

        background-image: url('/assets/images/worldcup/Button_World_cup_mobile.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        color: #000;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(24 * 100vw / 460);
        font-weight: 900;
        text-transform: uppercase;
        text-decoration: none;
        /* transform: translateY(5px); */
    }

    .world_cup_promo_button span {
        position: relative;
        top: -3px; 
    }


    /* winners */
    .winners_betrepublic {
        padding-top: calc(45 * 100vw / 460);
        padding-bottom: calc(49 * 100vw / 460);

        background: linear-gradient(180deg, #0B131E 0%, #070C12 100%), #D9D9D9;
    }

    .winners_betrepublic_header {
        color: #E7EBEF;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(24 * 100vw / 460);
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }


    .winners_betrepublic_wrapper {
        padding-top: calc(40 * 100vw / 460);
        padding-bottom: calc(40 * 100vw / 460);
        position: relative;
        overflow: hidden;
    }

    .container_winners_betrepublic {
        overflow: hidden;
    }

    .winners_track {
        display: flex;
        gap: calc(10 * 100vw / 460);
        width: max-content;
        animation: winnersMarquee 20s linear infinite reverse;
    }

    .winner_item {
        flex: 0 0 auto;
        padding-top: calc(14 * 100vw / 460);
        border-radius: calc(8 * 100vw / 460);
        background: rgba(255, 255, 255, 0.07);
        box-shadow: 0 -0.5px 0 0 var(--tint-neutral-150, #152439) inset,
                    -0.5px -1px 0 0 var(--tint-additionalx3-425, #576E88) inset,
                    -0.5px 0 0 0 var(--tint-additionalx3-425, #576E88) inset,
                    0.3px 0.6px 0 0 var(--tint-neutral-575, #608AC4) inset;
        height: calc(200 * 100vw / 460);
        width: calc(158 * 100vw / 460);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(5 * 100vw / 460);
    }

    .winner_item img {
        width: calc(125 * 100vw / 460);
        height: auto;
    }

    .winner_name {
        color: #FFF;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(15 * 100vw / 460);
        font-weight: 400;
        line-height: 140%;
        text-transform: capitalize;
    }

    .winner_amount {
        color: #7FC03D;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(20 * 100vw / 460);
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
    }

    @keyframes winnersMarquee {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(calc(-50% - 5px));
        }
    }

    .winners_betrepublic_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: calc(63 * 100vw / 460);

        background: linear-gradient(
            270deg,
            #090E16 0%,
            rgba(9, 14, 22, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    }

    .winners_betrepublic_wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;

        width: calc(63 * 100vw / 460);

        background: linear-gradient(
            90deg,
            #090E16 0%,
            rgba(9, 14, 22, 0) 100%
        );

        pointer-events: none;
        z-index: 2;
    }

    .winner_betrepublic_explanation {
        color: #C1CBD7;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(16 * 100vw / 460);
        font-style: normal;
        font-weight: 400;
        line-height: 140%;

        padding-left: calc(24 * 100vw / 460);
        padding-right: calc(24 * 100vw / 460);
    }


    .welcome_back_casino_cta_button {
        margin-top: 30px;
        background-image: url('/assets/images/common/Button_Banner.png');
        width: calc(340 * 100vw / 460);
        height: calc(72 * 100vw / 460);
        background-size: contain;

        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: calc(32 * 100vw / 460);
        font-style: normal;
        font-weight: 900;
        line-height: calc(24 * 100vw / 460);
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* payments */

    .payments_betrepublic_container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: calc(30 * 100vw / 460) calc(20 * 100vw / 460);

        padding-top: calc(30 * 100vw / 460);
        padding-bottom: calc(30 * 100vw / 460);

        padding-left: calc(24 * 100vw / 460);
        padding-right: calc(24 * 100vw / 460);
    }

    .payments_betrepublic_container img {
        height: calc(33 * 100vw / 460);
        width: auto;
    }

    img.bitcoin_payment_logo {
        height: calc(25 * 100vw / 460);
        width: auto;
    }


    /* reviews */

    .reviews_betrepublic {
        padding-top: calc(54 * 100vw / 460);
        padding-bottom: calc(30 * 100vw / 460);
    }

    .reviews_betrepublic_header {
        color: #E7EBEF;
        text-align: center;
        font-family: 'Inter';
        font-size: calc(24 * 100vw / 460);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; 
    }

    .reviews_wrapper {
        padding-top: calc(35 * 100vw / 460);
        padding-bottom: calc(35 * 100vw / 460);
        position: relative;
        overflow: hidden;
    }

    .container_reviews {
        margin-left: calc(24 * 100vw / 460);
        padding-right: calc(24 * 100vw / 460);

        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(133, 150, 176, 0.9) rgba(255, 255, 255, 0.08);
    }

    .reviews_track {
        display: flex;
        gap: calc(10 * 100vw / 460);
        width: max-content;
        overflow: visible;
        /* animation: none; */
    }

    .container_reviews::-webkit-scrollbar {
        height: 8px;
    }

    .container_reviews::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 999px;
    }

    .container_reviews::-webkit-scrollbar-thumb {
        background: #8596B0;
        border-radius: 999px;
    }

    .container_reviews::-webkit-scrollbar-thumb:hover {
        background: #A7B4C5;
    }

    .reviews_wrapper::before,
    .reviews_wrapper::after {
        display: none !important;
    }

    .review_item {
        flex: 0 0 auto;
        width: calc(244 * 100vw / 460);
        height: calc(190 * 100vw / 460);
        box-sizing: border-box;

        border-radius: calc(8 * 100vw / 460);
        background: rgba(255, 255, 255, 0.07);

        box-shadow: 
            0 -0.5px 0 0 var(--tint-neutral-150, #152439) inset,
            -0.5px -1px 0 0 var(--tint-additionalx3-425, #576E88) inset,
            -0.5px 0 0 0 var(--tint-additionalx3-425, #576E88) inset,
            0.3px 0.6px 0 0 var(--tint-neutral-575, #608AC4) inset;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: calc(8 * 100vw / 460);

        padding: calc(22 * 100vw / 460) calc(18 * 100vw / 460);
    }

    .review_name {
        color: #FFF;
        font-family: 'Inter';
        font-size: calc(15 * 100vw / 460);
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
    }

    .review_text {
        color: #C1CBD7;
        font-family: 'Inter';
        font-size: calc(14 * 100vw / 460);
        font-style: normal;
        font-weight: 400;
        line-height: calc(18 * 100vw / 460);

        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .reviews_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(63 * 100vw / 460);
        background: linear-gradient(270deg, #090E16 0%, rgba(9, 14, 22, 0) 100%);
        pointer-events: none;
        z-index: 2;
    }

    .reviews_wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: calc(63 * 100vw / 460);
        background: linear-gradient(90deg, #090E16 0%, rgba(9, 14, 22, 0) 100%);
        pointer-events: none;
        z-index: 2;
    }


    .reviews_cta_link {
        display: block;
    }

    .reviews_cta_button {
        width: calc(458 * 100vw / 460);
        height: calc(64 * 100vw / 460);
        background-image: url('/assets/images/trustpilot_reviews/Button.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--tint-additionalx1-75, #191919);
        font-family: var(--button-md-fontFamily, 'Inter');
        font-size: calc(24 * 100vw / 460);
        font-style: normal;
        font-weight: 900;
        line-height: calc(24 * 100vw / 460);
        letter-spacing: var(--button-md-letterSpacing, 0);
        text-transform: uppercase;
    }


    /* footer */

    .footer_divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, var(--tint-neutral-175, #192A42) 0%, var(--tint-additionalx2-400, #1C64B6) 51.17%, var(--tint-neutral-175, #192A42) 101.87%);
    }

    .footer_section {
        display: flex;
        flex-direction: column;
        align-items: center;

        gap: calc(15 * 100vw / 460);

        padding-top: calc(30 * 100vw / 460);
        padding-bottom: calc(44 * 100vw / 460);

        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, var(--tint-neutral-25, #04070B) 103.75%), url('/assets/images/common/source_Frame 1.png') lightgray -97.845px 0.386px / 142.541% 376.447% no-repeat, #09101A;
    }

    .legal_section img{
        height: calc(50 * 100vw / 460);
        width: auto;
    }

    .copyright {
        color: #44566A;
        font-family: 'Inter';
        font-size: calc(12 * 100vw / 460);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .tablet_break {
        display: none;
    }


    .hero_section .header_sectgion_mobile.desktop,
    .welcome_back,
    .main_content {
        display: none;
    }

    .header_sectgion_mobile.mobile_header {
        position: sticky;
        top: 0;
        z-index: 1000;
    }


    .bonus_cta_header {
        position: relative;
        overflow: hidden;
    }

    .bonus_cta_header::after {
        content: "";
        position: absolute;

        top: 50%;
        transform: translateY(-50%) skewX(-20deg);

        left: -100%;
        width: 60%;
        height: 80%; 

        background: linear-gradient(
            120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.4) 50%,
            transparent 100%
        );

        filter: blur(6px); /* optional soft glow */
        animation: glowSweep 2.5s infinite;
    }

    @keyframes glowSweep {
        0% {
            left: -100%;
        }
        100% {
            left: 150%;
        }
    }

    .bonus_cta_header {
        position: relative;
        overflow: hidden;
    }

    .bonus_cta_header::after {
        content: "";
        position: absolute;

        top: 50%;
        transform: translateY(-50%) skewX(-20deg);

        left: -100%;
        width: 60%;
        height: 80%; 

        background: linear-gradient(
            120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.4) 50%,
            transparent 100%
        );

        filter: blur(6px); /* optional soft glow */
        animation: glowSweep 2.5s infinite;
    }

    @keyframes glowSweep {
        0% {
            left: -100%;
        }
        100% {
            left: 150%;
        }
    }
}



.game_item {
    flex: 0 0 auto;
}

.game_item a {
    position: relative;
    display: block;

    width: calc(217 * 100vw / 1920);
    height: calc(325 * 100vw / 1920);
}

.game_bg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    height: calc(325 * 100vw / 1920);
    width: calc(217 * 100vw / 1920);
    object-fit: cover;

    z-index: 1;
}

.game_front {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: calc(205 * 100vw / 1920);
    height: calc(315 * 100vw / 1920);

    border-radius: 6px;
    object-fit: cover;

    z-index: 2;
    pointer-events: none;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .game_item {
        flex: 0 0 auto;
    }

    .game_item a {
        position: relative;
        display: block;

        width: calc(162 * 100vw / 767) !important;
        height: calc(243 * 100vw / 767) !important;
    }

    .game_bg {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        height: calc(243 * 100vw / 767) !important;
            /* width: auto; */
        width: calc(162 * 100vw / 767) !important;
        object-fit: cover;

        z-index: 1;
    }

    .game_front {
        position: absolute;

        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);

        width: calc(153 * 100vw / 767) !important;
        height: calc(234 * 100vw / 767) !important;

        border-radius: 6px;
        object-fit: cover;

        z-index: 2;
        pointer-events: none;
    }
    
}


@media screen  and (max-width: 767px) {
    .game_item {
        flex: 0 0 auto;
    }

    .game_item a {
        position: relative;
        display: block;

        width: calc(162 * 100vw / 460) !important;
        height: calc(243 * 100vw / 460) !important;
    }

    .game_bg {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        height: calc(243 * 100vw / 460) !important;
            /* width: auto; */
        width: calc(162 * 100vw / 460) !important;
        object-fit: cover;

        z-index: 1;
    }

    .game_front {
        position: absolute;

        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);

        width: calc(153 * 100vw / 460) !important;
        height: calc(234 * 100vw / 460) !important;

        border-radius: 6px;
        object-fit: cover;

        z-index: 2;
        pointer-events: none;
    }
    
}





.welcome_back_close {
    display: none;

    position: absolute;
    top: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    line-height: 1;

}

.welcome_back_close:hover {
    opacity: 0.7;
}


@media screen  and (min-width: 1025px) {
    .welcome_back_close {
        right: calc(10 * 100vw / 767);
        top: calc(10 * 100vw / 767);
    }
}

@media screen  and (min-width: 768px) and (max-width: 1024px) {
    .welcome_back_close {
        right: calc(40 * 100vw / 767);
        top: calc(30 * 100vw / 767);
    }
}
@media screen  and (max-width: 767px) {
    .welcome_back_close {
        right: calc(25 * 100vw / 460);
        top: calc(15 * 100vw / 460);
    }
}


@media screen  and (min-width: 1025px) {
    .game_card {
        position: relative;

        width: calc(162 * 100vw / 1920);
        height: calc(305 * 100vw / 1920);

        border-radius: 8px;
        background: rgba(255, 255, 255, 0.07);

        box-shadow:
            1px 1px 1px -1px #9BACBF inset,
            1px 1px 1px -1px #B2BFCE inset,
            -1px -1px 1px -1px #67809E inset,
            0 0 1px 0 #5296E4 inset,
            0 0 16px 0 #222B35 inset;

        overflow: hidden; 
    }

    .overlay_wrapper {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 8px;

        overflow: hidden;
    }


    .game_overlay {
        position: absolute;
        top: 0;
        left: 50%;

        transform: translateX(-50%);

        height: 100%;   
        width: auto;   

        z-index: 2;
        pointer-events: none;
    }

    .container_top_live_games div img {
        height: calc(300 * 100vw / 1920);
        width: auto;
        display: block;
    }

    .top_live_games_wrapper::after {
        display: none;
    }
}

@media screen  and (min-width: 768px) and (max-width: 1024px) {
     .game_card {
        position: relative;

        width: calc(162 * 100vw / 1024);
        height: calc(305 * 100vw / 1024);

        border-radius: 8px;
        background: rgba(255, 255, 255, 0.07);

        box-shadow:
            1px 1px 1px -1px #9BACBF inset,
            1px 1px 1px -1px #B2BFCE inset,
            -1px -1px 1px -1px #67809E inset,
            0 0 1px 0 #5296E4 inset,
            0 0 16px 0 #222B35 inset;

        overflow: hidden; 
    }

    .overlay_wrapper {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 8px;

        overflow: hidden;
    }


    .game_overlay {
        position: absolute;
        top: 0;
        left: 50%;

        transform: translateX(-50%);

        height: 100%;   
        width: auto;   

        z-index: 2;
        pointer-events: none;
    }

    .container_top_live_games div img {
        height: calc(300 * 100vw / 1024);
        width: auto;
        display: block;
    }

    .top_live_games_wrapper::after {
        display: none;
    }
}

@media screen  and (max-width: 767px) {
     .game_card {
        position: relative;

        width: calc(162 * 100vw / 460);
        height: calc(305 * 100vw / 460);

        border-radius: 8px;
        background: rgba(255, 255, 255, 0.07);

        box-shadow:
            1px 1px 1px -1px #9BACBF inset,
            1px 1px 1px -1px #B2BFCE inset,
            -1px -1px 1px -1px #67809E inset,
            0 0 1px 0 #5296E4 inset,
            0 0 16px 0 #222B35 inset;

        overflow: hidden; 
    }

    .overlay_wrapper {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 8px;

        overflow: hidden;
    }


    .game_overlay {
        position: absolute;
        top: 0;
        left: 50%;

        transform: translateX(-50%);

        height: 100%;   
        width: auto;   

        z-index: 2;
        pointer-events: none;
    }

    .container_top_live_games div img {
        height: calc(310 * 100vw / 460);
        width: auto;
        display: block;
    }

    .top_live_games_wrapper::after {
        display: none;
    }
}