.home-wrapper{min-height:100vh;display:flex;flex-direction:column}.home-body{flex:1;display:flex;flex-direction:column;justify-content:space-between}.home-hero{min-height:300px}.home-nav{width:100%;padding:2rem 0 0;flex-wrap:nowrap;justify-content:center;gap:1rem;overflow-x:auto}.index-hov{font-size:20px;color:#999;padding:.4rem 1.2rem;cursor:pointer;width:auto;white-space:nowrap;position:relative}.index-hov:hover{color:#404040}.home-nav .index-hov:not(:last-child):after{content:"";position:absolute;right:-.5rem;top:50%;transform:translate(50%,-50%);width:1px;height:1.2rem;background:#999}@media (max-width:768px){.home-nav{flex-direction:column;align-items:center;gap:.6rem}.index-hov{width:100%;justify-content:center;padding:.6rem .8rem}}