.hs-hero-slideshow{--hs-hero-section-min-height: 720px;--hs-hero-mobile-section-min-height: 560px;--hs-hero-overlay-opacity: .2;--hs-hero-overlay-color: #000000;--hs-hero-brightness: 1;--hs-hero-content-width: 640px;--hs-hero-content-padding-inline: 48px;--hs-hero-content-padding-block: 40px;--hs-hero-nav-color: #ffffff;--hs-hero-nav-bg: rgba(7, 19, 38, .18);--hs-hero-safe-top: calc(var(--site-header-height, 0px) + 20px);--hs-hero-safe-bottom: 32px;position:relative;color:#fff}.hs-hero-slideshow__slider{position:relative;min-height:var(--hs-hero-section-min-height);background:#d7d1ca;overflow:clip}.hs-hero-slideshow__slider:before{content:"";position:absolute;inset:0 0 auto 0;height:min(34vh,280px);background:linear-gradient(180deg,#00000085,#00000047 38%,#0000);pointer-events:none;z-index:1}.hs-hero-slideshow--fullscreen .hs-hero-slideshow__slider{min-height:var(--hs-hero-section-min-height);height:100vh;height:100svh}@supports (height: 100dvh){.hs-hero-slideshow--fullscreen .hs-hero-slideshow__slider{height:100dvh}}.hs-hero-slideshow--fullscreen .hs-hero-slideshow__slides,.hs-hero-slideshow--fullscreen .hs-hero-slideshow__slide,.hs-hero-slideshow--fullscreen .hs-hero-slideshow__media-wrap,.hs-hero-slideshow--fullscreen .hs-hero-slideshow__content-wrap{height:100%;min-height:100%}.hs-hero-slideshow__slides{position:relative;min-height:inherit}.hs-hero-slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;min-height:inherit;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease,visibility .5s ease}.hs-hero-slideshow__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.hs-hero-slideshow__media-wrap,.hs-hero-slideshow__media,.hs-hero-slideshow__image,.hs-hero-slideshow__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hs-hero-slideshow__media-wrap{overflow:hidden}.hs-hero-slideshow__media{object-fit:cover;object-position:var(--hs-slide-media-position, center center);filter:brightness(var(--hs-hero-brightness))}.hs-hero-slideshow__media-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hs-hero-overlay-color);opacity:var(--hs-hero-overlay-opacity);pointer-events:none}.hs-hero-slideshow__content-wrap{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr);align-items:var(--hs-slide-align, center);justify-items:var(--hs-slide-justify, center);min-height:inherit;padding-block:max(var(--hs-hero-content-padding-block),var(--hs-hero-safe-top)) max(var(--hs-hero-content-padding-block),var(--hs-hero-safe-bottom));padding-inline:var(--hs-hero-content-padding-inline)}.hs-hero-slideshow__content{width:min(100%,var(--hs-hero-content-width));display:grid;gap:16px;text-align:var(--hs-slide-text-align, center);margin-top:var(--hs-slide-margin-top, 0px);margin-bottom:var(--hs-slide-margin-bottom, 0px)}.hs-hero-slideshow__subtitle,.hs-hero-slideshow__title,.hs-hero-slideshow__description{margin:0}.hs-hero-slideshow__subtitle{color:var(--hs-slide-subtitle-color, currentColor);text-transform:none}.hs-hero-slideshow__title{color:var(--hs-slide-title-color, currentColor)}.hs-hero-slideshow__description{color:var(--hs-slide-description-color, currentColor)}.hs-hero-slideshow__description :where(p){margin:0}.hs-hero-slideshow__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.hs-hero-slideshow__buttons--center{justify-content:center}.hs-hero-slideshow__buttons--end{justify-content:flex-end}.hs-hero-slideshow__button{display:inline-flex;align-items:center;justify-content:center;width:min(232px,100%);min-height:48px;padding:0 24px;border:2px solid var(--hs-button-border, transparent);border-radius:var(--hs-button-primary-radius, 0px);background:var(--hs-button-bg, #ffffff);color:var(--hs-button-text, #071326);text-transform:none;text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease,opacity .18s ease}.hs-hero-slideshow__button:hover,.hs-hero-slideshow__button:focus-visible{background:var(--hs-button-hover-bg, var(--hs-button-bg, #ffffff));color:var(--hs-button-hover-text, var(--hs-button-text, #071326));border-color:var(--hs-button-hover-bg, var(--hs-button-bg, #ffffff))}.hs-hero-slideshow__button--secondary{background:var(--hs-button-secondary-bg, transparent);color:var(--hs-button-secondary-text, #ffffff);border-color:var(--hs-button-secondary-border, currentColor);border-radius:var(--hs-button-secondary-radius, 0px)}.hs-hero-slideshow__button--secondary:hover,.hs-hero-slideshow__button--secondary:focus-visible{background:var(--hs-button-secondary-hover-bg, var(--hs-button-secondary-bg, transparent));color:var(--hs-button-secondary-hover-text, var(--hs-button-secondary-text, #ffffff));border-color:var(--hs-button-secondary-hover-bg, var(--hs-button-secondary-border, currentColor))}.hs-hero-slideshow__button--rounded{border-radius:999px}.hs-hero-slideshow__arrow{position:absolute;top:50%;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;background:var(--hs-hero-nav-bg);color:var(--hs-hero-nav-color);cursor:pointer;transform:translateY(-50%);transition:opacity .18s ease,background-color .18s ease}.hs-hero-slideshow__arrow:hover,.hs-hero-slideshow__arrow:focus-visible{background:#07132661}.hs-hero-slideshow__arrow--prev{left:20px}.hs-hero-slideshow__arrow--next{right:20px}.hs-hero-slideshow__arrow svg{width:18px;height:18px}.hs-hero-slideshow__dots{position:absolute;inset-inline:0;bottom:24px;z-index:3;display:flex;justify-content:center;gap:10px;padding-inline:20px}.hs-hero-slideshow__dot{width:11px;height:11px;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:transparent;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.hs-hero-slideshow__dot.is-active{background:#fff;border-color:#fff;transform:scale(1.05)}.hs-hero-slideshow__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:32px;color:#ffffffe6;text-align:center;background:linear-gradient(135deg,#ab8a6b,#d1b594,#8d7259)}.hs-hero-slideshow__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.hs-hero-slideshow__slide,.hs-hero-slideshow__button,.hs-hero-slideshow__dot,.hs-hero-slideshow__arrow{transition:none}}@media(max-width:989px){.hs-hero-slideshow__slider{min-height:var(--hs-hero-mobile-section-min-height)}.hs-hero-slideshow--fullscreen .hs-hero-slideshow__slider{min-height:var(--hs-hero-mobile-section-min-height);height:var(--hs-hero-mobile-section-min-height)}@supports (height: 100dvh){.hs-hero-slideshow--fullscreen .hs-hero-slideshow__slider{height:var(--hs-hero-mobile-section-min-height)}}.hs-hero-slideshow__content-wrap{align-items:var(--hs-slide-mobile-align, var(--hs-slide-align, center));justify-items:var(--hs-slide-mobile-justify, var(--hs-slide-justify, center));padding-block:max(28px,calc(var(--site-header-height, 0px) + 16px)) 24px;padding-inline:20px}.hs-hero-slideshow__content{width:min(100%,var(--hs-hero-content-width));gap:14px;text-align:var(--hs-slide-mobile-text-align, var(--hs-slide-text-align, center));margin-top:var(--hs-slide-mobile-margin-top, var(--hs-slide-margin-top, 0px));margin-bottom:var(--hs-slide-mobile-margin-bottom, var(--hs-slide-margin-bottom, 0px))}.hs-hero-slideshow__media{object-position:var(--hs-slide-mobile-media-position, var(--hs-slide-media-position, center center))}.hs-hero-slideshow__buttons{justify-content:var(--hs-slide-mobile-buttons-justify, flex-start)}.hs-hero-slideshow__arrow{width:42px;height:42px}.hs-hero-slideshow__arrow--prev{left:12px}.hs-hero-slideshow__arrow--next{right:12px}.hs-hero-slideshow__dots{bottom:18px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/slideshow.css.map */
