.adp-hero{position:relative;width:100%;min-height:var(--adp-hero-h, clamp(42rem, 62vh, 66rem));display:flex;align-items:flex-end;overflow:hidden;background:var(--adp-ink);font-family:var(--adp-sans);color:var(--adp-white)}.adp-hero--tall{--adp-hero-h: clamp(52rem, 84vh, 90rem)}.adp-hero--short{--adp-hero-h: clamp(34rem, 48vh, 52rem)}.adp-hero__picture{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block}.adp-hero__img{width:100%;height:100%;object-fit:cover;object-position:var(--adp-hero-focus, center);display:block}.adp-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,#000000b8,#00000057 34%,#0000 62%),linear-gradient(to right,#0000006b,#0000 55%);pointer-events:none}.adp-hero__inner{position:relative;z-index:2;width:100%;max-width:var(--adp-maxw);margin-inline:auto;padding:0 var(--adp-gutter) clamp(3.2rem,2rem + 4vw,7rem)}.adp-hero__eyebrow{display:inline-block;margin:0 0 2rem;padding:.6rem 1.2rem;background:var(--adp-red);font-size:var(--adp-text-xs);font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--adp-white)}.adp-hero__title{margin:0;max-width:18ch;font-family:var(--adp-display);font-weight:700;font-size:var(--adp-display-lg);line-height:1.22;letter-spacing:.035em;text-transform:uppercase;text-wrap:balance}.adp-hero__lede{margin:2.8rem 0 0;max-width:46ch;font-size:var(--adp-text-lg);line-height:1.5;font-weight:400;color:#ffffffdb}.adp-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:clamp(2.4rem,1.4rem + 2vw,4rem)}@media screen and (max-width:599px){.adp-hero__actions{flex-direction:column;align-items:stretch}.adp-hero__actions .adp-btn{width:100%}}.adp-trustbar{background:var(--adp-ink);color:var(--adp-white);border-top:1px solid rgba(255,255,255,.1)}.adp-trustbar__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0 auto;padding:0;max-width:var(--adp-maxw);list-style:none}@media screen and (min-width:900px){.adp-trustbar__list{grid-template-columns:repeat(4,minmax(0,1fr))}}.adp-trustbar__item{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.6rem 1.4rem;font-size:var(--adp-text-sm);font-weight:500;letter-spacing:.02em;text-align:center;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}@media screen and (min-width:900px){.adp-trustbar__item{border-bottom:0}.adp-trustbar__item:last-child{border-right:0}}@media screen and (max-width:899px){.adp-trustbar__item:nth-child(2n){border-right:0}.adp-trustbar__item:nth-last-child(-n+2){border-bottom:0}}.adp-trustbar__item svg{flex-shrink:0;opacity:.75}.adp-marquee{overflow:hidden;background:var(--adp-red);color:var(--adp-white);border-block:0}.adp-marquee__track{display:flex;width:max-content;animation:adp-marquee var(--adp-marquee-speed, 34s) linear infinite}.adp-marquee:hover .adp-marquee__track{animation-play-state:paused}.adp-marquee__item{display:flex;align-items:center;gap:3.2rem;padding:1rem 1.6rem;font-family:var(--adp-display);font-size:1.25rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.adp-marquee__item:after{content:"\2726";font-size:1rem;opacity:.7}@keyframes adp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.adp-marquee__track{animation:none}.adp-marquee{text-align:center}.adp-marquee__track{width:100%;justify-content:center}.adp-marquee__item:nth-child(n+2){display:none}}.adp-hero__slides{position:relative;width:100%;min-height:inherit;display:grid}.adp-hero__slide{grid-area:1 / 1;position:relative;display:flex;align-items:flex-end;min-height:inherit;opacity:0;visibility:hidden;transition:opacity var(--adp-slow) ease}.adp-hero__slide.is-active,.no-js .adp-hero__slide:first-child,.adp-hero--single .adp-hero__slide{opacity:1;visibility:visible}.adp-hero__controls{position:absolute;z-index:4;left:0;right:0;bottom:clamp(1.2rem,.6rem + 1vw,2rem);display:flex;align-items:center;justify-content:center;gap:1.6rem;pointer-events:none}.adp-hero__controls>*{pointer-events:auto}.adp-hero__dots{display:flex;gap:.6rem;margin:0;padding:0;list-style:none}.adp-hero__dot{width:3.2rem;height:3px;padding:0;border:0;background:#fff6;cursor:pointer;transition:background var(--adp-fast) ease}.adp-hero__dot[aria-current=true]{background:var(--adp-red)}.adp-hero__dot:hover{background:#ffffffbf}.adp-hero__dot:focus-visible{outline:2px solid var(--adp-white);outline-offset:3px}.adp-hero__dot:before{content:"";position:absolute;top:-2.05rem;right:-.6rem;bottom:-2.05rem;left:-.6rem}.adp-hero__dots li{position:relative;display:flex}.adp-hero__pause{width:3.2rem;height:3.2rem;display:grid;place-items:center;border:0;background:transparent;color:var(--adp-white);cursor:pointer;opacity:.7}.adp-hero__pause:hover{opacity:1}.adp-hero__pause:focus-visible{outline:2px solid var(--adp-white);outline-offset:2px}.adp-hero__pause svg{display:block}.adp-hero__pause .adp-ico-play{display:none}.adp-hero__pause[aria-pressed=true] .adp-ico-play{display:block}.adp-hero__pause[aria-pressed=true] .adp-ico-pause{display:none}.adp-hero__pause{width:44px;height:44px}@media(max-width:767px){.adp-hero__inner{padding-bottom:7.5rem}.adp-hero__controls{bottom:1.6rem}}@media(prefers-reduced-motion:reduce){.adp-hero__slide{transition:none}}@media(max-width:767px){.adp-hero{min-height:0;display:block}.adp-hero__slides{min-height:0}.adp-hero__slide{display:flex;flex-direction:column;align-items:stretch;min-height:0}.adp-hero__picture{position:relative;inset:auto;width:100%;aspect-ratio:3 / 4;flex:0 0 auto;overflow:hidden}.adp-hero__picture>.adp-hero__img{position:absolute;top:0;right:0;bottom:0;left:0}.adp-hero__inner{flex:1 1 auto}.adp-hero:after{display:none}.adp-hero__inner{position:relative;background:var(--adp-ink);padding-top:2.4rem;padding-bottom:6.4rem}.adp-hero__controls{bottom:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/adp-hero.css.map */
