:root {
  --primary: #c1c1c1;
  --secondary: #E88320;
  --white: #fff;
  --width:160px;
  --height:600px;
  --family: 'Noto Sans', Arial, Helvetica, sans-serif;
  --base: 12px;
  --gary: #f4f4f3;
}

*{margin:0;padding:0;}
div{position:absolute;}

.banner {
    width:var(--width);
    height:var(--height);
    border:var(--primary) 1px solid;
    background:var(--gary);
    overflow:hidden;
    box-sizing:border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex;
	margin: 0 auto;
}

#loader-container {
    display:none;
}

#btn-exit{
    width:100%;
    height:100%;   
    cursor:pointer;
    opacity:0;
}

.size{
    top:-1px;
    left:-1px;
    width:var(--width);
    height:var(--height);
}


#ads_icon{background: url("../img/ad-icon.png"); background-size:contain; background-repeat: no-repeat; width: 19px; height: 15px; top: 0px;     left: initial; right: 0px; opacity:0;}

#BG{background:url("../img/bg_shadow.png"); background-size:contain; width:160px; height:600px;}
/*#BG{background:url("../img/bg2.png"); background-size:contain; width:160px; height:600px;}*/

#saving_icon{background:url("../img/saving_icon.png"); background-size:contain; background-repeat: no-repeat; width: 104px; height: 115px; top: 84px; left: 27px; opacity:0;}

#pala_icon{background:url("../img/pala25.png");background-size:contain; background-repeat: no-repeat; width: 145px; height: 99px; top:85px; left:9px; opacity:0;}

#logo_icon{background:url("../img/logo_icon.png");background-size:contain;background-repeat: no-repeat; width:160px; height:71px; top:496px; left:-1px; opacity:0;}


#pi{background:#eeeeee; height:30px; width:154px; bottom: 0px; padding-left:3px; cursor:pointer; font-family:'Noto Sans', Arial, Helvetica, sans-serif; font-size:12px; line-height:13px; color:#134b8e; text-decoration: none; letter-spacing: -0.1px; font-weight:800; z-index:1; opacity:0;}

#pi > span{font-family: 'Noto Sans', Arial, Helvetica, sans-serif; font-size: 12px; line-height: 10px; color:#134b8e; font-weight: 800; text-decoration: underline; letter-spacing: -0.1px; position: relative; z-index: -9;}

.Txt_para{font-family: 'Noto Sans', Arial, Helvetica, sans-serif; font-size:25px; line-height:28px; color: #e81425; font-weight: 800;  opacity:0; text-align:center; width:157px;}
.Txt_para > span{vertical-align: 6px; font-size: 60%; line-height: 0px;}


#copy_Txt1{top:231px; letter-spacing: -0.1px;}
#mask_copy_Txt1{top:260px; letter-spacing: -0.1px;}
#mask_copy_Txt1_1{top:287px; letter-spacing: -0.1px;}


#cta{background:url("../img/cta_btn.png");background-size:contain; background-repeat: no-repeat; width:124px; height:29px; top:347px; left:17px; cursor:pointer; opacity:0;}

#copy_Txt2{top:194px; letter-spacing: -0.1px;}
#mask_copy_Txt2{top:222px; letter-spacing: -0.15px;}
#mask_copy_Txt2_1{top:250px; letter-spacing: -0.15px;}
#mask_copy_Txt2_2{top:278px; letter-spacing: -0.15px;}
#mask_copy_Txt2_3{top:306px; letter-spacing: -0.15px;}

.footer_blk{top:389px; opacity: 0;}

.para_txt{font-family: 'Noto Sans', Arial, Helvetica, sans-serif; font-size: 0.563rem;  color: #000000; font-weight: 400; letter-spacing: -0.03px;}

#para1{display: flex; padding-left: 4px;line-height: 11px;}
#para2{padding-top: 5px;line-height: 11px; }
/*#para2, #para3, #para4, #para5, #para6{padding-left: 7px;}*/
#para2{padding-left: 7px;line-height: 11px;}
#para3{padding-left: 7px;line-height: 9px;}
#para4{padding-left: 7px;line-height: 11px;}
#para5{padding-left: 7px;line-height: 11px;}
#para6{padding-left: 7px;line-height: 11px;}




