:root{--black:#131211;--sand:#e4d1b5}.hero{background-color:var(--black);flex-flow:column;width:100%;height:100vh;display:flex;position:relative}.header{z-index:999;background-color:var(--sand);justify-content:space-between;align-items:center;width:100%;padding:1.875rem 2.5rem;display:flex;position:fixed}.brand{grid-column-gap:1.25rem;grid-row-gap:1.25rem;color:var(--black);justify-content:flex-start;align-items:center;display:flex}.brand-sign{flex:none;width:3.5rem;height:3.75rem}.svg{width:12rem}.button{border:1px solid var(--black);background-color:var(--black);height:2.5rem;color:var(--sand);border-radius:100rem;justify-content:center;align-items:center;padding-left:1.25rem;padding-right:1.25rem;font-family:InstrumentSansCondensed,Arial,sans-serif;font-size:1.125rem;line-height:1;text-decoration:none;display:flex}.button:hover{color:var(--black);background-color:#13121100}.hero-img-wrap{flex:1;position:absolute;inset:0%;overflow:hidden}.hero-content{flex-flow:column;flex:1;display:flex;position:relative;overflow:hidden}.hero-img{object-fit:cover;width:100%;height:100%}.hero-content-wrap{z-index:1;flex-flow:column;flex:1;justify-content:space-between;align-items:flex-start;padding:10rem 2.5rem 2.5rem;display:flex;position:relative}.hero-title{color:var(--sand);letter-spacing:-.02em;margin-top:0;margin-bottom:0;font-family:EditorialNew,Times New Roman,sans-serif;font-size:5.75rem;font-weight:200;line-height:1}.hero-subtitle-wrap{justify-content:space-between;align-items:center;width:100%;display:flex}.list-item{line-height:1.2}.list{grid-column-gap:.75rem;grid-row-gap:.75rem;color:var(--sand);flex-flow:column;margin-bottom:0;padding-left:0;font-family:InstrumentSansCondensed,Arial,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.2;display:flex}.hero-text-link{color:var(--sand);font-family:InstrumentSansCondensed,Arial,sans-serif;font-size:1.25rem;line-height:1.2;text-decoration:none}.text-base{color:var(--sand);font-family:InstrumentSansCondensed,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.2}.div-block{grid-column-gap:1.25rem;grid-row-gap:1.25rem;flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}@media screen and (max-width:767px){.hero{height:40rem}.header{height:5rem;padding:1rem 1.5rem}.brand{grid-column-gap:1rem;grid-row-gap:1rem}.brand-sign{width:3rem;height:3.25rem}.svg{width:10rem}.hero-content-wrap{padding:6.5rem 1.5rem 1.5rem}.hero-title{font-size:4.5rem}.hero-subtitle-wrap{grid-column-gap:2rem;grid-row-gap:2rem;flex-flow:column}.list{grid-column-gap:.75rem;grid-row-gap:.75rem}.div-block{grid-column-gap:1rem;grid-row-gap:1rem;align-self:flex-end}}@media screen and (max-width:479px){.hero{height:100dvh}.header{height:auto;padding-left:1rem;padding-right:1rem}.brand{grid-column-gap:.75rem;grid-row-gap:.75rem}.brand-sign{width:2.5rem;height:2.6875rem}.svg{width:9rem}.button{padding-left:1rem;padding-right:1rem}.hero-content-wrap{padding:6.25rem 1rem 1rem}}