.home-page{width:100%}.home-page .home-section-1{display:flex;justify-content:center;align-items:center;background:var(--background-color);height:731px}.home-page .home-section-1 .container{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.home-page .home-section-1 .container .title{margin-bottom:27px;z-index:1}.home-page .home-section-1 .container .description{max-width:683px;width:100%;margin-bottom:120px;z-index:1}.home-page .home-section-1 .container .bg{position:absolute;right:0;bottom:0;max-width:800px;width:100%;z-index:0}.home-page .home-section-2{padding:60px 0 0;background:var(--background-color2)}.home-page .home-section-2 .container{display:flex;flex-direction:column;align-items:center}.home-page .home-section-2 .container .section-2-title{margin-bottom:24px}.home-page .home-section-2 .container .section-2-description{margin-bottom:36px}.home-page .home-section-2 .container .products{display:flex;justify-content:center;flex-wrap:wrap;gap:36px}.home-page .home-section-2 .container .products .card-v2-outside{margin-bottom:88px}.home-page .home-section-3{padding:60px 0 0}.home-page .home-section-3 .container{display:flex;flex-direction:column;align-items:center}.home-page .home-section-3 .container .section-3-title{margin-bottom:24px}.home-page .home-section-3 .container .section-3-description{margin-bottom:36px}.home-page .home-section-3 .container .reason{padding:80px 0}.home-page .home-section-4{background-color:var(--background-color2);padding:60px 0}.home-page .home-section-4 .container{display:flex;flex-direction:column;align-items:center}.home-page .home-section-4 .container .section-4-title{margin-bottom:72px}.home-page .home-section-4 .container .cards{width:100%;margin-bottom:20px}.home-page .home-section-4 .container .cards,.home-page .home-section-4 .container .cards .left-cards,.home-page .home-section-4 .container .cards .right-cards{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.home-page .home-section-4 .container .advantage-list{display:flex;flex-wrap:wrap;width:100%;padding:24px;border:1px solid rgba(80,48,229,.2);background:#fff;box-shadow:0 3px 3px 0 rgba(0,0,0,.15);justify-content:space-around;border-radius:20px}.home-page .home-section-5{padding:60px 0}.home-page .home-section-5 .container{display:flex;flex-direction:column;align-items:center}.home-page .home-section-5 .container .section-5-title{margin-bottom:72px}.home-page .home-section-5 .container .contact-page{margin-bottom:42px}.home-page .home-section-5 .container .section-5-description{color:var(--purple-gray);font-size:14px;line-height:30px;margin-bottom:12px}.home-page .home-section-5 .container .links{display:flex;gap:16px}.home-page .home-section-5 .container .links>img{cursor:pointer}.card-component{display:flex;flex-direction:column;padding:24px;gap:20px;width:348px;min-height:280px;box-shadow:0 3px 3px 0 rgba(0,0,0,.15);border:1px solid rgba(80,48,229,.2);border-radius:20px;background:#fff;justify-content:space-between}.card-component .card-content{display:flex;gap:16px}.card-component .card-content .right-bg{display:flex;align-items:flex-end}.card-component .card-content .right-bg img{transform:rotate(180deg)}.card-component .card-user{display:flex;gap:16px}.card-component .card-user .card-avatar{width:49px;height:49px;border-radius:50%;overflow:hidden}.card-component .card-user .card-name .name{font-size:16px;color:#0d062d;margin-bottom:8px}.card-component .card-user .card-name .name-title{font-size:14px;color:var(--purple-gray)}