.lz-box{background-color:#fff;padding:40px;border-radius:15px;box-shadow:0 0 10px 0 #e3e8f6;position:relative;transition:height .25s,width .25s}.lz-box.lz-box--tight{border-radius:7.5px;padding:15px 25px}.color-gradient-01{background-image:linear-gradient(to-right,#eb2873,#ff7456)}.color-gradient-02{background-image:linear-gradient(to-right,#eb2873,#8d00d8)}.user-home{display:grid;grid-template-areas:"h h h h n n" "p p p p n n" "a a a a n n" "t t t t n n" "t t t t n n";grid-gap:20px}.user-home__header{grid-area:h;height:100%;width:100%;margin-bottom:30px}.user-home__advice{grid-area:a;height:100%;width:100%}.user-home__advice .user-home-advice{display:flex}.user-home__advice .user-home-advice__icon{margin:0 40px 0 30px}.user-home__advice .user-home-advice__icon svg{stroke-width:1px;stroke:#2c3e50}.user-home__advice .user-home-advice__title{color:#2c3e50;font-weight:900;font-size:14px;margin-bottom:10px}.user-home__advice .user-home-advice__description{font-weight:500;color:#2c3e50;margin-bottom:10px}.user-home__advice .user-home-advice__more{color:#68798a;text-decoration:underline;cursor:pointer}.user-home__wallet{grid-area:w;height:100%;width:100%;text-align:center}.user-home__wallet .user-home-wallet__icon svg{stroke:#2c3e50;stroke-width:1px;margin-bottom:5px}.user-home__wallet .user-home-wallet__money{color:#2c3e50;font-size:20px;font-weight:700}.user-home__wallet .user-home-wallet__available{color:#68798a;font-size:16px}.user-home__wallet .user-home-wallet__extra{color:#68798a;font-size:10px;margin-top:15px}.user-home__tools{grid-area:t;height:100%;width:100%}.user-home__tools .user-home-tools__list{display:flex;flex-wrap:wrap;margin-top:20px}.user-home__tools .user-home-tools__item{align-items:center;display:flex;font-size:16px;font-weight:700;flex-basis:33%;margin:10px 0}.user-home__tools .user-home-tools__item p{color:#2c3e50;white-space:nowrap}.user-home__tools .user-home-tools__item svg{stroke:#2c3e50;stroke-width:1px;margin-right:10px}.user-home__notifications{grid-area:n;height:100%;width:100%}.user-home__notifications .user-home-notification{margin:20px 0;position:relative;padding-left:25px}.user-home__notifications .user-home-notification:before{content:"";height:10px;width:10px;background-color:#8d00d8;border-radius:100%;position:absolute;left:0;top:50%;transform:translateY(-50%)}.user-home__notifications .user-home-notification__title{font-family:Muli;font-size:12px;font-weight:500;color:#2c3e50}.user-home__notifications .user-home-notification__time{font-family:Muli;font-size:10px;color:#08080d;font-weight:700;margin-top:5px}.user-home__notifications .user-home-notifications__bottom{font-size:10px;text-align:center}.user-home__notifications .user-home-notifications__bottom strong{font-weight:700}.user-home__discount{grid-area:d;height:100%;width:100%}