.hpx-hero-wrap{--hero-h:calc(var(--hero-vh,100)*1vh - var(--hero-offset,0px));position:relative}.hpx-hero{--slate:#3c3639;--sand:#efe7db;--paper:#f7f3ec;--ink-mid:#6b6468;--ink-soft:#94898c;--ease:cubic-bezier(0.22,1,0.36,1);background:var(--paper);-webkit-clip-path:inset(0 round var(--bg-radius,0));clip-path:inset(0 round var(--bg-radius,0));isolation:isolate;min-height:var(--hero-h);overflow:hidden;position:relative}.hpx-hero__imgs{border-radius:var(--bg-radius,0);inset:0}.hpx-hero__img,.hpx-hero__imgs{overflow:hidden;position:absolute}.hpx-hero__img{background:linear-gradient(150deg,#cfc7bc,#aaa096);border-radius:2px;box-shadow:0 24px 60px rgba(0,0,0,.14);opacity:0;transition:opacity 1s var(--ease);will-change:transform}.hpx-hero__img.is-in{opacity:1}.hpx-hero--overlay .hpx-hero__img:after{background:var(--ov-bg);content:"";inset:0;pointer-events:none;position:absolute;z-index:2}.hpx-hero__mbg{border-radius:var(--bg-radius,0);display:none;inset:0;overflow:hidden;position:absolute;z-index:0}.hpx-hero__mbg img{display:block;height:100%;object-fit:cover;object-position:var(--mbg-x,50%) var(--mbg-y,50%);width:100%}.hpx-hero--overlay .hpx-hero__mbg:after{background:var(--ov-bg);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.hpx-hero__img img{display:block;height:100%;object-fit:cover;width:100%}.hpx-hero__img--1{box-shadow:none;z-index:1}.hpx-hero__img--2{z-index:2}.hpx-hero__img--3{z-index:3}.hpx-hero__video{background:#000;overflow:hidden;z-index:0}.hpx-hero__video,.hpx-hero__video-el{border-radius:var(--bg-radius,0);inset:0;position:absolute}.hpx-hero__video-el{display:block;height:100%;object-fit:cover;object-position:var(--vid-x,50%) var(--vid-y,50%);width:100%}.hpx-hero__video-mobile{background:#000;border-radius:var(--bg-radius,0);display:none;inset:0;overflow:hidden;position:absolute;z-index:0}.hpx-hero__video-mobile img{border-radius:var(--bg-radius,0);display:block;height:100%;object-fit:cover;object-position:var(--vid-x,50%) var(--vid-y,50%);width:100%}.hpx-hero--overlay .hpx-hero__video-mobile:after,.hpx-hero--overlay .hpx-hero__video:after{background:var(--ov-bg);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.hpx-hero__imgs,.hpx-hero__mbg,.hpx-hero__video,.hpx-hero__video-mobile{-webkit-clip-path:inset(0 round var(--bg-radius,0));clip-path:inset(0 round var(--bg-radius,0))}.hpx-hero__content{display:flex;flex-direction:column;min-height:var(--hero-h);padding:var(--pad-t,0) var(--pad-r,48px) var(--pad-b,0) var(--pad-l,48px);position:relative;width:100%;z-index:5}.hpx-hero__cw{max-width:var(--lo-content-width,1140px);width:100%}.hpx-hero__inner{display:flex;flex-direction:column}.hpx-hero__eyebrow{margin-bottom:30px}.hpx-hero__title{color:var(--slate);line-height:.92;margin:0}.hpx-hero__hl{display:block;font-size:clamp(42px,6vw,104px);font-weight:500}.hpx-hero__body{color:var(--ink-mid);font-size:16px;line-height:1.7;margin-top:26px;max-width:46ch}.hpx-hero__body p{margin:0 0 12px}.hpx-hero__body p:last-child{margin-bottom:0}.hpx-hero__btns{align-items:center;display:flex;flex-wrap:wrap;gap:14px;width:fit-content}.hpx-hero__btn{margin:0;width:fit-content}.hpx-hero__cta{align-items:center;background:var(--btn-bg,var(--slate));border:var(--btn-bdw,0) solid var(--btn-bd,transparent);border-radius:40px;color:var(--btn-text,var(--sand));display:inline-flex;font-size:10.5px;font-weight:500;gap:9px;justify-content:center;letter-spacing:var(--btn-ls,.16em);padding:14px 30px;text-decoration:none;text-transform:uppercase;transition:background .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease),border-width .35s var(--ease)}.hpx-hero__cta:hover{background:var(--btn-hbg,var(--btn-bg,var(--slate)));border-color:var(--btn-hbd,var(--btn-bd,transparent));border-style:solid;border-width:var(--btn-hbdw,var(--btn-bdw,0));color:var(--btn-htext,var(--btn-text,var(--sand)))}.hpx-hero__border{border-color:var(--bd-color,#3c3639);border-radius:var(--bd-radius,0);border-style:solid;border-width:var(--bd-t,0) var(--bd-r,0) var(--bd-b,0) var(--bd-l,0);box-sizing:border-box;inset:var(--bd-inset,0);z-index:8}.hpx-hero__border,.hpx-hero__corner{pointer-events:none;position:absolute}.hpx-hero__corner{display:block;height:auto;right:var(--corner-r,24px);top:var(--corner-t,24px);width:var(--corner-w,80px);z-index:7}.hpx-hero__corner--spin{animation:hpxCornerSpin var(--spin-dur,8s) linear infinite}@keyframes hpxCornerSpin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.hpx-hero__corner--spin{animation:none}}.hpx-hero__scroll{align-items:center;bottom:28px;color:var(--ink-soft);display:flex;flex-direction:column;gap:12px;left:0;pointer-events:none;position:absolute;right:0;z-index:5}.hpx-hero__mouse{border:1.5px solid;border-radius:14px;height:38px;opacity:.75;position:relative;width:24px}.hpx-hero__mouse:before{animation:hpxWheel 1.7s ease-in-out infinite;background:currentColor;border-radius:3px;content:"";height:7px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:3px}.hpx-hero__scroll-label{font-size:9.5px;text-transform:uppercase}@keyframes hpxWheel{0%{opacity:0;transform:translate(-50%)}30%{opacity:1}to{opacity:0;transform:translate(-50%,12px)}}@media(max-width:880px){.hpx-hero--mfull,.hpx-hero--mfull .hpx-hero__content{min-height:calc(100vh - var(--hero-offset-m,0px));min-height:calc(100svh - var(--hero-offset-m,0px))}.hpx-hero__video--desktoponly{display:none}.hpx-hero__video-mobile{display:block}.hpx-hero__imgs{height:auto;inset:0;margin:0;position:absolute}.hpx-hero--mbg-image .hpx-hero__imgs{display:none}.hpx-hero--mbg-image .hpx-hero__mbg{display:block}.hpx-hero__content{align-items:flex-start!important;margin:0!important;max-width:none!important;padding:var(--pad-tm,120px) var(--pad-rm,22px) var(--pad-bm,40px) var(--pad-lm,22px)}.hpx-hero__inner{align-items:flex-start!important;max-width:100%!important;text-align:left!important;width:100%!important}.hpx-hero__btns{align-items:stretch!important;align-self:stretch!important;flex-direction:column;margin:var(--btns-mtm,24px) var(--btns-mrm,0) var(--btns-mbm,0) var(--btns-mlm,0)!important}.hpx-hero__btn,.hpx-hero__btns{width:100%!important}.hpx-hero__cta{width:100%}.hpx-hero__btns .pwr-cta{width:100%!important}.hpx-hero__btns .pwr-cta_button{display:flex;justify-content:center;width:100%!important}.hpx-hero__btns .hpx-hero__btn,.hpx-hero__btns .hpx-hero__cta,.hpx-hero__btns .pwr-cta,.hpx-hero__btns .pwr-cta_button{box-sizing:border-box!important;max-width:100%}.hpx-hero__corner{right:var(--corner-rm,16px);top:var(--corner-tm,16px);width:var(--corner-wm,56px)}.hpx-hero__border--m{border-color:var(--bd-m-color,var(--bd-color,#3c3639));border-width:var(--bd-m-t,0) var(--bd-m-r,0) var(--bd-m-b,0) var(--bd-m-l,0);inset:var(--bd-m-inset,0)}.hpx-hero__hl{font-size:var(--hl-size-m,clamp(40px,11vw,68px))!important}.hpx-hero__eyebrow{font-size:var(--eyebrow-size-m)!important}.hpx-hero__body{font-size:var(--body-size-m)!important}.hpx-hero__scroll{display:none}}@media(prefers-reduced-motion:reduce){.hpx-hero__img{transform:none!important}}@media(scripting:none){.hpx-hero__img{opacity:1!important}}