.koios-hero{position:relative;width:100%;overflow:hidden;background:#0f172a;aspect-ratio:2280 / 855;--koios-font-body: var(--font-body--family, var(--font-body-family, var(--font-body, inherit)));--koios-font-heading: var(--font-heading--family, var(--font-heading-family, var(--font-heading, inherit)));--koios-font-heading-weight: var(--font-heading--weight, var(--font-heading-weight, inherit));--koios-font-h1-size: var(--font-size-h1, var(--font-h1-size, 2.5rem));--koios-color-accent: var(--color-button, var(--color-accent, var(--color-primary, #1565c0)));--koios-color-accent-hover: var(--color-button-hover, var(--color-accent-hover, var(--koios-color-accent)));--koios-color-accent-text: var(--color-button-text, #ffffff);--kh-content-max: 676px;--kh-heading-weight: 300;--kh-pad-x: 48px;--kh-pad-y: 0;--kh-pad-top-mobile: 48px;--kh-text: #ffffff;--kh-subtext: #e1e1e3;--kh-btn-bg: #1565c0;--kh-btn-bg-hover: #0d47a1;--kh-btn-text: #ffffff;--kh-btn-radius: 10px}.koios-hero.is-full-width{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);box-sizing:border-box}.koios-hero.is-full-width:not(.is-flush){padding-left:var(--kh-edge-pad, 0);padding-right:var(--kh-edge-pad, 0)}.shopify-section:has(.koios-hero.is-full-width),.section:has(.koios-hero.is-full-width){padding-left:0!important;padding-right:0!important;max-width:none!important}.shopify-section:has(.koios-hero.is-full-width)>.page-width,.section:has(.koios-hero.is-full-width)>.page-width{max-width:none!important;padding-left:0!important;padding-right:0!important}.koios-hero__track{display:flex;height:100%;transition:transform .75s cubic-bezier(.22,.61,.36,1);will-change:transform}.koios-hero__slide{min-width:100%;height:100%;position:relative}.koios-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.koios-hero__media img,.koios-hero__media .placeholder-svg,.koios-hero__video{width:100%;height:100%;object-fit:cover;display:block}.koios-hero__slide.is-video .koios-hero__media{contain:strict;transform:translateZ(0)}.koios-hero__video{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.koios-hero__slide.is-video .koios-hero__video{background:#0f172a}.koios-hero__image--mobile{display:none}.koios-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to top,rgba(15,23,42,.62) 0%,rgba(15,23,42,.28) 32%,rgba(15,23,42,.08) 55%,transparent 72%)}.koios-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to top,rgba(15,23,42,calc(var(--kh-overlay) * .85)) 0%,rgba(15,23,42,calc(var(--kh-overlay) * .35)) 38%,rgba(15,23,42,calc(var(--kh-overlay) * .12)) 62%,transparent 100%)}.koios-hero__content-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;padding:var(--kh-pad-y) var(--kh-pad-x);pointer-events:none}.koios-hero__content{max-width:var(--kh-content-max);width:100%;color:var(--kh-text);pointer-events:auto}.koios-hero.is-pos-left-center .koios-hero__content-wrap{align-items:flex-start;justify-content:center;text-align:left}.koios-hero.is-pos-left-bottom .koios-hero__content-wrap{align-items:flex-start;justify-content:flex-end;padding-bottom:56px;text-align:left}.koios-hero.is-pos-center .koios-hero__content-wrap{align-items:center;justify-content:center;text-align:center}.koios-hero__eyebrow{display:block;margin:0 0 16px;padding:0;border-radius:0;background:none;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;line-height:1.2;opacity:.92}.koios-hero__heading{margin:0 0 16px;font-size:var(--kh-heading-desktop);font-weight:var(--kh-heading-weight);line-height:1.08;letter-spacing:-.02em;text-shadow:0 2px 24px rgba(15,23,42,.28)}.koios-hero__heading p,.koios-hero__sub p{margin:0;color:inherit}.koios-hero__sub{margin:0 0 28px;font-size:var(--kh-sub-desktop);line-height:1.45;color:var(--kh-subtext);text-shadow:0 1px 16px rgba(15,23,42,.22);max-width:52ch}.koios-hero.is-pos-center .koios-hero__sub{margin-left:auto;margin-right:auto}.koios-hero__actions{display:flex;flex-wrap:wrap;gap:12px 16px}.koios-hero.is-pos-center .koios-hero__actions{justify-content:center}.koios-hero a.koios-hero__btn,.koios-hero .koios-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:var(--kh-btn-radius, 10px);font-size:15px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s,border-color .2s;box-shadow:none}.koios-hero a.koios-hero__btn--primary,.koios-hero .koios-hero__btn--primary{border:0;background:var(--kh-btn-bg, #1565c0);color:var(--kh-btn-text, #ffffff)}.koios-hero a.koios-hero__btn--primary:hover,.koios-hero .koios-hero__btn--primary:hover{background:var(--kh-btn-bg-hover, #0d47a1);color:var(--kh-btn-text, #ffffff)}.koios-hero a.koios-hero__btn--ghost,.koios-hero .koios-hero__btn--ghost{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.4);text-transform:none;letter-spacing:.02em;font-weight:600}.koios-hero a.koios-hero__btn--ghost:hover,.koios-hero .koios-hero__btn--ghost:hover{background:#ffffff2e;color:#fff}.koios-hero__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#00000040;color:#fff;cursor:pointer;font-size:20px;line-height:1}.koios-hero__nav--prev{left:16px}.koios-hero__nav--next{right:16px}.koios-hero__dots{position:absolute;left:50%;bottom:20px;transform:translate(-50%);display:flex;gap:8px;z-index:3}.koios-hero__dot{width:9px;height:9px;border-radius:999px;border:0;padding:0;background:#ffffff73;cursor:pointer;transition:width .25s,background .25s}.koios-hero__dot.is-active{width:24px;background:#fff}@media(max-width:768px){.koios-hero{aspect-ratio:640 / 520;--kh-pad-x: 20px}.koios-hero.is-mobile-center .koios-hero__content-wrap{align-items:center;justify-content:flex-start;padding-top:var(--kh-pad-top-mobile);text-align:center}.koios-hero.is-mobile-center .koios-hero__sub{margin-left:auto;margin-right:auto}.koios-hero.is-mobile-center .koios-hero__actions{justify-content:center}.koios-hero.is-mobile-left .koios-hero__content-wrap{align-items:flex-start;justify-content:flex-start;padding-top:var(--kh-pad-top-mobile);text-align:left}.koios-hero.is-pos-left-bottom.is-mobile-center .koios-hero__content-wrap,.koios-hero.is-pos-left-bottom.is-mobile-left .koios-hero__content-wrap{justify-content:flex-start;padding-bottom:0}.koios-hero__heading{font-size:var(--kh-heading-mobile);margin-bottom:12px}.koios-hero__sub{font-size:var(--kh-sub-mobile);margin-bottom:24px;line-height:1.5}.koios-hero__eyebrow{margin-bottom:12px}.koios-hero__btn--ghost{display:none}.koios-hero__nav{width:38px;height:38px}.koios-hero__nav--prev{left:10px}.koios-hero__nav--next{right:10px}.koios-hero__image--desktop{display:none}.koios-hero__image--mobile{display:block}}@media(prefers-reduced-motion:reduce){.koios-hero__track{transition:none}}.is-theme-bound.koios-hero .koios-hero__heading{font-family:var(--koios-font-heading)}.is-theme-bound.koios-hero .koios-hero__sub,.is-theme-bound.koios-hero .koios-hero__eyebrow,.is-theme-bound.koios-hero .koios-hero__btn{font-family:var(--koios-font-body)}
/*# sourceMappingURL=/cdn/shop/t/33/assets/koios-hero-slideshow.css.map */
