.coming_soon_box{}
.top_box{
    
}
.top_box .top_bg_box{
    position: relative;
    z-index: 999;
}
.top_box .top_bg_box .top_bg{
    background-image: url('/static/pringles_worldcup_web/img/comingsoon/comingsoon_topbg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 50.833%;
    position: relative;
}
.top_box .top_bg_box .top_bg .text_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 27px 44px 0;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}
.top_box .top_bg_box .top_bg .text_box .text{
    width: 100%;
    background-image: url('/static/pringles_worldcup_web/img/comingsoon/comingsoon_text.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 29.779411%;
}

.bg{
    background-image: url('/static/pringles_worldcup_web/img/comingsoon/bg_comingsoon.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top:176.111%;
    margin-top: clamp(-70px, -15vw, -45px);
    position: relative;
    padding-bottom: 20px;
}
.bg .after_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 28px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}
.bg .coming_soon_main_title_box{
    width: 100%;
}
.bg .coming_soon_main_title_box .main_title_box{
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 80px;
}
.bg .coming_soon_main_title_box .main_title_box .title{
    width: 100%;
    background-image: url('/static/pringles_worldcup_web/img/comingsoon/comingsoon_title.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 43.492586%;
}
.bg .coming_soon_main_title_box .main_title_box .icon_ball{
    max-width: 137px;
    width: 100%;
    position: absolute;
    top: -13px;
    left: -10px;
    z-index: 999;
}
.bg .coming_soon_main_title_box .main_title_box .icon_ball .ball{
    background-image: url('/static/pringles_worldcup_web/img/comingsoon/icon_ball.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 67.88321%;
}
.pringles_img_box{
    max-width: 304px;
    width: 100%;
    position: relative;
    left: 19px;
}
.pringles_img_box .pringles_img{
    background-image: url('/static/pringles_worldcup_web/img/comingsoon/comingsoon_pringles.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 123.19078%;
}