header h1{font-size:64px;font-weight:300;text-align:center}header{width:890px;gap:48px}.header-progress,header{display:flex;flex-direction:column;align-items:center}.header-progress{gap:24px}.header-progress h3{font-size:24px;font-weight:300}.header-progress-bar{width:628px;height:50px;border-radius:63px;background:#31302f}.header-progress-bar-thumb{border-radius:63px;background:#deba6f;height:100%;transition:width .5s ease-in-out}@media screen and (max-width:768px){header{width:100%;gap:32px}header h1{font-size:48px}.header-progress-bar{width:500px}.header-progress h3{font-size:20px}}@media screen and (max-width:540px){.header-progress{width:100%;padding:0 24px}.header-progress-bar{width:100%;height:24px}.header-progress h3{font-size:24px}}@media screen and (max-width:480px){header h1{font-size:28px}.header-progress h3{font-size:18px}.header-progress{gap:16px}}.hero{flex-direction:column;gap:72px}.hero,.nav{display:flex;align-items:center;width:100%}.nav{justify-content:space-between;padding:32px 120px;position:static;top:0}.nav-logo{font-weight:300;font-size:32px;color:#deba6f}.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{font-size:20px;font-weight:300}.hamburger{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.hamburger,.nav-links_mobile{display:none}@media (max-width:768px){.nav{padding:32px 24px}.nav-links{display:none}.hamburger{display:block;z-index:1001}.nav-links_mobile{position:fixed;top:0;right:0;height:100vh;width:60%;background:#1a2628;display:flex;flex-direction:column;gap:24px;padding:100px 24px;transform:translateX(100%);transition:transform .3s ease-in-out;z-index:1000}.nav-links_mobile.active{transform:translateX(0)}.nav-links_mobile a{color:#fff;font-size:18px;padding:12px;border-bottom:1px solid hsla(0,0%,100%,.1)}}