body{padding:0;margin:0;font-family:"Roboto",sans-serif;font-style:normal;background-size:cover;--safe-area-inset-top:env(safe-area-inset-top,0);--safe-area-inset-bottom:env(safe-area-inset-bottom,0);}a{display:none;}#root{position:relative;min-height:100vh;width:100%;text-align:center;max-width:36rem;margin:0 auto;}#front-page{height:100vh;min-height:100vh;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 0;margin-bottom:var(--safe-area-inset-bottom);overflow:auto;}#front-page img{object-fit:contain;max-width:100%;}#front-page .logo{text-align:left;text-align:center;}#front-page .logo img{height:3.5rem;}#front-page .img-master{position:relative;display:flex;flex-direction:column;align-items:center;}#front-page .img-master img{height:100%;object-fit:contain;width:100%;}#front-page #btn-download{position:absolute;bottom:0rem;}#front-page #btn-download img{width:80%;}#front-page .bottom-text{display:flex;flex-grow:1;justify-content:center;align-items:center;}#front-page .bottom-text img{width:70%;}#secondary-page{background:#fff;height:100vh;}#secondary-page .container{padding:45px 24px;}#secondary-page .text-box{padding:24px 0;margin:24px 0;font-weight:700;font-size:14px;line-height:21px;color:#2e2e2e;border-top-width:1px;border-bottom-width:1px;border-style:solid;border-color:#d9d9d9;}#secondary-page .btn-copy{margin:24px 0;}#secondary-page .btn{width:100%;font-size:14px;line-height:130%;letter-spacing:0.38px;background:#2f0658;border-radius:12px;color:#fff;padding:8px 0;}#loading-mask{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:99999;width:100vw;height:100vh;background:rgba(0,0,0,0.8);backdrop-filter:blur(3px);}#loading-mask .pillar-container{display:flex;align-items:center;margin-bottom:24px;}#loading-mask .pillar-container .orange-pillar{width:5px;background-color:#f47c0c;margin:0 3.5px;border-radius:5px;transform:scaleY(1);}#loading-mask .orange-pillar:nth-child(2),#loading-mask .orange-pillar:nth-child(4){height:24px;animation:loading-2-4 0.3s cubic-bezier(0.04,0.54,0.9,0.4)alternate-reverse infinite;}#loading-mask .orange-pillar:nth-child(3){height:20px;animation:loading-3 0.2s cubic-bezier(0.04,0.54,0.9,0.4)alternate-reverse infinite;}#loading-mask .orange-pillar:nth-child(1),#loading-mask .orange-pillar:nth-child(5){height:28px;animation:loading-1-5 0.25s cubic-bezier(0.04,0.54,0.9,0.4)alternate-reverse infinite;}#loading-mask .loading-text{font-weight:400;font-size:14px;line-height:150%;letter-spacing:0.38px;color:#ffffff;}