.fp-hero{position:relative;width:100%;overflow:hidden;font-family:var(--font-paragraph--family);--fp-hero-height: 760px;--fp-hero-mobile-height: 500px;--fp-hero-header-offset: 0px;--fp-hero-mobile-header-offset: 0px;--fp-hero-aspect-desktop: 16 / 9;--fp-hero-aspect-mobile: 9 / 16}.fp-hero[data-height-mode=fixed]{height:var(--fp-hero-height)}.fp-hero[data-height-mode=adapt]{height:auto;aspect-ratio:var(--fp-hero-aspect-desktop)}.fp-hero[data-height-mode=viewport]{height:100dvh}.fp-hero[data-height-mode=viewport_minus_header]{height:calc(100dvh - var(--fp-hero-header-offset))}.fp-hero__slider{position:relative;width:100%;height:100%}.fp-hero[data-height-mode=adapt] .fp-hero__slider,.fp-hero[data-height-mode-mobile=adapt] .fp-hero__slider{position:absolute;top:0;right:0;bottom:0;left:0}.fp-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease;pointer-events:none}.fp-hero__slide.is-active{opacity:1;pointer-events:auto}.fp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.fp-hero__bg picture{display:block;width:100%;height:100%}.fp-hero__img{width:100%;height:100%;object-fit:cover;display:block}.fp-hero__bg-placeholder{width:100%;height:100%;background:linear-gradient(190deg,#2c231c 11%,#3d3028 38%,#2c2218 66%,#1a1512 89%)}.fp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to right,var(--fp-ovl-color, #000000) 0%,transparent 100%);opacity:var(--fp-ovl-opacity, .55)}.fp-hero__overlay[data-ovl-style=solid]{background:var(--fp-ovl-color, #000000)!important}.fp-hero__slide[data-pos$=center]>.fp-hero__overlay{background:linear-gradient(to bottom,var(--fp-ovl-color, #000000) 0%,transparent 50%,var(--fp-ovl-color, #000000) 100%)}.fp-hero__slide[data-pos$=right]>.fp-hero__overlay{background:linear-gradient(to left,var(--fp-ovl-color, #000000) 0%,transparent 100%)}.fp-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:70px 80px 60px;box-sizing:border-box}.fp-hero__slide[data-pos^=top]>.fp-hero__content{justify-content:flex-start}.fp-hero__slide[data-pos^=middle]>.fp-hero__content{justify-content:center}.fp-hero__slide[data-pos^=bottom]>.fp-hero__content{justify-content:flex-end}.fp-hero__slide[data-pos$=left]>.fp-hero__content{align-items:flex-start}.fp-hero__slide[data-pos$=center]>.fp-hero__content{align-items:center}.fp-hero__slide[data-pos$=right]>.fp-hero__content{align-items:flex-end}.fp-hero__slide[data-align=left]>.fp-hero__content{text-align:left}.fp-hero__slide[data-align=center]>.fp-hero__content{text-align:center}.fp-hero__slide[data-align=right]>.fp-hero__content{text-align:right}.fp-hero__slide[data-align=left]>.fp-hero__content .fp-hero__ctas{justify-content:flex-start}.fp-hero__slide[data-align=center]>.fp-hero__content .fp-hero__ctas{justify-content:center}.fp-hero__slide[data-align=right]>.fp-hero__content .fp-hero__ctas{justify-content:flex-end}.fp-hero__badge{display:inline-flex;align-items:center;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;border-radius:30px;margin-bottom:18px;width:fit-content;text-transform:uppercase}.fp-hero__heading{font-size:60px;font-weight:var(--font-h2--weight);line-height:1.13;color:var(--fp-slide-text, #fff);margin:0 0 20px;max-width:580px}.fp-hero__heading p{margin:0}.fp-hero__subtext{font-size:17px;font-weight:var(--font-paragraph--weight);color:var(--fp-slide-text, rgba(255,255,255,.88));line-height:1.65;max-width:460px;margin:0 0 36px;opacity:.88}.fp-hero__subtext p{margin:0}.fp-hero__ctas{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.fp-btn{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 30px;border-radius:50px;font-size:16px;font-weight:700;font-family:var(--button-font-family-primary);text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.fp-btn--primary{background:var(--fp-slide-btn1-bg, #fa7cab);color:var(--fp-slide-btn1-text, #fff);border:none}.fp-btn--primary:hover{background:var(--fp-slide-btn1-hover-bg, #e8608e);color:var(--fp-slide-btn1-hover-text, #fff)}.fp-btn--secondary{background:var(--fp-slide-btn2-bg, rgba(255,255,255,.08));color:var(--fp-slide-btn2-text, #fff);border:2px solid var(--fp-slide-btn2-text, #fff)}.fp-btn--secondary:hover{background:var(--fp-slide-btn2-hover-bg, #fff);color:var(--fp-slide-btn2-hover-text, #1a1a1a);border-color:var(--fp-slide-btn2-hover-bg, #fff)}.fp-hero__dots{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;z-index:2}.fp-hero__dot{width:8px;height:8px;border-radius:4px;background:#fdb3c8;border:none;cursor:pointer;padding:0;transition:width .3s ease,background .3s ease}.fp-hero__dot.is-active{width:24px;background:#ffc647}@media screen and (max-width:1024px){.fp-hero__content{padding:60px 48px 50px}.fp-hero__heading{font-size:48px;max-width:480px}.fp-hero__subtext{font-size:16px;max-width:400px}}@media screen and (max-width:768px){.fp-hero[data-height-mode-mobile=fixed]{height:var(--fp-hero-mobile-height);aspect-ratio:unset}.fp-hero[data-height-mode-mobile=adapt]{height:auto;aspect-ratio:var(--fp-hero-aspect-mobile)}.fp-hero[data-height-mode-mobile=viewport]{height:100dvh;aspect-ratio:unset}.fp-hero[data-height-mode-mobile=viewport_minus_header]{height:calc(100dvh - var(--fp-hero-mobile-header-offset));aspect-ratio:unset}.fp-hero__slide[data-pos-mobile^=top]>.fp-hero__content{justify-content:flex-start}.fp-hero__slide[data-pos-mobile^=middle]>.fp-hero__content{justify-content:center}.fp-hero__slide[data-pos-mobile^=bottom]>.fp-hero__content{justify-content:flex-end}.fp-hero__slide[data-pos-mobile$=left]>.fp-hero__content{align-items:flex-start}.fp-hero__slide[data-pos-mobile$=center]>.fp-hero__content{align-items:center}.fp-hero__slide[data-pos-mobile$=right]>.fp-hero__content{align-items:flex-end}.fp-hero__slide[data-align-mobile=left]>.fp-hero__content{text-align:left}.fp-hero__slide[data-align-mobile=center]>.fp-hero__content{text-align:center}.fp-hero__slide[data-align-mobile=right]>.fp-hero__content{text-align:right}.fp-hero__slide[data-align-mobile=left]>.fp-hero__content .fp-hero__ctas{justify-content:flex-start}.fp-hero__slide[data-align-mobile=center]>.fp-hero__content .fp-hero__ctas{justify-content:center}.fp-hero__slide[data-align-mobile=right]>.fp-hero__content .fp-hero__ctas{justify-content:flex-end}.fp-hero__slide[data-pos-mobile$=left]>.fp-hero__overlay{background:linear-gradient(to right,var(--fp-ovl-color, #000000) 0%,transparent 100%)}.fp-hero__slide[data-pos-mobile$=center]>.fp-hero__overlay{background:linear-gradient(to bottom,var(--fp-ovl-color, #000000) 0%,transparent 50%,var(--fp-ovl-color, #000000) 100%)}.fp-hero__slide[data-pos-mobile$=right]>.fp-hero__overlay{background:linear-gradient(to left,var(--fp-ovl-color, #000000) 0%,transparent 100%)}.fp-hero__content{padding:48px 24px 40px}.fp-hero__heading{font-size:36px;max-width:100%}.fp-hero__subtext{font-size:15px;max-width:100%}.fp-btn{height:46px;font-size:14px;padding:0 22px}}@media screen and (max-width:480px){.fp-hero__content{padding:40px 18px 36px}.fp-hero__heading{font-size:28px;line-height:1.2}.fp-hero__ctas{flex-direction:column;align-items:flex-start;gap:10px}.fp-hero__slide[data-align=center]>.fp-hero__content .fp-hero__ctas,.fp-hero__slide[data-align-mobile=center]>.fp-hero__content .fp-hero__ctas{align-items:center}.fp-hero__slide[data-align=right]>.fp-hero__content .fp-hero__ctas,.fp-hero__slide[data-align-mobile=right]>.fp-hero__content .fp-hero__ctas{align-items:flex-end}.fp-btn{width:100%;max-width:260px;justify-content:center}.fp-hero__dots{bottom:20px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/fp-hero-slider.css.map */
