.eastern-hero{--hero-content-max-width: 680px;--hero-eyebrow-size: 1.2rem;--hero-heading-size-mobile: 3.2rem;--hero-heading-size-tablet: 4.2rem;--hero-heading-size-desktop: 5.6rem;--hero-subheading-size: 1.8rem;--hero-description-size: 1.6rem;--hero-btn-padding: 1.4rem 3.2rem;--hero-btn-font-size: 1.4rem;--hero-btn-letter-spacing: .08em;--hero-transition: .3s ease;--hero-overlay-opacity: .35;--hero-anim-duration: .8s;--hero-anim-stagger: .12s}.eastern-hero{position:relative;overflow:hidden;background:transparent!important}.eastern-hero__inner{position:relative;display:flex;align-items:center;min-height:520px;width:100%;overflow:hidden}.eastern-hero__bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:0}.eastern-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.eastern-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.eastern-hero__img--mobile{display:block}.eastern-hero__img--desktop{display:none}@media screen and (min-width:750px){.eastern-hero__img--mobile{display:none}.eastern-hero__img--desktop{display:block}}.eastern-hero__img--desktop:only-child{display:block}.eastern-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,var(--hero-overlay-opacity));z-index:1;pointer-events:none}.eastern-hero__content-wrap{position:relative;z-index:2;width:100%;padding-top:6rem;padding-bottom:6rem}.eastern-hero__content-wrap--left{text-align:left}.eastern-hero__content-wrap--center{text-align:center}.eastern-hero__content-wrap--right{text-align:right}.eastern-hero__content{max-width:var(--hero-content-max-width)}.eastern-hero__content-wrap--center .eastern-hero__content,.eastern-hero__content-wrap--right .eastern-hero__content{margin-left:auto}.eastern-hero__content-wrap--center .eastern-hero__content{margin-right:auto}.eastern-hero__eyebrow{font-size:var(--hero-eyebrow-size);letter-spacing:.18em;text-transform:uppercase;opacity:.7;margin:0 0 1.6rem;color:currentColor}.eastern-hero__heading{font-size:var(--hero-heading-size-mobile);line-height:1.15;font-weight:500;margin:0 0 1.6rem;color:currentColor;word-break:break-word}@media screen and (min-width:750px){.eastern-hero__heading{font-size:var(--hero-heading-size-tablet)}}@media screen and (min-width:990px){.eastern-hero__heading{font-size:var(--hero-heading-size-desktop)}}.eastern-hero__subheading{font-size:var(--hero-subheading-size);line-height:1.5;font-weight:400;margin:0 0 1.2rem;opacity:.85;color:currentColor}.eastern-hero__description{font-size:var(--hero-description-size);line-height:1.7;opacity:.8;margin:0 0 3.2rem;color:currentColor}.eastern-hero__description p{margin:0}.eastern-hero__buttons{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:.8rem}.eastern-hero__content-wrap--center .eastern-hero__buttons{justify-content:center}.eastern-hero__content-wrap--right .eastern-hero__buttons{justify-content:flex-end}.eastern-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--hero-btn-padding);font-size:var(--hero-btn-font-size);font-weight:500;letter-spacing:var(--hero-btn-letter-spacing);text-decoration:none;transition:background-color var(--hero-transition),color var(--hero-transition),border-color var(--hero-transition),opacity var(--hero-transition);cursor:pointer;white-space:nowrap}.eastern-hero__btn--solid{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:.2rem solid rgb(var(--color-button))}.eastern-hero__btn--solid:hover{opacity:.85}.eastern-hero__btn--outline{background-color:transparent;color:currentColor;border:.2rem solid currentColor}.eastern-hero__btn--outline:hover{background-color:currentColor;color:rgb(var(--color-background))}.eastern-hero--layout-split .eastern-hero__inner--split{min-height:unset;align-items:stretch}.eastern-hero__split-grid{display:grid;grid-template-columns:1fr;gap:0;width:100%}@media screen and (min-width:750px){.eastern-hero__split-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem}}.eastern-hero__split-content{padding:5rem 0}.eastern-hero__split-image{overflow:hidden;max-height:680px}.eastern-hero__split-img{width:100%;height:100%;object-fit:cover;display:block}.eastern-hero__placeholder{background-color:rgba(var(--color-foreground),.04)}.eastern-hero--layout-centered .eastern-hero__content-wrap{text-align:center}.eastern-hero--layout-centered .eastern-hero__content{margin-left:auto;margin-right:auto}.eastern-hero--layout-centered .eastern-hero__buttons{justify-content:center}@keyframes eastern-hero-fade-up{0%{opacity:0;transform:translateY(2.4rem)}to{opacity:1;transform:translateY(0)}}.eastern-hero--animate .eastern-hero__content--animate>*{opacity:0;animation:eastern-hero-fade-up var(--hero-anim-duration) cubic-bezier(.22,1,.36,1) forwards}.eastern-hero--animate .eastern-hero__content--animate .eastern-hero__eyebrow{animation-delay:calc(var(--hero-anim-stagger) * 0)}.eastern-hero--animate .eastern-hero__content--animate .eastern-hero__heading{animation-delay:calc(var(--hero-anim-stagger) * 1)}.eastern-hero--animate .eastern-hero__content--animate .eastern-hero__subheading{animation-delay:calc(var(--hero-anim-stagger) * 2)}.eastern-hero--animate .eastern-hero__content--animate .eastern-hero__description{animation-delay:calc(var(--hero-anim-stagger) * 3)}.eastern-hero--animate .eastern-hero__content--animate .eastern-hero__buttons{animation-delay:calc(var(--hero-anim-stagger) * 4)}@media(prefers-reduced-motion:reduce){.eastern-hero--animate .eastern-hero__content--animate>*{animation:none;opacity:1}}@media screen and (max-width:749px){.eastern-hero__content-wrap{padding-top:4rem;padding-bottom:4rem}.eastern-hero__split-content{padding:4rem 0 2rem}.eastern-hero__split-image{max-height:300px}.eastern-hero__buttons{flex-direction:column;align-items:flex-start}.eastern-hero__content-wrap--center .eastern-hero__buttons,.eastern-hero--layout-centered .eastern-hero__buttons{align-items:center}.eastern-hero__content-wrap--right .eastern-hero__buttons{align-items:flex-end}.eastern-hero__btn{width:100%;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/eastern-hero-banner.css.map */
