.presale-popup{position:fixed;left:0;top:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;background:rgba(0,0,0,0.5);overflow:hidden;opacity:0;pointer-events:none;transition:all .3s;z-index:999}.presale-popup.active{opacity:1;pointer-events:auto}.presale-popup>main{position:relative;box-sizing:border-box;padding:30px 40px 5px;display:flex;align-items:center;flex-direction:column;width:100%;max-width:620px;height:max-content;background:#FFFFFF;border-radius:10px;overflow:hidden;z-index:1}.presale-popup>main::before{content:'';position:absolute;left:0;top:0;width:100%;height:115px;background:linear-gradient(180deg, rgba(184,221,255,0.8) 0%, rgba(255,255,255,0) 100%);z-index:-1}.presale-popup>main>i.close{position:absolute;right:12px;top:12px;width:12px;height:12px;background:url('../img/close.png') no-repeat;background-size:cover;cursor:pointer;user-select:none;transition:all .16s}.presale-popup>main>i.close:hover{opacity:.66}.presale-popup>main>h2{font-family:Poppins SemiBold;font-weight:bold;font-size:22px;color:#163561;line-height:37px}.presale-popup>main>p{padding:2px 0 20px;font-family:Poppins;font-weight:400;font-size:14px;color:#5C708D;line-height:23px}.presale-popup>main>.v-item{box-sizing:border-box;padding-bottom:25px;display:flex;flex-direction:column;gap:8px;width:100%;height:max-content}.presale-popup>main>.v-item.upload>label{position:relative;box-sizing:border-box;display:flex;align-items:center;gap:5px;width:max-content;height:max-content;font-family:Poppins;font-weight:400;font-size:14px;color:#0086FF;cursor:pointer;user-select:none}.presale-popup>main>.v-item.upload>label>input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none}.presale-popup>main>.v-item.upload>label>img{width:14px;height:14px}.presale-popup>main>.v-item.upload>label>svg{color:#BECBDE}.presale-popup>main>.v-item.upload>.v_content{box-sizing:border-box;display:grid;grid-template-columns:repeat(2, 1fr);gap:12px 20px}.presale-popup>main>.v-item.upload>.v_content>p{box-sizing:border-box;padding:4px;display:flex;align-items:center;gap:10px;width:100%;height:36px;background:#FAFBFC;border-radius:4px;overflow:hidden}.presale-popup>main>.v-item.upload>.v_content>p>a{flex:1;display:flex;align-items:center;gap:6px;overflow:hidden}.presale-popup>main>.v-item.upload>.v_content>p>a>span{font-family:Poppins;font-weight:400;font-size:14px;color:#163561;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.presale-popup>main>.v-item.upload>.v_content>p>a>img{flex-shrink:0;width:28px;height:28px;object-fit:cover}.presale-popup>main>.v-item.upload>.v_content>p>span{flex-shrink:0;width:max-content;font-family:Poppins;font-weight:400;font-size:12px;color:#8392A2;line-height:19px;font-style:normal}.presale-popup>main>.v-item.upload>.v_content>p>i{flex-shrink:0;width:16px;height:16px;background:url('../img/a-close.webp') no-repeat;background-position:top center;background-size:16px 32px;cursor:pointer}.presale-popup>main>.v-item.upload>.v_content>p>i:hover{background-position:bottom center}.presale-popup>main>.v-item>span{font-family:Poppins Medium;font-weight:bold;font-size:14px;color:#163561;line-height:23px}.presale-popup>main>.v-item>span::before{content:'*';color:#FF444F}.presale-popup>main>.v-item>.v-item-m{box-sizing:border-box;display:flex;flex-direction:column}.presale-popup>main>.v-item>.v-item-m.radio-list{box-sizing:border-box;padding-top:4px;display:flex;flex-direction:column;gap:8px;width:100%;height:max-content}.presale-popup>main>.v-item>.v-item-m.radio-list>radio{font-family:Poppins;font-weight:400;font-size:15px;color:#5C708D;line-height:25px}.presale-popup>main>.v-item>.v-item-m.radio-list>radio>label{box-sizing:border-box;display:flex;align-items:center;gap:12px;width:100%;height:max-content;cursor:pointer}.presale-popup>main>.v-item>.v-item-m.description>textarea{box-sizing:border-box;padding:10px 15px;width:100%;height:100px;background:#F2F6FA;border-radius:4px;border:1px solid #DCE4F0;resize:none;outline:none;font-family:Poppins;font-weight:400;font-size:14px;color:#163561;line-height:23px}.presale-popup>main>.v-item>.v-item-m.email>input{margin-bottom:10px;box-sizing:border-box;padding:10px 15px;width:100%;height:45px;background:#F2F6FA;border-radius:4px;border:1px solid #DCE4F0;font-family:Poppins;font-weight:400;font-size:14px;color:#163561}.presale-popup>main>.v-item>.v-item-m.email>p{font-family:Poppins;font-weight:400;font-size:12px;color:#8392A2;line-height:19px}.presale-popup>main>.v-item>.v-item-m.email>p>a{color:#0086FF;cursor:pointer}.presale-popup>main>.v-item>.btn{margin:21px auto 0;box-sizing:border-box;width:150px;height:40px;background-color:#0086FF;border-radius:4px;font-family:Poppins Medium;font-weight:500;font-size:14px;color:#FFFFFF;line-height:40px;text-align:center;transition:opacity .16s;cursor:pointer}.presale-popup>main>.v-item>.btn:hover{opacity:.88}