/* body {
    margin: 0px;
    padding: 0px;
} */


@font-face {
    font-family: 'Montsetat';
    src: url('assets/montserat.woff') format('woff');
}


.exp_27{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1000px;
    right: -1000px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 99999999999999;

    background-color: black;
}

.sccn_27{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

}

.clicker_27{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: -500px;
    right: -500px;
    margin: 0 auto;
    
}

.ytcn_27{
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 50%;
    transform: translateY(-50%);
    left: -1000px;
    right: -1000px;
    margin: 0 auto;
    transform-origin: 50% 50%;

    display: none;
}

.ythd_27{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.bgcn_27{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;

    pointer-events: none;
}

.bgvid_27{
    position: absolute;
    width: auto;
    height: 100%;
    left: -1000px;
    right: -1000px;
    margin: 0 auto;

}

.logo_27{

    position: absolute;
    width: 100%;
    height: 146px;
    top: 5%;
    left: -1000px;
    right: -1000px;
    margin: 0 auto;

    background-image: url('../assets/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.incn_27{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    transform-origin: 50% 50%;
    mix-blend-mode: difference;
    pointer-events: none;
}

.invid_27{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    margin: 0 auto;

    
}

.clbtn_27{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 2%;
    right: 2%;

    background-image: url('../assets/closeBtn.png');
    background-size: cover;
    cursor: pointer;    
}



.trbtcn_27{
    position: absolute;
    width: 218px;
    height: 46px;
    bottom: 7%;
    cursor: pointer;
    /* overflow: hidden; */

}


.trbtcn_27{

    left: 0;
    right: 0;
    margin: 0 auto;
   
}

.btbg_27, .btrad_27, .btfl_27, .btflcn_27{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    /* border-radius: 10px; */

    pointer-events: none;
    box-sizing: border-box;
}

.btflcn_27{
    overflow: hidden;
}

.btfl_27{

    background-image: url('../assets/btfl.png');
    opacity: 0.8;
}

.btbg_27{
    /* background: linear-gradient(90deg, #c43d27, #aa0100); */
    background-color: red;
}

.btrad_27{
    border: 1px solid #fff;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;

    transform: translateZ(0);
}

.bttxt_27{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;

    /* font-family: Montserat, sans-serif;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    letter-spacing: 2px; */

    background-image: url('../assets/cta.png');
}

.cp_27{
    position: absolute;
    width: 100%;
    height: 35px;
    left: -1000px;
    right: -1000px;
    margin: 0 auto;
    bottom: 15%;

    background-image: url('../assets/cp.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    pointer-events: none;
}


/* =============================================================== */




/* =============================================================== */




/* =============================================================== */

@media (pointer: coarse){
	

}

@media (pointer: coarse) and (max-width: 450px){

    .logo_27{
        height: 95px;
    }
    

}

@media (pointer: coarse) and (min-width: 450px){




}

@media (pointer: fine), (pointer: none) {

}

@media (pointer: fine) and (any-pointer: coarse) {



}