.fcf-header{max-width:720px;margin-inline:auto;margin-block-end:32px;padding-inline:calc(var(--gap, 8px) * 2);text-align:center}.fcf-header__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}.fcf-header__badge{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border-radius:999px;background:var(--fcf-accent-bg, #f7e7e7);color:var(--fcf-header-badge-color, var(--color-text));font-family:var(--font-arboria),sans-serif;font-size:var(--text-xs, 12px);font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.fcf-header__badge-icon{flex-shrink:0;width:20px;height:20px;object-fit:contain}.fcf-header__image{width:auto;max-width:100%;height:auto;max-height:var(--fcf-header-image-height, 160px);object-fit:contain}.fcf-header__subheading{margin-top:12px;font-family:var(--font-arboria),sans-serif;font-size:var(--text-base, 16px);line-height:1.5}.fcf-header__subheading>*:first-child{margin-top:0}.fcf-header__subheading>*:last-child{margin-bottom:0}.fcf-reassurance{display:grid;grid-template-columns:1fr;gap:24px;max-width:var(--site-max-width);margin:32px auto;padding-inline:calc(var(--gap, 8px) * 2)}.fcf-reassurance__item{display:flex;align-items:center;gap:16px}.fcf-reassurance__icon{flex-shrink:0;display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--fcf-accent-bg, #f7e7e7)}.fcf-reassurance__icon img,.fcf-reassurance__icon svg{display:block;width:30px;height:30px;object-fit:contain}.fcf-reassurance__body{min-width:0;font-family:var(--font-arboria),sans-serif}.fcf-reassurance__title{margin:0;color:var(--fcf-reassurance-title-color, inherit);font-size:var(--text-sm, 14px);font-weight:700;line-height:1.3}.fcf-reassurance__text{margin:4px 0 0;font-size:var(--text-sm, 14px);line-height:1.5}@media(min-width:600px){.fcf-reassurance{grid-template-columns:repeat(2,1fr);gap:32px}}@media(min-width:900px){.fcf-reassurance{display:flex;gap:0;padding-inline:calc(var(--gap, 8px) * 4)}.fcf-reassurance__item{flex:1 1 0;padding-inline:24px}.fcf-reassurance__item+.fcf-reassurance__item{border-left:1px solid var(--color-border)}}.icon-text-bar{background:var(--itb-background, transparent);color:var(--itb-text, var(--color-text));margin-top:var(--section-gap-top, 0);margin-bottom:var(--section-gap-bottom, 0);padding-block:var(--itb-pad-y, 24px)}.icon-text-bar__inner{max-width:var(--site-max-width);margin-inline:auto;padding-inline:calc(var(--gap, 8px) * 2)}@media(min-width:1200px){.icon-text-bar__inner{padding-inline:calc(var(--gap, 8px) * 4)}}.icon-text-bar__slider{position:relative;display:block;padding-inline:32px}.icon-text-bar .icon-text-bar__viewport{overflow:hidden;padding-bottom:0}.icon-text-bar__track{display:flex;align-items:center}.icon-text-bar__item{position:relative;flex-shrink:0;width:100%;min-width:0;display:flex;align-items:center;justify-content:center;padding:8px 16px;box-sizing:border-box}@media(min-width:750px){.icon-text-bar__item{width:calc(100% / var(--itb-cols-tablet, 3))}.icon-text-bar__item:not(:first-child):before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;height:56px;background:var(--itb-divider, var(--color-border))}}@media(min-width:1100px){.icon-text-bar__item{width:calc(100% / var(--itb-cols, 5))}}.icon-text-bar__content{display:flex;align-items:center;gap:12px;max-width:100%;color:inherit;text-decoration:none}.icon-text-bar__icon{flex-shrink:0;width:var(--itb-icon, 40px);height:var(--itb-icon, 40px);display:grid;place-items:center}.icon-text-bar__icon img,.icon-text-bar__icon svg{width:100%;height:100%;object-fit:contain;display:block}.icon-text-bar__text{font-family:var(--font-arboria),sans-serif;font-size:var(--text-xs);line-height:1.35;letter-spacing:.06em;text-transform:uppercase;text-align:left}@media(min-width:750px){.icon-text-bar__text{font-size:var(--text-sm)}}.icon-text-bar__item--clone{display:none}@media(max-width:749px){.icon-text-bar--autoscroll .icon-text-bar__slider{padding-inline:0}.icon-text-bar--autoscroll .icon-text-bar__nav{display:none}.icon-text-bar--autoscroll .icon-text-bar__track{width:max-content;animation:icon-text-bar-scroll var(--itb-scroll-duration, 25s) linear infinite}.icon-text-bar--autoscroll .icon-text-bar__item{width:auto}.icon-text-bar--autoscroll .icon-text-bar__item--clone{display:flex}}@keyframes icon-text-bar-scroll{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.icon-text-bar__track{animation:none}}.icon-text-bar__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:grid;place-items:center;width:32px;height:32px;padding:0;margin:0;border:0;background:none;color:inherit;cursor:pointer;-webkit-appearance:none;appearance:none}.icon-text-bar__nav--prev{left:0}.icon-text-bar__nav--next{right:0}.icon-text-bar__nav svg,.icon-text-bar__nav .svg-icon{width:18px;height:18px}.icon-text-bar__nav.swiper-button-lock{display:none}.icon-text-bar__nav.swiper-button-disabled{opacity:.25;pointer-events:none}.icon-text-bar__slider:has(.icon-text-bar__nav.swiper-button-lock){padding-inline:0}.icon-text-bar__cta{display:flex;justify-content:center}.icon-text-bar__cta .hero__button{margin-bottom:0}.slideshow-hero{display:grid;position:relative;overflow:hidden;border-radius:var(--border-radius);margin-top:var(--section-gap-top, 0);margin-bottom:var(--section-gap-bottom, 0)}.slideshow-hero:focus-visible{outline:2px solid var(--color-links);outline-offset:-2px}.slideshow-hero__slide{grid-area:1 / -1;display:grid;align-items:stretch;overflow:hidden;min-height:var(--slideshow-hero-height)}.slideshow-hero__slide:not(.is-selected){visibility:hidden}.slideshow-hero__inner{display:grid;position:relative}.slideshow-hero__inner>*,.slideshow-hero .hero>*{grid-area:1 / -1}.slideshow-hero .hero{display:grid}.slideshow-hero__placeholder{background-color:var(--color-placeholder-bg, #f4eeda);fill:#00000026}.slideshow-hero:not(.slideshow-hero--auto) .hero__pic-container,.slideshow-hero:not(.slideshow-hero--auto) .wt-video__movie,.slideshow-hero:not(.slideshow-hero--auto) .slideshow-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0}@media(max-width:899px){.slideshow-hero .wt-video__movie .mobile-hidden{display:none}}@media(min-width:900px){.slideshow-hero .wt-video__movie .desktop-hidden{display:none}}.slideshow-hero .wt-video__movie video{width:100%;height:100%;object-fit:cover}.slideshow-hero--auto .hero__pic-container{height:auto}.slideshow-hero--auto .slideshow-hero__placeholder{width:100%;aspect-ratio:16 / 9}.slideshow-hero img{user-select:none;-webkit-user-select:none}.slideshow-hero[transition=fade]{isolation:isolate}.slideshow-hero[transition=fade] .slideshow-hero__slide{mix-blend-mode:plus-lighter;will-change:opacity}.slideshow-hero:not(.slideshow-hero--auto){--section-height: 100%;--section-height-desk: 100%}.slideshow-hero--auto{--section-height: auto;--section-height-desk: auto}.slideshow-hero--sm{--slideshow-hero-height: clamp(280px, 55svh, 520px)}.slideshow-hero--md{--slideshow-hero-height: clamp(360px, 70svh, 680px)}.slideshow-hero--lg{--slideshow-hero-height: clamp(440px, 85svh, 920px)}.slideshow-hero--fill{--slideshow-hero-height: calc(100svh - var(--slideshow-hero-fill-offset, 0px))}@media(min-width:900px){.slideshow-hero--sm{--slideshow-hero-height: clamp(240px, 40vmax, 400px)}.slideshow-hero--md{--slideshow-hero-height: clamp(360px, 55vmax, 640px)}.slideshow-hero--lg{--slideshow-hero-height: clamp(480px, 70vmax, 860px)}}.slideshow-hero__controls{grid-area:1 / -1;place-self:end;z-index:2;display:flex;align-items:center;column-gap:10px;margin-block-end:20px;margin-inline-end:20px;color:var(--slideshow-hero-controls-color, #fff)}.slideshow-hero__markers{display:flex;align-items:center;flex-wrap:wrap}.slideshow-hero__marker{position:relative;padding:0;border:0;background:none;cursor:pointer;-webkit-appearance:none;appearance:none}.slideshow-hero__markers--dot{gap:5px 12px}.slideshow-hero__markers--dot .slideshow-hero__marker{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.3;transition:opacity .2s ease-in-out}.slideshow-hero__markers--dot .slideshow-hero__marker[aria-current=true]{opacity:1}.slideshow-hero__markers--dot .slideshow-hero__marker-progress{display:none}.slideshow-hero__markers--line{gap:6px;align-items:flex-end;height:2px}.slideshow-hero__markers--line .slideshow-hero__marker{width:12px;height:1px;background-color:#ffffff4d;transition:width .3s,height .3s}.slideshow-hero__markers--line .slideshow-hero__marker[aria-current=true]{width:20px;height:2px}.slideshow-hero__marker-progress{position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleX(0);transform-origin:left center;background-color:currentColor}.slideshow-hero__autoplay{display:grid;place-content:center;width:24px;height:24px;padding:0;border:0;background:none;color:inherit;cursor:pointer;-webkit-appearance:none;appearance:none}.slideshow-hero__icon{grid-area:1 / -1;display:grid;place-content:center}.slideshow-hero__icon svg{width:12px;height:12px}.slideshow-hero__icon--play,.slideshow-hero--paused .slideshow-hero__icon--pause{display:none}.slideshow-hero--paused .slideshow-hero__icon--play{display:grid}@media(min-width:900px){.slideshow-hero__controls{column-gap:16px;margin-block-end:28px;margin-inline-end:28px}.slideshow-hero__markers--line .slideshow-hero__marker{width:16px}.slideshow-hero__markers--line .slideshow-hero__marker[aria-current=true]{width:28px}}@media(prefers-reduced-motion:reduce){.slideshow-hero{isolation:isolate}.slideshow-hero .slideshow-hero__slide{mix-blend-mode:plus-lighter}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
