.ost-hero{position:relative;width:100%;height:var(--ost-hero-h, 100vh);min-height:480px;overflow:hidden;display:flex;flex-direction:column}.ost-hero[data-ost-transparent-header]{margin-top:calc(-1 * var(--header-height, 0px))}@media screen and (max-width:749px){.ost-hero{height:var(--ost-hero-h-mob, var(--ost-hero-h, 100vh))}}.ost-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.ost-hero--contain[data-ost-transparent-header] .ost-hero__media{top:var(--header-height, 0px)}.ost-hero__video,.ost-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--hero-fit, cover);object-position:var(--vid-x, 50%) var(--vid-y, 50%);display:block;transform:scale(var(--img-scale, 1));transform-origin:var(--vid-x, 50%) var(--vid-y, 50%)}.ost-hero__empty{position:absolute;top:0;right:0;bottom:0;left:0;background:#090d10}.ost-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.ost-hero__inner{position:relative;z-index:2;width:100%;flex:1;display:flex;flex-direction:column;padding:2.4rem 3.2rem}@media screen and (min-width:990px){.ost-hero__inner{padding:3.2rem 6rem}}.ost-hero__content{display:flex;flex-direction:column;max-width:var(--content-mw, 80%)}.ost-hero--v-top .ost-hero__inner{justify-content:flex-start}.ost-hero--v-center .ost-hero__inner{justify-content:center}.ost-hero--v-bottom .ost-hero__inner{justify-content:flex-end;padding-bottom:5.6rem}.ost-hero--h-left .ost-hero__inner{align-items:flex-start}.ost-hero--h-left .ost-hero__content{text-align:left;align-items:flex-start}.ost-hero--h-center .ost-hero__inner{align-items:center}.ost-hero--h-center .ost-hero__content{text-align:center;align-items:center}.ost-hero--h-right .ost-hero__inner{align-items:flex-end}.ost-hero--h-right .ost-hero__content{text-align:right;align-items:flex-end}@media screen and (max-width:749px){.ost-hero--v-bottom .ost-hero__inner{padding-bottom:8rem}.ost-hero--v-mob-top .ost-hero__inner{justify-content:flex-start}.ost-hero--v-mob-center .ost-hero__inner{justify-content:center}.ost-hero--v-mob-bottom .ost-hero__inner{justify-content:flex-end;padding-bottom:8rem}.ost-hero--h-mob-left .ost-hero__inner{align-items:flex-start}.ost-hero--h-mob-left .ost-hero__content{text-align:left;align-items:flex-start}.ost-hero--h-mob-center .ost-hero__inner{align-items:center}.ost-hero--h-mob-center .ost-hero__content{text-align:center;align-items:center}.ost-hero--h-mob-right .ost-hero__inner{align-items:flex-end}.ost-hero--h-mob-right .ost-hero__content{text-align:right;align-items:flex-end}.ost-hero__content{max-width:100%}}.ost-hero__eyebrow{display:block;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:2rem;opacity:.65}.ost-hero__heading{font-size:var(--h-size, 4rem);font-weight:200;letter-spacing:.01em;line-height:1.05;margin:0 0 2.4rem;color:var(--c-head, currentColor)}@media screen and (max-width:749px){.ost-hero__heading{font-size:var(--h-mob, var(--h-size, 2.5rem))}}.ost-hero__subheading{font-size:var(--t-size, 1.05rem);font-weight:300;letter-spacing:.03em;line-height:1.65;margin:0 0 3rem;opacity:.85;color:var(--c-text, currentColor)}@media screen and (max-width:749px){.ost-hero__subheading{font-size:var(--t-mob, var(--t-size, .95rem))}}.ost-hero__cta{display:inline-block;font-size:var(--cta-fs, .75rem);letter-spacing:.14em;text-transform:uppercase;text-decoration:none;font-weight:400;padding:.85em 2em;border-style:solid;border-width:var(--cta-bw, 1px);border-radius:var(--cta-r, 0);color:var(--c-btn, currentColor);background:var(--c-btn-bg, transparent);border-color:var(--c-btn-b, currentColor);transition:color .35s ease,background .35s ease,border-color .35s ease,opacity .35s ease}.ost-hero__cta:hover{color:var(--c-btn-h, currentColor);background:var(--c-btn-bgh, transparent);border-color:var(--c-btn-bh, currentColor);opacity:1}@media screen and (max-width:749px){.ost-hero__cta{font-size:var(--cta-fs-mob, var(--cta-fs, .75rem))}}.ost-hero--glass .ost-hero__cta{background:#ffffff1f;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-color:#ffffff47;color:#fff}.ost-hero--glass .ost-hero__cta:hover{background:#ffffff3d;border-color:#ffffff70}.ost-hero--glass.ost-hero--text-dark .ost-hero__cta{background:#07103914;border-color:#07103933;color:#071039}.ost-hero--glass.ost-hero--text-dark .ost-hero__cta:hover{background:#07103929}.ost-hero__controls{position:absolute;bottom:2rem;right:2rem;z-index:3;display:flex;gap:.6rem}.ost-hero__ctrl-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:opacity .3s ease,background .3s ease;flex-shrink:0}.ost-hero--glass .ost-hero__ctrl-btn{background:#ffffff1f;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff}.ost-hero--glass.ost-hero--text-dark .ost-hero__ctrl-btn{background:#0710391a;border-color:#07103933;color:#071039}.ost-hero--glass .ost-hero__ctrl-btn:hover{background:#ffffff3d}.ost-hero--glass.ost-hero--text-dark .ost-hero__ctrl-btn:hover{background:#0710392e}.ost-hero:not(.ost-hero--glass) .ost-hero__ctrl-btn{background:transparent;border:none;opacity:.7}.ost-hero:not(.ost-hero--glass) .ost-hero__ctrl-btn:hover{opacity:1}.ost-hero--text-light .ost-hero__eyebrow,.ost-hero--text-light .ost-hero__ctrl-btn{color:#fff}.ost-hero--text-dark .ost-hero__eyebrow,.ost-hero--text-dark .ost-hero__ctrl-btn{color:#071039}sticky-header,.header-wrapper{transition:background .5s ease,border-color .5s ease,box-shadow .5s ease}body.ost-at-top sticky-header,body.ost-at-top .header-wrapper{background:transparent!important;border-bottom-color:transparent!important;box-shadow:none!important}body.ost-at-top.ost-header-light sticky-header .header__heading-link,body.ost-at-top.ost-header-light sticky-header .header__menu-item,body.ost-at-top.ost-header-light sticky-header .header__icon,body.ost-at-top.ost-header-light .header-wrapper .header__heading-link,body.ost-at-top.ost-header-light .header-wrapper .header__menu-item,body.ost-at-top.ost-header-light .header-wrapper .header__icon{color:#fff;transition:color .4s ease}body.ost-at-top.ost-header-light sticky-header .header__heading-logo,body.ost-at-top.ost-header-light .header-wrapper .header__heading-logo{filter:brightness(0) invert(1);transition:filter .4s ease}body.ost-at-top.ost-header-light sticky-header svg,body.ost-at-top.ost-header-light .header-wrapper svg{fill:#fff;transition:fill .4s ease}body.ost-header-glass:not(.ost-at-top) sticky-header,body.ost-header-glass:not(.ost-at-top) .header-wrapper{background:#fafaf8d1!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;border-bottom-color:#07103912!important;box-shadow:0 1px 24px #0000000a!important}@media(prefers-reduced-motion:reduce){.ost-hero__video{display:none}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/ost-editorial-hero.css.map */
