#app>main{max-width:1440px;flex-direction:row;justify-content:space-between;gap:128px}#app>main>div:first-child{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px}#app>main>div:last-child{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}#app>main>div:last-child>div:first-child{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px}.card{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;border:1px solid #e5e5e5;padding:16px;border-radius:8px;background-color:#fff;transition:all .2s linear;box-shadow:#63636333 0 2px 8px}.card:hover{transform:scale(1.05)}.card>div{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.card>div>span{width:32px;height:32px;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:6px;background-color:#16a34a}.card>div>span>svg{width:18px}.card>div>p{font-weight:600}.card>p{color:#16a34a;font-size:32px;font-weight:800}.card>span{color:#4b5563;font-weight:500}#how-to-earn{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:32px}#how-to-earn>div{width:100%;max-width:1440px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:96px}#how-to-earn>div>div{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#how-to-earn>div>div>h3{font-size:24px;text-align:center}#how-to-earn>div>div>p{text-align:center;padding:0 32px}#how-to-earn>hr{width:70%;height:1px;background-color:#d2d8e1}#rewards{width:100%;max-width:1440px;display:grid;justify-content:center;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}#rewards>a{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #d2d8e1;cursor:pointer;overflow:hidden;border-radius:6px;transition:all .2s linear;box-shadow:#63636333 0 2px 8px}#rewards>a:hover{transform:scale(1.05)}#rewards>a>div{width:100%;height:128px;display:flex;justify-content:center;align-items:center;background-color:#fba636;box-shadow:#63636333 0 2px 8px}#rewards>a>div>img{height:auto}#rewards>a>p{width:100%;height:56px;display:flex;justify-content:center;align-items:center;background-color:#fff}#app>section>#faq{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}#app>section>#faq>div{width:70%}@media screen and (max-width: 940px){#app>main{flex-direction:column;gap:64px}#app>main>div:last-child>div:first-child{flex-direction:column}#how-to-earn>div{flex-direction:column;gap:0}#how-to-earn>div.reverse{flex-direction:column-reverse}#how-to-earn>div>div{margin-top:32px}#how-to-earn>div>div>p{padding:0}#rewards{grid-template-columns:repeat(auto-fit,minmax(256px,1fr))}}
