.scrollbar-style::-webkit-scrollbar{width:.5rem;height:.5rem}.scrollbar-style::-webkit-scrollbar-track{background:#fff}.scrollbar-style::-webkit-scrollbar-thumb{background:#e7eaee;border-radius:100vw;border:2px solid #fff;cursor:auto}.layout{padding:40px 80px;background-color:#f7f7f7;display:flex;overflow-x:hidden;min-height:calc(100vh - 200px);flex:1 1}.layout.white{background-color:#fff}@media(max-width:720px){.layout.landing{padding:20px}}.layout.landing.white .layout-wrapper{gap:40px}@media(max-width:720px){.layout.landing.white .layout-wrapper{gap:20px}}@media(max-width:960px){.layout{padding:40px 20px}}.layout .layout-wrapper{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;height:auto}