.accio-hero{position:relative;overflow:hidden;isolation:isolate}.accio-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:radial-gradient(58% 68% at 88% 12%,#4770db29,#4770db00 72%),radial-gradient(52% 60% at 4% 100%,#4770db1a,#4770db00 70%)}.accio-hero__inner{position:relative;z-index:1}.accio-hero__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2.4rem;align-items:center}.accio-hero__content{max-width:58rem}.accio-hero__eyebrow{display:inline-flex;align-items:center;gap:.7rem;margin:0 0 1.6rem;padding:.5rem 1.3rem;border-radius:40px;background-color:#4770db1f;color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:600;letter-spacing:.04rem;text-transform:uppercase;line-height:1.4}.accio-hero__eyebrow-dot{width:.7rem;height:.7rem;border-radius:50%;background-color:#4770db;flex:0 0 auto}.accio-hero__heading{margin:0 0 1.6rem;word-break:break-word}.accio-hero__subheading{margin:0 0 2.4rem;font-size:1.7rem;line-height:1.6;max-width:52rem}.accio-hero__chips{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin:0 0 3.2rem;padding:0;list-style:none}.accio-hero__chip{display:inline-flex;align-items:center;gap:.7rem;font-size:1.35rem;font-weight:600;line-height:1.4}.accio-hero__chip-dot{width:.9rem;height:.9rem;border-radius:50%;background-color:#4770db;box-shadow:0 0 0 .35rem #4770db2e;flex:0 0 auto}.accio-hero__stage{display:grid;grid-template-columns:minmax(0,1fr)}.accio-hero__panel{grid-area:1 / 1;min-width:0;opacity:0;visibility:hidden;transform:translateY(1.4rem);transition:opacity .55s ease,transform .55s ease,visibility 0s linear .55s}.accio-hero__panel.is-active{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .55s ease,transform .55s ease,visibility 0s linear 0s}.accio-hero__badge{display:inline-flex;align-items:center;gap:.6rem;max-width:100%;margin:0 0 1.2rem;padding:.5rem 1.4rem;border-radius:40px;font-size:1.2rem;font-weight:700;letter-spacing:.1rem;line-height:1.4;text-transform:uppercase;box-shadow:0 .5rem 1.4rem #0e1b4d29}.accio-hero__badge--gold{background:linear-gradient(135deg,#f7c948,#d99000);color:#2f2100}.accio-hero__badge--blue{background:linear-gradient(135deg,#4770db,#2f4fb0);color:#fff}.accio-hero__badge--navy{background:#0e1b4d;color:#fff}.accio-hero__badge-dot{width:.7rem;height:.7rem;border-radius:50%;background-color:currentColor;opacity:.7;flex:0 0 auto}.accio-hero__product-title{margin:0 0 .8rem;word-break:break-word}.accio-hero__tagline{margin:0 0 1.4rem;font-size:1.5rem;line-height:1.6;max-width:52rem;opacity:.85}.accio-hero__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:1rem;margin:0 0 2.2rem}.accio-hero__price{font-size:2.4rem;font-weight:700;line-height:1.2}.accio-hero__compare{font-size:1.5rem;line-height:1.2;opacity:.6}.accio-hero__cta{min-width:18rem}.accio-hero__controls{display:flex;align-items:center;gap:1.4rem;margin-top:3.2rem}.accio-hero__arrow{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;background-color:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.accio-hero__arrow:hover{background-color:rgba(var(--color-foreground),.07);border-color:rgba(var(--color-foreground),.4)}.accio-hero__arrow svg{width:1.7rem;height:1.7rem}.accio-hero__dots{display:flex;align-items:center;gap:.8rem}.accio-hero__dot{appearance:none;-webkit-appearance:none;width:1rem;height:1rem;padding:0;border:0;border-radius:40px;background-color:rgba(var(--color-foreground),.25);cursor:pointer;transition:width .3s ease,background-color .3s ease}.accio-hero__dot:hover{background-color:rgba(var(--color-foreground),.45)}.accio-hero__dot.is-active{width:3.2rem;background-color:#4770db}.accio-hero__media-card{position:relative;display:flex;align-items:center;justify-content:center;border-radius:2.4rem;overflow:hidden;background-color:#fff;box-shadow:0 1.8rem 4.4rem #0f172a1a;aspect-ratio:4 / 3}.accio-hero__media-stack{display:grid;grid-template-columns:minmax(0,1fr);width:100%;height:100%}.accio-hero__media-item{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;min-width:0;opacity:0;visibility:hidden;transform:scale(.96);transition:opacity .6s ease,transform .6s ease,visibility 0s linear .6s}.accio-hero__media-item.is-active{opacity:1;visibility:visible;transform:scale(1);transition:opacity .6s ease,transform .6s ease,visibility 0s linear 0s}.accio-hero__media-image{display:block;box-sizing:border-box;width:100%;height:100%;object-fit:contain;object-position:center center;padding:1rem;background:#fff}.accio-hero__ripple{width:8rem;height:8rem;border-radius:50%;border:.6rem solid rgba(71,112,219,.35)}@media screen and (min-width:750px){.accio-hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:5rem}.accio-hero__grid--media-left .accio-hero__content{order:2}.accio-hero__grid--media-left .accio-hero__media{order:1}.accio-hero__media-card{aspect-ratio:1 / 1}.accio-hero__subheading{font-size:1.8rem}}@media(prefers-reduced-motion:reduce){.accio-hero__panel,.accio-hero__media-item,.accio-hero__panel.is-active,.accio-hero__media-item.is-active{transition:none}}.accio-promo{position:relative;overflow:hidden}.accio-promo__intro{margin-bottom:2.8rem}.accio-promo__heading{margin:0}.accio-promo__subheading{margin:1rem 0 0;font-size:1.6rem;line-height:1.6;max-width:68rem}.accio-promo__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;margin:0;padding:0;list-style:none}.accio-promo__cell{min-width:0}.accio-promo__card{display:flex;flex-direction:column;height:100%;border-radius:2rem;overflow:hidden;text-decoration:none;color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.05);border:.1rem solid rgba(var(--color-foreground),.14);transition:transform .18s ease,box-shadow .18s ease}.accio-promo__card:hover{transform:translateY(-.3rem);box-shadow:0 1.2rem 2.4rem #0e1b4d1f}.accio-promo__media{display:block;position:relative;width:100%;aspect-ratio:4 / 3;background-image:linear-gradient(140deg,#fff,#eff0f5 60%,#4770db33);overflow:hidden}.accio-promo__image{display:block;box-sizing:border-box;width:100%;height:100%;object-fit:contain;object-position:center center;padding:1rem;background:#fff}.accio-promo__media-empty{display:block;width:100%;height:100%}.accio-promo__body{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1.2rem;padding:1.8rem 2rem}.accio-promo__title{flex:1 1 auto;font-size:1.6rem;font-weight:700;line-height:1.4;min-width:0}.accio-promo__price{font-size:1.45rem;font-weight:600;opacity:.95;white-space:nowrap}.accio-promo__arrow{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex:0 0 auto;border-radius:50%;background-color:#4770db24;color:rgb(var(--color-foreground))}.accio-promo__arrow svg{width:1.6rem;height:1.6rem}@media screen and (min-width:750px){.accio-promo__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem}}@media screen and (min-width:990px){.accio-promo__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.accio-usp{position:relative;overflow:hidden}.accio-usp__inner{position:relative}.accio-usp__heading{margin:0 0 2.4rem;text-align:center}.accio-usp__list{display:grid;grid-template-columns:minmax(0,1fr);gap:1.4rem;margin:0;padding:0;list-style:none}.accio-usp__item{display:flex;align-items:center;gap:1.3rem;padding:1.5rem 1.7rem;border-radius:1.6rem;background-color:rgba(var(--color-foreground),.06);border:.1rem solid rgba(var(--color-foreground),.16);min-width:0}.accio-usp__icon{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;flex:0 0 auto;border-radius:50%;background-color:rgba(var(--color-foreground),.1)}.accio-usp__icon svg{width:2.4rem;height:2.4rem}.accio-usp__text{font-size:1.45rem;font-weight:600;line-height:1.45;min-width:0;overflow-wrap:anywhere}@media screen and (min-width:750px){.accio-usp__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem}}@media screen and (min-width:990px){.accio-usp__list{grid-template-columns:repeat(4,minmax(0,1fr))}.accio-usp__item{flex-direction:column;align-items:flex-start;text-align:left;gap:1.2rem;padding:2.2rem 2rem}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
