.ogatu-hero{position:relative;background:#fff}.ogatu-hero__viewport{width:100%;height:var(--ogatu-hero-height-d, 100vh);min-height:520px;position:relative;overflow:hidden}@media(max-width:749px){.ogatu-hero__viewport{height:var(--ogatu-hero-height-m, 100vh);min-height:520px}}.ogatu-hero__track{height:100%;position:relative}.ogatu-hero:not(.is-slide) .ogatu-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;opacity:0;z-index:0;transition:opacity var(--ogatu-transition-ms, .9s) cubic-bezier(.22,.61,.36,1);will-change:opacity;pointer-events:none}.ogatu-hero:not(.is-slide) .ogatu-hero__slide.is-active{opacity:1;z-index:2;pointer-events:auto}.ogatu-hero:not(.is-slide) .ogatu-hero__slide.is-prev{opacity:0;z-index:1;pointer-events:none}.ogatu-hero.is-slide .ogatu-hero__track{display:flex;height:100%;width:100%;transform:translateZ(0);transition:transform var(--ogatu-transition-ms, .9s) cubic-bezier(.22,.61,.36,1);will-change:transform}.ogatu-hero.is-slide .ogatu-hero__slide{position:relative;height:100%;flex:0 0 100%}.ogatu-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;background:#fff;z-index:1;pointer-events:none}.ogatu-hero__media-desktop,.ogatu-hero__media-mobile{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.ogatu-hero__media-mobile{display:none}@media(max-width:749px){.ogatu-hero__media-desktop{display:none}.ogatu-hero__media-mobile{display:block}}.ogatu-hero__image,.ogatu-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;backface-visibility:hidden;transform:translateZ(0)}.ogatu-hero__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:#f2f2f2}.ogatu-hero__slide{position:relative}.ogatu-hero__slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:var(--ogatu-ovl-color, transparent);opacity:var(--ogatu-ovl-opacity, 0);pointer-events:none}.ogatu-hero__mute{position:absolute;z-index:12;right:var(--ogatu-container-pad);bottom:var(--ogatu-util-bottom-d, 28px);border:0;background:transparent;padding:10px;margin:-10px;width:32px;height:32px;display:grid;place-items:center;cursor:pointer;pointer-events:auto}@media(max-width:749px){.ogatu-hero__mute{right:min(var(--ogatu-container-pad),24px);bottom:var(--ogatu-util-bottom-m, 18px)}}.ogatu-hero__mute-icon{width:16px;height:16px;display:block;line-height:0}.ogatu-hero__mute-svg{width:16px;height:16px;display:block}.ogatu-hero__mute-svg.is-unmuted,.ogatu-hero__mute[aria-pressed=true] .ogatu-hero__mute-svg.is-muted{display:none}.ogatu-hero__mute[aria-pressed=true] .ogatu-hero__mute-svg.is-unmuted{display:block}.ogatu-hero__mute:focus-visible{outline:1px solid currentColor;outline-offset:4px}.theme-light .ogatu-hero__mute-svg{filter:brightness(0) invert(1)}.theme-dark .ogatu-hero__mute-svg{filter:none}.ogatu-hero{--ogatu-hero-ovl-pad-y-d: 84px;--ogatu-hero-ovl-pad-y-m: 70px;--ogatu-safe-top: env(safe-area-inset-top, 0px);--ogatu-safe-btm: env(safe-area-inset-bottom, 0px)}.ogatu-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;flex-direction:column;gap:10px;padding:calc(var(--ogatu-hero-ovl-pad-y-d) + var(--ogatu-safe-top)) var(--ogatu-container-pad) calc(var(--ogatu-hero-ovl-pad-y-d) + var(--ogatu-safe-btm)) var(--ogatu-container-pad);pointer-events:none;justify-content:center;align-items:flex-start;text-align:left}@media(max-width:749px){.ogatu-hero__overlay{padding:calc(var(--ogatu-hero-ovl-pad-y-m) + var(--ogatu-safe-top)) min(var(--ogatu-container-pad),24px) calc(var(--ogatu-hero-ovl-pad-y-m) + var(--ogatu-safe-btm)) min(var(--ogatu-container-pad),24px);gap:10px}}.ogatu-hero__overlay>*{pointer-events:auto}.theme-light .ogatu-hero__overlay,.theme-light .ogatu-hero__overlay *{color:#fff}.theme-dark .ogatu-hero__overlay,.theme-dark .ogatu-hero__overlay *{color:rgb(var(--color-foreground))}.ogatu-hero__heading{margin:0;font-size:var(--ogatu-hero-heading-size);line-height:var(--ogatu-hero-heading-lh)}.ogatu-hero__subtext{font-size:var(--ogatu-hero-subtext-size);line-height:var(--ogatu-hero-subtext-lh)}.ogatu-hero__subtext p{margin:0}.ogatu-hero__subtext,.ogatu-hero__subtext *{text-align:inherit!important}.ogatu-hero__cta-wrap{margin-top:6px}.ogatu-hero__slide:not(.is-active) [data-ogatu-reveal]{opacity:1!important;transform:none!important;transition:none!important;animation:none!important;clip-path:none!important}.overlay-top_left .ogatu-hero__overlay,.overlay-top_center .ogatu-hero__overlay,.overlay-top_right .ogatu-hero__overlay{justify-content:flex-start}.overlay-center_left .ogatu-hero__overlay,.overlay-center .ogatu-hero__overlay,.overlay-center_right .ogatu-hero__overlay{justify-content:center}.overlay-bottom_left .ogatu-hero__overlay,.overlay-bottom_center .ogatu-hero__overlay,.overlay-bottom_right .ogatu-hero__overlay{justify-content:flex-end}.overlay-top_left .ogatu-hero__overlay,.overlay-center_left .ogatu-hero__overlay,.overlay-bottom_left .ogatu-hero__overlay{align-items:flex-start;text-align:left}.overlay-top_center .ogatu-hero__overlay,.overlay-center .ogatu-hero__overlay,.overlay-bottom_center .ogatu-hero__overlay{align-items:center;text-align:center}.overlay-top_right .ogatu-hero__overlay,.overlay-center_right .ogatu-hero__overlay,.overlay-bottom_right .ogatu-hero__overlay{align-items:flex-end;text-align:right}@media(max-width:749px){.overlaym-top_left .ogatu-hero__overlay,.overlaym-top_center .ogatu-hero__overlay,.overlaym-top_right .ogatu-hero__overlay{justify-content:flex-start}.overlaym-center_left .ogatu-hero__overlay,.overlaym-center .ogatu-hero__overlay,.overlaym-center_right .ogatu-hero__overlay{justify-content:center}.overlaym-bottom_left .ogatu-hero__overlay,.overlaym-bottom_center .ogatu-hero__overlay,.overlaym-bottom_right .ogatu-hero__overlay{justify-content:flex-end}.overlaym-top_left .ogatu-hero__overlay,.overlaym-center_left .ogatu-hero__overlay,.overlaym-bottom_left .ogatu-hero__overlay{align-items:flex-start;text-align:left}.overlaym-top_center .ogatu-hero__overlay,.overlaym-center .ogatu-hero__overlay,.overlaym-bottom_center .ogatu-hero__overlay{align-items:center;text-align:center}.overlaym-top_right .ogatu-hero__overlay,.overlaym-center_right .ogatu-hero__overlay,.overlaym-bottom_right .ogatu-hero__overlay{align-items:flex-end;text-align:right}}@media(max-width:749px){.layout-split .ogatu-hero__overlay-split{width:100%;display:flex;flex-direction:column;gap:10px}.layout-split .ogatu-hero__overlay-right{order:1}.layout-split .ogatu-hero__overlay-left{order:2}}@media(min-width:750px){.layout-split .ogatu-hero__overlay-split{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:60px;align-items:center}.layout-split .ogatu-hero__overlay-right{order:1;max-width:560px}.layout-split .ogatu-hero__overlay-left{order:2;justify-self:end;display:flex;align-items:center}}@media(min-width:750px){.overlay-top_center.layout-split .ogatu-hero__overlay-split,.overlay-center.layout-split .ogatu-hero__overlay-split,.overlay-bottom_center.layout-split .ogatu-hero__overlay-split,.overlay-top_right.layout-split .ogatu-hero__overlay-split,.overlay-center_right.layout-split .ogatu-hero__overlay-split,.overlay-bottom_right.layout-split .ogatu-hero__overlay-split{width:min(980px,100%)}.overlay-top_left.layout-split .ogatu-hero__overlay-split,.overlay-center_left.layout-split .ogatu-hero__overlay-split,.overlay-bottom_left.layout-split .ogatu-hero__overlay-split{width:100%}}.ogatu-hero__arrows{position:absolute;z-index:14;left:var(--ogatu-container-pad);bottom:var(--ogatu-util-bottom-d, 28px);display:flex;gap:18px;pointer-events:auto}@media(max-width:749px){.ogatu-hero__arrows{left:min(var(--ogatu-container-pad),24px);bottom:var(--ogatu-util-bottom-m, 18px);gap:16px}}.ogatu-hero__arrow{border:0;background:transparent;padding:10px;margin:-10px;cursor:pointer;line-height:0}.ogatu-hero__arrow-ico svg{width:16px;height:16px;display:block}.ogatu-hero__nav{position:absolute;z-index:14;left:50%;transform:translate(-50%);bottom:var(--ogatu-util-bottom-d, 28px);display:flex;gap:18px;pointer-events:auto}@media(max-width:749px){.ogatu-hero__nav{bottom:var(--ogatu-util-bottom-m, 18px);gap:16px}}.ogatu-hero__dot{width:7px;height:7px;border-radius:50%;border:1px solid currentColor;background:transparent;padding:0;opacity:.75}.ogatu-hero__num{border:0;background:transparent;padding:0;font:inherit;letter-spacing:.06em;opacity:.75;cursor:pointer}.ogatu-hero__dot.is-active,.ogatu-hero__num.is-active{opacity:1}.ogatu-hero.is-theme-light .ogatu-hero__nav,.ogatu-hero.is-theme-light .ogatu-hero__nav *,.ogatu-hero.is-theme-light .ogatu-hero__arrows,.ogatu-hero.is-theme-light .ogatu-hero__arrows *{color:#fff}.ogatu-hero.is-theme-dark .ogatu-hero__nav,.ogatu-hero.is-theme-dark .ogatu-hero__nav *,.ogatu-hero.is-theme-dark .ogatu-hero__arrows,.ogatu-hero.is-theme-dark .ogatu-hero__arrows *{color:rgb(var(--color-foreground))}@media(prefers-reduced-motion:reduce){.ogatu-hero__slide,.ogatu-hero__track{transition:none!important}}.ogatu-hero__full-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:block;text-decoration:none}.ogatu-hero__overlay{position:absolute;z-index:6}.ogatu-hero__slide.has-full-link{cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-ogatu-hero-slideshow.css.map */
