.hero-promo{position:relative}.hero-promo__frame{position:relative;width:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--hero-radius, 0px);isolation:isolate}.hero-promo__media{position:relative;width:100%;aspect-ratio:4 / 3;z-index:0}.hero-promo__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-promo__media--placeholder{display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.06)}.hero-promo__media--placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover}.hero-promo__img--desktop{display:block}.hero-promo__img--mobile,.hero-promo--has-mobile-img .hero-promo__img--desktop{display:none}.hero-promo--has-mobile-img .hero-promo__img--mobile{display:block}.hero-promo--fade-bg .hero-promo__media{-webkit-mask-image:linear-gradient(to top,transparent 0%,transparent 1%,#000 18%,#000 100%);mask-image:linear-gradient(to top,transparent 0%,transparent 1%,#000 18%,#000 100%)}.hero-promo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:none;background-color:rgb(var(--color-background));opacity:var(--hero-overlay-opacity, 0);pointer-events:none}.hero-promo__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:none;pointer-events:none;background:linear-gradient(to top,rgb(var(--color-background) / var(--hero-scrim-opacity, .85)),rgb(var(--color-background) / calc(var(--hero-scrim-opacity, .85) * .62)) 42%,rgb(var(--color-background) / 0) 82%)}.hero-promo__inner{position:relative;z-index:2;width:100%;padding-top:1.4rem;padding-bottom:2rem}.hero-promo__content{max-width:var(--hero-content-max, 600px);color:rgb(var(--color-foreground));display:flex;flex-direction:column;align-items:flex-start;gap:1.4rem}.hero-promo--text-center .hero-promo__content{align-items:center;text-align:center;margin-left:auto;margin-right:auto}.hero-promo__badge{display:inline-block;padding:.5rem 1rem;border-radius:999px;background-color:var(--badge-bg, #08b275);color:var(--badge-fg, #ffffff);font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1}.hero-promo__heading{margin:0;color:rgb(var(--color-foreground-title, var(--color-foreground)));line-height:1.04}.hero-promo__heading em{font-style:italic;font-weight:400}.hero-promo__heading strong{font-weight:700}.hero-promo__subheading{margin:0;color:rgb(var(--color-foreground));opacity:.92;max-width:46ch}.hero-promo__subheading p{margin:0}.hero-promo__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.4rem}.hero-promo__cred{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;margin-top:.8rem}.hero-promo__cred-title{display:flex;align-items:center;gap:.5rem;font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:1.95rem;line-height:1.1}.hero-promo__laurel{height:2.5rem;width:auto;flex-shrink:0}.hero-promo__cred-rating{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem .9rem}.hero-promo__cred-text{font-size:1.4rem;opacity:.8}.hero-promo__cred-text strong{font-weight:700;opacity:1}.hero-promo__tp-stars{display:inline-flex;gap:.3rem}.hero-promo__tp-star{width:2rem;height:2rem;background:var(--hp-star, #08b275);display:inline-flex;align-items:center;justify-content:center;border-radius:3px}.hero-promo__tp-star:before{content:"\2605";color:#fff;font-size:1.3rem;line-height:1}.hero-promo__tp-star--part{background:linear-gradient(90deg,var(--hp-star, #08b275) 0% var(--hp-last-fill, 80%),#d8d8d8 var(--hp-last-fill, 80%) 100%)}@media screen and (min-width:750px){.hero-promo__frame{min-height:var(--hero-height, 620px);flex-direction:row;align-items:center}.hero-promo__media{position:absolute;top:0;right:0;bottom:0;left:0;aspect-ratio:auto}.hero-promo__overlay,.hero-promo__scrim,.hero-promo__img--desktop,.hero-promo--has-mobile-img .hero-promo__img--desktop{display:block}.hero-promo__img--mobile,.hero-promo--has-mobile-img .hero-promo__img--mobile{display:none}.hero-promo--fade-bg .hero-promo__media{-webkit-mask-image:linear-gradient(to right,transparent 0%,transparent 6%,#000 46%,#000 100%);mask-image:linear-gradient(to right,transparent 0%,transparent 6%,#000 46%,#000 100%)}.hero-promo__scrim{background:linear-gradient(to right,rgb(var(--color-background) / var(--hero-scrim-opacity, .85)) 0%,rgb(var(--color-background) / calc(var(--hero-scrim-opacity, .85) * .85)) calc(var(--hero-scrim-end, 50%) * .5),rgb(var(--color-background) / calc(var(--hero-scrim-opacity, .85) * .4)) calc(var(--hero-scrim-end, 50%) * .82),rgb(var(--color-background) / 0) var(--hero-scrim-end, 50%))}.hero-promo--align-center .hero-promo__content{margin-left:auto;margin-right:auto}.hero-promo--align-right .hero-promo__content{margin-left:auto}.hero-promo__inner{padding-top:3rem;padding-bottom:3rem}}@media screen and (max-width:749px){.hero-promo__content{gap:.8rem}.hero-promo__inner{padding-top:.8rem;padding-bottom:1.4rem}.hero-promo__heading{font-size:3rem;line-height:1.1}.hero-promo__subheading{font-size:1.4rem;line-height:1.4}.hero-promo__buttons{margin-top:.2rem}.hero-promo__cred{gap:.6rem}.hero-promo__cred-title{font-size:1.7rem}.hero-promo__laurel{height:2.2rem}.hero-promo__cred-text{font-size:1.3rem}.hero-promo__tp-star{width:1.8rem;height:1.8rem}.hero-promo__tp-star:before{font-size:1.15rem}}@media(prefers-reduced-motion:no-preference){.hero-promo__content>*{animation:heroPromoRise .6s ease both}.hero-promo__content>*:nth-child(2){animation-delay:.06s}.hero-promo__content>*:nth-child(3){animation-delay:.12s}.hero-promo__content>*:nth-child(4){animation-delay:.18s}.hero-promo__content>*:nth-child(5){animation-delay:.24s}}@keyframes heroPromoRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
